Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4ba88bbe863d8b60b71eb382769d499e1a75b40c 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-ssh9831663248803916727.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-ssh13711877925592359284.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-ssh8626926923738943824.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-ssh12249966280990396053.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-ssh5379147206892725263.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-4139 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/389 [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/389 # 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 4ba88bbe863d8b60b71eb382769d499e1a75b40c (main) Commit message: "feat!: Remove old metrics collection and REST endpoint for all services (#4311)" > 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 4ba88bbe863d8b60b71eb382769d499e1a75b40c # timeout=10 > git rev-list --no-walk 5b3503b3ec54b2f611c817a2964a7928ebb06f53 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:23:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:23:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:23:18 ========================================================= 15:23:18 EdgeX Global Pipelines Version Info 15:23:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:23:19 ------------------- 15:23:19 stable info: 15:23:19 ------------------- 15:23:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:23:19 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:23:19 Message: update stable to v1.0.244 15:23:19 ------------------- 15:23:19 experimental info: 15:23:19 ------------------- 15:23:19 Commited By: **** collab-it+edgex@linuxfoundation.org 15:23:19 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:23:19 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:23:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4ba88bb [Pipeline] echo 15:23:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:23:20 provisioning config files... 15:23:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/389@tmp/config4255107933179132992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:23:20 ---> docker-login.sh 15:23:20 nexus3.edgexfoundry.org:10001 15:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:20 Configure a credential helper to remove this warning. See 15:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:20 15:23:20 Login Succeeded 15:23:20 nexus3.edgexfoundry.org:10002 15:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:20 Configure a credential helper to remove this warning. See 15:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:20 15:23:20 Login Succeeded 15:23:20 nexus3.edgexfoundry.org:10003 15:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:20 Configure a credential helper to remove this warning. See 15:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:20 15:23:20 Login Succeeded 15:23:20 nexus3.edgexfoundry.org:10004 15:23:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:21 Configure a credential helper to remove this warning. See 15:23:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:21 15:23:21 Login Succeeded 15:23:21 docker.io 15:23:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:21 Configure a credential helper to remove this warning. See 15:23:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:21 15:23:21 Login Succeeded 15:23:21 ---> docker-login.sh ends [Pipeline] } 15:23:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:23:21 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 15:23:21 + + dirname cmd/core-command/Dockerfile 15:23:21 cut -d/ -f2 15:23:21 + echo core-command,cmd/core-command/Dockerfile 15:23:21 + dirname cmd/core-common-config-bootstrapper/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 15:23:21 + dirname cmd/core-data/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo core-data,cmd/core-data/Dockerfile 15:23:21 + dirname cmd/core-metadata/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo core-metadata,cmd/core-metadata/Dockerfile 15:23:21 + dirname cmd/security-bootstrapper/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:23:21 + + cut -d/ -f2 15:23:21 dirname cmd/security-proxy-setup/Dockerfile 15:23:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:23:21 + dirname cmd/security-secretstore-setup/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:23:21 + dirname cmd/security-spiffe-token-provider/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:23:21 + + dirname cmd/security-spire-agent/Dockerfile 15:23:21 cut -d/ -f2 15:23:21 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:23:21 + dirname cmd/security-spire-config/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:23:21 + dirname cmd/security-spire-server/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:23:21 + dirname cmd/support-notifications/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo support-notifications,cmd/support-notifications/Dockerfile 15:23:21 + dirname cmd/support-scheduler/Dockerfile 15:23:21 + cut -d/ -f2 15:23:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 15:23:21 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:23:22 + git rev-list -1 --merges 4ba88bbe863d8b60b71eb382769d499e1a75b40c~1..4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] echo 15:23:22 -----------> git rev-list -1 --merges 4ba88bbe863d8b60b71eb382769d499e1a75b40c~1..4ba88bbe863d8b60b71eb382769d499e1a75b40c 4ba88bbe863d8b60b71eb382769d499e1a75b40c [false] [Pipeline] sh 15:23:22 + git log --format=format:%s -1 4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] echo 15:23:22 ========================================================= 15:23:22 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:23:22 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:23:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:23:22 + grep -v github /etc/ssh/ssh_known_hosts 15:23:22 + [ -e /tmp/ssh_known_hosts ] 15:23:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:23:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:23:22 + sudo tee -a /etc/ssh/ssh_known_hosts 15:23:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:23:23 15:23:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:23:23 0.1.4: Pulling from edgex-devops/py-git-semver 15:23:23 b85a868b505f: Pulling fs layer 15:23:23 e2be974225ed: Pulling fs layer 15:23:23 339a4e72a1f5: Pulling fs layer 15:23:23 988bab9f4d93: Pulling fs layer 15:23:23 1469e6f7b9e6: Pulling fs layer 15:23:23 eaf3925da568: Pulling fs layer 15:23:23 bab4dde63d76: Pulling fs layer 15:23:23 bde34c3a00c8: Pulling fs layer 15:23:23 b352a97aabf1: Pulling fs layer 15:23:23 4872d77fe225: Pulling fs layer 15:23:23 5851b861e8e6: Pulling fs layer 15:23:23 1469e6f7b9e6: Waiting 15:23:23 bab4dde63d76: Waiting 15:23:23 eaf3925da568: Waiting 15:23:23 bde34c3a00c8: Waiting 15:23:23 b352a97aabf1: Waiting 15:23:23 4872d77fe225: Waiting 15:23:23 5851b861e8e6: Waiting 15:23:23 988bab9f4d93: Waiting 15:23:23 e2be974225ed: Verifying Checksum 15:23:23 e2be974225ed: Download complete 15:23:23 1469e6f7b9e6: Verifying Checksum 15:23:23 1469e6f7b9e6: Download complete 15:23:23 eaf3925da568: Verifying Checksum 15:23:23 eaf3925da568: Download complete 15:23:23 339a4e72a1f5: Verifying Checksum 15:23:23 339a4e72a1f5: Download complete 15:23:23 bde34c3a00c8: Verifying Checksum 15:23:23 bde34c3a00c8: Download complete 15:23:24 b85a868b505f: Verifying Checksum 15:23:24 b85a868b505f: Download complete 15:23:24 b352a97aabf1: Verifying Checksum 15:23:24 b352a97aabf1: Download complete 15:23:24 4872d77fe225: Verifying Checksum 15:23:24 4872d77fe225: Download complete 15:23:24 5851b861e8e6: Verifying Checksum 15:23:24 5851b861e8e6: Download complete 15:23:24 bab4dde63d76: Verifying Checksum 15:23:24 bab4dde63d76: Download complete 15:23:25 b85a868b505f: Pull complete 15:23:25 e2be974225ed: Pull complete 15:23:25 339a4e72a1f5: Pull complete 15:23:26 988bab9f4d93: Pull complete 15:23:26 1469e6f7b9e6: Pull complete 15:23:26 eaf3925da568: Pull complete 15:23:28 bab4dde63d76: Pull complete 15:23:28 bde34c3a00c8: Pull complete 15:23:28 b352a97aabf1: Pull complete 15:23:28 4872d77fe225: Pull complete 15:23:28 5851b861e8e6: Pull complete 15:23:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:23:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:23:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:23:28 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:23:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:23:31 $ docker top 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:23:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:23:31 [ssh-agent] Looking for ssh-agent implementation... 15:23:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:23:31 $ docker exec 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 ssh-agent 15:23:31 SSH_AUTH_SOCK=/tmp/ssh-nZ0loEHlWL2Q/agent.31 15:23:31 SSH_AGENT_PID=37 15:23:31 Running ssh-add (command line suppressed) 15:23:32 Identity added: /w/workspace/edgex-go/389@tmp/private_key_2391255215466793901.key (/w/workspace/edgex-go/389@tmp/private_key_2391255215466793901.key) 15:23:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:23:32 + git tag --points-at HEAD [Pipeline] } 15:23:32 $ docker exec --env ******** --env ******** 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 ssh-agent -k 15:23:32 unset SSH_AUTH_SOCK; 15:23:32 unset SSH_AGENT_PID; 15:23:32 echo Agent pid 37 killed; 15:23:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:23:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:23:32 [ssh-agent] Looking for ssh-agent implementation... 15:23:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:23:32 $ docker exec 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 ssh-agent 15:23:32 SSH_AUTH_SOCK=/tmp/ssh-bCSceaKOx2fx/agent.69 15:23:32 SSH_AGENT_PID=75 15:23:32 Running ssh-add (command line suppressed) 15:23:32 Identity added: /w/workspace/edgex-go/389@tmp/private_key_17331796423826631053.key (/w/workspace/edgex-go/389@tmp/private_key_17331796423826631053.key) 15:23:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:23:33 + git semver init 15:23:33 2023-01-31 15:23:33,374 [run_init] DEBUG init version:0.0.0 force:False 15:23:33 2023-01-31 15:23:33,374 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/389/.semver 15:23:33 2023-01-31 15:23:33,375 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/389/.semver 15:23:33 2023-01-31 15:23:33,375 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/389/.semver'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=None) 15:23:40 2023-01-31 15:23:39,014 [append_file] DEBUG append to file:/w/workspace/edgex-go/389/.git/info/exclude 15:23:40 2023-01-31 15:23:39,015 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/389/.semver/main with force:False 15:23:40 2023-01-31 15:23:39,015 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main 15:23:40 2023-01-31 15:23:39,015 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main 15:23:40 3.0.0-dev.31 [Pipeline] } 15:23:40 $ docker exec --env ******** --env ******** 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 ssh-agent -k 15:23:40 unset SSH_AUTH_SOCK; 15:23:40 unset SSH_AGENT_PID; 15:23:40 echo Agent pid 75 killed; 15:23:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:23:40 + git semver [Pipeline] } 15:23:40 $ docker stop --time=1 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 15:23:42 $ docker rm -f --volumes 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 [Pipeline] // withDockerContainer [Pipeline] sh 15:23:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:23:42 Stashed 1 file(s) [Pipeline] echo 15:23:42 [edgeXSemver]: initialized semver on version 3.0.0-dev.31 [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 15:23:43 + git config --global --add safe.directory /w/workspace/edgex-go/389 [Pipeline] echo 15:23:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:23:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:23:43 ========================================================= 15:23:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:23:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:23:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:23:43 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:23:43 213ec9aee27d: Pulling fs layer 15:23:43 4583459ba037: Pulling fs layer 15:23:43 93c1e223e6f2: Pulling fs layer 15:23:43 53926ce57604: Pulling fs layer 15:23:43 21b2b0c7a3f4: Pulling fs layer 15:23:43 22ff95d597cd: Pulling fs layer 15:23:43 12d6caf4c0d1: Pulling fs layer 15:23:43 96b7cbca73a9: Pulling fs layer 15:23:43 a7acece74701: Pulling fs layer 15:23:43 53926ce57604: Waiting 15:23:43 96b7cbca73a9: Waiting 15:23:43 22ff95d597cd: Waiting 15:23:43 12d6caf4c0d1: Waiting 15:23:43 a7acece74701: Waiting 15:23:43 93c1e223e6f2: Download complete 15:23:43 4583459ba037: Verifying Checksum 15:23:43 4583459ba037: Download complete 15:23:43 21b2b0c7a3f4: Verifying Checksum 15:23:43 21b2b0c7a3f4: Download complete 15:23:43 22ff95d597cd: Verifying Checksum 15:23:43 22ff95d597cd: Download complete 15:23:43 213ec9aee27d: Download complete 15:23:43 12d6caf4c0d1: Download complete 15:23:43 213ec9aee27d: Pull complete 15:23:43 4583459ba037: Pull complete 15:23:43 93c1e223e6f2: Pull complete 15:23:45 a7acece74701: Verifying Checksum 15:23:45 a7acece74701: Download complete 15:23:45 96b7cbca73a9: Verifying Checksum 15:23:45 96b7cbca73a9: Download complete 15:23:45 53926ce57604: Verifying Checksum 15:23:45 53926ce57604: Download complete 15:23:49 53926ce57604: Pull complete 15:23:49 21b2b0c7a3f4: Pull complete 15:23:49 22ff95d597cd: Pull complete 15:23:49 12d6caf4c0d1: Pull complete 15:23:51 96b7cbca73a9: Pull complete 15:23:52 a7acece74701: Pull complete 15:23:52 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:23:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:23:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:23:52 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:23:52 WORKDIR /edgex 15:23:52 COPY go.mod . 15:23:52 RUN go mod download 15:23:52 + docker build -t ci-base-image-x86_64 -f - . 15:23:53 Sending build context to Docker daemon 170.1MB 15:23:53 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:23:53 ---> db6d94c90886 15:23:53 Step 2/4 : WORKDIR /edgex 15:23:57 Still waiting to schedule task 15:23:57 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4140’ 15:23:59 ---> Running in e87e192bc894 15:23:59 Removing intermediate container e87e192bc894 15:23:59 ---> 5f738c116965 15:23:59 Step 3/4 : COPY go.mod . 15:23:59 ---> 9bbde6f66692 15:23:59 Step 4/4 : RUN go mod download 15:23:59 ---> Running in 8885e31a4f2c 15:24:14 Removing intermediate container 8885e31a4f2c 15:24:14 ---> 6cbe2b46460a 15:24:14 Successfully built 6cbe2b46460a 15:24:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:14 + docker inspect -f . ci-base-image-x86_64 15:24:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:24:14 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:24:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:24:15 $ docker top 0dfb8a2779a16821765e0b7b76ca3cbe2bbd52f63a8ec9f8567a539ba3aff02a -eo pid,comm [Pipeline] { [Pipeline] sh 15:24:15 + go version 15:24:15 go version go1.18.7 linux/amd64 [Pipeline] } 15:24:15 $ docker stop --time=1 0dfb8a2779a16821765e0b7b76ca3cbe2bbd52f63a8ec9f8567a539ba3aff02a 15:24:16 $ docker rm -f --volumes 0dfb8a2779a16821765e0b7b76ca3cbe2bbd52f63a8ec9f8567a539ba3aff02a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:17 + docker inspect -f . ci-base-image-x86_64 15:24:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:24:17 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:24:17 $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:24:17 $ docker top c6d5f3bf5601d1349dfba3bb3d5ff4a78be94889839621309f75f87b05d5d79e -eo pid,comm [Pipeline] { [Pipeline] echo 15:24:17 ========================================================= 15:24:17 [edgeXBuildGoParallel] Running Tests and Build... 15:24:17 ========================================================= [Pipeline] sh 15:24:18 + git config --global --add safe.directory /w/workspace/edgex-go/389 [Pipeline] fileExists [Pipeline] sh 15:24:18 + make test 15:24:18 go test -race -coverprofile=coverage.out ./... 15:24:25 ? github.com/edgexfoundry/edgex-go [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.073s coverage: 28.7% of statements 15:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.125s coverage: 98.5% of statements 15:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.129s coverage: 43.1% of statements 15:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.125s coverage: 54.0% of statements 15:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.335s coverage: 89.2% of statements 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.097s coverage: 2.6% of statements 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.498s coverage: 95.6% of statements 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.090s coverage: 65.9% of statements 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.083s coverage: 0.9% of statements 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements 15:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.066s coverage: 79.5% of statements 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 15:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements 15:24:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 15:24:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 15:24:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.227s coverage: 79.9% of statements 15:24:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 65.1% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.089s coverage: 86.9% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.092s coverage: 87.2% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 77.4% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.0% of statements 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.2% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.7% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 65.3% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 41.8% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.077s coverage: 17.7% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.159s coverage: 92.3% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:25:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.096s coverage: 97.7% of statements 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:25:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:25:01 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 15:25:19 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." 15:25:19 go vet ./... 15:25:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:25:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:25:23 ./bin/test-attribution-txt.sh [Pipeline] echo 15:25:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:25:23 + ls -al . 15:25:23 total 744 15:25:23 drwxrwxr-x 11 1001 1001 4096 Jan 31 15:24 . 15:25:23 drwxr-xr-x 4 root root 4096 Jan 31 15:24 .. 15:25:23 drwxrwxr-x 2 1001 1001 4096 Jan 31 15:23 .blubracket 15:25:23 -rw-rw-r-- 1 1001 1001 16 Jan 31 15:23 .dockerignore 15:25:23 drwxrwxr-x 8 1001 1001 4096 Jan 31 15:25 .git 15:25:23 drwxrwxr-x 3 1001 1001 4096 Jan 31 15:23 .github 15:25:23 -rw-rw-r-- 1 1001 1001 1024 Jan 31 15:23 .gitignore 15:25:23 -rw-rw-r-- 1 1001 1001 42 Jan 31 15:23 .golangci.yml 15:25:23 -rw-rw-r-- 1 1001 1001 87 Jan 31 15:23 .hadolint.yml 15:25:23 drwxr-xr-x 3 1001 1001 4096 Jan 31 15:23 .semver 15:25:23 -rw-rw-r-- 1 1001 1001 166 Jan 31 15:23 .sonarcloud.properties 15:25:23 -rw-rw-r-- 1 1001 1001 1171 Jan 31 15:23 ADOPTERS.md 15:25:23 -rw-rw-r-- 1 1001 1001 10825 Jan 31 15:23 Attribution.txt 15:25:23 -rw-rw-r-- 1 1001 1001 73765 Jan 31 15:23 CHANGELOG.md 15:25:23 -rw-rw-r-- 1 1001 1001 3804 Jan 31 15:23 CONTRIBUTING.md 15:25:23 -rw-rw-r-- 1 1001 1001 677 Jan 31 15:23 GOVERNANCE.md 15:25:23 -rw-rw-r-- 1 1001 1001 850 Jan 31 15:23 Jenkinsfile 15:25:23 -rw-rw-r-- 1 1001 1001 10775 Jan 31 15:23 LICENSE 15:25:23 -rw-rw-r-- 1 1001 1001 13388 Jan 31 15:23 Makefile 15:25:23 -rw-rw-r-- 1 1001 1001 582 Jan 31 15:23 OWNERS.md 15:25:23 -rw-rw-r-- 1 1001 1001 9403 Jan 31 15:23 README.md 15:25:23 -rw-rw-r-- 1 1001 1001 6912 Jan 31 15:23 SECURITY.md 15:25:23 -rw-rw-r-- 1 1001 1001 12 Jan 31 15:23 VERSION 15:25:23 drwxrwxr-x 2 1001 1001 4096 Jan 31 15:23 bin 15:25:23 drwxrwxr-x 17 1001 1001 4096 Jan 31 15:23 cmd 15:25:23 -rw-r--r-- 1 root root 486197 Jan 31 15:25 coverage.out 15:25:23 -rw-rw-r-- 1 1001 1001 3365 Jan 31 15:23 go.mod 15:25:23 -rw-rw-r-- 1 1001 1001 34951 Jan 31 15:23 go.sum 15:25:23 drwxrwxr-x 7 1001 1001 4096 Jan 31 15:23 internal 15:25:23 drwxrwxr-x 3 1001 1001 4096 Jan 31 15:23 openapi 15:25:23 drwxrwxr-x 4 1001 1001 4096 Jan 31 15:23 snap 15:25:23 -rw-rw-r-- 1 1001 1001 204 Jan 31 15:23 version.go [Pipeline] sh 15:25:23 + '[' -e coverage.out ] 15:25:23 + chown 1001:1001 coverage.out [Pipeline] stash 15:25:23 Stashed 1 file(s) [Pipeline] sh 15:25:24 + make build 15:25:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:25:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:25:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:25:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:25:38 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:25:44 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:25:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:25:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:25:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:25:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:25:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:25:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:25:54 $ docker stop --time=1 c6d5f3bf5601d1349dfba3bb3d5ff4a78be94889839621309f75f87b05d5d79e 15:26:00 $ docker rm -f --volumes c6d5f3bf5601d1349dfba3bb3d5ff4a78be94889839621309f75f87b05d5d79e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:01 15:26:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:01 latest: Pulling from edgex-devops/edgex-compose 15:26:01 cbdbe7a5bc2a: Pulling fs layer 15:26:01 ca9280d653b3: Pulling fs layer 15:26:01 7e9c9ca2126c: Pulling fs layer 15:26:02 cbdbe7a5bc2a: Download complete 15:26:02 ca9280d653b3: Verifying Checksum 15:26:02 ca9280d653b3: Download complete 15:26:02 cbdbe7a5bc2a: Pull complete 15:26:02 7e9c9ca2126c: Verifying Checksum 15:26:02 ca9280d653b3: Pull complete 15:26:06 7e9c9ca2126c: Pull complete 15:26:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:26:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:06 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:26:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:26:09 $ docker top 3b221044f9d1a9fd48a963b338d9b02cb52110604739a252945cf2befe4cf237 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:09 + docker-compose build --help+ 15:26:09 grep parallel 15:26:10 --parallel Build images in parallel. [Pipeline] } 15:26:10 $ docker stop --time=1 3b221044f9d1a9fd48a963b338d9b02cb52110604739a252945cf2befe4cf237 15:26:11 $ docker rm -f --volumes 3b221044f9d1a9fd48a963b338d9b02cb52110604739a252945cf2befe4cf237 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:12 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:26:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:26:12 $ docker top 5da37fe3e0261a3995d5053be166077ba4a6b180fd218c1f2e8054537cfa5dfb -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:12 + docker-compose -f ./docker-compose-build.yml build --parallel 15:26:13 Building core-command ... 15:26:13 Building core-common-config-bootstrapper ... 15:26:13 Building core-data ... 15:26:13 Building core-metadata ... 15:26:13 Building security-bootstrapper ... 15:26:13 Building security-proxy-setup ... 15:26:13 Building security-secretstore-setup ... 15:26:13 Building security-spiffe-token-provider ... 15:26:13 Building security-spire-agent ... 15:26:13 Building security-spire-config ... 15:26:13 Building security-spire-server ... 15:26:13 Building support-notifications ... 15:26:13 Building support-scheduler ... 15:26:13 Building security-secretstore-setup 15:26:13 Building support-notifications 15:26:13 Building core-data 15:26:13 Building core-command 15:26:13 Building security-spire-server 15:26:23 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:26:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:26:23 ---> 6cbe2b46460a 15:26:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:26:23 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:26:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:26:23 ---> 6cbe2b46460a 15:26:23 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:26:23 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:26:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:26:23 ---> 6cbe2b46460a 15:26:23 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:26:23 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:26:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:26:23 ---> 6cbe2b46460a 15:26:23 Step 3/23 : WORKDIR /edgex-go 15:26:24 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:26:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:26:24 ---> 6cbe2b46460a 15:26:24 Step 3/24 : WORKDIR /edgex-go 15:26:34 ---> Running in ad68d202243e 15:26:34 ---> Running in 10b83021570c 15:26:34 ---> Running in 33d02d2c873d 15:26:34 ---> Running in 22bb693d37e7 15:26:34 ---> Running in 3700890ec590 15:26:34 Removing intermediate container ad68d202243e 15:26:34 ---> 906a00b5d2eb 15:26:34 Step 4/23 : WORKDIR /edgex-go 15:26:34 Removing intermediate container 33d02d2c873d 15:26:34 ---> b2e647334020 15:26:34 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:26:34 Removing intermediate container 10b83021570c 15:26:34 ---> e1e14c8519a6 15:26:34 Step 4/22 : WORKDIR /edgex-go 15:26:34 Removing intermediate container 22bb693d37e7 15:26:34 ---> 03cd4f2de9db 15:26:34 Step 4/24 : RUN apk add --update --no-cache make git 15:26:34 Removing intermediate container 3700890ec590 15:26:34 ---> 60c6ac892a18 15:26:34 Step 4/22 : WORKDIR /edgex-go 15:26:34 ---> Running in f53edb000f0e 15:26:34 ---> Running in 6ba309e81d30 15:26:34 ---> Running in 33cb4ea1f215 15:26:34 ---> Running in bc4c142c272f 15:26:34 ---> Running in 8092da6ff24d 15:26:34 Removing intermediate container f53edb000f0e 15:26:34 ---> f57922ad60ee 15:26:34 Step 5/23 : RUN apk add --update --no-cache make git 15:26:34 ---> Running in 3c88d8df02cb 15:26:34 Removing intermediate container 33cb4ea1f215 15:26:34 ---> 747f18b2d399 15:26:34 Step 5/22 : RUN apk add --update --no-cache make git 15:26:34 Removing intermediate container 8092da6ff24d 15:26:34 ---> 9e9e3d3dff68 15:26:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:26:34 ---> Running in ec15fe77d313 15:26:34 ---> Running in 66ec238fb0e3 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:26:34 OK: 211 MiB in 51 packages 15:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:26:34 OK: 211 MiB in 51 packages 15:26:34 OK: 211 MiB in 51 packages 15:26:34 OK: 211 MiB in 51 packages 15:26:34 OK: 211 MiB in 51 packages 15:26:34 Removing intermediate container 6ba309e81d30 15:26:34 ---> 065df7a7c601 15:26:34 Step 5/23 : COPY go.mod vendor* ./ 15:26:34 ---> 710b8760a3d8 15:26:34 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:26:34 ---> Running in 49b5e4e5c895 15:26:34 Removing intermediate container bc4c142c272f 15:26:34 ---> 60b111301f0e 15:26:34 Step 5/24 : COPY go.mod vendor* ./ 15:26:34 Removing intermediate container ec15fe77d313 15:26:34 ---> 8a6f9626b835 15:26:34 Step 6/22 : COPY go.mod vendor* ./ 15:26:34 Removing intermediate container 66ec238fb0e3 15:26:34 ---> 4c92326963ef 15:26:34 Step 6/22 : COPY go.mod vendor* ./ 15:26:34 ---> 86cb7643da76 15:26:34 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:26:34 Removing intermediate container 3c88d8df02cb 15:26:34 ---> 2560bb62f38d 15:26:34 Step 6/23 : COPY go.mod vendor* ./ 15:26:34 ---> Running in 5b087ce0bdd5 15:26:34 ---> 104030a38126 15:26:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:26:34 ---> Running in 44a9b26ef186 15:26:34 ---> 084efc604e59 15:26:34 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:26:34 ---> 8151ab6262c1 15:26:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:26:34 ---> Running in c4ca0cf1186f 15:26:34 ---> Running in 116d27a08ca8 15:27:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4142 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 15:27:22 Running in /w/workspace/edgex-go/389 [Pipeline] { [Pipeline] checkout 15:27:22 The recommended git tool is: git 15:27:28 using credential edgex-jenkins-ssh 15:27:28 Cloning the remote Git repository 15:27:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:27:28 > git init /w/workspace/edgex-go/389 # timeout=10 15:27:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:27:28 > git --version # timeout=10 15:27:28 > git --version # 'git version 2.25.1' 15:27:28 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:27:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:47 Avoid second fetch 15:27:47 Checking out Revision 4ba88bbe863d8b60b71eb382769d499e1a75b40c (main) 15:27:48 Commit message: "feat!: Remove old metrics collection and REST endpoint for all services (#4311)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:27:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:27:49 % Total % Received % Xferd Average Speed Time Time Time Current 15:27:49 Dload Upload Total Spent Left Speed 15:27:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 93072 15:27:47 > git config core.sparsecheckout # timeout=10 15:27:47 > git checkout -f 4ba88bbe863d8b60b71eb382769d499e1a75b40c # timeout=10 [Pipeline] sh 15:27:50 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:27:50 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:27:50 + sudo tee /etc/docker/daemon.new 15:27:50 { 15:27:50 "registry-mirrors": [ 15:27:50 "https://nexus3.edgexfoundry.org:10001" 15:27:50 ], 15:27:50 "bip": "10.250.0.254/24", 15:27:50 "hosts": [ 15:27:50 "tcp://0.0.0.0:5555", 15:27:50 "unix:///var/run/docker.sock" 15:27:50 ], 15:27:50 "mtu": 1458, 15:27:50 "selinux-enabled": true, 15:27:50 "seccomp-profile": "/etc/docker/seccomp.json" 15:27:50 } [Pipeline] sh 15:27:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:27:51 + sudo service docker restart 15:27:56 Removing intermediate container c4ca0cf1186f 15:27:56 ---> 837313f13497 15:27:56 Step 8/22 : COPY . . 15:27:56 Removing intermediate container 5b087ce0bdd5 15:27:56 ---> 38e674edc511 15:27:56 Step 7/24 : COPY . . 15:27:56 Removing intermediate container 49b5e4e5c895 15:27:56 ---> a22a33218b25 15:27:56 Step 7/23 : COPY . . 15:27:56 Removing intermediate container 116d27a08ca8 15:27:56 ---> af4049297241 15:27:56 Step 8/23 : COPY . . 15:27:56 Removing intermediate container 44a9b26ef186 15:27:56 ---> 4785f0cc61e3 15:27:56 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:28:09 provisioning config files... 15:28:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/389@tmp/config3287515063207973477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:28:09 ---> docker-login.sh 15:28:09 nexus3.edgexfoundry.org:10001 15:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:10 Configure a credential helper to remove this warning. See 15:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:10 15:28:10 Login Succeeded 15:28:10 nexus3.edgexfoundry.org:10002 15:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:10 Configure a credential helper to remove this warning. See 15:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:10 15:28:10 Login Succeeded 15:28:10 nexus3.edgexfoundry.org:10003 15:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:10 Configure a credential helper to remove this warning. See 15:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:10 15:28:10 Login Succeeded 15:28:10 nexus3.edgexfoundry.org:10004 15:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:11 Configure a credential helper to remove this warning. See 15:28:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:11 15:28:11 Login Succeeded 15:28:11 docker.io 15:28:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:28:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:28:11 Configure a credential helper to remove this warning. See 15:28:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:28:11 15:28:11 Login Succeeded 15:28:11 ---> docker-login.sh ends [Pipeline] } 15:28:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 15:28:12 + git config --global --add safe.directory /w/workspace/edgex-go/389 [Pipeline] echo 15:28:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:28:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:28:12 ========================================================= 15:28:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:28:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:28:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:28:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:28:12 9b18e9b68314: Pulling fs layer 15:28:12 35d82f9e3411: Pulling fs layer 15:28:12 e16973657156: Pulling fs layer 15:28:12 fc693d55d65f: Pulling fs layer 15:28:12 7e9fc2657dce: Pulling fs layer 15:28:12 dda99020689f: Pulling fs layer 15:28:12 db1c61fa0a46: Pulling fs layer 15:28:12 891c053d2c06: Pulling fs layer 15:28:12 dda99020689f: Waiting 15:28:12 db1c61fa0a46: Waiting 15:28:12 891c053d2c06: Waiting 15:28:12 fc693d55d65f: Waiting 15:28:12 7e9fc2657dce: Waiting 15:28:13 e16973657156: Verifying Checksum 15:28:13 e16973657156: Download complete 15:28:13 35d82f9e3411: Verifying Checksum 15:28:13 35d82f9e3411: Download complete 15:28:13 7e9fc2657dce: Download complete 15:28:13 dda99020689f: Verifying Checksum 15:28:13 dda99020689f: Download complete 15:28:13 9b18e9b68314: Verifying Checksum 15:28:13 9b18e9b68314: Download complete 15:28:14 9b18e9b68314: Pull complete 15:28:14 891c053d2c06: Verifying Checksum 15:28:14 891c053d2c06: Download complete 15:28:14 35d82f9e3411: Pull complete 15:28:14 e16973657156: Pull complete 15:28:15 db1c61fa0a46: Verifying Checksum 15:28:15 db1c61fa0a46: Download complete 15:28:16 fc693d55d65f: Download complete 15:28:23 ---> 66b85b9a8cd9 15:28:23 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:28:23 ---> 6a1856f0ed57 15:28:23 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:28:23 ---> 5e06f7ac40f3 15:28:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:28:23 ---> d593096e988f 15:28:23 ---> 6c55ea58d828 15:28:23 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-dataStep 8/23 : ARG SPIRE_RELEASE=1.2.1 15:28:23 15:28:23 ---> Running in 13227a9e0712 15:28:23 ---> Running in 95b8260fda48 15:28:23 ---> Running in 4b3d0b91c104 15:28:23 ---> Running in dc7a36c93756 15:28:23 ---> Running in 403700704d1f 15:28:23 Removing intermediate container 403700704d1f 15:28:23 ---> 38340074c10e 15:28:23 Step 9/23 : WORKDIR /edgex-go/spire-build 15:28:23 ---> Running in 429bd264bf33 15:28:23 Removing intermediate container 429bd264bf33 15:28:23 ---> a9a6ba78bdea 15:28:23 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 15:28:23 ---> Running in cbb5ac0bee8c 15:28:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:28:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:28:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:28:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:28:23 Removing intermediate container cbb5ac0bee8c 15:28:23 ---> cbd20ff31fac 15:28:23 Step 11/23 : WORKDIR /edgex-go 15:28:23 ---> Running in db92f0b93155 15:28:23 Removing intermediate container db92f0b93155 15:28:23 ---> 9d7d9fd07997 15:28:23 15:28:23 Step 12/23 : FROM alpine:3.15 15:28:23 3.15: Pulling from library/alpine 15:28:23 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 15:28:23 Status: Downloaded newer image for alpine:3.15 15:28:23 ---> c4fc93816858 15:28:23 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:28:23 ---> Running in 51f5bebabb02 15:28:23 Removing intermediate container 51f5bebabb02 15:28:23 ---> db0790cb6675 15:28:23 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:28:23 ---> Running in 565bc76d59ed 15:28:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:28:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:28:23 v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:28:23 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:28:23 OK: 15859 distinct packages available 15:28:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:28:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:28:24 (1/5) Installing dumb-init (1.2.5-r1) 15:28:24 (2/5) Installing musl-obstack (1.2.3-r0) 15:28:24 (3/5) Installing libucontext (1.1-r0) 15:28:24 (4/5) Installing gcompat (1.0.0-r4) 15:28:24 (5/5) Installing openssl (1.1.1s-r1) 15:28:24 Executing busybox-1.34.1-r7.trigger 15:28:24 OK: 7 MiB in 19 packages 15:28:27 Removing intermediate container 565bc76d59ed 15:28:27 ---> 4267b4b905f7 15:28:27 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:28:28 fc693d55d65f: Pull complete 15:28:28 7e9fc2657dce: Pull complete 15:28:28 dda99020689f: Pull complete 15:28:34 ---> 40285d28f6e6 15:28:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:28:35 db1c61fa0a46: Pull complete 15:28:36 891c053d2c06: Pull complete 15:28:36 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:28:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:28:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:28:36 ---> 63234781fb9a 15:28:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:28:36 + docker build -t ci-base-image-arm64 -f - . 15:28:36 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:28:36 WORKDIR /edgex 15:28:36 COPY go.mod . 15:28:36 RUN go mod download 15:28:37 ---> 70a39e18e37a 15:28:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:28:37 Sending build context to Docker daemon 3.093MB 15:28:37 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:28:37 ---> f96f9c87975a 15:28:37 Step 2/4 : WORKDIR /edgex 15:28:39 ---> Running in 58b9effcc5d9 15:28:39 Removing intermediate container 58b9effcc5d9 15:28:39 ---> bfcb7a8a2ea2 15:28:39 Step 3/4 : COPY go.mod . 15:28:39 ---> 46d8cd56cb81 15:28:39 Step 4/4 : RUN go mod download 15:28:40 ---> Running in 87c88117f5cd 15:28:40 ---> 7eeb7840d539 15:28:40 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:28:41 ---> Running in a12d4afe2f09 15:28:42 Removing intermediate container a12d4afe2f09 15:28:42 ---> 215c15fe2dfb 15:28:42 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:28:42 ---> Running in d518e7e848e2 15:28:44 Removing intermediate container d518e7e848e2 15:28:44 ---> 611c2686425d 15:28:44 Step 21/23 : LABEL arch=x86_64 15:28:45 ---> Running in 2d2a9fb4a135 15:28:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:28:48 Removing intermediate container 2d2a9fb4a135 15:28:48 ---> 94b559c12490 15:28:48 Step 22/23 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:28:51 ---> Running in 7ad80043398e 15:28:51 Removing intermediate container 7ad80043398e 15:28:51 ---> a4406ba0bd23 15:28:51 Step 23/23 : LABEL version=3.0.0-dev.31 15:28:51 ---> Running in 9be94c04d01f 15:28:51 Removing intermediate container 9be94c04d01f 15:28:51 ---> 41d377083302 15:28:51 15:28:51 Successfully built 41d377083302 15:28:51 Successfully tagged security-spire-server:latest 15:28:51  Building security-spire-server ... done Building security-bootstrapper 15:28:58 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:28:58 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:28:58 ---> 6cbe2b46460a 15:28:58 Step 3/32 : WORKDIR /edgex-go 15:28:58 ---> Using cache 15:28:58 ---> 03cd4f2de9db 15:28:58 Step 4/32 : RUN apk add --update --no-cache make git 15:28:58 ---> Using cache 15:28:58 ---> 60b111301f0e 15:28:58 Step 5/32 : COPY go.mod vendor* ./ 15:28:58 ---> Using cache 15:28:58 ---> 86cb7643da76 15:28:58 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:28:58 ---> Using cache 15:28:58 ---> 38e674edc511 15:28:58 Step 7/32 : COPY . . 15:28:58 ---> Using cache 15:28:58 ---> 6a1856f0ed57 15:28:58 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:29:02 ---> Running in 8ce2732d2cff 15:29:02 Removing intermediate container 95b8260fda48 15:29:02 ---> f34d987cdda6 15:29:02 15:29:02 Step 9/24 : FROM alpine:3.16 15:29:02 Removing intermediate container 4b3d0b91c104 15:29:02 ---> d65774331fbd 15:29:02 15:29:02 Step 10/23 : FROM alpine:3.16 15:29:02 Removing intermediate container dc7a36c93756 15:29:02 ---> 88bdad8fdb5e 15:29:02 15:29:02 Step 10/22 : FROM alpine:3.16 15:29:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:29:03 3.16: Pulling from library/alpine 15:29:03 3.16: Pulling from library/alpine 15:29:03 3.16: Pulling from library/alpine 15:29:06 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:29:06 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:29:06 Status: Downloaded newer image for alpine:3.16 15:29:06 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:29:06 Status: Image is up to date for alpine:3.16 15:29:06 Status: Image is up to date for alpine:3.16 15:29:06 ---> bfe296a52501 15:29:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:29:06 ---> bfe296a52501 15:29:06 ---> bfe296a52501 15:29:06 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-execStep 11/23 : RUN apk add --update --no-cache dumb-init 15:29:06 15:29:06 ---> Running in 43e0dea92795 15:29:06 ---> Running in c1ee34c99783 15:29:06 ---> Running in 9049ad865db7 15:29:06 Removing intermediate container 13227a9e0712 15:29:06 ---> b8ec46896164 15:29:06 15:29:06 Step 10/22 : FROM alpine:3.16 15:29:06 ---> bfe296a52501 15:29:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:29:06 ---> Running in 9c34f8ed4aa6 15:29:06 Removing intermediate container 43e0dea92795 15:29:06 ---> 271965066c45 15:29:06 Step 12/22 : ENV APP_PORT=59880 15:29:06 ---> Running in 4a27581bfb51 15:29:07 Removing intermediate container 4a27581bfb51 15:29:07 ---> ce5610df16ca 15:29:07 Step 13/22 : EXPOSE $APP_PORT 15:29:07 ---> Running in a3c305adf332 15:29:07 Removing intermediate container a3c305adf332 15:29:07 ---> 8545c0ee4ae5 15:29:07 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:29:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:07 ---> Running in c0258802c596 15:29:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:07 (1/1) Installing dumb-init (1.2.5-r1) 15:29:07 (1/2) Installing ca-certificates (20220614-r0) 15:29:07 Executing busybox-1.35.0-r17.trigger 15:29:07 OK: 6 MiB in 15 packages 15:29:07 (2/2) Installing dumb-init (1.2.5-r1) 15:29:07 Executing busybox-1.35.0-r17.trigger 15:29:07 Executing ca-certificates-20220614-r0.trigger 15:29:07 (1/3) Installing ca-certificates (20220614-r0) 15:29:08 (2/3) Installing dumb-init (1.2.5-r1) 15:29:08 (3/3) Installing su-exec (0.2-r1) 15:29:08 Executing busybox-1.35.0-r17.trigger 15:29:08 Executing ca-certificates-20220614-r0.trigger 15:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:08 OK: 6 MiB in 16 packages 15:29:08 OK: 6 MiB in 17 packages 15:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:08 (1/1) Installing dumb-init (1.2.5-r1) 15:29:08 Executing busybox-1.35.0-r17.trigger 15:29:08 OK: 6 MiB in 15 packages 15:29:09 Removing intermediate container 9049ad865db7 15:29:09 ---> 4b392f98fc3e 15:29:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:29:09 ---> Running in 25526d18ede8 15:29:09 Removing intermediate container 9c34f8ed4aa6 15:29:09 ---> 6b78e14db1fa 15:29:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:29:09 Removing intermediate container c1ee34c99783 15:29:09 ---> d406b6d9eafb 15:29:09 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:29:09 ---> Running in 7fea43eb62fd 15:29:09 ---> Running in 6755fe662c4a 15:29:09 Removing intermediate container c0258802c596 15:29:09 ---> df89cff3d62f 15:29:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:29:09 Removing intermediate container 25526d18ede8 15:29:09 ---> b1a156932432 15:29:09 Step 13/23 : ENV APP_PORT=59882 15:29:09 Removing intermediate container 6755fe662c4a 15:29:09 ---> 8aec832ab17c 15:29:09 Step 13/22 : ENV APP_PORT=59860 15:29:09 ---> Running in 720b0d6db567 15:29:09 Removing intermediate container 7fea43eb62fd 15:29:09 ---> 4969523bc2c0 15:29:09 Step 12/24 : WORKDIR / 15:29:09 ---> Running in ce09c528b359 15:29:09 ---> Running in 23ae8e303353 15:29:10 Removing intermediate container ce09c528b359 15:29:10 ---> 3136732b7cc5 15:29:10 Step 14/22 : EXPOSE $APP_PORT 15:29:10 Removing intermediate container 720b0d6db567 15:29:10 ---> f507bfb197e3 15:29:10 Step 14/23 : EXPOSE $APP_PORT 15:29:10 ---> Running in 1fbba389b0eb 15:29:10 Removing intermediate container 23ae8e303353 15:29:10 ---> a67a37030358 15:29:10 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:29:10 ---> 9cb5c73df043 15:29:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:29:10 ---> Running in 37b8f5d65dee 15:29:10 Removing intermediate container 1fbba389b0eb 15:29:10 ---> a38eea54da4b 15:29:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:29:10 Removing intermediate container 37b8f5d65dee 15:29:10 ---> 288e4780a13e 15:29:10 Step 15/23 : WORKDIR / 15:29:10 ---> 201c2fc98c15 15:29:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:29:10 ---> Running in 3b87b13e6286 15:29:11 ---> e4f3053437f6 15:29:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:29:11 ---> 93760ab4e1b0 15:29:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:29:11 ---> d1c40b3fc66f 15:29:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:29:11 Removing intermediate container 3b87b13e6286 15:29:11 ---> a7dc2d2ed85e 15:29:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:29:11 ---> 418957bc0222 15:29:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:29:12 ---> 582b27745994 15:29:12 Step 18/22 : ENTRYPOINT ["/core-data"] 15:29:12 ---> 1c28aeecc60e 15:29:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:29:12 ---> Running in bc743e1420c8 15:29:12 ---> 707e48075699 15:29:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:29:12 ---> f593a72e5525 15:29:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:29:12 Removing intermediate container 87c88117f5cd 15:29:12 ---> 4b8e885596fc 15:29:12 Successfully built 4b8e885596fc 15:29:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:12 + docker inspect -f . ci-base-image-arm64 15:29:12 . 15:29:12 Removing intermediate container bc743e1420c8 15:29:12 ---> 6a2a9486c5ed 15:29:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:13 prd-ubuntu20.04-docker-arm64-4c-16g-4142 does not seem to be running inside a container 15:29:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:29:13 ---> Running in 0a91b5910047 15:29:13 ---> 511d81bed013 15:29:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:29:13 ---> 8604d22d7e87 15:29:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:29:13 ---> 88152c22cfc1 15:29:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:29:13 ---> Running in 85ec1f760139 15:29:13 Removing intermediate container 0a91b5910047 15:29:13 ---> 13ca7dd3cd36 15:29:13 Step 20/22 : LABEL arch=x86_64 15:29:13 Removing intermediate container 85ec1f760139 15:29:13 ---> 19871dbb01e6 15:29:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:29:13 ---> 43bfb2ac4c08 15:29:13 Step 19/23 : ENTRYPOINT ["/core-command"] 15:29:13 ---> Running in b3ff2f143578 15:29:13 ---> Running in 6214bb8a2fd3 15:29:14 ---> Running in 03b9f2eb0daa 15:29:14 Removing intermediate container 6214bb8a2fd3 15:29:14 ---> ab3ca5215d2b 15:29:14 Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:29:14 Removing intermediate container b3ff2f143578 15:29:14 ---> 69c023e8169d 15:29:14 Step 20/22 : LABEL arch=x86_64 15:29:14 Removing intermediate container 03b9f2eb0daa 15:29:14 ---> 7096080d8825 15:29:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:29:14 ---> Running in 5e57fc848b72 15:29:14 ---> 1fe723949d90 15:29:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:29:14 ---> Running in bfd2a9e3277f 15:29:14 ---> Running in d42ee135d757 15:29:14 Removing intermediate container 5e57fc848b72 15:29:14 ---> caf7e4231527 15:29:14 Step 22/22 : LABEL version=3.0.0-dev.31 15:29:14 ---> Running in 5d089db2b6d7 15:29:14 Removing intermediate container bfd2a9e3277f 15:29:14 ---> 03803d8bce41 15:29:14 Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:29:14 Removing intermediate container d42ee135d757 15:29:14 ---> 08744bbf9bf6 15:29:14 Step 21/23 : LABEL arch=x86_64 15:29:14 ---> Running in 1860a06b7993 15:29:14 ---> Running in a63cddaa7ae0 15:29:14 $ docker top f0e52be65bf55b6dfd2ab0ce35b1a4003077f0ee8e30d0d7584ee41c8b0357a7 -eo pid,comm 15:29:14 ---> 31687926e8b6 15:29:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:29:14 ---> Running in 467af17ac253 15:29:14 Removing intermediate container a63cddaa7ae0 15:29:14 ---> 1dcc8bcd58a7 15:29:14 Step 22/23 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:29:14 Removing intermediate container 5d089db2b6d7 15:29:14 ---> 5930a8d3d3cd 15:29:14 15:29:14 Removing intermediate container 1860a06b7993 15:29:14 ---> 273f82c3a548 15:29:14 Step 22/22 : LABEL version=3.0.0-dev.31 15:29:14 Successfully built 5930a8d3d3cd 15:29:14 ---> Running in 5403545b4e43 15:29:14 ---> Running in c9db00774c56 15:29:14 Successfully tagged core-data:latest 15:29:14 Building core-metadata [Pipeline] { [Pipeline] sh 15:29:14  Building core-data ... done Removing intermediate container 5403545b4e43 15:29:14 ---> e798d6a6cf86 15:29:14 Step 23/23 : LABEL version=3.0.0-dev.31 15:29:15 + go version 15:29:15 go version go1.18.7 linux/arm64 [Pipeline] } 15:29:15 $ docker stop --time=1 f0e52be65bf55b6dfd2ab0ce35b1a4003077f0ee8e30d0d7584ee41c8b0357a7 15:29:16 $ docker rm -f --volumes f0e52be65bf55b6dfd2ab0ce35b1a4003077f0ee8e30d0d7584ee41c8b0357a7 [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 15:29:17 Removing intermediate container c9db00774c56 15:29:17 ---> 39cf8ef0c408 15:29:17 15:29:17 Successfully built 39cf8ef0c408 15:29:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:17 15:29:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:17 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:29:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:17 latest: Pulling from edgex-devops/edgex-compose-arm64 15:29:17 29e5d40040c1: Pulling fs layer 15:29:17 1ce36da41761: Pulling fs layer 15:29:17 25b303627fd3: Pulling fs layer 15:29:18 29e5d40040c1: Verifying Checksum 15:29:18 29e5d40040c1: Download complete 15:29:18 1ce36da41761: Verifying Checksum 15:29:18 29e5d40040c1: Pull complete 15:29:20 25b303627fd3: Verifying Checksum 15:29:20 25b303627fd3: Download complete 15:29:20 1ce36da41761: Pull complete 15:29:20 Successfully tagged support-notifications:latest 15:29:20 ---> 6cbe2b46460a 15:29:20  Building support-notifications ... done Building security-proxy-setup 15:29:20 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:29:20 ---> Using cache 15:29:20 ---> e1e14c8519a6 15:29:20 Step 4/24 : WORKDIR /edgex-go 15:29:20 ---> Using cache 15:29:20 ---> 747f18b2d399 15:29:20 Step 5/24 : RUN apk add --update --no-cache make git 15:29:20 ---> Using cache 15:29:20 ---> 8a6f9626b835 15:29:20 Step 6/24 : COPY go.mod vendor* ./ 15:29:20 ---> Using cache 15:29:20 ---> 104030a38126 15:29:20 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:29:20 ---> Using cache 15:29:20 ---> 4785f0cc61e3 15:29:20 Step 8/24 : COPY . . 15:29:20 ---> Using cache 15:29:20 ---> d593096e988f 15:29:20 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:29:24 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:29:24 ---> 6cbe2b46460a 15:29:24 Step 3/21 : WORKDIR /edgex-go 15:29:24 ---> Using cache 15:29:24 ---> 03cd4f2de9db 15:29:24 Step 4/21 : RUN apk add --update --no-cache make git 15:29:24 ---> Using cache 15:29:24 ---> 60b111301f0e 15:29:24 Step 5/21 : COPY go.mod vendor* ./ 15:29:24 ---> Using cache 15:29:24 ---> 86cb7643da76 15:29:24 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:29:24 ---> Using cache 15:29:24 ---> 38e674edc511 15:29:24 Step 7/21 : COPY . . 15:29:24 ---> Using cache 15:29:24 ---> 6a1856f0ed57 15:29:24 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:29:25 ---> Running in 5c53516036c1 15:29:26 ---> Running in 1f0f6eef40e5 15:29:26 ---> Running in 63fc5903a51a 15:29:26 Removing intermediate container 5c53516036c1 15:29:26 ---> 4f5e50205a4f 15:29:26 15:29:26 Successfully built 4f5e50205a4f 15:29:26 Successfully tagged core-command:latest 15:29:26  Building core-command ... done Building security-spire-agent 15:29:26 Removing intermediate container 467af17ac253 15:29:26 ---> f9979c93236e 15:29:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:29:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:29:27 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:29:30 25b303627fd3: Pull complete 15:29:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:29:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:30 prd-ubuntu20.04-docker-arm64-4c-16g-4142 does not seem to be running inside a container 15:29:30 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:29:30 ---> 6cbe2b46460a 15:29:30 Step 3/24 : WORKDIR /edgex-go 15:29:30 ---> Using cache 15:29:30 ---> 03cd4f2de9db 15:29:30 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:29:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:29:32 $ docker top d32481aa439d4a7c68872c699461ea6c2a17412b641e967d3046ed4d21670269 -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:33 + docker-compose build --help 15:29:33 + grep parallel 15:29:37 --parallel Build images in parallel. [Pipeline] } 15:29:37 $ docker stop --time=1 d32481aa439d4a7c68872c699461ea6c2a17412b641e967d3046ed4d21670269 15:29:38 ---> Running in 5a7713500f77 15:29:38 ---> Running in ee76180f1647 15:29:38 Removing intermediate container 8ce2732d2cff 15:29:38 ---> a33eaba36535 15:29:38 15:29:38 Step 9/32 : FROM alpine:3.16 15:29:38 ---> bfe296a52501 15:29:38 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:29:38 Removing intermediate container 5a7713500f77 15:29:38 ---> a61a3e134ac7 15:29:38 Step 22/24 : LABEL arch=x86_64 15:29:38 ---> Running in 8205ff17ff38 15:29:38 ---> Running in 5cb96566ec8c 15:29:38 Removing intermediate container 8205ff17ff38 15:29:38 ---> 3d24361b9ffd 15:29:38 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:29:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:38 ---> Running in ad97bef2f3b9 15:29:38 Removing intermediate container 5cb96566ec8c 15:29:38 ---> 6a9fa7c93d22 15:29:38 Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:29:38 ---> Running in 774941b33873 15:29:38 Removing intermediate container 774941b33873 15:29:38 ---> 60fb3c7c7713 15:29:38 Step 24/24 : LABEL version=3.0.0-dev.31 15:29:38 ---> Running in 7d1d9a52a364 15:29:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:38 Removing intermediate container 7d1d9a52a364 15:29:38 ---> 044200a7226b 15:29:38 15:29:38 Successfully built 044200a7226b 15:29:38 Successfully tagged security-secretstore-setup:latest 15:29:38 Building security-spiffe-token-provider 15:29:38  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:38 OK: 211 MiB in 51 packages 15:29:38 (1/2) Installing dumb-init (1.2.5-r1) 15:29:38 (2/2) Installing su-exec (0.2-r1) 15:29:38 Executing busybox-1.35.0-r17.trigger 15:29:38 OK: 6 MiB in 16 packages 15:29:39 $ docker rm -f --volumes d32481aa439d4a7c68872c699461ea6c2a17412b641e967d3046ed4d21670269 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:39 prd-ubuntu20.04-docker-arm64-4c-16g-4142 does not seem to be running inside a container 15:29:39 $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:29:40 $ docker top b1ba278d7dd73dd93772057d9ffca33a432646a5adc19dc61d39eb36e930bb17 -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:41 + docker-compose -f ./docker-compose-build.yml build --parallel 15:29:43 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:43 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:29:43 ---> 6cbe2b46460a 15:29:43 Step 3/19 : WORKDIR /edgex-go 15:29:43 ---> Using cache 15:29:43 ---> 03cd4f2de9db 15:29:43 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:29:45 Building core-command ... 15:29:45 Building core-common-config-bootstrapper ... 15:29:45 Building core-data ... 15:29:45 Building core-metadata ... 15:29:45 Building security-bootstrapper ... 15:29:45 Building security-proxy-setup ... 15:29:45 Building security-secretstore-setup ... 15:29:45 Building security-spiffe-token-provider ... 15:29:45 Building security-spire-agent ... 15:29:45 Building security-spire-config ... 15:29:45 Building security-spire-server ... 15:29:45 Building support-notifications ... 15:29:45 Building support-scheduler ... 15:29:45 Building core-metadata 15:29:45 Building security-proxy-setup 15:29:45 Building core-data 15:29:45 Building security-spire-agent 15:29:45 Building core-command 15:29:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:29:48 ---> Running in b7088a47c9cc 15:29:48 Removing intermediate container ad97bef2f3b9 15:29:48 ---> 82a75a0b01ea 15:29:48 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:29:48 Removing intermediate container ee76180f1647 15:29:48 ---> ad253078bff1 15:29:48 Step 5/24 : COPY go.mod vendor* ./ 15:29:48 ---> Running in bf756427111e 15:29:49 ---> c53a4495f25e 15:29:49 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:29:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:51 v3.16.3-149-gdf7e38bd02 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:29:51 v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:29:51 OK: 17044 distinct packages available 15:29:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:51 OK: 211 MiB in 51 packages 15:29:52 Removing intermediate container bf756427111e 15:29:52 ---> b06c0c15f92b 15:29:52 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:29:52 ---> Running in d40819c65342 15:29:52 ---> Running in 4a5689a49f4c 15:29:52 Removing intermediate container 63fc5903a51a 15:29:52 ---> 0d8888f6ae16 15:29:52 15:29:52 Step 9/21 : FROM alpine:3.16 15:29:52 ---> bfe296a52501 15:29:52 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 15:29:52 Removing intermediate container 1f0f6eef40e5 15:29:52 ---> d5ec843f2b6a 15:29:52 15:29:52 Step 10/24 : FROM alpine:3.16 15:29:52 ---> bfe296a52501 15:29:52 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:29:52 ---> Using cache 15:29:52 ---> 4b392f98fc3e 15:29:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:29:52 ---> Using cache 15:29:52 ---> b1a156932432 15:29:52 Step 13/24 : ENV APP_PORT=59881 15:29:52 Removing intermediate container 4a5689a49f4c 15:29:52 ---> 8206ab88ce84 15:29:52 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:29:52 ---> Running in 3c5d71425d65 15:29:52 ---> Running in 62f38cac27e1 15:29:52 ---> Running in 947e395e762b 15:29:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:29:53 Removing intermediate container b7088a47c9cc 15:29:53 ---> afd9052c8a39 15:29:53 Step 5/19 : COPY go.mod vendor* ./ 15:29:53 Removing intermediate container 62f38cac27e1 15:29:53 ---> cb06ccf6dc80 15:29:53 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:29:53 Removing intermediate container 947e395e762b 15:29:53 ---> 6817d6cdf407 15:29:53 Step 14/24 : EXPOSE $APP_PORT 15:29:53 ---> Running in 93ad4ad33ef3 15:29:53 ---> Running in 15f15dea64fb 15:29:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:29:53 Removing intermediate container 15f15dea64fb 15:29:53 ---> 01cb1b807480 15:29:53 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:29:53 Removing intermediate container 93ad4ad33ef3 15:29:53 ---> 15907514e7f4 15:29:53 Step 15/24 : WORKDIR / 15:29:53 ---> Running in 37f57e69b238 15:29:53 ---> Running in 203fcda89048 15:29:53 ---> f26cb277e07c 15:29:53 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:29:53 ---> Running in 24193f7d9c02 15:29:53 Removing intermediate container 203fcda89048 15:29:53 ---> a4d7ed7bb5fd 15:29:53 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt /(1/6) Installing ca-certificates (20220614-r0) 15:29:53 15:29:53 (2/6) Installing brotli-libs (1.0.9-r6) 15:29:53 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:29:53 (4/6) Installing libcurl (7.83.1-r5) 15:29:53 (5/6) Installing curl (7.83.1-r5) 15:29:53 (6/6) Installing dumb-init (1.2.5-r1) 15:29:53 Executing busybox-1.35.0-r17.trigger 15:29:53 Executing ca-certificates-20220614-r0.trigger 15:29:53 OK: 8 MiB in 20 packages 15:29:53 ---> 2a56833faa30 15:29:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:29:54 ---> 21fd9d13787e 15:29:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:29:54 Removing intermediate container 37f57e69b238 15:29:54 ---> 46f30cf8a598 15:29:54 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:29:54 ---> Running in c5a42169b17a 15:29:54 ---> 05008075e7d0 15:29:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:29:54 Removing intermediate container 3c5d71425d65 15:29:54 ---> eb26f5132baf 15:29:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:29:54 ---> Running in f45869c98461 15:29:54 Removing intermediate container c5a42169b17a 15:29:54 ---> 77aaea85a688 15:29:54 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:29:54 Removing intermediate container f45869c98461 15:29:54 ---> 871e4706eaa2 15:29:54 Step 12/21 : WORKDIR /edgex 15:29:54 ---> 642e3d4079d7 15:29:54 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:29:54 ---> Running in 0f5aa895c473 15:29:54 ---> Running in 2941d40e753b 15:29:54 ---> 990260b3a887 15:29:54 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:29:54 ---> Running in 21d09d055bf1 15:29:54 Removing intermediate container 2941d40e753b 15:29:54 ---> 48d5c36b2891 15:29:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:29:54 Removing intermediate container 0f5aa895c473 15:29:54 ---> cd1ca8f641f4 15:29:54 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:29:54 ---> Running in 14a6482e006b 15:29:54 Removing intermediate container 14a6482e006b 15:29:54 ---> 8cd3b6634848 15:29:54 Step 22/24 : LABEL arch=x86_64 15:29:54 ---> Running in 2cecc4b23665 15:29:54 ---> dcb90255e2c1 15:29:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:29:54 Removing intermediate container 2cecc4b23665 15:29:54 ---> 8a926f8b3f44 15:29:54 Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:29:55 ---> Running in 9298d5020a73 15:29:55 Removing intermediate container 9298d5020a73 15:29:55 ---> 66150615af7b 15:29:55 Step 24/24 : LABEL version=3.0.0-dev.31 ---> 0a7514a8f709 15:29:55 15:29:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:29:55 ---> Running in b735ff411551 15:29:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:29:55 ---> 4b8e885596fc 15:29:55 Step 3/24 : WORKDIR /edgex-go 15:29:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:29:55 ---> 4b8e885596fc 15:29:55 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:29:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:29:55 ---> 4b8e885596fc 15:29:55 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:29:55 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:29:55 ---> 4b8e885596fc 15:29:55 Step 3/21 : WORKDIR /edgex-go 15:29:55 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:29:55 ---> 4b8e885596fc 15:29:55 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:29:55 ---> Running in 7bc96888b914 15:29:55 ---> Running in 39991ea403ed 15:29:55 ---> Running in a0af7a51fc4c 15:29:55 ---> Running in 4829ea046bbe 15:29:56 Removing intermediate container b735ff411551 15:29:56 ---> 31a95072d33e 15:29:56 15:29:56 Removing intermediate container 21d09d055bf1 15:29:56 ---> 19f089f46d9c 15:29:56 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:29:56 ---> 4e4d443b616d 15:29:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:29:56 Successfully built 31a95072d33e 15:29:56 Successfully tagged core-metadata:latest 15:29:56 Building support-scheduler 15:29:56  Building core-metadata ... done  ---> 348cfa5d641d 15:29:56 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:29:56 ---> Running in 3dc861552b71 15:29:56 Removing intermediate container 39991ea403ed 15:29:56 ---> 84c51b7418e7 15:29:56 Step 4/24 : WORKDIR /edgex-go 15:29:56 Removing intermediate container 4829ea046bbe 15:29:56 ---> b242d7ae919f 15:29:56 Step 4/23 : WORKDIR /edgex-go 15:29:56 Removing intermediate container a0af7a51fc4c 15:29:56 ---> 7178e1739723 15:29:56 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:29:56 Removing intermediate container 7bc96888b914 15:29:56 ---> 26f3942c02c2 15:29:56 Step 4/21 : RUN apk add --update --no-cache make git 15:29:56 Removing intermediate container 3dc861552b71 15:29:56 ---> 70c025c24f53 15:29:56 Step 4/22 : WORKDIR /edgex-go 15:29:56 ---> Running in 42be8bf8ae8d 15:29:56 ---> Running in c5fcd222a457 15:29:56 ---> Running in 6590d876219d 15:29:56 ---> Running in 2a8edfcfc67d 15:29:56 ---> Running in 2825eb06ce1f 15:29:57 Removing intermediate container 42be8bf8ae8d 15:29:57 ---> 69ff6863de5d 15:29:57 Step 5/24 : RUN apk add --update --no-cache make git 15:29:57 ---> Running in 89a9585c039b 15:29:57 Removing intermediate container 2825eb06ce1f 15:29:57 ---> 71bc9305eb23 15:29:57 Step 5/22 : RUN apk add --update --no-cache make git 15:29:57 Removing intermediate container c5fcd222a457 15:29:57 ---> a1456b475649 15:29:57 Step 5/23 : RUN apk add --update --no-cache make git 15:29:57 ---> Running in 4efaee0fd4c9 15:29:57 ---> Running in 0380886bf8b2 15:29:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:29:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:29:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:29:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:30:00 OK: 221 MiB in 51 packages 15:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:30:00 OK: 221 MiB in 51 packages 15:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:30:01 OK: 221 MiB in 51 packages 15:30:02 OK: 221 MiB in 51 packages 15:30:02 OK: 221 MiB in 51 packages 15:30:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:30:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:30:02 ---> 6cbe2b46460a 15:30:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:30:02 ---> Using cache 15:30:02 ---> e1e14c8519a6 15:30:02 Step 4/22 : WORKDIR /edgex-go 15:30:02 ---> Using cache 15:30:02 ---> 747f18b2d399 15:30:02 Step 5/22 : RUN apk add --update --no-cache make git 15:30:02 ---> Using cache 15:30:02 ---> 8a6f9626b835 15:30:02 Step 6/22 : COPY go.mod vendor* ./ 15:30:02 ---> Using cache 15:30:02 ---> 104030a38126 15:30:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:30:02 ---> Using cache 15:30:02 ---> 4785f0cc61e3 15:30:02 Step 8/22 : COPY . . 15:30:02 ---> Using cache 15:30:02 ---> d593096e988f 15:30:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:30:02 Removing intermediate container 6590d876219d 15:30:02 ---> 9043e3b283fe 15:30:02 Step 5/24 : COPY go.mod vendor* ./ 15:30:02 Removing intermediate container 2a8edfcfc67d 15:30:02 ---> 66a19e89c3c2 15:30:02 Step 5/21 : COPY go.mod vendor* ./ 15:30:02 ---> 0418cc8559d4 15:30:02 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:30:02 ---> Running in 0448f4ec0469 15:30:02 ---> 6adf9348bb46 15:30:02 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:30:02 ---> Running in bd368ee49fc3 15:30:02 ---> 8dc8a15ef5cb 15:30:02 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:30:03 ---> 6cd34be2ddc7 15:30:03 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:30:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:30:03 Removing intermediate container 89a9585c039b 15:30:03 ---> e6b4b2449a42 15:30:03 Step 6/24 : COPY go.mod vendor* ./ 15:30:03 ---> 693df269c93b 15:30:03 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:30:03 ---> 13d1c69a7ec1 15:30:03 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:30:03 Removing intermediate container 4efaee0fd4c9 15:30:03 ---> dec4fb094548 15:30:03 Step 6/22 : COPY go.mod vendor* ./ 15:30:03 Removing intermediate container bd368ee49fc3 15:30:03 ---> f4606b2cf834 15:30:03 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:30:03 ---> 7e76108c6aa9 15:30:03 Step 27/32 : RUN chmod +x /entrypoint.sh 15:30:03 ---> Running in 2570cf1adac1 15:30:03 ---> Running in 21700325c014 15:30:03 Removing intermediate container 2570cf1adac1 15:30:03 ---> 603d65f9b607 15:30:03 Step 19/21 : LABEL arch=x86_64 15:30:03 ---> Running in aa2351bed1b4 15:30:03 Removing intermediate container 0380886bf8b2 15:30:03 ---> cd7b22087147 15:30:03 Step 6/23 : COPY go.mod vendor* ./ 15:30:03 ---> 0440d98f4652 15:30:03 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:30:03 ---> Running in a425d1464a60 15:30:03 Removing intermediate container aa2351bed1b4 15:30:03 ---> 120509a9173a 15:30:03 Step 20/21 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:30:03 ---> Running in 2778f5851a06 15:30:03 Removing intermediate container 2778f5851a06 15:30:03 ---> b46673ae2a72 15:30:03 Step 21/21 : LABEL version=3.0.0-dev.31 15:30:03 ---> Running in 035c675f5f14 15:30:04 ---> 5e13629e81b1 15:30:04 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:30:04 ---> Running in 9a6a50f0724d 15:30:04 Removing intermediate container 035c675f5f14 15:30:04 ---> 918e6e9e16ed 15:30:04 15:30:04 Successfully built 918e6e9e16ed 15:30:04 Successfully tagged security-proxy-setup:latest 15:30:04  Building security-proxy-setup ... done Building security-spire-config 15:30:04 Removing intermediate container 21700325c014 15:30:04 ---> 8e749f70180c 15:30:04 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:30:04 ---> Running in 46b5fa3552dd 15:30:04 ---> b4bfd2a9b94a 15:30:04 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:30:04 ---> Running in ea2eeb63ced6 15:30:05 ---> c6f5bcd0a504 15:30:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:30:05 ---> 15a542c6a0b6 15:30:05 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:30:05 ---> Running in 7ffa7f99183e 15:30:05 ---> Running in 97bef72e9314 15:30:08 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:30:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:30:08 ---> 6cbe2b46460a 15:30:08 Step 3/24 : WORKDIR /edgex-go 15:30:08 ---> Using cache 15:30:08 ---> 03cd4f2de9db 15:30:08 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:30:08 ---> Using cache 15:30:08 ---> ad253078bff1 15:30:08 Step 5/24 : COPY go.mod vendor* ./ 15:30:08 ---> Using cache 15:30:08 ---> c53a4495f25e 15:30:08 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:30:12 Removing intermediate container 46b5fa3552dd 15:30:12 ---> f9eb6cb33f05 15:30:12 Step 29/32 : CMD ["gate"] 15:30:13 ---> Running in f50e23f8694f 15:30:13 ---> Running in cd6066155baf 15:30:14 Removing intermediate container cd6066155baf 15:30:14 ---> 883546f0ecd4 15:30:14 Step 30/32 : LABEL arch=x86_64 15:30:14 ---> Running in a07ca9f6752c 15:30:14 Removing intermediate container a07ca9f6752c 15:30:14 ---> fecb6ad61f0f 15:30:14 Step 31/32 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:30:14 ---> Running in 2483d6f7423c 15:30:14 Removing intermediate container 2483d6f7423c 15:30:14 ---> 053fb3445a23 15:30:14 Step 32/32 : LABEL version=3.0.0-dev.31 15:30:14 ---> Running in 35c0336f6257 15:30:14 Removing intermediate container 35c0336f6257 15:30:14 ---> 55b98f8c0dea 15:30:14 15:30:14 Successfully built 55b98f8c0dea 15:30:14 Successfully tagged security-bootstrapper:latest 15:30:14  Building security-bootstrapper ... done Building core-common-config-bootstrapper 15:30:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:30:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:30:17 ---> 6cbe2b46460a 15:30:17 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:30:17 ---> Using cache 15:30:17 ---> e1e14c8519a6 15:30:17 Step 4/22 : WORKDIR /edgex-go 15:30:17 ---> Using cache 15:30:17 ---> 747f18b2d399 15:30:17 Step 5/22 : RUN apk add --update --no-cache make git 15:30:17 ---> Using cache 15:30:17 ---> 8a6f9626b835 15:30:17 Step 6/22 : COPY go.mod vendor* ./ 15:30:17 ---> Using cache 15:30:17 ---> 104030a38126 15:30:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:30:17 ---> Using cache 15:30:17 ---> 4785f0cc61e3 15:30:17 Step 8/22 : COPY . . 15:30:17 ---> Using cache 15:30:17 ---> d593096e988f 15:30:17 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:30:23 ---> Running in 810fceacb536 15:30:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:30:39 Removing intermediate container 0448f4ec0469 15:30:39 ---> d985f9021066 15:30:39 15:30:39 Step 10/22 : FROM alpine:3.16 15:30:39 ---> bfe296a52501 15:30:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:30:39 ---> Using cache 15:30:39 ---> 4b392f98fc3e 15:30:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:30:39 ---> Using cache 15:30:39 ---> b1a156932432 15:30:39 Step 13/22 : ENV APP_PORT=59861 15:30:42 ---> Running in 0e0ab6d6e0ba 15:30:50 Removing intermediate container 0e0ab6d6e0ba 15:30:50 ---> 248f65f5aa8c 15:30:50 Step 14/22 : EXPOSE $APP_PORT 15:30:51 ---> Running in 183fe740ab9b 15:30:51 Removing intermediate container d40819c65342 15:30:51 ---> 783554bce9a3 15:30:51 Step 7/24 : COPY . . 15:30:51 Removing intermediate container 24193f7d9c02 15:30:51 ---> 67280727180a 15:30:51 Step 7/19 : COPY . . 15:30:52 Removing intermediate container 183fe740ab9b 15:30:52 ---> bb23771e9bc7 15:30:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:31:11 ---> a0c48d905544 15:31:11 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:31:11 ---> 45bad3f7e001 15:31:11 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:31:11 Removing intermediate container 810fceacb536 15:31:11 ---> 9d5d43b53578 15:31:11 15:31:11 Step 10/22 : FROM alpine:3.16 15:31:11 ---> bfe296a52501 15:31:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:31:11 ---> f34be6eb12ca 15:31:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:31:11 ---> Running in 3d7a8821e016 15:31:11 ---> Running in 831bf2b33e9b 15:31:11 ---> Running in 9d95c9175cfa 15:31:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:31:11 Removing intermediate container 9d95c9175cfa 15:31:11 ---> c3b595bbd8d4 15:31:11 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:31:11 Removing intermediate container 3d7a8821e016 15:31:11 ---> 4992a20225cc 15:31:11 Step 9/24 : WORKDIR /edgex-go/spire-build 15:31:11 ---> Running in 7b2ebc44914d 15:31:11 ---> 492c76c027f9 15:31:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:31:11 ---> Running in b2d5d78f6bb0 15:31:11 Removing intermediate container b2d5d78f6bb0 15:31:11 ---> fb8e1f0e3591 15:31:11 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 15:31:11 ---> 4d8a11bae071 15:31:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:31:11 ---> Running in ec9e32ff4f4e 15:31:11 ---> Running in ebc40f845b3a 15:31:11 Removing intermediate container ebc40f845b3a 15:31:11 ---> 43c2d0634d79 15:31:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:31:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:31:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:31:11 ---> Running in e8ad24b7f188 15:31:11 (1/1) Installing dumb-init (1.2.5-r1) 15:31:11 Executing busybox-1.35.0-r17.trigger 15:31:11 OK: 6 MiB in 15 packages 15:31:11 Removing intermediate container e8ad24b7f188 15:31:11 ---> 92a36b62c82b 15:31:11 Step 20/22 : LABEL arch=x86_64 15:31:11 ---> Running in 99dd38403499 15:31:11 Removing intermediate container 99dd38403499 15:31:11 ---> a94875f03f49 15:31:11 Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:11 Removing intermediate container ec9e32ff4f4e 15:31:11 ---> 94f0716dcbd4 15:31:11 Step 11/24 : WORKDIR /edgex-go 15:31:11 ---> Running in d38483a39553 15:31:11 ---> Running in ca85650f4e1f 15:31:11 Removing intermediate container 7b2ebc44914d 15:31:11 ---> 2d53880ba531 15:31:11 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:31:11 Removing intermediate container d38483a39553 15:31:11 ---> 47e7ac8c9b24 15:31:11 Step 22/22 : LABEL version=3.0.0-dev.31 15:31:11 ---> Running in 5030968163dd 15:31:11 Removing intermediate container ca85650f4e1f 15:31:11 ---> 568f99678255 15:31:11 15:31:11 Step 12/24 : FROM alpine:3.15 15:31:11 ---> c4fc93816858 15:31:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:31:11 ---> Using cache 15:31:11 ---> db0790cb6675 15:31:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:31:11 ---> Using cache 15:31:11 ---> 4267b4b905f7 15:31:11 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:31:12 ---> b66294c285fb 15:31:12 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:31:12 Removing intermediate container 5030968163dd 15:31:12 ---> 078035007535 15:31:12 15:31:12 Successfully built 078035007535 15:31:12 Successfully tagged support-scheduler:latest 15:31:18  Building support-scheduler ... done  ---> 94b7c78d965b 15:31:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:31:18 ---> b7d9c3fb6446 15:31:18 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:31:18 ---> 4a701f7f22c9 15:31:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:31:18 Removing intermediate container f50e23f8694f 15:31:18 ---> 50b768d629bf 15:31:18 Step 7/24 : COPY . . 15:31:28 ---> 7eed80b8cbc7 15:31:28 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:31:28 ---> 335b80bb2d47 15:31:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:31:28 ---> Running in 204005ee7993 15:31:28 ---> 845e36836f22 15:31:28 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:31:28 ---> Running in 1a6f9e1eb065 15:31:28 ---> 00d18957bb48 15:31:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:31:28 Removing intermediate container 1a6f9e1eb065 15:31:28 ---> 1119c2f009eb 15:31:28 Step 9/24 : WORKDIR /edgex-go/spire-build 15:31:28 ---> Running in 11e0a6f270ce 15:31:28 Removing intermediate container 11e0a6f270ce 15:31:28 ---> f3f493776304 15:31:28 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 15:31:28 ---> 8a0bb9eafdf1 15:31:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:31:28 ---> Running in 4f283c95ab91 15:31:28 ---> 83fc4c82e6a0 15:31:28 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:31:28 ---> Running in 38d9f5b01d34 15:31:28 Removing intermediate container 38d9f5b01d34 15:31:28 ---> 2d79b5713cc8 15:31:28 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:31:28 Removing intermediate container 204005ee7993 15:31:28 ---> 34048927c002 15:31:28 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:31:28 ---> Running in 3e0276652909 15:31:28 ---> Running in 2ced06570078 15:31:28 Removing intermediate container 3e0276652909 15:31:28 ---> 8faec0bc6014 15:31:28 Step 22/24 : LABEL arch=x86_64 15:31:28 Removing intermediate container 2ced06570078 15:31:28 ---> 351c952791cb 15:31:28 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:31:28 ---> Running in f74de74499a1 15:31:29 ---> Running in dc3a60020b1a 15:31:29 Removing intermediate container f74de74499a1 15:31:29 ---> 2902a9c88098 15:31:29 Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:29 Removing intermediate container 4f283c95ab91 15:31:29 ---> 0709676e1ab7 15:31:29 Step 11/24 : WORKDIR /edgex-go 15:31:29 ---> Running in e6ec57833732 15:31:29 ---> Running in 131bf26df323 15:31:29 Removing intermediate container dc3a60020b1a 15:31:29 ---> 87a3d1a53949 15:31:29 Step 20/22 : LABEL arch=x86_64 15:31:29 ---> Running in 8ca8b774725b 15:31:29 Removing intermediate container e6ec57833732 15:31:29 ---> b0e3f949fa5a 15:31:29 Step 24/24 : LABEL version=3.0.0-dev.31 15:31:29 Removing intermediate container 8ca8b774725b 15:31:29 ---> 69a58b0b156f 15:31:29 Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:29 Removing intermediate container 131bf26df323 15:31:29 ---> 0c7c86b5b9b4 15:31:29 15:31:29 Step 12/24 : FROM alpine:3.15 15:31:29 ---> c4fc93816858 15:31:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:31:29 ---> Using cache 15:31:29 ---> db0790cb6675 15:31:29 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:31:29 ---> Running in f38b5f73bc29 15:31:29 ---> Running in 554791d88d58 15:31:29 ---> Running in 3453a042bfc5 15:31:29 Removing intermediate container f38b5f73bc29 15:31:29 ---> dd4174415363 15:31:29 15:31:29 Removing intermediate container 3453a042bfc5 15:31:29 ---> e7617c93822b 15:31:29 Step 22/22 : LABEL version=3.0.0-dev.31 15:31:29 ---> Running in b03bf1c84c15 15:31:29 Successfully built dd4174415363 15:31:29 Successfully tagged security-spire-agent:latest 15:31:29  Building security-spire-agent ... done Removing intermediate container b03bf1c84c15 15:31:29 ---> 29456f2facc9 15:31:29 15:31:29 Successfully built 29456f2facc9 15:31:29 Successfully tagged core-common-config-bootstrapper:latest 15:31:29  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:31:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:31:29 v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:31:29 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:31:29 OK: 15859 distinct packages available 15:31:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:31:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:31:30 (1/4) Installing dumb-init (1.2.5-r1) 15:31:30 (2/4) Installing musl-obstack (1.2.3-r0) 15:31:30 (3/4) Installing libucontext (1.1-r0) 15:31:30 (4/4) Installing gcompat (1.0.0-r4) 15:31:30 Executing busybox-1.34.1-r7.trigger 15:31:30 OK: 6 MiB in 18 packages 15:31:31 Removing intermediate container 554791d88d58 15:31:31 ---> b2d64b5320b9 15:31:31 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:31:34 ---> a01bdcd21a27 15:31:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:31:34 ---> e0c59191cff8 15:31:34 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:31:34 ---> Running in e36ede3d2e84 15:31:35 Removing intermediate container e36ede3d2e84 15:31:35 ---> 65542a2173d1 15:31:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:31:36 ---> a9244f4ae461 15:31:36 Step 19/24 : WORKDIR / 15:31:36 ---> Running in 6b4103ced142 15:31:36 Removing intermediate container 6b4103ced142 15:31:36 ---> ae262b274a79 15:31:36 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:31:37 ---> Running in e18c35660bf8 15:31:37 Removing intermediate container e18c35660bf8 15:31:37 ---> 2c6c693fd67b 15:31:37 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:31:37 ---> Running in 0cdc8ce879ae 15:31:37 Removing intermediate container 831bf2b33e9b 15:31:37 ---> f11b29ca0a9c 15:31:37 15:31:37 Step 9/19 : FROM alpine:3.15 15:31:37 ---> c4fc93816858 15:31:37 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:31:37 ---> Using cache 15:31:37 ---> db0790cb6675 15:31:37 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:31:37 ---> Running in d713819fa50b 15:31:37 Removing intermediate container 0cdc8ce879ae 15:31:37 ---> b30e63702fa3 15:31:37 Step 22/24 : LABEL arch=x86_64 15:31:37 ---> Running in d552d62b358c 15:31:37 Removing intermediate container d552d62b358c 15:31:37 ---> 148ee9e3c5e1 15:31:37 Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:37 ---> Running in 73a3e6a93ddf 15:31:37 Removing intermediate container 73a3e6a93ddf 15:31:37 ---> cf0a11bf7a6e 15:31:37 Step 24/24 : LABEL version=3.0.0-dev.31 15:31:37 ---> Running in 19acd6120e05 15:31:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:31:37 Removing intermediate container 19acd6120e05 15:31:37 ---> a13acfc7dabe 15:31:37 15:31:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:31:37 Successfully built a13acfc7dabe 15:31:37 Successfully tagged security-spire-config:latest 15:31:37  Building security-spire-config ... done v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:31:37 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:31:37 OK: 15859 distinct packages available 15:31:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:31:38 (1/9) Installing ca-certificates (20220614-r0) 15:31:38 (2/9) Installing brotli-libs (1.0.9-r5) 15:31:38 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:31:38 (4/9) Installing libcurl (7.80.0-r5) 15:31:38 (5/9) Installing curl (7.80.0-r5) 15:31:38 (6/9) Installing dumb-init (1.2.5-r1) 15:31:38 (7/9) Installing musl-obstack (1.2.3-r0) 15:31:38 (8/9) Installing libucontext (1.1-r0) 15:31:38 (9/9) Installing gcompat (1.0.0-r4) 15:31:38 Executing busybox-1.34.1-r7.trigger 15:31:38 Executing ca-certificates-20220614-r0.trigger 15:31:38 OK: 8 MiB in 23 packages 15:31:38 Removing intermediate container d713819fa50b 15:31:38 ---> eb79ed516fa6 15:31:38 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:31:38 ---> c8d9b3cd6791 15:31:38 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:31:39 ---> 00814ccb956d 15:31:39 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:31:40 ---> df02e7dd2a62 15:31:40 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:31:40 ---> Running in c6fde2867fa8 15:31:40 Removing intermediate container c6fde2867fa8 15:31:40 ---> f0cab2b31e98 15:31:40 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:31:40 ---> Running in f1924880f35a 15:31:40 Removing intermediate container f1924880f35a 15:31:40 ---> edf32b008038 15:31:40 Step 17/19 : LABEL arch=x86_64 15:31:40 ---> Running in 445ad00ec9b2 15:31:40 Removing intermediate container 445ad00ec9b2 15:31:40 ---> 125264b9d972 15:31:40 Step 18/19 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:40 ---> Running in affcec7e078e 15:31:40 Removing intermediate container affcec7e078e 15:31:40 ---> 5433dfeac969 15:31:40 Step 19/19 : LABEL version=3.0.0-dev.31 15:31:40 ---> Running in d21e08f772b4 15:31:40 Removing intermediate container d21e08f772b4 15:31:40 ---> ece6cdf1fadc 15:31:40 15:31:40 Successfully built ece6cdf1fadc 15:31:40 Successfully tagged security-spiffe-token-provider:latest 15:31:40  Building security-spiffe-token-provider ... done  [Pipeline] } 15:31:40 $ docker stop --time=1 5da37fe3e0261a3995d5053be166077ba4a6b180fd218c1f2e8054537cfa5dfb 15:31:42 $ docker rm -f --volumes 5da37fe3e0261a3995d5053be166077ba4a6b180fd218c1f2e8054537cfa5dfb [Pipeline] // withDockerContainer [Pipeline] sh 15:31:42 + docker images 15:31:42 REPOSITORY TAG IMAGE ID CREATED SIZE 15:31:42 security-spiffe-token-provider latest ece6cdf1fadc 2 seconds ago 29.8MB 15:31:42 f11b29ca0a9c 5 seconds ago 1.71GB 15:31:42 security-spire-config latest a13acfc7dabe 5 seconds ago 85.8MB 15:31:42 security-spire-agent latest dd4174415363 13 seconds ago 125MB 15:31:42 core-common-config-bootstrapper latest 29456f2facc9 13 seconds ago 15.5MB 15:31:42 0c7c86b5b9b4 13 seconds ago 1.55GB 15:31:42 568f99678255 31 seconds ago 1.55GB 15:31:42 support-scheduler latest 078035007535 31 seconds ago 30MB 15:31:42 9d5d43b53578 50 seconds ago 1.68GB 15:31:42 d985f9021066 About a minute ago 1.75GB 15:31:42 security-bootstrapper latest 55b98f8c0dea About a minute ago 20.3MB 15:31:42 security-proxy-setup latest 918e6e9e16ed About a minute ago 27.8MB 15:31:42 core-metadata latest 31a95072d33e About a minute ago 18.5MB 15:31:42 0d8888f6ae16 About a minute ago 1.67GB 15:31:42 d5ec843f2b6a About a minute ago 1.69GB 15:31:42 security-secretstore-setup latest 044200a7226b 2 minutes ago 29.9MB 15:31:42 a33eaba36535 2 minutes ago 1.67GB 15:31:42 core-command latest 4f5e50205a4f 2 minutes ago 17.7MB 15:31:42 support-notifications latest 39cf8ef0c408 2 minutes ago 30.6MB 15:31:42 core-data latest 5930a8d3d3cd 2 minutes ago 17.9MB 15:31:42 b8ec46896164 2 minutes ago 1.75GB 15:31:42 88bdad8fdb5e 2 minutes ago 1.69GB 15:31:42 d65774331fbd 2 minutes ago 1.68GB 15:31:42 f34d987cdda6 2 minutes ago 1.67GB 15:31:42 security-spire-server latest 41d377083302 2 minutes ago 86.5MB 15:31:42 9d7d9fd07997 3 minutes ago 1.55GB 15:31:42 ci-base-image-x86_64 latest 6cbe2b46460a 7 minutes ago 904MB 15:31:42 alpine 3.16 bfe296a52501 2 months ago 5.54MB 15:31:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 15:31:42 alpine 3.15 c4fc93816858 5 months ago 5.59MB 15:31:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 15:31:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:31:42 provisioning config files... 15:31:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/389@tmp/config14850888469680674878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:31:42 ---> docker-login.sh 15:31:42 nexus3.edgexfoundry.org:10001 15:31:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:42 Configure a credential helper to remove this warning. See 15:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:42 15:31:42 Login Succeeded 15:31:42 nexus3.edgexfoundry.org:10002 15:31:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:42 Configure a credential helper to remove this warning. See 15:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:42 15:31:42 Login Succeeded 15:31:42 nexus3.edgexfoundry.org:10003 15:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:43 Configure a credential helper to remove this warning. See 15:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:43 15:31:43 Login Succeeded 15:31:43 nexus3.edgexfoundry.org:10004 15:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:43 Configure a credential helper to remove this warning. See 15:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:43 15:31:43 Login Succeeded 15:31:43 docker.io 15:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:43 Configure a credential helper to remove this warning. See 15:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:43 15:31:43 Login Succeeded 15:31:43 ---> docker-login.sh ends [Pipeline] } 15:31:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:31:43 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:31:43 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:43 latest 15:31:43 3.0.0-dev.31 15:31:43 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:43 main 15:31:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:44 + docker push nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:31:44 efeef828682d: Preparing 15:31:44 efb93b45e8fd: Preparing 15:31:44 d109b48fee64: Preparing 15:31:44 335efd658a00: Preparing 15:31:44 e5e13b0c77cb: Preparing 15:31:44 e5e13b0c77cb: Layer already exists 15:31:44 efeef828682d: Pushed 15:31:44 d109b48fee64: Pushed 15:31:44 335efd658a00: Pushed 15:31:45 efb93b45e8fd: Pushed 15:31:45 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:45 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:46 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:31:46 efeef828682d: Preparing 15:31:46 efb93b45e8fd: Preparing 15:31:46 d109b48fee64: Preparing 15:31:46 335efd658a00: Preparing 15:31:46 e5e13b0c77cb: Preparing 15:31:46 e5e13b0c77cb: Layer already exists 15:31:46 d109b48fee64: Layer already exists 15:31:46 335efd658a00: Layer already exists 15:31:46 efb93b45e8fd: Layer already exists 15:31:46 efeef828682d: Layer already exists 15:31:46 latest: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:46 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.31 15:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:31:46 efeef828682d: Preparing 15:31:46 efb93b45e8fd: Preparing 15:31:46 d109b48fee64: Preparing 15:31:46 335efd658a00: Preparing 15:31:46 e5e13b0c77cb: Preparing 15:31:46 d109b48fee64: Layer already exists 15:31:46 efb93b45e8fd: Layer already exists 15:31:46 e5e13b0c77cb: Layer already exists 15:31:46 efeef828682d: Layer already exists 15:31:46 335efd658a00: Layer already exists 15:31:46 3.0.0-dev.31: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:47 + docker push nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:31:47 efeef828682d: Preparing 15:31:47 efb93b45e8fd: Preparing 15:31:47 d109b48fee64: Preparing 15:31:47 335efd658a00: Preparing 15:31:47 e5e13b0c77cb: Preparing 15:31:47 e5e13b0c77cb: Layer already exists 15:31:47 efeef828682d: Layer already exists 15:31:47 efb93b45e8fd: Layer already exists 15:31:47 d109b48fee64: Layer already exists 15:31:47 335efd658a00: Layer already exists 15:31:47 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:47 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:31:47 efeef828682d: Preparing 15:31:47 efb93b45e8fd: Preparing 15:31:47 d109b48fee64: Preparing 15:31:47 335efd658a00: Preparing 15:31:47 e5e13b0c77cb: Preparing 15:31:47 335efd658a00: Layer already exists 15:31:47 e5e13b0c77cb: Layer already exists 15:31:47 d109b48fee64: Layer already exists 15:31:47 efeef828682d: Layer already exists 15:31:47 efb93b45e8fd: Layer already exists 15:31:47 main: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:47 ===================================================== [Pipeline] echo 15:31:47 taggedImages: 15:31:47 - nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:47 - nexus3.edgexfoundry.org:10004/core-command:latest 15:31:47 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.31 15:31:47 - nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:47 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:31:47 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 15:31:47 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:47 latest 15:31:47 3.0.0-dev.31 15:31:47 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:47 main 15:31:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:48 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:31:48 b4a1e52514b9: Preparing 15:31:48 fd77d512edb9: Preparing 15:31:48 640483e77809: Preparing 15:31:48 d7b92f33c1ed: Preparing 15:31:48 d109b48fee64: Preparing 15:31:48 ca016ed71cf8: Preparing 15:31:48 e5e13b0c77cb: Preparing 15:31:48 ca016ed71cf8: Waiting 15:31:48 e5e13b0c77cb: Waiting 15:31:48 fd77d512edb9: Pushed 15:31:48 d109b48fee64: Layer already exists 15:31:48 640483e77809: Pushed 15:31:48 b4a1e52514b9: Pushed 15:31:48 ca016ed71cf8: Pushed 15:31:49 e5e13b0c77cb: Layer already exists 15:31:49 d7b92f33c1ed: Pushed 15:31:49 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:50 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:31:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:31:50 b4a1e52514b9: Preparing 15:31:50 fd77d512edb9: Preparing 15:31:50 640483e77809: Preparing 15:31:50 d7b92f33c1ed: Preparing 15:31:50 d109b48fee64: Preparing 15:31:50 ca016ed71cf8: Preparing 15:31:50 e5e13b0c77cb: Preparing 15:31:50 ca016ed71cf8: Waiting 15:31:50 e5e13b0c77cb: Waiting 15:31:50 fd77d512edb9: Layer already exists 15:31:50 640483e77809: Layer already exists 15:31:50 d109b48fee64: Layer already exists 15:31:50 b4a1e52514b9: Layer already exists 15:31:50 d7b92f33c1ed: Layer already exists 15:31:50 ca016ed71cf8: Layer already exists 15:31:50 e5e13b0c77cb: Layer already exists 15:31:50 latest: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.31 15:31:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:31:51 b4a1e52514b9: Preparing 15:31:51 fd77d512edb9: Preparing 15:31:51 640483e77809: Preparing 15:31:51 d7b92f33c1ed: Preparing 15:31:51 d109b48fee64: Preparing 15:31:51 ca016ed71cf8: Preparing 15:31:51 e5e13b0c77cb: Preparing 15:31:51 ca016ed71cf8: Waiting 15:31:51 e5e13b0c77cb: Waiting 15:31:51 d7b92f33c1ed: Layer already exists 15:31:51 b4a1e52514b9: Layer already exists 15:31:51 640483e77809: Layer already exists 15:31:51 fd77d512edb9: Layer already exists 15:31:51 d109b48fee64: Layer already exists 15:31:51 ca016ed71cf8: Layer already exists 15:31:51 e5e13b0c77cb: Layer already exists 15:31:51 3.0.0-dev.31: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:31:52 b4a1e52514b9: Preparing 15:31:52 fd77d512edb9: Preparing 15:31:52 640483e77809: Preparing 15:31:52 d7b92f33c1ed: Preparing 15:31:52 d109b48fee64: Preparing 15:31:52 ca016ed71cf8: Preparing 15:31:52 e5e13b0c77cb: Preparing 15:31:52 ca016ed71cf8: Waiting 15:31:52 e5e13b0c77cb: Waiting 15:31:52 d7b92f33c1ed: Layer already exists 15:31:52 d109b48fee64: Layer already exists 15:31:52 fd77d512edb9: Layer already exists 15:31:52 640483e77809: Layer already exists 15:31:52 b4a1e52514b9: Layer already exists 15:31:52 ca016ed71cf8: Layer already exists 15:31:52 e5e13b0c77cb: Layer already exists 15:31:52 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:52 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 15:31:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:31:52 b4a1e52514b9: Preparing 15:31:52 fd77d512edb9: Preparing 15:31:52 640483e77809: Preparing 15:31:52 d7b92f33c1ed: Preparing 15:31:52 d109b48fee64: Preparing 15:31:52 ca016ed71cf8: Preparing 15:31:52 e5e13b0c77cb: Preparing 15:31:52 e5e13b0c77cb: Waiting 15:31:52 ca016ed71cf8: Waiting 15:31:52 b4a1e52514b9: Layer already exists 15:31:52 fd77d512edb9: Layer already exists 15:31:52 d7b92f33c1ed: Layer already exists 15:31:52 640483e77809: Layer already exists 15:31:52 d109b48fee64: Layer already exists 15:31:52 ca016ed71cf8: Layer already exists 15:31:52 e5e13b0c77cb: Layer already exists 15:31:52 main: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:52 ===================================================== [Pipeline] echo 15:31:52 taggedImages: 15:31:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:31:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.31 15:31:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 15:31:52 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:31:52 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:52 latest 15:31:52 3.0.0-dev.31 15:31:52 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:52 main 15:31:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:53 + docker push nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:31:53 fcf3fe3118d0: Preparing 15:31:53 12580f42b220: Preparing 15:31:53 d109b48fee64: Preparing 15:31:53 43398fdcaa84: Preparing 15:31:53 e5e13b0c77cb: Preparing 15:31:53 e5e13b0c77cb: Layer already exists 15:31:53 d109b48fee64: Layer already exists 15:31:53 fcf3fe3118d0: Pushed 15:31:53 43398fdcaa84: Pushed 15:31:54 12580f42b220: Pushed 15:31:54 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:55 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:31:55 fcf3fe3118d0: Preparing 15:31:55 12580f42b220: Preparing 15:31:55 d109b48fee64: Preparing 15:31:55 43398fdcaa84: Preparing 15:31:55 e5e13b0c77cb: Preparing 15:31:55 12580f42b220: Layer already exists 15:31:55 d109b48fee64: Layer already exists 15:31:55 e5e13b0c77cb: Layer already exists 15:31:55 43398fdcaa84: Layer already exists 15:31:55 fcf3fe3118d0: Layer already exists 15:31:55 latest: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:56 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.31 15:31:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:31:56 fcf3fe3118d0: Preparing 15:31:56 12580f42b220: Preparing 15:31:56 d109b48fee64: Preparing 15:31:56 43398fdcaa84: Preparing 15:31:56 e5e13b0c77cb: Preparing 15:31:56 fcf3fe3118d0: Layer already exists 15:31:56 d109b48fee64: Layer already exists 15:31:56 43398fdcaa84: Layer already exists 15:31:56 12580f42b220: Layer already exists 15:31:56 e5e13b0c77cb: Layer already exists 15:31:56 3.0.0-dev.31: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:56 + docker push nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:31:56 fcf3fe3118d0: Preparing 15:31:56 12580f42b220: Preparing 15:31:56 d109b48fee64: Preparing 15:31:56 43398fdcaa84: Preparing 15:31:56 e5e13b0c77cb: Preparing 15:31:56 fcf3fe3118d0: Layer already exists 15:31:56 d109b48fee64: Layer already exists 15:31:56 e5e13b0c77cb: Layer already exists 15:31:56 43398fdcaa84: Layer already exists 15:31:56 12580f42b220: Layer already exists 15:31:56 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:57 Removing intermediate container 9a6a50f0724d 15:31:57 ---> 91e369655f20 15:31:57 Step 7/21 : COPY . . 15:31:57 Removing intermediate container 97bef72e9314 15:31:57 ---> ae12304a1e87 15:31:57 Step 8/23 : COPY . . 15:31:57 Removing intermediate container 7ffa7f99183e 15:31:57 ---> 35c6cc41e31b 15:31:57 Step 8/22 : COPY . . 15:31:57 Removing intermediate container ea2eeb63ced6 15:31:57 ---> 7a64079066c3 15:31:57 Step 8/24 : COPY . . 15:31:57 Removing intermediate container a425d1464a60 15:31:57 ---> bc73ddb26c87 15:31:57 Step 7/24 : COPY . . 15:31:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:57 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:31:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:31:57 fcf3fe3118d0: Preparing 15:31:57 12580f42b220: Preparing 15:31:57 d109b48fee64: Preparing 15:31:57 43398fdcaa84: Preparing 15:31:57 e5e13b0c77cb: Preparing 15:31:57 e5e13b0c77cb: Layer already exists 15:31:57 43398fdcaa84: Layer already exists 15:31:57 fcf3fe3118d0: Layer already exists 15:31:57 12580f42b220: Layer already exists 15:31:57 d109b48fee64: Layer already exists 15:31:57 main: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:57 ===================================================== [Pipeline] echo 15:31:57 taggedImages: 15:31:57 - nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:57 - nexus3.edgexfoundry.org:10004/core-data:latest 15:31:57 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.31 15:31:57 - nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:57 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:31:57 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:31:57 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:57 latest 15:31:57 3.0.0-dev.31 15:31:57 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:31:57 main 15:31:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:31:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:31:58 2391662fdfba: Preparing 15:31:58 6ebe48a15c41: Preparing 15:31:58 8ecd1efc85a4: Preparing 15:31:58 d109b48fee64: Preparing 15:31:58 335efd658a00: Preparing 15:31:58 e5e13b0c77cb: Preparing 15:31:58 e5e13b0c77cb: Waiting 15:31:58 d109b48fee64: Layer already exists 15:31:58 335efd658a00: Layer already exists 15:31:58 e5e13b0c77cb: Layer already exists 15:31:58 2391662fdfba: Pushed 15:31:58 6ebe48a15c41: Pushed 15:31:59 ---> 6dbb596c6055 15:31:59 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:31:59 ---> Running in b9fe2c105015 15:31:59 8ecd1efc85a4: Pushed 15:31:59 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:59 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:00 ---> 78f9f9ed0bd5 15:32:00 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:32:00 ---> 135293af6022 15:32:00 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:32:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:32:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:32:00 2391662fdfba: Preparing 15:32:00 6ebe48a15c41: Preparing 15:32:00 8ecd1efc85a4: Preparing 15:32:00 d109b48fee64: Preparing 15:32:00 335efd658a00: Preparing 15:32:00 e5e13b0c77cb: Preparing 15:32:00 e5e13b0c77cb: Waiting 15:32:00 d109b48fee64: Layer already exists 15:32:00 6ebe48a15c41: Layer already exists 15:32:00 2391662fdfba: Layer already exists 15:32:00 8ecd1efc85a4: Layer already exists 15:32:00 335efd658a00: Layer already exists 15:32:00 e5e13b0c77cb: Layer already exists 15:32:00 latest: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv 15:32:00 ---> 222b436e1ac9 15:32:00 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:32:00 ---> 6d97925e3aaf 15:32:00 ---> Running in f86dea697b32 15:32:00 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:00 ---> Running in a0b3796e2a22 15:32:00 ---> Running in 05559268423c 15:32:00 ---> Running in 4ba2ad5cb308 15:32:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.31 15:32:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:32:00 2391662fdfba: Preparing 15:32:00 6ebe48a15c41: Preparing 15:32:00 8ecd1efc85a4: Preparing 15:32:00 d109b48fee64: Preparing 15:32:00 335efd658a00: Preparing 15:32:00 e5e13b0c77cb: Preparing 15:32:00 d109b48fee64: Layer already exists 15:32:00 6ebe48a15c41: Layer already exists 15:32:00 2391662fdfba: Layer already exists 15:32:00 8ecd1efc85a4: Layer already exists 15:32:00 335efd658a00: Layer already exists 15:32:00 e5e13b0c77cb: Layer already exists 15:32:01 3.0.0-dev.31: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:01 Removing intermediate container 4ba2ad5cb308 15:32:01 ---> 7bbcc7432e6a 15:32:01 Step 9/24 : WORKDIR /edgex-go/spire-build 15:32:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:32:01 2391662fdfba: Preparing 15:32:01 6ebe48a15c41: Preparing 15:32:01 8ecd1efc85a4: Preparing 15:32:01 d109b48fee64: Preparing 15:32:01 335efd658a00: Preparing 15:32:01 e5e13b0c77cb: Preparing 15:32:01 e5e13b0c77cb: Waiting 15:32:01 335efd658a00: Layer already exists 15:32:01 2391662fdfba: Layer already exists 15:32:01 d109b48fee64: Layer already exists 15:32:01 8ecd1efc85a4: Layer already exists 15:32:01 6ebe48a15c41: Layer already exists 15:32:01 e5e13b0c77cb: Layer already exists 15:32:01 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv 15:32:01 ---> Running in 44400f5b5e91 15:32:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:32:02 2391662fdfba: Preparing 15:32:02 6ebe48a15c41: Preparing 15:32:02 8ecd1efc85a4: Preparing 15:32:02 d109b48fee64: Preparing 15:32:02 335efd658a00: Preparing 15:32:02 e5e13b0c77cb: Preparing 15:32:02 e5e13b0c77cb: Waiting 15:32:02 6ebe48a15c41: Layer already exists 15:32:02 8ecd1efc85a4: Layer already exists 15:32:02 d109b48fee64: Layer already exists 15:32:02 2391662fdfba: Layer already exists 15:32:02 335efd658a00: Layer already exists 15:32:02 e5e13b0c77cb: Layer already exists 15:32:02 main: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:02 ===================================================== [Pipeline] echo 15:32:02 taggedImages: 15:32:02 - nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:02 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:32:02 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.31 15:32:02 - nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:02 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:32:02 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:32:02 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:02 latest 15:32:02 3.0.0-dev.31 15:32:02 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:02 main 15:32:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:02 Removing intermediate container 44400f5b5e91 15:32:02 ---> f5844cf30add 15:32: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 15:32:02 ---> Running in d93445003b9b 15:32:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:32:03 f42bc878a102: Preparing 15:32:03 f42bc878a102: Preparing 15:32:03 fe0ef6eb45b7: Preparing 15:32:03 d9e6147e5cfc: Preparing 15:32:03 ffd0dd8ea2a5: Preparing 15:32:03 76d4433ece5d: Preparing 15:32:03 1aee7e680555: Preparing 15:32:03 d109b48fee64: Preparing 15:32:03 e4f706ce5ed6: Preparing 15:32:03 78b79385f6ec: Preparing 15:32:03 7d6cbe57bfb9: Preparing 15:32:03 7566efdc2ef2: Preparing 15:32:03 e5e13b0c77cb: Preparing 15:32:03 1aee7e680555: Waiting 15:32:03 d109b48fee64: Waiting 15:32:03 e4f706ce5ed6: Waiting 15:32:03 78b79385f6ec: Waiting 15:32:03 7d6cbe57bfb9: Waiting 15:32:03 7566efdc2ef2: Waiting 15:32:03 e5e13b0c77cb: Waiting 15:32:03 f42bc878a102: Pushed 15:32:03 fe0ef6eb45b7: Pushed 15:32:03 d9e6147e5cfc: Pushed 15:32:03 76d4433ece5d: Pushed 15:32:03 ffd0dd8ea2a5: Pushed 15:32:03 d109b48fee64: Layer already exists 15:32:03 e4f706ce5ed6: Pushed 15:32:03 7d6cbe57bfb9: Pushed 15:32:03 e5e13b0c77cb: Layer already exists 15:32:03 7566efdc2ef2: Pushed 15:32:03 78b79385f6ec: Pushed 15:32:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:32:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:32:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:32:04 1aee7e680555: Pushed 15:32:04 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:32:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:32:05 f42bc878a102: Preparing 15:32:05 f42bc878a102: Preparing 15:32:05 fe0ef6eb45b7: Preparing 15:32:05 d9e6147e5cfc: Preparing 15:32:05 ffd0dd8ea2a5: Preparing 15:32:05 76d4433ece5d: Preparing 15:32:05 1aee7e680555: Preparing 15:32:05 d109b48fee64: Preparing 15:32:05 e4f706ce5ed6: Preparing 15:32:05 78b79385f6ec: Preparing 15:32:05 7d6cbe57bfb9: Preparing 15:32:05 7566efdc2ef2: Preparing 15:32:05 e5e13b0c77cb: Preparing 15:32:05 78b79385f6ec: Waiting 15:32:05 1aee7e680555: Waiting 15:32:05 7d6cbe57bfb9: Waiting 15:32:05 d109b48fee64: Waiting 15:32:05 7566efdc2ef2: Waiting 15:32:05 e5e13b0c77cb: Waiting 15:32:05 e4f706ce5ed6: Waiting 15:32:05 76d4433ece5d: Layer already exists 15:32:05 d9e6147e5cfc: Layer already exists 15:32:05 ffd0dd8ea2a5: Layer already exists 15:32:05 fe0ef6eb45b7: Layer already exists 15:32:05 f42bc878a102: Layer already exists 15:32:05 1aee7e680555: Layer already exists 15:32:05 e4f706ce5ed6: Layer already exists 15:32:05 d109b48fee64: Layer already exists 15:32:05 7d6cbe57bfb9: Layer already exists 15:32:05 78b79385f6ec: Layer already exists 15:32:05 7566efdc2ef2: Layer already exists 15:32:05 e5e13b0c77cb: Layer already exists 15:32:05 latest: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.31 15:32:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:32:05 f42bc878a102: Preparing 15:32:05 f42bc878a102: Preparing 15:32:05 fe0ef6eb45b7: Preparing 15:32:05 d9e6147e5cfc: Preparing 15:32:05 ffd0dd8ea2a5: Preparing 15:32:05 76d4433ece5d: Preparing 15:32:05 1aee7e680555: Preparing 15:32:05 d109b48fee64: Preparing 15:32:05 e4f706ce5ed6: Preparing 15:32:05 78b79385f6ec: Preparing 15:32:05 7d6cbe57bfb9: Preparing 15:32:05 7566efdc2ef2: Preparing 15:32:05 e5e13b0c77cb: Preparing 15:32:05 e4f706ce5ed6: Waiting 15:32:05 7d6cbe57bfb9: Waiting 15:32:05 d109b48fee64: Waiting 15:32:05 7566efdc2ef2: Waiting 15:32:05 78b79385f6ec: Waiting 15:32:05 e5e13b0c77cb: Waiting 15:32:05 1aee7e680555: Waiting 15:32:05 d9e6147e5cfc: Layer already exists 15:32:05 fe0ef6eb45b7: Layer already exists 15:32:05 ffd0dd8ea2a5: Layer already exists 15:32:05 76d4433ece5d: Layer already exists 15:32:05 f42bc878a102: Layer already exists 15:32:05 1aee7e680555: Layer already exists 15:32:05 78b79385f6ec: Layer already exists 15:32:05 d109b48fee64: Layer already exists 15:32:05 e4f706ce5ed6: Layer already exists 15:32:05 7d6cbe57bfb9: Layer already exists 15:32:05 7566efdc2ef2: Layer already exists 15:32:05 e5e13b0c77cb: Layer already exists 15:32:05 3.0.0-dev.31: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:32:06 f42bc878a102: Preparing 15:32:06 f42bc878a102: Preparing 15:32:06 fe0ef6eb45b7: Preparing 15:32:06 d9e6147e5cfc: Preparing 15:32:06 ffd0dd8ea2a5: Preparing 15:32:06 76d4433ece5d: Preparing 15:32:06 1aee7e680555: Preparing 15:32:06 d109b48fee64: Preparing 15:32:06 e4f706ce5ed6: Preparing 15:32:06 78b79385f6ec: Preparing 15:32:06 7d6cbe57bfb9: Preparing 15:32:06 1aee7e680555: Waiting 15:32:06 e4f706ce5ed6: Waiting 15:32:06 78b79385f6ec: Waiting 15:32:06 d109b48fee64: Waiting 15:32:06 7566efdc2ef2: Preparing 15:32:06 e5e13b0c77cb: Preparing 15:32:06 7d6cbe57bfb9: Waiting 15:32:06 7566efdc2ef2: Waiting 15:32:06 76d4433ece5d: Layer already exists 15:32:06 d9e6147e5cfc: Layer already exists 15:32:06 ffd0dd8ea2a5: Layer already exists 15:32:06 fe0ef6eb45b7: Layer already exists 15:32:06 f42bc878a102: Layer already exists 15:32:06 1aee7e680555: Layer already exists 15:32:06 78b79385f6ec: Layer already exists 15:32:06 d109b48fee64: Layer already exists 15:32:06 7d6cbe57bfb9: Layer already exists 15:32:06 e4f706ce5ed6: Layer already exists 15:32:06 7566efdc2ef2: Layer already exists 15:32:06 e5e13b0c77cb: Layer already exists 15:32:06 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:32:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:32:07 f42bc878a102: Preparing 15:32:07 f42bc878a102: Preparing 15:32:07 fe0ef6eb45b7: Preparing 15:32:07 d9e6147e5cfc: Preparing 15:32:07 ffd0dd8ea2a5: Preparing 15:32:07 76d4433ece5d: Preparing 15:32:07 1aee7e680555: Preparing 15:32:07 1aee7e680555: Waiting 15:32:07 d109b48fee64: Preparing 15:32:07 e4f706ce5ed6: Preparing 15:32:07 78b79385f6ec: Preparing 15:32:07 7d6cbe57bfb9: Preparing 15:32:07 7566efdc2ef2: Preparing 15:32:07 e5e13b0c77cb: Preparing 15:32:07 d109b48fee64: Waiting 15:32:07 e4f706ce5ed6: Waiting 15:32:07 7566efdc2ef2: Waiting 15:32:07 7d6cbe57bfb9: Waiting 15:32:07 78b79385f6ec: Waiting 15:32:07 e5e13b0c77cb: Waiting 15:32:07 ffd0dd8ea2a5: Layer already exists 15:32:07 fe0ef6eb45b7: Layer already exists 15:32:07 76d4433ece5d: Layer already exists 15:32:07 d9e6147e5cfc: Layer already exists 15:32:07 f42bc878a102: Layer already exists 15:32:07 1aee7e680555: Layer already exists 15:32:07 d109b48fee64: Layer already exists 15:32:07 78b79385f6ec: Layer already exists 15:32:07 e4f706ce5ed6: Layer already exists 15:32:07 7d6cbe57bfb9: Layer already exists 15:32:07 7566efdc2ef2: Layer already exists 15:32:07 e5e13b0c77cb: Layer already exists 15:32:07 main: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:07 ===================================================== [Pipeline] echo 15:32:07 taggedImages: 15:32:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:32:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.31 15:32:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:32:07 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:32:07 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:07 latest 15:32:07 3.0.0-dev.31 15:32:07 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:07 main 15:32:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:32:07 cb84acf54a57: Preparing 15:32:07 62fa398af350: Preparing 15:32:07 132987e44a94: Preparing 15:32:07 5de98f62adca: Preparing 15:32:07 1827b47cc2b9: Preparing 15:32:07 4e536f8daf11: Preparing 15:32:07 20efc154d959: Preparing 15:32:07 e5e13b0c77cb: Preparing 15:32:07 4e536f8daf11: Waiting 15:32:07 20efc154d959: Waiting 15:32:07 e5e13b0c77cb: Waiting 15:32:07 62fa398af350: Pushed 15:32:07 cb84acf54a57: Pushed 15:32:07 1827b47cc2b9: Pushed 15:32:07 e5e13b0c77cb: Layer already exists 15:32:08 4e536f8daf11: Pushed 15:32:08 20efc154d959: Pushed 15:32:08 Removing intermediate container d93445003b9b 15:32:08 ---> d5827b201b8e 15:32:08 Step 11/24 : WORKDIR /edgex-go 15:32:08 ---> Running in 057011cbb47d 15:32:08 5de98f62adca: Pushed 15:32:08 132987e44a94: Pushed 15:32:08 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:09 Removing intermediate container 057011cbb47d 15:32:09 ---> f2e347ee17ec 15:32:09 15:32:09 Step 12/24 : FROM alpine:3.15 15:32:09 3.15: Pulling from library/alpine 15:32:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:32:09 cb84acf54a57: Preparing 15:32:09 62fa398af350: Preparing 15:32:09 132987e44a94: Preparing 15:32:09 5de98f62adca: Preparing 15:32:09 1827b47cc2b9: Preparing 15:32:09 4e536f8daf11: Preparing 15:32:09 20efc154d959: Preparing 15:32:09 e5e13b0c77cb: Preparing 15:32:09 4e536f8daf11: Waiting 15:32:09 20efc154d959: Waiting 15:32:09 e5e13b0c77cb: Waiting 15:32:09 1827b47cc2b9: Layer already exists 15:32:09 62fa398af350: Layer already exists 15:32:09 5de98f62adca: Layer already exists 15:32:09 cb84acf54a57: Layer already exists 15:32:09 132987e44a94: Layer already exists 15:32:09 e5e13b0c77cb: Layer already exists 15:32:09 4e536f8daf11: Layer already exists 15:32:09 20efc154d959: Layer already exists 15:32:09 latest: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.31 15:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:32:10 cb84acf54a57: Preparing 15:32:10 62fa398af350: Preparing 15:32:10 132987e44a94: Preparing 15:32:10 5de98f62adca: Preparing 15:32:10 1827b47cc2b9: Preparing 15:32:10 4e536f8daf11: Preparing 15:32:10 20efc154d959: Preparing 15:32:10 e5e13b0c77cb: Preparing 15:32:10 4e536f8daf11: Waiting 15:32:10 20efc154d959: Waiting 15:32:10 e5e13b0c77cb: Waiting 15:32:10 62fa398af350: Layer already exists 15:32:10 cb84acf54a57: Layer already exists 15:32:10 132987e44a94: Layer already exists 15:32:10 5de98f62adca: Layer already exists 15:32:10 1827b47cc2b9: Layer already exists 15:32:10 20efc154d959: Layer already exists 15:32:10 4e536f8daf11: Layer already exists 15:32:10 e5e13b0c77cb: Layer already exists 15:32:10 3.0.0-dev.31: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:32:11 cb84acf54a57: Preparing 15:32:11 62fa398af350: Preparing 15:32:11 132987e44a94: Preparing 15:32:11 5de98f62adca: Preparing 15:32:11 1827b47cc2b9: Preparing 15:32:11 4e536f8daf11: Preparing 15:32:11 20efc154d959: Preparing 15:32:11 e5e13b0c77cb: Preparing 15:32:11 20efc154d959: Waiting 15:32:11 4e536f8daf11: Waiting 15:32:11 cb84acf54a57: Layer already exists 15:32:11 132987e44a94: Layer already exists 15:32:11 1827b47cc2b9: Layer already exists 15:32:11 62fa398af350: Layer already exists 15:32:11 5de98f62adca: Layer already exists 15:32:11 4e536f8daf11: Layer already exists 15:32:11 e5e13b0c77cb: Layer already exists 15:32:11 20efc154d959: Layer already exists 15:32:11 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:32:11 cb84acf54a57: Preparing 15:32:11 62fa398af350: Preparing 15:32:11 132987e44a94: Preparing 15:32:11 5de98f62adca: Preparing 15:32:11 1827b47cc2b9: Preparing 15:32:11 4e536f8daf11: Preparing 15:32:11 20efc154d959: Preparing 15:32:11 e5e13b0c77cb: Preparing 15:32:11 4e536f8daf11: Waiting 15:32:11 20efc154d959: Waiting 15:32:11 e5e13b0c77cb: Waiting 15:32:11 1827b47cc2b9: Layer already exists 15:32:11 5de98f62adca: Layer already exists 15:32:11 cb84acf54a57: Layer already exists 15:32:11 62fa398af350: Layer already exists 15:32:11 132987e44a94: Layer already exists 15:32:11 4e536f8daf11: Layer already exists 15:32:11 20efc154d959: Layer already exists 15:32:11 e5e13b0c77cb: Layer already exists 15:32:11 main: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 15:32:11 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 15:32:11 Status: Downloaded newer image for alpine:3.15 15:32:11 ---> 8aa73fd46299 15:32:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:12 ===================================================== [Pipeline] echo 15:32:12 taggedImages: 15:32:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:32:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.31 15:32:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:32:12 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:32:12 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:12 latest 15:32:12 3.0.0-dev.31 15:32:12 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:12 main 15:32:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:12 ---> Running in e060caf990d6 15:32:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:32:13 398a1ed24ec7: Preparing 15:32:13 b0981c94cf19: Preparing 15:32:13 6f3708c582fd: Preparing 15:32:13 f5ff7bc77c20: Preparing 15:32:13 7f22e504a558: Preparing 15:32:13 5cd92fb70bee: Preparing 15:32:13 eb0c05552340: Preparing 15:32:13 acbba4251438: Preparing 15:32:13 9bb5f98d3332: Preparing 15:32:13 e5e13b0c77cb: Preparing 15:32:13 eb0c05552340: Waiting 15:32:13 acbba4251438: Waiting 15:32:13 9bb5f98d3332: Waiting 15:32:13 e5e13b0c77cb: Waiting 15:32:13 5cd92fb70bee: Waiting 15:32:13 b0981c94cf19: Pushed 15:32:13 7f22e504a558: Pushed 15:32:13 398a1ed24ec7: Pushed 15:32:13 Removing intermediate container e060caf990d6 15:32:13 ---> d036b994c61d 15:32:13 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:32:13 ---> Running in c38f3b9812e1 15:32:13 eb0c05552340: Pushed 15:32:13 5cd92fb70bee: Pushed 15:32:13 acbba4251438: Pushed 15:32:13 e5e13b0c77cb: Layer already exists 15:32:14 9bb5f98d3332: Pushed 15:32:14 f5ff7bc77c20: Pushed 15:32:14 6f3708c582fd: Pushed 15:32:14 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:32:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:32:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:32:15 398a1ed24ec7: Preparing 15:32:15 b0981c94cf19: Preparing 15:32:15 6f3708c582fd: Preparing 15:32:15 f5ff7bc77c20: Preparing 15:32:15 7f22e504a558: Preparing 15:32:15 5cd92fb70bee: Preparing 15:32:15 eb0c05552340: Preparing 15:32:15 5cd92fb70bee: Waiting 15:32:15 acbba4251438: Preparing 15:32:15 9bb5f98d3332: Preparing 15:32:15 e5e13b0c77cb: Preparing 15:32:15 eb0c05552340: Waiting 15:32:15 e5e13b0c77cb: Waiting 15:32:15 acbba4251438: Waiting 15:32:15 9bb5f98d3332: Waiting 15:32:15 f5ff7bc77c20: Layer already exists 15:32:15 7f22e504a558: Layer already exists 15:32:15 b0981c94cf19: Layer already exists 15:32:15 6f3708c582fd: Layer already exists 15:32:15 398a1ed24ec7: Layer already exists 15:32:15 5cd92fb70bee: Layer already exists 15:32:15 acbba4251438: Layer already exists 15:32:15 eb0c05552340: Layer already exists 15:32:15 9bb5f98d3332: Layer already exists 15:32:15 e5e13b0c77cb: Layer already exists 15:32:15 latest: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:32:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.31 15:32:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:32:16 398a1ed24ec7: Preparing 15:32:16 b0981c94cf19: Preparing 15:32:16 6f3708c582fd: Preparing 15:32:16 f5ff7bc77c20: Preparing 15:32:16 7f22e504a558: Preparing 15:32:16 5cd92fb70bee: Preparing 15:32:16 eb0c05552340: Preparing 15:32:16 acbba4251438: Preparing 15:32:16 9bb5f98d3332: Preparing 15:32:16 e5e13b0c77cb: Preparing 15:32:16 eb0c05552340: Waiting 15:32:16 acbba4251438: Waiting 15:32:16 5cd92fb70bee: Waiting 15:32:16 9bb5f98d3332: Waiting 15:32:16 e5e13b0c77cb: Waiting 15:32:16 7f22e504a558: Layer already exists 15:32:16 6f3708c582fd: Layer already exists 15:32:16 b0981c94cf19: Layer already exists 15:32:16 398a1ed24ec7: Layer already exists 15:32:16 f5ff7bc77c20: Layer already exists 15:32:16 5cd92fb70bee: Layer already exists 15:32:16 eb0c05552340: Layer already exists 15:32:16 9bb5f98d3332: Layer already exists 15:32:16 acbba4251438: Layer already exists 15:32:16 e5e13b0c77cb: Layer already exists 15:32:16 3.0.0-dev.31: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:32:16 398a1ed24ec7: Preparing 15:32:16 b0981c94cf19: Preparing 15:32:16 6f3708c582fd: Preparing 15:32:16 f5ff7bc77c20: Preparing 15:32:16 7f22e504a558: Preparing 15:32:16 5cd92fb70bee: Preparing 15:32:16 eb0c05552340: Preparing 15:32:16 acbba4251438: Preparing 15:32:16 9bb5f98d3332: Preparing 15:32:16 e5e13b0c77cb: Preparing 15:32:16 5cd92fb70bee: Waiting 15:32:16 acbba4251438: Waiting 15:32:16 eb0c05552340: Waiting 15:32:16 9bb5f98d3332: Waiting 15:32:16 398a1ed24ec7: Layer already exists 15:32:16 b0981c94cf19: Layer already exists 15:32:16 7f22e504a558: Layer already exists 15:32:16 6f3708c582fd: Layer already exists 15:32:16 f5ff7bc77c20: Layer already exists 15:32:16 5cd92fb70bee: Layer already exists 15:32:16 eb0c05552340: Layer already exists 15:32:16 acbba4251438: Layer already exists 15:32:16 e5e13b0c77cb: Layer already exists 15:32:16 9bb5f98d3332: Layer already exists 15:32:16 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:32:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:32:17 398a1ed24ec7: Preparing 15:32:17 b0981c94cf19: Preparing 15:32:17 6f3708c582fd: Preparing 15:32:17 f5ff7bc77c20: Preparing 15:32:17 7f22e504a558: Preparing 15:32:17 5cd92fb70bee: Preparing 15:32:17 eb0c05552340: Preparing 15:32:17 acbba4251438: Preparing 15:32:17 9bb5f98d3332: Preparing 15:32:17 e5e13b0c77cb: Preparing 15:32:17 eb0c05552340: Waiting 15:32:17 5cd92fb70bee: Waiting 15:32:17 acbba4251438: Waiting 15:32:17 9bb5f98d3332: Waiting 15:32:17 6f3708c582fd: Layer already exists 15:32:17 7f22e504a558: Layer already exists 15:32:17 f5ff7bc77c20: Layer already exists 15:32:17 398a1ed24ec7: Layer already exists 15:32:17 b0981c94cf19: Layer already exists 15:32:17 5cd92fb70bee: Layer already exists 15:32:17 9bb5f98d3332: Layer already exists 15:32:17 acbba4251438: Layer already exists 15:32:17 eb0c05552340: Layer already exists 15:32:17 e5e13b0c77cb: Layer already exists 15:32:17 main: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:17 ===================================================== [Pipeline] echo 15:32:17 taggedImages: 15:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.31 15:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:32:17 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:32:17 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:17 latest 15:32:17 3.0.0-dev.31 15:32:17 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:17 main 15:32:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:17 v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:32:17 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:32:17 OK: 15736 distinct packages available 15:32:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:32:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:32:18 3493cdef5187: Preparing 15:32:18 d90a40772265: Preparing 15:32:18 d109b48fee64: Preparing 15:32:18 1a058f9e5573: Preparing 15:32:18 34d5ebaa5410: Preparing 15:32:18 34d5ebaa5410: Layer already exists 15:32:18 d109b48fee64: Layer already exists 15:32:18 3493cdef5187: Pushed 15:32:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:32:18 1a058f9e5573: Pushed 15:32:19 (1/5) Installing dumb-init (1.2.5-r1) 15:32:19 (2/5) Installing musl-obstack (1.2.3-r0) 15:32:19 (3/5) Installing libucontext (1.1-r0) 15:32:19 (4/5) Installing gcompat (1.0.0-r4) 15:32:20 d90a40772265: Pushed 15:32:20 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 15:32:20 (5/5) Installing openssl (1.1.1s-r1) 15:32:20 Executing busybox-1.34.1-r7.trigger 15:32:20 OK: 6 MiB in 19 packages [Pipeline] sh 15:32:20 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:32:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:32:20 3493cdef5187: Preparing 15:32:20 d90a40772265: Preparing 15:32:20 d109b48fee64: Preparing 15:32:20 1a058f9e5573: Preparing 15:32:20 34d5ebaa5410: Preparing 15:32:20 3493cdef5187: Layer already exists 15:32:20 34d5ebaa5410: Layer already exists 15:32:20 d109b48fee64: Layer already exists 15:32:20 1a058f9e5573: Layer already exists 15:32:20 d90a40772265: Layer already exists 15:32:20 latest: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.31 15:32:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:32:21 3493cdef5187: Preparing 15:32:21 d90a40772265: Preparing 15:32:21 d109b48fee64: Preparing 15:32:21 1a058f9e5573: Preparing 15:32:21 34d5ebaa5410: Preparing 15:32:21 34d5ebaa5410: Layer already exists 15:32:21 1a058f9e5573: Layer already exists 15:32:21 3493cdef5187: Layer already exists 15:32:21 d109b48fee64: Layer already exists 15:32:21 d90a40772265: Layer already exists 15:32:21 3.0.0-dev.31: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:32:21 3493cdef5187: Preparing 15:32:21 d90a40772265: Preparing 15:32:21 d109b48fee64: Preparing 15:32:21 1a058f9e5573: Preparing 15:32:21 34d5ebaa5410: Preparing 15:32:21 3493cdef5187: Layer already exists 15:32:21 d90a40772265: Layer already exists 15:32:21 d109b48fee64: Layer already exists 15:32:21 34d5ebaa5410: Layer already exists 15:32:21 1a058f9e5573: Layer already exists 15:32:21 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:22 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:32:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:32:22 3493cdef5187: Preparing 15:32:22 d90a40772265: Preparing 15:32:22 d109b48fee64: Preparing 15:32:22 1a058f9e5573: Preparing 15:32:22 34d5ebaa5410: Preparing 15:32:22 3493cdef5187: Layer already exists 15:32:22 1a058f9e5573: Layer already exists 15:32:22 d90a40772265: Layer already exists 15:32:22 34d5ebaa5410: Layer already exists 15:32:22 d109b48fee64: Layer already exists 15:32:22 main: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:22 ===================================================== [Pipeline] echo 15:32:22 taggedImages: 15:32:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:32:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.31 15:32:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:32:22 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:32:22 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:22 latest 15:32:22 3.0.0-dev.31 15:32:22 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:22 main 15:32:22 ===================================================== [Pipeline] withEnv [Pipeline] { 15:32:22 Removing intermediate container c38f3b9812e1 15:32:22 ---> aa1345d74df1 15:32:22 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:32:23 58f73cf5d495: Preparing 15:32:23 cb69501da82b: Preparing 15:32:23 341f774b7643: Preparing 15:32:23 f6ab754d4559: Preparing 15:32:23 b665c725f7bb: Preparing 15:32:23 fb30cd163824: Preparing 15:32:23 34d5ebaa5410: Preparing 15:32:23 fb30cd163824: Waiting 15:32:23 34d5ebaa5410: Waiting 15:32:23 341f774b7643: Pushed 15:32:23 cb69501da82b: Pushed 15:32:23 58f73cf5d495: Pushed 15:32:23 34d5ebaa5410: Layer already exists 15:32:23 fb30cd163824: Pushed 15:32:27 b665c725f7bb: Pushed 15:32:28 ---> c180a6a60599 15:32:28 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:32:29 f6ab754d4559: Pushed 15:32:29 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:32:30 58f73cf5d495: Preparing 15:32:30 cb69501da82b: Preparing 15:32:30 341f774b7643: Preparing 15:32:30 f6ab754d4559: Preparing 15:32:30 b665c725f7bb: Preparing 15:32:30 fb30cd163824: Preparing 15:32:30 34d5ebaa5410: Preparing 15:32:30 fb30cd163824: Waiting 15:32:30 34d5ebaa5410: Waiting 15:32:30 cb69501da82b: Layer already exists 15:32:30 58f73cf5d495: Layer already exists 15:32:30 b665c725f7bb: Layer already exists 15:32:30 341f774b7643: Layer already exists 15:32:30 f6ab754d4559: Layer already exists 15:32:30 fb30cd163824: Layer already exists 15:32:30 34d5ebaa5410: Layer already exists 15:32:30 latest: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.31 15:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:32:30 58f73cf5d495: Preparing 15:32:30 cb69501da82b: Preparing 15:32:30 341f774b7643: Preparing 15:32:30 f6ab754d4559: Preparing 15:32:30 b665c725f7bb: Preparing 15:32:30 fb30cd163824: Preparing 15:32:30 34d5ebaa5410: Preparing 15:32:30 34d5ebaa5410: Waiting 15:32:30 fb30cd163824: Waiting 15:32:30 cb69501da82b: Layer already exists 15:32:30 341f774b7643: Layer already exists 15:32:30 b665c725f7bb: Layer already exists 15:32:30 58f73cf5d495: Layer already exists 15:32:30 f6ab754d4559: Layer already exists 15:32:30 34d5ebaa5410: Layer already exists 15:32:30 fb30cd163824: Layer already exists 15:32:30 3.0.0-dev.31: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:32:31 58f73cf5d495: Preparing 15:32:31 cb69501da82b: Preparing 15:32:31 341f774b7643: Preparing 15:32:31 f6ab754d4559: Preparing 15:32:31 b665c725f7bb: Preparing 15:32:31 fb30cd163824: Preparing 15:32:31 34d5ebaa5410: Preparing 15:32:31 34d5ebaa5410: Waiting 15:32:31 fb30cd163824: Waiting 15:32:31 cb69501da82b: Layer already exists 15:32:31 58f73cf5d495: Layer already exists 15:32:31 f6ab754d4559: Layer already exists 15:32:31 341f774b7643: Layer already exists 15:32:31 b665c725f7bb: Layer already exists 15:32:31 34d5ebaa5410: Layer already exists 15:32:31 fb30cd163824: Layer already exists 15:32:31 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:32:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:32:32 58f73cf5d495: Preparing 15:32:32 cb69501da82b: Preparing 15:32:32 341f774b7643: Preparing 15:32:32 f6ab754d4559: Preparing 15:32:32 b665c725f7bb: Preparing 15:32:32 fb30cd163824: Preparing 15:32:32 34d5ebaa5410: Preparing 15:32:32 fb30cd163824: Waiting 15:32:32 34d5ebaa5410: Waiting 15:32:32 58f73cf5d495: Layer already exists 15:32:32 341f774b7643: Layer already exists 15:32:32 cb69501da82b: Layer already exists 15:32:32 f6ab754d4559: Layer already exists 15:32:32 b665c725f7bb: Layer already exists 15:32:32 34d5ebaa5410: Layer already exists 15:32:32 fb30cd163824: Layer already exists 15:32:32 main: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:32 ===================================================== [Pipeline] echo 15:32:32 taggedImages: 15:32:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:32:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.31 15:32:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:32:32 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:32:32 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:32 latest 15:32:32 3.0.0-dev.31 15:32:32 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:32 main 15:32:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:32:32 4cd4c0dc16ac: Preparing 15:32:32 1d9b48e3bfd1: Preparing 15:32:32 6a11661e9a52: Preparing 15:32:32 3947a372bd7d: Preparing 15:32:32 46e8b1011a38: Preparing 15:32:32 34d5ebaa5410: Preparing 15:32:32 34d5ebaa5410: Waiting 15:32:32 1d9b48e3bfd1: Pushed 15:32:32 6a11661e9a52: Pushed 15:32:32 4cd4c0dc16ac: Pushed 15:32:32 34d5ebaa5410: Layer already exists 15:32:33 46e8b1011a38: Pushed 15:32:38 ---> 936aaf93332c 15:32:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:32:38 ---> 32b96997cee3 15:32:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:32:39 ---> a79bc908788e 15:32:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:32:39 3947a372bd7d: Pushed 15:32:39 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:40 ---> d62926214c49 15:32:40 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:32:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:32:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:32:40 4cd4c0dc16ac: Preparing 15:32:40 1d9b48e3bfd1: Preparing 15:32:40 6a11661e9a52: Preparing 15:32:40 3947a372bd7d: Preparing 15:32:40 46e8b1011a38: Preparing 15:32:40 34d5ebaa5410: Preparing 15:32:40 34d5ebaa5410: Waiting 15:32:40 1d9b48e3bfd1: Layer already exists 15:32:40 4cd4c0dc16ac: Layer already exists 15:32:40 6a11661e9a52: Layer already exists 15:32:40 3947a372bd7d: Layer already exists 15:32:40 46e8b1011a38: Layer already exists 15:32:40 34d5ebaa5410: Layer already exists 15:32:40 latest: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:40 ---> Running in 24e5f815b010 15:32:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.31 15:32:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:32:40 4cd4c0dc16ac: Preparing 15:32:40 1d9b48e3bfd1: Preparing 15:32:40 6a11661e9a52: Preparing 15:32:40 3947a372bd7d: Preparing 15:32:40 46e8b1011a38: Preparing 15:32:40 34d5ebaa5410: Preparing 15:32:40 4cd4c0dc16ac: Layer already exists 15:32:40 3947a372bd7d: Layer already exists 15:32:40 46e8b1011a38: Layer already exists 15:32:40 6a11661e9a52: Layer already exists 15:32:40 1d9b48e3bfd1: Layer already exists 15:32:40 34d5ebaa5410: Layer already exists 15:32:40 3.0.0-dev.31: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:32:41 4cd4c0dc16ac: Preparing 15:32:41 1d9b48e3bfd1: Preparing 15:32:41 6a11661e9a52: Preparing 15:32:41 3947a372bd7d: Preparing 15:32:41 46e8b1011a38: Preparing 15:32:41 34d5ebaa5410: Preparing 15:32:41 34d5ebaa5410: Waiting 15:32:41 46e8b1011a38: Layer already exists 15:32:41 6a11661e9a52: Layer already exists 15:32:41 3947a372bd7d: Layer already exists 15:32:41 4cd4c0dc16ac: Layer already exists 15:32:41 1d9b48e3bfd1: Layer already exists 15:32:41 34d5ebaa5410: Layer already exists 15:32:41 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:41 Removing intermediate container 24e5f815b010 15:32:41 ---> 6e050af5ae09 15:32:41 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:32:41 ---> Running in bdc4f5bbb862 15:32:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:32:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:32:42 4cd4c0dc16ac: Preparing 15:32:42 1d9b48e3bfd1: Preparing 15:32:42 6a11661e9a52: Preparing 15:32:42 3947a372bd7d: Preparing 15:32:42 46e8b1011a38: Preparing 15:32:42 34d5ebaa5410: Preparing 15:32:42 34d5ebaa5410: Waiting 15:32:42 4cd4c0dc16ac: Layer already exists 15:32:42 46e8b1011a38: Layer already exists 15:32:42 6a11661e9a52: Layer already exists 15:32:42 3947a372bd7d: Layer already exists 15:32:42 1d9b48e3bfd1: Layer already exists 15:32:42 34d5ebaa5410: Layer already exists 15:32:42 main: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:42 ===================================================== [Pipeline] echo 15:32:42 taggedImages: 15:32:42 - nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:42 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:32:42 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.31 15:32:42 - nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:42 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:32:42 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:32:42 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:42 latest 15:32:42 3.0.0-dev.31 15:32:42 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:42 main 15:32:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:42 Removing intermediate container bdc4f5bbb862 15:32:42 ---> aa1ff1b78513 15:32:42 Step 22/24 : LABEL arch=arm64 15:32:42 ---> Running in 8c1f1002a9e6 15:32:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:32:42 157650d8670c: Preparing 15:32:42 6d88dcfe6f55: Preparing 15:32:42 d8c3881236a7: Preparing 15:32:42 f0e262c49d54: Preparing 15:32:42 fb30cd163824: Preparing 15:32:42 34d5ebaa5410: Preparing 15:32:42 34d5ebaa5410: Waiting 15:32:42 fb30cd163824: Layer already exists 15:32:42 34d5ebaa5410: Layer already exists 15:32:42 d8c3881236a7: Pushed 15:32:42 6d88dcfe6f55: Pushed 15:32:42 157650d8670c: Pushed 15:32:43 Removing intermediate container 8c1f1002a9e6 15:32:43 ---> e1deca42db3e 15:32:43 Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:43 ---> Running in d4daf9e8fc93 15:32:44 Removing intermediate container d4daf9e8fc93 15:32:44 ---> bc8560cba431 15:32:44 Step 24/24 : LABEL version=3.0.0-dev.31 15:32:44 ---> Running in f6993b45c0de 15:32:45 Removing intermediate container f6993b45c0de 15:32:45 ---> c8e179db15a6 15:32:45 15:32:45 Successfully built c8e179db15a6 15:32:45 Successfully tagged security-spire-agent-arm64:latest 15:32:45  Building security-spire-agent ... done Building security-spire-server 15:32:49 f0e262c49d54: Pushed 15:32:49 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:32:50 157650d8670c: Preparing 15:32:50 6d88dcfe6f55: Preparing 15:32:50 d8c3881236a7: Preparing 15:32:50 f0e262c49d54: Preparing 15:32:50 fb30cd163824: Preparing 15:32:50 34d5ebaa5410: Preparing 15:32:50 34d5ebaa5410: Waiting 15:32:50 6d88dcfe6f55: Layer already exists 15:32:50 d8c3881236a7: Layer already exists 15:32:50 fb30cd163824: Layer already exists 15:32:50 f0e262c49d54: Layer already exists 15:32:50 157650d8670c: Layer already exists 15:32:50 34d5ebaa5410: Layer already exists 15:32:50 latest: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.31 15:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:32:50 157650d8670c: Preparing 15:32:50 6d88dcfe6f55: Preparing 15:32:50 d8c3881236a7: Preparing 15:32:50 f0e262c49d54: Preparing 15:32:50 fb30cd163824: Preparing 15:32:50 34d5ebaa5410: Preparing 15:32:50 34d5ebaa5410: Waiting 15:32:50 6d88dcfe6f55: Layer already exists 15:32:50 d8c3881236a7: Layer already exists 15:32:50 f0e262c49d54: Layer already exists 15:32:50 fb30cd163824: Layer already exists 15:32:50 34d5ebaa5410: Layer already exists 15:32:50 157650d8670c: Layer already exists 15:32:50 3.0.0-dev.31: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } 15:32:50 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:32:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:32:50 ---> 4b8e885596fc 15:32:50 Step 3/23 : WORKDIR /edgex-go 15:32:50 ---> Using cache 15:32:50 ---> 26f3942c02c2 15:32:50 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:32:50 ---> Running in f1efb0279170 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:32:51 157650d8670c: Preparing 15:32:51 6d88dcfe6f55: Preparing 15:32:51 d8c3881236a7: Preparing 15:32:51 f0e262c49d54: Preparing 15:32:51 fb30cd163824: Preparing 15:32:51 34d5ebaa5410: Preparing 15:32:51 34d5ebaa5410: Waiting 15:32:51 157650d8670c: Layer already exists 15:32:51 fb30cd163824: Layer already exists 15:32:51 f0e262c49d54: Layer already exists 15:32:51 d8c3881236a7: Layer already exists 15:32:51 6d88dcfe6f55: Layer already exists 15:32:51 34d5ebaa5410: Layer already exists 15:32:51 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:32:51 157650d8670c: Preparing 15:32:51 6d88dcfe6f55: Preparing 15:32:51 d8c3881236a7: Preparing 15:32:51 f0e262c49d54: Preparing 15:32:51 fb30cd163824: Preparing 15:32:51 34d5ebaa5410: Preparing 15:32:51 34d5ebaa5410: Waiting 15:32:51 157650d8670c: Layer already exists 15:32:51 f0e262c49d54: Layer already exists 15:32:51 fb30cd163824: Layer already exists 15:32:51 6d88dcfe6f55: Layer already exists 15:32:51 d8c3881236a7: Layer already exists 15:32:51 34d5ebaa5410: Layer already exists 15:32:51 main: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:51 ===================================================== [Pipeline] echo 15:32:51 taggedImages: 15:32:51 - nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:51 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:32:51 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.31 15:32:51 - nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:51 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:32:51 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:32:51 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:51 latest 15:32:51 3.0.0-dev.31 15:32:51 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:51 main 15:32:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:32:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:32:52 5936bbac5e26: Preparing 15:32:52 f5d581bd2145: Preparing 15:32:52 d109b48fee64: Preparing 15:32:52 355de34eafb7: Preparing 15:32:52 e5e13b0c77cb: Preparing 15:32:52 d109b48fee64: Layer already exists 15:32:52 e5e13b0c77cb: Layer already exists 15:32:52 5936bbac5e26: Pushed 15:32:52 355de34eafb7: Pushed 15:32:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:32:54 OK: 221 MiB in 51 packages 15:32:55 f5d581bd2145: Pushed 15:32:55 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:55 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:32:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:32:55 5936bbac5e26: Preparing 15:32:55 f5d581bd2145: Preparing 15:32:55 d109b48fee64: Preparing 15:32:55 355de34eafb7: Preparing 15:32:55 e5e13b0c77cb: Preparing 15:32:55 e5e13b0c77cb: Layer already exists 15:32:55 355de34eafb7: Layer already exists 15:32:55 5936bbac5e26: Layer already exists 15:32:55 d109b48fee64: Layer already exists 15:32:55 f5d581bd2145: Layer already exists 15:32:55 latest: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.31 15:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:32:56 5936bbac5e26: Preparing 15:32:56 f5d581bd2145: Preparing 15:32:56 d109b48fee64: Preparing 15:32:56 355de34eafb7: Preparing 15:32:56 e5e13b0c77cb: Preparing 15:32:56 d109b48fee64: Layer already exists 15:32:56 e5e13b0c77cb: Layer already exists 15:32:56 355de34eafb7: Layer already exists 15:32:56 5936bbac5e26: Layer already exists 15:32:56 f5d581bd2145: Layer already exists 15:32:56 3.0.0-dev.31: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:32:57 5936bbac5e26: Preparing 15:32:57 f5d581bd2145: Preparing 15:32:57 d109b48fee64: Preparing 15:32:57 355de34eafb7: Preparing 15:32:57 e5e13b0c77cb: Preparing 15:32:57 355de34eafb7: Layer already exists 15:32:57 f5d581bd2145: Layer already exists 15:32:57 5936bbac5e26: Layer already exists 15:32:57 d109b48fee64: Layer already exists 15:32:57 e5e13b0c77cb: Layer already exists 15:32:57 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:32:57 5936bbac5e26: Preparing 15:32:57 f5d581bd2145: Preparing 15:32:57 d109b48fee64: Preparing 15:32:57 355de34eafb7: Preparing 15:32:57 e5e13b0c77cb: Preparing 15:32:57 d109b48fee64: Layer already exists 15:32:57 f5d581bd2145: Layer already exists 15:32:57 355de34eafb7: Layer already exists 15:32:57 e5e13b0c77cb: Layer already exists 15:32:57 5936bbac5e26: Layer already exists 15:32:57 main: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:57 ===================================================== [Pipeline] echo 15:32:57 taggedImages: 15:32:57 - nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:57 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:32:57 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.31 15:32:57 - nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:57 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:32:57 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:32:57 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:57 latest 15:32:57 3.0.0-dev.31 15:32:57 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:32:57 main 15:32:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:32:58 a57eb6854ff1: Preparing 15:32:58 0508991426a1: Preparing 15:32:58 d109b48fee64: Preparing 15:32:58 335efd658a00: Preparing 15:32:58 e5e13b0c77cb: Preparing 15:32:58 d109b48fee64: Layer already exists 15:32:58 335efd658a00: Layer already exists 15:32:58 e5e13b0c77cb: Layer already exists 15:32:58 a57eb6854ff1: Pushed 15:32:59 Removing intermediate container f1efb0279170 15:32:59 ---> 641bee4983b6 15:32:59 Step 5/23 : COPY go.mod vendor* ./ 15:33:00 ---> 6feff32e02c6 15:33:00 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:33:00 ---> Running in 9f49eac3790c 15:33:01 0508991426a1: Pushed 15:33:01 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:01 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:33:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:33:01 a57eb6854ff1: Preparing 15:33:01 0508991426a1: Preparing 15:33:01 d109b48fee64: Preparing 15:33:01 335efd658a00: Preparing 15:33:01 e5e13b0c77cb: Preparing 15:33:01 e5e13b0c77cb: Layer already exists 15:33:01 d109b48fee64: Layer already exists 15:33:01 0508991426a1: Layer already exists 15:33:01 335efd658a00: Layer already exists 15:33:01 a57eb6854ff1: Layer already exists 15:33:01 latest: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:01 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.31 15:33:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:33:02 a57eb6854ff1: Preparing 15:33:02 0508991426a1: Preparing 15:33:02 d109b48fee64: Preparing 15:33:02 335efd658a00: Preparing 15:33:02 e5e13b0c77cb: Preparing 15:33:02 a57eb6854ff1: Layer already exists 15:33:02 e5e13b0c77cb: Layer already exists 15:33:02 335efd658a00: Layer already exists 15:33:02 0508991426a1: Layer already exists 15:33:02 d109b48fee64: Layer already exists 15:33:02 3.0.0-dev.31: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:33:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:33:02 a57eb6854ff1: Preparing 15:33:02 0508991426a1: Preparing 15:33:02 d109b48fee64: Preparing 15:33:02 335efd658a00: Preparing 15:33:02 e5e13b0c77cb: Preparing 15:33:02 e5e13b0c77cb: Layer already exists 15:33:02 d109b48fee64: Layer already exists 15:33:02 a57eb6854ff1: Layer already exists 15:33:02 335efd658a00: Layer already exists 15:33:02 0508991426a1: Layer already exists 15:33:02 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:03 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:33:03 a57eb6854ff1: Preparing 15:33:03 0508991426a1: Preparing 15:33:03 d109b48fee64: Preparing 15:33:03 335efd658a00: Preparing 15:33:03 e5e13b0c77cb: Preparing 15:33:03 e5e13b0c77cb: Layer already exists 15:33:03 d109b48fee64: Layer already exists 15:33:03 a57eb6854ff1: Layer already exists 15:33:03 335efd658a00: Layer already exists 15:33:03 0508991426a1: Layer already exists 15:33:03 main: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:33:03 ===================================================== [Pipeline] echo 15:33:03 taggedImages: 15:33:03 - nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:33:03 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:33:03 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.31 15:33:03 - nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:33:03 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:34:52 Removing intermediate container 9f49eac3790c 15:34:52 ---> 48598058f721 15:34:52 Step 7/23 : COPY . . 15:34:52 ---> 72e52447a2e6 15:34:52 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:34:52 ---> Running in cbe48cd2b853 15:34:52 Removing intermediate container cbe48cd2b853 15:34:52 ---> ca781d7480f9 15:34:52 Step 9/23 : WORKDIR /edgex-go/spire-build 15:34:52 ---> Running in fd759d858f73 15:34:52 Removing intermediate container fd759d858f73 15:34:52 ---> 5dca4509bd91 15:34:52 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 15:34:52 ---> Running in baf5f585b606 15:34:52 Removing intermediate container baf5f585b606 15:34:52 ---> dba3855ccf5d 15:34:52 Step 11/23 : WORKDIR /edgex-go 15:34:52 ---> Running in 846aa8927d91 15:34:52 Removing intermediate container 846aa8927d91 15:34:52 ---> e9ad384b2c42 15:34:52 15:34:52 Step 12/23 : FROM alpine:3.15 15:34:52 ---> 8aa73fd46299 15:34:52 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:34:52 ---> Using cache 15:34:52 ---> d036b994c61d 15:34:52 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:34:52 ---> Using cache 15:34:52 ---> aa1345d74df1 15:34:52 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:34:58 ---> ffe9b0d13cc3 15:34:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:34:59 ---> 9a141968ad3b 15:34:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:35:00 ---> e032ada09eb5 15:35:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:35:00 ---> 848ae75e30af 15:35:00 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:35:01 ---> Running in a773a781faa2 15:35:01 Removing intermediate container a773a781faa2 15:35:01 ---> 69a723e133c2 15:35:01 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:35:01 ---> Running in b4b3fd269baf 15:35:02 Removing intermediate container b4b3fd269baf 15:35:02 ---> dcc4f8b901e8 15:35:02 Step 21/23 : LABEL arch=arm64 15:35:02 ---> Running in 2225add0164c 15:35:03 Removing intermediate container 2225add0164c 15:35:03 ---> 477d26197a21 15:35:03 Step 22/23 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:35:03 ---> Running in 9099669bf3cd 15:35:03 Removing intermediate container 9099669bf3cd 15:35:03 ---> fa17fb18d837 15:35:03 Step 23/23 : LABEL version=3.0.0-dev.31 15:35:03 ---> Running in ef17aa67f422 15:35:04 Removing intermediate container ef17aa67f422 15:35:04 ---> caa9660dff96 15:35:04 15:35:04 Successfully built caa9660dff96 15:35:04 Successfully tagged security-spire-server-arm64:latest 15:35:04 Building support-notifications 15:35:07  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:35:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:35:07 ---> 4b8e885596fc 15:35:07 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:35:07 ---> Using cache 15:35:07 ---> 70c025c24f53 15:35:07 Step 4/22 : WORKDIR /edgex-go 15:35:07 ---> Using cache 15:35:07 ---> 71bc9305eb23 15:35:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:35:08 ---> Running in 8cb7b218ea3d 15:35:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:35:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:35:12 OK: 221 MiB in 51 packages 15:35:14 Removing intermediate container 8cb7b218ea3d 15:35:14 ---> b7a62b81e068 15:35:14 Step 6/22 : COPY go.mod vendor* ./ 15:35:15 ---> c4acbd8f51e9 15:35:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:35:15 ---> Running in 85a843603c9c 15:37:06 Removing intermediate container 85a843603c9c 15:37:06 ---> dcde6c607bb4 15:37:06 Step 8/22 : COPY . . 15:37:06 ---> 6175f4f39acb 15:37:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:37:06 ---> Running in 5ea1ada34bb9 15:37:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:38:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:38:46 Removing intermediate container b9fe2c105015 15:38:46 ---> 651186e6e6c3 15:38:46 15:38:46 Step 9/21 : FROM alpine:3.16 15:38:46 3.16: Pulling from library/alpine 15:38:47 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:38:47 Status: Downloaded newer image for alpine:3.16 15:38:47 ---> 2b4661558fb8 15:38:47 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 15:38:47 ---> Running in 761327a07d87 15:38:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:38:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:38:51 (1/6) Installing ca-certificates (20220614-r0) 15:38:51 (2/6) Installing brotli-libs (1.0.9-r6) 15:38:51 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:38:51 (4/6) Installing libcurl (7.83.1-r5) 15:38:51 (5/6) Installing curl (7.83.1-r5) 15:38:51 (6/6) Installing dumb-init (1.2.5-r1) 15:38:51 Executing busybox-1.35.0-r17.trigger 15:38:52 Executing ca-certificates-20220614-r0.trigger 15:38:52 OK: 8 MiB in 20 packages 15:38:56 Removing intermediate container 761327a07d87 15:38:56 ---> 671b166cd363 15:38:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:38:56 ---> Running in 8e92e966c4e2 15:38:57 Removing intermediate container 8e92e966c4e2 15:38:57 ---> 97cc0a5350c8 15:38:57 Step 12/21 : WORKDIR /edgex 15:38:57 ---> Running in dc326a8264e3 15:38:58 Removing intermediate container dc326a8264e3 15:38:58 ---> a5ba9f3c6721 15:38:58 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:38:59 ---> cc079ac532a5 15:38:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:39:00 ---> 6198c0c60ab4 15:39:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:39:01 ---> b5c5ad68f467 15:39:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:39:02 ---> 29907a040ddc 15:39:02 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:39:02 ---> Running in bd388bcde923 15:39:06 Removing intermediate container bd388bcde923 15:39:06 ---> 7ad98fb385c4 15:39:06 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:39:06 ---> Running in b98baaf9fa83 15:39:06 Removing intermediate container b98baaf9fa83 15:39:06 ---> 1445a9e461b0 15:39:06 Step 19/21 : LABEL arch=arm64 15:39:07 ---> Running in 7f456ef92ee0 15:39:07 Removing intermediate container 7f456ef92ee0 15:39:07 ---> 0ebb4e953862 15:39:07 Step 20/21 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:39:07 ---> Running in 9c91295d6371 15:39:08 Removing intermediate container 9c91295d6371 15:39:08 ---> 8eaa6f109d2a 15:39:08 Step 21/21 : LABEL version=3.0.0-dev.31 15:39:09 ---> Running in 0ad8c3cc3e0b 15:39:09 Removing intermediate container 0ad8c3cc3e0b 15:39:09 ---> 0e41a1cd3867 15:39:09 15:39:10 Successfully built 0e41a1cd3867 15:39:10 Successfully tagged security-proxy-setup-arm64:latest 15:39:10 Building security-secretstore-setup 15:39:13  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:39:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:39:13 ---> 4b8e885596fc 15:39:13 Step 3/24 : WORKDIR /edgex-go 15:39:13 ---> Using cache 15:39:13 ---> 26f3942c02c2 15:39:13 Step 4/24 : RUN apk add --update --no-cache make git 15:39:13 ---> Using cache 15:39:13 ---> 66a19e89c3c2 15:39:13 Step 5/24 : COPY go.mod vendor* ./ 15:39:13 ---> Using cache 15:39:13 ---> 5e13629e81b1 15:39:13 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:39:13 ---> Using cache 15:39:13 ---> 91e369655f20 15:39:13 Step 7/24 : COPY . . 15:39:13 ---> Using cache 15:39:13 ---> 6dbb596c6055 15:39:13 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:39:13 ---> Running in 386a2c36cc08 15:39:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:39:33 Removing intermediate container 05559268423c 15:39:33 ---> 0c1686c199ef 15:39:33 15:39:33 Step 10/23 : FROM alpine:3.16 15:39:33 ---> 2b4661558fb8 15:39:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:39:33 ---> Running in af96150844a2 15:39:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:39:36 (1/1) Installing dumb-init (1.2.5-r1) 15:39:36 Executing busybox-1.35.0-r17.trigger 15:39:37 OK: 5 MiB in 15 packages 15:39:38 Removing intermediate container af96150844a2 15:39:38 ---> f26b73bdab6d 15:39:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:39:38 ---> Running in 4d6d4fdd7883 15:39:39 Removing intermediate container 4d6d4fdd7883 15:39:39 ---> b2a9c4b91416 15:39:39 Step 13/23 : ENV APP_PORT=59882 15:39:39 ---> Running in 0d9c4bb2569a 15:39:39 Removing intermediate container 0d9c4bb2569a 15:39:39 ---> 505a5ebcf317 15:39:39 Step 14/23 : EXPOSE $APP_PORT 15:39:39 ---> Running in 35dae3d6ab5d 15:39:40 Removing intermediate container 35dae3d6ab5d 15:39:40 ---> 51f81a85f6ad 15:39:40 Step 15/23 : WORKDIR / 15:39:40 ---> Running in d61925dfb23f 15:39:41 Removing intermediate container d61925dfb23f 15:39:41 ---> 978a5d49f628 15:39:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:39:42 ---> 0fcf3aabd3b1 15:39:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:39:46 ---> ffd379ae77e5 15:39:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:39:48 ---> 7fda24a0bf83 15:39:48 Step 19/23 : ENTRYPOINT ["/core-command"] 15:39:48 ---> Running in c7dd565c988e 15:39:49 Removing intermediate container c7dd565c988e 15:39:49 ---> 3d857b80c8c1 15:39:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:39:49 ---> Running in d7145b130298 15:39:50 Removing intermediate container d7145b130298 15:39:51 ---> 8a0d61b7ecff 15:39:51 Step 21/23 : LABEL arch=arm64 15:39:51 ---> Running in ccd5938874dd 15:39:52 Removing intermediate container ccd5938874dd 15:39:52 ---> 0033735fcd53 15:39:52 Step 22/23 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:39:52 ---> Running in 854e10c6d210 15:39:54 Removing intermediate container 854e10c6d210 15:39:54 ---> a91835391ea1 15:39:54 Step 23/23 : LABEL version=3.0.0-dev.31 15:39:54 ---> Running in f58459885cb4 15:39:55 Removing intermediate container f58459885cb4 15:39:55 ---> 3a8614393e5a 15:39:55 15:39:55 Successfully built 3a8614393e5a 15:39:55 Successfully tagged core-command-arm64:latest 15:39:55  Building core-command ... done Building security-spire-config 15:39:57 Removing intermediate container a0b3796e2a22 15:39:57 ---> 0c5cb1682fc2 15:39:57 15:39:57 Step 10/22 : FROM alpine:3.16 15:39:57 ---> 2b4661558fb8 15:39:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:39:59 ---> Running in 43f9ff25b49f 15:40:00 Removing intermediate container 43f9ff25b49f 15:40:00 ---> bdec798b0c24 15:40:00 Step 12/22 : ENV APP_PORT=59880 15:40:00 ---> Running in 7e8f14c92464 15:40:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:40:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:40:00 ---> 4b8e885596fc 15:40:00 Step 3/24 : WORKDIR /edgex-go 15:40:00 ---> Using cache 15:40:00 ---> 26f3942c02c2 15:40:00 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:40:00 ---> Using cache 15:40:00 ---> 641bee4983b6 15:40:00 Step 5/24 : COPY go.mod vendor* ./ 15:40:00 ---> Using cache 15:40:00 ---> 6feff32e02c6 15:40:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:40:00 ---> Using cache 15:40:00 ---> 48598058f721 15:40:00 Step 7/24 : COPY . . 15:40:00 Removing intermediate container f86dea697b32 15:40:00 ---> 741c98e3e140 15:40:00 15:40:00 Step 10/24 : FROM alpine:3.16 15:40:00 ---> 2b4661558fb8 15:40:00 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:40:00 ---> Using cache 15:40:00 ---> f26b73bdab6d 15:40:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:40:00 ---> Using cache 15:40:00 ---> b2a9c4b91416 15:40:00 Step 13/24 : ENV APP_PORT=59881 15:40:00 ---> Running in e8dc511247e1 15:40:00 Removing intermediate container 7e8f14c92464 15:40:00 ---> b7538369b238 15:40:00 Step 13/22 : EXPOSE $APP_PORT 15:40:00 ---> Using cache 15:40:00 ---> 72e52447a2e6 15:40:00 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:40:00 ---> Using cache 15:40:00 ---> ca781d7480f9 15:40:00 Step 9/24 : WORKDIR /edgex-go/spire-build 15:40:00 ---> Using cache 15:40:00 ---> 5dca4509bd91 15:40:00 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 15:40:01 ---> Running in 0a702a502e2e 15:40:01 ---> Running in 64d6324476fc 15:40:02 Removing intermediate container e8dc511247e1 15:40:02 ---> 39a3f9ba2b6a 15:40:02 Step 14/24 : EXPOSE $APP_PORT 15:40:02 ---> Running in 205851c0751d 15:40:02 Removing intermediate container 0a702a502e2e 15:40:02 ---> 1131288e7cfc 15:40:02 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:40:02 ---> Running in 3c51a8fd1ffa 15:40:02 Removing intermediate container 205851c0751d 15:40:02 ---> 0f50b4ec849f 15:40:02 Step 15/24 : WORKDIR / 15:40:03 ---> Running in 766c682a9776 15:40:04 Removing intermediate container 766c682a9776 15:40:04 ---> 7a23490a63df 15:40:04 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:40:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:40:05 Removing intermediate container 64d6324476fc 15:40:05 ---> 8b2ec2c1048c 15:40:05 Step 11/24 : WORKDIR /edgex-go 15:40:05 ---> 4139be25dd12 15:40:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:40:05 ---> Running in 0c77af138727 15:40:06 Removing intermediate container 0c77af138727 15:40:06 ---> 23ddb182cc4f 15:40:06 15:40:06 Step 12/24 : FROM alpine:3.15 15:40:06 ---> 8aa73fd46299 15:40:06 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:40:06 ---> Using cache 15:40:06 ---> d036b994c61d 15:40:06 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:40:06 ---> Running in 3d0683526728 15:40:06 (1/1) Installing dumb-init (1.2.5-r1) 15:40:06 Executing busybox-1.35.0-r17.trigger 15:40:06 OK: 5 MiB in 15 packages 15:40:09 ---> b1cd6b6d46a1 15:40:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:40:09 Removing intermediate container 3c51a8fd1ffa 15:40:09 ---> 4e83cba42d0f 15:40:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:40:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:40:11 v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:40:11 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:40:11 OK: 15736 distinct packages available 15:40:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:40:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:40:11 ---> 94dfda305cb2 15:40:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:40:11 ---> f8b877acb259 15:40:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:40:12 (1/4) Installing dumb-init (1.2.5-r1) 15:40:12 (2/4) Installing musl-obstack (1.2.3-r0) 15:40:12 (3/4) Installing libucontext (1.1-r0) 15:40:12 (4/4) Installing gcompat (1.0.0-r4) 15:40:12 Executing busybox-1.34.1-r7.trigger 15:40:12 OK: 6 MiB in 18 packages 15:40:13 ---> a1f18acf790b 15:40:13 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:40:13 ---> Running in ce9595632a69 15:40:14 Removing intermediate container ce9595632a69 15:40:14 ---> 1092693b4337 15:40:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:40:14 ---> Running in b3161c33928d 15:40:15 ---> fa004302cbc0 15:40:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:40:15 Removing intermediate container 3d0683526728 15:40:15 ---> 87c711cd193d 15:40:15 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:40:15 Removing intermediate container b3161c33928d 15:40:15 ---> e2cb1db1021f 15:40:15 Step 22/24 : LABEL arch=arm64 15:40:15 ---> Running in e29a24a9232d 15:40:16 Removing intermediate container e29a24a9232d 15:40:16 ---> e02965f3ee3f 15:40:16 Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:40:16 ---> Running in bb21a8cecbf0 15:40:17 ---> 9e59f15c842b 15:40:17 Step 18/22 : ENTRYPOINT ["/core-data"] 15:40:17 ---> Running in 27caec87798b 15:40:17 Removing intermediate container bb21a8cecbf0 15:40:17 ---> 48c444eb4ac1 15:40:17 Step 24/24 : LABEL version=3.0.0-dev.31 15:40:17 ---> Running in a838bc23a689 15:40:18 Removing intermediate container 27caec87798b 15:40:18 ---> 1dd37a92d594 15:40:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:40:18 ---> Running in a496374b452e 15:40:18 Removing intermediate container a838bc23a689 15:40:18 ---> 17549e25e24a 15:40:18 15:40:19 Removing intermediate container a496374b452e 15:40:19 ---> 8eb6dd55dc76 15:40:19 Step 20/22 : LABEL arch=arm64 15:40:19 Successfully built 17549e25e24a 15:40:19 Successfully tagged core-metadata-arm64:latest 15:40:19 Building security-bootstrapper 15:40:19  Building core-metadata ... done  ---> Running in 0f82d84459a4 15:40:20 Removing intermediate container 0f82d84459a4 15:40:20 ---> c6fbc78312d6 15:40:20 Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:40:20 ---> Running in 7d2c2ac3590d 15:40:21 Removing intermediate container 7d2c2ac3590d 15:40:21 ---> cb30db963db6 15:40:21 Step 22/22 : LABEL version=3.0.0-dev.31 15:40:21 ---> Running in a4f5aa7801e5 15:40:22 Removing intermediate container a4f5aa7801e5 15:40:22 ---> 514575f43b26 15:40:22 15:40:22 Successfully built 514575f43b26 15:40:22 Successfully tagged core-data-arm64:latest 15:40:22 Building security-spiffe-token-provider 15:40:23  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:40:23 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:40:23 ---> 4b8e885596fc 15:40:23 Step 3/32 : WORKDIR /edgex-go 15:40:23 ---> Using cache 15:40:23 ---> 26f3942c02c2 15:40:23 Step 4/32 : RUN apk add --update --no-cache make git 15:40:23 ---> Using cache 15:40:23 ---> 66a19e89c3c2 15:40:23 Step 5/32 : COPY go.mod vendor* ./ 15:40:23 ---> Using cache 15:40:23 ---> 5e13629e81b1 15:40:23 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:40:23 ---> Using cache 15:40:23 ---> 91e369655f20 15:40:23 Step 7/32 : COPY . . 15:40:23 ---> Using cache 15:40:23 ---> 6dbb596c6055 15:40:23 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:40:24 ---> Running in 3ccacb6a3aab 15:40:24 ---> e176fcecb39b 15:40:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:40:26 ---> 7410b96ca581 15:40:26 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:40:27 ---> Running in f3cf347b327d 15:40:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:40:27 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:40:27 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:40:27 ---> 4b8e885596fc 15:40:27 Step 3/19 : WORKDIR /edgex-go 15:40:27 ---> Using cache 15:40:27 ---> 26f3942c02c2 15:40:27 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:40:27 ---> Running in d85b5407ae8d 15:40:28 Removing intermediate container f3cf347b327d 15:40:28 ---> 2bfc3142e2e7 15:40:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:40:29 ---> c9ebcef7b97a 15:40:29 Step 19/24 : WORKDIR / 15:40:29 ---> Running in 6f2e8cb4cc42 15:40:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:40:30 Removing intermediate container 6f2e8cb4cc42 15:40:30 ---> 24579a2e0b65 15:40:30 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:40:30 ---> Running in dac724e147a6 15:40:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:40:30 Removing intermediate container dac724e147a6 15:40:30 ---> 6952b9aa2b81 15:40:30 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:40:30 ---> Running in 86e929edfd54 15:40:31 Removing intermediate container 86e929edfd54 15:40:31 ---> bf0f3f78f038 15:40:31 Step 22/24 : LABEL arch=arm64 15:40:31 ---> Running in 15d7cd7b8193 15:40:32 Removing intermediate container 15d7cd7b8193 15:40:32 ---> 9a1c58a36863 15:40:32 Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:40:32 ---> Running in 29e09257f071 15:40:32 v3.16.3-149-gdf7e38bd02 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:40:32 v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:40:32 OK: 16901 distinct packages available 15:40:32 Removing intermediate container 29e09257f071 15:40:32 ---> 8439eba460a2 15:40:32 Step 24/24 : LABEL version=3.0.0-dev.31 15:40:32 ---> Running in e0de4e47f042 15:40:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:40:33 Removing intermediate container e0de4e47f042 15:40:33 ---> 964b4313f1cd 15:40:33 15:40:33 Successfully built 964b4313f1cd 15:40:33 Successfully tagged security-spire-config-arm64:latest 15:40:33  Building security-spire-config ... done Building core-common-config-bootstrapper 15:40:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:40:35 OK: 221 MiB in 51 packages 15:40:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:40:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:40:37 ---> 4b8e885596fc 15:40:37 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:40:37 ---> Using cache 15:40:37 ---> 70c025c24f53 15:40:37 Step 4/22 : WORKDIR /edgex-go 15:40:37 ---> Using cache 15:40:37 ---> 71bc9305eb23 15:40:37 Step 5/22 : RUN apk add --update --no-cache make git 15:40:37 ---> Using cache 15:40:37 ---> dec4fb094548 15:40:37 Step 6/22 : COPY go.mod vendor* ./ 15:40:37 ---> Using cache 15:40:37 ---> c6f5bcd0a504 15:40:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:40:37 ---> Using cache 15:40:37 ---> 35c6cc41e31b 15:40:37 Step 8/22 : COPY . . 15:40:37 ---> Using cache 15:40:37 ---> 135293af6022 15:40:37 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:40:37 ---> Running in 30c77ba3b031 15:40:38 Removing intermediate container d85b5407ae8d 15:40:38 ---> a1ac380e0c57 15:40:38 Step 5/19 : COPY go.mod vendor* ./ 15:40:39 ---> e7800466ffd8 15:40:39 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:40:40 ---> Running in 8d4decddd9dc 15:40:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:42:17 Removing intermediate container 8d4decddd9dc 15:42:17 ---> c681b068b337 15:42:17 Step 7/19 : COPY . . 15:42:17 ---> c842135270ec 15:42:17 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:42:17 ---> Running in 831ecdd16572 15:42:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:45:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:45:19 Removing intermediate container 386a2c36cc08 15:45:19 ---> cafb661fd6e2 15:45:19 15:45:19 Step 9/24 : FROM alpine:3.16 15:45:19 ---> 2b4661558fb8 15:45:19 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:45:20 ---> Running in 84ebf79233cd 15:45:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:45:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:45:23 (1/3) Installing ca-certificates (20220614-r0) 15:45:23 (2/3) Installing dumb-init (1.2.5-r1) 15:45:23 (3/3) Installing su-exec (0.2-r1) 15:45:23 Executing busybox-1.35.0-r17.trigger 15:45:24 Executing ca-certificates-20220614-r0.trigger 15:45:24 OK: 6 MiB in 17 packages 15:45:26 Removing intermediate container 84ebf79233cd 15:45:26 ---> 614bb9a57330 15:45:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:45:26 ---> Running in 4783472fe251 15:45:27 Removing intermediate container 4783472fe251 15:45:27 ---> 4c819584fe68 15:45:27 Step 12/24 : WORKDIR / 15:45:27 ---> Running in 554b91cc3c50 15:45:27 Removing intermediate container 554b91cc3c50 15:45:27 ---> f90535e14317 15:45:27 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:45:28 ---> 03de36556c07 15:45:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:45:29 ---> cbd203b8690b 15:45:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:45:32 ---> 10bdd42306cd 15:45:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:45:33 ---> 254954547ff9 15:45:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:45:34 ---> 4a0f07037e0b 15:45:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:45:36 ---> cffcabe94e27 15:45:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:45:36 ---> f0cf8ea49063 15:45:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:45:37 ---> Running in 89b246cff893 15:45:40 Removing intermediate container 89b246cff893 15:45:40 ---> 455d0e0d5fc1 15:45:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:45:40 ---> Running in 4c51a6681c7e 15:45:40 Removing intermediate container 4c51a6681c7e 15:45:40 ---> 63d04bf752bd 15:45:40 Step 22/24 : LABEL arch=arm64 15:45:41 ---> Running in 5d09f3db3e43 15:45:41 Removing intermediate container 5d09f3db3e43 15:45:41 ---> 9eebc76b4b71 15:45:41 Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:45:41 ---> Running in 0b918be2d082 15:45:42 Removing intermediate container 0b918be2d082 15:45:42 ---> 206bf1349d49 15:45:42 Step 24/24 : LABEL version=3.0.0-dev.31 15:45:42 ---> Running in 2d4d7e3edb21 15:45:42 Removing intermediate container 2d4d7e3edb21 15:45:42 ---> 418a4f74e6a5 15:45:42 15:45:42 Successfully built 418a4f74e6a5 15:45:42 Successfully tagged security-secretstore-setup-arm64:latest 15:45:42 Building support-scheduler 15:45:47  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:45:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:45:47 ---> 4b8e885596fc 15:45:47 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:45:47 ---> Using cache 15:45:47 ---> 70c025c24f53 15:45:47 Step 4/22 : WORKDIR /edgex-go 15:45:47 ---> Using cache 15:45:47 ---> 71bc9305eb23 15:45:47 Step 5/22 : RUN apk add --update --no-cache make git 15:45:47 ---> Using cache 15:45:47 ---> dec4fb094548 15:45:47 Step 6/22 : COPY go.mod vendor* ./ 15:45:47 ---> Using cache 15:45:47 ---> c6f5bcd0a504 15:45:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:45:47 ---> Using cache 15:45:47 ---> 35c6cc41e31b 15:45:47 Step 8/22 : COPY . . 15:45:47 ---> Using cache 15:45:47 ---> 135293af6022 15:45:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:45:47 ---> Running in 49643663ffe1 15:45:48 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:47:13 Removing intermediate container 5ea1ada34bb9 15:47:13 ---> 8eabd0ba67e7 15:47:13 15:47:13 Step 10/22 : FROM alpine:3.16 15:47:13 ---> 2b4661558fb8 15:47:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:47:13 ---> Running in 8a84c20d69c7 15:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:47:13 Removing intermediate container 3ccacb6a3aab 15:47:13 ---> ce5dc4444200 15:47:13 15:47:13 Step 9/32 : FROM alpine:3.16 15:47:13 ---> 2b4661558fb8 15:47:13 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:47:13 ---> Running in fb4aa4d3b387 15:47:13 Removing intermediate container fb4aa4d3b387 15:47:13 ---> 2c374058cdd8 15:47:13 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:47:13 ---> Running in 5d2371ab79de 15:47:13 (1/2) Installing ca-certificates (20220614-r0) 15:47:13 (2/2) Installing dumb-init (1.2.5-r1) 15:47:13 Executing busybox-1.35.0-r17.trigger 15:47:13 Executing ca-certificates-20220614-r0.trigger 15:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:47:13 OK: 6 MiB in 16 packages 15:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:47:13 Removing intermediate container 8a84c20d69c7 15:47:13 ---> 2243336720dc 15:47:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:47:13 ---> Running in 750241d81638 15:47:13 Removing intermediate container 750241d81638 15:47:13 ---> a978d8bab45c 15:47:13 Step 13/22 : ENV APP_PORT=59860 15:47:13 ---> Running in 3fc41ce1ea16 15:47:13 Removing intermediate container 3fc41ce1ea16 15:47:13 ---> d10b213f89d2 15:47:13 Step 14/22 : EXPOSE $APP_PORT 15:47:13 ---> Running in 9a8c6cd05e09 15:47:14 Removing intermediate container 9a8c6cd05e09 15:47:14 ---> 43dd48909af5 15:47:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:15 (1/2) Installing dumb-init (1.2.5-r1) 15:47:15 (2/2) Installing su-exec (0.2-r1) 15:47:15 ---> 962e1a0ffdff 15:47:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:47:15 Executing busybox-1.35.0-r17.trigger 15:47:15 OK: 5 MiB in 16 packages 15:47:17 Removing intermediate container 5d2371ab79de 15:47:17 ---> 7b489c999adc 15:47:17 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:47:17 ---> Running in 3d349004e477 15:47:18 Removing intermediate container 3d349004e477 15:47:18 ---> 8fa1aa851d29 15:47:18 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:47:19 ---> Running in 6eb2e07171a5 15:47:19 ---> 70e2ef30e039 15:47:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:47:19 Removing intermediate container 6eb2e07171a5 15:47:19 ---> 91900727e23a 15:47:19 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:47:19 ---> Running in 8752649b04f6 15:47:20 ---> c999685d8ca7 15:47:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:47:20 ---> Running in 5fbb2df28ac6 15:47:20 Removing intermediate container 8752649b04f6 15:47:20 ---> cb20e8c4290a 15:47:20 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:47:21 ---> Running in 5ef4089c507b 15:47:21 Removing intermediate container 5fbb2df28ac6 15:47:21 ---> eb3db30ddbe8 15:47:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:47:21 ---> Running in ec5b33c2da20 15:47:21 Removing intermediate container 5ef4089c507b 15:47:21 ---> a206a758b74e 15:47:21 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:47:21 ---> Running in bef056397fbc 15:47:22 Removing intermediate container ec5b33c2da20 15:47:22 ---> b1f08344bf2c 15:47:22 Step 20/22 : LABEL arch=arm64 15:47:22 ---> Running in 51415b312aaa 15:47:23 Removing intermediate container 51415b312aaa 15:47:23 ---> 7e6ff983c1e7 15:47:23 Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:47:23 ---> Running in 70159eec7034 15:47:24 Removing intermediate container 70159eec7034 15:47:24 ---> 497ee0ec06ab 15:47:24 Step 22/22 : LABEL version=3.0.0-dev.31 15:47:24 ---> Running in 598b0caa9aeb 15:47:26 Removing intermediate container 598b0caa9aeb 15:47:26 ---> d4c77b32c86a 15:47:26 15:47:26 Successfully built d4c77b32c86a 15:47:26 Successfully tagged support-notifications-arm64:latest 15:47:26  Building support-notifications ... done Removing intermediate container bef056397fbc 15:47:26 ---> a6214f3cc5ca 15:47:26 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:47:27 ---> Running in d11f189fafeb 15:47:27 Removing intermediate container d11f189fafeb 15:47:27 ---> 96d5d8554304 15:47:27 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:47:29 ---> b8e4ac0e32be 15:47:29 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:47:29 ---> Running in 9d2ca4d6963c 15:47:33 Removing intermediate container 9d2ca4d6963c 15:47:33 ---> 7a95211c145c 15:47:33 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:35 ---> 35a8cfe97ae8 15:47:35 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:47:35 Removing intermediate container 30c77ba3b031 15:47:35 ---> 7c93fb2b659b 15:47:35 15:47:35 Step 10/22 : FROM alpine:3.16 15:47:35 ---> 2b4661558fb8 15:47:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:47:35 ---> Running in 317d0b4cb965 15:47:36 Removing intermediate container 317d0b4cb965 15:47:36 ---> 6b789d474141 15:47:36 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:47:36 ---> Running in 7ff25989e703 15:47:38 ---> 158ce33b8a9d 15:47:38 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:47:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:47:39 ---> 71b7cc05ac25 15:47:39 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:47:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:47:40 ---> 8b52b106fcf2 15:47:40 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:47:41 (1/1) Installing dumb-init (1.2.5-r1) 15:47:41 ---> b0714944b231 15:47:41 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:47:41 Executing busybox-1.35.0-r17.trigger 15:47:41 OK: 5 MiB in 15 packages 15:47:42 ---> e368ca0fc817 15:47:42 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:47:43 Removing intermediate container 7ff25989e703 15:47:43 ---> 91d028775dd3 15:47:43 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:43 ---> 72dc6c58d09b 15:47:43 Step 27/32 : RUN chmod +x /entrypoint.sh 15:47:43 ---> Running in e7ee4c1ba3a5 15:47:44 ---> 4e77d4882402 15:47:44 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:47:47 ---> dfeede3a13a7 15:47:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:47:47 Removing intermediate container e7ee4c1ba3a5 15:47:47 ---> af8665320860 15:47:47 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:47:47 ---> Running in fa0c4a8d6510 15:47:48 ---> 95754d313406 15:47:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:47:48 Removing intermediate container fa0c4a8d6510 15:47:48 ---> 3c5373ccc8b9 15:47:48 Step 29/32 : CMD ["gate"] 15:47:48 ---> Running in dd1a981c8f0b 15:47:49 Removing intermediate container dd1a981c8f0b 15:47:49 ---> 9e12d7eb7292 15:47:49 Step 30/32 : LABEL arch=arm64 15:47:49 ---> Running in 3e1d12928571 15:47:49 ---> 713e73d0478b 15:47:49 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:47:49 ---> Running in 26a0fbe5aa23 15:47:50 Removing intermediate container 3e1d12928571 15:47:50 ---> 33edf3f9e90a 15:47:50 Step 31/32 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:47:50 ---> Running in 926d5c11f592 15:47:51 Removing intermediate container 926d5c11f592 15:47:51 ---> 1442b8b5e451 15:47:51 Step 32/32 : LABEL version=3.0.0-dev.31 15:47:51 ---> Running in af030e8c5e7d 15:47:52 Removing intermediate container af030e8c5e7d 15:47:52 ---> 1932f1764364 15:47:52 15:47:52 Successfully built 1932f1764364 15:47:52 Successfully tagged security-bootstrapper-arm64:latest 15:47:53  Building security-bootstrapper ... done Removing intermediate container 26a0fbe5aa23 15:47:53 ---> 96d3e0af4274 15:47:53 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:47:53 ---> Running in b2e103f4d95b 15:47:53 Removing intermediate container b2e103f4d95b 15:47:53 ---> 47e3c2d72752 15:47:53 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:47:53 ---> Running in c0ecf04f3dc5 15:47:54 Removing intermediate container c0ecf04f3dc5 15:47:54 ---> 529fb440b4c8 15:47:54 Step 20/22 : LABEL arch=arm64 15:47:54 ---> Running in b3ed786d8bcc 15:47:55 Removing intermediate container b3ed786d8bcc 15:47:55 ---> da940fa9a10f 15:47:55 Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:47:55 ---> Running in 73d4cae8bf8e 15:47:55 Removing intermediate container 73d4cae8bf8e 15:47:55 ---> 5d8ece0d1bf5 15:47:55 Step 22/22 : LABEL version=3.0.0-dev.31 15:47:55 ---> Running in 931bdd17ebca 15:47:56 Removing intermediate container 931bdd17ebca 15:47:56 ---> 0f6685bb16f5 15:47:56 15:47:56 Successfully built 0f6685bb16f5 15:47:56 Successfully tagged core-common-config-bootstrapper-arm64:latest 15:49:33  Building core-common-config-bootstrapper ... done Removing intermediate container 831ecdd16572 15:49:33 ---> 330ab219a4e4 15:49:33 15:49:33 Step 9/19 : FROM alpine:3.15 15:49:33 ---> 8aa73fd46299 15:49:33 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:49:33 ---> Using cache 15:49:33 ---> d036b994c61d 15:49:33 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:49:33 ---> Running in 1a19f39daa21 15:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:49:33 v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:49:33 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:49:33 OK: 15736 distinct packages available 15:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:49:33 (1/9) Installing ca-certificates (20220614-r0) 15:49:33 (2/9) Installing brotli-libs (1.0.9-r5) 15:49:33 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:49:33 (4/9) Installing libcurl (7.80.0-r5) 15:49:33 (5/9) Installing curl (7.80.0-r5) 15:49:33 (6/9) Installing dumb-init (1.2.5-r1) 15:49:33 (7/9) Installing musl-obstack (1.2.3-r0) 15:49:33 (8/9) Installing libucontext (1.1-r0) 15:49:33 (9/9) Installing gcompat (1.0.0-r4) 15:49:33 Executing busybox-1.34.1-r7.trigger 15:49:33 Executing ca-certificates-20220614-r0.trigger 15:49:33 OK: 8 MiB in 23 packages 15:49:33 Removing intermediate container 1a19f39daa21 15:49:33 ---> 26b1627e57bd 15:49:33 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:49:33 ---> 5cccd606dcfa 15:49:33 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:49:33 ---> dadddcb37c4b 15:49:33 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:49:33 ---> a405a817414d 15:49:33 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:49:33 ---> Running in 0f8b5454ae18 15:49:33 Removing intermediate container 0f8b5454ae18 15:49:33 ---> 9e66e495eac0 15:49:33 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:49:33 ---> Running in 98276aa156f2 15:49:34 Removing intermediate container 98276aa156f2 15:49:34 ---> 75fdeea8726f 15:49:34 Step 17/19 : LABEL arch=arm64 15:49:34 ---> Running in 0242915ec635 15:49:35 Removing intermediate container 0242915ec635 15:49:35 ---> 2a72fd4f6db6 15:49:35 Step 18/19 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:49:35 ---> Running in 6321a55b8c24 15:49:35 Removing intermediate container 6321a55b8c24 15:49:35 ---> 7fe8fd843f25 15:49:35 Step 19/19 : LABEL version=3.0.0-dev.31 15:49:35 ---> Running in f7de052573bc 15:49:36 Removing intermediate container f7de052573bc 15:49:36 ---> 347683184b8d 15:49:36 15:49:36 Successfully built 347683184b8d 15:49:36 Successfully tagged security-spiffe-token-provider-arm64:latest 15:50:32  Building security-spiffe-token-provider ... done Removing intermediate container 49643663ffe1 15:50:32 ---> dbdc3d15fd6f 15:50:32 15:50:32 Step 10/22 : FROM alpine:3.16 15:50:32 ---> 2b4661558fb8 15:50:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:50:32 ---> Using cache 15:50:32 ---> f26b73bdab6d 15:50:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:50:32 ---> Using cache 15:50:32 ---> b2a9c4b91416 15:50:32 Step 13/22 : ENV APP_PORT=59861 15:50:32 ---> Running in 405f81d42627 15:50:32 Removing intermediate container 405f81d42627 15:50:32 ---> f0c7a31737e7 15:50:32 Step 14/22 : EXPOSE $APP_PORT 15:50:32 ---> Running in 8b8a8b9d4d20 15:50:32 Removing intermediate container 8b8a8b9d4d20 15:50:32 ---> 597f9395ef79 15:50:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:32 ---> 738d57fc6517 15:50:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:50:32 ---> 21372a8feeb6 15:50:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:50:32 ---> 94334e9da050 15:50:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:50:32 ---> Running in 203cb1b00da1 15:50:32 Removing intermediate container 203cb1b00da1 15:50:32 ---> 76f06a02ce0c 15:50:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:50:32 ---> Running in a2e9c5ded6a1 15:50:32 Removing intermediate container a2e9c5ded6a1 15:50:32 ---> 445108c10ada 15:50:32 Step 20/22 : LABEL arch=arm64 15:50:32 ---> Running in d108219b54e5 15:50:32 Removing intermediate container d108219b54e5 15:50:32 ---> 70ebe8768e57 15:50:32 Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:32 ---> Running in 1d2d50eea248 15:50:32 Removing intermediate container 1d2d50eea248 15:50:32 ---> 4f6d9c2b3081 15:50:32 Step 22/22 : LABEL version=3.0.0-dev.31 15:50:32 ---> Running in d08b45f2dd79 15:50:32 Removing intermediate container d08b45f2dd79 15:50:32 ---> e0f381d17324 15:50:32 15:50:32 Successfully built e0f381d17324 15:50:32 Successfully tagged support-scheduler-arm64:latest 15:50:32  Building support-scheduler ... done  [Pipeline] } 15:50:32 $ docker stop --time=1 b1ba278d7dd73dd93772057d9ffca33a432646a5adc19dc61d39eb36e930bb17 15:50:34 $ docker rm -f --volumes b1ba278d7dd73dd93772057d9ffca33a432646a5adc19dc61d39eb36e930bb17 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:35 + docker images 15:50:35 REPOSITORY TAG IMAGE ID CREATED SIZE 15:50:35 support-scheduler-arm64 latest e0f381d17324 6 seconds ago 29MB 15:50:35 dbdc3d15fd6f 12 seconds ago 1.4GB 15:50:35 security-spiffe-token-provider-arm64 latest 347683184b8d 59 seconds ago 28.9MB 15:50:35 330ab219a4e4 About a minute ago 1.37GB 15:50:35 core-common-config-bootstrapper-arm64 latest 0f6685bb16f5 2 minutes ago 14.9MB 15:50:35 security-bootstrapper-arm64 latest 1932f1764364 2 minutes ago 19.5MB 15:50:35 7c93fb2b659b 3 minutes ago 1.34GB 15:50:35 support-notifications-arm64 latest d4c77b32c86a 3 minutes ago 29.5MB 15:50:35 ce5dc4444200 3 minutes ago 1.33GB 15:50:35 8eabd0ba67e7 3 minutes ago 1.4GB 15:50:35 security-secretstore-setup-arm64 latest 418a4f74e6a5 4 minutes ago 28.7MB 15:50:35 cafb661fd6e2 5 minutes ago 1.33GB 15:50:35 security-spire-config-arm64 latest 964b4313f1cd 10 minutes ago 83.6MB 15:50:35 core-data-arm64 latest 514575f43b26 10 minutes ago 17.2MB 15:50:35 core-metadata-arm64 latest 17549e25e24a 10 minutes ago 17.8MB 15:50:35 23ddb182cc4f 10 minutes ago 1.21GB 15:50:35 741c98e3e140 10 minutes ago 1.35GB 15:50:35 0c5cb1682fc2 10 minutes ago 1.35GB 15:50:35 core-command-arm64 latest 3a8614393e5a 10 minutes ago 17MB 15:50:35 0c1686c199ef 11 minutes ago 1.34GB 15:50:35 security-proxy-setup-arm64 latest 0e41a1cd3867 11 minutes ago 26.8MB 15:50:35 651186e6e6c3 11 minutes ago 1.33GB 15:50:35 security-spire-server-arm64 latest caa9660dff96 15 minutes ago 84.3MB 15:50:35 e9ad384b2c42 15 minutes ago 1.21GB 15:50:35 security-spire-agent-arm64 latest c8e179db15a6 17 minutes ago 122MB 15:50:35 f2e347ee17ec 18 minutes ago 1.21GB 15:50:35 ci-base-image-arm64 latest 4b8e885596fc 21 minutes ago 905MB 15:50:35 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 15:50:35 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 15:50:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 15:50:35 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 15:50:35 provisioning config files... 15:50:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/389@tmp/config10417933313593463311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:50:35 ---> docker-login.sh 15:50:35 nexus3.edgexfoundry.org:10001 15:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:36 Configure a credential helper to remove this warning. See 15:50:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:36 15:50:36 Login Succeeded 15:50:36 nexus3.edgexfoundry.org:10002 15:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:36 Configure a credential helper to remove this warning. See 15:50:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:36 15:50:36 Login Succeeded 15:50:36 nexus3.edgexfoundry.org:10003 15:50:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:37 Configure a credential helper to remove this warning. See 15:50:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:37 15:50:37 Login Succeeded 15:50:37 nexus3.edgexfoundry.org:10004 15:50:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:37 Configure a credential helper to remove this warning. See 15:50:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:37 15:50:37 Login Succeeded 15:50:37 docker.io 15:50:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:38 Configure a credential helper to remove this warning. See 15:50:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:38 15:50:38 Login Succeeded 15:50:38 ---> docker-login.sh ends [Pipeline] } 15:50:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:50:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:50:38 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 15:50:38 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:38 latest 15:50:38 3.0.0-dev.31 15:50:38 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:50:38 main 15:50:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:39 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:50:39 7355320ba25d: Preparing 15:50:39 70378d95d126: Preparing 15:50:39 103de5551779: Preparing 15:50:39 cc134ba080ea: Preparing 15:50:39 17bec77d7fdc: Preparing 15:50:39 17bec77d7fdc: Layer already exists 15:50:39 7355320ba25d: Pushed 15:50:39 103de5551779: Pushed 15:50:39 cc134ba080ea: Pushed 15:50:42 70378d95d126: Pushed 15:50:42 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:50:43 7355320ba25d: Preparing 15:50:43 70378d95d126: Preparing 15:50:43 103de5551779: Preparing 15:50:43 cc134ba080ea: Preparing 15:50:43 17bec77d7fdc: Preparing 15:50:43 70378d95d126: Layer already exists 15:50:43 103de5551779: Layer already exists 15:50:43 7355320ba25d: Layer already exists 15:50:43 17bec77d7fdc: Layer already exists 15:50:43 cc134ba080ea: Layer already exists 15:50:43 latest: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.31 15:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:50:44 7355320ba25d: Preparing 15:50:44 70378d95d126: Preparing 15:50:44 103de5551779: Preparing 15:50:44 cc134ba080ea: Preparing 15:50:44 17bec77d7fdc: Preparing 15:50:44 17bec77d7fdc: Layer already exists 15:50:44 103de5551779: Layer already exists 15:50:44 7355320ba25d: Layer already exists 15:50:44 70378d95d126: Layer already exists 15:50:44 cc134ba080ea: Layer already exists 15:50:44 3.0.0-dev.31: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:45 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:45 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:50:45 7355320ba25d: Preparing 15:50:45 70378d95d126: Preparing 15:50:45 103de5551779: Preparing 15:50:45 cc134ba080ea: Preparing 15:50:45 17bec77d7fdc: Preparing 15:50:45 17bec77d7fdc: Layer already exists 15:50:45 70378d95d126: Layer already exists 15:50:45 103de5551779: Layer already exists 15:50:45 cc134ba080ea: Layer already exists 15:50:45 7355320ba25d: Layer already exists 15:50:45 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:46 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 15:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:50:46 7355320ba25d: Preparing 15:50:46 70378d95d126: Preparing 15:50:46 103de5551779: Preparing 15:50:46 cc134ba080ea: Preparing 15:50:46 17bec77d7fdc: Preparing 15:50:46 70378d95d126: Layer already exists 15:50:46 103de5551779: Layer already exists 15:50:46 17bec77d7fdc: Layer already exists 15:50:46 cc134ba080ea: Layer already exists 15:50:46 7355320ba25d: Layer already exists 15:50:46 main: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:50:46 ===================================================== [Pipeline] echo 15:50:46 taggedImages: 15:50:46 - nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:46 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:50:46 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.31 15:50:46 - nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:50:46 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 15:50:46 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 15:50:46 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:46 latest 15:50:46 3.0.0-dev.31 15:50:46 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:50:46 main 15:50:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:47 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:50:47 71483d82c666: Preparing 15:50:47 e56bc9e0d8eb: Preparing 15:50:47 c8650009987c: Preparing 15:50:47 1f273c2eac58: Preparing 15:50:47 103de5551779: Preparing 15:50:47 fb71dc665f94: Preparing 15:50:47 17bec77d7fdc: Preparing 15:50:47 fb71dc665f94: Waiting 15:50:47 17bec77d7fdc: Waiting 15:50:47 103de5551779: Layer already exists 15:50:47 71483d82c666: Pushed 15:50:47 e56bc9e0d8eb: Pushed 15:50:47 c8650009987c: Pushed 15:50:47 17bec77d7fdc: Layer already exists 15:50:47 fb71dc665f94: Pushed 15:50:50 1f273c2eac58: Pushed 15:50:50 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:50 + 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 15:50:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:50:51 71483d82c666: Preparing 15:50:51 e56bc9e0d8eb: Preparing 15:50:51 c8650009987c: Preparing 15:50:51 1f273c2eac58: Preparing 15:50:51 103de5551779: Preparing 15:50:51 fb71dc665f94: Preparing 15:50:51 17bec77d7fdc: Preparing 15:50:51 fb71dc665f94: Waiting 15:50:51 17bec77d7fdc: Waiting 15:50:51 103de5551779: Layer already exists 15:50:51 c8650009987c: Layer already exists 15:50:51 e56bc9e0d8eb: Layer already exists 15:50:51 71483d82c666: Layer already exists 15:50:51 1f273c2eac58: Layer already exists 15:50:51 17bec77d7fdc: Layer already exists 15:50:51 fb71dc665f94: Layer already exists 15:50:51 latest: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:51 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.31 15:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:50:52 71483d82c666: Preparing 15:50:52 e56bc9e0d8eb: Preparing 15:50:52 c8650009987c: Preparing 15:50:52 1f273c2eac58: Preparing 15:50:52 103de5551779: Preparing 15:50:52 fb71dc665f94: Preparing 15:50:52 17bec77d7fdc: Preparing 15:50:52 fb71dc665f94: Waiting 15:50:52 17bec77d7fdc: Waiting 15:50:52 e56bc9e0d8eb: Layer already exists 15:50:52 1f273c2eac58: Layer already exists 15:50:52 103de5551779: Layer already exists 15:50:52 71483d82c666: Layer already exists 15:50:52 c8650009987c: Layer already exists 15:50:52 17bec77d7fdc: Layer already exists 15:50:52 fb71dc665f94: Layer already exists 15:50:52 3.0.0-dev.31: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:52 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:50:53 71483d82c666: Preparing 15:50:53 e56bc9e0d8eb: Preparing 15:50:53 c8650009987c: Preparing 15:50:53 1f273c2eac58: Preparing 15:50:53 103de5551779: Preparing 15:50:53 fb71dc665f94: Preparing 15:50:53 17bec77d7fdc: Preparing 15:50:53 fb71dc665f94: Waiting 15:50:53 17bec77d7fdc: Waiting 15:50:53 103de5551779: Layer already exists 15:50:53 1f273c2eac58: Layer already exists 15:50:53 c8650009987c: Layer already exists 15:50:53 71483d82c666: Layer already exists 15:50:53 e56bc9e0d8eb: Layer already exists 15:50:53 17bec77d7fdc: Layer already exists 15:50:53 fb71dc665f94: Layer already exists 15:50:53 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:53 + 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 15:50:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 15:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:50:54 71483d82c666: Preparing 15:50:54 e56bc9e0d8eb: Preparing 15:50:54 c8650009987c: Preparing 15:50:54 1f273c2eac58: Preparing 15:50:54 103de5551779: Preparing 15:50:54 fb71dc665f94: Preparing 15:50:54 17bec77d7fdc: Preparing 15:50:54 fb71dc665f94: Waiting 15:50:54 17bec77d7fdc: Waiting 15:50:54 1f273c2eac58: Layer already exists 15:50:54 71483d82c666: Layer already exists 15:50:54 e56bc9e0d8eb: Layer already exists 15:50:54 c8650009987c: Layer already exists 15:50:54 103de5551779: Layer already exists 15:50:54 17bec77d7fdc: Layer already exists 15:50:54 fb71dc665f94: Layer already exists 15:50:54 main: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:50:54 ===================================================== [Pipeline] echo 15:50:54 taggedImages: 15:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.31 15:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 15:50:54 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 15:50:54 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:54 latest 15:50:54 3.0.0-dev.31 15:50:54 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:50:54 main 15:50:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:54 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:55 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:50:55 8ea27b209dc9: Preparing 15:50:55 726fcb1554cd: Preparing 15:50:55 103de5551779: Preparing 15:50:55 66475beafa94: Preparing 15:50:55 17bec77d7fdc: Preparing 15:50:55 17bec77d7fdc: Layer already exists 15:50:55 103de5551779: Layer already exists 15:50:55 8ea27b209dc9: Pushed 15:50:55 66475beafa94: Pushed 15:50:58 726fcb1554cd: Pushed 15:50:58 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:59 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:50:59 8ea27b209dc9: Preparing 15:50:59 726fcb1554cd: Preparing 15:50:59 103de5551779: Preparing 15:50:59 66475beafa94: Preparing 15:50:59 17bec77d7fdc: Preparing 15:50:59 66475beafa94: Layer already exists 15:50:59 17bec77d7fdc: Layer already exists 15:50:59 726fcb1554cd: Layer already exists 15:50:59 8ea27b209dc9: Layer already exists 15:50:59 103de5551779: Layer already exists 15:50:59 latest: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:00 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:00 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.31 15:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:51:00 8ea27b209dc9: Preparing 15:51:00 726fcb1554cd: Preparing 15:51:00 103de5551779: Preparing 15:51:00 66475beafa94: Preparing 15:51:00 17bec77d7fdc: Preparing 15:51:00 17bec77d7fdc: Layer already exists 15:51:00 726fcb1554cd: Layer already exists 15:51:00 66475beafa94: Layer already exists 15:51:00 8ea27b209dc9: Layer already exists 15:51:00 103de5551779: Layer already exists 15:51:00 3.0.0-dev.31: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:51:01 8ea27b209dc9: Preparing 15:51:01 726fcb1554cd: Preparing 15:51:01 103de5551779: Preparing 15:51:01 66475beafa94: Preparing 15:51:01 17bec77d7fdc: Preparing 15:51:01 66475beafa94: Layer already exists 15:51:01 8ea27b209dc9: Layer already exists 15:51:01 103de5551779: Layer already exists 15:51:01 17bec77d7fdc: Layer already exists 15:51:01 726fcb1554cd: Layer already exists 15:51:01 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:02 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:02 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 15:51:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:51:02 8ea27b209dc9: Preparing 15:51:02 726fcb1554cd: Preparing 15:51:02 103de5551779: Preparing 15:51:02 66475beafa94: Preparing 15:51:02 17bec77d7fdc: Preparing 15:51:02 103de5551779: Layer already exists 15:51:02 17bec77d7fdc: Layer already exists 15:51:02 8ea27b209dc9: Layer already exists 15:51:02 726fcb1554cd: Layer already exists 15:51:02 66475beafa94: Layer already exists 15:51:02 main: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:51:02 ===================================================== [Pipeline] echo 15:51:02 taggedImages: 15:51:02 - nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:02 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:51:02 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.31 15:51:02 - nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:02 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 15:51:02 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 15:51:02 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:02 latest 15:51:02 3.0.0-dev.31 15:51:02 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:02 main 15:51:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:51:03 4a1c65d38b31: Preparing 15:51:03 201434e18af2: Preparing 15:51:03 d970ae035cd4: Preparing 15:51:03 103de5551779: Preparing 15:51:03 cc134ba080ea: Preparing 15:51:03 17bec77d7fdc: Preparing 15:51:03 17bec77d7fdc: Waiting 15:51:03 cc134ba080ea: Layer already exists 15:51:03 103de5551779: Layer already exists 15:51:03 17bec77d7fdc: Layer already exists 15:51:03 201434e18af2: Pushed 15:51:03 4a1c65d38b31: Pushed 15:51:07 d970ae035cd4: Pushed 15:51:07 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:51:07 4a1c65d38b31: Preparing 15:51:07 201434e18af2: Preparing 15:51:07 d970ae035cd4: Preparing 15:51:07 103de5551779: Preparing 15:51:07 cc134ba080ea: Preparing 15:51:07 17bec77d7fdc: Preparing 15:51:07 17bec77d7fdc: Waiting 15:51:07 4a1c65d38b31: Layer already exists 15:51:07 103de5551779: Layer already exists 15:51:07 cc134ba080ea: Layer already exists 15:51:07 d970ae035cd4: Layer already exists 15:51:07 201434e18af2: Layer already exists 15:51:07 17bec77d7fdc: Layer already exists 15:51:08 latest: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:08 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.31 15:51:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:51:08 4a1c65d38b31: Preparing 15:51:08 201434e18af2: Preparing 15:51:08 d970ae035cd4: Preparing 15:51:08 103de5551779: Preparing 15:51:08 cc134ba080ea: Preparing 15:51:08 17bec77d7fdc: Preparing 15:51:08 17bec77d7fdc: Waiting 15:51:08 cc134ba080ea: Layer already exists 15:51:08 201434e18af2: Layer already exists 15:51:08 d970ae035cd4: Layer already exists 15:51:08 103de5551779: Layer already exists 15:51:08 4a1c65d38b31: Layer already exists 15:51:08 17bec77d7fdc: Layer already exists 15:51:08 3.0.0-dev.31: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:51:09 4a1c65d38b31: Preparing 15:51:09 201434e18af2: Preparing 15:51:09 d970ae035cd4: Preparing 15:51:09 103de5551779: Preparing 15:51:09 cc134ba080ea: Preparing 15:51:09 17bec77d7fdc: Preparing 15:51:09 17bec77d7fdc: Waiting 15:51:09 d970ae035cd4: Layer already exists 15:51:09 201434e18af2: Layer already exists 15:51:09 cc134ba080ea: Layer already exists 15:51:09 4a1c65d38b31: Layer already exists 15:51:09 103de5551779: Layer already exists 15:51:09 17bec77d7fdc: Layer already exists 15:51:09 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 15:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:51:10 4a1c65d38b31: Preparing 15:51:10 201434e18af2: Preparing 15:51:10 d970ae035cd4: Preparing 15:51:10 103de5551779: Preparing 15:51:10 cc134ba080ea: Preparing 15:51:10 17bec77d7fdc: Preparing 15:51:10 103de5551779: Layer already exists 15:51:10 d970ae035cd4: Layer already exists 15:51:10 201434e18af2: Layer already exists 15:51:10 cc134ba080ea: Layer already exists 15:51:10 4a1c65d38b31: Layer already exists 15:51:10 17bec77d7fdc: Layer already exists 15:51:10 main: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:51:10 ===================================================== [Pipeline] echo 15:51:10 taggedImages: 15:51:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:51:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.31 15:51:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 15:51:10 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 15:51:10 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:10 latest 15:51:10 3.0.0-dev.31 15:51:10 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:10 main 15:51:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:51:11 8dbb0ab16675: Preparing 15:51:11 8dbb0ab16675: Preparing 15:51:11 7ccc90fe9a9d: Preparing 15:51:11 752711d4c117: Preparing 15:51:11 8fe485547e56: Preparing 15:51:11 3845281045d9: Preparing 15:51:11 2c9742c28c1d: Preparing 15:51:11 103de5551779: Preparing 15:51:11 b2b3e51a701d: Preparing 15:51:11 8dda41ec620f: Preparing 15:51:11 2e3ce077b1fd: Preparing 15:51:11 0ee39bbaf2ba: Preparing 15:51:11 17bec77d7fdc: Preparing 15:51:11 2c9742c28c1d: Waiting 15:51:11 2e3ce077b1fd: Waiting 15:51:11 0ee39bbaf2ba: Waiting 15:51:11 17bec77d7fdc: Waiting 15:51:11 103de5551779: Waiting 15:51:11 b2b3e51a701d: Waiting 15:51:11 8dda41ec620f: Waiting 15:51:11 8fe485547e56: Pushed 15:51:11 7ccc90fe9a9d: Pushed 15:51:11 752711d4c117: Pushed 15:51:11 3845281045d9: Pushed 15:51:11 8dbb0ab16675: Pushed 15:51:11 103de5551779: Layer already exists 15:51:12 b2b3e51a701d: Pushed 15:51:12 8dda41ec620f: Pushed 15:51:12 17bec77d7fdc: Layer already exists 15:51:12 2e3ce077b1fd: Pushed 15:51:12 0ee39bbaf2ba: Pushed 15:51:15 2c9742c28c1d: Pushed 15:51:15 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:51:16 8dbb0ab16675: Preparing 15:51:16 8dbb0ab16675: Preparing 15:51:16 7ccc90fe9a9d: Preparing 15:51:16 752711d4c117: Preparing 15:51:16 8fe485547e56: Preparing 15:51:16 3845281045d9: Preparing 15:51:16 2c9742c28c1d: Preparing 15:51:16 103de5551779: Preparing 15:51:16 b2b3e51a701d: Preparing 15:51:16 8dda41ec620f: Preparing 15:51:16 2e3ce077b1fd: Preparing 15:51:16 0ee39bbaf2ba: Preparing 15:51:16 17bec77d7fdc: Preparing 15:51:16 8dda41ec620f: Waiting 15:51:16 2e3ce077b1fd: Waiting 15:51:16 0ee39bbaf2ba: Waiting 15:51:16 17bec77d7fdc: Waiting 15:51:16 b2b3e51a701d: Waiting 15:51:16 2c9742c28c1d: Waiting 15:51:16 103de5551779: Waiting 15:51:16 8fe485547e56: Layer already exists 15:51:16 3845281045d9: Layer already exists 15:51:16 7ccc90fe9a9d: Layer already exists 15:51:16 8dbb0ab16675: Layer already exists 15:51:16 752711d4c117: Layer already exists 15:51:16 b2b3e51a701d: Layer already exists 15:51:16 103de5551779: Layer already exists 15:51:16 8dda41ec620f: Layer already exists 15:51:16 2c9742c28c1d: Layer already exists 15:51:16 2e3ce077b1fd: Layer already exists 15:51:16 0ee39bbaf2ba: Layer already exists 15:51:16 17bec77d7fdc: Layer already exists 15:51:16 latest: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.31 15:51:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:51:17 8dbb0ab16675: Preparing 15:51:17 8dbb0ab16675: Preparing 15:51:17 7ccc90fe9a9d: Preparing 15:51:17 752711d4c117: Preparing 15:51:17 8fe485547e56: Preparing 15:51:17 3845281045d9: Preparing 15:51:17 2c9742c28c1d: Preparing 15:51:17 103de5551779: Preparing 15:51:17 b2b3e51a701d: Preparing 15:51:17 2c9742c28c1d: Waiting 15:51:17 8dda41ec620f: Preparing 15:51:17 103de5551779: Waiting 15:51:17 b2b3e51a701d: Waiting 15:51:17 2e3ce077b1fd: Preparing 15:51:17 0ee39bbaf2ba: Preparing 15:51:17 17bec77d7fdc: Preparing 15:51:17 8dda41ec620f: Waiting 15:51:17 2e3ce077b1fd: Waiting 15:51:17 0ee39bbaf2ba: Waiting 15:51:17 17bec77d7fdc: Waiting 15:51:17 3845281045d9: Layer already exists 15:51:17 752711d4c117: Layer already exists 15:51:17 8dbb0ab16675: Layer already exists 15:51:17 8fe485547e56: Layer already exists 15:51:17 7ccc90fe9a9d: Layer already exists 15:51:17 103de5551779: Layer already exists 15:51:17 b2b3e51a701d: Layer already exists 15:51:17 2e3ce077b1fd: Layer already exists 15:51:17 8dda41ec620f: Layer already exists 15:51:17 2c9742c28c1d: Layer already exists 15:51:17 0ee39bbaf2ba: Layer already exists 15:51:17 17bec77d7fdc: Layer already exists 15:51:17 3.0.0-dev.31: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:51:18 8dbb0ab16675: Preparing 15:51:18 8dbb0ab16675: Preparing 15:51:18 7ccc90fe9a9d: Preparing 15:51:18 752711d4c117: Preparing 15:51:18 8fe485547e56: Preparing 15:51:18 3845281045d9: Preparing 15:51:18 2c9742c28c1d: Preparing 15:51:18 103de5551779: Preparing 15:51:18 b2b3e51a701d: Preparing 15:51:18 8dda41ec620f: Preparing 15:51:18 2e3ce077b1fd: Preparing 15:51:18 0ee39bbaf2ba: Preparing 15:51:18 17bec77d7fdc: Preparing 15:51:18 8dda41ec620f: Waiting 15:51:18 0ee39bbaf2ba: Waiting 15:51:18 17bec77d7fdc: Waiting 15:51:18 2c9742c28c1d: Waiting 15:51:18 2e3ce077b1fd: Waiting 15:51:18 b2b3e51a701d: Waiting 15:51:18 3845281045d9: Layer already exists 15:51:18 7ccc90fe9a9d: Layer already exists 15:51:18 8dbb0ab16675: Layer already exists 15:51:18 8fe485547e56: Layer already exists 15:51:18 752711d4c117: Layer already exists 15:51:18 2c9742c28c1d: Layer already exists 15:51:18 2e3ce077b1fd: Layer already exists 15:51:18 103de5551779: Layer already exists 15:51:18 b2b3e51a701d: Layer already exists 15:51:18 8dda41ec620f: Layer already exists 15:51:18 0ee39bbaf2ba: Layer already exists 15:51:18 17bec77d7fdc: Layer already exists 15:51:18 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 15:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:51:19 8dbb0ab16675: Preparing 15:51:19 8dbb0ab16675: Preparing 15:51:19 7ccc90fe9a9d: Preparing 15:51:19 752711d4c117: Preparing 15:51:19 8fe485547e56: Preparing 15:51:19 3845281045d9: Preparing 15:51:19 2c9742c28c1d: Preparing 15:51:19 103de5551779: Preparing 15:51:19 b2b3e51a701d: Preparing 15:51:19 8dda41ec620f: Preparing 15:51:19 2e3ce077b1fd: Preparing 15:51:19 0ee39bbaf2ba: Preparing 15:51:19 17bec77d7fdc: Preparing 15:51:19 8dda41ec620f: Waiting 15:51:19 2e3ce077b1fd: Waiting 15:51:19 2c9742c28c1d: Waiting 15:51:19 103de5551779: Waiting 15:51:19 b2b3e51a701d: Waiting 15:51:19 0ee39bbaf2ba: Waiting 15:51:19 8dbb0ab16675: Layer already exists 15:51:19 752711d4c117: Layer already exists 15:51:19 8fe485547e56: Layer already exists 15:51:19 3845281045d9: Layer already exists 15:51:19 7ccc90fe9a9d: Layer already exists 15:51:19 103de5551779: Layer already exists 15:51:19 b2b3e51a701d: Layer already exists 15:51:19 2c9742c28c1d: Layer already exists 15:51:19 2e3ce077b1fd: Layer already exists 15:51:19 8dda41ec620f: Layer already exists 15:51:19 0ee39bbaf2ba: Layer already exists 15:51:19 17bec77d7fdc: Layer already exists 15:51:19 main: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:51:19 ===================================================== [Pipeline] echo 15:51:19 taggedImages: 15:51:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:51:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.31 15:51:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 15:51:19 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 15:51:19 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:19 latest 15:51:19 3.0.0-dev.31 15:51:19 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:19 main 15:51:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:51:20 0ba9df0c0ec4: Preparing 15:51:20 a73a2220f535: Preparing 15:51:20 8a1753f43187: Preparing 15:51:20 2186bf9e2252: Preparing 15:51:20 8c309f86308a: Preparing 15:51:20 fc499f879968: Preparing 15:51:20 a456a9b5012c: Preparing 15:51:20 17bec77d7fdc: Preparing 15:51:20 fc499f879968: Waiting 15:51:20 a456a9b5012c: Waiting 15:51:20 17bec77d7fdc: Waiting 15:51:20 a73a2220f535: Pushed 15:51:20 0ba9df0c0ec4: Pushed 15:51:20 8c309f86308a: Pushed 15:51:20 17bec77d7fdc: Layer already exists 15:51:20 fc499f879968: Pushed 15:51:21 a456a9b5012c: Pushed 15:51:23 8a1753f43187: Pushed 15:51:23 2186bf9e2252: Pushed 15:51:23 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51: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 15:51:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:51:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:51:23 0ba9df0c0ec4: Preparing 15:51:23 a73a2220f535: Preparing 15:51:23 8a1753f43187: Preparing 15:51:23 2186bf9e2252: Preparing 15:51:23 8c309f86308a: Preparing 15:51:23 fc499f879968: Preparing 15:51:23 a456a9b5012c: Preparing 15:51:23 17bec77d7fdc: Preparing 15:51:23 a456a9b5012c: Waiting 15:51:23 17bec77d7fdc: Waiting 15:51:23 fc499f879968: Waiting 15:51:23 8c309f86308a: Layer already exists 15:51:23 0ba9df0c0ec4: Layer already exists 15:51:23 8a1753f43187: Layer already exists 15:51:23 a73a2220f535: Layer already exists 15:51:23 2186bf9e2252: Layer already exists 15:51:23 a456a9b5012c: Layer already exists 15:51:23 fc499f879968: Layer already exists 15:51:23 17bec77d7fdc: Layer already exists 15:51:24 latest: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.31 15:51:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:51:24 0ba9df0c0ec4: Preparing 15:51:24 a73a2220f535: Preparing 15:51:24 8a1753f43187: Preparing 15:51:24 2186bf9e2252: Preparing 15:51:24 8c309f86308a: Preparing 15:51:24 fc499f879968: Preparing 15:51:24 a456a9b5012c: Preparing 15:51:24 17bec77d7fdc: Preparing 15:51:24 fc499f879968: Waiting 15:51:24 a456a9b5012c: Waiting 15:51:24 8c309f86308a: Layer already exists 15:51:24 0ba9df0c0ec4: Layer already exists 15:51:24 2186bf9e2252: Layer already exists 15:51:24 8a1753f43187: Layer already exists 15:51:24 a73a2220f535: Layer already exists 15:51:24 a456a9b5012c: Layer already exists 15:51:24 17bec77d7fdc: Layer already exists 15:51:24 fc499f879968: Layer already exists 15:51:25 3.0.0-dev.31: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:51:25 0ba9df0c0ec4: Preparing 15:51:25 a73a2220f535: Preparing 15:51:25 8a1753f43187: Preparing 15:51:25 2186bf9e2252: Preparing 15:51:25 8c309f86308a: Preparing 15:51:25 fc499f879968: Preparing 15:51:25 a456a9b5012c: Preparing 15:51:25 17bec77d7fdc: Preparing 15:51:25 a456a9b5012c: Waiting 15:51:25 fc499f879968: Waiting 15:51:25 17bec77d7fdc: Waiting 15:51:25 0ba9df0c0ec4: Layer already exists 15:51:25 8a1753f43187: Layer already exists 15:51:25 a73a2220f535: Layer already exists 15:51:25 8c309f86308a: Layer already exists 15:51:25 2186bf9e2252: Layer already exists 15:51:25 a456a9b5012c: Layer already exists 15:51:25 fc499f879968: Layer already exists 15:51:25 17bec77d7fdc: Layer already exists 15:51:26 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51: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 15:51:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 15:51:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:51:26 0ba9df0c0ec4: Preparing 15:51:26 a73a2220f535: Preparing 15:51:26 8a1753f43187: Preparing 15:51:26 2186bf9e2252: Preparing 15:51:26 8c309f86308a: Preparing 15:51:26 fc499f879968: Preparing 15:51:26 a456a9b5012c: Preparing 15:51:26 17bec77d7fdc: Preparing 15:51:26 fc499f879968: Waiting 15:51:26 a456a9b5012c: Waiting 15:51:26 17bec77d7fdc: Waiting 15:51:26 a73a2220f535: Layer already exists 15:51:26 0ba9df0c0ec4: Layer already exists 15:51:26 2186bf9e2252: Layer already exists 15:51:26 8a1753f43187: Layer already exists 15:51:26 8c309f86308a: Layer already exists 15:51:26 fc499f879968: Layer already exists 15:51:26 a456a9b5012c: Layer already exists 15:51:26 17bec77d7fdc: Layer already exists 15:51:27 main: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:51:27 ===================================================== [Pipeline] echo 15:51:27 taggedImages: 15:51:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:51:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.31 15:51:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 15:51:27 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 15:51:27 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:27 latest 15:51:27 3.0.0-dev.31 15:51:27 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:27 main 15:51:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:51:27 db6a1a1cf827: Preparing 15:51:27 03c64698794c: Preparing 15:51:27 6004d380d2d7: Preparing 15:51:27 69bfac202ad7: Preparing 15:51:27 01d3afe67968: Preparing 15:51:27 e73b8bff95e7: Preparing 15:51:27 d953afd7f6c5: Preparing 15:51:27 f6a32386b95b: Preparing 15:51:27 b4619b5067af: Preparing 15:51:27 17bec77d7fdc: Preparing 15:51:27 e73b8bff95e7: Waiting 15:51:27 d953afd7f6c5: Waiting 15:51:27 f6a32386b95b: Waiting 15:51:27 b4619b5067af: Waiting 15:51:27 17bec77d7fdc: Waiting 15:51:28 db6a1a1cf827: Pushed 15:51:28 03c64698794c: Pushed 15:51:28 01d3afe67968: Pushed 15:51:28 e73b8bff95e7: Pushed 15:51:28 f6a32386b95b: Pushed 15:51:28 d953afd7f6c5: Pushed 15:51:28 17bec77d7fdc: Layer already exists 15:51:28 b4619b5067af: Pushed 15:51:30 69bfac202ad7: Pushed 15:51:31 6004d380d2d7: Pushed 15:51:31 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51: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 15:51:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:51:32 db6a1a1cf827: Preparing 15:51:32 03c64698794c: Preparing 15:51:32 6004d380d2d7: Preparing 15:51:32 69bfac202ad7: Preparing 15:51:32 01d3afe67968: Preparing 15:51:32 e73b8bff95e7: Preparing 15:51:32 d953afd7f6c5: Preparing 15:51:32 f6a32386b95b: Preparing 15:51:32 b4619b5067af: Preparing 15:51:32 17bec77d7fdc: Preparing 15:51:32 e73b8bff95e7: Waiting 15:51:32 d953afd7f6c5: Waiting 15:51:32 f6a32386b95b: Waiting 15:51:32 17bec77d7fdc: Waiting 15:51:32 b4619b5067af: Waiting 15:51:32 69bfac202ad7: Layer already exists 15:51:32 01d3afe67968: Layer already exists 15:51:32 6004d380d2d7: Layer already exists 15:51:32 03c64698794c: Layer already exists 15:51:32 db6a1a1cf827: Layer already exists 15:51:32 d953afd7f6c5: Layer already exists 15:51:32 f6a32386b95b: Layer already exists 15:51:32 b4619b5067af: Layer already exists 15:51:32 e73b8bff95e7: Layer already exists 15:51:32 17bec77d7fdc: Layer already exists 15:51:32 latest: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:32 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.31 15:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:51:33 db6a1a1cf827: Preparing 15:51:33 03c64698794c: Preparing 15:51:33 6004d380d2d7: Preparing 15:51:33 69bfac202ad7: Preparing 15:51:33 01d3afe67968: Preparing 15:51:33 e73b8bff95e7: Preparing 15:51:33 d953afd7f6c5: Preparing 15:51:33 f6a32386b95b: Preparing 15:51:33 b4619b5067af: Preparing 15:51:33 17bec77d7fdc: Preparing 15:51:33 d953afd7f6c5: Waiting 15:51:33 b4619b5067af: Waiting 15:51:33 f6a32386b95b: Waiting 15:51:33 17bec77d7fdc: Waiting 15:51:33 e73b8bff95e7: Waiting 15:51:33 03c64698794c: Layer already exists 15:51:33 db6a1a1cf827: Layer already exists 15:51:33 69bfac202ad7: Layer already exists 15:51:33 6004d380d2d7: Layer already exists 15:51:33 01d3afe67968: Layer already exists 15:51:33 f6a32386b95b: Layer already exists 15:51:33 e73b8bff95e7: Layer already exists 15:51:33 d953afd7f6c5: Layer already exists 15:51:33 17bec77d7fdc: Layer already exists 15:51:33 b4619b5067af: Layer already exists 15:51:33 3.0.0-dev.31: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:33 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:51:34 db6a1a1cf827: Preparing 15:51:34 03c64698794c: Preparing 15:51:34 6004d380d2d7: Preparing 15:51:34 69bfac202ad7: Preparing 15:51:34 01d3afe67968: Preparing 15:51:34 e73b8bff95e7: Preparing 15:51:34 d953afd7f6c5: Preparing 15:51:34 f6a32386b95b: Preparing 15:51:34 b4619b5067af: Preparing 15:51:34 17bec77d7fdc: Preparing 15:51:34 e73b8bff95e7: Waiting 15:51:34 d953afd7f6c5: Waiting 15:51:34 b4619b5067af: Waiting 15:51:34 17bec77d7fdc: Waiting 15:51:34 f6a32386b95b: Waiting 15:51:34 03c64698794c: Layer already exists 15:51:34 01d3afe67968: Layer already exists 15:51:34 6004d380d2d7: Layer already exists 15:51:34 db6a1a1cf827: Layer already exists 15:51:34 69bfac202ad7: Layer already exists 15:51:34 d953afd7f6c5: Layer already exists 15:51:34 e73b8bff95e7: Layer already exists 15:51:34 17bec77d7fdc: Layer already exists 15:51:34 f6a32386b95b: Layer already exists 15:51:34 b4619b5067af: Layer already exists 15:51:34 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51: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 15:51:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 15:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:51:35 db6a1a1cf827: Preparing 15:51:35 03c64698794c: Preparing 15:51:35 6004d380d2d7: Preparing 15:51:35 69bfac202ad7: Preparing 15:51:35 01d3afe67968: Preparing 15:51:35 e73b8bff95e7: Preparing 15:51:35 d953afd7f6c5: Preparing 15:51:35 f6a32386b95b: Preparing 15:51:35 b4619b5067af: Preparing 15:51:35 17bec77d7fdc: Preparing 15:51:35 d953afd7f6c5: Waiting 15:51:35 17bec77d7fdc: Waiting 15:51:35 f6a32386b95b: Waiting 15:51:35 b4619b5067af: Waiting 15:51:35 e73b8bff95e7: Waiting 15:51:35 01d3afe67968: Layer already exists 15:51:35 db6a1a1cf827: Layer already exists 15:51:35 03c64698794c: Layer already exists 15:51:35 69bfac202ad7: Layer already exists 15:51:35 6004d380d2d7: Layer already exists 15:51:35 f6a32386b95b: Layer already exists 15:51:35 d953afd7f6c5: Layer already exists 15:51:35 e73b8bff95e7: Layer already exists 15:51:35 17bec77d7fdc: Layer already exists 15:51:35 b4619b5067af: Layer already exists 15:51:35 main: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:51:35 ===================================================== [Pipeline] echo 15:51:35 taggedImages: 15:51:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:51:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.31 15:51:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 15:51:35 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 15:51:35 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:35 latest 15:51:35 3.0.0-dev.31 15:51:35 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:35 main 15:51:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:35 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:51:36 675bd3860df3: Preparing 15:51:36 bf42a75227ba: Preparing 15:51:36 103de5551779: Preparing 15:51:36 e9a27e5322be: Preparing 15:51:36 9833f26c6bda: Preparing 15:51:36 103de5551779: Layer already exists 15:51:36 9833f26c6bda: Layer already exists 15:51:36 675bd3860df3: Pushed 15:51:37 e9a27e5322be: Pushed 15:51:40 bf42a75227ba: Pushed 15:51:40 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:41 + 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 15:51:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:51:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:51:41 675bd3860df3: Preparing 15:51:41 bf42a75227ba: Preparing 15:51:41 103de5551779: Preparing 15:51:41 e9a27e5322be: Preparing 15:51:41 9833f26c6bda: Preparing 15:51:41 675bd3860df3: Layer already exists 15:51:41 103de5551779: Layer already exists 15:51:41 9833f26c6bda: Layer already exists 15:51:41 bf42a75227ba: Layer already exists 15:51:41 e9a27e5322be: Layer already exists 15:51:41 latest: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.31 15:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:51:42 675bd3860df3: Preparing 15:51:42 bf42a75227ba: Preparing 15:51:42 103de5551779: Preparing 15:51:42 e9a27e5322be: Preparing 15:51:42 9833f26c6bda: Preparing 15:51:42 9833f26c6bda: Layer already exists 15:51:42 e9a27e5322be: Layer already exists 15:51:42 675bd3860df3: Layer already exists 15:51:42 bf42a75227ba: Layer already exists 15:51:42 103de5551779: Layer already exists 15:51:42 3.0.0-dev.31: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:42 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:51:42 675bd3860df3: Preparing 15:51:42 bf42a75227ba: Preparing 15:51:42 103de5551779: Preparing 15:51:42 e9a27e5322be: Preparing 15:51:42 9833f26c6bda: Preparing 15:51:42 bf42a75227ba: Layer already exists 15:51:42 9833f26c6bda: Layer already exists 15:51:42 675bd3860df3: Layer already exists 15:51:42 103de5551779: Layer already exists 15:51:42 e9a27e5322be: Layer already exists 15:51:42 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:43 + 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 15:51:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 15:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:51:43 675bd3860df3: Preparing 15:51:43 bf42a75227ba: Preparing 15:51:43 103de5551779: Preparing 15:51:43 e9a27e5322be: Preparing 15:51:43 9833f26c6bda: Preparing 15:51:43 9833f26c6bda: Layer already exists 15:51:43 103de5551779: Layer already exists 15:51:43 bf42a75227ba: Layer already exists 15:51:43 e9a27e5322be: Layer already exists 15:51:43 675bd3860df3: Layer already exists 15:51:43 main: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:51:43 ===================================================== [Pipeline] echo 15:51:43 taggedImages: 15:51:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:51:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.31 15:51:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 15:51:43 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 15:51:43 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:43 latest 15:51:43 3.0.0-dev.31 15:51:43 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:51:43 main 15:51:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:44 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:51:44 eab78022b4f2: Preparing 15:51:44 3801478a7084: Preparing 15:51:44 9cdef41c2c91: Preparing 15:51:44 ffee588f85a9: Preparing 15:51:44 2a5bde99c8fd: Preparing 15:51:44 3af9a7b3f4b8: Preparing 15:51:44 9833f26c6bda: Preparing 15:51:44 3af9a7b3f4b8: Waiting 15:51:44 9833f26c6bda: Waiting 15:51:44 eab78022b4f2: Pushed 15:51:44 9cdef41c2c91: Pushed 15:51:44 3801478a7084: Pushed 15:51:44 9833f26c6bda: Layer already exists 15:51:45 3af9a7b3f4b8: Pushed 15:51:54 2a5bde99c8fd: Pushed 15:52:02 ffee588f85a9: Pushed 15:52:02 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:02 + 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 15:52:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:52:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:52:02 eab78022b4f2: Preparing 15:52:02 3801478a7084: Preparing 15:52:02 9cdef41c2c91: Preparing 15:52:02 ffee588f85a9: Preparing 15:52:02 2a5bde99c8fd: Preparing 15:52:02 3af9a7b3f4b8: Preparing 15:52:02 9833f26c6bda: Preparing 15:52:02 3af9a7b3f4b8: Waiting 15:52:02 9833f26c6bda: Waiting 15:52:02 3801478a7084: Layer already exists 15:52:02 eab78022b4f2: Layer already exists 15:52:02 9cdef41c2c91: Layer already exists 15:52:02 ffee588f85a9: Layer already exists 15:52:02 2a5bde99c8fd: Layer already exists 15:52:02 9833f26c6bda: Layer already exists 15:52:02 3af9a7b3f4b8: Layer already exists 15:52:03 latest: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.31 15:52:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:52:03 eab78022b4f2: Preparing 15:52:03 3801478a7084: Preparing 15:52:03 9cdef41c2c91: Preparing 15:52:03 ffee588f85a9: Preparing 15:52:03 2a5bde99c8fd: Preparing 15:52:03 3af9a7b3f4b8: Preparing 15:52:03 9833f26c6bda: Preparing 15:52:03 2a5bde99c8fd: Layer already exists 15:52:03 3801478a7084: Layer already exists 15:52:03 9cdef41c2c91: Layer already exists 15:52:03 eab78022b4f2: Layer already exists 15:52:03 ffee588f85a9: Layer already exists 15:52:03 3af9a7b3f4b8: Layer already exists 15:52:03 9833f26c6bda: Layer already exists 15:52:04 3.0.0-dev.31: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:04 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:52:04 eab78022b4f2: Preparing 15:52:04 3801478a7084: Preparing 15:52:04 9cdef41c2c91: Preparing 15:52:04 ffee588f85a9: Preparing 15:52:04 2a5bde99c8fd: Preparing 15:52:04 3af9a7b3f4b8: Preparing 15:52:04 9833f26c6bda: Preparing 15:52:04 3af9a7b3f4b8: Waiting 15:52:04 9833f26c6bda: Waiting 15:52:04 ffee588f85a9: Layer already exists 15:52:04 9cdef41c2c91: Layer already exists 15:52:04 3801478a7084: Layer already exists 15:52:04 2a5bde99c8fd: Layer already exists 15:52:04 eab78022b4f2: Layer already exists 15:52:04 3af9a7b3f4b8: Layer already exists 15:52:04 9833f26c6bda: Layer already exists 15:52:05 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:05 + 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 15:52:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 15:52:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:52:05 eab78022b4f2: Preparing 15:52:05 3801478a7084: Preparing 15:52:05 9cdef41c2c91: Preparing 15:52:05 ffee588f85a9: Preparing 15:52:05 2a5bde99c8fd: Preparing 15:52:05 3af9a7b3f4b8: Preparing 15:52:05 9833f26c6bda: Preparing 15:52:05 3af9a7b3f4b8: Waiting 15:52:05 9833f26c6bda: Waiting 15:52:05 ffee588f85a9: Layer already exists 15:52:05 eab78022b4f2: Layer already exists 15:52:05 9cdef41c2c91: Layer already exists 15:52:05 2a5bde99c8fd: Layer already exists 15:52:05 3801478a7084: Layer already exists 15:52:05 3af9a7b3f4b8: Layer already exists 15:52:05 9833f26c6bda: Layer already exists 15:52:06 main: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:52:06 ===================================================== [Pipeline] echo 15:52:06 taggedImages: 15:52:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:52:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.31 15:52:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 15:52:06 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 15:52:06 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:06 latest 15:52:06 3.0.0-dev.31 15:52:06 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:06 main 15:52:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:52:06 ab43572ca957: Preparing 15:52:06 d8c5c5d66924: Preparing 15:52:06 1ae7bf6e2595: Preparing 15:52:06 27a4d9ac0fe3: Preparing 15:52:06 e6a31bb82af8: Preparing 15:52:06 9833f26c6bda: Preparing 15:52:06 9833f26c6bda: Waiting 15:52:07 ab43572ca957: Pushed 15:52:07 1ae7bf6e2595: Pushed 15:52:07 d8c5c5d66924: Pushed 15:52:07 9833f26c6bda: Layer already exists 15:52:07 e6a31bb82af8: Pushed 15:52:22 27a4d9ac0fe3: Pushed 15:52:22 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:23 + 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 15:52:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:52:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:52:23 ab43572ca957: Preparing 15:52:23 d8c5c5d66924: Preparing 15:52:23 1ae7bf6e2595: Preparing 15:52:23 27a4d9ac0fe3: Preparing 15:52:23 e6a31bb82af8: Preparing 15:52:23 9833f26c6bda: Preparing 15:52:23 9833f26c6bda: Waiting 15:52:23 1ae7bf6e2595: Layer already exists 15:52:23 d8c5c5d66924: Layer already exists 15:52:23 27a4d9ac0fe3: Layer already exists 15:52:23 e6a31bb82af8: Layer already exists 15:52:23 ab43572ca957: Layer already exists 15:52:23 9833f26c6bda: Layer already exists 15:52:23 latest: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:24 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.31 15:52:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:52:24 ab43572ca957: Preparing 15:52:24 d8c5c5d66924: Preparing 15:52:24 1ae7bf6e2595: Preparing 15:52:24 27a4d9ac0fe3: Preparing 15:52:24 e6a31bb82af8: Preparing 15:52:24 9833f26c6bda: Preparing 15:52:24 9833f26c6bda: Waiting 15:52:24 e6a31bb82af8: Layer already exists 15:52:24 27a4d9ac0fe3: Layer already exists 15:52:24 d8c5c5d66924: Layer already exists 15:52:24 ab43572ca957: Layer already exists 15:52:24 1ae7bf6e2595: Layer already exists 15:52:24 9833f26c6bda: Layer already exists 15:52:24 3.0.0-dev.31: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:24 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:52:25 ab43572ca957: Preparing 15:52:25 d8c5c5d66924: Preparing 15:52:25 1ae7bf6e2595: Preparing 15:52:25 27a4d9ac0fe3: Preparing 15:52:25 e6a31bb82af8: Preparing 15:52:25 9833f26c6bda: Preparing 15:52:25 9833f26c6bda: Waiting 15:52:25 ab43572ca957: Layer already exists 15:52:25 27a4d9ac0fe3: Layer already exists 15:52:25 e6a31bb82af8: Layer already exists 15:52:25 d8c5c5d66924: Layer already exists 15:52:25 1ae7bf6e2595: Layer already exists 15:52:25 9833f26c6bda: Layer already exists 15:52:25 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:25 + 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 15:52:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 15:52:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:52:26 ab43572ca957: Preparing 15:52:26 d8c5c5d66924: Preparing 15:52:26 1ae7bf6e2595: Preparing 15:52:26 27a4d9ac0fe3: Preparing 15:52:26 e6a31bb82af8: Preparing 15:52:26 9833f26c6bda: Preparing 15:52:26 9833f26c6bda: Waiting 15:52:26 e6a31bb82af8: Layer already exists 15:52:26 ab43572ca957: Layer already exists 15:52:26 1ae7bf6e2595: Layer already exists 15:52:26 27a4d9ac0fe3: Layer already exists 15:52:26 d8c5c5d66924: Layer already exists 15:52:26 9833f26c6bda: Layer already exists 15:52:26 main: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:52:26 ===================================================== [Pipeline] echo 15:52:26 taggedImages: 15:52:26 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:26 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:52:26 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.31 15:52:26 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:26 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 15:52:26 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 15:52:26 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:26 latest 15:52:26 3.0.0-dev.31 15:52:26 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:26 main 15:52:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:52:27 79d30218ebdf: Preparing 15:52:27 4997b4f782e3: Preparing 15:52:27 89024f34dc17: Preparing 15:52:27 dbdf188ed8bd: Preparing 15:52:27 3af9a7b3f4b8: Preparing 15:52:27 9833f26c6bda: Preparing 15:52:27 9833f26c6bda: Waiting 15:52:27 3af9a7b3f4b8: Layer already exists 15:52:27 9833f26c6bda: Layer already exists 15:52:27 89024f34dc17: Pushed 15:52:27 4997b4f782e3: Pushed 15:52:27 79d30218ebdf: Pushed 15:52:45 dbdf188ed8bd: Pushed 15:52:45 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:46 + 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 15:52:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:52:46 79d30218ebdf: Preparing 15:52:46 4997b4f782e3: Preparing 15:52:46 89024f34dc17: Preparing 15:52:46 dbdf188ed8bd: Preparing 15:52:46 3af9a7b3f4b8: Preparing 15:52:46 9833f26c6bda: Preparing 15:52:46 9833f26c6bda: Waiting 15:52:46 3af9a7b3f4b8: Layer already exists 15:52:46 79d30218ebdf: Layer already exists 15:52:46 dbdf188ed8bd: Layer already exists 15:52:46 4997b4f782e3: Layer already exists 15:52:46 89024f34dc17: Layer already exists 15:52:46 9833f26c6bda: Layer already exists 15:52:46 latest: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:47 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.31 15:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:52:47 79d30218ebdf: Preparing 15:52:47 4997b4f782e3: Preparing 15:52:47 89024f34dc17: Preparing 15:52:47 dbdf188ed8bd: Preparing 15:52:47 3af9a7b3f4b8: Preparing 15:52:47 9833f26c6bda: Preparing 15:52:47 9833f26c6bda: Waiting 15:52:47 3af9a7b3f4b8: Layer already exists 15:52:47 79d30218ebdf: Layer already exists 15:52:47 dbdf188ed8bd: Layer already exists 15:52:47 89024f34dc17: Layer already exists 15:52:47 4997b4f782e3: Layer already exists 15:52:47 9833f26c6bda: Layer already exists 15:52:47 3.0.0-dev.31: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:48 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:52:48 79d30218ebdf: Preparing 15:52:48 4997b4f782e3: Preparing 15:52:48 89024f34dc17: Preparing 15:52:48 dbdf188ed8bd: Preparing 15:52:48 3af9a7b3f4b8: Preparing 15:52:48 9833f26c6bda: Preparing 15:52:48 9833f26c6bda: Waiting 15:52:48 79d30218ebdf: Layer already exists 15:52:48 4997b4f782e3: Layer already exists 15:52:48 89024f34dc17: Layer already exists 15:52:48 dbdf188ed8bd: Layer already exists 15:52:48 3af9a7b3f4b8: Layer already exists 15:52:48 9833f26c6bda: Layer already exists 15:52:48 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:48 + 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 15:52:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 15:52:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:52:49 79d30218ebdf: Preparing 15:52:49 4997b4f782e3: Preparing 15:52:49 89024f34dc17: Preparing 15:52:49 dbdf188ed8bd: Preparing 15:52:49 3af9a7b3f4b8: Preparing 15:52:49 9833f26c6bda: Preparing 15:52:49 9833f26c6bda: Waiting 15:52:49 4997b4f782e3: Layer already exists 15:52:49 dbdf188ed8bd: Layer already exists 15:52:49 3af9a7b3f4b8: Layer already exists 15:52:49 79d30218ebdf: Layer already exists 15:52:49 89024f34dc17: Layer already exists 15:52:49 9833f26c6bda: Layer already exists 15:52:49 main: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:52:49 ===================================================== [Pipeline] echo 15:52:49 taggedImages: 15:52:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:52:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.31 15:52:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 15:52:49 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 15:52:49 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:49 latest 15:52:49 3.0.0-dev.31 15:52:49 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:52:49 main 15:52:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:52:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:52:50 04cf37973d49: Preparing 15:52:50 80fa68cbfee7: Preparing 15:52:50 103de5551779: Preparing 15:52:50 2cc526d8d0f8: Preparing 15:52:50 17bec77d7fdc: Preparing 15:52:50 103de5551779: Layer already exists 15:52:50 17bec77d7fdc: Layer already exists 15:52:50 04cf37973d49: Pushed 15:52:50 2cc526d8d0f8: Pushed 15:52:57 80fa68cbfee7: Pushed 15:52:57 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:52:58 04cf37973d49: Preparing 15:52:58 80fa68cbfee7: Preparing 15:52:58 103de5551779: Preparing 15:52:58 2cc526d8d0f8: Preparing 15:52:58 17bec77d7fdc: Preparing 15:52:58 80fa68cbfee7: Layer already exists 15:52:58 04cf37973d49: Layer already exists 15:52:58 103de5551779: Layer already exists 15:52:58 17bec77d7fdc: Layer already exists 15:52:58 2cc526d8d0f8: Layer already exists 15:52:58 latest: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.31 15:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:52:59 04cf37973d49: Preparing 15:52:59 80fa68cbfee7: Preparing 15:52:59 103de5551779: Preparing 15:52:59 2cc526d8d0f8: Preparing 15:52:59 17bec77d7fdc: Preparing 15:52:59 17bec77d7fdc: Layer already exists 15:52:59 04cf37973d49: Layer already exists 15:52:59 2cc526d8d0f8: Layer already exists 15:52:59 103de5551779: Layer already exists 15:52:59 80fa68cbfee7: Layer already exists 15:52:59 3.0.0-dev.31: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:53:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:53:00 04cf37973d49: Preparing 15:53:00 80fa68cbfee7: Preparing 15:53:00 103de5551779: Preparing 15:53:00 2cc526d8d0f8: Preparing 15:53:00 17bec77d7fdc: Preparing 15:53:00 2cc526d8d0f8: Layer already exists 15:53:00 17bec77d7fdc: Layer already exists 15:53:00 04cf37973d49: Layer already exists 15:53:00 80fa68cbfee7: Layer already exists 15:53:00 103de5551779: Layer already exists 15:53:00 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 15:53:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:53:00 04cf37973d49: Preparing 15:53:00 80fa68cbfee7: Preparing 15:53:00 103de5551779: Preparing 15:53:00 2cc526d8d0f8: Preparing 15:53:00 17bec77d7fdc: Preparing 15:53:00 04cf37973d49: Layer already exists 15:53:00 17bec77d7fdc: Layer already exists 15:53:00 103de5551779: Layer already exists 15:53:00 2cc526d8d0f8: Layer already exists 15:53:00 80fa68cbfee7: Layer already exists 15:53:00 main: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:53:00 ===================================================== [Pipeline] echo 15:53:01 taggedImages: 15:53:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:53:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:53:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.31 15:53:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:53:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 15:53:01 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 15:53:01 4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:53:01 latest 15:53:01 3.0.0-dev.31 15:53:01 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:53:01 main 15:53:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:53:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:53:01 848f303d1650: Preparing 15:53:01 37354b7152e4: Preparing 15:53:01 103de5551779: Preparing 15:53:01 cc134ba080ea: Preparing 15:53:01 17bec77d7fdc: Preparing 15:53:01 103de5551779: Layer already exists 15:53:01 17bec77d7fdc: Layer already exists 15:53:01 cc134ba080ea: Layer already exists 15:53:01 848f303d1650: Pushed 15:53:08 37354b7152e4: Pushed 15:53:08 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:53:09 848f303d1650: Preparing 15:53:09 37354b7152e4: Preparing 15:53:09 103de5551779: Preparing 15:53:09 cc134ba080ea: Preparing 15:53:09 17bec77d7fdc: Preparing 15:53:09 cc134ba080ea: Layer already exists 15:53:09 103de5551779: Layer already exists 15:53:09 37354b7152e4: Layer already exists 15:53:09 848f303d1650: Layer already exists 15:53:09 17bec77d7fdc: Layer already exists 15:53:09 latest: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.31 15:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:53:10 848f303d1650: Preparing 15:53:10 37354b7152e4: Preparing 15:53:10 103de5551779: Preparing 15:53:10 cc134ba080ea: Preparing 15:53:10 17bec77d7fdc: Preparing 15:53:10 cc134ba080ea: Layer already exists 15:53:10 848f303d1650: Layer already exists 15:53:10 17bec77d7fdc: Layer already exists 15:53:10 103de5551779: Layer already exists 15:53:10 37354b7152e4: Layer already exists 15:53:10 3.0.0-dev.31: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:53:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:53:11 848f303d1650: Preparing 15:53:11 37354b7152e4: Preparing 15:53:11 103de5551779: Preparing 15:53:11 cc134ba080ea: Preparing 15:53:11 17bec77d7fdc: Preparing 15:53:11 17bec77d7fdc: Layer already exists 15:53:11 103de5551779: Layer already exists 15:53:11 37354b7152e4: Layer already exists 15:53:11 848f303d1650: Layer already exists 15:53:11 cc134ba080ea: Layer already exists 15:53:11 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 15:53:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:53:12 848f303d1650: Preparing 15:53:12 37354b7152e4: Preparing 15:53:12 103de5551779: Preparing 15:53:12 cc134ba080ea: Preparing 15:53:12 17bec77d7fdc: Preparing 15:53:12 17bec77d7fdc: Layer already exists 15:53:12 848f303d1650: Layer already exists 15:53:12 103de5551779: Layer already exists 15:53:12 37354b7152e4: Layer already exists 15:53:12 cc134ba080ea: Layer already exists 15:53:12 main: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:53:12 ===================================================== [Pipeline] echo 15:53:12 taggedImages: 15:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c 15:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.31 15:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 15:53:12 - 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 15:53:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:53:12 15:53:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:53:13 arm64: Pulling from edgex-lftools-log-publisher 15:53:13 8998bd30e6a1: Pulling fs layer 15:53:13 04944245beec: Pulling fs layer 15:53:13 699f458cf7ca: Pulling fs layer 15:53:13 765212b225bb: Pulling fs layer 15:53:13 f23df028b6ca: Pulling fs layer 15:53:13 d65c8cfc05b1: Pulling fs layer 15:53:13 2437ff75d9bd: Pulling fs layer 15:53:13 f23df028b6ca: Waiting 15:53:13 d65c8cfc05b1: Waiting 15:53:13 2437ff75d9bd: Waiting 15:53:13 765212b225bb: Waiting 15:53:13 04944245beec: Verifying Checksum 15:53:13 04944245beec: Download complete 15:53:13 765212b225bb: Verifying Checksum 15:53:13 765212b225bb: Download complete 15:53:13 f23df028b6ca: Verifying Checksum 15:53:13 f23df028b6ca: Download complete 15:53:13 d65c8cfc05b1: Verifying Checksum 15:53:13 d65c8cfc05b1: Download complete 15:53:13 699f458cf7ca: Verifying Checksum 15:53:13 699f458cf7ca: Download complete 15:53:13 8998bd30e6a1: Download complete 15:53:16 2437ff75d9bd: Verifying Checksum 15:53:16 2437ff75d9bd: Download complete 15:53:18 8998bd30e6a1: Pull complete 15:53:18 04944245beec: Pull complete 15:53:20 699f458cf7ca: Pull complete 15:53:20 765212b225bb: Pull complete 15:53:21 f23df028b6ca: Pull complete 15:53:21 d65c8cfc05b1: Pull complete 15:53:36 2437ff75d9bd: Pull complete 15:53:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:53:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:53:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:53:36 prd-ubuntu20.04-docker-arm64-4c-16g-4142 does not seem to be running inside a container 15:53:36 $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:53:39 $ docker top bc620d4d47d1a01c04dbf0d049e472460b141795e0b52b522f1a1546bceb2e6b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:53:39 ---> job-cost.sh 15:53:39 lf-activate-venv: SKIPPING 15:53:39 INFO: No Stack... 15:53:40 INFO: Retrieving Pricing Info for: v3-standard-4 15:53:41 INFO: Archiving Costs [Pipeline] sh 15:53:41 + cat /w/workspace/edgex-go/389/archives/cost.csv 15:53:41 + cut -d, -f6 [Pipeline] lock 15:53:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-389-stack-cost] 15:53:41 Resource [jenkins-edgexfoundry-edgex-go-main-389-stack-cost] did not exist. Created. 15:53:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-389-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:53:42 + echo total: 0.10999999940395355 [Pipeline] stash 15:53:43 Stashed 1 file(s) [Pipeline] } 15:53:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-389-stack-cost] [Pipeline] // lock [Pipeline] } 15:53:43 $ docker stop --time=1 bc620d4d47d1a01c04dbf0d049e472460b141795e0b52b522f1a1546bceb2e6b 15:53:44 $ docker rm -f --volumes bc620d4d47d1a01c04dbf0d049e472460b141795e0b52b522f1a1546bceb2e6b [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 15:53:44 provisioning config files... 15:53:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/389@tmp/config14458788596096883721tmp [Pipeline] { [Pipeline] sh 15:53:45 + set +x 15:53:45 + curl -s https://codecov.io/bash 15:53:45 + bash -s -- 15:53:45 15:53:45 _____ _ 15:53:45 / ____| | | 15:53:45 | | ___ __| | ___ ___ _____ __ 15:53:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:53:45 | |___| (_) | (_| | __/ (_| (_) \ V / 15:53:45 \_____\___/ \__,_|\___|\___\___/ \_/ 15:53:45 Bash-1.0.6 15:53:45 15:53:45 15:53:45 ==> git version 2.25.1 found 15:53:45 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:53:45 Release-Date: 2020-01-08 15:53:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:53:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:53:45 ==> Jenkins CI detected. 15:53:45 current dir:  /w/workspace/edgex-go/389 15:53:45 project root: . 15:53:45 --> token set from env 15:53:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:53:45 ==> Running gcov in . (disable via -X gcov) 15:53:45 ==> Python coveragepy not found 15:53:45 ==> Searching for coverage reports in: 15:53:45 + . 15:53:45 -> Found 1 reports 15:53:45 ==> Detecting git/mercurial file structure 15:53:45 ==> Reading reports 15:53:45 + ./coverage.out bytes=486197 15:53:45 ==> Appending adjustments 15:53:45 https://docs.codecov.io/docs/fixing-reports 15:53:46 + Found adjustments 15:53:46 ==> Gzipping contents 15:53:46 64K /tmp/codecov.lXFTTt.gz 15:53:46 ==> Uploading reports 15:53:46 url: https://codecov.io 15:53:46 query: branch=main&commit=4ba88bbe863d8b60b71eb382769d499e1a75b40c&build=389&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F389%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:53:46 -> Pinging Codecov 15:53:46 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=4ba88bbe863d8b60b71eb382769d499e1a75b40c&build=389&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F389%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:53:47 -> Uploading to 15:53:47 https://storage.googleapis.com/codecov/v4/raw/2023-01-31/00271124DB129430A58F1EEE437C3FCB/4ba88bbe863d8b60b71eb382769d499e1a75b40c/a75f6390-dcba-444e-99df-cdd6bd885fe8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230131%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230131T155347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=74ddf8b152abc892aaf24ca032c4c546d08b91182c6bc631071f09c3b2eb1c25 15:53:47 % Total % Received % Xferd Average Speed Time Time Time Current 15:53:47 Dload Upload Total Spent Left Speed 15:53:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62839 0 0 100 62839 0 229k --:--:-- --:--:-- --:--:-- 228k 15:53:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } 15:53:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:53:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:53:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:53:48 15:53:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:53:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:53:48 df9b9388f04a: Pulling fs layer 15:53:48 52dc419b0ee2: Pulling fs layer 15:53:48 25bc292e5bac: Pulling fs layer 15:53:48 114826534d7a: Pulling fs layer 15:53:48 4657fd5d0bcf: Pulling fs layer 15:53:48 6ad1cebc031e: Pulling fs layer 15:53:48 8a3aa393b2d8: Pulling fs layer 15:53:48 4657fd5d0bcf: Waiting 15:53:48 6ad1cebc031e: Waiting 15:53:48 8a3aa393b2d8: Waiting 15:53:48 114826534d7a: Waiting 15:53:48 25bc292e5bac: Verifying Checksum 15:53:48 25bc292e5bac: Download complete 15:53:48 52dc419b0ee2: Verifying Checksum 15:53:48 52dc419b0ee2: Download complete 15:53:48 4657fd5d0bcf: Download complete 15:53:48 df9b9388f04a: Download complete 15:53:48 df9b9388f04a: Pull complete 15:53:48 52dc419b0ee2: Pull complete 15:53:49 6ad1cebc031e: Verifying Checksum 15:53:49 6ad1cebc031e: Download complete 15:53:49 25bc292e5bac: Pull complete 15:53:49 114826534d7a: Verifying Checksum 15:53:49 114826534d7a: Download complete 15:53:50 8a3aa393b2d8: Verifying Checksum 15:53:50 8a3aa393b2d8: Download complete 15:53:53 114826534d7a: Pull complete 15:53:53 4657fd5d0bcf: Pull complete 15:53:53 6ad1cebc031e: Pull complete 15:53:56 8a3aa393b2d8: Pull complete 15:53:56 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:53:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:53:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:53:56 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:53:56 $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:54:01 $ docker top 5bc3133ff3133ed284804523ae9dacaa9ed4097b15f2edf668558dab8d6692f0 -eo pid,comm [Pipeline] { [Pipeline] echo 15:54:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 15:54:01 + set -o pipefail 15:54:01 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 15:54:06 15:54:06 Monitoring /w/workspace/edgex-go/389 (github.com/edgexfoundry/edgex-go)... 15:54:06 15:54:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/bb586f83-c3e4-41f1-b1cc-8a4e0e5b89b7 15:54:06 15:54:06 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:54:06 15:54:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:54:06 15:54:06 15:54:06 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:54:06 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:54:06 More details here: https://snyk.co/ue1NS [Pipeline] } 15:54:07 $ docker stop --time=1 5bc3133ff3133ed284804523ae9dacaa9ed4097b15f2edf668558dab8d6692f0 15:54:10 $ docker rm -f --volumes 5bc3133ff3133ed284804523ae9dacaa9ed4097b15f2edf668558dab8d6692f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:54:10 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:54:10 provisioning config files... 15:54:10 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/389@tmp/config15060790867685494501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:54:11 --> edgex-publish-swagger.sh 15:54:11 === Publish openapi/v2 API === 15:54:11 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:54:11 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/389/openapi/v2/core-command.yaml] 15:54:11 % Total % Received % Xferd Average Speed Time Time Time Current 15:54:11 Dload Upload Total Spent Left Speed 15:54:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31129 100 38 100 31091 41 34016 --:--:-- --:--:-- --:--:-- 34057 100 31129 100 38 100 31091 41 34016 --:--:-- --:--:-- --:--:-- 34020 15:54:12 {"code":403,"message":"Access Denied"} 15:54:12 15:54:12 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/389/openapi/v2/core-data.yaml] 15:54:12 % Total % Received % Xferd Average Speed Time Time Time Current 15:54:12 Dload Upload Total Spent Left Speed 15:54:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68946 100 38 100 68908 42 77078 --:--:-- --:--:-- --:--:-- 77034 100 68946 100 38 100 68908 42 77078 --:--:-- --:--:-- --:--:-- 77034 15:54:12 {"code":403,"message":"Access Denied"} 15:54:12 15:54:12 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/389/openapi/v2/core-metadata.yaml] 15:54:12 % Total % Received % Xferd Average Speed Time Time Time Current 15:54:12 Dload Upload Total Spent Left Speed 15:54:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 118k 0:00:01 0:00:01 --:--:-- 118k 100 142k 100 38 100 142k 29 111k 0:00:01 0:00:01 --:--:-- 111k 15:54:14 {"code":403,"message":"Access Denied"} 15:54:14 15:54:14 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/389/openapi/v2/support-notifications.yaml] 15:54:14 % Total % Received % Xferd Average Speed Time Time Time Current 15:54:14 Dload Upload Total Spent Left Speed 15:54:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86574 100 38 100 86536 37 85849 0:00:01 0:00:01 --:--:-- 85886 100 86574 100 38 100 86536 37 85849 0:00:01 0:00:01 --:--:-- 85886 15:54:15 {"code":403,"message":"Access Denied"} 15:54:15 15:54:15 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/389/openapi/v2/support-scheduler.yaml] 15:54:15 % Total % Received % Xferd Average Speed Time Time Time Current 15:54:15 Dload Upload Total Spent Left Speed 15:54:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37023 100 38 100 36985 47 46001 --:--:-- --:--:-- --:--:-- 45991 100 37023 100 38 100 36985 47 45944 --:--:-- --:--:-- --:--:-- 45991 15:54:15 {"code":403,"message":"Access Denied"} 15:54:15 [Pipeline] } 15:54:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 15:54:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:54:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:54:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:54:16 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:54:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:54:17 $ docker top d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f -eo pid,comm 15:54:17 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). 15:54:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:54:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:54:17 [ssh-agent] Looking for ssh-agent implementation... 15:54:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:54:17 $ docker exec d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f ssh-agent 15:54:17 SSH_AUTH_SOCK=/tmp/ssh-aQzkSWtoTHmg/agent.32 15:54:17 SSH_AGENT_PID=38 15:54:17 Running ssh-add (command line suppressed) 15:54:17 Identity added: /w/workspace/edgex-go/389@tmp/private_key_9194033613420627850.key (/w/workspace/edgex-go/389@tmp/private_key_9194033613420627850.key) 15:54:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:54:17 + git semver tag 15:54:18 2023-01-31 15:54:17,943 [run_tag] DEBUG tag force:False 15:54:18 2023-01-31 15:54:17,943 [check_head_tag] DEBUG check head tag 15:54:18 2023-01-31 15:54:17,946 [execute] INFO git cat-file --batch-check 15:54:18 2023-01-31 15:54:17,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=) 15:54:18 2023-01-31 15:54:17,950 [execute] INFO git cat-file --batch 15:54:18 2023-01-31 15:54:17,950 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=) 15:54:18 2023-01-31 15:54:17,995 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main 15:54:18 2023-01-31 15:54:17,996 [execute] INFO git tag -a v3.0.0-dev.31 -m v3.0.0-dev.31 15:54:18 2023-01-31 15:54:17,996 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.31', '-m', 'v3.0.0-dev.31'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=None) 15:54:18 2023-01-31 15:54:18,001 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main 15:54:18 3.0.0-dev.31 [Pipeline] } 15:54:18 $ docker exec --env ******** --env ******** d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f ssh-agent -k 15:54:18 unset SSH_AUTH_SOCK; 15:54:18 unset SSH_AGENT_PID; 15:54:18 echo Agent pid 38 killed; 15:54:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:54:18 + git semver [Pipeline] } 15:54:18 $ docker stop --time=1 d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f 15:54:20 $ docker rm -f --volumes d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:54:20 15:54:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:54:20 0.23.1-centos7: Pulling from edgex-lftools 15:54:20 ab5ef0e58194: Pulling fs layer 15:54:20 9712f1f96733: Pulling fs layer 15:54:20 63f879dbbcfc: Pulling fs layer 15:54:20 0d9ebad4ef96: Pulling fs layer 15:54:20 e9a5061849ea: Pulling fs layer 15:54:20 d747dcd14b5f: Pulling fs layer 15:54:20 2de7ff778b66: Pulling fs layer 15:54:20 0d9ebad4ef96: Waiting 15:54:20 e9a5061849ea: Waiting 15:54:20 d747dcd14b5f: Waiting 15:54:20 2de7ff778b66: Waiting 15:54:20 9712f1f96733: Verifying Checksum 15:54:20 9712f1f96733: Download complete 15:54:21 63f879dbbcfc: Verifying Checksum 15:54:21 63f879dbbcfc: Download complete 15:54:21 ab5ef0e58194: Verifying Checksum 15:54:21 ab5ef0e58194: Download complete 15:54:22 d747dcd14b5f: Download complete 15:54:22 e9a5061849ea: Verifying Checksum 15:54:22 2de7ff778b66: Verifying Checksum 15:54:22 2de7ff778b66: Download complete 15:54:22 0d9ebad4ef96: Verifying Checksum 15:54:22 0d9ebad4ef96: Download complete 15:54:24 ab5ef0e58194: Pull complete 15:54:24 9712f1f96733: Pull complete 15:54:25 63f879dbbcfc: Pull complete 15:54:29 0d9ebad4ef96: Pull complete 15:54:29 e9a5061849ea: Pull complete 15:54:29 d747dcd14b5f: Pull complete 15:54:30 2de7ff778b66: Pull complete 15:54:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:54:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:54:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:54:30 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:54:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:54:35 $ docker top 9ffd531ef5422fb827b6682c7e4c17c1fe12744cb71ae4ec90cdc06e4be9ec2b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:54:35 provisioning config files... 15:54:35 copy managed file [sigul-config] to file:/w/workspace/edgex-go/389@tmp/config11350486729073070509tmp 15:54:35 copy managed file [sigul-password] to file:/w/workspace/edgex-go/389@tmp/config15696544507010696368tmp 15:54:35 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/389@tmp/config3594245496570737579tmp [Pipeline] { [Pipeline] echo 15:54:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:54:36 ---> sigul-configuration.sh 15:54:36 gpg: directory `/root/.gnupg' created 15:54:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:54:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:54:36 gpg: keyring `/root/.gnupg/secring.gpg' created 15:54:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:54:36 gpg: CAST5 encrypted data 15:54:36 gpg: encrypted with 1 passphrase 15:54:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:54:36 + mkdir /home/jenkins 15:54:36 + mkdir /home/jenkins/sigul [Pipeline] sh 15:54: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 15:54:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:54:37 ---> sigul-install.sh 15:54:37 Sigul already installed; skipping installation. [Pipeline] sh 15:54:37 + git tag --list 15:54:37 0.6.0 15:54:37 0.6.1 15:54:37 0.7.0 15:54:37 0.7.1 15:54:37 v1.0.0 15:54:37 v1.0.1 15:54:37 v1.1.0 15:54:37 v1.2.0 15:54:37 v1.2.1 15:54:37 v1.3.0 15:54:37 v1.3.1 15:54:37 v2.0.0 15:54:37 v2.1.0 15:54:37 v2.1.1 15:54:37 v2.1.1-dev.1 15:54:37 v2.1.1-dev.2 15:54:37 v2.1.1-dev.3 15:54:37 v2.1.1-dev.4 15:54:37 v2.1.1-dev.5 15:54:37 v2.1.1-dev.6 15:54:37 v2.1.1-dev.7 15:54:37 v2.1.1-dev.8 15:54:37 v2.1.2-dev.1 15:54:37 v2.2.0 15:54:37 v2.2.1-dev.1 15:54:37 v2.2.1-dev.10 15:54:37 v2.2.1-dev.11 15:54:37 v2.2.1-dev.12 15:54:37 v2.2.1-dev.13 15:54:37 v2.2.1-dev.14 15:54:37 v2.2.1-dev.15 15:54:37 v2.2.1-dev.16 15:54:37 v2.2.1-dev.17 15:54:37 v2.2.1-dev.18 15:54:37 v2.2.1-dev.19 15:54:37 v2.2.1-dev.2 15:54:37 v2.2.1-dev.20 15:54:37 v2.2.1-dev.21 15:54:37 v2.2.1-dev.22 15:54:37 v2.2.1-dev.23 15:54:37 v2.2.1-dev.24 15:54:37 v2.2.1-dev.25 15:54:37 v2.2.1-dev.26 15:54:37 v2.2.1-dev.27 15:54:37 v2.2.1-dev.28 15:54:37 v2.2.1-dev.29 15:54:37 v2.2.1-dev.3 15:54:37 v2.2.1-dev.4 15:54:37 v2.2.1-dev.5 15:54:37 v2.2.1-dev.6 15:54:37 v2.2.1-dev.7 15:54:37 v2.2.1-dev.8 15:54:37 v2.2.1-dev.9 15:54:37 v2.3.0 15:54:37 v2.3.0-dev.100 15:54:37 v2.3.0-dev.101 15:54:37 v2.3.0-dev.102 15:54:37 v2.3.0-dev.103 15:54:37 v2.3.0-dev.104 15:54:37 v2.3.0-dev.105 15:54:37 v2.3.0-dev.106 15:54:37 v2.3.0-dev.29 15:54:37 v2.3.0-dev.30 15:54:37 v2.3.0-dev.31 15:54:37 v2.3.0-dev.32 15:54:37 v2.3.0-dev.33 15:54:37 v2.3.0-dev.34 15:54:37 v2.3.0-dev.35 15:54:37 v2.3.0-dev.36 15:54:37 v2.3.0-dev.37 15:54:37 v2.3.0-dev.38 15:54:37 v2.3.0-dev.39 15:54:37 v2.3.0-dev.40 15:54:37 v2.3.0-dev.41 15:54:37 v2.3.0-dev.42 15:54:37 v2.3.0-dev.43 15:54:37 v2.3.0-dev.44 15:54:37 v2.3.0-dev.45 15:54:37 v2.3.0-dev.46 15:54:37 v2.3.0-dev.47 15:54:37 v2.3.0-dev.48 15:54:37 v2.3.0-dev.49 15:54:37 v2.3.0-dev.50 15:54:37 v2.3.0-dev.51 15:54:37 v2.3.0-dev.52 15:54:37 v2.3.0-dev.53 15:54:37 v2.3.0-dev.54 15:54:37 v2.3.0-dev.55 15:54:37 v2.3.0-dev.56 15:54:37 v2.3.0-dev.57 15:54:37 v2.3.0-dev.58 15:54:37 v2.3.0-dev.59 15:54:37 v2.3.0-dev.60 15:54:37 v2.3.0-dev.61 15:54:37 v2.3.0-dev.62 15:54:37 v2.3.0-dev.63 15:54:37 v2.3.0-dev.64 15:54:37 v2.3.0-dev.65 15:54:37 v2.3.0-dev.66 15:54:37 v2.3.0-dev.67 15:54:37 v2.3.0-dev.68 15:54:37 v2.3.0-dev.69 15:54:37 v2.3.0-dev.70 15:54:37 v2.3.0-dev.71 15:54:37 v2.3.0-dev.72 15:54:37 v2.3.0-dev.73 15:54:37 v2.3.0-dev.74 15:54:37 v2.3.0-dev.75 15:54:37 v2.3.0-dev.76 15:54:37 v2.3.0-dev.77 15:54:37 v2.3.0-dev.78 15:54:37 v2.3.0-dev.79 15:54:37 v2.3.0-dev.80 15:54:37 v2.3.0-dev.81 15:54:37 v2.3.0-dev.82 15:54:37 v2.3.0-dev.83 15:54:37 v2.3.0-dev.84 15:54:37 v2.3.0-dev.85 15:54:37 v2.3.0-dev.86 15:54:37 v2.3.0-dev.87 15:54:37 v2.3.0-dev.88 15:54:37 v2.3.0-dev.89 15:54:37 v2.3.0-dev.90 15:54:37 v2.3.0-dev.91 15:54:37 v2.3.0-dev.92 15:54:37 v2.3.0-dev.93 15:54:37 v2.3.0-dev.94 15:54:37 v2.3.0-dev.95 15:54:37 v2.3.0-dev.96 15:54:37 v2.3.0-dev.97 15:54:37 v2.3.0-dev.98 15:54:37 v2.3.0-dev.99 15:54:37 v2.3.1-dev.1 15:54:37 v2.3.1-dev.2 15:54:37 v2.3.1-dev.3 15:54:37 v2.3.1-dev.4 15:54:37 v2.3.1-dev.5 15:54:37 v3.0.0-dev.1 15:54:37 v3.0.0-dev.10 15:54:37 v3.0.0-dev.11 15:54:37 v3.0.0-dev.12 15:54:37 v3.0.0-dev.13 15:54:37 v3.0.0-dev.14 15:54:37 v3.0.0-dev.15 15:54:37 v3.0.0-dev.16 15:54:37 v3.0.0-dev.17 15:54:37 v3.0.0-dev.18 15:54:37 v3.0.0-dev.19 15:54:37 v3.0.0-dev.2 15:54:37 v3.0.0-dev.20 15:54:37 v3.0.0-dev.21 15:54:37 v3.0.0-dev.22 15:54:37 v3.0.0-dev.23 15:54:37 v3.0.0-dev.24 15:54:37 v3.0.0-dev.25 15:54:37 v3.0.0-dev.26 15:54:37 v3.0.0-dev.27 15:54:37 v3.0.0-dev.28 15:54:37 v3.0.0-dev.29 15:54:37 v3.0.0-dev.3 15:54:37 v3.0.0-dev.30 15:54:37 v3.0.0-dev.31 15:54:37 v3.0.0-dev.4 15:54:37 v3.0.0-dev.5 15:54:37 v3.0.0-dev.6 15:54:37 v3.0.0-dev.7 15:54:37 v3.0.0-dev.8 15:54:37 v3.0.0-dev.9 [Pipeline] sh 15:54:37 + lftools sign git-tag v3.0.0-dev.31 15:54:38 Signing Git tag with Sigul... 15:54:38 Signing v3.0.0-dev.31 [Pipeline] echo 15:54:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:54:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:54:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:54:38 $ docker stop --time=1 9ffd531ef5422fb827b6682c7e4c17c1fe12744cb71ae4ec90cdc06e4be9ec2b 15:54:40 $ docker rm -f --volumes 9ffd531ef5422fb827b6682c7e4c17c1fe12744cb71ae4ec90cdc06e4be9ec2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:54:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:54:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:54:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:54:40 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:54:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:54:41 $ docker top 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 -eo pid,comm 15:54: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). 15:54:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:54:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:54:41 [ssh-agent] Looking for ssh-agent implementation... 15:54:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:54:41 $ docker exec 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 ssh-agent 15:54:41 SSH_AUTH_SOCK=/tmp/ssh-bPQrRukVdAfO/agent.33 15:54:41 SSH_AGENT_PID=39 15:54:41 Running ssh-add (command line suppressed) 15:54:41 Identity added: /w/workspace/edgex-go/389@tmp/private_key_13127401936651278726.key (/w/workspace/edgex-go/389@tmp/private_key_13127401936651278726.key) 15:54:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:54:41 + git semver bump pre 15:54:42 2023-01-31 15:54:42,095 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main 15:54:42 2023-01-31 15:54:42,096 [bump_version] DEBUG bumping version:3.0.0-dev.31 on axis:pre with prefix:dev 15:54:42 2023-01-31 15:54:42,096 [bump_version] DEBUG bumped version:3.0.0-dev.32 15:54:42 2023-01-31 15:54:42,096 [write_version] DEBUG write version:3.0.0-dev.32 to path:/w/workspace/edgex-go/389/.semver/main with force:True 15:54:42 2023-01-31 15:54:42,096 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main 15:54:42 2023-01-31 15:54:42,096 [write_file] DEBUG write to file:/w/workspace/edgex-go/389/.semver/main 15:54:42 2023-01-31 15:54:42,098 [execute] INFO git cat-file --batch-check 15:54:42 2023-01-31 15:54:42,098 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=) 15:54:42 2023-01-31 15:54:42,104 [execute] INFO git cat-file --batch 15:54:42 2023-01-31 15:54:42,105 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=) 15:54:42 2023-01-31 15:54:42,110 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main 15:54:42 3.0.0-dev.32 [Pipeline] } 15:54:42 $ docker exec --env ******** --env ******** 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 ssh-agent -k 15:54:42 unset SSH_AUTH_SOCK; 15:54:42 unset SSH_AGENT_PID; 15:54:42 echo Agent pid 39 killed; 15:54:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:54:42 + git semver [Pipeline] } 15:54:42 $ docker stop --time=1 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 15:54:44 $ docker rm -f --volumes 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 [Pipeline] // withDockerContainer [Pipeline] sh 15:54:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:54:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:54:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:54:44 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:54:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:54:45 $ docker top 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:54:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:54:45 [ssh-agent] Looking for ssh-agent implementation... 15:54:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:54:45 $ docker exec 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 ssh-agent 15:54:45 SSH_AUTH_SOCK=/tmp/ssh-k3jvHynnA3ql/agent.32 15:54:45 SSH_AGENT_PID=38 15:54:45 Running ssh-add (command line suppressed) 15:54:45 Identity added: /w/workspace/edgex-go/389@tmp/private_key_5324416368707547725.key (/w/workspace/edgex-go/389@tmp/private_key_5324416368707547725.key) 15:54:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:54:45 + git semver push 15:54:46 2023-01-31 15:54:46,090 [run_push] DEBUG push 15:54:46 2023-01-31 15:54:46,090 [execute] INFO git cat-file --batch-check 15:54:46 2023-01-31 15:54:46,090 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=) 15:54:46 2023-01-31 15:54:46,093 [execute] INFO git rev-list 253f6d2778ff4721714cfeeb3d93bd51cd7c6a1a -- 15:54:46 2023-01-31 15:54:46,093 [execute] DEBUG Popen(['git', 'rev-list', '253f6d2778ff4721714cfeeb3d93bd51cd7c6a1a', '--'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=None) 15:54:46 2023-01-31 15:54:46,109 [execute] INFO git fetch -v origin 15:54:46 2023-01-31 15:54:46,110 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=True, shell=None, istream=None) 15:54:46 2023-01-31 15:54:46,592 [run_push] DEBUG no remote changes detected 15:54:46 2023-01-31 15:54:46,592 [execute] INFO git push origin semver 15:54:46 2023-01-31 15:54:46,592 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=None) 15:54:47 2023-01-31 15:54:47,515 [run_push] DEBUG push all version tags 15:54:47 2023-01-31 15:54:47,516 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:54:47 2023-01-31 15:54:47,516 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=None) 15:54:48 2023-01-31 15:54:48,375 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main 15:54:48 3.0.0-dev.32 [Pipeline] } 15:54:48 $ docker exec --env ******** --env ******** 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 ssh-agent -k 15:54:48 unset SSH_AUTH_SOCK; 15:54:48 unset SSH_AGENT_PID; 15:54:48 echo Agent pid 38 killed; 15:54:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:54:49 + git semver [Pipeline] } 15:54:49 $ docker stop --time=1 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 15:54:50 $ docker rm -f --volumes 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 [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 15:54:51 + [ -d /w/workspace/edgex-go/389/archives ] [Pipeline] libraryResource [Pipeline] sh 15:54:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:54:52 ---> package-listing.sh 15:54:52 ++ facter osfamily 15:54:52 ++ tr '[:upper:]' '[:lower:]' 15:54:52 + OS_FAMILY=debian 15:54:52 + workspace=/w/workspace/edgex-go/389 15:54:52 + START_PACKAGES=/tmp/packages_start.txt 15:54:52 + END_PACKAGES=/tmp/packages_end.txt 15:54:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:54:52 + PACKAGES=/tmp/packages_start.txt 15:54:52 + '[' /w/workspace/edgex-go/389 ']' 15:54:52 + PACKAGES=/tmp/packages_end.txt 15:54:52 + case "${OS_FAMILY}" in 15:54:52 + dpkg -l 15:54:52 + grep '^ii' 15:54:52 + '[' -f /tmp/packages_start.txt ']' 15:54:52 + '[' -f /tmp/packages_end.txt ']' 15:54:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:54:52 + '[' /w/workspace/edgex-go/389 ']' 15:54:52 + mkdir -p /w/workspace/edgex-go/389/archives/ 15:54:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/389/archives/ [Pipeline] echo 15:54:52 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/389/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:54:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:54:53 15:54:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:54:53 latest: Pulling from edgex-lftools-log-publisher 15:54:53 5eb5b503b376: Pulling fs layer 15:54:53 5c69ac0246d0: Pulling fs layer 15:54:53 ec43610c2a17: Pulling fs layer 15:54:53 3a2ae6a8a46f: Pulling fs layer 15:54:53 33b1e0a273af: Pulling fs layer 15:54:53 5d3b04190fa2: Pulling fs layer 15:54:53 2f39f015ded8: Pulling fs layer 15:54:53 33b1e0a273af: Waiting 15:54:53 5d3b04190fa2: Waiting 15:54:53 2f39f015ded8: Waiting 15:54:53 3a2ae6a8a46f: Waiting 15:54:53 5c69ac0246d0: Download complete 15:54:53 3a2ae6a8a46f: Download complete 15:54:53 33b1e0a273af: Verifying Checksum 15:54:53 33b1e0a273af: Download complete 15:54:53 5d3b04190fa2: Verifying Checksum 15:54:53 5d3b04190fa2: Download complete 15:54:53 ec43610c2a17: Verifying Checksum 15:54:53 ec43610c2a17: Download complete 15:54:54 5eb5b503b376: Verifying Checksum 15:54:54 5eb5b503b376: Download complete 15:54:54 2f39f015ded8: Download complete 15:54:55 5eb5b503b376: Pull complete 15:54:55 5c69ac0246d0: Pull complete 15:54:55 ec43610c2a17: Pull complete 15:54:55 3a2ae6a8a46f: Pull complete 15:54:55 33b1e0a273af: Pull complete 15:54:56 5d3b04190fa2: Pull complete 15:55:00 2f39f015ded8: Pull complete 15:55:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:55:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:55:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:55:00 prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container 15:55:00 $ 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/389/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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@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 15:55:03 $ docker top efc7c6e9598058130a2e95e0b004592de463f91262033e233c29f02fdde75ce1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:55:03 + touch /tmp/pre-build-complete [Pipeline] sh 15:55:03 + mkdir -p /var/log/sysstat [Pipeline] sh 15:55:04 + ls /var/log/sa-host 15:55:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:55:04 provisioning config files... 15:55:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/389@tmp/config6837889362842153482tmp [Pipeline] { [Pipeline] echo 15:55:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:55:04 ---> create-netrc.sh [Pipeline] } 15:55:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:55:04 ---> python-tools-install.sh [Pipeline] echo 15:55:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:55:05 ---> sudo-logs.sh 15:55:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:55:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:55:05 ---> job-cost.sh 15:55:05 lf-activate-venv: SKIPPING 15:55:05 DEBUG: total: 0.10999999940395355 15:55:05 INFO: Retrieving Stack Cost... 15:55:06 INFO: Retrieving Pricing Info for: v3-standard-8 15:55:06 INFO: Archiving Costs [Pipeline] echo 15:55:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:55:07 ---> logs-deploy.sh 15:55:07 lf-activate-venv: SKIPPING 15:55:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/389 15:55:07 INFO: archiving workspace using pattern(s): 15:55:07 Archives upload complete. 15:55:07 INFO: archiving logs to Nexus