Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0ed1034b3ab63d116b0414f8674ebacfe755126e 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-ssh13567282835885718522.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-ssh1870232128352802221.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-ssh14066860825180860467.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-ssh6281880318202331923.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-ssh12984261034120052903.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-7903 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/430 [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/430 # 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 0ed1034b3ab63d116b0414f8674ebacfe755126e (main) Commit message: "Merge pull request #4399 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.35" > 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 0ed1034b3ab63d116b0414f8674ebacfe755126e # timeout=10 > git rev-list --no-walk bf351722e82323d10db38853b04b95297acda03c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:38:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:38:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:38:14 ========================================================= 05:38:14 EdgeX Global Pipelines Version Info 05:38:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:38:15 ------------------- 05:38:15 stable info: 05:38:15 ------------------- 05:38:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:38:15 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:38:15 Message: update stable to v1.0.244 05:38:15 ------------------- 05:38:15 experimental info: 05:38:15 ------------------- 05:38:15 Commited By: **** collab-it+edgex@linuxfoundation.org 05:38:15 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:38:15 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:38:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ed1034 [Pipeline] echo 05:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:38:16 provisioning config files... 05:38:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/430@tmp/config3378917924872025679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:38:16 ---> docker-login.sh 05:38:16 nexus3.edgexfoundry.org:10001 05:38:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:38:16 Configure a credential helper to remove this warning. See 05:38:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:38:16 05:38:16 Login Succeeded 05:38:16 nexus3.edgexfoundry.org:10002 05:38:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:38:17 Configure a credential helper to remove this warning. See 05:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:38:17 05:38:17 Login Succeeded 05:38:17 nexus3.edgexfoundry.org:10003 05:38:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:38:17 Configure a credential helper to remove this warning. See 05:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:38:17 05:38:17 Login Succeeded 05:38:17 nexus3.edgexfoundry.org:10004 05:38:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:38:17 Configure a credential helper to remove this warning. See 05:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:38:17 05:38:17 Login Succeeded 05:38:17 docker.io 05:38:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:38:17 Configure a credential helper to remove this warning. See 05:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:38:17 05:38:17 Login Succeeded 05:38:17 ---> docker-login.sh ends [Pipeline] } 05:38:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:38:17 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 05:38:17 + dirname cmd/core-command/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo core-command,cmd/core-command/Dockerfile 05:38:17 + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:38:17 + dirname cmd/core-data/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo core-data,cmd/core-data/Dockerfile 05:38:17 + + cut -d/ -f2 05:38:17 dirname cmd/core-metadata/Dockerfile 05:38:17 + echo core-metadata,cmd/core-metadata/Dockerfile 05:38:17 + dirname cmd/security-bootstrapper/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:38:17 + dirname cmd/security-proxy-auth/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 05:38:17 + dirname cmd/security-proxy-setup/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:38:17 + dirname cmd/security-secretstore-setup/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:38:17 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:38:17 + dirname cmd/security-spire-agent/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:38:17 + dirname cmd/security-spire-config/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:38:17 + dirname cmd/security-spire-server/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:38:17 + + dirname cmd/support-notifications/Dockerfile 05:38:17 cut -d/ -f2 05:38:17 + echo support-notifications,cmd/support-notifications/Dockerfile 05:38:17 + dirname cmd/support-scheduler/Dockerfile 05:38:17 + cut -d/ -f2 05:38:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:38:17 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:38:18 + git rev-list -1 --merges 0ed1034b3ab63d116b0414f8674ebacfe755126e~1..0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] echo 05:38:18 -----------> git rev-list -1 --merges 0ed1034b3ab63d116b0414f8674ebacfe755126e~1..0ed1034b3ab63d116b0414f8674ebacfe755126e 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:38:18 0ed1034b3ab63d116b0414f8674ebacfe755126e [false] [Pipeline] sh 05:38:18 + git log --format=format:%s -1 0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] echo 05:38:18 ========================================================= 05:38:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:38:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:38:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:38:18 + grep -v github /etc/ssh/ssh_known_hosts 05:38:18 + [ -e /tmp/ssh_known_hosts ] 05:38:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:38:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:38:18 + sudo tee -a /etc/ssh/ssh_known_hosts 05:38:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:38:19 05:38:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:38:19 0.1.4: Pulling from edgex-devops/py-git-semver 05:38:19 b85a868b505f: Pulling fs layer 05:38:19 e2be974225ed: Pulling fs layer 05:38:19 339a4e72a1f5: Pulling fs layer 05:38:19 988bab9f4d93: Pulling fs layer 05:38:19 1469e6f7b9e6: Pulling fs layer 05:38:19 eaf3925da568: Pulling fs layer 05:38:19 bab4dde63d76: Pulling fs layer 05:38:19 bde34c3a00c8: Pulling fs layer 05:38:19 b352a97aabf1: Pulling fs layer 05:38:19 4872d77fe225: Pulling fs layer 05:38:19 5851b861e8e6: Pulling fs layer 05:38:19 bab4dde63d76: Waiting 05:38:19 eaf3925da568: Waiting 05:38:19 4872d77fe225: Waiting 05:38:19 5851b861e8e6: Waiting 05:38:19 b352a97aabf1: Waiting 05:38:19 bde34c3a00c8: Waiting 05:38:19 988bab9f4d93: Waiting 05:38:19 1469e6f7b9e6: Waiting 05:38:19 e2be974225ed: Download complete 05:38:19 988bab9f4d93: Verifying Checksum 05:38:19 988bab9f4d93: Download complete 05:38:19 1469e6f7b9e6: Verifying Checksum 05:38:19 1469e6f7b9e6: Download complete 05:38:19 339a4e72a1f5: Verifying Checksum 05:38:19 339a4e72a1f5: Download complete 05:38:19 eaf3925da568: Verifying Checksum 05:38:19 eaf3925da568: Download complete 05:38:19 bde34c3a00c8: Verifying Checksum 05:38:19 bde34c3a00c8: Download complete 05:38:19 b352a97aabf1: Verifying Checksum 05:38:19 b352a97aabf1: Download complete 05:38:19 4872d77fe225: Verifying Checksum 05:38:19 4872d77fe225: Download complete 05:38:19 5851b861e8e6: Verifying Checksum 05:38:19 5851b861e8e6: Download complete 05:38:19 b85a868b505f: Verifying Checksum 05:38:19 b85a868b505f: Download complete 05:38:20 bab4dde63d76: Verifying Checksum 05:38:20 bab4dde63d76: Download complete 05:38:21 b85a868b505f: Pull complete 05:38:21 e2be974225ed: Pull complete 05:38:21 339a4e72a1f5: Pull complete 05:38:21 988bab9f4d93: Pull complete 05:38:21 1469e6f7b9e6: Pull complete 05:38:21 eaf3925da568: Pull complete 05:38:23 bab4dde63d76: Pull complete 05:38:23 bde34c3a00c8: Pull complete 05:38:23 b352a97aabf1: Pull complete 05:38:23 4872d77fe225: Pull complete 05:38:24 5851b861e8e6: Pull complete 05:38:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:38:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:38:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:38:24 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 05:38:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:38:25 $ docker top 2358c6bda8f931c5ca83fdb1f4d21fd380820e190708b5da91a63e640d406874 -eo pid,comm 05:38:25 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:38:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:38:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:38:25 [ssh-agent] Looking for ssh-agent implementation... 05:38:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:38:25 $ docker exec 2358c6bda8f931c5ca83fdb1f4d21fd380820e190708b5da91a63e640d406874 ssh-agent 05:38:26 SSH_AUTH_SOCK=/tmp/ssh-7fWKKjvaJySB/agent.33 05:38:26 SSH_AGENT_PID=39 05:38:26 Running ssh-add (command line suppressed) 05:38:26 Identity added: /w/workspace/edgex-go/430@tmp/private_key_3197609861788425020.key (/w/workspace/edgex-go/430@tmp/private_key_3197609861788425020.key) 05:38:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:38:26 + git tag --points-at HEAD [Pipeline] } 05:38:26 $ docker exec --env ******** --env ******** 2358c6bda8f931c5ca83fdb1f4d21fd380820e190708b5da91a63e640d406874 ssh-agent -k 05:38:26 unset SSH_AUTH_SOCK; 05:38:26 unset SSH_AGENT_PID; 05:38:26 echo Agent pid 39 killed; 05:38:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:38:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:38:26 [ssh-agent] Looking for ssh-agent implementation... 05:38:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:38:26 $ docker exec 2358c6bda8f931c5ca83fdb1f4d21fd380820e190708b5da91a63e640d406874 ssh-agent 05:38:26 SSH_AUTH_SOCK=/tmp/ssh-7bPz42TY5nKJ/agent.71 05:38:26 SSH_AGENT_PID=77 05:38:26 Running ssh-add (command line suppressed) 05:38:26 Identity added: /w/workspace/edgex-go/430@tmp/private_key_9896915881030023554.key (/w/workspace/edgex-go/430@tmp/private_key_9896915881030023554.key) 05:38:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:38:27 + git semver init 05:38:27 2023-03-01 05:38:27,375 [run_init] DEBUG init version:0.0.0 force:False 05:38:27 2023-03-01 05:38:27,376 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/430/.semver 05:38:27 2023-03-01 05:38:27,376 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/430/.semver 05:38:27 2023-03-01 05:38:27,376 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/430/.semver'], cwd=/w/workspace/edgex-go/430, universal_newlines=False, shell=None, istream=None) 05:38:32 2023-03-01 05:38:31,650 [append_file] DEBUG append to file:/w/workspace/edgex-go/430/.git/info/exclude 05:38:32 2023-03-01 05:38:31,651 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/430/.semver/main with force:False 05:38:32 2023-03-01 05:38:31,651 [read_version] DEBUG read version from /w/workspace/edgex-go/430/.semver/main 05:38:32 2023-03-01 05:38:31,651 [read_version] DEBUG read version from /w/workspace/edgex-go/430/.semver/main 05:38:32 3.0.0-dev.69 [Pipeline] } 05:38:32 $ docker exec --env ******** --env ******** 2358c6bda8f931c5ca83fdb1f4d21fd380820e190708b5da91a63e640d406874 ssh-agent -k 05:38:32 unset SSH_AUTH_SOCK; 05:38:32 unset SSH_AGENT_PID; 05:38:32 echo Agent pid 77 killed; 05:38:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:38:33 + git semver [Pipeline] } 05:38:33 $ docker stop --time=1 2358c6bda8f931c5ca83fdb1f4d21fd380820e190708b5da91a63e640d406874 05:38:34 $ docker rm -f --volumes 2358c6bda8f931c5ca83fdb1f4d21fd380820e190708b5da91a63e640d406874 [Pipeline] // withDockerContainer [Pipeline] sh 05:38:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:38:35 Stashed 1 file(s) [Pipeline] echo 05:38:35 [edgeXSemver]: initialized semver on version 3.0.0-dev.69 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:38:35 + git config --global --add safe.directory /w/workspace/edgex-go/430 [Pipeline] echo 05:38:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:38:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:38:35 ========================================================= 05:38:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 05:38:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:38:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:38:35 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 05:38:35 213ec9aee27d: Pulling fs layer 05:38:35 4583459ba037: Pulling fs layer 05:38:35 93c1e223e6f2: Pulling fs layer 05:38:35 53926ce57604: Pulling fs layer 05:38:35 21b2b0c7a3f4: Pulling fs layer 05:38:35 22ff95d597cd: Pulling fs layer 05:38:35 12d6caf4c0d1: Pulling fs layer 05:38:35 96b7cbca73a9: Pulling fs layer 05:38:35 a7acece74701: Pulling fs layer 05:38:35 22ff95d597cd: Waiting 05:38:35 12d6caf4c0d1: Waiting 05:38:35 96b7cbca73a9: Waiting 05:38:35 a7acece74701: Waiting 05:38:35 53926ce57604: Waiting 05:38:35 21b2b0c7a3f4: Waiting 05:38:35 93c1e223e6f2: Verifying Checksum 05:38:35 93c1e223e6f2: Download complete 05:38:35 4583459ba037: Verifying Checksum 05:38:35 4583459ba037: Download complete 05:38:35 21b2b0c7a3f4: Verifying Checksum 05:38:35 21b2b0c7a3f4: Download complete 05:38:35 22ff95d597cd: Download complete 05:38:35 213ec9aee27d: Verifying Checksum 05:38:35 213ec9aee27d: Download complete 05:38:35 12d6caf4c0d1: Download complete 05:38:36 213ec9aee27d: Pull complete 05:38:36 4583459ba037: Pull complete 05:38:36 93c1e223e6f2: Pull complete 05:38:36 a7acece74701: Download complete 05:38:37 53926ce57604: Verifying Checksum 05:38:37 53926ce57604: Download complete 05:38:37 96b7cbca73a9: Verifying Checksum 05:38:37 96b7cbca73a9: Download complete 05:38:41 53926ce57604: Pull complete 05:38:41 21b2b0c7a3f4: Pull complete 05:38:41 22ff95d597cd: Pull complete 05:38:41 12d6caf4c0d1: Pull complete 05:38:43 96b7cbca73a9: Pull complete 05:38:43 a7acece74701: Pull complete 05:38:43 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 05:38:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:38:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 05:38:44 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:38:44 WORKDIR /edgex 05:38:44 COPY go.mod . 05:38:44 RUN go mod download 05:38:44 + docker build -t ci-base-image-x86_64 -f - . 05:38:44 Sending build context to Docker daemon 170.5MB 05:38:44 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:38:44 ---> db6d94c90886 05:38:44 Step 2/4 : WORKDIR /edgex 05:38:47 ---> Running in 4c06014da134 05:38:47 Removing intermediate container 4c06014da134 05:38:47 ---> 7a0d27bad0b8 05:38:47 Step 3/4 : COPY go.mod . 05:38:47 ---> 87ad6a266c73 05:38:47 Step 4/4 : RUN go mod download 05:38:47 ---> Running in 4e2a685094d7 05:38:50 Still waiting to schedule task 05:38:50 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7904’ 05:38:59 Removing intermediate container 4e2a685094d7 05:38:59 ---> 2414dfffef35 05:38:59 Successfully built 2414dfffef35 05:38:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:59 + docker inspect -f . ci-base-image-x86_64 05:38:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:38:59 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 05:38:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:39:00 $ docker top 4a559e7b5727ddf510f9ee7e9287da3d0639ea21af817e769e168b19aee557e1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:39:00 + go version 05:39:00 go version go1.18.7 linux/amd64 [Pipeline] } 05:39:00 $ docker stop --time=1 4a559e7b5727ddf510f9ee7e9287da3d0639ea21af817e769e168b19aee557e1 05:39:01 $ docker rm -f --volumes 4a559e7b5727ddf510f9ee7e9287da3d0639ea21af817e769e168b19aee557e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:02 + docker inspect -f . ci-base-image-x86_64 05:39:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:39:02 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 05:39:02 $ 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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:39:02 $ docker top 18ff747b36dd782b38cc58628711de5c7db7a23f084bc2f6cc4b0bd5f36da61c -eo pid,comm [Pipeline] { [Pipeline] echo 05:39:02 ========================================================= 05:39:02 [edgeXBuildGoParallel] Running Tests and Build... 05:39:02 ========================================================= [Pipeline] sh 05:39:03 + git config --global --add safe.directory /w/workspace/edgex-go/430 [Pipeline] fileExists [Pipeline] sh 05:39:03 + make test 05:39:03 go test -race -coverprofile=coverage.out ./... 05:39:09 ? github.com/edgexfoundry/edgex-go [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 05:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements 05:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.126s coverage: 98.5% of statements 05:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.133s coverage: 71.2% of statements 05:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 05:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 05:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 05:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.090s coverage: 54.0% of statements 05:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.135s coverage: 88.5% of statements 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.095s coverage: 3.9% of statements 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.509s coverage: 95.6% of statements 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.050s coverage: 72.2% of statements 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.086s coverage: 65.9% of statements 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.097s coverage: 0.9% of statements 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.092s coverage: 29.6% of statements 05:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 82.9% of statements 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 05:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 05:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 05:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.426s coverage: 79.9% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.075s coverage: 86.9% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.045s coverage: 20.0% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.2% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.221s coverage: 63.1% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 65.3% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 41.0% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.074s coverage: 89.5% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.139s coverage: 92.3% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 05:39:52 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 05:40:10 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 05:40:10 go vet ./... 05:40:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:40:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:40:15 ./bin/test-attribution-txt.sh [Pipeline] echo 05:40:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 05:40:15 + ls -al . 05:40:15 total 744 05:40:15 drwxrwxr-x 11 1001 1001 4096 Mar 1 05:39 . 05:40:15 drwxr-xr-x 4 root root 4096 Mar 1 05:39 .. 05:40:15 drwxrwxr-x 2 1001 1001 4096 Mar 1 05:38 .blubracket 05:40:15 -rw-rw-r-- 1 1001 1001 16 Mar 1 05:38 .dockerignore 05:40:15 drwxrwxr-x 8 1001 1001 4096 Mar 1 05:39 .git 05:40:15 drwxrwxr-x 3 1001 1001 4096 Mar 1 05:38 .github 05:40:15 -rw-rw-r-- 1 1001 1001 1068 Mar 1 05:38 .gitignore 05:40:15 -rw-rw-r-- 1 1001 1001 42 Mar 1 05:38 .golangci.yml 05:40:15 -rw-rw-r-- 1 1001 1001 87 Mar 1 05:38 .hadolint.yml 05:40:15 drwxr-xr-x 3 1001 1001 4096 Mar 1 05:38 .semver 05:40:15 -rw-rw-r-- 1 1001 1001 166 Mar 1 05:38 .sonarcloud.properties 05:40:15 -rw-rw-r-- 1 1001 1001 1171 Mar 1 05:38 ADOPTERS.md 05:40:15 -rw-rw-r-- 1 1001 1001 10825 Mar 1 05:38 Attribution.txt 05:40:15 -rw-rw-r-- 1 1001 1001 73765 Mar 1 05:38 CHANGELOG.md 05:40:15 -rw-rw-r-- 1 1001 1001 3804 Mar 1 05:38 CONTRIBUTING.md 05:40:15 -rw-rw-r-- 1 1001 1001 677 Mar 1 05:38 GOVERNANCE.md 05:40:15 -rw-rw-r-- 1 1001 1001 883 Mar 1 05:38 Jenkinsfile 05:40:15 -rw-rw-r-- 1 1001 1001 10775 Mar 1 05:38 LICENSE 05:40:15 -rw-rw-r-- 1 1001 1001 14116 Mar 1 05:38 Makefile 05:40:15 -rw-rw-r-- 1 1001 1001 582 Mar 1 05:38 OWNERS.md 05:40:15 -rw-rw-r-- 1 1001 1001 9403 Mar 1 05:38 README.md 05:40:15 -rw-rw-r-- 1 1001 1001 6912 Mar 1 05:38 SECURITY.md 05:40:15 -rw-rw-r-- 1 1001 1001 12 Mar 1 05:38 VERSION 05:40:15 drwxrwxr-x 2 1001 1001 4096 Mar 1 05:38 bin 05:40:15 drwxrwxr-x 18 1001 1001 4096 Mar 1 05:38 cmd 05:40:15 -rw-r--r-- 1 root root 487670 Mar 1 05:39 coverage.out 05:40:15 -rw-rw-r-- 1 1001 1001 3296 Mar 1 05:38 go.mod 05:40:15 -rw-rw-r-- 1 1001 1001 31429 Mar 1 05:38 go.sum 05:40:15 drwxrwxr-x 7 1001 1001 4096 Mar 1 05:38 internal 05:40:15 drwxrwxr-x 3 1001 1001 4096 Mar 1 05:38 openapi 05:40:15 drwxrwxr-x 4 1001 1001 4096 Mar 1 05:38 snap 05:40:15 -rw-rw-r-- 1 1001 1001 204 Mar 1 05:38 version.go [Pipeline] sh 05:40:15 + '[' -e coverage.out ] 05:40:15 + chown 1001:1001 coverage.out [Pipeline] stash 05:40:15 Stashed 1 file(s) [Pipeline] sh 05:40:16 + make build 05:40:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:40:30 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:40:30 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:40:31 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:40:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:40:40 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:40:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:40:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:40:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:40:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:40:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:40:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:40:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:40:51 $ docker stop --time=1 18ff747b36dd782b38cc58628711de5c7db7a23f084bc2f6cc4b0bd5f36da61c 05:40:54 $ docker rm -f --volumes 18ff747b36dd782b38cc58628711de5c7db7a23f084bc2f6cc4b0bd5f36da61c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:40:54 05:40:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:40:55 latest: Pulling from edgex-devops/edgex-compose 05:40:55 cbdbe7a5bc2a: Pulling fs layer 05:40:55 ca9280d653b3: Pulling fs layer 05:40:55 7e9c9ca2126c: Pulling fs layer 05:40:55 cbdbe7a5bc2a: Download complete 05:40:55 ca9280d653b3: Verifying Checksum 05:40:55 ca9280d653b3: Download complete 05:40:55 cbdbe7a5bc2a: Pull complete 05:40:56 7e9c9ca2126c: Download complete 05:40:56 ca9280d653b3: Pull complete 05:40:59 7e9c9ca2126c: Pull complete 05:40:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 05:40:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:40:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:40:59 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 05:40:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:41:00 $ docker top 9f344077a1933220b3b486f3be5e0535677a1729fd03996cdcb2304193d01002 -eo pid,comm [Pipeline] { [Pipeline] sh 05:41:01 + docker-compose build --help 05:41:01 + grep parallel 05:41:01 --parallel Build images in parallel. [Pipeline] } 05:41:01 $ docker stop --time=1 9f344077a1933220b3b486f3be5e0535677a1729fd03996cdcb2304193d01002 05:41:03 $ docker rm -f --volumes 9f344077a1933220b3b486f3be5e0535677a1729fd03996cdcb2304193d01002 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:41:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:41:03 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 05:41:03 $ 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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:41:03 $ docker top 16752f10f4705ea4166cd3967c9d7e41247c1a0109da8981b2ea293fbf91669f -eo pid,comm [Pipeline] { [Pipeline] sh 05:41:04 + docker-compose -f ./docker-compose-build.yml build --parallel 05:41:04 Building core-command ... 05:41:04 Building core-common-config-bootstrapper ... 05:41:04 Building core-data ... 05:41:04 Building core-metadata ... 05:41:04 Building security-bootstrapper ... 05:41:04 Building security-proxy-auth ... 05:41:04 Building security-proxy-setup ... 05:41:04 Building security-secretstore-setup ... 05:41:04 Building security-spiffe-token-provider ... 05:41:04 Building security-spire-agent ... 05:41:04 Building security-spire-config ... 05:41:04 Building security-spire-server ... 05:41:04 Building support-notifications ... 05:41:04 Building support-scheduler ... 05:41:04 Building security-proxy-setup 05:41:04 Building core-metadata 05:41:04 Building security-spire-server 05:41:04 Building security-bootstrapper 05:41:04 Building security-spire-agent 05:41:19 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:41:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:41:19 ---> 2414dfffef35 05:41:19 Step 3/23 : WORKDIR /edgex-go 05:41:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:41:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:41:19 ---> 2414dfffef35 05:41:19 Step 3/24 : WORKDIR /edgex-go 05:41:19 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:41:19 Step 2/32 : FROM ${BUILDER_BASE} AS builder 05:41:19 ---> 2414dfffef35 05:41:19 Step 3/32 : WORKDIR /edgex-go 05:41:19 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:41:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:41:19 ---> 2414dfffef35 05:41:19 Step 3/21 : WORKDIR /edgex-go 05:41:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:41:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:41:19 ---> 2414dfffef35 05:41:19 Step 3/24 : ARG ADD_BUILD_TAGS="" 05:41:22 ---> Running in 5e3fddc746d9 05:41:22 ---> Running in db56a1d7da5c 05:41:22 ---> Running in 2c881a179364 05:41:22 ---> Running in e1b052a06a41 05:41:22 ---> Running in 1928fe5e7357 05:41:22 Removing intermediate container db56a1d7da5c 05:41:22 ---> 41a2f98ecfc3 05:41:22 Step 4/32 : RUN apk add --update --no-cache make git 05:41:22 Removing intermediate container e1b052a06a41 05:41:22 ---> 9f891d260374 05:41:22 Step 4/24 : WORKDIR /edgex-go 05:41:22 Removing intermediate container 1928fe5e7357 05:41:22 ---> caf6d1fa0133 05:41:22 Step 4/21 : RUN apk add --update --no-cache make git 05:41:22 ---> Running in ce1d02efc332 05:41:22 Removing intermediate container 5e3fddc746d9 05:41:22 ---> 1ad756eabcde 05:41:22 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 05:41:22 Removing intermediate container 2c881a179364 05:41:22 ---> ccabf1f3064d 05:41:22 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 05:41:22 ---> Running in a22378acc89c 05:41:22 ---> Running in 7a861f49fe44 05:41:22 ---> Running in 19b1af27efaa 05:41:22 ---> Running in e2ac2545a87e 05:41:22 Removing intermediate container 7a861f49fe44 05:41:22 ---> 85162fb23f61 05:41:22 Step 5/24 : RUN apk add --update --no-cache make git 05:41:22 ---> Running in 234610abc997 05:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:41:22 OK: 211 MiB in 51 packages 05:41:22 OK: 211 MiB in 51 packages 05:41:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:41:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:41:23 OK: 211 MiB in 51 packages 05:41:23 OK: 211 MiB in 51 packages 05:41:23 OK: 211 MiB in 51 packages 05:41:23 Removing intermediate container a22378acc89c 05:41:23 ---> ed166c87cb18 05:41:23 Step 5/21 : COPY go.mod vendor* ./ 05:41:23 Removing intermediate container ce1d02efc332 05:41:23 ---> 0c35313d089e 05:41:23 Step 5/32 : COPY go.mod vendor* ./ 05:41:23 ---> ca6d4f9494de 05:41:23 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:23 ---> Running in 6ae73b249965 05:41:23 ---> 9835ef1fb789 05:41:23 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:23 ---> Running in 5f0bec9afcf9 05:41:23 Removing intermediate container 234610abc997 05:41:23 ---> 68b01b3cd8b0 05:41:23 Step 6/24 : COPY go.mod vendor* ./ 05:41:23 Removing intermediate container e2ac2545a87e 05:41:23 ---> 0787b3c72621 05:41:23 Step 5/24 : COPY go.mod vendor* ./ 05:41:23 Removing intermediate container 19b1af27efaa 05:41:23 ---> ef15d1189685 05:41:23 Step 5/23 : COPY go.mod vendor* ./ 05:41:24 ---> 601de64f093d 05:41:24 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:24 ---> Running in 75c56517a7d2 05:41:24 ---> fcd9f765f044 05:41:24 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:24 ---> 6f0fe20ab063 05:41:24 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:24 ---> Running in afc979246e8a 05:41:24 ---> Running in 8d922df23baa 05:42:02 Removing intermediate container 8d922df23baa 05:42:02 ---> c3463be7bdbe 05:42:02 Step 7/23 : COPY . . 05:42:02 Removing intermediate container 75c56517a7d2 05:42:02 ---> 2752a1170830 05:42:02 Step 8/24 : COPY . . 05:42:02 Removing intermediate container 5f0bec9afcf9 05:42:02 ---> 5b612cbac934 05:42:02 Step 7/32 : COPY . . 05:42:02 Removing intermediate container afc979246e8a 05:42:02 ---> 22dc5fe3aac1 05:42:02 Step 7/24 : COPY . . 05:42:02 Removing intermediate container 6ae73b249965 05:42:02 ---> e6be1e7b9d2c 05:42:02 Step 7/21 : COPY . . 05:42:06 ---> f8cbf437fbc0 05:42:06 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:42:06 ---> 5935cd19aa43 05:42:06 ---> 5a00a0125d34 05:42:06 Step 8/23 : ARG SPIRE_RELEASE=1.2.1Step 8/24 : ARG SPIRE_RELEASE=1.2.1 05:42:06 05:42:06 ---> 49ee752527ee 05:42:06 ---> cfd7f80d208c 05:42:06 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 05:42:06 05:42:06 ---> Running in 066ea455aedb 05:42:06 ---> Running in 8d2ae48711ca 05:42:06 ---> Running in 8cb1e83e4823 05:42:06 ---> Running in b6d5e64d393a 05:42:06 ---> Running in 8705122dff12 05:42:06 Removing intermediate container 8cb1e83e4823 05:42:06 ---> 7e33e71b9a70 05:42:06 Step 9/24 : WORKDIR /edgex-go/spire-build 05:42:06 Removing intermediate container 8705122dff12 05:42:06 ---> aef175c3a348 05:42:06 Step 9/23 : WORKDIR /edgex-go/spire-build 05:42:06 ---> Running in 81fae47b99be 05:42:06 ---> Running in 0028edce852a 05:42:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:42:07 Removing intermediate container 81fae47b99be 05:42:07 ---> 3627b136289c 05:42:07 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:42:07 Removing intermediate container 0028edce852a 05:42:07 ---> b01ff4fc054f 05:42:07 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:42:07 ---> Running in b5d1eb6bf101 05:42:07 ---> Running in 02c517b2e059 05:42:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:42:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:42:08 Removing intermediate container b5d1eb6bf101 05:42:08 ---> f78bff0c4797 05:42:08 Step 11/24 : WORKDIR /edgex-go 05:42:08 Removing intermediate container 02c517b2e059 05:42:08 ---> aa1cf7d5cb3c 05:42:08 Step 11/23 : WORKDIR /edgex-go 05:42:08 ---> Running in 73dbfa0dd83f 05:42:08 ---> Running in aa73b00b0155 05:42:08 Removing intermediate container 73dbfa0dd83f 05:42:08 ---> 8f33bed93a76 05:42:08 05:42:08 Step 12/24 : FROM alpine:3.15 05:42:08 Removing intermediate container aa73b00b0155 05:42:08 ---> 07b4b92dd005 05:42:08 05:42:08 Step 12/23 : FROM alpine:3.15 05:42:09 3.15: Pulling from library/alpine 05:42:09 3.15: Pulling from library/alpine 05:42:10 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 05:42:10 Status: Downloaded newer image for alpine:3.15 05:42:10 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 05:42:10 Status: Image is up to date for alpine:3.15 05:42:10 ---> 5ce65d7b0fde 05:42:10 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:42:10 ---> 5ce65d7b0fde 05:42:10 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:42:11 ---> Running in ae3cca436ecb 05:42:11 ---> Running in a70278e5915c 05:42:11 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7905 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 05:42:11 Running in /w/workspace/edgex-go/430 [Pipeline] { [Pipeline] checkout 05:42:11 The recommended git tool is: git 05:42:12 Removing intermediate container a70278e5915c 05:42:12 ---> da69eb29e378 05:42:12 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:42:12 Removing intermediate container ae3cca436ecb 05:42:12 ---> bd1203ad26b8 05:42:12 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:42:12 ---> Running in 4b0800612a76 05:42:12 ---> Running in abd01744ff7b 05:42:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:42:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:42:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:42:13 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:42:13 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:42:13 OK: 15857 distinct packages available 05:42:13 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:42:13 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:42:13 OK: 15857 distinct packages available 05:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:42:13 (1/5) Installing dumb-init (1.2.5-r1) 05:42:13 (1/5) Installing dumb-init (1.2.5-r1) 05:42:13 (2/5) Installing musl-obstack (1.2.3-r0) 05:42:13 (3/5) Installing libucontext (1.1-r0) 05:42:13 (4/5) Installing gcompat (1.0.0-r4) 05:42:13 (2/5) Installing musl-obstack (1.2.3-r0) 05:42:13 (5/5) Installing openssl (1.1.1t-r1) 05:42:13 (3/5) Installing libucontext (1.1-r0) 05:42:13 (4/5) Installing gcompat (1.0.0-r4) 05:42:13 (5/5) Installing openssl (1.1.1t-r1) 05:42:13 Executing busybox-1.34.1-r7.trigger 05:42:13 OK: 7 MiB in 19 packages 05:42:13 Executing busybox-1.34.1-r7.trigger 05:42:13 OK: 7 MiB in 19 packages 05:42:15 Removing intermediate container abd01744ff7b 05:42:15 ---> ace593c31a84 05:42:15 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 05:42:15 Removing intermediate container 4b0800612a76 05:42:15 ---> 278c8796f916 05:42:15 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:42:17 using credential edgex-jenkins-ssh 05:42:17 Cloning the remote Git repository 05:42:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:42:17 > git init /w/workspace/edgex-go/430 # timeout=10 05:42:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:42:17 > git --version # timeout=10 05:42:17 > git --version # 'git version 2.25.1' 05:42:17 using GIT_SSH to set credentials SSH Credentials for GitHub 05:42:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:42:18 ---> edf65bb09d61 05:42:18 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:42:18 ---> 6eef787736b6 05:42:18 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:42:19 ---> e01af022d32d 05:42:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:42:20 ---> bf7a358b0ce6 05:42:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:42:20 ---> 24d8caa1c8a9 05:42:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:42:21 ---> 49b32be92519 05:42:21 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:42:21 ---> c332f9094476 05:42:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:42:21 ---> Running in a0773f4d7bd3 05:42:21 Removing intermediate container a0773f4d7bd3 05:42:21 ---> 6613e18d80af 05:42:21 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:42:22 ---> Running in 6ebfa225392b 05:42:22 ---> bdbd62fd2e9f 05:42:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:42:22 Removing intermediate container 6ebfa225392b 05:42:22 ---> 3ddbe6f545d9 05:42:22 Step 21/23 : LABEL arch=x86_64 05:42:22 ---> Running in e87209a21514 05:42:22 ---> 3cc14f3501ae 05:42:22 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:42:23 Removing intermediate container e87209a21514 05:42:23 ---> 339df0c57804 05:42:23 Step 22/23 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:42:23 ---> Running in 626cd28a7752 05:42:23 ---> Running in 5f312de2fdd3 05:42:23 Removing intermediate container 626cd28a7752 05:42:23 ---> af32c2bff1d0 05:42:23 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:42:23 Removing intermediate container 5f312de2fdd3 05:42:23 ---> cb27f7f1480f 05:42:23 Step 23/23 : LABEL version=3.0.0-dev.69 05:42:23 ---> Running in e37de9263977 05:42:23 ---> Running in 81334862e71d 05:42:23 Removing intermediate container e37de9263977 05:42:23 ---> f62d3f67223e 05:42:23 Step 22/24 : LABEL arch=x86_64 05:42:23 ---> Running in 472f0418c535 05:42:23 Removing intermediate container 81334862e71d 05:42:23 ---> 6eea4fa5e2fe 05:42:23 05:42:24 Removing intermediate container 472f0418c535 05:42:24 ---> ee4b478d1ec6 05:42:24 Step 23/24 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:42:24 Successfully built 6eea4fa5e2fe 05:42:24 Successfully tagged security-spire-server:latest 05:42:24 Building security-secretstore-setup 05:42:24  Building security-spire-server ... done  ---> Running in 4882d841bf95 05:42:25 Removing intermediate container 4882d841bf95 05:42:25 ---> 5292b595d1a1 05:42:25 Step 24/24 : LABEL version=3.0.0-dev.69 05:42:26 ---> Running in f47c8d0025ce 05:42:27 Removing intermediate container f47c8d0025ce 05:42:27 ---> b6b0dd200f13 05:42:27 05:42:27 Successfully built b6b0dd200f13 05:42:27 Successfully tagged security-spire-agent:latest 05:42:27  Building security-spire-agent ... done Building support-scheduler 05:42:27 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:42:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:42:27 ---> 2414dfffef35 05:42:27 Step 3/24 : WORKDIR /edgex-go 05:42:27 ---> Using cache 05:42:27 ---> ccabf1f3064d 05:42:27 Step 4/24 : RUN apk add --update --no-cache make git 05:42:30 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:42:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:42:30 ---> 2414dfffef35 05:42:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:42:30 ---> Using cache 05:42:30 ---> 9f891d260374 05:42:30 Step 4/22 : WORKDIR /edgex-go 05:42:30 ---> Using cache 05:42:30 ---> 85162fb23f61 05:42:30 Step 5/22 : RUN apk add --update --no-cache make git 05:42:30 ---> Using cache 05:42:30 ---> 68b01b3cd8b0 05:42:30 Step 6/22 : COPY go.mod vendor* ./ 05:42:30 ---> Using cache 05:42:30 ---> 601de64f093d 05:42:30 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:30 ---> Using cache 05:42:30 ---> 2752a1170830 05:42:30 Step 8/22 : COPY . . 05:42:30 ---> Using cache 05:42:30 ---> cfd7f80d208c 05:42:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:42:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:42:31 ---> Running in d8d1f6973ce4 05:42:31 ---> Running in f7f337833e04 05:42:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:42:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:42:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:42:32 OK: 211 MiB in 51 packages 05:42:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:42:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:42:34 Removing intermediate container d8d1f6973ce4 05:42:34 ---> fbeac836d224 05:42:34 Step 5/24 : COPY go.mod vendor* ./ 05:42:34 Avoid second fetch 05:42:34 Checking out Revision 0ed1034b3ab63d116b0414f8674ebacfe755126e (main) 05:42:35 Commit message: "Merge pull request #4399 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:42:35 ---> 704e5048a657 05:42:35 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:34 > git config core.sparsecheckout # timeout=10 05:42:34 > git checkout -f 0ed1034b3ab63d116b0414f8674ebacfe755126e # timeout=10 05:42:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:42:36 % Total % Received % Xferd Average Speed Time Time Time Current 05:42:36 Dload Upload Total Spent Left Speed 05:42:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 94451 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh 05:42:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:42:36 ---> Running in 85bd0b57af45 05:42:36 Removing intermediate container 066ea455aedb 05:42:36 ---> 41f6d99de9ac 05:42:36 05:42:36 Step 9/21 : FROM alpine:3.16 05:42:36 Removing intermediate container 8d2ae48711ca 05:42:36 ---> a4fdcefeeeb9 05:42:36 05:42:36 Step 9/32 : FROM alpine:3.16 05:42:36 Removing intermediate container b6d5e64d393a 05:42:36 ---> 5146ec106338 05:42:36 05:42:36 Step 10/24 : FROM alpine:3.16 05:42:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:42:37 + sudo tee /etc/docker/daemon.new 05:42:37 { 05:42:37 "registry-mirrors": [ 05:42:37 "https://nexus3.edgexfoundry.org:10001" 05:42:37 ], 05:42:37 "bip": "10.250.0.254/24", 05:42:37 "hosts": [ 05:42:37 "tcp://0.0.0.0:5555", 05:42:37 "unix:///var/run/docker.sock" 05:42:37 ], 05:42:37 "mtu": 1458, 05:42:37 "selinux-enabled": true, 05:42:37 "seccomp-profile": "/etc/docker/seccomp.json" 05:42:37 } [Pipeline] sh 05:42:37 3.16: Pulling from library/alpine 05:42:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:42:37 3.16: Pulling from library/alpine 05:42:37 3.16: Pulling from library/alpine 05:42:37 + sudo service docker restart 05:42:39 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 05:42:39 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 05:42:39 Status: Image is up to date for alpine:3.16 05:42:39 Status: Downloaded newer image for alpine:3.16 05:42:39 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 05:42:39 Status: Image is up to date for alpine:3.16 05:42:39 ---> dfd21b5a31f5 05:42:39 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:42:39 ---> dfd21b5a31f5 05:42:39 Step 11/24 : RUN apk add --update --no-cache dumb-init 05:42:39 ---> dfd21b5a31f5 05:42:39 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 05:42:40 ---> Running in 36e6ef617246 05:42:40 ---> Running in a3ad72cff89b 05:42:40 ---> Running in 0826262245a9 05:42:40 Removing intermediate container a3ad72cff89b 05:42:40 ---> f6796bf3b1e7 05:42:40 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 05:42:40 ---> Running in b1fc3eee533a 05:42:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:42:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:42:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:42:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:42:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:42:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:42:41 (1/6) Installing ca-certificates (20220614-r0) 05:42:41 (2/6) Installing brotli-libs (1.0.9-r6) 05:42:41 (3/6) Installing nghttp2-libs (1.47.0-r0) 05:42:41 (4/6) Installing libcurl (7.83.1-r6) 05:42:41 (5/6) Installing curl (7.83.1-r6) 05:42:41 (6/6) Installing dumb-init (1.2.5-r1) 05:42:41 Executing busybox-1.35.0-r17.trigger 05:42:41 Executing ca-certificates-20220614-r0.trigger 05:42:41 OK: 8 MiB in 20 packages 05:42:41 (1/2) Installing dumb-init (1.2.5-r1) 05:42:41 (2/2) Installing su-exec (0.2-r1) 05:42:41 Executing busybox-1.35.0-r17.trigger 05:42:41 OK: 6 MiB in 16 packages 05:42:41 (1/1) Installing dumb-init (1.2.5-r1) 05:42:41 Executing busybox-1.35.0-r17.trigger 05:42:41 OK: 6 MiB in 15 packages 05:42:42 Removing intermediate container b1fc3eee533a 05:42:42 ---> 0c2520ecb486 05:42:42 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 05:42:42 Removing intermediate container 36e6ef617246 05:42:42 ---> 99e39fdc4fe6 05:42:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:42:42 Removing intermediate container 0826262245a9 05:42:42 ---> c2033f22f192 05:42:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:42:42 ---> Running in 176c65042c0c 05:42:42 ---> Running in 073aabea3e7b 05:42:42 ---> Running in 5f2fb1199d05 05:42:42 Removing intermediate container 176c65042c0c 05:42:42 ---> 7f6ab721a978 05:42:42 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 05:42:42 Removing intermediate container 073aabea3e7b 05:42:42 ---> d56c7ecf801e 05:42:42 Step 13/24 : ENV APP_PORT=59881 05:42:42 ---> Running in 1bfd28b6f212 05:42:42 Removing intermediate container 5f2fb1199d05 05:42:42 ---> 2d68c667b9e6 05:42:42 Step 12/21 : WORKDIR /edgex 05:42:42 ---> Running in f51f4b853890 05:42:42 ---> Running in ac6b88848557 05:42:42 Removing intermediate container 1bfd28b6f212 05:42:42 ---> 1c2cadf45084 05:42:42 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 05:42:43 Removing intermediate container f51f4b853890 05:42:43 ---> 8ce8443c5e71 05:42:43 Step 14/24 : EXPOSE $APP_PORT 05:42:43 Removing intermediate container ac6b88848557 05:42:43 ---> 1e3de33f594a 05:42:43 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:42:43 ---> Running in bb6f24caae71 05:42:43 ---> Running in f819ffa7167f 05:42:43 Removing intermediate container bb6f24caae71 05:42:43 ---> a548da9d5948 05:42:43 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 05:42:43 Removing intermediate container f819ffa7167f 05:42:43 ---> f1986e4530d7 05:42:43 Step 15/24 : WORKDIR / 05:42:43 ---> 64035b2dc330 05:42:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:42:43 ---> Running in b7b190aeea90 05:42:43 ---> Running in 27ed2ae9f3a7 05:42:43 Removing intermediate container b7b190aeea90 05:42:43 ---> bf3aee749d5a 05:42:43 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 05:42:43 Removing intermediate container 27ed2ae9f3a7 05:42:43 ---> 0eb4a6807890 05:42:43 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 05:42:43 ---> Running in 284dcba62c40 05:42:44 ---> aab978d15561 05:42:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:42:44 ---> 75c8cd036954 05:42:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:42:45 ---> 6827c22f0956 05:42:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:42:45 ---> 036ab71faa63 05:42:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:42:45 Removing intermediate container 284dcba62c40 05:42:45 ---> 1ec163bb7147 05:42:45 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 05:42:45 ---> Running in ab328c58914e 05:42:45 ---> d0ffec504136 05:42:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 05:42:45 ---> 9a0c8193ea6b 05:42:45 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:42:45 ---> Running in d1b8049d71a2 05:42:45 Removing intermediate container ab328c58914e 05:42:45 ---> 31e3acb733bb 05:42:45 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 05:42:45 ---> 5b7da5a5435f 05:42:45 Step 20/24 : ENTRYPOINT ["/core-metadata"] 05:42:46 ---> Running in ca3ea38b8482 05:42:46 ---> 167854a434ff 05:42:46 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 05:42:46 ---> Running in e4cf6fb9e6d0 05:42:46 Removing intermediate container ca3ea38b8482 05:42:46 ---> 2ffd72ee05f5 05:42:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:42:47 ---> Running in 4150ba2b58bd 05:42:48 Removing intermediate container 4150ba2b58bd 05:42:48 ---> 18e3ed87385a 05:42:48 Step 22/24 : LABEL arch=x86_64 05:42:48 Removing intermediate container d1b8049d71a2 05:42:48 ---> 3353f02faffb 05:42:48 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 05:42:48 ---> Running in 2b478a02194e 05:42:48 ---> Running in bf2ca67f302d 05:42:48 Removing intermediate container 2b478a02194e 05:42:48 ---> 75454f6e63af 05:42:48 Step 23/24 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:42:48 Removing intermediate container e4cf6fb9e6d0 05:42:48 ---> 068d5842bad2 05:42:48 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 05:42:48 Removing intermediate container bf2ca67f302d 05:42:48 ---> 28176b759710 05:42:48 Step 19/21 : LABEL arch=x86_64 05:42:49 ---> Running in d1878e283c5d 05:42:49 ---> Running in 9ee3ca918cb5 05:42:49 Removing intermediate container d1878e283c5d 05:42:49 ---> da315261663a 05:42:49 Step 24/24 : LABEL version=3.0.0-dev.69 05:42:49 ---> 8a23be3df14e 05:42:49 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:42:49 Removing intermediate container 9ee3ca918cb5 05:42:49 ---> 815717e0269b 05:42:49 Step 20/21 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:42:49 ---> Running in 72385ff7f390 05:42:49 ---> Running in 7c591cec0217 05:42:49 Removing intermediate container 72385ff7f390 05:42:49 ---> ec99e5a75a51 05:42:49 05:42:49 Removing intermediate container 7c591cec0217 05:42:49 ---> 83e4fe31bd73 05:42:49 Step 21/21 : LABEL version=3.0.0-dev.69 05:42:49 Successfully built ec99e5a75a51 05:42:49 Successfully tagged core-metadata:latest 05:42:49 Building security-spire-config 05:42:49  Building core-metadata ... done  ---> Running in 2bcd15667be9 05:42:51 Removing intermediate container 2bcd15667be9 05:42:51 ---> 707138744d71 05:42:51 05:42:51 ---> d8aafde16a8b 05:42:51 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:42:51 Successfully built 707138744d71 05:42:51 Successfully tagged security-proxy-setup:latest 05:42:51 Building core-common-config-bootstrapper 05:42:52  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:42:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:42:52 ---> 2414dfffef35 05:42:52 Step 3/24 : WORKDIR /edgex-go 05:42:52 ---> Using cache 05:42:52 ---> ccabf1f3064d 05:42:52 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 05:42:52 ---> Using cache 05:42:52 ---> 0787b3c72621 05:42:52 Step 5/24 : COPY go.mod vendor* ./ 05:42:52 ---> Using cache 05:42:52 ---> fcd9f765f044 05:42:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:52 ---> Using cache 05:42:52 ---> 22dc5fe3aac1 05:42:52 Step 7/24 : COPY . . 05:42:52 ---> Using cache 05:42:52 ---> 5a00a0125d34 05:42:52 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 05:42:52 ---> Using cache 05:42:52 ---> 7e33e71b9a70 05:42:52 Step 9/24 : WORKDIR /edgex-go/spire-build 05:42:52 ---> Using cache 05:42:52 ---> 3627b136289c 05:42:52 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:42:52 ---> Using cache 05:42:52 ---> f78bff0c4797 05:42:52 Step 11/24 : WORKDIR /edgex-go 05:42:52 ---> Using cache 05:42:52 ---> 8f33bed93a76 05:42:52 05:42:52 Step 12/24 : FROM alpine:3.15 05:42:52 ---> 5ce65d7b0fde 05:42:52 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:42:52 ---> Using cache 05:42:52 ---> bd1203ad26b8 05:42:52 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 05:42:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:42:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:42:54 ---> 2414dfffef35 05:42:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:42:54 ---> Using cache 05:42:54 ---> 9f891d260374 05:42:54 Step 4/22 : WORKDIR /edgex-go 05:42:54 ---> Using cache 05:42:54 ---> 85162fb23f61 05:42:54 Step 5/22 : RUN apk add --update --no-cache make git 05:42:54 ---> Using cache 05:42:54 ---> 68b01b3cd8b0 05:42:54 Step 6/22 : COPY go.mod vendor* ./ 05:42:54 ---> Using cache 05:42:54 ---> 601de64f093d 05:42:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:54 ---> Using cache 05:42:54 ---> 2752a1170830 05:42:54 Step 8/22 : COPY . . 05:42:54 ---> Using cache 05:42:54 ---> cfd7f80d208c 05:42:54 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:42:55 ---> 093dcb45768f 05:42:55 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:42:55 ---> Running in 1f641880d77f 05:42:55 ---> Running in 375fda3ba562 05:42:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:42:55 ---> c3871b3e4c3a 05:42:55 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 05:42:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:42:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:42:55 Removing intermediate container 85bd0b57af45 05:42:55 ---> 2bdf05bc8e1b 05:42:55 Step 7/24 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:42:56 provisioning config files... 05:42:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/430@tmp/config15745699348352785975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:42:56 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:42:56 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:42:56 OK: 15857 distinct packages available 05:42:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:42:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:42:56 ---> docker-login.sh 05:42:56 nexus3.edgexfoundry.org:10001 05:42:56 (1/4) Installing dumb-init (1.2.5-r1) 05:42:56 (2/4) Installing musl-obstack (1.2.3-r0) 05:42:56 (3/4) Installing libucontext (1.1-r0) 05:42:56 (4/4) Installing gcompat (1.0.0-r4) 05:42:56 Executing busybox-1.34.1-r7.trigger 05:42:56 OK: 6 MiB in 18 packages 05:42:56 ---> 37590d4a3d9b 05:42:56 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 05:42:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:42:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:42:57 Configure a credential helper to remove this warning. See 05:42:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:42:57 05:42:57 Login Succeeded 05:42:57 nexus3.edgexfoundry.org:10002 05:42:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:42:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:42:57 Configure a credential helper to remove this warning. See 05:42:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:42:57 05:42:57 Login Succeeded 05:42:57 nexus3.edgexfoundry.org:10003 05:42:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:42:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:42:57 Configure a credential helper to remove this warning. See 05:42:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:42:57 05:42:57 Login Succeeded 05:42:57 nexus3.edgexfoundry.org:10004 05:42:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:42:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:42:58 Configure a credential helper to remove this warning. See 05:42:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:42:58 05:42:58 Login Succeeded 05:42:58 docker.io 05:42:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:42:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:42:58 Configure a credential helper to remove this warning. See 05:42:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:42:58 05:42:58 Login Succeeded 05:42:58 ---> docker-login.sh ends [Pipeline] } 05:42:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 05:42:58 ---> 94ae2e57e4d3 05:42:58 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] sh 05:42:59 + git config --global --add safe.directory /w/workspace/edgex-go/430 [Pipeline] echo 05:42:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:42:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:42:59 ========================================================= 05:42:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 05:42:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:42:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:42:59 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:42:59 9b18e9b68314: Pulling fs layer 05:42:59 35d82f9e3411: Pulling fs layer 05:42:59 e16973657156: Pulling fs layer 05:42:59 fc693d55d65f: Pulling fs layer 05:42:59 7e9fc2657dce: Pulling fs layer 05:42:59 dda99020689f: Pulling fs layer 05:42:59 db1c61fa0a46: Pulling fs layer 05:42:59 891c053d2c06: Pulling fs layer 05:42:59 fc693d55d65f: Waiting 05:42:59 7e9fc2657dce: Waiting 05:42:59 dda99020689f: Waiting 05:42:59 db1c61fa0a46: Waiting 05:42:59 891c053d2c06: Waiting 05:42:59 e16973657156: Verifying Checksum 05:42:59 e16973657156: Download complete 05:42:59 35d82f9e3411: Verifying Checksum 05:42:59 35d82f9e3411: Download complete 05:42:59 7e9fc2657dce: Verifying Checksum 05:42:59 7e9fc2657dce: Download complete 05:42:59 dda99020689f: Verifying Checksum 05:42:59 dda99020689f: Download complete 05:42:59 9b18e9b68314: Verifying Checksum 05:42:59 9b18e9b68314: Download complete 05:43:00 9b18e9b68314: Pull complete 05:43:00 891c053d2c06: Verifying Checksum 05:43:00 891c053d2c06: Download complete 05:43:01 35d82f9e3411: Pull complete 05:43:01 e16973657156: Pull complete 05:43:02 Removing intermediate container f7f337833e04 05:43:02 ---> 2d9af5dba9a6 05:43:02 05:43:02 Step 10/22 : FROM alpine:3.16 05:43:02 ---> dfd21b5a31f5 05:43:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:43:02 ---> Using cache 05:43:02 ---> 99e39fdc4fe6 05:43:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:43:02 ---> Using cache 05:43:02 ---> d56c7ecf801e 05:43:02 Step 13/22 : ENV APP_PORT=59861 05:43:02 db1c61fa0a46: Verifying Checksum 05:43:02 db1c61fa0a46: Download complete 05:43:02 fc693d55d65f: Download complete 05:43:03 Removing intermediate container 1f641880d77f 05:43:03 ---> 71e78d3d1742 05:43:03 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:43:03 ---> Running in 449717367ce8 05:43:03 ---> 38db466b86f7 05:43:03 Step 27/32 : RUN chmod +x /entrypoint.sh 05:43:03 ---> 9bab5b68f58b 05:43:03 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:43:03 ---> Running in fde1eb83ede2 05:43:04 ---> Running in 682f7c8ec770 05:43:04 Removing intermediate container 449717367ce8 05:43:04 ---> f467beec770e 05:43:04 Step 14/22 : EXPOSE $APP_PORT 05:43:04 ---> Running in 7522219fdb89 05:43:04 ---> faa9ef5e723b 05:43:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:43:04 Removing intermediate container 7522219fdb89 05:43:04 ---> 477bd239a384 05:43:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:43:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:43:04 ---> 3e6ccfc69af2 05:43:04 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 05:43:05 ---> 0504bed2c337 05:43:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:43:05 ---> Running in 75811094aab3 05:43:05 Removing intermediate container 75811094aab3 05:43:05 ---> 88568c85a656 05:43:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:43:05 ---> 55c2924b7f29 05:43:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:43:05 Removing intermediate container 682f7c8ec770 05:43:05 ---> d5cba008e366 05:43:05 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 05:43:05 ---> Running in f4871022642e 05:43:05 ---> d783244b7b8f 05:43:05 Step 19/24 : WORKDIR / 05:43:05 ---> Running in a75254c06bab 05:43:05 Removing intermediate container f4871022642e 05:43:05 ---> d470f8e4e6aa 05:43:05 Step 29/32 : CMD ["gate"] 05:43:05 ---> 5e60be9cfc6e 05:43:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:43:05 ---> Running in bff1d11bbed3 05:43:05 ---> Running in 4a711d62e00e 05:43:05 Removing intermediate container a75254c06bab 05:43:05 ---> 74ff9f39491f 05:43:05 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:43:05 ---> Running in 123f544dc9f2 05:43:06 Removing intermediate container bff1d11bbed3 05:43:06 ---> fb9197886f85 05:43:06 Step 30/32 : LABEL arch=x86_64 05:43:06 Removing intermediate container 4a711d62e00e 05:43:06 ---> ac31a0e9cd4c 05:43:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:43:06 ---> Running in 927ac2555d62 05:43:06 ---> Running in 13285a03fb3d 05:43:06 Removing intermediate container 123f544dc9f2 05:43:06 ---> 5c5486ab3411 05:43:06 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:43:06 Removing intermediate container 13285a03fb3d 05:43:06 ---> 4ade4e5e46d2 05:43:06 Step 20/22 : LABEL arch=x86_64 05:43:06 ---> Running in ff2c953688c8 05:43:06 Removing intermediate container 927ac2555d62 05:43:06 ---> 9246a6998593 05:43:06 Step 31/32 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:43:06 ---> Running in d02c185723e7 05:43:06 ---> Running in 2eaf99284689 05:43:06 Removing intermediate container ff2c953688c8 05:43:06 ---> de1f5de8882e 05:43:06 Step 22/24 : LABEL arch=x86_64 05:43:06 ---> Running in 776868541fd5 05:43:06 Removing intermediate container d02c185723e7 05:43:06 ---> fcf89da6d7f1 05:43:06 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:43:06 Removing intermediate container 2eaf99284689 05:43:06 ---> 583d77077f39 05:43:06 Step 32/32 : LABEL version=3.0.0-dev.69 05:43:07 ---> Running in eb0dda8a2db5 05:43:07 ---> Running in 934f55a5430c 05:43:07 Removing intermediate container 776868541fd5 05:43:07 ---> 783b349d346b 05:43:07 Step 23/24 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:43:07 ---> Running in e74140e1b619 05:43:07 Removing intermediate container eb0dda8a2db5 05:43:07 ---> f72cd937e0bb 05:43:07 Step 22/22 : LABEL version=3.0.0-dev.69 05:43:07 Removing intermediate container 934f55a5430c 05:43:07 ---> baa7297ecfe6 05:43:07 05:43:07 ---> Running in 5665cfe5c69f 05:43:07 Removing intermediate container e74140e1b619 05:43:07 ---> 9f2f7a566886 05:43:07 Step 24/24 : LABEL version=3.0.0-dev.69 05:43:07 Successfully built baa7297ecfe6 05:43:07 Successfully tagged security-bootstrapper:latest 05:43:07  Building security-bootstrapper ... done Building core-command 05:43:07 ---> Running in 1a838a91d834 05:43:07 Removing intermediate container 5665cfe5c69f 05:43:07 ---> 1e06edffc9e3 05:43:07 05:43:07 Successfully built 1e06edffc9e3 05:43:08 Successfully tagged support-scheduler:latest 05:43:08 Building security-proxy-auth 05:43:08  Building support-scheduler ... done Removing intermediate container 1a838a91d834 05:43:08 ---> 864628f74399 05:43:08 05:43:08 Successfully built 864628f74399 05:43:08 Successfully tagged security-spire-config:latest 05:43:08 Building security-spiffe-token-provider 05:43:15  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:43:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:43:15 ---> 2414dfffef35 05:43:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 05:43:15 ---> Using cache 05:43:15 ---> 9f891d260374 05:43:15 Step 4/23 : WORKDIR /edgex-go 05:43:15 ---> Using cache 05:43:15 ---> 85162fb23f61 05:43:15 Step 5/23 : RUN apk add --update --no-cache make git 05:43:15 ---> Using cache 05:43:15 ---> 68b01b3cd8b0 05:43:15 Step 6/23 : COPY go.mod vendor* ./ 05:43:15 ---> Using cache 05:43:15 ---> 601de64f093d 05:43:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:43:15 ---> Using cache 05:43:15 ---> 2752a1170830 05:43:15 Step 8/23 : COPY . . 05:43:15 ---> Using cache 05:43:15 ---> cfd7f80d208c 05:43:15 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 05:43:15 fc693d55d65f: Pull complete 05:43:15 7e9fc2657dce: Pull complete 05:43:15 dda99020689f: Pull complete 05:43:15 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:43:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:43:15 ---> 2414dfffef35 05:43:15 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:43:15 ---> Using cache 05:43:15 ---> 9f891d260374 05:43:15 Step 4/22 : WORKDIR /edgex-go 05:43:15 ---> Using cache 05:43:15 ---> 85162fb23f61 05:43:15 Step 5/22 : RUN apk add --update --no-cache make git 05:43:15 ---> Using cache 05:43:15 ---> 68b01b3cd8b0 05:43:15 Step 6/22 : COPY go.mod vendor* ./ 05:43:15 ---> Using cache 05:43:15 ---> 601de64f093d 05:43:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:43:15 ---> Using cache 05:43:15 ---> 2752a1170830 05:43:15 Step 8/22 : COPY . . 05:43:15 ---> Using cache 05:43:15 ---> cfd7f80d208c 05:43:15 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 05:43:16 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:43:16 Step 2/19 : FROM ${BUILDER_BASE} AS builder 05:43:16 ---> 2414dfffef35 05:43:16 Step 3/19 : WORKDIR /edgex-go 05:43:16 ---> Using cache 05:43:16 ---> ccabf1f3064d 05:43:16 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 05:43:19 ---> Running in 50a259132319 05:43:19 ---> Running in 878d233d2ba2 05:43:19 ---> Running in a4d523cf908c 05:43:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:43:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:43:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:43:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:43:20 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 05:43:20 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 05:43:20 OK: 17046 distinct packages available 05:43:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:43:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:43:20 OK: 211 MiB in 51 packages 05:43:21 Removing intermediate container 375fda3ba562 05:43:21 ---> 51817626d95b 05:43:21 05:43:21 Step 10/22 : FROM alpine:3.16 05:43:21 ---> dfd21b5a31f5 05:43:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 05:43:21 ---> Running in b5efc1c69e10 05:43:21 Removing intermediate container 878d233d2ba2 05:43:21 ---> a3373ae0da42 05:43:21 Step 5/19 : COPY go.mod vendor* ./ 05:43:22 Removing intermediate container b5efc1c69e10 05:43:22 ---> d9a819776e22 05:43:22 Step 12/22 : RUN apk add --update --no-cache dumb-init 05:43:22 ---> Running in f3eb07ceae9b 05:43:22 db1c61fa0a46: Pull complete 05:43:22 ---> 66c7862e06da 05:43:22 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:43:22 ---> Running in 84881f9e8b9f 05:43:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:43:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:43:22 (1/1) Installing dumb-init (1.2.5-r1) 05:43:22 Executing busybox-1.35.0-r17.trigger 05:43:22 OK: 6 MiB in 15 packages 05:43:23 Removing intermediate container f3eb07ceae9b 05:43:23 ---> 7226ca17d677 05:43:23 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:43:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:43:24 891c053d2c06: Pull complete 05:43:24 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 05:43:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:43:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 05:43:24 ---> 0362ea75fe74 05:43:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:43:24 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:43:24 WORKDIR /edgex 05:43:24 COPY go.mod . 05:43:24 RUN go mod download 05:43:24 + docker build -t ci-base-image-arm64 -f - . 05:43:25 Sending build context to Docker daemon 3.118MB 05:43:25 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:43:25 ---> f96f9c87975a 05:43:25 Step 2/4 : WORKDIR /edgex 05:43:25 ---> 24d9bd3ac2db 05:43:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:43:26 ---> a7926821cc6e 05:43:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:43:27 ---> Running in f7852fa3a1ef 05:43:27 Removing intermediate container f7852fa3a1ef 05:43:27 ---> a6e937b0cc4b 05:43:27 Step 3/4 : COPY go.mod . 05:43:27 ---> ddf187c4ad7f 05:43:27 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:43:27 ---> Running in 651fcc8c4055 05:43:27 ---> 7dfac85d2cc4 05:43:27 Step 4/4 : RUN go mod download 05:43:27 ---> Running in 704f9fd2ecb8 05:43:29 Removing intermediate container fde1eb83ede2 05:43:29 ---> 64187bd7d058 05:43:29 05:43:29 Step 9/24 : FROM alpine:3.16 05:43:29 ---> dfd21b5a31f5 05:43:29 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 05:43:29 ---> Running in 5751a3b5aad4 05:43:30 Removing intermediate container 651fcc8c4055 05:43:30 ---> 7a6ecfa171ba 05:43:30 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 05:43:30 ---> Running in 6c5ebeadbdd8 05:43:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:43:30 Removing intermediate container 6c5ebeadbdd8 05:43:30 ---> 0be39790685e 05:43:30 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 05:43:30 ---> Running in b65f3a2d06b9 05:43:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:43:30 Removing intermediate container b65f3a2d06b9 05:43:30 ---> 482746f7bf5d 05:43:30 Step 20/22 : LABEL arch=x86_64 05:43:30 ---> Running in e118503f059a 05:43:30 (1/3) Installing ca-certificates (20220614-r0) 05:43:30 (2/3) Installing dumb-init (1.2.5-r1) 05:43:30 (3/3) Installing su-exec (0.2-r1) 05:43:30 Executing busybox-1.35.0-r17.trigger 05:43:30 Executing ca-certificates-20220614-r0.trigger 05:43:30 OK: 6 MiB in 17 packages 05:43:31 Removing intermediate container e118503f059a 05:43:31 ---> d822318dd4bd 05:43:31 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:43:31 ---> Running in f53e2c82e395 05:43:31 Removing intermediate container f53e2c82e395 05:43:31 ---> c26ccfc75891 05:43:31 Step 22/22 : LABEL version=3.0.0-dev.69 05:43:31 ---> Running in 67dd5b1a2b3e 05:43:31 Removing intermediate container 5751a3b5aad4 05:43:31 ---> 7ebf80bfe58d 05:43:31 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:43:31 ---> Running in 3d6674010ae4 05:43:31 Removing intermediate container 67dd5b1a2b3e 05:43:31 ---> 63e409fd0500 05:43:31 05:43:31 Successfully built 63e409fd0500 05:43:31 Successfully tagged core-common-config-bootstrapper:latest 05:43:31 Building core-data 05:43:31  Building core-common-config-bootstrapper ... done Removing intermediate container 3d6674010ae4 05:43:31 ---> 80cbb0316906 05:43:31 Step 12/24 : WORKDIR / 05:43:32 ---> Running in 01ae03e717f4 05:43:33 Removing intermediate container 01ae03e717f4 05:43:33 ---> 8a00c6911079 05:43:33 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:43:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:43:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:43:35 ---> 2414dfffef35 05:43:35 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:43:35 ---> Using cache 05:43:35 ---> 9f891d260374 05:43:35 Step 4/22 : WORKDIR /edgex-go 05:43:35 ---> Using cache 05:43:35 ---> 85162fb23f61 05:43:35 Step 5/22 : RUN apk add --update --no-cache make git 05:43:35 ---> Using cache 05:43:35 ---> 68b01b3cd8b0 05:43:35 Step 6/22 : COPY go.mod vendor* ./ 05:43:35 ---> Using cache 05:43:35 ---> 601de64f093d 05:43:35 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:43:35 ---> Using cache 05:43:35 ---> 2752a1170830 05:43:35 Step 8/22 : COPY . . 05:43:35 ---> Using cache 05:43:35 ---> cfd7f80d208c 05:43:35 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 05:43:35 ---> ec650874cc51 05:43:35 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:43:35 ---> Running in 9db1afc1e86d 05:43:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:43:36 ---> 00e7ac10cd46 05:43:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:43:37 ---> 283f2c7067b5 05:43:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 05:43:38 ---> 2bf247a865a8 05:43:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:43:39 ---> 1f0444c56ae8 05:43:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:43:41 ---> 01a79a7d76d2 05:43:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:43:42 ---> 082036870037 05:43:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:43:42 ---> Running in bc969eb9f1d9 05:43:45 Removing intermediate container 50a259132319 05:43:45 ---> 36fa201913b4 05:43:45 05:43:45 Step 10/22 : FROM alpine:3.16 05:43:45 ---> dfd21b5a31f5 05:43:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 05:43:45 ---> Using cache 05:43:45 ---> d9a819776e22 05:43:45 Step 12/22 : RUN apk add --update --no-cache dumb-init 05:43:45 ---> Using cache 05:43:45 ---> 7226ca17d677 05:43:45 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:43:45 ---> Using cache 05:43:45 ---> 0362ea75fe74 05:43:45 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:43:45 Removing intermediate container a4d523cf908c 05:43:45 ---> 4a027c7947f0 05:43:45 05:43:45 Step 10/23 : FROM alpine:3.16 05:43:45 ---> dfd21b5a31f5 05:43:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:43:45 ---> Using cache 05:43:45 ---> 99e39fdc4fe6 05:43:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:43:45 ---> Using cache 05:43:45 ---> d56c7ecf801e 05:43:45 Step 13/23 : ENV APP_PORT=59882 05:43:46 Removing intermediate container 84881f9e8b9f 05:43:46 ---> 5a911c9193d5 05:43:46 Step 7/19 : COPY . . 05:43:46 ---> Running in cd2d8ada5b4f 05:43:46 ---> 0308045b8dbd 05:43:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 05:43:46 Removing intermediate container bc969eb9f1d9 05:43:46 ---> 81a692a97880 05:43:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:43:47 Removing intermediate container cd2d8ada5b4f 05:43:47 ---> 7c7525d68395 05:43:47 Step 14/23 : EXPOSE $APP_PORT 05:43:47 ---> Running in 2c279c6214d3 05:43:47 ---> dc2b94e7e2bd 05:43:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:43:47 ---> Running in 20206b4bdc4c 05:43:47 Removing intermediate container 2c279c6214d3 05:43:47 ---> 120c6aa35c6a 05:43:47 Step 22/24 : LABEL arch=x86_64 05:43:48 ---> Running in 883623c613fc 05:43:48 ---> 96e72a2d7558 05:43:48 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:43:48 Removing intermediate container 20206b4bdc4c 05:43:48 ---> c20c301b6b85 05:43:48 Step 15/23 : WORKDIR / 05:43:48 ---> Running in 50cd0eedb59e 05:43:48 Removing intermediate container 883623c613fc 05:43:48 ---> 3a9ed3bb2b03 05:43:48 Step 23/24 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:43:48 ---> Running in 2b005ff8da3e 05:43:48 ---> Running in 86638f3e59db 05:43:48 Removing intermediate container 2b005ff8da3e 05:43:48 ---> 13d310524941 05:43:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:43:48 Removing intermediate container 86638f3e59db 05:43:48 ---> 382514af7089 05:43:48 Step 24/24 : LABEL version=3.0.0-dev.69 05:43:48 ---> Running in 6b5cb60e81d4 05:43:49 ---> 5d3835304c55 05:43:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:43:49 Removing intermediate container 6b5cb60e81d4 05:43:49 ---> a49e27bb86e4 05:43:49 05:43:49 Successfully built a49e27bb86e4 05:43:49 Successfully tagged security-secretstore-setup:latest 05:43:49  Building security-secretstore-setup ... done Building support-notifications 05:43:51 Removing intermediate container 50cd0eedb59e 05:43:51 ---> d1040defd606 05:43:51 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 05:43:52 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:43:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:43:52 ---> 2414dfffef35 05:43:52 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:43:52 ---> Using cache 05:43:52 ---> 9f891d260374 05:43:52 Step 4/22 : WORKDIR /edgex-go 05:43:52 ---> Using cache 05:43:52 ---> 85162fb23f61 05:43:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 05:43:54 ---> d705da8421ab 05:43:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:43:54 ---> Running in 2013bdf0451b 05:43:54 ---> Running in e1ccdb20048c 05:43:54 ---> 41c62fe3ba36 05:43:54 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:43:54 ---> Running in e2b2e1059ba3 05:43:54 Removing intermediate container 2013bdf0451b 05:43:54 ---> b8bb455ab9f2 05:43:54 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 05:43:54 ---> 841f61923056 05:43:54 Step 19/23 : ENTRYPOINT ["/core-command"] 05:43:54 ---> Running in 187ea033dd2b 05:43:54 ---> Running in 7981d09e6a6e 05:43:54 Removing intermediate container 7981d09e6a6e 05:43:54 ---> e5ea6a39b0fa 05:43:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:43:54 Removing intermediate container 187ea033dd2b 05:43:54 ---> 9a174d75072c 05:43:54 Step 20/22 : LABEL arch=x86_64 05:43:54 ---> Running in 5f5179a6242c 05:43:54 ---> Running in 69867e92c81f 05:43:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:43:54 Removing intermediate container 5f5179a6242c 05:43:54 ---> 109217df7f95 05:43:54 Step 21/23 : LABEL arch=x86_64 05:43:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:43:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:43:54 ---> Running in 2005bcfe721e 05:43:54 Removing intermediate container 69867e92c81f 05:43:54 ---> 014040abc1ee 05:43:54 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:43:54 OK: 211 MiB in 51 packages 05:43:54 Removing intermediate container 2005bcfe721e 05:43:54 ---> fc4f28af91db 05:43:54 Step 22/23 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:43:55 ---> Running in e5b3e7126bc3 05:43:55 ---> Running in 93d790ff3562 05:43:55 Removing intermediate container e5b3e7126bc3 05:43:55 ---> 2818ff21eaf1 05:43:55 Step 22/22 : LABEL version=3.0.0-dev.69 05:43:55 Removing intermediate container e1ccdb20048c 05:43:55 Removing intermediate container 93d790ff3562 05:43:55 ---> 8f4272a7abbe 05:43:55 ---> acd3c58aa232 05:43:55 Step 23/23 : LABEL version=3.0.0-dev.69 05:43:55 Step 6/22 : COPY go.mod vendor* ./ 05:43:55 ---> Running in b13a3e7ad88e 05:43:55 ---> Running in 2e0762e24e58 05:43:55 Removing intermediate container b13a3e7ad88e 05:43:55 ---> 80c00fcdcb57 05:43:55 05:43:55 Successfully built 80c00fcdcb57 05:43:55 ---> 990f2f07fd42 05:43:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:43:55 Successfully tagged security-proxy-auth:latest 05:43:55  Building security-proxy-auth ... done Removing intermediate container 2e0762e24e58 05:43:55 ---> 3a11b3543699 05:43:55 05:43:56 ---> Running in fb2819652859 05:43:56 Successfully built 3a11b3543699 05:43:56 Successfully tagged core-command:latest 05:43:57  Building core-command ... done Removing intermediate container 9db1afc1e86d 05:43:57 ---> 79b003c78e72 05:43:57 05:43:57 Step 10/22 : FROM alpine:3.16 05:43:57 ---> dfd21b5a31f5 05:43:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:43:57 ---> Running in 8c3115222748 05:43:57 Removing intermediate container 8c3115222748 05:43:57 ---> eca9791841b4 05:43:57 Step 12/22 : ENV APP_PORT=59880 05:43:57 ---> Running in 380b30860a6e 05:43:57 Removing intermediate container 380b30860a6e 05:43:57 ---> 76ff25a0a303 05:43:57 Step 13/22 : EXPOSE $APP_PORT 05:43:57 ---> Running in 4c4af29e612e 05:43:57 Removing intermediate container 4c4af29e612e 05:43:57 ---> d95da906dbc6 05:43:57 Step 14/22 : RUN apk add --update --no-cache dumb-init 05:43:58 ---> Running in 26963e2c27bc 05:43:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:43:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:43:59 (1/1) Installing dumb-init (1.2.5-r1) 05:43:59 Executing busybox-1.35.0-r17.trigger 05:43:59 OK: 6 MiB in 15 packages 05:43:59 Removing intermediate container 704f9fd2ecb8 05:43:59 ---> b0939b04064a 05:43:59 Successfully built b0939b04064a 05:43:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:00 Removing intermediate container 26963e2c27bc 05:44:00 ---> 5b3032257b8a 05:44:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:44:00 + docker inspect -f . ci-base-image-arm64 05:44:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:44:00 prd-ubuntu20.04-docker-arm64-4c-16g-7905 does not seem to be running inside a container 05:44:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:44:00 ---> 92bb88102d1e 05:44:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:44:01 ---> e529c877d802 05:44:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:44:01 ---> 6333a4d4a2d3 05:44:01 Step 18/22 : ENTRYPOINT ["/core-data"] 05:44:01 ---> Running in 44244fa84046 05:44:01 $ docker top dd6186258898740128e99758fb04137969908bc3ece50ff8c38b4f54423a6e89 -eo pid,comm [Pipeline] { 05:44:02 Removing intermediate container 44244fa84046 05:44:02 ---> 930393e422d0 05:44:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:44:02 ---> Running in cff5be3c0692 05:44:02 Removing intermediate container cff5be3c0692 05:44:02 ---> 2db5196d00c9 05:44:02 Step 20/22 : LABEL arch=x86_64 [Pipeline] sh 05:44:02 ---> Running in f7842e30119b 05:44:02 Removing intermediate container f7842e30119b 05:44:02 ---> d954aa7f6702 05:44:02 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:02 + go version 05:44:02 go version go1.18.7 linux/arm64 [Pipeline] } 05:44:02 $ docker stop --time=1 dd6186258898740128e99758fb04137969908bc3ece50ff8c38b4f54423a6e89 05:44:02 ---> Running in 8b7a9d431e7b 05:44:03 Removing intermediate container 8b7a9d431e7b 05:44:03 ---> 254b095b5a42 05:44:03 Step 22/22 : LABEL version=3.0.0-dev.69 05:44:03 ---> Running in 2ea297fe8385 05:44:03 Removing intermediate container 2ea297fe8385 05:44:03 ---> 48adae62acf9 05:44:03 05:44:03 Successfully built 48adae62acf9 05:44:03 Successfully tagged core-data:latest 05:44:04 $ docker rm -f --volumes dd6186258898740128e99758fb04137969908bc3ece50ff8c38b4f54423a6e89 [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 05:44:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:44:04 05:44:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:44:05 latest: Pulling from edgex-devops/edgex-compose-arm64 05:44:05 29e5d40040c1: Pulling fs layer 05:44:05 1ce36da41761: Pulling fs layer 05:44:05 25b303627fd3: Pulling fs layer 05:44:05 29e5d40040c1: Verifying Checksum 05:44:05 29e5d40040c1: Download complete 05:44:05 1ce36da41761: Verifying Checksum 05:44:05 1ce36da41761: Download complete 05:44:06 29e5d40040c1: Pull complete 05:44:07 25b303627fd3: Verifying Checksum 05:44:07 25b303627fd3: Download complete 05:44:07 1ce36da41761: Pull complete 05:44:15  Building core-data ... done Removing intermediate container e2b2e1059ba3 05:44:15 ---> ee8f13124bf8 05:44:15 05:44:15 Step 9/19 : FROM alpine:3.15 05:44:15 ---> 5ce65d7b0fde 05:44:15 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:44:15 ---> Using cache 05:44:15 ---> bd1203ad26b8 05:44:15 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:44:15 ---> Running in b6fd1a813629 05:44:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:44:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:44:15 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:44:15 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:44:15 OK: 15857 distinct packages available 05:44:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:44:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:44:16 (1/9) Installing ca-certificates (20220614-r0) 05:44:16 (2/9) Installing brotli-libs (1.0.9-r5) 05:44:16 (3/9) Installing nghttp2-libs (1.46.0-r0) 05:44:16 (4/9) Installing libcurl (7.80.0-r6) 05:44:16 (5/9) Installing curl (7.80.0-r6) 05:44:16 (6/9) Installing dumb-init (1.2.5-r1) 05:44:16 (7/9) Installing musl-obstack (1.2.3-r0) 05:44:16 (8/9) Installing libucontext (1.1-r0) 05:44:16 (9/9) Installing gcompat (1.0.0-r4) 05:44:16 Executing busybox-1.34.1-r7.trigger 05:44:16 Executing ca-certificates-20220614-r0.trigger 05:44:16 OK: 8 MiB in 23 packages 05:44:17 Removing intermediate container b6fd1a813629 05:44:17 ---> 95d2ca8d0266 05:44:17 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 05:44:17 Removing intermediate container fb2819652859 05:44:17 ---> 40fcc8f4b510 05:44:17 Step 8/22 : COPY . . 05:44:17 ---> 746a2f071ad7 05:44:17 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:44:17 25b303627fd3: Pull complete 05:44:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 05:44:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:44:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:44:17 prd-ubuntu20.04-docker-arm64-4c-16g-7905 does not seem to be running inside a container 05:44:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:44:19 ---> 7eaa4e502e1d 05:44:19 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 05:44:19 $ docker top d8220b4a3e0128a7dd97d9d873ee2be52746f62d489e8c06e94cf1977f06295e -eo pid,comm [Pipeline] { [Pipeline] sh 05:44:20 ---> 3b793b9cf6e9 05:44:20 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 05:44:20 ---> Running in 5977a7ff528a 05:44:20 Removing intermediate container 5977a7ff528a 05:44:20 ---> 8d11d155e53b 05:44:20 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:44:20 ---> Running in cbdb152df1ce 05:44:20 ---> 953d390ed945 05:44:20 Step 9/22 : RUN make cmd/support-notifications/support-notifications 05:44:20 ---> Running in 2bcb629c7520 05:44:20 Removing intermediate container cbdb152df1ce 05:44:20 ---> a2c30ae2a41a 05:44:20 Step 17/19 : LABEL arch=x86_64 05:44:20 ---> Running in 97f5b8b62b94 05:44:20 Removing intermediate container 97f5b8b62b94 05:44:20 ---> 75db2279be65 05:44:20 Step 18/19 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:20 ---> Running in 5d4c7896416b 05:44:20 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:44:20 Removing intermediate container 5d4c7896416b 05:44:20 ---> c910c28c0454 05:44:20 Step 19/19 : LABEL version=3.0.0-dev.69 05:44:20 ---> Running in e9aa891ff39c 05:44:20 + docker-compose build --help 05:44:20 + grep parallel 05:44:20 Removing intermediate container e9aa891ff39c 05:44:20 ---> 77c8c5e1c212 05:44:20 05:44:20 Successfully built 77c8c5e1c212 05:44:20 Successfully tagged security-spiffe-token-provider:latest 05:44:25 --parallel Build images in parallel. [Pipeline] } 05:44:25 $ docker stop --time=1 d8220b4a3e0128a7dd97d9d873ee2be52746f62d489e8c06e94cf1977f06295e 05:44:26 $ docker rm -f --volumes d8220b4a3e0128a7dd97d9d873ee2be52746f62d489e8c06e94cf1977f06295e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:44:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:44:27 prd-ubuntu20.04-docker-arm64-4c-16g-7905 does not seem to be running inside a container 05:44:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:44:28 $ docker top c8b6bd218fb8fc04224a5462562f84ae3a3c0580a8e302d0d5de84c21874492a -eo pid,comm [Pipeline] { [Pipeline] sh 05:44:29 + docker-compose -f ./docker-compose-build.yml build --parallel 05:44:35 Building core-command ... 05:44:35 Building core-common-config-bootstrapper ... 05:44:35 Building core-data ... 05:44:35 Building core-metadata ... 05:44:35 Building security-bootstrapper ... 05:44:35 Building security-proxy-auth ... 05:44:35 Building security-proxy-setup ... 05:44:35 Building security-secretstore-setup ... 05:44:35 Building security-spiffe-token-provider ... 05:44:35 Building security-spire-agent ... 05:44:35 Building security-spire-config ... 05:44:35 Building security-spire-server ... 05:44:35 Building support-notifications ... 05:44:35 Building support-scheduler ... 05:44:35 Building security-proxy-setup 05:44:35 Building security-spire-agent 05:44:35 Building core-data 05:44:35 Building core-metadata 05:44:35 Building core-common-config-bootstrapper 05:44:42  Building security-spiffe-token-provider ... done Removing intermediate container 2bcb629c7520 05:44:42 ---> 3b4726ce4a5a 05:44:42 05:44:42 Step 10/22 : FROM alpine:3.16 05:44:42 ---> dfd21b5a31f5 05:44:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:44:42 ---> Running in 010b79ba96e5 05:44:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:44:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:44:42 (1/2) Installing ca-certificates (20220614-r0) 05:44:42 (2/2) Installing dumb-init (1.2.5-r1) 05:44:42 Executing busybox-1.35.0-r17.trigger 05:44:42 Executing ca-certificates-20220614-r0.trigger 05:44:42 OK: 6 MiB in 16 packages 05:44:42 Removing intermediate container 010b79ba96e5 05:44:42 ---> 9a17bc4cf2c5 05:44:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 05:44:42 ---> Running in 9a8d1c2b3981 05:44:42 Removing intermediate container 9a8d1c2b3981 05:44:42 ---> d1fa563cb80c 05:44:42 Step 13/22 : ENV APP_PORT=59860 05:44:42 ---> Running in 5f5bf739cb3b 05:44:42 Removing intermediate container 5f5bf739cb3b 05:44:42 ---> 35cb8df39e7a 05:44:42 Step 14/22 : EXPOSE $APP_PORT 05:44:42 ---> Running in f8b6561a2165 05:44:42 Removing intermediate container f8b6561a2165 05:44:42 ---> fe372c623573 05:44:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:44:42 ---> 529c9dee45f0 05:44:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:44:42 ---> 8969af837500 05:44:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:44:42 ---> 2c94b6f58ad5 05:44:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:44:42 ---> Running in e0b9da5ddeb5 05:44:42 Removing intermediate container e0b9da5ddeb5 05:44:42 ---> 7d81b2c3a08e 05:44:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:44:42 ---> Running in bb6aa316bfad 05:44:42 Removing intermediate container bb6aa316bfad 05:44:42 ---> 600a3bb4f4c6 05:44:42 Step 20/22 : LABEL arch=x86_64 05:44:42 ---> Running in 5315a892ed5e 05:44:42 Removing intermediate container 5315a892ed5e 05:44:42 ---> 2958078e3a22 05:44:42 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:42 ---> Running in 2ff0c86ae62e 05:44:43 Removing intermediate container 2ff0c86ae62e 05:44:43 ---> 46e3c2696b0d 05:44:43 Step 22/22 : LABEL version=3.0.0-dev.69 05:44:43 ---> Running in 7fedce9e038f 05:44:43 Removing intermediate container 7fedce9e038f 05:44:43 ---> eba3d57d8d73 05:44:43 05:44:43 Successfully built eba3d57d8d73 05:44:43 Successfully tagged support-notifications:latest 05:44:43  Building support-notifications ... done  [Pipeline] } 05:44:43 $ docker stop --time=1 16752f10f4705ea4166cd3967c9d7e41247c1a0109da8981b2ea293fbf91669f 05:44:44 $ docker rm -f --volumes 16752f10f4705ea4166cd3967c9d7e41247c1a0109da8981b2ea293fbf91669f [Pipeline] // withDockerContainer [Pipeline] sh 05:44:45 + docker images 05:44:45 REPOSITORY TAG IMAGE ID CREATED SIZE 05:44:45 support-notifications latest eba3d57d8d73 1 second ago 30.7MB 05:44:45 3b4726ce4a5a 5 seconds ago 1.76GB 05:44:45 security-spiffe-token-provider latest 77c8c5e1c212 24 seconds ago 30MB 05:44:45 ee8f13124bf8 32 seconds ago 1.73GB 05:44:45 core-data latest 48adae62acf9 41 seconds ago 17.9MB 05:44:45 79b003c78e72 48 seconds ago 1.7GB 05:44:45 core-command latest 3a11b3543699 49 seconds ago 17.7MB 05:44:45 security-proxy-auth latest 80c00fcdcb57 49 seconds ago 16.2MB 05:44:45 security-secretstore-setup latest a49e27bb86e4 56 seconds ago 30MB 05:44:45 4a027c7947f0 59 seconds ago 1.69GB 05:44:45 36fa201913b4 About a minute ago 1.67GB 05:44:45 core-common-config-bootstrapper latest 63e409fd0500 About a minute ago 15.5MB 05:44:45 64187bd7d058 About a minute ago 1.68GB 05:44:45 51817626d95b About a minute ago 1.68GB 05:44:45 security-spire-config latest 864628f74399 About a minute ago 85.8MB 05:44:45 security-bootstrapper latest baa7297ecfe6 About a minute ago 20.4MB 05:44:45 support-scheduler latest 1e06edffc9e3 About a minute ago 30.1MB 05:44:45 2d9af5dba9a6 About a minute ago 1.75GB 05:44:45 core-metadata latest ec99e5a75a51 About a minute ago 18.5MB 05:44:45 security-proxy-setup latest 707138744d71 About a minute ago 27.8MB 05:44:45 5146ec106338 2 minutes ago 1.7GB 05:44:45 a4fdcefeeeb9 2 minutes ago 1.68GB 05:44:45 41f6d99de9ac 2 minutes ago 1.68GB 05:44:45 security-spire-agent latest b6b0dd200f13 2 minutes ago 125MB 05:44:45 security-spire-server latest 6eea4fa5e2fe 2 minutes ago 86.5MB 05:44:45 8f33bed93a76 2 minutes ago 1.56GB 05:44:45 07b4b92dd005 2 minutes ago 1.56GB 05:44:45 ci-base-image-x86_64 latest 2414dfffef35 5 minutes ago 904MB 05:44:45 alpine 3.15 5ce65d7b0fde 2 weeks ago 5.59MB 05:44:45 alpine 3.16 dfd21b5a31f5 2 weeks ago 5.55MB 05:44:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 05:44:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 05:44:45 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) 05:44:45 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:44:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:44:45 ---> b0939b04064a 05:44:45 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:44:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:44:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:44:45 ---> b0939b04064a 05:44:45 Step 3/24 : WORKDIR /edgex-go 05:44:45 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:44:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:44:45 ---> b0939b04064a 05:44:45 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:44:45 ---> Running in 34ea196207e9 05:44:45 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:44:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:44:45 ---> b0939b04064a 05:44:45 Step 3/21 : WORKDIR /edgex-go 05:44:45 ---> Running in abdd596a6231 05:44:45 ---> Running in 23eac8103947 05:44:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:44:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:44:45 ---> b0939b04064a 05:44:45 Step 3/24 : ARG ADD_BUILD_TAGS="" 05:44:45 ---> Running in 2f77a1de90c2 05:44:45 ---> Running in f468c25b6c88 05:44:45 Removing intermediate container 34ea196207e9 05:44:45 ---> 2f6789ef0bfe 05:44:45 Step 4/22 : WORKDIR /edgex-go 05:44:45 Removing intermediate container 23eac8103947 05:44:45 ---> 5d385a5ef2c0 05:44:45 Step 4/22 : WORKDIR /edgex-go 05:44:45 ---> Running in d09fcd50c6d3 05:44:45 ---> Running in d891b099ec05 05:44:45 Removing intermediate container abdd596a6231 05:44:45 ---> eac2faf02b09 05:44:45 Step 4/24 : RUN apk add --update --no-cache make git build-base curl [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:44:45 provisioning config files... 05:44:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/430@tmp/config7885880645028126171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:44:45 Removing intermediate container 2f77a1de90c2 05:44:45 ---> a8925ba8f57a 05:44:45 Step 4/21 : RUN apk add --update --no-cache make git 05:44:45 ---> Running in 2c2db9ffd0b9 05:44:45 Removing intermediate container f468c25b6c88 05:44:45 ---> 0521c6038fca 05:44:45 Step 4/24 : WORKDIR /edgex-go 05:44:45 ---> Running in 25c0544c352a 05:44:45 ---> docker-login.sh 05:44:45 nexus3.edgexfoundry.org:10001 05:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:45 Configure a credential helper to remove this warning. See 05:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:45 05:44:45 Login Succeeded 05:44:45 nexus3.edgexfoundry.org:10002 05:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:45 Configure a credential helper to remove this warning. See 05:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:45 05:44:45 Login Succeeded 05:44:45 nexus3.edgexfoundry.org:10003 05:44:45 ---> Running in ea904a018aa1 05:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:45 Configure a credential helper to remove this warning. See 05:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:45 05:44:45 Login Succeeded 05:44:45 nexus3.edgexfoundry.org:10004 05:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:45 Configure a credential helper to remove this warning. See 05:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:45 05:44:45 Login Succeeded 05:44:45 docker.io 05:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:45 Removing intermediate container d891b099ec05 05:44:45 ---> ab204f344380 05:44:45 Step 5/22 : RUN apk add --update --no-cache make git 05:44:45 Removing intermediate container d09fcd50c6d3 05:44:45 ---> 0cce17657ccb 05:44:45 Step 5/22 : RUN apk add --update --no-cache make git 05:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:45 Configure a credential helper to remove this warning. See 05:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:45 05:44:45 Login Succeeded 05:44:45 ---> docker-login.sh ends [Pipeline] } 05:44:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:44:46 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:44:46 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:46 latest 05:44:46 3.0.0-dev.69 05:44:46 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:44:46 main 05:44:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:46 ---> Running in 1018829fc0e8 05:44:46 ---> Running in 6b6ba624db5c 05:44:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:46 Removing intermediate container ea904a018aa1 05:44:46 ---> 652bd8341025 05:44:46 Step 5/24 : RUN apk add --update --no-cache make git 05:44:46 + docker push nexus3.edgexfoundry.org:10004/core-command:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:46 81a98a260ee9: Preparing 05:44:46 0d4fed7f480c: Preparing 05:44:46 b5cf82fddac4: Preparing 05:44:46 6f53afdaba99: Preparing 05:44:46 aa5968d388b8: Preparing 05:44:46 aa5968d388b8: Layer already exists 05:44:46 6f53afdaba99: Pushed 05:44:46 81a98a260ee9: Pushed 05:44:46 b5cf82fddac4: Pushed 05:44:46 ---> Running in 26614f1c40a0 05:44:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:44:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:44:48 0d4fed7f480c: Pushed 05:44:48 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:de95c78dcb60639e4876649667a56089bc78853023591a05b5660847a04dab10 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv 05:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 05:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:44:48 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:48 81a98a260ee9: Preparing 05:44:48 0d4fed7f480c: Preparing 05:44:48 b5cf82fddac4: Preparing 05:44:48 6f53afdaba99: Preparing 05:44:48 aa5968d388b8: Preparing 05:44:48 81a98a260ee9: Layer already exists 05:44:48 0d4fed7f480c: Layer already exists 05:44:48 aa5968d388b8: Layer already exists 05:44:48 6f53afdaba99: Layer already exists 05:44:48 b5cf82fddac4: Layer already exists 05:44:48 latest: digest: sha256:de95c78dcb60639e4876649667a56089bc78853023591a05b5660847a04dab10 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:44:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:44:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:44:49 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.69 05:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:49 81a98a260ee9: Preparing 05:44:49 0d4fed7f480c: Preparing 05:44:49 b5cf82fddac4: Preparing 05:44:49 6f53afdaba99: Preparing 05:44:49 aa5968d388b8: Preparing 05:44:49 0d4fed7f480c: Layer already exists 05:44:49 6f53afdaba99: Layer already exists 05:44:49 aa5968d388b8: Layer already exists 05:44:49 b5cf82fddac4: Layer already exists 05:44:49 81a98a260ee9: Layer already exists 05:44:49 3.0.0-dev.69: digest: sha256:de95c78dcb60639e4876649667a56089bc78853023591a05b5660847a04dab10 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:49 OK: 221 MiB in 51 packages 05:44:49 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:49 OK: 221 MiB in 51 packages 05:44:49 + docker push nexus3.edgexfoundry.org:10004/core-command:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:49 81a98a260ee9: Preparing 05:44:49 0d4fed7f480c: Preparing 05:44:49 b5cf82fddac4: Preparing 05:44:49 6f53afdaba99: Preparing 05:44:49 aa5968d388b8: Preparing 05:44:49 aa5968d388b8: Layer already exists 05:44:49 b5cf82fddac4: Layer already exists 05:44:49 81a98a260ee9: Layer already exists 05:44:49 6f53afdaba99: Layer already exists 05:44:49 0d4fed7f480c: Layer already exists 05:44:49 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:de95c78dcb60639e4876649667a56089bc78853023591a05b5660847a04dab10 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:50 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:50 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:50 81a98a260ee9: Preparing 05:44:50 0d4fed7f480c: Preparing 05:44:50 b5cf82fddac4: Preparing 05:44:50 6f53afdaba99: Preparing 05:44:50 aa5968d388b8: Preparing 05:44:50 0d4fed7f480c: Layer already exists 05:44:50 6f53afdaba99: Layer already exists 05:44:50 81a98a260ee9: Layer already exists 05:44:50 aa5968d388b8: Layer already exists 05:44:50 b5cf82fddac4: Layer already exists 05:44:50 main: digest: sha256:de95c78dcb60639e4876649667a56089bc78853023591a05b5660847a04dab10 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:50 ===================================================== [Pipeline] echo 05:44:50 taggedImages: 05:44:50 - nexus3.edgexfoundry.org:10004/core-command:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:50 - nexus3.edgexfoundry.org:10004/core-command:latest 05:44:50 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.69 05:44:50 - nexus3.edgexfoundry.org:10004/core-command:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:44:50 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:44:50 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:44:50 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:50 latest 05:44:50 3.0.0-dev.69 05:44:50 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:44:50 main 05:44:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:50 OK: 221 MiB in 51 packages 05:44:50 OK: 221 MiB in 51 packages 05:44:50 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:50 OK: 221 MiB in 51 packages 05:44:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:51 b8f413475894: Preparing 05:44:51 d455c9e1e4ed: Preparing 05:44:51 7e86f08dcaec: Preparing 05:44:51 40405f0fba32: Preparing 05:44:51 b5cf82fddac4: Preparing 05:44:51 7640a51754e0: Preparing 05:44:51 aa5968d388b8: Preparing 05:44:51 7640a51754e0: Waiting 05:44:51 aa5968d388b8: Waiting 05:44:51 b5cf82fddac4: Layer already exists 05:44:51 d455c9e1e4ed: Pushed 05:44:51 b8f413475894: Pushed 05:44:51 7e86f08dcaec: Pushed 05:44:51 7640a51754e0: Pushed 05:44:51 aa5968d388b8: Layer already exists 05:44:51 Removing intermediate container 2c2db9ffd0b9 05:44:51 ---> bf2cef8e6749 05:44:51 Step 5/24 : COPY go.mod vendor* ./ 05:44:51 Removing intermediate container 25c0544c352a 05:44:51 ---> c44ab0e931fd 05:44:51 Step 5/21 : COPY go.mod vendor* ./ 05:44:51 Removing intermediate container 6b6ba624db5c 05:44:52 ---> 507cb0271814 05:44:52 Step 6/22 : COPY go.mod vendor* ./ 05:44:52 Removing intermediate container 1018829fc0e8 05:44:52 ---> 9774af5405f1 05:44:52 Step 6/22 : COPY go.mod vendor* ./ 05:44:52 Removing intermediate container 26614f1c40a0 05:44:52 ---> cfc121c39ceb 05:44:52 Step 6/24 : COPY go.mod vendor* ./ 05:44:52 40405f0fba32: Pushed 05:44:52 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:392ee00df389289f8a0d24e71d00281a7a9c044730bc73294c5cc0e0117cbccf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:52 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:53 ---> 701e1fa5c977 05:44:53 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:44:53 ---> 4e1b52494f3b 05:44:53 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:44:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:44:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:53 b8f413475894: Preparing 05:44:53 d455c9e1e4ed: Preparing 05:44:53 7e86f08dcaec: Preparing 05:44:53 40405f0fba32: Preparing 05:44:53 b5cf82fddac4: Preparing 05:44:53 7640a51754e0: Preparing 05:44:53 aa5968d388b8: Preparing 05:44:53 aa5968d388b8: Waiting 05:44:53 7e86f08dcaec: Layer already exists 05:44:53 40405f0fba32: Layer already exists 05:44:53 b8f413475894: Layer already exists 05:44:53 d455c9e1e4ed: Layer already exists 05:44:53 b5cf82fddac4: Layer already exists 05:44:53 aa5968d388b8: Layer already exists 05:44:53 7640a51754e0: Layer already exists 05:44:53 latest: digest: sha256:392ee00df389289f8a0d24e71d00281a7a9c044730bc73294c5cc0e0117cbccf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:53 ---> 0b576e24cd22 05:44:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:44:53 ---> Running in 8986e0e8a432 05:44:53 ---> Running in 96b7599c9a2f 05:44:53 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:53 ---> Running in 811fc91189a8 05:44:53 ---> 70ccd02d69e8 05:44:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:44:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.69 05:44:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:53 b8f413475894: Preparing 05:44:53 d455c9e1e4ed: Preparing 05:44:53 7e86f08dcaec: Preparing 05:44:53 40405f0fba32: Preparing 05:44:53 b5cf82fddac4: Preparing 05:44:53 7640a51754e0: Preparing 05:44:53 aa5968d388b8: Preparing 05:44:53 aa5968d388b8: Waiting 05:44:53 7640a51754e0: Waiting 05:44:53 b5cf82fddac4: Layer already exists 05:44:53 40405f0fba32: Layer already exists 05:44:53 7e86f08dcaec: Layer already exists 05:44:53 d455c9e1e4ed: Layer already exists 05:44:53 b8f413475894: Layer already exists 05:44:53 7640a51754e0: Layer already exists 05:44:53 aa5968d388b8: Layer already exists 05:44:53 ---> Running in 75b2f4f2c8ff 05:44:53 ---> 1c6e35c94c13 05:44:53 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:44:54 ---> Running in f531d6c453d0 05:44:54 3.0.0-dev.69: digest: sha256:392ee00df389289f8a0d24e71d00281a7a9c044730bc73294c5cc0e0117cbccf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:54 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:54 b8f413475894: Preparing 05:44:54 d455c9e1e4ed: Preparing 05:44:54 7e86f08dcaec: Preparing 05:44:54 40405f0fba32: Preparing 05:44:54 b5cf82fddac4: Preparing 05:44:54 7640a51754e0: Preparing 05:44:54 aa5968d388b8: Preparing 05:44:54 7640a51754e0: Waiting 05:44:54 d455c9e1e4ed: Layer already exists 05:44:54 b8f413475894: Layer already exists 05:44:54 40405f0fba32: Layer already exists 05:44:54 7e86f08dcaec: Layer already exists 05:44:54 b5cf82fddac4: Layer already exists 05:44:54 7640a51754e0: Layer already exists 05:44:54 aa5968d388b8: Layer already exists 05:44:54 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:392ee00df389289f8a0d24e71d00281a7a9c044730bc73294c5cc0e0117cbccf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:55 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:55 b8f413475894: Preparing 05:44:55 d455c9e1e4ed: Preparing 05:44:55 7e86f08dcaec: Preparing 05:44:55 40405f0fba32: Preparing 05:44:55 b5cf82fddac4: Preparing 05:44:55 7640a51754e0: Preparing 05:44:55 aa5968d388b8: Preparing 05:44:55 7640a51754e0: Waiting 05:44:55 b5cf82fddac4: Layer already exists 05:44:55 7e86f08dcaec: Layer already exists 05:44:55 b8f413475894: Layer already exists 05:44:55 d455c9e1e4ed: Layer already exists 05:44:55 40405f0fba32: Layer already exists 05:44:55 aa5968d388b8: Layer already exists 05:44:55 7640a51754e0: Layer already exists 05:44:55 main: digest: sha256:392ee00df389289f8a0d24e71d00281a7a9c044730bc73294c5cc0e0117cbccf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:55 ===================================================== [Pipeline] echo 05:44:55 taggedImages: 05:44:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:44:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.69 05:44:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:44:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:44:55 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:44:55 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:55 latest 05:44:55 3.0.0-dev.69 05:44:55 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:44:55 main 05:44:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:56 + docker push nexus3.edgexfoundry.org:10004/core-data:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:44:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:56 da0cdd61c18e: Preparing 05:44:56 21c9fd8d2425: Preparing 05:44:56 b5cf82fddac4: Preparing 05:44:56 ea38f26e801f: Preparing 05:44:56 aa5968d388b8: Preparing 05:44:56 aa5968d388b8: Layer already exists 05:44:56 b5cf82fddac4: Layer already exists 05:44:56 da0cdd61c18e: Pushed 05:44:56 ea38f26e801f: Pushed 05:44:57 21c9fd8d2425: Pushed 05:44:57 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:b0bc24f0990201841987c98bdd2c6cb37dbc7d21dd392f59313986da7b579be1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:58 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:58 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:44:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:58 da0cdd61c18e: Preparing 05:44:58 21c9fd8d2425: Preparing 05:44:58 b5cf82fddac4: Preparing 05:44:58 ea38f26e801f: Preparing 05:44:58 aa5968d388b8: Preparing 05:44:58 21c9fd8d2425: Layer already exists 05:44:58 aa5968d388b8: Layer already exists 05:44:58 b5cf82fddac4: Layer already exists 05:44:58 da0cdd61c18e: Layer already exists 05:44:58 ea38f26e801f: Layer already exists 05:44:58 latest: digest: sha256:b0bc24f0990201841987c98bdd2c6cb37dbc7d21dd392f59313986da7b579be1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:58 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:59 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.69 05:44:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:59 da0cdd61c18e: Preparing 05:44:59 21c9fd8d2425: Preparing 05:44:59 b5cf82fddac4: Preparing 05:44:59 ea38f26e801f: Preparing 05:44:59 aa5968d388b8: Preparing 05:44:59 ea38f26e801f: Layer already exists 05:44:59 aa5968d388b8: Layer already exists 05:44:59 b5cf82fddac4: Layer already exists 05:44:59 da0cdd61c18e: Layer already exists 05:44:59 21c9fd8d2425: Layer already exists 05:44:59 3.0.0-dev.69: digest: sha256:b0bc24f0990201841987c98bdd2c6cb37dbc7d21dd392f59313986da7b579be1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:59 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:59 + docker push nexus3.edgexfoundry.org:10004/core-data:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:44:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:59 da0cdd61c18e: Preparing 05:44:59 21c9fd8d2425: Preparing 05:44:59 b5cf82fddac4: Preparing 05:44:59 ea38f26e801f: Preparing 05:44:59 aa5968d388b8: Preparing 05:44:59 da0cdd61c18e: Layer already exists 05:44:59 b5cf82fddac4: Layer already exists 05:44:59 21c9fd8d2425: Layer already exists 05:44:59 aa5968d388b8: Layer already exists 05:44:59 ea38f26e801f: Layer already exists 05:44:59 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:b0bc24f0990201841987c98bdd2c6cb37dbc7d21dd392f59313986da7b579be1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:00 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:00 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:45:00 da0cdd61c18e: Preparing 05:45:00 21c9fd8d2425: Preparing 05:45:00 b5cf82fddac4: Preparing 05:45:00 ea38f26e801f: Preparing 05:45:00 aa5968d388b8: Preparing 05:45:00 b5cf82fddac4: Layer already exists 05:45:00 ea38f26e801f: Layer already exists 05:45:00 aa5968d388b8: Layer already exists 05:45:00 21c9fd8d2425: Layer already exists 05:45:00 da0cdd61c18e: Layer already exists 05:45:00 main: digest: sha256:b0bc24f0990201841987c98bdd2c6cb37dbc7d21dd392f59313986da7b579be1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:00 ===================================================== [Pipeline] echo 05:45:00 taggedImages: 05:45:00 - nexus3.edgexfoundry.org:10004/core-data:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:00 - nexus3.edgexfoundry.org:10004/core-data:latest 05:45:00 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.69 05:45:00 - nexus3.edgexfoundry.org:10004/core-data:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:00 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:45:00 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:45:00 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:00 latest 05:45:00 3.0.0-dev.69 05:45:00 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:00 main 05:45:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:45:01 13a7549c6b7d: Preparing 05:45:01 c9731c396f3a: Preparing 05:45:01 082045500b6c: Preparing 05:45:01 b5cf82fddac4: Preparing 05:45:01 6f53afdaba99: Preparing 05:45:01 aa5968d388b8: Preparing 05:45:01 aa5968d388b8: Waiting 05:45:01 b5cf82fddac4: Layer already exists 05:45:01 6f53afdaba99: Layer already exists 05:45:01 aa5968d388b8: Layer already exists 05:45:01 c9731c396f3a: Pushed 05:45:01 13a7549c6b7d: Pushed 05:45:02 082045500b6c: Pushed 05:45:02 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:66b09f154331de365686fdd6e74e4ee11791029c8a06a4154610ae275902bc22 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:45:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:45:03 13a7549c6b7d: Preparing 05:45:03 c9731c396f3a: Preparing 05:45:03 082045500b6c: Preparing 05:45:03 b5cf82fddac4: Preparing 05:45:03 6f53afdaba99: Preparing 05:45:03 aa5968d388b8: Preparing 05:45:03 aa5968d388b8: Waiting 05:45:03 c9731c396f3a: Layer already exists 05:45:03 082045500b6c: Layer already exists 05:45:03 6f53afdaba99: Layer already exists 05:45:03 b5cf82fddac4: Layer already exists 05:45:03 13a7549c6b7d: Layer already exists 05:45:03 aa5968d388b8: Layer already exists 05:45:03 latest: digest: sha256:66b09f154331de365686fdd6e74e4ee11791029c8a06a4154610ae275902bc22 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:03 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.69 05:45:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:45:03 13a7549c6b7d: Preparing 05:45:03 c9731c396f3a: Preparing 05:45:03 082045500b6c: Preparing 05:45:03 b5cf82fddac4: Preparing 05:45:03 6f53afdaba99: Preparing 05:45:03 aa5968d388b8: Preparing 05:45:03 aa5968d388b8: Waiting 05:45:03 6f53afdaba99: Layer already exists 05:45:03 b5cf82fddac4: Layer already exists 05:45:03 082045500b6c: Layer already exists 05:45:03 13a7549c6b7d: Layer already exists 05:45:03 c9731c396f3a: Layer already exists 05:45:03 aa5968d388b8: Layer already exists 05:45:03 3.0.0-dev.69: digest: sha256:66b09f154331de365686fdd6e74e4ee11791029c8a06a4154610ae275902bc22 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:45:04 13a7549c6b7d: Preparing 05:45:04 c9731c396f3a: Preparing 05:45:04 082045500b6c: Preparing 05:45:04 b5cf82fddac4: Preparing 05:45:04 6f53afdaba99: Preparing 05:45:04 aa5968d388b8: Preparing 05:45:04 aa5968d388b8: Waiting 05:45:04 b5cf82fddac4: Layer already exists 05:45:04 082045500b6c: Layer already exists 05:45:04 6f53afdaba99: Layer already exists 05:45:04 c9731c396f3a: Layer already exists 05:45:04 13a7549c6b7d: Layer already exists 05:45:04 aa5968d388b8: Layer already exists 05:45:04 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:66b09f154331de365686fdd6e74e4ee11791029c8a06a4154610ae275902bc22 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:45:04 13a7549c6b7d: Preparing 05:45:04 c9731c396f3a: Preparing 05:45:04 082045500b6c: Preparing 05:45:04 b5cf82fddac4: Preparing 05:45:04 6f53afdaba99: Preparing 05:45:04 aa5968d388b8: Preparing 05:45:04 aa5968d388b8: Waiting 05:45:04 082045500b6c: Layer already exists 05:45:04 13a7549c6b7d: Layer already exists 05:45:04 6f53afdaba99: Layer already exists 05:45:04 b5cf82fddac4: Layer already exists 05:45:04 c9731c396f3a: Layer already exists 05:45:04 aa5968d388b8: Layer already exists 05:45:05 main: digest: sha256:66b09f154331de365686fdd6e74e4ee11791029c8a06a4154610ae275902bc22 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:05 ===================================================== [Pipeline] echo 05:45:05 taggedImages: 05:45:05 - nexus3.edgexfoundry.org:10004/core-metadata:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:05 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:45:05 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.69 05:45:05 - nexus3.edgexfoundry.org:10004/core-metadata:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:05 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:45:05 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:45:05 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:05 latest 05:45:05 3.0.0-dev.69 05:45:05 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:05 main 05:45:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:45:06 0a1d1d2d6cb8: Preparing 05:45:06 0a1d1d2d6cb8: Preparing 05:45:06 d93438391164: Preparing 05:45:06 3c37a013c191: Preparing 05:45:06 ef6674703819: Preparing 05:45:06 e7910af2c106: Preparing 05:45:06 d6e9985f2111: Preparing 05:45:06 b5cf82fddac4: Preparing 05:45:06 eb5cc92efab1: Preparing 05:45:06 d91ed637af3b: Preparing 05:45:06 19e466ee6a32: Preparing 05:45:06 55ae8c7f90f9: Preparing 05:45:06 aa5968d388b8: Preparing 05:45:06 d91ed637af3b: Waiting 05:45:06 19e466ee6a32: Waiting 05:45:06 55ae8c7f90f9: Waiting 05:45:06 aa5968d388b8: Waiting 05:45:06 d6e9985f2111: Waiting 05:45:06 b5cf82fddac4: Waiting 05:45:06 eb5cc92efab1: Waiting 05:45:06 3c37a013c191: Pushed 05:45:06 ef6674703819: Pushed 05:45:06 e7910af2c106: Pushed 05:45:06 d93438391164: Pushed 05:45:06 0a1d1d2d6cb8: Pushed 05:45:06 b5cf82fddac4: Layer already exists 05:45:06 eb5cc92efab1: Pushed 05:45:06 aa5968d388b8: Layer already exists 05:45:06 d91ed637af3b: Pushed 05:45:06 55ae8c7f90f9: Pushed 05:45:06 19e466ee6a32: Pushed 05:45:07 d6e9985f2111: Pushed 05:45:08 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:39b42cf60af7d77eb8a04dffefb874ef0f9ed47686356e5e21691a8a21c47789 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:08 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:45:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:45:08 0a1d1d2d6cb8: Preparing 05:45:08 0a1d1d2d6cb8: Preparing 05:45:08 d93438391164: Preparing 05:45:08 3c37a013c191: Preparing 05:45:08 ef6674703819: Preparing 05:45:08 e7910af2c106: Preparing 05:45:08 d6e9985f2111: Preparing 05:45:08 b5cf82fddac4: Preparing 05:45:08 eb5cc92efab1: Preparing 05:45:08 d91ed637af3b: Preparing 05:45:08 19e466ee6a32: Preparing 05:45:08 55ae8c7f90f9: Preparing 05:45:08 aa5968d388b8: Preparing 05:45:08 d6e9985f2111: Waiting 05:45:08 b5cf82fddac4: Waiting 05:45:08 eb5cc92efab1: Waiting 05:45:08 d91ed637af3b: Waiting 05:45:08 19e466ee6a32: Waiting 05:45:08 55ae8c7f90f9: Waiting 05:45:08 aa5968d388b8: Waiting 05:45:08 d93438391164: Layer already exists 05:45:08 ef6674703819: Layer already exists 05:45:08 e7910af2c106: Layer already exists 05:45:08 0a1d1d2d6cb8: Layer already exists 05:45:08 3c37a013c191: Layer already exists 05:45:08 d6e9985f2111: Layer already exists 05:45:08 b5cf82fddac4: Layer already exists 05:45:08 eb5cc92efab1: Layer already exists 05:45:08 d91ed637af3b: Layer already exists 05:45:08 19e466ee6a32: Layer already exists 05:45:08 55ae8c7f90f9: Layer already exists 05:45:08 aa5968d388b8: Layer already exists 05:45:08 latest: digest: sha256:39b42cf60af7d77eb8a04dffefb874ef0f9ed47686356e5e21691a8a21c47789 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:09 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.69 05:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:45:09 0a1d1d2d6cb8: Preparing 05:45:09 0a1d1d2d6cb8: Preparing 05:45:09 d93438391164: Preparing 05:45:09 3c37a013c191: Preparing 05:45:09 ef6674703819: Preparing 05:45:09 e7910af2c106: Preparing 05:45:09 d6e9985f2111: Preparing 05:45:09 b5cf82fddac4: Preparing 05:45:09 eb5cc92efab1: Preparing 05:45:09 d91ed637af3b: Preparing 05:45:09 19e466ee6a32: Preparing 05:45:09 55ae8c7f90f9: Preparing 05:45:09 aa5968d388b8: Preparing 05:45:09 b5cf82fddac4: Waiting 05:45:09 eb5cc92efab1: Waiting 05:45:09 d91ed637af3b: Waiting 05:45:09 19e466ee6a32: Waiting 05:45:09 55ae8c7f90f9: Waiting 05:45:09 aa5968d388b8: Waiting 05:45:09 d6e9985f2111: Waiting 05:45:09 3c37a013c191: Layer already exists 05:45:09 d93438391164: Layer already exists 05:45:09 ef6674703819: Layer already exists 05:45:09 0a1d1d2d6cb8: Layer already exists 05:45:09 e7910af2c106: Layer already exists 05:45:09 d6e9985f2111: Layer already exists 05:45:09 b5cf82fddac4: Layer already exists 05:45:09 19e466ee6a32: Layer already exists 05:45:09 eb5cc92efab1: Layer already exists 05:45:09 d91ed637af3b: Layer already exists 05:45:09 55ae8c7f90f9: Layer already exists 05:45:09 aa5968d388b8: Layer already exists 05:45:09 3.0.0-dev.69: digest: sha256:39b42cf60af7d77eb8a04dffefb874ef0f9ed47686356e5e21691a8a21c47789 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:09 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:45:09 0a1d1d2d6cb8: Preparing 05:45:09 0a1d1d2d6cb8: Preparing 05:45:09 d93438391164: Preparing 05:45:09 3c37a013c191: Preparing 05:45:09 ef6674703819: Preparing 05:45:09 e7910af2c106: Preparing 05:45:09 d6e9985f2111: Preparing 05:45:09 b5cf82fddac4: Preparing 05:45:09 eb5cc92efab1: Preparing 05:45:09 d91ed637af3b: Preparing 05:45:09 19e466ee6a32: Preparing 05:45:09 55ae8c7f90f9: Preparing 05:45:09 aa5968d388b8: Preparing 05:45:09 19e466ee6a32: Waiting 05:45:09 b5cf82fddac4: Waiting 05:45:09 eb5cc92efab1: Waiting 05:45:09 d91ed637af3b: Waiting 05:45:09 55ae8c7f90f9: Waiting 05:45:09 aa5968d388b8: Waiting 05:45:09 d6e9985f2111: Waiting 05:45:09 d93438391164: Layer already exists 05:45:09 3c37a013c191: Layer already exists 05:45:09 0a1d1d2d6cb8: Layer already exists 05:45:09 e7910af2c106: Layer already exists 05:45:09 ef6674703819: Layer already exists 05:45:09 d6e9985f2111: Layer already exists 05:45:09 b5cf82fddac4: Layer already exists 05:45:09 eb5cc92efab1: Layer already exists 05:45:09 19e466ee6a32: Layer already exists 05:45:09 d91ed637af3b: Layer already exists 05:45:09 55ae8c7f90f9: Layer already exists 05:45:09 aa5968d388b8: Layer already exists 05:45:09 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:39b42cf60af7d77eb8a04dffefb874ef0f9ed47686356e5e21691a8a21c47789 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:45:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:45:10 0a1d1d2d6cb8: Preparing 05:45:10 0a1d1d2d6cb8: Preparing 05:45:10 d93438391164: Preparing 05:45:10 3c37a013c191: Preparing 05:45:10 ef6674703819: Preparing 05:45:10 e7910af2c106: Preparing 05:45:10 d6e9985f2111: Preparing 05:45:10 b5cf82fddac4: Preparing 05:45:10 eb5cc92efab1: Preparing 05:45:10 d91ed637af3b: Preparing 05:45:10 19e466ee6a32: Preparing 05:45:10 55ae8c7f90f9: Preparing 05:45:10 aa5968d388b8: Preparing 05:45:10 b5cf82fddac4: Waiting 05:45:10 eb5cc92efab1: Waiting 05:45:10 d91ed637af3b: Waiting 05:45:10 19e466ee6a32: Waiting 05:45:10 55ae8c7f90f9: Waiting 05:45:10 aa5968d388b8: Waiting 05:45:10 d6e9985f2111: Waiting 05:45:10 ef6674703819: Layer already exists 05:45:10 0a1d1d2d6cb8: Layer already exists 05:45:10 3c37a013c191: Layer already exists 05:45:10 e7910af2c106: Layer already exists 05:45:10 d93438391164: Layer already exists 05:45:10 d6e9985f2111: Layer already exists 05:45:10 b5cf82fddac4: Layer already exists 05:45:10 eb5cc92efab1: Layer already exists 05:45:10 d91ed637af3b: Layer already exists 05:45:10 19e466ee6a32: Layer already exists 05:45:10 55ae8c7f90f9: Layer already exists 05:45:10 aa5968d388b8: Layer already exists 05:45:10 main: digest: sha256:39b42cf60af7d77eb8a04dffefb874ef0f9ed47686356e5e21691a8a21c47789 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:10 ===================================================== [Pipeline] echo 05:45:10 taggedImages: 05:45:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:45:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.69 05:45:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:45:10 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 05:45:10 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:10 latest 05:45:10 3.0.0-dev.69 05:45:10 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:10 main 05:45:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:45:11 dcac888cac56: Preparing 05:45:11 bb680cf40e1b: Preparing 05:45:11 8fd652857ff8: Preparing 05:45:11 6b57846a1c7e: Preparing 05:45:11 b5cf82fddac4: Preparing 05:45:11 7640a51754e0: Preparing 05:45:11 aa5968d388b8: Preparing 05:45:11 aa5968d388b8: Waiting 05:45:11 7640a51754e0: Waiting 05:45:11 b5cf82fddac4: Layer already exists 05:45:11 7640a51754e0: Layer already exists 05:45:11 aa5968d388b8: Layer already exists 05:45:11 dcac888cac56: Pushed 05:45:11 8fd652857ff8: Pushed 05:45:11 bb680cf40e1b: Pushed 05:45:12 6b57846a1c7e: Pushed 05:45:12 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:1a2390ce5e9146d5b18463bcd765387ae404be36d30c13257da387ddd0d8c438 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:45:13 dcac888cac56: Preparing 05:45:13 bb680cf40e1b: Preparing 05:45:13 8fd652857ff8: Preparing 05:45:13 6b57846a1c7e: Preparing 05:45:13 b5cf82fddac4: Preparing 05:45:13 7640a51754e0: Preparing 05:45:13 aa5968d388b8: Preparing 05:45:13 7640a51754e0: Waiting 05:45:13 aa5968d388b8: Waiting 05:45:13 8fd652857ff8: Layer already exists 05:45:13 bb680cf40e1b: Layer already exists 05:45:13 b5cf82fddac4: Layer already exists 05:45:13 6b57846a1c7e: Layer already exists 05:45:13 dcac888cac56: Layer already exists 05:45:13 7640a51754e0: Layer already exists 05:45:13 aa5968d388b8: Layer already exists 05:45:13 latest: digest: sha256:1a2390ce5e9146d5b18463bcd765387ae404be36d30c13257da387ddd0d8c438 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:13 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.69 05:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:45:13 dcac888cac56: Preparing 05:45:13 bb680cf40e1b: Preparing 05:45:13 8fd652857ff8: Preparing 05:45:13 6b57846a1c7e: Preparing 05:45:13 b5cf82fddac4: Preparing 05:45:13 7640a51754e0: Preparing 05:45:13 aa5968d388b8: Preparing 05:45:13 7640a51754e0: Waiting 05:45:13 aa5968d388b8: Waiting 05:45:13 6b57846a1c7e: Layer already exists 05:45:13 bb680cf40e1b: Layer already exists 05:45:13 8fd652857ff8: Layer already exists 05:45:13 b5cf82fddac4: Layer already exists 05:45:13 dcac888cac56: Layer already exists 05:45:13 7640a51754e0: Layer already exists 05:45:13 aa5968d388b8: Layer already exists 05:45:13 3.0.0-dev.69: digest: sha256:1a2390ce5e9146d5b18463bcd765387ae404be36d30c13257da387ddd0d8c438 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:45:14 dcac888cac56: Preparing 05:45:14 bb680cf40e1b: Preparing 05:45:14 8fd652857ff8: Preparing 05:45:14 6b57846a1c7e: Preparing 05:45:14 b5cf82fddac4: Preparing 05:45:14 7640a51754e0: Preparing 05:45:14 aa5968d388b8: Preparing 05:45:14 7640a51754e0: Waiting 05:45:14 aa5968d388b8: Waiting 05:45:14 b5cf82fddac4: Layer already exists 05:45:14 bb680cf40e1b: Layer already exists 05:45:14 8fd652857ff8: Layer already exists 05:45:14 6b57846a1c7e: Layer already exists 05:45:14 dcac888cac56: Layer already exists 05:45:14 aa5968d388b8: Layer already exists 05:45:14 7640a51754e0: Layer already exists 05:45:14 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:1a2390ce5e9146d5b18463bcd765387ae404be36d30c13257da387ddd0d8c438 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:45:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:45:15 dcac888cac56: Preparing 05:45:15 bb680cf40e1b: Preparing 05:45:15 8fd652857ff8: Preparing 05:45:15 6b57846a1c7e: Preparing 05:45:15 b5cf82fddac4: Preparing 05:45:15 7640a51754e0: Preparing 05:45:15 aa5968d388b8: Preparing 05:45:15 7640a51754e0: Waiting 05:45:15 b5cf82fddac4: Layer already exists 05:45:15 bb680cf40e1b: Layer already exists 05:45:15 8fd652857ff8: Layer already exists 05:45:15 dcac888cac56: Layer already exists 05:45:15 6b57846a1c7e: Layer already exists 05:45:15 7640a51754e0: Layer already exists 05:45:15 aa5968d388b8: Layer already exists 05:45:15 main: digest: sha256:1a2390ce5e9146d5b18463bcd765387ae404be36d30c13257da387ddd0d8c438 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:15 ===================================================== [Pipeline] echo 05:45:15 taggedImages: 05:45:15 - nexus3.edgexfoundry.org:10004/security-proxy-auth:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:15 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:45:15 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.69 05:45:15 - nexus3.edgexfoundry.org:10004/security-proxy-auth:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:15 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 05:45:15 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:45:15 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:15 latest 05:45:15 3.0.0-dev.69 05:45:15 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:15 main 05:45:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:45:15 80729cd2af98: Preparing 05:45:15 80f0afcdf148: Preparing 05:45:15 a5a761d92a8e: Preparing 05:45:15 ae6498a600e6: Preparing 05:45:15 5a19c703f36a: Preparing 05:45:15 6b1d757b605a: Preparing 05:45:15 b904601dfb7f: Preparing 05:45:15 aa5968d388b8: Preparing 05:45:15 6b1d757b605a: Waiting 05:45:15 b904601dfb7f: Waiting 05:45:15 aa5968d388b8: Waiting 05:45:17 80729cd2af98: Pushed 05:45:17 5a19c703f36a: Pushed 05:45:17 80f0afcdf148: Pushed 05:45:17 aa5968d388b8: Layer already exists 05:45:17 6b1d757b605a: Pushed 05:45:17 ae6498a600e6: Pushed 05:45:17 a5a761d92a8e: Pushed 05:45:17 b904601dfb7f: Pushed 05:45:17 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:aa4fc03b55eacef6a2e7843ff301f17420bfe06a1be535367ba46475ce92246c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:45:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:45:17 80729cd2af98: Preparing 05:45:17 80f0afcdf148: Preparing 05:45:17 a5a761d92a8e: Preparing 05:45:17 ae6498a600e6: Preparing 05:45:17 5a19c703f36a: Preparing 05:45:17 6b1d757b605a: Preparing 05:45:17 b904601dfb7f: Preparing 05:45:17 aa5968d388b8: Preparing 05:45:17 6b1d757b605a: Waiting 05:45:17 aa5968d388b8: Waiting 05:45:17 b904601dfb7f: Waiting 05:45:17 a5a761d92a8e: Layer already exists 05:45:17 80729cd2af98: Layer already exists 05:45:17 5a19c703f36a: Layer already exists 05:45:17 80f0afcdf148: Layer already exists 05:45:17 ae6498a600e6: Layer already exists 05:45:17 6b1d757b605a: Layer already exists 05:45:17 b904601dfb7f: Layer already exists 05:45:17 aa5968d388b8: Layer already exists 05:45:17 latest: digest: sha256:aa4fc03b55eacef6a2e7843ff301f17420bfe06a1be535367ba46475ce92246c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:18 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.69 05:45:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:45:18 80729cd2af98: Preparing 05:45:18 80f0afcdf148: Preparing 05:45:18 a5a761d92a8e: Preparing 05:45:18 ae6498a600e6: Preparing 05:45:18 5a19c703f36a: Preparing 05:45:18 6b1d757b605a: Preparing 05:45:18 b904601dfb7f: Preparing 05:45:18 aa5968d388b8: Preparing 05:45:18 6b1d757b605a: Waiting 05:45:18 aa5968d388b8: Waiting 05:45:18 b904601dfb7f: Waiting 05:45:18 5a19c703f36a: Layer already exists 05:45:18 80f0afcdf148: Layer already exists 05:45:18 ae6498a600e6: Layer already exists 05:45:18 a5a761d92a8e: Layer already exists 05:45:18 80729cd2af98: Layer already exists 05:45:18 6b1d757b605a: Layer already exists 05:45:18 aa5968d388b8: Layer already exists 05:45:18 b904601dfb7f: Layer already exists 05:45:18 3.0.0-dev.69: digest: sha256:aa4fc03b55eacef6a2e7843ff301f17420bfe06a1be535367ba46475ce92246c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:18 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:45:19 80729cd2af98: Preparing 05:45:19 80f0afcdf148: Preparing 05:45:19 a5a761d92a8e: Preparing 05:45:19 ae6498a600e6: Preparing 05:45:19 5a19c703f36a: Preparing 05:45:19 6b1d757b605a: Preparing 05:45:19 b904601dfb7f: Preparing 05:45:19 aa5968d388b8: Preparing 05:45:19 6b1d757b605a: Waiting 05:45:19 b904601dfb7f: Waiting 05:45:19 aa5968d388b8: Waiting 05:45:19 80729cd2af98: Layer already exists 05:45:19 80f0afcdf148: Layer already exists 05:45:19 ae6498a600e6: Layer already exists 05:45:19 5a19c703f36a: Layer already exists 05:45:19 a5a761d92a8e: Layer already exists 05:45:19 6b1d757b605a: Layer already exists 05:45:19 b904601dfb7f: Layer already exists 05:45:19 aa5968d388b8: Layer already exists 05:45:19 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:aa4fc03b55eacef6a2e7843ff301f17420bfe06a1be535367ba46475ce92246c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:45:19 80729cd2af98: Preparing 05:45:19 80f0afcdf148: Preparing 05:45:19 a5a761d92a8e: Preparing 05:45:19 ae6498a600e6: Preparing 05:45:19 5a19c703f36a: Preparing 05:45:19 6b1d757b605a: Preparing 05:45:19 b904601dfb7f: Preparing 05:45:19 aa5968d388b8: Preparing 05:45:19 6b1d757b605a: Waiting 05:45:19 aa5968d388b8: Waiting 05:45:19 5a19c703f36a: Layer already exists 05:45:19 ae6498a600e6: Layer already exists 05:45:19 a5a761d92a8e: Layer already exists 05:45:19 80729cd2af98: Layer already exists 05:45:19 80f0afcdf148: Layer already exists 05:45:19 6b1d757b605a: Layer already exists 05:45:19 b904601dfb7f: Layer already exists 05:45:19 aa5968d388b8: Layer already exists 05:45:19 main: digest: sha256:aa4fc03b55eacef6a2e7843ff301f17420bfe06a1be535367ba46475ce92246c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:19 ===================================================== [Pipeline] echo 05:45:19 taggedImages: 05:45:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:45:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.69 05:45:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:45:19 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:45:19 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:19 latest 05:45:19 3.0.0-dev.69 05:45:19 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:19 main 05:45:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:20 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:20 67d44140595d: Preparing 05:45:20 9585a8315d0b: Preparing 05:45:20 3cdacef4cab5: Preparing 05:45:20 4ea77c4f1c4d: Preparing 05:45:20 3e1fa2fd2ec1: Preparing 05:45:20 a67221081a31: Preparing 05:45:20 f64511bd0a8a: Preparing 05:45:20 e01846a214b4: Preparing 05:45:20 773b56707d7a: Preparing 05:45:20 aa5968d388b8: Preparing 05:45:20 f64511bd0a8a: Waiting 05:45:20 a67221081a31: Waiting 05:45:20 aa5968d388b8: Waiting 05:45:20 e01846a214b4: Waiting 05:45:20 773b56707d7a: Waiting 05:45:20 3e1fa2fd2ec1: Pushed 05:45:20 67d44140595d: Pushed 05:45:20 9585a8315d0b: Pushed 05:45:20 e01846a214b4: Pushed 05:45:20 f64511bd0a8a: Pushed 05:45:20 a67221081a31: Pushed 05:45:20 aa5968d388b8: Layer already exists 05:45:20 773b56707d7a: Pushed 05:45:22 4ea77c4f1c4d: Pushed 05:45:22 3cdacef4cab5: Pushed 05:45:22 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:18c3567caefbd5be8ee167e01c19c2f993d6bc0f54db2be7429f85d66f31a9b5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:45:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:22 67d44140595d: Preparing 05:45:22 9585a8315d0b: Preparing 05:45:22 3cdacef4cab5: Preparing 05:45:22 4ea77c4f1c4d: Preparing 05:45:22 3e1fa2fd2ec1: Preparing 05:45:22 a67221081a31: Preparing 05:45:22 f64511bd0a8a: Preparing 05:45:22 e01846a214b4: Preparing 05:45:22 773b56707d7a: Preparing 05:45:22 aa5968d388b8: Preparing 05:45:22 f64511bd0a8a: Waiting 05:45:22 e01846a214b4: Waiting 05:45:22 773b56707d7a: Waiting 05:45:22 a67221081a31: Waiting 05:45:22 aa5968d388b8: Waiting 05:45:22 67d44140595d: Layer already exists 05:45:22 4ea77c4f1c4d: Layer already exists 05:45:22 9585a8315d0b: Layer already exists 05:45:22 3e1fa2fd2ec1: Layer already exists 05:45:22 3cdacef4cab5: Layer already exists 05:45:22 a67221081a31: Layer already exists 05:45:22 aa5968d388b8: Layer already exists 05:45:22 773b56707d7a: Layer already exists 05:45:22 f64511bd0a8a: Layer already exists 05:45:22 e01846a214b4: Layer already exists 05:45:22 latest: digest: sha256:18c3567caefbd5be8ee167e01c19c2f993d6bc0f54db2be7429f85d66f31a9b5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.69 05:45:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:23 67d44140595d: Preparing 05:45:23 9585a8315d0b: Preparing 05:45:23 3cdacef4cab5: Preparing 05:45:23 4ea77c4f1c4d: Preparing 05:45:23 3e1fa2fd2ec1: Preparing 05:45:23 a67221081a31: Preparing 05:45:23 f64511bd0a8a: Preparing 05:45:23 e01846a214b4: Preparing 05:45:23 773b56707d7a: Preparing 05:45:23 aa5968d388b8: Preparing 05:45:23 a67221081a31: Waiting 05:45:23 f64511bd0a8a: Waiting 05:45:23 e01846a214b4: Waiting 05:45:23 773b56707d7a: Waiting 05:45:23 aa5968d388b8: Waiting 05:45:23 67d44140595d: Layer already exists 05:45:23 3e1fa2fd2ec1: Layer already exists 05:45:23 4ea77c4f1c4d: Layer already exists 05:45:23 3cdacef4cab5: Layer already exists 05:45:23 9585a8315d0b: Layer already exists 05:45:23 a67221081a31: Layer already exists 05:45:23 773b56707d7a: Layer already exists 05:45:23 e01846a214b4: Layer already exists 05:45:23 aa5968d388b8: Layer already exists 05:45:23 f64511bd0a8a: Layer already exists 05:45:23 3.0.0-dev.69: digest: sha256:18c3567caefbd5be8ee167e01c19c2f993d6bc0f54db2be7429f85d66f31a9b5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:24 67d44140595d: Preparing 05:45:24 9585a8315d0b: Preparing 05:45:24 3cdacef4cab5: Preparing 05:45:24 4ea77c4f1c4d: Preparing 05:45:24 3e1fa2fd2ec1: Preparing 05:45:24 a67221081a31: Preparing 05:45:24 f64511bd0a8a: Preparing 05:45:24 e01846a214b4: Preparing 05:45:24 773b56707d7a: Preparing 05:45:24 aa5968d388b8: Preparing 05:45:24 a67221081a31: Waiting 05:45:24 f64511bd0a8a: Waiting 05:45:24 e01846a214b4: Waiting 05:45:24 773b56707d7a: Waiting 05:45:24 4ea77c4f1c4d: Layer already exists 05:45:24 9585a8315d0b: Layer already exists 05:45:24 67d44140595d: Layer already exists 05:45:24 3e1fa2fd2ec1: Layer already exists 05:45:24 3cdacef4cab5: Layer already exists 05:45:24 a67221081a31: Layer already exists 05:45:24 f64511bd0a8a: Layer already exists 05:45:24 e01846a214b4: Layer already exists 05:45:24 aa5968d388b8: Layer already exists 05:45:24 773b56707d7a: Layer already exists 05:45:24 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:18c3567caefbd5be8ee167e01c19c2f993d6bc0f54db2be7429f85d66f31a9b5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:24 67d44140595d: Preparing 05:45:24 9585a8315d0b: Preparing 05:45:24 3cdacef4cab5: Preparing 05:45:24 4ea77c4f1c4d: Preparing 05:45:24 3e1fa2fd2ec1: Preparing 05:45:24 a67221081a31: Preparing 05:45:24 f64511bd0a8a: Preparing 05:45:24 e01846a214b4: Preparing 05:45:24 773b56707d7a: Preparing 05:45:24 aa5968d388b8: Preparing 05:45:24 e01846a214b4: Waiting 05:45:24 773b56707d7a: Waiting 05:45:24 f64511bd0a8a: Waiting 05:45:24 aa5968d388b8: Waiting 05:45:24 a67221081a31: Waiting 05:45:24 67d44140595d: Layer already exists 05:45:24 9585a8315d0b: Layer already exists 05:45:24 4ea77c4f1c4d: Layer already exists 05:45:24 3cdacef4cab5: Layer already exists 05:45:24 3e1fa2fd2ec1: Layer already exists 05:45:24 f64511bd0a8a: Layer already exists 05:45:24 a67221081a31: Layer already exists 05:45:24 e01846a214b4: Layer already exists 05:45:24 aa5968d388b8: Layer already exists 05:45:24 773b56707d7a: Layer already exists 05:45:24 main: digest: sha256:18c3567caefbd5be8ee167e01c19c2f993d6bc0f54db2be7429f85d66f31a9b5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:24 ===================================================== [Pipeline] echo 05:45:24 taggedImages: 05:45:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:45:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.69 05:45:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:45:24 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:45:24 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:24 latest 05:45:24 3.0.0-dev.69 05:45:24 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:24 main 05:45:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:25 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:25 036ddd63f16b: Preparing 05:45:25 d07d9a494169: Preparing 05:45:25 b5cf82fddac4: Preparing 05:45:25 f692f9aa79f3: Preparing 05:45:25 4e6476652798: Preparing 05:45:25 b5cf82fddac4: Layer already exists 05:45:25 4e6476652798: Layer already exists 05:45:25 036ddd63f16b: Pushed 05:45:25 f692f9aa79f3: Pushed 05:45:27 d07d9a494169: Pushed 05:45:27 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:f14fa01e37250fdf3eec57e2e2ea781fb0dec6ca99cb6e79406a22606a5e4e1e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:27 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:28 036ddd63f16b: Preparing 05:45:28 d07d9a494169: Preparing 05:45:28 b5cf82fddac4: Preparing 05:45:28 f692f9aa79f3: Preparing 05:45:28 4e6476652798: Preparing 05:45:28 036ddd63f16b: Layer already exists 05:45:28 4e6476652798: Layer already exists 05:45:28 b5cf82fddac4: Layer already exists 05:45:28 f692f9aa79f3: Layer already exists 05:45:28 d07d9a494169: Layer already exists 05:45:28 latest: digest: sha256:f14fa01e37250fdf3eec57e2e2ea781fb0dec6ca99cb6e79406a22606a5e4e1e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.69 05:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:28 036ddd63f16b: Preparing 05:45:28 d07d9a494169: Preparing 05:45:28 b5cf82fddac4: Preparing 05:45:28 f692f9aa79f3: Preparing 05:45:28 4e6476652798: Preparing 05:45:28 b5cf82fddac4: Layer already exists 05:45:28 4e6476652798: Layer already exists 05:45:28 036ddd63f16b: Layer already exists 05:45:28 f692f9aa79f3: Layer already exists 05:45:28 d07d9a494169: Layer already exists 05:45:28 3.0.0-dev.69: digest: sha256:f14fa01e37250fdf3eec57e2e2ea781fb0dec6ca99cb6e79406a22606a5e4e1e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:29 036ddd63f16b: Preparing 05:45:29 d07d9a494169: Preparing 05:45:29 b5cf82fddac4: Preparing 05:45:29 f692f9aa79f3: Preparing 05:45:29 4e6476652798: Preparing 05:45:29 d07d9a494169: Layer already exists 05:45:29 f692f9aa79f3: Layer already exists 05:45:29 b5cf82fddac4: Layer already exists 05:45:29 4e6476652798: Layer already exists 05:45:29 036ddd63f16b: Layer already exists 05:45:29 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:f14fa01e37250fdf3eec57e2e2ea781fb0dec6ca99cb6e79406a22606a5e4e1e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:30 036ddd63f16b: Preparing 05:45:30 d07d9a494169: Preparing 05:45:30 b5cf82fddac4: Preparing 05:45:30 f692f9aa79f3: Preparing 05:45:30 4e6476652798: Preparing 05:45:30 036ddd63f16b: Layer already exists 05:45:30 b5cf82fddac4: Layer already exists 05:45:30 d07d9a494169: Layer already exists 05:45:30 f692f9aa79f3: Layer already exists 05:45:30 4e6476652798: Layer already exists 05:45:30 main: digest: sha256:f14fa01e37250fdf3eec57e2e2ea781fb0dec6ca99cb6e79406a22606a5e4e1e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:30 ===================================================== [Pipeline] echo 05:45:30 taggedImages: 05:45:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:45:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.69 05:45:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:45:30 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:45:30 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:30 latest 05:45:30 3.0.0-dev.69 05:45:30 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:30 main 05:45:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:30 3d9f64ae869d: Preparing 05:45:30 32cc83e5e2af: Preparing 05:45:30 7cbbefcf7207: Preparing 05:45:30 48d2ad626441: Preparing 05:45:30 b1d96447616d: Preparing 05:45:30 310838a88d13: Preparing 05:45:30 4e6476652798: Preparing 05:45:30 310838a88d13: Waiting 05:45:30 4e6476652798: Waiting 05:45:30 32cc83e5e2af: Pushed 05:45:30 3d9f64ae869d: Pushed 05:45:30 7cbbefcf7207: Pushed 05:45:30 4e6476652798: Layer already exists 05:45:31 310838a88d13: Pushed 05:45:34 b1d96447616d: Pushed 05:45:37 48d2ad626441: Pushed 05:45:37 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:c311c2d0161ea1c4f0cbb4ca823c5b3e1a2161c989f6fd48905b663527818e17 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:37 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:37 3d9f64ae869d: Preparing 05:45:37 32cc83e5e2af: Preparing 05:45:37 7cbbefcf7207: Preparing 05:45:37 48d2ad626441: Preparing 05:45:37 b1d96447616d: Preparing 05:45:37 310838a88d13: Preparing 05:45:37 4e6476652798: Preparing 05:45:37 4e6476652798: Waiting 05:45:37 310838a88d13: Waiting 05:45:37 7cbbefcf7207: Layer already exists 05:45:37 48d2ad626441: Layer already exists 05:45:37 32cc83e5e2af: Layer already exists 05:45:37 3d9f64ae869d: Layer already exists 05:45:37 b1d96447616d: Layer already exists 05:45:37 4e6476652798: Layer already exists 05:45:37 310838a88d13: Layer already exists 05:45:37 latest: digest: sha256:c311c2d0161ea1c4f0cbb4ca823c5b3e1a2161c989f6fd48905b663527818e17 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.69 05:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:38 3d9f64ae869d: Preparing 05:45:38 32cc83e5e2af: Preparing 05:45:38 7cbbefcf7207: Preparing 05:45:38 48d2ad626441: Preparing 05:45:38 b1d96447616d: Preparing 05:45:38 310838a88d13: Preparing 05:45:38 4e6476652798: Preparing 05:45:38 310838a88d13: Waiting 05:45:38 3d9f64ae869d: Layer already exists 05:45:38 b1d96447616d: Layer already exists 05:45:38 48d2ad626441: Layer already exists 05:45:38 7cbbefcf7207: Layer already exists 05:45:38 32cc83e5e2af: Layer already exists 05:45:38 310838a88d13: Layer already exists 05:45:38 4e6476652798: Layer already exists 05:45:38 3.0.0-dev.69: digest: sha256:c311c2d0161ea1c4f0cbb4ca823c5b3e1a2161c989f6fd48905b663527818e17 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:39 3d9f64ae869d: Preparing 05:45:39 32cc83e5e2af: Preparing 05:45:39 7cbbefcf7207: Preparing 05:45:39 48d2ad626441: Preparing 05:45:39 b1d96447616d: Preparing 05:45:39 310838a88d13: Preparing 05:45:39 4e6476652798: Preparing 05:45:39 310838a88d13: Waiting 05:45:39 4e6476652798: Waiting 05:45:39 7cbbefcf7207: Layer already exists 05:45:39 b1d96447616d: Layer already exists 05:45:39 3d9f64ae869d: Layer already exists 05:45:39 32cc83e5e2af: Layer already exists 05:45:39 48d2ad626441: Layer already exists 05:45:39 310838a88d13: Layer already exists 05:45:39 4e6476652798: Layer already exists 05:45:39 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:c311c2d0161ea1c4f0cbb4ca823c5b3e1a2161c989f6fd48905b663527818e17 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:45:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:39 3d9f64ae869d: Preparing 05:45:39 32cc83e5e2af: Preparing 05:45:39 7cbbefcf7207: Preparing 05:45:39 48d2ad626441: Preparing 05:45:39 b1d96447616d: Preparing 05:45:39 310838a88d13: Preparing 05:45:39 4e6476652798: Preparing 05:45:39 4e6476652798: Waiting 05:45:39 310838a88d13: Waiting 05:45:39 7cbbefcf7207: Layer already exists 05:45:39 b1d96447616d: Layer already exists 05:45:39 48d2ad626441: Layer already exists 05:45:39 32cc83e5e2af: Layer already exists 05:45:39 3d9f64ae869d: Layer already exists 05:45:39 310838a88d13: Layer already exists 05:45:39 4e6476652798: Layer already exists 05:45:39 main: digest: sha256:c311c2d0161ea1c4f0cbb4ca823c5b3e1a2161c989f6fd48905b663527818e17 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:39 ===================================================== [Pipeline] echo 05:45:39 taggedImages: 05:45:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:45:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.69 05:45:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:45:39 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:45:39 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:39 latest 05:45:39 3.0.0-dev.69 05:45:39 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:39 main 05:45:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:39 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:40 86833dd8117e: Preparing 05:45:40 f65593c53e20: Preparing 05:45:40 907693118288: Preparing 05:45:40 1ad7420324f5: Preparing 05:45:40 5e53f0e1f90d: Preparing 05:45:40 4e6476652798: Preparing 05:45:40 4e6476652798: Waiting 05:45:40 f65593c53e20: Pushed 05:45:40 86833dd8117e: Pushed 05:45:40 4e6476652798: Layer already exists 05:45:40 907693118288: Pushed 05:45:40 5e53f0e1f90d: Pushed 05:45:47 1ad7420324f5: Pushed 05:45:47 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:a76d26f188126c6aca6cfac1feaf15e8ac072c86c791e29f8842e82387cb334e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:47 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:45:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:47 86833dd8117e: Preparing 05:45:47 f65593c53e20: Preparing 05:45:47 907693118288: Preparing 05:45:47 1ad7420324f5: Preparing 05:45:47 5e53f0e1f90d: Preparing 05:45:47 4e6476652798: Preparing 05:45:47 4e6476652798: Waiting 05:45:47 1ad7420324f5: Layer already exists 05:45:47 f65593c53e20: Layer already exists 05:45:47 86833dd8117e: Layer already exists 05:45:47 5e53f0e1f90d: Layer already exists 05:45:47 907693118288: Layer already exists 05:45:47 4e6476652798: Layer already exists 05:45:47 latest: digest: sha256:a76d26f188126c6aca6cfac1feaf15e8ac072c86c791e29f8842e82387cb334e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:47 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.69 05:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:48 86833dd8117e: Preparing 05:45:48 f65593c53e20: Preparing 05:45:48 907693118288: Preparing 05:45:48 1ad7420324f5: Preparing 05:45:48 5e53f0e1f90d: Preparing 05:45:48 4e6476652798: Preparing 05:45:48 4e6476652798: Waiting 05:45:48 1ad7420324f5: Layer already exists 05:45:48 86833dd8117e: Layer already exists 05:45:48 907693118288: Layer already exists 05:45:48 f65593c53e20: Layer already exists 05:45:48 5e53f0e1f90d: Layer already exists 05:45:48 4e6476652798: Layer already exists 05:45:48 3.0.0-dev.69: digest: sha256:a76d26f188126c6aca6cfac1feaf15e8ac072c86c791e29f8842e82387cb334e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:48 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:48 86833dd8117e: Preparing 05:45:48 f65593c53e20: Preparing 05:45:48 907693118288: Preparing 05:45:48 1ad7420324f5: Preparing 05:45:48 5e53f0e1f90d: Preparing 05:45:48 4e6476652798: Preparing 05:45:48 4e6476652798: Waiting 05:45:48 1ad7420324f5: Layer already exists 05:45:48 5e53f0e1f90d: Layer already exists 05:45:48 f65593c53e20: Layer already exists 05:45:48 907693118288: Layer already exists 05:45:48 86833dd8117e: Layer already exists 05:45:48 4e6476652798: Layer already exists 05:45:48 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:a76d26f188126c6aca6cfac1feaf15e8ac072c86c791e29f8842e82387cb334e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:49 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:45:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:49 86833dd8117e: Preparing 05:45:49 f65593c53e20: Preparing 05:45:49 907693118288: Preparing 05:45:49 1ad7420324f5: Preparing 05:45:49 5e53f0e1f90d: Preparing 05:45:49 4e6476652798: Preparing 05:45:49 f65593c53e20: Layer already exists 05:45:49 5e53f0e1f90d: Layer already exists 05:45:49 1ad7420324f5: Layer already exists 05:45:49 907693118288: Layer already exists 05:45:49 86833dd8117e: Layer already exists 05:45:49 4e6476652798: Layer already exists 05:45:49 main: digest: sha256:a76d26f188126c6aca6cfac1feaf15e8ac072c86c791e29f8842e82387cb334e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:49 ===================================================== [Pipeline] echo 05:45:49 taggedImages: 05:45:49 - nexus3.edgexfoundry.org:10004/security-spire-config:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:49 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:45:49 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.69 05:45:49 - nexus3.edgexfoundry.org:10004/security-spire-config:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:49 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:45:49 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:45:49 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:49 latest 05:45:49 3.0.0-dev.69 05:45:49 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:49 main 05:45:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:50 50ab6ba83dd7: Preparing 05:45:50 7c7cf922d6d2: Preparing 05:45:50 ae322d92e7c3: Preparing 05:45:50 59a81d65d092: Preparing 05:45:50 310838a88d13: Preparing 05:45:50 4e6476652798: Preparing 05:45:50 4e6476652798: Waiting 05:45:50 310838a88d13: Layer already exists 05:45:50 4e6476652798: Layer already exists 05:45:50 50ab6ba83dd7: Pushed 05:45:50 ae322d92e7c3: Pushed 05:45:50 7c7cf922d6d2: Pushed 05:45:56 59a81d65d092: Pushed 05:45:57 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:99c18cc8332de94a11f0bffef73a143dd838ad2b0a63f851e6f81fb70e67c142 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:45:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:57 50ab6ba83dd7: Preparing 05:45:57 7c7cf922d6d2: Preparing 05:45:57 ae322d92e7c3: Preparing 05:45:57 59a81d65d092: Preparing 05:45:57 310838a88d13: Preparing 05:45:57 4e6476652798: Preparing 05:45:57 4e6476652798: Waiting 05:45:57 310838a88d13: Layer already exists 05:45:57 ae322d92e7c3: Layer already exists 05:45:57 50ab6ba83dd7: Layer already exists 05:45:57 7c7cf922d6d2: Layer already exists 05:45:57 59a81d65d092: Layer already exists 05:45:57 4e6476652798: Layer already exists 05:45:57 latest: digest: sha256:99c18cc8332de94a11f0bffef73a143dd838ad2b0a63f851e6f81fb70e67c142 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.69 05:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:58 50ab6ba83dd7: Preparing 05:45:58 7c7cf922d6d2: Preparing 05:45:58 ae322d92e7c3: Preparing 05:45:58 59a81d65d092: Preparing 05:45:58 310838a88d13: Preparing 05:45:58 4e6476652798: Preparing 05:45:58 4e6476652798: Waiting 05:45:58 59a81d65d092: Layer already exists 05:45:58 50ab6ba83dd7: Layer already exists 05:45:58 ae322d92e7c3: Layer already exists 05:45:58 310838a88d13: Layer already exists 05:45:58 7c7cf922d6d2: Layer already exists 05:45:58 4e6476652798: Layer already exists 05:45:58 3.0.0-dev.69: digest: sha256:99c18cc8332de94a11f0bffef73a143dd838ad2b0a63f851e6f81fb70e67c142 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:58 50ab6ba83dd7: Preparing 05:45:58 7c7cf922d6d2: Preparing 05:45:58 ae322d92e7c3: Preparing 05:45:58 59a81d65d092: Preparing 05:45:58 310838a88d13: Preparing 05:45:58 4e6476652798: Preparing 05:45:58 4e6476652798: Waiting 05:45:58 59a81d65d092: Layer already exists 05:45:58 7c7cf922d6d2: Layer already exists 05:45:58 50ab6ba83dd7: Layer already exists 05:45:58 ae322d92e7c3: Layer already exists 05:45:58 310838a88d13: Layer already exists 05:45:58 4e6476652798: Layer already exists 05:45:58 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:99c18cc8332de94a11f0bffef73a143dd838ad2b0a63f851e6f81fb70e67c142 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:45:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:59 50ab6ba83dd7: Preparing 05:45:59 7c7cf922d6d2: Preparing 05:45:59 ae322d92e7c3: Preparing 05:45:59 59a81d65d092: Preparing 05:45:59 310838a88d13: Preparing 05:45:59 4e6476652798: Preparing 05:45:59 4e6476652798: Waiting 05:45:59 310838a88d13: Layer already exists 05:45:59 59a81d65d092: Layer already exists 05:45:59 50ab6ba83dd7: Layer already exists 05:45:59 7c7cf922d6d2: Layer already exists 05:45:59 ae322d92e7c3: Layer already exists 05:45:59 4e6476652798: Layer already exists 05:45:59 main: digest: sha256:99c18cc8332de94a11f0bffef73a143dd838ad2b0a63f851e6f81fb70e67c142 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:59 ===================================================== [Pipeline] echo 05:45:59 taggedImages: 05:45:59 - nexus3.edgexfoundry.org:10004/security-spire-server:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:59 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:45:59 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.69 05:45:59 - nexus3.edgexfoundry.org:10004/security-spire-server:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:59 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:45:59 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:45:59 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:45:59 latest 05:45:59 3.0.0-dev.69 05:45:59 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:45:59 main 05:45:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:46:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:00 9a27776b41dd: Preparing 05:46:00 78cd88dd292b: Preparing 05:46:00 b5cf82fddac4: Preparing 05:46:00 16901a2f42cf: Preparing 05:46:00 aa5968d388b8: Preparing 05:46:00 b5cf82fddac4: Layer already exists 05:46:00 aa5968d388b8: Layer already exists 05:46:00 9a27776b41dd: Pushed 05:46:00 16901a2f42cf: Pushed 05:46:02 78cd88dd292b: Pushed 05:46:02 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:fa9573316dd09dbaf5b130541a9d6258331e57d8697aa17434d4f6bd1eed4a23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:02 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:03 9a27776b41dd: Preparing 05:46:03 78cd88dd292b: Preparing 05:46:03 b5cf82fddac4: Preparing 05:46:03 16901a2f42cf: Preparing 05:46:03 aa5968d388b8: Preparing 05:46:03 78cd88dd292b: Layer already exists 05:46:03 16901a2f42cf: Layer already exists 05:46:03 9a27776b41dd: Layer already exists 05:46:03 b5cf82fddac4: Layer already exists 05:46:03 aa5968d388b8: Layer already exists 05:46:03 latest: digest: sha256:fa9573316dd09dbaf5b130541a9d6258331e57d8697aa17434d4f6bd1eed4a23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:03 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.69 05:46:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:04 9a27776b41dd: Preparing 05:46:04 78cd88dd292b: Preparing 05:46:04 b5cf82fddac4: Preparing 05:46:04 16901a2f42cf: Preparing 05:46:04 aa5968d388b8: Preparing 05:46:04 78cd88dd292b: Layer already exists 05:46:04 b5cf82fddac4: Layer already exists 05:46:04 16901a2f42cf: Layer already exists 05:46:04 9a27776b41dd: Layer already exists 05:46:04 aa5968d388b8: Layer already exists 05:46:04 3.0.0-dev.69: digest: sha256:fa9573316dd09dbaf5b130541a9d6258331e57d8697aa17434d4f6bd1eed4a23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:46:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:04 9a27776b41dd: Preparing 05:46:04 78cd88dd292b: Preparing 05:46:04 b5cf82fddac4: Preparing 05:46:04 16901a2f42cf: Preparing 05:46:04 aa5968d388b8: Preparing 05:46:04 aa5968d388b8: Layer already exists 05:46:04 16901a2f42cf: Layer already exists 05:46:04 78cd88dd292b: Layer already exists 05:46:04 9a27776b41dd: Layer already exists 05:46:04 b5cf82fddac4: Layer already exists 05:46:04 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:fa9573316dd09dbaf5b130541a9d6258331e57d8697aa17434d4f6bd1eed4a23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:46:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:05 9a27776b41dd: Preparing 05:46:05 78cd88dd292b: Preparing 05:46:05 b5cf82fddac4: Preparing 05:46:05 16901a2f42cf: Preparing 05:46:05 aa5968d388b8: Preparing 05:46:05 78cd88dd292b: Layer already exists 05:46:05 16901a2f42cf: Layer already exists 05:46:05 aa5968d388b8: Layer already exists 05:46:05 9a27776b41dd: Layer already exists 05:46:05 b5cf82fddac4: Layer already exists 05:46:05 main: digest: sha256:fa9573316dd09dbaf5b130541a9d6258331e57d8697aa17434d4f6bd1eed4a23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:46:05 ===================================================== [Pipeline] echo 05:46:05 taggedImages: 05:46:05 - nexus3.edgexfoundry.org:10004/support-notifications:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:46:05 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:46:05 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.69 05:46:05 - nexus3.edgexfoundry.org:10004/support-notifications:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:46:05 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:46:05 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:46:05 0ed1034b3ab63d116b0414f8674ebacfe755126e 05:46:05 latest 05:46:05 3.0.0-dev.69 05:46:05 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:46:05 main 05:46:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:46:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:05 ba40ab49789d: Preparing 05:46:05 e22bbb4f9e23: Preparing 05:46:05 b5cf82fddac4: Preparing 05:46:05 6f53afdaba99: Preparing 05:46:05 aa5968d388b8: Preparing 05:46:05 b5cf82fddac4: Layer already exists 05:46:05 6f53afdaba99: Layer already exists 05:46:05 aa5968d388b8: Layer already exists 05:46:05 ba40ab49789d: Pushed 05:46:08 e22bbb4f9e23: Pushed 05:46:08 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:32ef87cc9a1d4d47624f983f6b8427e91f8617588fb065918afdc1edcd2d28c3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:46:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:09 ba40ab49789d: Preparing 05:46:09 e22bbb4f9e23: Preparing 05:46:09 b5cf82fddac4: Preparing 05:46:09 6f53afdaba99: Preparing 05:46:09 aa5968d388b8: Preparing 05:46:09 aa5968d388b8: Layer already exists 05:46:09 b5cf82fddac4: Layer already exists 05:46:09 e22bbb4f9e23: Layer already exists 05:46:09 6f53afdaba99: Layer already exists 05:46:09 ba40ab49789d: Layer already exists 05:46:09 latest: digest: sha256:32ef87cc9a1d4d47624f983f6b8427e91f8617588fb065918afdc1edcd2d28c3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:09 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.69 05:46:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:09 ba40ab49789d: Preparing 05:46:09 e22bbb4f9e23: Preparing 05:46:09 b5cf82fddac4: Preparing 05:46:09 6f53afdaba99: Preparing 05:46:09 aa5968d388b8: Preparing 05:46:09 aa5968d388b8: Layer already exists 05:46:09 6f53afdaba99: Layer already exists 05:46:09 e22bbb4f9e23: Layer already exists 05:46:09 ba40ab49789d: Layer already exists 05:46:09 b5cf82fddac4: Layer already exists 05:46:09 3.0.0-dev.69: digest: sha256:32ef87cc9a1d4d47624f983f6b8427e91f8617588fb065918afdc1edcd2d28c3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:10 ba40ab49789d: Preparing 05:46:10 e22bbb4f9e23: Preparing 05:46:10 b5cf82fddac4: Preparing 05:46:10 6f53afdaba99: Preparing 05:46:10 aa5968d388b8: Preparing 05:46:10 ba40ab49789d: Layer already exists 05:46:10 aa5968d388b8: Layer already exists 05:46:10 6f53afdaba99: Layer already exists 05:46:10 e22bbb4f9e23: Layer already exists 05:46:10 b5cf82fddac4: Layer already exists 05:46:10 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:32ef87cc9a1d4d47624f983f6b8427e91f8617588fb065918afdc1edcd2d28c3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:10 ba40ab49789d: Preparing 05:46:10 e22bbb4f9e23: Preparing 05:46:10 b5cf82fddac4: Preparing 05:46:10 6f53afdaba99: Preparing 05:46:10 aa5968d388b8: Preparing 05:46:10 ba40ab49789d: Layer already exists 05:46:10 b5cf82fddac4: Layer already exists 05:46:10 e22bbb4f9e23: Layer already exists 05:46:10 6f53afdaba99: Layer already exists 05:46:10 aa5968d388b8: Layer already exists 05:46:10 main: digest: sha256:32ef87cc9a1d4d47624f983f6b8427e91f8617588fb065918afdc1edcd2d28c3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:46:10 ===================================================== [Pipeline] echo 05:46:10 taggedImages: 05:46:10 - nexus3.edgexfoundry.org:10004/support-scheduler:0ed1034b3ab63d116b0414f8674ebacfe755126e 05:46:10 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:46:10 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.69 05:46:10 - nexus3.edgexfoundry.org:10004/support-scheduler:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 05:46:10 - 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] } 05:47:02 Removing intermediate container 75b2f4f2c8ff 05:47:02 ---> bb9d8523f6d7 05:47:02 Step 8/22 : COPY . . 05:47:02 Removing intermediate container f531d6c453d0 05:47:02 ---> f1098587db70 05:47:02 Step 8/24 : COPY . . 05:47:02 Removing intermediate container 96b7599c9a2f 05:47:02 ---> a885d89f55bb 05:47:02 Step 7/24 : COPY . . 05:47:02 Removing intermediate container 8986e0e8a432 05:47:02 ---> 2fc12afd377c 05:47:02 Step 7/21 : COPY . . 05:47:02 Removing intermediate container 811fc91189a8 05:47:02 ---> 8ea511fc71dd 05:47:02 Step 8/22 : COPY . . 05:47:02 ---> e441159b77bb 05:47:02 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:47:02 ---> 94ab218d2838 05:47:02 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 05:47:02 ---> Running in 45736e38cb63 05:47:02 ---> Running in 64bc23b907eb 05:47:02 ---> 18a603dc1526 05:47:02 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 05:47:02 ---> 639826f3e945 05:47:02 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 05:47:02 ---> bbc729dbea9c 05:47:02 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:47:02 ---> Running in 4ae49b755b9d 05:47:02 ---> Running in cbe005d2e362 05:47:02 ---> Running in 728b305b423b 05:47:02 Removing intermediate container 64bc23b907eb 05:47:02 ---> 0fec0da72683 05:47:02 Step 9/24 : WORKDIR /edgex-go/spire-build 05:47:02 ---> Running in d69241a6f149 05:47:02 Removing intermediate container d69241a6f149 05:47:02 ---> 5d82e8b5ab56 05:47:02 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:47:02 ---> Running in 746625b041e2 05:47:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:47:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:47:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:47:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:47:06 Removing intermediate container 746625b041e2 05:47:06 ---> 7e2b44c880e9 05:47:06 Step 11/24 : WORKDIR /edgex-go 05:47:06 ---> Running in a036b53bbd43 05:47:07 Removing intermediate container a036b53bbd43 05:47:07 ---> e73bcff450c9 05:47:07 05:47:07 Step 12/24 : FROM alpine:3.15 05:47:07 3.15: Pulling from library/alpine 05:47:09 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 05:47:09 Status: Downloaded newer image for alpine:3.15 05:47:09 ---> 354640af7b1b 05:47:09 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:47:09 ---> Running in 6175520ee065 05:47:11 Removing intermediate container 6175520ee065 05:47:11 ---> e2359546833c 05:47:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:47:11 ---> Running in 35dda7b5ab25 05:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:47:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:47:16 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:47:16 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:47:16 OK: 15734 distinct packages available 05:47:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:47:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:47:20 (1/5) Installing dumb-init (1.2.5-r1) 05:47:20 (2/5) Installing musl-obstack (1.2.3-r0) 05:47:20 (3/5) Installing libucontext (1.1-r0) 05:47:20 (4/5) Installing gcompat (1.0.0-r4) 05:47:20 (5/5) Installing openssl (1.1.1t-r1) 05:47:20 Executing busybox-1.34.1-r7.trigger 05:47:20 OK: 6 MiB in 19 packages 05:47:24 Removing intermediate container 35dda7b5ab25 05:47:24 ---> 30b8efa0dfbe 05:47:24 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 05:47:31 ---> adf2b15d247a 05:47:31 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:47:38 ---> 9873d46f9c53 05:47:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:47:38 ---> 9cb218272791 05:47:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:47:39 ---> 8e2e6b70ccee 05:47:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:47:39 ---> 2efc8fcba297 05:47:39 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:47:39 ---> Running in 40829fb40c89 05:47:40 Removing intermediate container 40829fb40c89 05:47:40 ---> ba76f192dfe0 05:47:40 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:47:40 ---> Running in 9af7d259d2cd 05:47:41 Removing intermediate container 9af7d259d2cd 05:47:41 ---> 31d2388c8a68 05:47:41 Step 22/24 : LABEL arch=arm64 05:47:41 ---> Running in 371182924d7b 05:47:42 Removing intermediate container 371182924d7b 05:47:42 ---> aa1d0dc2ddfb 05:47:42 Step 23/24 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:47:42 ---> Running in a7ad5a82e802 05:47:43 Removing intermediate container a7ad5a82e802 05:47:43 ---> 237551266d7a 05:47:43 Step 24/24 : LABEL version=3.0.0-dev.69 05:47:43 ---> Running in 906273861d2d 05:47:43 Removing intermediate container 906273861d2d 05:47:43 ---> 9af644944f24 05:47:43 05:47:43 Successfully built 9af644944f24 05:47:43 Successfully tagged security-spire-agent-arm64:latest 05:47:43  Building security-spire-agent ... done Building support-notifications 05:47:48 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:47:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:47:48 ---> b0939b04064a 05:47:48 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:47:48 ---> Using cache 05:47:48 ---> 0521c6038fca 05:47:48 Step 4/22 : WORKDIR /edgex-go 05:47:48 ---> Using cache 05:47:48 ---> 652bd8341025 05:47:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 05:47:48 ---> Running in 565b2245ac9f 05:47:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:47:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:47:52 OK: 221 MiB in 51 packages 05:47:53 Removing intermediate container 565b2245ac9f 05:47:53 ---> fd5eeef5b632 05:47:53 Step 6/22 : COPY go.mod vendor* ./ 05:47:54 ---> 48e730fb554f 05:47:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:47:54 ---> Running in db12baf321eb 05:49:31 Removing intermediate container db12baf321eb 05:49:31 ---> 8c1acb8ca86d 05:49:31 Step 8/22 : COPY . . 05:49:33 ---> 591c0a392264 05:49:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 05:49:33 ---> Running in b3ff0fbcf0c9 05:49:36 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:53:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:54:13 Removing intermediate container 728b305b423b 05:54:13 ---> 4610a3ecaf7d 05:54:13 05:54:13 Step 9/21 : FROM alpine:3.16 05:54:13 3.16: Pulling from library/alpine 05:54:14 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 05:54:14 Status: Downloaded newer image for alpine:3.16 05:54:14 ---> 4c81e5bf8899 05:54:14 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 05:54:14 ---> Running in 27a95d355cb1 05:54:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:54:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:54:18 (1/6) Installing ca-certificates (20220614-r0) 05:54:18 (2/6) Installing brotli-libs (1.0.9-r6) 05:54:18 (3/6) Installing nghttp2-libs (1.47.0-r0) 05:54:18 (4/6) Installing libcurl (7.83.1-r6) 05:54:18 (5/6) Installing curl (7.83.1-r6) 05:54:18 (6/6) Installing dumb-init (1.2.5-r1) 05:54:18 Executing busybox-1.35.0-r17.trigger 05:54:18 Executing ca-certificates-20220614-r0.trigger 05:54:19 OK: 8 MiB in 20 packages 05:54:21 Removing intermediate container 27a95d355cb1 05:54:21 ---> 47bd8eb972d3 05:54:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:54:21 ---> Running in 80fb84c95ca2 05:54:22 Removing intermediate container 80fb84c95ca2 05:54:22 ---> a3b6e64a9d82 05:54:22 Step 12/21 : WORKDIR /edgex 05:54:22 ---> Running in 8bfe4a74f8f1 05:54:22 Removing intermediate container 8bfe4a74f8f1 05:54:22 ---> 35c923f21ca3 05:54:22 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:54:24 ---> 9e460127de6c 05:54:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:54:27 ---> c83ab189c7c9 05:54:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:54:30 ---> 4b67908985f1 05:54:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:54:31 ---> 980901bae18d 05:54:31 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:54:31 ---> Running in c3f0b62fc0aa 05:54:37 Removing intermediate container c3f0b62fc0aa 05:54:37 ---> 1d82aa34148d 05:54:37 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 05:54:37 ---> Running in adaca603759e 05:54:37 Removing intermediate container adaca603759e 05:54:37 ---> e561ef65ab01 05:54:37 Step 19/21 : LABEL arch=arm64 05:54:37 Removing intermediate container 45736e38cb63 05:54:37 ---> d5f891fec68e 05:54:37 05:54:37 Step 10/22 : FROM alpine:3.16 05:54:37 ---> 4c81e5bf8899 05:54:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 05:54:37 ---> Running in 5bf51af8701a 05:54:37 ---> Running in 2e44b801351c 05:54:38 Removing intermediate container 5bf51af8701a 05:54:38 ---> aa540d48cb39 05:54:38 Step 12/22 : RUN apk add --update --no-cache dumb-init 05:54:38 ---> Running in 565740267eb8 05:54:38 Removing intermediate container 2e44b801351c 05:54:38 ---> 0a8e9462f256 05:54:38 Step 20/21 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:54:39 ---> Running in f02421356f5e 05:54:40 Removing intermediate container f02421356f5e 05:54:40 ---> 2091b2564487 05:54:40 Step 21/21 : LABEL version=3.0.0-dev.69 05:54:40 ---> Running in 59f0fc8cd581 05:54:41 Removing intermediate container 59f0fc8cd581 05:54:41 ---> 9021289f3794 05:54:41 05:54:41 Successfully built 9021289f3794 05:54:41 Successfully tagged security-proxy-setup-arm64:latest 05:54:41  Building security-proxy-setup ... done Building security-spire-server 05:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:54:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:54:43 (1/1) Installing dumb-init (1.2.5-r1) 05:54:43 Executing busybox-1.35.0-r17.trigger 05:54:43 OK: 5 MiB in 15 packages 05:54:45 Removing intermediate container 565740267eb8 05:54:45 ---> 1aa841a686f7 05:54:45 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:54:46 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:54:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:54:46 ---> b0939b04064a 05:54:46 Step 3/23 : WORKDIR /edgex-go 05:54:46 ---> Using cache 05:54:46 ---> a8925ba8f57a 05:54:46 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 05:54:46 ---> Running in 0be44da53e97 05:54:47 ---> 364f9a86593f 05:54:47 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:54:49 ---> 4f86091ea69a 05:54:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:54:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:54:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:54:51 ---> 04ef765387a4 05:54:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:54:52 ---> 2946a6568fd8 05:54:52 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:54:52 ---> Running in 05f88ea8a9a7 05:54:53 OK: 221 MiB in 51 packages 05:54:55 Removing intermediate container 0be44da53e97 05:54:55 ---> f6eb63583798 05:54:55 Step 5/23 : COPY go.mod vendor* ./ 05:54:56 Removing intermediate container 05f88ea8a9a7 05:54:56 ---> f2354dacd2fd 05:54:56 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 05:54:56 ---> Running in 8ca6980aea1e 05:54:56 ---> 313d0e22b2d0 05:54:56 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:54:56 Removing intermediate container 8ca6980aea1e 05:54:56 ---> cd993cb2a527 05:54:56 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 05:54:57 ---> Running in 9ade86e98faf 05:54:57 ---> Running in b497deabe16e 05:54:58 Removing intermediate container b497deabe16e 05:54:58 ---> 63eddd22d438 05:54:58 Step 20/22 : LABEL arch=arm64 05:54:58 ---> Running in b416afe9b9e4 05:54:59 Removing intermediate container b416afe9b9e4 05:54:59 ---> 7ad0cc9bdb00 05:54:59 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:54:59 ---> Running in d47c2feedd00 05:54:59 Removing intermediate container d47c2feedd00 05:54:59 ---> 9ad510eae0cc 05:54:59 Step 22/22 : LABEL version=3.0.0-dev.69 05:54:59 ---> Running in a68be698d0f5 05:55:00 Removing intermediate container a68be698d0f5 05:55:00 ---> 712413c42ac7 05:55:00 05:55:00 Successfully built 712413c42ac7 05:55:00 Successfully tagged core-common-config-bootstrapper-arm64:latest 05:55:00  Building core-common-config-bootstrapper ... done Building core-command 05:55:04 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:55:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:55:04 ---> b0939b04064a 05:55:04 Step 3/23 : ARG ADD_BUILD_TAGS="" 05:55:04 ---> Using cache 05:55:04 ---> 0521c6038fca 05:55:04 Step 4/23 : WORKDIR /edgex-go 05:55:04 ---> Using cache 05:55:04 ---> 652bd8341025 05:55:04 Step 5/23 : RUN apk add --update --no-cache make git 05:55:04 ---> Using cache 05:55:04 ---> cfc121c39ceb 05:55:04 Step 6/23 : COPY go.mod vendor* ./ 05:55:04 ---> Using cache 05:55:04 ---> 1c6e35c94c13 05:55:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:55:04 ---> Using cache 05:55:04 ---> f1098587db70 05:55:04 Step 8/23 : COPY . . 05:55:04 ---> Using cache 05:55:04 ---> 18a603dc1526 05:55:04 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 05:55:04 ---> Running in 7e32b7623d0e 05:55:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:55:17 Removing intermediate container 4ae49b755b9d 05:55:17 ---> bdaf13bcdf8d 05:55:17 05:55:17 Step 10/22 : FROM alpine:3.16 05:55:17 ---> 4c81e5bf8899 05:55:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:55:17 ---> Running in d3a721d9634a 05:55:20 Removing intermediate container d3a721d9634a 05:55:20 ---> 92b0ffa41533 05:55:20 Step 12/22 : ENV APP_PORT=59880 05:55:20 ---> Running in a2f08cdea854 05:55:21 Removing intermediate container a2f08cdea854 05:55:21 ---> 27988cb11098 05:55:21 Step 13/22 : EXPOSE $APP_PORT 05:55:21 ---> Running in 9cf0b1fa1feb 05:55:22 Removing intermediate container 9cf0b1fa1feb 05:55:22 ---> fb9317f05b77 05:55:22 Step 14/22 : RUN apk add --update --no-cache dumb-init 05:55:22 ---> Running in 900595279d94 05:55:24 Removing intermediate container cbe005d2e362 05:55:24 ---> 11bdfa11e9c0 05:55:24 05:55:24 Step 10/24 : FROM alpine:3.16 05:55:24 ---> 4c81e5bf8899 05:55:24 Step 11/24 : RUN apk add --update --no-cache dumb-init 05:55:24 ---> Running in d100f90990ab 05:55:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:55:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:55:27 (1/1) Installing dumb-init (1.2.5-r1) 05:55:27 Executing busybox-1.35.0-r17.trigger 05:55:27 OK: 5 MiB in 15 packages 05:55:28 (1/1) Installing dumb-init (1.2.5-r1) 05:55:28 Executing busybox-1.35.0-r17.trigger 05:55:28 OK: 5 MiB in 15 packages 05:55:29 Removing intermediate container 900595279d94 05:55:29 ---> 8acd45d8f238 05:55:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:55:30 Removing intermediate container d100f90990ab 05:55:30 ---> f2f32c136878 05:55:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:55:30 ---> b2b70fc34423 05:55:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:55:30 ---> Running in f7e1810a87fb 05:55:31 Removing intermediate container f7e1810a87fb 05:55:31 ---> 6a991f7fbe70 05:55:31 Step 13/24 : ENV APP_PORT=59881 05:55:31 ---> Running in 465cb8cc3798 05:55:32 Removing intermediate container 465cb8cc3798 05:55:32 ---> 508d5587590d 05:55:32 Step 14/24 : EXPOSE $APP_PORT 05:55:32 ---> Running in 0aa34f4e8131 05:55:33 ---> 9b2a3ee80f19 05:55:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:55:33 Removing intermediate container 0aa34f4e8131 05:55:33 ---> 98422f19c7e9 05:55:33 Step 15/24 : WORKDIR / 05:55:33 ---> Running in 3708160b90fc 05:55:34 Removing intermediate container 3708160b90fc 05:55:34 ---> 95b4b58e0209 05:55:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 05:55:34 ---> 242ede2ad7b4 05:55:34 Step 18/22 : ENTRYPOINT ["/core-data"] 05:55:34 ---> Running in b51465f8abdd 05:55:35 Removing intermediate container b51465f8abdd 05:55:35 ---> b6d35791bd7e 05:55:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:55:35 ---> 60a011431c82 05:55:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:55:35 ---> Running in 4147bc787b5e 05:55:36 Removing intermediate container 4147bc787b5e 05:55:36 ---> b7af24a6289c 05:55:36 Step 20/22 : LABEL arch=arm64 05:55:37 ---> Running in 47d3529b42bf 05:55:38 Removing intermediate container 47d3529b42bf 05:55:38 ---> 594b856e9f91 05:55:38 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:55:38 ---> Running in d15cdaa91ebe 05:55:38 ---> 3f3c8d9fd156 05:55:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:55:39 Removing intermediate container d15cdaa91ebe 05:55:39 ---> acba25204952 05:55:39 Step 22/22 : LABEL version=3.0.0-dev.69 05:55:39 ---> Running in 00cdc14d8d31 05:55:40 ---> ac83bd2f3e30 05:55:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 05:55:40 Removing intermediate container 00cdc14d8d31 05:55:40 ---> 068379101787 05:55:40 05:55:40 Successfully built 068379101787 05:55:40 Successfully tagged core-data-arm64:latest 05:55:40  Building core-data ... done Building security-secretstore-setup 05:55:41 ---> bf5ac0cdfa0e 05:55:41 Step 20/24 : ENTRYPOINT ["/core-metadata"] 05:55:41 ---> Running in bba8dfbd6165 05:55:41 Removing intermediate container bba8dfbd6165 05:55:41 ---> 17232a96f33a 05:55:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:55:42 ---> Running in b7ec005001ec 05:55:42 Removing intermediate container b7ec005001ec 05:55:42 ---> 24eb4a62ae82 05:55:42 Step 22/24 : LABEL arch=arm64 05:55:42 ---> Running in 8cca661aa4ed 05:55:43 Removing intermediate container 8cca661aa4ed 05:55:43 ---> 4840f3fe0aa7 05:55:43 Step 23/24 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:55:43 ---> Running in 2fbe62ae7ad4 05:55:43 Removing intermediate container 2fbe62ae7ad4 05:55:43 ---> d9eb4103ce3e 05:55:43 Step 24/24 : LABEL version=3.0.0-dev.69 05:55:44 ---> Running in c41caf39176b 05:55:45 Removing intermediate container c41caf39176b 05:55:45 ---> 43c5079e80e9 05:55:45 05:55:45 Successfully built 43c5079e80e9 05:55:45 Successfully tagged core-metadata-arm64:latest 05:55:45  Building core-metadata ... done Building security-spiffe-token-provider 05:55:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:55:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:55:45 ---> b0939b04064a 05:55:45 Step 3/24 : WORKDIR /edgex-go 05:55:45 ---> Using cache 05:55:45 ---> a8925ba8f57a 05:55:45 Step 4/24 : RUN apk add --update --no-cache make git 05:55:45 ---> Using cache 05:55:45 ---> c44ab0e931fd 05:55:45 Step 5/24 : COPY go.mod vendor* ./ 05:55:45 ---> Using cache 05:55:45 ---> 4e1b52494f3b 05:55:45 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:55:45 ---> Using cache 05:55:45 ---> 2fc12afd377c 05:55:45 Step 7/24 : COPY . . 05:55:45 ---> Using cache 05:55:45 ---> bbc729dbea9c 05:55:45 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:55:46 ---> Running in eafacccc19ba 05:55:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:55:50 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:55:50 Step 2/19 : FROM ${BUILDER_BASE} AS builder 05:55:50 ---> b0939b04064a 05:55:50 Step 3/19 : WORKDIR /edgex-go 05:55:50 ---> Using cache 05:55:50 ---> a8925ba8f57a 05:55:50 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 05:55:50 ---> Running in 38a52522c615 05:55:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:55:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:55:54 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 05:55:54 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 05:55:54 OK: 16903 distinct packages available 05:55:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:55:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:55:56 OK: 221 MiB in 51 packages 05:55:58 Removing intermediate container 38a52522c615 05:55:58 ---> 26202308da9c 05:55:58 Step 5/19 : COPY go.mod vendor* ./ 05:55:59 ---> 326e23ba6c66 05:55:59 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:55:59 ---> Running in 624224c61bb1 05:56:56 Removing intermediate container 9ade86e98faf 05:56:56 ---> 063de562e790 05:56:56 Step 7/23 : COPY . . 05:56:56 ---> 3663be8c36d1 05:56:56 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 05:56:56 ---> Running in d2b347bb1dbc 05:56:56 Removing intermediate container d2b347bb1dbc 05:56:56 ---> 8e64329b70f3 05:56:56 Step 9/23 : WORKDIR /edgex-go/spire-build 05:56:56 ---> Running in 1ff8ad60e235 05:56:56 Removing intermediate container 1ff8ad60e235 05:56:56 ---> b3578f7ade2b 05:56:56 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:56:56 ---> Running in 1d6c3765f68d 05:56:56 Removing intermediate container 1d6c3765f68d 05:56:56 ---> be465bb42a68 05:56:56 Step 11/23 : WORKDIR /edgex-go 05:56:56 ---> Running in 36534b1a7950 05:56:56 Removing intermediate container 36534b1a7950 05:56:56 ---> 9a6912cb1b76 05:56:56 05:56:56 Step 12/23 : FROM alpine:3.15 05:56:56 ---> 354640af7b1b 05:56:56 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:56:56 ---> Using cache 05:56:56 ---> e2359546833c 05:56:56 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:56:56 ---> Using cache 05:56:56 ---> 30b8efa0dfbe 05:56:56 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:57:03 ---> 9716ef8d7960 05:57:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:57:04 ---> 36b41c842c7f 05:57:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:57:05 ---> 051ba2a42474 05:57:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:57:06 ---> 68e41d25a62e 05:57:06 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:57:06 ---> Running in 8c921855b335 05:57:06 Removing intermediate container 8c921855b335 05:57:06 ---> f7efdd8ef674 05:57:06 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:57:06 ---> Running in ecc573121a2e 05:57:07 Removing intermediate container ecc573121a2e 05:57:07 ---> 9b32696cefb7 05:57:07 Step 21/23 : LABEL arch=arm64 05:57:07 ---> Running in a2ba1703981b 05:57:08 Removing intermediate container a2ba1703981b 05:57:08 ---> 2591bdf5d97e 05:57:08 Step 22/23 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:57:08 ---> Running in 0e0a2d93ffd5 05:57:09 Removing intermediate container 0e0a2d93ffd5 05:57:09 ---> b05c4130879e 05:57:09 Step 23/23 : LABEL version=3.0.0-dev.69 05:57:09 ---> Running in a6fde976eff5 05:57:09 Removing intermediate container a6fde976eff5 05:57:09 ---> ce0f091058f0 05:57:09 05:57:09 Successfully built ce0f091058f0 05:57:09 Successfully tagged security-spire-server-arm64:latest 05:57:09 Building security-spire-config 05:57:14  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:57:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:57:14 ---> b0939b04064a 05:57:14 Step 3/24 : WORKDIR /edgex-go 05:57:14 ---> Using cache 05:57:14 ---> a8925ba8f57a 05:57:14 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 05:57:14 ---> Using cache 05:57:14 ---> f6eb63583798 05:57:14 Step 5/24 : COPY go.mod vendor* ./ 05:57:14 ---> Using cache 05:57:14 ---> 313d0e22b2d0 05:57:14 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:57:14 ---> Using cache 05:57:14 ---> 063de562e790 05:57:14 Step 7/24 : COPY . . 05:57:14 ---> Using cache 05:57:14 ---> 3663be8c36d1 05:57:14 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 05:57:14 ---> Using cache 05:57:14 ---> 8e64329b70f3 05:57:14 Step 9/24 : WORKDIR /edgex-go/spire-build 05:57:14 ---> Using cache 05:57:14 ---> b3578f7ade2b 05:57:14 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:57:14 ---> Running in d285fda293df 05:57:18 Removing intermediate container d285fda293df 05:57:18 ---> 8f3ebb178f55 05:57:18 Step 11/24 : WORKDIR /edgex-go 05:57:18 ---> Running in 88a17eaa18ea 05:57:18 Removing intermediate container 88a17eaa18ea 05:57:18 ---> c742d77f1ad8 05:57:18 05:57:18 Step 12/24 : FROM alpine:3.15 05:57:18 ---> 354640af7b1b 05:57:18 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:57:18 ---> Using cache 05:57:18 ---> e2359546833c 05:57:18 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 05:57:18 ---> Running in 400dab2c73f6 05:57:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:57:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:57:24 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:57:24 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:57:24 OK: 15734 distinct packages available 05:57:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:57:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:57:26 (1/4) Installing dumb-init (1.2.5-r1) 05:57:26 (2/4) Installing musl-obstack (1.2.3-r0) 05:57:26 (3/4) Installing libucontext (1.1-r0) 05:57:26 (4/4) Installing gcompat (1.0.0-r4) 05:57:26 Executing busybox-1.34.1-r7.trigger 05:57:26 OK: 6 MiB in 18 packages 05:57:29 Removing intermediate container 400dab2c73f6 05:57:29 ---> 0d3b66edae0a 05:57:29 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:57:42 ---> f6c943b98f0a 05:57:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:57:42 ---> f8e332a18924 05:57:42 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 05:57:42 ---> Running in c19785123055 05:57:42 Removing intermediate container c19785123055 05:57:42 ---> 8f52c9d62423 05:57:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:57:45 ---> 939ee1384006 05:57:45 Step 19/24 : WORKDIR / 05:57:45 ---> Running in 4f0a9ba27add 05:57:46 Removing intermediate container 4f0a9ba27add 05:57:46 ---> c239d57a634a 05:57:46 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:57:46 ---> Running in 4649fc68aafa 05:57:47 Removing intermediate container 4649fc68aafa 05:57:47 ---> 29a6370aa8b2 05:57:47 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:57:48 ---> Running in 5794ca080da6 05:57:48 Removing intermediate container 5794ca080da6 05:57:48 ---> 2bd5ed1edf4f 05:57:48 Step 22/24 : LABEL arch=arm64 05:57:49 ---> Running in 3534b5517f63 05:57:50 Removing intermediate container 3534b5517f63 05:57:50 ---> f4c12305ef8f 05:57:50 Step 23/24 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 05:57:50 ---> Running in 4437982aecb5 05:57:51 Removing intermediate container 4437982aecb5 05:57:51 ---> 116867f4cd93 05:57:51 Step 24/24 : LABEL version=3.0.0-dev.69 05:57:51 ---> Running in b6233bb69b47 05:57:52 Removing intermediate container b6233bb69b47 05:57:52 ---> d9a837c19f91 05:57:52 05:57:52 Successfully built d9a837c19f91 05:57:52 Successfully tagged security-spire-config-arm64:latest 05:57:52  Building security-spire-config ... done Building support-scheduler 05:57:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:57:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:57:58 ---> b0939b04064a 05:57:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:57:58 ---> Using cache 05:57:58 ---> 0521c6038fca 05:57:58 Step 4/22 : WORKDIR /edgex-go 05:57:58 ---> Using cache 05:57:58 ---> 652bd8341025 05:57:58 Step 5/22 : RUN apk add --update --no-cache make git 05:57:58 ---> Using cache 05:57:58 ---> cfc121c39ceb 05:57:58 Step 6/22 : COPY go.mod vendor* ./ 05:57:58 ---> Using cache 05:57:58 ---> 1c6e35c94c13 05:57:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:57:58 ---> Using cache 05:57:58 ---> f1098587db70 05:57:58 Step 8/22 : COPY . . 05:57:58 ---> Using cache 05:57:58 ---> 18a603dc1526 05:57:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:57:58 ---> Running in b8c1a177ed9b 05:58:01 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:58:04 Removing intermediate container 624224c61bb1 05:58:04 ---> 26dcce0f1d5c 05:58:04 Step 7/19 : COPY . . 05:58:08 ---> 2188e50ac7a1 05:58:08 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:58:08 ---> Running in d96132fada95 05:58:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:00:31 Removing intermediate container b3ff0fbcf0c9 06:00:31 ---> ae8e9a4570de 06:00:31 06:00:31 Step 10/22 : FROM alpine:3.16 06:00:31 ---> 4c81e5bf8899 06:00:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:00:31 ---> Running in 8a3d673ae530 06:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:00:31 (1/2) Installing ca-certificates (20220614-r0) 06:00:31 (2/2) Installing dumb-init (1.2.5-r1) 06:00:31 Executing busybox-1.35.0-r17.trigger 06:00:31 Executing ca-certificates-20220614-r0.trigger 06:00:31 OK: 6 MiB in 16 packages 06:00:31 Removing intermediate container 8a3d673ae530 06:00:31 ---> 0f8af672c076 06:00:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:00:31 ---> Running in 7bac852e56d1 06:00:31 Removing intermediate container 7bac852e56d1 06:00:31 ---> 8e53f77da4e5 06:00:31 Step 13/22 : ENV APP_PORT=59860 06:00:31 ---> Running in 403a8f229d09 06:00:31 Removing intermediate container 403a8f229d09 06:00:31 ---> b9efef279625 06:00:31 Step 14/22 : EXPOSE $APP_PORT 06:00:31 ---> Running in 231c5a993ae0 06:00:31 Removing intermediate container 231c5a993ae0 06:00:31 ---> be640261fd1a 06:00:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:00:33 ---> 83aeb8881d81 06:00:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:00:35 ---> a03b33247717 06:00:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:00:36 ---> e30f482fbde2 06:00:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:00:36 ---> Running in 1a7875f33f16 06:00:37 Removing intermediate container 1a7875f33f16 06:00:37 ---> 58c8618122af 06:00:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:00:37 ---> Running in ef21e3917a3d 06:00:37 Removing intermediate container ef21e3917a3d 06:00:37 ---> a8d5913045a5 06:00:37 Step 20/22 : LABEL arch=arm64 06:00:37 ---> Running in 8a75e5c67a8f 06:00:38 Removing intermediate container 8a75e5c67a8f 06:00:38 ---> 90c70c49eb6d 06:00:38 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 06:00:38 ---> Running in 5f56f86a3c81 06:00:39 Removing intermediate container 5f56f86a3c81 06:00:39 ---> d93b7be78b95 06:00:39 Step 22/22 : LABEL version=3.0.0-dev.69 06:00:39 ---> Running in d862de48f309 06:00:39 Removing intermediate container d862de48f309 06:00:39 ---> 71d8d5e1fe19 06:00:39 06:00:39 Successfully built 71d8d5e1fe19 06:00:39 Successfully tagged support-notifications-arm64:latest 06:00:39  Building support-notifications ... done Building security-bootstrapper 06:00:43 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:00:43 Step 2/32 : FROM ${BUILDER_BASE} AS builder 06:00:43 ---> b0939b04064a 06:00:43 Step 3/32 : WORKDIR /edgex-go 06:00:43 ---> Using cache 06:00:43 ---> a8925ba8f57a 06:00:43 Step 4/32 : RUN apk add --update --no-cache make git 06:00:43 ---> Using cache 06:00:43 ---> c44ab0e931fd 06:00:43 Step 5/32 : COPY go.mod vendor* ./ 06:00:43 ---> Using cache 06:00:43 ---> 4e1b52494f3b 06:00:43 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:43 ---> Using cache 06:00:43 ---> 2fc12afd377c 06:00:43 Step 7/32 : COPY . . 06:00:43 ---> Using cache 06:00:43 ---> bbc729dbea9c 06:00:43 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:00:43 ---> Running in e181b73f9778 06:00:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:02:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:02:38 Removing intermediate container 7e32b7623d0e 06:02:38 ---> 2e2fd7f2b688 06:02:38 06:02:38 Step 10/23 : FROM alpine:3.16 06:02:38 ---> 4c81e5bf8899 06:02:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:02:38 ---> Using cache 06:02:38 ---> f2f32c136878 06:02:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:02:38 ---> Using cache 06:02:38 ---> 6a991f7fbe70 06:02:38 Step 13/23 : ENV APP_PORT=59882 06:02:38 ---> Running in 3d21c4dea990 06:02:38 Removing intermediate container 3d21c4dea990 06:02:38 ---> b3d4c09e8e63 06:02:38 Step 14/23 : EXPOSE $APP_PORT 06:02:38 ---> Running in 3d5af87a8bea 06:02:38 Removing intermediate container 3d5af87a8bea 06:02:38 ---> 37064183267c 06:02:38 Step 15/23 : WORKDIR / 06:02:38 ---> Running in f5c476671457 06:02:39 Removing intermediate container f5c476671457 06:02:39 ---> cfd1263696cf 06:02:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:02:40 ---> b254b51f3068 06:02:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:02:41 ---> 088ee448794a 06:02:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:02:42 ---> 83f246ce61e7 06:02:42 Step 19/23 : ENTRYPOINT ["/core-command"] 06:02:42 ---> Running in fe829c3d194a 06:02:43 Removing intermediate container fe829c3d194a 06:02:43 ---> 145fae4f0220 06:02:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:02:43 ---> Running in 401ac19247c4 06:02:44 Removing intermediate container 401ac19247c4 06:02:44 ---> 4c99d2538357 06:02:44 Step 21/23 : LABEL arch=arm64 06:02:44 ---> Running in fdbd58b1a52c 06:02:44 Removing intermediate container fdbd58b1a52c 06:02:44 ---> 8bc7b42d3e55 06:02:44 Step 22/23 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 06:02:45 ---> Running in 9ad9085a3760 06:02:45 Removing intermediate container 9ad9085a3760 06:02:45 ---> 5aa6646b0ff3 06:02:45 Step 23/23 : LABEL version=3.0.0-dev.69 06:02:46 ---> Running in 4fecc3b975fb 06:02:46 Removing intermediate container 4fecc3b975fb 06:02:46 ---> c5efa1210665 06:02:46 06:02:46 Successfully built c5efa1210665 06:02:46 Successfully tagged core-command-arm64:latest 06:02:46  Building core-command ... done Building security-proxy-auth 06:02:53 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:02:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:02:53 ---> b0939b04064a 06:02:53 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:02:53 ---> Using cache 06:02:53 ---> 0521c6038fca 06:02:53 Step 4/22 : WORKDIR /edgex-go 06:02:53 ---> Using cache 06:02:53 ---> 652bd8341025 06:02:53 Step 5/22 : RUN apk add --update --no-cache make git 06:02:53 ---> Using cache 06:02:53 ---> cfc121c39ceb 06:02:53 Step 6/22 : COPY go.mod vendor* ./ 06:02:53 ---> Using cache 06:02:53 ---> 1c6e35c94c13 06:02:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:02:53 ---> Using cache 06:02:53 ---> f1098587db70 06:02:53 Step 8/22 : COPY . . 06:02:53 ---> Using cache 06:02:53 ---> 18a603dc1526 06:02:53 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:02:53 ---> Running in 219a4cee029c 06:02:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.69" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:02:57 Removing intermediate container eafacccc19ba 06:02:57 ---> 91b0c7677159 06:02:57 06:02:57 Step 9/24 : FROM alpine:3.16 06:02:57 ---> 4c81e5bf8899 06:02:57 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 06:02:57 ---> Running in e6c8af761ff6 06:02:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:02:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:03:01 (1/3) Installing ca-certificates (20220614-r0) 06:03:01 (2/3) Installing dumb-init (1.2.5-r1) 06:03:01 (3/3) Installing su-exec (0.2-r1) 06:03:01 Executing busybox-1.35.0-r17.trigger 06:03:01 Executing ca-certificates-20220614-r0.trigger 06:03:02 OK: 6 MiB in 17 packages 06:03:04 Removing intermediate container e6c8af761ff6 06:03:04 ---> 39f8475a73f9 06:03:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:03:04 ---> Running in 2be0faf5c068 06:03:05 Removing intermediate container 2be0faf5c068 06:03:05 ---> d26c40958447 06:03:05 Step 12/24 : WORKDIR / 06:03:05 ---> Running in ab5d7992c8b4 06:03:06 Removing intermediate container ab5d7992c8b4 06:03:06 ---> d78f7f0f28b7 06:03:06 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:03:07 ---> ede46ffd4edc 06:03:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:03:08 ---> bdfcaf86e73b 06:03:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:03:08 ---> b5c5e5a32ca3 06:03:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 06:03:09 ---> 2d0e2bee1e06 06:03:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:03:11 ---> 8d279e36769f 06:03:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:03:13 ---> 6e4029eacf8f 06:03:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:03:14 ---> 279c1f00a4b1 06:03:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:03:15 ---> Running in f999c5d7a356 06:03:19 Removing intermediate container f999c5d7a356 06:03:19 ---> 2dc72aef043c 06:03:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:03:19 ---> Running in 877123560f6c 06:03:19 Removing intermediate container 877123560f6c 06:03:19 ---> 3263e49feb5d 06:03:19 Step 22/24 : LABEL arch=arm64 06:03:19 ---> Running in 7d4f5f2b4977 06:03:20 Removing intermediate container 7d4f5f2b4977 06:03:20 ---> ee7b33f1677a 06:03:20 Step 23/24 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 06:03:20 ---> Running in 8e9b0ce7415d 06:03:20 Removing intermediate container 8e9b0ce7415d 06:03:20 ---> 95b0bf80f040 06:03:20 Step 24/24 : LABEL version=3.0.0-dev.69 06:03:20 ---> Running in cbfe4fce319b 06:03:21 Removing intermediate container cbfe4fce319b 06:03:21 ---> a86552a0f685 06:03:21 06:03:21 Successfully built a86552a0f685 06:03:21 Successfully tagged security-secretstore-setup-arm64:latest 06:07:28  Building security-secretstore-setup ... done Removing intermediate container d96132fada95 06:07:28 ---> bb3a874ad86f 06:07:28 06:07:28 Step 9/19 : FROM alpine:3.15 06:07:28 ---> 354640af7b1b 06:07:28 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:07:28 ---> Using cache 06:07:28 ---> e2359546833c 06:07:28 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:07:28 ---> Running in dd43f0d353bd 06:07:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:07:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:07:28 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 06:07:28 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 06:07:28 OK: 15734 distinct packages available 06:07:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:07:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:07:28 (1/9) Installing ca-certificates (20220614-r0) 06:07:28 (2/9) Installing brotli-libs (1.0.9-r5) 06:07:28 (3/9) Installing nghttp2-libs (1.46.0-r0) 06:07:28 (4/9) Installing libcurl (7.80.0-r6) 06:07:28 (5/9) Installing curl (7.80.0-r6) 06:07:28 (6/9) Installing dumb-init (1.2.5-r1) 06:07:28 (7/9) Installing musl-obstack (1.2.3-r0) 06:07:28 (8/9) Installing libucontext (1.1-r0) 06:07:28 (9/9) Installing gcompat (1.0.0-r4) 06:07:28 Executing busybox-1.34.1-r7.trigger 06:07:28 Executing ca-certificates-20220614-r0.trigger 06:07:28 OK: 8 MiB in 23 packages 06:07:28 Removing intermediate container dd43f0d353bd 06:07:28 ---> 27192252124f 06:07:28 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 06:07:28 ---> 1a653781283e 06:07:28 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:07:30 ---> d412e6fc01ab 06:07:30 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 06:07:31 ---> a82191b0ca04 06:07:31 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 06:07:31 ---> Running in 49045295eba5 06:07:32 Removing intermediate container 49045295eba5 06:07:32 ---> 39d5c0ef6b79 06:07:32 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:07:33 ---> Running in ac7cfedb794a 06:07:36 Removing intermediate container ac7cfedb794a 06:07:36 ---> bffcbeba06e2 06:07:36 Step 17/19 : LABEL arch=arm64 06:07:36 ---> Running in 463ee777ce4a 06:07:36 Removing intermediate container e181b73f9778 06:07:36 ---> 805334894963 06:07:36 06:07:36 Step 9/32 : FROM alpine:3.16 06:07:36 ---> 4c81e5bf8899 06:07:36 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:07:36 ---> Running in fa6f2696aadd 06:07:36 Removing intermediate container 463ee777ce4a 06:07:36 ---> cb7a3a6ec542 06:07:36 Step 18/19 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 06:07:37 ---> Running in ceb4123505b9 06:07:37 Removing intermediate container fa6f2696aadd 06:07:37 ---> c8627cc375a0 06:07:37 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 06:07:37 ---> Running in 33ef2a383669 06:07:37 Removing intermediate container ceb4123505b9 06:07:37 ---> 5cc0d8db0b1d 06:07:37 Step 19/19 : LABEL version=3.0.0-dev.69 06:07:38 ---> Running in d18945ecd352 06:07:38 Removing intermediate container d18945ecd352 06:07:38 ---> 0638c8f30393 06:07:38 06:07:39 Successfully built 0638c8f30393 06:07:39 Successfully tagged security-spiffe-token-provider-arm64:latest 06:07:40  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:07:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:07:41 (1/2) Installing dumb-init (1.2.5-r1) 06:07:41 (2/2) Installing su-exec (0.2-r1) 06:07:41 Executing busybox-1.35.0-r17.trigger 06:07:41 OK: 5 MiB in 16 packages 06:07:43 Removing intermediate container 33ef2a383669 06:07:43 ---> 25e8cd7707b1 06:07:43 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 06:07:43 ---> Running in f94d57ef2642 06:07:44 Removing intermediate container f94d57ef2642 06:07:44 ---> 4f8f8de39e3d 06:07:44 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 06:07:44 ---> Running in 568321ebfc12 06:07:45 Removing intermediate container 568321ebfc12 06:07:45 ---> 61e60625324a 06:07:45 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 06:07:45 ---> Running in 32a3d38ea075 06:07:45 Removing intermediate container 32a3d38ea075 06:07:45 ---> 7fac1ba0c1f2 06:07:45 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 06:07:45 ---> Running in f17fe1dfc757 06:07:46 Removing intermediate container f17fe1dfc757 06:07:46 ---> b85b792e68f0 06:07:46 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 06:07:46 ---> Running in a304e79d547f 06:07:49 Removing intermediate container a304e79d547f 06:07:49 ---> ac3883d4825e 06:07:49 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 06:07:49 ---> Running in e3971655caaf 06:07:50 Removing intermediate container e3971655caaf 06:07:50 ---> 6f1d66dc5e00 06:07:50 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 06:07:51 ---> b83c3236b6e8 06:07:51 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 06:07:51 ---> Running in 7c7839f988c2 06:07:54 Removing intermediate container 7c7839f988c2 06:07:54 ---> e5c444a22e0a 06:07:54 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 06:07:55 ---> ff372cc2fa1c 06:07:55 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:07:57 ---> 6d4018ed204b 06:07:57 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:07:59 ---> a00f4ce0943c 06:07:59 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:08:01 ---> 57797b5ef735 06:08:01 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 06:08:02 ---> c59d41f2306d 06:08:02 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 06:08:04 ---> 3677a9057b5e 06:08:04 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:08:05 ---> fa5d643b7d98 06:08:05 Step 27/32 : RUN chmod +x /entrypoint.sh 06:08:05 ---> Running in 46313060e1a0 06:08:08 Removing intermediate container 46313060e1a0 06:08:08 ---> 0c9bceb1b5a6 06:08:08 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 06:08:08 ---> Running in bbfa1031d426 06:08:08 Removing intermediate container bbfa1031d426 06:08:08 ---> 02d45fbfdbc1 06:08:08 Step 29/32 : CMD ["gate"] 06:08:09 ---> Running in aa48999c4dba 06:08:09 Removing intermediate container b8c1a177ed9b 06:08:09 ---> 59eea59e18e6 06:08:09 06:08:09 Step 10/22 : FROM alpine:3.16 06:08:09 ---> 4c81e5bf8899 06:08:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:08:09 ---> Using cache 06:08:09 ---> f2f32c136878 06:08:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:08:09 ---> Using cache 06:08:09 ---> 6a991f7fbe70 06:08:09 Step 13/22 : ENV APP_PORT=59861 06:08:09 ---> Running in 44644aa7fb38 06:08:09 Removing intermediate container aa48999c4dba 06:08:09 ---> 2c3369f29550 06:08:09 Step 30/32 : LABEL arch=arm64 06:08:09 ---> Running in f5322b74d865 06:08:10 Removing intermediate container 44644aa7fb38 06:08:10 ---> f13a3097bd73 06:08:10 Step 14/22 : EXPOSE $APP_PORT 06:08:10 ---> Running in 474f7caf7bf9 06:08:10 Removing intermediate container f5322b74d865 06:08:10 ---> 3737cc1d3947 06:08:10 Step 31/32 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:10 ---> Running in 07c7a237f8cd 06:08:10 Removing intermediate container 474f7caf7bf9 06:08:10 ---> a5b3697257e2 06:08:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:08:11 Removing intermediate container 07c7a237f8cd 06:08:11 ---> cd1e55c519cd 06:08:11 Step 32/32 : LABEL version=3.0.0-dev.69 06:08:11 ---> Running in eb85ec2fb76f 06:08:11 ---> 05d52829fe6a 06:08:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:08:11 Removing intermediate container eb85ec2fb76f 06:08:11 ---> 9eac0372eebb 06:08:11 06:08:11 Successfully built 9eac0372eebb 06:08:11 Successfully tagged security-bootstrapper-arm64:latest 06:08:13  Building security-bootstrapper ... done  ---> 8947589eb2ee 06:08:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:08:14 Removing intermediate container 219a4cee029c 06:08:14 ---> 6512c34a6092 06:08:14 06:08:14 Step 10/22 : FROM alpine:3.16 06:08:14 ---> 4c81e5bf8899 06:08:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:08:14 ---> Using cache 06:08:14 ---> aa540d48cb39 06:08:14 Step 12/22 : RUN apk add --update --no-cache dumb-init 06:08:14 ---> Using cache 06:08:14 ---> 1aa841a686f7 06:08:14 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:08:14 ---> Using cache 06:08:14 ---> 364f9a86593f 06:08:14 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:08:14 ---> e77df6941f6f 06:08:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:08:14 ---> Running in 56f0ec36ca89 06:08:15 Removing intermediate container 56f0ec36ca89 06:08:15 ---> a38e8e3dae66 06:08:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:08:15 ---> Running in c01596cacc11 06:08:15 ---> 06c535026603 06:08:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 06:08:15 Removing intermediate container c01596cacc11 06:08:15 ---> f92f5000ac5f 06:08:15 Step 20/22 : LABEL arch=arm64 06:08:15 ---> Running in 6e6f3f4a1c8b 06:08:15 Removing intermediate container 6e6f3f4a1c8b 06:08:15 ---> ae257b55ffd8 06:08:15 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:16 ---> Running in 3dfd288b25cc 06:08:16 ---> d9b29f5141de 06:08:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:08:16 Removing intermediate container 3dfd288b25cc 06:08:16 ---> 3631319b2ed3 06:08:16 Step 22/22 : LABEL version=3.0.0-dev.69 06:08:16 ---> Running in 93f73b69d778 06:08:16 ---> 42d83dcd442a 06:08:16 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:08:16 ---> Running in 44be5e1d2fc1 06:08:16 Removing intermediate container 93f73b69d778 06:08:16 ---> 1bacd63773fe 06:08:16 06:08:17 Successfully built 1bacd63773fe 06:08:17 Successfully tagged support-scheduler-arm64:latest 06:08:18  Building support-scheduler ... done Removing intermediate container 44be5e1d2fc1 06:08:18 ---> 6200b463521d 06:08:18 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 06:08:18 ---> Running in 4020820e5820 06:08:19 Removing intermediate container 4020820e5820 06:08:19 ---> 8e7f5f4b727d 06:08:19 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 06:08:19 ---> Running in 8bf004292f0d 06:08:19 Removing intermediate container 8bf004292f0d 06:08:19 ---> a6ad8d57b985 06:08:19 Step 20/22 : LABEL arch=arm64 06:08:19 ---> Running in d3ebbbc01240 06:08:20 Removing intermediate container d3ebbbc01240 06:08:20 ---> 1560697907ed 06:08:20 Step 21/22 : LABEL git_sha=0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:20 ---> Running in 15847cb2b9ee 06:08:20 Removing intermediate container 15847cb2b9ee 06:08:20 ---> c8533216ca7b 06:08:20 Step 22/22 : LABEL version=3.0.0-dev.69 06:08:20 ---> Running in 393d4e5f9448 06:08:20 Removing intermediate container 393d4e5f9448 06:08:20 ---> 43e165747bf2 06:08:20 06:08:21 Successfully built 43e165747bf2 06:08:21 Successfully tagged security-proxy-auth-arm64:latest 06:08:21  Building security-proxy-auth ... done  [Pipeline] } 06:08:21 $ docker stop --time=1 c8b6bd218fb8fc04224a5462562f84ae3a3c0580a8e302d0d5de84c21874492a 06:08:23 $ docker rm -f --volumes c8b6bd218fb8fc04224a5462562f84ae3a3c0580a8e302d0d5de84c21874492a [Pipeline] // withDockerContainer [Pipeline] sh 06:08:23 + docker images 06:08:24 REPOSITORY TAG IMAGE ID CREATED SIZE 06:08:24 security-proxy-auth-arm64 latest 43e165747bf2 3 seconds ago 15.6MB 06:08:24 support-scheduler-arm64 latest 1bacd63773fe 7 seconds ago 29.1MB 06:08:24 6512c34a6092 10 seconds ago 1.32GB 06:08:24 security-bootstrapper-arm64 latest 9eac0372eebb 12 seconds ago 19.6MB 06:08:24 59eea59e18e6 15 seconds ago 1.4GB 06:08:24 security-spiffe-token-provider-arm64 latest 0638c8f30393 45 seconds ago 29.1MB 06:08:24 805334894963 48 seconds ago 1.33GB 06:08:24 bb3a874ad86f About a minute ago 1.37GB 06:08:24 security-secretstore-setup-arm64 latest a86552a0f685 5 minutes ago 29MB 06:08:24 91b0c7677159 5 minutes ago 1.33GB 06:08:24 core-command-arm64 latest c5efa1210665 5 minutes ago 17.1MB 06:08:24 2e2fd7f2b688 5 minutes ago 1.34GB 06:08:24 support-notifications-arm64 latest 71d8d5e1fe19 7 minutes ago 29.7MB 06:08:24 ae8e9a4570de 8 minutes ago 1.4GB 06:08:24 security-spire-config-arm64 latest d9a837c19f91 10 minutes ago 83.6MB 06:08:24 c742d77f1ad8 11 minutes ago 1.21GB 06:08:24 security-spire-server-arm64 latest ce0f091058f0 11 minutes ago 84.3MB 06:08:24 9a6912cb1b76 11 minutes ago 1.21GB 06:08:24 core-metadata-arm64 latest 43c5079e80e9 12 minutes ago 17.8MB 06:08:24 core-data-arm64 latest 068379101787 12 minutes ago 17.3MB 06:08:24 11bdfa11e9c0 13 minutes ago 1.34GB 06:08:24 bdaf13bcdf8d 13 minutes ago 1.34GB 06:08:24 core-common-config-bootstrapper-arm64 latest 712413c42ac7 13 minutes ago 14.9MB 06:08:24 security-proxy-setup-arm64 latest 9021289f3794 13 minutes ago 26.9MB 06:08:24 d5f891fec68e 13 minutes ago 1.33GB 06:08:24 4610a3ecaf7d 14 minutes ago 1.33GB 06:08:24 security-spire-agent-arm64 latest 9af644944f24 20 minutes ago 122MB 06:08:24 e73bcff450c9 21 minutes ago 1.21GB 06:08:24 ci-base-image-arm64 latest b0939b04064a 24 minutes ago 905MB 06:08:24 alpine 3.15 354640af7b1b 2 weeks ago 5.34MB 06:08:24 alpine 3.16 4c81e5bf8899 2 weeks ago 5.3MB 06:08:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 06:08:24 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 06:08:24 provisioning config files... 06:08:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/430@tmp/config5050468353865081880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:08:24 ---> docker-login.sh 06:08:24 nexus3.edgexfoundry.org:10001 06:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:24 Configure a credential helper to remove this warning. See 06:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:24 06:08:24 Login Succeeded 06:08:24 nexus3.edgexfoundry.org:10002 06:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:25 Configure a credential helper to remove this warning. See 06:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:25 06:08:25 Login Succeeded 06:08:25 nexus3.edgexfoundry.org:10003 06:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:25 Configure a credential helper to remove this warning. See 06:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:25 06:08:25 Login Succeeded 06:08:25 nexus3.edgexfoundry.org:10004 06:08:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:26 Configure a credential helper to remove this warning. See 06:08:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:26 06:08:26 Login Succeeded 06:08:26 docker.io 06:08:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:26 Configure a credential helper to remove this warning. See 06:08:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:26 06:08:26 Login Succeeded 06:08:26 ---> docker-login.sh ends [Pipeline] } 06:08:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:08:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:08:26 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 06:08:26 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:26 latest 06:08:26 3.0.0-dev.69 06:08:26 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:26 main 06:08:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:08:27 2b79db4cd60a: Preparing 06:08:27 af6b0e608b1f: Preparing 06:08:27 06cb82d19147: Preparing 06:08:27 e9d6b50ae6a8: Preparing 06:08:27 f70ee36035b9: Preparing 06:08:27 f70ee36035b9: Layer already exists 06:08:27 06cb82d19147: Pushed 06:08:27 e9d6b50ae6a8: Pushed 06:08:27 2b79db4cd60a: Pushed 06:08:31 af6b0e608b1f: Pushed 06:08:31 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:5c7aafa330fbecb47a1664216cc4f545efe2cc55b9c3aa4ef7e9e9b720c2fbb7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:08:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:08:32 2b79db4cd60a: Preparing 06:08:32 af6b0e608b1f: Preparing 06:08:32 06cb82d19147: Preparing 06:08:32 e9d6b50ae6a8: Preparing 06:08:32 f70ee36035b9: Preparing 06:08:32 06cb82d19147: Layer already exists 06:08:32 2b79db4cd60a: Layer already exists 06:08:32 f70ee36035b9: Layer already exists 06:08:32 af6b0e608b1f: Layer already exists 06:08:32 e9d6b50ae6a8: Layer already exists 06:08:32 latest: digest: sha256:5c7aafa330fbecb47a1664216cc4f545efe2cc55b9c3aa4ef7e9e9b720c2fbb7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.69 06:08:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:08:33 2b79db4cd60a: Preparing 06:08:33 af6b0e608b1f: Preparing 06:08:33 06cb82d19147: Preparing 06:08:33 e9d6b50ae6a8: Preparing 06:08:33 f70ee36035b9: Preparing 06:08:33 af6b0e608b1f: Layer already exists 06:08:33 2b79db4cd60a: Layer already exists 06:08:33 f70ee36035b9: Layer already exists 06:08:33 e9d6b50ae6a8: Layer already exists 06:08:33 06cb82d19147: Layer already exists 06:08:33 3.0.0-dev.69: digest: sha256:5c7aafa330fbecb47a1664216cc4f545efe2cc55b9c3aa4ef7e9e9b720c2fbb7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:08:34 2b79db4cd60a: Preparing 06:08:34 af6b0e608b1f: Preparing 06:08:34 06cb82d19147: Preparing 06:08:34 e9d6b50ae6a8: Preparing 06:08:34 f70ee36035b9: Preparing 06:08:34 f70ee36035b9: Layer already exists 06:08:34 e9d6b50ae6a8: Layer already exists 06:08:34 2b79db4cd60a: Layer already exists 06:08:34 06cb82d19147: Layer already exists 06:08:34 af6b0e608b1f: Layer already exists 06:08:34 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:5c7aafa330fbecb47a1664216cc4f545efe2cc55b9c3aa4ef7e9e9b720c2fbb7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 06:08:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:08:35 2b79db4cd60a: Preparing 06:08:35 af6b0e608b1f: Preparing 06:08:35 06cb82d19147: Preparing 06:08:35 e9d6b50ae6a8: Preparing 06:08:35 f70ee36035b9: Preparing 06:08:35 f70ee36035b9: Layer already exists 06:08:35 af6b0e608b1f: Layer already exists 06:08:35 2b79db4cd60a: Layer already exists 06:08:35 e9d6b50ae6a8: Layer already exists 06:08:35 06cb82d19147: Layer already exists 06:08:35 main: digest: sha256:5c7aafa330fbecb47a1664216cc4f545efe2cc55b9c3aa4ef7e9e9b720c2fbb7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:08:35 ===================================================== [Pipeline] echo 06:08:35 taggedImages: 06:08:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:08:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.69 06:08:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:08:35 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 06:08:35 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:35 latest 06:08:35 3.0.0-dev.69 06:08:35 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:35 main 06:08:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:35 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:08:36 df8e9c68c262: Preparing 06:08:36 ccd793b31fde: Preparing 06:08:36 3be8e843c67e: Preparing 06:08:36 a26bd7b0f18b: Preparing 06:08:36 06cb82d19147: Preparing 06:08:36 01951f018fbe: Preparing 06:08:36 f70ee36035b9: Preparing 06:08:36 01951f018fbe: Waiting 06:08:36 f70ee36035b9: Waiting 06:08:36 06cb82d19147: Layer already exists 06:08:36 df8e9c68c262: Pushed 06:08:36 01951f018fbe: Pushed 06:08:36 ccd793b31fde: Pushed 06:08:36 3be8e843c67e: Pushed 06:08:36 f70ee36035b9: Layer already exists 06:08:39 a26bd7b0f18b: Pushed 06:08:39 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:8cd822f23f17d7c65056deb9248f8fb0d191f2bd18bc918460e1ed90f970e779 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:39 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:08:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:08:40 df8e9c68c262: Preparing 06:08:40 ccd793b31fde: Preparing 06:08:40 3be8e843c67e: Preparing 06:08:40 a26bd7b0f18b: Preparing 06:08:40 06cb82d19147: Preparing 06:08:40 01951f018fbe: Preparing 06:08:40 f70ee36035b9: Preparing 06:08:40 01951f018fbe: Waiting 06:08:40 f70ee36035b9: Waiting 06:08:40 a26bd7b0f18b: Layer already exists 06:08:40 06cb82d19147: Layer already exists 06:08:40 ccd793b31fde: Layer already exists 06:08:40 df8e9c68c262: Layer already exists 06:08:40 3be8e843c67e: Layer already exists 06:08:40 01951f018fbe: Layer already exists 06:08:40 f70ee36035b9: Layer already exists 06:08:40 latest: digest: sha256:8cd822f23f17d7c65056deb9248f8fb0d191f2bd18bc918460e1ed90f970e779 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.69 06:08:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:08:41 df8e9c68c262: Preparing 06:08:41 ccd793b31fde: Preparing 06:08:41 3be8e843c67e: Preparing 06:08:41 a26bd7b0f18b: Preparing 06:08:41 06cb82d19147: Preparing 06:08:41 01951f018fbe: Preparing 06:08:41 f70ee36035b9: Preparing 06:08:41 01951f018fbe: Waiting 06:08:41 f70ee36035b9: Waiting 06:08:41 a26bd7b0f18b: Layer already exists 06:08:41 df8e9c68c262: Layer already exists 06:08:41 ccd793b31fde: Layer already exists 06:08:41 06cb82d19147: Layer already exists 06:08:41 3be8e843c67e: Layer already exists 06:08:41 01951f018fbe: Layer already exists 06:08:41 f70ee36035b9: Layer already exists 06:08:41 3.0.0-dev.69: digest: sha256:8cd822f23f17d7c65056deb9248f8fb0d191f2bd18bc918460e1ed90f970e779 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:41 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:08:42 df8e9c68c262: Preparing 06:08:42 ccd793b31fde: Preparing 06:08:42 3be8e843c67e: Preparing 06:08:42 a26bd7b0f18b: Preparing 06:08:42 06cb82d19147: Preparing 06:08:42 01951f018fbe: Preparing 06:08:42 f70ee36035b9: Preparing 06:08:42 01951f018fbe: Waiting 06:08:42 f70ee36035b9: Waiting 06:08:42 ccd793b31fde: Layer already exists 06:08:42 06cb82d19147: Layer already exists 06:08:42 a26bd7b0f18b: Layer already exists 06:08:42 df8e9c68c262: Layer already exists 06:08:42 3be8e843c67e: Layer already exists 06:08:42 f70ee36035b9: Layer already exists 06:08:42 01951f018fbe: Layer already exists 06:08:42 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:8cd822f23f17d7c65056deb9248f8fb0d191f2bd18bc918460e1ed90f970e779 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:42 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 06:08:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:08:43 df8e9c68c262: Preparing 06:08:43 ccd793b31fde: Preparing 06:08:43 3be8e843c67e: Preparing 06:08:43 a26bd7b0f18b: Preparing 06:08:43 06cb82d19147: Preparing 06:08:43 01951f018fbe: Preparing 06:08:43 f70ee36035b9: Preparing 06:08:43 01951f018fbe: Waiting 06:08:43 f70ee36035b9: Waiting 06:08:43 06cb82d19147: Layer already exists 06:08:43 ccd793b31fde: Layer already exists 06:08:43 df8e9c68c262: Layer already exists 06:08:43 3be8e843c67e: Layer already exists 06:08:43 a26bd7b0f18b: Layer already exists 06:08:43 f70ee36035b9: Layer already exists 06:08:43 01951f018fbe: Layer already exists 06:08:43 main: digest: sha256:8cd822f23f17d7c65056deb9248f8fb0d191f2bd18bc918460e1ed90f970e779 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:08:43 ===================================================== [Pipeline] echo 06:08:43 taggedImages: 06:08:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:08:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.69 06:08:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:08:43 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 06:08:43 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:43 latest 06:08:43 3.0.0-dev.69 06:08:43 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:43 main 06:08:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:08:44 1ffe7bd18038: Preparing 06:08:44 17e82111fa80: Preparing 06:08:44 06cb82d19147: Preparing 06:08:44 310242741cef: Preparing 06:08:44 f70ee36035b9: Preparing 06:08:44 06cb82d19147: Layer already exists 06:08:44 f70ee36035b9: Layer already exists 06:08:44 1ffe7bd18038: Pushed 06:08:44 310242741cef: Pushed 06:08:47 17e82111fa80: Pushed 06:08:47 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:d2cff3d969b92c2c9eff99f3d2e8640a39c932e201fb83cc6485be4aa8933f70 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:08:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:08:48 1ffe7bd18038: Preparing 06:08:48 17e82111fa80: Preparing 06:08:48 06cb82d19147: Preparing 06:08:48 310242741cef: Preparing 06:08:48 f70ee36035b9: Preparing 06:08:48 17e82111fa80: Layer already exists 06:08:48 310242741cef: Layer already exists 06:08:48 f70ee36035b9: Layer already exists 06:08:48 1ffe7bd18038: Layer already exists 06:08:48 06cb82d19147: Layer already exists 06:08:48 latest: digest: sha256:d2cff3d969b92c2c9eff99f3d2e8640a39c932e201fb83cc6485be4aa8933f70 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.69 06:08:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:08:49 1ffe7bd18038: Preparing 06:08:49 17e82111fa80: Preparing 06:08:49 06cb82d19147: Preparing 06:08:49 310242741cef: Preparing 06:08:49 f70ee36035b9: Preparing 06:08:49 f70ee36035b9: Layer already exists 06:08:49 310242741cef: Layer already exists 06:08:49 1ffe7bd18038: Layer already exists 06:08:49 17e82111fa80: Layer already exists 06:08:49 06cb82d19147: Layer already exists 06:08:49 3.0.0-dev.69: digest: sha256:d2cff3d969b92c2c9eff99f3d2e8640a39c932e201fb83cc6485be4aa8933f70 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:08:50 1ffe7bd18038: Preparing 06:08:50 17e82111fa80: Preparing 06:08:50 06cb82d19147: Preparing 06:08:50 310242741cef: Preparing 06:08:50 f70ee36035b9: Preparing 06:08:50 1ffe7bd18038: Layer already exists 06:08:50 310242741cef: Layer already exists 06:08:50 f70ee36035b9: Layer already exists 06:08:50 17e82111fa80: Layer already exists 06:08:50 06cb82d19147: Layer already exists 06:08:50 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:d2cff3d969b92c2c9eff99f3d2e8640a39c932e201fb83cc6485be4aa8933f70 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 06:08:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:08:51 1ffe7bd18038: Preparing 06:08:51 17e82111fa80: Preparing 06:08:51 06cb82d19147: Preparing 06:08:51 310242741cef: Preparing 06:08:51 f70ee36035b9: Preparing 06:08:51 f70ee36035b9: Layer already exists 06:08:51 17e82111fa80: Layer already exists 06:08:51 06cb82d19147: Layer already exists 06:08:51 310242741cef: Layer already exists 06:08:51 1ffe7bd18038: Layer already exists 06:08:51 main: digest: sha256:d2cff3d969b92c2c9eff99f3d2e8640a39c932e201fb83cc6485be4aa8933f70 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:08:51 ===================================================== [Pipeline] echo 06:08:51 taggedImages: 06:08:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:08:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.69 06:08:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:08:51 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 06:08:51 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:51 latest 06:08:51 3.0.0-dev.69 06:08:51 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:51 main 06:08:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:52 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:08:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:08:52 d3d61b60cdd3: Preparing 06:08:52 eb6b8a14bd76: Preparing 06:08:52 63f239f7b01a: Preparing 06:08:52 06cb82d19147: Preparing 06:08:52 e9d6b50ae6a8: Preparing 06:08:52 f70ee36035b9: Preparing 06:08:52 f70ee36035b9: Waiting 06:08:52 06cb82d19147: Layer already exists 06:08:52 e9d6b50ae6a8: Layer already exists 06:08:52 f70ee36035b9: Layer already exists 06:08:52 d3d61b60cdd3: Pushed 06:08:52 eb6b8a14bd76: Pushed 06:08:56 63f239f7b01a: Pushed 06:08:56 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:3b13ef2f375831afaecb9ecee54bb22a831584fb54c98593c6700c58a7cfe6b8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:08:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:08:57 d3d61b60cdd3: Preparing 06:08:57 eb6b8a14bd76: Preparing 06:08:57 63f239f7b01a: Preparing 06:08:57 06cb82d19147: Preparing 06:08:57 e9d6b50ae6a8: Preparing 06:08:57 f70ee36035b9: Preparing 06:08:57 f70ee36035b9: Waiting 06:08:57 eb6b8a14bd76: Layer already exists 06:08:57 d3d61b60cdd3: Layer already exists 06:08:57 63f239f7b01a: Layer already exists 06:08:57 06cb82d19147: Layer already exists 06:08:57 e9d6b50ae6a8: Layer already exists 06:08:57 f70ee36035b9: Layer already exists 06:08:57 latest: digest: sha256:3b13ef2f375831afaecb9ecee54bb22a831584fb54c98593c6700c58a7cfe6b8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.69 06:08:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:08:58 d3d61b60cdd3: Preparing 06:08:58 eb6b8a14bd76: Preparing 06:08:58 63f239f7b01a: Preparing 06:08:58 06cb82d19147: Preparing 06:08:58 e9d6b50ae6a8: Preparing 06:08:58 f70ee36035b9: Preparing 06:08:58 63f239f7b01a: Layer already exists 06:08:58 e9d6b50ae6a8: Layer already exists 06:08:58 d3d61b60cdd3: Layer already exists 06:08:58 eb6b8a14bd76: Layer already exists 06:08:58 06cb82d19147: Layer already exists 06:08:58 f70ee36035b9: Layer already exists 06:08:58 3.0.0-dev.69: digest: sha256:3b13ef2f375831afaecb9ecee54bb22a831584fb54c98593c6700c58a7cfe6b8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:08:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:08:59 d3d61b60cdd3: Preparing 06:08:59 eb6b8a14bd76: Preparing 06:08:59 63f239f7b01a: Preparing 06:08:59 06cb82d19147: Preparing 06:08:59 e9d6b50ae6a8: Preparing 06:08:59 f70ee36035b9: Preparing 06:08:59 f70ee36035b9: Waiting 06:08:59 d3d61b60cdd3: Layer already exists 06:08:59 e9d6b50ae6a8: Layer already exists 06:08:59 eb6b8a14bd76: Layer already exists 06:08:59 63f239f7b01a: Layer already exists 06:08:59 06cb82d19147: Layer already exists 06:08:59 f70ee36035b9: Layer already exists 06:08:59 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:3b13ef2f375831afaecb9ecee54bb22a831584fb54c98593c6700c58a7cfe6b8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 06:09:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:09:00 d3d61b60cdd3: Preparing 06:09:00 eb6b8a14bd76: Preparing 06:09:00 63f239f7b01a: Preparing 06:09:00 06cb82d19147: Preparing 06:09:00 e9d6b50ae6a8: Preparing 06:09:00 f70ee36035b9: Preparing 06:09:00 f70ee36035b9: Waiting 06:09:00 06cb82d19147: Layer already exists 06:09:00 63f239f7b01a: Layer already exists 06:09:00 eb6b8a14bd76: Layer already exists 06:09:00 e9d6b50ae6a8: Layer already exists 06:09:00 d3d61b60cdd3: Layer already exists 06:09:00 f70ee36035b9: Layer already exists 06:09:00 main: digest: sha256:3b13ef2f375831afaecb9ecee54bb22a831584fb54c98593c6700c58a7cfe6b8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:00 ===================================================== [Pipeline] echo 06:09:00 taggedImages: 06:09:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:09:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.69 06:09:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:09:00 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 06:09:00 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:00 latest 06:09:00 3.0.0-dev.69 06:09:00 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:00 main 06:09:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:09:01 9f4bf99dcfd9: Preparing 06:09:01 9f4bf99dcfd9: Preparing 06:09:01 036ec0ca8a15: Preparing 06:09:01 50c4d29e8289: Preparing 06:09:01 e695212282ef: Preparing 06:09:01 dfbc774ab62e: Preparing 06:09:01 9d25ba87526f: Preparing 06:09:01 06cb82d19147: Preparing 06:09:01 6237fee9988f: Preparing 06:09:01 b09693b39a84: Preparing 06:09:01 e81c9fdd169e: Preparing 06:09:01 47043800a528: Preparing 06:09:01 f70ee36035b9: Preparing 06:09:01 b09693b39a84: Waiting 06:09:01 f70ee36035b9: Waiting 06:09:01 e81c9fdd169e: Waiting 06:09:01 47043800a528: Waiting 06:09:01 6237fee9988f: Waiting 06:09:01 9d25ba87526f: Waiting 06:09:01 06cb82d19147: Waiting 06:09:01 dfbc774ab62e: Pushed 06:09:01 036ec0ca8a15: Pushed 06:09:01 50c4d29e8289: Pushed 06:09:01 e695212282ef: Pushed 06:09:01 9f4bf99dcfd9: Pushed 06:09:01 06cb82d19147: Layer already exists 06:09:01 6237fee9988f: Pushed 06:09:01 e81c9fdd169e: Pushed 06:09:01 b09693b39a84: Pushed 06:09:01 f70ee36035b9: Layer already exists 06:09:01 47043800a528: Pushed 06:09:05 9d25ba87526f: Pushed 06:09:05 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:5f1003b8241b26158b1d9c22dabe30b8f2c98104597d444c5e000ab236061fa7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:09:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:09:06 9f4bf99dcfd9: Preparing 06:09:06 9f4bf99dcfd9: Preparing 06:09:06 036ec0ca8a15: Preparing 06:09:06 50c4d29e8289: Preparing 06:09:06 e695212282ef: Preparing 06:09:06 dfbc774ab62e: Preparing 06:09:06 9d25ba87526f: Preparing 06:09:06 06cb82d19147: Preparing 06:09:06 6237fee9988f: Preparing 06:09:06 b09693b39a84: Preparing 06:09:06 e81c9fdd169e: Preparing 06:09:06 47043800a528: Preparing 06:09:06 f70ee36035b9: Preparing 06:09:06 b09693b39a84: Waiting 06:09:06 e81c9fdd169e: Waiting 06:09:06 47043800a528: Waiting 06:09:06 9d25ba87526f: Waiting 06:09:06 f70ee36035b9: Waiting 06:09:06 06cb82d19147: Waiting 06:09:06 6237fee9988f: Waiting 06:09:06 50c4d29e8289: Layer already exists 06:09:06 dfbc774ab62e: Layer already exists 06:09:06 e695212282ef: Layer already exists 06:09:06 9f4bf99dcfd9: Layer already exists 06:09:06 036ec0ca8a15: Layer already exists 06:09:06 b09693b39a84: Layer already exists 06:09:06 6237fee9988f: Layer already exists 06:09:06 06cb82d19147: Layer already exists 06:09:06 e81c9fdd169e: Layer already exists 06:09:06 9d25ba87526f: Layer already exists 06:09:06 f70ee36035b9: Layer already exists 06:09:06 47043800a528: Layer already exists 06:09:06 latest: digest: sha256:5f1003b8241b26158b1d9c22dabe30b8f2c98104597d444c5e000ab236061fa7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.69 06:09:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:09:08 9f4bf99dcfd9: Preparing 06:09:08 9f4bf99dcfd9: Preparing 06:09:08 036ec0ca8a15: Preparing 06:09:08 50c4d29e8289: Preparing 06:09:08 e695212282ef: Preparing 06:09:08 dfbc774ab62e: Preparing 06:09:08 9d25ba87526f: Preparing 06:09:08 06cb82d19147: Preparing 06:09:08 6237fee9988f: Preparing 06:09:08 b09693b39a84: Preparing 06:09:08 e81c9fdd169e: Preparing 06:09:08 47043800a528: Preparing 06:09:08 f70ee36035b9: Preparing 06:09:08 b09693b39a84: Waiting 06:09:08 9d25ba87526f: Waiting 06:09:08 e81c9fdd169e: Waiting 06:09:08 06cb82d19147: Waiting 06:09:08 6237fee9988f: Waiting 06:09:08 47043800a528: Waiting 06:09:08 f70ee36035b9: Waiting 06:09:08 036ec0ca8a15: Layer already exists 06:09:08 e695212282ef: Layer already exists 06:09:08 50c4d29e8289: Layer already exists 06:09:08 9f4bf99dcfd9: Layer already exists 06:09:08 dfbc774ab62e: Layer already exists 06:09:08 b09693b39a84: Layer already exists 06:09:08 6237fee9988f: Layer already exists 06:09:08 9d25ba87526f: Layer already exists 06:09:08 06cb82d19147: Layer already exists 06:09:08 e81c9fdd169e: Layer already exists 06:09:08 47043800a528: Layer already exists 06:09:08 f70ee36035b9: Layer already exists 06:09:08 3.0.0-dev.69: digest: sha256:5f1003b8241b26158b1d9c22dabe30b8f2c98104597d444c5e000ab236061fa7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:09:09 9f4bf99dcfd9: Preparing 06:09:09 9f4bf99dcfd9: Preparing 06:09:09 036ec0ca8a15: Preparing 06:09:09 50c4d29e8289: Preparing 06:09:09 e695212282ef: Preparing 06:09:09 dfbc774ab62e: Preparing 06:09:09 9d25ba87526f: Preparing 06:09:09 06cb82d19147: Preparing 06:09:09 6237fee9988f: Preparing 06:09:09 b09693b39a84: Preparing 06:09:09 e81c9fdd169e: Preparing 06:09:09 47043800a528: Preparing 06:09:09 f70ee36035b9: Preparing 06:09:09 9d25ba87526f: Waiting 06:09:09 b09693b39a84: Waiting 06:09:09 06cb82d19147: Waiting 06:09:09 e81c9fdd169e: Waiting 06:09:09 47043800a528: Waiting 06:09:09 6237fee9988f: Waiting 06:09:09 f70ee36035b9: Waiting 06:09:09 dfbc774ab62e: Layer already exists 06:09:09 e695212282ef: Layer already exists 06:09:09 9f4bf99dcfd9: Layer already exists 06:09:09 50c4d29e8289: Layer already exists 06:09:09 036ec0ca8a15: Layer already exists 06:09:09 06cb82d19147: Layer already exists 06:09:09 6237fee9988f: Layer already exists 06:09:09 e81c9fdd169e: Layer already exists 06:09:09 9d25ba87526f: Layer already exists 06:09:09 b09693b39a84: Layer already exists 06:09:09 47043800a528: Layer already exists 06:09:09 f70ee36035b9: Layer already exists 06:09:09 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:5f1003b8241b26158b1d9c22dabe30b8f2c98104597d444c5e000ab236061fa7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:09 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 06:09:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:09:10 9f4bf99dcfd9: Preparing 06:09:10 9f4bf99dcfd9: Preparing 06:09:10 036ec0ca8a15: Preparing 06:09:10 50c4d29e8289: Preparing 06:09:10 e695212282ef: Preparing 06:09:10 dfbc774ab62e: Preparing 06:09:10 9d25ba87526f: Preparing 06:09:10 06cb82d19147: Preparing 06:09:10 6237fee9988f: Preparing 06:09:10 b09693b39a84: Preparing 06:09:10 e81c9fdd169e: Preparing 06:09:10 47043800a528: Preparing 06:09:10 f70ee36035b9: Preparing 06:09:10 b09693b39a84: Waiting 06:09:10 e81c9fdd169e: Waiting 06:09:10 f70ee36035b9: Waiting 06:09:10 9d25ba87526f: Waiting 06:09:10 06cb82d19147: Waiting 06:09:10 6237fee9988f: Waiting 06:09:10 47043800a528: Waiting 06:09:10 036ec0ca8a15: Layer already exists 06:09:10 e695212282ef: Layer already exists 06:09:10 dfbc774ab62e: Layer already exists 06:09:10 50c4d29e8289: Layer already exists 06:09:10 9f4bf99dcfd9: Layer already exists 06:09:10 06cb82d19147: Layer already exists 06:09:10 6237fee9988f: Layer already exists 06:09:10 9d25ba87526f: Layer already exists 06:09:10 b09693b39a84: Layer already exists 06:09:10 e81c9fdd169e: Layer already exists 06:09:10 47043800a528: Layer already exists 06:09:10 f70ee36035b9: Layer already exists 06:09:10 main: digest: sha256:5f1003b8241b26158b1d9c22dabe30b8f2c98104597d444c5e000ab236061fa7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:10 ===================================================== [Pipeline] echo 06:09:10 taggedImages: 06:09:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:09:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.69 06:09:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:09:10 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 06:09:10 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:10 latest 06:09:10 3.0.0-dev.69 06:09:10 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:10 main 06:09:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:10 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:09:11 36c8851bc74f: Preparing 06:09:11 9593866cdece: Preparing 06:09:11 6e89d3f2c3cd: Preparing 06:09:11 57d160208672: Preparing 06:09:11 06cb82d19147: Preparing 06:09:11 01951f018fbe: Preparing 06:09:11 f70ee36035b9: Preparing 06:09:11 01951f018fbe: Waiting 06:09:11 f70ee36035b9: Waiting 06:09:11 06cb82d19147: Layer already exists 06:09:11 01951f018fbe: Layer already exists 06:09:11 f70ee36035b9: Layer already exists 06:09:11 36c8851bc74f: Pushed 06:09:11 9593866cdece: Pushed 06:09:11 6e89d3f2c3cd: Pushed 06:09:14 57d160208672: Pushed 06:09:14 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:e8aab046ce3989e9cb98326e6ba001ede01f39f7c790fbf0e1e7eb65428905cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:15 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:09:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:09:15 36c8851bc74f: Preparing 06:09:15 9593866cdece: Preparing 06:09:15 6e89d3f2c3cd: Preparing 06:09:15 57d160208672: Preparing 06:09:15 06cb82d19147: Preparing 06:09:15 01951f018fbe: Preparing 06:09:15 f70ee36035b9: Preparing 06:09:15 01951f018fbe: Waiting 06:09:15 f70ee36035b9: Waiting 06:09:15 9593866cdece: Layer already exists 06:09:15 57d160208672: Layer already exists 06:09:15 36c8851bc74f: Layer already exists 06:09:15 6e89d3f2c3cd: Layer already exists 06:09:15 06cb82d19147: Layer already exists 06:09:15 f70ee36035b9: Layer already exists 06:09:15 01951f018fbe: Layer already exists 06:09:15 latest: digest: sha256:e8aab046ce3989e9cb98326e6ba001ede01f39f7c790fbf0e1e7eb65428905cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.69 06:09:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:09:16 36c8851bc74f: Preparing 06:09:16 9593866cdece: Preparing 06:09:16 6e89d3f2c3cd: Preparing 06:09:16 57d160208672: Preparing 06:09:16 06cb82d19147: Preparing 06:09:16 01951f018fbe: Preparing 06:09:16 f70ee36035b9: Preparing 06:09:16 01951f018fbe: Waiting 06:09:16 f70ee36035b9: Waiting 06:09:16 06cb82d19147: Layer already exists 06:09:16 57d160208672: Layer already exists 06:09:16 36c8851bc74f: Layer already exists 06:09:16 9593866cdece: Layer already exists 06:09:16 6e89d3f2c3cd: Layer already exists 06:09:16 01951f018fbe: Layer already exists 06:09:16 f70ee36035b9: Layer already exists 06:09:16 3.0.0-dev.69: digest: sha256:e8aab046ce3989e9cb98326e6ba001ede01f39f7c790fbf0e1e7eb65428905cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:17 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:09:17 36c8851bc74f: Preparing 06:09:17 9593866cdece: Preparing 06:09:17 6e89d3f2c3cd: Preparing 06:09:17 57d160208672: Preparing 06:09:17 06cb82d19147: Preparing 06:09:17 01951f018fbe: Preparing 06:09:17 f70ee36035b9: Preparing 06:09:17 01951f018fbe: Waiting 06:09:17 f70ee36035b9: Waiting 06:09:17 06cb82d19147: Layer already exists 06:09:17 6e89d3f2c3cd: Layer already exists 06:09:17 36c8851bc74f: Layer already exists 06:09:17 9593866cdece: Layer already exists 06:09:17 57d160208672: Layer already exists 06:09:17 01951f018fbe: Layer already exists 06:09:17 f70ee36035b9: Layer already exists 06:09:17 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:e8aab046ce3989e9cb98326e6ba001ede01f39f7c790fbf0e1e7eb65428905cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:18 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 06:09:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:09:18 36c8851bc74f: Preparing 06:09:18 9593866cdece: Preparing 06:09:18 6e89d3f2c3cd: Preparing 06:09:18 57d160208672: Preparing 06:09:18 06cb82d19147: Preparing 06:09:18 01951f018fbe: Preparing 06:09:18 f70ee36035b9: Preparing 06:09:18 01951f018fbe: Waiting 06:09:18 f70ee36035b9: Waiting 06:09:18 6e89d3f2c3cd: Layer already exists 06:09:18 9593866cdece: Layer already exists 06:09:18 57d160208672: Layer already exists 06:09:18 06cb82d19147: Layer already exists 06:09:18 36c8851bc74f: Layer already exists 06:09:18 01951f018fbe: Layer already exists 06:09:18 f70ee36035b9: Layer already exists 06:09:18 main: digest: sha256:e8aab046ce3989e9cb98326e6ba001ede01f39f7c790fbf0e1e7eb65428905cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:18 ===================================================== [Pipeline] echo 06:09:18 taggedImages: 06:09:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:09:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.69 06:09:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:09:18 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 06:09:18 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:18 latest 06:09:18 3.0.0-dev.69 06:09:18 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:18 main 06:09:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:09:19 1fd75073696e: Preparing 06:09:19 d24d2747e801: Preparing 06:09:19 72f7e596b071: Preparing 06:09:19 05df02afb621: Preparing 06:09:19 c616245ba368: Preparing 06:09:19 03257199945a: Preparing 06:09:19 771adaef2075: Preparing 06:09:19 f70ee36035b9: Preparing 06:09:19 771adaef2075: Waiting 06:09:19 03257199945a: Waiting 06:09:19 f70ee36035b9: Waiting 06:09:19 1fd75073696e: Pushed 06:09:19 c616245ba368: Pushed 06:09:19 d24d2747e801: Pushed 06:09:20 f70ee36035b9: Layer already exists 06:09:20 03257199945a: Pushed 06:09:20 771adaef2075: Pushed 06:09:22 05df02afb621: Pushed 06:09:22 72f7e596b071: Pushed 06:09:22 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:fa012bddeb8353799df46fc11708bd6073dd65190b1a67e1cf6dbdc9551ff505 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:23 + 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 06:09:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:09:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:09:23 1fd75073696e: Preparing 06:09:23 d24d2747e801: Preparing 06:09:23 72f7e596b071: Preparing 06:09:23 05df02afb621: Preparing 06:09:23 c616245ba368: Preparing 06:09:23 03257199945a: Preparing 06:09:23 771adaef2075: Preparing 06:09:23 f70ee36035b9: Preparing 06:09:23 771adaef2075: Waiting 06:09:23 f70ee36035b9: Waiting 06:09:23 03257199945a: Waiting 06:09:23 05df02afb621: Layer already exists 06:09:23 72f7e596b071: Layer already exists 06:09:23 c616245ba368: Layer already exists 06:09:23 d24d2747e801: Layer already exists 06:09:23 1fd75073696e: Layer already exists 06:09:23 03257199945a: Layer already exists 06:09:23 f70ee36035b9: Layer already exists 06:09:23 771adaef2075: Layer already exists 06:09:23 latest: digest: sha256:fa012bddeb8353799df46fc11708bd6073dd65190b1a67e1cf6dbdc9551ff505 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.69 06:09:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:09:24 1fd75073696e: Preparing 06:09:24 d24d2747e801: Preparing 06:09:24 72f7e596b071: Preparing 06:09:24 05df02afb621: Preparing 06:09:24 c616245ba368: Preparing 06:09:24 03257199945a: Preparing 06:09:24 771adaef2075: Preparing 06:09:24 f70ee36035b9: Preparing 06:09:24 f70ee36035b9: Waiting 06:09:24 03257199945a: Waiting 06:09:24 771adaef2075: Waiting 06:09:24 d24d2747e801: Layer already exists 06:09:24 c616245ba368: Layer already exists 06:09:24 72f7e596b071: Layer already exists 06:09:24 05df02afb621: Layer already exists 06:09:24 1fd75073696e: Layer already exists 06:09:24 03257199945a: Layer already exists 06:09:24 771adaef2075: Layer already exists 06:09:24 f70ee36035b9: Layer already exists 06:09:24 3.0.0-dev.69: digest: sha256:fa012bddeb8353799df46fc11708bd6073dd65190b1a67e1cf6dbdc9551ff505 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:09:25 1fd75073696e: Preparing 06:09:25 d24d2747e801: Preparing 06:09:25 72f7e596b071: Preparing 06:09:25 05df02afb621: Preparing 06:09:25 c616245ba368: Preparing 06:09:25 03257199945a: Preparing 06:09:25 771adaef2075: Preparing 06:09:25 f70ee36035b9: Preparing 06:09:25 03257199945a: Waiting 06:09:25 771adaef2075: Waiting 06:09:25 f70ee36035b9: Waiting 06:09:25 72f7e596b071: Layer already exists 06:09:25 05df02afb621: Layer already exists 06:09:25 1fd75073696e: Layer already exists 06:09:25 c616245ba368: Layer already exists 06:09:25 d24d2747e801: Layer already exists 06:09:25 f70ee36035b9: Layer already exists 06:09:25 771adaef2075: Layer already exists 06:09:25 03257199945a: Layer already exists 06:09:25 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:fa012bddeb8353799df46fc11708bd6073dd65190b1a67e1cf6dbdc9551ff505 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:26 + 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 06:09:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 06:09:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:09:26 1fd75073696e: Preparing 06:09:26 d24d2747e801: Preparing 06:09:26 72f7e596b071: Preparing 06:09:26 05df02afb621: Preparing 06:09:26 c616245ba368: Preparing 06:09:26 03257199945a: Preparing 06:09:26 771adaef2075: Preparing 06:09:26 f70ee36035b9: Preparing 06:09:26 771adaef2075: Waiting 06:09:26 f70ee36035b9: Waiting 06:09:26 03257199945a: Waiting 06:09:26 05df02afb621: Layer already exists 06:09:26 72f7e596b071: Layer already exists 06:09:26 1fd75073696e: Layer already exists 06:09:26 c616245ba368: Layer already exists 06:09:26 d24d2747e801: Layer already exists 06:09:26 f70ee36035b9: Layer already exists 06:09:26 03257199945a: Layer already exists 06:09:26 771adaef2075: Layer already exists 06:09:26 main: digest: sha256:fa012bddeb8353799df46fc11708bd6073dd65190b1a67e1cf6dbdc9551ff505 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:26 ===================================================== [Pipeline] echo 06:09:26 taggedImages: 06:09:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:09:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.69 06:09:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:09:26 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 06:09:26 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:26 latest 06:09:26 3.0.0-dev.69 06:09:26 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:26 main 06:09:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:09:27 46be3f1f1ed3: Preparing 06:09:27 02e6ce419303: Preparing 06:09:27 a3f477e1549d: Preparing 06:09:27 e3fafbef720c: Preparing 06:09:27 10a44854ae10: Preparing 06:09:27 9a0a746a7bff: Preparing 06:09:27 4b8d27f0f7cf: Preparing 06:09:27 aad45a011f88: Preparing 06:09:27 6469b66359ed: Preparing 06:09:27 f70ee36035b9: Preparing 06:09:27 9a0a746a7bff: Waiting 06:09:27 4b8d27f0f7cf: Waiting 06:09:27 aad45a011f88: Waiting 06:09:27 6469b66359ed: Waiting 06:09:27 f70ee36035b9: Waiting 06:09:27 02e6ce419303: Pushed 06:09:27 46be3f1f1ed3: Pushed 06:09:27 10a44854ae10: Pushed 06:09:27 9a0a746a7bff: Pushed 06:09:27 4b8d27f0f7cf: Pushed 06:09:27 aad45a011f88: Pushed 06:09:27 f70ee36035b9: Layer already exists 06:09:28 6469b66359ed: Pushed 06:09:30 e3fafbef720c: Pushed 06:09:31 a3f477e1549d: Pushed 06:09:31 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:b04d65f9d9c0626822230595637bb4c3108a1694ba244895e278602c441c9afa size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:31 + 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 06:09:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:09:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:09:31 46be3f1f1ed3: Preparing 06:09:31 02e6ce419303: Preparing 06:09:31 a3f477e1549d: Preparing 06:09:31 e3fafbef720c: Preparing 06:09:31 10a44854ae10: Preparing 06:09:31 9a0a746a7bff: Preparing 06:09:31 4b8d27f0f7cf: Preparing 06:09:31 aad45a011f88: Preparing 06:09:31 6469b66359ed: Preparing 06:09:31 f70ee36035b9: Preparing 06:09:31 4b8d27f0f7cf: Waiting 06:09:31 aad45a011f88: Waiting 06:09:31 6469b66359ed: Waiting 06:09:31 f70ee36035b9: Waiting 06:09:31 9a0a746a7bff: Waiting 06:09:31 a3f477e1549d: Layer already exists 06:09:31 46be3f1f1ed3: Layer already exists 06:09:31 e3fafbef720c: Layer already exists 06:09:31 10a44854ae10: Layer already exists 06:09:31 aad45a011f88: Layer already exists 06:09:31 02e6ce419303: Layer already exists 06:09:31 4b8d27f0f7cf: Layer already exists 06:09:31 9a0a746a7bff: Layer already exists 06:09:31 6469b66359ed: Layer already exists 06:09:31 f70ee36035b9: Layer already exists 06:09:32 latest: digest: sha256:b04d65f9d9c0626822230595637bb4c3108a1694ba244895e278602c441c9afa size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:32 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.69 06:09:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:09:32 46be3f1f1ed3: Preparing 06:09:32 02e6ce419303: Preparing 06:09:32 a3f477e1549d: Preparing 06:09:32 e3fafbef720c: Preparing 06:09:32 10a44854ae10: Preparing 06:09:32 9a0a746a7bff: Preparing 06:09:32 4b8d27f0f7cf: Preparing 06:09:32 aad45a011f88: Preparing 06:09:32 6469b66359ed: Preparing 06:09:32 f70ee36035b9: Preparing 06:09:32 4b8d27f0f7cf: Waiting 06:09:32 aad45a011f88: Waiting 06:09:32 6469b66359ed: Waiting 06:09:32 9a0a746a7bff: Waiting 06:09:32 10a44854ae10: Layer already exists 06:09:32 02e6ce419303: Layer already exists 06:09:32 46be3f1f1ed3: Layer already exists 06:09:32 a3f477e1549d: Layer already exists 06:09:32 e3fafbef720c: Layer already exists 06:09:32 9a0a746a7bff: Layer already exists 06:09:32 aad45a011f88: Layer already exists 06:09:32 f70ee36035b9: Layer already exists 06:09:32 4b8d27f0f7cf: Layer already exists 06:09:32 6469b66359ed: Layer already exists 06:09:33 3.0.0-dev.69: digest: sha256:b04d65f9d9c0626822230595637bb4c3108a1694ba244895e278602c441c9afa size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:33 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:09:33 46be3f1f1ed3: Preparing 06:09:33 02e6ce419303: Preparing 06:09:33 a3f477e1549d: Preparing 06:09:33 e3fafbef720c: Preparing 06:09:33 10a44854ae10: Preparing 06:09:33 9a0a746a7bff: Preparing 06:09:33 4b8d27f0f7cf: Preparing 06:09:33 aad45a011f88: Preparing 06:09:33 6469b66359ed: Preparing 06:09:33 f70ee36035b9: Preparing 06:09:33 9a0a746a7bff: Waiting 06:09:33 4b8d27f0f7cf: Waiting 06:09:33 aad45a011f88: Waiting 06:09:33 6469b66359ed: Waiting 06:09:33 f70ee36035b9: Waiting 06:09:33 a3f477e1549d: Layer already exists 06:09:33 e3fafbef720c: Layer already exists 06:09:33 10a44854ae10: Layer already exists 06:09:33 46be3f1f1ed3: Layer already exists 06:09:33 02e6ce419303: Layer already exists 06:09:33 f70ee36035b9: Layer already exists 06:09:33 4b8d27f0f7cf: Layer already exists 06:09:33 6469b66359ed: Layer already exists 06:09:33 9a0a746a7bff: Layer already exists 06:09:33 aad45a011f88: Layer already exists 06:09:34 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:b04d65f9d9c0626822230595637bb4c3108a1694ba244895e278602c441c9afa size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:34 + 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 06:09:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 06:09:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:09:34 46be3f1f1ed3: Preparing 06:09:34 02e6ce419303: Preparing 06:09:34 a3f477e1549d: Preparing 06:09:34 e3fafbef720c: Preparing 06:09:34 10a44854ae10: Preparing 06:09:34 9a0a746a7bff: Preparing 06:09:34 4b8d27f0f7cf: Preparing 06:09:34 aad45a011f88: Preparing 06:09:34 6469b66359ed: Preparing 06:09:34 f70ee36035b9: Preparing 06:09:34 aad45a011f88: Waiting 06:09:34 6469b66359ed: Waiting 06:09:34 f70ee36035b9: Waiting 06:09:34 9a0a746a7bff: Waiting 06:09:34 4b8d27f0f7cf: Waiting 06:09:34 02e6ce419303: Layer already exists 06:09:34 10a44854ae10: Layer already exists 06:09:34 46be3f1f1ed3: Layer already exists 06:09:34 a3f477e1549d: Layer already exists 06:09:34 e3fafbef720c: Layer already exists 06:09:34 4b8d27f0f7cf: Layer already exists 06:09:34 9a0a746a7bff: Layer already exists 06:09:34 aad45a011f88: Layer already exists 06:09:34 6469b66359ed: Layer already exists 06:09:34 f70ee36035b9: Layer already exists 06:09:34 main: digest: sha256:b04d65f9d9c0626822230595637bb4c3108a1694ba244895e278602c441c9afa size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:35 ===================================================== [Pipeline] echo 06:09:35 taggedImages: 06:09:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:09:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.69 06:09:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:09:35 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 06:09:35 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:35 latest 06:09:35 3.0.0-dev.69 06:09:35 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:35 main 06:09:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:35 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:09:35 0db198a99821: Preparing 06:09:35 065c8c9270f8: Preparing 06:09:35 06cb82d19147: Preparing 06:09:35 a50a0565bf51: Preparing 06:09:35 a8cfdf0cc8ec: Preparing 06:09:35 a8cfdf0cc8ec: Layer already exists 06:09:35 06cb82d19147: Layer already exists 06:09:36 0db198a99821: Pushed 06:09:37 a50a0565bf51: Pushed 06:09:41 065c8c9270f8: Pushed 06:09:41 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:66e79822a4c77df183d2e6fc965a3b1e42c26018e18455ac357cd3793491a492 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:42 + 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 06:09:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:09:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:09:42 0db198a99821: Preparing 06:09:42 065c8c9270f8: Preparing 06:09:42 06cb82d19147: Preparing 06:09:42 a50a0565bf51: Preparing 06:09:42 a8cfdf0cc8ec: Preparing 06:09:42 06cb82d19147: Layer already exists 06:09:42 0db198a99821: Layer already exists 06:09:42 065c8c9270f8: Layer already exists 06:09:42 a50a0565bf51: Layer already exists 06:09:42 a8cfdf0cc8ec: Layer already exists 06:09:42 latest: digest: sha256:66e79822a4c77df183d2e6fc965a3b1e42c26018e18455ac357cd3793491a492 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:43 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.69 06:09:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:09:43 0db198a99821: Preparing 06:09:43 065c8c9270f8: Preparing 06:09:43 06cb82d19147: Preparing 06:09:43 a50a0565bf51: Preparing 06:09:43 a8cfdf0cc8ec: Preparing 06:09:43 06cb82d19147: Layer already exists 06:09:43 a50a0565bf51: Layer already exists 06:09:43 a8cfdf0cc8ec: Layer already exists 06:09:43 0db198a99821: Layer already exists 06:09:43 065c8c9270f8: Layer already exists 06:09:43 3.0.0-dev.69: digest: sha256:66e79822a4c77df183d2e6fc965a3b1e42c26018e18455ac357cd3793491a492 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:43 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:09:44 0db198a99821: Preparing 06:09:44 065c8c9270f8: Preparing 06:09:44 06cb82d19147: Preparing 06:09:44 a50a0565bf51: Preparing 06:09:44 a8cfdf0cc8ec: Preparing 06:09:44 0db198a99821: Layer already exists 06:09:44 a50a0565bf51: Layer already exists 06:09:44 06cb82d19147: Layer already exists 06:09:44 065c8c9270f8: Layer already exists 06:09:44 a8cfdf0cc8ec: Layer already exists 06:09:44 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:66e79822a4c77df183d2e6fc965a3b1e42c26018e18455ac357cd3793491a492 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:44 + 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 06:09:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 06:09:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:09:45 0db198a99821: Preparing 06:09:45 065c8c9270f8: Preparing 06:09:45 06cb82d19147: Preparing 06:09:45 a50a0565bf51: Preparing 06:09:45 a8cfdf0cc8ec: Preparing 06:09:45 a8cfdf0cc8ec: Layer already exists 06:09:45 065c8c9270f8: Layer already exists 06:09:45 0db198a99821: Layer already exists 06:09:45 a50a0565bf51: Layer already exists 06:09:45 06cb82d19147: Layer already exists 06:09:45 main: digest: sha256:66e79822a4c77df183d2e6fc965a3b1e42c26018e18455ac357cd3793491a492 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:45 ===================================================== [Pipeline] echo 06:09:45 taggedImages: 06:09:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:09:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.69 06:09:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:09:45 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 06:09:45 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:45 latest 06:09:45 3.0.0-dev.69 06:09:45 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:09:45 main 06:09:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:45 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:09:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:09:46 c7696aa57853: Preparing 06:09:46 333baa3b01cc: Preparing 06:09:46 d6ed31ac6d4f: Preparing 06:09:46 6d8600b7d51e: Preparing 06:09:46 1f5ca94cbe63: Preparing 06:09:46 48eceb02bb88: Preparing 06:09:46 a8cfdf0cc8ec: Preparing 06:09:46 48eceb02bb88: Waiting 06:09:46 a8cfdf0cc8ec: Waiting 06:09:46 d6ed31ac6d4f: Pushed 06:09:46 c7696aa57853: Pushed 06:09:46 333baa3b01cc: Pushed 06:09:46 a8cfdf0cc8ec: Layer already exists 06:09:47 48eceb02bb88: Pushed 06:09:55 1f5ca94cbe63: Pushed 06:10:03 6d8600b7d51e: Pushed 06:10:03 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:a9b397e74b89c6164216d4c3cbffd9f5a843e87e4c25b895b5312ccd4132680f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:03 + 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 06:10:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:10:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:10:04 c7696aa57853: Preparing 06:10:04 333baa3b01cc: Preparing 06:10:04 d6ed31ac6d4f: Preparing 06:10:04 6d8600b7d51e: Preparing 06:10:04 1f5ca94cbe63: Preparing 06:10:04 48eceb02bb88: Preparing 06:10:04 a8cfdf0cc8ec: Preparing 06:10:04 48eceb02bb88: Waiting 06:10:04 a8cfdf0cc8ec: Waiting 06:10:04 6d8600b7d51e: Layer already exists 06:10:04 d6ed31ac6d4f: Layer already exists 06:10:04 333baa3b01cc: Layer already exists 06:10:04 1f5ca94cbe63: Layer already exists 06:10:04 c7696aa57853: Layer already exists 06:10:04 a8cfdf0cc8ec: Layer already exists 06:10:04 48eceb02bb88: Layer already exists 06:10:04 latest: digest: sha256:a9b397e74b89c6164216d4c3cbffd9f5a843e87e4c25b895b5312ccd4132680f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:04 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.69 06:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:10:05 c7696aa57853: Preparing 06:10:05 333baa3b01cc: Preparing 06:10:05 d6ed31ac6d4f: Preparing 06:10:05 6d8600b7d51e: Preparing 06:10:05 1f5ca94cbe63: Preparing 06:10:05 48eceb02bb88: Preparing 06:10:05 a8cfdf0cc8ec: Preparing 06:10:05 48eceb02bb88: Waiting 06:10:05 a8cfdf0cc8ec: Waiting 06:10:05 333baa3b01cc: Layer already exists 06:10:05 d6ed31ac6d4f: Layer already exists 06:10:05 1f5ca94cbe63: Layer already exists 06:10:05 6d8600b7d51e: Layer already exists 06:10:05 c7696aa57853: Layer already exists 06:10:05 a8cfdf0cc8ec: Layer already exists 06:10:05 48eceb02bb88: Layer already exists 06:10:05 3.0.0-dev.69: digest: sha256:a9b397e74b89c6164216d4c3cbffd9f5a843e87e4c25b895b5312ccd4132680f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:05 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:10:06 c7696aa57853: Preparing 06:10:06 333baa3b01cc: Preparing 06:10:06 d6ed31ac6d4f: Preparing 06:10:06 6d8600b7d51e: Preparing 06:10:06 1f5ca94cbe63: Preparing 06:10:06 48eceb02bb88: Preparing 06:10:06 a8cfdf0cc8ec: Preparing 06:10:06 48eceb02bb88: Waiting 06:10:06 a8cfdf0cc8ec: Waiting 06:10:06 333baa3b01cc: Layer already exists 06:10:06 d6ed31ac6d4f: Layer already exists 06:10:06 c7696aa57853: Layer already exists 06:10:06 1f5ca94cbe63: Layer already exists 06:10:06 6d8600b7d51e: Layer already exists 06:10:06 48eceb02bb88: Layer already exists 06:10:06 a8cfdf0cc8ec: Layer already exists 06:10:06 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:a9b397e74b89c6164216d4c3cbffd9f5a843e87e4c25b895b5312ccd4132680f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:06 + 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 06:10:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 06:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:10:07 c7696aa57853: Preparing 06:10:07 333baa3b01cc: Preparing 06:10:07 d6ed31ac6d4f: Preparing 06:10:07 6d8600b7d51e: Preparing 06:10:07 1f5ca94cbe63: Preparing 06:10:07 48eceb02bb88: Preparing 06:10:07 a8cfdf0cc8ec: Preparing 06:10:07 48eceb02bb88: Waiting 06:10:07 a8cfdf0cc8ec: Waiting 06:10:07 d6ed31ac6d4f: Layer already exists 06:10:07 333baa3b01cc: Layer already exists 06:10:07 6d8600b7d51e: Layer already exists 06:10:07 1f5ca94cbe63: Layer already exists 06:10:07 c7696aa57853: Layer already exists 06:10:07 48eceb02bb88: Layer already exists 06:10:07 a8cfdf0cc8ec: Layer already exists 06:10:07 main: digest: sha256:a9b397e74b89c6164216d4c3cbffd9f5a843e87e4c25b895b5312ccd4132680f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:10:07 ===================================================== [Pipeline] echo 06:10:07 taggedImages: 06:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.69 06:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:10:07 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 06:10:07 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:07 latest 06:10:07 3.0.0-dev.69 06:10:07 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:07 main 06:10:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:10:08 75160f624a1f: Preparing 06:10:08 c65a508d7ee1: Preparing 06:10:08 2b5633554389: Preparing 06:10:08 9c8a8e3613df: Preparing 06:10:08 7cd5b33608bb: Preparing 06:10:08 a8cfdf0cc8ec: Preparing 06:10:08 2b5633554389: Pushed 06:10:08 c65a508d7ee1: Pushed 06:10:08 75160f624a1f: Pushed 06:10:08 a8cfdf0cc8ec: Layer already exists 06:10:09 7cd5b33608bb: Pushed 06:10:27 9c8a8e3613df: Pushed 06:10:27 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:cd9c9d7d18e8b19a2311da81e5e6087cdb4055a1e8490224361993c02eb45e4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:27 + 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 06:10:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:10:27 75160f624a1f: Preparing 06:10:27 c65a508d7ee1: Preparing 06:10:27 2b5633554389: Preparing 06:10:27 9c8a8e3613df: Preparing 06:10:27 7cd5b33608bb: Preparing 06:10:27 a8cfdf0cc8ec: Preparing 06:10:27 a8cfdf0cc8ec: Waiting 06:10:27 7cd5b33608bb: Layer already exists 06:10:27 75160f624a1f: Layer already exists 06:10:27 9c8a8e3613df: Layer already exists 06:10:27 c65a508d7ee1: Layer already exists 06:10:27 2b5633554389: Layer already exists 06:10:27 a8cfdf0cc8ec: Layer already exists 06:10:28 latest: digest: sha256:cd9c9d7d18e8b19a2311da81e5e6087cdb4055a1e8490224361993c02eb45e4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:28 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.69 06:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:10:28 75160f624a1f: Preparing 06:10:28 c65a508d7ee1: Preparing 06:10:28 2b5633554389: Preparing 06:10:28 9c8a8e3613df: Preparing 06:10:28 7cd5b33608bb: Preparing 06:10:28 a8cfdf0cc8ec: Preparing 06:10:28 a8cfdf0cc8ec: Waiting 06:10:28 75160f624a1f: Layer already exists 06:10:28 2b5633554389: Layer already exists 06:10:28 7cd5b33608bb: Layer already exists 06:10:28 c65a508d7ee1: Layer already exists 06:10:28 9c8a8e3613df: Layer already exists 06:10:28 a8cfdf0cc8ec: Layer already exists 06:10:29 3.0.0-dev.69: digest: sha256:cd9c9d7d18e8b19a2311da81e5e6087cdb4055a1e8490224361993c02eb45e4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:29 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:10:29 75160f624a1f: Preparing 06:10:29 c65a508d7ee1: Preparing 06:10:29 2b5633554389: Preparing 06:10:29 9c8a8e3613df: Preparing 06:10:29 7cd5b33608bb: Preparing 06:10:29 a8cfdf0cc8ec: Preparing 06:10:29 a8cfdf0cc8ec: Waiting 06:10:29 9c8a8e3613df: Layer already exists 06:10:29 c65a508d7ee1: Layer already exists 06:10:29 75160f624a1f: Layer already exists 06:10:29 7cd5b33608bb: Layer already exists 06:10:29 2b5633554389: Layer already exists 06:10:29 a8cfdf0cc8ec: Layer already exists 06:10:30 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:cd9c9d7d18e8b19a2311da81e5e6087cdb4055a1e8490224361993c02eb45e4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:30 + 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 06:10:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 06:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:10:30 75160f624a1f: Preparing 06:10:30 c65a508d7ee1: Preparing 06:10:30 2b5633554389: Preparing 06:10:30 9c8a8e3613df: Preparing 06:10:30 7cd5b33608bb: Preparing 06:10:30 a8cfdf0cc8ec: Preparing 06:10:30 a8cfdf0cc8ec: Waiting 06:10:30 75160f624a1f: Layer already exists 06:10:30 9c8a8e3613df: Layer already exists 06:10:30 7cd5b33608bb: Layer already exists 06:10:30 c65a508d7ee1: Layer already exists 06:10:30 2b5633554389: Layer already exists 06:10:30 a8cfdf0cc8ec: Layer already exists 06:10:31 main: digest: sha256:cd9c9d7d18e8b19a2311da81e5e6087cdb4055a1e8490224361993c02eb45e4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:10:31 ===================================================== [Pipeline] echo 06:10:31 taggedImages: 06:10:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:10:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.69 06:10:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:10:31 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 06:10:31 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:31 latest 06:10:31 3.0.0-dev.69 06:10:31 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:31 main 06:10:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:10:31 73c100acd3fd: Preparing 06:10:31 0d668c0a5d11: Preparing 06:10:31 e67a8625842e: Preparing 06:10:31 152177e45d87: Preparing 06:10:31 48eceb02bb88: Preparing 06:10:31 a8cfdf0cc8ec: Preparing 06:10:31 a8cfdf0cc8ec: Waiting 06:10:31 48eceb02bb88: Layer already exists 06:10:32 a8cfdf0cc8ec: Layer already exists 06:10:32 73c100acd3fd: Pushed 06:10:32 0d668c0a5d11: Pushed 06:10:32 e67a8625842e: Pushed 06:10:50 152177e45d87: Pushed 06:10:50 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:39607fb4b5da5ebcbed91ac2d13c3fee8faea03eba169acfc5156a7281b184ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:50 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:10:52 73c100acd3fd: Preparing 06:10:52 0d668c0a5d11: Preparing 06:10:52 e67a8625842e: Preparing 06:10:52 152177e45d87: Preparing 06:10:52 48eceb02bb88: Preparing 06:10:52 a8cfdf0cc8ec: Preparing 06:10:52 a8cfdf0cc8ec: Waiting 06:10:52 73c100acd3fd: Layer already exists 06:10:52 152177e45d87: Layer already exists 06:10:52 0d668c0a5d11: Layer already exists 06:10:52 e67a8625842e: Layer already exists 06:10:52 48eceb02bb88: Layer already exists 06:10:52 a8cfdf0cc8ec: Layer already exists 06:10:53 latest: digest: sha256:39607fb4b5da5ebcbed91ac2d13c3fee8faea03eba169acfc5156a7281b184ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:53 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.69 06:10:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:10:53 73c100acd3fd: Preparing 06:10:53 0d668c0a5d11: Preparing 06:10:53 e67a8625842e: Preparing 06:10:53 152177e45d87: Preparing 06:10:53 48eceb02bb88: Preparing 06:10:53 a8cfdf0cc8ec: Preparing 06:10:53 a8cfdf0cc8ec: Waiting 06:10:53 152177e45d87: Layer already exists 06:10:53 48eceb02bb88: Layer already exists 06:10:53 e67a8625842e: Layer already exists 06:10:53 73c100acd3fd: Layer already exists 06:10:53 0d668c0a5d11: Layer already exists 06:10:53 a8cfdf0cc8ec: Layer already exists 06:10:54 3.0.0-dev.69: digest: sha256:39607fb4b5da5ebcbed91ac2d13c3fee8faea03eba169acfc5156a7281b184ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:10:54 73c100acd3fd: Preparing 06:10:54 0d668c0a5d11: Preparing 06:10:54 e67a8625842e: Preparing 06:10:54 152177e45d87: Preparing 06:10:54 48eceb02bb88: Preparing 06:10:54 a8cfdf0cc8ec: Preparing 06:10:54 a8cfdf0cc8ec: Waiting 06:10:54 48eceb02bb88: Layer already exists 06:10:54 0d668c0a5d11: Layer already exists 06:10:54 e67a8625842e: Layer already exists 06:10:54 73c100acd3fd: Layer already exists 06:10:54 152177e45d87: Layer already exists 06:10:54 a8cfdf0cc8ec: Layer already exists 06:10:55 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:39607fb4b5da5ebcbed91ac2d13c3fee8faea03eba169acfc5156a7281b184ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:55 + 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 06:10:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 06:10:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:10:55 73c100acd3fd: Preparing 06:10:55 0d668c0a5d11: Preparing 06:10:55 e67a8625842e: Preparing 06:10:55 152177e45d87: Preparing 06:10:55 48eceb02bb88: Preparing 06:10:55 a8cfdf0cc8ec: Preparing 06:10:55 a8cfdf0cc8ec: Waiting 06:10:55 48eceb02bb88: Layer already exists 06:10:55 73c100acd3fd: Layer already exists 06:10:55 e67a8625842e: Layer already exists 06:10:55 0d668c0a5d11: Layer already exists 06:10:55 152177e45d87: Layer already exists 06:10:55 a8cfdf0cc8ec: Layer already exists 06:10:56 main: digest: sha256:39607fb4b5da5ebcbed91ac2d13c3fee8faea03eba169acfc5156a7281b184ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:10:56 ===================================================== [Pipeline] echo 06:10:56 taggedImages: 06:10:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:10:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.69 06:10:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:10:56 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 06:10:56 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:56 latest 06:10:56 3.0.0-dev.69 06:10:56 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:10:56 main 06:10:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:10:56 653a324a0458: Preparing 06:10:56 b3b8043ee493: Preparing 06:10:56 06cb82d19147: Preparing 06:10:56 27e69fb41e8b: Preparing 06:10:56 f70ee36035b9: Preparing 06:10:57 f70ee36035b9: Layer already exists 06:10:57 06cb82d19147: Layer already exists 06:10:57 653a324a0458: Pushed 06:10:57 27e69fb41e8b: Pushed 06:11:04 b3b8043ee493: Pushed 06:11:04 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:09ee09285f46b63eed804dd41f4933e38cfc4a8758800f57dce293ad7c628873 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:04 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:11:04 653a324a0458: Preparing 06:11:04 b3b8043ee493: Preparing 06:11:04 06cb82d19147: Preparing 06:11:04 27e69fb41e8b: Preparing 06:11:04 f70ee36035b9: Preparing 06:11:04 653a324a0458: Layer already exists 06:11:04 f70ee36035b9: Layer already exists 06:11:04 b3b8043ee493: Layer already exists 06:11:04 06cb82d19147: Layer already exists 06:11:04 27e69fb41e8b: Layer already exists 06:11:05 latest: digest: sha256:09ee09285f46b63eed804dd41f4933e38cfc4a8758800f57dce293ad7c628873 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:05 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.69 06:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:11:05 653a324a0458: Preparing 06:11:05 b3b8043ee493: Preparing 06:11:05 06cb82d19147: Preparing 06:11:05 27e69fb41e8b: Preparing 06:11:05 f70ee36035b9: Preparing 06:11:05 27e69fb41e8b: Layer already exists 06:11:05 b3b8043ee493: Layer already exists 06:11:05 f70ee36035b9: Layer already exists 06:11:05 06cb82d19147: Layer already exists 06:11:05 653a324a0458: Layer already exists 06:11:06 3.0.0-dev.69: digest: sha256:09ee09285f46b63eed804dd41f4933e38cfc4a8758800f57dce293ad7c628873 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:11:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:11:06 653a324a0458: Preparing 06:11:06 b3b8043ee493: Preparing 06:11:06 06cb82d19147: Preparing 06:11:06 27e69fb41e8b: Preparing 06:11:06 f70ee36035b9: Preparing 06:11:06 f70ee36035b9: Layer already exists 06:11:06 653a324a0458: Layer already exists 06:11:06 b3b8043ee493: Layer already exists 06:11:06 27e69fb41e8b: Layer already exists 06:11:06 06cb82d19147: Layer already exists 06:11:07 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:09ee09285f46b63eed804dd41f4933e38cfc4a8758800f57dce293ad7c628873 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 06:11:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:11:07 653a324a0458: Preparing 06:11:07 b3b8043ee493: Preparing 06:11:07 06cb82d19147: Preparing 06:11:07 27e69fb41e8b: Preparing 06:11:07 f70ee36035b9: Preparing 06:11:07 27e69fb41e8b: Layer already exists 06:11:07 653a324a0458: Layer already exists 06:11:07 06cb82d19147: Layer already exists 06:11:07 b3b8043ee493: Layer already exists 06:11:07 f70ee36035b9: Layer already exists 06:11:08 main: digest: sha256:09ee09285f46b63eed804dd41f4933e38cfc4a8758800f57dce293ad7c628873 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:08 ===================================================== [Pipeline] echo 06:11:08 taggedImages: 06:11:08 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:11:08 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:11:08 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.69 06:11:08 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:11:08 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:11:08 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 06:11:08 0ed1034b3ab63d116b0414f8674ebacfe755126e 06:11:08 latest 06:11:08 3.0.0-dev.69 06:11:08 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:11:08 main 06:11:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:11:08 5f807cf88504: Preparing 06:11:08 c0303a056e01: Preparing 06:11:08 06cb82d19147: Preparing 06:11:08 e9d6b50ae6a8: Preparing 06:11:08 f70ee36035b9: Preparing 06:11:08 f70ee36035b9: Layer already exists 06:11:09 06cb82d19147: Layer already exists 06:11:09 e9d6b50ae6a8: Layer already exists 06:11:09 5f807cf88504: Pushed 06:11:15 c0303a056e01: Pushed 06:11:15 0ed1034b3ab63d116b0414f8674ebacfe755126e: digest: sha256:eaf17bef01aec1fa6666df4059886cda2e8fbddc97cf5e22a3ec0396ae88caa1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:16 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:11:16 5f807cf88504: Preparing 06:11:16 c0303a056e01: Preparing 06:11:16 06cb82d19147: Preparing 06:11:16 e9d6b50ae6a8: Preparing 06:11:16 f70ee36035b9: Preparing 06:11:16 06cb82d19147: Layer already exists 06:11:16 c0303a056e01: Layer already exists 06:11:16 5f807cf88504: Layer already exists 06:11:16 f70ee36035b9: Layer already exists 06:11:16 e9d6b50ae6a8: Layer already exists 06:11:16 latest: digest: sha256:eaf17bef01aec1fa6666df4059886cda2e8fbddc97cf5e22a3ec0396ae88caa1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:17 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.69 06:11:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:11:17 5f807cf88504: Preparing 06:11:17 c0303a056e01: Preparing 06:11:17 06cb82d19147: Preparing 06:11:17 e9d6b50ae6a8: Preparing 06:11:17 f70ee36035b9: Preparing 06:11:17 c0303a056e01: Layer already exists 06:11:17 5f807cf88504: Layer already exists 06:11:17 06cb82d19147: Layer already exists 06:11:17 e9d6b50ae6a8: Layer already exists 06:11:17 f70ee36035b9: Layer already exists 06:11:17 3.0.0-dev.69: digest: sha256:eaf17bef01aec1fa6666df4059886cda2e8fbddc97cf5e22a3ec0396ae88caa1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:17 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:11:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:11:18 5f807cf88504: Preparing 06:11:18 c0303a056e01: Preparing 06:11:18 06cb82d19147: Preparing 06:11:18 e9d6b50ae6a8: Preparing 06:11:18 f70ee36035b9: Preparing 06:11:18 e9d6b50ae6a8: Layer already exists 06:11:18 c0303a056e01: Layer already exists 06:11:18 5f807cf88504: Layer already exists 06:11:18 06cb82d19147: Layer already exists 06:11:18 f70ee36035b9: Layer already exists 06:11:18 0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69: digest: sha256:eaf17bef01aec1fa6666df4059886cda2e8fbddc97cf5e22a3ec0396ae88caa1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:18 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 06:11:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:11:19 5f807cf88504: Preparing 06:11:19 c0303a056e01: Preparing 06:11:19 06cb82d19147: Preparing 06:11:19 e9d6b50ae6a8: Preparing 06:11:19 f70ee36035b9: Preparing 06:11:19 5f807cf88504: Layer already exists 06:11:19 c0303a056e01: Layer already exists 06:11:19 06cb82d19147: Layer already exists 06:11:19 e9d6b50ae6a8: Layer already exists 06:11:19 f70ee36035b9: Layer already exists 06:11:19 main: digest: sha256:eaf17bef01aec1fa6666df4059886cda2e8fbddc97cf5e22a3ec0396ae88caa1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:19 ===================================================== [Pipeline] echo 06:11:19 taggedImages: 06:11:19 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e 06:11:19 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:11:19 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.69 06:11:19 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0ed1034b3ab63d116b0414f8674ebacfe755126e-3.0.0-dev.69 06:11:19 - 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 06:11:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:11:19 06:11:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:11:20 arm64: Pulling from edgex-lftools-log-publisher 06:11:20 8998bd30e6a1: Pulling fs layer 06:11:20 04944245beec: Pulling fs layer 06:11:20 699f458cf7ca: Pulling fs layer 06:11:20 765212b225bb: Pulling fs layer 06:11:20 f23df028b6ca: Pulling fs layer 06:11:20 765212b225bb: Waiting 06:11:20 d65c8cfc05b1: Pulling fs layer 06:11:20 f23df028b6ca: Waiting 06:11:20 d65c8cfc05b1: Waiting 06:11:20 2437ff75d9bd: Pulling fs layer 06:11:20 2437ff75d9bd: Waiting 06:11:20 04944245beec: Verifying Checksum 06:11:20 04944245beec: Download complete 06:11:20 765212b225bb: Verifying Checksum 06:11:20 765212b225bb: Download complete 06:11:20 f23df028b6ca: Verifying Checksum 06:11:20 f23df028b6ca: Download complete 06:11:20 d65c8cfc05b1: Download complete 06:11:20 699f458cf7ca: Verifying Checksum 06:11:20 699f458cf7ca: Download complete 06:11:21 8998bd30e6a1: Verifying Checksum 06:11:21 8998bd30e6a1: Download complete 06:11:23 2437ff75d9bd: Verifying Checksum 06:11:23 2437ff75d9bd: Download complete 06:11:25 8998bd30e6a1: Pull complete 06:11:25 04944245beec: Pull complete 06:11:27 699f458cf7ca: Pull complete 06:11:27 765212b225bb: Pull complete 06:11:28 f23df028b6ca: Pull complete 06:11:28 d65c8cfc05b1: Pull complete 06:11:43 2437ff75d9bd: Pull complete 06:11:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:11:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:43 prd-ubuntu20.04-docker-arm64-4c-16g-7905 does not seem to be running inside a container 06:11:43 $ 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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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 06:11:47 $ docker top 7c9ded1958319a5285ccbde8222cb539b237c407a9e6f2d340aefdb3d1f7ece3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:11:47 ---> job-cost.sh 06:11:47 lf-activate-venv: SKIPPING 06:11:47 INFO: No Stack... 06:11:48 INFO: Retrieving Pricing Info for: v3-standard-4 06:11:49 INFO: Archiving Costs [Pipeline] sh 06:11:49 + cut -d, -f6 06:11:49 + cat /w/workspace/edgex-go/430/archives/cost.csv [Pipeline] lock 06:11:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-430-stack-cost] 06:11:49 Resource [jenkins-edgexfoundry-edgex-go-main-430-stack-cost] did not exist. Created. 06:11:49 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-430-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:11:50 + echo total: 0.10999999940395355 [Pipeline] stash 06:11:51 Stashed 1 file(s) [Pipeline] } 06:11:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-430-stack-cost] [Pipeline] // lock [Pipeline] } 06:11:51 $ docker stop --time=1 7c9ded1958319a5285ccbde8222cb539b237c407a9e6f2d340aefdb3d1f7ece3 06:11:52 $ docker rm -f --volumes 7c9ded1958319a5285ccbde8222cb539b237c407a9e6f2d340aefdb3d1f7ece3 [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 06:11:53 provisioning config files... 06:11:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/430@tmp/config2473701675545584181tmp [Pipeline] { [Pipeline] sh 06:11:53 + set +x 06:11:53 + bash -s -- 06:11:53 + curl -s https://codecov.io/bash 06:11:53 06:11:53 _____ _ 06:11:53 / ____| | | 06:11:53 | | ___ __| | ___ ___ _____ __ 06:11:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:11:53 | |___| (_) | (_| | __/ (_| (_) \ V / 06:11:53 \_____\___/ \__,_|\___|\___\___/ \_/ 06:11:53 Bash-1.0.6 06:11:53 06:11:53 06:11:53 ==> git version 2.25.1 found 06:11:53 ==> 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 06:11:53 Release-Date: 2020-01-08 06:11:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:11:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:11:53 ==> Jenkins CI detected. 06:11:53 current dir:  /w/workspace/edgex-go/430 06:11:53 project root: . 06:11:53 --> token set from env 06:11:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:11:53 ==> Running gcov in . (disable via -X gcov) 06:11:53 ==> Python coveragepy not found 06:11:53 ==> Searching for coverage reports in: 06:11:53 + . 06:11:53 -> Found 1 reports 06:11:53 ==> Detecting git/mercurial file structure 06:11:53 ==> Reading reports 06:11:53 + ./coverage.out bytes=487670 06:11:53 ==> Appending adjustments 06:11:53 https://docs.codecov.io/docs/fixing-reports 06:11:55 + Found adjustments 06:11:55 ==> Gzipping contents 06:11:55 64K /tmp/codecov.SGbkCg.gz 06:11:55 ==> Uploading reports 06:11:55 url: https://codecov.io 06:11:55 query: branch=main&commit=0ed1034b3ab63d116b0414f8674ebacfe755126e&build=430&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F430%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:11:55 -> Pinging Codecov 06:11:55 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=0ed1034b3ab63d116b0414f8674ebacfe755126e&build=430&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F430%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:11:55 -> Uploading to 06:11:55 https://storage.googleapis.com/codecov/v4/raw/2023-03-01/00271124DB129430A58F1EEE437C3FCB/0ed1034b3ab63d116b0414f8674ebacfe755126e/e3d6f75f-7054-45fb-8324-07824af8795a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T061155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=19919d2680916621dc33c30f8c8ad98d78a07f02f37fe1df757a0cd01ede8152 06:11:55 % Total % Received % Xferd Average Speed Time Time Time Current 06:11:55 Dload Upload Total Spent Left Speed 06:11:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63109 0 0 100 63109 0 236k --:--:-- --:--:-- --:--:-- 236k 06:11:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/0ed1034b3ab63d116b0414f8674ebacfe755126e [Pipeline] } 06:11:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:11:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:11:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:11:56 06:11:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:11:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:11:56 df9b9388f04a: Pulling fs layer 06:11:56 52dc419b0ee2: Pulling fs layer 06:11:56 25bc292e5bac: Pulling fs layer 06:11:56 114826534d7a: Pulling fs layer 06:11:56 4657fd5d0bcf: Pulling fs layer 06:11:56 6ad1cebc031e: Pulling fs layer 06:11:56 8a3aa393b2d8: Pulling fs layer 06:11:56 6ad1cebc031e: Waiting 06:11:56 4657fd5d0bcf: Waiting 06:11:56 8a3aa393b2d8: Waiting 06:11:56 114826534d7a: Waiting 06:11:56 52dc419b0ee2: Download complete 06:11:56 4657fd5d0bcf: Verifying Checksum 06:11:56 4657fd5d0bcf: Download complete 06:11:56 df9b9388f04a: Download complete 06:11:56 df9b9388f04a: Pull complete 06:11:56 6ad1cebc031e: Verifying Checksum 06:11:56 6ad1cebc031e: Download complete 06:11:56 52dc419b0ee2: Pull complete 06:11:56 25bc292e5bac: Pull complete 06:11:57 114826534d7a: Verifying Checksum 06:11:57 114826534d7a: Download complete 06:11:57 8a3aa393b2d8: Verifying Checksum 06:11:57 8a3aa393b2d8: Download complete 06:12:00 114826534d7a: Pull complete 06:12:00 4657fd5d0bcf: Pull complete 06:12:00 6ad1cebc031e: Pull complete 06:12:03 8a3aa393b2d8: Pull complete 06:12:03 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 06:12:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:12:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:12:03 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 06:12:03 $ 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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:12:06 $ docker top 4120f8da684c01acf77d5494c5e8b7ae26c8102bd68e36f4a60135b0d00dbf82 -eo pid,comm [Pipeline] { [Pipeline] echo 06:12:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 06:12:06 + set -o pipefail 06:12:06 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 06:12:11 06:12:11 Monitoring /w/workspace/edgex-go/430 (github.com/edgexfoundry/edgex-go)... 06:12:11 06:12:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/8982ceda-8866-4698-a9e4-84da87674411 06:12:11 06:12:11 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 06:12:11 06:12:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:12:11 06:12:11 06:12:11 A medium severity vulnerability was found in the Snyk CLI versions you are using. 06:12:11 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 06:12:11 More details here: https://snyk.co/ue1NS [Pipeline] } 06:12:11 $ docker stop --time=1 4120f8da684c01acf77d5494c5e8b7ae26c8102bd68e36f4a60135b0d00dbf82 06:12:14 $ docker rm -f --volumes 4120f8da684c01acf77d5494c5e8b7ae26c8102bd68e36f4a60135b0d00dbf82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:12:14 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:12:14 provisioning config files... 06:12:14 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/430@tmp/config9583781453936751902tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:14 --> edgex-publish-swagger.sh 06:12:14 === Publish openapi/v3 API === 06:12:14 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 06:12:14 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/430/openapi/v3/core-command.yaml] 06:12:14 % Total % Received % Xferd Average Speed Time Time Time Current 06:12:14 Dload Upload Total Spent Left Speed 06:12:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 59366 --:--:-- --:--:-- --:--:-- 59366 06:12:14 06:12:14 06:12:14 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/430/openapi/v3/core-data.yaml] 06:12:15 % Total % Received % Xferd Average Speed Time Time Time Current 06:12:15 Dload Upload Total Spent Left Speed 06:12:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 636k --:--:-- --:--:-- --:--:-- 630k 100 69110 0 0 100 69110 0 138k --:--:-- --:--:-- --:--:-- 137k 06:12:15 06:12:15 06:12:15 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/430/openapi/v3/core-metadata.yaml] 06:12:15 % Total % Received % Xferd Average Speed Time Time Time Current 06:12:15 Dload Upload Total Spent Left Speed 06:12:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 270k --:--:-- --:--:-- --:--:-- 271k 06:12:16 06:12:16 06:12:16 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/430/openapi/v3/support-notifications.yaml] 06:12:16 % Total % Received % Xferd Average Speed Time Time Time Current 06:12:16 Dload Upload Total Spent Left Speed 06:12:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 138k --:--:-- --:--:-- --:--:-- 138k 06:12:16 06:12:16 06:12:16 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/430/openapi/v3/support-scheduler.yaml] 06:12:16 % Total % Received % Xferd Average Speed Time Time Time Current 06:12:16 Dload Upload Total Spent Left Speed 06:12:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 74892 --:--:-- --:--:-- --:--:-- 74727 100 34001 0 0 100 34001 0 74892 --:--:-- --:--:-- --:--:-- 74727 06:12:17 06:12:17 [Pipeline] } 06:12:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 06:12:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:12:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:12:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:12:17 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 06:12:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:12:18 $ docker top 6f427155b516a9720563a978d74207eaaf5f8995b11a408ad2807d93fb6020eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:12:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:12:18 [ssh-agent] Looking for ssh-agent implementation... 06:12:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:12:18 $ docker exec 6f427155b516a9720563a978d74207eaaf5f8995b11a408ad2807d93fb6020eb ssh-agent 06:12:18 SSH_AUTH_SOCK=/tmp/ssh-TCLlAwySOAsW/agent.32 06:12:18 SSH_AGENT_PID=38 06:12:18 Running ssh-add (command line suppressed) 06:12:18 Identity added: /w/workspace/edgex-go/430@tmp/private_key_8376926085349756061.key (/w/workspace/edgex-go/430@tmp/private_key_8376926085349756061.key) 06:12:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:12:19 + git semver tag 06:12:19 2023-03-01 06:12:19,320 [run_tag] DEBUG tag force:False 06:12:19 2023-03-01 06:12:19,320 [check_head_tag] DEBUG check head tag 06:12:19 2023-03-01 06:12:19,323 [execute] INFO git cat-file --batch-check 06:12:19 2023-03-01 06:12:19,324 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/430, universal_newlines=False, shell=None, istream=) 06:12:19 2023-03-01 06:12:19,329 [execute] INFO git cat-file --batch 06:12:19 2023-03-01 06:12:19,329 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/430, universal_newlines=False, shell=None, istream=) 06:12:19 2023-03-01 06:12:19,389 [read_version] DEBUG read version from /w/workspace/edgex-go/430/.semver/main 06:12:19 2023-03-01 06:12:19,390 [execute] INFO git tag -a v3.0.0-dev.69 -m v3.0.0-dev.69 06:12:19 2023-03-01 06:12:19,390 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.69', '-m', 'v3.0.0-dev.69'], cwd=/w/workspace/edgex-go/430, universal_newlines=False, shell=None, istream=None) 06:12:19 2023-03-01 06:12:19,395 [read_version] DEBUG read version from /w/workspace/edgex-go/430/.semver/main 06:12:19 3.0.0-dev.69 [Pipeline] } 06:12:19 $ docker exec --env ******** --env ******** 6f427155b516a9720563a978d74207eaaf5f8995b11a408ad2807d93fb6020eb ssh-agent -k 06:12:19 unset SSH_AUTH_SOCK; 06:12:19 unset SSH_AGENT_PID; 06:12:19 echo Agent pid 38 killed; 06:12:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:12:20 + git semver [Pipeline] } 06:12:20 $ docker stop --time=1 6f427155b516a9720563a978d74207eaaf5f8995b11a408ad2807d93fb6020eb 06:12:21 $ docker rm -f --volumes 6f427155b516a9720563a978d74207eaaf5f8995b11a408ad2807d93fb6020eb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:12:22 06:12:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:12:22 0.23.1-centos7: Pulling from edgex-lftools 06:12:22 ab5ef0e58194: Pulling fs layer 06:12:22 9712f1f96733: Pulling fs layer 06:12:22 63f879dbbcfc: Pulling fs layer 06:12:22 0d9ebad4ef96: Pulling fs layer 06:12:22 e9a5061849ea: Pulling fs layer 06:12:22 d747dcd14b5f: Pulling fs layer 06:12:22 2de7ff778b66: Pulling fs layer 06:12:22 d747dcd14b5f: Waiting 06:12:22 2de7ff778b66: Waiting 06:12:22 0d9ebad4ef96: Waiting 06:12:22 e9a5061849ea: Waiting 06:12:22 9712f1f96733: Verifying Checksum 06:12:22 9712f1f96733: Download complete 06:12:22 63f879dbbcfc: Verifying Checksum 06:12:22 63f879dbbcfc: Download complete 06:12:23 ab5ef0e58194: Download complete 06:12:23 e9a5061849ea: Verifying Checksum 06:12:23 e9a5061849ea: Download complete 06:12:23 0d9ebad4ef96: Verifying Checksum 06:12:23 0d9ebad4ef96: Download complete 06:12:23 d747dcd14b5f: Verifying Checksum 06:12:23 d747dcd14b5f: Download complete 06:12:23 2de7ff778b66: Verifying Checksum 06:12:23 2de7ff778b66: Download complete 06:12:26 ab5ef0e58194: Pull complete 06:12:26 9712f1f96733: Pull complete 06:12:27 63f879dbbcfc: Pull complete 06:12:31 0d9ebad4ef96: Pull complete 06:12:31 e9a5061849ea: Pull complete 06:12:31 d747dcd14b5f: Pull complete 06:12:32 2de7ff778b66: Pull complete 06:12:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:12:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:12:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:12:32 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 06:12:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:12:35 $ docker top b5ea27aef972c7573af965644972334c31b441d8a63a53f2ecfef1fc969469be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:12:35 provisioning config files... 06:12:35 copy managed file [sigul-config] to file:/w/workspace/edgex-go/430@tmp/config10889347840942031451tmp 06:12:35 copy managed file [sigul-password] to file:/w/workspace/edgex-go/430@tmp/config1359761257259030318tmp 06:12:35 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/430@tmp/config4201937772233520330tmp [Pipeline] { [Pipeline] echo 06:12:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:12:35 ---> sigul-configuration.sh 06:12:35 gpg: directory `/root/.gnupg' created 06:12:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:12:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:12:35 gpg: keyring `/root/.gnupg/secring.gpg' created 06:12:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:12:35 gpg: CAST5 encrypted data 06:12:35 gpg: encrypted with 1 passphrase 06:12:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:12:35 + mkdir /home/jenkins 06:12:35 + mkdir /home/jenkins/sigul [Pipeline] sh 06:12:36 + 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 06:12:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:12:36 ---> sigul-install.sh 06:12:36 Sigul already installed; skipping installation. [Pipeline] sh 06:12:36 + git tag --list 06:12:36 0.6.0 06:12:36 0.6.1 06:12:36 0.7.0 06:12:36 0.7.1 06:12:36 v1.0.0 06:12:36 v1.0.1 06:12:36 v1.1.0 06:12:36 v1.2.0 06:12:36 v1.2.1 06:12:36 v1.3.0 06:12:36 v1.3.1 06:12:36 v2.0.0 06:12:36 v2.1.0 06:12:36 v2.1.1 06:12:36 v2.1.1-dev.1 06:12:36 v2.1.1-dev.2 06:12:36 v2.1.1-dev.3 06:12:36 v2.1.1-dev.4 06:12:36 v2.1.1-dev.5 06:12:36 v2.1.1-dev.6 06:12:36 v2.1.1-dev.7 06:12:36 v2.1.1-dev.8 06:12:36 v2.1.2-dev.1 06:12:36 v2.2.0 06:12:36 v2.2.1-dev.1 06:12:36 v2.2.1-dev.10 06:12:36 v2.2.1-dev.11 06:12:36 v2.2.1-dev.12 06:12:36 v2.2.1-dev.13 06:12:36 v2.2.1-dev.14 06:12:36 v2.2.1-dev.15 06:12:36 v2.2.1-dev.16 06:12:36 v2.2.1-dev.17 06:12:36 v2.2.1-dev.18 06:12:36 v2.2.1-dev.19 06:12:36 v2.2.1-dev.2 06:12:36 v2.2.1-dev.20 06:12:36 v2.2.1-dev.21 06:12:36 v2.2.1-dev.22 06:12:36 v2.2.1-dev.23 06:12:36 v2.2.1-dev.24 06:12:36 v2.2.1-dev.25 06:12:36 v2.2.1-dev.26 06:12:36 v2.2.1-dev.27 06:12:36 v2.2.1-dev.28 06:12:36 v2.2.1-dev.29 06:12:36 v2.2.1-dev.3 06:12:36 v2.2.1-dev.4 06:12:36 v2.2.1-dev.5 06:12:36 v2.2.1-dev.6 06:12:36 v2.2.1-dev.7 06:12:36 v2.2.1-dev.8 06:12:36 v2.2.1-dev.9 06:12:36 v2.3.0 06:12:36 v2.3.0-dev.100 06:12:36 v2.3.0-dev.101 06:12:36 v2.3.0-dev.102 06:12:36 v2.3.0-dev.103 06:12:36 v2.3.0-dev.104 06:12:36 v2.3.0-dev.105 06:12:36 v2.3.0-dev.106 06:12:36 v2.3.0-dev.29 06:12:36 v2.3.0-dev.30 06:12:36 v2.3.0-dev.31 06:12:36 v2.3.0-dev.32 06:12:36 v2.3.0-dev.33 06:12:36 v2.3.0-dev.34 06:12:36 v2.3.0-dev.35 06:12:36 v2.3.0-dev.36 06:12:36 v2.3.0-dev.37 06:12:36 v2.3.0-dev.38 06:12:36 v2.3.0-dev.39 06:12:36 v2.3.0-dev.40 06:12:36 v2.3.0-dev.41 06:12:36 v2.3.0-dev.42 06:12:36 v2.3.0-dev.43 06:12:36 v2.3.0-dev.44 06:12:36 v2.3.0-dev.45 06:12:36 v2.3.0-dev.46 06:12:36 v2.3.0-dev.47 06:12:36 v2.3.0-dev.48 06:12:36 v2.3.0-dev.49 06:12:36 v2.3.0-dev.50 06:12:36 v2.3.0-dev.51 06:12:36 v2.3.0-dev.52 06:12:36 v2.3.0-dev.53 06:12:36 v2.3.0-dev.54 06:12:36 v2.3.0-dev.55 06:12:36 v2.3.0-dev.56 06:12:36 v2.3.0-dev.57 06:12:36 v2.3.0-dev.58 06:12:36 v2.3.0-dev.59 06:12:36 v2.3.0-dev.60 06:12:36 v2.3.0-dev.61 06:12:36 v2.3.0-dev.62 06:12:36 v2.3.0-dev.63 06:12:36 v2.3.0-dev.64 06:12:36 v2.3.0-dev.65 06:12:36 v2.3.0-dev.66 06:12:36 v2.3.0-dev.67 06:12:36 v2.3.0-dev.68 06:12:36 v2.3.0-dev.69 06:12:36 v2.3.0-dev.70 06:12:36 v2.3.0-dev.71 06:12:36 v2.3.0-dev.72 06:12:36 v2.3.0-dev.73 06:12:36 v2.3.0-dev.74 06:12:36 v2.3.0-dev.75 06:12:36 v2.3.0-dev.76 06:12:36 v2.3.0-dev.77 06:12:36 v2.3.0-dev.78 06:12:36 v2.3.0-dev.79 06:12:36 v2.3.0-dev.80 06:12:36 v2.3.0-dev.81 06:12:36 v2.3.0-dev.82 06:12:36 v2.3.0-dev.83 06:12:36 v2.3.0-dev.84 06:12:36 v2.3.0-dev.85 06:12:36 v2.3.0-dev.86 06:12:36 v2.3.0-dev.87 06:12:36 v2.3.0-dev.88 06:12:36 v2.3.0-dev.89 06:12:36 v2.3.0-dev.90 06:12:36 v2.3.0-dev.91 06:12:36 v2.3.0-dev.92 06:12:36 v2.3.0-dev.93 06:12:36 v2.3.0-dev.94 06:12:36 v2.3.0-dev.95 06:12:36 v2.3.0-dev.96 06:12:36 v2.3.0-dev.97 06:12:36 v2.3.0-dev.98 06:12:36 v2.3.0-dev.99 06:12:36 v2.3.1-dev.1 06:12:36 v2.3.1-dev.2 06:12:36 v2.3.1-dev.3 06:12:36 v2.3.1-dev.4 06:12:36 v2.3.1-dev.5 06:12:36 v3.0.0-dev.1 06:12:36 v3.0.0-dev.10 06:12:36 v3.0.0-dev.11 06:12:36 v3.0.0-dev.12 06:12:36 v3.0.0-dev.13 06:12:36 v3.0.0-dev.14 06:12:36 v3.0.0-dev.15 06:12:36 v3.0.0-dev.16 06:12:36 v3.0.0-dev.17 06:12:36 v3.0.0-dev.18 06:12:36 v3.0.0-dev.19 06:12:36 v3.0.0-dev.2 06:12:36 v3.0.0-dev.20 06:12:36 v3.0.0-dev.21 06:12:36 v3.0.0-dev.22 06:12:36 v3.0.0-dev.23 06:12:36 v3.0.0-dev.24 06:12:36 v3.0.0-dev.25 06:12:36 v3.0.0-dev.26 06:12:36 v3.0.0-dev.27 06:12:36 v3.0.0-dev.28 06:12:36 v3.0.0-dev.29 06:12:36 v3.0.0-dev.3 06:12:36 v3.0.0-dev.30 06:12:36 v3.0.0-dev.31 06:12:36 v3.0.0-dev.32 06:12:36 v3.0.0-dev.33 06:12:36 v3.0.0-dev.34 06:12:36 v3.0.0-dev.35 06:12:36 v3.0.0-dev.36 06:12:36 v3.0.0-dev.37 06:12:36 v3.0.0-dev.38 06:12:36 v3.0.0-dev.39 06:12:36 v3.0.0-dev.4 06:12:36 v3.0.0-dev.40 06:12:36 v3.0.0-dev.41 06:12:36 v3.0.0-dev.42 06:12:36 v3.0.0-dev.43 06:12:36 v3.0.0-dev.44 06:12:36 v3.0.0-dev.45 06:12:36 v3.0.0-dev.46 06:12:36 v3.0.0-dev.47 06:12:36 v3.0.0-dev.48 06:12:36 v3.0.0-dev.49 06:12:36 v3.0.0-dev.5 06:12:36 v3.0.0-dev.50 06:12:36 v3.0.0-dev.51 06:12:36 v3.0.0-dev.52 06:12:36 v3.0.0-dev.53 06:12:36 v3.0.0-dev.54 06:12:36 v3.0.0-dev.55 06:12:36 v3.0.0-dev.56 06:12:36 v3.0.0-dev.57 06:12:36 v3.0.0-dev.58 06:12:36 v3.0.0-dev.59 06:12:36 v3.0.0-dev.6 06:12:36 v3.0.0-dev.60 06:12:36 v3.0.0-dev.61 06:12:36 v3.0.0-dev.62 06:12:36 v3.0.0-dev.63 06:12:36 v3.0.0-dev.64 06:12:36 v3.0.0-dev.65 06:12:36 v3.0.0-dev.66 06:12:36 v3.0.0-dev.67 06:12:36 v3.0.0-dev.68 06:12:36 v3.0.0-dev.69 06:12:36 v3.0.0-dev.7 06:12:36 v3.0.0-dev.8 06:12:36 v3.0.0-dev.9 [Pipeline] sh 06:12:37 + lftools sign git-tag v3.0.0-dev.69 06:12:37 Signing Git tag with Sigul... 06:12:37 Signing v3.0.0-dev.69 [Pipeline] echo 06:12:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:12:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:12:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:12:38 $ docker stop --time=1 b5ea27aef972c7573af965644972334c31b441d8a63a53f2ecfef1fc969469be 06:12:39 $ docker rm -f --volumes b5ea27aef972c7573af965644972334c31b441d8a63a53f2ecfef1fc969469be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:12:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:12:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:12:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:12:40 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 06:12:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:12:41 $ docker top c065fc37446e2c431ac087167f50b19a9f13519f54db189c269cc4f3f5611a33 -eo pid,comm 06:12:41 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). 06:12:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:12:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:12:41 [ssh-agent] Looking for ssh-agent implementation... 06:12:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:12:41 $ docker exec c065fc37446e2c431ac087167f50b19a9f13519f54db189c269cc4f3f5611a33 ssh-agent 06:12:41 SSH_AUTH_SOCK=/tmp/ssh-oqb6B3wmugye/agent.31 06:12:41 SSH_AGENT_PID=37 06:12:41 Running ssh-add (command line suppressed) 06:12:41 Identity added: /w/workspace/edgex-go/430@tmp/private_key_14512336323733968759.key (/w/workspace/edgex-go/430@tmp/private_key_14512336323733968759.key) 06:12:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:12:41 + git semver bump pre 06:12:42 2023-03-01 06:12:42,077 [read_version] DEBUG read version from /w/workspace/edgex-go/430/.semver/main 06:12:42 2023-03-01 06:12:42,078 [bump_version] DEBUG bumping version:3.0.0-dev.69 on axis:pre with prefix:dev 06:12:42 2023-03-01 06:12:42,078 [bump_version] DEBUG bumped version:3.0.0-dev.70 06:12:42 2023-03-01 06:12:42,078 [write_version] DEBUG write version:3.0.0-dev.70 to path:/w/workspace/edgex-go/430/.semver/main with force:True 06:12:42 2023-03-01 06:12:42,078 [read_version] DEBUG read version from /w/workspace/edgex-go/430/.semver/main 06:12:42 2023-03-01 06:12:42,078 [write_file] DEBUG write to file:/w/workspace/edgex-go/430/.semver/main 06:12:42 2023-03-01 06:12:42,080 [execute] INFO git cat-file --batch-check 06:12:42 2023-03-01 06:12:42,080 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/430/.semver, universal_newlines=False, shell=None, istream=) 06:12:42 2023-03-01 06:12:42,087 [execute] INFO git cat-file --batch 06:12:42 2023-03-01 06:12:42,087 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/430/.semver, universal_newlines=False, shell=None, istream=) 06:12:42 2023-03-01 06:12:42,093 [read_version] DEBUG read version from /w/workspace/edgex-go/430/.semver/main 06:12:42 3.0.0-dev.70 [Pipeline] } 06:12:42 $ docker exec --env ******** --env ******** c065fc37446e2c431ac087167f50b19a9f13519f54db189c269cc4f3f5611a33 ssh-agent -k 06:12:42 unset SSH_AUTH_SOCK; 06:12:42 unset SSH_AGENT_PID; 06:12:42 echo Agent pid 37 killed; 06:12:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:12:42 + git semver [Pipeline] } 06:12:42 $ docker stop --time=1 c065fc37446e2c431ac087167f50b19a9f13519f54db189c269cc4f3f5611a33 06:12:44 $ docker rm -f --volumes c065fc37446e2c431ac087167f50b19a9f13519f54db189c269cc4f3f5611a33 [Pipeline] // withDockerContainer [Pipeline] sh 06:12:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:12:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:12:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:12:44 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 06:12:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:12:45 $ docker top 1faed49e936f48c7ce9fc02ee56de2daee5d7183dee168abb8d46b90041f08e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:12:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:12:45 [ssh-agent] Looking for ssh-agent implementation... 06:12:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:12:45 $ docker exec 1faed49e936f48c7ce9fc02ee56de2daee5d7183dee168abb8d46b90041f08e1 ssh-agent 06:12:45 SSH_AUTH_SOCK=/tmp/ssh-fG04bEkpJcwe/agent.32 06:12:45 SSH_AGENT_PID=38 06:12:45 Running ssh-add (command line suppressed) 06:12:45 Identity added: /w/workspace/edgex-go/430@tmp/private_key_6195280787590134407.key (/w/workspace/edgex-go/430@tmp/private_key_6195280787590134407.key) 06:12:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:12:46 + git semver push 06:12:46 2023-03-01 06:12:46,294 [run_push] DEBUG push 06:12:46 2023-03-01 06:12:46,294 [execute] INFO git cat-file --batch-check 06:12:46 2023-03-01 06:12:46,295 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/430/.semver, universal_newlines=False, shell=None, istream=) 06:12:46 2023-03-01 06:12:46,298 [execute] INFO git rev-list b77c216c584f7572ebfb117623c73ea6fd0641bd -- 06:12:46 2023-03-01 06:12:46,299 [execute] DEBUG Popen(['git', 'rev-list', 'b77c216c584f7572ebfb117623c73ea6fd0641bd', '--'], cwd=/w/workspace/edgex-go/430/.semver, universal_newlines=False, shell=None, istream=None) 06:12:46 2023-03-01 06:12:46,314 [execute] INFO git fetch -v origin 06:12:46 2023-03-01 06:12:46,315 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/430/.semver, universal_newlines=True, shell=None, istream=None) 06:12:47 2023-03-01 06:12:47,050 [run_push] DEBUG no remote changes detected 06:12:47 2023-03-01 06:12:47,050 [execute] INFO git push origin semver 06:12:47 2023-03-01 06:12:47,051 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/430/.semver, universal_newlines=False, shell=None, istream=None) 06:12:48 2023-03-01 06:12:47,924 [run_push] DEBUG push all version tags 06:12:48 2023-03-01 06:12:47,925 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:12:48 2023-03-01 06:12:47,925 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/430, universal_newlines=False, shell=None, istream=None) 06:12:49 2023-03-01 06:12:48,900 [read_version] DEBUG read version from /w/workspace/edgex-go/430/.semver/main 06:12:49 3.0.0-dev.70 [Pipeline] } 06:12:49 $ docker exec --env ******** --env ******** 1faed49e936f48c7ce9fc02ee56de2daee5d7183dee168abb8d46b90041f08e1 ssh-agent -k 06:12:49 unset SSH_AUTH_SOCK; 06:12:49 unset SSH_AGENT_PID; 06:12:49 echo Agent pid 38 killed; 06:12:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:12:49 + git semver [Pipeline] } 06:12:49 $ docker stop --time=1 1faed49e936f48c7ce9fc02ee56de2daee5d7183dee168abb8d46b90041f08e1 06:12:51 $ docker rm -f --volumes 1faed49e936f48c7ce9fc02ee56de2daee5d7183dee168abb8d46b90041f08e1 [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 06:12:51 + [ -d /w/workspace/edgex-go/430/archives ] [Pipeline] libraryResource [Pipeline] sh 06:12:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:12:52 ---> package-listing.sh 06:12:52 ++ facter osfamily 06:12:52 ++ tr '[:upper:]' '[:lower:]' 06:12:53 + OS_FAMILY=debian 06:12:53 + workspace=/w/workspace/edgex-go/430 06:12:53 + START_PACKAGES=/tmp/packages_start.txt 06:12:53 + END_PACKAGES=/tmp/packages_end.txt 06:12:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:12:53 + PACKAGES=/tmp/packages_start.txt 06:12:53 + '[' /w/workspace/edgex-go/430 ']' 06:12:53 + PACKAGES=/tmp/packages_end.txt 06:12:53 + case "${OS_FAMILY}" in 06:12:53 + dpkg -l 06:12:53 + grep '^ii' 06:12:53 + '[' -f /tmp/packages_start.txt ']' 06:12:53 + '[' -f /tmp/packages_end.txt ']' 06:12:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:12:53 + '[' /w/workspace/edgex-go/430 ']' 06:12:53 + mkdir -p /w/workspace/edgex-go/430/archives/ 06:12:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/430/archives/ [Pipeline] echo 06:12:53 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/430/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:12:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:12:54 06:12:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:12:54 latest: Pulling from edgex-lftools-log-publisher 06:12:54 5eb5b503b376: Pulling fs layer 06:12:54 5c69ac0246d0: Pulling fs layer 06:12:54 ec43610c2a17: Pulling fs layer 06:12:54 3a2ae6a8a46f: Pulling fs layer 06:12:54 33b1e0a273af: Pulling fs layer 06:12:54 5d3b04190fa2: Pulling fs layer 06:12:54 2f39f015ded8: Pulling fs layer 06:12:54 33b1e0a273af: Waiting 06:12:54 5d3b04190fa2: Waiting 06:12:54 3a2ae6a8a46f: Waiting 06:12:54 5c69ac0246d0: Verifying Checksum 06:12:54 5c69ac0246d0: Download complete 06:12:54 3a2ae6a8a46f: Verifying Checksum 06:12:54 3a2ae6a8a46f: Download complete 06:12:54 33b1e0a273af: Verifying Checksum 06:12:54 33b1e0a273af: Download complete 06:12:54 5d3b04190fa2: Verifying Checksum 06:12:54 5d3b04190fa2: Download complete 06:12:54 ec43610c2a17: Verifying Checksum 06:12:54 ec43610c2a17: Download complete 06:12:54 5eb5b503b376: Download complete 06:12:55 2f39f015ded8: Download complete 06:12:55 5eb5b503b376: Pull complete 06:12:56 5c69ac0246d0: Pull complete 06:12:56 ec43610c2a17: Pull complete 06:12:56 3a2ae6a8a46f: Pull complete 06:12:56 33b1e0a273af: Pull complete 06:12:56 5d3b04190fa2: Pull complete 06:13:02 2f39f015ded8: Pull complete 06:13:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:13:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:13:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:13:02 prd-ubuntu20.04-docker-8c-8g-7903 does not seem to be running inside a container 06:13:02 $ 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/430/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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:13:04 $ docker top 23def84097b1415753cfbecd30b31968fb9b95045aa8b731f52abdbc561d6c43 -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:04 + touch /tmp/pre-build-complete [Pipeline] sh 06:13:04 + mkdir -p /var/log/sysstat [Pipeline] sh 06:13:04 + ls /var/log/sa-host 06:13:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:13:05 provisioning config files... 06:13:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/430@tmp/config534905346245611957tmp [Pipeline] { [Pipeline] echo 06:13:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:13:05 ---> create-netrc.sh [Pipeline] } 06:13:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:13:05 ---> python-tools-install.sh [Pipeline] echo 06:13:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:13:05 ---> sudo-logs.sh 06:13:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:13:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:13:06 ---> job-cost.sh 06:13:06 lf-activate-venv: SKIPPING 06:13:06 DEBUG: total: 0.10999999940395355 06:13:06 INFO: Retrieving Stack Cost... 06:13:06 INFO: Retrieving Pricing Info for: v3-standard-8 06:13:07 INFO: Archiving Costs [Pipeline] echo 06:13:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:13:07 ---> logs-deploy.sh 06:13:07 lf-activate-venv: SKIPPING 06:13:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/430 06:13:07 INFO: archiving workspace using pattern(s): 06:13:08 Archives upload complete. 06:13:08 INFO: archiving logs to Nexus