Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 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-ssh5900921934393367134.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-ssh10313585979867614961.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-ssh7316114785690171305.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-ssh10305726789378636160.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-ssh2758757258842510051.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9892 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/455 [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/455 # 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 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c (main) Commit message: "fix(security): Add back missing configuration to seed message-bus secrets (#4436)" > 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 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c # timeout=10 > git rev-list --no-walk d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:01:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:01:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:01:56 ========================================================= 15:01:56 EdgeX Global Pipelines Version Info 15:01:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:01:57 ------------------- 15:01:57 stable info: 15:01:57 ------------------- 15:01:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:01:57 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:01:57 Message: update stable to v1.0.244 15:01:57 ------------------- 15:01:57 experimental info: 15:01:57 ------------------- 15:01:57 Commited By: **** collab-it+edgex@linuxfoundation.org 15:01:57 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:01:57 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 15:01:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:01:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:01:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:01:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:01:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:01:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:01:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] echo 15:01:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca61b1d [Pipeline] echo 15:01:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:01:58 provisioning config files... 15:01:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config596287264845275324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:01:58 ---> docker-login.sh 15:01:58 nexus3.edgexfoundry.org:10001 15:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:58 Configure a credential helper to remove this warning. See 15:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:58 15:01:58 Login Succeeded 15:01:58 nexus3.edgexfoundry.org:10002 15:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:58 Configure a credential helper to remove this warning. See 15:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:58 15:01:58 Login Succeeded 15:01:58 nexus3.edgexfoundry.org:10003 15:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:58 Configure a credential helper to remove this warning. See 15:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:58 15:01:58 Login Succeeded 15:01:58 nexus3.edgexfoundry.org:10004 15:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:59 Configure a credential helper to remove this warning. See 15:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:59 15:01:59 Login Succeeded 15:01:59 docker.io 15:01:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:59 Configure a credential helper to remove this warning. See 15:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:59 15:01:59 Login Succeeded 15:01:59 ---> docker-login.sh ends [Pipeline] } 15:01:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:01:59 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + dirname cmd/core-command/Dockerfile 15:01:59 + echo core-command,cmd/core-command/Dockerfile 15:01:59 + + dirnamecut cmd/core-common-config-bootstrapper/Dockerfile -d/ 15:01:59 -f2 15:01:59 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 15:01:59 + dirname cmd/core-data/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo core-data,cmd/core-data/Dockerfile 15:01:59 + dirname cmd/core-metadata/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo core-metadata,cmd/core-metadata/Dockerfile 15:01:59 + dirname cmd/security-bootstrapper/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:01:59 + dirname cmd/security-proxy-auth/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 15:01:59 + + cutdirname -d/ cmd/security-proxy-setup/Dockerfile -f2 15:01:59 15:01:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:01:59 + dirname cmd/security-secretstore-setup/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:01:59 + dirname cmd/security-spiffe-token-provider/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:01:59 + dirname cmd/security-spire-agent/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:01:59 + dirname cmd/security-spire-config/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + dirname cmd/security-spire-server/Dockerfile 15:01:59 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:01:59 + dirname cmd/support-notifications/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo support-notifications,cmd/support-notifications/Dockerfile 15:01:59 + dirname cmd/support-scheduler/Dockerfile 15:01:59 + cut -d/ -f2 15:01:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 15:01:59 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:02:00 + git rev-list -1 --merges ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c~1..ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] echo 15:02:00 -----------> git rev-list -1 --merges ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c~1..ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [false] [Pipeline] sh 15:02:00 + git log --format=format:%s -1 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] echo 15:02:00 ========================================================= 15:02:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:02:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:02:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:02:00 + grep -v github /etc/ssh/ssh_known_hosts 15:02:00 + [ -e /tmp/ssh_known_hosts ] 15:02:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:02:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:02:00 + sudo tee -a /etc/ssh/ssh_known_hosts 15:02:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:02:01 15:02:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:02:01 0.1.4: Pulling from edgex-devops/py-git-semver 15:02:01 b85a868b505f: Pulling fs layer 15:02:01 e2be974225ed: Pulling fs layer 15:02:01 339a4e72a1f5: Pulling fs layer 15:02:01 988bab9f4d93: Pulling fs layer 15:02:01 1469e6f7b9e6: Pulling fs layer 15:02:01 eaf3925da568: Pulling fs layer 15:02:01 bab4dde63d76: Pulling fs layer 15:02:01 bde34c3a00c8: Pulling fs layer 15:02:01 b352a97aabf1: Pulling fs layer 15:02:01 4872d77fe225: Pulling fs layer 15:02:01 5851b861e8e6: Pulling fs layer 15:02:01 b352a97aabf1: Waiting 15:02:01 bab4dde63d76: Waiting 15:02:01 bde34c3a00c8: Waiting 15:02:01 4872d77fe225: Waiting 15:02:01 988bab9f4d93: Waiting 15:02:01 5851b861e8e6: Waiting 15:02:01 eaf3925da568: Waiting 15:02:01 1469e6f7b9e6: Waiting 15:02:01 e2be974225ed: Verifying Checksum 15:02:01 e2be974225ed: Download complete 15:02:01 988bab9f4d93: Download complete 15:02:01 1469e6f7b9e6: Verifying Checksum 15:02:01 1469e6f7b9e6: Download complete 15:02:01 eaf3925da568: Verifying Checksum 15:02:01 eaf3925da568: Download complete 15:02:01 339a4e72a1f5: Verifying Checksum 15:02:01 339a4e72a1f5: Download complete 15:02:01 bde34c3a00c8: Verifying Checksum 15:02:01 bde34c3a00c8: Download complete 15:02:01 b352a97aabf1: Download complete 15:02:01 4872d77fe225: Download complete 15:02:01 5851b861e8e6: Verifying Checksum 15:02:01 5851b861e8e6: Download complete 15:02:01 b85a868b505f: Verifying Checksum 15:02:01 b85a868b505f: Download complete 15:02:02 bab4dde63d76: Verifying Checksum 15:02:03 b85a868b505f: Pull complete 15:02:03 e2be974225ed: Pull complete 15:02:04 339a4e72a1f5: Pull complete 15:02:04 988bab9f4d93: Pull complete 15:02:04 1469e6f7b9e6: Pull complete 15:02:04 eaf3925da568: Pull complete 15:02:06 bab4dde63d76: Pull complete 15:02:06 bde34c3a00c8: Pull complete 15:02:06 b352a97aabf1: Pull complete 15:02:06 4872d77fe225: Pull complete 15:02:06 5851b861e8e6: Pull complete 15:02:06 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:02:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:02:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:06 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:02:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:02:08 $ docker top 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 -eo pid,comm 15:02:08 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:02:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:02:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:02:08 [ssh-agent] Looking for ssh-agent implementation... 15:02:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:02:09 $ docker exec 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 ssh-agent 15:02:09 SSH_AUTH_SOCK=/tmp/ssh-yaSfUQ2O8wM8/agent.33 15:02:09 SSH_AGENT_PID=39 15:02:09 Running ssh-add (command line suppressed) 15:02:09 Identity added: /w/workspace/edgex-go/455@tmp/private_key_12895669538353312140.key (/w/workspace/edgex-go/455@tmp/private_key_12895669538353312140.key) 15:02:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:02:09 + git tag --points-at HEAD [Pipeline] } 15:02:09 $ docker exec --env ******** --env ******** 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 ssh-agent -k 15:02:09 unset SSH_AUTH_SOCK; 15:02:09 unset SSH_AGENT_PID; 15:02:09 echo Agent pid 39 killed; 15:02:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:02:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:02:09 [ssh-agent] Looking for ssh-agent implementation... 15:02:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:02:09 $ docker exec 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 ssh-agent 15:02:09 SSH_AUTH_SOCK=/tmp/ssh-SCNwibfQfAWS/agent.71 15:02:09 SSH_AGENT_PID=77 15:02:09 Running ssh-add (command line suppressed) 15:02:10 Identity added: /w/workspace/edgex-go/455@tmp/private_key_12671674161814243865.key (/w/workspace/edgex-go/455@tmp/private_key_12671674161814243865.key) 15:02:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:02:10 + git semver init 15:02:10 2023-03-13 15:02:10,480 [run_init] DEBUG init version:0.0.0 force:False 15:02:10 2023-03-13 15:02:10,481 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/455/.semver 15:02:10 2023-03-13 15:02:10,481 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/455/.semver 15:02:10 2023-03-13 15:02:10,481 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/455/.semver'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=None) 15:02:15 2023-03-13 15:02:15,013 [append_file] DEBUG append to file:/w/workspace/edgex-go/455/.git/info/exclude 15:02:15 2023-03-13 15:02:15,015 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/455/.semver/main with force:False 15:02:15 2023-03-13 15:02:15,015 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main 15:02:15 2023-03-13 15:02:15,015 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main 15:02:15 3.0.0-dev.93 [Pipeline] } 15:02:15 $ docker exec --env ******** --env ******** 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 ssh-agent -k 15:02:15 unset SSH_AUTH_SOCK; 15:02:15 unset SSH_AGENT_PID; 15:02:15 echo Agent pid 77 killed; 15:02:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:02:16 + git semver [Pipeline] } 15:02:16 $ docker stop --time=1 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 15:02:17 $ docker rm -f --volumes 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 [Pipeline] // withDockerContainer [Pipeline] sh 15:02:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:02:18 Stashed 1 file(s) [Pipeline] echo 15:02:18 [edgeXSemver]: initialized semver on version 3.0.0-dev.93 [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:02:18 + git config --global --add safe.directory /w/workspace/edgex-go/455 [Pipeline] echo 15:02:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:02:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:02:18 ========================================================= 15:02:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:02:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:02:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:02:19 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:02:19 213ec9aee27d: Pulling fs layer 15:02:19 4583459ba037: Pulling fs layer 15:02:19 93c1e223e6f2: Pulling fs layer 15:02:19 53926ce57604: Pulling fs layer 15:02:19 21b2b0c7a3f4: Pulling fs layer 15:02:19 22ff95d597cd: Pulling fs layer 15:02:19 12d6caf4c0d1: Pulling fs layer 15:02:19 96b7cbca73a9: Pulling fs layer 15:02:19 a7acece74701: Pulling fs layer 15:02:19 53926ce57604: Waiting 15:02:19 22ff95d597cd: Waiting 15:02:19 12d6caf4c0d1: Waiting 15:02:19 96b7cbca73a9: Waiting 15:02:19 a7acece74701: Waiting 15:02:19 21b2b0c7a3f4: Waiting 15:02:19 93c1e223e6f2: Verifying Checksum 15:02:19 93c1e223e6f2: Download complete 15:02:19 4583459ba037: Verifying Checksum 15:02:19 4583459ba037: Download complete 15:02:19 21b2b0c7a3f4: Download complete 15:02:19 22ff95d597cd: Verifying Checksum 15:02:19 22ff95d597cd: Download complete 15:02:19 213ec9aee27d: Verifying Checksum 15:02:19 12d6caf4c0d1: Verifying Checksum 15:02:19 12d6caf4c0d1: Download complete 15:02:19 213ec9aee27d: Pull complete 15:02:19 4583459ba037: Pull complete 15:02:19 93c1e223e6f2: Pull complete 15:02:19 a7acece74701: Verifying Checksum 15:02:19 a7acece74701: Download complete 15:02:19 96b7cbca73a9: Verifying Checksum 15:02:19 96b7cbca73a9: Download complete 15:02:19 53926ce57604: Verifying Checksum 15:02:19 53926ce57604: Download complete 15:02:24 53926ce57604: Pull complete 15:02:24 21b2b0c7a3f4: Pull complete 15:02:24 22ff95d597cd: Pull complete 15:02:24 12d6caf4c0d1: Pull complete 15:02:25 96b7cbca73a9: Pull complete 15:02:26 a7acece74701: Pull complete 15:02:26 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:02:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:02:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:02:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:02:27 WORKDIR /edgex 15:02:27 COPY go.mod . 15:02:27 RUN go mod download 15:02:27 + docker build -t ci-base-image-x86_64 -f - . 15:02:27 Sending build context to Docker daemon 170.4MB 15:02:27 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:02:27 ---> db6d94c90886 15:02:27 Step 2/4 : WORKDIR /edgex 15:02:31 ---> Running in 2ed1c2c900b6 15:02:31 Removing intermediate container 2ed1c2c900b6 15:02:31 ---> 6dd1c4fa1811 15:02:31 Step 3/4 : COPY go.mod . 15:02:31 ---> ff0becd3f089 15:02:31 Step 4/4 : RUN go mod download 15:02:31 ---> Running in 57bab360ba30 15:02:33 Still waiting to schedule task 15:02:33 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:02:46 Removing intermediate container 57bab360ba30 15:02:46 ---> 49c5ddee03e9 15:02:46 Successfully built 49c5ddee03e9 15:02:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:46 + docker inspect -f . ci-base-image-x86_64 15:02:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:46 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:02:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:02:46 $ docker top 834f9ad4923282235e641aca70f61e982131e3a276ebd6f6eb93ce8774b779d0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:47 + go version 15:02:47 go version go1.18.7 linux/amd64 [Pipeline] } 15:02:47 $ docker stop --time=1 834f9ad4923282235e641aca70f61e982131e3a276ebd6f6eb93ce8774b779d0 15:02:48 $ docker rm -f --volumes 834f9ad4923282235e641aca70f61e982131e3a276ebd6f6eb93ce8774b779d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:48 + docker inspect -f . ci-base-image-x86_64 15:02:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:49 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:02:49 $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:02:49 $ docker top 5d61bd7fbc3524c8ab8887ac050bf71817dd9f0b6985243b5d02869b479d38a3 -eo pid,comm [Pipeline] { [Pipeline] echo 15:02:49 ========================================================= 15:02:49 [edgeXBuildGoParallel] Running Tests and Build... 15:02:49 ========================================================= [Pipeline] sh 15:02:49 + git config --global --add safe.directory /w/workspace/edgex-go/455 [Pipeline] fileExists [Pipeline] sh 15:02:50 + make test 15:02:50 go test -race -coverprofile=coverage.out ./... 15:02:56 ? github.com/edgexfoundry/edgex-go [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:03:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements 15:03:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:03:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:03:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.114s coverage: 98.5% of statements 15:03:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.136s coverage: 71.2% of statements 15:03:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:03:14 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:03:14 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:03:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.0% of statements 15:03:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:03:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.219s coverage: 88.5% of statements 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.075s coverage: 3.9% of statements 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.495s coverage: 95.6% of statements 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/io 0.069s coverage: 72.2% of statements 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.061s coverage: 65.9% of statements 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.107s coverage: 0.9% of statements 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 29.0% of statements 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 45.5% of statements 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.109s coverage: 82.9% of statements 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 15:03:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.385s coverage: 79.9% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.110s coverage: 92.9% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 81.2% of statements 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 82.1% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 84.8% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.216s coverage: 63.1% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 38.4% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.064s coverage: 84.8% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.090s coverage: 17.7% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.173s coverage: 92.3% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.078s coverage: 61.5% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:03:38 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:03:56 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:03:56 go vet ./... 15:04:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:04:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:04:00 ./bin/test-attribution-txt.sh [Pipeline] echo 15:04:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:04:01 + ls -al . 15:04:01 total 704 15:04:01 drwxrwxr-x 11 1001 1001 4096 Mar 13 15:02 . 15:04:01 drwxr-xr-x 4 root root 4096 Mar 13 15:02 .. 15:04:01 drwxrwxr-x 2 1001 1001 4096 Mar 13 15:01 .blubracket 15:04:01 -rw-rw-r-- 1 1001 1001 16 Mar 13 15:01 .dockerignore 15:04:01 drwxrwxr-x 8 1001 1001 4096 Mar 13 15:03 .git 15:04:01 drwxrwxr-x 3 1001 1001 4096 Mar 13 15:01 .github 15:04:01 -rw-rw-r-- 1 1001 1001 1133 Mar 13 15:01 .gitignore 15:04:01 -rw-rw-r-- 1 1001 1001 42 Mar 13 15:01 .golangci.yml 15:04:01 -rw-rw-r-- 1 1001 1001 87 Mar 13 15:01 .hadolint.yml 15:04:01 drwxr-xr-x 3 1001 1001 4096 Mar 13 15:02 .semver 15:04:01 -rw-rw-r-- 1 1001 1001 166 Mar 13 15:01 .sonarcloud.properties 15:04:01 -rw-rw-r-- 1 1001 1001 1171 Mar 13 15:01 ADOPTERS.md 15:04:01 -rw-rw-r-- 1 1001 1001 10825 Mar 13 15:01 Attribution.txt 15:04:01 -rw-rw-r-- 1 1001 1001 73765 Mar 13 15:01 CHANGELOG.md 15:04:01 -rw-rw-r-- 1 1001 1001 3804 Mar 13 15:01 CONTRIBUTING.md 15:04:01 -rw-rw-r-- 1 1001 1001 677 Mar 13 15:01 GOVERNANCE.md 15:04:01 -rw-rw-r-- 1 1001 1001 883 Mar 13 15:01 Jenkinsfile 15:04:01 -rw-rw-r-- 1 1001 1001 10775 Mar 13 15:01 LICENSE 15:04:01 -rw-rw-r-- 1 1001 1001 14232 Mar 13 15:01 Makefile 15:04:01 -rw-rw-r-- 1 1001 1001 582 Mar 13 15:01 OWNERS.md 15:04:01 -rw-rw-r-- 1 1001 1001 9403 Mar 13 15:01 README.md 15:04:01 -rw-rw-r-- 1 1001 1001 789 Mar 13 15:01 SECURITY.md 15:04:01 -rw-rw-r-- 1 1001 1001 12 Mar 13 15:02 VERSION 15:04:01 drwxrwxr-x 2 1001 1001 4096 Mar 13 15:01 bin 15:04:01 drwxrwxr-x 18 1001 1001 4096 Mar 13 15:01 cmd 15:04:01 -rw-r--r-- 1 root root 447487 Mar 13 15:03 coverage.out 15:04:01 -rw-rw-r-- 1 1001 1001 3232 Mar 13 15:01 go.mod 15:04:01 -rw-rw-r-- 1 1001 1001 31098 Mar 13 15:01 go.sum 15:04:01 drwxrwxr-x 7 1001 1001 4096 Mar 13 15:01 internal 15:04:01 drwxrwxr-x 3 1001 1001 4096 Mar 13 15:01 openapi 15:04:01 -rw-rw-r-- 1 1001 1001 594 Mar 13 15:01 security.txt 15:04:01 drwxrwxr-x 4 1001 1001 4096 Mar 13 15:01 snap 15:04:01 -rw-rw-r-- 1 1001 1001 204 Mar 13 15:01 version.go [Pipeline] sh 15:04:01 + '[' -e coverage.out ] 15:04:01 + chown 1001:1001 coverage.out [Pipeline] stash 15:04:01 Stashed 1 file(s) [Pipeline] sh 15:04:01 + make build 15:04:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:04:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:04:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9893 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 15:04:14 Running in /w/workspace/edgex-go/455 [Pipeline] { [Pipeline] checkout 15:04:14 The recommended git tool is: git 15:04:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:04:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:04:16 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:04:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:04:24 using credential edgex-jenkins-ssh 15:04:24 Cloning the remote Git repository 15:04:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:04:24 > git init /w/workspace/edgex-go/455 # timeout=10 15:04:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:04:24 > git --version # timeout=10 15:04:24 > git --version # 'git version 2.25.1' 15:04:24 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:04:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:04:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:04:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:04:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:04:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:04:31 $ docker stop --time=1 5d61bd7fbc3524c8ab8887ac050bf71817dd9f0b6985243b5d02869b479d38a3 15:04:35 $ docker rm -f --volumes 5d61bd7fbc3524c8ab8887ac050bf71817dd9f0b6985243b5d02869b479d38a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:04:36 15:04:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:04:36 latest: Pulling from edgex-devops/edgex-compose 15:04:36 cbdbe7a5bc2a: Pulling fs layer 15:04:36 ca9280d653b3: Pulling fs layer 15:04:36 7e9c9ca2126c: Pulling fs layer 15:04:36 cbdbe7a5bc2a: Verifying Checksum 15:04:36 cbdbe7a5bc2a: Download complete 15:04:36 ca9280d653b3: Verifying Checksum 15:04:36 ca9280d653b3: Download complete 15:04:36 cbdbe7a5bc2a: Pull complete 15:04:36 7e9c9ca2126c: Download complete 15:04:36 ca9280d653b3: Pull complete 15:04:40 7e9c9ca2126c: Pull complete 15:04:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:04:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:04:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:04:40 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:04:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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:04:42 $ docker top 057028bb725254d47307a9dd181d01a75ce1c8f262594283248c6cbdae62f4a5 -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:42 + grep parallel 15:04:42 + docker-compose build --help 15:04:42 Avoid second fetch 15:04:42 Checking out Revision ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c (main) 15:04:43 --parallel Build images in parallel. [Pipeline] } 15:04:43 $ docker stop --time=1 057028bb725254d47307a9dd181d01a75ce1c8f262594283248c6cbdae62f4a5 15:04:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:04:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:42 > git config core.sparsecheckout # timeout=10 15:04:42 > git checkout -f ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c # timeout=10 15:04:43 Commit message: "fix(security): Add back missing configuration to seed message-bus secrets (#4436)" 15:04:44 $ docker rm -f --volumes 057028bb725254d47307a9dd181d01a75ce1c8f262594283248c6cbdae62f4a5 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:04:45 . [Pipeline] } [Pipeline] // withEnv 15:04:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:04:45 % Total % Received % Xferd Average Speed Time Time Time Current 15:04:45 Dload Upload Total Spent Left Speed 15:04:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78226 0 --:--:-- --:--:-- --:--:-- 78226 [Pipeline] withDockerContainer 15:04:45 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:04:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:04:45 $ docker top bb30bee136a3241f0d18900e9220faa8508a11696cbc4c898fc8e19ae51a1752 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 15:04:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:04:45 + docker-compose -f ./docker-compose-build.yml build --parallel 15:04:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:04:46 + sudo tee /etc/docker/daemon.new 15:04:46 { 15:04:46 "registry-mirrors": [ 15:04:46 "https://nexus3.edgexfoundry.org:10001" 15:04:46 ], 15:04:46 "bip": "10.250.0.254/24", 15:04:46 "hosts": [ 15:04:46 "tcp://0.0.0.0:5555", 15:04:46 "unix:///var/run/docker.sock" 15:04:46 ], 15:04:46 "mtu": 1458, 15:04:46 "selinux-enabled": true, 15:04:46 "seccomp-profile": "/etc/docker/seccomp.json" 15:04:46 } [Pipeline] sh 15:04:46 Building core-command ... 15:04:46 Building core-common-config-bootstrapper ... 15:04:46 Building core-data ... 15:04:46 Building core-metadata ... 15:04:46 Building security-bootstrapper ... 15:04:46 Building security-proxy-auth ... 15:04:46 Building security-proxy-setup ... 15:04:46 Building security-secretstore-setup ... 15:04:46 Building security-spiffe-token-provider ... 15:04:46 Building security-spire-agent ... 15:04:46 Building security-spire-config ... 15:04:46 Building security-spire-server ... 15:04:46 Building support-notifications ... 15:04:46 Building support-scheduler ... 15:04:46 Building core-common-config-bootstrapper 15:04:46 Building security-proxy-setup 15:04:46 Building security-proxy-auth 15:04:46 Building support-scheduler 15:04:46 Building support-notifications 15:04:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:04:46 + sudo service docker restart 15:04:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:04:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:04:58 ---> 49c5ddee03e9 15:04:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:04:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:04:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:04:58 ---> 49c5ddee03e9 15:04:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:04:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:04:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:04:58 ---> 49c5ddee03e9 15:04:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:04:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:04:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:04:58 ---> 49c5ddee03e9 15:04:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:04:58 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:04:58 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:04:58 ---> 49c5ddee03e9 15:04:58 Step 3/20 : WORKDIR /edgex-go 15:05:02 ---> Running in 2161bcc0f0db 15:05:02 ---> Running in 52e582d688f5 15:05:02 ---> Running in 59970615f03a 15:05:02 ---> Running in 7a0f58b0d336 15:05:02 ---> Running in 6917a6fb0abb 15:05:02 Removing intermediate container 2161bcc0f0db 15:05:02 ---> 90ace75f8225 15:05:02 Step 4/22 : WORKDIR /edgex-go 15:05:02 Removing intermediate container 7a0f58b0d336 15:05:02 ---> 96df1c0df638 15:05:02 Step 4/22 : WORKDIR /edgex-go 15:05:02 Removing intermediate container 59970615f03a 15:05:02 ---> 1e0e4a293052 15:05:02 Step 4/22 : WORKDIR /edgex-go 15:05:02 Removing intermediate container 52e582d688f5 15:05:02 ---> 75a2233bec7d 15:05:02 Step 4/22 : WORKDIR /edgex-go 15:05:02 Removing intermediate container 6917a6fb0abb 15:05:02 ---> 1d94d9777567 15:05:02 Step 4/20 : RUN apk add --update --no-cache make git 15:05:03 ---> Running in 57e429bbbffb 15:05:03 ---> Running in d16d6ac09c74 15:05:03 ---> Running in 8543a1651557 15:05:03 ---> Running in de04a0f2dbd5 15:05:03 ---> Running in 1065b8c20261 15:05:03 Removing intermediate container 57e429bbbffb 15:05:03 ---> d1d936cb5b2d 15:05:03 Step 5/22 : RUN apk add --update --no-cache make git 15:05:03 Removing intermediate container d16d6ac09c74 15:05:03 ---> d7b3abad98af 15:05:03 Step 5/22 : RUN apk add --update --no-cache make git 15:05:03 Removing intermediate container de04a0f2dbd5 15:05:03 ---> 280079703e52 15:05:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:05:03 Removing intermediate container 8543a1651557 15:05:03 ---> 61c39cde82e9 15:05:03 Step 5/22 : RUN apk add --update --no-cache make git 15:05:03 ---> Running in d4b929ea149c 15:05:03 ---> Running in e87a0cfb5497 15:05:03 ---> Running in 1f6c005d116b 15:05:03 ---> Running in f3c2220af643 15:05:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:04 OK: 211 MiB in 51 packages 15:05:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:04 OK: 211 MiB in 51 packages 15:05:04 OK: 211 MiB in 51 packages 15:05:04 OK: 211 MiB in 51 packages 15:05:04 OK: 211 MiB in 51 packages 15:05:04 Removing intermediate container 1065b8c20261 15:05:04 ---> fe97fc52ec9f 15:05:04 Step 5/20 : COPY go.mod vendor* ./ 15:05:04 ---> 37de0e0bc83a 15:05:04 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:04 ---> Running in 46c24e127233 15:05:04 Removing intermediate container e87a0cfb5497 15:05:04 ---> c0c5f142e081 15:05:04 Step 6/22 : COPY go.mod vendor* ./ 15:05:04 ---> e3e979dd8c39 15:05:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:04 ---> Running in 6c4d6f8a39f2 15:05:04 Removing intermediate container f3c2220af643 15:05:04 ---> 86d7210ff5ae 15:05:04 Step 6/22 : COPY go.mod vendor* ./ 15:05:04 Removing intermediate container 1f6c005d116b 15:05:04 ---> 76f81369d6b8 15:05:04 Step 6/22 : COPY go.mod vendor* ./ 15:05:04 Removing intermediate container d4b929ea149c 15:05:04 ---> 78ef002f5086 15:05:04 Step 6/22 : COPY go.mod vendor* ./ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:05:05 provisioning config files... 15:05:05 ---> 0f1b42a13cd5 15:05:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:05 ---> 3feba9bd1f65 15:05:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:05 ---> Running in cf0995262d9e 15:05:05 ---> Running in 191faeb4aa37 15:05:05 ---> db7d7c3e7467 15:05:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:05 ---> Running in 0b098c1bf310 15:05:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config18322524172109955704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:05:05 ---> docker-login.sh 15:05:05 nexus3.edgexfoundry.org:10001 15:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:06 Configure a credential helper to remove this warning. See 15:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:06 15:05:06 Login Succeeded 15:05:06 nexus3.edgexfoundry.org:10002 15:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:06 Configure a credential helper to remove this warning. See 15:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:06 15:05:06 Login Succeeded 15:05:06 nexus3.edgexfoundry.org:10003 15:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:06 Configure a credential helper to remove this warning. See 15:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:06 15:05:06 Login Succeeded 15:05:06 nexus3.edgexfoundry.org:10004 15:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:07 Configure a credential helper to remove this warning. See 15:05:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:07 15:05:07 Login Succeeded 15:05:07 docker.io 15:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:07 Configure a credential helper to remove this warning. See 15:05:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:07 15:05:07 Login Succeeded 15:05:07 ---> docker-login.sh ends [Pipeline] } 15:05:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 15:05:08 + git config --global --add safe.directory /w/workspace/edgex-go/455 [Pipeline] echo 15:05:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:05:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:05:08 ========================================================= 15:05:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:05:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:05:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:05:08 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:05:08 9b18e9b68314: Pulling fs layer 15:05:08 35d82f9e3411: Pulling fs layer 15:05:08 e16973657156: Pulling fs layer 15:05:08 fc693d55d65f: Pulling fs layer 15:05:08 7e9fc2657dce: Pulling fs layer 15:05:08 dda99020689f: Pulling fs layer 15:05:08 db1c61fa0a46: Pulling fs layer 15:05:08 891c053d2c06: Pulling fs layer 15:05:08 7e9fc2657dce: Waiting 15:05:08 dda99020689f: Waiting 15:05:08 db1c61fa0a46: Waiting 15:05:08 891c053d2c06: Waiting 15:05:08 fc693d55d65f: Waiting 15:05:08 e16973657156: Verifying Checksum 15:05:08 35d82f9e3411: Verifying Checksum 15:05:08 35d82f9e3411: Download complete 15:05:08 7e9fc2657dce: Verifying Checksum 15:05:08 7e9fc2657dce: Download complete 15:05:08 dda99020689f: Verifying Checksum 15:05:08 dda99020689f: Download complete 15:05:08 9b18e9b68314: Verifying Checksum 15:05:09 9b18e9b68314: Pull complete 15:05:09 891c053d2c06: Verifying Checksum 15:05:09 891c053d2c06: Download complete 15:05:10 35d82f9e3411: Pull complete 15:05:10 e16973657156: Pull complete 15:05:11 db1c61fa0a46: Verifying Checksum 15:05:11 db1c61fa0a46: Download complete 15:05:11 fc693d55d65f: Verifying Checksum 15:05:11 fc693d55d65f: Download complete 15:05:23 fc693d55d65f: Pull complete 15:05:23 7e9fc2657dce: Pull complete 15:05:23 dda99020689f: Pull complete 15:05:29 db1c61fa0a46: Pull complete 15:05:31 891c053d2c06: Pull complete 15:05:31 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:05:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:05:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:05:32 + docker build -t ci-base-image-arm64 -f - . 15:05:32 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:05:32 WORKDIR /edgex 15:05:32 COPY go.mod . 15:05:32 RUN go mod download 15:05:32 Sending build context to Docker daemon 2.946MB 15:05:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:05:32 ---> f96f9c87975a 15:05:32 Step 2/4 : WORKDIR /edgex 15:05:34 ---> Running in b8dbaad15725 15:05:34 Removing intermediate container b8dbaad15725 15:05:34 ---> 19f2b2e43cb8 15:05:34 Step 3/4 : COPY go.mod . 15:05:35 ---> a42919b1d1cf 15:05:35 Step 4/4 : RUN go mod download 15:05:35 ---> Running in 8087eccdcd9f 15:05:51 Removing intermediate container 191faeb4aa37 15:05:51 ---> 948a1325881b 15:05:51 Step 8/22 : COPY . . 15:05:51 Removing intermediate container 46c24e127233 15:05:51 ---> 3885cb4e2cf9 15:05:51 Step 7/20 : COPY . . 15:05:51 Removing intermediate container cf0995262d9e 15:05:51 ---> cce023968bea 15:05:51 Step 8/22 : COPY . . 15:05:51 Removing intermediate container 6c4d6f8a39f2 15:05:51 ---> e67948e14a7c 15:05:51 Step 8/22 : COPY . . 15:05:51 Removing intermediate container 0b098c1bf310 15:05:51 ---> 1cf8008337e0 15:05:51 Step 8/22 : COPY . . 15:06:06 ---> 55b1b096437d 15:06:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:06:06 ---> Running in ac6f677fc93b 15:06:06 ---> b673f4026425 15:06:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:06:06 ---> 64f8b523c7fb 15:06:06 Step 8/20 : RUN make cmd/secrets-config/secrets-config 15:06:06 ---> f970c171244f 15:06:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 15:06:06 ---> 8fee5db6b9f0 15:06:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:06:06 ---> Running in 8f5e5a5e41b3 15:06:06 ---> Running in ae1d60cba98f 15:06:06 ---> Running in 9c3c4d54514f 15:06:06 ---> Running in cfe718978387 15:06:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:06:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:06:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:06:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:06:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:06:07 Removing intermediate container 8087eccdcd9f 15:06:07 ---> 7ac2966e086c 15:06:07 Successfully built 7ac2966e086c 15:06:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:08 + docker inspect -f . ci-base-image-arm64 15:06:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:08 prd-ubuntu20.04-docker-arm64-4c-16g-9893 does not seem to be running inside a container 15:06:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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:06:09 $ docker top 68f309457a5632240985236d2372d8af55eef1bf81dd0ee3c44ff3610a6beaf1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:10 + go version 15:06:10 go version go1.18.7 linux/arm64 [Pipeline] } 15:06:10 $ docker stop --time=1 68f309457a5632240985236d2372d8af55eef1bf81dd0ee3c44ff3610a6beaf1 15:06:12 $ docker rm -f --volumes 68f309457a5632240985236d2372d8af55eef1bf81dd0ee3c44ff3610a6beaf1 [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:06:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:06:12 15:06:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:06:13 latest: Pulling from edgex-devops/edgex-compose-arm64 15:06:13 29e5d40040c1: Pulling fs layer 15:06:13 1ce36da41761: Pulling fs layer 15:06:13 25b303627fd3: Pulling fs layer 15:06:13 29e5d40040c1: Download complete 15:06:13 1ce36da41761: Verifying Checksum 15:06:13 1ce36da41761: Download complete 15:06:13 29e5d40040c1: Pull complete 15:06:15 1ce36da41761: Pull complete 15:06:15 25b303627fd3: Verifying Checksum 15:06:15 25b303627fd3: Download complete 15:06:25 25b303627fd3: Pull complete 15:06:25 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:06:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:06:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:25 prd-ubuntu20.04-docker-arm64-4c-16g-9893 does not seem to be running inside a container 15:06:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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:06:27 $ docker top 11b501612e94564409ff6a413b4832568494c4f50097cb91476620e87fdb57d9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:28 + docker-compose build --help 15:06:28 + grep parallel 15:06:32 --parallel Build images in parallel. [Pipeline] } 15:06:32 $ docker stop --time=1 11b501612e94564409ff6a413b4832568494c4f50097cb91476620e87fdb57d9 15:06:34 $ docker rm -f --volumes 11b501612e94564409ff6a413b4832568494c4f50097cb91476620e87fdb57d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:06:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:35 prd-ubuntu20.04-docker-arm64-4c-16g-9893 does not seem to be running inside a container 15:06:35 $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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:06:36 $ docker top 64491d2c6d1f1ce76cec4f55f8efe81527ad36e95c9ce1a87a6b855f1240cc35 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:37 + docker-compose -f ./docker-compose-build.yml build --parallel 15:06:41 Building core-command ... 15:06:41 Building core-common-config-bootstrapper ... 15:06:41 Building core-data ... 15:06:41 Building core-metadata ... 15:06:41 Building security-bootstrapper ... 15:06:41 Building security-proxy-auth ... 15:06:41 Building security-proxy-setup ... 15:06:41 Building security-secretstore-setup ... 15:06:41 Building security-spiffe-token-provider ... 15:06:41 Building security-spire-agent ... 15:06:41 Building security-spire-config ... 15:06:41 Building security-spire-server ... 15:06:41 Building support-notifications ... 15:06:41 Building support-scheduler ... 15:06:41 Building security-spire-agent 15:06:41 Building security-bootstrapper 15:06:41 Building security-spire-server 15:06:41 Building support-scheduler 15:06:41 Building core-metadata 15:06:46 Removing intermediate container ae1d60cba98f 15:06:46 ---> 9f2fe519c236 15:06:46 15:06:46 Step 9/20 : FROM alpine:3.16 15:06:46 3.16: Pulling from library/alpine 15:06:49 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:06:50 Status: Downloaded newer image for alpine:3.16 15:06:50 ---> dfd21b5a31f5 15:06:50 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 15:06:51 ---> Running in a7499482f7c8 15:06:51 Removing intermediate container 9c3c4d54514f 15:06:51 ---> 50ddb8bb740c 15:06:51 15:06:51 Step 10/22 : FROM alpine:3.16 15:06:51 ---> dfd21b5a31f5 15:06:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:06:51 Removing intermediate container cfe718978387 15:06:51 ---> 312dc07f2fbe 15:06:51 15:06:51 Step 10/22 : FROM alpine:3.16 15:06:51 ---> dfd21b5a31f5 15:06:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:06:51 ---> Running in 98111c85238e 15:06:51 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:06:51 ---> 7ac2966e086c 15:06:51 Step 3/24 : WORKDIR /edgex-go 15:06:51 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:06:51 ---> 7ac2966e086c 15:06:51 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:06:51 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:51 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:06:51 ---> 7ac2966e086c 15:06:51 Step 3/32 : WORKDIR /edgex-go 15:06:51 ---> Running in ae11ec6f7e9e 15:06:51 ---> Running in 3ad86eeae14d 15:06:51 ---> Running in 2b11c611b564 15:06:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:06:51 ---> 7ac2966e086c 15:06:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:06:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:51 ---> 7ac2966e086c 15:06:51 Step 3/23 : WORKDIR /edgex-go 15:06:51 ---> Running in dfe698506c78 15:06:51 ---> Running in bfe776afc2c8 15:06:51 Removing intermediate container 3ad86eeae14d 15:06:51 ---> 4dbb0aa47c53 15:06:51 Step 4/24 : WORKDIR /edgex-go 15:06:51 Removing intermediate container ac6f677fc93b 15:06:51 ---> 7a551aa55b7e 15:06:51 15:06:51 Step 10/22 : FROM alpine:3.16 15:06:51 ---> dfd21b5a31f5 15:06:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:06:51 Removing intermediate container 8f5e5a5e41b3 15:06:51 ---> 3c40af3f852a 15:06:51 15:06:51 Step 10/22 : FROM alpine:3.16 15:06:51 ---> dfd21b5a31f5 15:06:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:06:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:51 ---> Running in 280d743db73b 15:06:51 ---> Running in bb890988a08e 15:06:51 ---> Running in a14603ecd016 15:06:51 Removing intermediate container 98111c85238e 15:06:51 ---> ba9e1f63b44a 15:06:51 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:06:51 ---> Running in ef9216a5f886 15:06:51 Removing intermediate container 280d743db73b 15:06:51 ---> b5911f9740d8 15:06:51 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:06:51 ---> Running in 0866cd9722d6 15:06:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:51 (1/2) Installing dumb-init (1.2.5-r1) 15:06:51 (2/2) Installing openssl (1.1.1t-r0) 15:06:51 Executing busybox-1.35.0-r17.trigger 15:06:51 Removing intermediate container ae11ec6f7e9e 15:06:51 ---> d1b7f7289955 15:06:51 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:06:51 Removing intermediate container 2b11c611b564 15:06:51 ---> 1e88ae99eaee 15:06:51 Step 4/32 : RUN apk add --update --no-cache make git 15:06:51 ---> Running in 9cd3a3c40ef2 15:06:51 ---> Running in 4a27940d3278 15:06:51 ---> Running in 7cd8830601d1 15:06:52 OK: 6 MiB in 16 packages 15:06:52 Removing intermediate container dfe698506c78 15:06:52 ---> f4232dfe4060 15:06:52 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:06:52 Removing intermediate container bfe776afc2c8 15:06:52 ---> 5c203f20c41e 15:06:52 Step 4/22 : WORKDIR /edgex-go 15:06:52 ---> Running in fb070a1756d3 15:06:52 ---> Running in ac6f746943b8 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 Removing intermediate container 9cd3a3c40ef2 15:06:52 ---> 03eac702293b 15:06:52 Step 5/24 : RUN apk add --update --no-cache make git 15:06:52 (1/1) Installing dumb-init (1.2.5-r1) 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 Executing busybox-1.35.0-r17.trigger 15:06:52 (1/2) Installing ca-certificates (20220614-r0) 15:06:52 OK: 6 MiB in 15 packages 15:06:52 Removing intermediate container a7499482f7c8 15:06:52 ---> ccb2d24f9384 15:06:52 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:06:52 (2/2) Installing dumb-init (1.2.5-r1) 15:06:52 Executing busybox-1.35.0-r17.trigger 15:06:52 ---> Running in 60681084c921 15:06:52 Executing ca-certificates-20220614-r0.trigger 15:06:52 OK: 6 MiB in 16 packages 15:06:52 Removing intermediate container 60681084c921 15:06:52 ---> 8afcfe5878c9 15:06:52 Step 12/20 : WORKDIR /edgex 15:06:52 (1/1) Installing dumb-init (1.2.5-r1) 15:06:52 Executing busybox-1.35.0-r17.trigger 15:06:52 OK: 6 MiB in 15 packages 15:06:52 ---> Running in f072a851f578 15:06:52 (1/1) Installing dumb-init (1.2.5-r1) 15:06:52 Executing busybox-1.35.0-r17.trigger 15:06:52 OK: 6 MiB in 15 packages 15:06:52 ---> Running in c8ed55ded87c 15:06:52 Removing intermediate container f072a851f578 15:06:52 ---> 92d3762ea0b7 15:06:52 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 15:06:52 ---> d40b0f947ea3 15:06:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:06:52 Removing intermediate container a14603ecd016 15:06:52 ---> 555a64b02b99 15:06:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:06:52 ---> Running in bd17743d1ed1 15:06:53 Removing intermediate container ac6f746943b8 15:06:53 ---> 987acd3c9374 15:06:53 Step 5/22 : RUN apk add --update --no-cache make git 15:06:53 ---> Running in 37688e6c31e0 15:06:53 Removing intermediate container bd17743d1ed1 15:06:53 ---> 763db8c46f21 15:06:53 Step 13/22 : ENV APP_PORT=59861 15:06:53 Removing intermediate container bb890988a08e 15:06:53 ---> 3aa0d54ae34d 15:06:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:06:53 ---> c3953a601b69 15:06:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:06:53 ---> Running in e64c14715611 15:06:53 ---> Running in bb80325d79df 15:06:53 Removing intermediate container ef9216a5f886 15:06:53 ---> 4dd3b3f9383c 15:06:53 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:53 Removing intermediate container e64c14715611 15:06:53 ---> 05adb60cea4a 15:06:53 Step 14/22 : EXPOSE $APP_PORT 15:06:53 ---> Running in 3f7c3024531e 15:06:53 Removing intermediate container bb80325d79df 15:06:53 ---> 9b7adabbcf0f 15:06:53 Step 13/22 : ENV APP_PORT=59860 15:06:53 Removing intermediate container 0866cd9722d6 15:06:53 ---> c3ffc0f914b7 15:06:53 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:53 ---> 76771eb0424d 15:06:53 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:06:53 ---> Running in 7bf00bf34824 15:06:53 ---> Running in 8eec9446bb63 15:06:53 Removing intermediate container 3f7c3024531e 15:06:53 ---> a14fb1977c7c 15:06:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:53 ---> da4cbbe2ac0b 15:06:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 15:06:53 Removing intermediate container 7bf00bf34824 15:06:53 ---> 23c94b5bb25a 15:06:53 Step 14/22 : EXPOSE $APP_PORT 15:06:53 ---> Running in 3279e886506d 15:06:53 ---> bacefdb15a17 15:06:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:06:53 Removing intermediate container 3279e886506d 15:06:53 ---> f36fb90470e6 15:06:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:53 ---> 1a746df6d65f 15:06:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:06:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:54 ---> f6c5389f044b 15:06:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 15:06:54 ---> 46fb0b3fa962 15:06:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:06:54 ---> 569b363c1ec5 15:06:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:06:54 ---> 681b9b312f11 15:06:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:06:54 Removing intermediate container 8eec9446bb63 15:06:54 ---> 95e6906000fa 15:06:54 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 15:06:54 ---> Running in fb10ad82d719 15:06:54 ---> 05c5a60c9d19 15:06:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 15:06:54 ---> 15b95777ceed 15:06:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:06:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:55 ---> b91b07431315 15:06:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:06:55 Removing intermediate container fb10ad82d719 15:06:55 ---> 7bf3fe68e0d5 15:06:55 Step 18/20 : LABEL arch=x86_64 15:06:55 ---> Running in d2f39d0116fc 15:06:55 ---> da8f3a228743 15:06:55 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:06:55 ---> dd5270c2db93 15:06:55 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:06:55 ---> 683caae26822 15:06:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:06:55 ---> Running in 36617b51a97e 15:06:55 ---> Running in 22775132d64d 15:06:55 ---> Running in 81232069c288 15:06:55 Removing intermediate container d2f39d0116fc 15:06:55 ---> 78071d5bafb3 15:06:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:06:55 Removing intermediate container 36617b51a97e 15:06:55 ---> 963b0097a18d 15:06:55 Step 19/20 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:06:55 ---> Running in 1da7f114d7cf 15:06:55 ---> Running in fe52454976e0 15:06:55 ---> e663686710e8 15:06:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:06:55 Removing intermediate container 1da7f114d7cf 15:06:55 ---> 0b9e0236d776 15:06:55 Step 20/22 : LABEL arch=x86_64 15:06:55 ---> Running in 10e60122992d 15:06:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:56 ---> Running in 4c622e1ce036 15:06:56 Removing intermediate container fe52454976e0 15:06:56 ---> b6e05503898f 15:06:56 Step 20/20 : LABEL version=3.0.0-dev.93 15:06:56 ---> Running in 444efa520ad6 15:06:56 Removing intermediate container 10e60122992d 15:06:56 ---> b46dc0bdd186 15:06:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:06:56 ---> Running in b983ca277a58 15:06:56 Removing intermediate container 4c622e1ce036 15:06:56 ---> 3ec853aedbd8 15:06:56 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:06:56 Removing intermediate container 444efa520ad6 15:06:56 ---> 963a95334b4b 15:06:56 15:06:56 ---> Running in 3ba4ed595ddc 15:06:56 Removing intermediate container b983ca277a58 15:06:56 ---> 0479a30c5813 15:06:56 Step 20/22 : LABEL arch=x86_64 15:06:56 OK: 221 MiB in 51 packages 15:06:56 OK: 221 MiB in 51 packages 15:06:56 Successfully built 963a95334b4b 15:06:56 Successfully tagged security-proxy-setup:latest 15:06:56 Building core-data 15:06:56  Building security-proxy-setup ... done  ---> Running in 40fb5308ce3f 15:06:56 Removing intermediate container 3ba4ed595ddc 15:06:56 ---> 037d0406eea6 15:06:56 Step 22/22 : LABEL version=3.0.0-dev.93 15:06:56 ---> Running in a60a34ed981e 15:06:56 OK: 221 MiB in 51 packages 15:06:56 Removing intermediate container 40fb5308ce3f 15:06:56 ---> 5f0e5dd5d1f8 15:06:56 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:06:56 OK: 221 MiB in 51 packages 15:06:56 OK: 221 MiB in 51 packages 15:06:57 Removing intermediate container 7cd8830601d1 15:06:57 ---> 75ecc8316bbe 15:06:57 Step 5/24 : COPY go.mod vendor* ./ 15:06:58 Removing intermediate container fb070a1756d3 15:06:58 ---> f505df04f7cd 15:06:58 Step 5/23 : COPY go.mod vendor* ./ 15:06:58 Removing intermediate container c8ed55ded87c 15:06:58 ---> ef97660b9464 15:06:58 Step 6/24 : COPY go.mod vendor* ./ 15:06:58 Removing intermediate container 4a27940d3278 15:06:58 ---> 2e41608fc3d0 15:06:58 Step 5/32 : COPY go.mod vendor* ./ 15:06:58 Removing intermediate container 37688e6c31e0 15:06:58 ---> 9b8494a9e377 15:06:58 Step 6/22 : COPY go.mod vendor* ./ 15:06:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:06:59 ---> 49c5ddee03e9 15:06:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:06:59 ---> Using cache 15:06:59 ---> 96df1c0df638 15:06:59 Step 4/22 : WORKDIR /edgex-go 15:06:59 ---> Using cache 15:06:59 ---> d1d936cb5b2d 15:06:59 Step 5/22 : RUN apk add --update --no-cache make git 15:06:59 ---> Using cache 15:06:59 ---> 78ef002f5086 15:06:59 Step 6/22 : COPY go.mod vendor* ./ 15:06:59 ---> Using cache 15:06:59 ---> db7d7c3e7467 15:06:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:59 ---> Using cache 15:06:59 ---> 1cf8008337e0 15:06:59 Step 8/22 : COPY . . 15:06:59 ---> Using cache 15:06:59 ---> b673f4026425 15:06:59 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:06:59 ---> d0b7484b7c20 15:06:59 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:59 ---> 75ff64b98bc0 15:06:59 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:59 ---> Running in 08431402ff8d 15:06:59 ---> 9599fb81f7da 15:06:59 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:59 ---> c6f9c70e8d7d 15:06:59 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:59 ---> Running in e57884ac6485 15:06:59 ---> Running in ea613cda6eaa 15:06:59 ---> 19c2d7deb8d2 15:06:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:59 ---> Running in d1ab424afef6 15:06:59 ---> Running in c6c8722a7303 15:07:00 Removing intermediate container a60a34ed981e 15:07:00 ---> 8da0dd1329fb 15:07:00 15:07:00 ---> Running in 454f59b2aff8 15:07:00 Successfully built 8da0dd1329fb 15:07:00 ---> Running in fd56e4e5c3e9 15:07:00 Successfully tagged support-scheduler:latest 15:07:00  Building support-scheduler ... done Building security-spiffe-token-provider 15:07:00 Removing intermediate container 81232069c288 15:07:00 ---> bae91a614de5 15:07:00 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:07:03 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:07:03 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:07:03 ---> 49c5ddee03e9 15:07:03 Step 3/19 : WORKDIR /edgex-go 15:07:03 ---> Using cache 15:07:03 ---> 1d94d9777567 15:07:03 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:07:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:07:04 Removing intermediate container 22775132d64d 15:07:04 ---> af278323aa49 15:07:04 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:07:05 Removing intermediate container fd56e4e5c3e9 15:07:05 ---> 09f2b827d7bc 15:07:05 Step 22/22 : LABEL version=3.0.0-dev.93 15:07:05 ---> Running in d9c1f77654d2 15:07:05 ---> Running in 57828a298cc9 15:07:05 ---> Running in 4ffd06a94170 15:07:05 ---> Running in 64c330e0a502 15:07:05 Removing intermediate container 4ffd06a94170 15:07:05 ---> 26e1a696ace0 15:07:05 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:07:05 Removing intermediate container 57828a298cc9 15:07:05 ---> 2a79ae55c85b 15:07:05 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 15:07:05 ---> Running in 9df119be9db7 15:07:05 ---> Running in eaef1465d47d 15:07:05 Removing intermediate container 64c330e0a502 15:07:05 ---> d4f637fd6617 15:07:05 15:07:05 Removing intermediate container eaef1465d47d 15:07:05 ---> 976b396ef222 15:07:05 Step 20/22 : LABEL arch=x86_64 15:07:05 Removing intermediate container 9df119be9db7 15:07:05 ---> 937935f1987a 15:07:05 Step 20/22 : LABEL arch=x86_64 15:07:05 Successfully built d4f637fd6617 15:07:05 Successfully tagged support-notifications:latest 15:07:05 Building security-spire-agent 15:07:05  Building support-notifications ... done  ---> Running in 478107d7c8ce 15:07:05 ---> Running in 3d0b4ea2dfe6 15:07:05 Removing intermediate container 478107d7c8ce 15:07:05 ---> 484656fb1a1d 15:07:05 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:07:05 Removing intermediate container 3d0b4ea2dfe6 15:07:05 ---> 3c0d28c2305e 15:07:05 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:07:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:07:05 ---> Running in 5e36ff6d81b1 15:07:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:07:06 ---> Running in 717bd88bac7f 15:07:06 v3.16.4-59-g0b25d27c19e [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:07:06 v3.16.4-59-g0b25d27c19e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:07:06 OK: 17046 distinct packages available 15:07:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:07:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:07:06 OK: 211 MiB in 51 packages 15:07:07 Removing intermediate container 5e36ff6d81b1 15:07:07 ---> 897530696da3 15:07:07 Step 22/22 : LABEL version=3.0.0-dev.93 15:07:08 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:07:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:07:08 ---> 49c5ddee03e9 15:07:08 Step 3/24 : WORKDIR /edgex-go 15:07:08 ---> Using cache 15:07:08 ---> 1d94d9777567 15:07:08 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:07:09 ---> Running in 8c292a987be7 15:07:09 Removing intermediate container 717bd88bac7f 15:07:09 ---> eb872713ae21 15:07:09 Step 22/22 : LABEL version=3.0.0-dev.93 15:07:09 ---> Running in ce30dbf8054f 15:07:09 ---> Running in 0183cf5d2e36 15:07:09 Removing intermediate container 8c292a987be7 15:07:09 ---> 03dfd17a2b10 15:07:09 15:07:09 Successfully built 03dfd17a2b10 15:07:09 Successfully tagged security-proxy-auth:latest 15:07:09  Building security-proxy-auth ... done Building security-spire-config 15:07:10 Removing intermediate container 0183cf5d2e36 15:07:10 ---> 5ed6a63ab941 15:07:10 15:07:10 Removing intermediate container d9c1f77654d2 15:07:10 ---> 3ab7c36ec176 15:07:10 Step 5/19 : COPY go.mod vendor* ./ 15:07:10 Successfully built 5ed6a63ab941 15:07:10 Successfully tagged core-common-config-bootstrapper:latest 15:07:10 Building security-spire-server 15:07:10  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:07:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:07:10 OK: 211 MiB in 51 packages 15:07:15 ---> ff85d4dbd132 15:07:15 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:07:15 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:07:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:07:15 ---> 49c5ddee03e9 15:07:15 Step 3/24 : WORKDIR /edgex-go 15:07:15 ---> Using cache 15:07:15 ---> 1d94d9777567 15:07:15 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:07:15 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:07:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:07:15 ---> 49c5ddee03e9 15:07:15 Step 3/23 : WORKDIR /edgex-go 15:07:15 ---> Using cache 15:07:15 ---> 1d94d9777567 15:07:15 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:07:18 ---> Running in 30c28c3a9641 15:07:18 ---> Running in 64f93a88f57a 15:07:18 ---> Running in 448f7acd4770 15:07:18 Removing intermediate container ce30dbf8054f 15:07:18 ---> 0211578de818 15:07:18 Step 5/24 : COPY go.mod vendor* ./ 15:07:18 ---> 7510b04642ee 15:07:18 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:07:18 ---> Running in 6ac43588b84e 15:07:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:07:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:07:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:07:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:07:19 OK: 211 MiB in 51 packages 15:07:19 OK: 211 MiB in 51 packages 15:07:19 Removing intermediate container 448f7acd4770 15:07:19 ---> 2a4490ad7376 15:07:19 Step 5/23 : COPY go.mod vendor* ./ 15:07:19 Removing intermediate container 30c28c3a9641 15:07:19 ---> 79ab1aadbfde 15:07:19 Step 5/24 : COPY go.mod vendor* ./ 15:07:20 ---> 912dd7745b85 15:07:20 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:07:20 ---> 721a01044990 15:07:20 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:07:20 ---> Running in 7c15c46273f7 15:07:20 ---> Running in 1281bbc77b25 15:07:52 Removing intermediate container 454f59b2aff8 15:07:52 ---> a267492d5f0b 15:07:52 15:07:52 Step 10/22 : FROM alpine:3.16 15:07:52 ---> dfd21b5a31f5 15:07:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:07:52 ---> Running in aae5b2342991 15:07:52 Removing intermediate container aae5b2342991 15:07:52 ---> 09e126c8e33f 15:07:52 Step 12/22 : ENV APP_PORT=59880 15:07:52 ---> Running in 36d688f6e6a1 15:07:52 Removing intermediate container 36d688f6e6a1 15:07:52 ---> 7ed75d16c02c 15:07:52 Step 13/22 : EXPOSE $APP_PORT 15:07:52 ---> Running in 53dc6c2946a2 15:07:52 Removing intermediate container 1281bbc77b25 15:07:52 ---> 4b96b9e69149 15:07:52 Step 7/24 : COPY . . 15:07:52 Removing intermediate container 64f93a88f57a 15:07:52 ---> 442b93e8644b 15:07:52 Step 7/19 : COPY . . 15:07:52 Removing intermediate container 7c15c46273f7 15:07:52 ---> 625b5397e3f0 15:07:52 Step 7/23 : COPY . . 15:07:52 Removing intermediate container 53dc6c2946a2 15:07:52 ---> 717337dc4cea 15:07:52 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:07:52 Removing intermediate container 6ac43588b84e 15:07:52 ---> d18132bea13b 15:07:52 Step 7/24 : COPY . . 15:08:04 ---> Running in 8a1151073634 15:08:04 ---> 831a46445ed2 15:08:04 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:08:04 ---> c1a2c68c6504 15:08:04 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:08:04 ---> da154c6f8f5a 15:08:04 ---> 9498cc138fdc 15:08:04 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:08:04 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:08:04 ---> Running in dd565103e025 15:08:04 ---> Running in 5052eea80894 15:08:04 ---> Running in adbdde2cae52 15:08:04 ---> Running in 235b0ef36a2f 15:08:04 Removing intermediate container 5052eea80894 15:08:04 ---> e86500b9ac15 15:08:04 Step 9/23 : WORKDIR /edgex-go/spire-build 15:08:04 ---> Running in ebed73cfc3cd 15:08:04 Removing intermediate container 235b0ef36a2f 15:08:04 ---> 6c0abdd89e27 15:08:04 Step 9/24 : WORKDIR /edgex-go/spire-build 15:08:04 Removing intermediate container dd565103e025 15:08:04 ---> eb316a556382 15:08:04 Step 9/24 : WORKDIR /edgex-go/spire-build 15:08:04 ---> Running in e2866385d825 15:08:04 ---> Running in af2f6cc3ee84 15:08:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:08:04 Removing intermediate container ebed73cfc3cd 15:08:04 ---> 3ed9a845e22e 15:08:04 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:08:04 ---> Running in 15380380394c 15:08:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:04 Removing intermediate container af2f6cc3ee84 15:08:04 ---> db6b2b34c327 15:08:04 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:08:04 Removing intermediate container e2866385d825 15:08:04 ---> 5f1199ba6731 15:08:04 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:08:04 ---> Running in 78979ae5ed33 15:08:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:04 ---> Running in 2fc71b6711ce 15:08:04 (1/1) Installing dumb-init (1.2.5-r1) 15:08:04 Executing busybox-1.35.0-r17.trigger 15:08:04 OK: 6 MiB in 15 packages 15:08:04 Removing intermediate container 8a1151073634 15:08:04 ---> 2d542f328386 15:08:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:04 ---> bbcf57221e47 15:08:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:08:04 Removing intermediate container 78979ae5ed33 15:08:04 ---> ee715bd973fd 15:08:04 Step 11/24 : WORKDIR /edgex-go 15:08:04 ---> Running in 271bb3ab83bb 15:08:04 Removing intermediate container 15380380394c 15:08:04 ---> 65cc30802096 15:08:04 Step 11/23 : WORKDIR /edgex-go 15:08:04 ---> Running in 34930ebd0cc3 15:08:05 Removing intermediate container 2fc71b6711ce 15:08:05 ---> 6b8ca96300f7 15:08:05 Step 11/24 : WORKDIR /edgex-go 15:08:05 ---> Running in 284075bfe2f7 15:08:05 Removing intermediate container 271bb3ab83bb 15:08:05 ---> fcf9e8c9035b 15:08:05 15:08:05 Step 12/24 : FROM alpine:3.15 15:08:05 Removing intermediate container 34930ebd0cc3 15:08:05 ---> bf8eea4d2353 15:08:05 15:08:05 Step 12/23 : FROM alpine:3.15 15:08:05 Removing intermediate container 284075bfe2f7 15:08:05 ---> 6d9a1f0a9e4f 15:08:05 15:08:05 Step 12/24 : FROM alpine:3.15 15:08:05 ---> 6eabc699bdf0 15:08:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:08:05 ---> 7f4af2cad20d 15:08:05 Step 18/22 : ENTRYPOINT ["/core-data"] 15:08:05 ---> Running in eeb0dd5cab95 15:08:05 Removing intermediate container eeb0dd5cab95 15:08:05 ---> bb0ee18900e9 15:08:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:08:05 ---> Running in f353b302c1ac 15:08:05 Removing intermediate container f353b302c1ac 15:08:05 ---> 5fff58f9de38 15:08:05 Step 20/22 : LABEL arch=x86_64 15:08:05 ---> Running in 7d915691a5e6 15:08:06 Removing intermediate container 7d915691a5e6 15:08:06 ---> 6805155c9a96 15:08:06 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:08:06 ---> Running in 667fca70f714 15:08:06 Removing intermediate container 667fca70f714 15:08:06 ---> 02f82b365ff9 15:08:06 Step 22/22 : LABEL version=3.0.0-dev.93 15:08:06 ---> Running in e356bf3aa184 15:08:06 3.15: Pulling from library/alpine 15:08:06 Removing intermediate container e356bf3aa184 15:08:06 ---> dd0244d83057 15:08:06 15:08:06 3.15: Pulling from library/alpine 15:08:06 Successfully built dd0244d83057 15:08:06 3.15: Pulling from library/alpine 15:08:06 Successfully tagged core-data:latest 15:08:06  Building core-data ... done Building security-bootstrapper 15:08:07 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:08:07 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:08:07 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:08:07 Status: Downloaded newer image for alpine:3.15 15:08:07 Status: Image is up to date for alpine:3.15 15:08:07 Status: Downloaded newer image for alpine:3.15 15:08:07 ---> 5ce65d7b0fde 15:08:07 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:07 ---> 5ce65d7b0fde 15:08:07 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:07 ---> 5ce65d7b0fde 15:08:07 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:11 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:08:11 ---> 49c5ddee03e9 15:08:11 Step 3/32 : WORKDIR /edgex-go 15:08:11 ---> Using cache 15:08:11 ---> 1d94d9777567 15:08:11 Step 4/32 : RUN apk add --update --no-cache make git 15:08:11 ---> Using cache 15:08:11 ---> fe97fc52ec9f 15:08:11 Step 5/32 : COPY go.mod vendor* ./ 15:08:11 ---> Using cache 15:08:11 ---> 37de0e0bc83a 15:08:11 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:11 ---> Using cache 15:08:11 ---> 3885cb4e2cf9 15:08:11 Step 7/32 : COPY . . 15:08:11 ---> Using cache 15:08:11 ---> 64f8b523c7fb 15:08:11 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:08:15 ---> Running in b990ecbeeb4b 15:08:15 ---> Running in c5f516f1ea32 15:08:15 ---> Running in 26ec6d58a16a 15:08:15 ---> Running in 839db3a900cb 15:08:15 Removing intermediate container c5f516f1ea32 15:08:15 ---> 4daf28949942 15:08:15 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:08:15 Removing intermediate container b990ecbeeb4b 15:08:15 ---> bd694984559d 15:08:15 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:08:15 Removing intermediate container 26ec6d58a16a 15:08:15 ---> 075ee7780b5d 15:08:15 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:08:15 ---> Running in c2a35c7ed406 15:08:15 ---> Running in 3dca2683429f 15:08:15 ---> Running in 755753800fd8 15:08:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:08:16 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:16 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:16 OK: 15859 distinct packages available 15:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:08:16 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:16 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:16 OK: 15859 distinct packages available 15:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:08:16 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:16 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:16 OK: 15859 distinct packages available 15:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:08:16 (1/5) Installing dumb-init (1.2.5-r1) 15:08:16 (2/5) Installing musl-obstack (1.2.3-r0) 15:08:16 (3/5) Installing libucontext (1.1-r0) 15:08:16 (4/5) Installing gcompat (1.0.0-r4) 15:08:16 (5/5) Installing openssl (1.1.1t-r1) 15:08:16 Executing busybox-1.34.1-r7.trigger 15:08:16 OK: 7 MiB in 19 packages 15:08:16 (1/5) Installing dumb-init (1.2.5-r1) 15:08:16 (2/5) Installing musl-obstack (1.2.3-r0) 15:08:16 (3/5) Installing libucontext (1.1-r0) 15:08:16 (4/5) Installing gcompat (1.0.0-r4) 15:08:16 (5/5) Installing openssl (1.1.1t-r1) 15:08:16 Executing busybox-1.34.1-r7.trigger 15:08:16 OK: 7 MiB in 19 packages 15:08:16 (1/4) Installing dumb-init (1.2.5-r1) 15:08:16 (2/4) Installing musl-obstack (1.2.3-r0) 15:08:16 (3/4) Installing libucontext (1.1-r0) 15:08:16 (4/4) Installing gcompat (1.0.0-r4) 15:08:16 Executing busybox-1.34.1-r7.trigger 15:08:16 OK: 6 MiB in 18 packages 15:08:17 Removing intermediate container 3dca2683429f 15:08:17 ---> 46c4446feb17 15:08:17 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:08:17 Removing intermediate container 755753800fd8 15:08:17 ---> a1d22d08af6f 15:08:17 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:08:17 Removing intermediate container c2a35c7ed406 15:08:17 ---> 535e66287760 15:08:17 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:08:23 ---> 27550a2fadb4 15:08:23 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:08:23 ---> 3576fef02eb1 15:08:23 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:08:23 ---> 2af55ecb62ff 15:08:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:08:23 ---> 58a4bac4d24d 15:08:23 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:08:23 ---> dbebc3da2ae4 15:08:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:08:23 ---> Running in 9d28ae13de0b 15:08:26 ---> f4d9292618f8 15:08:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:08:26 Removing intermediate container 9d28ae13de0b 15:08:26 ---> 592dd12c9211 15:08:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:08:26 ---> 15ff73aff10c 15:08:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:08:26 ---> 0326a8f6f3c9 15:08:26 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:08:26 ---> cfb2c7f2a2bf 15:08:26 Step 19/24 : WORKDIR / 15:08:26 ---> aa270a921e81 15:08:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:08:26 ---> Running in b1d8fd881bf9 15:08:26 ---> Running in 898df164a48d 15:08:26 ---> 33f24850bf96 15:08:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:08:26 Removing intermediate container b1d8fd881bf9 15:08:26 ---> ca9f436a133e 15:08:26 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:08:26 Removing intermediate container 898df164a48d 15:08:26 ---> 66fbfd95345f 15:08:26 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:08:26 ---> Running in 696402151b28 15:08:26 ---> Running in f2dcd62627e5 15:08:26 ---> 2bf96608f115 15:08:26 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:08:26 Removing intermediate container 696402151b28 15:08:26 ---> d341eef261d5 15:08:26 Step 21/23 : LABEL arch=x86_64 15:08:27 ---> Running in bd7794b4a94b 15:08:27 Removing intermediate container f2dcd62627e5 15:08:27 ---> f035e1086653 15:08:27 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:08:27 ---> Running in 41faef1ff57c 15:08:27 ---> Running in bb88760baeb7 15:08:27 Removing intermediate container bd7794b4a94b 15:08:27 ---> d206266f37f8 15:08:27 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:08:27 Removing intermediate container bb88760baeb7 15:08:27 ---> 2f3416367904 15:08:27 Step 22/24 : LABEL arch=x86_64 15:08:28 ---> Running in 741cf5a3fdfc 15:08:28 Removing intermediate container 41faef1ff57c 15:08:28 ---> a1daa305daae 15:08:28 Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:08:28 ---> Running in d3c677f8305a 15:08:28 ---> Running in 27eb4326757b 15:08:28 Removing intermediate container 741cf5a3fdfc 15:08:28 ---> a7bd969f1244 15:08:28 Step 22/24 : LABEL arch=x86_64 15:08:28 Removing intermediate container d3c677f8305a 15:08:28 ---> 9cecbe38be61 15:08:28 Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:08:28 Removing intermediate container 27eb4326757b 15:08:28 ---> d19c4f644479 15:08:28 Step 23/23 : LABEL version=3.0.0-dev.93 15:08:28 ---> Running in 564b821dcc7d 15:08:29 ---> Running in 6f634fdbfa0a 15:08:29 ---> Running in 8077e1b7eae7 15:08:29 Removing intermediate container 564b821dcc7d 15:08:29 ---> 9f2236f977ae 15:08:29 Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:08:29 Removing intermediate container 6f634fdbfa0a 15:08:29 ---> bec783d0dac9 15:08:29 Step 24/24 : LABEL version=3.0.0-dev.93 15:08:29 ---> Running in 31d233782be4 15:08:29 ---> Running in 5817e3864ab6 15:08:29 Removing intermediate container 8077e1b7eae7 15:08:29 ---> 235df4f62944 15:08:29 15:08:29 Removing intermediate container 31d233782be4 15:08:29 ---> 1cdacec7ba95 15:08:29 Step 24/24 : LABEL version=3.0.0-dev.93 15:08:29 Removing intermediate container 5817e3864ab6 15:08:29 ---> 5d15114b0f3b 15:08:29 15:08:29 ---> Running in 40397b603c2e 15:08:29 Successfully built 235df4f62944 15:08:29 Successfully tagged security-spire-server:latest 15:08:29  Building security-spire-server ... done Building security-secretstore-setup 15:08:29 Successfully built 5d15114b0f3b 15:08:29 Successfully tagged security-spire-config:latest 15:08:29  Building security-spire-config ... done Building core-command 15:08:29 Removing intermediate container 40397b603c2e 15:08:29 ---> bc6d0865c737 15:08:29 15:08:29 Removing intermediate container adbdde2cae52 15:08:29 ---> d5daa16e8aee 15:08:29 Successfully built bc6d0865c737 15:08:29 15:08:29 Step 9/19 : FROM alpine:3.15 15:08:29 ---> 5ce65d7b0fde 15:08:29 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:29 ---> Using cache 15:08:29 ---> 075ee7780b5d 15:08:29 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:08:29 Successfully tagged security-spire-agent:latest 15:08:29  Building security-spire-agent ... done Building core-metadata 15:08:29 ---> Running in c3a532ad940d 15:08:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:08:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:08:30 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:30 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:30 OK: 15859 distinct packages available 15:08:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:08:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:08:30 (1/9) Installing ca-certificates (20220614-r0) 15:08:30 (2/9) Installing brotli-libs (1.0.9-r5) 15:08:30 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:08:30 (4/9) Installing libcurl (7.80.0-r6) 15:08:30 (5/9) Installing curl (7.80.0-r6) 15:08:30 (6/9) Installing dumb-init (1.2.5-r1) 15:08:30 (7/9) Installing musl-obstack (1.2.3-r0) 15:08:30 (8/9) Installing libucontext (1.1-r0) 15:08:30 (9/9) Installing gcompat (1.0.0-r4) 15:08:30 Executing busybox-1.34.1-r7.trigger 15:08:30 Executing ca-certificates-20220614-r0.trigger 15:08:30 OK: 8 MiB in 23 packages 15:08:35 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:08:35 ---> 49c5ddee03e9 15:08:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:08:35 ---> Using cache 15:08:35 ---> 96df1c0df638 15:08:35 Step 4/23 : WORKDIR /edgex-go 15:08:35 ---> Using cache 15:08:35 ---> d1d936cb5b2d 15:08:35 Step 5/23 : RUN apk add --update --no-cache make git 15:08:35 ---> Using cache 15:08:35 ---> 78ef002f5086 15:08:35 Step 6/23 : COPY go.mod vendor* ./ 15:08:35 ---> Using cache 15:08:35 ---> db7d7c3e7467 15:08:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:35 ---> Using cache 15:08:35 ---> 1cf8008337e0 15:08:35 Step 8/23 : COPY . . 15:08:35 ---> Using cache 15:08:35 ---> b673f4026425 15:08:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:08:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:08:35 ---> 49c5ddee03e9 15:08:35 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:08:35 ---> Using cache 15:08:35 ---> 96df1c0df638 15:08:35 Step 4/24 : WORKDIR /edgex-go 15:08:35 ---> Using cache 15:08:35 ---> d1d936cb5b2d 15:08:35 Step 5/24 : RUN apk add --update --no-cache make git 15:08:35 ---> Using cache 15:08:35 ---> 78ef002f5086 15:08:35 Step 6/24 : COPY go.mod vendor* ./ 15:08:35 ---> Using cache 15:08:35 ---> db7d7c3e7467 15:08:35 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:35 ---> Using cache 15:08:35 ---> 1cf8008337e0 15:08:35 Step 8/24 : COPY . . 15:08:35 ---> Using cache 15:08:35 ---> b673f4026425 15:08:35 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:08:35 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:08:35 ---> 49c5ddee03e9 15:08:35 Step 3/23 : WORKDIR /edgex-go 15:08:35 ---> Using cache 15:08:35 ---> 1d94d9777567 15:08:35 Step 4/23 : RUN apk add --update --no-cache make git 15:08:35 ---> Using cache 15:08:35 ---> fe97fc52ec9f 15:08:35 Step 5/23 : COPY go.mod vendor* ./ 15:08:35 ---> Using cache 15:08:35 ---> 37de0e0bc83a 15:08:35 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:35 ---> Using cache 15:08:35 ---> 3885cb4e2cf9 15:08:35 Step 7/23 : COPY . . 15:08:35 ---> Using cache 15:08:35 ---> 64f8b523c7fb 15:08:35 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:08:40 ---> Running in 6e09fca16b24 15:08:40 ---> Running in 032366a4ea69 15:08:40 ---> Running in c0c6081883f0 15:08:40 Removing intermediate container c3a532ad940d 15:08:40 ---> 85fc4ce8a3c1 15:08:40 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:08:41 ---> a24db49489d1 15:08:41 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:08:41 Removing intermediate container 839db3a900cb 15:08:41 ---> 0cf468895905 15:08:41 15:08:41 Step 9/32 : FROM alpine:3.16 15:08:41 ---> dfd21b5a31f5 15:08:41 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:42 ---> Running in 6085be9028d0 15:08:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:08:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:08:42 Removing intermediate container 6085be9028d0 15:08:42 ---> b9b7bd3f7ea9 15:08:42 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:08:42 ---> f7b8cd40d266 15:08:42 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:08:42 ---> Running in 30b1d24cb9ee 15:08:42 ---> cc848620b6ad 15:08:42 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:08:42 ---> Running in 77a7d659153f 15:08:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:43 Removing intermediate container 77a7d659153f 15:08:43 ---> caf8f4a18057 15:08:43 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:08:43 ---> Running in ddd4bf3e7f0c 15:08:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:43 Removing intermediate container ddd4bf3e7f0c 15:08:43 ---> aa0b354c332a 15:08:43 Step 17/19 : LABEL arch=x86_64 15:08:43 (1/2) Installing dumb-init (1.2.5-r1) 15:08:43 ---> Running in 7e27cef0904c 15:08:43 (2/2) Installing su-exec (0.2-r1) 15:08:43 Executing busybox-1.35.0-r17.trigger 15:08:43 OK: 6 MiB in 16 packages 15:08:43 Removing intermediate container 7e27cef0904c 15:08:43 ---> f219ee24629c 15:08:43 Step 18/19 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:08:43 ---> Running in 1aa9152ae5bd 15:08:43 Removing intermediate container 1aa9152ae5bd 15:08:43 ---> 8b9069551110 15:08:43 Step 19/19 : LABEL version=3.0.0-dev.93 15:08:43 ---> Running in 5ea33940fd17 15:08:43 Removing intermediate container 30b1d24cb9ee 15:08:43 ---> 5c560202544f 15:08:43 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:08:43 ---> Running in c342e278beda 15:08:43 Removing intermediate container 5ea33940fd17 15:08:43 ---> ec8e92ba478b 15:08:43 15:08:43 Removing intermediate container c342e278beda 15:08:43 ---> c35a04bf6dd6 15:08:43 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:08:43 Successfully built ec8e92ba478b 15:08:43 Successfully tagged security-spiffe-token-provider:latest 15:08:43  Building security-spiffe-token-provider ... done  ---> Running in 1f58ac817e28 15:08:44 Removing intermediate container 1f58ac817e28 15:08:44 ---> c466df6a70b6 15:08:44 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:08:44 ---> Running in bd43595f699e 15:08:44 Removing intermediate container bd43595f699e 15:08:44 ---> 64570ccccb29 15:08:44 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:08:44 ---> Running in c0c83676eb15 15:08:44 Removing intermediate container c0c83676eb15 15:08:44 ---> 8a851e1b4b65 15:08:44 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:08:44 ---> Running in ee169fec85b8 15:08:46 Removing intermediate container ee169fec85b8 15:08:46 ---> 2949be7d40c4 15:08:46 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:08:46 ---> Running in 021249af855a 15:08:46 Removing intermediate container 021249af855a 15:08:46 ---> 00fef6167638 15:08:46 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:08:47 ---> d6584425ec4a 15:08:47 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:08:47 ---> Running in 495243eb4546 15:08:49 Removing intermediate container 495243eb4546 15:08:49 ---> 00214aa7e393 15:08:49 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:49 ---> d8ac471d3b63 15:08:49 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:08:51 Removing intermediate container e57884ac6485 15:08:51 ---> a3663af1fc7b 15:08:51 Step 7/24 : COPY . . 15:08:51 Removing intermediate container d1ab424afef6 15:08:51 ---> 092a39f6aeb0 15:08:51 Step 7/32 : COPY . . 15:08:51 Removing intermediate container c6c8722a7303 15:08:51 ---> a91724e37a57 15:08:51 Step 8/22 : COPY . . 15:08:51 Removing intermediate container 08431402ff8d 15:08:51 ---> aae446525139 15:08:51 Step 7/23 : COPY . . 15:08:51 Removing intermediate container ea613cda6eaa 15:08:51 ---> 38fed14ba83f 15:08:51 Step 8/24 : COPY . . 15:08:51 ---> ea55c27affc2 15:08:51 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:08:51 ---> c93a5215e442 15:08:51 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:08:51 ---> 1fcdef92779c 15:08:51 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:08:51 ---> Running in be8d3871d2b8 15:08:51 ---> 3628832b1059 15:08:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:08:51 ---> 3ddfb5fb3efb 15:08:51 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:08:51 ---> Running in 7ebc7a988a5f 15:08:51 ---> Running in 18db9e45dbf3 15:08:51 ---> Running in 8ef8b0ddc049 15:08:51 ---> Running in 07841d90836e 15:08:51 Removing intermediate container be8d3871d2b8 15:08:51 ---> 615f5eebd3c7 15:08:51 Step 9/24 : WORKDIR /edgex-go/spire-build 15:08:51 ---> Running in 43f94a617ba3 15:08:51 Removing intermediate container 18db9e45dbf3 15:08:51 ---> 90b6d108c4b3 15:08:51 Step 9/23 : WORKDIR /edgex-go/spire-build 15:08:51 ---> Running in 60a8eb5efed0 15:08:51 Removing intermediate container 43f94a617ba3 15:08:51 ---> 9fe87a0852c5 15:08:51 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:08:51 ---> Running in 701fde4ad242 15:08:51 Removing intermediate container 60a8eb5efed0 15:08:51 ---> 0cdc0c8a1bc0 15:08:51 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:08:51 ---> Running in 938c610f052c 15:08:51 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:08:51 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:08:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:08:51 Removing intermediate container 701fde4ad242 15:08:51 ---> 3fe3e0b03a64 15:08:51 Step 11/24 : WORKDIR /edgex-go 15:08:51 ---> Running in 814d2ee43fde 15:08:51 Removing intermediate container 938c610f052c 15:08:51 ---> add1183576af 15:08:51 Step 11/23 : WORKDIR /edgex-go 15:08:52 ---> a4a8a30cb4f8 15:08:52 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:08:52 ---> Running in 4feeb4806d34 15:08:52 Removing intermediate container 814d2ee43fde 15:08:52 ---> 5c2ec851dd03 15:08:52 15:08:52 Step 12/24 : FROM alpine:3.15 15:08:52 3.15: Pulling from library/alpine 15:08:52 Removing intermediate container 4feeb4806d34 15:08:52 ---> 15ab74c24283 15:08:52 15:08:52 Step 12/23 : FROM alpine:3.15 15:08:52 3.15: Pulling from library/alpine 15:08:53 ---> cb7d9e3ee51d 15:08:53 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:08:53 ---> d9ae178c385b 15:08:53 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:08:54 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:08:54 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:08:54 Status: Downloaded newer image for alpine:3.15 15:08:54 Status: Downloaded newer image for alpine:3.15 15:08:54 ---> 354640af7b1b 15:08:54 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:54 ---> 354640af7b1b 15:08:54 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:54 ---> Running in 3acddb511454 15:08:54 ---> Running in 844d7e908a51 15:08:54 ---> 0fda88a22cc0 15:08:54 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:08:54 Removing intermediate container 3acddb511454 15:08:54 ---> a0ad03e8b144 15:08:54 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:08:55 ---> bd72f628a2c3 15:08:55 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:08:55 ---> Running in d65f6bd9d091 15:08:55 Removing intermediate container 844d7e908a51 15:08:55 ---> dfa60b70c2b4 15:08:55 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:08:55 ---> Running in be892889ff06 15:08:55 ---> ee007ec3c055 15:08:55 Step 27/32 : RUN chmod +x /entrypoint.sh 15:08:55 ---> Running in e2d37decc1f6 15:08:57 Removing intermediate container e2d37decc1f6 15:08:57 ---> 415449d66d1e 15:08:57 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:08:57 ---> Running in 7d1ee44601ef 15:08:57 Removing intermediate container 7d1ee44601ef 15:08:57 ---> 4fa193bbc298 15:08:57 Step 29/32 : CMD ["gate"] 15:08:57 ---> Running in d0c4c887c03e 15:08:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:57 Removing intermediate container d0c4c887c03e 15:08:57 ---> 5f393e155f82 15:08:57 Step 30/32 : LABEL arch=x86_64 15:08:57 ---> Running in 68fab36c9379 15:08:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:57 Removing intermediate container 68fab36c9379 15:08:57 ---> 47318813de7c 15:08:57 Step 31/32 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:08:57 ---> Running in 3f10eea09595 15:08:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:08:58 Removing intermediate container 3f10eea09595 15:08:58 ---> 00a28b7b75ba 15:08:58 Step 32/32 : LABEL version=3.0.0-dev.93 15:08:58 ---> Running in 6ddbaec3ab5b 15:08:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:08:59 Removing intermediate container 6ddbaec3ab5b 15:08:59 ---> b4e35137817d 15:08:59 15:08:59 Successfully built b4e35137817d 15:08:59 Successfully tagged security-bootstrapper:latest 15:08:59 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:59 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:59 OK: 15736 distinct packages available 15:08:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:59 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:59 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:59 OK: 15736 distinct packages available 15:08:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:09:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:09:01 (1/5) Installing dumb-init (1.2.5-r1) 15:09:01 (2/5) Installing musl-obstack (1.2.3-r0) 15:09:01 (3/5) Installing libucontext (1.1-r0) 15:09:01 (4/5) Installing gcompat (1.0.0-r4) 15:09:01 (5/5) Installing openssl (1.1.1t-r1) 15:09:01 Executing busybox-1.34.1-r7.trigger 15:09:01 OK: 6 MiB in 19 packages 15:09:01 (1/5) Installing dumb-init (1.2.5-r1) 15:09:01 (2/5) Installing musl-obstack (1.2.3-r0) 15:09:01 (3/5) Installing libucontext (1.1-r0) 15:09:01 (4/5) Installing gcompat (1.0.0-r4) 15:09:01 (5/5) Installing openssl (1.1.1t-r1) 15:09:01 Executing busybox-1.34.1-r7.trigger 15:09:01 OK: 6 MiB in 19 packages 15:09:01  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:09:03 Removing intermediate container be892889ff06 15:09:03 ---> 6ddf29d566b3 15:09:03 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:09:03 Removing intermediate container d65f6bd9d091 15:09:03 ---> de273d41e511 15:09:03 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:09:08 Removing intermediate container 6e09fca16b24 15:09:08 ---> dcf8412482f6 15:09:08 15:09:08 Step 9/23 : FROM alpine:3.16 15:09:08 ---> dfd21b5a31f5 15:09:08 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:09:08 Removing intermediate container c0c6081883f0 15:09:08 ---> 55a31b0ee934 15:09:08 15:09:08 Step 10/24 : FROM alpine:3.16 15:09:08 ---> dfd21b5a31f5 15:09:08 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:09:08 ---> Using cache 15:09:08 ---> 555a64b02b99 15:09:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:09:08 ---> Using cache 15:09:08 ---> 763db8c46f21 15:09:08 Step 13/24 : ENV APP_PORT=59881 15:09:08 Removing intermediate container 032366a4ea69 15:09:08 ---> 72d4d91477e7 15:09:08 15:09:08 Step 10/23 : FROM alpine:3.16 15:09:08 ---> dfd21b5a31f5 15:09:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:09:08 ---> Using cache 15:09:08 ---> 555a64b02b99 15:09:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:09:08 ---> Using cache 15:09:08 ---> 763db8c46f21 15:09:08 Step 13/23 : ENV APP_PORT=59882 15:09:08 ---> Running in ed2eaeba79e5 15:09:08 ---> Running in 3eaaabd65f54 15:09:08 ---> Running in 26e3d3c4370f 15:09:08 Removing intermediate container 3eaaabd65f54 15:09:08 ---> 590e78b3396b 15:09:08 Step 14/24 : EXPOSE $APP_PORT 15:09:08 Removing intermediate container 26e3d3c4370f 15:09:08 ---> 0284a96addef 15:09:08 Step 14/23 : EXPOSE $APP_PORT 15:09:08 ---> Running in 05e12ca91697 15:09:08 ---> Running in 9d6ea2ad9f29 15:09:08 Removing intermediate container 05e12ca91697 15:09:08 ---> 132b7f9b85b3 15:09:08 Step 15/24 : WORKDIR / 15:09:08 Removing intermediate container 9d6ea2ad9f29 15:09:08 ---> 6a62a356c89e 15:09:08 Step 15/23 : WORKDIR / 15:09:08 ---> Running in 77ce14078be1 15:09:08 ---> Running in 000f9822d397 15:09:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:09:08 Removing intermediate container 000f9822d397 15:09:08 ---> d8b36f9939c0 15:09:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:09:08 Removing intermediate container 77ce14078be1 15:09:08 ---> fe9b7fd55d16 15:09:08 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:09:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:09:08 ---> 4bae3999a957 15:09:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:09:08 ---> ab16abb56319 15:09:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:09:08 (1/3) Installing ca-certificates (20220614-r0) 15:09:08 (2/3) Installing dumb-init (1.2.5-r1) 15:09:08 (3/3) Installing su-exec (0.2-r1) 15:09:08 Executing busybox-1.35.0-r17.trigger 15:09:08 Executing ca-certificates-20220614-r0.trigger 15:09:08 OK: 6 MiB in 17 packages 15:09:08 ---> 09e767282de6 15:09:08 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:09:09 ---> 5686418522db 15:09:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:09:09 ---> 8f2552fa1263 15:09:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:09:09 ---> a2ea98182abb 15:09:09 Step 19/23 : ENTRYPOINT ["/core-command"] 15:09:09 ---> 65973ed3603c 15:09:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:09:09 ---> Running in 64df1596a25f 15:09:09 Removing intermediate container ed2eaeba79e5 15:09:09 ---> 0a3bce015f46 15:09:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:09:09 ---> Running in ac254b1ed594 15:09:09 Removing intermediate container 64df1596a25f 15:09:09 ---> c09aa2c125d2 15:09:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:09:09 ---> 580b83cc16f5 15:09:09 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:09:09 ---> Running in e9fd0f70e59e 15:09:09 ---> Running in 3ce1d85d5f5b 15:09:09 Removing intermediate container ac254b1ed594 15:09:09 ---> 4f6e8363b396 15:09:09 Step 12/23 : WORKDIR / 15:09:09 ---> Running in d3fc5798182a 15:09:09 Removing intermediate container e9fd0f70e59e 15:09:09 ---> bcd6849bad17 15:09:09 Step 21/23 : LABEL arch=x86_64 15:09:09 Removing intermediate container 3ce1d85d5f5b 15:09:09 ---> 5109a700318e 15:09:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:09:09 ---> Running in f723a6a0a504 15:09:09 ---> Running in 1e32f9bd114a 15:09:09 Removing intermediate container d3fc5798182a 15:09:09 ---> d9d65fd348a0 15:09:09 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:09:09 Removing intermediate container f723a6a0a504 15:09:09 ---> f58f76e466e1 15:09:09 Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:09 ---> Running in 145185ecbdd7 15:09:09 Removing intermediate container 1e32f9bd114a 15:09:09 ---> 05ca9b152459 15:09:09 Step 22/24 : LABEL arch=x86_64 15:09:09 ---> Running in 16b9856f61e0 15:09:09 ---> 3c18c1a0b076 15:09:09 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:09:09 Removing intermediate container 145185ecbdd7 15:09:09 ---> 4eef474d22ff 15:09:09 Step 23/23 : LABEL version=3.0.0-dev.93 15:09:09 Removing intermediate container 16b9856f61e0 15:09:09 ---> 7dd9c9066363 15:09:09 Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:09 ---> Running in f46f85cb962b 15:09:09 ---> Running in 1b005d2b5d8d 15:09:09 ---> 75d03312d3d4 15:09:09 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:09:10 Removing intermediate container f46f85cb962b 15:09:10 ---> ac294f048aad 15:09:10 15:09:10 Removing intermediate container 1b005d2b5d8d 15:09:10 ---> 8e7d4c6ac7a4 15:09:10 Step 24/24 : LABEL version=3.0.0-dev.93 15:09:10 ---> Running in ce7baa2a193b 15:09:10 Successfully built ac294f048aad 15:09:10 Successfully tagged core-command:latest 15:09:10  Building core-command ... done  ---> 77a821de0f1a 15:09:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:09:10 Removing intermediate container ce7baa2a193b 15:09:10 ---> d9ee8359712e 15:09:10 15:09:10 Successfully built d9ee8359712e 15:09:10 Successfully tagged core-metadata:latest 15:09:10  Building core-metadata ... done  ---> f8a402becf5a 15:09:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:09:10 ---> 51c7f65b2e22 15:09:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:09:11 ---> 12306ea2963d 15:09:11 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:09:11 ---> Running in 98f5861dfe97 15:09:11 Removing intermediate container 98f5861dfe97 15:09:11 ---> af8267dba402 15:09:11 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 15:09:11 ---> Running in 91b9782e3335 15:09:11 Removing intermediate container 91b9782e3335 15:09:11 ---> 688ea2811915 15:09:11 Step 21/23 : LABEL arch=x86_64 15:09:11 ---> Running in fa891940606f 15:09:11 Removing intermediate container fa891940606f 15:09:11 ---> a9617eb1e359 15:09:11 Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:11 ---> Running in 2b4d61db844e 15:09:12 Removing intermediate container 2b4d61db844e 15:09:12 ---> 87dd673b7ff0 15:09:12 Step 23/23 : LABEL version=3.0.0-dev.93 15:09:12 ---> Running in 7c05e0438ce0 15:09:12 Removing intermediate container 7c05e0438ce0 15:09:12 ---> def8957a12ea 15:09:12 15:09:12 Successfully built def8957a12ea 15:09:12 Successfully tagged security-secretstore-setup:latest 15:09:12  Building security-secretstore-setup ... done  [Pipeline] } 15:09:12 $ docker stop --time=1 bb30bee136a3241f0d18900e9220faa8508a11696cbc4c898fc8e19ae51a1752 15:09:12 ---> 8a6214bfa039 15:09:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:09:13 ---> fcb474c91136 15:09:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:09:13 $ docker rm -f --volumes bb30bee136a3241f0d18900e9220faa8508a11696cbc4c898fc8e19ae51a1752 [Pipeline] // withDockerContainer [Pipeline] sh 15:09:13 + docker images 15:09:13 REPOSITORY TAG IMAGE ID CREATED SIZE 15:09:13 security-secretstore-setup latest def8957a12ea 2 seconds ago 29.9MB 15:09:13 core-metadata latest d9ee8359712e 3 seconds ago 18.5MB 15:09:13 core-command latest ac294f048aad 4 seconds ago 17.8MB 15:09:13 55a31b0ee934 6 seconds ago 1.69GB 15:09:13 72d4d91477e7 6 seconds ago 1.68GB 15:09:13 dcf8412482f6 8 seconds ago 1.67GB 15:09:13 security-bootstrapper latest b4e35137817d 15 seconds ago 19.8MB 15:09:13 security-spiffe-token-provider latest ec8e92ba478b 30 seconds ago 30MB 15:09:13 0cf468895905 32 seconds ago 1.67GB 15:09:13 security-spire-agent latest bc6d0865c737 44 seconds ago 125MB 15:09:13 security-spire-config latest 5d15114b0f3b 44 seconds ago 85.8MB 15:09:13 d5daa16e8aee 44 seconds ago 1.72GB 15:09:13 security-spire-server latest 235df4f62944 45 seconds ago 86.5MB 15:09:13 core-data latest dd0244d83057 About a minute ago 18MB 15:09:13 6d9a1f0a9e4f About a minute ago 1.55GB 15:09:13 fcf9e8c9035b About a minute ago 1.55GB 15:09:13 bf8eea4d2353 About a minute ago 1.55GB 15:09:13 a267492d5f0b About a minute ago 1.69GB 15:09:13 core-common-config-bootstrapper latest 5ed6a63ab941 2 minutes ago 15.5MB 15:09:13 security-proxy-auth latest 03dfd17a2b10 2 minutes ago 16.2MB 15:09:13 support-notifications latest d4f637fd6617 2 minutes ago 30.7MB 15:09:13 support-scheduler latest 8da0dd1329fb 2 minutes ago 30.1MB 15:09:13 security-proxy-setup latest 963a95334b4b 2 minutes ago 16.5MB 15:09:13 7a551aa55b7e 2 minutes ago 1.75GB 15:09:13 3c40af3f852a 2 minutes ago 1.75GB 15:09:13 312dc07f2fbe 2 minutes ago 1.68GB 15:09:13 50ddb8bb740c 2 minutes ago 1.66GB 15:09:13 9f2fe519c236 2 minutes ago 1.66GB 15:09:13 ci-base-image-x86_64 latest 49c5ddee03e9 6 minutes ago 903MB 15:09:13 alpine 3.15 5ce65d7b0fde 4 weeks ago 5.59MB 15:09:13 alpine 3.16 dfd21b5a31f5 4 weeks ago 5.55MB 15:09:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 15:09:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 15:09:13 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:09:13 provisioning config files... 15:09:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config6474313397911833968tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:09:14 ---> docker-login.sh 15:09:14 nexus3.edgexfoundry.org:10001 15:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:14 Configure a credential helper to remove this warning. See 15:09:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:14 15:09:14 Login Succeeded 15:09:14 nexus3.edgexfoundry.org:10002 15:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:14 Configure a credential helper to remove this warning. See 15:09:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:14 15:09:14 Login Succeeded 15:09:14 nexus3.edgexfoundry.org:10003 15:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:14 Configure a credential helper to remove this warning. See 15:09:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:14 15:09:14 Login Succeeded 15:09:14 nexus3.edgexfoundry.org:10004 15:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:14 Configure a credential helper to remove this warning. See 15:09:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:14 15:09:14 Login Succeeded 15:09:14 docker.io 15:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:14 ---> 1c77d95eb389 15:09:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:09:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:14 Configure a credential helper to remove this warning. See 15:09:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:14 15:09:14 Login Succeeded 15:09:14 ---> docker-login.sh ends [Pipeline] } 15:09:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:09:14 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:09:14 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:14 latest 15:09:14 3.0.0-dev.93 15:09:14 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:14 main 15:09:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:15 + docker push nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:09:15 70837c9afe97: Preparing 15:09:15 fb16e5ee2267: Preparing 15:09:15 ab2dead4fa21: Preparing 15:09:15 849d5074fb7c: Preparing 15:09:15 aa5968d388b8: Preparing 15:09:15 aa5968d388b8: Layer already exists 15:09:15 ab2dead4fa21: Pushed 15:09:15 849d5074fb7c: Pushed 15:09:15 70837c9afe97: Pushed 15:09:15 ---> 0b06ff618e75 15:09:15 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:09:16 ---> Running in a9acf6bff3fb 15:09:16 ---> f2c9c2fb50f5 15:09:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:09:16 fb16e5ee2267: Pushed 15:09:16 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:17 Removing intermediate container a9acf6bff3fb 15:09:17 ---> e83647092da4 15:09:17 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:09:17 ---> Running in dc53fc1b2488 15:09:17 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:09:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:09:17 70837c9afe97: Preparing 15:09:17 fb16e5ee2267: Preparing 15:09:17 ab2dead4fa21: Preparing 15:09:17 849d5074fb7c: Preparing 15:09:17 aa5968d388b8: Preparing 15:09:17 849d5074fb7c: Layer already exists 15:09:17 aa5968d388b8: Layer already exists 15:09:17 70837c9afe97: Layer already exists 15:09:17 ab2dead4fa21: Layer already exists 15:09:17 fb16e5ee2267: Layer already exists 15:09:17 latest: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:17 ---> 10c87fd6e85a 15:09:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:09:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:17 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.93 15:09:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:09:17 70837c9afe97: Preparing 15:09:17 fb16e5ee2267: Preparing 15:09:17 ab2dead4fa21: Preparing 15:09:17 849d5074fb7c: Preparing 15:09:17 aa5968d388b8: Preparing 15:09:17 70837c9afe97: Layer already exists 15:09:17 849d5074fb7c: Layer already exists 15:09:17 aa5968d388b8: Layer already exists 15:09:17 ab2dead4fa21: Layer already exists 15:09:17 fb16e5ee2267: Layer already exists 15:09:17 3.0.0-dev.93: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:17 Removing intermediate container dc53fc1b2488 15:09:17 ---> 66f24acfe6fd 15:09:17 Step 21/23 : LABEL arch=arm64 15:09:17 ---> Running in e42b543f2b11 15:09:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:18 + docker push nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:09:18 70837c9afe97: Preparing 15:09:18 fb16e5ee2267: Preparing 15:09:18 ab2dead4fa21: Preparing 15:09:18 849d5074fb7c: Preparing 15:09:18 aa5968d388b8: Preparing 15:09:18 849d5074fb7c: Layer already exists 15:09:18 fb16e5ee2267: Layer already exists 15:09:18 ab2dead4fa21: Layer already exists 15:09:18 aa5968d388b8: Layer already exists 15:09:18 70837c9afe97: Layer already exists 15:09:18 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:18 ---> 31b347725436 15:09:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:09:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:19 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:09:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:09:19 70837c9afe97: Preparing 15:09:19 fb16e5ee2267: Preparing 15:09:19 ab2dead4fa21: Preparing 15:09:19 849d5074fb7c: Preparing 15:09:19 aa5968d388b8: Preparing 15:09:19 fb16e5ee2267: Layer already exists 15:09:19 ab2dead4fa21: Layer already exists 15:09:19 70837c9afe97: Layer already exists 15:09:19 849d5074fb7c: Layer already exists 15:09:19 aa5968d388b8: Layer already exists 15:09:19 main: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:19 ===================================================== [Pipeline] echo 15:09:19 taggedImages: 15:09:19 - nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:19 - nexus3.edgexfoundry.org:10004/core-command:latest 15:09:19 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.93 15:09:19 - nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:19 - nexus3.edgexfoundry.org:10004/core-command:main 15:09:19 Removing intermediate container e42b543f2b11 15:09:19 ---> dcdf566801bc 15:09:19 Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:19 ---> Running in 941b0db9c807 [Pipeline] echo 15:09:19 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 15:09:19 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:19 latest 15:09:19 3.0.0-dev.93 15:09:19 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:19 main 15:09:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:19 ---> acb3de8a0156 15:09:19 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:09:19 ---> Running in 7519ae0cf5ea 15:09:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:09:19 2bb3b1d96953: Preparing 15:09:19 487aca168a20: Preparing 15:09:19 ca9c4919059e: Preparing 15:09:19 22d798591b7b: Preparing 15:09:19 ab2dead4fa21: Preparing 15:09:19 849d5074fb7c: Preparing 15:09:19 aa5968d388b8: Preparing 15:09:19 849d5074fb7c: Waiting 15:09:19 aa5968d388b8: Waiting 15:09:19 ab2dead4fa21: Layer already exists 15:09:19 849d5074fb7c: Layer already exists 15:09:19 aa5968d388b8: Layer already exists 15:09:19 2bb3b1d96953: Pushed 15:09:19 ca9c4919059e: Pushed 15:09:19 487aca168a20: Pushed 15:09:19 Removing intermediate container 941b0db9c807 15:09:19 ---> ef93764aa1ff 15:09:19 Step 23/23 : LABEL version=3.0.0-dev.93 15:09:19 ---> Running in 9aa7ae95b6b4 15:09:20 Removing intermediate container 7519ae0cf5ea 15:09:20 ---> 0614b30c05d9 15:09:20 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:09:20 ---> Running in b5730603ef09 15:09:20 Removing intermediate container 9aa7ae95b6b4 15:09:20 ---> dbfee2d98e70 15:09:20 15:09:21 22d798591b7b: Pushed 15:09:21 Successfully built dbfee2d98e70 15:09:21 Successfully tagged security-spire-server-arm64:latest 15:09:21  Building security-spire-server ... done Building security-proxy-auth 15:09:21 Removing intermediate container b5730603ef09 15:09:21 ---> d66bfdbb16cc 15:09:21 Step 22/24 : LABEL arch=arm64 15:09:21 ---> Running in 019c76661533 15:09:21 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:21 + 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:09:21 Removing intermediate container 019c76661533 15:09:21 ---> 2e6b6ae5fcfd 15:09:21 Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:09:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:09:21 2bb3b1d96953: Preparing 15:09:21 487aca168a20: Preparing 15:09:21 ca9c4919059e: Preparing 15:09:21 22d798591b7b: Preparing 15:09:21 ab2dead4fa21: Preparing 15:09:21 849d5074fb7c: Preparing 15:09:21 aa5968d388b8: Preparing 15:09:21 849d5074fb7c: Waiting 15:09:21 aa5968d388b8: Waiting 15:09:21 22d798591b7b: Layer already exists 15:09:21 ca9c4919059e: Layer already exists 15:09:21 2bb3b1d96953: Layer already exists 15:09:21 ab2dead4fa21: Layer already exists 15:09:21 487aca168a20: Layer already exists 15:09:21 aa5968d388b8: Layer already exists 15:09:21 849d5074fb7c: Layer already exists 15:09:21 latest: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 15:09:21 ---> Running in 281c1db3f5f6 [Pipeline] sh 15:09:22 Removing intermediate container 281c1db3f5f6 15:09:22 ---> 7b4fa487bd8c 15:09:22 Step 24/24 : LABEL version=3.0.0-dev.93 15:09:22 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:22 ---> Running in 5ec00f1a5b1a 15:09:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.93 15:09:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:09:22 2bb3b1d96953: Preparing 15:09:22 487aca168a20: Preparing 15:09:22 ca9c4919059e: Preparing 15:09:22 22d798591b7b: Preparing 15:09:22 ab2dead4fa21: Preparing 15:09:22 849d5074fb7c: Preparing 15:09:22 aa5968d388b8: Preparing 15:09:22 849d5074fb7c: Waiting 15:09:22 aa5968d388b8: Waiting 15:09:22 2bb3b1d96953: Layer already exists 15:09:22 ca9c4919059e: Layer already exists 15:09:22 22d798591b7b: Layer already exists 15:09:22 487aca168a20: Layer already exists 15:09:22 ab2dead4fa21: Layer already exists 15:09:22 849d5074fb7c: Layer already exists 15:09:22 aa5968d388b8: Layer already exists 15:09:22 3.0.0-dev.93: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:22 Removing intermediate container 5ec00f1a5b1a 15:09:22 ---> ab904fccced0 15:09:22 15:09:22 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:23 Successfully built ab904fccced0 15:09:23 Successfully tagged security-spire-agent-arm64:latest 15:09:23  Building security-spire-agent ... done Building security-proxy-setup 15:09:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:09:23 2bb3b1d96953: Preparing 15:09:23 487aca168a20: Preparing 15:09:23 ca9c4919059e: Preparing 15:09:23 22d798591b7b: Preparing 15:09:23 ab2dead4fa21: Preparing 15:09:23 849d5074fb7c: Preparing 15:09:23 aa5968d388b8: Preparing 15:09:23 849d5074fb7c: Waiting 15:09:23 aa5968d388b8: Waiting 15:09:23 ab2dead4fa21: Layer already exists 15:09:23 487aca168a20: Layer already exists 15:09:23 22d798591b7b: Layer already exists 15:09:23 2bb3b1d96953: Layer already exists 15:09:23 ca9c4919059e: Layer already exists 15:09:23 aa5968d388b8: Layer already exists 15:09:23 849d5074fb7c: Layer already exists 15:09:23 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:23 + 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:09:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 15:09:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:09:23 2bb3b1d96953: Preparing 15:09:23 487aca168a20: Preparing 15:09:23 ca9c4919059e: Preparing 15:09:23 22d798591b7b: Preparing 15:09:23 ab2dead4fa21: Preparing 15:09:23 849d5074fb7c: Preparing 15:09:23 aa5968d388b8: Preparing 15:09:23 aa5968d388b8: Waiting 15:09:23 849d5074fb7c: Waiting 15:09:23 487aca168a20: Layer already exists 15:09:23 2bb3b1d96953: Layer already exists 15:09:23 22d798591b7b: Layer already exists 15:09:23 ab2dead4fa21: Layer already exists 15:09:23 ca9c4919059e: Layer already exists 15:09:23 849d5074fb7c: Layer already exists 15:09:23 aa5968d388b8: Layer already exists 15:09:23 main: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:23 ===================================================== [Pipeline] echo 15:09:23 taggedImages: 15:09:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:09:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.93 15:09:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 15:09:23 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:09:23 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:23 latest 15:09:23 3.0.0-dev.93 15:09:23 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:23 main 15:09:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:24 + docker push nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:09:24 07831899980b: Preparing 15:09:24 c232157b6d87: Preparing 15:09:24 ab2dead4fa21: Preparing 15:09:24 07f6f77a583c: Preparing 15:09:24 aa5968d388b8: Preparing 15:09:24 ab2dead4fa21: Layer already exists 15:09:24 aa5968d388b8: Layer already exists 15:09:24 07f6f77a583c: Pushed 15:09:24 07831899980b: Pushed 15:09:25 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:09:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:09:25 ---> 7ac2966e086c 15:09:25 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:09:25 ---> Using cache 15:09:25 ---> 5c203f20c41e 15:09:25 Step 4/22 : WORKDIR /edgex-go 15:09:25 ---> Using cache 15:09:25 ---> 987acd3c9374 15:09:25 Step 5/22 : RUN apk add --update --no-cache make git 15:09:25 ---> Using cache 15:09:25 ---> 9b8494a9e377 15:09:25 Step 6/22 : COPY go.mod vendor* ./ 15:09:25 ---> Using cache 15:09:25 ---> 19c2d7deb8d2 15:09:25 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:25 ---> Using cache 15:09:25 ---> a91724e37a57 15:09:25 Step 8/22 : COPY . . 15:09:25 c232157b6d87: Pushed 15:09:25 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 15:09:25 ---> Using cache 15:09:25 ---> 3628832b1059 15:09:25 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [Pipeline] sh 15:09:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest 15:09:26 ---> Running in 4f59cd1e6195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:26 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:09:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:09:26 07831899980b: Preparing 15:09:26 c232157b6d87: Preparing 15:09:26 ab2dead4fa21: Preparing 15:09:26 07f6f77a583c: Preparing 15:09:26 aa5968d388b8: Preparing 15:09:26 ab2dead4fa21: Layer already exists 15:09:26 07831899980b: Layer already exists 15:09:26 aa5968d388b8: Layer already exists 15:09:26 07f6f77a583c: Layer already exists 15:09:26 c232157b6d87: Layer already exists 15:09:26 latest: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:27 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.93 15:09:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:09:27 07831899980b: Preparing 15:09:27 c232157b6d87: Preparing 15:09:27 ab2dead4fa21: Preparing 15:09:27 07f6f77a583c: Preparing 15:09:27 aa5968d388b8: Preparing 15:09:27 aa5968d388b8: Layer already exists 15:09:27 07831899980b: Layer already exists 15:09:27 07f6f77a583c: Layer already exists 15:09:27 c232157b6d87: Layer already exists 15:09:27 ab2dead4fa21: Layer already exists 15:09:27 3.0.0-dev.93: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:27 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:09:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:09:27 ---> 7ac2966e086c 15:09:27 Step 3/20 : WORKDIR /edgex-go 15:09:27 ---> Using cache 15:09:27 + docker push nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:09:27 07831899980b: Preparing 15:09:27 c232157b6d87: Preparing 15:09:27 ab2dead4fa21: Preparing 15:09:27 07f6f77a583c: Preparing 15:09:27 aa5968d388b8: Preparing 15:09:27 aa5968d388b8: Layer already exists 15:09:27 07f6f77a583c: Layer already exists 15:09:27 c232157b6d87: Layer already exists 15:09:27 07831899980b: Layer already exists 15:09:27 ab2dead4fa21: Layer already exists 15:09:27 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:27 ---> f4232dfe4060 15:09:27 Step 4/20 : RUN apk add --update --no-cache make git 15:09:27 ---> Running in 20bd4c84c750 15:09:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:28 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:09:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:09:28 07831899980b: Preparing 15:09:28 c232157b6d87: Preparing 15:09:28 ab2dead4fa21: Preparing 15:09:28 07f6f77a583c: Preparing 15:09:28 aa5968d388b8: Preparing 15:09:28 aa5968d388b8: Layer already exists 15:09:28 07f6f77a583c: Layer already exists 15:09:28 ab2dead4fa21: Layer already exists 15:09:28 c232157b6d87: Layer already exists 15:09:28 07831899980b: Layer already exists 15:09:28 main: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:28 ===================================================== [Pipeline] echo 15:09:28 taggedImages: 15:09:28 - nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:28 - nexus3.edgexfoundry.org:10004/core-data:latest 15:09:28 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.93 15:09:28 - nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:28 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:09:28 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:09:28 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:28 latest 15:09:28 3.0.0-dev.93 15:09:28 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:28 main 15:09:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:09:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:09:28 5d85c618a4ac: Preparing 15:09:28 32a072269dd7: Preparing 15:09:28 975e0970db7b: Preparing 15:09:28 ab2dead4fa21: Preparing 15:09:28 849d5074fb7c: Preparing 15:09:28 aa5968d388b8: Preparing 15:09:28 aa5968d388b8: Waiting 15:09:28 ab2dead4fa21: Layer already exists 15:09:28 849d5074fb7c: Layer already exists 15:09:28 aa5968d388b8: Layer already exists 15:09:28 32a072269dd7: Pushed 15:09:28 5d85c618a4ac: Pushed 15:09:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:09:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:09:30 975e0970db7b: Pushed 15:09:30 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:09:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:09:31 5d85c618a4ac: Preparing 15:09:31 32a072269dd7: Preparing 15:09:31 975e0970db7b: Preparing 15:09:31 ab2dead4fa21: Preparing 15:09:31 849d5074fb7c: Preparing 15:09:31 aa5968d388b8: Preparing 15:09:31 975e0970db7b: Layer already exists 15:09:31 5d85c618a4ac: Layer already exists 15:09:31 ab2dead4fa21: Layer already exists 15:09:31 849d5074fb7c: Layer already exists 15:09:31 32a072269dd7: Layer already exists 15:09:31 aa5968d388b8: Layer already exists 15:09:31 latest: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv 15:09:31 OK: 221 MiB in 51 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.93 15:09:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:09:31 5d85c618a4ac: Preparing 15:09:31 32a072269dd7: Preparing 15:09:31 975e0970db7b: Preparing 15:09:31 ab2dead4fa21: Preparing 15:09:31 849d5074fb7c: Preparing 15:09:31 aa5968d388b8: Preparing 15:09:31 aa5968d388b8: Waiting 15:09:31 975e0970db7b: Layer already exists 15:09:31 ab2dead4fa21: Layer already exists 15:09:31 849d5074fb7c: Layer already exists 15:09:31 32a072269dd7: Layer already exists 15:09:31 5d85c618a4ac: Layer already exists 15:09:31 aa5968d388b8: Layer already exists 15:09:31 3.0.0-dev.93: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:09:32 5d85c618a4ac: Preparing 15:09:32 32a072269dd7: Preparing 15:09:32 975e0970db7b: Preparing 15:09:32 ab2dead4fa21: Preparing 15:09:32 849d5074fb7c: Preparing 15:09:32 aa5968d388b8: Preparing 15:09:32 aa5968d388b8: Waiting 15:09:32 849d5074fb7c: Layer already exists 15:09:32 ab2dead4fa21: Layer already exists 15:09:32 975e0970db7b: Layer already exists 15:09:32 32a072269dd7: Layer already exists 15:09:32 5d85c618a4ac: Layer already exists 15:09:32 aa5968d388b8: Layer already exists 15:09:32 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:32 Removing intermediate container 20bd4c84c750 15:09:32 ---> 0636228151f2 15:09:32 Step 5/20 : COPY go.mod vendor* ./ 15:09:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:09:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:09:33 5d85c618a4ac: Preparing 15:09:33 32a072269dd7: Preparing 15:09:33 975e0970db7b: Preparing 15:09:33 ab2dead4fa21: Preparing 15:09:33 849d5074fb7c: Preparing 15:09:33 aa5968d388b8: Preparing 15:09:33 aa5968d388b8: Waiting 15:09:33 5d85c618a4ac: Layer already exists 15:09:33 975e0970db7b: Layer already exists 15:09:33 ab2dead4fa21: Layer already exists 15:09:33 849d5074fb7c: Layer already exists 15:09:33 32a072269dd7: Layer already exists 15:09:33 aa5968d388b8: Layer already exists 15:09:33 main: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:33 ===================================================== [Pipeline] echo 15:09:33 taggedImages: 15:09:33 - nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:33 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:09:33 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.93 15:09:33 - nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:33 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:09:33 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:09:33 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:33 latest 15:09:33 3.0.0-dev.93 15:09:33 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:33 main 15:09:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:09:33 a5c142899375: Preparing 15:09:33 a5c142899375: Preparing 15:09:33 4de87a808325: Preparing 15:09:33 e0fef4ae1796: Preparing 15:09:33 f9af4aec617f: Preparing 15:09:33 62e65ccee430: Preparing 15:09:33 f46077f1cc0f: Preparing 15:09:33 ab2dead4fa21: Preparing 15:09:33 b5809e43b897: Preparing 15:09:33 89c76c0035dd: Preparing 15:09:33 b856e189e2f8: Preparing 15:09:33 93d9115b69fb: Preparing 15:09:33 aa5968d388b8: Preparing 15:09:33 89c76c0035dd: Waiting 15:09:33 b856e189e2f8: Waiting 15:09:33 ab2dead4fa21: Waiting 15:09:33 93d9115b69fb: Waiting 15:09:33 b5809e43b897: Waiting 15:09:33 f46077f1cc0f: Waiting 15:09:33 aa5968d388b8: Waiting 15:09:33 62e65ccee430: Pushed 15:09:33 4de87a808325: Pushed 15:09:33 f9af4aec617f: Pushed 15:09:33 a5c142899375: Pushed 15:09:33 e0fef4ae1796: Pushed 15:09:33 ab2dead4fa21: Layer already exists 15:09:33 ---> 9402ad3d4de0 15:09:33 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:33 ---> Running in d74099a1589a 15:09:33 93d9115b69fb: Pushed 15:09:33 89c76c0035dd: Pushed 15:09:33 b856e189e2f8: Pushed 15:09:33 b5809e43b897: Pushed 15:09:33 aa5968d388b8: Layer already exists 15:09:35 f46077f1cc0f: Pushed 15:09:35 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:09:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:09:36 a5c142899375: Preparing 15:09:36 a5c142899375: Preparing 15:09:36 4de87a808325: Preparing 15:09:36 e0fef4ae1796: Preparing 15:09:36 f9af4aec617f: Preparing 15:09:36 62e65ccee430: Preparing 15:09:36 f46077f1cc0f: Preparing 15:09:36 f46077f1cc0f: Waiting 15:09:36 ab2dead4fa21: Preparing 15:09:36 b5809e43b897: Preparing 15:09:36 89c76c0035dd: Preparing 15:09:36 b856e189e2f8: Preparing 15:09:36 89c76c0035dd: Waiting 15:09:36 b5809e43b897: Waiting 15:09:36 93d9115b69fb: Preparing 15:09:36 aa5968d388b8: Preparing 15:09:36 93d9115b69fb: Waiting 15:09:36 b856e189e2f8: Waiting 15:09:36 aa5968d388b8: Waiting 15:09:36 e0fef4ae1796: Layer already exists 15:09:36 4de87a808325: Layer already exists 15:09:36 a5c142899375: Layer already exists 15:09:36 f9af4aec617f: Layer already exists 15:09:36 62e65ccee430: Layer already exists 15:09:36 ab2dead4fa21: Layer already exists 15:09:36 f46077f1cc0f: Layer already exists 15:09:36 b5809e43b897: Layer already exists 15:09:36 b856e189e2f8: Layer already exists 15:09:36 89c76c0035dd: Layer already exists 15:09:36 93d9115b69fb: Layer already exists 15:09:36 aa5968d388b8: Layer already exists 15:09:36 latest: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.93 15:09:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:09:36 a5c142899375: Preparing 15:09:36 a5c142899375: Preparing 15:09:36 4de87a808325: Preparing 15:09:36 e0fef4ae1796: Preparing 15:09:36 f9af4aec617f: Preparing 15:09:36 62e65ccee430: Preparing 15:09:36 f46077f1cc0f: Preparing 15:09:36 ab2dead4fa21: Preparing 15:09:36 b5809e43b897: Preparing 15:09:36 89c76c0035dd: Preparing 15:09:36 b856e189e2f8: Preparing 15:09:36 93d9115b69fb: Preparing 15:09:36 aa5968d388b8: Preparing 15:09:36 89c76c0035dd: Waiting 15:09:36 b5809e43b897: Waiting 15:09:36 93d9115b69fb: Waiting 15:09:36 aa5968d388b8: Waiting 15:09:36 b856e189e2f8: Waiting 15:09:36 ab2dead4fa21: Waiting 15:09:36 f46077f1cc0f: Waiting 15:09:36 f9af4aec617f: Layer already exists 15:09:36 a5c142899375: Layer already exists 15:09:36 4de87a808325: Layer already exists 15:09:36 e0fef4ae1796: Layer already exists 15:09:36 62e65ccee430: Layer already exists 15:09:36 f46077f1cc0f: Layer already exists 15:09:36 ab2dead4fa21: Layer already exists 15:09:36 b5809e43b897: Layer already exists 15:09:36 89c76c0035dd: Layer already exists 15:09:36 b856e189e2f8: Layer already exists 15:09:36 93d9115b69fb: Layer already exists 15:09:36 aa5968d388b8: Layer already exists 15:09:36 3.0.0-dev.93: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:09:37 a5c142899375: Preparing 15:09:37 a5c142899375: Preparing 15:09:37 4de87a808325: Preparing 15:09:37 e0fef4ae1796: Preparing 15:09:37 f9af4aec617f: Preparing 15:09:37 62e65ccee430: Preparing 15:09:37 f46077f1cc0f: Preparing 15:09:37 ab2dead4fa21: Preparing 15:09:37 b5809e43b897: Preparing 15:09:37 89c76c0035dd: Preparing 15:09:37 b856e189e2f8: Preparing 15:09:37 93d9115b69fb: Preparing 15:09:37 aa5968d388b8: Preparing 15:09:37 f46077f1cc0f: Waiting 15:09:37 ab2dead4fa21: Waiting 15:09:37 b5809e43b897: Waiting 15:09:37 89c76c0035dd: Waiting 15:09:37 b856e189e2f8: Waiting 15:09:37 93d9115b69fb: Waiting 15:09:37 aa5968d388b8: Waiting 15:09:37 62e65ccee430: Layer already exists 15:09:37 a5c142899375: Layer already exists 15:09:37 4de87a808325: Layer already exists 15:09:37 e0fef4ae1796: Layer already exists 15:09:37 f9af4aec617f: Layer already exists 15:09:37 f46077f1cc0f: Layer already exists 15:09:37 b5809e43b897: Layer already exists 15:09:37 ab2dead4fa21: Layer already exists 15:09:37 89c76c0035dd: Layer already exists 15:09:37 b856e189e2f8: Layer already exists 15:09:37 aa5968d388b8: Layer already exists 15:09:37 93d9115b69fb: Layer already exists 15:09:37 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:09:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:09:38 a5c142899375: Preparing 15:09:38 a5c142899375: Preparing 15:09:38 4de87a808325: Preparing 15:09:38 e0fef4ae1796: Preparing 15:09:38 f9af4aec617f: Preparing 15:09:38 62e65ccee430: Preparing 15:09:38 f46077f1cc0f: Preparing 15:09:38 ab2dead4fa21: Preparing 15:09:38 b5809e43b897: Preparing 15:09:38 89c76c0035dd: Preparing 15:09:38 b856e189e2f8: Preparing 15:09:38 93d9115b69fb: Preparing 15:09:38 aa5968d388b8: Preparing 15:09:38 89c76c0035dd: Waiting 15:09:38 f46077f1cc0f: Waiting 15:09:38 b856e189e2f8: Waiting 15:09:38 ab2dead4fa21: Waiting 15:09:38 b5809e43b897: Waiting 15:09:38 aa5968d388b8: Waiting 15:09:38 93d9115b69fb: Waiting 15:09:38 e0fef4ae1796: Layer already exists 15:09:38 a5c142899375: Layer already exists 15:09:38 f9af4aec617f: Layer already exists 15:09:38 62e65ccee430: Layer already exists 15:09:38 4de87a808325: Layer already exists 15:09:38 f46077f1cc0f: Layer already exists 15:09:38 ab2dead4fa21: Layer already exists 15:09:38 b5809e43b897: Layer already exists 15:09:38 89c76c0035dd: Layer already exists 15:09:38 93d9115b69fb: Layer already exists 15:09:38 b856e189e2f8: Layer already exists 15:09:38 aa5968d388b8: Layer already exists 15:09:38 main: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:38 ===================================================== [Pipeline] echo 15:09:38 taggedImages: 15:09:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:09:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.93 15:09:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:09:38 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 15:09:38 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:38 latest 15:09:38 3.0.0-dev.93 15:09:38 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:38 main 15:09:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:09:38 2bb3b1d96953: Preparing 15:09:38 487aca168a20: Preparing 15:09:38 e6eb5c976c71: Preparing 15:09:38 e8ec380beb01: Preparing 15:09:38 ab2dead4fa21: Preparing 15:09:38 849d5074fb7c: Preparing 15:09:38 aa5968d388b8: Preparing 15:09:38 aa5968d388b8: Waiting 15:09:38 ab2dead4fa21: Layer already exists 15:09:38 2bb3b1d96953: Layer already exists 15:09:38 487aca168a20: Layer already exists 15:09:38 aa5968d388b8: Layer already exists 15:09:38 849d5074fb7c: Layer already exists 15:09:38 e6eb5c976c71: Pushed 15:09:40 e8ec380beb01: Pushed 15:09:40 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 15:09:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:09:40 2bb3b1d96953: Preparing 15:09:40 487aca168a20: Preparing 15:09:40 e6eb5c976c71: Preparing 15:09:40 e8ec380beb01: Preparing 15:09:40 ab2dead4fa21: Preparing 15:09:40 849d5074fb7c: Preparing 15:09:40 aa5968d388b8: Preparing 15:09:40 849d5074fb7c: Waiting 15:09:40 aa5968d388b8: Waiting 15:09:40 e6eb5c976c71: Layer already exists 15:09:40 e8ec380beb01: Layer already exists 15:09:40 487aca168a20: Layer already exists 15:09:40 2bb3b1d96953: Layer already exists 15:09:40 ab2dead4fa21: Layer already exists 15:09:40 849d5074fb7c: Layer already exists 15:09:40 aa5968d388b8: Layer already exists 15:09:40 latest: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:41 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.93 15:09:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:09:41 2bb3b1d96953: Preparing 15:09:41 487aca168a20: Preparing 15:09:41 e6eb5c976c71: Preparing 15:09:41 e8ec380beb01: Preparing 15:09:41 ab2dead4fa21: Preparing 15:09:41 849d5074fb7c: Preparing 15:09:41 aa5968d388b8: Preparing 15:09:41 849d5074fb7c: Waiting 15:09:41 aa5968d388b8: Waiting 15:09:41 e6eb5c976c71: Layer already exists 15:09:41 ab2dead4fa21: Layer already exists 15:09:41 e8ec380beb01: Layer already exists 15:09:41 2bb3b1d96953: Layer already exists 15:09:41 487aca168a20: Layer already exists 15:09:41 aa5968d388b8: Layer already exists 15:09:41 849d5074fb7c: Layer already exists 15:09:41 3.0.0-dev.93: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:41 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:09:42 2bb3b1d96953: Preparing 15:09:42 487aca168a20: Preparing 15:09:42 e6eb5c976c71: Preparing 15:09:42 e8ec380beb01: Preparing 15:09:42 ab2dead4fa21: Preparing 15:09:42 849d5074fb7c: Preparing 15:09:42 aa5968d388b8: Preparing 15:09:42 849d5074fb7c: Waiting 15:09:42 aa5968d388b8: Waiting 15:09:42 487aca168a20: Layer already exists 15:09:42 e6eb5c976c71: Layer already exists 15:09:42 2bb3b1d96953: Layer already exists 15:09:42 ab2dead4fa21: Layer already exists 15:09:42 e8ec380beb01: Layer already exists 15:09:42 aa5968d388b8: Layer already exists 15:09:42 849d5074fb7c: Layer already exists 15:09:42 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:42 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 15:09:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:09:42 2bb3b1d96953: Preparing 15:09:42 487aca168a20: Preparing 15:09:42 e6eb5c976c71: Preparing 15:09:42 e8ec380beb01: Preparing 15:09:42 ab2dead4fa21: Preparing 15:09:42 849d5074fb7c: Preparing 15:09:42 aa5968d388b8: Preparing 15:09:42 aa5968d388b8: Waiting 15:09:42 849d5074fb7c: Waiting 15:09:42 ab2dead4fa21: Layer already exists 15:09:42 e6eb5c976c71: Layer already exists 15:09:42 487aca168a20: Layer already exists 15:09:42 e8ec380beb01: Layer already exists 15:09:42 2bb3b1d96953: Layer already exists 15:09:42 849d5074fb7c: Layer already exists 15:09:42 aa5968d388b8: Layer already exists 15:09:42 main: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:42 ===================================================== [Pipeline] echo 15:09:42 taggedImages: 15:09:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 15:09:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.93 15:09:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 15:09:42 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:09:42 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:42 latest 15:09:42 3.0.0-dev.93 15:09:42 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:42 main 15:09:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:43 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:09:43 3cb25753591d: Preparing 15:09:43 de0744ab6df8: Preparing 15:09:43 4bd5ca53acd5: Preparing 15:09:43 3d47b41253a6: Preparing 15:09:43 cc48007b036f: Preparing 15:09:43 be7aa1d0103d: Preparing 15:09:43 aa5968d388b8: Preparing 15:09:43 aa5968d388b8: Waiting 15:09:43 be7aa1d0103d: Waiting 15:09:43 cc48007b036f: Pushed 15:09:43 3cb25753591d: Pushed 15:09:43 de0744ab6df8: Pushed 15:09:43 3d47b41253a6: Pushed 15:09:43 aa5968d388b8: Layer already exists 15:09:43 be7aa1d0103d: Pushed 15:09:44 4bd5ca53acd5: Pushed 15:09:44 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:09:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:09:45 3cb25753591d: Preparing 15:09:45 de0744ab6df8: Preparing 15:09:45 4bd5ca53acd5: Preparing 15:09:45 3d47b41253a6: Preparing 15:09:45 cc48007b036f: Preparing 15:09:45 be7aa1d0103d: Preparing 15:09:45 aa5968d388b8: Preparing 15:09:45 be7aa1d0103d: Waiting 15:09:45 aa5968d388b8: Waiting 15:09:45 3cb25753591d: Layer already exists 15:09:45 4bd5ca53acd5: Layer already exists 15:09:45 3d47b41253a6: Layer already exists 15:09:45 de0744ab6df8: Layer already exists 15:09:45 cc48007b036f: Layer already exists 15:09:45 aa5968d388b8: Layer already exists 15:09:45 be7aa1d0103d: Layer already exists 15:09:45 latest: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.93 15:09:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:09:46 3cb25753591d: Preparing 15:09:46 de0744ab6df8: Preparing 15:09:46 4bd5ca53acd5: Preparing 15:09:46 3d47b41253a6: Preparing 15:09:46 cc48007b036f: Preparing 15:09:46 be7aa1d0103d: Preparing 15:09:46 aa5968d388b8: Preparing 15:09:46 be7aa1d0103d: Waiting 15:09:46 aa5968d388b8: Waiting 15:09:46 3cb25753591d: Layer already exists 15:09:46 3d47b41253a6: Layer already exists 15:09:46 cc48007b036f: Layer already exists 15:09:46 de0744ab6df8: Layer already exists 15:09:46 4bd5ca53acd5: Layer already exists 15:09:46 be7aa1d0103d: Layer already exists 15:09:46 aa5968d388b8: Layer already exists 15:09:46 3.0.0-dev.93: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:09:46 3cb25753591d: Preparing 15:09:46 de0744ab6df8: Preparing 15:09:46 4bd5ca53acd5: Preparing 15:09:46 3d47b41253a6: Preparing 15:09:46 cc48007b036f: Preparing 15:09:46 be7aa1d0103d: Preparing 15:09:46 aa5968d388b8: Preparing 15:09:46 be7aa1d0103d: Waiting 15:09:46 aa5968d388b8: Waiting 15:09:46 de0744ab6df8: Layer already exists 15:09:46 3cb25753591d: Layer already exists 15:09:46 cc48007b036f: Layer already exists 15:09:46 4bd5ca53acd5: Layer already exists 15:09:46 3d47b41253a6: Layer already exists 15:09:46 be7aa1d0103d: Layer already exists 15:09:46 aa5968d388b8: Layer already exists 15:09:46 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:09:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:09:47 3cb25753591d: Preparing 15:09:47 de0744ab6df8: Preparing 15:09:47 4bd5ca53acd5: Preparing 15:09:47 3d47b41253a6: Preparing 15:09:47 cc48007b036f: Preparing 15:09:47 be7aa1d0103d: Preparing 15:09:47 aa5968d388b8: Preparing 15:09:47 be7aa1d0103d: Waiting 15:09:47 aa5968d388b8: Waiting 15:09:47 cc48007b036f: Layer already exists 15:09:47 3d47b41253a6: Layer already exists 15:09:47 de0744ab6df8: Layer already exists 15:09:47 3cb25753591d: Layer already exists 15:09:47 4bd5ca53acd5: Layer already exists 15:09:47 be7aa1d0103d: Layer already exists 15:09:47 aa5968d388b8: Layer already exists 15:09:47 main: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:47 ===================================================== [Pipeline] echo 15:09:47 taggedImages: 15:09:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:09:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.93 15:09:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:09:47 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:09:47 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:47 latest 15:09:47 3.0.0-dev.93 15:09:47 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:47 main 15:09:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:09:47 dc678b101fa8: Preparing 15:09:47 feff44b8fe8a: Preparing 15:09:47 957d56a4336b: Preparing 15:09:47 df00ef3e834e: Preparing 15:09:47 71ecd85f8917: Preparing 15:09:47 cb64cf2cb6a2: Preparing 15:09:47 846cdf2f331a: Preparing 15:09:47 79a38149f929: Preparing 15:09:47 aa5968d388b8: Preparing 15:09:47 846cdf2f331a: Waiting 15:09:47 79a38149f929: Waiting 15:09:47 cb64cf2cb6a2: Waiting 15:09:47 aa5968d388b8: Waiting 15:09:47 71ecd85f8917: Pushed 15:09:47 feff44b8fe8a: Pushed 15:09:47 dc678b101fa8: Pushed 15:09:48 cb64cf2cb6a2: Pushed 15:09:48 846cdf2f331a: Pushed 15:09:48 aa5968d388b8: Layer already exists 15:09:48 79a38149f929: Pushed 15:09:49 df00ef3e834e: Pushed 15:09:49 957d56a4336b: Pushed 15:09:49 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:09:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:09:50 dc678b101fa8: Preparing 15:09:50 feff44b8fe8a: Preparing 15:09:50 957d56a4336b: Preparing 15:09:50 df00ef3e834e: Preparing 15:09:50 71ecd85f8917: Preparing 15:09:50 cb64cf2cb6a2: Preparing 15:09:50 846cdf2f331a: Preparing 15:09:50 79a38149f929: Preparing 15:09:50 aa5968d388b8: Preparing 15:09:50 cb64cf2cb6a2: Waiting 15:09:50 846cdf2f331a: Waiting 15:09:50 79a38149f929: Waiting 15:09:50 aa5968d388b8: Waiting 15:09:50 feff44b8fe8a: Layer already exists 15:09:50 dc678b101fa8: Layer already exists 15:09:50 df00ef3e834e: Layer already exists 15:09:50 957d56a4336b: Layer already exists 15:09:50 71ecd85f8917: Layer already exists 15:09:50 846cdf2f331a: Layer already exists 15:09:50 cb64cf2cb6a2: Layer already exists 15:09:50 79a38149f929: Layer already exists 15:09:50 aa5968d388b8: Layer already exists 15:09:50 latest: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.93 15:09:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:09:50 dc678b101fa8: Preparing 15:09:50 feff44b8fe8a: Preparing 15:09:50 957d56a4336b: Preparing 15:09:50 df00ef3e834e: Preparing 15:09:50 71ecd85f8917: Preparing 15:09:50 cb64cf2cb6a2: Preparing 15:09:50 846cdf2f331a: Preparing 15:09:50 79a38149f929: Preparing 15:09:50 846cdf2f331a: Waiting 15:09:50 cb64cf2cb6a2: Waiting 15:09:50 aa5968d388b8: Preparing 15:09:50 79a38149f929: Waiting 15:09:50 aa5968d388b8: Waiting 15:09:50 957d56a4336b: Layer already exists 15:09:50 dc678b101fa8: Layer already exists 15:09:50 71ecd85f8917: Layer already exists 15:09:50 df00ef3e834e: Layer already exists 15:09:50 feff44b8fe8a: Layer already exists 15:09:50 cb64cf2cb6a2: Layer already exists 15:09:50 79a38149f929: Layer already exists 15:09:50 846cdf2f331a: Layer already exists 15:09:50 aa5968d388b8: Layer already exists 15:09:50 3.0.0-dev.93: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:09:51 dc678b101fa8: Preparing 15:09:51 feff44b8fe8a: Preparing 15:09:51 957d56a4336b: Preparing 15:09:51 df00ef3e834e: Preparing 15:09:51 71ecd85f8917: Preparing 15:09:51 cb64cf2cb6a2: Preparing 15:09:51 846cdf2f331a: Preparing 15:09:51 79a38149f929: Preparing 15:09:51 aa5968d388b8: Preparing 15:09:51 cb64cf2cb6a2: Waiting 15:09:51 846cdf2f331a: Waiting 15:09:51 79a38149f929: Waiting 15:09:51 aa5968d388b8: Waiting 15:09:51 71ecd85f8917: Layer already exists 15:09:51 df00ef3e834e: Layer already exists 15:09:51 feff44b8fe8a: Layer already exists 15:09:51 dc678b101fa8: Layer already exists 15:09:51 957d56a4336b: Layer already exists 15:09:51 cb64cf2cb6a2: Layer already exists 15:09:51 79a38149f929: Layer already exists 15:09:51 846cdf2f331a: Layer already exists 15:09:51 aa5968d388b8: Layer already exists 15:09:51 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:09:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:09:52 dc678b101fa8: Preparing 15:09:52 feff44b8fe8a: Preparing 15:09:52 957d56a4336b: Preparing 15:09:52 df00ef3e834e: Preparing 15:09:52 71ecd85f8917: Preparing 15:09:52 cb64cf2cb6a2: Preparing 15:09:52 846cdf2f331a: Preparing 15:09:52 79a38149f929: Preparing 15:09:52 aa5968d388b8: Preparing 15:09:52 cb64cf2cb6a2: Waiting 15:09:52 846cdf2f331a: Waiting 15:09:52 79a38149f929: Waiting 15:09:52 aa5968d388b8: Waiting 15:09:52 df00ef3e834e: Layer already exists 15:09:52 957d56a4336b: Layer already exists 15:09:52 dc678b101fa8: Layer already exists 15:09:52 feff44b8fe8a: Layer already exists 15:09:52 71ecd85f8917: Layer already exists 15:09:52 cb64cf2cb6a2: Layer already exists 15:09:52 846cdf2f331a: Layer already exists 15:09:52 79a38149f929: Layer already exists 15:09:52 aa5968d388b8: Layer already exists 15:09:52 main: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:52 ===================================================== [Pipeline] echo 15:09:52 taggedImages: 15:09:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:09:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.93 15:09:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:09:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:09:52 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:52 latest 15:09:52 3.0.0-dev.93 15:09:52 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:52 main 15:09:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:09:52 2514606178ef: Preparing 15:09:52 509ad71598e3: Preparing 15:09:52 ab2dead4fa21: Preparing 15:09:52 50f3a75a3362: Preparing 15:09:52 4e6476652798: Preparing 15:09:52 4e6476652798: Layer already exists 15:09:52 ab2dead4fa21: Layer already exists 15:09:52 2514606178ef: Pushed 15:09:53 50f3a75a3362: Pushed 15:09:54 509ad71598e3: Pushed 15:09:54 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:55 + 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:09:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:09:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:09:55 2514606178ef: Preparing 15:09:55 509ad71598e3: Preparing 15:09:55 ab2dead4fa21: Preparing 15:09:55 50f3a75a3362: Preparing 15:09:55 4e6476652798: Preparing 15:09:55 2514606178ef: Layer already exists 15:09:55 4e6476652798: Layer already exists 15:09:55 50f3a75a3362: Layer already exists 15:09:55 ab2dead4fa21: Layer already exists 15:09:55 509ad71598e3: Layer already exists 15:09:55 latest: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:55 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.93 15:09:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:09:56 2514606178ef: Preparing 15:09:56 509ad71598e3: Preparing 15:09:56 ab2dead4fa21: Preparing 15:09:56 50f3a75a3362: Preparing 15:09:56 4e6476652798: Preparing 15:09:56 ab2dead4fa21: Layer already exists 15:09:56 509ad71598e3: Layer already exists 15:09:56 2514606178ef: Layer already exists 15:09:56 4e6476652798: Layer already exists 15:09:56 50f3a75a3362: Layer already exists 15:09:56 3.0.0-dev.93: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:56 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:09:56 2514606178ef: Preparing 15:09:56 509ad71598e3: Preparing 15:09:56 ab2dead4fa21: Preparing 15:09:56 50f3a75a3362: Preparing 15:09:56 4e6476652798: Preparing 15:09:56 509ad71598e3: Layer already exists 15:09:56 4e6476652798: Layer already exists 15:09:56 ab2dead4fa21: Layer already exists 15:09:56 50f3a75a3362: Layer already exists 15:09:56 2514606178ef: Layer already exists 15:09:56 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:56 + 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:09:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:09:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:09:57 2514606178ef: Preparing 15:09:57 509ad71598e3: Preparing 15:09:57 ab2dead4fa21: Preparing 15:09:57 50f3a75a3362: Preparing 15:09:57 4e6476652798: Preparing 15:09:57 ab2dead4fa21: Layer already exists 15:09:57 50f3a75a3362: Layer already exists 15:09:57 2514606178ef: Layer already exists 15:09:57 4e6476652798: Layer already exists 15:09:57 509ad71598e3: Layer already exists 15:09:57 main: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:57 ===================================================== [Pipeline] echo 15:09:57 taggedImages: 15:09:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:09:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.93 15:09:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:09:57 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:09:57 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:57 latest 15:09:57 3.0.0-dev.93 15:09:57 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:09:57 main 15:09:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:09:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:09:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:09:57 6d2ac86485b1: Preparing 15:09:57 c3b64e00a7ad: Preparing 15:09:57 db8ec254a52f: Preparing 15:09:57 c3b9daec21bf: Preparing 15:09:57 966ed901f0c9: Preparing 15:09:57 10894d51140e: Preparing 15:09:57 4e6476652798: Preparing 15:09:57 10894d51140e: Waiting 15:09:57 4e6476652798: Waiting 15:09:57 c3b64e00a7ad: Pushed 15:09:57 db8ec254a52f: Pushed 15:09:57 6d2ac86485b1: Pushed 15:09:57 4e6476652798: Layer already exists 15:09:58 10894d51140e: Pushed 15:10:01 966ed901f0c9: Pushed 15:10:05 c3b9daec21bf: Pushed 15:10:05 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:10:05 6d2ac86485b1: Preparing 15:10:05 c3b64e00a7ad: Preparing 15:10:05 db8ec254a52f: Preparing 15:10:05 c3b9daec21bf: Preparing 15:10:05 966ed901f0c9: Preparing 15:10:05 10894d51140e: Preparing 15:10:05 4e6476652798: Preparing 15:10:05 10894d51140e: Waiting 15:10:05 4e6476652798: Waiting 15:10:05 966ed901f0c9: Layer already exists 15:10:05 c3b9daec21bf: Layer already exists 15:10:05 db8ec254a52f: Layer already exists 15:10:05 6d2ac86485b1: Layer already exists 15:10:05 c3b64e00a7ad: Layer already exists 15:10:05 4e6476652798: Layer already exists 15:10:05 10894d51140e: Layer already exists 15:10:05 latest: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.93 15:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:10:06 6d2ac86485b1: Preparing 15:10:06 c3b64e00a7ad: Preparing 15:10:06 db8ec254a52f: Preparing 15:10:06 c3b9daec21bf: Preparing 15:10:06 966ed901f0c9: Preparing 15:10:06 10894d51140e: Preparing 15:10:06 4e6476652798: Preparing 15:10:06 10894d51140e: Waiting 15:10:06 4e6476652798: Waiting 15:10:06 966ed901f0c9: Layer already exists 15:10:06 c3b9daec21bf: Layer already exists 15:10:06 6d2ac86485b1: Layer already exists 15:10:06 db8ec254a52f: Layer already exists 15:10:06 c3b64e00a7ad: Layer already exists 15:10:06 10894d51140e: Layer already exists 15:10:06 4e6476652798: Layer already exists 15:10:06 3.0.0-dev.93: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:10:06 6d2ac86485b1: Preparing 15:10:06 c3b64e00a7ad: Preparing 15:10:06 db8ec254a52f: Preparing 15:10:06 c3b9daec21bf: Preparing 15:10:06 966ed901f0c9: Preparing 15:10:06 10894d51140e: Preparing 15:10:06 4e6476652798: Preparing 15:10:06 10894d51140e: Waiting 15:10:06 4e6476652798: Waiting 15:10:06 6d2ac86485b1: Layer already exists 15:10:06 966ed901f0c9: Layer already exists 15:10:06 c3b64e00a7ad: Layer already exists 15:10:06 db8ec254a52f: Layer already exists 15:10:06 c3b9daec21bf: Layer already exists 15:10:06 10894d51140e: Layer already exists 15:10:06 4e6476652798: Layer already exists 15:10:06 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:07 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:10:07 6d2ac86485b1: Preparing 15:10:07 c3b64e00a7ad: Preparing 15:10:07 db8ec254a52f: Preparing 15:10:07 c3b9daec21bf: Preparing 15:10:07 966ed901f0c9: Preparing 15:10:07 10894d51140e: Preparing 15:10:07 4e6476652798: Preparing 15:10:07 10894d51140e: Waiting 15:10:07 4e6476652798: Waiting 15:10:07 c3b64e00a7ad: Layer already exists 15:10:07 c3b9daec21bf: Layer already exists 15:10:07 db8ec254a52f: Layer already exists 15:10:07 6d2ac86485b1: Layer already exists 15:10:07 966ed901f0c9: Layer already exists 15:10:07 4e6476652798: Layer already exists 15:10:07 10894d51140e: Layer already exists 15:10:07 main: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:07 ===================================================== [Pipeline] echo 15:10:07 taggedImages: 15:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.93 15:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:10:07 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:10:07 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:07 latest 15:10:07 3.0.0-dev.93 15:10:07 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:07 main 15:10:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:07 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:10:08 18a3881ae738: Preparing 15:10:08 2bf489451bb9: Preparing 15:10:08 8b1b3424c4b1: Preparing 15:10:08 491b6926f79f: Preparing 15:10:08 27c170909825: Preparing 15:10:08 4e6476652798: Preparing 15:10:08 4e6476652798: Waiting 15:10:08 18a3881ae738: Pushed 15:10:08 2bf489451bb9: Pushed 15:10:08 8b1b3424c4b1: Pushed 15:10:08 4e6476652798: Layer already exists 15:10:08 27c170909825: Pushed 15:10:15 491b6926f79f: Pushed 15:10:15 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:10:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:10:16 18a3881ae738: Preparing 15:10:16 2bf489451bb9: Preparing 15:10:16 8b1b3424c4b1: Preparing 15:10:16 491b6926f79f: Preparing 15:10:16 27c170909825: Preparing 15:10:16 4e6476652798: Preparing 15:10:16 18a3881ae738: Layer already exists 15:10:16 8b1b3424c4b1: Layer already exists 15:10:16 2bf489451bb9: Layer already exists 15:10:16 491b6926f79f: Layer already exists 15:10:16 27c170909825: Layer already exists 15:10:16 4e6476652798: Layer already exists 15:10:16 latest: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.93 15:10:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:10:16 18a3881ae738: Preparing 15:10:16 2bf489451bb9: Preparing 15:10:16 8b1b3424c4b1: Preparing 15:10:16 491b6926f79f: Preparing 15:10:16 27c170909825: Preparing 15:10:16 4e6476652798: Preparing 15:10:16 491b6926f79f: Layer already exists 15:10:16 8b1b3424c4b1: Layer already exists 15:10:16 18a3881ae738: Layer already exists 15:10:16 27c170909825: Layer already exists 15:10:16 2bf489451bb9: Layer already exists 15:10:16 4e6476652798: Layer already exists 15:10:16 3.0.0-dev.93: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:10:17 18a3881ae738: Preparing 15:10:17 2bf489451bb9: Preparing 15:10:17 8b1b3424c4b1: Preparing 15:10:17 491b6926f79f: Preparing 15:10:17 27c170909825: Preparing 15:10:17 4e6476652798: Preparing 15:10:17 4e6476652798: Waiting 15:10:17 2bf489451bb9: Layer already exists 15:10:17 8b1b3424c4b1: Layer already exists 15:10:17 491b6926f79f: Layer already exists 15:10:17 18a3881ae738: Layer already exists 15:10:17 27c170909825: Layer already exists 15:10:17 4e6476652798: Layer already exists 15:10:17 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:17 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:10:17 18a3881ae738: Preparing 15:10:17 2bf489451bb9: Preparing 15:10:17 8b1b3424c4b1: Preparing 15:10:17 491b6926f79f: Preparing 15:10:17 27c170909825: Preparing 15:10:17 4e6476652798: Preparing 15:10:17 27c170909825: Layer already exists 15:10:17 8b1b3424c4b1: Layer already exists 15:10:17 491b6926f79f: Layer already exists 15:10:17 2bf489451bb9: Layer already exists 15:10:17 18a3881ae738: Layer already exists 15:10:17 4e6476652798: Layer already exists 15:10:17 main: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:17 ===================================================== [Pipeline] echo 15:10:17 taggedImages: 15:10:17 - nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:17 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:10:17 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.93 15:10:17 - nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:17 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:10:17 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:10:17 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:17 latest 15:10:17 3.0.0-dev.93 15:10:17 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:17 main 15:10:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:10:18 dcb20d8fd3e0: Preparing 15:10:18 db26bced5750: Preparing 15:10:18 3e66978b8e22: Preparing 15:10:18 491b6926f79f: Preparing 15:10:18 10894d51140e: Preparing 15:10:18 4e6476652798: Preparing 15:10:18 4e6476652798: Waiting 15:10:18 10894d51140e: Layer already exists 15:10:18 491b6926f79f: Layer already exists 15:10:18 4e6476652798: Layer already exists 15:10:18 db26bced5750: Pushed 15:10:18 dcb20d8fd3e0: Pushed 15:10:18 3e66978b8e22: Pushed 15:10:18 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:10:19 dcb20d8fd3e0: Preparing 15:10:19 db26bced5750: Preparing 15:10:19 3e66978b8e22: Preparing 15:10:19 491b6926f79f: Preparing 15:10:19 10894d51140e: Preparing 15:10:19 4e6476652798: Preparing 15:10:19 4e6476652798: Waiting 15:10:19 dcb20d8fd3e0: Layer already exists 15:10:19 491b6926f79f: Layer already exists 15:10:19 10894d51140e: Layer already exists 15:10:19 db26bced5750: Layer already exists 15:10:19 3e66978b8e22: Layer already exists 15:10:19 4e6476652798: Layer already exists 15:10:19 latest: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.93 15:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:10:20 dcb20d8fd3e0: Preparing 15:10:20 db26bced5750: Preparing 15:10:20 3e66978b8e22: Preparing 15:10:20 491b6926f79f: Preparing 15:10:20 10894d51140e: Preparing 15:10:20 4e6476652798: Preparing 15:10:20 db26bced5750: Layer already exists 15:10:20 3e66978b8e22: Layer already exists 15:10:20 491b6926f79f: Layer already exists 15:10:20 dcb20d8fd3e0: Layer already exists 15:10:20 10894d51140e: Layer already exists 15:10:20 4e6476652798: Layer already exists 15:10:20 3.0.0-dev.93: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:10:20 dcb20d8fd3e0: Preparing 15:10:20 db26bced5750: Preparing 15:10:20 3e66978b8e22: Preparing 15:10:20 491b6926f79f: Preparing 15:10:20 10894d51140e: Preparing 15:10:20 4e6476652798: Preparing 15:10:20 4e6476652798: Waiting 15:10:20 10894d51140e: Layer already exists 15:10:20 dcb20d8fd3e0: Layer already exists 15:10:20 db26bced5750: Layer already exists 15:10:20 3e66978b8e22: Layer already exists 15:10:20 491b6926f79f: Layer already exists 15:10:20 4e6476652798: Layer already exists 15:10:20 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:10:21 dcb20d8fd3e0: Preparing 15:10:21 db26bced5750: Preparing 15:10:21 3e66978b8e22: Preparing 15:10:21 491b6926f79f: Preparing 15:10:21 10894d51140e: Preparing 15:10:21 4e6476652798: Preparing 15:10:21 4e6476652798: Waiting 15:10:21 3e66978b8e22: Layer already exists 15:10:21 db26bced5750: Layer already exists 15:10:21 491b6926f79f: Layer already exists 15:10:21 10894d51140e: Layer already exists 15:10:21 dcb20d8fd3e0: Layer already exists 15:10:21 4e6476652798: Layer already exists 15:10:21 main: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:21 ===================================================== [Pipeline] echo 15:10:21 taggedImages: 15:10:21 - nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:21 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:10:21 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.93 15:10:21 - nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:21 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:10:21 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:10:21 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:21 latest 15:10:21 3.0.0-dev.93 15:10:21 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:21 main 15:10:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:10:22 86569f7861e6: Preparing 15:10:22 8272c95aa207: Preparing 15:10:22 ab2dead4fa21: Preparing 15:10:22 b940ef87283b: Preparing 15:10:22 aa5968d388b8: Preparing 15:10:22 ab2dead4fa21: Layer already exists 15:10:22 aa5968d388b8: Layer already exists 15:10:22 86569f7861e6: Pushed 15:10:22 b940ef87283b: Pushed 15:10:25 8272c95aa207: Pushed 15:10:25 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:10:26 86569f7861e6: Preparing 15:10:26 8272c95aa207: Preparing 15:10:26 ab2dead4fa21: Preparing 15:10:26 b940ef87283b: Preparing 15:10:26 aa5968d388b8: Preparing 15:10:26 ab2dead4fa21: Layer already exists 15:10:26 b940ef87283b: Layer already exists 15:10:26 8272c95aa207: Layer already exists 15:10:26 86569f7861e6: Layer already exists 15:10:26 aa5968d388b8: Layer already exists 15:10:26 latest: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.93 15:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:10:26 86569f7861e6: Preparing 15:10:26 8272c95aa207: Preparing 15:10:26 ab2dead4fa21: Preparing 15:10:26 b940ef87283b: Preparing 15:10:26 aa5968d388b8: Preparing 15:10:26 8272c95aa207: Layer already exists 15:10:26 ab2dead4fa21: Layer already exists 15:10:26 b940ef87283b: Layer already exists 15:10:26 86569f7861e6: Layer already exists 15:10:26 aa5968d388b8: Layer already exists 15:10:26 3.0.0-dev.93: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:10:27 86569f7861e6: Preparing 15:10:27 8272c95aa207: Preparing 15:10:27 ab2dead4fa21: Preparing 15:10:27 b940ef87283b: Preparing 15:10:27 aa5968d388b8: Preparing 15:10:27 ab2dead4fa21: Layer already exists 15:10:27 b940ef87283b: Layer already exists 15:10:27 aa5968d388b8: Layer already exists 15:10:27 8272c95aa207: Layer already exists 15:10:27 86569f7861e6: Layer already exists 15:10:27 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:10:27 86569f7861e6: Preparing 15:10:27 8272c95aa207: Preparing 15:10:27 ab2dead4fa21: Preparing 15:10:27 b940ef87283b: Preparing 15:10:27 aa5968d388b8: Preparing 15:10:27 86569f7861e6: Layer already exists 15:10:27 8272c95aa207: Layer already exists 15:10:27 aa5968d388b8: Layer already exists 15:10:27 b940ef87283b: Layer already exists 15:10:27 ab2dead4fa21: Layer already exists 15:10:27 main: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:27 ===================================================== [Pipeline] echo 15:10:27 taggedImages: 15:10:27 - nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:27 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:10:27 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.93 15:10:27 - nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:27 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:10:27 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:10:27 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:27 latest 15:10:27 3.0.0-dev.93 15:10:27 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:27 main 15:10:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:10:28 d5d217fe6a35: Preparing 15:10:28 fc929ae60075: Preparing 15:10:28 ab2dead4fa21: Preparing 15:10:28 849d5074fb7c: Preparing 15:10:28 aa5968d388b8: Preparing 15:10:28 aa5968d388b8: Layer already exists 15:10:28 849d5074fb7c: Layer already exists 15:10:28 ab2dead4fa21: Layer already exists 15:10:28 d5d217fe6a35: Pushed 15:10:31 fc929ae60075: Pushed 15:10:31 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:10:32 d5d217fe6a35: Preparing 15:10:32 fc929ae60075: Preparing 15:10:32 ab2dead4fa21: Preparing 15:10:32 849d5074fb7c: Preparing 15:10:32 aa5968d388b8: Preparing 15:10:32 aa5968d388b8: Layer already exists 15:10:32 849d5074fb7c: Layer already exists 15:10:32 ab2dead4fa21: Layer already exists 15:10:32 fc929ae60075: Layer already exists 15:10:32 d5d217fe6a35: Layer already exists 15:10:32 latest: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.93 15:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:10:33 d5d217fe6a35: Preparing 15:10:33 fc929ae60075: Preparing 15:10:33 ab2dead4fa21: Preparing 15:10:33 849d5074fb7c: Preparing 15:10:33 aa5968d388b8: Preparing 15:10:33 aa5968d388b8: Layer already exists 15:10:33 d5d217fe6a35: Layer already exists 15:10:33 849d5074fb7c: Layer already exists 15:10:33 fc929ae60075: Layer already exists 15:10:33 ab2dead4fa21: Layer already exists 15:10:33 3.0.0-dev.93: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:10:33 d5d217fe6a35: Preparing 15:10:33 fc929ae60075: Preparing 15:10:33 ab2dead4fa21: Preparing 15:10:33 849d5074fb7c: Preparing 15:10:33 aa5968d388b8: Preparing 15:10:33 fc929ae60075: Layer already exists 15:10:33 ab2dead4fa21: Layer already exists 15:10:33 aa5968d388b8: Layer already exists 15:10:33 849d5074fb7c: Layer already exists 15:10:33 d5d217fe6a35: Layer already exists 15:10:33 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:10:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:10:34 d5d217fe6a35: Preparing 15:10:34 fc929ae60075: Preparing 15:10:34 ab2dead4fa21: Preparing 15:10:34 849d5074fb7c: Preparing 15:10:34 aa5968d388b8: Preparing 15:10:34 d5d217fe6a35: Layer already exists 15:10:34 849d5074fb7c: Layer already exists 15:10:34 fc929ae60075: Layer already exists 15:10:34 aa5968d388b8: Layer already exists 15:10:34 ab2dead4fa21: Layer already exists 15:10:34 main: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:34 ===================================================== [Pipeline] echo 15:10:34 taggedImages: 15:10:34 - nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:10:34 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:10:34 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.93 15:10:34 - nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:10:34 - 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:11:10 Removing intermediate container d74099a1589a 15:11:10 ---> 7c55de2b1886 15:11:10 Step 7/20 : COPY . . 15:11:10 ---> f85ba5a32849 15:11:10 Step 8/20 : RUN make cmd/secrets-config/secrets-config 15:11:10 ---> Running in 83ee831604fc 15:11:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:14:48 Removing intermediate container 07841d90836e 15:14:48 ---> 3c0a0110ab8b 15:14:48 15:14:48 Step 9/32 : FROM alpine:3.16 15:14:48 3.16: Pulling from library/alpine 15:14:48 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:14:48 Status: Downloaded newer image for alpine:3.16 15:14:48 ---> 4c81e5bf8899 15:14:48 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:14:48 ---> Running in 2b77416ad53d 15:14:49 Removing intermediate container 2b77416ad53d 15:14:49 ---> f3c0955d0733 15:14:49 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:14:49 ---> Running in 62b4da4fb799 15:14:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:14:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:14:52 (1/2) Installing dumb-init (1.2.5-r1) 15:14:52 (2/2) Installing su-exec (0.2-r1) 15:14:52 Executing busybox-1.35.0-r17.trigger 15:14:52 OK: 5 MiB in 16 packages 15:14:54 Removing intermediate container 62b4da4fb799 15:14:54 ---> 50e83f0afe2c 15:14:54 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:14:54 ---> Running in 5661cb549f43 15:14:54 Removing intermediate container 5661cb549f43 15:14:54 ---> 71b561eee623 15:14:54 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:14:54 ---> Running in b5ae292bfb4d 15:14:55 Removing intermediate container b5ae292bfb4d 15:14:55 ---> 109375e19c4d 15:14:55 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:14:55 ---> Running in cf383f23dc9b 15:14:56 Removing intermediate container cf383f23dc9b 15:14:56 ---> 5d58a792de8d 15:14:56 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:14:56 ---> Running in b5b923703ef3 15:14:56 Removing intermediate container b5b923703ef3 15:14:56 ---> a24c7b20b28d 15:14:56 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:14:56 ---> Running in 7d0d7a2f937b 15:15:00 Removing intermediate container 7d0d7a2f937b 15:15:00 ---> 017351316b3a 15:15:00 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:15:00 ---> Running in fd41a43dc779 15:15:00 Removing intermediate container fd41a43dc779 15:15:00 ---> c82b69e45336 15:15:00 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:15:01 ---> eb7e9b32bb06 15:15:01 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:15:01 ---> Running in 0210f7cbb7c4 15:15:04 Removing intermediate container 0210f7cbb7c4 15:15:04 ---> d2eafe1347dd 15:15:04 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:15:05 ---> 658155e13f8a 15:15:05 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:15:07 ---> 87f87970607b 15:15:07 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:15:08 ---> d75c14bb1d4e 15:15:08 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:15:09 ---> 5485e81315c9 15:15:09 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:15:10 ---> 245b79c0184e 15:15:10 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:15:11 ---> c4555c3d78e3 15:15:11 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:15:12 ---> d49ccf487f56 15:15:12 Step 27/32 : RUN chmod +x /entrypoint.sh 15:15:12 ---> Running in 5690d556d4f8 15:15:15 Removing intermediate container 5690d556d4f8 15:15:15 ---> ca7cd0c32580 15:15:15 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:15:15 ---> Running in e15a60a44581 15:15:16 Removing intermediate container e15a60a44581 15:15:16 ---> 618b85653feb 15:15:16 Step 29/32 : CMD ["gate"] 15:15:16 ---> Running in 54bdea150f42 15:15:17 Removing intermediate container 54bdea150f42 15:15:17 ---> 8e51d02dd576 15:15:17 Step 30/32 : LABEL arch=arm64 15:15:18 ---> Running in 9076ec127192 15:15:19 Removing intermediate container 9076ec127192 15:15:19 ---> eb54ab26d429 15:15:19 Step 31/32 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:15:19 ---> Running in 770bbecbaf7a 15:15:20 Removing intermediate container 770bbecbaf7a 15:15:20 ---> f121797c57b8 15:15:20 Step 32/32 : LABEL version=3.0.0-dev.93 15:15:20 ---> Running in 351db5738553 15:15:21 Removing intermediate container 351db5738553 15:15:21 ---> 42239ec9ade2 15:15:21 15:15:21 Successfully built 42239ec9ade2 15:15:21 Successfully tagged security-bootstrapper-arm64:latest 15:15:21  Building security-bootstrapper ... done Building core-data 15:15:24 Removing intermediate container 4f59cd1e6195 15:15:24 ---> 7079ab415fc9 15:15:24 15:15:24 Step 10/22 : FROM alpine:3.16 15:15:24 ---> 4c81e5bf8899 15:15:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:15:24 ---> Running in 3a98f62a5245 15:15:24 Removing intermediate container 3a98f62a5245 15:15:24 ---> 402e463497c1 15:15:24 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:15:24 ---> Running in 38c1c86658a7 15:15:26 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:15:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:15:26 ---> 7ac2966e086c 15:15:26 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:15:26 ---> Using cache 15:15:26 ---> 5c203f20c41e 15:15:26 Step 4/22 : WORKDIR /edgex-go 15:15:26 ---> Using cache 15:15:26 ---> 987acd3c9374 15:15:26 Step 5/22 : RUN apk add --update --no-cache make git 15:15:26 ---> Using cache 15:15:26 ---> 9b8494a9e377 15:15:26 Step 6/22 : COPY go.mod vendor* ./ 15:15:26 ---> Using cache 15:15:26 ---> 19c2d7deb8d2 15:15:26 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:15:26 ---> Using cache 15:15:26 ---> a91724e37a57 15:15:26 Step 8/22 : COPY . . 15:15:26 ---> Using cache 15:15:26 ---> 3628832b1059 15:15:26 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:15:26 ---> Running in f13bdb464a63 15:15:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:15:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:15:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:15:29 (1/1) Installing dumb-init (1.2.5-r1) 15:15:29 Executing busybox-1.35.0-r17.trigger 15:15:29 OK: 5 MiB in 15 packages 15:15:30 Removing intermediate container 38c1c86658a7 15:15:30 ---> af941b009332 15:15:30 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:15:31 ---> b09f60f5c527 15:15:31 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 15:15:33 ---> 0374a9e4a9c6 15:15:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 15:15:36 ---> fe4b3c005927 15:15:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 15:15:37 ---> 6843301ee548 15:15:37 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:15:37 ---> Running in e3f64eb724e7 15:15:40 Removing intermediate container e3f64eb724e7 15:15:40 ---> 0582aa6010c6 15:15:40 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:15:40 ---> Running in 01868367f09f 15:15:40 Removing intermediate container 01868367f09f 15:15:40 ---> 54305f912405 15:15:40 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 15:15:40 ---> Running in d12996fb669a 15:15:41 Removing intermediate container d12996fb669a 15:15:41 ---> 3a3edc980de2 15:15:41 Step 20/22 : LABEL arch=arm64 15:15:41 ---> Running in e757fc30d1a9 15:15:42 Removing intermediate container e757fc30d1a9 15:15:42 ---> 8be8b319d1b1 15:15:42 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:15:42 ---> Running in fedf537bf680 15:15:42 Removing intermediate container fedf537bf680 15:15:42 ---> 134f1b8c9566 15:15:42 Step 22/22 : LABEL version=3.0.0-dev.93 15:15:42 ---> Running in 693abf881639 15:15:43 Removing intermediate container 693abf881639 15:15:43 ---> 397281660a8b 15:15:43 15:15:43 Successfully built 397281660a8b 15:15:43 Successfully tagged security-proxy-auth-arm64:latest 15:15:43 Building core-common-config-bootstrapper 15:15:47  Building security-proxy-auth ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:15:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:15:47 ---> 7ac2966e086c 15:15:47 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:15:47 ---> Using cache 15:15:47 ---> 5c203f20c41e 15:15:47 Step 4/22 : WORKDIR /edgex-go 15:15:47 ---> Using cache 15:15:47 ---> 987acd3c9374 15:15:47 Step 5/22 : RUN apk add --update --no-cache make git 15:15:47 ---> Using cache 15:15:47 ---> 9b8494a9e377 15:15:47 Step 6/22 : COPY go.mod vendor* ./ 15:15:47 ---> Using cache 15:15:47 ---> 19c2d7deb8d2 15:15:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:15:47 ---> Using cache 15:15:47 ---> a91724e37a57 15:15:47 Step 8/22 : COPY . . 15:15:47 ---> Using cache 15:15:47 ---> 3628832b1059 15:15:47 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:15:48 ---> Running in e23a439d3ec4 15:15:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:15:54 Removing intermediate container 7ebc7a988a5f 15:15:54 ---> f31a88024999 15:15:54 15:15:54 Step 10/24 : FROM alpine:3.16 15:15:54 ---> 4c81e5bf8899 15:15:54 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:15:54 ---> Running in 46ff808dce24 15:15:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:15:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:15:57 (1/1) Installing dumb-init (1.2.5-r1) 15:15:57 Executing busybox-1.35.0-r17.trigger 15:15:57 OK: 5 MiB in 15 packages 15:15:59 Removing intermediate container 46ff808dce24 15:15:59 ---> 9aafd67b0c31 15:15:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:15:59 ---> Running in ad177bc1ca7b 15:15:59 Removing intermediate container ad177bc1ca7b 15:15:59 ---> 664206db978c 15:15:59 Step 13/24 : ENV APP_PORT=59881 15:15:59 ---> Running in 91ed61d12494 15:16:00 Removing intermediate container 91ed61d12494 15:16:00 ---> 3b7970a02437 15:16:00 Step 14/24 : EXPOSE $APP_PORT 15:16:02 ---> Running in df2df308ec8e 15:16:03 Removing intermediate container df2df308ec8e 15:16:03 ---> 08f0e9d168e3 15:16:03 Step 15/24 : WORKDIR / 15:16:03 ---> Running in 9a6728c8259e 15:16:03 Removing intermediate container 9a6728c8259e 15:16:03 ---> 50a348a66c06 15:16:03 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:16:04 ---> 2b1af1f7c43a 15:16:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:16:06 ---> 925e3e80f88b 15:16:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:16:07 ---> a8a96d4bc64c 15:16:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:16:07 ---> 1bb3d8c461ba 15:16:07 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:16:07 ---> Running in ea33199a3a51 15:16:08 Removing intermediate container ea33199a3a51 15:16:08 ---> 53008bd30dd0 15:16:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:16:08 ---> Running in 89afd898a1cd 15:16:09 Removing intermediate container 89afd898a1cd 15:16:09 ---> 712c3668b88a 15:16:09 Step 22/24 : LABEL arch=arm64 15:16:09 ---> Running in c6d6466ec35d 15:16:09 Removing intermediate container c6d6466ec35d 15:16:09 ---> f7711140fff9 15:16:09 Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:16:09 ---> Running in 03201bd248d9 15:16:10 Removing intermediate container 03201bd248d9 15:16:10 ---> e28ae42962cb 15:16:10 Step 24/24 : LABEL version=3.0.0-dev.93 15:16:10 ---> Running in f637da9de894 15:16:10 Removing intermediate container f637da9de894 15:16:10 ---> ab469a35067c 15:16:10 15:16:11 Successfully built ab469a35067c 15:16:11 Successfully tagged core-metadata-arm64:latest 15:16:11  Building core-metadata ... done Building security-spiffe-token-provider 15:16:14 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:16:14 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:16:14 ---> 7ac2966e086c 15:16:14 Step 3/19 : WORKDIR /edgex-go 15:16:14 ---> Using cache 15:16:14 ---> f4232dfe4060 15:16:14 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:16:15 ---> Running in 7f87bdbcfdf2 15:16:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:16:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:16:19 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:16:19 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:16:19 OK: 16903 distinct packages available 15:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:16:20 OK: 221 MiB in 51 packages 15:16:22 Removing intermediate container 7f87bdbcfdf2 15:16:22 ---> 811d468fe8a1 15:16:22 Step 5/19 : COPY go.mod vendor* ./ 15:16:23 ---> 4c6c2b29f969 15:16:23 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:23 ---> Running in a873f44fe448 15:17:03 Removing intermediate container 83ee831604fc 15:17:03 ---> fa77f944a3b4 15:17:03 15:17:03 Step 9/20 : FROM alpine:3.16 15:17:03 ---> 4c81e5bf8899 15:17:03 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 15:17:03 ---> Running in 126651830e47 15:17:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:17:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:17:06 (1/2) Installing dumb-init (1.2.5-r1) 15:17:06 (2/2) Installing openssl (1.1.1t-r0) 15:17:06 Executing busybox-1.35.0-r17.trigger 15:17:06 OK: 6 MiB in 16 packages 15:17:09 Removing intermediate container 126651830e47 15:17:09 ---> 601e6494c3d4 15:17:09 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:17:09 ---> Running in 557f47f03dcd 15:17:09 Removing intermediate container 557f47f03dcd 15:17:09 ---> c6f02953c2eb 15:17:10 Step 12/20 : WORKDIR /edgex 15:17:10 ---> Running in 62caa0fb98c9 15:17:10 Removing intermediate container 62caa0fb98c9 15:17:10 ---> 26af7250b6ec 15:17:10 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 15:17:11 ---> 9b08121b621b 15:17:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:17:13 ---> 71da24a7f2e0 15:17:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:17:14 ---> 7db821a0ed0b 15:17:14 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:17:14 ---> Running in f56ed8184b45 15:17:17 Removing intermediate container f56ed8184b45 15:17:17 ---> 022fd32aca83 15:17:17 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 15:17:17 ---> Running in 6e2729463d94 15:17:18 Removing intermediate container 6e2729463d94 15:17:18 ---> 265677eafee8 15:17:18 Step 18/20 : LABEL arch=arm64 15:17:18 ---> Running in adb34ff51a4c 15:17:18 Removing intermediate container adb34ff51a4c 15:17:18 ---> 226bce600f25 15:17:18 Step 19/20 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:17:18 ---> Running in 0a0405a07b3e 15:17:21 Removing intermediate container 0a0405a07b3e 15:17:21 ---> 97e828e13481 15:17:21 Step 20/20 : LABEL version=3.0.0-dev.93 15:17:21 ---> Running in 060784df1517 15:17:22 Removing intermediate container 060784df1517 15:17:22 ---> 95c190ba9aa5 15:17:22 15:17:22 Successfully built 95c190ba9aa5 15:17:22 Successfully tagged security-proxy-setup-arm64:latest 15:17:22 Building security-spire-config 15:17:26  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:17:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:17:26 ---> 7ac2966e086c 15:17:26 Step 3/24 : WORKDIR /edgex-go 15:17:26 ---> Using cache 15:17:26 ---> f4232dfe4060 15:17:26 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:17:26 ---> Using cache 15:17:26 ---> f505df04f7cd 15:17:26 Step 5/24 : COPY go.mod vendor* ./ 15:17:26 ---> Using cache 15:17:26 ---> d0b7484b7c20 15:17:26 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:17:26 ---> Using cache 15:17:26 ---> aae446525139 15:17:26 Step 7/24 : COPY . . 15:17:27 ---> Using cache 15:17:27 ---> c93a5215e442 15:17:27 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:17:27 ---> Using cache 15:17:27 ---> 90b6d108c4b3 15:17:27 Step 9/24 : WORKDIR /edgex-go/spire-build 15:17:27 ---> Using cache 15:17:27 ---> 0cdc0c8a1bc0 15:17:27 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:17:27 ---> Running in fad1df1a4b64 15:17:31 Removing intermediate container fad1df1a4b64 15:17:31 ---> 274faccafd0d 15:17:31 Step 11/24 : WORKDIR /edgex-go 15:17:31 ---> Running in 9af3725b5eab 15:17:34 Removing intermediate container 9af3725b5eab 15:17:34 ---> 24776f8b9edf 15:17:34 15:17:34 Step 12/24 : FROM alpine:3.15 15:17:34 ---> 354640af7b1b 15:17:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:17:34 ---> Using cache 15:17:34 ---> dfa60b70c2b4 15:17:34 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:17:34 ---> Running in c3e63bce1c37 15:17:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:17:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:17:38 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:17:38 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:17:38 OK: 15736 distinct packages available 15:17:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:17:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:17:40 (1/4) Installing dumb-init (1.2.5-r1) 15:17:40 (2/4) Installing musl-obstack (1.2.3-r0) 15:17:40 (3/4) Installing libucontext (1.1-r0) 15:17:40 (4/4) Installing gcompat (1.0.0-r4) 15:17:40 Executing busybox-1.34.1-r7.trigger 15:17:40 OK: 6 MiB in 18 packages 15:17:43 Removing intermediate container c3e63bce1c37 15:17:43 ---> d8446e919c37 15:17:43 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:17:53 ---> 13f395ee796f 15:17:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:17:54 ---> 0cbb597172ef 15:17:54 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:17:54 ---> Running in 834b0fb3e4c6 15:17:56 Removing intermediate container 834b0fb3e4c6 15:17:56 ---> cd0cb2af92d5 15:17:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:17:57 ---> 81b878859559 15:17:57 Step 19/24 : WORKDIR / 15:17:57 ---> Running in 70aa088334cd 15:17:59 Removing intermediate container 70aa088334cd 15:17:59 ---> 90f2536da5c7 15:17:59 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:17:59 ---> Running in eb771dc0c6bf 15:18:00 Removing intermediate container eb771dc0c6bf 15:18:00 ---> ba355c3c39ab 15:18:00 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:18:00 ---> Running in 9c890c4b8449 15:18:01 Removing intermediate container 9c890c4b8449 15:18:01 ---> 905b92f0e6bc 15:18:01 Step 22/24 : LABEL arch=arm64 15:18:01 ---> Running in dfaf95ba2c80 15:18:01 Removing intermediate container dfaf95ba2c80 15:18:01 ---> 5b084296915a 15:18:01 Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:18:01 ---> Running in 13d258e6d27a 15:18:02 Removing intermediate container 13d258e6d27a 15:18:02 ---> b940f480d61c 15:18:02 Step 24/24 : LABEL version=3.0.0-dev.93 15:18:02 ---> Running in 8436c3b8e32b 15:18:03 Removing intermediate container 8436c3b8e32b 15:18:03 ---> ea5902891e1e 15:18:03 15:18:03 Successfully built ea5902891e1e 15:18:03 Successfully tagged security-spire-config-arm64:latest 15:18:03  Building security-spire-config ... done Building support-notifications 15:18:05 Removing intermediate container a873f44fe448 15:18:05 ---> 2abbed8fcc45 15:18:05 Step 7/19 : COPY . . 15:18:07 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:18:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:18:07 ---> 7ac2966e086c 15:18:07 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:18:07 ---> Using cache 15:18:07 ---> 5c203f20c41e 15:18:07 Step 4/22 : WORKDIR /edgex-go 15:18:07 ---> Using cache 15:18:07 ---> 987acd3c9374 15:18:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:18:07 ---> Running in c48db9266365 15:18:09 ---> ae7506b5bbfd 15:18:09 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:18:09 ---> Running in bedfca2702ea 15:18:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:18:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:18:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:18:12 OK: 221 MiB in 51 packages 15:18:14 Removing intermediate container c48db9266365 15:18:14 ---> 137482777b92 15:18:14 Step 6/22 : COPY go.mod vendor* ./ 15:18:15 ---> 187c65951d0c 15:18:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:18:16 ---> Running in ad85380ab431 15:18:24 Removing intermediate container 8ef8b0ddc049 15:18:24 ---> 5e1678fd1ba7 15:18:24 15:18:24 Step 10/22 : FROM alpine:3.16 15:18:24 ---> 4c81e5bf8899 15:18:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:18:24 ---> Using cache 15:18:24 ---> 9aafd67b0c31 15:18:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:18:24 ---> Using cache 15:18:24 ---> 664206db978c 15:18:24 Step 13/22 : ENV APP_PORT=59861 15:18:24 ---> Running in d2c703039936 15:18:25 Removing intermediate container d2c703039936 15:18:25 ---> a034ba983c89 15:18:25 Step 14/22 : EXPOSE $APP_PORT 15:18:25 ---> Running in 4c1da0903af9 15:18:25 Removing intermediate container 4c1da0903af9 15:18:25 ---> 63f57bb82200 15:18:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:26 ---> 7ad599aaae1f 15:18:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:18:29 ---> 5a3fa4155dfc 15:18:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:18:29 ---> 598abbdd63d2 15:18:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:18:29 ---> Running in fe855c1dcb22 15:18:30 Removing intermediate container fe855c1dcb22 15:18:30 ---> 5b3d0ca4f365 15:18:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:18:30 ---> Running in 4c22ac0022a2 15:18:30 Removing intermediate container 4c22ac0022a2 15:18:30 ---> b10a7b71d4bc 15:18:30 Step 20/22 : LABEL arch=arm64 15:18:30 ---> Running in e8a5dc35c75e 15:18:31 Removing intermediate container e8a5dc35c75e 15:18:31 ---> 83ecc6ebb03c 15:18:31 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:18:31 ---> Running in af12c5a28147 15:18:32 Removing intermediate container af12c5a28147 15:18:32 ---> 31355e5762c0 15:18:32 Step 22/22 : LABEL version=3.0.0-dev.93 15:18:32 ---> Running in 58561accf228 15:18:32 Removing intermediate container 58561accf228 15:18:32 ---> a29ceaf69b58 15:18:32 15:18:32 Successfully built a29ceaf69b58 15:18:32 Successfully tagged support-scheduler-arm64:latest 15:18:32 Building core-command 15:18:36  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:18:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:18:36 ---> 7ac2966e086c 15:18:36 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:18:36 ---> Using cache 15:18:36 ---> 5c203f20c41e 15:18:36 Step 4/23 : WORKDIR /edgex-go 15:18:36 ---> Using cache 15:18:36 ---> 987acd3c9374 15:18:36 Step 5/23 : RUN apk add --update --no-cache make git 15:18:36 ---> Using cache 15:18:36 ---> 9b8494a9e377 15:18:36 Step 6/23 : COPY go.mod vendor* ./ 15:18:36 ---> Using cache 15:18:36 ---> 19c2d7deb8d2 15:18:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:18:36 ---> Using cache 15:18:36 ---> a91724e37a57 15:18:36 Step 8/23 : COPY . . 15:18:36 ---> Using cache 15:18:36 ---> 3628832b1059 15:18:36 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:18:37 ---> Running in c2f5da0557bd 15:18:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:20:01 Removing intermediate container ad85380ab431 15:20:01 ---> e9e312548f6a 15:20:01 Step 8/22 : COPY . . 15:20:01 ---> 66d2a8b56faa 15:20:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:20:01 ---> Running in 277ec707c458 15:20:01 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:22:22 Removing intermediate container e23a439d3ec4 15:22:22 ---> 196835561ec8 15:22:22 15:22:22 Step 10/22 : FROM alpine:3.16 15:22:22 ---> 4c81e5bf8899 15:22:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:22:22 ---> Using cache 15:22:22 ---> 402e463497c1 15:22:22 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:22:22 ---> Using cache 15:22:22 ---> af941b009332 15:22:22 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:22:22 ---> Using cache 15:22:22 ---> b09f60f5c527 15:22:22 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:22:22 ---> 848f630a403e 15:22:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:22:22 ---> c2d9a9ff8c77 15:22:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:22:22 ---> 07c868e6b817 15:22:22 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:22:22 ---> Running in 3a36ccbe78ef 15:22:22 Removing intermediate container 3a36ccbe78ef 15:22:22 ---> cb8df83275a7 15:22:22 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:22:22 ---> Running in b56f6a3b3e19 15:22:22 Removing intermediate container b56f6a3b3e19 15:22:22 ---> 7ff3d2c1e14f 15:22:22 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:22:22 ---> Running in 2a3506754b42 15:22:24 Removing intermediate container 2a3506754b42 15:22:24 ---> ebee407702b7 15:22:24 Step 20/22 : LABEL arch=arm64 15:22:24 ---> Running in b6576769fdc6 15:22:25 Removing intermediate container b6576769fdc6 15:22:25 ---> 3b514c460ca7 15:22:25 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:22:25 ---> Running in b8b001f77ef9 15:22:26 Removing intermediate container b8b001f77ef9 15:22:26 ---> bda5305f7030 15:22:26 Step 22/22 : LABEL version=3.0.0-dev.93 15:22:27 ---> Running in 3af82a314c67 15:22:27 Removing intermediate container 3af82a314c67 15:22:27 ---> bce89642bff5 15:22:27 15:22:27 Successfully built bce89642bff5 15:22:28 Successfully tagged core-common-config-bootstrapper-arm64:latest 15:22:28  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 15:22:28 Removing intermediate container f13bdb464a63 15:22:28 ---> 86acc76aa4db 15:22:28 15:22:28 Step 10/22 : FROM alpine:3.16 15:22:28 ---> 4c81e5bf8899 15:22:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:22:28 ---> Running in a655c20130c3 15:22:28 Removing intermediate container a655c20130c3 15:22:28 ---> 6fa2d49691df 15:22:28 Step 12/22 : ENV APP_PORT=59880 15:22:28 ---> Running in bfe84e3897cb 15:22:29 Removing intermediate container bfe84e3897cb 15:22:29 ---> 17b573a06a4b 15:22:29 Step 13/22 : EXPOSE $APP_PORT 15:22:29 ---> Running in 5297268682aa 15:22:30 Removing intermediate container 5297268682aa 15:22:30 ---> 1967203390d6 15:22:30 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:22:30 ---> Running in dc7536fb5847 15:22:32 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:22:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:22:32 ---> 7ac2966e086c 15:22:32 Step 3/23 : WORKDIR /edgex-go 15:22:32 ---> Using cache 15:22:32 ---> f4232dfe4060 15:22:32 Step 4/23 : RUN apk add --update --no-cache make git 15:22:32 ---> Using cache 15:22:32 ---> 0636228151f2 15:22:32 Step 5/23 : COPY go.mod vendor* ./ 15:22:32 ---> Using cache 15:22:32 ---> 9402ad3d4de0 15:22:32 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:22:32 ---> Using cache 15:22:32 ---> 7c55de2b1886 15:22:32 Step 7/23 : COPY . . 15:22:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:22:32 ---> Using cache 15:22:32 ---> f85ba5a32849 15:22:32 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:22:32 ---> Running in afc7d4d3f98c 15:22:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:22:34 (1/1) Installing dumb-init (1.2.5-r1) 15:22:34 Executing busybox-1.35.0-r17.trigger 15:22:34 OK: 5 MiB in 15 packages 15:22:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:22:35 Removing intermediate container dc7536fb5847 15:22:35 ---> c089770cf67b 15:22:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:22:37 ---> 6063c865ad3d 15:22:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:22:38 ---> 9e6e3d2c3d6a 15:22:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:22:39 ---> bbe1660cb065 15:22:39 Step 18/22 : ENTRYPOINT ["/core-data"] 15:22:39 ---> Running in 603f0a2b0da0 15:22:40 Removing intermediate container 603f0a2b0da0 15:22:40 ---> 44c0216f3df5 15:22:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:22:40 ---> Running in d2e58f282ef7 15:22:41 Removing intermediate container d2e58f282ef7 15:22:41 ---> ce5eb4edcff2 15:22:41 Step 20/22 : LABEL arch=arm64 15:22:41 ---> Running in 3620fabf968a 15:22:41 Removing intermediate container 3620fabf968a 15:22:41 ---> 1807f083eccc 15:22:41 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:22:41 ---> Running in c368249bc144 15:22:42 Removing intermediate container c368249bc144 15:22:42 ---> 230435efc2a0 15:22:42 Step 22/22 : LABEL version=3.0.0-dev.93 15:22:42 ---> Running in 69145a8cb3ec 15:22:43 Removing intermediate container 69145a8cb3ec 15:22:43 ---> 951925b9108d 15:22:43 15:22:43 Successfully built 951925b9108d 15:22:43 Successfully tagged core-data-arm64:latest 15:24:49  Building core-data ... done Removing intermediate container c2f5da0557bd 15:24:49 ---> bc94c2ec0cf3 15:24:49 15:24:49 Step 10/23 : FROM alpine:3.16 15:24:49 ---> 4c81e5bf8899 15:24:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:24:49 ---> Using cache 15:24:49 ---> 9aafd67b0c31 15:24:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:24:49 ---> Using cache 15:24:49 ---> 664206db978c 15:24:49 Step 13/23 : ENV APP_PORT=59882 15:24:49 ---> Running in 838e106eccb1 15:24:49 Removing intermediate container 838e106eccb1 15:24:49 ---> 03224da6ee79 15:24:49 Step 14/23 : EXPOSE $APP_PORT 15:24:49 ---> Running in 70f16e31de2c 15:24:49 Removing intermediate container 70f16e31de2c 15:24:49 ---> 75533ecf8b45 15:24:49 Step 15/23 : WORKDIR / 15:24:49 ---> Running in b38ab3db45d7 15:24:49 Removing intermediate container b38ab3db45d7 15:24:49 ---> fe92f185b637 15:24:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:24:50 ---> 2626d63cbfc1 15:24:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:24:52 ---> 2318a91c7b78 15:24:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:24:53 ---> 24535b94eb22 15:24:53 Step 19/23 : ENTRYPOINT ["/core-command"] 15:24:53 ---> Running in 16cf3b73883d 15:24:54 Removing intermediate container 16cf3b73883d 15:24:54 ---> 79ff6de9f807 15:24:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:24:54 ---> Running in 27686e58968e 15:24:55 Removing intermediate container 27686e58968e 15:24:55 ---> 8760290ab466 15:24:55 Step 21/23 : LABEL arch=arm64 15:24:55 ---> Running in cbae74ddc6da 15:24:55 Removing intermediate container cbae74ddc6da 15:24:55 ---> 742d9fdab0dd 15:24:55 Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:24:55 ---> Running in d6b50dddf327 15:24:55 Removing intermediate container d6b50dddf327 15:24:55 ---> 8a0ab8e71129 15:24:55 Step 23/23 : LABEL version=3.0.0-dev.93 15:24:56 ---> Running in 6839d87e9d39 15:24:56 Removing intermediate container 6839d87e9d39 15:24:56 ---> d2f2b73f66f6 15:24:56 15:24:56 Successfully built d2f2b73f66f6 15:24:56 Successfully tagged core-command-arm64:latest 15:25:43  Building core-command ... done Removing intermediate container bedfca2702ea 15:25:43 ---> 7f82b316aa71 15:25:43 15:25:43 Step 9/19 : FROM alpine:3.15 15:25:43 ---> 354640af7b1b 15:25:43 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:25:43 ---> Using cache 15:25:43 ---> dfa60b70c2b4 15:25:43 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:25:43 ---> Running in c246b1fa126a 15:25:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:25:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:25:43 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:25:43 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:25:43 OK: 15736 distinct packages available 15:25:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:25:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:25:43 (1/9) Installing ca-certificates (20220614-r0) 15:25:43 (2/9) Installing brotli-libs (1.0.9-r5) 15:25:43 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:25:43 (4/9) Installing libcurl (7.80.0-r6) 15:25:43 (5/9) Installing curl (7.80.0-r6) 15:25:43 (6/9) Installing dumb-init (1.2.5-r1) 15:25:43 (7/9) Installing musl-obstack (1.2.3-r0) 15:25:43 (8/9) Installing libucontext (1.1-r0) 15:25:43 (9/9) Installing gcompat (1.0.0-r4) 15:25:43 Executing busybox-1.34.1-r7.trigger 15:25:43 Executing ca-certificates-20220614-r0.trigger 15:25:44 OK: 8 MiB in 23 packages 15:25:46 Removing intermediate container c246b1fa126a 15:25:46 ---> 0d9778a59718 15:25:46 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:25:47 ---> 252ae19583c7 15:25:47 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:25:49 ---> 56c1556bcc9b 15:25:49 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:25:50 ---> 395e39ddf3b6 15:25:50 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:25:50 ---> Running in 905fe307ac39 15:25:52 Removing intermediate container 905fe307ac39 15:25:52 ---> 853f90138a0d 15:25:52 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:25:52 ---> Running in 20182d2c2b16 15:25:52 Removing intermediate container 20182d2c2b16 15:25:52 ---> c0510014570b 15:25:52 Step 17/19 : LABEL arch=arm64 15:25:52 ---> Running in f8eb270ee43d 15:25:53 Removing intermediate container f8eb270ee43d 15:25:53 ---> b9b32d9be3fe 15:25:53 Step 18/19 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:25:53 ---> Running in 756ebfd1d1aa 15:25:53 Removing intermediate container 756ebfd1d1aa 15:25:53 ---> c19862e71726 15:25:53 Step 19/19 : LABEL version=3.0.0-dev.93 15:25:53 ---> Running in 47b66e337282 15:25:54 Removing intermediate container 47b66e337282 15:25:54 ---> 66767e3e4bc0 15:25:54 15:25:54 Successfully built 66767e3e4bc0 15:25:54 Successfully tagged security-spiffe-token-provider-arm64:latest 15:26:21  Building security-spiffe-token-provider ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:26:31 Removing intermediate container afc7d4d3f98c 15:26:31 ---> 1b5bd917e91d 15:26:31 15:26:31 Step 9/23 : FROM alpine:3.16 15:26:31 ---> 4c81e5bf8899 15:26:31 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:26:31 ---> Running in bd220afe37f2 15:26:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:26:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:26:32 (1/3) Installing ca-certificates (20220614-r0) 15:26:33 (2/3) Installing dumb-init (1.2.5-r1) 15:26:33 (3/3) Installing su-exec (0.2-r1) 15:26:33 Executing busybox-1.35.0-r17.trigger 15:26:33 Executing ca-certificates-20220614-r0.trigger 15:26:33 OK: 6 MiB in 17 packages 15:26:34 Removing intermediate container bd220afe37f2 15:26:34 ---> ecbadd9946f6 15:26:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:26:34 ---> Running in ae2765fe4cd7 15:26:35 Removing intermediate container ae2765fe4cd7 15:26:35 ---> 5d01e835bf72 15:26:35 Step 12/23 : WORKDIR / 15:26:35 ---> Running in 410aa1210ab9 15:26:36 Removing intermediate container 410aa1210ab9 15:26:36 ---> ba078960087a 15:26:36 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:26:36 ---> bda06211ab1b 15:26:36 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:26:37 ---> c4ec761f7781 15:26:37 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:26:38 ---> 671e8ff76fd0 15:26:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:26:39 ---> 201b6ac6ba9c 15:26:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:26:40 ---> 76eb92b43e30 15:26:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:26:40 Removing intermediate container 277ec707c458 15:26:40 ---> 5b2dba9a02a9 15:26:40 15:26:40 Step 10/22 : FROM alpine:3.16 15:26:40 ---> 4c81e5bf8899 15:26:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:26:40 ---> Running in 7869428d1693 15:26:40 ---> 527e8a0df7ea 15:26:40 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:26:41 ---> Running in e49fd6c32f42 15:26:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:26:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:26:43 (1/2) Installing ca-certificates (20220614-r0) 15:26:43 (2/2) Installing dumb-init (1.2.5-r1) 15:26:43 Executing busybox-1.35.0-r17.trigger 15:26:43 Executing ca-certificates-20220614-r0.trigger 15:26:43 Removing intermediate container e49fd6c32f42 15:26:43 ---> 673e601cd6c4 15:26:43 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 15:26:43 ---> Running in 4ebc2fd39dbc 15:26:43 OK: 6 MiB in 16 packages 15:26:44 Removing intermediate container 4ebc2fd39dbc 15:26:44 ---> 69a46389040e 15:26:44 Step 21/23 : LABEL arch=arm64 15:26:44 ---> Running in e11fae0f5ced 15:26:44 Removing intermediate container e11fae0f5ced 15:26:44 ---> 8c2e9ee7414e 15:26:44 Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:26:44 ---> Running in a648d57e5f4f 15:26:45 Removing intermediate container a648d57e5f4f 15:26:45 ---> 16d59fd11566 15:26:45 Step 23/23 : LABEL version=3.0.0-dev.93 15:26:45 ---> Running in b01b142989f4 15:26:45 Removing intermediate container 7869428d1693 15:26:45 ---> 814197d81d15 15:26:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:26:45 ---> Running in 2eb024d0a9aa 15:26:45 Removing intermediate container b01b142989f4 15:26:45 ---> b8c33507a546 15:26:45 15:26:45 Successfully built b8c33507a546 15:26:45 Successfully tagged security-secretstore-setup-arm64:latest 15:26:45  Building security-secretstore-setup ... done Removing intermediate container 2eb024d0a9aa 15:26:45 ---> db3ee84277ed 15:26:45 Step 13/22 : ENV APP_PORT=59860 15:26:45 ---> Running in a1999e2bc4cd 15:26:46 Removing intermediate container a1999e2bc4cd 15:26:46 ---> 918bc80db484 15:26:46 Step 14/22 : EXPOSE $APP_PORT 15:26:46 ---> Running in 8d9d9ef64090 15:26:46 Removing intermediate container 8d9d9ef64090 15:26:46 ---> 93105602b731 15:26:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:26:46 ---> 3bd94b1e5388 15:26:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:26:48 ---> 02217cf65839 15:26:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:26:48 ---> 1ec49645af7a 15:26:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:26:48 ---> Running in 9747d4affe93 15:26:49 Removing intermediate container 9747d4affe93 15:26:49 ---> f1e169e8758d 15:26:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:26:49 ---> Running in 92e469c3c141 15:26:49 Removing intermediate container 92e469c3c141 15:26:49 ---> 58ad45c668b0 15:26:49 Step 20/22 : LABEL arch=arm64 15:26:49 ---> Running in 91c963e05a64 15:26:49 Removing intermediate container 91c963e05a64 15:26:49 ---> 4b1f43f9cca5 15:26:49 Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:26:49 ---> Running in 7d0f7e650dad 15:26:50 Removing intermediate container 7d0f7e650dad 15:26:50 ---> 046c7671f70b 15:26:50 Step 22/22 : LABEL version=3.0.0-dev.93 15:26:50 ---> Running in 7251df0a6197 15:26:50 Removing intermediate container 7251df0a6197 15:26:50 ---> 82a34b80adc7 15:26:50 15:26:50 Successfully built 82a34b80adc7 15:26:50 Successfully tagged support-notifications-arm64:latest 15:26:51  Building support-notifications ... done  [Pipeline] } 15:26:51 $ docker stop --time=1 64491d2c6d1f1ce76cec4f55f8efe81527ad36e95c9ce1a87a6b855f1240cc35 15:26:52 $ docker rm -f --volumes 64491d2c6d1f1ce76cec4f55f8efe81527ad36e95c9ce1a87a6b855f1240cc35 [Pipeline] // withDockerContainer [Pipeline] sh 15:26:53 + docker images 15:26:53 REPOSITORY TAG IMAGE ID CREATED SIZE 15:26:53 support-notifications-arm64 latest 82a34b80adc7 3 seconds ago 29.7MB 15:26:53 security-secretstore-setup-arm64 latest b8c33507a546 8 seconds ago 28.8MB 15:26:53 5b2dba9a02a9 14 seconds ago 1.4GB 15:26:53 1b5bd917e91d 24 seconds ago 1.33GB 15:26:53 security-spiffe-token-provider-arm64 latest 66767e3e4bc0 59 seconds ago 29.1MB 15:26:53 7f82b316aa71 About a minute ago 1.37GB 15:26:53 core-command-arm64 latest d2f2b73f66f6 About a minute ago 17.1MB 15:26:53 bc94c2ec0cf3 2 minutes ago 1.34GB 15:26:53 core-data-arm64 latest 951925b9108d 4 minutes ago 17.3MB 15:26:53 core-common-config-bootstrapper-arm64 latest bce89642bff5 4 minutes ago 14.9MB 15:26:53 86acc76aa4db 4 minutes ago 1.34GB 15:26:53 196835561ec8 4 minutes ago 1.33GB 15:26:53 support-scheduler-arm64 latest a29ceaf69b58 8 minutes ago 29.1MB 15:26:53 5e1678fd1ba7 8 minutes ago 1.4GB 15:26:53 security-spire-config-arm64 latest ea5902891e1e 8 minutes ago 83.6MB 15:26:53 24776f8b9edf 9 minutes ago 1.21GB 15:26:53 security-proxy-setup-arm64 latest 95c190ba9aa5 9 minutes ago 15.8MB 15:26:53 fa77f944a3b4 9 minutes ago 1.32GB 15:26:53 core-metadata-arm64 latest ab469a35067c 10 minutes ago 17.8MB 15:26:53 f31a88024999 11 minutes ago 1.35GB 15:26:53 security-proxy-auth-arm64 latest 397281660a8b 11 minutes ago 15.7MB 15:26:53 7079ab415fc9 11 minutes ago 1.32GB 15:26:53 security-bootstrapper-arm64 latest 42239ec9ade2 11 minutes ago 19MB 15:26:53 3c0a0110ab8b 12 minutes ago 1.32GB 15:26:53 security-spire-agent-arm64 latest ab904fccced0 17 minutes ago 122MB 15:26:53 security-spire-server-arm64 latest dbfee2d98e70 17 minutes ago 84.3MB 15:26:53 15ab74c24283 18 minutes ago 1.21GB 15:26:53 5c2ec851dd03 18 minutes ago 1.21GB 15:26:53 ci-base-image-arm64 latest 7ac2966e086c 20 minutes ago 904MB 15:26:53 alpine 3.15 354640af7b1b 4 weeks ago 5.34MB 15:26:53 alpine 3.16 4c81e5bf8899 4 weeks ago 5.3MB 15:26:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 15:26:53 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:26:53 provisioning config files... 15:26:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config11995010212406943953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:26:53 ---> docker-login.sh 15:26:53 nexus3.edgexfoundry.org:10001 15:26:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:54 Configure a credential helper to remove this warning. See 15:26:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:54 15:26:54 Login Succeeded 15:26:54 nexus3.edgexfoundry.org:10002 15:26:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:54 Configure a credential helper to remove this warning. See 15:26:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:54 15:26:54 Login Succeeded 15:26:54 nexus3.edgexfoundry.org:10003 15:26:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:55 Configure a credential helper to remove this warning. See 15:26:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:55 15:26:55 Login Succeeded 15:26:55 nexus3.edgexfoundry.org:10004 15:26:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:55 Configure a credential helper to remove this warning. See 15:26:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:55 15:26:55 Login Succeeded 15:26:55 docker.io 15:26:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:56 Configure a credential helper to remove this warning. See 15:26:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:56 15:26:56 Login Succeeded 15:26:56 ---> docker-login.sh ends [Pipeline] } 15:26:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:26:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:26:56 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 15:26:56 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:26:56 latest 15:26:56 3.0.0-dev.93 15:26:56 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:26:56 main 15:26:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:26:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:26:56 c8f21cecd592: Preparing 15:26:56 233c51cac155: Preparing 15:26:56 d4aab430c2fe: Preparing 15:26:56 d684c2edc478: Preparing 15:26:56 f70ee36035b9: Preparing 15:26:56 f70ee36035b9: Layer already exists 15:26:57 c8f21cecd592: Pushed 15:26:57 d4aab430c2fe: Pushed 15:26:57 d684c2edc478: Pushed 15:27:00 233c51cac155: Pushed 15:27:00 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:00 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:01 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:27:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:27:01 c8f21cecd592: Preparing 15:27:01 233c51cac155: Preparing 15:27:01 d4aab430c2fe: Preparing 15:27:01 d684c2edc478: Preparing 15:27:01 f70ee36035b9: Preparing 15:27:01 233c51cac155: Layer already exists 15:27:01 c8f21cecd592: Layer already exists 15:27:01 d4aab430c2fe: Layer already exists 15:27:01 d684c2edc478: Layer already exists 15:27:01 f70ee36035b9: Layer already exists 15:27:01 latest: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:01 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:02 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.93 15:27:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:27:02 c8f21cecd592: Preparing 15:27:02 233c51cac155: Preparing 15:27:02 d4aab430c2fe: Preparing 15:27:02 d684c2edc478: Preparing 15:27:02 f70ee36035b9: Preparing 15:27:02 f70ee36035b9: Layer already exists 15:27:02 c8f21cecd592: Layer already exists 15:27:02 d4aab430c2fe: Layer already exists 15:27:02 233c51cac155: Layer already exists 15:27:02 d684c2edc478: Layer already exists 15:27:02 3.0.0-dev.93: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:02 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:02 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:27:02 c8f21cecd592: Preparing 15:27:02 233c51cac155: Preparing 15:27:02 d4aab430c2fe: Preparing 15:27:02 d684c2edc478: Preparing 15:27:02 f70ee36035b9: Preparing 15:27:02 c8f21cecd592: Layer already exists 15:27:02 f70ee36035b9: Layer already exists 15:27:02 d4aab430c2fe: Layer already exists 15:27:02 d684c2edc478: Layer already exists 15:27:02 233c51cac155: Layer already exists 15:27:02 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 15:27:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:27:03 c8f21cecd592: Preparing 15:27:03 233c51cac155: Preparing 15:27:03 d4aab430c2fe: Preparing 15:27:03 d684c2edc478: Preparing 15:27:03 f70ee36035b9: Preparing 15:27:03 233c51cac155: Layer already exists 15:27:03 d684c2edc478: Layer already exists 15:27:03 c8f21cecd592: Layer already exists 15:27:03 d4aab430c2fe: Layer already exists 15:27:03 f70ee36035b9: Layer already exists 15:27:03 main: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:04 ===================================================== [Pipeline] echo 15:27:04 taggedImages: 15:27:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:27:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.93 15:27:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 15:27:04 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 15:27:04 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:04 latest 15:27:04 3.0.0-dev.93 15:27:04 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:04 main 15:27:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:04 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:27:04 e5faec10b27a: Preparing 15:27:04 09be66e1037e: Preparing 15:27:04 c1e696564665: Preparing 15:27:04 e34b929935cf: Preparing 15:27:04 d4aab430c2fe: Preparing 15:27:04 347b3648f1ef: Preparing 15:27:04 f70ee36035b9: Preparing 15:27:04 347b3648f1ef: Waiting 15:27:04 f70ee36035b9: Waiting 15:27:04 d4aab430c2fe: Layer already exists 15:27:05 09be66e1037e: Pushed 15:27:05 c1e696564665: Pushed 15:27:05 e5faec10b27a: Pushed 15:27:05 f70ee36035b9: Layer already exists 15:27:05 347b3648f1ef: Pushed 15:27:06 e34b929935cf: Pushed 15:27:07 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:07 + 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:27:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:27:07 e5faec10b27a: Preparing 15:27:07 09be66e1037e: Preparing 15:27:07 c1e696564665: Preparing 15:27:07 e34b929935cf: Preparing 15:27:07 d4aab430c2fe: Preparing 15:27:07 347b3648f1ef: Preparing 15:27:07 f70ee36035b9: Preparing 15:27:07 347b3648f1ef: Waiting 15:27:07 f70ee36035b9: Waiting 15:27:07 09be66e1037e: Layer already exists 15:27:07 e34b929935cf: Layer already exists 15:27:07 c1e696564665: Layer already exists 15:27:07 e5faec10b27a: Layer already exists 15:27:07 d4aab430c2fe: Layer already exists 15:27:07 f70ee36035b9: Layer already exists 15:27:07 347b3648f1ef: Layer already exists 15:27:08 latest: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:08 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.93 15:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:27:08 e5faec10b27a: Preparing 15:27:08 09be66e1037e: Preparing 15:27:08 c1e696564665: Preparing 15:27:08 e34b929935cf: Preparing 15:27:08 d4aab430c2fe: Preparing 15:27:08 347b3648f1ef: Preparing 15:27:08 f70ee36035b9: Preparing 15:27:08 347b3648f1ef: Waiting 15:27:08 f70ee36035b9: Waiting 15:27:08 d4aab430c2fe: Layer already exists 15:27:08 09be66e1037e: Layer already exists 15:27:08 e34b929935cf: Layer already exists 15:27:08 e5faec10b27a: Layer already exists 15:27:08 c1e696564665: Layer already exists 15:27:08 f70ee36035b9: Layer already exists 15:27:08 347b3648f1ef: Layer already exists 15:27:09 3.0.0-dev.93: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:09 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:27:09 e5faec10b27a: Preparing 15:27:09 09be66e1037e: Preparing 15:27:09 c1e696564665: Preparing 15:27:09 e34b929935cf: Preparing 15:27:09 d4aab430c2fe: Preparing 15:27:09 347b3648f1ef: Preparing 15:27:09 f70ee36035b9: Preparing 15:27:09 347b3648f1ef: Waiting 15:27:09 f70ee36035b9: Waiting 15:27:09 d4aab430c2fe: Layer already exists 15:27:09 e5faec10b27a: Layer already exists 15:27:09 09be66e1037e: Layer already exists 15:27:09 e34b929935cf: Layer already exists 15:27:09 c1e696564665: Layer already exists 15:27:09 347b3648f1ef: Layer already exists 15:27:09 f70ee36035b9: Layer already exists 15:27:10 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:10 + 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:27:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 15:27:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:27:10 e5faec10b27a: Preparing 15:27:10 09be66e1037e: Preparing 15:27:10 c1e696564665: Preparing 15:27:10 e34b929935cf: Preparing 15:27:10 d4aab430c2fe: Preparing 15:27:10 347b3648f1ef: Preparing 15:27:10 f70ee36035b9: Preparing 15:27:10 347b3648f1ef: Waiting 15:27:10 f70ee36035b9: Waiting 15:27:10 e34b929935cf: Layer already exists 15:27:10 c1e696564665: Layer already exists 15:27:10 d4aab430c2fe: Layer already exists 15:27:10 09be66e1037e: Layer already exists 15:27:10 e5faec10b27a: Layer already exists 15:27:10 f70ee36035b9: Layer already exists 15:27:10 347b3648f1ef: Layer already exists 15:27:11 main: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:11 ===================================================== [Pipeline] echo 15:27:11 taggedImages: 15:27:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:27:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.93 15:27:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 15:27:11 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 15:27:11 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:11 latest 15:27:11 3.0.0-dev.93 15:27:11 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:11 main 15:27:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:11 421e97c12dd6: Preparing 15:27:11 40c798d44151: Preparing 15:27:11 d4aab430c2fe: Preparing 15:27:11 c43f2cba773a: Preparing 15:27:11 f70ee36035b9: Preparing 15:27:11 f70ee36035b9: Layer already exists 15:27:11 d4aab430c2fe: Layer already exists 15:27:12 421e97c12dd6: Pushed 15:27:12 c43f2cba773a: Pushed 15:27:15 40c798d44151: Pushed 15:27:15 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:27:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:16 421e97c12dd6: Preparing 15:27:16 40c798d44151: Preparing 15:27:16 d4aab430c2fe: Preparing 15:27:16 c43f2cba773a: Preparing 15:27:16 f70ee36035b9: Preparing 15:27:16 421e97c12dd6: Layer already exists 15:27:16 40c798d44151: Layer already exists 15:27:16 d4aab430c2fe: Layer already exists 15:27:16 f70ee36035b9: Layer already exists 15:27:16 c43f2cba773a: Layer already exists 15:27:16 latest: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:17 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.93 15:27:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:17 421e97c12dd6: Preparing 15:27:17 40c798d44151: Preparing 15:27:17 d4aab430c2fe: Preparing 15:27:17 c43f2cba773a: Preparing 15:27:17 f70ee36035b9: Preparing 15:27:17 421e97c12dd6: Layer already exists 15:27:17 f70ee36035b9: Layer already exists 15:27:17 d4aab430c2fe: Layer already exists 15:27:17 40c798d44151: Layer already exists 15:27:17 c43f2cba773a: Layer already exists 15:27:17 3.0.0-dev.93: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:17 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:18 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:18 421e97c12dd6: Preparing 15:27:18 40c798d44151: Preparing 15:27:18 d4aab430c2fe: Preparing 15:27:18 c43f2cba773a: Preparing 15:27:18 f70ee36035b9: Preparing 15:27:18 d4aab430c2fe: Layer already exists 15:27:18 421e97c12dd6: Layer already exists 15:27:18 f70ee36035b9: Layer already exists 15:27:18 40c798d44151: Layer already exists 15:27:18 c43f2cba773a: Layer already exists 15:27:18 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:18 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:18 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 15:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:18 421e97c12dd6: Preparing 15:27:18 40c798d44151: Preparing 15:27:18 d4aab430c2fe: Preparing 15:27:18 c43f2cba773a: Preparing 15:27:18 f70ee36035b9: Preparing 15:27:18 f70ee36035b9: Layer already exists 15:27:18 421e97c12dd6: Layer already exists 15:27:18 40c798d44151: Layer already exists 15:27:18 d4aab430c2fe: Layer already exists 15:27:18 c43f2cba773a: Layer already exists 15:27:18 main: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:19 ===================================================== [Pipeline] echo 15:27:19 taggedImages: 15:27:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:27:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.93 15:27:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 15:27:19 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 15:27:19 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:19 latest 15:27:19 3.0.0-dev.93 15:27:19 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:19 main 15:27:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:19 5950db911b98: Preparing 15:27:19 597d0f62d80c: Preparing 15:27:19 1beff7e6e9a9: Preparing 15:27:19 d4aab430c2fe: Preparing 15:27:19 d684c2edc478: Preparing 15:27:19 f70ee36035b9: Preparing 15:27:19 f70ee36035b9: Waiting 15:27:19 d4aab430c2fe: Layer already exists 15:27:19 d684c2edc478: Layer already exists 15:27:19 f70ee36035b9: Layer already exists 15:27:19 5950db911b98: Pushed 15:27:19 597d0f62d80c: Pushed 15:27:22 1beff7e6e9a9: Pushed 15:27:22 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:27:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:23 5950db911b98: Preparing 15:27:23 597d0f62d80c: Preparing 15:27:23 1beff7e6e9a9: Preparing 15:27:23 d4aab430c2fe: Preparing 15:27:23 d684c2edc478: Preparing 15:27:23 f70ee36035b9: Preparing 15:27:23 f70ee36035b9: Waiting 15:27:23 d684c2edc478: Layer already exists 15:27:23 1beff7e6e9a9: Layer already exists 15:27:23 5950db911b98: Layer already exists 15:27:23 d4aab430c2fe: Layer already exists 15:27:23 597d0f62d80c: Layer already exists 15:27:23 f70ee36035b9: Layer already exists 15:27:23 latest: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.93 15:27:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:24 5950db911b98: Preparing 15:27:24 597d0f62d80c: Preparing 15:27:24 1beff7e6e9a9: Preparing 15:27:24 d4aab430c2fe: Preparing 15:27:24 d684c2edc478: Preparing 15:27:24 f70ee36035b9: Preparing 15:27:24 f70ee36035b9: Waiting 15:27:24 1beff7e6e9a9: Layer already exists 15:27:24 597d0f62d80c: Layer already exists 15:27:24 d684c2edc478: Layer already exists 15:27:24 d4aab430c2fe: Layer already exists 15:27:24 5950db911b98: Layer already exists 15:27:24 f70ee36035b9: Layer already exists 15:27:24 3.0.0-dev.93: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:25 5950db911b98: Preparing 15:27:25 597d0f62d80c: Preparing 15:27:25 1beff7e6e9a9: Preparing 15:27:25 d4aab430c2fe: Preparing 15:27:25 d684c2edc478: Preparing 15:27:25 f70ee36035b9: Preparing 15:27:25 f70ee36035b9: Waiting 15:27:25 1beff7e6e9a9: Layer already exists 15:27:25 d4aab430c2fe: Layer already exists 15:27:25 597d0f62d80c: Layer already exists 15:27:25 5950db911b98: Layer already exists 15:27:25 d684c2edc478: Layer already exists 15:27:25 f70ee36035b9: Layer already exists 15:27:25 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:25 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 15:27:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:26 5950db911b98: Preparing 15:27:26 597d0f62d80c: Preparing 15:27:26 1beff7e6e9a9: Preparing 15:27:26 d4aab430c2fe: Preparing 15:27:26 d684c2edc478: Preparing 15:27:26 f70ee36035b9: Preparing 15:27:26 597d0f62d80c: Layer already exists 15:27:26 d684c2edc478: Layer already exists 15:27:26 5950db911b98: Layer already exists 15:27:26 1beff7e6e9a9: Layer already exists 15:27:26 d4aab430c2fe: Layer already exists 15:27:26 f70ee36035b9: Layer already exists 15:27:26 main: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:26 ===================================================== [Pipeline] echo 15:27:26 taggedImages: 15:27:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:27:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.93 15:27:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 15:27:26 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 15:27:26 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:26 latest 15:27:26 3.0.0-dev.93 15:27:26 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:26 main 15:27:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:27 85a779df4021: Preparing 15:27:27 85a779df4021: Preparing 15:27:27 4294e99ef203: Preparing 15:27:27 69c8cc6c72ed: Preparing 15:27:27 11cafc0c1e79: Preparing 15:27:27 5a0c0f1bfe91: Preparing 15:27:27 d03311125a7e: Preparing 15:27:27 d4aab430c2fe: Preparing 15:27:27 3e716ec81171: Preparing 15:27:27 d03748df5634: Preparing 15:27:27 41f99d73a36c: Preparing 15:27:27 9ece3b128b37: Preparing 15:27:27 f70ee36035b9: Preparing 15:27:27 3e716ec81171: Waiting 15:27:27 d03748df5634: Waiting 15:27:27 41f99d73a36c: Waiting 15:27:27 9ece3b128b37: Waiting 15:27:27 f70ee36035b9: Waiting 15:27:27 d03311125a7e: Waiting 15:27:27 d4aab430c2fe: Waiting 15:27:27 69c8cc6c72ed: Pushed 15:27:27 5a0c0f1bfe91: Pushed 15:27:27 11cafc0c1e79: Pushed 15:27:27 85a779df4021: Pushed 15:27:27 4294e99ef203: Pushed 15:27:27 d4aab430c2fe: Layer already exists 15:27:27 9ece3b128b37: Pushed 15:27:27 41f99d73a36c: Pushed 15:27:27 3e716ec81171: Pushed 15:27:27 d03748df5634: Pushed 15:27:27 f70ee36035b9: Layer already exists 15:27:30 d03311125a7e: Pushed 15:27:30 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:27:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:31 85a779df4021: Preparing 15:27:31 85a779df4021: Preparing 15:27:31 4294e99ef203: Preparing 15:27:31 69c8cc6c72ed: Preparing 15:27:31 11cafc0c1e79: Preparing 15:27:31 5a0c0f1bfe91: Preparing 15:27:31 d03311125a7e: Preparing 15:27:31 d4aab430c2fe: Preparing 15:27:31 3e716ec81171: Preparing 15:27:31 d03748df5634: Preparing 15:27:31 41f99d73a36c: Preparing 15:27:31 9ece3b128b37: Preparing 15:27:31 f70ee36035b9: Preparing 15:27:31 3e716ec81171: Waiting 15:27:31 d03748df5634: Waiting 15:27:31 41f99d73a36c: Waiting 15:27:31 9ece3b128b37: Waiting 15:27:31 f70ee36035b9: Waiting 15:27:31 d03311125a7e: Waiting 15:27:31 d4aab430c2fe: Waiting 15:27:31 5a0c0f1bfe91: Layer already exists 15:27:31 69c8cc6c72ed: Layer already exists 15:27:31 85a779df4021: Layer already exists 15:27:31 11cafc0c1e79: Layer already exists 15:27:31 4294e99ef203: Layer already exists 15:27:31 3e716ec81171: Layer already exists 15:27:31 d03748df5634: Layer already exists 15:27:31 d4aab430c2fe: Layer already exists 15:27:31 41f99d73a36c: Layer already exists 15:27:31 d03311125a7e: Layer already exists 15:27:31 f70ee36035b9: Layer already exists 15:27:31 9ece3b128b37: Layer already exists 15:27:31 latest: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.93 15:27:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:32 85a779df4021: Preparing 15:27:32 85a779df4021: Preparing 15:27:32 4294e99ef203: Preparing 15:27:32 69c8cc6c72ed: Preparing 15:27:32 11cafc0c1e79: Preparing 15:27:32 5a0c0f1bfe91: Preparing 15:27:32 d03311125a7e: Preparing 15:27:32 d4aab430c2fe: Preparing 15:27:32 3e716ec81171: Preparing 15:27:32 d03748df5634: Preparing 15:27:32 41f99d73a36c: Preparing 15:27:32 9ece3b128b37: Preparing 15:27:32 f70ee36035b9: Preparing 15:27:32 d03311125a7e: Waiting 15:27:32 d4aab430c2fe: Waiting 15:27:32 3e716ec81171: Waiting 15:27:32 d03748df5634: Waiting 15:27:32 9ece3b128b37: Waiting 15:27:32 f70ee36035b9: Waiting 15:27:32 41f99d73a36c: Waiting 15:27:32 69c8cc6c72ed: Layer already exists 15:27:32 85a779df4021: Layer already exists 15:27:32 5a0c0f1bfe91: Layer already exists 15:27:32 11cafc0c1e79: Layer already exists 15:27:32 4294e99ef203: Layer already exists 15:27:32 d4aab430c2fe: Layer already exists 15:27:32 d03311125a7e: Layer already exists 15:27:32 3e716ec81171: Layer already exists 15:27:32 d03748df5634: Layer already exists 15:27:32 41f99d73a36c: Layer already exists 15:27:32 9ece3b128b37: Layer already exists 15:27:32 f70ee36035b9: Layer already exists 15:27:32 3.0.0-dev.93: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:33 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:33 85a779df4021: Preparing 15:27:33 85a779df4021: Preparing 15:27:33 4294e99ef203: Preparing 15:27:33 69c8cc6c72ed: Preparing 15:27:33 11cafc0c1e79: Preparing 15:27:33 5a0c0f1bfe91: Preparing 15:27:33 d03311125a7e: Preparing 15:27:33 d4aab430c2fe: Preparing 15:27:33 3e716ec81171: Preparing 15:27:33 d03748df5634: Preparing 15:27:33 41f99d73a36c: Preparing 15:27:33 9ece3b128b37: Preparing 15:27:33 f70ee36035b9: Preparing 15:27:33 d03748df5634: Waiting 15:27:33 41f99d73a36c: Waiting 15:27:33 9ece3b128b37: Waiting 15:27:33 d03311125a7e: Waiting 15:27:33 d4aab430c2fe: Waiting 15:27:33 3e716ec81171: Waiting 15:27:33 f70ee36035b9: Waiting 15:27:33 5a0c0f1bfe91: Layer already exists 15:27:33 11cafc0c1e79: Layer already exists 15:27:33 4294e99ef203: Layer already exists 15:27:33 69c8cc6c72ed: Layer already exists 15:27:33 85a779df4021: Layer already exists 15:27:33 d03311125a7e: Layer already exists 15:27:33 d4aab430c2fe: Layer already exists 15:27:33 3e716ec81171: Layer already exists 15:27:33 41f99d73a36c: Layer already exists 15:27:33 d03748df5634: Layer already exists 15:27:33 f70ee36035b9: Layer already exists 15:27:33 9ece3b128b37: Layer already exists 15:27:33 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:34 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 15:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:34 85a779df4021: Preparing 15:27:34 85a779df4021: Preparing 15:27:34 4294e99ef203: Preparing 15:27:34 69c8cc6c72ed: Preparing 15:27:34 11cafc0c1e79: Preparing 15:27:34 5a0c0f1bfe91: Preparing 15:27:34 d03311125a7e: Preparing 15:27:34 d4aab430c2fe: Preparing 15:27:34 3e716ec81171: Preparing 15:27:34 d03748df5634: Preparing 15:27:34 41f99d73a36c: Preparing 15:27:34 9ece3b128b37: Preparing 15:27:34 f70ee36035b9: Preparing 15:27:34 d03748df5634: Waiting 15:27:34 d03311125a7e: Waiting 15:27:34 41f99d73a36c: Waiting 15:27:34 d4aab430c2fe: Waiting 15:27:34 9ece3b128b37: Waiting 15:27:34 f70ee36035b9: Waiting 15:27:34 3e716ec81171: Waiting 15:27:34 69c8cc6c72ed: Layer already exists 15:27:34 85a779df4021: Layer already exists 15:27:34 11cafc0c1e79: Layer already exists 15:27:34 4294e99ef203: Layer already exists 15:27:34 5a0c0f1bfe91: Layer already exists 15:27:34 3e716ec81171: Layer already exists 15:27:34 d4aab430c2fe: Layer already exists 15:27:34 d03311125a7e: Layer already exists 15:27:34 41f99d73a36c: Layer already exists 15:27:34 d03748df5634: Layer already exists 15:27:34 9ece3b128b37: Layer already exists 15:27:34 f70ee36035b9: Layer already exists 15:27:34 main: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:34 ===================================================== [Pipeline] echo 15:27:34 taggedImages: 15:27:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:27:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.93 15:27:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 15:27:34 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 15:27:34 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:34 latest 15:27:34 3.0.0-dev.93 15:27:34 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:34 main 15:27:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:27:35 a34097cb3cb9: Preparing 15:27:35 e95147f3f9c6: Preparing 15:27:35 0184c0442f63: Preparing 15:27:35 93357677fb4e: Preparing 15:27:35 d4aab430c2fe: Preparing 15:27:35 347b3648f1ef: Preparing 15:27:35 f70ee36035b9: Preparing 15:27:35 347b3648f1ef: Waiting 15:27:35 f70ee36035b9: Waiting 15:27:35 d4aab430c2fe: Layer already exists 15:27:35 347b3648f1ef: Layer already exists 15:27:35 f70ee36035b9: Layer already exists 15:27:35 0184c0442f63: Pushed 15:27:35 a34097cb3cb9: Pushed 15:27:35 e95147f3f9c6: Pushed 15:27:38 93357677fb4e: Pushed 15:27:38 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:38 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 15:27:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:27:38 a34097cb3cb9: Preparing 15:27:38 e95147f3f9c6: Preparing 15:27:38 0184c0442f63: Preparing 15:27:38 93357677fb4e: Preparing 15:27:38 d4aab430c2fe: Preparing 15:27:38 347b3648f1ef: Preparing 15:27:38 f70ee36035b9: Preparing 15:27:38 347b3648f1ef: Waiting 15:27:38 f70ee36035b9: Waiting 15:27:38 93357677fb4e: Layer already exists 15:27:38 a34097cb3cb9: Layer already exists 15:27:38 d4aab430c2fe: Layer already exists 15:27:38 0184c0442f63: Layer already exists 15:27:38 e95147f3f9c6: Layer already exists 15:27:38 f70ee36035b9: Layer already exists 15:27:38 347b3648f1ef: Layer already exists 15:27:39 latest: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:39 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.93 15:27:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:27:39 a34097cb3cb9: Preparing 15:27:39 e95147f3f9c6: Preparing 15:27:39 0184c0442f63: Preparing 15:27:39 93357677fb4e: Preparing 15:27:39 d4aab430c2fe: Preparing 15:27:39 347b3648f1ef: Preparing 15:27:39 f70ee36035b9: Preparing 15:27:39 347b3648f1ef: Waiting 15:27:39 f70ee36035b9: Waiting 15:27:39 e95147f3f9c6: Layer already exists 15:27:39 d4aab430c2fe: Layer already exists 15:27:39 a34097cb3cb9: Layer already exists 15:27:39 93357677fb4e: Layer already exists 15:27:39 0184c0442f63: Layer already exists 15:27:39 347b3648f1ef: Layer already exists 15:27:39 f70ee36035b9: Layer already exists 15:27:39 3.0.0-dev.93: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:27:40 a34097cb3cb9: Preparing 15:27:40 e95147f3f9c6: Preparing 15:27:40 0184c0442f63: Preparing 15:27:40 93357677fb4e: Preparing 15:27:40 d4aab430c2fe: Preparing 15:27:40 347b3648f1ef: Preparing 15:27:40 f70ee36035b9: Preparing 15:27:40 347b3648f1ef: Waiting 15:27:40 a34097cb3cb9: Layer already exists 15:27:40 0184c0442f63: Layer already exists 15:27:40 d4aab430c2fe: Layer already exists 15:27:40 93357677fb4e: Layer already exists 15:27:40 e95147f3f9c6: Layer already exists 15:27:40 347b3648f1ef: Layer already exists 15:27:40 f70ee36035b9: Layer already exists 15:27:41 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:41 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 15:27:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:27:41 a34097cb3cb9: Preparing 15:27:41 e95147f3f9c6: Preparing 15:27:41 0184c0442f63: Preparing 15:27:41 93357677fb4e: Preparing 15:27:41 d4aab430c2fe: Preparing 15:27:41 347b3648f1ef: Preparing 15:27:41 f70ee36035b9: Preparing 15:27:41 347b3648f1ef: Waiting 15:27:41 f70ee36035b9: Waiting 15:27:41 e95147f3f9c6: Layer already exists 15:27:41 d4aab430c2fe: Layer already exists 15:27:41 a34097cb3cb9: Layer already exists 15:27:41 93357677fb4e: Layer already exists 15:27:41 0184c0442f63: Layer already exists 15:27:41 347b3648f1ef: Layer already exists 15:27:41 f70ee36035b9: Layer already exists 15:27:41 main: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:42 ===================================================== [Pipeline] echo 15:27:42 taggedImages: 15:27:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 15:27:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.93 15:27:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 15:27:42 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 15:27:42 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:42 latest 15:27:42 3.0.0-dev.93 15:27:42 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:42 main 15:27:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:42 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:42 33d44f3bada4: Preparing 15:27:42 186e881a0998: Preparing 15:27:42 cafe5b860963: Preparing 15:27:42 795bf7bdc4db: Preparing 15:27:42 33aba1a7d7bc: Preparing 15:27:42 6ce809719fc7: Preparing 15:27:42 f70ee36035b9: Preparing 15:27:42 6ce809719fc7: Waiting 15:27:43 795bf7bdc4db: Pushed 15:27:43 33aba1a7d7bc: Pushed 15:27:43 186e881a0998: Pushed 15:27:43 33d44f3bada4: Pushed 15:27:43 f70ee36035b9: Layer already exists 15:27:43 6ce809719fc7: Pushed 15:27:45 cafe5b860963: Pushed 15:27:45 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:45 + 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:27:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:27:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:46 33d44f3bada4: Preparing 15:27:46 186e881a0998: Preparing 15:27:46 cafe5b860963: Preparing 15:27:46 795bf7bdc4db: Preparing 15:27:46 33aba1a7d7bc: Preparing 15:27:46 6ce809719fc7: Preparing 15:27:46 f70ee36035b9: Preparing 15:27:46 6ce809719fc7: Waiting 15:27:46 f70ee36035b9: Waiting 15:27:46 33aba1a7d7bc: Layer already exists 15:27:46 33d44f3bada4: Layer already exists 15:27:46 cafe5b860963: Layer already exists 15:27:46 186e881a0998: Layer already exists 15:27:46 795bf7bdc4db: Layer already exists 15:27:46 f70ee36035b9: Layer already exists 15:27:46 6ce809719fc7: Layer already exists 15:27:46 latest: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:46 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.93 15:27:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:47 33d44f3bada4: Preparing 15:27:47 186e881a0998: Preparing 15:27:47 cafe5b860963: Preparing 15:27:47 795bf7bdc4db: Preparing 15:27:47 33aba1a7d7bc: Preparing 15:27:47 6ce809719fc7: Preparing 15:27:47 f70ee36035b9: Preparing 15:27:47 6ce809719fc7: Waiting 15:27:47 f70ee36035b9: Waiting 15:27:47 795bf7bdc4db: Layer already exists 15:27:47 33d44f3bada4: Layer already exists 15:27:47 33aba1a7d7bc: Layer already exists 15:27:47 cafe5b860963: Layer already exists 15:27:47 186e881a0998: Layer already exists 15:27:47 6ce809719fc7: Layer already exists 15:27:47 f70ee36035b9: Layer already exists 15:27:47 3.0.0-dev.93: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:47 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:48 33d44f3bada4: Preparing 15:27:48 186e881a0998: Preparing 15:27:48 cafe5b860963: Preparing 15:27:48 795bf7bdc4db: Preparing 15:27:48 33aba1a7d7bc: Preparing 15:27:48 6ce809719fc7: Preparing 15:27:48 f70ee36035b9: Preparing 15:27:48 f70ee36035b9: Waiting 15:27:48 795bf7bdc4db: Layer already exists 15:27:48 33aba1a7d7bc: Layer already exists 15:27:48 186e881a0998: Layer already exists 15:27:48 cafe5b860963: Layer already exists 15:27:48 33d44f3bada4: Layer already exists 15:27:48 6ce809719fc7: Layer already exists 15:27:48 f70ee36035b9: Layer already exists 15:27:48 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:48 + 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:27:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 15:27:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:49 33d44f3bada4: Preparing 15:27:49 186e881a0998: Preparing 15:27:49 cafe5b860963: Preparing 15:27:49 795bf7bdc4db: Preparing 15:27:49 33aba1a7d7bc: Preparing 15:27:49 6ce809719fc7: Preparing 15:27:49 f70ee36035b9: Preparing 15:27:49 6ce809719fc7: Waiting 15:27:49 f70ee36035b9: Waiting 15:27:49 795bf7bdc4db: Layer already exists 15:27:49 33d44f3bada4: Layer already exists 15:27:49 cafe5b860963: Layer already exists 15:27:49 33aba1a7d7bc: Layer already exists 15:27:49 186e881a0998: Layer already exists 15:27:49 6ce809719fc7: Layer already exists 15:27:49 f70ee36035b9: Layer already exists 15:27:49 main: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:49 ===================================================== [Pipeline] echo 15:27:49 taggedImages: 15:27:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:27:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.93 15:27:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 15:27:49 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 15:27:49 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:49 latest 15:27:49 3.0.0-dev.93 15:27:49 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:49 main 15:27:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:50 aa5fd5b6ba5a: Preparing 15:27:50 147cde0bccba: Preparing 15:27:50 8f1f4ff507b6: Preparing 15:27:50 1ca7a4bc72b1: Preparing 15:27:50 134810582d3a: Preparing 15:27:50 8d7d8e460cc9: Preparing 15:27:50 dd9493e70da6: Preparing 15:27:50 cc7395d612a8: Preparing 15:27:50 f70ee36035b9: Preparing 15:27:50 8d7d8e460cc9: Waiting 15:27:50 dd9493e70da6: Waiting 15:27:50 cc7395d612a8: Waiting 15:27:50 f70ee36035b9: Waiting 15:27:50 147cde0bccba: Pushed 15:27:50 aa5fd5b6ba5a: Pushed 15:27:50 134810582d3a: Pushed 15:27:50 8d7d8e460cc9: Pushed 15:27:50 dd9493e70da6: Pushed 15:27:50 f70ee36035b9: Layer already exists 15:27:50 cc7395d612a8: Pushed 15:27:52 1ca7a4bc72b1: Pushed 15:27:53 8f1f4ff507b6: Pushed 15:27:53 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:54 + 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:27:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:27:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:54 aa5fd5b6ba5a: Preparing 15:27:54 147cde0bccba: Preparing 15:27:54 8f1f4ff507b6: Preparing 15:27:54 1ca7a4bc72b1: Preparing 15:27:54 134810582d3a: Preparing 15:27:54 8d7d8e460cc9: Preparing 15:27:54 dd9493e70da6: Preparing 15:27:54 cc7395d612a8: Preparing 15:27:54 f70ee36035b9: Preparing 15:27:54 dd9493e70da6: Waiting 15:27:54 cc7395d612a8: Waiting 15:27:54 f70ee36035b9: Waiting 15:27:54 8d7d8e460cc9: Waiting 15:27:54 aa5fd5b6ba5a: Layer already exists 15:27:54 1ca7a4bc72b1: Layer already exists 15:27:54 147cde0bccba: Layer already exists 15:27:54 8f1f4ff507b6: Layer already exists 15:27:54 134810582d3a: Layer already exists 15:27:54 8d7d8e460cc9: Layer already exists 15:27:54 f70ee36035b9: Layer already exists 15:27:54 dd9493e70da6: Layer already exists 15:27:54 cc7395d612a8: Layer already exists 15:27:54 latest: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:55 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.93 15:27:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:55 aa5fd5b6ba5a: Preparing 15:27:55 147cde0bccba: Preparing 15:27:55 8f1f4ff507b6: Preparing 15:27:55 1ca7a4bc72b1: Preparing 15:27:55 134810582d3a: Preparing 15:27:55 8d7d8e460cc9: Preparing 15:27:55 dd9493e70da6: Preparing 15:27:55 cc7395d612a8: Preparing 15:27:55 f70ee36035b9: Preparing 15:27:55 8d7d8e460cc9: Waiting 15:27:55 dd9493e70da6: Waiting 15:27:55 cc7395d612a8: Waiting 15:27:55 f70ee36035b9: Waiting 15:27:55 aa5fd5b6ba5a: Layer already exists 15:27:55 8f1f4ff507b6: Layer already exists 15:27:55 1ca7a4bc72b1: Layer already exists 15:27:55 134810582d3a: Layer already exists 15:27:55 147cde0bccba: Layer already exists 15:27:55 f70ee36035b9: Layer already exists 15:27:55 8d7d8e460cc9: Layer already exists 15:27:55 cc7395d612a8: Layer already exists 15:27:55 dd9493e70da6: Layer already exists 15:27:55 3.0.0-dev.93: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:55 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:56 aa5fd5b6ba5a: Preparing 15:27:56 147cde0bccba: Preparing 15:27:56 8f1f4ff507b6: Preparing 15:27:56 1ca7a4bc72b1: Preparing 15:27:56 134810582d3a: Preparing 15:27:56 8d7d8e460cc9: Preparing 15:27:56 dd9493e70da6: Preparing 15:27:56 cc7395d612a8: Preparing 15:27:56 f70ee36035b9: Preparing 15:27:56 cc7395d612a8: Waiting 15:27:56 8d7d8e460cc9: Waiting 15:27:56 dd9493e70da6: Waiting 15:27:56 f70ee36035b9: Waiting 15:27:56 147cde0bccba: Layer already exists 15:27:56 8f1f4ff507b6: Layer already exists 15:27:56 1ca7a4bc72b1: Layer already exists 15:27:56 134810582d3a: Layer already exists 15:27:56 aa5fd5b6ba5a: Layer already exists 15:27:56 f70ee36035b9: Layer already exists 15:27:56 cc7395d612a8: Layer already exists 15:27:56 dd9493e70da6: Layer already exists 15:27:56 8d7d8e460cc9: Layer already exists 15:27:56 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:56 + 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:27:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 15:27:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:57 aa5fd5b6ba5a: Preparing 15:27:57 147cde0bccba: Preparing 15:27:57 8f1f4ff507b6: Preparing 15:27:57 1ca7a4bc72b1: Preparing 15:27:57 134810582d3a: Preparing 15:27:57 8d7d8e460cc9: Preparing 15:27:57 dd9493e70da6: Preparing 15:27:57 cc7395d612a8: Preparing 15:27:57 f70ee36035b9: Preparing 15:27:57 8d7d8e460cc9: Waiting 15:27:57 dd9493e70da6: Waiting 15:27:57 cc7395d612a8: Waiting 15:27:57 f70ee36035b9: Waiting 15:27:57 147cde0bccba: Layer already exists 15:27:57 8f1f4ff507b6: Layer already exists 15:27:57 1ca7a4bc72b1: Layer already exists 15:27:57 134810582d3a: Layer already exists 15:27:57 aa5fd5b6ba5a: Layer already exists 15:27:57 8d7d8e460cc9: Layer already exists 15:27:57 cc7395d612a8: Layer already exists 15:27:57 dd9493e70da6: Layer already exists 15:27:57 f70ee36035b9: Layer already exists 15:27:57 main: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:57 ===================================================== [Pipeline] echo 15:27:57 taggedImages: 15:27:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:27:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.93 15:27:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 15:27:57 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 15:27:57 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:57 latest 15:27:57 3.0.0-dev.93 15:27:57 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:27:57 main 15:27:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:27:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:27:58 de44fb1f8bf2: Preparing 15:27:58 fd70271171d0: Preparing 15:27:58 d4aab430c2fe: Preparing 15:27:58 ce0636bf0f8d: Preparing 15:27:58 a8cfdf0cc8ec: Preparing 15:27:58 d4aab430c2fe: Layer already exists 15:27:58 a8cfdf0cc8ec: Layer already exists 15:27:58 de44fb1f8bf2: Pushed 15:27:59 ce0636bf0f8d: Pushed 15:28:02 fd70271171d0: Pushed 15:28:03 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:03 + 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:28:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:28:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:28:03 de44fb1f8bf2: Preparing 15:28:03 fd70271171d0: Preparing 15:28:03 d4aab430c2fe: Preparing 15:28:03 ce0636bf0f8d: Preparing 15:28:03 a8cfdf0cc8ec: Preparing 15:28:03 de44fb1f8bf2: Layer already exists 15:28:03 fd70271171d0: Layer already exists 15:28:03 d4aab430c2fe: Layer already exists 15:28:03 a8cfdf0cc8ec: Layer already exists 15:28:03 ce0636bf0f8d: Layer already exists 15:28:03 latest: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:04 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.93 15:28:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:28:04 de44fb1f8bf2: Preparing 15:28:04 fd70271171d0: Preparing 15:28:04 d4aab430c2fe: Preparing 15:28:04 ce0636bf0f8d: Preparing 15:28:04 a8cfdf0cc8ec: Preparing 15:28:04 fd70271171d0: Layer already exists 15:28:04 de44fb1f8bf2: Layer already exists 15:28:04 d4aab430c2fe: Layer already exists 15:28:04 a8cfdf0cc8ec: Layer already exists 15:28:04 ce0636bf0f8d: Layer already exists 15:28:04 3.0.0-dev.93: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:04 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:28:05 de44fb1f8bf2: Preparing 15:28:05 fd70271171d0: Preparing 15:28:05 d4aab430c2fe: Preparing 15:28:05 ce0636bf0f8d: Preparing 15:28:05 a8cfdf0cc8ec: Preparing 15:28:05 fd70271171d0: Layer already exists 15:28:05 a8cfdf0cc8ec: Layer already exists 15:28:05 d4aab430c2fe: Layer already exists 15:28:05 de44fb1f8bf2: Layer already exists 15:28:05 ce0636bf0f8d: Layer already exists 15:28:05 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:05 + 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:28:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 15:28:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:28:05 de44fb1f8bf2: Preparing 15:28:05 fd70271171d0: Preparing 15:28:05 d4aab430c2fe: Preparing 15:28:05 ce0636bf0f8d: Preparing 15:28:05 a8cfdf0cc8ec: Preparing 15:28:05 d4aab430c2fe: Layer already exists 15:28:05 a8cfdf0cc8ec: Layer already exists 15:28:05 de44fb1f8bf2: Layer already exists 15:28:05 fd70271171d0: Layer already exists 15:28:05 ce0636bf0f8d: Layer already exists 15:28:05 main: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:28:06 ===================================================== [Pipeline] echo 15:28:06 taggedImages: 15:28:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:28:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.93 15:28:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 15:28:06 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 15:28:06 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:06 latest 15:28:06 3.0.0-dev.93 15:28:06 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:06 main 15:28:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:06 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:06 8bbf264c6819: Preparing 15:28:06 fdea1e11b203: Preparing 15:28:06 b5d478f5d876: Preparing 15:28:06 ae0e96ca722d: Preparing 15:28:06 1f275cc92b09: Preparing 15:28:06 1aee43c4f565: Preparing 15:28:06 a8cfdf0cc8ec: Preparing 15:28:06 1aee43c4f565: Waiting 15:28:06 a8cfdf0cc8ec: Waiting 15:28:06 8bbf264c6819: Pushed 15:28:06 fdea1e11b203: Pushed 15:28:06 b5d478f5d876: Pushed 15:28:06 a8cfdf0cc8ec: Layer already exists 15:28:08 1aee43c4f565: Pushed 15:28:15 1f275cc92b09: Pushed 15:28:22 ae0e96ca722d: Pushed 15:28:22 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:22 + 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:28:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:28:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:23 8bbf264c6819: Preparing 15:28:23 fdea1e11b203: Preparing 15:28:23 b5d478f5d876: Preparing 15:28:23 ae0e96ca722d: Preparing 15:28:23 1f275cc92b09: Preparing 15:28:23 1aee43c4f565: Preparing 15:28:23 a8cfdf0cc8ec: Preparing 15:28:23 1aee43c4f565: Waiting 15:28:23 a8cfdf0cc8ec: Waiting 15:28:23 8bbf264c6819: Layer already exists 15:28:23 b5d478f5d876: Layer already exists 15:28:23 fdea1e11b203: Layer already exists 15:28:23 ae0e96ca722d: Layer already exists 15:28:23 1f275cc92b09: Layer already exists 15:28:23 1aee43c4f565: Layer already exists 15:28:23 a8cfdf0cc8ec: Layer already exists 15:28:23 latest: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:23 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.93 15:28:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:24 8bbf264c6819: Preparing 15:28:24 fdea1e11b203: Preparing 15:28:24 b5d478f5d876: Preparing 15:28:24 ae0e96ca722d: Preparing 15:28:24 1f275cc92b09: Preparing 15:28:24 1aee43c4f565: Preparing 15:28:24 a8cfdf0cc8ec: Preparing 15:28:24 1aee43c4f565: Waiting 15:28:24 a8cfdf0cc8ec: Waiting 15:28:24 fdea1e11b203: Layer already exists 15:28:24 ae0e96ca722d: Layer already exists 15:28:24 1f275cc92b09: Layer already exists 15:28:24 8bbf264c6819: Layer already exists 15:28:24 b5d478f5d876: Layer already exists 15:28:24 a8cfdf0cc8ec: Layer already exists 15:28:24 1aee43c4f565: Layer already exists 15:28:24 3.0.0-dev.93: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:24 8bbf264c6819: Preparing 15:28:24 fdea1e11b203: Preparing 15:28:24 b5d478f5d876: Preparing 15:28:24 ae0e96ca722d: Preparing 15:28:24 1f275cc92b09: Preparing 15:28:24 1aee43c4f565: Preparing 15:28:24 a8cfdf0cc8ec: Preparing 15:28:24 1aee43c4f565: Waiting 15:28:24 a8cfdf0cc8ec: Waiting 15:28:24 ae0e96ca722d: Layer already exists 15:28:24 8bbf264c6819: Layer already exists 15:28:24 1f275cc92b09: Layer already exists 15:28:24 fdea1e11b203: Layer already exists 15:28:24 b5d478f5d876: Layer already exists 15:28:24 a8cfdf0cc8ec: Layer already exists 15:28:24 1aee43c4f565: Layer already exists 15:28:25 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:25 + 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:28:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 15:28:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:25 8bbf264c6819: Preparing 15:28:25 fdea1e11b203: Preparing 15:28:25 b5d478f5d876: Preparing 15:28:25 ae0e96ca722d: Preparing 15:28:25 1f275cc92b09: Preparing 15:28:25 1aee43c4f565: Preparing 15:28:25 a8cfdf0cc8ec: Preparing 15:28:25 1aee43c4f565: Waiting 15:28:25 a8cfdf0cc8ec: Waiting 15:28:25 b5d478f5d876: Layer already exists 15:28:25 1f275cc92b09: Layer already exists 15:28:25 fdea1e11b203: Layer already exists 15:28:25 ae0e96ca722d: Layer already exists 15:28:25 8bbf264c6819: Layer already exists 15:28:25 a8cfdf0cc8ec: Layer already exists 15:28:25 1aee43c4f565: Layer already exists 15:28:26 main: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:28:26 ===================================================== [Pipeline] echo 15:28:26 taggedImages: 15:28:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:28:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.93 15:28:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 15:28:26 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 15:28:26 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:26 latest 15:28:26 3.0.0-dev.93 15:28:26 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:26 main 15:28:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:26 a7c894e29cec: Preparing 15:28:26 2713edca4cc1: Preparing 15:28:26 a854430e91e3: Preparing 15:28:26 9f770623c9d2: Preparing 15:28:26 4c7cf51af709: Preparing 15:28:26 a8cfdf0cc8ec: Preparing 15:28:26 a8cfdf0cc8ec: Waiting 15:28:27 a7c894e29cec: Pushed 15:28:27 2713edca4cc1: Pushed 15:28:27 a854430e91e3: Pushed 15:28:27 a8cfdf0cc8ec: Layer already exists 15:28:27 4c7cf51af709: Pushed 15:28:42 9f770623c9d2: Pushed 15:28:42 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:43 + 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:28:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:28:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:43 a7c894e29cec: Preparing 15:28:43 2713edca4cc1: Preparing 15:28:43 a854430e91e3: Preparing 15:28:43 9f770623c9d2: Preparing 15:28:43 4c7cf51af709: Preparing 15:28:43 a8cfdf0cc8ec: Preparing 15:28:43 4c7cf51af709: Layer already exists 15:28:43 a854430e91e3: Layer already exists 15:28:43 9f770623c9d2: Layer already exists 15:28:43 2713edca4cc1: Layer already exists 15:28:43 a7c894e29cec: Layer already exists 15:28:43 a8cfdf0cc8ec: Layer already exists 15:28:43 latest: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:43 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.93 15:28:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:44 a7c894e29cec: Preparing 15:28:44 2713edca4cc1: Preparing 15:28:44 a854430e91e3: Preparing 15:28:44 9f770623c9d2: Preparing 15:28:44 4c7cf51af709: Preparing 15:28:44 a8cfdf0cc8ec: Preparing 15:28:44 a8cfdf0cc8ec: Waiting 15:28:44 9f770623c9d2: Layer already exists 15:28:44 a7c894e29cec: Layer already exists 15:28:44 2713edca4cc1: Layer already exists 15:28:44 4c7cf51af709: Layer already exists 15:28:44 a854430e91e3: Layer already exists 15:28:44 a8cfdf0cc8ec: Layer already exists 15:28:44 3.0.0-dev.93: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:44 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:45 a7c894e29cec: Preparing 15:28:45 2713edca4cc1: Preparing 15:28:45 a854430e91e3: Preparing 15:28:45 9f770623c9d2: Preparing 15:28:45 4c7cf51af709: Preparing 15:28:45 a8cfdf0cc8ec: Preparing 15:28:45 a8cfdf0cc8ec: Waiting 15:28:45 9f770623c9d2: Layer already exists 15:28:45 a854430e91e3: Layer already exists 15:28:45 2713edca4cc1: Layer already exists 15:28:45 4c7cf51af709: Layer already exists 15:28:45 a7c894e29cec: Layer already exists 15:28:45 a8cfdf0cc8ec: Layer already exists 15:28:45 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:45 + 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:28:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 15:28:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:46 a7c894e29cec: Preparing 15:28:46 2713edca4cc1: Preparing 15:28:46 a854430e91e3: Preparing 15:28:46 9f770623c9d2: Preparing 15:28:46 4c7cf51af709: Preparing 15:28:46 a8cfdf0cc8ec: Preparing 15:28:46 a8cfdf0cc8ec: Waiting 15:28:46 4c7cf51af709: Layer already exists 15:28:46 a854430e91e3: Layer already exists 15:28:46 a7c894e29cec: Layer already exists 15:28:46 a8cfdf0cc8ec: Layer already exists 15:28:46 2713edca4cc1: Layer already exists 15:28:46 9f770623c9d2: Layer already exists 15:28:46 main: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:28:46 ===================================================== [Pipeline] echo 15:28:46 taggedImages: 15:28:46 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:46 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:28:46 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.93 15:28:46 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:46 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 15:28:46 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 15:28:46 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:46 latest 15:28:46 3.0.0-dev.93 15:28:46 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:28:46 main 15:28:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:46 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:28:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:28:47 cd7d4c0f24d4: Preparing 15:28:47 d7078d77140c: Preparing 15:28:47 de721e012d96: Preparing 15:28:47 835f01cd9be7: Preparing 15:28:47 26c81ff9a7b9: Preparing 15:28:47 a8cfdf0cc8ec: Preparing 15:28:47 a8cfdf0cc8ec: Waiting 15:28:47 de721e012d96: Pushed 15:28:47 d7078d77140c: Pushed 15:28:47 cd7d4c0f24d4: Pushed 15:28:47 a8cfdf0cc8ec: Layer already exists 15:28:48 26c81ff9a7b9: Pushed 15:29:03 835f01cd9be7: Pushed 15:29:03 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:03 + 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:29:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:29:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:29:03 cd7d4c0f24d4: Preparing 15:29:03 d7078d77140c: Preparing 15:29:03 de721e012d96: Preparing 15:29:03 835f01cd9be7: Preparing 15:29:03 26c81ff9a7b9: Preparing 15:29:03 a8cfdf0cc8ec: Preparing 15:29:03 a8cfdf0cc8ec: Waiting 15:29:03 835f01cd9be7: Layer already exists 15:29:03 cd7d4c0f24d4: Layer already exists 15:29:03 d7078d77140c: Layer already exists 15:29:03 26c81ff9a7b9: Layer already exists 15:29:03 de721e012d96: Layer already exists 15:29:03 a8cfdf0cc8ec: Layer already exists 15:29:03 latest: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:04 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.93 15:29:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:29:04 cd7d4c0f24d4: Preparing 15:29:04 d7078d77140c: Preparing 15:29:04 de721e012d96: Preparing 15:29:04 835f01cd9be7: Preparing 15:29:04 26c81ff9a7b9: Preparing 15:29:04 a8cfdf0cc8ec: Preparing 15:29:04 a8cfdf0cc8ec: Waiting 15:29:04 d7078d77140c: Layer already exists 15:29:04 de721e012d96: Layer already exists 15:29:04 835f01cd9be7: Layer already exists 15:29:04 cd7d4c0f24d4: Layer already exists 15:29:04 26c81ff9a7b9: Layer already exists 15:29:04 a8cfdf0cc8ec: Layer already exists 15:29:04 3.0.0-dev.93: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:05 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:29:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:29:05 cd7d4c0f24d4: Preparing 15:29:05 d7078d77140c: Preparing 15:29:05 de721e012d96: Preparing 15:29:05 835f01cd9be7: Preparing 15:29:05 26c81ff9a7b9: Preparing 15:29:05 a8cfdf0cc8ec: Preparing 15:29:05 a8cfdf0cc8ec: Waiting 15:29:05 d7078d77140c: Layer already exists 15:29:05 cd7d4c0f24d4: Layer already exists 15:29:05 26c81ff9a7b9: Layer already exists 15:29:05 de721e012d96: Layer already exists 15:29:05 835f01cd9be7: Layer already exists 15:29:05 a8cfdf0cc8ec: Layer already exists 15:29:05 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:06 + 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:29:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 15:29:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:29:06 cd7d4c0f24d4: Preparing 15:29:06 d7078d77140c: Preparing 15:29:06 de721e012d96: Preparing 15:29:06 835f01cd9be7: Preparing 15:29:06 26c81ff9a7b9: Preparing 15:29:06 a8cfdf0cc8ec: Preparing 15:29:06 a8cfdf0cc8ec: Waiting 15:29:06 26c81ff9a7b9: Layer already exists 15:29:06 de721e012d96: Layer already exists 15:29:06 835f01cd9be7: Layer already exists 15:29:06 d7078d77140c: Layer already exists 15:29:06 cd7d4c0f24d4: Layer already exists 15:29:06 a8cfdf0cc8ec: Layer already exists 15:29:06 main: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:29:06 ===================================================== [Pipeline] echo 15:29:06 taggedImages: 15:29:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:29:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:29:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.93 15:29:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:29:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 15:29:06 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 15:29:06 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:29:06 latest 15:29:06 3.0.0-dev.93 15:29:06 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:29:06 main 15:29:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:29:07 d9e6985fb79a: Preparing 15:29:07 ecc81c73ab7a: Preparing 15:29:07 d4aab430c2fe: Preparing 15:29:07 5c2c041f95ca: Preparing 15:29:07 f70ee36035b9: Preparing 15:29:07 f70ee36035b9: Layer already exists 15:29:07 d4aab430c2fe: Layer already exists 15:29:07 d9e6985fb79a: Pushed 15:29:08 5c2c041f95ca: Pushed 15:29:13 ecc81c73ab7a: Pushed 15:29:13 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:29:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:29:14 d9e6985fb79a: Preparing 15:29:14 ecc81c73ab7a: Preparing 15:29:14 d4aab430c2fe: Preparing 15:29:14 5c2c041f95ca: Preparing 15:29:14 f70ee36035b9: Preparing 15:29:14 f70ee36035b9: Layer already exists 15:29:14 5c2c041f95ca: Layer already exists 15:29:14 ecc81c73ab7a: Layer already exists 15:29:14 d4aab430c2fe: Layer already exists 15:29:14 d9e6985fb79a: Layer already exists 15:29:14 latest: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:14 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.93 15:29:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:29:15 d9e6985fb79a: Preparing 15:29:15 ecc81c73ab7a: Preparing 15:29:15 d4aab430c2fe: Preparing 15:29:15 5c2c041f95ca: Preparing 15:29:15 f70ee36035b9: Preparing 15:29:15 ecc81c73ab7a: Layer already exists 15:29:15 f70ee36035b9: Layer already exists 15:29:15 d4aab430c2fe: Layer already exists 15:29:15 5c2c041f95ca: Layer already exists 15:29:15 d9e6985fb79a: Layer already exists 15:29:15 3.0.0-dev.93: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:15 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:29:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:29:15 d9e6985fb79a: Preparing 15:29:15 ecc81c73ab7a: Preparing 15:29:15 d4aab430c2fe: Preparing 15:29:15 5c2c041f95ca: Preparing 15:29:15 f70ee36035b9: Preparing 15:29:15 d9e6985fb79a: Layer already exists 15:29:15 5c2c041f95ca: Layer already exists 15:29:15 ecc81c73ab7a: Layer already exists 15:29:15 f70ee36035b9: Layer already exists 15:29:15 d4aab430c2fe: Layer already exists 15:29:15 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:16 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 15:29:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:29:16 d9e6985fb79a: Preparing 15:29:16 ecc81c73ab7a: Preparing 15:29:16 d4aab430c2fe: Preparing 15:29:16 5c2c041f95ca: Preparing 15:29:16 f70ee36035b9: Preparing 15:29:16 f70ee36035b9: Layer already exists 15:29:16 5c2c041f95ca: Layer already exists 15:29:16 ecc81c73ab7a: Layer already exists 15:29:16 d4aab430c2fe: Layer already exists 15:29:16 d9e6985fb79a: Layer already exists 15:29:16 main: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:29:16 ===================================================== [Pipeline] echo 15:29:16 taggedImages: 15:29:16 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:29:16 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:29:16 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.93 15:29:16 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:29:16 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 15:29:16 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 15:29:16 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:29:16 latest 15:29:16 3.0.0-dev.93 15:29:16 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:29:16 main 15:29:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:16 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:29:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:29:17 9c6d3fc7f01f: Preparing 15:29:17 a13a876337de: Preparing 15:29:17 d4aab430c2fe: Preparing 15:29:17 d684c2edc478: Preparing 15:29:17 f70ee36035b9: Preparing 15:29:17 f70ee36035b9: Layer already exists 15:29:17 d4aab430c2fe: Layer already exists 15:29:17 d684c2edc478: Layer already exists 15:29:17 9c6d3fc7f01f: Pushed 15:29:22 a13a876337de: Pushed 15:29:22 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:23 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:29:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:29:23 9c6d3fc7f01f: Preparing 15:29:23 a13a876337de: Preparing 15:29:23 d4aab430c2fe: Preparing 15:29:23 d684c2edc478: Preparing 15:29:23 f70ee36035b9: Preparing 15:29:23 a13a876337de: Layer already exists 15:29:23 f70ee36035b9: Layer already exists 15:29:23 9c6d3fc7f01f: Layer already exists 15:29:23 d4aab430c2fe: Layer already exists 15:29:23 d684c2edc478: Layer already exists 15:29:23 latest: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:24 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.93 15:29:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:29:24 9c6d3fc7f01f: Preparing 15:29:24 a13a876337de: Preparing 15:29:24 d4aab430c2fe: Preparing 15:29:24 d684c2edc478: Preparing 15:29:24 f70ee36035b9: Preparing 15:29:24 f70ee36035b9: Layer already exists 15:29:24 d684c2edc478: Layer already exists 15:29:24 a13a876337de: Layer already exists 15:29:24 9c6d3fc7f01f: Layer already exists 15:29:24 d4aab430c2fe: Layer already exists 15:29:24 3.0.0-dev.93: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:25 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:29:25 9c6d3fc7f01f: Preparing 15:29:25 a13a876337de: Preparing 15:29:25 d4aab430c2fe: Preparing 15:29:25 d684c2edc478: Preparing 15:29:25 f70ee36035b9: Preparing 15:29:25 d684c2edc478: Layer already exists 15:29:25 a13a876337de: Layer already exists 15:29:25 d4aab430c2fe: Layer already exists 15:29:25 9c6d3fc7f01f: Layer already exists 15:29:25 f70ee36035b9: Layer already exists 15:29:25 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:25 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 15:29:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:29:26 9c6d3fc7f01f: Preparing 15:29:26 a13a876337de: Preparing 15:29:26 d4aab430c2fe: Preparing 15:29:26 d684c2edc478: Preparing 15:29:26 f70ee36035b9: Preparing 15:29:26 f70ee36035b9: Layer already exists 15:29:26 9c6d3fc7f01f: Layer already exists 15:29:26 d684c2edc478: Layer already exists 15:29:26 d4aab430c2fe: Layer already exists 15:29:26 a13a876337de: Layer already exists 15:29:26 main: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:29:26 ===================================================== [Pipeline] echo 15:29:26 taggedImages: 15:29:26 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 15:29:26 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:29:26 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.93 15:29:26 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 15:29:26 - 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:29:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:29:26 15:29:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:29:27 arm64: Pulling from edgex-lftools-log-publisher 15:29:27 8998bd30e6a1: Pulling fs layer 15:29:27 04944245beec: Pulling fs layer 15:29:27 699f458cf7ca: Pulling fs layer 15:29:27 765212b225bb: Pulling fs layer 15:29:27 f23df028b6ca: Pulling fs layer 15:29:27 d65c8cfc05b1: Pulling fs layer 15:29:27 2437ff75d9bd: Pulling fs layer 15:29:27 f23df028b6ca: Waiting 15:29:27 d65c8cfc05b1: Waiting 15:29:27 2437ff75d9bd: Waiting 15:29:27 765212b225bb: Waiting 15:29:27 04944245beec: Verifying Checksum 15:29:27 04944245beec: Download complete 15:29:27 765212b225bb: Verifying Checksum 15:29:27 765212b225bb: Download complete 15:29:27 f23df028b6ca: Verifying Checksum 15:29:27 f23df028b6ca: Download complete 15:29:27 d65c8cfc05b1: Verifying Checksum 15:29:27 d65c8cfc05b1: Download complete 15:29:27 699f458cf7ca: Verifying Checksum 15:29:27 699f458cf7ca: Download complete 15:29:27 8998bd30e6a1: Verifying Checksum 15:29:27 8998bd30e6a1: Download complete 15:29:29 2437ff75d9bd: Verifying Checksum 15:29:29 2437ff75d9bd: Download complete 15:29:31 8998bd30e6a1: Pull complete 15:29:32 04944245beec: Pull complete 15:29:33 699f458cf7ca: Pull complete 15:29:33 765212b225bb: Pull complete 15:29:34 f23df028b6ca: Pull complete 15:29:34 d65c8cfc05b1: Pull complete 15:29:49 2437ff75d9bd: Pull complete 15:29:49 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:29:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:29:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:49 prd-ubuntu20.04-docker-arm64-4c-16g-9893 does not seem to be running inside a container 15:29:49 $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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:29:52 $ docker top dff3c06b54557c30e997326d907fcd7138452a3fb80a1ee8d6eab3b95a5136da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:29:52 ---> job-cost.sh 15:29:53 lf-activate-venv: SKIPPING 15:29:53 INFO: No Stack... 15:29:53 INFO: Retrieving Pricing Info for: v3-standard-4 15:29:54 INFO: Archiving Costs [Pipeline] sh 15:29:55 + cat /w/workspace/edgex-go/455/archives/cost.csv 15:29:55 + cut -d, -f6 [Pipeline] lock 15:29:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-455-stack-cost] 15:29:55 Resource [jenkins-edgexfoundry-edgex-go-main-455-stack-cost] did not exist. Created. 15:29:55 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-455-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:29:56 + echo total: 0.10999999940395355 [Pipeline] stash 15:29:56 Stashed 1 file(s) [Pipeline] } 15:29:56 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-455-stack-cost] [Pipeline] // lock [Pipeline] } 15:29:56 $ docker stop --time=1 dff3c06b54557c30e997326d907fcd7138452a3fb80a1ee8d6eab3b95a5136da 15:29:58 $ docker rm -f --volumes dff3c06b54557c30e997326d907fcd7138452a3fb80a1ee8d6eab3b95a5136da [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:29:58 provisioning config files... 15:29:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/455@tmp/config6542168321485548940tmp [Pipeline] { [Pipeline] sh 15:29:58 + set +x 15:29:58 + curl -s https://codecov.io/bash 15:29:58 + bash -s -- 15:29:58 15:29:58 _____ _ 15:29:58 / ____| | | 15:29:58 | | ___ __| | ___ ___ _____ __ 15:29:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:29:58 | |___| (_) | (_| | __/ (_| (_) \ V / 15:29:58 \_____\___/ \__,_|\___|\___\___/ \_/ 15:29:58 Bash-1.0.6 15:29:58 15:29:58 15:29:58 ==> git version 2.25.1 found 15:29:58 ==> 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:29:58 Release-Date: 2020-01-08 15:29:58 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:29:58 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:29:58 ==> Jenkins CI detected. 15:29:58 current dir:  /w/workspace/edgex-go/455 15:29:58 project root: . 15:29:58 --> token set from env 15:29:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:29:58 ==> Running gcov in . (disable via -X gcov) 15:29:58 ==> Python coveragepy not found 15:29:58 ==> Searching for coverage reports in: 15:29:58 + . 15:29:58 -> Found 1 reports 15:29:58 ==> Detecting git/mercurial file structure 15:29:58 ==> Reading reports 15:29:59 + ./coverage.out bytes=447487 15:29:59 ==> Appending adjustments 15:29:59 https://docs.codecov.io/docs/fixing-reports 15:30:00 + Found adjustments 15:30:00 ==> Gzipping contents 15:30:00 60K /tmp/codecov.OiKD1a.gz 15:30:00 ==> Uploading reports 15:30:00 url: https://codecov.io 15:30:00 query: branch=main&commit=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c&build=455&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F455%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:30:00 -> Pinging Codecov 15:30:00 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=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c&build=455&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F455%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:30:00 -> Uploading to 15:30:00 https://storage.googleapis.com/codecov/v4/raw/2023-03-13/00271124DB129430A58F1EEE437C3FCB/ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c/769197a8-e1f5-4d2a-ac81-7ca60d27d953.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230313%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230313T153000Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=31d40c4c310d8e08883c7325ad15f54d7eaa7a505f818daea2e95c2122161da0 15:30:00 % Total % Received % Xferd Average Speed Time Time Time Current 15:30:00 Dload Upload Total Spent Left Speed 15:30:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58209 0 0 100 58209 0 168k --:--:-- --:--:-- --:--:-- 168k 15:30:00 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } 15:30:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:30:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:30:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:30:01 15:30:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:30:01 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:30:01 df9b9388f04a: Pulling fs layer 15:30:01 52dc419b0ee2: Pulling fs layer 15:30:01 25bc292e5bac: Pulling fs layer 15:30:01 114826534d7a: Pulling fs layer 15:30:01 4657fd5d0bcf: Pulling fs layer 15:30:01 6ad1cebc031e: Pulling fs layer 15:30:01 8a3aa393b2d8: Pulling fs layer 15:30:01 4657fd5d0bcf: Waiting 15:30:01 6ad1cebc031e: Waiting 15:30:01 8a3aa393b2d8: Waiting 15:30:01 114826534d7a: Waiting 15:30:01 25bc292e5bac: Download complete 15:30:01 52dc419b0ee2: Verifying Checksum 15:30:01 52dc419b0ee2: Download complete 15:30:01 4657fd5d0bcf: Verifying Checksum 15:30:01 4657fd5d0bcf: Download complete 15:30:01 df9b9388f04a: Verifying Checksum 15:30:01 df9b9388f04a: Download complete 15:30:01 df9b9388f04a: Pull complete 15:30:01 6ad1cebc031e: Verifying Checksum 15:30:01 6ad1cebc031e: Download complete 15:30:01 52dc419b0ee2: Pull complete 15:30:01 25bc292e5bac: Pull complete 15:30:02 114826534d7a: Verifying Checksum 15:30:02 114826534d7a: Download complete 15:30:02 8a3aa393b2d8: Verifying Checksum 15:30:02 8a3aa393b2d8: Download complete 15:30:05 114826534d7a: Pull complete 15:30:05 4657fd5d0bcf: Pull complete 15:30:05 6ad1cebc031e: Pull complete 15:30:08 8a3aa393b2d8: Pull complete 15:30:08 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:30:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:30:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:08 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:30:08 $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:30:11 $ docker top a4c5169644125830a9b5e6682905321b910a38cc67cce2ceb026f18317cbd157 -eo pid,comm [Pipeline] { [Pipeline] echo 15:30:11 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 15:30:12 + set -o pipefail 15:30:12 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 15:30:18 15:30:18 Monitoring /w/workspace/edgex-go/455 (github.com/edgexfoundry/edgex-go)... 15:30:18 15:30:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ac358975-d338-47b5-9697-01f61fd84f1f 15:30:18 15:30:18 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:30:18 15:30:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:30:18 15:30:18 15:30:18 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:30:18 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:30:18 More details here: https://snyk.co/ue1NS 15:30:18 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 15:30:18 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:30:18 $ docker stop --time=1 a4c5169644125830a9b5e6682905321b910a38cc67cce2ceb026f18317cbd157 15:30:21 $ docker rm -f --volumes a4c5169644125830a9b5e6682905321b910a38cc67cce2ceb026f18317cbd157 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:30:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:30:21 provisioning config files... 15:30:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/455@tmp/config10110187642434991413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:30:21 --> edgex-publish-swagger.sh 15:30:21 === Publish openapi/v3 API === 15:30:21 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 15:30:21 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/455/openapi/v3/core-command.yaml] 15:30:21 % Total % Received % Xferd Average Speed Time Time Time Current 15:30:21 Dload Upload Total Spent Left Speed 15:30:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 49623 --:--:-- --:--:-- --:--:-- 49539 15:30:22 15:30:22 15:30:22 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/455/openapi/v3/core-data.yaml] 15:30:22 % Total % Received % Xferd Average Speed Time Time Time Current 15:30:22 Dload Upload Total Spent Left Speed 15:30:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 134k --:--:-- --:--:-- --:--:-- 134k 100 69110 0 0 100 69110 0 134k --:--:-- --:--:-- --:--:-- 134k 15:30:23 15:30:23 15:30:23 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/455/openapi/v3/core-metadata.yaml] 15:30:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:30:23 Dload Upload Total Spent Left Speed 15:30:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 284k --:--:-- --:--:-- --:--:-- 284k 15:30:23 15:30:23 15:30:23 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/455/openapi/v3/support-notifications.yaml] 15:30:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:30:23 Dload Upload Total Spent Left Speed 15:30:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k 15:30:23 15:30:23 15:30:23 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/455/openapi/v3/support-scheduler.yaml] 15:30:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:30:23 Dload Upload Total Spent Left Speed 15:30:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 80954 --:--:-- --:--:-- --:--:-- 80954 15:30:24 15:30:24 [Pipeline] } 15:30:24 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:30:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:30:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:25 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:30:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:30:25 $ docker top b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d -eo pid,comm 15:30:25 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:30:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:25 [ssh-agent] Looking for ssh-agent implementation... 15:30:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:25 $ docker exec b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d ssh-agent 15:30:25 SSH_AUTH_SOCK=/tmp/ssh-19Vr8mI5B56H/agent.32 15:30:25 SSH_AGENT_PID=38 15:30:25 Running ssh-add (command line suppressed) 15:30:26 Identity added: /w/workspace/edgex-go/455@tmp/private_key_603205893112941271.key (/w/workspace/edgex-go/455@tmp/private_key_603205893112941271.key) 15:30:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:26 + git semver tag 15:30:26 2023-03-13 15:30:26,474 [run_tag] DEBUG tag force:False 15:30:26 2023-03-13 15:30:26,474 [check_head_tag] DEBUG check head tag 15:30:26 2023-03-13 15:30:26,476 [execute] INFO git cat-file --batch-check 15:30:26 2023-03-13 15:30:26,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=) 15:30:26 2023-03-13 15:30:26,480 [execute] INFO git cat-file --batch 15:30:26 2023-03-13 15:30:26,480 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=) 15:30:26 2023-03-13 15:30:26,529 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main 15:30:26 2023-03-13 15:30:26,529 [execute] INFO git tag -a v3.0.0-dev.93 -m v3.0.0-dev.93 15:30:26 2023-03-13 15:30:26,530 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.93', '-m', 'v3.0.0-dev.93'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=None) 15:30:26 2023-03-13 15:30:26,532 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main 15:30:26 3.0.0-dev.93 [Pipeline] } 15:30:26 $ docker exec --env ******** --env ******** b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d ssh-agent -k 15:30:26 unset SSH_AUTH_SOCK; 15:30:26 unset SSH_AGENT_PID; 15:30:26 echo Agent pid 38 killed; 15:30:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:26 + git semver [Pipeline] } 15:30:27 $ docker stop --time=1 b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d 15:30:28 $ docker rm -f --volumes b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:28 15:30:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:29 0.23.1-centos7: Pulling from edgex-lftools 15:30:29 ab5ef0e58194: Pulling fs layer 15:30:29 9712f1f96733: Pulling fs layer 15:30:29 63f879dbbcfc: Pulling fs layer 15:30:29 0d9ebad4ef96: Pulling fs layer 15:30:29 e9a5061849ea: Pulling fs layer 15:30:29 0d9ebad4ef96: Waiting 15:30:29 d747dcd14b5f: Pulling fs layer 15:30:29 2de7ff778b66: Pulling fs layer 15:30:29 e9a5061849ea: Waiting 15:30:29 2de7ff778b66: Waiting 15:30:29 d747dcd14b5f: Waiting 15:30:29 9712f1f96733: Verifying Checksum 15:30:29 9712f1f96733: Download complete 15:30:29 63f879dbbcfc: Verifying Checksum 15:30:29 63f879dbbcfc: Download complete 15:30:29 ab5ef0e58194: Download complete 15:30:29 d747dcd14b5f: Verifying Checksum 15:30:29 d747dcd14b5f: Download complete 15:30:30 0d9ebad4ef96: Verifying Checksum 15:30:30 0d9ebad4ef96: Download complete 15:30:30 e9a5061849ea: Verifying Checksum 15:30:30 e9a5061849ea: Download complete 15:30:30 2de7ff778b66: Verifying Checksum 15:30:30 2de7ff778b66: Download complete 15:30:32 ab5ef0e58194: Pull complete 15:30:32 9712f1f96733: Pull complete 15:30:33 63f879dbbcfc: Pull complete 15:30:36 0d9ebad4ef96: Pull complete 15:30:36 e9a5061849ea: Pull complete 15:30:36 d747dcd14b5f: Pull complete 15:30:37 2de7ff778b66: Pull complete 15:30:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:30:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:37 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:30:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:30:41 $ docker top c7987a21aabd3192dcf3fc4eead2c5bb107c2f300f007e5227fbbe8318d21c20 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:30:41 provisioning config files... 15:30:41 copy managed file [sigul-config] to file:/w/workspace/edgex-go/455@tmp/config9228421726096534764tmp 15:30:41 copy managed file [sigul-password] to file:/w/workspace/edgex-go/455@tmp/config8405959235390923870tmp 15:30:41 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/455@tmp/config10296259052384844324tmp [Pipeline] { [Pipeline] echo 15:30:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:30:41 ---> sigul-configuration.sh 15:30:41 gpg: directory `/root/.gnupg' created 15:30:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:30:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:30:41 gpg: keyring `/root/.gnupg/secring.gpg' created 15:30:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:30:41 gpg: CAST5 encrypted data 15:30:41 gpg: encrypted with 1 passphrase 15:30:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:30:41 + mkdir /home/jenkins 15:30:41 + mkdir /home/jenkins/sigul [Pipeline] sh 15:30:42 + 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:30:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:30:42 ---> sigul-install.sh 15:30:42 Sigul already installed; skipping installation. [Pipeline] sh 15:30:42 + git tag --list 15:30:42 0.6.0 15:30:42 0.6.1 15:30:42 0.7.0 15:30:42 0.7.1 15:30:42 v1.0.0 15:30:42 v1.0.1 15:30:42 v1.1.0 15:30:42 v1.2.0 15:30:42 v1.2.1 15:30:42 v1.3.0 15:30:42 v1.3.1 15:30:42 v2.0.0 15:30:42 v2.1.0 15:30:42 v2.1.1 15:30:42 v2.1.1-dev.1 15:30:42 v2.1.1-dev.2 15:30:42 v2.1.1-dev.3 15:30:42 v2.1.1-dev.4 15:30:42 v2.1.1-dev.5 15:30:42 v2.1.1-dev.6 15:30:42 v2.1.1-dev.7 15:30:42 v2.1.1-dev.8 15:30:42 v2.1.2-dev.1 15:30:42 v2.2.0 15:30:42 v2.2.1-dev.1 15:30:42 v2.2.1-dev.10 15:30:42 v2.2.1-dev.11 15:30:42 v2.2.1-dev.12 15:30:42 v2.2.1-dev.13 15:30:42 v2.2.1-dev.14 15:30:42 v2.2.1-dev.15 15:30:42 v2.2.1-dev.16 15:30:42 v2.2.1-dev.17 15:30:42 v2.2.1-dev.18 15:30:42 v2.2.1-dev.19 15:30:42 v2.2.1-dev.2 15:30:42 v2.2.1-dev.20 15:30:42 v2.2.1-dev.21 15:30:42 v2.2.1-dev.22 15:30:42 v2.2.1-dev.23 15:30:42 v2.2.1-dev.24 15:30:42 v2.2.1-dev.25 15:30:42 v2.2.1-dev.26 15:30:42 v2.2.1-dev.27 15:30:42 v2.2.1-dev.28 15:30:42 v2.2.1-dev.29 15:30:42 v2.2.1-dev.3 15:30:42 v2.2.1-dev.4 15:30:42 v2.2.1-dev.5 15:30:42 v2.2.1-dev.6 15:30:42 v2.2.1-dev.7 15:30:42 v2.2.1-dev.8 15:30:42 v2.2.1-dev.9 15:30:42 v2.3.0 15:30:42 v2.3.0-dev.100 15:30:42 v2.3.0-dev.101 15:30:42 v2.3.0-dev.102 15:30:42 v2.3.0-dev.103 15:30:42 v2.3.0-dev.104 15:30:42 v2.3.0-dev.105 15:30:42 v2.3.0-dev.106 15:30:42 v2.3.0-dev.29 15:30:42 v2.3.0-dev.30 15:30:42 v2.3.0-dev.31 15:30:42 v2.3.0-dev.32 15:30:42 v2.3.0-dev.33 15:30:42 v2.3.0-dev.34 15:30:42 v2.3.0-dev.35 15:30:42 v2.3.0-dev.36 15:30:42 v2.3.0-dev.37 15:30:42 v2.3.0-dev.38 15:30:42 v2.3.0-dev.39 15:30:42 v2.3.0-dev.40 15:30:42 v2.3.0-dev.41 15:30:42 v2.3.0-dev.42 15:30:42 v2.3.0-dev.43 15:30:42 v2.3.0-dev.44 15:30:42 v2.3.0-dev.45 15:30:42 v2.3.0-dev.46 15:30:42 v2.3.0-dev.47 15:30:42 v2.3.0-dev.48 15:30:42 v2.3.0-dev.49 15:30:42 v2.3.0-dev.50 15:30:42 v2.3.0-dev.51 15:30:42 v2.3.0-dev.52 15:30:42 v2.3.0-dev.53 15:30:42 v2.3.0-dev.54 15:30:42 v2.3.0-dev.55 15:30:42 v2.3.0-dev.56 15:30:42 v2.3.0-dev.57 15:30:42 v2.3.0-dev.58 15:30:42 v2.3.0-dev.59 15:30:42 v2.3.0-dev.60 15:30:42 v2.3.0-dev.61 15:30:42 v2.3.0-dev.62 15:30:42 v2.3.0-dev.63 15:30:42 v2.3.0-dev.64 15:30:42 v2.3.0-dev.65 15:30:42 v2.3.0-dev.66 15:30:42 v2.3.0-dev.67 15:30:42 v2.3.0-dev.68 15:30:42 v2.3.0-dev.69 15:30:42 v2.3.0-dev.70 15:30:42 v2.3.0-dev.71 15:30:42 v2.3.0-dev.72 15:30:42 v2.3.0-dev.73 15:30:42 v2.3.0-dev.74 15:30:42 v2.3.0-dev.75 15:30:42 v2.3.0-dev.76 15:30:42 v2.3.0-dev.77 15:30:42 v2.3.0-dev.78 15:30:42 v2.3.0-dev.79 15:30:42 v2.3.0-dev.80 15:30:42 v2.3.0-dev.81 15:30:42 v2.3.0-dev.82 15:30:42 v2.3.0-dev.83 15:30:42 v2.3.0-dev.84 15:30:42 v2.3.0-dev.85 15:30:42 v2.3.0-dev.86 15:30:42 v2.3.0-dev.87 15:30:42 v2.3.0-dev.88 15:30:42 v2.3.0-dev.89 15:30:42 v2.3.0-dev.90 15:30:42 v2.3.0-dev.91 15:30:42 v2.3.0-dev.92 15:30:42 v2.3.0-dev.93 15:30:42 v2.3.0-dev.94 15:30:42 v2.3.0-dev.95 15:30:42 v2.3.0-dev.96 15:30:42 v2.3.0-dev.97 15:30:42 v2.3.0-dev.98 15:30:42 v2.3.0-dev.99 15:30:42 v2.3.1-dev.1 15:30:42 v2.3.1-dev.2 15:30:42 v2.3.1-dev.3 15:30:42 v2.3.1-dev.4 15:30:42 v2.3.1-dev.5 15:30:42 v3.0.0-dev.1 15:30:42 v3.0.0-dev.10 15:30:42 v3.0.0-dev.11 15:30:42 v3.0.0-dev.12 15:30:42 v3.0.0-dev.13 15:30:42 v3.0.0-dev.14 15:30:42 v3.0.0-dev.15 15:30:42 v3.0.0-dev.16 15:30:42 v3.0.0-dev.17 15:30:42 v3.0.0-dev.18 15:30:42 v3.0.0-dev.19 15:30:42 v3.0.0-dev.2 15:30:42 v3.0.0-dev.20 15:30:42 v3.0.0-dev.21 15:30:42 v3.0.0-dev.22 15:30:42 v3.0.0-dev.23 15:30:42 v3.0.0-dev.24 15:30:42 v3.0.0-dev.25 15:30:42 v3.0.0-dev.26 15:30:42 v3.0.0-dev.27 15:30:42 v3.0.0-dev.28 15:30:42 v3.0.0-dev.29 15:30:42 v3.0.0-dev.3 15:30:42 v3.0.0-dev.30 15:30:42 v3.0.0-dev.31 15:30:42 v3.0.0-dev.32 15:30:42 v3.0.0-dev.33 15:30:42 v3.0.0-dev.34 15:30:42 v3.0.0-dev.35 15:30:42 v3.0.0-dev.36 15:30:42 v3.0.0-dev.37 15:30:42 v3.0.0-dev.38 15:30:42 v3.0.0-dev.39 15:30:42 v3.0.0-dev.4 15:30:42 v3.0.0-dev.40 15:30:42 v3.0.0-dev.41 15:30:42 v3.0.0-dev.42 15:30:42 v3.0.0-dev.43 15:30:42 v3.0.0-dev.44 15:30:42 v3.0.0-dev.45 15:30:42 v3.0.0-dev.46 15:30:42 v3.0.0-dev.47 15:30:42 v3.0.0-dev.48 15:30:42 v3.0.0-dev.49 15:30:42 v3.0.0-dev.5 15:30:42 v3.0.0-dev.50 15:30:42 v3.0.0-dev.51 15:30:42 v3.0.0-dev.52 15:30:42 v3.0.0-dev.53 15:30:42 v3.0.0-dev.54 15:30:42 v3.0.0-dev.55 15:30:42 v3.0.0-dev.56 15:30:42 v3.0.0-dev.57 15:30:42 v3.0.0-dev.58 15:30:42 v3.0.0-dev.59 15:30:42 v3.0.0-dev.6 15:30:42 v3.0.0-dev.60 15:30:42 v3.0.0-dev.61 15:30:42 v3.0.0-dev.62 15:30:42 v3.0.0-dev.63 15:30:42 v3.0.0-dev.64 15:30:42 v3.0.0-dev.65 15:30:42 v3.0.0-dev.66 15:30:42 v3.0.0-dev.67 15:30:42 v3.0.0-dev.68 15:30:42 v3.0.0-dev.69 15:30:42 v3.0.0-dev.7 15:30:42 v3.0.0-dev.70 15:30:42 v3.0.0-dev.71 15:30:42 v3.0.0-dev.72 15:30:42 v3.0.0-dev.73 15:30:42 v3.0.0-dev.74 15:30:42 v3.0.0-dev.75 15:30:42 v3.0.0-dev.76 15:30:42 v3.0.0-dev.77 15:30:42 v3.0.0-dev.78 15:30:42 v3.0.0-dev.79 15:30:42 v3.0.0-dev.8 15:30:42 v3.0.0-dev.80 15:30:42 v3.0.0-dev.81 15:30:42 v3.0.0-dev.82 15:30:42 v3.0.0-dev.83 15:30:42 v3.0.0-dev.84 15:30:42 v3.0.0-dev.85 15:30:42 v3.0.0-dev.86 15:30:42 v3.0.0-dev.87 15:30:42 v3.0.0-dev.88 15:30:42 v3.0.0-dev.89 15:30:42 v3.0.0-dev.9 15:30:42 v3.0.0-dev.90 15:30:42 v3.0.0-dev.91 15:30:42 v3.0.0-dev.92 15:30:42 v3.0.0-dev.93 [Pipeline] sh 15:30:42 + lftools sign git-tag v3.0.0-dev.93 15:30:43 Signing Git tag with Sigul... 15:30:43 Signing v3.0.0-dev.93 [Pipeline] echo 15:30:43 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:30:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:30:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:30:44 $ docker stop --time=1 c7987a21aabd3192dcf3fc4eead2c5bb107c2f300f007e5227fbbe8318d21c20 15:30:45 $ docker rm -f --volumes c7987a21aabd3192dcf3fc4eead2c5bb107c2f300f007e5227fbbe8318d21c20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:30:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:30:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:46 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:30:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:30:46 $ docker top 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 -eo pid,comm 15:30:46 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:30:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:46 [ssh-agent] Looking for ssh-agent implementation... 15:30:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:46 $ docker exec 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 ssh-agent 15:30:46 SSH_AUTH_SOCK=/tmp/ssh-sSWdGhwA8OW3/agent.32 15:30:46 SSH_AGENT_PID=38 15:30:46 Running ssh-add (command line suppressed) 15:30:46 Identity added: /w/workspace/edgex-go/455@tmp/private_key_4755123524700484216.key (/w/workspace/edgex-go/455@tmp/private_key_4755123524700484216.key) 15:30:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:47 + git semver bump pre 15:30:47 2023-03-13 15:30:47,408 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main 15:30:47 2023-03-13 15:30:47,408 [bump_version] DEBUG bumping version:3.0.0-dev.93 on axis:pre with prefix:dev 15:30:47 2023-03-13 15:30:47,408 [bump_version] DEBUG bumped version:3.0.0-dev.94 15:30:47 2023-03-13 15:30:47,408 [write_version] DEBUG write version:3.0.0-dev.94 to path:/w/workspace/edgex-go/455/.semver/main with force:True 15:30:47 2023-03-13 15:30:47,408 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main 15:30:47 2023-03-13 15:30:47,408 [write_file] DEBUG write to file:/w/workspace/edgex-go/455/.semver/main 15:30:47 2023-03-13 15:30:47,410 [execute] INFO git cat-file --batch-check 15:30:47 2023-03-13 15:30:47,410 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=) 15:30:47 2023-03-13 15:30:47,414 [execute] INFO git cat-file --batch 15:30:47 2023-03-13 15:30:47,414 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=) 15:30:47 2023-03-13 15:30:47,419 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main 15:30:47 3.0.0-dev.94 [Pipeline] } 15:30:47 $ docker exec --env ******** --env ******** 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 ssh-agent -k 15:30:47 unset SSH_AUTH_SOCK; 15:30:47 unset SSH_AGENT_PID; 15:30:47 echo Agent pid 38 killed; 15:30:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:47 + git semver [Pipeline] } 15:30:48 $ docker stop --time=1 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 15:30:49 $ docker rm -f --volumes 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 [Pipeline] // withDockerContainer [Pipeline] sh 15:30:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:30:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:50 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:30:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:30:50 $ docker top ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:50 [ssh-agent] Looking for ssh-agent implementation... 15:30:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:50 $ docker exec ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 ssh-agent 15:30:50 SSH_AUTH_SOCK=/tmp/ssh-yCgM0ZyCFUch/agent.32 15:30:50 SSH_AGENT_PID=39 15:30:50 Running ssh-add (command line suppressed) 15:30:50 Identity added: /w/workspace/edgex-go/455@tmp/private_key_6843870416715557023.key (/w/workspace/edgex-go/455@tmp/private_key_6843870416715557023.key) 15:30:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:51 + git semver push 15:30:51 2023-03-13 15:30:51,446 [run_push] DEBUG push 15:30:51 2023-03-13 15:30:51,446 [execute] INFO git cat-file --batch-check 15:30:51 2023-03-13 15:30:51,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=) 15:30:51 2023-03-13 15:30:51,449 [execute] INFO git rev-list 6e004a467ba551022a845dfb62499f0385a50698 -- 15:30:51 2023-03-13 15:30:51,450 [execute] DEBUG Popen(['git', 'rev-list', '6e004a467ba551022a845dfb62499f0385a50698', '--'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=None) 15:30:51 2023-03-13 15:30:51,462 [execute] INFO git fetch -v origin 15:30:51 2023-03-13 15:30:51,463 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=True, shell=None, istream=None) 15:30:52 2023-03-13 15:30:51,931 [run_push] DEBUG no remote changes detected 15:30:52 2023-03-13 15:30:51,931 [execute] INFO git push origin semver 15:30:52 2023-03-13 15:30:51,932 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=None) 15:30:53 2023-03-13 15:30:52,871 [run_push] DEBUG push all version tags 15:30:53 2023-03-13 15:30:52,872 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:30:53 2023-03-13 15:30:52,872 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=None) 15:30:53 2023-03-13 15:30:53,721 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main 15:30:53 3.0.0-dev.94 [Pipeline] } 15:30:53 $ docker exec --env ******** --env ******** ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 ssh-agent -k 15:30:54 unset SSH_AUTH_SOCK; 15:30:54 unset SSH_AGENT_PID; 15:30:54 echo Agent pid 39 killed; 15:30:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:54 + git semver [Pipeline] } 15:30:54 $ docker stop --time=1 ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 15:30:56 $ docker rm -f --volumes ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 [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:30:56 + [ -d /w/workspace/edgex-go/455/archives ] [Pipeline] libraryResource [Pipeline] sh 15:30:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:30:57 ---> package-listing.sh 15:30:57 ++ facter osfamily 15:30:57 ++ tr '[:upper:]' '[:lower:]' 15:30:58 + OS_FAMILY=debian 15:30:58 + workspace=/w/workspace/edgex-go/455 15:30:58 + START_PACKAGES=/tmp/packages_start.txt 15:30:58 + END_PACKAGES=/tmp/packages_end.txt 15:30:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:30:58 + PACKAGES=/tmp/packages_start.txt 15:30:58 + '[' /w/workspace/edgex-go/455 ']' 15:30:58 + PACKAGES=/tmp/packages_end.txt 15:30:58 + case "${OS_FAMILY}" in 15:30:58 + dpkg -l 15:30:58 + grep '^ii' 15:30:58 + '[' -f /tmp/packages_start.txt ']' 15:30:58 + '[' -f /tmp/packages_end.txt ']' 15:30:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:30:58 + '[' /w/workspace/edgex-go/455 ']' 15:30:58 + mkdir -p /w/workspace/edgex-go/455/archives/ 15:30:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/455/archives/ [Pipeline] echo 15:30:58 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/455/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:30:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:30:58 15:30:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:30:59 latest: Pulling from edgex-lftools-log-publisher 15:30:59 5eb5b503b376: Pulling fs layer 15:30:59 5c69ac0246d0: Pulling fs layer 15:30:59 ec43610c2a17: Pulling fs layer 15:30:59 3a2ae6a8a46f: Pulling fs layer 15:30:59 33b1e0a273af: Pulling fs layer 15:30:59 5d3b04190fa2: Pulling fs layer 15:30:59 2f39f015ded8: Pulling fs layer 15:30:59 3a2ae6a8a46f: Waiting 15:30:59 33b1e0a273af: Waiting 15:30:59 5d3b04190fa2: Waiting 15:30:59 2f39f015ded8: Waiting 15:30:59 5c69ac0246d0: Verifying Checksum 15:30:59 5c69ac0246d0: Download complete 15:30:59 3a2ae6a8a46f: Verifying Checksum 15:30:59 3a2ae6a8a46f: Download complete 15:30:59 33b1e0a273af: Verifying Checksum 15:30:59 33b1e0a273af: Download complete 15:30:59 5d3b04190fa2: Verifying Checksum 15:30:59 5d3b04190fa2: Download complete 15:30:59 ec43610c2a17: Verifying Checksum 15:30:59 ec43610c2a17: Download complete 15:30:59 5eb5b503b376: Verifying Checksum 15:30:59 5eb5b503b376: Download complete 15:31:00 2f39f015ded8: Download complete 15:31:00 5eb5b503b376: Pull complete 15:31:00 5c69ac0246d0: Pull complete 15:31:01 ec43610c2a17: Pull complete 15:31:01 3a2ae6a8a46f: Pull complete 15:31:01 33b1e0a273af: Pull complete 15:31:01 5d3b04190fa2: Pull complete 15:31:05 2f39f015ded8: Pull complete 15:31:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:31:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:31:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:31:05 prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container 15:31:05 $ 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/455/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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:31:08 $ docker top 2f0b47cb668e0743c49731182a7c94906ad5b0541de5584a62daf38767414554 -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:08 + touch /tmp/pre-build-complete [Pipeline] sh 15:31:09 + mkdir -p /var/log/sysstat [Pipeline] sh 15:31:09 + ls /var/log/sa-host 15:31:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:31:09 provisioning config files... 15:31:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/455@tmp/config3768237400336753597tmp [Pipeline] { [Pipeline] echo 15:31:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:31:09 ---> create-netrc.sh [Pipeline] } 15:31:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:31:10 ---> python-tools-install.sh [Pipeline] echo 15:31:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:31:10 ---> sudo-logs.sh 15:31:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:31:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:31:10 ---> job-cost.sh 15:31:10 lf-activate-venv: SKIPPING 15:31:10 DEBUG: total: 0.10999999940395355 15:31:10 INFO: Retrieving Stack Cost... 15:31:11 INFO: Retrieving Pricing Info for: v3-standard-8 15:31:11 INFO: Archiving Costs [Pipeline] echo 15:31:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:31:12 ---> logs-deploy.sh 15:31:12 lf-activate-venv: SKIPPING 15:31:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/455 15:31:12 INFO: archiving workspace using pattern(s): 15:31:12 Archives upload complete. 15:31:12 INFO: archiving logs to Nexus