Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 01248c1391bf8c2793868be2b98c89264dfd5c2c Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5284496860151812865.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17950104117404061543.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7170737708686024833.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8716529300836477580.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6479236086912627962.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2723 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/373 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/373 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 01248c1391bf8c2793868be2b98c89264dfd5c2c (main) Commit message: "fix(snap): source security-bootstrapper config overrides from env file (#4283)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01248c1391bf8c2793868be2b98c89264dfd5c2c # timeout=10 > git rev-list --no-walk bf562dc766fd38f4e5702a64e70d5e04b319d653 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-17T13:44:06.218Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-17T13:44:06.262Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-17T13:44:06.275Z] ========================================================= [2023-01-17T13:44:06.275Z] EdgeX Global Pipelines Version Info [2023-01-17T13:44:06.275Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-17T13:44:06.980Z] ------------------- [2023-01-17T13:44:06.980Z] stable info: [2023-01-17T13:44:06.980Z] ------------------- [2023-01-17T13:44:06.980Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-17T13:44:06.980Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-17T13:44:06.980Z] Message: update stable to v1.0.244 [2023-01-17T13:44:07.550Z] ------------------- [2023-01-17T13:44:07.550Z] experimental info: [2023-01-17T13:44:07.550Z] ------------------- [2023-01-17T13:44:07.550Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-17T13:44:07.550Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-17T13:44:07.550Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-17T13:44:07.744Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-17T13:44:07.758Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-17T13:44:07.767Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-17T13:44:07.781Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-17T13:44:07.792Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-17T13:44:07.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-17T13:44:07.812Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-17T13:44:07.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-17T13:44:07.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-17T13:44:07.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-17T13:44:07.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-17T13:44:07.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-17T13:44:07.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-17T13:44:07.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-17T13:44:07.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-17T13:44:07.916Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-17T13:44:07.926Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-17T13:44:07.937Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-17T13:44:07.947Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-17T13:44:07.964Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-17T13:44:07.973Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-17T13:44:07.983Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-17T13:44:07.995Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-17T13:44:08.006Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-17T13:44:08.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-17T13:44:08.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-17T13:44:08.037Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] echo [2023-01-17T13:44:08.050Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01248c1 [Pipeline] echo [2023-01-17T13:44:08.060Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T13:44:08.104Z] provisioning config files... [2023-01-17T13:44:08.119Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config709667146648025007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T13:44:08.420Z] ---> docker-login.sh [2023-01-17T13:44:08.420Z] nexus3.edgexfoundry.org:10001 [2023-01-17T13:44:08.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:44:08.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:44:08.682Z] Configure a credential helper to remove this warning. See [2023-01-17T13:44:08.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:44:08.682Z] [2023-01-17T13:44:08.682Z] Login Succeeded [2023-01-17T13:44:08.682Z] nexus3.edgexfoundry.org:10002 [2023-01-17T13:44:08.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:44:08.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:44:08.941Z] Configure a credential helper to remove this warning. See [2023-01-17T13:44:08.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:44:08.941Z] [2023-01-17T13:44:08.941Z] Login Succeeded [2023-01-17T13:44:08.941Z] nexus3.edgexfoundry.org:10003 [2023-01-17T13:44:08.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:44:08.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:44:08.941Z] Configure a credential helper to remove this warning. See [2023-01-17T13:44:08.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:44:08.941Z] [2023-01-17T13:44:08.941Z] Login Succeeded [2023-01-17T13:44:08.941Z] nexus3.edgexfoundry.org:10004 [2023-01-17T13:44:09.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:44:09.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:44:09.201Z] Configure a credential helper to remove this warning. See [2023-01-17T13:44:09.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:44:09.201Z] [2023-01-17T13:44:09.201Z] Login Succeeded [2023-01-17T13:44:09.201Z] docker.io [2023-01-17T13:44:09.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:44:09.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:44:09.461Z] Configure a credential helper to remove this warning. See [2023-01-17T13:44:09.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:44:09.461Z] [2023-01-17T13:44:09.461Z] Login Succeeded [2023-01-17T13:44:09.461Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T13:44:09.470Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T13:44:09.780Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/core-command/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + dirname cmd/core-data/Dockerfile [2023-01-17T13:44:09.781Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/core-metadata/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-17T13:44:09.781Z] + + dirname cmd/security-proxy-setup/Dockerfile [2023-01-17T13:44:09.781Z] cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/support-notifications/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-17T13:44:09.781Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-17T13:44:09.781Z] + cut -d/ -f2 [2023-01-17T13:44:09.781Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-17T13:44:09.836Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-17T13:44:10.177Z] + git rev-list -1 --merges 01248c1391bf8c2793868be2b98c89264dfd5c2c~1..01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] echo [2023-01-17T13:44:10.214Z] -----------> git rev-list -1 --merges 01248c1391bf8c2793868be2b98c89264dfd5c2c~1..01248c1391bf8c2793868be2b98c89264dfd5c2c 01248c1391bf8c2793868be2b98c89264dfd5c2c [false] [Pipeline] sh [2023-01-17T13:44:10.502Z] + git log --format=format:%s -1 01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] echo [2023-01-17T13:44:10.522Z] ========================================================= [2023-01-17T13:44:10.522Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-17T13:44:10.522Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-17T13:44:10.970Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T13:44:10.970Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-17T13:44:10.970Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-17T13:44:10.970Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-17T13:44:10.970Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2023-01-17T13:44:10.970Z] tee -a /etc/ssh/ssh_known_hosts [2023-01-17T13:44:10.970Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:44:11.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T13:44:11.400Z] [2023-01-17T13:44:11.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:44:11.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T13:44:11.703Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-17T13:44:11.703Z] b85a868b505f: Pulling fs layer [2023-01-17T13:44:11.703Z] e2be974225ed: Pulling fs layer [2023-01-17T13:44:11.703Z] 339a4e72a1f5: Pulling fs layer [2023-01-17T13:44:11.703Z] 988bab9f4d93: Pulling fs layer [2023-01-17T13:44:11.703Z] 1469e6f7b9e6: Pulling fs layer [2023-01-17T13:44:11.703Z] 988bab9f4d93: Waiting [2023-01-17T13:44:11.703Z] eaf3925da568: Pulling fs layer [2023-01-17T13:44:11.703Z] bab4dde63d76: Pulling fs layer [2023-01-17T13:44:11.703Z] bde34c3a00c8: Pulling fs layer [2023-01-17T13:44:11.703Z] b352a97aabf1: Pulling fs layer [2023-01-17T13:44:11.703Z] 4872d77fe225: Pulling fs layer [2023-01-17T13:44:11.703Z] 5851b861e8e6: Pulling fs layer [2023-01-17T13:44:11.703Z] b352a97aabf1: Waiting [2023-01-17T13:44:11.703Z] 4872d77fe225: Waiting [2023-01-17T13:44:11.703Z] 1469e6f7b9e6: Waiting [2023-01-17T13:44:11.703Z] bde34c3a00c8: Waiting [2023-01-17T13:44:11.703Z] eaf3925da568: Waiting [2023-01-17T13:44:11.703Z] bab4dde63d76: Waiting [2023-01-17T13:44:11.703Z] 5851b861e8e6: Waiting [2023-01-17T13:44:11.703Z] e2be974225ed: Verifying Checksum [2023-01-17T13:44:11.703Z] e2be974225ed: Download complete [2023-01-17T13:44:11.703Z] 988bab9f4d93: Verifying Checksum [2023-01-17T13:44:11.703Z] 988bab9f4d93: Download complete [2023-01-17T13:44:11.967Z] 1469e6f7b9e6: Verifying Checksum [2023-01-17T13:44:11.967Z] 1469e6f7b9e6: Download complete [2023-01-17T13:44:11.967Z] eaf3925da568: Verifying Checksum [2023-01-17T13:44:11.967Z] eaf3925da568: Download complete [2023-01-17T13:44:11.967Z] 339a4e72a1f5: Verifying Checksum [2023-01-17T13:44:11.967Z] 339a4e72a1f5: Download complete [2023-01-17T13:44:11.967Z] bde34c3a00c8: Verifying Checksum [2023-01-17T13:44:11.967Z] bde34c3a00c8: Download complete [2023-01-17T13:44:12.228Z] b352a97aabf1: Verifying Checksum [2023-01-17T13:44:12.228Z] b352a97aabf1: Download complete [2023-01-17T13:44:12.228Z] 4872d77fe225: Download complete [2023-01-17T13:44:12.228Z] b85a868b505f: Verifying Checksum [2023-01-17T13:44:12.228Z] b85a868b505f: Download complete [2023-01-17T13:44:12.228Z] 5851b861e8e6: Verifying Checksum [2023-01-17T13:44:12.228Z] 5851b861e8e6: Download complete [2023-01-17T13:44:12.487Z] bab4dde63d76: Verifying Checksum [2023-01-17T13:44:12.487Z] bab4dde63d76: Download complete [2023-01-17T13:44:13.424Z] b85a868b505f: Pull complete [2023-01-17T13:44:13.682Z] e2be974225ed: Pull complete [2023-01-17T13:44:13.941Z] 339a4e72a1f5: Pull complete [2023-01-17T13:44:14.202Z] 988bab9f4d93: Pull complete [2023-01-17T13:44:14.461Z] 1469e6f7b9e6: Pull complete [2023-01-17T13:44:14.461Z] eaf3925da568: Pull complete [2023-01-17T13:44:16.365Z] bab4dde63d76: Pull complete [2023-01-17T13:44:16.365Z] bde34c3a00c8: Pull complete [2023-01-17T13:44:16.365Z] b352a97aabf1: Pull complete [2023-01-17T13:44:16.624Z] 4872d77fe225: Pull complete [2023-01-17T13:44:16.624Z] 5851b861e8e6: Pull complete [2023-01-17T13:44:16.624Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-17T13:44:16.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T13:44:16.624Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T13:44:16.708Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T13:44:16.740Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-17T13:44:18.227Z] $ docker top 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 -eo pid,comm [2023-01-17T13:44:18.286Z] 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). [2023-01-17T13:44:18.286Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T13:44:18.321Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T13:44:18.321Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T13:44:18.443Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T13:44:18.446Z] $ docker exec 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 ssh-agent [2023-01-17T13:44:18.563Z] SSH_AUTH_SOCK=/tmp/ssh-SVECDF12BiZM/agent.33 [2023-01-17T13:44:18.563Z] SSH_AGENT_PID=39 [2023-01-17T13:44:18.571Z] Running ssh-add (command line suppressed) [2023-01-17T13:44:18.673Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_7903205348212086160.key (/w/workspace/edgex-go/373@tmp/private_key_7903205348212086160.key) [2023-01-17T13:44:18.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T13:44:18.980Z] + git tag --points-at HEAD [Pipeline] } [2023-01-17T13:44:18.990Z] $ docker exec --env ******** --env ******** 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 ssh-agent -k [2023-01-17T13:44:19.095Z] unset SSH_AUTH_SOCK; [2023-01-17T13:44:19.096Z] unset SSH_AGENT_PID; [2023-01-17T13:44:19.096Z] echo Agent pid 39 killed; [2023-01-17T13:44:19.109Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-17T13:44:19.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T13:44:19.132Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T13:44:19.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T13:44:19.251Z] $ docker exec 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 ssh-agent [2023-01-17T13:44:19.364Z] SSH_AUTH_SOCK=/tmp/ssh-J193KdFO8AFv/agent.71 [2023-01-17T13:44:19.364Z] SSH_AGENT_PID=77 [2023-01-17T13:44:19.369Z] Running ssh-add (command line suppressed) [2023-01-17T13:44:19.471Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_296200000198285690.key (/w/workspace/edgex-go/373@tmp/private_key_296200000198285690.key) [2023-01-17T13:44:19.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T13:44:19.769Z] + git semver init [2023-01-17T13:44:20.029Z] 2023-01-17 13:44:19,931 [run_init] DEBUG init version:0.0.0 force:False [2023-01-17T13:44:20.029Z] 2023-01-17 13:44:19,932 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/373/.semver [2023-01-17T13:44:20.029Z] 2023-01-17 13:44:19,932 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/373/.semver [2023-01-17T13:44:20.029Z] 2023-01-17 13:44:19,932 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/373/.semver'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=None) [2023-01-17T13:44:25.315Z] 2023-01-17 13:44:24,764 [append_file] DEBUG append to file:/w/workspace/edgex-go/373/.git/info/exclude [2023-01-17T13:44:25.315Z] 2023-01-17 13:44:24,765 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/373/.semver/main with force:False [2023-01-17T13:44:25.315Z] 2023-01-17 13:44:24,765 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main [2023-01-17T13:44:25.315Z] 2023-01-17 13:44:24,765 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main [2023-01-17T13:44:25.315Z] 3.0.0-dev.19 [Pipeline] } [2023-01-17T13:44:25.327Z] $ docker exec --env ******** --env ******** 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 ssh-agent -k [2023-01-17T13:44:25.432Z] unset SSH_AUTH_SOCK; [2023-01-17T13:44:25.433Z] unset SSH_AGENT_PID; [2023-01-17T13:44:25.433Z] echo Agent pid 77 killed; [2023-01-17T13:44:25.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T13:44:25.750Z] + git semver [Pipeline] } [2023-01-17T13:44:26.029Z] $ docker stop --time=1 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 [2023-01-17T13:44:27.387Z] $ docker rm -f --volumes 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T13:44:27.722Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-17T13:44:27.930Z] Stashed 1 file(s) [Pipeline] echo [2023-01-17T13:44:27.934Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.19 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-17T13:44:28.346Z] + git config --global --add safe.directory /w/workspace/edgex-go/373 [Pipeline] echo [2023-01-17T13:44:28.358Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T13:44:28.368Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T13:44:28.374Z] ========================================================= [2023-01-17T13:44:28.375Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-17T13:44:28.375Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-17T13:44:28.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T13:44:28.665Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-17T13:44:28.665Z] 213ec9aee27d: Pulling fs layer [2023-01-17T13:44:28.665Z] 4583459ba037: Pulling fs layer [2023-01-17T13:44:28.665Z] 93c1e223e6f2: Pulling fs layer [2023-01-17T13:44:28.665Z] 53926ce57604: Pulling fs layer [2023-01-17T13:44:28.665Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-17T13:44:28.665Z] 22ff95d597cd: Pulling fs layer [2023-01-17T13:44:28.665Z] 12d6caf4c0d1: Pulling fs layer [2023-01-17T13:44:28.665Z] 96b7cbca73a9: Pulling fs layer [2023-01-17T13:44:28.665Z] a7acece74701: Pulling fs layer [2023-01-17T13:44:28.665Z] 53926ce57604: Waiting [2023-01-17T13:44:28.665Z] 21b2b0c7a3f4: Waiting [2023-01-17T13:44:28.665Z] 22ff95d597cd: Waiting [2023-01-17T13:44:28.665Z] 12d6caf4c0d1: Waiting [2023-01-17T13:44:28.665Z] 96b7cbca73a9: Waiting [2023-01-17T13:44:28.665Z] a7acece74701: Waiting [2023-01-17T13:44:28.665Z] 93c1e223e6f2: Verifying Checksum [2023-01-17T13:44:28.665Z] 93c1e223e6f2: Download complete [2023-01-17T13:44:28.665Z] 4583459ba037: Verifying Checksum [2023-01-17T13:44:28.665Z] 4583459ba037: Download complete [2023-01-17T13:44:28.665Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-17T13:44:28.665Z] 21b2b0c7a3f4: Download complete [2023-01-17T13:44:28.665Z] 22ff95d597cd: Verifying Checksum [2023-01-17T13:44:28.665Z] 22ff95d597cd: Download complete [2023-01-17T13:44:28.665Z] 213ec9aee27d: Verifying Checksum [2023-01-17T13:44:28.665Z] 213ec9aee27d: Download complete [2023-01-17T13:44:28.928Z] 12d6caf4c0d1: Download complete [2023-01-17T13:44:28.928Z] 213ec9aee27d: Pull complete [2023-01-17T13:44:29.196Z] 4583459ba037: Pull complete [2023-01-17T13:44:29.196Z] 93c1e223e6f2: Pull complete [2023-01-17T13:44:30.225Z] a7acece74701: Verifying Checksum [2023-01-17T13:44:30.225Z] a7acece74701: Download complete [2023-01-17T13:44:30.225Z] 53926ce57604: Verifying Checksum [2023-01-17T13:44:30.225Z] 53926ce57604: Download complete [2023-01-17T13:44:30.225Z] 96b7cbca73a9: Verifying Checksum [2023-01-17T13:44:30.225Z] 96b7cbca73a9: Download complete [2023-01-17T13:44:34.412Z] 53926ce57604: Pull complete [2023-01-17T13:44:34.412Z] 21b2b0c7a3f4: Pull complete [2023-01-17T13:44:34.412Z] 22ff95d597cd: Pull complete [2023-01-17T13:44:34.412Z] 12d6caf4c0d1: Pull complete [2023-01-17T13:44:36.311Z] 96b7cbca73a9: Pull complete [2023-01-17T13:44:36.877Z] a7acece74701: Pull complete [2023-01-17T13:44:37.137Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-17T13:44:37.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T13:44:37.137Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-17T13:44:37.435Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T13:44:37.435Z] WORKDIR /edgex [2023-01-17T13:44:37.435Z] COPY go.mod . [2023-01-17T13:44:37.435Z] RUN go mod download [2023-01-17T13:44:37.435Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-17T13:44:38.002Z] Sending build context to Docker daemon 170MB [2023-01-17T13:44:38.002Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T13:44:38.002Z] ---> db6d94c90886 [2023-01-17T13:44:38.002Z] Step 2/4 : WORKDIR /edgex [2023-01-17T13:44:40.539Z] ---> Running in 48d30a2aab08 [2023-01-17T13:44:40.539Z] Removing intermediate container 48d30a2aab08 [2023-01-17T13:44:40.539Z] ---> d251a4e87a08 [2023-01-17T13:44:40.539Z] Step 3/4 : COPY go.mod . [2023-01-17T13:44:40.539Z] ---> 6911aefee0e9 [2023-01-17T13:44:40.539Z] Step 4/4 : RUN go mod download [2023-01-17T13:44:40.539Z] ---> Running in 1921e8787aa0 [2023-01-17T13:44:43.019Z] Still waiting to schedule task [2023-01-17T13:44:43.019Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-17T13:44:52.754Z] Removing intermediate container 1921e8787aa0 [2023-01-17T13:44:52.754Z] ---> 85134a4171c9 [2023-01-17T13:44:52.754Z] Successfully built 85134a4171c9 [2023-01-17T13:44:52.754Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:44:53.062Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-17T13:44:53.062Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T13:44:53.134Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T13:44:53.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-17T13:44:53.565Z] $ docker top 9d29604776d9012864ce2c1bd08ca7e72f58039393380eb7d29650e0a76cf48c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T13:44:53.903Z] + go version [2023-01-17T13:44:53.903Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-17T13:44:53.919Z] $ docker stop --time=1 9d29604776d9012864ce2c1bd08ca7e72f58039393380eb7d29650e0a76cf48c [2023-01-17T13:44:55.212Z] $ docker rm -f --volumes 9d29604776d9012864ce2c1bd08ca7e72f58039393380eb7d29650e0a76cf48c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:44:55.619Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-17T13:44:55.619Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T13:44:55.690Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T13:44:55.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-17T13:44:56.069Z] $ docker top 583a9db81c243fd97f7e2db9bb908d0ce05786a9fa46d13c6b68a3c6e6a5f9bf -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-17T13:44:56.134Z] ========================================================= [2023-01-17T13:44:56.134Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-17T13:44:56.134Z] ========================================================= [Pipeline] sh [2023-01-17T13:44:56.410Z] + git config --global --add safe.directory /w/workspace/edgex-go/373 [Pipeline] fileExists [Pipeline] sh [2023-01-17T13:44:56.700Z] + make test [2023-01-17T13:44:56.700Z] go test -race -coverprofile=coverage.out ./... [2023-01-17T13:45:03.263Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-17T13:45:18.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.084s coverage: 28.7% of statements [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-17T13:45:18.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-17T13:45:18.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements [2023-01-17T13:45:18.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.115s coverage: 43.0% of statements [2023-01-17T13:45:18.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-17T13:45:18.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-17T13:45:18.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.126s coverage: 54.0% of statements [2023-01-17T13:45:18.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-17T13:45:18.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.702s coverage: 89.2% of statements [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.087s coverage: 2.4% of statements [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.464s coverage: 95.6% of statements [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.067s coverage: 72.2% of statements [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.079s coverage: 60.0% of statements [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.087s coverage: 0.9% of statements [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements [2023-01-17T13:45:21.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2023-01-17T13:45:21.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2023-01-17T13:45:29.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2023-01-17T13:45:29.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2023-01-17T13:45:30.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.194s coverage: 79.9% of statements [2023-01-17T13:45:30.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 86.9% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 77.4% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.0% of statements [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.2% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.7% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 65.8% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 41.8% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.148s coverage: 92.3% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-17T13:45:40.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-17T13:45:40.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2023-01-17T13:45:40.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-17T13:45:40.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-17T13:45:40.892Z] 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 [2023-01-17T13:45:58.966Z] 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." [2023-01-17T13:45:58.966Z] go vet ./... [2023-01-17T13:46:01.490Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-17T13:46:01.748Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-17T13:46:01.748Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-17T13:46:02.019Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-17T13:46:02.302Z] + ls -al . [2023-01-17T13:46:02.302Z] total 748 [2023-01-17T13:46:02.302Z] drwxrwxr-x 11 1001 1001 4096 Jan 17 13:44 . [2023-01-17T13:46:02.302Z] drwxr-xr-x 4 root root 4096 Jan 17 13:44 .. [2023-01-17T13:46:02.302Z] drwxrwxr-x 2 1001 1001 4096 Jan 17 13:44 .blubracket [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 16 Jan 17 13:44 .dockerignore [2023-01-17T13:46:02.302Z] drwxrwxr-x 8 1001 1001 4096 Jan 17 13:45 .git [2023-01-17T13:46:02.302Z] drwxrwxr-x 3 1001 1001 4096 Jan 17 13:44 .github [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 956 Jan 17 13:44 .gitignore [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 42 Jan 17 13:44 .golangci.yml [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 87 Jan 17 13:44 .hadolint.yml [2023-01-17T13:46:02.302Z] drwxr-xr-x 3 1001 1001 4096 Jan 17 13:44 .semver [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 166 Jan 17 13:44 .sonarcloud.properties [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 1171 Jan 17 13:44 ADOPTERS.md [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 10825 Jan 17 13:44 Attribution.txt [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 73765 Jan 17 13:44 CHANGELOG.md [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 3804 Jan 17 13:44 CONTRIBUTING.md [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 677 Jan 17 13:44 GOVERNANCE.md [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 850 Jan 17 13:44 Jenkinsfile [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 10775 Jan 17 13:44 LICENSE [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 12513 Jan 17 13:44 Makefile [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 582 Jan 17 13:44 OWNERS.md [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 9403 Jan 17 13:44 README.md [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 6912 Jan 17 13:44 SECURITY.md [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 12 Jan 17 13:44 VERSION [2023-01-17T13:46:02.302Z] drwxrwxr-x 2 1001 1001 4096 Jan 17 13:44 bin [2023-01-17T13:46:02.302Z] drwxrwxr-x 16 1001 1001 4096 Jan 17 13:44 cmd [2023-01-17T13:46:02.302Z] -rw-r--r-- 1 root root 489579 Jan 17 13:45 coverage.out [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 3376 Jan 17 13:44 go.mod [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 34949 Jan 17 13:44 go.sum [2023-01-17T13:46:02.302Z] drwxrwxr-x 7 1001 1001 4096 Jan 17 13:44 internal [2023-01-17T13:46:02.302Z] drwxrwxr-x 3 1001 1001 4096 Jan 17 13:44 openapi [2023-01-17T13:46:02.302Z] drwxrwxr-x 4 1001 1001 4096 Jan 17 13:44 snap [2023-01-17T13:46:02.302Z] -rw-rw-r-- 1 1001 1001 204 Jan 17 13:44 version.go [Pipeline] sh [2023-01-17T13:46:02.588Z] + '[' -e coverage.out ] [2023-01-17T13:46:02.588Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-17T13:46:02.689Z] Stashed 1 file(s) [Pipeline] sh [2023-01-17T13:46:02.999Z] + make build [2023-01-17T13:46:02.999Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-17T13:46:13.073Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2724 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-17T13:46:13.086Z] Running in /w/workspace/edgex-go/373 [Pipeline] { [Pipeline] checkout [2023-01-17T13:46:13.119Z] The recommended git tool is: git [2023-01-17T13:46:15.186Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-17T13:46:16.121Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-17T13:46:17.055Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-17T13:46:18.473Z] using credential edgex-jenkins-ssh [2023-01-17T13:46:18.490Z] Cloning the remote Git repository [2023-01-17T13:46:18.539Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-17T13:46:18.623Z] > git init /w/workspace/edgex-go/373 # timeout=10 [2023-01-17T13:46:18.778Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-17T13:46:18.779Z] > git --version # timeout=10 [2023-01-17T13:46:18.799Z] > git --version # 'git version 2.25.1' [2023-01-17T13:46:18.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-17T13:46:18.866Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-17T13:46:23.845Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-17T13:46:25.220Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-17T13:46:26.157Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-17T13:46:27.533Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-17T13:46:28.468Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-17T13:46:29.034Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-17T13:46:31.568Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-17T13:46:32.526Z] $ docker stop --time=1 583a9db81c243fd97f7e2db9bb908d0ce05786a9fa46d13c6b68a3c6e6a5f9bf [2023-01-17T13:46:34.964Z] $ docker rm -f --volumes 583a9db81c243fd97f7e2db9bb908d0ce05786a9fa46d13c6b68a3c6e6a5f9bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2023-01-17T13:46:34.756Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-17T13:46:34.777Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:46:35.687Z] Avoid second fetch [2023-01-17T13:46:35.687Z] Checking out Revision 01248c1391bf8c2793868be2b98c89264dfd5c2c (main) [2023-01-17T13:46:35.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T13:46:35.867Z] [2023-01-17T13:46:35.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:46:36.176Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T13:46:36.176Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-17T13:46:36.176Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-17T13:46:36.176Z] ca9280d653b3: Pulling fs layer [2023-01-17T13:46:36.176Z] 7e9c9ca2126c: Pulling fs layer [2023-01-17T13:46:36.321Z] Commit message: "fix(snap): source security-bootstrapper config overrides from env file (#4283)" [2023-01-17T13:46:36.436Z] cbdbe7a5bc2a: Verifying Checksum [2023-01-17T13:46:36.436Z] cbdbe7a5bc2a: Download complete [2023-01-17T13:46:36.436Z] cbdbe7a5bc2a: Pull complete [2023-01-17T13:46:36.436Z] ca9280d653b3: Verifying Checksum [2023-01-17T13:46:36.436Z] ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-17T13:46:37.003Z] 7e9c9ca2126c: Download complete [2023-01-17T13:46:37.003Z] ca9280d653b3: Pull complete [2023-01-17T13:46:37.327Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-17T13:46:37.327Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T13:46:37.327Z] Dload Upload Total Spent Left Speed [2023-01-17T13:46:37.327Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 98084 [2023-01-17T13:46:35.703Z] > git config core.sparsecheckout # timeout=10 [2023-01-17T13:46:35.722Z] > git checkout -f 01248c1391bf8c2793868be2b98c89264dfd5c2c # timeout=10 [Pipeline] sh [2023-01-17T13:46:37.902Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-17T13:46:38.248Z] + sudo tee /etc/docker/daemon.new [2023-01-17T13:46:38.248Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-17T13:46:38.248Z] { [2023-01-17T13:46:38.248Z] "registry-mirrors": [ [2023-01-17T13:46:38.248Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-17T13:46:38.248Z] ], [2023-01-17T13:46:38.248Z] "bip": "10.250.0.254/24", [2023-01-17T13:46:38.248Z] "hosts": [ [2023-01-17T13:46:38.248Z] "tcp://0.0.0.0:5555", [2023-01-17T13:46:38.248Z] "unix:///var/run/docker.sock" [2023-01-17T13:46:38.248Z] ], [2023-01-17T13:46:38.248Z] "mtu": 1458, [2023-01-17T13:46:38.248Z] "selinux-enabled": true, [2023-01-17T13:46:38.248Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-17T13:46:38.248Z] } [Pipeline] sh [2023-01-17T13:46:38.593Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-17T13:46:38.946Z] + sudo service docker restart [2023-01-17T13:46:40.294Z] 7e9c9ca2126c: Pull complete [2023-01-17T13:46:40.294Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-17T13:46:40.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T13:46:40.294Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T13:46:40.369Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T13:46:40.404Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-17T13:46:41.962Z] $ docker top c2528965a2c6ec0b2e08182f5c13ab429191da3e1c9c47f9d287b45fdeda2aa7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T13:46:42.300Z] + docker-compose build+ --helpgrep [2023-01-17T13:46:42.300Z] parallel [2023-01-17T13:46:42.867Z] --parallel Build images in parallel. [Pipeline] } [2023-01-17T13:46:42.884Z] $ docker stop --time=1 c2528965a2c6ec0b2e08182f5c13ab429191da3e1c9c47f9d287b45fdeda2aa7 [2023-01-17T13:46:44.196Z] $ docker rm -f --volumes c2528965a2c6ec0b2e08182f5c13ab429191da3e1c9c47f9d287b45fdeda2aa7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:46:44.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T13:46:44.592Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T13:46:44.661Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T13:46:44.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-17T13:46:45.033Z] $ docker top 5403893680ad9fe47583c4071a409344d42a1309f02c5b91279e92839d20e417 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T13:46:45.372Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-17T13:46:45.941Z] Building core-command ... [2023-01-17T13:46:45.941Z] Building core-data ... [2023-01-17T13:46:45.941Z] Building core-metadata ... [2023-01-17T13:46:45.941Z] Building security-bootstrapper ... [2023-01-17T13:46:45.941Z] Building security-proxy-setup ... [2023-01-17T13:46:45.941Z] Building security-secretstore-setup ... [2023-01-17T13:46:45.941Z] Building security-spiffe-token-provider ... [2023-01-17T13:46:45.941Z] Building security-spire-agent ... [2023-01-17T13:46:45.941Z] Building security-spire-config ... [2023-01-17T13:46:45.941Z] Building security-spire-server ... [2023-01-17T13:46:45.941Z] Building support-notifications ... [2023-01-17T13:46:45.941Z] Building support-scheduler ... [2023-01-17T13:46:45.941Z] Building security-spire-server [2023-01-17T13:46:45.941Z] Building security-spiffe-token-provider [2023-01-17T13:46:45.941Z] Building security-proxy-setup [2023-01-17T13:46:45.941Z] Building support-scheduler [2023-01-17T13:46:45.941Z] Building core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T13:46:57.207Z] provisioning config files... [2023-01-17T13:46:57.234Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config15868655526630401409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T13:46:57.582Z] ---> docker-login.sh [2023-01-17T13:46:57.582Z] nexus3.edgexfoundry.org:10001 [2023-01-17T13:46:57.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:46:58.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:46:58.118Z] Configure a credential helper to remove this warning. See [2023-01-17T13:46:58.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:46:58.118Z] [2023-01-17T13:46:58.118Z] Login Succeeded [2023-01-17T13:46:58.118Z] nexus3.edgexfoundry.org:10002 [2023-01-17T13:46:58.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:46:58.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:46:58.388Z] Configure a credential helper to remove this warning. See [2023-01-17T13:46:58.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:46:58.388Z] [2023-01-17T13:46:58.388Z] Login Succeeded [2023-01-17T13:46:58.388Z] nexus3.edgexfoundry.org:10003 [2023-01-17T13:46:58.414Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:46:58.414Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:46:58.414Z] ---> 85134a4171c9 [2023-01-17T13:46:58.414Z] Step 3/21 : WORKDIR /edgex-go [2023-01-17T13:46:58.414Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:46:58.414Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:46:58.414Z] ---> 85134a4171c9 [2023-01-17T13:46:58.414Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:46:58.414Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:46:58.414Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:46:58.414Z] ---> 85134a4171c9 [2023-01-17T13:46:58.414Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:46:58.414Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:46:58.414Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:46:58.414Z] ---> 85134a4171c9 [2023-01-17T13:46:58.414Z] Step 3/19 : WORKDIR /edgex-go [2023-01-17T13:46:58.414Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:46:58.414Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:46:58.414Z] ---> 85134a4171c9 [2023-01-17T13:46:58.414Z] Step 3/23 : WORKDIR /edgex-go [2023-01-17T13:46:58.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:46:58.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:46:58.924Z] Configure a credential helper to remove this warning. See [2023-01-17T13:46:58.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:46:58.924Z] [2023-01-17T13:46:58.924Z] Login Succeeded [2023-01-17T13:46:58.924Z] nexus3.edgexfoundry.org:10004 [2023-01-17T13:46:59.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:46:59.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:46:59.200Z] Configure a credential helper to remove this warning. See [2023-01-17T13:46:59.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:46:59.200Z] [2023-01-17T13:46:59.200Z] Login Succeeded [2023-01-17T13:46:59.200Z] docker.io [2023-01-17T13:46:59.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:46:59.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:46:59.735Z] Configure a credential helper to remove this warning. See [2023-01-17T13:46:59.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:46:59.735Z] [2023-01-17T13:46:59.735Z] Login Succeeded [2023-01-17T13:46:59.735Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T13:46:59.750Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-17T13:47:00.341Z] + git config --global --add safe.directory /w/workspace/edgex-go/373 [Pipeline] echo [2023-01-17T13:47:00.359Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T13:47:00.370Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T13:47:00.377Z] ========================================================= [2023-01-17T13:47:00.377Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-17T13:47:00.377Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-17T13:47:00.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T13:47:00.951Z] ---> Running in bae0389a3cbc [2023-01-17T13:47:00.951Z] ---> Running in a6f244636ecd [2023-01-17T13:47:00.951Z] ---> Running in aa0d719557c3 [2023-01-17T13:47:00.951Z] ---> Running in c8a89074e89a [2023-01-17T13:47:00.951Z] ---> Running in 7e2eecbc4b34 [2023-01-17T13:47:00.951Z] Removing intermediate container bae0389a3cbc [2023-01-17T13:47:00.951Z] ---> 42fb45efcb20 [2023-01-17T13:47:00.951Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T13:47:00.951Z] ---> Running in 7b31ef0464b7 [2023-01-17T13:47:00.951Z] Removing intermediate container a6f244636ecd [2023-01-17T13:47:00.951Z] ---> 9b6fd7f5e5cb [2023-01-17T13:47:00.951Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-17T13:47:00.951Z] Removing intermediate container aa0d719557c3 [2023-01-17T13:47:00.951Z] ---> e579cd3e4d1b [2023-01-17T13:47:00.951Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T13:47:00.951Z] Removing intermediate container c8a89074e89a [2023-01-17T13:47:00.951Z] ---> 64f1f6a607fc [2023-01-17T13:47:00.951Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T13:47:00.951Z] Removing intermediate container 7e2eecbc4b34 [2023-01-17T13:47:00.951Z] ---> 90415f5f8da3 [2023-01-17T13:47:00.951Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-17T13:47:00.951Z] ---> Running in 0971f3c10fce [2023-01-17T13:47:00.951Z] ---> Running in b6b81dc3e613 [2023-01-17T13:47:00.951Z] ---> Running in 1bdb44e5e7cb [2023-01-17T13:47:00.951Z] ---> Running in b341e07ad58c [2023-01-17T13:47:00.951Z] Removing intermediate container 7b31ef0464b7 [2023-01-17T13:47:00.951Z] ---> e7a0955824f5 [2023-01-17T13:47:00.951Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T13:47:00.951Z] ---> Running in 8c19b7744ecd [2023-01-17T13:47:00.951Z] Removing intermediate container 0971f3c10fce [2023-01-17T13:47:00.951Z] ---> df7f1df6ba7d [2023-01-17T13:47:00.951Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T13:47:00.951Z] ---> Running in bd617c4cae56 [2023-01-17T13:47:00.974Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-17T13:47:00.974Z] 9b18e9b68314: Pulling fs layer [2023-01-17T13:47:00.974Z] 35d82f9e3411: Pulling fs layer [2023-01-17T13:47:00.974Z] e16973657156: Pulling fs layer [2023-01-17T13:47:00.974Z] fc693d55d65f: Pulling fs layer [2023-01-17T13:47:00.974Z] 7e9fc2657dce: Pulling fs layer [2023-01-17T13:47:00.974Z] dda99020689f: Pulling fs layer [2023-01-17T13:47:00.974Z] db1c61fa0a46: Pulling fs layer [2023-01-17T13:47:00.974Z] 891c053d2c06: Pulling fs layer [2023-01-17T13:47:00.974Z] fc693d55d65f: Waiting [2023-01-17T13:47:00.974Z] 7e9fc2657dce: Waiting [2023-01-17T13:47:00.974Z] dda99020689f: Waiting [2023-01-17T13:47:00.974Z] db1c61fa0a46: Waiting [2023-01-17T13:47:00.974Z] 891c053d2c06: Waiting [2023-01-17T13:47:00.974Z] e16973657156: Verifying Checksum [2023-01-17T13:47:00.974Z] e16973657156: Download complete [2023-01-17T13:47:00.974Z] 35d82f9e3411: Verifying Checksum [2023-01-17T13:47:00.974Z] 35d82f9e3411: Download complete [2023-01-17T13:47:00.974Z] 7e9fc2657dce: Verifying Checksum [2023-01-17T13:47:00.974Z] 7e9fc2657dce: Download complete [2023-01-17T13:47:00.974Z] dda99020689f: Verifying Checksum [2023-01-17T13:47:00.974Z] dda99020689f: Download complete [2023-01-17T13:47:00.974Z] 9b18e9b68314: Download complete [2023-01-17T13:47:01.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.732Z] OK: 211 MiB in 51 packages [2023-01-17T13:47:01.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.732Z] OK: 211 MiB in 51 packages [2023-01-17T13:47:01.967Z] 9b18e9b68314: Pull complete [2023-01-17T13:47:01.992Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-17T13:47:01.992Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-17T13:47:01.992Z] OK: 17042 distinct packages available [2023-01-17T13:47:01.992Z] OK: 211 MiB in 51 packages [2023-01-17T13:47:01.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:01.992Z] OK: 211 MiB in 51 packages [2023-01-17T13:47:01.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:47:02.238Z] 891c053d2c06: Verifying Checksum [2023-01-17T13:47:02.238Z] 891c053d2c06: Download complete [2023-01-17T13:47:02.249Z] Removing intermediate container 1bdb44e5e7cb [2023-01-17T13:47:02.249Z] ---> 2a4784a57451 [2023-01-17T13:47:02.249Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-17T13:47:02.249Z] OK: 211 MiB in 51 packages [2023-01-17T13:47:02.249Z] Removing intermediate container b6b81dc3e613 [2023-01-17T13:47:02.249Z] ---> e3a834ed037c [2023-01-17T13:47:02.249Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-17T13:47:02.249Z] ---> 208546ca0bd0 [2023-01-17T13:47:02.249Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:47:02.506Z] 35d82f9e3411: Pull complete [2023-01-17T13:47:02.508Z] ---> 91003099f64d [2023-01-17T13:47:02.508Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:47:02.508Z] ---> Running in 0135a967ab91 [2023-01-17T13:47:02.508Z] ---> Running in aabedf5bfdab [2023-01-17T13:47:02.508Z] Removing intermediate container bd617c4cae56 [2023-01-17T13:47:02.508Z] ---> 2105e4b5a9dd [2023-01-17T13:47:02.508Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T13:47:02.767Z] Removing intermediate container 8c19b7744ecd [2023-01-17T13:47:02.767Z] ---> 73b152c95edf [2023-01-17T13:47:02.767Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T13:47:02.767Z] ---> 67fa29d05aa7 [2023-01-17T13:47:02.767Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:47:02.767Z] Removing intermediate container b341e07ad58c [2023-01-17T13:47:02.767Z] ---> 8c61227864f2 [2023-01-17T13:47:02.767Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-17T13:47:02.767Z] ---> Running in 917125d5f877 [2023-01-17T13:47:02.767Z] ---> 263d9c231648 [2023-01-17T13:47:02.767Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:47:02.782Z] e16973657156: Pull complete [2023-01-17T13:47:03.026Z] ---> Running in 91e510185ab7 [2023-01-17T13:47:03.026Z] ---> fed0085753a3 [2023-01-17T13:47:03.026Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:47:03.026Z] ---> Running in de2122e069d2 [2023-01-17T13:47:03.373Z] db1c61fa0a46: Verifying Checksum [2023-01-17T13:47:03.373Z] db1c61fa0a46: Download complete [2023-01-17T13:47:03.960Z] fc693d55d65f: Download complete [2023-01-17T13:47:16.307Z] fc693d55d65f: Pull complete [2023-01-17T13:47:16.307Z] 7e9fc2657dce: Pull complete [2023-01-17T13:47:16.307Z] dda99020689f: Pull complete [2023-01-17T13:47:21.656Z] db1c61fa0a46: Pull complete [2023-01-17T13:47:23.076Z] 891c053d2c06: Pull complete [2023-01-17T13:47:23.076Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-17T13:47:23.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T13:47:23.077Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-17T13:47:23.421Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T13:47:23.421Z] WORKDIR /edgex [2023-01-17T13:47:23.421Z] COPY go.mod . [2023-01-17T13:47:23.421Z] RUN go mod download [2023-01-17T13:47:23.421Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-17T13:47:24.013Z] Sending build context to Docker daemon 3.112MB [2023-01-17T13:47:24.013Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T13:47:24.013Z] ---> f96f9c87975a [2023-01-17T13:47:24.013Z] Step 2/4 : WORKDIR /edgex [2023-01-17T13:47:25.985Z] ---> Running in 050b3cb90aff [2023-01-17T13:47:25.986Z] Removing intermediate container 050b3cb90aff [2023-01-17T13:47:25.986Z] ---> 49b9a88075ed [2023-01-17T13:47:25.986Z] Step 3/4 : COPY go.mod . [2023-01-17T13:47:26.571Z] ---> 4249d1e2c813 [2023-01-17T13:47:26.571Z] Step 4/4 : RUN go mod download [2023-01-17T13:47:26.571Z] ---> Running in fd434574d116 [2023-01-17T13:47:58.932Z] Removing intermediate container fd434574d116 [2023-01-17T13:47:58.932Z] ---> 8bde7e51806c [2023-01-17T13:47:58.932Z] Successfully built 8bde7e51806c [2023-01-17T13:47:58.932Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:47:59.263Z] + docker inspect -f . ci-base-image-arm64 [2023-01-17T13:47:59.263Z] . [2023-01-17T13:47:59.268Z] Removing intermediate container 91e510185ab7 [2023-01-17T13:47:59.268Z] ---> dfb5a5ab61d0 [2023-01-17T13:47:59.268Z] Step 8/22 : COPY . . [2023-01-17T13:47:59.268Z] Removing intermediate container de2122e069d2 [2023-01-17T13:47:59.268Z] ---> 9cfac762351a [2023-01-17T13:47:59.268Z] Step 7/19 : COPY . . [2023-01-17T13:47:59.268Z] Removing intermediate container 917125d5f877 [2023-01-17T13:47:59.268Z] ---> d758542f30d1 [2023-01-17T13:47:59.268Z] Step 8/22 : COPY . . [2023-01-17T13:47:59.268Z] Removing intermediate container aabedf5bfdab [2023-01-17T13:47:59.268Z] ---> 37f8e232e56d [2023-01-17T13:47:59.268Z] Step 7/21 : COPY . . [2023-01-17T13:47:59.268Z] Removing intermediate container 0135a967ab91 [2023-01-17T13:47:59.268Z] ---> ce0b9be7e502 [2023-01-17T13:47:59.268Z] Step 7/23 : COPY . . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T13:47:59.435Z] prd-ubuntu20.04-docker-arm64-4c-16g-2724 does not seem to be running inside a container [2023-01-17T13:47:59.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-17T13:48:00.657Z] $ docker top 565e5c5b39e70015353416716e7ba3483d7dcaac311fd56cda1f4865f8104bc1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T13:48:01.465Z] + go version [2023-01-17T13:48:01.465Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-17T13:48:01.481Z] $ docker stop --time=1 565e5c5b39e70015353416716e7ba3483d7dcaac311fd56cda1f4865f8104bc1 [2023-01-17T13:48:03.083Z] $ docker rm -f --volumes 565e5c5b39e70015353416716e7ba3483d7dcaac311fd56cda1f4865f8104bc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:48:03.456Z] ---> e885ce7269fc [2023-01-17T13:48:03.456Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-17T13:48:03.456Z] ---> 51d62cf39483 [2023-01-17T13:48:03.456Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-17T13:48:03.456Z] ---> 0bbfa90af8fd [2023-01-17T13:48:03.456Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-17T13:48:03.456Z] ---> 53609d073a73 [2023-01-17T13:48:03.456Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T13:48:03.456Z] ---> 56e1b3961b12 [2023-01-17T13:48:03.456Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-17T13:48:03.456Z] ---> Running in 7cb5f5b263d2 [2023-01-17T13:48:03.456Z] ---> Running in 7344c6e7aa71 [2023-01-17T13:48:03.456Z] ---> Running in 0309dd2eead0 [2023-01-17T13:48:03.456Z] ---> Running in d601f2394798 [2023-01-17T13:48:03.456Z] ---> Running in 95884d025d7f [2023-01-17T13:48:03.456Z] Removing intermediate container 0309dd2eead0 [2023-01-17T13:48:03.456Z] ---> 8cd8bce5c37f [2023-01-17T13:48:03.456Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-17T13:48:03.456Z] ---> Running in 32235c842c99 [2023-01-17T13:48:03.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-17T13:48:03.659Z] [2023-01-17T13:48:03.659Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:48:03.715Z] Removing intermediate container 32235c842c99 [2023-01-17T13:48:03.715Z] ---> 8f9cebf0cf7f [2023-01-17T13:48:03.715Z] 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 [2023-01-17T13:48:03.715Z] ---> Running in 544eff776289 [2023-01-17T13:48:03.715Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-17T13:48:03.973Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-17T13:48:03.973Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-17T13:48:03.993Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-17T13:48:03.993Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-17T13:48:03.993Z] 29e5d40040c1: Pulling fs layer [2023-01-17T13:48:03.993Z] 1ce36da41761: Pulling fs layer [2023-01-17T13:48:03.993Z] 25b303627fd3: Pulling fs layer [2023-01-17T13:48:04.232Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-17T13:48:04.261Z] 29e5d40040c1: Verifying Checksum [2023-01-17T13:48:04.261Z] 29e5d40040c1: Download complete [2023-01-17T13:48:04.526Z] 1ce36da41761: Verifying Checksum [2023-01-17T13:48:04.526Z] 1ce36da41761: Download complete [2023-01-17T13:48:04.796Z] 29e5d40040c1: Pull complete [2023-01-17T13:48:04.798Z] Removing intermediate container 544eff776289 [2023-01-17T13:48:04.798Z] ---> e1ba88ba9ab3 [2023-01-17T13:48:04.798Z] Step 11/23 : WORKDIR /edgex-go [2023-01-17T13:48:04.798Z] ---> Running in 33c7a57169dd [2023-01-17T13:48:05.058Z] Removing intermediate container 33c7a57169dd [2023-01-17T13:48:05.058Z] ---> 588db35789e6 [2023-01-17T13:48:05.058Z] [2023-01-17T13:48:05.058Z] Step 12/23 : FROM alpine:3.15 [2023-01-17T13:48:05.317Z] 3.15: Pulling from library/alpine [2023-01-17T13:48:05.764Z] 1ce36da41761: Pull complete [2023-01-17T13:48:05.883Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-17T13:48:05.883Z] Status: Downloaded newer image for alpine:3.15 [2023-01-17T13:48:05.883Z] ---> c4fc93816858 [2023-01-17T13:48:05.883Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T13:48:05.883Z] ---> Running in 0609c9afb94b [2023-01-17T13:48:06.040Z] 25b303627fd3: Verifying Checksum [2023-01-17T13:48:06.040Z] 25b303627fd3: Download complete [2023-01-17T13:48:06.140Z] Removing intermediate container 0609c9afb94b [2023-01-17T13:48:06.140Z] ---> 1bb8eb1c37a3 [2023-01-17T13:48:06.140Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T13:48:06.140Z] ---> Running in 3a77eb1d705e [2023-01-17T13:48:06.706Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:06.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:07.223Z] v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T13:48:07.223Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T13:48:07.223Z] OK: 15859 distinct packages available [2023-01-17T13:48:07.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:07.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:07.480Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-17T13:48:07.480Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-17T13:48:07.480Z] (3/5) Installing libucontext (1.1-r0) [2023-01-17T13:48:07.480Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-17T13:48:07.480Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-17T13:48:07.480Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T13:48:07.480Z] OK: 7 MiB in 19 packages [2023-01-17T13:48:08.851Z] Removing intermediate container 3a77eb1d705e [2023-01-17T13:48:08.851Z] ---> 8b23d0de86f7 [2023-01-17T13:48:08.851Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T13:48:10.747Z] ---> 0bdb02de68df [2023-01-17T13:48:10.747Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T13:48:11.314Z] ---> e84039367f30 [2023-01-17T13:48:11.314Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-17T13:48:12.266Z] ---> 4b695caec69f [2023-01-17T13:48:12.266Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-17T13:48:12.843Z] ---> 678373b322c9 [2023-01-17T13:48:12.844Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T13:48:12.844Z] ---> Running in deeaea963734 [2023-01-17T13:48:13.114Z] Removing intermediate container deeaea963734 [2023-01-17T13:48:13.114Z] ---> 8eabb3d3b960 [2023-01-17T13:48:13.114Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T13:48:13.372Z] ---> Running in b2bce9ee83f3 [2023-01-17T13:48:13.938Z] Removing intermediate container b2bce9ee83f3 [2023-01-17T13:48:13.938Z] ---> 75a05955de74 [2023-01-17T13:48:13.938Z] Step 21/23 : LABEL arch=x86_64 [2023-01-17T13:48:14.223Z] ---> Running in 963db6151ad6 [2023-01-17T13:48:14.480Z] Removing intermediate container 963db6151ad6 [2023-01-17T13:48:14.480Z] ---> 02d80794c8e2 [2023-01-17T13:48:14.480Z] Step 22/23 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:48:14.480Z] ---> Running in a690cc562837 [2023-01-17T13:48:15.090Z] Removing intermediate container a690cc562837 [2023-01-17T13:48:15.090Z] ---> e3af19767dc5 [2023-01-17T13:48:15.090Z] Step 23/23 : LABEL version=3.0.0-dev.19 [2023-01-17T13:48:15.090Z] ---> Running in 8229a48df062 [2023-01-17T13:48:15.656Z] Removing intermediate container 8229a48df062 [2023-01-17T13:48:15.656Z] ---> a5713bdb9f04 [2023-01-17T13:48:15.656Z] [2023-01-17T13:48:15.656Z] Successfully built a5713bdb9f04 [2023-01-17T13:48:15.656Z] Successfully tagged security-spire-server:latest [2023-01-17T13:48:15.656Z] Building security-secretstore-setup [2023-01-17T13:48:16.111Z] 25b303627fd3: Pull complete [2023-01-17T13:48:16.111Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-17T13:48:16.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-17T13:48:16.111Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T13:48:16.299Z] prd-ubuntu20.04-docker-arm64-4c-16g-2724 does not seem to be running inside a container [2023-01-17T13:48:16.362Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-17T13:48:18.193Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:18.193Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:18.193Z] ---> 85134a4171c9 [2023-01-17T13:48:18.193Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T13:48:18.194Z] ---> Using cache [2023-01-17T13:48:18.194Z] ---> 90415f5f8da3 [2023-01-17T13:48:18.194Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-17T13:48:18.463Z] $ docker top 7265ef42b4ccf92070a9e033a89b297941eace0b555acad53da34e9d4e358fc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T13:48:19.280Z] + docker-compose build --help [2023-01-17T13:48:19.280Z] + grep parallel [2023-01-17T13:48:20.097Z] ---> Running in 2430b61560c3 [2023-01-17T13:48:20.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:20.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:20.919Z] OK: 211 MiB in 51 packages [2023-01-17T13:48:22.294Z] Removing intermediate container 2430b61560c3 [2023-01-17T13:48:22.294Z] ---> 7254114ac9e8 [2023-01-17T13:48:22.294Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T13:48:22.618Z] --parallel Build images in parallel. [2023-01-17T13:48:22.861Z] ---> 592eed4de68c [2023-01-17T13:48:22.861Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:48:22.861Z] ---> Running in cf5038b8a236 [Pipeline] } [2023-01-17T13:48:22.902Z] $ docker stop --time=1 7265ef42b4ccf92070a9e033a89b297941eace0b555acad53da34e9d4e358fc7 [2023-01-17T13:48:24.499Z] $ docker rm -f --volumes 7265ef42b4ccf92070a9e033a89b297941eace0b555acad53da34e9d4e358fc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:48:24.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-17T13:48:24.996Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T13:48:25.165Z] prd-ubuntu20.04-docker-arm64-4c-16g-2724 does not seem to be running inside a container [2023-01-17T13:48:25.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-17T13:48:26.302Z] $ docker top d218a7654e04bbd640613b5b59abd4aeee719530041d891cc65f4332bff5a57d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T13:48:26.789Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-17T13:48:30.962Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-17T13:48:31.032Z] Building core-command ... [2023-01-17T13:48:31.032Z] Building core-data ... [2023-01-17T13:48:31.032Z] Building core-metadata ... [2023-01-17T13:48:31.032Z] Building security-bootstrapper ... [2023-01-17T13:48:31.032Z] Building security-proxy-setup ... [2023-01-17T13:48:31.032Z] Building security-secretstore-setup ... [2023-01-17T13:48:31.032Z] Building security-spiffe-token-provider ... [2023-01-17T13:48:31.032Z] Building security-spire-agent ... [2023-01-17T13:48:31.032Z] Building security-spire-config ... [2023-01-17T13:48:31.032Z] Building security-spire-server ... [2023-01-17T13:48:31.032Z] Building support-notifications ... [2023-01-17T13:48:31.032Z] Building support-scheduler ... [2023-01-17T13:48:31.032Z] Building security-spiffe-token-provider [2023-01-17T13:48:31.032Z] Building security-proxy-setup [2023-01-17T13:48:31.032Z] Building security-spire-agent [2023-01-17T13:48:31.032Z] Building security-spire-config [2023-01-17T13:48:31.032Z] Building support-scheduler [2023-01-17T13:48:39.083Z] Removing intermediate container d601f2394798 [2023-01-17T13:48:39.083Z] ---> 5e9b0c8350da [2023-01-17T13:48:39.083Z] [2023-01-17T13:48:39.083Z] Removing intermediate container 7cb5f5b263d2 [2023-01-17T13:48:39.083Z] ---> 7f1bd0d793f6 [2023-01-17T13:48:39.083Z] [2023-01-17T13:48:39.083Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T13:48:39.083Z] Step 9/21 : FROM alpine:3.16 [2023-01-17T13:48:39.083Z] 3.16: Pulling from library/alpine [2023-01-17T13:48:39.083Z] 3.16: Pulling from library/alpine [2023-01-17T13:48:40.582Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T13:48:40.841Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T13:48:40.841Z] Status: Downloaded newer image for alpine:3.16 [2023-01-17T13:48:40.841Z] Status: Image is up to date for alpine:3.16 [2023-01-17T13:48:41.474Z] ---> bfe296a52501 [2023-01-17T13:48:41.474Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-17T13:48:41.474Z] ---> bfe296a52501 [2023-01-17T13:48:41.474Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-17T13:48:41.474Z] ---> Running in c328e4fec615 [2023-01-17T13:48:41.474Z] ---> Running in db7e43b1caa0 [2023-01-17T13:48:41.736Z] Removing intermediate container c328e4fec615 [2023-01-17T13:48:41.736Z] ---> fc3bd722e534 [2023-01-17T13:48:41.736Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-17T13:48:41.995Z] ---> Running in 63afd468844b [2023-01-17T13:48:41.995Z] Removing intermediate container 95884d025d7f [2023-01-17T13:48:41.995Z] ---> 782ee96e2772 [2023-01-17T13:48:41.995Z] [2023-01-17T13:48:41.995Z] Step 9/19 : FROM alpine:3.15 [2023-01-17T13:48:41.995Z] ---> c4fc93816858 [2023-01-17T13:48:41.995Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T13:48:41.995Z] ---> Using cache [2023-01-17T13:48:41.995Z] ---> 1bb8eb1c37a3 [2023-01-17T13:48:41.995Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-17T13:48:42.253Z] Removing intermediate container 7344c6e7aa71 [2023-01-17T13:48:42.253Z] ---> 31eea604d4ec [2023-01-17T13:48:42.253Z] [2023-01-17T13:48:42.253Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T13:48:42.253Z] ---> bfe296a52501 [2023-01-17T13:48:42.253Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T13:48:42.253Z] ---> Running in 188e3c6bb636 [2023-01-17T13:48:42.253Z] ---> Running in 2f6f4eb5f4ad [2023-01-17T13:48:42.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:42.253Z] Removing intermediate container 63afd468844b [2023-01-17T13:48:42.253Z] ---> 2f00add5a470 [2023-01-17T13:48:42.253Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-17T13:48:42.514Z] ---> Running in 1a1621352c65 [2023-01-17T13:48:42.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:42.514Z] Removing intermediate container 1a1621352c65 [2023-01-17T13:48:42.514Z] ---> 372c9b1816f8 [2023-01-17T13:48:42.514Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T13:48:42.771Z] ---> Running in a1bb691a2f51 [2023-01-17T13:48:42.771Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-17T13:48:42.771Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-17T13:48:42.771Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-17T13:48:42.771Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-17T13:48:42.771Z] Removing intermediate container cf5038b8a236 [2023-01-17T13:48:42.771Z] ---> 2c1a137ccd95 [2023-01-17T13:48:42.771Z] Step 7/24 : COPY . . [2023-01-17T13:48:42.771Z] (5/6) Installing curl (7.83.1-r5) [2023-01-17T13:48:42.771Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-17T13:48:42.771Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:48:42.771Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T13:48:42.771Z] OK: 8 MiB in 20 packages [2023-01-17T13:48:42.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:42.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:43.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:43.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:43.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:43.035Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T13:48:43.035Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:48:43.293Z] OK: 6 MiB in 15 packages [2023-01-17T13:48:43.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:43.293Z] v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T13:48:43.293Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T13:48:43.293Z] OK: 15859 distinct packages available [2023-01-17T13:48:43.293Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T13:48:43.293Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:48:43.293Z] OK: 6 MiB in 15 packages [2023-01-17T13:48:43.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:43.342Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:43.343Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:43.343Z] ---> 8bde7e51806c [2023-01-17T13:48:43.343Z] Step 3/19 : WORKDIR /edgex-go [2023-01-17T13:48:43.343Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:43.343Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:43.343Z] ---> 8bde7e51806c [2023-01-17T13:48:43.343Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T13:48:43.343Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:43.343Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:43.343Z] ---> 8bde7e51806c [2023-01-17T13:48:43.343Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T13:48:43.343Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:43.343Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:43.343Z] ---> 8bde7e51806c [2023-01-17T13:48:43.343Z] Step 3/21 : WORKDIR /edgex-go [2023-01-17T13:48:43.343Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:43.343Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:43.343Z] ---> 8bde7e51806c [2023-01-17T13:48:43.343Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:48:43.343Z] ---> Running in 934d59571c5e [2023-01-17T13:48:43.343Z] ---> Running in f793ffb58ecb [2023-01-17T13:48:43.343Z] ---> Running in f49a8f5311b0 [2023-01-17T13:48:43.343Z] ---> Running in 6022c292f7ab [2023-01-17T13:48:43.343Z] ---> Running in 1ca99c53a38d [2023-01-17T13:48:43.343Z] Removing intermediate container 934d59571c5e [2023-01-17T13:48:43.343Z] ---> cb173aa0d176 [2023-01-17T13:48:43.343Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T13:48:43.343Z] Removing intermediate container f793ffb58ecb [2023-01-17T13:48:43.343Z] ---> aff95083d7ab [2023-01-17T13:48:43.343Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-17T13:48:43.343Z] ---> Running in ddfcda6106bf [2023-01-17T13:48:43.343Z] Removing intermediate container f49a8f5311b0 [2023-01-17T13:48:43.343Z] ---> 81852549d755 [2023-01-17T13:48:43.343Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-17T13:48:43.343Z] ---> Running in 62d06b8a71a3 [2023-01-17T13:48:43.343Z] Removing intermediate container 1ca99c53a38d [2023-01-17T13:48:43.343Z] ---> e1a201eaf101 [2023-01-17T13:48:43.343Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T13:48:43.343Z] Removing intermediate container 6022c292f7ab [2023-01-17T13:48:43.343Z] ---> 77dbb77732a3 [2023-01-17T13:48:43.343Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T13:48:43.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:48:43.553Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-17T13:48:43.553Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-17T13:48:43.553Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-17T13:48:43.553Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-17T13:48:43.553Z] (5/9) Installing curl (7.80.0-r5) [2023-01-17T13:48:43.553Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-17T13:48:43.611Z] ---> Running in 71b111ba466c [2023-01-17T13:48:43.611Z] ---> Running in a282a3e73c2c [2023-01-17T13:48:43.611Z] ---> Running in 98a366c5c132 [2023-01-17T13:48:43.811Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-17T13:48:43.811Z] (8/9) Installing libucontext (1.1-r0) [2023-01-17T13:48:43.811Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-17T13:48:43.811Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T13:48:43.811Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T13:48:43.811Z] OK: 8 MiB in 23 packages [2023-01-17T13:48:44.203Z] Removing intermediate container a282a3e73c2c [2023-01-17T13:48:44.203Z] ---> 22facda89c26 [2023-01-17T13:48:44.203Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T13:48:44.471Z] ---> Running in 157587663cb6 [2023-01-17T13:48:45.200Z] Removing intermediate container db7e43b1caa0 [2023-01-17T13:48:45.200Z] ---> cadf43c607d2 [2023-01-17T13:48:45.200Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T13:48:45.200Z] Removing intermediate container 2f6f4eb5f4ad [2023-01-17T13:48:45.200Z] ---> 3c41f515cc78 [2023-01-17T13:48:45.200Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T13:48:45.200Z] ---> Running in 9a7b6bb46eca [2023-01-17T13:48:45.200Z] ---> Running in 0ad8c222b252 [2023-01-17T13:48:45.200Z] Removing intermediate container a1bb691a2f51 [2023-01-17T13:48:45.200Z] ---> bc6123e5fb29 [2023-01-17T13:48:45.200Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:48:45.200Z] Removing intermediate container 9a7b6bb46eca [2023-01-17T13:48:45.200Z] ---> 5fd629752016 [2023-01-17T13:48:45.200Z] Step 12/21 : WORKDIR /edgex [2023-01-17T13:48:45.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:45.458Z] Removing intermediate container 0ad8c222b252 [2023-01-17T13:48:45.458Z] ---> e5e286e47191 [2023-01-17T13:48:45.458Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-17T13:48:45.458Z] Removing intermediate container 188e3c6bb636 [2023-01-17T13:48:45.458Z] ---> 27332f4c5daa [2023-01-17T13:48:45.458Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:48:45.458Z] ---> Running in 16a97b42cfcb [2023-01-17T13:48:45.704Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:45.715Z] ---> Running in b5fd21b1b538 [2023-01-17T13:48:45.715Z] ---> 908aa375e323 [2023-01-17T13:48:45.715Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-17T13:48:45.974Z] ---> b7e4a721a93b [2023-01-17T13:48:45.974Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-17T13:48:45.974Z] Removing intermediate container 16a97b42cfcb [2023-01-17T13:48:45.974Z] ---> 3ce37942a443 [2023-01-17T13:48:45.974Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-17T13:48:45.974Z] Removing intermediate container b5fd21b1b538 [2023-01-17T13:48:45.974Z] ---> 8df727f336f5 [2023-01-17T13:48:45.974Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T13:48:45.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:45.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:45.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:45.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:46.234Z] ---> Running in 4c2bfbdeb73b [2023-01-17T13:48:46.234Z] ---> 2e513cea5312 [2023-01-17T13:48:46.234Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-17T13:48:46.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:46.492Z] ---> d2630814bb05 [2023-01-17T13:48:46.493Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-17T13:48:46.493Z] Removing intermediate container 4c2bfbdeb73b [2023-01-17T13:48:46.493Z] ---> 35ce883843f6 [2023-01-17T13:48:46.493Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:48:46.493Z] ---> 95ba5f42d25b [2023-01-17T13:48:46.493Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-17T13:48:46.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:46.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:46.753Z] ---> 280de6ddb9a2 [2023-01-17T13:48:46.753Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-17T13:48:46.753Z] ---> 1fa57d045b89 [2023-01-17T13:48:46.753Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-17T13:48:46.753Z] ---> Running in a9ed380b13e9 [2023-01-17T13:48:46.753Z] ---> Running in 59fcd21f5f41 [2023-01-17T13:48:46.753Z] ---> 1fe68d67da79 [2023-01-17T13:48:46.753Z] ---> 12ca325c2d64 [2023-01-17T13:48:46.753Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-17T13:48:46.753Z] [2023-01-17T13:48:46.753Z] ---> 5af54ea01601 [2023-01-17T13:48:46.753Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-17T13:48:46.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:47.015Z] Removing intermediate container 59fcd21f5f41 [2023-01-17T13:48:47.015Z] ---> 0a31b72b9476 [2023-01-17T13:48:47.015Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T13:48:47.015Z] ---> Running in 914fd258202a [2023-01-17T13:48:47.015Z] ---> Running in b4d1c6e9e092 [2023-01-17T13:48:47.015Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-17T13:48:47.056Z] OK: 221 MiB in 51 packages [2023-01-17T13:48:47.273Z] ---> 27a2b2a27168 [2023-01-17T13:48:47.273Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T13:48:47.327Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-17T13:48:47.327Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-17T13:48:47.327Z] OK: 16899 distinct packages available [2023-01-17T13:48:47.541Z] Removing intermediate container 914fd258202a [2023-01-17T13:48:47.541Z] ---> 450c930ee01c [2023-01-17T13:48:47.541Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T13:48:47.541Z] ---> Running in 3672e5b8255d [2023-01-17T13:48:47.541Z] Removing intermediate container b4d1c6e9e092 [2023-01-17T13:48:47.541Z] ---> 76e7e1c70772 [2023-01-17T13:48:47.541Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T13:48:47.541Z] ---> 96400ed53500 [2023-01-17T13:48:47.541Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-17T13:48:47.599Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:47.599Z] OK: 221 MiB in 51 packages [2023-01-17T13:48:47.800Z] ---> Running in a76da9c54989 [2023-01-17T13:48:47.800Z] ---> 6850df14ab82 [2023-01-17T13:48:47.800Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T13:48:47.800Z] Removing intermediate container 3672e5b8255d [2023-01-17T13:48:47.800Z] ---> b0d944d916c1 [2023-01-17T13:48:47.800Z] Step 17/19 : LABEL arch=x86_64 [2023-01-17T13:48:47.800Z] ---> Running in 55e5b71092c5 [2023-01-17T13:48:47.873Z] OK: 221 MiB in 51 packages [2023-01-17T13:48:48.058Z] ---> 1f292495b14a [2023-01-17T13:48:48.058Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-17T13:48:48.058Z] Removing intermediate container a76da9c54989 [2023-01-17T13:48:48.058Z] ---> 03e7fa7144ba [2023-01-17T13:48:48.058Z] Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:48:48.058Z] ---> Running in cc4a3a1c485c [2023-01-17T13:48:48.058Z] ---> Running in f0323520cbba [2023-01-17T13:48:48.058Z] ---> Running in 29ec88e4de66 [2023-01-17T13:48:48.058Z] Removing intermediate container cc4a3a1c485c [2023-01-17T13:48:48.058Z] ---> c8829067de38 [2023-01-17T13:48:48.058Z] Step 18/19 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:48:48.058Z] ---> Running in 268285329e44 [2023-01-17T13:48:48.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:48:48.317Z] Removing intermediate container f0323520cbba [2023-01-17T13:48:48.317Z] ---> 2679423f729f [2023-01-17T13:48:48.317Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T13:48:48.317Z] ---> Running in c875564e6cf7 [2023-01-17T13:48:48.317Z] Removing intermediate container 29ec88e4de66 [2023-01-17T13:48:48.317Z] ---> 853be6f7cd50 [2023-01-17T13:48:48.317Z] Step 22/22 : LABEL version=3.0.0-dev.19 [2023-01-17T13:48:48.317Z] Removing intermediate container 268285329e44 [2023-01-17T13:48:48.317Z] ---> 6972bd9f5a3a [2023-01-17T13:48:48.317Z] Step 19/19 : LABEL version=3.0.0-dev.19 [2023-01-17T13:48:48.411Z] OK: 221 MiB in 51 packages [2023-01-17T13:48:48.587Z] ---> Running in e493ce53f912 [2023-01-17T13:48:48.587Z] ---> Running in a385c51a8216 [2023-01-17T13:48:48.587Z] Removing intermediate container c875564e6cf7 [2023-01-17T13:48:48.587Z] ---> 3f9240ba8e20 [2023-01-17T13:48:48.587Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T13:48:48.587Z] ---> Running in 7be456941670 [2023-01-17T13:48:48.587Z] Removing intermediate container e493ce53f912 [2023-01-17T13:48:48.587Z] ---> 7bc0e07a5363 [2023-01-17T13:48:48.587Z] [2023-01-17T13:48:48.587Z] Removing intermediate container a385c51a8216 [2023-01-17T13:48:48.587Z] ---> 17e5ab409f0b [2023-01-17T13:48:48.587Z] [2023-01-17T13:48:48.678Z] Removing intermediate container ddfcda6106bf [2023-01-17T13:48:48.678Z] ---> 62242efc1c68 [2023-01-17T13:48:48.678Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T13:48:48.854Z] Successfully built 7bc0e07a5363 [2023-01-17T13:48:48.854Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-17T13:48:48.854Z]  Building security-spiffe-token-provider ... done Building security-spire-config [2023-01-17T13:48:48.854Z] Removing intermediate container 7be456941670 [2023-01-17T13:48:48.854Z] ---> fae972bc57b6 [2023-01-17T13:48:48.854Z] Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:48:48.854Z] Successfully built 17e5ab409f0b [2023-01-17T13:48:48.854Z] Successfully tagged core-data:latest [2023-01-17T13:48:48.854Z]  Building core-data ... done Building security-bootstrapper [2023-01-17T13:48:48.854Z] Removing intermediate container 55e5b71092c5 [2023-01-17T13:48:48.854Z] ---> 1872357068cb [2023-01-17T13:48:48.854Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T13:48:48.854Z] ---> Running in 6688843b110d [2023-01-17T13:48:48.854Z] ---> Running in a63a3c6cf670 [2023-01-17T13:48:49.231Z] Removing intermediate container 6688843b110d [2023-01-17T13:48:49.231Z] ---> ad95d7f0c8d7 [2023-01-17T13:48:49.231Z] Step 22/22 : LABEL version=3.0.0-dev.19 [2023-01-17T13:48:49.279Z] OK: 221 MiB in 51 packages [2023-01-17T13:48:49.563Z] Removing intermediate container 71b111ba466c [2023-01-17T13:48:49.563Z] ---> c8c306031cf4 [2023-01-17T13:48:49.563Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-17T13:48:49.831Z] Removing intermediate container 98a366c5c132 [2023-01-17T13:48:49.831Z] ---> 7ceaca6a6e49 [2023-01-17T13:48:49.831Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T13:48:50.099Z] Removing intermediate container 157587663cb6 [2023-01-17T13:48:50.099Z] ---> 69fc5b043552 [2023-01-17T13:48:50.099Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T13:48:50.099Z] ---> 64fe58818518 [2023-01-17T13:48:50.099Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:48:50.099Z] ---> Running in ddff66b76e72 [2023-01-17T13:48:50.617Z] Removing intermediate container a63a3c6cf670 [2023-01-17T13:48:50.617Z] ---> 92800b2b677d [2023-01-17T13:48:50.617Z] Step 19/21 : LABEL arch=x86_64 [2023-01-17T13:48:50.617Z] ---> Running in 780d4b9aacbd [2023-01-17T13:48:50.875Z] ---> Running in 6b73959201dc [2023-01-17T13:48:50.875Z] Removing intermediate container 780d4b9aacbd [2023-01-17T13:48:50.875Z] ---> 66743304b1e7 [2023-01-17T13:48:50.875Z] [2023-01-17T13:48:51.082Z] ---> d9743f5cb45a [2023-01-17T13:48:51.082Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:48:51.082Z] ---> acc2163c2458 [2023-01-17T13:48:51.082Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:48:51.082Z] Removing intermediate container 62d06b8a71a3 [2023-01-17T13:48:51.082Z] ---> 7a81970d6b33 [2023-01-17T13:48:51.082Z] ---> Running in 2ffa9b9de66a [2023-01-17T13:48:51.082Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-17T13:48:51.137Z] Successfully built 66743304b1e7 [2023-01-17T13:48:51.137Z] Removing intermediate container 6b73959201dc [2023-01-17T13:48:51.137Z] ---> 56e3d42bf8c8 [2023-01-17T13:48:51.137Z] Step 20/21 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:48:51.137Z] Successfully tagged support-scheduler:latest [2023-01-17T13:48:51.137Z]  Building support-scheduler ... done Building core-command [2023-01-17T13:48:51.352Z] ---> Running in 481ab44f1dbb [2023-01-17T13:48:51.397Z] ---> Running in 0ee95441774e [2023-01-17T13:48:51.620Z] ---> 7b56c3b32db1 [2023-01-17T13:48:51.620Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:48:51.887Z] ---> Running in 476afaf2d97e [2023-01-17T13:48:51.961Z] Removing intermediate container 0ee95441774e [2023-01-17T13:48:51.961Z] ---> 030278143298 [2023-01-17T13:48:51.961Z] Step 21/21 : LABEL version=3.0.0-dev.19 [2023-01-17T13:48:52.870Z] ---> 3639ab937af9 [2023-01-17T13:48:52.870Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:48:52.870Z] ---> Running in 31223f208893 [2023-01-17T13:48:52.898Z] ---> Running in d4074d3e3cee [2023-01-17T13:48:53.462Z] Removing intermediate container d4074d3e3cee [2023-01-17T13:48:53.462Z] ---> 95dfadc59d62 [2023-01-17T13:48:53.462Z] [2023-01-17T13:48:53.462Z] Successfully built 95dfadc59d62 [2023-01-17T13:48:53.462Z] Successfully tagged security-proxy-setup:latest [2023-01-17T13:48:53.462Z]  Building security-proxy-setup ... done Building support-notifications [2023-01-17T13:48:56.741Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:56.741Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:56.741Z] ---> 85134a4171c9 [2023-01-17T13:48:56.741Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T13:48:56.741Z] ---> Using cache [2023-01-17T13:48:56.741Z] ---> 90415f5f8da3 [2023-01-17T13:48:56.741Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T13:48:56.741Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:56.741Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:56.741Z] ---> 85134a4171c9 [2023-01-17T13:48:56.741Z] Step 3/32 : WORKDIR /edgex-go [2023-01-17T13:48:56.741Z] ---> Using cache [2023-01-17T13:48:56.741Z] ---> 90415f5f8da3 [2023-01-17T13:48:56.741Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-17T13:48:56.741Z] ---> Using cache [2023-01-17T13:48:56.741Z] ---> 7254114ac9e8 [2023-01-17T13:48:56.741Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-17T13:48:56.741Z] ---> Using cache [2023-01-17T13:48:56.741Z] ---> 592eed4de68c [2023-01-17T13:48:56.741Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:48:56.741Z] ---> Using cache [2023-01-17T13:48:56.741Z] ---> 2c1a137ccd95 [2023-01-17T13:48:56.741Z] Step 7/32 : COPY . . [2023-01-17T13:48:56.741Z] ---> Using cache [2023-01-17T13:48:56.741Z] ---> 1fa57d045b89 [2023-01-17T13:48:56.741Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-17T13:48:57.306Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:57.306Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:57.306Z] ---> 85134a4171c9 [2023-01-17T13:48:57.306Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:48:57.306Z] ---> Using cache [2023-01-17T13:48:57.306Z] ---> e579cd3e4d1b [2023-01-17T13:48:57.306Z] Step 4/23 : WORKDIR /edgex-go [2023-01-17T13:48:57.306Z] ---> Using cache [2023-01-17T13:48:57.306Z] ---> df7f1df6ba7d [2023-01-17T13:48:57.306Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-17T13:48:57.306Z] ---> Using cache [2023-01-17T13:48:57.306Z] ---> 2105e4b5a9dd [2023-01-17T13:48:57.306Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-17T13:48:57.306Z] ---> Using cache [2023-01-17T13:48:57.306Z] ---> 67fa29d05aa7 [2023-01-17T13:48:57.306Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:48:57.306Z] ---> Using cache [2023-01-17T13:48:57.306Z] ---> d758542f30d1 [2023-01-17T13:48:57.306Z] Step 8/23 : COPY . . [2023-01-17T13:48:57.306Z] ---> Using cache [2023-01-17T13:48:57.306Z] ---> 51d62cf39483 [2023-01-17T13:48:57.306Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-17T13:48:58.238Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:48:58.238Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:48:58.238Z] ---> 85134a4171c9 [2023-01-17T13:48:58.238Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:48:58.238Z] ---> Using cache [2023-01-17T13:48:58.238Z] ---> e579cd3e4d1b [2023-01-17T13:48:58.238Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T13:48:58.238Z] ---> Using cache [2023-01-17T13:48:58.238Z] ---> df7f1df6ba7d [2023-01-17T13:48:58.238Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-17T13:49:00.137Z] ---> Running in 0df60184c0aa [2023-01-17T13:49:00.137Z] ---> Running in e05c6645239f [2023-01-17T13:49:00.137Z] ---> Running in 77c0e12c0de8 [2023-01-17T13:49:00.137Z] ---> Running in a775cc79e181 [2023-01-17T13:49:00.394Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-17T13:49:00.959Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-17T13:49:01.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:01.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:01.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:01.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:01.477Z] OK: 211 MiB in 51 packages [2023-01-17T13:49:01.477Z] OK: 211 MiB in 51 packages [2023-01-17T13:49:02.412Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-17T13:49:02.412Z] Removing intermediate container a775cc79e181 [2023-01-17T13:49:02.412Z] ---> d70a8ae90e53 [2023-01-17T13:49:02.412Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T13:49:02.412Z] Removing intermediate container e05c6645239f [2023-01-17T13:49:02.412Z] ---> cd95737d95f2 [2023-01-17T13:49:02.412Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T13:49:02.996Z] ---> 6601670e51b0 [2023-01-17T13:49:02.996Z] ---> 5cb000bd4e6f [2023-01-17T13:49:02.996Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:49:02.996Z] [2023-01-17T13:49:02.996Z] ---> Running in 976bd15c215b [2023-01-17T13:49:02.996Z] ---> Running in 64f2e7ffc534 [2023-01-17T13:49:08.255Z] Removing intermediate container a9ed380b13e9 [2023-01-17T13:49:08.255Z] ---> e72a3df74211 [2023-01-17T13:49:08.255Z] [2023-01-17T13:49:08.255Z] Step 9/24 : FROM alpine:3.16 [2023-01-17T13:49:08.255Z] ---> bfe296a52501 [2023-01-17T13:49:08.255Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-17T13:49:08.255Z] ---> Running in 7c91db2db189 [2023-01-17T13:49:08.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:08.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:09.383Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-17T13:49:09.383Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-17T13:49:09.383Z] (3/3) Installing su-exec (0.2-r1) [2023-01-17T13:49:09.383Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:49:09.383Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T13:49:09.383Z] OK: 6 MiB in 17 packages [2023-01-17T13:49:11.281Z] Removing intermediate container 7c91db2db189 [2023-01-17T13:49:11.281Z] ---> 5a3cc8a8d0df [2023-01-17T13:49:11.281Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T13:49:11.846Z] ---> Running in 501d3cee5c68 [2023-01-17T13:49:12.790Z] Removing intermediate container 501d3cee5c68 [2023-01-17T13:49:12.790Z] ---> 56f0459beabe [2023-01-17T13:49:12.790Z] Step 12/24 : WORKDIR / [2023-01-17T13:49:14.700Z] ---> Running in a4baf7cfc7a0 [2023-01-17T13:49:15.268Z] Removing intermediate container a4baf7cfc7a0 [2023-01-17T13:49:15.268Z] ---> 003440fd7690 [2023-01-17T13:49:15.268Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-17T13:49:15.525Z] ---> ff0d8337c7a3 [2023-01-17T13:49:15.525Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-17T13:49:16.136Z] ---> ec327ee64a2b [2023-01-17T13:49:16.136Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-17T13:49:17.507Z] ---> f6fe1ba0520a [2023-01-17T13:49:17.507Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-17T13:49:19.404Z] ---> 9d71fd2d0420 [2023-01-17T13:49:19.404Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-17T13:49:21.950Z] ---> b7a62a897624 [2023-01-17T13:49:21.950Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-17T13:49:21.950Z] Removing intermediate container 0df60184c0aa [2023-01-17T13:49:21.950Z] ---> 226e218aba92 [2023-01-17T13:49:21.950Z] [2023-01-17T13:49:21.950Z] Step 9/32 : FROM alpine:3.16 [2023-01-17T13:49:21.950Z] ---> bfe296a52501 [2023-01-17T13:49:21.950Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T13:49:22.518Z] ---> Running in 37659d310d72 [2023-01-17T13:49:22.777Z] ---> f4b1777615d0 [2023-01-17T13:49:22.777Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T13:49:23.035Z] Removing intermediate container 37659d310d72 [2023-01-17T13:49:23.035Z] ---> d8c098de5466 [2023-01-17T13:49:23.035Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-17T13:49:23.035Z] ---> 4289538611c8 [2023-01-17T13:49:23.035Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T13:49:23.294Z] ---> Running in 68539ad65637 [2023-01-17T13:49:23.294Z] ---> Running in 9abc5a409c5f [2023-01-17T13:49:23.551Z] Removing intermediate container 976bd15c215b [2023-01-17T13:49:23.551Z] ---> fad925f91bb5 [2023-01-17T13:49:23.551Z] Step 7/24 : COPY . . [2023-01-17T13:49:23.551Z] Removing intermediate container 64f2e7ffc534 [2023-01-17T13:49:23.551Z] ---> cbeea1ffbb41 [2023-01-17T13:49:23.551Z] Step 8/22 : COPY . . [2023-01-17T13:49:23.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:23.809Z] Removing intermediate container 77c0e12c0de8 [2023-01-17T13:49:23.809Z] ---> 121105ba88f1 [2023-01-17T13:49:23.809Z] [2023-01-17T13:49:23.809Z] Step 10/23 : FROM alpine:3.16 [2023-01-17T13:49:23.809Z] ---> bfe296a52501 [2023-01-17T13:49:23.809Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-17T13:49:23.809Z] ---> Using cache [2023-01-17T13:49:23.809Z] ---> 3c41f515cc78 [2023-01-17T13:49:23.809Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T13:49:23.809Z] ---> Using cache [2023-01-17T13:49:23.809Z] ---> e5e286e47191 [2023-01-17T13:49:23.809Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-17T13:49:24.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:24.326Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-17T13:49:24.326Z] (2/2) Installing su-exec (0.2-r1) [2023-01-17T13:49:24.326Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:49:24.326Z] OK: 6 MiB in 16 packages [2023-01-17T13:49:26.857Z] ---> Running in ffac1c5f222f [2023-01-17T13:49:27.116Z] ---> 06eb0439925b [2023-01-17T13:49:27.116Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-17T13:49:27.116Z] ---> 9a11a090b75c [2023-01-17T13:49:27.116Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T13:49:27.116Z] Removing intermediate container 68539ad65637 [2023-01-17T13:49:27.116Z] ---> ad5d358b51bc [2023-01-17T13:49:27.116Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-17T13:49:27.116Z] Removing intermediate container ffac1c5f222f [2023-01-17T13:49:27.116Z] ---> 1edda5cca3da [2023-01-17T13:49:27.116Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-17T13:49:27.373Z] Removing intermediate container 9abc5a409c5f [2023-01-17T13:49:27.373Z] ---> 386a53f535ad [2023-01-17T13:49:27.373Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T13:49:27.373Z] ---> Running in ccef7e80e622 [2023-01-17T13:49:27.373Z] ---> Running in bcdafd1e7818 [2023-01-17T13:49:27.373Z] ---> Running in f6988fb8b5f7 [2023-01-17T13:49:27.373Z] ---> Running in 242dc587c84f [2023-01-17T13:49:27.373Z] ---> Running in 7c2570ea478f [2023-01-17T13:49:27.373Z] Removing intermediate container ccef7e80e622 [2023-01-17T13:49:27.373Z] ---> d4aa7af2ebc1 [2023-01-17T13:49:27.373Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-17T13:49:27.373Z] ---> Running in 8d4acca1bde9 [2023-01-17T13:49:27.630Z] Removing intermediate container f6988fb8b5f7 [2023-01-17T13:49:27.630Z] ---> 2f506dbbb9f9 [2023-01-17T13:49:27.630Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T13:49:27.630Z] Removing intermediate container 242dc587c84f [2023-01-17T13:49:27.630Z] ---> 61891f9b96b0 [2023-01-17T13:49:27.630Z] Step 15/23 : WORKDIR / [2023-01-17T13:49:27.630Z] Removing intermediate container 7c2570ea478f [2023-01-17T13:49:27.630Z] ---> 78377ea0bebb [2023-01-17T13:49:27.630Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T13:49:27.630Z] ---> Running in fa73e6f68057 [2023-01-17T13:49:27.630Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-17T13:49:27.630Z] ---> Running in ef3e11477345 [2023-01-17T13:49:27.630Z] ---> Running in 023f44ed37d5 [2023-01-17T13:49:27.630Z] Removing intermediate container 8d4acca1bde9 [2023-01-17T13:49:27.630Z] ---> 2b1b777e5c02 [2023-01-17T13:49:27.630Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-17T13:49:27.887Z] ---> Running in 5b924b28161d [2023-01-17T13:49:27.887Z] Removing intermediate container fa73e6f68057 [2023-01-17T13:49:27.887Z] ---> a502e885dd93 [2023-01-17T13:49:27.887Z] 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 [2023-01-17T13:49:27.887Z] Removing intermediate container 023f44ed37d5 [2023-01-17T13:49:27.887Z] ---> 37e77eecceb7 [2023-01-17T13:49:27.887Z] Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:49:27.887Z] Removing intermediate container ef3e11477345 [2023-01-17T13:49:27.887Z] ---> ef437077a9af [2023-01-17T13:49:27.887Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:49:27.887Z] ---> Running in 8518caf0a3df [2023-01-17T13:49:27.887Z] ---> Running in 25057ecd92b3 [2023-01-17T13:49:28.144Z] Removing intermediate container 5b924b28161d [2023-01-17T13:49:28.144Z] ---> 0f3aba2b8273 [2023-01-17T13:49:28.144Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-17T13:49:28.144Z] ---> Running in e12264c393fe [2023-01-17T13:49:28.144Z] Removing intermediate container 25057ecd92b3 [2023-01-17T13:49:28.144Z] ---> 013d98c0fd6a [2023-01-17T13:49:28.144Z] Step 24/24 : LABEL version=3.0.0-dev.19 [2023-01-17T13:49:28.144Z] ---> a178ddff7f7b [2023-01-17T13:49:28.144Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-17T13:49:28.401Z] Removing intermediate container e12264c393fe [2023-01-17T13:49:28.401Z] ---> Running in 97e4d9f33dc2 [2023-01-17T13:49:28.401Z] ---> cc2510696ed5 [2023-01-17T13:49:28.401Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-17T13:49:28.401Z] ---> Running in cd3b9aeed1b4 [2023-01-17T13:49:28.660Z] Removing intermediate container 97e4d9f33dc2 [2023-01-17T13:49:28.660Z] ---> 2821da2e98cc [2023-01-17T13:49:28.660Z] [2023-01-17T13:49:28.660Z] Successfully built 2821da2e98cc [2023-01-17T13:49:28.660Z] Successfully tagged security-secretstore-setup:latest [2023-01-17T13:49:28.660Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-01-17T13:49:29.597Z] ---> 42c13fadccaa [2023-01-17T13:49:29.597Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-17T13:49:29.872Z] ---> e51a11065a6d [2023-01-17T13:49:29.872Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-17T13:49:29.872Z] Removing intermediate container 8518caf0a3df [2023-01-17T13:49:29.872Z] ---> 98134b159b69 [2023-01-17T13:49:29.872Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T13:49:30.162Z] Removing intermediate container cd3b9aeed1b4 [2023-01-17T13:49:30.162Z] ---> Running in 5751b20444b1 [2023-01-17T13:49:30.162Z] ---> faaaf0162cfd [2023-01-17T13:49:30.162Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-17T13:49:30.162Z] ---> Running in 8b487c1c460f [2023-01-17T13:49:30.162Z] ---> Running in cfa90935be50 [2023-01-17T13:49:30.162Z] Removing intermediate container 5751b20444b1 [2023-01-17T13:49:30.162Z] ---> 1d33fcb9b3d5 [2023-01-17T13:49:30.162Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T13:49:30.420Z] Removing intermediate container 8b487c1c460f [2023-01-17T13:49:30.420Z] ---> 78d98cee6164 [2023-01-17T13:49:30.420Z] [2023-01-17T13:49:30.420Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T13:49:30.420Z] ---> c4fc93816858 [2023-01-17T13:49:30.420Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T13:49:30.420Z] ---> Using cache [2023-01-17T13:49:30.420Z] ---> 1bb8eb1c37a3 [2023-01-17T13:49:30.420Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-17T13:49:30.420Z] ---> Running in 0bb4b47db371 [2023-01-17T13:49:30.420Z] Removing intermediate container cfa90935be50 [2023-01-17T13:49:30.420Z] ---> 5bf10bf19243 [2023-01-17T13:49:30.420Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-17T13:49:30.420Z] ---> Running in e32d449adf4c [2023-01-17T13:49:30.678Z] Removing intermediate container 0bb4b47db371 [2023-01-17T13:49:30.678Z] ---> 6097f2af9a91 [2023-01-17T13:49:30.678Z] Step 21/23 : LABEL arch=x86_64 [2023-01-17T13:49:30.678Z] ---> Running in 4309595d899c [2023-01-17T13:49:30.938Z] ---> 3b8b509594f1 [2023-01-17T13:49:30.938Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-17T13:49:31.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:31.195Z] Removing intermediate container 4309595d899c [2023-01-17T13:49:31.195Z] ---> 7ddf3eef0f00 [2023-01-17T13:49:31.195Z] Step 22/23 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:49:31.195Z] ---> Running in 72dcd57b2860 [2023-01-17T13:49:31.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:31.195Z] ---> Running in 08c746c9f176 [2023-01-17T13:49:31.453Z] v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T13:49:31.454Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T13:49:31.454Z] OK: 15859 distinct packages available [2023-01-17T13:49:31.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:31.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:31.723Z] Removing intermediate container 08c746c9f176 [2023-01-17T13:49:31.723Z] ---> c7c2e2da1c3a [2023-01-17T13:49:31.723Z] Step 23/23 : LABEL version=3.0.0-dev.19 [2023-01-17T13:49:31.723Z] ---> Running in 3c95af912991 [2023-01-17T13:49:31.980Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-17T13:49:31.980Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-17T13:49:31.980Z] (3/4) Installing libucontext (1.1-r0) [2023-01-17T13:49:31.980Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-17T13:49:31.980Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T13:49:31.980Z] OK: 6 MiB in 18 packages [2023-01-17T13:49:31.980Z] Removing intermediate container 3c95af912991 [2023-01-17T13:49:31.980Z] ---> 6290c8f72eb5 [2023-01-17T13:49:31.980Z] [2023-01-17T13:49:32.237Z] Successfully built 6290c8f72eb5 [2023-01-17T13:49:32.237Z] Successfully tagged core-command:latest [2023-01-17T13:49:32.237Z] Building core-metadata [2023-01-17T13:49:32.804Z]  Building core-command ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:49:32.804Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:49:32.804Z] ---> 85134a4171c9 [2023-01-17T13:49:32.804Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> 90415f5f8da3 [2023-01-17T13:49:32.804Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> d70a8ae90e53 [2023-01-17T13:49:32.804Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> 5cb000bd4e6f [2023-01-17T13:49:32.804Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> fad925f91bb5 [2023-01-17T13:49:32.804Z] Step 7/24 : COPY . . [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> 9a11a090b75c [2023-01-17T13:49:32.804Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> 2f506dbbb9f9 [2023-01-17T13:49:32.804Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> a502e885dd93 [2023-01-17T13:49:32.804Z] 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 [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> 98134b159b69 [2023-01-17T13:49:32.804Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> 78d98cee6164 [2023-01-17T13:49:32.804Z] [2023-01-17T13:49:32.804Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T13:49:32.804Z] ---> c4fc93816858 [2023-01-17T13:49:32.804Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> 1bb8eb1c37a3 [2023-01-17T13:49:32.804Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T13:49:32.804Z] ---> Using cache [2023-01-17T13:49:32.804Z] ---> 8b23d0de86f7 [2023-01-17T13:49:32.804Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-17T13:49:34.713Z] ---> 924e7613d7ae [2023-01-17T13:49:34.713Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T13:49:34.971Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:49:34.971Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:49:34.971Z] ---> 85134a4171c9 [2023-01-17T13:49:34.971Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:49:34.971Z] ---> Using cache [2023-01-17T13:49:34.971Z] ---> e579cd3e4d1b [2023-01-17T13:49:34.971Z] Step 4/24 : WORKDIR /edgex-go [2023-01-17T13:49:34.971Z] ---> Using cache [2023-01-17T13:49:34.971Z] ---> df7f1df6ba7d [2023-01-17T13:49:34.971Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-17T13:49:34.971Z] ---> Using cache [2023-01-17T13:49:34.971Z] ---> 2105e4b5a9dd [2023-01-17T13:49:34.971Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-17T13:49:34.971Z] ---> Using cache [2023-01-17T13:49:34.971Z] ---> 67fa29d05aa7 [2023-01-17T13:49:34.971Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:49:34.971Z] ---> Using cache [2023-01-17T13:49:34.971Z] ---> d758542f30d1 [2023-01-17T13:49:34.971Z] Step 8/24 : COPY . . [2023-01-17T13:49:34.971Z] ---> Using cache [2023-01-17T13:49:34.971Z] ---> 51d62cf39483 [2023-01-17T13:49:34.971Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-17T13:49:34.971Z] Removing intermediate container e32d449adf4c [2023-01-17T13:49:34.971Z] ---> bc243abb94ea [2023-01-17T13:49:34.971Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T13:49:34.971Z] Removing intermediate container 72dcd57b2860 [2023-01-17T13:49:34.971Z] ---> a70cfeae91f1 [2023-01-17T13:49:34.971Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:49:34.971Z] ---> Running in 41108890b3a3 [2023-01-17T13:49:35.902Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-17T13:49:35.902Z] ---> 4c462c1d45a3 [2023-01-17T13:49:35.902Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-17T13:49:37.270Z] ---> d4f117bcacba [2023-01-17T13:49:37.270Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T13:49:37.270Z] ---> e7435887a1ae [2023-01-17T13:49:37.270Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-17T13:49:37.270Z] ---> cb54452b8fc5 [2023-01-17T13:49:37.270Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T13:49:37.573Z] ---> 12c5133b4e3c [2023-01-17T13:49:37.573Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-17T13:49:37.831Z] ---> 5345cf11065d [2023-01-17T13:49:37.831Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-17T13:49:37.831Z] ---> b0d95b91f54d [2023-01-17T13:49:37.831Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-17T13:49:37.831Z] ---> 506be971c4f3 [2023-01-17T13:49:37.831Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-17T13:49:37.831Z] ---> Running in f665563a5ea0 [2023-01-17T13:49:38.091Z] ---> 6a188bf3530c [2023-01-17T13:49:38.091Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-17T13:49:38.350Z] Removing intermediate container f665563a5ea0 [2023-01-17T13:49:38.350Z] ---> 234a6e29f70b [2023-01-17T13:49:38.350Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-17T13:49:38.350Z] ---> 5ab91a09253a [2023-01-17T13:49:38.350Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T13:49:38.350Z] ---> Running in e0dacf8ba109 [2023-01-17T13:49:38.350Z] ---> b45599dfa107 [2023-01-17T13:49:38.350Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-17T13:49:38.608Z] ---> 86e63c5d1786 [2023-01-17T13:49:38.608Z] Step 19/24 : WORKDIR / [2023-01-17T13:49:38.864Z] Removing intermediate container e0dacf8ba109 [2023-01-17T13:49:38.864Z] ---> a2b218487e24 [2023-01-17T13:49:38.864Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T13:49:38.864Z] ---> a4e29265d865 [2023-01-17T13:49:38.864Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-17T13:49:38.864Z] ---> Running in aaf57f67f2b8 [2023-01-17T13:49:38.864Z] ---> Running in 1b998c79c0d8 [2023-01-17T13:49:39.429Z] Removing intermediate container aaf57f67f2b8 [2023-01-17T13:49:39.429Z] ---> 993d6f3ef760 [2023-01-17T13:49:39.429Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T13:49:39.429Z] ---> 2fbbd9517113 [2023-01-17T13:49:39.429Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-17T13:49:39.429Z] Removing intermediate container 1b998c79c0d8 [2023-01-17T13:49:39.429Z] ---> 8342cf6d1bfc [2023-01-17T13:49:39.429Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T13:49:39.429Z] ---> Running in bb25186a9ba4 [2023-01-17T13:49:39.686Z] ---> Running in d805c98a6b4a [2023-01-17T13:49:39.686Z] ---> Running in f10d271e2f31 [2023-01-17T13:49:39.943Z] Removing intermediate container bb25186a9ba4 [2023-01-17T13:49:39.943Z] ---> 666e4a12750c [2023-01-17T13:49:39.943Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T13:49:39.943Z] Removing intermediate container f10d271e2f31 [2023-01-17T13:49:39.943Z] ---> a1cb6859c426 [2023-01-17T13:49:39.943Z] Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:49:40.203Z] ---> Running in 835b48621da8 [2023-01-17T13:49:40.203Z] ---> Running in 0dacb70e1ac5 [2023-01-17T13:49:40.460Z] Removing intermediate container 835b48621da8 [2023-01-17T13:49:40.460Z] ---> 3def9fbabf79 [2023-01-17T13:49:40.460Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T13:49:40.717Z] Removing intermediate container 0dacb70e1ac5 [2023-01-17T13:49:40.717Z] ---> 6318a48f0fab [2023-01-17T13:49:40.717Z] Step 24/24 : LABEL version=3.0.0-dev.19 [2023-01-17T13:49:40.717Z] ---> Running in 78ed9c514671 [2023-01-17T13:49:40.717Z] ---> Running in aaf20e488593 [2023-01-17T13:49:40.975Z] Removing intermediate container d805c98a6b4a [2023-01-17T13:49:40.975Z] ---> 28fbbeeb04cb [2023-01-17T13:49:40.975Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-17T13:49:40.975Z] Removing intermediate container 78ed9c514671 [2023-01-17T13:49:40.975Z] ---> 39a293c1372d [2023-01-17T13:49:40.975Z] Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:49:40.975Z] ---> Running in 455a18f96a95 [2023-01-17T13:49:40.975Z] ---> Running in ed9f90d1fd4d [2023-01-17T13:49:40.975Z] Removing intermediate container aaf20e488593 [2023-01-17T13:49:40.975Z] ---> 44abdd283534 [2023-01-17T13:49:40.975Z] [2023-01-17T13:49:40.975Z] Successfully built 44abdd283534 [2023-01-17T13:49:40.975Z] Successfully tagged security-spire-agent:latest [2023-01-17T13:49:41.233Z]  Building security-spire-agent ... done Removing intermediate container 455a18f96a95 [2023-01-17T13:49:41.233Z] ---> 2362c257b07b [2023-01-17T13:49:41.233Z] Step 24/24 : LABEL version=3.0.0-dev.19 [2023-01-17T13:49:41.497Z] Removing intermediate container ed9f90d1fd4d [2023-01-17T13:49:41.497Z] ---> 05ea19a58a6a [2023-01-17T13:49:41.497Z] Step 29/32 : CMD ["gate"] [2023-01-17T13:49:41.497Z] ---> Running in 9d05e9dcff1a [2023-01-17T13:49:41.497Z] ---> Running in 6234ecb606e7 [2023-01-17T13:49:41.497Z] Removing intermediate container 9d05e9dcff1a [2023-01-17T13:49:41.497Z] ---> 5fe1cf77fc3b [2023-01-17T13:49:41.497Z] [2023-01-17T13:49:41.757Z] Successfully built 5fe1cf77fc3b [2023-01-17T13:49:41.757Z] Successfully tagged security-spire-config:latest [2023-01-17T13:49:41.757Z]  Building security-spire-config ... done Removing intermediate container 6234ecb606e7 [2023-01-17T13:49:41.757Z] ---> 659ef08c522c [2023-01-17T13:49:41.757Z] Step 30/32 : LABEL arch=x86_64 [2023-01-17T13:49:41.757Z] ---> Running in f768e6824353 [2023-01-17T13:49:42.322Z] Removing intermediate container f768e6824353 [2023-01-17T13:49:42.322Z] ---> 75e1b001857d [2023-01-17T13:49:42.322Z] Step 31/32 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:49:42.322Z] ---> Running in 215de3f6af3f [2023-01-17T13:49:42.580Z] Removing intermediate container 215de3f6af3f [2023-01-17T13:49:42.580Z] ---> 480c0a8821d0 [2023-01-17T13:49:42.580Z] Step 32/32 : LABEL version=3.0.0-dev.19 [2023-01-17T13:49:42.580Z] ---> Running in d55472beaf78 [2023-01-17T13:49:42.837Z] Removing intermediate container d55472beaf78 [2023-01-17T13:49:42.837Z] ---> 96937e377707 [2023-01-17T13:49:42.837Z] [2023-01-17T13:49:42.837Z] Successfully built 96937e377707 [2023-01-17T13:49:42.837Z] Successfully tagged security-bootstrapper:latest [2023-01-17T13:49:52.815Z]  Building security-bootstrapper ... done Removing intermediate container bcdafd1e7818 [2023-01-17T13:49:52.816Z] ---> ab3da98ce98b [2023-01-17T13:49:52.816Z] [2023-01-17T13:49:52.816Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T13:49:52.816Z] ---> bfe296a52501 [2023-01-17T13:49:52.816Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-17T13:49:53.073Z] ---> Running in 4673db5c1604 [2023-01-17T13:49:53.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:53.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T13:49:53.897Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-17T13:49:53.897Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-17T13:49:53.897Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:49:53.897Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T13:49:53.897Z] OK: 6 MiB in 16 packages [2023-01-17T13:49:54.832Z] Removing intermediate container 41108890b3a3 [2023-01-17T13:49:54.832Z] ---> 501d7b8d3e5d [2023-01-17T13:49:54.832Z] [2023-01-17T13:49:54.832Z] Step 10/24 : FROM alpine:3.16 [2023-01-17T13:49:54.832Z] ---> bfe296a52501 [2023-01-17T13:49:54.832Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-17T13:49:54.832Z] ---> Using cache [2023-01-17T13:49:54.832Z] ---> 3c41f515cc78 [2023-01-17T13:49:54.832Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T13:49:54.832Z] ---> Using cache [2023-01-17T13:49:54.832Z] ---> e5e286e47191 [2023-01-17T13:49:54.832Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-17T13:49:54.832Z] ---> Running in e340243b4994 [2023-01-17T13:49:54.832Z] Removing intermediate container 4673db5c1604 [2023-01-17T13:49:54.832Z] ---> 2b085a5e2ce6 [2023-01-17T13:49:54.832Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T13:49:54.832Z] ---> Running in 5eed780aeb03 [2023-01-17T13:49:54.832Z] Removing intermediate container e340243b4994 [2023-01-17T13:49:54.832Z] ---> 598465c22708 [2023-01-17T13:49:54.832Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-17T13:49:55.093Z] ---> Running in c9b115e18c5d [2023-01-17T13:49:55.093Z] Removing intermediate container 5eed780aeb03 [2023-01-17T13:49:55.093Z] ---> 9cd16ff1fc62 [2023-01-17T13:49:55.093Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-17T13:49:55.093Z] ---> Running in 1baabcabf597 [2023-01-17T13:49:55.093Z] Removing intermediate container c9b115e18c5d [2023-01-17T13:49:55.093Z] ---> d580cd63f39c [2023-01-17T13:49:55.093Z] Step 15/24 : WORKDIR / [2023-01-17T13:49:55.093Z] ---> Running in 9f8f63efb267 [2023-01-17T13:49:55.093Z] Removing intermediate container 1baabcabf597 [2023-01-17T13:49:55.093Z] ---> bb330e2bf65f [2023-01-17T13:49:55.093Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T13:49:55.093Z] ---> Running in 095231ed0a89 [2023-01-17T13:49:55.351Z] Removing intermediate container 9f8f63efb267 [2023-01-17T13:49:55.351Z] ---> 255aa0fd36bc [2023-01-17T13:49:55.351Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:49:55.351Z] Removing intermediate container 095231ed0a89 [2023-01-17T13:49:55.351Z] ---> 43d433c7b9a5 [2023-01-17T13:49:55.351Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:49:55.351Z] ---> 1bd3fa3500b4 [2023-01-17T13:49:55.351Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-17T13:49:55.351Z] ---> fb8c2ca25e7e [2023-01-17T13:49:55.351Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-17T13:49:55.918Z] ---> d58a33b36ac2 [2023-01-17T13:49:55.918Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-17T13:49:55.918Z] ---> fe2d5ecbe7cd [2023-01-17T13:49:55.918Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-17T13:49:56.177Z] ---> 96a6d6d23cce [2023-01-17T13:49:56.177Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-17T13:49:56.177Z] ---> 7954925b32e3 [2023-01-17T13:49:56.177Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-17T13:49:56.177Z] ---> Running in 84613d8ccb17 [2023-01-17T13:49:56.177Z] ---> 6e9c8bbfb6a6 [2023-01-17T13:49:56.177Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-17T13:49:56.177Z] ---> Running in 851360e6fd97 [2023-01-17T13:49:56.436Z] Removing intermediate container 84613d8ccb17 [2023-01-17T13:49:56.436Z] ---> 285d4c6113bd [2023-01-17T13:49:56.436Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T13:49:56.436Z] ---> Running in a01e978b4d5f [2023-01-17T13:49:56.436Z] Removing intermediate container 851360e6fd97 [2023-01-17T13:49:56.436Z] ---> 5090eee76d17 [2023-01-17T13:49:56.436Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T13:49:56.436Z] ---> Running in 11085604d8e9 [2023-01-17T13:49:56.436Z] Removing intermediate container a01e978b4d5f [2023-01-17T13:49:56.436Z] ---> dccc5e9bba43 [2023-01-17T13:49:56.436Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T13:49:56.436Z] ---> Running in bf23d6ed38c2 [2023-01-17T13:49:56.436Z] Removing intermediate container 11085604d8e9 [2023-01-17T13:49:56.436Z] ---> 486675796ee9 [2023-01-17T13:49:56.436Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T13:49:56.694Z] ---> Running in 79f40b8a0efd [2023-01-17T13:49:56.694Z] Removing intermediate container bf23d6ed38c2 [2023-01-17T13:49:56.694Z] ---> f7b83cf67e3e [2023-01-17T13:49:56.694Z] Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:49:56.694Z] ---> Running in e213672f2006 [2023-01-17T13:49:56.694Z] Removing intermediate container 79f40b8a0efd [2023-01-17T13:49:56.694Z] ---> 3908faa1cdcf [2023-01-17T13:49:56.694Z] Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:49:56.694Z] ---> Running in 211f85c10fa9 [2023-01-17T13:49:56.694Z] Removing intermediate container e213672f2006 [2023-01-17T13:49:56.694Z] ---> 84d57b337e60 [2023-01-17T13:49:56.694Z] Step 22/22 : LABEL version=3.0.0-dev.19 [2023-01-17T13:49:56.694Z] ---> Running in 30345dc32ad9 [2023-01-17T13:49:56.953Z] Removing intermediate container 211f85c10fa9 [2023-01-17T13:49:56.953Z] ---> 07b41de5dd7a [2023-01-17T13:49:56.953Z] Step 24/24 : LABEL version=3.0.0-dev.19 [2023-01-17T13:49:56.953Z] ---> Running in 42d83e96beba [2023-01-17T13:49:56.953Z] Removing intermediate container 30345dc32ad9 [2023-01-17T13:49:56.953Z] ---> c54a93898a5a [2023-01-17T13:49:56.953Z] [2023-01-17T13:49:56.953Z] Successfully built c54a93898a5a [2023-01-17T13:49:56.953Z] Successfully tagged support-notifications:latest [2023-01-17T13:49:56.953Z] Removing intermediate container 42d83e96beba [2023-01-17T13:49:56.953Z]  Building support-notifications ... done  ---> 327e741f9432 [2023-01-17T13:49:56.953Z] [2023-01-17T13:49:56.953Z] Successfully built 327e741f9432 [2023-01-17T13:49:56.953Z] Successfully tagged core-metadata:latest [2023-01-17T13:49:57.218Z]  Building core-metadata ... done  [Pipeline] } [2023-01-17T13:49:57.226Z] $ docker stop --time=1 5403893680ad9fe47583c4071a409344d42a1309f02c5b91279e92839d20e417 [2023-01-17T13:49:58.563Z] $ docker rm -f --volumes 5403893680ad9fe47583c4071a409344d42a1309f02c5b91279e92839d20e417 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T13:49:58.891Z] + docker images [2023-01-17T13:49:58.891Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-17T13:49:58.891Z] core-metadata latest 327e741f9432 2 seconds ago 18.5MB [2023-01-17T13:49:58.891Z] support-notifications latest c54a93898a5a 2 seconds ago 30.6MB [2023-01-17T13:49:58.891Z] 501d7b8d3e5d 4 seconds ago 1.68GB [2023-01-17T13:49:58.891Z] ab3da98ce98b 7 seconds ago 1.74GB [2023-01-17T13:49:58.891Z] security-bootstrapper latest 96937e377707 16 seconds ago 20.3MB [2023-01-17T13:49:58.891Z] security-spire-config latest 5fe1cf77fc3b 17 seconds ago 85.8MB [2023-01-17T13:49:58.891Z] security-spire-agent latest 44abdd283534 18 seconds ago 125MB [2023-01-17T13:49:58.891Z] core-command latest 6290c8f72eb5 27 seconds ago 17.7MB [2023-01-17T13:49:58.891Z] 78d98cee6164 28 seconds ago 1.54GB [2023-01-17T13:49:58.891Z] security-secretstore-setup latest 2821da2e98cc 30 seconds ago 29.9MB [2023-01-17T13:49:58.891Z] 121105ba88f1 35 seconds ago 1.67GB [2023-01-17T13:49:58.891Z] 226e218aba92 37 seconds ago 1.66GB [2023-01-17T13:49:58.891Z] e72a3df74211 53 seconds ago 1.66GB [2023-01-17T13:49:58.891Z] security-proxy-setup latest 95dfadc59d62 About a minute ago 27.7MB [2023-01-17T13:49:58.891Z] support-scheduler latest 66743304b1e7 About a minute ago 30MB [2023-01-17T13:49:58.891Z] security-spiffe-token-provider latest 7bc0e07a5363 About a minute ago 29.8MB [2023-01-17T13:49:58.891Z] core-data latest 17e5ab409f0b About a minute ago 17.9MB [2023-01-17T13:49:58.891Z] 31eea604d4ec About a minute ago 1.74GB [2023-01-17T13:49:58.891Z] 782ee96e2772 About a minute ago 1.7GB [2023-01-17T13:49:58.891Z] 5e9b0c8350da About a minute ago 1.66GB [2023-01-17T13:49:58.891Z] 7f1bd0d793f6 About a minute ago 1.68GB [2023-01-17T13:49:58.891Z] security-spire-server latest a5713bdb9f04 About a minute ago 86.5MB [2023-01-17T13:49:58.891Z] 588db35789e6 About a minute ago 1.54GB [2023-01-17T13:49:58.891Z] ci-base-image-x86_64 latest 85134a4171c9 5 minutes ago 904MB [2023-01-17T13:49:58.891Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-17T13:49:58.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-17T13:49:58.891Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-17T13:49:58.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-17T13:49:58.891Z] 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 [2023-01-17T13:49:59.001Z] provisioning config files... [2023-01-17T13:49:59.010Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config11815803964981064214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T13:49:59.305Z] ---> docker-login.sh [2023-01-17T13:49:59.305Z] nexus3.edgexfoundry.org:10001 [2023-01-17T13:49:59.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:49:59.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:49:59.305Z] Configure a credential helper to remove this warning. See [2023-01-17T13:49:59.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:49:59.305Z] [2023-01-17T13:49:59.305Z] Login Succeeded [2023-01-17T13:49:59.305Z] nexus3.edgexfoundry.org:10002 [2023-01-17T13:49:59.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:49:59.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:49:59.565Z] Configure a credential helper to remove this warning. See [2023-01-17T13:49:59.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:49:59.565Z] [2023-01-17T13:49:59.565Z] Login Succeeded [2023-01-17T13:49:59.565Z] nexus3.edgexfoundry.org:10003 [2023-01-17T13:49:59.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:49:59.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:49:59.565Z] Configure a credential helper to remove this warning. See [2023-01-17T13:49:59.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:49:59.565Z] [2023-01-17T13:49:59.565Z] Login Succeeded [2023-01-17T13:49:59.565Z] nexus3.edgexfoundry.org:10004 [2023-01-17T13:49:59.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:49:59.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:49:59.824Z] Configure a credential helper to remove this warning. See [2023-01-17T13:49:59.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:49:59.824Z] [2023-01-17T13:49:59.824Z] Login Succeeded [2023-01-17T13:49:59.824Z] docker.io [2023-01-17T13:49:59.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T13:50:00.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T13:50:00.083Z] Configure a credential helper to remove this warning. See [2023-01-17T13:50:00.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T13:50:00.083Z] [2023-01-17T13:50:00.083Z] Login Succeeded [2023-01-17T13:50:00.083Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T13:50:00.091Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:00.112Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T13:50:00.129Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-17T13:50:00.129Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:00.129Z] latest [2023-01-17T13:50:00.129Z] 3.0.0-dev.19 [2023-01-17T13:50:00.129Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:00.129Z] main [2023-01-17T13:50:00.129Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:00.431Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:00.737Z] + docker push nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:00.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T13:50:00.737Z] 51f930eda305: Preparing [2023-01-17T13:50:00.737Z] a70840a77e75: Preparing [2023-01-17T13:50:00.737Z] ef160ab389b6: Preparing [2023-01-17T13:50:00.737Z] 0d630fce280e: Preparing [2023-01-17T13:50:00.737Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:00.737Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:00.996Z] ef160ab389b6: Pushed [2023-01-17T13:50:00.996Z] 0d630fce280e: Pushed [2023-01-17T13:50:00.996Z] 51f930eda305: Pushed [2023-01-17T13:50:01.932Z] a70840a77e75: Pushed [2023-01-17T13:50:02.191Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:02.501Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:02.812Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-17T13:50:02.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T13:50:02.812Z] 51f930eda305: Preparing [2023-01-17T13:50:02.812Z] a70840a77e75: Preparing [2023-01-17T13:50:02.812Z] ef160ab389b6: Preparing [2023-01-17T13:50:02.812Z] 0d630fce280e: Preparing [2023-01-17T13:50:02.812Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:02.812Z] a70840a77e75: Layer already exists [2023-01-17T13:50:02.812Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:02.812Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:02.812Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:02.812Z] 51f930eda305: Layer already exists [2023-01-17T13:50:02.812Z] latest: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:03.117Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:03.415Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.19 [2023-01-17T13:50:03.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T13:50:03.415Z] 51f930eda305: Preparing [2023-01-17T13:50:03.415Z] a70840a77e75: Preparing [2023-01-17T13:50:03.415Z] ef160ab389b6: Preparing [2023-01-17T13:50:03.415Z] 0d630fce280e: Preparing [2023-01-17T13:50:03.415Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:03.415Z] a70840a77e75: Layer already exists [2023-01-17T13:50:03.415Z] 51f930eda305: Layer already exists [2023-01-17T13:50:03.415Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:03.415Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:03.415Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:03.415Z] 3.0.0-dev.19: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:03.724Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:04.024Z] + docker push nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:04.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T13:50:04.024Z] 51f930eda305: Preparing [2023-01-17T13:50:04.024Z] a70840a77e75: Preparing [2023-01-17T13:50:04.024Z] ef160ab389b6: Preparing [2023-01-17T13:50:04.024Z] 0d630fce280e: Preparing [2023-01-17T13:50:04.024Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:04.024Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:04.024Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:04.024Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:04.024Z] a70840a77e75: Layer already exists [2023-01-17T13:50:04.024Z] 51f930eda305: Layer already exists [2023-01-17T13:50:04.024Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:04.339Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:04.646Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-17T13:50:04.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T13:50:04.647Z] 51f930eda305: Preparing [2023-01-17T13:50:04.647Z] a70840a77e75: Preparing [2023-01-17T13:50:04.647Z] ef160ab389b6: Preparing [2023-01-17T13:50:04.647Z] 0d630fce280e: Preparing [2023-01-17T13:50:04.647Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:04.647Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:04.647Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:04.647Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:04.647Z] 51f930eda305: Layer already exists [2023-01-17T13:50:04.647Z] a70840a77e75: Layer already exists [2023-01-17T13:50:04.647Z] main: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:04.680Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:04.686Z] taggedImages: [2023-01-17T13:50:04.686Z] - nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:04.686Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-17T13:50:04.686Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.19 [2023-01-17T13:50:04.686Z] - nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:04.686Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-17T13:50:04.700Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-17T13:50:04.700Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:04.700Z] latest [2023-01-17T13:50:04.700Z] 3.0.0-dev.19 [2023-01-17T13:50:04.700Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:04.700Z] main [2023-01-17T13:50:04.700Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:05.006Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:05.305Z] + docker push nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:05.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T13:50:05.305Z] 794179771917: Preparing [2023-01-17T13:50:05.305Z] 0271018809fa: Preparing [2023-01-17T13:50:05.305Z] ef160ab389b6: Preparing [2023-01-17T13:50:05.305Z] 0d630fce280e: Preparing [2023-01-17T13:50:05.305Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:05.305Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:05.305Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:05.305Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:05.305Z] 794179771917: Pushed [2023-01-17T13:50:06.683Z] 0271018809fa: Pushed [2023-01-17T13:50:06.683Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:06.990Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:07.293Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-17T13:50:07.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T13:50:07.294Z] 794179771917: Preparing [2023-01-17T13:50:07.294Z] 0271018809fa: Preparing [2023-01-17T13:50:07.294Z] ef160ab389b6: Preparing [2023-01-17T13:50:07.294Z] 0d630fce280e: Preparing [2023-01-17T13:50:07.294Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:07.294Z] 0271018809fa: Layer already exists [2023-01-17T13:50:07.294Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:07.294Z] 794179771917: Layer already exists [2023-01-17T13:50:07.294Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:07.294Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:07.294Z] latest: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:07.599Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:07.908Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.19 [2023-01-17T13:50:07.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T13:50:07.908Z] 794179771917: Preparing [2023-01-17T13:50:07.908Z] 0271018809fa: Preparing [2023-01-17T13:50:07.908Z] ef160ab389b6: Preparing [2023-01-17T13:50:07.908Z] 0d630fce280e: Preparing [2023-01-17T13:50:07.908Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:07.908Z] 0271018809fa: Layer already exists [2023-01-17T13:50:07.908Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:07.908Z] 794179771917: Layer already exists [2023-01-17T13:50:07.908Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:07.908Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:07.908Z] 3.0.0-dev.19: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:08.214Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:08.516Z] + docker push nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:08.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T13:50:08.517Z] 794179771917: Preparing [2023-01-17T13:50:08.517Z] 0271018809fa: Preparing [2023-01-17T13:50:08.517Z] ef160ab389b6: Preparing [2023-01-17T13:50:08.517Z] 0d630fce280e: Preparing [2023-01-17T13:50:08.517Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:08.517Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:08.517Z] 0271018809fa: Layer already exists [2023-01-17T13:50:08.517Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:08.517Z] 794179771917: Layer already exists [2023-01-17T13:50:08.517Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:08.517Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:08.821Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:09.120Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-17T13:50:09.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T13:50:09.120Z] 794179771917: Preparing [2023-01-17T13:50:09.120Z] 0271018809fa: Preparing [2023-01-17T13:50:09.120Z] ef160ab389b6: Preparing [2023-01-17T13:50:09.120Z] 0d630fce280e: Preparing [2023-01-17T13:50:09.120Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:09.120Z] 794179771917: Layer already exists [2023-01-17T13:50:09.120Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:09.120Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:09.120Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:09.120Z] 0271018809fa: Layer already exists [2023-01-17T13:50:09.120Z] main: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:09.155Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:09.162Z] taggedImages: [2023-01-17T13:50:09.162Z] - nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:09.162Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-17T13:50:09.162Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.19 [2023-01-17T13:50:09.162Z] - nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:09.162Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-17T13:50:09.178Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-17T13:50:09.178Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:09.178Z] latest [2023-01-17T13:50:09.178Z] 3.0.0-dev.19 [2023-01-17T13:50:09.178Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:09.178Z] main [2023-01-17T13:50:09.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:09.482Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:09.783Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:09.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T13:50:09.783Z] f00de6ade0dc: Preparing [2023-01-17T13:50:09.783Z] 70ae62e34515: Preparing [2023-01-17T13:50:09.783Z] 918e9901f08f: Preparing [2023-01-17T13:50:09.783Z] ef160ab389b6: Preparing [2023-01-17T13:50:09.783Z] 0d630fce280e: Preparing [2023-01-17T13:50:09.783Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:09.783Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:09.783Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:09.783Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:09.783Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:09.783Z] f00de6ade0dc: Pushed [2023-01-17T13:50:09.783Z] 70ae62e34515: Pushed [2023-01-17T13:50:11.164Z] 918e9901f08f: Pushed [2023-01-17T13:50:11.164Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:11.465Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:11.766Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-17T13:50:11.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T13:50:11.766Z] f00de6ade0dc: Preparing [2023-01-17T13:50:11.766Z] 70ae62e34515: Preparing [2023-01-17T13:50:11.766Z] 918e9901f08f: Preparing [2023-01-17T13:50:11.766Z] ef160ab389b6: Preparing [2023-01-17T13:50:11.766Z] 0d630fce280e: Preparing [2023-01-17T13:50:11.766Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:11.766Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:11.766Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:11.766Z] 70ae62e34515: Layer already exists [2023-01-17T13:50:11.766Z] 918e9901f08f: Layer already exists [2023-01-17T13:50:11.766Z] f00de6ade0dc: Layer already exists [2023-01-17T13:50:11.766Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:11.766Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:11.766Z] latest: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:12.071Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:12.373Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.19 [2023-01-17T13:50:12.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T13:50:12.373Z] f00de6ade0dc: Preparing [2023-01-17T13:50:12.373Z] 70ae62e34515: Preparing [2023-01-17T13:50:12.373Z] 918e9901f08f: Preparing [2023-01-17T13:50:12.373Z] ef160ab389b6: Preparing [2023-01-17T13:50:12.373Z] 0d630fce280e: Preparing [2023-01-17T13:50:12.373Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:12.373Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:12.373Z] 918e9901f08f: Layer already exists [2023-01-17T13:50:12.373Z] f00de6ade0dc: Layer already exists [2023-01-17T13:50:12.373Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:12.373Z] 70ae62e34515: Layer already exists [2023-01-17T13:50:12.373Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:12.373Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:12.373Z] 3.0.0-dev.19: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:12.676Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:12.995Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:12.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T13:50:12.995Z] f00de6ade0dc: Preparing [2023-01-17T13:50:12.995Z] 70ae62e34515: Preparing [2023-01-17T13:50:12.995Z] 918e9901f08f: Preparing [2023-01-17T13:50:12.995Z] ef160ab389b6: Preparing [2023-01-17T13:50:12.995Z] 0d630fce280e: Preparing [2023-01-17T13:50:12.995Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:12.995Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:12.995Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:12.995Z] 918e9901f08f: Layer already exists [2023-01-17T13:50:12.995Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:12.995Z] 70ae62e34515: Layer already exists [2023-01-17T13:50:12.995Z] f00de6ade0dc: Layer already exists [2023-01-17T13:50:12.995Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:12.995Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:13.312Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:13.613Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-17T13:50:13.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T13:50:13.613Z] f00de6ade0dc: Preparing [2023-01-17T13:50:13.613Z] 70ae62e34515: Preparing [2023-01-17T13:50:13.613Z] 918e9901f08f: Preparing [2023-01-17T13:50:13.613Z] ef160ab389b6: Preparing [2023-01-17T13:50:13.613Z] 0d630fce280e: Preparing [2023-01-17T13:50:13.613Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:13.613Z] 70ae62e34515: Layer already exists [2023-01-17T13:50:13.613Z] 918e9901f08f: Layer already exists [2023-01-17T13:50:13.613Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:13.613Z] 0d630fce280e: Layer already exists [2023-01-17T13:50:13.613Z] f00de6ade0dc: Layer already exists [2023-01-17T13:50:13.613Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:13.613Z] main: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:13.648Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:13.653Z] taggedImages: [2023-01-17T13:50:13.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:13.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-17T13:50:13.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.19 [2023-01-17T13:50:13.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:13.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-17T13:50:13.676Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-17T13:50:13.676Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:13.676Z] latest [2023-01-17T13:50:13.676Z] 3.0.0-dev.19 [2023-01-17T13:50:13.676Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:13.676Z] main [2023-01-17T13:50:13.676Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:13.994Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:14.303Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:14.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T13:50:14.303Z] 500301f32396: Preparing [2023-01-17T13:50:14.303Z] 500301f32396: Preparing [2023-01-17T13:50:14.303Z] 0f5d5080b741: Preparing [2023-01-17T13:50:14.303Z] 22d48ba33f9b: Preparing [2023-01-17T13:50:14.303Z] 3d97eb03f205: Preparing [2023-01-17T13:50:14.303Z] 9e136a17c4d4: Preparing [2023-01-17T13:50:14.303Z] b89eabcf8cc2: Preparing [2023-01-17T13:50:14.303Z] ef160ab389b6: Preparing [2023-01-17T13:50:14.303Z] bc5a148d35b9: Preparing [2023-01-17T13:50:14.303Z] d43edf7fed6c: Preparing [2023-01-17T13:50:14.303Z] f29cdb7edf56: Preparing [2023-01-17T13:50:14.303Z] 3707284180d1: Preparing [2023-01-17T13:50:14.303Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:14.303Z] d43edf7fed6c: Waiting [2023-01-17T13:50:14.303Z] bc5a148d35b9: Waiting [2023-01-17T13:50:14.303Z] f29cdb7edf56: Waiting [2023-01-17T13:50:14.303Z] b89eabcf8cc2: Waiting [2023-01-17T13:50:14.303Z] 3707284180d1: Waiting [2023-01-17T13:50:14.303Z] ef160ab389b6: Waiting [2023-01-17T13:50:14.303Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:14.303Z] 9e136a17c4d4: Pushed [2023-01-17T13:50:14.303Z] 3d97eb03f205: Pushed [2023-01-17T13:50:14.303Z] 500301f32396: Pushed [2023-01-17T13:50:14.303Z] 22d48ba33f9b: Pushed [2023-01-17T13:50:14.303Z] 0f5d5080b741: Pushed [2023-01-17T13:50:14.303Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:14.564Z] bc5a148d35b9: Pushed [2023-01-17T13:50:14.564Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:14.564Z] 3707284180d1: Pushed [2023-01-17T13:50:14.564Z] d43edf7fed6c: Pushed [2023-01-17T13:50:14.564Z] f29cdb7edf56: Pushed [2023-01-17T13:50:15.942Z] b89eabcf8cc2: Pushed [2023-01-17T13:50:16.202Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:16.592Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:16.932Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-17T13:50:16.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T13:50:16.932Z] 500301f32396: Preparing [2023-01-17T13:50:16.932Z] 500301f32396: Preparing [2023-01-17T13:50:16.932Z] 0f5d5080b741: Preparing [2023-01-17T13:50:16.932Z] 22d48ba33f9b: Preparing [2023-01-17T13:50:16.932Z] 3d97eb03f205: Preparing [2023-01-17T13:50:16.932Z] 9e136a17c4d4: Preparing [2023-01-17T13:50:16.932Z] b89eabcf8cc2: Preparing [2023-01-17T13:50:16.932Z] ef160ab389b6: Preparing [2023-01-17T13:50:16.932Z] bc5a148d35b9: Preparing [2023-01-17T13:50:16.932Z] b89eabcf8cc2: Waiting [2023-01-17T13:50:16.932Z] ef160ab389b6: Waiting [2023-01-17T13:50:16.932Z] d43edf7fed6c: Preparing [2023-01-17T13:50:16.932Z] bc5a148d35b9: Waiting [2023-01-17T13:50:16.932Z] f29cdb7edf56: Preparing [2023-01-17T13:50:16.932Z] 3707284180d1: Preparing [2023-01-17T13:50:16.932Z] d43edf7fed6c: Waiting [2023-01-17T13:50:16.932Z] f29cdb7edf56: Waiting [2023-01-17T13:50:16.932Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:16.932Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:16.932Z] 3707284180d1: Waiting [2023-01-17T13:50:16.932Z] 22d48ba33f9b: Layer already exists [2023-01-17T13:50:16.932Z] 9e136a17c4d4: Layer already exists [2023-01-17T13:50:16.932Z] 500301f32396: Layer already exists [2023-01-17T13:50:16.932Z] 3d97eb03f205: Layer already exists [2023-01-17T13:50:16.932Z] 0f5d5080b741: Layer already exists [2023-01-17T13:50:16.932Z] b89eabcf8cc2: Layer already exists [2023-01-17T13:50:16.932Z] d43edf7fed6c: Layer already exists [2023-01-17T13:50:16.932Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:16.932Z] bc5a148d35b9: Layer already exists [2023-01-17T13:50:16.932Z] f29cdb7edf56: Layer already exists [2023-01-17T13:50:16.932Z] 3707284180d1: Layer already exists [2023-01-17T13:50:16.932Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:16.932Z] latest: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:17.387Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:17.733Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.19 [2023-01-17T13:50:17.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T13:50:17.733Z] 500301f32396: Preparing [2023-01-17T13:50:17.733Z] 500301f32396: Preparing [2023-01-17T13:50:17.733Z] 0f5d5080b741: Preparing [2023-01-17T13:50:17.733Z] 22d48ba33f9b: Preparing [2023-01-17T13:50:17.733Z] 3d97eb03f205: Preparing [2023-01-17T13:50:17.733Z] 9e136a17c4d4: Preparing [2023-01-17T13:50:17.733Z] b89eabcf8cc2: Preparing [2023-01-17T13:50:17.733Z] ef160ab389b6: Preparing [2023-01-17T13:50:17.733Z] bc5a148d35b9: Preparing [2023-01-17T13:50:17.733Z] d43edf7fed6c: Preparing [2023-01-17T13:50:17.733Z] f29cdb7edf56: Preparing [2023-01-17T13:50:17.733Z] 3707284180d1: Preparing [2023-01-17T13:50:17.733Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:17.733Z] d43edf7fed6c: Waiting [2023-01-17T13:50:17.733Z] f29cdb7edf56: Waiting [2023-01-17T13:50:17.733Z] b89eabcf8cc2: Waiting [2023-01-17T13:50:17.733Z] ef160ab389b6: Waiting [2023-01-17T13:50:17.733Z] bc5a148d35b9: Waiting [2023-01-17T13:50:17.733Z] 3707284180d1: Waiting [2023-01-17T13:50:17.733Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:17.733Z] 3d97eb03f205: Layer already exists [2023-01-17T13:50:17.733Z] 0f5d5080b741: Layer already exists [2023-01-17T13:50:17.733Z] 9e136a17c4d4: Layer already exists [2023-01-17T13:50:17.733Z] 22d48ba33f9b: Layer already exists [2023-01-17T13:50:17.733Z] 500301f32396: Layer already exists [2023-01-17T13:50:17.733Z] b89eabcf8cc2: Layer already exists [2023-01-17T13:50:17.733Z] d43edf7fed6c: Layer already exists [2023-01-17T13:50:17.733Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:17.733Z] f29cdb7edf56: Layer already exists [2023-01-17T13:50:17.733Z] bc5a148d35b9: Layer already exists [2023-01-17T13:50:17.733Z] 3707284180d1: Layer already exists [2023-01-17T13:50:17.733Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:17.733Z] 3.0.0-dev.19: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:18.044Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:18.345Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:18.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T13:50:18.345Z] 500301f32396: Preparing [2023-01-17T13:50:18.345Z] 500301f32396: Preparing [2023-01-17T13:50:18.345Z] 0f5d5080b741: Preparing [2023-01-17T13:50:18.345Z] 22d48ba33f9b: Preparing [2023-01-17T13:50:18.345Z] 3d97eb03f205: Preparing [2023-01-17T13:50:18.345Z] 9e136a17c4d4: Preparing [2023-01-17T13:50:18.345Z] b89eabcf8cc2: Preparing [2023-01-17T13:50:18.345Z] ef160ab389b6: Preparing [2023-01-17T13:50:18.345Z] bc5a148d35b9: Preparing [2023-01-17T13:50:18.345Z] d43edf7fed6c: Preparing [2023-01-17T13:50:18.345Z] f29cdb7edf56: Preparing [2023-01-17T13:50:18.345Z] 3707284180d1: Preparing [2023-01-17T13:50:18.345Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:18.345Z] bc5a148d35b9: Waiting [2023-01-17T13:50:18.345Z] d43edf7fed6c: Waiting [2023-01-17T13:50:18.345Z] ef160ab389b6: Waiting [2023-01-17T13:50:18.345Z] f29cdb7edf56: Waiting [2023-01-17T13:50:18.345Z] 3707284180d1: Waiting [2023-01-17T13:50:18.345Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:18.345Z] b89eabcf8cc2: Waiting [2023-01-17T13:50:18.345Z] 3d97eb03f205: Layer already exists [2023-01-17T13:50:18.345Z] 22d48ba33f9b: Layer already exists [2023-01-17T13:50:18.345Z] 500301f32396: Layer already exists [2023-01-17T13:50:18.345Z] 0f5d5080b741: Layer already exists [2023-01-17T13:50:18.345Z] 9e136a17c4d4: Layer already exists [2023-01-17T13:50:18.345Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:18.345Z] b89eabcf8cc2: Layer already exists [2023-01-17T13:50:18.345Z] d43edf7fed6c: Layer already exists [2023-01-17T13:50:18.345Z] f29cdb7edf56: Layer already exists [2023-01-17T13:50:18.345Z] bc5a148d35b9: Layer already exists [2023-01-17T13:50:18.345Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:18.345Z] 3707284180d1: Layer already exists [2023-01-17T13:50:18.345Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:18.648Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:18.952Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-17T13:50:18.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T13:50:18.952Z] 500301f32396: Preparing [2023-01-17T13:50:18.952Z] 500301f32396: Preparing [2023-01-17T13:50:18.952Z] 0f5d5080b741: Preparing [2023-01-17T13:50:18.952Z] 22d48ba33f9b: Preparing [2023-01-17T13:50:18.952Z] 3d97eb03f205: Preparing [2023-01-17T13:50:18.952Z] 9e136a17c4d4: Preparing [2023-01-17T13:50:18.952Z] b89eabcf8cc2: Preparing [2023-01-17T13:50:18.952Z] ef160ab389b6: Preparing [2023-01-17T13:50:18.952Z] bc5a148d35b9: Preparing [2023-01-17T13:50:18.952Z] d43edf7fed6c: Preparing [2023-01-17T13:50:18.952Z] f29cdb7edf56: Preparing [2023-01-17T13:50:18.952Z] 3707284180d1: Preparing [2023-01-17T13:50:18.952Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:18.952Z] ef160ab389b6: Waiting [2023-01-17T13:50:18.952Z] bc5a148d35b9: Waiting [2023-01-17T13:50:18.952Z] d43edf7fed6c: Waiting [2023-01-17T13:50:18.952Z] f29cdb7edf56: Waiting [2023-01-17T13:50:18.952Z] 3707284180d1: Waiting [2023-01-17T13:50:18.952Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:18.952Z] b89eabcf8cc2: Waiting [2023-01-17T13:50:18.952Z] 9e136a17c4d4: Layer already exists [2023-01-17T13:50:18.952Z] 0f5d5080b741: Layer already exists [2023-01-17T13:50:18.952Z] 22d48ba33f9b: Layer already exists [2023-01-17T13:50:18.952Z] 500301f32396: Layer already exists [2023-01-17T13:50:18.952Z] 3d97eb03f205: Layer already exists [2023-01-17T13:50:18.952Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:18.952Z] bc5a148d35b9: Layer already exists [2023-01-17T13:50:18.952Z] d43edf7fed6c: Layer already exists [2023-01-17T13:50:18.952Z] b89eabcf8cc2: Layer already exists [2023-01-17T13:50:18.952Z] f29cdb7edf56: Layer already exists [2023-01-17T13:50:18.952Z] 3707284180d1: Layer already exists [2023-01-17T13:50:18.952Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:18.952Z] main: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:18.989Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:18.994Z] taggedImages: [2023-01-17T13:50:18.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:18.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-17T13:50:18.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.19 [2023-01-17T13:50:18.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:18.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-17T13:50:19.008Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-17T13:50:19.008Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:19.008Z] latest [2023-01-17T13:50:19.008Z] 3.0.0-dev.19 [2023-01-17T13:50:19.008Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:19.008Z] main [2023-01-17T13:50:19.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:19.306Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:19.603Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:19.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T13:50:19.603Z] c00130278833: Preparing [2023-01-17T13:50:19.603Z] 671c068b0496: Preparing [2023-01-17T13:50:19.603Z] b012753f89f4: Preparing [2023-01-17T13:50:19.603Z] 697f738e8315: Preparing [2023-01-17T13:50:19.603Z] 9d1ab9dd4faa: Preparing [2023-01-17T13:50:19.603Z] 20726376426e: Preparing [2023-01-17T13:50:19.603Z] 9acc599c9d62: Preparing [2023-01-17T13:50:19.604Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:19.604Z] 20726376426e: Waiting [2023-01-17T13:50:19.604Z] 9acc599c9d62: Waiting [2023-01-17T13:50:19.604Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:19.604Z] 9d1ab9dd4faa: Pushed [2023-01-17T13:50:19.604Z] 671c068b0496: Pushed [2023-01-17T13:50:19.604Z] c00130278833: Pushed [2023-01-17T13:50:19.604Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:19.864Z] 20726376426e: Pushed [2023-01-17T13:50:20.127Z] 9acc599c9d62: Pushed [2023-01-17T13:50:20.696Z] 697f738e8315: Pushed [2023-01-17T13:50:20.696Z] b012753f89f4: Pushed [2023-01-17T13:50:20.958Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:21.266Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:21.571Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-17T13:50:21.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T13:50:21.571Z] c00130278833: Preparing [2023-01-17T13:50:21.571Z] 671c068b0496: Preparing [2023-01-17T13:50:21.571Z] b012753f89f4: Preparing [2023-01-17T13:50:21.571Z] 697f738e8315: Preparing [2023-01-17T13:50:21.571Z] 9d1ab9dd4faa: Preparing [2023-01-17T13:50:21.571Z] 20726376426e: Preparing [2023-01-17T13:50:21.571Z] 9acc599c9d62: Preparing [2023-01-17T13:50:21.571Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:21.571Z] 20726376426e: Waiting [2023-01-17T13:50:21.571Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:21.571Z] 9acc599c9d62: Waiting [2023-01-17T13:50:21.571Z] 697f738e8315: Layer already exists [2023-01-17T13:50:21.571Z] 671c068b0496: Layer already exists [2023-01-17T13:50:21.571Z] b012753f89f4: Layer already exists [2023-01-17T13:50:21.571Z] c00130278833: Layer already exists [2023-01-17T13:50:21.571Z] 9d1ab9dd4faa: Layer already exists [2023-01-17T13:50:21.571Z] 20726376426e: Layer already exists [2023-01-17T13:50:21.571Z] 9acc599c9d62: Layer already exists [2023-01-17T13:50:21.571Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:21.571Z] latest: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:21.879Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:22.189Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.19 [2023-01-17T13:50:22.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T13:50:22.189Z] c00130278833: Preparing [2023-01-17T13:50:22.189Z] 671c068b0496: Preparing [2023-01-17T13:50:22.189Z] b012753f89f4: Preparing [2023-01-17T13:50:22.189Z] 697f738e8315: Preparing [2023-01-17T13:50:22.189Z] 9d1ab9dd4faa: Preparing [2023-01-17T13:50:22.189Z] 20726376426e: Preparing [2023-01-17T13:50:22.189Z] 9acc599c9d62: Preparing [2023-01-17T13:50:22.189Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:22.189Z] 20726376426e: Waiting [2023-01-17T13:50:22.189Z] 9acc599c9d62: Waiting [2023-01-17T13:50:22.189Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:22.189Z] b012753f89f4: Layer already exists [2023-01-17T13:50:22.189Z] 671c068b0496: Layer already exists [2023-01-17T13:50:22.189Z] 697f738e8315: Layer already exists [2023-01-17T13:50:22.189Z] c00130278833: Layer already exists [2023-01-17T13:50:22.189Z] 9d1ab9dd4faa: Layer already exists [2023-01-17T13:50:22.189Z] 20726376426e: Layer already exists [2023-01-17T13:50:22.189Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:22.189Z] 9acc599c9d62: Layer already exists [2023-01-17T13:50:22.189Z] 3.0.0-dev.19: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:22.500Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:22.806Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:22.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T13:50:22.806Z] c00130278833: Preparing [2023-01-17T13:50:22.806Z] 671c068b0496: Preparing [2023-01-17T13:50:22.806Z] b012753f89f4: Preparing [2023-01-17T13:50:22.806Z] 697f738e8315: Preparing [2023-01-17T13:50:22.806Z] 9d1ab9dd4faa: Preparing [2023-01-17T13:50:22.806Z] 20726376426e: Preparing [2023-01-17T13:50:22.806Z] 9acc599c9d62: Preparing [2023-01-17T13:50:22.806Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:22.806Z] 9acc599c9d62: Waiting [2023-01-17T13:50:22.806Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:22.806Z] 9d1ab9dd4faa: Layer already exists [2023-01-17T13:50:22.806Z] c00130278833: Layer already exists [2023-01-17T13:50:22.806Z] b012753f89f4: Layer already exists [2023-01-17T13:50:22.806Z] 671c068b0496: Layer already exists [2023-01-17T13:50:22.806Z] 697f738e8315: Layer already exists [2023-01-17T13:50:22.806Z] 20726376426e: Layer already exists [2023-01-17T13:50:22.806Z] 9acc599c9d62: Layer already exists [2023-01-17T13:50:22.806Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:22.806Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:23.111Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:23.410Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-17T13:50:23.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T13:50:23.410Z] c00130278833: Preparing [2023-01-17T13:50:23.410Z] 671c068b0496: Preparing [2023-01-17T13:50:23.410Z] b012753f89f4: Preparing [2023-01-17T13:50:23.410Z] 697f738e8315: Preparing [2023-01-17T13:50:23.410Z] 9d1ab9dd4faa: Preparing [2023-01-17T13:50:23.410Z] 20726376426e: Preparing [2023-01-17T13:50:23.410Z] 9acc599c9d62: Preparing [2023-01-17T13:50:23.410Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:23.410Z] 20726376426e: Waiting [2023-01-17T13:50:23.410Z] 9acc599c9d62: Waiting [2023-01-17T13:50:23.410Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:23.410Z] c00130278833: Layer already exists [2023-01-17T13:50:23.410Z] b012753f89f4: Layer already exists [2023-01-17T13:50:23.410Z] 671c068b0496: Layer already exists [2023-01-17T13:50:23.410Z] 697f738e8315: Layer already exists [2023-01-17T13:50:23.410Z] 9d1ab9dd4faa: Layer already exists [2023-01-17T13:50:23.410Z] 9acc599c9d62: Layer already exists [2023-01-17T13:50:23.410Z] 20726376426e: Layer already exists [2023-01-17T13:50:23.410Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:23.410Z] main: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:23.444Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:23.449Z] taggedImages: [2023-01-17T13:50:23.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:23.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-17T13:50:23.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.19 [2023-01-17T13:50:23.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:23.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-17T13:50:23.463Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-17T13:50:23.463Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:23.463Z] latest [2023-01-17T13:50:23.463Z] 3.0.0-dev.19 [2023-01-17T13:50:23.463Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:23.463Z] main [2023-01-17T13:50:23.463Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:23.766Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:24.073Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:24.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T13:50:24.073Z] 0de3ce34aafa: Preparing [2023-01-17T13:50:24.073Z] aa92dd31200d: Preparing [2023-01-17T13:50:24.073Z] 84d6f46d98cb: Preparing [2023-01-17T13:50:24.073Z] 0048bc1f144f: Preparing [2023-01-17T13:50:24.073Z] 40e92b0af259: Preparing [2023-01-17T13:50:24.073Z] 00cc6d453055: Preparing [2023-01-17T13:50:24.073Z] 18e69232b0cd: Preparing [2023-01-17T13:50:24.073Z] 611e09342449: Preparing [2023-01-17T13:50:24.073Z] 4b65a271e8be: Preparing [2023-01-17T13:50:24.073Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:24.073Z] 18e69232b0cd: Waiting [2023-01-17T13:50:24.073Z] 611e09342449: Waiting [2023-01-17T13:50:24.073Z] 4b65a271e8be: Waiting [2023-01-17T13:50:24.073Z] 00cc6d453055: Waiting [2023-01-17T13:50:24.073Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:24.073Z] aa92dd31200d: Pushed [2023-01-17T13:50:24.073Z] 40e92b0af259: Pushed [2023-01-17T13:50:24.073Z] 0de3ce34aafa: Pushed [2023-01-17T13:50:24.335Z] 00cc6d453055: Pushed [2023-01-17T13:50:24.336Z] 18e69232b0cd: Pushed [2023-01-17T13:50:24.336Z] 611e09342449: Pushed [2023-01-17T13:50:24.336Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:24.336Z] 4b65a271e8be: Pushed [2023-01-17T13:50:25.280Z] 0048bc1f144f: Pushed [2023-01-17T13:50:25.538Z] 84d6f46d98cb: Pushed [2023-01-17T13:50:25.538Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:25.842Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:26.145Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-17T13:50:26.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T13:50:26.145Z] 0de3ce34aafa: Preparing [2023-01-17T13:50:26.145Z] aa92dd31200d: Preparing [2023-01-17T13:50:26.145Z] 84d6f46d98cb: Preparing [2023-01-17T13:50:26.145Z] 0048bc1f144f: Preparing [2023-01-17T13:50:26.145Z] 40e92b0af259: Preparing [2023-01-17T13:50:26.145Z] 00cc6d453055: Preparing [2023-01-17T13:50:26.145Z] 18e69232b0cd: Preparing [2023-01-17T13:50:26.145Z] 611e09342449: Preparing [2023-01-17T13:50:26.145Z] 4b65a271e8be: Preparing [2023-01-17T13:50:26.145Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:26.145Z] 00cc6d453055: Waiting [2023-01-17T13:50:26.145Z] 18e69232b0cd: Waiting [2023-01-17T13:50:26.145Z] 611e09342449: Waiting [2023-01-17T13:50:26.145Z] 4b65a271e8be: Waiting [2023-01-17T13:50:26.145Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:26.145Z] 40e92b0af259: Layer already exists [2023-01-17T13:50:26.145Z] 0048bc1f144f: Layer already exists [2023-01-17T13:50:26.145Z] 84d6f46d98cb: Layer already exists [2023-01-17T13:50:26.145Z] 0de3ce34aafa: Layer already exists [2023-01-17T13:50:26.145Z] aa92dd31200d: Layer already exists [2023-01-17T13:50:26.145Z] 00cc6d453055: Layer already exists [2023-01-17T13:50:26.145Z] 18e69232b0cd: Layer already exists [2023-01-17T13:50:26.145Z] 611e09342449: Layer already exists [2023-01-17T13:50:26.145Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:26.145Z] 4b65a271e8be: Layer already exists [2023-01-17T13:50:26.145Z] latest: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:26.447Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:26.748Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.19 [2023-01-17T13:50:26.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T13:50:26.748Z] 0de3ce34aafa: Preparing [2023-01-17T13:50:26.748Z] aa92dd31200d: Preparing [2023-01-17T13:50:26.748Z] 84d6f46d98cb: Preparing [2023-01-17T13:50:26.748Z] 0048bc1f144f: Preparing [2023-01-17T13:50:26.748Z] 40e92b0af259: Preparing [2023-01-17T13:50:26.748Z] 00cc6d453055: Preparing [2023-01-17T13:50:26.748Z] 18e69232b0cd: Preparing [2023-01-17T13:50:26.748Z] 611e09342449: Preparing [2023-01-17T13:50:26.748Z] 4b65a271e8be: Preparing [2023-01-17T13:50:26.748Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:26.748Z] 18e69232b0cd: Waiting [2023-01-17T13:50:26.748Z] 611e09342449: Waiting [2023-01-17T13:50:26.748Z] 4b65a271e8be: Waiting [2023-01-17T13:50:26.748Z] 00cc6d453055: Waiting [2023-01-17T13:50:26.748Z] 40e92b0af259: Layer already exists [2023-01-17T13:50:26.748Z] 0de3ce34aafa: Layer already exists [2023-01-17T13:50:26.748Z] 0048bc1f144f: Layer already exists [2023-01-17T13:50:26.748Z] 84d6f46d98cb: Layer already exists [2023-01-17T13:50:26.748Z] aa92dd31200d: Layer already exists [2023-01-17T13:50:26.748Z] 00cc6d453055: Layer already exists [2023-01-17T13:50:26.748Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:26.748Z] 18e69232b0cd: Layer already exists [2023-01-17T13:50:26.748Z] 4b65a271e8be: Layer already exists [2023-01-17T13:50:26.748Z] 611e09342449: Layer already exists [2023-01-17T13:50:26.748Z] 3.0.0-dev.19: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:27.051Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:27.347Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:27.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T13:50:27.347Z] 0de3ce34aafa: Preparing [2023-01-17T13:50:27.347Z] aa92dd31200d: Preparing [2023-01-17T13:50:27.347Z] 84d6f46d98cb: Preparing [2023-01-17T13:50:27.347Z] 0048bc1f144f: Preparing [2023-01-17T13:50:27.347Z] 40e92b0af259: Preparing [2023-01-17T13:50:27.347Z] 00cc6d453055: Preparing [2023-01-17T13:50:27.347Z] 18e69232b0cd: Preparing [2023-01-17T13:50:27.347Z] 611e09342449: Preparing [2023-01-17T13:50:27.347Z] 4b65a271e8be: Preparing [2023-01-17T13:50:27.347Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:27.347Z] 18e69232b0cd: Waiting [2023-01-17T13:50:27.347Z] 611e09342449: Waiting [2023-01-17T13:50:27.347Z] 4b65a271e8be: Waiting [2023-01-17T13:50:27.347Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:27.347Z] 00cc6d453055: Waiting [2023-01-17T13:50:27.347Z] 0de3ce34aafa: Layer already exists [2023-01-17T13:50:27.347Z] aa92dd31200d: Layer already exists [2023-01-17T13:50:27.347Z] 40e92b0af259: Layer already exists [2023-01-17T13:50:27.347Z] 0048bc1f144f: Layer already exists [2023-01-17T13:50:27.347Z] 84d6f46d98cb: Layer already exists [2023-01-17T13:50:27.347Z] 00cc6d453055: Layer already exists [2023-01-17T13:50:27.347Z] 18e69232b0cd: Layer already exists [2023-01-17T13:50:27.347Z] 4b65a271e8be: Layer already exists [2023-01-17T13:50:27.347Z] 611e09342449: Layer already exists [2023-01-17T13:50:27.347Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:27.347Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:27.647Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:27.950Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-17T13:50:27.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T13:50:27.950Z] 0de3ce34aafa: Preparing [2023-01-17T13:50:27.950Z] aa92dd31200d: Preparing [2023-01-17T13:50:27.950Z] 84d6f46d98cb: Preparing [2023-01-17T13:50:27.950Z] 0048bc1f144f: Preparing [2023-01-17T13:50:27.950Z] 40e92b0af259: Preparing [2023-01-17T13:50:27.950Z] 00cc6d453055: Preparing [2023-01-17T13:50:27.950Z] 18e69232b0cd: Preparing [2023-01-17T13:50:27.950Z] 611e09342449: Preparing [2023-01-17T13:50:27.950Z] 4b65a271e8be: Preparing [2023-01-17T13:50:27.950Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:27.950Z] 00cc6d453055: Waiting [2023-01-17T13:50:27.950Z] 18e69232b0cd: Waiting [2023-01-17T13:50:27.950Z] 611e09342449: Waiting [2023-01-17T13:50:27.950Z] 4b65a271e8be: Waiting [2023-01-17T13:50:27.950Z] e5e13b0c77cb: Waiting [2023-01-17T13:50:27.950Z] 40e92b0af259: Layer already exists [2023-01-17T13:50:27.950Z] aa92dd31200d: Layer already exists [2023-01-17T13:50:27.950Z] 0de3ce34aafa: Layer already exists [2023-01-17T13:50:27.950Z] 84d6f46d98cb: Layer already exists [2023-01-17T13:50:27.950Z] 0048bc1f144f: Layer already exists [2023-01-17T13:50:27.950Z] 611e09342449: Layer already exists [2023-01-17T13:50:27.950Z] 18e69232b0cd: Layer already exists [2023-01-17T13:50:27.950Z] 4b65a271e8be: Layer already exists [2023-01-17T13:50:28.207Z] 00cc6d453055: Layer already exists [2023-01-17T13:50:28.208Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:28.208Z] main: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:28.258Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:28.268Z] taggedImages: [2023-01-17T13:50:28.268Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:28.268Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-17T13:50:28.268Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.19 [2023-01-17T13:50:28.268Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:28.268Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-17T13:50:28.290Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-17T13:50:28.290Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:28.290Z] latest [2023-01-17T13:50:28.290Z] 3.0.0-dev.19 [2023-01-17T13:50:28.290Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:28.290Z] main [2023-01-17T13:50:28.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:28.596Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:28.893Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:28.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T13:50:28.893Z] 9eb361a475af: Preparing [2023-01-17T13:50:28.893Z] 35c2e99fcffb: Preparing [2023-01-17T13:50:28.893Z] ef160ab389b6: Preparing [2023-01-17T13:50:28.893Z] 21b2e9d3c793: Preparing [2023-01-17T13:50:28.893Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:28.893Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:28.893Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:28.893Z] 9eb361a475af: Pushed [2023-01-17T13:50:29.460Z] 21b2e9d3c793: Pushed [2023-01-17T13:50:29.503Z] Removing intermediate container ddff66b76e72 [2023-01-17T13:50:29.503Z] ---> e35593a9b910 [2023-01-17T13:50:29.503Z] Step 7/24 : COPY . . [2023-01-17T13:50:29.503Z] Removing intermediate container 481ab44f1dbb [2023-01-17T13:50:29.503Z] ---> 9e895a05d280 [2023-01-17T13:50:29.503Z] Step 7/24 : COPY . . [2023-01-17T13:50:29.503Z] Removing intermediate container 31223f208893 [2023-01-17T13:50:29.503Z] ---> d35740c0f895 [2023-01-17T13:50:29.503Z] Step 7/19 : COPY . . [2023-01-17T13:50:29.768Z] Removing intermediate container 476afaf2d97e [2023-01-17T13:50:29.768Z] ---> 6b216c3b74e0 [2023-01-17T13:50:29.768Z] Step 8/22 : COPY . . [2023-01-17T13:50:30.724Z] Removing intermediate container 2ffa9b9de66a [2023-01-17T13:50:30.724Z] ---> 7a9743e00721 [2023-01-17T13:50:30.724Z] Step 7/21 : COPY . . [2023-01-17T13:50:30.833Z] 35c2e99fcffb: Pushed [2023-01-17T13:50:30.833Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:31.147Z] + 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 [2023-01-17T13:50:31.452Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-17T13:50:31.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T13:50:31.452Z] 9eb361a475af: Preparing [2023-01-17T13:50:31.452Z] 35c2e99fcffb: Preparing [2023-01-17T13:50:31.452Z] ef160ab389b6: Preparing [2023-01-17T13:50:31.452Z] 21b2e9d3c793: Preparing [2023-01-17T13:50:31.452Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:31.452Z] 21b2e9d3c793: Layer already exists [2023-01-17T13:50:31.452Z] 35c2e99fcffb: Layer already exists [2023-01-17T13:50:31.452Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:31.452Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:31.452Z] 9eb361a475af: Layer already exists [2023-01-17T13:50:31.452Z] latest: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:31.762Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:32.067Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.19 [2023-01-17T13:50:32.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T13:50:32.067Z] 9eb361a475af: Preparing [2023-01-17T13:50:32.067Z] 35c2e99fcffb: Preparing [2023-01-17T13:50:32.067Z] ef160ab389b6: Preparing [2023-01-17T13:50:32.067Z] 21b2e9d3c793: Preparing [2023-01-17T13:50:32.067Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:32.067Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:32.067Z] 9eb361a475af: Layer already exists [2023-01-17T13:50:32.067Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:32.067Z] 21b2e9d3c793: Layer already exists [2023-01-17T13:50:32.067Z] 35c2e99fcffb: Layer already exists [2023-01-17T13:50:32.067Z] 3.0.0-dev.19: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:32.381Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:32.684Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:32.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T13:50:32.684Z] 9eb361a475af: Preparing [2023-01-17T13:50:32.684Z] 35c2e99fcffb: Preparing [2023-01-17T13:50:32.684Z] ef160ab389b6: Preparing [2023-01-17T13:50:32.684Z] 21b2e9d3c793: Preparing [2023-01-17T13:50:32.684Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:32.684Z] 21b2e9d3c793: Layer already exists [2023-01-17T13:50:32.684Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:32.684Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:32.684Z] 35c2e99fcffb: Layer already exists [2023-01-17T13:50:32.684Z] 9eb361a475af: Layer already exists [2023-01-17T13:50:32.684Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:32.987Z] + 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 [2023-01-17T13:50:33.290Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-17T13:50:33.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T13:50:33.291Z] 9eb361a475af: Preparing [2023-01-17T13:50:33.291Z] 35c2e99fcffb: Preparing [2023-01-17T13:50:33.291Z] ef160ab389b6: Preparing [2023-01-17T13:50:33.291Z] 21b2e9d3c793: Preparing [2023-01-17T13:50:33.291Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:33.291Z] 21b2e9d3c793: Layer already exists [2023-01-17T13:50:33.291Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:33.291Z] 35c2e99fcffb: Layer already exists [2023-01-17T13:50:33.291Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:33.291Z] 9eb361a475af: Layer already exists [2023-01-17T13:50:33.291Z] main: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:33.326Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:33.331Z] taggedImages: [2023-01-17T13:50:33.331Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:33.331Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-17T13:50:33.331Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.19 [2023-01-17T13:50:33.331Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:33.331Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-17T13:50:33.346Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-17T13:50:33.346Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:33.346Z] latest [2023-01-17T13:50:33.346Z] 3.0.0-dev.19 [2023-01-17T13:50:33.346Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:33.346Z] main [2023-01-17T13:50:33.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:33.646Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:33.946Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:33.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T13:50:33.946Z] 800fac1c1580: Preparing [2023-01-17T13:50:33.946Z] 2156db67b47f: Preparing [2023-01-17T13:50:33.946Z] 5268ee645728: Preparing [2023-01-17T13:50:33.946Z] c95adb311768: Preparing [2023-01-17T13:50:33.946Z] 2112fbc119c7: Preparing [2023-01-17T13:50:33.946Z] 602413ec395f: Preparing [2023-01-17T13:50:33.946Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:33.946Z] 602413ec395f: Waiting [2023-01-17T13:50:33.946Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:33.946Z] 2156db67b47f: Pushed [2023-01-17T13:50:33.946Z] 5268ee645728: Pushed [2023-01-17T13:50:33.946Z] 800fac1c1580: Pushed [2023-01-17T13:50:33.946Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:34.067Z] ---> a2f9156f1f7d [2023-01-17T13:50:34.067Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T13:50:34.345Z] ---> e47a24daa3ea [2023-01-17T13:50:34.345Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T13:50:34.345Z] ---> Running in 0f3129c7ffa6 [2023-01-17T13:50:34.345Z] ---> Running in 7526e26acfec [2023-01-17T13:50:34.512Z] 602413ec395f: Pushed [2023-01-17T13:50:34.929Z] ---> aa96b3d2f409 [2023-01-17T13:50:34.929Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-17T13:50:36.343Z] ---> Running in c405f9d6fb4f [2023-01-17T13:50:36.343Z] ---> a22a553f2549 [2023-01-17T13:50:36.343Z] Removing intermediate container 0f3129c7ffa6 [2023-01-17T13:50:36.343Z] ---> d1c7e42f7e50 [2023-01-17T13:50:36.343Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T13:50:36.343Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-17T13:50:36.619Z] Removing intermediate container 7526e26acfec [2023-01-17T13:50:36.619Z] ---> 5971beef3371 [2023-01-17T13:50:36.619Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T13:50:36.619Z] ---> Running in 5a684d03ff38 [2023-01-17T13:50:36.619Z] ---> Running in eeebdb115281 [2023-01-17T13:50:36.885Z] ---> Running in 3ec15eec9505 [2023-01-17T13:50:37.152Z] ---> 29df42040ca4 [2023-01-17T13:50:37.152Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-17T13:50:37.152Z] ---> Running in f87a8de33ca9 [2023-01-17T13:50:37.741Z] Removing intermediate container 5a684d03ff38 [2023-01-17T13:50:37.741Z] ---> 8bf949c75448 [2023-01-17T13:50:37.741Z] 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 [2023-01-17T13:50:37.798Z] 2112fbc119c7: Pushed [2023-01-17T13:50:38.008Z] Removing intermediate container 3ec15eec9505 [2023-01-17T13:50:38.008Z] ---> 773b42f1aa91 [2023-01-17T13:50:38.009Z] 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 [2023-01-17T13:50:38.009Z] ---> Running in 6b29f8e41870 [2023-01-17T13:50:38.009Z] ---> Running in 606a12de5011 [2023-01-17T13:50:38.966Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-17T13:50:39.547Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-17T13:50:39.547Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-17T13:50:40.327Z] c95adb311768: Pushed [2023-01-17T13:50:40.327Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:40.627Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:40.923Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-17T13:50:40.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T13:50:40.923Z] 800fac1c1580: Preparing [2023-01-17T13:50:40.923Z] 2156db67b47f: Preparing [2023-01-17T13:50:40.923Z] 5268ee645728: Preparing [2023-01-17T13:50:40.923Z] c95adb311768: Preparing [2023-01-17T13:50:40.923Z] 2112fbc119c7: Preparing [2023-01-17T13:50:40.923Z] 602413ec395f: Preparing [2023-01-17T13:50:40.923Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:40.923Z] 602413ec395f: Waiting [2023-01-17T13:50:40.923Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:40.923Z] 800fac1c1580: Layer already exists [2023-01-17T13:50:40.923Z] 5268ee645728: Layer already exists [2023-01-17T13:50:40.923Z] 2112fbc119c7: Layer already exists [2023-01-17T13:50:40.923Z] 2156db67b47f: Layer already exists [2023-01-17T13:50:40.923Z] c95adb311768: Layer already exists [2023-01-17T13:50:40.923Z] 602413ec395f: Layer already exists [2023-01-17T13:50:40.923Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:40.923Z] latest: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:41.235Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:41.544Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.19 [2023-01-17T13:50:41.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T13:50:41.544Z] 800fac1c1580: Preparing [2023-01-17T13:50:41.544Z] 2156db67b47f: Preparing [2023-01-17T13:50:41.544Z] 5268ee645728: Preparing [2023-01-17T13:50:41.544Z] c95adb311768: Preparing [2023-01-17T13:50:41.544Z] 2112fbc119c7: Preparing [2023-01-17T13:50:41.544Z] 602413ec395f: Preparing [2023-01-17T13:50:41.544Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:41.544Z] 602413ec395f: Waiting [2023-01-17T13:50:41.544Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:41.544Z] 2112fbc119c7: Layer already exists [2023-01-17T13:50:41.544Z] c95adb311768: Layer already exists [2023-01-17T13:50:41.544Z] 5268ee645728: Layer already exists [2023-01-17T13:50:41.544Z] 2156db67b47f: Layer already exists [2023-01-17T13:50:41.544Z] 800fac1c1580: Layer already exists [2023-01-17T13:50:41.544Z] 602413ec395f: Layer already exists [2023-01-17T13:50:41.544Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:41.544Z] 3.0.0-dev.19: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:41.858Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:42.149Z] Removing intermediate container 6b29f8e41870 [2023-01-17T13:50:42.150Z] ---> 7c963afee02a [2023-01-17T13:50:42.150Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T13:50:42.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:42.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T13:50:42.165Z] 800fac1c1580: Preparing [2023-01-17T13:50:42.165Z] 2156db67b47f: Preparing [2023-01-17T13:50:42.165Z] 5268ee645728: Preparing [2023-01-17T13:50:42.165Z] c95adb311768: Preparing [2023-01-17T13:50:42.165Z] 2112fbc119c7: Preparing [2023-01-17T13:50:42.165Z] 602413ec395f: Preparing [2023-01-17T13:50:42.165Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:42.165Z] 602413ec395f: Waiting [2023-01-17T13:50:42.165Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:42.165Z] 2112fbc119c7: Layer already exists [2023-01-17T13:50:42.165Z] 2156db67b47f: Layer already exists [2023-01-17T13:50:42.165Z] c95adb311768: Layer already exists [2023-01-17T13:50:42.165Z] 5268ee645728: Layer already exists [2023-01-17T13:50:42.165Z] 800fac1c1580: Layer already exists [2023-01-17T13:50:42.165Z] 602413ec395f: Layer already exists [2023-01-17T13:50:42.165Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:42.165Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:42.417Z] ---> Running in 77812558dd4b [2023-01-17T13:50:42.467Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:42.767Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-17T13:50:42.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T13:50:42.767Z] 800fac1c1580: Preparing [2023-01-17T13:50:42.767Z] 2156db67b47f: Preparing [2023-01-17T13:50:42.767Z] 5268ee645728: Preparing [2023-01-17T13:50:42.767Z] c95adb311768: Preparing [2023-01-17T13:50:42.767Z] 2112fbc119c7: Preparing [2023-01-17T13:50:42.767Z] 602413ec395f: Preparing [2023-01-17T13:50:42.767Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:42.767Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:42.767Z] 602413ec395f: Waiting [2023-01-17T13:50:42.767Z] c95adb311768: Layer already exists [2023-01-17T13:50:42.767Z] 5268ee645728: Layer already exists [2023-01-17T13:50:42.767Z] 800fac1c1580: Layer already exists [2023-01-17T13:50:42.767Z] 2156db67b47f: Layer already exists [2023-01-17T13:50:42.767Z] 2112fbc119c7: Layer already exists [2023-01-17T13:50:42.767Z] 602413ec395f: Layer already exists [2023-01-17T13:50:42.767Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:42.767Z] main: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:42.801Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:42.813Z] taggedImages: [2023-01-17T13:50:42.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:42.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-17T13:50:42.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.19 [2023-01-17T13:50:42.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:42.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-17T13:50:42.831Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-17T13:50:42.831Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:42.831Z] latest [2023-01-17T13:50:42.831Z] 3.0.0-dev.19 [2023-01-17T13:50:42.831Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:42.831Z] main [2023-01-17T13:50:42.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:43.001Z] Removing intermediate container 606a12de5011 [2023-01-17T13:50:43.001Z] ---> c7296e56382a [2023-01-17T13:50:43.001Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T13:50:43.137Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:43.270Z] Removing intermediate container 77812558dd4b [2023-01-17T13:50:43.270Z] ---> f517de0476fc [2023-01-17T13:50:43.270Z] [2023-01-17T13:50:43.270Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T13:50:43.270Z] ---> Running in ea4d6dd6a512 [2023-01-17T13:50:43.434Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:43.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T13:50:43.434Z] b2355ee57bf8: Preparing [2023-01-17T13:50:43.434Z] 442c777247f7: Preparing [2023-01-17T13:50:43.435Z] 526aac028168: Preparing [2023-01-17T13:50:43.435Z] c95adb311768: Preparing [2023-01-17T13:50:43.435Z] 618cd25e16bf: Preparing [2023-01-17T13:50:43.435Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:43.435Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:43.435Z] c95adb311768: Layer already exists [2023-01-17T13:50:43.435Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:43.435Z] b2355ee57bf8: Pushed [2023-01-17T13:50:43.435Z] 526aac028168: Pushed [2023-01-17T13:50:43.435Z] 442c777247f7: Pushed [2023-01-17T13:50:43.536Z] 3.15: Pulling from library/alpine [2023-01-17T13:50:43.693Z] 618cd25e16bf: Pushed [2023-01-17T13:50:43.951Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:44.119Z] Removing intermediate container ea4d6dd6a512 [2023-01-17T13:50:44.119Z] ---> 007398e4b46e [2023-01-17T13:50:44.119Z] [2023-01-17T13:50:44.119Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T13:50:44.119Z] 3.15: Pulling from library/alpine [2023-01-17T13:50:44.255Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:44.558Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-17T13:50:44.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T13:50:44.558Z] b2355ee57bf8: Preparing [2023-01-17T13:50:44.558Z] 442c777247f7: Preparing [2023-01-17T13:50:44.558Z] 526aac028168: Preparing [2023-01-17T13:50:44.558Z] c95adb311768: Preparing [2023-01-17T13:50:44.558Z] 618cd25e16bf: Preparing [2023-01-17T13:50:44.558Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:44.558Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:44.558Z] c95adb311768: Layer already exists [2023-01-17T13:50:44.558Z] 618cd25e16bf: Layer already exists [2023-01-17T13:50:44.558Z] 442c777247f7: Layer already exists [2023-01-17T13:50:44.558Z] b2355ee57bf8: Layer already exists [2023-01-17T13:50:44.558Z] 526aac028168: Layer already exists [2023-01-17T13:50:44.559Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:44.559Z] latest: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:44.880Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:45.197Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.19 [2023-01-17T13:50:45.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T13:50:45.197Z] b2355ee57bf8: Preparing [2023-01-17T13:50:45.197Z] 442c777247f7: Preparing [2023-01-17T13:50:45.197Z] 526aac028168: Preparing [2023-01-17T13:50:45.197Z] c95adb311768: Preparing [2023-01-17T13:50:45.197Z] 618cd25e16bf: Preparing [2023-01-17T13:50:45.197Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:45.197Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:45.197Z] 526aac028168: Layer already exists [2023-01-17T13:50:45.197Z] c95adb311768: Layer already exists [2023-01-17T13:50:45.197Z] 618cd25e16bf: Layer already exists [2023-01-17T13:50:45.197Z] b2355ee57bf8: Layer already exists [2023-01-17T13:50:45.197Z] 442c777247f7: Layer already exists [2023-01-17T13:50:45.197Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:45.197Z] 3.0.0-dev.19: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:45.518Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [2023-01-17T13:50:45.532Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-17T13:50:45.532Z] Status: Downloaded newer image for alpine:3.15 [2023-01-17T13:50:45.532Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-17T13:50:45.532Z] Status: Image is up to date for alpine:3.15 [2023-01-17T13:50:45.532Z] ---> 8aa73fd46299 [2023-01-17T13:50:45.533Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T13:50:45.533Z] ---> 8aa73fd46299 [2023-01-17T13:50:45.533Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:45.814Z] ---> Running in 0c19678b4861 [2023-01-17T13:50:45.814Z] ---> Running in cd0ecc439d75 [2023-01-17T13:50:45.832Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:45.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T13:50:45.832Z] b2355ee57bf8: Preparing [2023-01-17T13:50:45.832Z] 442c777247f7: Preparing [2023-01-17T13:50:45.832Z] 526aac028168: Preparing [2023-01-17T13:50:45.832Z] c95adb311768: Preparing [2023-01-17T13:50:45.832Z] 618cd25e16bf: Preparing [2023-01-17T13:50:45.832Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:45.832Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:45.832Z] 526aac028168: Layer already exists [2023-01-17T13:50:45.832Z] b2355ee57bf8: Layer already exists [2023-01-17T13:50:45.832Z] c95adb311768: Layer already exists [2023-01-17T13:50:45.832Z] 442c777247f7: Layer already exists [2023-01-17T13:50:45.832Z] 618cd25e16bf: Layer already exists [2023-01-17T13:50:45.832Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:45.832Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:46.141Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:46.440Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-17T13:50:46.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T13:50:46.440Z] b2355ee57bf8: Preparing [2023-01-17T13:50:46.440Z] 442c777247f7: Preparing [2023-01-17T13:50:46.440Z] 526aac028168: Preparing [2023-01-17T13:50:46.440Z] c95adb311768: Preparing [2023-01-17T13:50:46.440Z] 618cd25e16bf: Preparing [2023-01-17T13:50:46.440Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:46.440Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:46.440Z] 526aac028168: Layer already exists [2023-01-17T13:50:46.440Z] b2355ee57bf8: Layer already exists [2023-01-17T13:50:46.440Z] 442c777247f7: Layer already exists [2023-01-17T13:50:46.440Z] c95adb311768: Layer already exists [2023-01-17T13:50:46.440Z] 618cd25e16bf: Layer already exists [2023-01-17T13:50:46.440Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:46.440Z] main: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:46.475Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:46.486Z] taggedImages: [2023-01-17T13:50:46.486Z] - nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:46.486Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-17T13:50:46.486Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.19 [2023-01-17T13:50:46.486Z] - nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:46.486Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-17T13:50:46.504Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-17T13:50:46.504Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:46.504Z] latest [2023-01-17T13:50:46.504Z] 3.0.0-dev.19 [2023-01-17T13:50:46.504Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:46.504Z] main [2023-01-17T13:50:46.504Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:46.807Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:47.110Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:47.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T13:50:47.111Z] d82e709f01c0: Preparing [2023-01-17T13:50:47.111Z] 1e2bd9598d8d: Preparing [2023-01-17T13:50:47.111Z] 3f74d5626fef: Preparing [2023-01-17T13:50:47.111Z] 514a315ea7f7: Preparing [2023-01-17T13:50:47.111Z] 602413ec395f: Preparing [2023-01-17T13:50:47.111Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:47.111Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:47.111Z] 602413ec395f: Layer already exists [2023-01-17T13:50:47.111Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:47.111Z] d82e709f01c0: Pushed [2023-01-17T13:50:47.111Z] 1e2bd9598d8d: Pushed [2023-01-17T13:50:47.111Z] 3f74d5626fef: Pushed [2023-01-17T13:50:50.070Z] Removing intermediate container 0c19678b4861 [2023-01-17T13:50:50.070Z] ---> b50a7b10b792 [2023-01-17T13:50:50.070Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-17T13:50:50.070Z] Removing intermediate container cd0ecc439d75 [2023-01-17T13:50:50.070Z] ---> 872040479043 [2023-01-17T13:50:50.070Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T13:50:50.070Z] ---> Running in c5474076151b [2023-01-17T13:50:50.070Z] ---> Running in e9508f2d5546 [2023-01-17T13:50:53.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:50:53.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:50:53.675Z] 514a315ea7f7: Pushed [2023-01-17T13:50:53.675Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [2023-01-17T13:50:53.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:50:53.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:53.984Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:54.288Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-17T13:50:54.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T13:50:54.288Z] d82e709f01c0: Preparing [2023-01-17T13:50:54.288Z] 1e2bd9598d8d: Preparing [2023-01-17T13:50:54.288Z] 3f74d5626fef: Preparing [2023-01-17T13:50:54.288Z] 514a315ea7f7: Preparing [2023-01-17T13:50:54.288Z] 602413ec395f: Preparing [2023-01-17T13:50:54.288Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:54.288Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:54.288Z] 1e2bd9598d8d: Layer already exists [2023-01-17T13:50:54.288Z] 514a315ea7f7: Layer already exists [2023-01-17T13:50:54.288Z] 3f74d5626fef: Layer already exists [2023-01-17T13:50:54.288Z] 602413ec395f: Layer already exists [2023-01-17T13:50:54.288Z] d82e709f01c0: Layer already exists [2023-01-17T13:50:54.288Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:54.288Z] latest: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:54.598Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:54.899Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.19 [2023-01-17T13:50:54.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T13:50:54.899Z] d82e709f01c0: Preparing [2023-01-17T13:50:54.899Z] 1e2bd9598d8d: Preparing [2023-01-17T13:50:54.899Z] 3f74d5626fef: Preparing [2023-01-17T13:50:54.899Z] 514a315ea7f7: Preparing [2023-01-17T13:50:54.899Z] 602413ec395f: Preparing [2023-01-17T13:50:54.899Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:54.899Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:54.899Z] 3f74d5626fef: Layer already exists [2023-01-17T13:50:54.899Z] d82e709f01c0: Layer already exists [2023-01-17T13:50:54.899Z] 514a315ea7f7: Layer already exists [2023-01-17T13:50:54.899Z] 602413ec395f: Layer already exists [2023-01-17T13:50:54.899Z] 1e2bd9598d8d: Layer already exists [2023-01-17T13:50:54.899Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:54.899Z] 3.0.0-dev.19: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:55.212Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:55.559Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:55.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T13:50:55.559Z] d82e709f01c0: Preparing [2023-01-17T13:50:55.559Z] 1e2bd9598d8d: Preparing [2023-01-17T13:50:55.559Z] 3f74d5626fef: Preparing [2023-01-17T13:50:55.559Z] 514a315ea7f7: Preparing [2023-01-17T13:50:55.559Z] 602413ec395f: Preparing [2023-01-17T13:50:55.559Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:55.559Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:55.559Z] 3f74d5626fef: Layer already exists [2023-01-17T13:50:55.559Z] 514a315ea7f7: Layer already exists [2023-01-17T13:50:55.559Z] 1e2bd9598d8d: Layer already exists [2023-01-17T13:50:55.559Z] d82e709f01c0: Layer already exists [2023-01-17T13:50:55.559Z] 602413ec395f: Layer already exists [2023-01-17T13:50:55.559Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:55.559Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:55.622Z] v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T13:50:55.622Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T13:50:55.622Z] OK: 15736 distinct packages available [2023-01-17T13:50:55.622Z] v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T13:50:55.622Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T13:50:55.622Z] OK: 15736 distinct packages available [2023-01-17T13:50:55.622Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:50:55.868Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-01-17T13:50:55.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2023-01-17T13:50:56.182Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-17T13:50:56.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T13:50:56.182Z] d82e709f01c0: Preparing [2023-01-17T13:50:56.182Z] 1e2bd9598d8d: Preparing [2023-01-17T13:50:56.182Z] 3f74d5626fef: Preparing [2023-01-17T13:50:56.182Z] 514a315ea7f7: Preparing [2023-01-17T13:50:56.182Z] 602413ec395f: Preparing [2023-01-17T13:50:56.182Z] 34d5ebaa5410: Preparing [2023-01-17T13:50:56.182Z] 34d5ebaa5410: Waiting [2023-01-17T13:50:56.182Z] 514a315ea7f7: Layer already exists [2023-01-17T13:50:56.182Z] 3f74d5626fef: Layer already exists [2023-01-17T13:50:56.182Z] 1e2bd9598d8d: Layer already exists [2023-01-17T13:50:56.182Z] d82e709f01c0: Layer already exists [2023-01-17T13:50:56.182Z] 602413ec395f: Layer already exists [2023-01-17T13:50:56.182Z] 34d5ebaa5410: Layer already exists [2023-01-17T13:50:56.182Z] main: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:50:56.217Z] ===================================================== [Pipeline] echo [2023-01-17T13:50:56.226Z] taggedImages: [2023-01-17T13:50:56.226Z] - nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:56.226Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-17T13:50:56.226Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.19 [2023-01-17T13:50:56.226Z] - nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:56.226Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-17T13:50:56.246Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-17T13:50:56.246Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:56.246Z] latest [2023-01-17T13:50:56.246Z] 3.0.0-dev.19 [2023-01-17T13:50:56.246Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:50:56.246Z] main [2023-01-17T13:50:56.246Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:56.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:50:56.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:50:56.569Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:56.890Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:50:56.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T13:50:56.891Z] 5091733f8c91: Preparing [2023-01-17T13:50:56.891Z] 565db1f99353: Preparing [2023-01-17T13:50:56.891Z] ef160ab389b6: Preparing [2023-01-17T13:50:56.891Z] cf2025748606: Preparing [2023-01-17T13:50:56.891Z] e5e13b0c77cb: Preparing [2023-01-17T13:50:56.891Z] ef160ab389b6: Layer already exists [2023-01-17T13:50:56.891Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:50:56.891Z] 5091733f8c91: Pushed [2023-01-17T13:50:56.891Z] cf2025748606: Pushed [2023-01-17T13:50:58.407Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-17T13:50:58.672Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-17T13:50:58.672Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-17T13:50:58.672Z] (3/4) Installing libucontext (1.1-r0) [2023-01-17T13:50:58.672Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-17T13:50:58.672Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T13:50:58.672Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-17T13:50:58.672Z] (3/5) Installing libucontext (1.1-r0) [2023-01-17T13:50:58.672Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-17T13:50:58.672Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-17T13:50:58.672Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T13:50:58.672Z] OK: 6 MiB in 18 packages [2023-01-17T13:50:58.672Z] OK: 6 MiB in 19 packages [2023-01-17T13:50:59.426Z] 565db1f99353: Pushed [2023-01-17T13:50:59.426Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:50:59.734Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:00.034Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-17T13:51:00.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T13:51:00.034Z] 5091733f8c91: Preparing [2023-01-17T13:51:00.034Z] 565db1f99353: Preparing [2023-01-17T13:51:00.034Z] ef160ab389b6: Preparing [2023-01-17T13:51:00.034Z] cf2025748606: Preparing [2023-01-17T13:51:00.034Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:00.034Z] cf2025748606: Layer already exists [2023-01-17T13:51:00.034Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:00.034Z] 565db1f99353: Layer already exists [2023-01-17T13:51:00.034Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:00.034Z] 5091733f8c91: Layer already exists [2023-01-17T13:51:00.034Z] latest: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:00.338Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:00.647Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.19 [2023-01-17T13:51:00.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T13:51:00.648Z] 5091733f8c91: Preparing [2023-01-17T13:51:00.648Z] 565db1f99353: Preparing [2023-01-17T13:51:00.648Z] ef160ab389b6: Preparing [2023-01-17T13:51:00.648Z] cf2025748606: Preparing [2023-01-17T13:51:00.648Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:00.648Z] 565db1f99353: Layer already exists [2023-01-17T13:51:00.648Z] 5091733f8c91: Layer already exists [2023-01-17T13:51:00.648Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:00.648Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:00.648Z] cf2025748606: Layer already exists [2023-01-17T13:51:00.648Z] 3.0.0-dev.19: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:00.960Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:01.268Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:51:01.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T13:51:01.268Z] 5091733f8c91: Preparing [2023-01-17T13:51:01.268Z] 565db1f99353: Preparing [2023-01-17T13:51:01.268Z] ef160ab389b6: Preparing [2023-01-17T13:51:01.268Z] cf2025748606: Preparing [2023-01-17T13:51:01.268Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:01.268Z] 565db1f99353: Layer already exists [2023-01-17T13:51:01.268Z] cf2025748606: Layer already exists [2023-01-17T13:51:01.268Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:01.268Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:01.268Z] 5091733f8c91: Layer already exists [2023-01-17T13:51:01.268Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:01.568Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:01.879Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-17T13:51:01.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T13:51:01.879Z] 5091733f8c91: Preparing [2023-01-17T13:51:01.879Z] 565db1f99353: Preparing [2023-01-17T13:51:01.879Z] ef160ab389b6: Preparing [2023-01-17T13:51:01.879Z] cf2025748606: Preparing [2023-01-17T13:51:01.879Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:01.879Z] 5091733f8c91: Layer already exists [2023-01-17T13:51:01.879Z] 565db1f99353: Layer already exists [2023-01-17T13:51:01.879Z] cf2025748606: Layer already exists [2023-01-17T13:51:01.879Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:01.879Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:01.879Z] main: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:51:01.914Z] ===================================================== [Pipeline] echo [2023-01-17T13:51:01.920Z] taggedImages: [2023-01-17T13:51:01.920Z] - nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:51:01.920Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-17T13:51:01.920Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.19 [2023-01-17T13:51:01.920Z] - nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:51:01.920Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-17T13:51:01.934Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-17T13:51:01.934Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:51:01.934Z] latest [2023-01-17T13:51:01.934Z] 3.0.0-dev.19 [2023-01-17T13:51:01.934Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:51:01.934Z] main [2023-01-17T13:51:01.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:02.234Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:02.536Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:51:02.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T13:51:02.536Z] eeafab29d87c: Preparing [2023-01-17T13:51:02.536Z] 970b7eb93640: Preparing [2023-01-17T13:51:02.536Z] ef160ab389b6: Preparing [2023-01-17T13:51:02.536Z] 0d630fce280e: Preparing [2023-01-17T13:51:02.536Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:02.536Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:02.536Z] 0d630fce280e: Layer already exists [2023-01-17T13:51:02.536Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:02.536Z] eeafab29d87c: Pushed [2023-01-17T13:51:04.001Z] Removing intermediate container c5474076151b [2023-01-17T13:51:04.001Z] ---> 956ffb0bb770 [2023-01-17T13:51:04.001Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T13:51:04.001Z] Removing intermediate container e9508f2d5546 [2023-01-17T13:51:04.001Z] ---> af1f76fecd3b [2023-01-17T13:51:04.001Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-17T13:51:05.074Z] 970b7eb93640: Pushed [2023-01-17T13:51:05.074Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:05.377Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:05.680Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-17T13:51:05.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T13:51:05.680Z] eeafab29d87c: Preparing [2023-01-17T13:51:05.680Z] 970b7eb93640: Preparing [2023-01-17T13:51:05.680Z] ef160ab389b6: Preparing [2023-01-17T13:51:05.681Z] 0d630fce280e: Preparing [2023-01-17T13:51:05.681Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:05.681Z] eeafab29d87c: Layer already exists [2023-01-17T13:51:05.681Z] 0d630fce280e: Layer already exists [2023-01-17T13:51:05.681Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:05.681Z] 970b7eb93640: Layer already exists [2023-01-17T13:51:05.681Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:05.681Z] latest: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:05.983Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:06.291Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.19 [2023-01-17T13:51:06.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T13:51:06.291Z] eeafab29d87c: Preparing [2023-01-17T13:51:06.291Z] 970b7eb93640: Preparing [2023-01-17T13:51:06.291Z] ef160ab389b6: Preparing [2023-01-17T13:51:06.291Z] 0d630fce280e: Preparing [2023-01-17T13:51:06.291Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:06.291Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:06.291Z] 0d630fce280e: Layer already exists [2023-01-17T13:51:06.291Z] 970b7eb93640: Layer already exists [2023-01-17T13:51:06.291Z] eeafab29d87c: Layer already exists [2023-01-17T13:51:06.291Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:06.291Z] 3.0.0-dev.19: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:06.600Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:06.903Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:51:06.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T13:51:06.903Z] eeafab29d87c: Preparing [2023-01-17T13:51:06.903Z] 970b7eb93640: Preparing [2023-01-17T13:51:06.903Z] ef160ab389b6: Preparing [2023-01-17T13:51:06.903Z] 0d630fce280e: Preparing [2023-01-17T13:51:06.903Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:06.903Z] 970b7eb93640: Layer already exists [2023-01-17T13:51:06.903Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:06.903Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:06.903Z] 0d630fce280e: Layer already exists [2023-01-17T13:51:06.903Z] eeafab29d87c: Layer already exists [2023-01-17T13:51:06.903Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:07.258Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T13:51:07.661Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-17T13:51:07.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T13:51:07.661Z] eeafab29d87c: Preparing [2023-01-17T13:51:07.661Z] 970b7eb93640: Preparing [2023-01-17T13:51:07.661Z] ef160ab389b6: Preparing [2023-01-17T13:51:07.661Z] 0d630fce280e: Preparing [2023-01-17T13:51:07.661Z] e5e13b0c77cb: Preparing [2023-01-17T13:51:07.661Z] e5e13b0c77cb: Layer already exists [2023-01-17T13:51:07.661Z] 0d630fce280e: Layer already exists [2023-01-17T13:51:07.661Z] 970b7eb93640: Layer already exists [2023-01-17T13:51:07.661Z] eeafab29d87c: Layer already exists [2023-01-17T13:51:07.661Z] ef160ab389b6: Layer already exists [2023-01-17T13:51:07.661Z] main: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T13:51:07.699Z] ===================================================== [Pipeline] echo [2023-01-17T13:51:07.708Z] taggedImages: [2023-01-17T13:51:07.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:51:07.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-17T13:51:07.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.19 [2023-01-17T13:51:07.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T13:51:07.708Z] - 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] } [2023-01-17T13:51:10.646Z] ---> 4f2a7d732645 [2023-01-17T13:51:10.646Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T13:51:16.209Z] ---> 552e1993d712 [2023-01-17T13:51:16.209Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T13:51:17.193Z] ---> b07720193f93 [2023-01-17T13:51:17.193Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-17T13:51:17.480Z] ---> Running in 2f28601fbf6f [2023-01-17T13:51:18.059Z] Removing intermediate container 2f28601fbf6f [2023-01-17T13:51:18.059Z] ---> 7ac7febb5f1c [2023-01-17T13:51:18.059Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-17T13:51:19.999Z] ---> 37bd2968b87d [2023-01-17T13:51:19.999Z] Step 19/24 : WORKDIR / [2023-01-17T13:51:19.999Z] ---> Running in 4e972bed1933 [2023-01-17T13:51:20.954Z] Removing intermediate container 4e972bed1933 [2023-01-17T13:51:20.954Z] ---> f37e9d40ac41 [2023-01-17T13:51:20.954Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T13:51:20.954Z] ---> Running in 85531b844fc8 [2023-01-17T13:51:23.521Z] ---> e84a4d34a7b2 [2023-01-17T13:51:23.521Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T13:51:23.521Z] Removing intermediate container 85531b844fc8 [2023-01-17T13:51:23.521Z] ---> 12723e0d3636 [2023-01-17T13:51:23.521Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T13:51:23.786Z] ---> Running in 8a904a47b881 [2023-01-17T13:51:24.376Z] Removing intermediate container 8a904a47b881 [2023-01-17T13:51:24.376Z] ---> fd029c7f2daa [2023-01-17T13:51:24.376Z] Step 22/24 : LABEL arch=arm64 [2023-01-17T13:51:24.641Z] ---> 5d4172cfe975 [2023-01-17T13:51:24.641Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-17T13:51:24.641Z] ---> Running in 02e219932b49 [2023-01-17T13:51:25.595Z] Removing intermediate container 02e219932b49 [2023-01-17T13:51:25.595Z] ---> 614dc895ca21 [2023-01-17T13:51:25.595Z] Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:51:25.595Z] ---> Running in f6ca0cb09de2 [2023-01-17T13:51:26.560Z] ---> 47839fbea9bb [2023-01-17T13:51:26.560Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-17T13:51:26.560Z] Removing intermediate container f6ca0cb09de2 [2023-01-17T13:51:26.560Z] ---> 4ffd3a64c655 [2023-01-17T13:51:26.560Z] Step 24/24 : LABEL version=3.0.0-dev.19 [2023-01-17T13:51:26.560Z] ---> Running in 084b8f2cd349 [2023-01-17T13:51:27.971Z] Removing intermediate container 084b8f2cd349 [2023-01-17T13:51:27.971Z] ---> 8f70fd44ce18 [2023-01-17T13:51:27.971Z] [2023-01-17T13:51:27.971Z] ---> 1f9f93377e3c [2023-01-17T13:51:27.971Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T13:51:28.237Z] ---> Running in 57bc302734a8 [2023-01-17T13:51:28.509Z] Successfully built 8f70fd44ce18 [2023-01-17T13:51:28.509Z] Successfully tagged security-spire-config-arm64:latest [2023-01-17T13:51:28.509Z] Building security-secretstore-setup [2023-01-17T13:51:28.776Z]  Building security-spire-config ... done Removing intermediate container 57bc302734a8 [2023-01-17T13:51:29.042Z] ---> aa55a56f7c6c [2023-01-17T13:51:29.042Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T13:51:29.042Z] ---> Running in 89165a9ee456 [2023-01-17T13:51:29.629Z] Removing intermediate container 89165a9ee456 [2023-01-17T13:51:29.629Z] ---> 0e77c7ca565d [2023-01-17T13:51:29.629Z] Step 22/24 : LABEL arch=arm64 [2023-01-17T13:51:29.895Z] ---> Running in 2fa2c2aaa46b [2023-01-17T13:51:30.478Z] Removing intermediate container 2fa2c2aaa46b [2023-01-17T13:51:30.478Z] ---> 6afa085234b0 [2023-01-17T13:51:30.478Z] Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:51:30.763Z] ---> Running in 9dfdb9a50bb4 [2023-01-17T13:51:31.344Z] Removing intermediate container 9dfdb9a50bb4 [2023-01-17T13:51:31.344Z] ---> a2ca9664d37c [2023-01-17T13:51:31.344Z] Step 24/24 : LABEL version=3.0.0-dev.19 [2023-01-17T13:51:31.344Z] ---> Running in 20fd1af7e163 [2023-01-17T13:51:31.926Z] Removing intermediate container 20fd1af7e163 [2023-01-17T13:51:31.927Z] ---> 1993ea920a0f [2023-01-17T13:51:31.927Z] [2023-01-17T13:51:32.193Z] Successfully built 1993ea920a0f [2023-01-17T13:51:32.193Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-17T13:51:32.193Z] Building core-command [2023-01-17T13:51:34.133Z]  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:51:34.133Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:51:34.133Z] ---> 8bde7e51806c [2023-01-17T13:51:34.133Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T13:51:34.133Z] ---> Using cache [2023-01-17T13:51:34.133Z] ---> 77dbb77732a3 [2023-01-17T13:51:34.133Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-17T13:51:34.399Z] ---> Running in b69f766b7f58 [2023-01-17T13:51:37.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:51:37.732Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:51:37.732Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:51:37.732Z] ---> 8bde7e51806c [2023-01-17T13:51:37.732Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:51:37.732Z] ---> Using cache [2023-01-17T13:51:37.732Z] ---> e1a201eaf101 [2023-01-17T13:51:37.732Z] Step 4/23 : WORKDIR /edgex-go [2023-01-17T13:51:37.732Z] ---> Using cache [2023-01-17T13:51:37.732Z] ---> 22facda89c26 [2023-01-17T13:51:37.732Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-17T13:51:37.732Z] ---> Using cache [2023-01-17T13:51:37.732Z] ---> 69fc5b043552 [2023-01-17T13:51:37.732Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-17T13:51:37.732Z] ---> Using cache [2023-01-17T13:51:37.732Z] ---> 7b56c3b32db1 [2023-01-17T13:51:37.732Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:51:37.732Z] ---> Using cache [2023-01-17T13:51:37.732Z] ---> 6b216c3b74e0 [2023-01-17T13:51:37.732Z] Step 8/23 : COPY . . [2023-01-17T13:51:37.732Z] ---> Using cache [2023-01-17T13:51:37.732Z] ---> a22a553f2549 [2023-01-17T13:51:37.732Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-17T13:51:37.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:51:38.001Z] ---> Running in edd1a9be84e6 [2023-01-17T13:51:39.414Z] OK: 221 MiB in 51 packages [2023-01-17T13:51:39.996Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-17T13:51:40.951Z] Removing intermediate container b69f766b7f58 [2023-01-17T13:51:40.951Z] ---> 9cbaccd47d45 [2023-01-17T13:51:40.951Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T13:51:42.367Z] ---> 22f2cff39cd0 [2023-01-17T13:51:42.367Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:51:42.634Z] ---> Running in faf5845e4b8d [2023-01-17T13:53:19.253Z] Removing intermediate container faf5845e4b8d [2023-01-17T13:53:19.253Z] ---> 4c128a785e0b [2023-01-17T13:53:19.253Z] Step 7/24 : COPY . . [2023-01-17T13:53:19.253Z] ---> 0eb818864713 [2023-01-17T13:53:19.253Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-17T13:53:19.253Z] ---> Running in 2c82fd8c63d8 [2023-01-17T13:53:19.834Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-17T13:56:26.540Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-17T13:56:38.840Z] Removing intermediate container f87a8de33ca9 [2023-01-17T13:56:38.840Z] ---> 28cc5d7eeea8 [2023-01-17T13:56:38.840Z] [2023-01-17T13:56:38.840Z] Step 9/21 : FROM alpine:3.16 [2023-01-17T13:56:39.105Z] 3.16: Pulling from library/alpine [2023-01-17T13:56:40.509Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T13:56:40.509Z] Status: Downloaded newer image for alpine:3.16 [2023-01-17T13:56:40.509Z] ---> 2b4661558fb8 [2023-01-17T13:56:40.509Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-17T13:56:40.509Z] ---> Running in 12e1c77e26de [2023-01-17T13:56:42.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:56:42.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:56:44.141Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-17T13:56:44.141Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-17T13:56:44.141Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-17T13:56:44.141Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-17T13:56:44.141Z] (5/6) Installing curl (7.83.1-r5) [2023-01-17T13:56:44.141Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-17T13:56:44.141Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:56:44.141Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T13:56:44.727Z] OK: 8 MiB in 20 packages [2023-01-17T13:56:46.672Z] Removing intermediate container 12e1c77e26de [2023-01-17T13:56:46.672Z] ---> 8b008b5a145e [2023-01-17T13:56:46.672Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T13:56:46.672Z] ---> Running in ad18c8c00756 [2023-01-17T13:56:47.256Z] Removing intermediate container ad18c8c00756 [2023-01-17T13:56:47.256Z] ---> 5b8afc10ce5c [2023-01-17T13:56:47.256Z] Step 12/21 : WORKDIR /edgex [2023-01-17T13:56:47.256Z] ---> Running in 89e059193927 [2023-01-17T13:56:47.845Z] Removing intermediate container 89e059193927 [2023-01-17T13:56:47.845Z] ---> 4bc4f2abb9ed [2023-01-17T13:56:47.845Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-17T13:56:48.810Z] ---> aac8e06be184 [2023-01-17T13:56:48.810Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-17T13:56:50.226Z] ---> 3346c411a8ee [2023-01-17T13:56:50.226Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-17T13:56:51.641Z] ---> cfaf1e9c9b4d [2023-01-17T13:56:51.641Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T13:56:52.221Z] ---> 1d5d1d08afc3 [2023-01-17T13:56:52.221Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T13:56:52.486Z] ---> Running in 24917b00b18e [2023-01-17T13:56:55.817Z] Removing intermediate container 24917b00b18e [2023-01-17T13:56:55.817Z] ---> bca3b80a88d8 [2023-01-17T13:56:55.817Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T13:56:55.817Z] ---> Running in d79f3413e188 [2023-01-17T13:56:57.747Z] Removing intermediate container d79f3413e188 [2023-01-17T13:56:57.747Z] ---> c450122af221 [2023-01-17T13:56:57.747Z] Step 19/21 : LABEL arch=arm64 [2023-01-17T13:56:58.013Z] ---> Running in daab9229f99d [2023-01-17T13:56:58.278Z] Removing intermediate container daab9229f99d [2023-01-17T13:56:58.278Z] ---> 1805fc1e1f22 [2023-01-17T13:56:58.278Z] Step 20/21 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:56:58.544Z] ---> Running in 204a28a36b8d [2023-01-17T13:56:58.809Z] Removing intermediate container 204a28a36b8d [2023-01-17T13:56:58.809Z] ---> f7faaf56c4c3 [2023-01-17T13:56:58.809Z] Step 21/21 : LABEL version=3.0.0-dev.19 [2023-01-17T13:56:59.076Z] ---> Running in a9030fb47895 [2023-01-17T13:56:59.654Z] Removing intermediate container a9030fb47895 [2023-01-17T13:56:59.654Z] ---> d2a0f6496873 [2023-01-17T13:56:59.654Z] [2023-01-17T13:56:59.654Z] Successfully built d2a0f6496873 [2023-01-17T13:56:59.654Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-17T13:56:59.654Z]  Building security-proxy-setup ... done Building security-bootstrapper [2023-01-17T13:57:02.994Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:57:02.994Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:57:02.994Z] ---> 8bde7e51806c [2023-01-17T13:57:02.994Z] Step 3/32 : WORKDIR /edgex-go [2023-01-17T13:57:02.994Z] ---> Using cache [2023-01-17T13:57:02.994Z] ---> 77dbb77732a3 [2023-01-17T13:57:02.994Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-17T13:57:02.994Z] ---> Using cache [2023-01-17T13:57:02.994Z] ---> 9cbaccd47d45 [2023-01-17T13:57:02.994Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-17T13:57:02.994Z] ---> Using cache [2023-01-17T13:57:02.994Z] ---> 22f2cff39cd0 [2023-01-17T13:57:02.994Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:57:02.994Z] ---> Using cache [2023-01-17T13:57:02.994Z] ---> 4c128a785e0b [2023-01-17T13:57:02.994Z] Step 7/32 : COPY . . [2023-01-17T13:57:02.994Z] ---> Using cache [2023-01-17T13:57:02.994Z] ---> 0eb818864713 [2023-01-17T13:57:02.994Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-17T13:57:03.262Z] ---> Running in aef08b3256cc [2023-01-17T13:57:04.674Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-17T13:58:12.508Z] Removing intermediate container edd1a9be84e6 [2023-01-17T13:58:12.508Z] ---> 616d0ec4d207 [2023-01-17T13:58:12.508Z] [2023-01-17T13:58:12.508Z] Step 10/23 : FROM alpine:3.16 [2023-01-17T13:58:12.508Z] ---> 2b4661558fb8 [2023-01-17T13:58:12.508Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-17T13:58:12.508Z] ---> Running in e715c8f48a9f [2023-01-17T13:58:12.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:58:12.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:58:12.508Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T13:58:12.508Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:58:12.508Z] OK: 5 MiB in 15 packages [2023-01-17T13:58:12.508Z] Removing intermediate container e715c8f48a9f [2023-01-17T13:58:12.508Z] ---> ae1ea75feefc [2023-01-17T13:58:12.508Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T13:58:12.782Z] ---> Running in 8d89cc905603 [2023-01-17T13:58:13.381Z] Removing intermediate container 8d89cc905603 [2023-01-17T13:58:13.381Z] ---> 30f5c3b93560 [2023-01-17T13:58:13.381Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-17T13:58:13.381Z] ---> Running in e2c244b439f1 [2023-01-17T13:58:13.647Z] Removing intermediate container e2c244b439f1 [2023-01-17T13:58:13.647Z] ---> 95de6cf5e340 [2023-01-17T13:58:13.647Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-17T13:58:13.911Z] ---> Running in 80a1bcf902dc [2023-01-17T13:58:14.182Z] Removing intermediate container 80a1bcf902dc [2023-01-17T13:58:14.182Z] ---> ad8d8c27f724 [2023-01-17T13:58:14.182Z] Step 15/23 : WORKDIR / [2023-01-17T13:58:14.448Z] ---> Running in 4c4ef037cb4d [2023-01-17T13:58:14.713Z] Removing intermediate container 4c4ef037cb4d [2023-01-17T13:58:14.713Z] ---> a82eb45f2de5 [2023-01-17T13:58:14.713Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:58:15.665Z] ---> 0199372986c0 [2023-01-17T13:58:15.665Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-17T13:58:17.618Z] ---> 530c824c4285 [2023-01-17T13:58:17.618Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-17T13:58:18.199Z] ---> 692c94a536cc [2023-01-17T13:58:18.199Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-17T13:58:18.199Z] ---> Running in 32b603282586 [2023-01-17T13:58:18.472Z] Removing intermediate container 32b603282586 [2023-01-17T13:58:18.472Z] ---> 2a324a3ae7f3 [2023-01-17T13:58:18.472Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T13:58:18.744Z] ---> Running in f290d6bb3724 [2023-01-17T13:58:19.016Z] Removing intermediate container f290d6bb3724 [2023-01-17T13:58:19.016Z] ---> a2d514c77d5c [2023-01-17T13:58:19.016Z] Step 21/23 : LABEL arch=arm64 [2023-01-17T13:58:19.016Z] ---> Running in 77669b5b7096 [2023-01-17T13:58:19.595Z] Removing intermediate container 77669b5b7096 [2023-01-17T13:58:19.595Z] ---> 2d2505499c12 [2023-01-17T13:58:19.595Z] Step 22/23 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:58:19.863Z] ---> Running in 0aaf44c5eef2 [2023-01-17T13:58:20.140Z] Removing intermediate container 0aaf44c5eef2 [2023-01-17T13:58:20.140Z] ---> ec8e4b7ba506 [2023-01-17T13:58:20.140Z] Step 23/23 : LABEL version=3.0.0-dev.19 [2023-01-17T13:58:20.407Z] ---> Running in cb90fb6501a6 [2023-01-17T13:58:20.674Z] Removing intermediate container cb90fb6501a6 [2023-01-17T13:58:20.674Z] ---> 107357bb3b06 [2023-01-17T13:58:20.674Z] [2023-01-17T13:58:20.941Z] Successfully built 107357bb3b06 [2023-01-17T13:58:20.941Z] Successfully tagged core-command-arm64:latest [2023-01-17T13:58:20.941Z]  Building core-command ... done Building core-data [2023-01-17T13:58:24.271Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:58:24.271Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:58:24.271Z] ---> 8bde7e51806c [2023-01-17T13:58:24.271Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:58:24.271Z] ---> Using cache [2023-01-17T13:58:24.271Z] ---> e1a201eaf101 [2023-01-17T13:58:24.271Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T13:58:24.271Z] ---> Using cache [2023-01-17T13:58:24.271Z] ---> 22facda89c26 [2023-01-17T13:58:24.271Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T13:58:24.271Z] ---> Using cache [2023-01-17T13:58:24.271Z] ---> 69fc5b043552 [2023-01-17T13:58:24.271Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T13:58:24.271Z] ---> Using cache [2023-01-17T13:58:24.271Z] ---> 7b56c3b32db1 [2023-01-17T13:58:24.271Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:58:24.271Z] ---> Using cache [2023-01-17T13:58:24.271Z] ---> 6b216c3b74e0 [2023-01-17T13:58:24.271Z] Step 8/22 : COPY . . [2023-01-17T13:58:24.271Z] ---> Using cache [2023-01-17T13:58:24.271Z] ---> a22a553f2549 [2023-01-17T13:58:24.271Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-17T13:58:24.271Z] ---> Running in 5287900b7641 [2023-01-17T13:58:26.211Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-17T13:58:48.254Z] Removing intermediate container c405f9d6fb4f [2023-01-17T13:58:48.254Z] ---> b64ba113988b [2023-01-17T13:58:48.254Z] [2023-01-17T13:58:48.254Z] Step 9/19 : FROM alpine:3.15 [2023-01-17T13:58:48.254Z] ---> 8aa73fd46299 [2023-01-17T13:58:48.254Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T13:58:48.254Z] ---> Using cache [2023-01-17T13:58:48.254Z] ---> 872040479043 [2023-01-17T13:58:48.254Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-17T13:58:48.254Z] ---> Running in 0c381e3c5ecf [2023-01-17T13:58:48.254Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-17T13:58:48.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:58:48.520Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:58:49.923Z] v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T13:58:49.923Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T13:58:49.923Z] OK: 15736 distinct packages available [2023-01-17T13:58:49.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:58:50.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:58:51.471Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-17T13:58:51.736Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-17T13:58:52.001Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-17T13:58:52.001Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-17T13:58:52.001Z] (5/9) Installing curl (7.80.0-r5) [2023-01-17T13:58:52.267Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-17T13:58:52.267Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-17T13:58:52.268Z] (8/9) Installing libucontext (1.1-r0) [2023-01-17T13:58:52.268Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-17T13:58:52.268Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T13:58:52.268Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T13:58:52.851Z] OK: 8 MiB in 23 packages [2023-01-17T13:58:55.435Z] Removing intermediate container 0c381e3c5ecf [2023-01-17T13:58:55.435Z] ---> 1ef5dc00fa88 [2023-01-17T13:58:55.435Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T13:58:56.019Z] ---> a7f5abe80c74 [2023-01-17T13:58:56.019Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-17T13:58:58.603Z] ---> d9d1caec9691 [2023-01-17T13:58:58.604Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-17T13:58:59.579Z] ---> 59ce11645e1d [2023-01-17T13:58:59.579Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-17T13:58:59.850Z] ---> Running in 65e0910c95c1 [2023-01-17T13:59:00.433Z] Removing intermediate container 65e0910c95c1 [2023-01-17T13:59:00.433Z] ---> b803d2544f4e [2023-01-17T13:59:00.433Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T13:59:00.433Z] ---> Running in bc832782208f [2023-01-17T13:59:01.583Z] Removing intermediate container bc832782208f [2023-01-17T13:59:01.583Z] ---> 1f762906cb60 [2023-01-17T13:59:01.583Z] Step 17/19 : LABEL arch=arm64 [2023-01-17T13:59:01.583Z] ---> Running in 30cbeb335430 [2023-01-17T13:59:02.212Z] Removing intermediate container 30cbeb335430 [2023-01-17T13:59:02.212Z] ---> 0b1c4d48351b [2023-01-17T13:59:02.212Z] Step 18/19 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:59:02.492Z] ---> Running in f5a12c2bdbb4 [2023-01-17T13:59:03.134Z] Removing intermediate container f5a12c2bdbb4 [2023-01-17T13:59:03.134Z] ---> 4e8ee70646c2 [2023-01-17T13:59:03.134Z] Step 19/19 : LABEL version=3.0.0-dev.19 [2023-01-17T13:59:03.421Z] ---> Running in 65bd49ac6076 [2023-01-17T13:59:04.463Z] Removing intermediate container 65bd49ac6076 [2023-01-17T13:59:04.463Z] ---> 1614a680a5b1 [2023-01-17T13:59:04.463Z] [2023-01-17T13:59:04.463Z] Successfully built 1614a680a5b1 [2023-01-17T13:59:04.463Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-17T13:59:04.463Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2023-01-17T13:59:09.839Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:59:09.839Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:59:09.839Z] ---> 8bde7e51806c [2023-01-17T13:59:09.839Z] Step 3/23 : WORKDIR /edgex-go [2023-01-17T13:59:09.839Z] ---> Using cache [2023-01-17T13:59:09.839Z] ---> 77dbb77732a3 [2023-01-17T13:59:09.839Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T13:59:09.839Z] ---> Using cache [2023-01-17T13:59:09.839Z] ---> 7ceaca6a6e49 [2023-01-17T13:59:09.839Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-17T13:59:09.839Z] ---> Using cache [2023-01-17T13:59:09.839Z] ---> acc2163c2458 [2023-01-17T13:59:09.839Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:59:09.839Z] ---> Using cache [2023-01-17T13:59:09.839Z] ---> 9e895a05d280 [2023-01-17T13:59:09.839Z] Step 7/23 : COPY . . [2023-01-17T13:59:09.839Z] ---> Using cache [2023-01-17T13:59:09.839Z] ---> e47a24daa3ea [2023-01-17T13:59:09.839Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T13:59:09.839Z] ---> Using cache [2023-01-17T13:59:09.839Z] ---> 5971beef3371 [2023-01-17T13:59:09.839Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-17T13:59:09.839Z] ---> Using cache [2023-01-17T13:59:09.839Z] ---> 773b42f1aa91 [2023-01-17T13:59:09.839Z] 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 [2023-01-17T13:59:09.839Z] ---> Running in 44e85edf6cb0 [2023-01-17T13:59:10.122Z] Removing intermediate container 2c82fd8c63d8 [2023-01-17T13:59:10.122Z] ---> 7d6d165b37af [2023-01-17T13:59:10.122Z] [2023-01-17T13:59:10.122Z] Step 9/24 : FROM alpine:3.16 [2023-01-17T13:59:10.122Z] ---> 2b4661558fb8 [2023-01-17T13:59:10.122Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-17T13:59:10.397Z] ---> Running in 340118a45178 [2023-01-17T13:59:12.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:59:13.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:59:13.521Z] Removing intermediate container 44e85edf6cb0 [2023-01-17T13:59:13.521Z] ---> ae4e6fb67893 [2023-01-17T13:59:13.521Z] Step 11/23 : WORKDIR /edgex-go [2023-01-17T13:59:13.789Z] ---> Running in 816977af66a5 [2023-01-17T13:59:14.375Z] Removing intermediate container 816977af66a5 [2023-01-17T13:59:14.375Z] ---> bf7fd62d385b [2023-01-17T13:59:14.375Z] [2023-01-17T13:59:14.375Z] Step 12/23 : FROM alpine:3.15 [2023-01-17T13:59:14.375Z] ---> 8aa73fd46299 [2023-01-17T13:59:14.375Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T13:59:14.375Z] ---> Using cache [2023-01-17T13:59:14.375Z] ---> 872040479043 [2023-01-17T13:59:14.375Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T13:59:14.375Z] ---> Using cache [2023-01-17T13:59:14.375Z] ---> af1f76fecd3b [2023-01-17T13:59:14.375Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T13:59:14.962Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-17T13:59:14.962Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-17T13:59:14.962Z] (3/3) Installing su-exec (0.2-r1) [2023-01-17T13:59:14.962Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T13:59:14.962Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T13:59:15.545Z] OK: 6 MiB in 17 packages [2023-01-17T13:59:18.153Z] Removing intermediate container 340118a45178 [2023-01-17T13:59:18.153Z] ---> 9e2c05609f22 [2023-01-17T13:59:18.153Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T13:59:18.153Z] ---> Running in 0643e7b5347f [2023-01-17T13:59:19.118Z] Removing intermediate container 0643e7b5347f [2023-01-17T13:59:19.118Z] ---> 57977bd7fb04 [2023-01-17T13:59:19.118Z] Step 12/24 : WORKDIR / [2023-01-17T13:59:19.118Z] ---> Running in 583e874977a1 [2023-01-17T13:59:20.084Z] Removing intermediate container 583e874977a1 [2023-01-17T13:59:20.084Z] ---> e2fedfb5f733 [2023-01-17T13:59:20.084Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-17T13:59:22.034Z] ---> 78f7d5cb91b9 [2023-01-17T13:59:22.034Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-17T13:59:22.994Z] ---> 4da7f18434e5 [2023-01-17T13:59:22.994Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T13:59:22.994Z] ---> b5d22fdfdc4a [2023-01-17T13:59:22.994Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-17T13:59:23.956Z] ---> 2e1a328ce036 [2023-01-17T13:59:23.956Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-17T13:59:24.223Z] ---> d2370a783f91 [2023-01-17T13:59:24.223Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-17T13:59:25.181Z] ---> 94c804259f0d [2023-01-17T13:59:25.181Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-17T13:59:25.447Z] ---> 9f297ed72d0b [2023-01-17T13:59:25.447Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-17T13:59:26.403Z] ---> ebca485ff9dd [2023-01-17T13:59:26.403Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T13:59:26.671Z] ---> Running in 4a725b4357c4 [2023-01-17T13:59:27.257Z] Removing intermediate container 4a725b4357c4 [2023-01-17T13:59:27.257Z] ---> 29c59e556bf3 [2023-01-17T13:59:27.257Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T13:59:27.257Z] ---> f2e5fcb8e7da [2023-01-17T13:59:27.257Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-17T13:59:27.523Z] ---> Running in 7c72f3f3029d [2023-01-17T13:59:28.103Z] Removing intermediate container 7c72f3f3029d [2023-01-17T13:59:28.103Z] ---> 0542f921670f [2023-01-17T13:59:28.103Z] Step 21/23 : LABEL arch=arm64 [2023-01-17T13:59:28.370Z] ---> Running in 7d148d8f8bc7 [2023-01-17T13:59:29.333Z] Removing intermediate container 7d148d8f8bc7 [2023-01-17T13:59:29.333Z] ---> 2545d84d35fe [2023-01-17T13:59:29.333Z] Step 22/23 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:59:29.333Z] ---> Running in 3a8ec36d01cf [2023-01-17T13:59:30.309Z] ---> 3b340161f04e [2023-01-17T13:59:30.309Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T13:59:30.309Z] Removing intermediate container 3a8ec36d01cf [2023-01-17T13:59:30.309Z] ---> acced4b4b094 [2023-01-17T13:59:30.309Z] Step 23/23 : LABEL version=3.0.0-dev.19 [2023-01-17T13:59:30.309Z] ---> Running in 283ea55ad23b [2023-01-17T13:59:30.891Z] Removing intermediate container 283ea55ad23b [2023-01-17T13:59:30.891Z] ---> a166dfa26f70 [2023-01-17T13:59:30.891Z] [2023-01-17T13:59:31.160Z] Successfully built a166dfa26f70 [2023-01-17T13:59:31.160Z] Successfully tagged security-spire-server-arm64:latest [2023-01-17T13:59:31.160Z] Building support-notifications [2023-01-17T13:59:31.160Z]  Building security-spire-server ... done  ---> 4962b717a7fa [2023-01-17T13:59:31.160Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T13:59:31.425Z] ---> Running in 531e3a51895e [2023-01-17T13:59:34.768Z] Removing intermediate container 531e3a51895e [2023-01-17T13:59:34.768Z] ---> 0f1bb2ef0fa5 [2023-01-17T13:59:34.768Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T13:59:35.035Z] ---> Running in 3c453d03d78e [2023-01-17T13:59:35.617Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:59:35.617Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:59:35.617Z] ---> 8bde7e51806c [2023-01-17T13:59:35.617Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:59:35.617Z] ---> Using cache [2023-01-17T13:59:35.617Z] ---> e1a201eaf101 [2023-01-17T13:59:35.617Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T13:59:35.617Z] ---> Using cache [2023-01-17T13:59:35.617Z] ---> 22facda89c26 [2023-01-17T13:59:35.617Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-17T13:59:35.617Z] ---> Running in 3061135c7600 [2023-01-17T13:59:35.884Z] Removing intermediate container 3c453d03d78e [2023-01-17T13:59:35.884Z] ---> 38a5bbdfa4d5 [2023-01-17T13:59:35.884Z] Step 22/24 : LABEL arch=arm64 [2023-01-17T13:59:36.150Z] ---> Running in 1b399176448c [2023-01-17T13:59:37.109Z] Removing intermediate container 1b399176448c [2023-01-17T13:59:37.109Z] ---> 974c34b16a3e [2023-01-17T13:59:37.109Z] Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T13:59:37.109Z] ---> Running in 424e954aa6da [2023-01-17T13:59:37.694Z] Removing intermediate container 424e954aa6da [2023-01-17T13:59:37.694Z] ---> 8a690a47f20a [2023-01-17T13:59:37.694Z] Step 24/24 : LABEL version=3.0.0-dev.19 [2023-01-17T13:59:37.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T13:59:37.965Z] ---> Running in 7a3bbe44d3ab [2023-01-17T13:59:38.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T13:59:38.500Z] Removing intermediate container 7a3bbe44d3ab [2023-01-17T13:59:38.500Z] ---> 494668f0ff7c [2023-01-17T13:59:38.500Z] [2023-01-17T13:59:38.777Z] Successfully built 494668f0ff7c [2023-01-17T13:59:38.777Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-17T13:59:38.777Z]  Building security-secretstore-setup ... done Building core-metadata [2023-01-17T13:59:39.732Z] OK: 221 MiB in 51 packages [2023-01-17T13:59:41.140Z] Removing intermediate container 3061135c7600 [2023-01-17T13:59:41.140Z] ---> c80f746739c5 [2023-01-17T13:59:41.140Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T13:59:42.098Z] ---> cb4ea0fa3220 [2023-01-17T13:59:42.098Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:59:42.365Z] ---> Running in 6da3b26e3265 [2023-01-17T13:59:43.323Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T13:59:43.323Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T13:59:43.323Z] ---> 8bde7e51806c [2023-01-17T13:59:43.323Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-17T13:59:43.323Z] ---> Using cache [2023-01-17T13:59:43.323Z] ---> e1a201eaf101 [2023-01-17T13:59:43.323Z] Step 4/24 : WORKDIR /edgex-go [2023-01-17T13:59:43.323Z] ---> Using cache [2023-01-17T13:59:43.323Z] ---> 22facda89c26 [2023-01-17T13:59:43.323Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-17T13:59:43.323Z] ---> Using cache [2023-01-17T13:59:43.323Z] ---> 69fc5b043552 [2023-01-17T13:59:43.323Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-17T13:59:43.323Z] ---> Using cache [2023-01-17T13:59:43.323Z] ---> 7b56c3b32db1 [2023-01-17T13:59:43.323Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T13:59:43.323Z] ---> Using cache [2023-01-17T13:59:43.323Z] ---> 6b216c3b74e0 [2023-01-17T13:59:43.323Z] Step 8/24 : COPY . . [2023-01-17T13:59:43.589Z] ---> Using cache [2023-01-17T13:59:43.589Z] ---> a22a553f2549 [2023-01-17T13:59:43.589Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-17T13:59:43.858Z] ---> Running in ce196814c96b [2023-01-17T13:59:45.797Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-17T14:00:12.456Z] Removing intermediate container eeebdb115281 [2023-01-17T14:00:12.456Z] ---> 744c77f84c96 [2023-01-17T14:00:12.456Z] [2023-01-17T14:00:12.456Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T14:00:12.456Z] ---> 2b4661558fb8 [2023-01-17T14:00:12.456Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T14:00:12.456Z] ---> Using cache [2023-01-17T14:00:12.456Z] ---> ae1ea75feefc [2023-01-17T14:00:12.456Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T14:00:12.456Z] ---> Using cache [2023-01-17T14:00:12.456Z] ---> 30f5c3b93560 [2023-01-17T14:00:12.456Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-17T14:00:12.456Z] ---> Running in ba9941ac9ee8 [2023-01-17T14:00:12.456Z] Removing intermediate container ba9941ac9ee8 [2023-01-17T14:00:12.456Z] ---> 4084e2f44056 [2023-01-17T14:00:12.456Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T14:00:12.456Z] ---> Running in ef2451f138e3 [2023-01-17T14:00:12.456Z] Removing intermediate container ef2451f138e3 [2023-01-17T14:00:12.456Z] ---> cedf99855cb0 [2023-01-17T14:00:12.456Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T14:00:12.456Z] ---> 3f77e61388bf [2023-01-17T14:00:12.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-17T14:00:17.810Z] ---> a83bafbad76e [2023-01-17T14:00:17.810Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-17T14:00:18.081Z] ---> 71d4153560f4 [2023-01-17T14:00:18.081Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-17T14:00:18.362Z] ---> Running in bc2094abb709 [2023-01-17T14:00:18.628Z] Removing intermediate container bc2094abb709 [2023-01-17T14:00:18.628Z] ---> d534009ad670 [2023-01-17T14:00:18.628Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T14:00:18.893Z] ---> Running in b30ebd606ec2 [2023-01-17T14:00:19.474Z] Removing intermediate container b30ebd606ec2 [2023-01-17T14:00:19.474Z] ---> cc6921e025ae [2023-01-17T14:00:19.474Z] Step 20/22 : LABEL arch=arm64 [2023-01-17T14:00:19.474Z] ---> Running in abfc3501aded [2023-01-17T14:00:20.068Z] Removing intermediate container abfc3501aded [2023-01-17T14:00:20.068Z] ---> ef8ea96f9249 [2023-01-17T14:00:20.068Z] Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:00:20.342Z] ---> Running in 014a573d6536 [2023-01-17T14:00:20.923Z] Removing intermediate container 014a573d6536 [2023-01-17T14:00:20.923Z] ---> 59e1e21d2b4f [2023-01-17T14:00:20.923Z] Step 22/22 : LABEL version=3.0.0-dev.19 [2023-01-17T14:00:20.923Z] ---> Running in b4b7f41d0195 [2023-01-17T14:00:21.519Z] Removing intermediate container b4b7f41d0195 [2023-01-17T14:00:21.520Z] ---> 289325400101 [2023-01-17T14:00:21.520Z] [2023-01-17T14:00:21.520Z] Successfully built 289325400101 [2023-01-17T14:00:21.520Z] Successfully tagged support-scheduler-arm64:latest [2023-01-17T14:01:17.893Z]  Building support-scheduler ... done Removing intermediate container 6da3b26e3265 [2023-01-17T14:01:17.893Z] ---> 99082381c6bd [2023-01-17T14:01:17.893Z] Step 8/22 : COPY . . [2023-01-17T14:01:17.893Z] ---> 2f63b8f3d0f0 [2023-01-17T14:01:17.893Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-17T14:01:17.893Z] ---> Running in 05cfeebc35de [2023-01-17T14:01:19.851Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-17T14:02:42.628Z] Removing intermediate container aef08b3256cc [2023-01-17T14:02:42.628Z] ---> d1a79df8b0bb [2023-01-17T14:02:42.628Z] [2023-01-17T14:02:42.628Z] Step 9/32 : FROM alpine:3.16 [2023-01-17T14:02:42.628Z] ---> 2b4661558fb8 [2023-01-17T14:02:42.628Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T14:02:42.628Z] ---> Running in 3da3036df531 [2023-01-17T14:02:42.628Z] Removing intermediate container 3da3036df531 [2023-01-17T14:02:42.628Z] ---> a5cab48a2831 [2023-01-17T14:02:42.628Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-17T14:02:42.628Z] ---> Running in f45c2add53d2 [2023-01-17T14:02:42.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T14:02:42.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T14:02:42.628Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-17T14:02:42.628Z] (2/2) Installing su-exec (0.2-r1) [2023-01-17T14:02:42.628Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T14:02:42.628Z] OK: 5 MiB in 16 packages [2023-01-17T14:02:42.628Z] Removing intermediate container f45c2add53d2 [2023-01-17T14:02:42.628Z] ---> 4a5adba228dc [2023-01-17T14:02:42.628Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-17T14:02:42.628Z] ---> Running in 9d2b61bc5571 [2023-01-17T14:02:42.628Z] Removing intermediate container 9d2b61bc5571 [2023-01-17T14:02:42.628Z] ---> 2d2d9cc76d97 [2023-01-17T14:02:42.628Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-17T14:02:42.628Z] ---> Running in eccbfe135e33 [2023-01-17T14:02:42.628Z] Removing intermediate container eccbfe135e33 [2023-01-17T14:02:42.628Z] ---> 8895f3534d68 [2023-01-17T14:02:42.628Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-17T14:02:42.628Z] ---> Running in e667e709dd66 [2023-01-17T14:02:42.628Z] Removing intermediate container e667e709dd66 [2023-01-17T14:02:42.628Z] ---> 077ef61f23bd [2023-01-17T14:02:42.628Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-17T14:02:42.628Z] ---> Running in 555e2ae7f122 [2023-01-17T14:02:42.628Z] Removing intermediate container 555e2ae7f122 [2023-01-17T14:02:42.628Z] ---> 43d3f036c9e1 [2023-01-17T14:02:42.628Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-17T14:02:42.628Z] ---> Running in e4f74199b7a9 [2023-01-17T14:02:42.628Z] Removing intermediate container e4f74199b7a9 [2023-01-17T14:02:42.628Z] ---> a6053e2f1340 [2023-01-17T14:02:42.628Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-17T14:02:42.628Z] ---> Running in 8fd74577cf77 [2023-01-17T14:02:42.628Z] Removing intermediate container 8fd74577cf77 [2023-01-17T14:02:42.628Z] ---> d4eaedacd328 [2023-01-17T14:02:42.628Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-17T14:02:42.628Z] ---> e3d8265cbc8d [2023-01-17T14:02:42.628Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-17T14:02:42.628Z] ---> Running in fb9918ef066d [2023-01-17T14:02:44.570Z] Removing intermediate container fb9918ef066d [2023-01-17T14:02:44.570Z] ---> f4a32e837f7e [2023-01-17T14:02:44.570Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T14:02:45.531Z] ---> 8f87738aba92 [2023-01-17T14:02:45.531Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-17T14:02:47.481Z] ---> 397fe599638e [2023-01-17T14:02:47.481Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-17T14:02:48.068Z] ---> 71735b5a2fe7 [2023-01-17T14:02:48.068Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-17T14:02:49.033Z] ---> a9bfb249f329 [2023-01-17T14:02:49.033Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-17T14:02:50.001Z] ---> fc0779bcb75c [2023-01-17T14:02:50.001Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-17T14:02:50.963Z] ---> df90e502b8eb [2023-01-17T14:02:50.963Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-17T14:02:51.923Z] ---> 2007c9834045 [2023-01-17T14:02:51.923Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-17T14:02:51.923Z] ---> Running in b7e51846647a [2023-01-17T14:02:55.273Z] Removing intermediate container b7e51846647a [2023-01-17T14:02:55.273Z] ---> 1f1400e2cfd2 [2023-01-17T14:02:55.273Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-17T14:02:55.273Z] ---> Running in 987ff86be122 [2023-01-17T14:02:55.273Z] Removing intermediate container 987ff86be122 [2023-01-17T14:02:55.541Z] ---> 2445e14e7b8b [2023-01-17T14:02:55.541Z] Step 29/32 : CMD ["gate"] [2023-01-17T14:02:55.541Z] ---> Running in e0f0f3b92e60 [2023-01-17T14:02:55.810Z] Removing intermediate container e0f0f3b92e60 [2023-01-17T14:02:56.075Z] ---> d06db61a39ab [2023-01-17T14:02:56.075Z] Step 30/32 : LABEL arch=arm64 [2023-01-17T14:02:56.075Z] ---> Running in 09e840f49f11 [2023-01-17T14:02:56.657Z] Removing intermediate container 09e840f49f11 [2023-01-17T14:02:56.658Z] ---> f94cf8ed51cf [2023-01-17T14:02:56.658Z] Step 31/32 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:02:56.923Z] ---> Running in bf078f09f448 [2023-01-17T14:02:57.191Z] Removing intermediate container bf078f09f448 [2023-01-17T14:02:57.191Z] ---> 6999859cc696 [2023-01-17T14:02:57.191Z] Step 32/32 : LABEL version=3.0.0-dev.19 [2023-01-17T14:02:57.459Z] ---> Running in 30bb8c1f615b [2023-01-17T14:02:57.723Z] Removing intermediate container 30bb8c1f615b [2023-01-17T14:02:57.723Z] ---> 5de3933fc0a8 [2023-01-17T14:02:57.723Z] [2023-01-17T14:02:57.988Z] Successfully built 5de3933fc0a8 [2023-01-17T14:02:57.988Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-17T14:03:54.344Z]  Building security-bootstrapper ... done Removing intermediate container 5287900b7641 [2023-01-17T14:03:54.344Z] ---> 60bd798dbfe0 [2023-01-17T14:03:54.344Z] [2023-01-17T14:03:54.344Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T14:03:54.344Z] ---> 2b4661558fb8 [2023-01-17T14:03:54.344Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-17T14:03:54.344Z] ---> Running in 96a67ca895d6 [2023-01-17T14:03:54.344Z] Removing intermediate container 96a67ca895d6 [2023-01-17T14:03:54.344Z] ---> 3e3fc3642252 [2023-01-17T14:03:54.344Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-17T14:03:54.344Z] ---> Running in 7084dddd4928 [2023-01-17T14:03:54.344Z] Removing intermediate container 7084dddd4928 [2023-01-17T14:03:54.344Z] ---> 24d677357cfa [2023-01-17T14:03:54.344Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-17T14:03:54.344Z] ---> Running in 7abebc0fec86 [2023-01-17T14:03:54.344Z] Removing intermediate container 7abebc0fec86 [2023-01-17T14:03:54.344Z] ---> d056d5f8bad8 [2023-01-17T14:03:54.344Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T14:03:54.344Z] ---> Running in 0315fe97f760 [2023-01-17T14:03:54.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T14:03:54.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T14:03:54.344Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T14:03:54.344Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T14:03:54.344Z] OK: 5 MiB in 15 packages [2023-01-17T14:03:54.922Z] Removing intermediate container 0315fe97f760 [2023-01-17T14:03:54.922Z] ---> 4cf8a8e9af52 [2023-01-17T14:03:54.922Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T14:03:55.877Z] ---> 017086058fa2 [2023-01-17T14:03:55.877Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-17T14:03:57.281Z] ---> 19bfbec195ce [2023-01-17T14:03:57.281Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-17T14:03:59.850Z] ---> 40da8a672e8c [2023-01-17T14:03:59.850Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-17T14:03:59.850Z] ---> Running in ebd8968f513a [2023-01-17T14:04:00.443Z] Removing intermediate container ebd8968f513a [2023-01-17T14:04:00.443Z] ---> 20876dbe5095 [2023-01-17T14:04:00.443Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T14:04:00.715Z] ---> Running in 79a973bff040 [2023-01-17T14:04:01.000Z] Removing intermediate container 79a973bff040 [2023-01-17T14:04:01.000Z] ---> 8bce929c0182 [2023-01-17T14:04:01.000Z] Step 20/22 : LABEL arch=arm64 [2023-01-17T14:04:01.265Z] ---> Running in 94b1f2fb8773 [2023-01-17T14:04:01.845Z] Removing intermediate container 94b1f2fb8773 [2023-01-17T14:04:01.845Z] ---> ec340c82d569 [2023-01-17T14:04:01.845Z] Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:04:01.845Z] ---> Running in 45a619207920 [2023-01-17T14:04:02.423Z] Removing intermediate container 45a619207920 [2023-01-17T14:04:02.423Z] ---> 1a81f545df05 [2023-01-17T14:04:02.423Z] Step 22/22 : LABEL version=3.0.0-dev.19 [2023-01-17T14:04:02.423Z] ---> Running in f1a9fb4b6442 [2023-01-17T14:04:02.687Z] Removing intermediate container f1a9fb4b6442 [2023-01-17T14:04:02.687Z] ---> a5d73d1cb7c7 [2023-01-17T14:04:02.687Z] [2023-01-17T14:04:02.952Z] Successfully built a5d73d1cb7c7 [2023-01-17T14:04:02.952Z] Successfully tagged core-data-arm64:latest [2023-01-17T14:04:29.909Z]  Building core-data ... done Removing intermediate container ce196814c96b [2023-01-17T14:04:29.909Z] ---> dae0c5096b7f [2023-01-17T14:04:29.909Z] [2023-01-17T14:04:29.909Z] Step 10/24 : FROM alpine:3.16 [2023-01-17T14:04:29.909Z] ---> 2b4661558fb8 [2023-01-17T14:04:29.909Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-17T14:04:29.909Z] ---> Using cache [2023-01-17T14:04:29.909Z] ---> ae1ea75feefc [2023-01-17T14:04:29.909Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T14:04:29.909Z] ---> Using cache [2023-01-17T14:04:29.909Z] ---> 30f5c3b93560 [2023-01-17T14:04:29.909Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-17T14:04:29.909Z] ---> Running in 2169595cf66c [2023-01-17T14:04:29.909Z] Removing intermediate container 2169595cf66c [2023-01-17T14:04:29.909Z] ---> b8a0558ecb9e [2023-01-17T14:04:29.909Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-17T14:04:29.909Z] ---> Running in 58ddf65a3aba [2023-01-17T14:04:29.909Z] Removing intermediate container 58ddf65a3aba [2023-01-17T14:04:29.909Z] ---> b1d3874acc51 [2023-01-17T14:04:29.909Z] Step 15/24 : WORKDIR / [2023-01-17T14:04:29.909Z] ---> Running in 4e3e1424e547 [2023-01-17T14:04:29.909Z] Removing intermediate container 4e3e1424e547 [2023-01-17T14:04:29.909Z] ---> 785e1054379b [2023-01-17T14:04:29.909Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T14:04:29.909Z] ---> 39e2c743139b [2023-01-17T14:04:29.909Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-17T14:04:29.909Z] ---> c08931ea68fe [2023-01-17T14:04:29.909Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-17T14:04:30.869Z] ---> e516060e6e24 [2023-01-17T14:04:30.869Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-17T14:04:31.823Z] ---> 0356ea94b01b [2023-01-17T14:04:31.823Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-17T14:04:31.823Z] ---> Running in 0cc502115d6a [2023-01-17T14:04:32.087Z] Removing intermediate container 0cc502115d6a [2023-01-17T14:04:32.087Z] ---> c7913aad9930 [2023-01-17T14:04:32.087Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T14:04:32.087Z] ---> Running in d785d0ca018f [2023-01-17T14:04:32.673Z] Removing intermediate container d785d0ca018f [2023-01-17T14:04:32.673Z] ---> 35816dcc4e0d [2023-01-17T14:04:32.674Z] Step 22/24 : LABEL arch=arm64 [2023-01-17T14:04:32.674Z] ---> Running in 08cf7b6d8d56 [2023-01-17T14:04:33.252Z] Removing intermediate container 08cf7b6d8d56 [2023-01-17T14:04:33.252Z] ---> 79c6058fefa3 [2023-01-17T14:04:33.252Z] Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:04:33.252Z] ---> Running in 9f41f7ef78a1 [2023-01-17T14:04:33.837Z] Removing intermediate container 9f41f7ef78a1 [2023-01-17T14:04:33.837Z] ---> 279b365f260d [2023-01-17T14:04:33.837Z] Step 24/24 : LABEL version=3.0.0-dev.19 [2023-01-17T14:04:33.837Z] ---> Running in c13e1f6cc797 [2023-01-17T14:04:34.418Z] Removing intermediate container c13e1f6cc797 [2023-01-17T14:04:34.418Z] ---> 8eaf85797f86 [2023-01-17T14:04:34.418Z] [2023-01-17T14:04:34.418Z] Successfully built 8eaf85797f86 [2023-01-17T14:04:34.418Z] Successfully tagged core-metadata-arm64:latest [2023-01-17T14:05:30.796Z]  Building core-metadata ... done Removing intermediate container 05cfeebc35de [2023-01-17T14:05:30.796Z] ---> 1729bab1bb9a [2023-01-17T14:05:30.796Z] [2023-01-17T14:05:30.796Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T14:05:30.796Z] ---> 2b4661558fb8 [2023-01-17T14:05:30.796Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-17T14:05:30.796Z] ---> Running in 2f3fcf4c03f5 [2023-01-17T14:05:30.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T14:05:30.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T14:05:30.796Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-17T14:05:30.796Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-17T14:05:30.796Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T14:05:30.796Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T14:05:30.796Z] OK: 6 MiB in 16 packages [2023-01-17T14:05:30.796Z] Removing intermediate container 2f3fcf4c03f5 [2023-01-17T14:05:30.796Z] ---> f290003ab92e [2023-01-17T14:05:30.796Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T14:05:30.796Z] ---> Running in ec80e5ca14e7 [2023-01-17T14:05:30.796Z] Removing intermediate container ec80e5ca14e7 [2023-01-17T14:05:30.796Z] ---> 1f5cbe5f0a9b [2023-01-17T14:05:30.796Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-17T14:05:30.796Z] ---> Running in 348f5cba321a [2023-01-17T14:05:30.796Z] Removing intermediate container 348f5cba321a [2023-01-17T14:05:30.796Z] ---> 0b5e6f0e6438 [2023-01-17T14:05:30.796Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T14:05:30.796Z] ---> Running in d20411ffef70 [2023-01-17T14:05:30.796Z] Removing intermediate container d20411ffef70 [2023-01-17T14:05:30.796Z] ---> 0019f6fedf5a [2023-01-17T14:05:30.796Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T14:05:30.796Z] ---> d9e2151af83f [2023-01-17T14:05:30.796Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-17T14:05:30.796Z] ---> 33292ad2be0f [2023-01-17T14:05:30.796Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-17T14:05:30.796Z] ---> 69150eb681f6 [2023-01-17T14:05:30.796Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-17T14:05:30.796Z] ---> Running in c861bcaa2c59 [2023-01-17T14:05:30.796Z] Removing intermediate container c861bcaa2c59 [2023-01-17T14:05:30.796Z] ---> 55895edd761e [2023-01-17T14:05:30.796Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T14:05:30.796Z] ---> Running in ca37806b808e [2023-01-17T14:05:30.796Z] Removing intermediate container ca37806b808e [2023-01-17T14:05:30.796Z] ---> 61db18eca667 [2023-01-17T14:05:30.796Z] Step 20/22 : LABEL arch=arm64 [2023-01-17T14:05:30.796Z] ---> Running in a34fb8201113 [2023-01-17T14:05:30.796Z] Removing intermediate container a34fb8201113 [2023-01-17T14:05:30.796Z] ---> 9e4910b04ac5 [2023-01-17T14:05:30.796Z] Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:31.063Z] ---> Running in b3fce3f036bd [2023-01-17T14:05:31.328Z] Removing intermediate container b3fce3f036bd [2023-01-17T14:05:31.328Z] ---> b8cacedaaf57 [2023-01-17T14:05:31.328Z] Step 22/22 : LABEL version=3.0.0-dev.19 [2023-01-17T14:05:31.328Z] ---> Running in b474d89d06bd [2023-01-17T14:05:31.594Z] Removing intermediate container b474d89d06bd [2023-01-17T14:05:31.594Z] ---> d56daa0ba6b4 [2023-01-17T14:05:31.594Z] [2023-01-17T14:05:31.594Z] Successfully built d56daa0ba6b4 [2023-01-17T14:05:31.594Z] Successfully tagged support-notifications-arm64:latest [2023-01-17T14:05:31.870Z]  Building support-notifications ... done  [Pipeline] } [2023-01-17T14:05:31.875Z] $ docker stop --time=1 d218a7654e04bbd640613b5b59abd4aeee719530041d891cc65f4332bff5a57d [2023-01-17T14:05:33.484Z] $ docker rm -f --volumes d218a7654e04bbd640613b5b59abd4aeee719530041d891cc65f4332bff5a57d [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T14:05:33.945Z] + docker images [2023-01-17T14:05:34.210Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-17T14:05:34.210Z] support-notifications-arm64 latest d56daa0ba6b4 2 seconds ago 29.6MB [2023-01-17T14:05:34.210Z] 1729bab1bb9a 13 seconds ago 1.41GB [2023-01-17T14:05:34.210Z] core-metadata-arm64 latest 8eaf85797f86 59 seconds ago 17.8MB [2023-01-17T14:05:34.210Z] dae0c5096b7f About a minute ago 1.35GB [2023-01-17T14:05:34.210Z] core-data-arm64 latest a5d73d1cb7c7 About a minute ago 17.2MB [2023-01-17T14:05:34.210Z] 60bd798dbfe0 About a minute ago 1.35GB [2023-01-17T14:05:34.210Z] security-bootstrapper-arm64 latest 5de3933fc0a8 2 minutes ago 19.5MB [2023-01-17T14:05:34.210Z] d1a79df8b0bb 3 minutes ago 1.33GB [2023-01-17T14:05:34.210Z] support-scheduler-arm64 latest 289325400101 5 minutes ago 29MB [2023-01-17T14:05:34.210Z] 744c77f84c96 5 minutes ago 1.4GB [2023-01-17T14:05:34.210Z] security-secretstore-setup-arm64 latest 494668f0ff7c 5 minutes ago 28.7MB [2023-01-17T14:05:34.210Z] security-spire-server-arm64 latest a166dfa26f70 6 minutes ago 84.3MB [2023-01-17T14:05:34.210Z] bf7fd62d385b 6 minutes ago 1.21GB [2023-01-17T14:05:34.210Z] 7d6d165b37af 6 minutes ago 1.33GB [2023-01-17T14:05:34.210Z] security-spiffe-token-provider-arm64 latest 1614a680a5b1 6 minutes ago 28.9MB [2023-01-17T14:05:34.210Z] b64ba113988b 6 minutes ago 1.37GB [2023-01-17T14:05:34.210Z] core-command-arm64 latest 107357bb3b06 7 minutes ago 17MB [2023-01-17T14:05:34.210Z] 616d0ec4d207 7 minutes ago 1.34GB [2023-01-17T14:05:34.210Z] security-proxy-setup-arm64 latest d2a0f6496873 8 minutes ago 26.8MB [2023-01-17T14:05:34.210Z] 28cc5d7eeea8 8 minutes ago 1.33GB [2023-01-17T14:05:34.210Z] security-spire-agent-arm64 latest 1993ea920a0f 14 minutes ago 122MB [2023-01-17T14:05:34.210Z] security-spire-config-arm64 latest 8f70fd44ce18 14 minutes ago 83.6MB [2023-01-17T14:05:34.210Z] 007398e4b46e 14 minutes ago 1.21GB [2023-01-17T14:05:34.210Z] f517de0476fc 14 minutes ago 1.21GB [2023-01-17T14:05:34.210Z] ci-base-image-arm64 latest 8bde7e51806c 17 minutes ago 905MB [2023-01-17T14:05:34.211Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-17T14:05:34.211Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-17T14:05:34.211Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-17T14:05:34.211Z] 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 [2023-01-17T14:05:34.339Z] provisioning config files... [2023-01-17T14:05:34.357Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config9933452620150060358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:05:34.711Z] ---> docker-login.sh [2023-01-17T14:05:34.711Z] nexus3.edgexfoundry.org:10001 [2023-01-17T14:05:34.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T14:05:34.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T14:05:34.975Z] Configure a credential helper to remove this warning. See [2023-01-17T14:05:34.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T14:05:34.975Z] [2023-01-17T14:05:34.975Z] Login Succeeded [2023-01-17T14:05:35.240Z] nexus3.edgexfoundry.org:10002 [2023-01-17T14:05:35.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T14:05:35.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T14:05:35.505Z] Configure a credential helper to remove this warning. See [2023-01-17T14:05:35.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T14:05:35.505Z] [2023-01-17T14:05:35.505Z] Login Succeeded [2023-01-17T14:05:35.505Z] nexus3.edgexfoundry.org:10003 [2023-01-17T14:05:35.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T14:05:35.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T14:05:35.768Z] Configure a credential helper to remove this warning. See [2023-01-17T14:05:35.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T14:05:35.768Z] [2023-01-17T14:05:35.768Z] Login Succeeded [2023-01-17T14:05:35.768Z] nexus3.edgexfoundry.org:10004 [2023-01-17T14:05:36.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T14:05:36.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T14:05:36.033Z] Configure a credential helper to remove this warning. See [2023-01-17T14:05:36.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T14:05:36.033Z] [2023-01-17T14:05:36.033Z] Login Succeeded [2023-01-17T14:05:36.033Z] docker.io [2023-01-17T14:05:36.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T14:05:36.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T14:05:36.561Z] Configure a credential helper to remove this warning. See [2023-01-17T14:05:36.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T14:05:36.561Z] [2023-01-17T14:05:36.561Z] Login Succeeded [2023-01-17T14:05:36.561Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T14:05:36.574Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:05:36.604Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T14:05:36.620Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-17T14:05:36.620Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:36.620Z] latest [2023-01-17T14:05:36.620Z] 3.0.0-dev.19 [2023-01-17T14:05:36.620Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:36.620Z] main [2023-01-17T14:05:36.620Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:36.949Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:37.283Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:37.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T14:05:37.283Z] 8002ff25b54d: Preparing [2023-01-17T14:05:37.283Z] 62c58cd4beb5: Preparing [2023-01-17T14:05:37.283Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:37.283Z] a10be49a9b24: Preparing [2023-01-17T14:05:37.283Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:37.283Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:37.548Z] 65a995ac7bb3: Pushed [2023-01-17T14:05:37.548Z] 8002ff25b54d: Pushed [2023-01-17T14:05:37.548Z] a10be49a9b24: Pushed [2023-01-17T14:05:40.114Z] 62c58cd4beb5: Pushed [2023-01-17T14:05:40.114Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:40.491Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:40.821Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-17T14:05:40.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T14:05:40.821Z] 8002ff25b54d: Preparing [2023-01-17T14:05:40.821Z] 62c58cd4beb5: Preparing [2023-01-17T14:05:40.821Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:40.821Z] a10be49a9b24: Preparing [2023-01-17T14:05:40.821Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:40.821Z] 62c58cd4beb5: Layer already exists [2023-01-17T14:05:40.821Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:40.821Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:40.821Z] 8002ff25b54d: Layer already exists [2023-01-17T14:05:40.821Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:40.821Z] latest: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:41.420Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:41.749Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.19 [2023-01-17T14:05:41.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T14:05:41.749Z] 8002ff25b54d: Preparing [2023-01-17T14:05:41.749Z] 62c58cd4beb5: Preparing [2023-01-17T14:05:41.749Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:41.749Z] a10be49a9b24: Preparing [2023-01-17T14:05:41.749Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:41.749Z] 62c58cd4beb5: Layer already exists [2023-01-17T14:05:41.749Z] 8002ff25b54d: Layer already exists [2023-01-17T14:05:41.749Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:41.749Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:41.749Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:41.749Z] 3.0.0-dev.19: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:42.082Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:42.411Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:42.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T14:05:42.411Z] 8002ff25b54d: Preparing [2023-01-17T14:05:42.411Z] 62c58cd4beb5: Preparing [2023-01-17T14:05:42.411Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:42.411Z] a10be49a9b24: Preparing [2023-01-17T14:05:42.411Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:42.411Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:42.411Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:42.411Z] 8002ff25b54d: Layer already exists [2023-01-17T14:05:42.411Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:42.411Z] 62c58cd4beb5: Layer already exists [2023-01-17T14:05:42.411Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:42.750Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:43.078Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-17T14:05:43.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T14:05:43.078Z] 8002ff25b54d: Preparing [2023-01-17T14:05:43.078Z] 62c58cd4beb5: Preparing [2023-01-17T14:05:43.078Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:43.078Z] a10be49a9b24: Preparing [2023-01-17T14:05:43.078Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:43.078Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:43.079Z] 8002ff25b54d: Layer already exists [2023-01-17T14:05:43.079Z] 62c58cd4beb5: Layer already exists [2023-01-17T14:05:43.079Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:43.079Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:43.079Z] main: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:05:43.118Z] ===================================================== [Pipeline] echo [2023-01-17T14:05:43.123Z] taggedImages: [2023-01-17T14:05:43.123Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:43.123Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-17T14:05:43.123Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.19 [2023-01-17T14:05:43.123Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:43.123Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-17T14:05:43.138Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-17T14:05:43.138Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:43.138Z] latest [2023-01-17T14:05:43.138Z] 3.0.0-dev.19 [2023-01-17T14:05:43.138Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:43.138Z] main [2023-01-17T14:05:43.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:43.473Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:43.810Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:43.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T14:05:43.810Z] 01c1f8d92f0f: Preparing [2023-01-17T14:05:43.810Z] 8ab6258da38c: Preparing [2023-01-17T14:05:43.810Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:43.810Z] 3f272f04a7fe: Preparing [2023-01-17T14:05:43.810Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:43.810Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:43.810Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:44.075Z] 01c1f8d92f0f: Pushed [2023-01-17T14:05:44.075Z] 3f272f04a7fe: Pushed [2023-01-17T14:05:46.647Z] 8ab6258da38c: Pushed [2023-01-17T14:05:46.912Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:47.259Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:47.606Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-17T14:05:47.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T14:05:47.606Z] 01c1f8d92f0f: Preparing [2023-01-17T14:05:47.606Z] 8ab6258da38c: Preparing [2023-01-17T14:05:47.606Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:47.606Z] 3f272f04a7fe: Preparing [2023-01-17T14:05:47.606Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:47.606Z] 01c1f8d92f0f: Layer already exists [2023-01-17T14:05:47.606Z] 8ab6258da38c: Layer already exists [2023-01-17T14:05:47.606Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:47.606Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:47.606Z] 3f272f04a7fe: Layer already exists [2023-01-17T14:05:47.606Z] latest: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:47.948Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:48.288Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.19 [2023-01-17T14:05:48.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T14:05:48.289Z] 01c1f8d92f0f: Preparing [2023-01-17T14:05:48.289Z] 8ab6258da38c: Preparing [2023-01-17T14:05:48.289Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:48.289Z] 3f272f04a7fe: Preparing [2023-01-17T14:05:48.289Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:48.289Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:48.289Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:48.289Z] 3f272f04a7fe: Layer already exists [2023-01-17T14:05:48.289Z] 01c1f8d92f0f: Layer already exists [2023-01-17T14:05:48.289Z] 8ab6258da38c: Layer already exists [2023-01-17T14:05:48.289Z] 3.0.0-dev.19: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:48.630Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:48.967Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:48.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T14:05:48.968Z] 01c1f8d92f0f: Preparing [2023-01-17T14:05:48.968Z] 8ab6258da38c: Preparing [2023-01-17T14:05:48.968Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:48.968Z] 3f272f04a7fe: Preparing [2023-01-17T14:05:48.968Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:48.968Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:48.968Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:48.968Z] 8ab6258da38c: Layer already exists [2023-01-17T14:05:48.968Z] 3f272f04a7fe: Layer already exists [2023-01-17T14:05:48.968Z] 01c1f8d92f0f: Layer already exists [2023-01-17T14:05:48.968Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:49.310Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:49.635Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-17T14:05:49.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T14:05:49.636Z] 01c1f8d92f0f: Preparing [2023-01-17T14:05:49.636Z] 8ab6258da38c: Preparing [2023-01-17T14:05:49.636Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:49.636Z] 3f272f04a7fe: Preparing [2023-01-17T14:05:49.636Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:49.636Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:49.636Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:49.636Z] 8ab6258da38c: Layer already exists [2023-01-17T14:05:49.636Z] 3f272f04a7fe: Layer already exists [2023-01-17T14:05:49.636Z] 01c1f8d92f0f: Layer already exists [2023-01-17T14:05:49.636Z] main: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:05:49.938Z] ===================================================== [Pipeline] echo [2023-01-17T14:05:49.948Z] taggedImages: [2023-01-17T14:05:49.948Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:49.948Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-17T14:05:49.948Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.19 [2023-01-17T14:05:49.948Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:49.948Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-17T14:05:49.972Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-17T14:05:49.972Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:49.972Z] latest [2023-01-17T14:05:49.972Z] 3.0.0-dev.19 [2023-01-17T14:05:49.972Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:49.972Z] main [2023-01-17T14:05:49.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:50.302Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:50.630Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:50.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T14:05:50.630Z] de08c7f58108: Preparing [2023-01-17T14:05:50.630Z] 724ce9f3c1f7: Preparing [2023-01-17T14:05:50.630Z] 5062358327ca: Preparing [2023-01-17T14:05:50.630Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:50.630Z] a10be49a9b24: Preparing [2023-01-17T14:05:50.630Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:50.630Z] 17bec77d7fdc: Waiting [2023-01-17T14:05:50.630Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:50.630Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:50.894Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:50.894Z] de08c7f58108: Pushed [2023-01-17T14:05:50.894Z] 724ce9f3c1f7: Pushed [2023-01-17T14:05:54.229Z] 5062358327ca: Pushed [2023-01-17T14:05:54.229Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:54.560Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:54.886Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-17T14:05:54.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T14:05:54.886Z] de08c7f58108: Preparing [2023-01-17T14:05:54.886Z] 724ce9f3c1f7: Preparing [2023-01-17T14:05:54.886Z] 5062358327ca: Preparing [2023-01-17T14:05:54.886Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:54.886Z] a10be49a9b24: Preparing [2023-01-17T14:05:54.886Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:54.886Z] 17bec77d7fdc: Waiting [2023-01-17T14:05:54.886Z] 724ce9f3c1f7: Layer already exists [2023-01-17T14:05:54.886Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:54.886Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:54.886Z] 5062358327ca: Layer already exists [2023-01-17T14:05:54.886Z] de08c7f58108: Layer already exists [2023-01-17T14:05:54.886Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:54.886Z] latest: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:55.488Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:55.811Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.19 [2023-01-17T14:05:55.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T14:05:55.811Z] de08c7f58108: Preparing [2023-01-17T14:05:55.811Z] 724ce9f3c1f7: Preparing [2023-01-17T14:05:55.811Z] 5062358327ca: Preparing [2023-01-17T14:05:55.811Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:55.811Z] a10be49a9b24: Preparing [2023-01-17T14:05:55.811Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:55.811Z] 17bec77d7fdc: Waiting [2023-01-17T14:05:55.811Z] 5062358327ca: Layer already exists [2023-01-17T14:05:55.811Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:55.811Z] 724ce9f3c1f7: Layer already exists [2023-01-17T14:05:55.811Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:55.811Z] de08c7f58108: Layer already exists [2023-01-17T14:05:55.811Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:55.811Z] 3.0.0-dev.19: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:56.136Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:56.457Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:56.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T14:05:56.457Z] de08c7f58108: Preparing [2023-01-17T14:05:56.457Z] 724ce9f3c1f7: Preparing [2023-01-17T14:05:56.457Z] 5062358327ca: Preparing [2023-01-17T14:05:56.457Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:56.457Z] a10be49a9b24: Preparing [2023-01-17T14:05:56.457Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:56.457Z] 17bec77d7fdc: Waiting [2023-01-17T14:05:56.457Z] 724ce9f3c1f7: Layer already exists [2023-01-17T14:05:56.457Z] de08c7f58108: Layer already exists [2023-01-17T14:05:56.457Z] 5062358327ca: Layer already exists [2023-01-17T14:05:56.457Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:56.457Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:56.458Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:56.458Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:56.781Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:57.104Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-17T14:05:57.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T14:05:57.104Z] de08c7f58108: Preparing [2023-01-17T14:05:57.104Z] 724ce9f3c1f7: Preparing [2023-01-17T14:05:57.104Z] 5062358327ca: Preparing [2023-01-17T14:05:57.104Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:57.104Z] a10be49a9b24: Preparing [2023-01-17T14:05:57.104Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:57.104Z] 17bec77d7fdc: Waiting [2023-01-17T14:05:57.104Z] 5062358327ca: Layer already exists [2023-01-17T14:05:57.104Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:57.104Z] de08c7f58108: Layer already exists [2023-01-17T14:05:57.104Z] 724ce9f3c1f7: Layer already exists [2023-01-17T14:05:57.104Z] a10be49a9b24: Layer already exists [2023-01-17T14:05:57.104Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:57.104Z] main: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:05:57.407Z] ===================================================== [Pipeline] echo [2023-01-17T14:05:57.412Z] taggedImages: [2023-01-17T14:05:57.413Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:57.413Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-17T14:05:57.413Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.19 [2023-01-17T14:05:57.413Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:57.413Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-17T14:05:57.428Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-17T14:05:57.428Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:57.428Z] latest [2023-01-17T14:05:57.428Z] 3.0.0-dev.19 [2023-01-17T14:05:57.428Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:05:57.428Z] main [2023-01-17T14:05:57.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:57.760Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:05:58.094Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:05:58.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T14:05:58.094Z] 57b482e93dc6: Preparing [2023-01-17T14:05:58.094Z] 57b482e93dc6: Preparing [2023-01-17T14:05:58.094Z] 407aefad87eb: Preparing [2023-01-17T14:05:58.094Z] fa33524f5af7: Preparing [2023-01-17T14:05:58.094Z] 39e930aac30c: Preparing [2023-01-17T14:05:58.094Z] 7e837d5ab614: Preparing [2023-01-17T14:05:58.094Z] 5d3cebb0eda5: Preparing [2023-01-17T14:05:58.094Z] 65a995ac7bb3: Preparing [2023-01-17T14:05:58.094Z] 38261db80248: Preparing [2023-01-17T14:05:58.094Z] 3e94c872d5c9: Preparing [2023-01-17T14:05:58.094Z] 08059d9983dd: Preparing [2023-01-17T14:05:58.094Z] 5789acbcea2b: Preparing [2023-01-17T14:05:58.094Z] 17bec77d7fdc: Preparing [2023-01-17T14:05:58.094Z] 08059d9983dd: Waiting [2023-01-17T14:05:58.094Z] 5d3cebb0eda5: Waiting [2023-01-17T14:05:58.094Z] 65a995ac7bb3: Waiting [2023-01-17T14:05:58.094Z] 38261db80248: Waiting [2023-01-17T14:05:58.094Z] 5789acbcea2b: Waiting [2023-01-17T14:05:58.094Z] 3e94c872d5c9: Waiting [2023-01-17T14:05:58.094Z] 17bec77d7fdc: Waiting [2023-01-17T14:05:58.359Z] 39e930aac30c: Pushed [2023-01-17T14:05:58.359Z] fa33524f5af7: Pushed [2023-01-17T14:05:58.359Z] 57b482e93dc6: Pushed [2023-01-17T14:05:58.359Z] 7e837d5ab614: Pushed [2023-01-17T14:05:58.359Z] 407aefad87eb: Pushed [2023-01-17T14:05:58.359Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:05:58.624Z] 38261db80248: Pushed [2023-01-17T14:05:58.624Z] 08059d9983dd: Pushed [2023-01-17T14:05:58.624Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:05:58.624Z] 3e94c872d5c9: Pushed [2023-01-17T14:05:58.624Z] 5789acbcea2b: Pushed [2023-01-17T14:06:01.951Z] 5d3cebb0eda5: Pushed [2023-01-17T14:06:01.951Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:02.288Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:02.617Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-17T14:06:02.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T14:06:02.617Z] 57b482e93dc6: Preparing [2023-01-17T14:06:02.617Z] 57b482e93dc6: Preparing [2023-01-17T14:06:02.617Z] 407aefad87eb: Preparing [2023-01-17T14:06:02.617Z] fa33524f5af7: Preparing [2023-01-17T14:06:02.617Z] 39e930aac30c: Preparing [2023-01-17T14:06:02.617Z] 7e837d5ab614: Preparing [2023-01-17T14:06:02.617Z] 5d3cebb0eda5: Preparing [2023-01-17T14:06:02.617Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:02.617Z] 38261db80248: Preparing [2023-01-17T14:06:02.617Z] 3e94c872d5c9: Preparing [2023-01-17T14:06:02.617Z] 08059d9983dd: Preparing [2023-01-17T14:06:02.617Z] 5789acbcea2b: Preparing [2023-01-17T14:06:02.617Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:02.617Z] 5d3cebb0eda5: Waiting [2023-01-17T14:06:02.617Z] 65a995ac7bb3: Waiting [2023-01-17T14:06:02.617Z] 38261db80248: Waiting [2023-01-17T14:06:02.617Z] 3e94c872d5c9: Waiting [2023-01-17T14:06:02.617Z] 08059d9983dd: Waiting [2023-01-17T14:06:02.617Z] 5789acbcea2b: Waiting [2023-01-17T14:06:02.617Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:02.617Z] 39e930aac30c: Layer already exists [2023-01-17T14:06:02.617Z] 407aefad87eb: Layer already exists [2023-01-17T14:06:02.617Z] fa33524f5af7: Layer already exists [2023-01-17T14:06:02.617Z] 57b482e93dc6: Layer already exists [2023-01-17T14:06:02.617Z] 7e837d5ab614: Layer already exists [2023-01-17T14:06:02.617Z] 5d3cebb0eda5: Layer already exists [2023-01-17T14:06:02.617Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:02.617Z] 38261db80248: Layer already exists [2023-01-17T14:06:02.617Z] 08059d9983dd: Layer already exists [2023-01-17T14:06:02.617Z] 3e94c872d5c9: Layer already exists [2023-01-17T14:06:02.617Z] 5789acbcea2b: Layer already exists [2023-01-17T14:06:02.617Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:02.879Z] latest: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:03.208Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:03.567Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.19 [2023-01-17T14:06:03.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T14:06:03.567Z] 57b482e93dc6: Preparing [2023-01-17T14:06:03.567Z] 57b482e93dc6: Preparing [2023-01-17T14:06:03.567Z] 407aefad87eb: Preparing [2023-01-17T14:06:03.567Z] fa33524f5af7: Preparing [2023-01-17T14:06:03.567Z] 39e930aac30c: Preparing [2023-01-17T14:06:03.567Z] 7e837d5ab614: Preparing [2023-01-17T14:06:03.567Z] 5d3cebb0eda5: Preparing [2023-01-17T14:06:03.567Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:03.567Z] 38261db80248: Preparing [2023-01-17T14:06:03.567Z] 3e94c872d5c9: Preparing [2023-01-17T14:06:03.567Z] 08059d9983dd: Preparing [2023-01-17T14:06:03.567Z] 5789acbcea2b: Preparing [2023-01-17T14:06:03.567Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:03.567Z] 3e94c872d5c9: Waiting [2023-01-17T14:06:03.567Z] 08059d9983dd: Waiting [2023-01-17T14:06:03.567Z] 5d3cebb0eda5: Waiting [2023-01-17T14:06:03.567Z] 5789acbcea2b: Waiting [2023-01-17T14:06:03.567Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:03.567Z] 65a995ac7bb3: Waiting [2023-01-17T14:06:03.567Z] 38261db80248: Waiting [2023-01-17T14:06:03.567Z] fa33524f5af7: Layer already exists [2023-01-17T14:06:03.567Z] 7e837d5ab614: Layer already exists [2023-01-17T14:06:03.567Z] 39e930aac30c: Layer already exists [2023-01-17T14:06:03.567Z] 407aefad87eb: Layer already exists [2023-01-17T14:06:03.567Z] 57b482e93dc6: Layer already exists [2023-01-17T14:06:03.567Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:03.567Z] 5d3cebb0eda5: Layer already exists [2023-01-17T14:06:03.567Z] 3e94c872d5c9: Layer already exists [2023-01-17T14:06:03.567Z] 08059d9983dd: Layer already exists [2023-01-17T14:06:03.567Z] 38261db80248: Layer already exists [2023-01-17T14:06:03.567Z] 5789acbcea2b: Layer already exists [2023-01-17T14:06:03.567Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:03.834Z] 3.0.0-dev.19: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:04.171Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:04.515Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:04.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T14:06:04.515Z] 57b482e93dc6: Preparing [2023-01-17T14:06:04.515Z] 57b482e93dc6: Preparing [2023-01-17T14:06:04.515Z] 407aefad87eb: Preparing [2023-01-17T14:06:04.515Z] fa33524f5af7: Preparing [2023-01-17T14:06:04.515Z] 39e930aac30c: Preparing [2023-01-17T14:06:04.515Z] 7e837d5ab614: Preparing [2023-01-17T14:06:04.515Z] 5d3cebb0eda5: Preparing [2023-01-17T14:06:04.515Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:04.515Z] 38261db80248: Preparing [2023-01-17T14:06:04.515Z] 3e94c872d5c9: Preparing [2023-01-17T14:06:04.515Z] 08059d9983dd: Preparing [2023-01-17T14:06:04.515Z] 5789acbcea2b: Preparing [2023-01-17T14:06:04.515Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:04.515Z] 38261db80248: Waiting [2023-01-17T14:06:04.515Z] 3e94c872d5c9: Waiting [2023-01-17T14:06:04.515Z] 5d3cebb0eda5: Waiting [2023-01-17T14:06:04.515Z] 65a995ac7bb3: Waiting [2023-01-17T14:06:04.515Z] 5789acbcea2b: Waiting [2023-01-17T14:06:04.515Z] 407aefad87eb: Layer already exists [2023-01-17T14:06:04.515Z] 57b482e93dc6: Layer already exists [2023-01-17T14:06:04.515Z] 7e837d5ab614: Layer already exists [2023-01-17T14:06:04.515Z] 39e930aac30c: Layer already exists [2023-01-17T14:06:04.515Z] fa33524f5af7: Layer already exists [2023-01-17T14:06:04.515Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:04.515Z] 38261db80248: Layer already exists [2023-01-17T14:06:04.515Z] 5d3cebb0eda5: Layer already exists [2023-01-17T14:06:04.515Z] 3e94c872d5c9: Layer already exists [2023-01-17T14:06:04.515Z] 08059d9983dd: Layer already exists [2023-01-17T14:06:04.515Z] 5789acbcea2b: Layer already exists [2023-01-17T14:06:04.515Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:04.786Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:05.130Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:05.457Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-17T14:06:05.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T14:06:05.457Z] 57b482e93dc6: Preparing [2023-01-17T14:06:05.457Z] 57b482e93dc6: Preparing [2023-01-17T14:06:05.457Z] 407aefad87eb: Preparing [2023-01-17T14:06:05.457Z] fa33524f5af7: Preparing [2023-01-17T14:06:05.457Z] 39e930aac30c: Preparing [2023-01-17T14:06:05.457Z] 7e837d5ab614: Preparing [2023-01-17T14:06:05.457Z] 5d3cebb0eda5: Preparing [2023-01-17T14:06:05.457Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:05.457Z] 38261db80248: Preparing [2023-01-17T14:06:05.457Z] 3e94c872d5c9: Preparing [2023-01-17T14:06:05.457Z] 08059d9983dd: Preparing [2023-01-17T14:06:05.457Z] 5789acbcea2b: Preparing [2023-01-17T14:06:05.457Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:05.457Z] 5d3cebb0eda5: Waiting [2023-01-17T14:06:05.457Z] 65a995ac7bb3: Waiting [2023-01-17T14:06:05.457Z] 38261db80248: Waiting [2023-01-17T14:06:05.457Z] 3e94c872d5c9: Waiting [2023-01-17T14:06:05.457Z] 08059d9983dd: Waiting [2023-01-17T14:06:05.457Z] 5789acbcea2b: Waiting [2023-01-17T14:06:05.457Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:05.457Z] 39e930aac30c: Layer already exists [2023-01-17T14:06:05.457Z] fa33524f5af7: Layer already exists [2023-01-17T14:06:05.457Z] 7e837d5ab614: Layer already exists [2023-01-17T14:06:05.457Z] 407aefad87eb: Layer already exists [2023-01-17T14:06:05.457Z] 57b482e93dc6: Layer already exists [2023-01-17T14:06:05.457Z] 38261db80248: Layer already exists [2023-01-17T14:06:05.457Z] 5d3cebb0eda5: Layer already exists [2023-01-17T14:06:05.457Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:05.457Z] 3e94c872d5c9: Layer already exists [2023-01-17T14:06:05.457Z] 08059d9983dd: Layer already exists [2023-01-17T14:06:05.457Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:05.457Z] 5789acbcea2b: Layer already exists [2023-01-17T14:06:05.722Z] main: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:06:05.763Z] ===================================================== [Pipeline] echo [2023-01-17T14:06:05.769Z] taggedImages: [2023-01-17T14:06:05.769Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:05.769Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-17T14:06:05.769Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.19 [2023-01-17T14:06:05.769Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:05.769Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-17T14:06:05.783Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-17T14:06:05.783Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:05.783Z] latest [2023-01-17T14:06:05.783Z] 3.0.0-dev.19 [2023-01-17T14:06:05.783Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:05.783Z] main [2023-01-17T14:06:05.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:06.109Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:06.450Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:06.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T14:06:06.450Z] 4751ce3638e9: Preparing [2023-01-17T14:06:06.450Z] 908c44f2e77e: Preparing [2023-01-17T14:06:06.450Z] 2e0afa250656: Preparing [2023-01-17T14:06:06.450Z] d285f14f42af: Preparing [2023-01-17T14:06:06.450Z] aae487ed309c: Preparing [2023-01-17T14:06:06.450Z] 7734f8a91fca: Preparing [2023-01-17T14:06:06.450Z] b2293b05129e: Preparing [2023-01-17T14:06:06.450Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:06.450Z] 7734f8a91fca: Waiting [2023-01-17T14:06:06.450Z] b2293b05129e: Waiting [2023-01-17T14:06:06.450Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:06.714Z] 4751ce3638e9: Pushed [2023-01-17T14:06:06.714Z] 908c44f2e77e: Pushed [2023-01-17T14:06:06.714Z] aae487ed309c: Pushed [2023-01-17T14:06:06.978Z] 7734f8a91fca: Pushed [2023-01-17T14:06:07.241Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:07.509Z] b2293b05129e: Pushed [2023-01-17T14:06:08.911Z] 2e0afa250656: Pushed [2023-01-17T14:06:08.911Z] d285f14f42af: Pushed [2023-01-17T14:06:08.911Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:09.238Z] + 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 [2023-01-17T14:06:09.565Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-17T14:06:09.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T14:06:09.565Z] 4751ce3638e9: Preparing [2023-01-17T14:06:09.565Z] 908c44f2e77e: Preparing [2023-01-17T14:06:09.565Z] 2e0afa250656: Preparing [2023-01-17T14:06:09.565Z] d285f14f42af: Preparing [2023-01-17T14:06:09.565Z] aae487ed309c: Preparing [2023-01-17T14:06:09.565Z] 7734f8a91fca: Preparing [2023-01-17T14:06:09.565Z] b2293b05129e: Preparing [2023-01-17T14:06:09.565Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:09.565Z] 7734f8a91fca: Waiting [2023-01-17T14:06:09.565Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:09.565Z] b2293b05129e: Waiting [2023-01-17T14:06:09.565Z] 4751ce3638e9: Layer already exists [2023-01-17T14:06:09.565Z] aae487ed309c: Layer already exists [2023-01-17T14:06:09.565Z] 2e0afa250656: Layer already exists [2023-01-17T14:06:09.565Z] d285f14f42af: Layer already exists [2023-01-17T14:06:09.565Z] 908c44f2e77e: Layer already exists [2023-01-17T14:06:09.565Z] b2293b05129e: Layer already exists [2023-01-17T14:06:09.565Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:09.565Z] 7734f8a91fca: Layer already exists [2023-01-17T14:06:09.565Z] latest: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:10.163Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:10.496Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.19 [2023-01-17T14:06:10.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T14:06:10.496Z] 4751ce3638e9: Preparing [2023-01-17T14:06:10.496Z] 908c44f2e77e: Preparing [2023-01-17T14:06:10.496Z] 2e0afa250656: Preparing [2023-01-17T14:06:10.496Z] d285f14f42af: Preparing [2023-01-17T14:06:10.496Z] aae487ed309c: Preparing [2023-01-17T14:06:10.496Z] 7734f8a91fca: Preparing [2023-01-17T14:06:10.496Z] b2293b05129e: Preparing [2023-01-17T14:06:10.496Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:10.496Z] 7734f8a91fca: Waiting [2023-01-17T14:06:10.496Z] b2293b05129e: Waiting [2023-01-17T14:06:10.496Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:10.496Z] 2e0afa250656: Layer already exists [2023-01-17T14:06:10.496Z] 4751ce3638e9: Layer already exists [2023-01-17T14:06:10.496Z] aae487ed309c: Layer already exists [2023-01-17T14:06:10.496Z] 908c44f2e77e: Layer already exists [2023-01-17T14:06:10.496Z] d285f14f42af: Layer already exists [2023-01-17T14:06:10.496Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:10.496Z] 7734f8a91fca: Layer already exists [2023-01-17T14:06:10.496Z] b2293b05129e: Layer already exists [2023-01-17T14:06:10.496Z] 3.0.0-dev.19: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:11.087Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:11.417Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:11.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T14:06:11.417Z] 4751ce3638e9: Preparing [2023-01-17T14:06:11.417Z] 908c44f2e77e: Preparing [2023-01-17T14:06:11.417Z] 2e0afa250656: Preparing [2023-01-17T14:06:11.417Z] d285f14f42af: Preparing [2023-01-17T14:06:11.417Z] aae487ed309c: Preparing [2023-01-17T14:06:11.417Z] 7734f8a91fca: Preparing [2023-01-17T14:06:11.417Z] b2293b05129e: Preparing [2023-01-17T14:06:11.417Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:11.417Z] 7734f8a91fca: Waiting [2023-01-17T14:06:11.417Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:11.417Z] b2293b05129e: Waiting [2023-01-17T14:06:11.417Z] aae487ed309c: Layer already exists [2023-01-17T14:06:11.417Z] 4751ce3638e9: Layer already exists [2023-01-17T14:06:11.417Z] 908c44f2e77e: Layer already exists [2023-01-17T14:06:11.417Z] d285f14f42af: Layer already exists [2023-01-17T14:06:11.417Z] 2e0afa250656: Layer already exists [2023-01-17T14:06:11.417Z] 7734f8a91fca: Layer already exists [2023-01-17T14:06:11.417Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:11.417Z] b2293b05129e: Layer already exists [2023-01-17T14:06:11.688Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:12.013Z] + 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 [2023-01-17T14:06:12.335Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-17T14:06:12.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T14:06:12.336Z] 4751ce3638e9: Preparing [2023-01-17T14:06:12.336Z] 908c44f2e77e: Preparing [2023-01-17T14:06:12.336Z] 2e0afa250656: Preparing [2023-01-17T14:06:12.336Z] d285f14f42af: Preparing [2023-01-17T14:06:12.336Z] aae487ed309c: Preparing [2023-01-17T14:06:12.336Z] 7734f8a91fca: Preparing [2023-01-17T14:06:12.336Z] b2293b05129e: Preparing [2023-01-17T14:06:12.336Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:12.336Z] b2293b05129e: Waiting [2023-01-17T14:06:12.336Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:12.336Z] 7734f8a91fca: Waiting [2023-01-17T14:06:12.336Z] 908c44f2e77e: Layer already exists [2023-01-17T14:06:12.336Z] 2e0afa250656: Layer already exists [2023-01-17T14:06:12.336Z] d285f14f42af: Layer already exists [2023-01-17T14:06:12.336Z] 4751ce3638e9: Layer already exists [2023-01-17T14:06:12.336Z] aae487ed309c: Layer already exists [2023-01-17T14:06:12.336Z] b2293b05129e: Layer already exists [2023-01-17T14:06:12.336Z] 7734f8a91fca: Layer already exists [2023-01-17T14:06:12.336Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:12.599Z] main: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:06:12.641Z] ===================================================== [Pipeline] echo [2023-01-17T14:06:12.647Z] taggedImages: [2023-01-17T14:06:12.647Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:12.647Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-17T14:06:12.647Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.19 [2023-01-17T14:06:12.647Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:12.647Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-17T14:06:12.661Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-17T14:06:12.661Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:12.661Z] latest [2023-01-17T14:06:12.661Z] 3.0.0-dev.19 [2023-01-17T14:06:12.661Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:12.661Z] main [2023-01-17T14:06:12.661Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:12.992Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:13.326Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:13.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T14:06:13.326Z] 5aa72dd4a2d0: Preparing [2023-01-17T14:06:13.326Z] 0aa0c22ceeb0: Preparing [2023-01-17T14:06:13.326Z] 008d60d2bdcf: Preparing [2023-01-17T14:06:13.326Z] ecf127ec4d20: Preparing [2023-01-17T14:06:13.326Z] 93eb9b89f1cb: Preparing [2023-01-17T14:06:13.326Z] 0c8b7e45ac3a: Preparing [2023-01-17T14:06:13.326Z] 9cbde97095d8: Preparing [2023-01-17T14:06:13.326Z] b17227ec8ea7: Preparing [2023-01-17T14:06:13.326Z] 8f32b59476f7: Preparing [2023-01-17T14:06:13.326Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:13.327Z] b17227ec8ea7: Waiting [2023-01-17T14:06:13.327Z] 8f32b59476f7: Waiting [2023-01-17T14:06:13.327Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:13.327Z] 0c8b7e45ac3a: Waiting [2023-01-17T14:06:13.327Z] 9cbde97095d8: Waiting [2023-01-17T14:06:13.591Z] 93eb9b89f1cb: Pushed [2023-01-17T14:06:13.591Z] 0aa0c22ceeb0: Pushed [2023-01-17T14:06:13.591Z] 5aa72dd4a2d0: Pushed [2023-01-17T14:06:13.859Z] b17227ec8ea7: Pushed [2023-01-17T14:06:13.859Z] 9cbde97095d8: Pushed [2023-01-17T14:06:13.859Z] 0c8b7e45ac3a: Pushed [2023-01-17T14:06:13.859Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:14.122Z] 8f32b59476f7: Pushed [2023-01-17T14:06:15.520Z] ecf127ec4d20: Pushed [2023-01-17T14:06:16.472Z] 008d60d2bdcf: Pushed [2023-01-17T14:06:16.472Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:16.815Z] + 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 [2023-01-17T14:06:17.150Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-17T14:06:17.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T14:06:17.150Z] 5aa72dd4a2d0: Preparing [2023-01-17T14:06:17.150Z] 0aa0c22ceeb0: Preparing [2023-01-17T14:06:17.150Z] 008d60d2bdcf: Preparing [2023-01-17T14:06:17.151Z] ecf127ec4d20: Preparing [2023-01-17T14:06:17.151Z] 93eb9b89f1cb: Preparing [2023-01-17T14:06:17.151Z] 0c8b7e45ac3a: Preparing [2023-01-17T14:06:17.151Z] 9cbde97095d8: Preparing [2023-01-17T14:06:17.151Z] b17227ec8ea7: Preparing [2023-01-17T14:06:17.151Z] 8f32b59476f7: Preparing [2023-01-17T14:06:17.151Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:17.151Z] 9cbde97095d8: Waiting [2023-01-17T14:06:17.151Z] b17227ec8ea7: Waiting [2023-01-17T14:06:17.151Z] 8f32b59476f7: Waiting [2023-01-17T14:06:17.151Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:17.151Z] 93eb9b89f1cb: Layer already exists [2023-01-17T14:06:17.151Z] 0aa0c22ceeb0: Layer already exists [2023-01-17T14:06:17.151Z] 5aa72dd4a2d0: Layer already exists [2023-01-17T14:06:17.151Z] ecf127ec4d20: Layer already exists [2023-01-17T14:06:17.151Z] 008d60d2bdcf: Layer already exists [2023-01-17T14:06:17.151Z] 0c8b7e45ac3a: Layer already exists [2023-01-17T14:06:17.151Z] 9cbde97095d8: Layer already exists [2023-01-17T14:06:17.151Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:17.151Z] b17227ec8ea7: Layer already exists [2023-01-17T14:06:17.151Z] 8f32b59476f7: Layer already exists [2023-01-17T14:06:17.414Z] latest: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:17.754Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:18.086Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.19 [2023-01-17T14:06:18.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T14:06:18.086Z] 5aa72dd4a2d0: Preparing [2023-01-17T14:06:18.087Z] 0aa0c22ceeb0: Preparing [2023-01-17T14:06:18.087Z] 008d60d2bdcf: Preparing [2023-01-17T14:06:18.087Z] ecf127ec4d20: Preparing [2023-01-17T14:06:18.087Z] 93eb9b89f1cb: Preparing [2023-01-17T14:06:18.087Z] 0c8b7e45ac3a: Preparing [2023-01-17T14:06:18.087Z] 9cbde97095d8: Preparing [2023-01-17T14:06:18.087Z] b17227ec8ea7: Preparing [2023-01-17T14:06:18.087Z] 8f32b59476f7: Preparing [2023-01-17T14:06:18.087Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:18.087Z] 9cbde97095d8: Waiting [2023-01-17T14:06:18.087Z] b17227ec8ea7: Waiting [2023-01-17T14:06:18.087Z] 8f32b59476f7: Waiting [2023-01-17T14:06:18.087Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:18.087Z] 0c8b7e45ac3a: Waiting [2023-01-17T14:06:18.087Z] 5aa72dd4a2d0: Layer already exists [2023-01-17T14:06:18.087Z] 008d60d2bdcf: Layer already exists [2023-01-17T14:06:18.087Z] ecf127ec4d20: Layer already exists [2023-01-17T14:06:18.087Z] 0aa0c22ceeb0: Layer already exists [2023-01-17T14:06:18.087Z] 93eb9b89f1cb: Layer already exists [2023-01-17T14:06:18.087Z] 9cbde97095d8: Layer already exists [2023-01-17T14:06:18.087Z] 0c8b7e45ac3a: Layer already exists [2023-01-17T14:06:18.087Z] 8f32b59476f7: Layer already exists [2023-01-17T14:06:18.087Z] b17227ec8ea7: Layer already exists [2023-01-17T14:06:18.087Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:18.351Z] 3.0.0-dev.19: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:18.691Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:19.028Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:19.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T14:06:19.028Z] 5aa72dd4a2d0: Preparing [2023-01-17T14:06:19.028Z] 0aa0c22ceeb0: Preparing [2023-01-17T14:06:19.028Z] 008d60d2bdcf: Preparing [2023-01-17T14:06:19.028Z] ecf127ec4d20: Preparing [2023-01-17T14:06:19.028Z] 93eb9b89f1cb: Preparing [2023-01-17T14:06:19.028Z] 0c8b7e45ac3a: Preparing [2023-01-17T14:06:19.028Z] 9cbde97095d8: Preparing [2023-01-17T14:06:19.028Z] b17227ec8ea7: Preparing [2023-01-17T14:06:19.028Z] 8f32b59476f7: Preparing [2023-01-17T14:06:19.028Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:19.028Z] b17227ec8ea7: Waiting [2023-01-17T14:06:19.028Z] 8f32b59476f7: Waiting [2023-01-17T14:06:19.028Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:19.028Z] 0c8b7e45ac3a: Waiting [2023-01-17T14:06:19.028Z] 9cbde97095d8: Waiting [2023-01-17T14:06:19.028Z] 008d60d2bdcf: Layer already exists [2023-01-17T14:06:19.028Z] ecf127ec4d20: Layer already exists [2023-01-17T14:06:19.028Z] 93eb9b89f1cb: Layer already exists [2023-01-17T14:06:19.028Z] 5aa72dd4a2d0: Layer already exists [2023-01-17T14:06:19.028Z] 0aa0c22ceeb0: Layer already exists [2023-01-17T14:06:19.028Z] b17227ec8ea7: Layer already exists [2023-01-17T14:06:19.028Z] 0c8b7e45ac3a: Layer already exists [2023-01-17T14:06:19.028Z] 9cbde97095d8: Layer already exists [2023-01-17T14:06:19.028Z] 8f32b59476f7: Layer already exists [2023-01-17T14:06:19.028Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:19.292Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:19.624Z] + 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 [2023-01-17T14:06:19.953Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-17T14:06:19.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T14:06:19.953Z] 5aa72dd4a2d0: Preparing [2023-01-17T14:06:19.953Z] 0aa0c22ceeb0: Preparing [2023-01-17T14:06:19.953Z] 008d60d2bdcf: Preparing [2023-01-17T14:06:19.953Z] ecf127ec4d20: Preparing [2023-01-17T14:06:19.953Z] 93eb9b89f1cb: Preparing [2023-01-17T14:06:19.953Z] 0c8b7e45ac3a: Preparing [2023-01-17T14:06:19.953Z] 9cbde97095d8: Preparing [2023-01-17T14:06:19.953Z] b17227ec8ea7: Preparing [2023-01-17T14:06:19.953Z] 8f32b59476f7: Preparing [2023-01-17T14:06:19.953Z] 17bec77d7fdc: Preparing [2023-01-17T14:06:19.953Z] b17227ec8ea7: Waiting [2023-01-17T14:06:19.953Z] 8f32b59476f7: Waiting [2023-01-17T14:06:19.953Z] 17bec77d7fdc: Waiting [2023-01-17T14:06:19.953Z] 0c8b7e45ac3a: Waiting [2023-01-17T14:06:19.953Z] 9cbde97095d8: Waiting [2023-01-17T14:06:19.953Z] 5aa72dd4a2d0: Layer already exists [2023-01-17T14:06:19.953Z] 008d60d2bdcf: Layer already exists [2023-01-17T14:06:19.953Z] ecf127ec4d20: Layer already exists [2023-01-17T14:06:19.953Z] 93eb9b89f1cb: Layer already exists [2023-01-17T14:06:19.953Z] 0aa0c22ceeb0: Layer already exists [2023-01-17T14:06:19.953Z] b17227ec8ea7: Layer already exists [2023-01-17T14:06:19.953Z] 9cbde97095d8: Layer already exists [2023-01-17T14:06:19.953Z] 0c8b7e45ac3a: Layer already exists [2023-01-17T14:06:19.953Z] 8f32b59476f7: Layer already exists [2023-01-17T14:06:19.953Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:06:20.218Z] main: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:06:20.260Z] ===================================================== [Pipeline] echo [2023-01-17T14:06:20.266Z] taggedImages: [2023-01-17T14:06:20.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:20.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-17T14:06:20.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.19 [2023-01-17T14:06:20.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:20.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-17T14:06:20.280Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-17T14:06:20.280Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:20.280Z] latest [2023-01-17T14:06:20.280Z] 3.0.0-dev.19 [2023-01-17T14:06:20.280Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:20.280Z] main [2023-01-17T14:06:20.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:20.610Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:20.944Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:20.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T14:06:20.945Z] 528161bf2e3e: Preparing [2023-01-17T14:06:20.945Z] 8c2932ff6117: Preparing [2023-01-17T14:06:20.945Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:20.945Z] 1154c65938de: Preparing [2023-01-17T14:06:20.945Z] 9833f26c6bda: Preparing [2023-01-17T14:06:20.945Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:20.945Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:21.210Z] 528161bf2e3e: Pushed [2023-01-17T14:06:22.162Z] 1154c65938de: Pushed [2023-01-17T14:06:25.485Z] 8c2932ff6117: Pushed [2023-01-17T14:06:25.485Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:25.819Z] + 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 [2023-01-17T14:06:26.144Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-17T14:06:26.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T14:06:26.144Z] 528161bf2e3e: Preparing [2023-01-17T14:06:26.144Z] 8c2932ff6117: Preparing [2023-01-17T14:06:26.144Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:26.144Z] 1154c65938de: Preparing [2023-01-17T14:06:26.144Z] 9833f26c6bda: Preparing [2023-01-17T14:06:26.144Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:26.144Z] 1154c65938de: Layer already exists [2023-01-17T14:06:26.144Z] 528161bf2e3e: Layer already exists [2023-01-17T14:06:26.144Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:26.144Z] 8c2932ff6117: Layer already exists [2023-01-17T14:06:26.144Z] latest: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:26.467Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:26.788Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.19 [2023-01-17T14:06:26.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T14:06:26.789Z] 528161bf2e3e: Preparing [2023-01-17T14:06:26.789Z] 8c2932ff6117: Preparing [2023-01-17T14:06:26.789Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:26.789Z] 1154c65938de: Preparing [2023-01-17T14:06:26.789Z] 9833f26c6bda: Preparing [2023-01-17T14:06:26.789Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:26.789Z] 8c2932ff6117: Layer already exists [2023-01-17T14:06:26.789Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:26.789Z] 528161bf2e3e: Layer already exists [2023-01-17T14:06:26.789Z] 1154c65938de: Layer already exists [2023-01-17T14:06:26.789Z] 3.0.0-dev.19: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:27.171Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:27.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:27.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T14:06:27.493Z] 528161bf2e3e: Preparing [2023-01-17T14:06:27.493Z] 8c2932ff6117: Preparing [2023-01-17T14:06:27.493Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:27.493Z] 1154c65938de: Preparing [2023-01-17T14:06:27.493Z] 9833f26c6bda: Preparing [2023-01-17T14:06:27.493Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:27.493Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:27.493Z] 8c2932ff6117: Layer already exists [2023-01-17T14:06:27.493Z] 1154c65938de: Layer already exists [2023-01-17T14:06:27.493Z] 528161bf2e3e: Layer already exists [2023-01-17T14:06:27.493Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:27.816Z] + 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 [2023-01-17T14:06:28.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-17T14:06:28.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T14:06:28.137Z] 528161bf2e3e: Preparing [2023-01-17T14:06:28.137Z] 8c2932ff6117: Preparing [2023-01-17T14:06:28.137Z] 65a995ac7bb3: Preparing [2023-01-17T14:06:28.137Z] 1154c65938de: Preparing [2023-01-17T14:06:28.137Z] 9833f26c6bda: Preparing [2023-01-17T14:06:28.137Z] 8c2932ff6117: Layer already exists [2023-01-17T14:06:28.137Z] 528161bf2e3e: Layer already exists [2023-01-17T14:06:28.137Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:06:28.137Z] 1154c65938de: Layer already exists [2023-01-17T14:06:28.137Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:28.137Z] main: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:06:28.438Z] ===================================================== [Pipeline] echo [2023-01-17T14:06:28.444Z] taggedImages: [2023-01-17T14:06:28.444Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:28.444Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-17T14:06:28.444Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.19 [2023-01-17T14:06:28.444Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:28.444Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-17T14:06:28.458Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-17T14:06:28.458Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:28.458Z] latest [2023-01-17T14:06:28.458Z] 3.0.0-dev.19 [2023-01-17T14:06:28.458Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:28.458Z] main [2023-01-17T14:06:28.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:28.778Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:29.100Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:29.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T14:06:29.100Z] ddbb3a502bc7: Preparing [2023-01-17T14:06:29.100Z] ff7b1be58ac0: Preparing [2023-01-17T14:06:29.100Z] 2c534cc3211f: Preparing [2023-01-17T14:06:29.100Z] 9e9ac93fc7a7: Preparing [2023-01-17T14:06:29.100Z] eec68213bcc3: Preparing [2023-01-17T14:06:29.100Z] 6f31a94b6c46: Preparing [2023-01-17T14:06:29.100Z] 9833f26c6bda: Preparing [2023-01-17T14:06:29.100Z] 6f31a94b6c46: Waiting [2023-01-17T14:06:29.100Z] 9833f26c6bda: Waiting [2023-01-17T14:06:29.363Z] ddbb3a502bc7: Pushed [2023-01-17T14:06:29.363Z] ff7b1be58ac0: Pushed [2023-01-17T14:06:29.363Z] 2c534cc3211f: Pushed [2023-01-17T14:06:29.363Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:30.316Z] 6f31a94b6c46: Pushed [2023-01-17T14:06:36.925Z] eec68213bcc3: Pushed [2023-01-17T14:06:43.536Z] 9e9ac93fc7a7: Pushed [2023-01-17T14:06:43.536Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:45.269Z] + 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 [2023-01-17T14:06:45.603Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-17T14:06:45.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T14:06:45.603Z] ddbb3a502bc7: Preparing [2023-01-17T14:06:45.603Z] ff7b1be58ac0: Preparing [2023-01-17T14:06:45.603Z] 2c534cc3211f: Preparing [2023-01-17T14:06:45.603Z] 9e9ac93fc7a7: Preparing [2023-01-17T14:06:45.603Z] eec68213bcc3: Preparing [2023-01-17T14:06:45.603Z] 6f31a94b6c46: Preparing [2023-01-17T14:06:45.603Z] 9833f26c6bda: Preparing [2023-01-17T14:06:45.603Z] 6f31a94b6c46: Waiting [2023-01-17T14:06:45.603Z] 9833f26c6bda: Waiting [2023-01-17T14:06:45.603Z] ff7b1be58ac0: Layer already exists [2023-01-17T14:06:45.603Z] ddbb3a502bc7: Layer already exists [2023-01-17T14:06:45.603Z] 2c534cc3211f: Layer already exists [2023-01-17T14:06:45.603Z] eec68213bcc3: Layer already exists [2023-01-17T14:06:45.603Z] 9e9ac93fc7a7: Layer already exists [2023-01-17T14:06:45.603Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:06:45.603Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:45.603Z] latest: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:46.193Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:46.519Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.19 [2023-01-17T14:06:46.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T14:06:46.519Z] ddbb3a502bc7: Preparing [2023-01-17T14:06:46.519Z] ff7b1be58ac0: Preparing [2023-01-17T14:06:46.519Z] 2c534cc3211f: Preparing [2023-01-17T14:06:46.519Z] 9e9ac93fc7a7: Preparing [2023-01-17T14:06:46.519Z] eec68213bcc3: Preparing [2023-01-17T14:06:46.519Z] 6f31a94b6c46: Preparing [2023-01-17T14:06:46.519Z] 9833f26c6bda: Preparing [2023-01-17T14:06:46.519Z] 6f31a94b6c46: Waiting [2023-01-17T14:06:46.519Z] 9833f26c6bda: Waiting [2023-01-17T14:06:46.519Z] ddbb3a502bc7: Layer already exists [2023-01-17T14:06:46.519Z] 2c534cc3211f: Layer already exists [2023-01-17T14:06:46.519Z] ff7b1be58ac0: Layer already exists [2023-01-17T14:06:46.519Z] eec68213bcc3: Layer already exists [2023-01-17T14:06:46.519Z] 9e9ac93fc7a7: Layer already exists [2023-01-17T14:06:46.519Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:46.519Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:06:46.519Z] 3.0.0-dev.19: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:46.841Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:47.161Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:47.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T14:06:47.161Z] ddbb3a502bc7: Preparing [2023-01-17T14:06:47.161Z] ff7b1be58ac0: Preparing [2023-01-17T14:06:47.161Z] 2c534cc3211f: Preparing [2023-01-17T14:06:47.161Z] 9e9ac93fc7a7: Preparing [2023-01-17T14:06:47.161Z] eec68213bcc3: Preparing [2023-01-17T14:06:47.161Z] 6f31a94b6c46: Preparing [2023-01-17T14:06:47.161Z] 9833f26c6bda: Preparing [2023-01-17T14:06:47.161Z] 6f31a94b6c46: Waiting [2023-01-17T14:06:47.161Z] 9833f26c6bda: Waiting [2023-01-17T14:06:47.161Z] eec68213bcc3: Layer already exists [2023-01-17T14:06:47.161Z] 2c534cc3211f: Layer already exists [2023-01-17T14:06:47.161Z] ddbb3a502bc7: Layer already exists [2023-01-17T14:06:47.161Z] ff7b1be58ac0: Layer already exists [2023-01-17T14:06:47.161Z] 9e9ac93fc7a7: Layer already exists [2023-01-17T14:06:47.161Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:06:47.161Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:47.161Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:47.486Z] + 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 [2023-01-17T14:06:47.812Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-17T14:06:47.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T14:06:47.812Z] ddbb3a502bc7: Preparing [2023-01-17T14:06:47.812Z] ff7b1be58ac0: Preparing [2023-01-17T14:06:47.812Z] 2c534cc3211f: Preparing [2023-01-17T14:06:47.812Z] 9e9ac93fc7a7: Preparing [2023-01-17T14:06:47.812Z] eec68213bcc3: Preparing [2023-01-17T14:06:47.812Z] 6f31a94b6c46: Preparing [2023-01-17T14:06:47.812Z] 9833f26c6bda: Preparing [2023-01-17T14:06:47.812Z] 6f31a94b6c46: Waiting [2023-01-17T14:06:47.812Z] 9833f26c6bda: Waiting [2023-01-17T14:06:47.812Z] ff7b1be58ac0: Layer already exists [2023-01-17T14:06:47.812Z] ddbb3a502bc7: Layer already exists [2023-01-17T14:06:47.812Z] 2c534cc3211f: Layer already exists [2023-01-17T14:06:47.812Z] 9e9ac93fc7a7: Layer already exists [2023-01-17T14:06:47.812Z] eec68213bcc3: Layer already exists [2023-01-17T14:06:47.812Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:47.812Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:06:48.076Z] main: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:06:48.151Z] ===================================================== [Pipeline] echo [2023-01-17T14:06:48.161Z] taggedImages: [2023-01-17T14:06:48.161Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:48.161Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-17T14:06:48.161Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.19 [2023-01-17T14:06:48.161Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:48.161Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-17T14:06:48.185Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-17T14:06:48.185Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:48.185Z] latest [2023-01-17T14:06:48.185Z] 3.0.0-dev.19 [2023-01-17T14:06:48.185Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:06:48.185Z] main [2023-01-17T14:06:48.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:48.537Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:06:48.881Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:06:48.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T14:06:48.882Z] c3c0d8b278e4: Preparing [2023-01-17T14:06:48.882Z] f35eb8284308: Preparing [2023-01-17T14:06:48.882Z] b9ae81155fe2: Preparing [2023-01-17T14:06:48.882Z] 7e88a94f0231: Preparing [2023-01-17T14:06:48.882Z] 40a058ba868e: Preparing [2023-01-17T14:06:48.882Z] 9833f26c6bda: Preparing [2023-01-17T14:06:48.882Z] 9833f26c6bda: Waiting [2023-01-17T14:06:49.147Z] c3c0d8b278e4: Pushed [2023-01-17T14:06:49.147Z] b9ae81155fe2: Pushed [2023-01-17T14:06:49.147Z] f35eb8284308: Pushed [2023-01-17T14:06:49.147Z] 9833f26c6bda: Layer already exists [2023-01-17T14:06:49.735Z] 40a058ba868e: Pushed [2023-01-17T14:07:04.696Z] 7e88a94f0231: Pushed [2023-01-17T14:07:04.696Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:05.032Z] + 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 [2023-01-17T14:07:05.359Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-17T14:07:05.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T14:07:05.359Z] c3c0d8b278e4: Preparing [2023-01-17T14:07:05.359Z] f35eb8284308: Preparing [2023-01-17T14:07:05.359Z] b9ae81155fe2: Preparing [2023-01-17T14:07:05.359Z] 7e88a94f0231: Preparing [2023-01-17T14:07:05.359Z] 40a058ba868e: Preparing [2023-01-17T14:07:05.359Z] 9833f26c6bda: Preparing [2023-01-17T14:07:05.359Z] 9833f26c6bda: Waiting [2023-01-17T14:07:05.359Z] 7e88a94f0231: Layer already exists [2023-01-17T14:07:05.359Z] f35eb8284308: Layer already exists [2023-01-17T14:07:05.359Z] c3c0d8b278e4: Layer already exists [2023-01-17T14:07:05.359Z] b9ae81155fe2: Layer already exists [2023-01-17T14:07:05.359Z] 40a058ba868e: Layer already exists [2023-01-17T14:07:05.359Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:05.359Z] latest: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:05.949Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:06.267Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.19 [2023-01-17T14:07:06.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T14:07:06.268Z] c3c0d8b278e4: Preparing [2023-01-17T14:07:06.268Z] f35eb8284308: Preparing [2023-01-17T14:07:06.268Z] b9ae81155fe2: Preparing [2023-01-17T14:07:06.268Z] 7e88a94f0231: Preparing [2023-01-17T14:07:06.268Z] 40a058ba868e: Preparing [2023-01-17T14:07:06.268Z] 9833f26c6bda: Preparing [2023-01-17T14:07:06.268Z] 9833f26c6bda: Waiting [2023-01-17T14:07:06.268Z] 7e88a94f0231: Layer already exists [2023-01-17T14:07:06.268Z] c3c0d8b278e4: Layer already exists [2023-01-17T14:07:06.268Z] 40a058ba868e: Layer already exists [2023-01-17T14:07:06.268Z] b9ae81155fe2: Layer already exists [2023-01-17T14:07:06.268Z] f35eb8284308: Layer already exists [2023-01-17T14:07:06.268Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:06.268Z] 3.0.0-dev.19: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:06.862Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:07.192Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:07.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T14:07:07.192Z] c3c0d8b278e4: Preparing [2023-01-17T14:07:07.192Z] f35eb8284308: Preparing [2023-01-17T14:07:07.192Z] b9ae81155fe2: Preparing [2023-01-17T14:07:07.192Z] 7e88a94f0231: Preparing [2023-01-17T14:07:07.192Z] 40a058ba868e: Preparing [2023-01-17T14:07:07.192Z] 9833f26c6bda: Preparing [2023-01-17T14:07:07.192Z] 9833f26c6bda: Waiting [2023-01-17T14:07:07.192Z] f35eb8284308: Layer already exists [2023-01-17T14:07:07.192Z] b9ae81155fe2: Layer already exists [2023-01-17T14:07:07.192Z] 40a058ba868e: Layer already exists [2023-01-17T14:07:07.192Z] c3c0d8b278e4: Layer already exists [2023-01-17T14:07:07.192Z] 7e88a94f0231: Layer already exists [2023-01-17T14:07:07.192Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:07.456Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:07.784Z] + 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 [2023-01-17T14:07:08.115Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-17T14:07:08.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T14:07:08.115Z] c3c0d8b278e4: Preparing [2023-01-17T14:07:08.115Z] f35eb8284308: Preparing [2023-01-17T14:07:08.115Z] b9ae81155fe2: Preparing [2023-01-17T14:07:08.115Z] 7e88a94f0231: Preparing [2023-01-17T14:07:08.115Z] 40a058ba868e: Preparing [2023-01-17T14:07:08.115Z] 9833f26c6bda: Preparing [2023-01-17T14:07:08.115Z] 9833f26c6bda: Waiting [2023-01-17T14:07:08.115Z] f35eb8284308: Layer already exists [2023-01-17T14:07:08.115Z] 40a058ba868e: Layer already exists [2023-01-17T14:07:08.115Z] b9ae81155fe2: Layer already exists [2023-01-17T14:07:08.115Z] c3c0d8b278e4: Layer already exists [2023-01-17T14:07:08.115Z] 7e88a94f0231: Layer already exists [2023-01-17T14:07:08.115Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:08.379Z] main: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:07:08.431Z] ===================================================== [Pipeline] echo [2023-01-17T14:07:08.439Z] taggedImages: [2023-01-17T14:07:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-17T14:07:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.19 [2023-01-17T14:07:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-17T14:07:08.461Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-17T14:07:08.461Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:08.461Z] latest [2023-01-17T14:07:08.461Z] 3.0.0-dev.19 [2023-01-17T14:07:08.461Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:08.461Z] main [2023-01-17T14:07:08.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:08.802Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:09.140Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:09.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T14:07:09.140Z] e88918e23566: Preparing [2023-01-17T14:07:09.140Z] eb4a65487eb9: Preparing [2023-01-17T14:07:09.140Z] b797cb850001: Preparing [2023-01-17T14:07:09.140Z] fc9177fb9ba5: Preparing [2023-01-17T14:07:09.140Z] 6f31a94b6c46: Preparing [2023-01-17T14:07:09.140Z] 9833f26c6bda: Preparing [2023-01-17T14:07:09.140Z] 9833f26c6bda: Waiting [2023-01-17T14:07:09.140Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:07:09.140Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:09.404Z] eb4a65487eb9: Pushed [2023-01-17T14:07:09.404Z] e88918e23566: Pushed [2023-01-17T14:07:09.404Z] b797cb850001: Pushed [2023-01-17T14:07:24.354Z] fc9177fb9ba5: Pushed [2023-01-17T14:07:24.354Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:24.694Z] + 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 [2023-01-17T14:07:25.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-17T14:07:25.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T14:07:25.020Z] e88918e23566: Preparing [2023-01-17T14:07:25.020Z] eb4a65487eb9: Preparing [2023-01-17T14:07:25.020Z] b797cb850001: Preparing [2023-01-17T14:07:25.020Z] fc9177fb9ba5: Preparing [2023-01-17T14:07:25.020Z] 6f31a94b6c46: Preparing [2023-01-17T14:07:25.020Z] 9833f26c6bda: Preparing [2023-01-17T14:07:25.020Z] 9833f26c6bda: Waiting [2023-01-17T14:07:25.020Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:07:25.020Z] eb4a65487eb9: Layer already exists [2023-01-17T14:07:25.020Z] b797cb850001: Layer already exists [2023-01-17T14:07:25.020Z] e88918e23566: Layer already exists [2023-01-17T14:07:25.020Z] fc9177fb9ba5: Layer already exists [2023-01-17T14:07:25.020Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:25.020Z] latest: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:25.664Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:26.000Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.19 [2023-01-17T14:07:26.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T14:07:26.000Z] e88918e23566: Preparing [2023-01-17T14:07:26.000Z] eb4a65487eb9: Preparing [2023-01-17T14:07:26.000Z] b797cb850001: Preparing [2023-01-17T14:07:26.000Z] fc9177fb9ba5: Preparing [2023-01-17T14:07:26.000Z] 6f31a94b6c46: Preparing [2023-01-17T14:07:26.000Z] 9833f26c6bda: Preparing [2023-01-17T14:07:26.000Z] 9833f26c6bda: Waiting [2023-01-17T14:07:26.000Z] fc9177fb9ba5: Layer already exists [2023-01-17T14:07:26.000Z] eb4a65487eb9: Layer already exists [2023-01-17T14:07:26.000Z] e88918e23566: Layer already exists [2023-01-17T14:07:26.000Z] b797cb850001: Layer already exists [2023-01-17T14:07:26.000Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:07:26.000Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:26.000Z] 3.0.0-dev.19: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:26.327Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:26.651Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:26.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T14:07:26.651Z] e88918e23566: Preparing [2023-01-17T14:07:26.651Z] eb4a65487eb9: Preparing [2023-01-17T14:07:26.651Z] b797cb850001: Preparing [2023-01-17T14:07:26.651Z] fc9177fb9ba5: Preparing [2023-01-17T14:07:26.651Z] 6f31a94b6c46: Preparing [2023-01-17T14:07:26.651Z] 9833f26c6bda: Preparing [2023-01-17T14:07:26.651Z] 9833f26c6bda: Waiting [2023-01-17T14:07:26.651Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:07:26.651Z] e88918e23566: Layer already exists [2023-01-17T14:07:26.651Z] b797cb850001: Layer already exists [2023-01-17T14:07:26.651Z] eb4a65487eb9: Layer already exists [2023-01-17T14:07:26.651Z] fc9177fb9ba5: Layer already exists [2023-01-17T14:07:26.651Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:26.651Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:26.979Z] + 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 [2023-01-17T14:07:27.302Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-17T14:07:27.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T14:07:27.564Z] e88918e23566: Preparing [2023-01-17T14:07:27.564Z] eb4a65487eb9: Preparing [2023-01-17T14:07:27.564Z] b797cb850001: Preparing [2023-01-17T14:07:27.564Z] fc9177fb9ba5: Preparing [2023-01-17T14:07:27.564Z] 6f31a94b6c46: Preparing [2023-01-17T14:07:27.564Z] 9833f26c6bda: Preparing [2023-01-17T14:07:27.564Z] 9833f26c6bda: Waiting [2023-01-17T14:07:27.564Z] 6f31a94b6c46: Layer already exists [2023-01-17T14:07:27.564Z] b797cb850001: Layer already exists [2023-01-17T14:07:27.564Z] fc9177fb9ba5: Layer already exists [2023-01-17T14:07:27.564Z] e88918e23566: Layer already exists [2023-01-17T14:07:27.564Z] 9833f26c6bda: Layer already exists [2023-01-17T14:07:27.826Z] eb4a65487eb9: Layer already exists [2023-01-17T14:07:27.826Z] main: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:07:27.865Z] ===================================================== [Pipeline] echo [2023-01-17T14:07:27.871Z] taggedImages: [2023-01-17T14:07:27.871Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:27.871Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-17T14:07:27.871Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.19 [2023-01-17T14:07:27.871Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:27.871Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-17T14:07:27.885Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-17T14:07:27.885Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:27.885Z] latest [2023-01-17T14:07:27.885Z] 3.0.0-dev.19 [2023-01-17T14:07:27.885Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:27.885Z] main [2023-01-17T14:07:27.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:28.206Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:28.531Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:28.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T14:07:28.531Z] 335b7d9e61a6: Preparing [2023-01-17T14:07:28.531Z] 48d05ac713f8: Preparing [2023-01-17T14:07:28.531Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:28.531Z] f5ab51a03c8d: Preparing [2023-01-17T14:07:28.531Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:28.531Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:28.531Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:28.794Z] 335b7d9e61a6: Pushed [2023-01-17T14:07:28.794Z] f5ab51a03c8d: Pushed [2023-01-17T14:07:34.103Z] 48d05ac713f8: Pushed [2023-01-17T14:07:34.103Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:34.433Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:34.764Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-17T14:07:34.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T14:07:34.764Z] 335b7d9e61a6: Preparing [2023-01-17T14:07:34.764Z] 48d05ac713f8: Preparing [2023-01-17T14:07:34.764Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:34.764Z] f5ab51a03c8d: Preparing [2023-01-17T14:07:34.764Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:34.764Z] 48d05ac713f8: Layer already exists [2023-01-17T14:07:34.764Z] 335b7d9e61a6: Layer already exists [2023-01-17T14:07:34.764Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:34.764Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:34.764Z] f5ab51a03c8d: Layer already exists [2023-01-17T14:07:35.029Z] latest: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:35.357Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:35.683Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.19 [2023-01-17T14:07:35.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T14:07:35.683Z] 335b7d9e61a6: Preparing [2023-01-17T14:07:35.683Z] 48d05ac713f8: Preparing [2023-01-17T14:07:35.683Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:35.683Z] f5ab51a03c8d: Preparing [2023-01-17T14:07:35.683Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:35.683Z] 48d05ac713f8: Layer already exists [2023-01-17T14:07:35.683Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:35.683Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:35.683Z] f5ab51a03c8d: Layer already exists [2023-01-17T14:07:35.683Z] 335b7d9e61a6: Layer already exists [2023-01-17T14:07:35.683Z] 3.0.0-dev.19: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:36.014Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:36.334Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:36.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T14:07:36.334Z] 335b7d9e61a6: Preparing [2023-01-17T14:07:36.334Z] 48d05ac713f8: Preparing [2023-01-17T14:07:36.334Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:36.334Z] f5ab51a03c8d: Preparing [2023-01-17T14:07:36.334Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:36.334Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:36.334Z] 335b7d9e61a6: Layer already exists [2023-01-17T14:07:36.334Z] 48d05ac713f8: Layer already exists [2023-01-17T14:07:36.335Z] f5ab51a03c8d: Layer already exists [2023-01-17T14:07:36.335Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:36.335Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:36.663Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:36.987Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-17T14:07:36.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T14:07:36.987Z] 335b7d9e61a6: Preparing [2023-01-17T14:07:36.987Z] 48d05ac713f8: Preparing [2023-01-17T14:07:36.987Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:36.987Z] f5ab51a03c8d: Preparing [2023-01-17T14:07:36.987Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:36.987Z] 48d05ac713f8: Layer already exists [2023-01-17T14:07:36.987Z] f5ab51a03c8d: Layer already exists [2023-01-17T14:07:36.987Z] 335b7d9e61a6: Layer already exists [2023-01-17T14:07:36.987Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:36.987Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:36.987Z] main: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:07:37.026Z] ===================================================== [Pipeline] echo [2023-01-17T14:07:37.031Z] taggedImages: [2023-01-17T14:07:37.031Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:37.031Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-17T14:07:37.031Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.19 [2023-01-17T14:07:37.031Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:37.031Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-17T14:07:37.046Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-17T14:07:37.046Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:37.046Z] latest [2023-01-17T14:07:37.046Z] 3.0.0-dev.19 [2023-01-17T14:07:37.046Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:37.046Z] main [2023-01-17T14:07:37.046Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:37.370Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:37.702Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:37.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T14:07:37.702Z] faf12dc1c742: Preparing [2023-01-17T14:07:37.702Z] 1bb71478eb7e: Preparing [2023-01-17T14:07:37.702Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:37.702Z] a10be49a9b24: Preparing [2023-01-17T14:07:37.702Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:37.702Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:37.702Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:37.702Z] a10be49a9b24: Layer already exists [2023-01-17T14:07:37.966Z] faf12dc1c742: Pushed [2023-01-17T14:07:43.274Z] 1bb71478eb7e: Pushed [2023-01-17T14:07:43.274Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:43.609Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:43.937Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-17T14:07:43.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T14:07:43.937Z] faf12dc1c742: Preparing [2023-01-17T14:07:43.937Z] 1bb71478eb7e: Preparing [2023-01-17T14:07:43.937Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:43.937Z] a10be49a9b24: Preparing [2023-01-17T14:07:43.937Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:43.937Z] faf12dc1c742: Layer already exists [2023-01-17T14:07:43.937Z] a10be49a9b24: Layer already exists [2023-01-17T14:07:43.937Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:43.937Z] 1bb71478eb7e: Layer already exists [2023-01-17T14:07:43.937Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:43.937Z] latest: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:44.545Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:44.868Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.19 [2023-01-17T14:07:44.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T14:07:44.868Z] faf12dc1c742: Preparing [2023-01-17T14:07:44.868Z] 1bb71478eb7e: Preparing [2023-01-17T14:07:44.868Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:44.868Z] a10be49a9b24: Preparing [2023-01-17T14:07:44.868Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:44.868Z] a10be49a9b24: Layer already exists [2023-01-17T14:07:44.868Z] 1bb71478eb7e: Layer already exists [2023-01-17T14:07:44.868Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:44.868Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:44.868Z] faf12dc1c742: Layer already exists [2023-01-17T14:07:44.868Z] 3.0.0-dev.19: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:45.202Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:45.530Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:45.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T14:07:45.530Z] faf12dc1c742: Preparing [2023-01-17T14:07:45.530Z] 1bb71478eb7e: Preparing [2023-01-17T14:07:45.530Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:45.530Z] a10be49a9b24: Preparing [2023-01-17T14:07:45.530Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:45.530Z] 1bb71478eb7e: Layer already exists [2023-01-17T14:07:45.530Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:45.530Z] faf12dc1c742: Layer already exists [2023-01-17T14:07:45.530Z] a10be49a9b24: Layer already exists [2023-01-17T14:07:45.530Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:45.530Z] 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:45.859Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:46.185Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-17T14:07:46.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T14:07:46.185Z] faf12dc1c742: Preparing [2023-01-17T14:07:46.185Z] 1bb71478eb7e: Preparing [2023-01-17T14:07:46.185Z] 65a995ac7bb3: Preparing [2023-01-17T14:07:46.185Z] a10be49a9b24: Preparing [2023-01-17T14:07:46.185Z] 17bec77d7fdc: Preparing [2023-01-17T14:07:46.185Z] 1bb71478eb7e: Layer already exists [2023-01-17T14:07:46.185Z] 17bec77d7fdc: Layer already exists [2023-01-17T14:07:46.185Z] faf12dc1c742: Layer already exists [2023-01-17T14:07:46.185Z] a10be49a9b24: Layer already exists [2023-01-17T14:07:46.186Z] 65a995ac7bb3: Layer already exists [2023-01-17T14:07:46.186Z] main: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T14:07:46.225Z] ===================================================== [Pipeline] echo [2023-01-17T14:07:46.230Z] taggedImages: [2023-01-17T14:07:46.230Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [2023-01-17T14:07:46.230Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-17T14:07:46.230Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.19 [2023-01-17T14:07:46.230Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [2023-01-17T14:07:46.230Z] - 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 [2023-01-17T14:07:46.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T14:07:46.573Z] [2023-01-17T14:07:46.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:07:46.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T14:07:46.896Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-17T14:07:46.896Z] 8998bd30e6a1: Pulling fs layer [2023-01-17T14:07:46.896Z] 04944245beec: Pulling fs layer [2023-01-17T14:07:46.896Z] 699f458cf7ca: Pulling fs layer [2023-01-17T14:07:46.896Z] 765212b225bb: Pulling fs layer [2023-01-17T14:07:46.896Z] f23df028b6ca: Pulling fs layer [2023-01-17T14:07:46.896Z] d65c8cfc05b1: Pulling fs layer [2023-01-17T14:07:46.896Z] 2437ff75d9bd: Pulling fs layer [2023-01-17T14:07:46.896Z] 765212b225bb: Waiting [2023-01-17T14:07:46.896Z] f23df028b6ca: Waiting [2023-01-17T14:07:46.896Z] d65c8cfc05b1: Waiting [2023-01-17T14:07:46.896Z] 2437ff75d9bd: Waiting [2023-01-17T14:07:47.164Z] 04944245beec: Verifying Checksum [2023-01-17T14:07:47.164Z] 04944245beec: Download complete [2023-01-17T14:07:47.164Z] 765212b225bb: Verifying Checksum [2023-01-17T14:07:47.164Z] 765212b225bb: Download complete [2023-01-17T14:07:47.164Z] f23df028b6ca: Verifying Checksum [2023-01-17T14:07:47.164Z] f23df028b6ca: Download complete [2023-01-17T14:07:47.164Z] d65c8cfc05b1: Verifying Checksum [2023-01-17T14:07:47.164Z] d65c8cfc05b1: Download complete [2023-01-17T14:07:47.430Z] 699f458cf7ca: Verifying Checksum [2023-01-17T14:07:47.430Z] 699f458cf7ca: Download complete [2023-01-17T14:07:47.695Z] 8998bd30e6a1: Verifying Checksum [2023-01-17T14:07:47.695Z] 8998bd30e6a1: Download complete [2023-01-17T14:07:50.267Z] 2437ff75d9bd: Verifying Checksum [2023-01-17T14:07:50.267Z] 2437ff75d9bd: Download complete [2023-01-17T14:07:51.669Z] 8998bd30e6a1: Pull complete [2023-01-17T14:07:51.934Z] 04944245beec: Pull complete [2023-01-17T14:07:53.334Z] 699f458cf7ca: Pull complete [2023-01-17T14:07:53.598Z] 765212b225bb: Pull complete [2023-01-17T14:07:54.177Z] f23df028b6ca: Pull complete [2023-01-17T14:07:54.441Z] d65c8cfc05b1: Pull complete [2023-01-17T14:08:09.408Z] 2437ff75d9bd: Pull complete [2023-01-17T14:08:09.408Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-17T14:08:09.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T14:08:09.408Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T14:08:09.585Z] prd-ubuntu20.04-docker-arm64-4c-16g-2724 does not seem to be running inside a container [2023-01-17T14:08:09.641Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-17T14:08:12.375Z] $ docker top 110ec877d73a64ab9d52f503bfc53a8d7705d71b7afda22717ff44d837ae8240 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:08:13.260Z] ---> job-cost.sh [2023-01-17T14:08:13.260Z] lf-activate-venv: SKIPPING [2023-01-17T14:08:13.260Z] INFO: No Stack... [2023-01-17T14:08:14.211Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-17T14:08:14.790Z] INFO: Archiving Costs [Pipeline] sh [2023-01-17T14:08:15.435Z] + cat /w/workspace/edgex-go/373/archives/cost.csv [2023-01-17T14:08:15.435Z] + cut -d, -f6 [Pipeline] lock [2023-01-17T14:08:15.510Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-373-stack-cost] [2023-01-17T14:08:15.519Z] Resource [jenkins-edgexfoundry-edgex-go-main-373-stack-cost] did not exist. Created. [2023-01-17T14:08:15.519Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-373-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-17T14:08:15.856Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-17T14:08:16.484Z] Stashed 1 file(s) [Pipeline] } [2023-01-17T14:08:16.492Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-373-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-17T14:08:16.506Z] $ docker stop --time=1 110ec877d73a64ab9d52f503bfc53a8d7705d71b7afda22717ff44d837ae8240 [2023-01-17T14:08:18.008Z] $ docker rm -f --volumes 110ec877d73a64ab9d52f503bfc53a8d7705d71b7afda22717ff44d837ae8240 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-17T14:08:18.462Z] provisioning config files... [2023-01-17T14:08:18.468Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/373@tmp/config9492390842288240421tmp [Pipeline] { [Pipeline] sh [2023-01-17T14:08:18.754Z] + set +x [2023-01-17T14:08:18.754Z] + bash -s -- [2023-01-17T14:08:18.754Z] + curl -s https://codecov.io/bash [2023-01-17T14:08:18.754Z] [2023-01-17T14:08:18.754Z] _____ _ [2023-01-17T14:08:18.754Z] / ____| | | [2023-01-17T14:08:18.754Z] | | ___ __| | ___ ___ _____ __ [2023-01-17T14:08:18.754Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-17T14:08:18.754Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-17T14:08:18.754Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-17T14:08:18.754Z] Bash-1.0.6 [2023-01-17T14:08:18.754Z] [2023-01-17T14:08:18.754Z] [2023-01-17T14:08:18.754Z] ==> git version 2.25.1 found [2023-01-17T14:08:18.754Z] ==> 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 [2023-01-17T14:08:18.754Z] Release-Date: 2020-01-08 [2023-01-17T14:08:18.754Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-17T14:08:18.754Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-17T14:08:18.754Z] ==> Jenkins CI detected. [2023-01-17T14:08:18.754Z] current dir:  /w/workspace/edgex-go/373 [2023-01-17T14:08:18.754Z] project root: . [2023-01-17T14:08:18.754Z] --> token set from env [2023-01-17T14:08:18.754Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-17T14:08:18.754Z] ==> Running gcov in . (disable via -X gcov) [2023-01-17T14:08:18.754Z] ==> Python coveragepy not found [2023-01-17T14:08:18.754Z] ==> Searching for coverage reports in: [2023-01-17T14:08:18.754Z] + . [2023-01-17T14:08:19.013Z] -> Found 1 reports [2023-01-17T14:08:19.013Z] ==> Detecting git/mercurial file structure [2023-01-17T14:08:19.013Z] ==> Reading reports [2023-01-17T14:08:19.013Z] + ./coverage.out bytes=489579 [2023-01-17T14:08:19.013Z] ==> Appending adjustments [2023-01-17T14:08:19.013Z] https://docs.codecov.io/docs/fixing-reports [2023-01-17T14:08:20.390Z] + Found adjustments [2023-01-17T14:08:20.390Z] ==> Gzipping contents [2023-01-17T14:08:20.390Z] 64K /tmp/codecov.wx7In8.gz [2023-01-17T14:08:20.390Z] ==> Uploading reports [2023-01-17T14:08:20.390Z] url: https://codecov.io [2023-01-17T14:08:20.390Z] query: branch=main&commit=01248c1391bf8c2793868be2b98c89264dfd5c2c&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F373%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-17T14:08:20.390Z] -> Pinging Codecov [2023-01-17T14:08:20.390Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=01248c1391bf8c2793868be2b98c89264dfd5c2c&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F373%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-17T14:08:20.390Z] -> Uploading to [2023-01-17T14:08:20.390Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-17/00271124DB129430A58F1EEE437C3FCB/01248c1391bf8c2793868be2b98c89264dfd5c2c/58b8ab2d-64dd-4316-9d61-8f6c72bcc1c1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230117T140820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=045e065d832c604f110c6a9ac423363b9f3c2afe9ac223f38d3766490d69a3b9 [2023-01-17T14:08:20.390Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T14:08:20.390Z] Dload Upload Total Spent Left Speed [2023-01-17T14:08:20.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63285 0 0 100 63285 0 279k --:--:-- --:--:-- --:--:-- 278k 100 63285 0 0 100 63285 0 213k --:--:-- --:--:-- --:--:-- 213k [2023-01-17T14:08:20.906Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [2023-01-17T14:08:20.914Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-17T14:08:21.102Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-17T14:08:21.117Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:08:21.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-17T14:08:21.412Z] [2023-01-17T14:08:21.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:08:21.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-17T14:08:21.718Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-17T14:08:21.718Z] df9b9388f04a: Pulling fs layer [2023-01-17T14:08:21.718Z] 52dc419b0ee2: Pulling fs layer [2023-01-17T14:08:21.718Z] 25bc292e5bac: Pulling fs layer [2023-01-17T14:08:21.718Z] 114826534d7a: Pulling fs layer [2023-01-17T14:08:21.718Z] 4657fd5d0bcf: Pulling fs layer [2023-01-17T14:08:21.718Z] 6ad1cebc031e: Pulling fs layer [2023-01-17T14:08:21.718Z] 8a3aa393b2d8: Pulling fs layer [2023-01-17T14:08:21.718Z] 114826534d7a: Waiting [2023-01-17T14:08:21.718Z] 6ad1cebc031e: Waiting [2023-01-17T14:08:21.718Z] 4657fd5d0bcf: Waiting [2023-01-17T14:08:21.718Z] 8a3aa393b2d8: Waiting [2023-01-17T14:08:21.718Z] 25bc292e5bac: Download complete [2023-01-17T14:08:21.718Z] 52dc419b0ee2: Verifying Checksum [2023-01-17T14:08:21.718Z] 52dc419b0ee2: Download complete [2023-01-17T14:08:21.718Z] 4657fd5d0bcf: Download complete [2023-01-17T14:08:21.990Z] df9b9388f04a: Verifying Checksum [2023-01-17T14:08:21.990Z] df9b9388f04a: Download complete [2023-01-17T14:08:21.990Z] df9b9388f04a: Pull complete [2023-01-17T14:08:22.272Z] 52dc419b0ee2: Pull complete [2023-01-17T14:08:22.272Z] 25bc292e5bac: Pull complete [2023-01-17T14:08:22.272Z] 6ad1cebc031e: Verifying Checksum [2023-01-17T14:08:22.272Z] 6ad1cebc031e: Download complete [2023-01-17T14:08:23.802Z] 114826534d7a: Verifying Checksum [2023-01-17T14:08:23.802Z] 114826534d7a: Download complete [2023-01-17T14:08:24.062Z] 8a3aa393b2d8: Verifying Checksum [2023-01-17T14:08:24.062Z] 8a3aa393b2d8: Download complete [2023-01-17T14:08:26.627Z] 114826534d7a: Pull complete [2023-01-17T14:08:26.627Z] 4657fd5d0bcf: Pull complete [2023-01-17T14:08:27.192Z] 6ad1cebc031e: Pull complete [2023-01-17T14:08:29.718Z] 8a3aa393b2d8: Pull complete [2023-01-17T14:08:29.718Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-17T14:08:29.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-17T14:08:29.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T14:08:29.802Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T14:08:29.841Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-17T14:08:32.315Z] $ docker top b6a813e627406b5daf26dfed2d3dd22d4905a748475c1562942df6776879c6a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-17T14:08:32.367Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-17T14:08:32.644Z] + set -o pipefail [2023-01-17T14:08:32.644Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-17T14:08:39.208Z] [2023-01-17T14:08:39.208Z] Monitoring /w/workspace/edgex-go/373 (github.com/edgexfoundry/edgex-go)... [2023-01-17T14:08:39.208Z] [2023-01-17T14:08:39.208Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/f1853554-1e8d-4f93-a5fc-1a91984012bf [2023-01-17T14:08:39.208Z] [2023-01-17T14:08:39.208Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-17T14:08:39.208Z] [2023-01-17T14:08:39.208Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-17T14:08:39.208Z] [2023-01-17T14:08:39.208Z] [2023-01-17T14:08:39.208Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-17T14:08:39.208Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-17T14:08:39.208Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-17T14:08:39.227Z] $ docker stop --time=1 b6a813e627406b5daf26dfed2d3dd22d4905a748475c1562942df6776879c6a5 [2023-01-17T14:08:41.411Z] $ docker rm -f --volumes b6a813e627406b5daf26dfed2d3dd22d4905a748475c1562942df6776879c6a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-17T14:08:41.742Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T14:08:41.752Z] provisioning config files... [2023-01-17T14:08:41.758Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/373@tmp/config6086357509651508799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:08:42.047Z] --> edgex-publish-swagger.sh [2023-01-17T14:08:42.048Z] === Publish openapi/v2 API === [2023-01-17T14:08:42.048Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-17T14:08:42.048Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/373/openapi/v2/core-command.yaml] [2023-01-17T14:08:42.048Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T14:08:42.048Z] Dload Upload Total Spent Left Speed [2023-01-17T14:08:42.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33860 100 38 100 33822 34 30415 0:00:01 0:00:01 --:--:-- 30449 100 33860 100 38 100 33822 34 30415 0:00:01 0:00:01 --:--:-- 30449 [2023-01-17T14:08:42.983Z] {"code":403,"message":"Access Denied"} [2023-01-17T14:08:42.983Z] [2023-01-17T14:08:42.983Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/373/openapi/v2/core-data.yaml] [2023-01-17T14:08:42.983Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T14:08:42.983Z] Dload Upload Total Spent Left Speed [2023-01-17T14:08:43.918Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71748 100 38 100 71710 41 78286 --:--:-- --:--:-- --:--:-- 78242 100 71748 100 38 100 71710 41 78286 --:--:-- --:--:-- --:--:-- 78242 [2023-01-17T14:08:43.918Z] {"code":403,"message":"Access Denied"} [2023-01-17T14:08:43.918Z] [2023-01-17T14:08:43.918Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/373/openapi/v2/core-metadata.yaml] [2023-01-17T14:08:43.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T14:08:43.918Z] Dload Upload Total Spent Left Speed [2023-01-17T14:08:45.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 36 138k 0:00:01 0:00:01 --:--:-- 138k 100 144k 100 38 100 144k 36 138k 0:00:01 0:00:01 --:--:-- 138k [2023-01-17T14:08:45.295Z] {"code":403,"message":"Access Denied"} [2023-01-17T14:08:45.295Z] [2023-01-17T14:08:45.295Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/373/openapi/v2/support-notifications.yaml] [2023-01-17T14:08:45.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T14:08:45.295Z] Dload Upload Total Spent Left Speed [2023-01-17T14:08:45.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 41 98575 --:--:-- --:--:-- --:--:-- 98508 100 89347 100 38 100 89309 41 98575 --:--:-- --:--:-- --:--:-- 98508 [2023-01-17T14:08:45.861Z] {"code":403,"message":"Access Denied"} [2023-01-17T14:08:45.861Z] [2023-01-17T14:08:45.861Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/373/openapi/v2/support-scheduler.yaml] [2023-01-17T14:08:45.861Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T14:08:45.861Z] Dload Upload Total Spent Left Speed [2023-01-17T14:08:47.243Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 39 40728 --:--:-- --:--:-- --:--:-- 40767 100 39585 100 38 100 39547 39 40728 --:--:-- --:--:-- --:--:-- 40725 [2023-01-17T14:08:47.243Z] {"code":403,"message":"Access Denied"} [2023-01-17T14:08:47.243Z] [Pipeline] } [2023-01-17T14:08:47.250Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-01-17T14:08:47.646Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T14:08:47.646Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:08:47.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T14:08:47.943Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T14:08:48.015Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T14:08:48.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-17T14:08:48.476Z] $ docker top 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 -eo pid,comm [2023-01-17T14:08:48.517Z] 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). [2023-01-17T14:08:48.517Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T14:08:48.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T14:08:48.554Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T14:08:48.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T14:08:48.682Z] $ docker exec 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 ssh-agent [2023-01-17T14:08:48.794Z] SSH_AUTH_SOCK=/tmp/ssh-1suMwLAeAHl4/agent.32 [2023-01-17T14:08:48.794Z] SSH_AGENT_PID=38 [2023-01-17T14:08:48.799Z] Running ssh-add (command line suppressed) [2023-01-17T14:08:48.918Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_3053044315546749822.key (/w/workspace/edgex-go/373@tmp/private_key_3053044315546749822.key) [2023-01-17T14:08:48.923Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T14:08:49.207Z] + git semver tag [2023-01-17T14:08:49.464Z] 2023-01-17 14:08:49,396 [run_tag] DEBUG tag force:False [2023-01-17T14:08:49.464Z] 2023-01-17 14:08:49,396 [check_head_tag] DEBUG check head tag [2023-01-17T14:08:49.464Z] 2023-01-17 14:08:49,398 [execute] INFO git cat-file --batch-check [2023-01-17T14:08:49.464Z] 2023-01-17 14:08:49,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=) [2023-01-17T14:08:49.464Z] 2023-01-17 14:08:49,402 [execute] INFO git cat-file --batch [2023-01-17T14:08:49.464Z] 2023-01-17 14:08:49,402 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=) [2023-01-17T14:08:49.464Z] 2023-01-17 14:08:49,445 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main [2023-01-17T14:08:49.465Z] 2023-01-17 14:08:49,445 [execute] INFO git tag -a v3.0.0-dev.19 -m v3.0.0-dev.19 [2023-01-17T14:08:49.465Z] 2023-01-17 14:08:49,446 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.19', '-m', 'v3.0.0-dev.19'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=None) [2023-01-17T14:08:49.465Z] 2023-01-17 14:08:49,452 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main [2023-01-17T14:08:49.465Z] 3.0.0-dev.19 [Pipeline] } [2023-01-17T14:08:49.483Z] $ docker exec --env ******** --env ******** 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 ssh-agent -k [2023-01-17T14:08:49.593Z] unset SSH_AUTH_SOCK; [2023-01-17T14:08:49.593Z] unset SSH_AGENT_PID; [2023-01-17T14:08:49.593Z] echo Agent pid 38 killed; [2023-01-17T14:08:49.596Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T14:08:49.903Z] + git semver [Pipeline] } [2023-01-17T14:08:50.183Z] $ docker stop --time=1 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 [2023-01-17T14:08:51.532Z] $ docker rm -f --volumes 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:08:51.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-17T14:08:51.892Z] [2023-01-17T14:08:51.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:08:52.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-17T14:08:52.208Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-17T14:08:52.208Z] ab5ef0e58194: Pulling fs layer [2023-01-17T14:08:52.208Z] 9712f1f96733: Pulling fs layer [2023-01-17T14:08:52.208Z] 63f879dbbcfc: Pulling fs layer [2023-01-17T14:08:52.208Z] 0d9ebad4ef96: Pulling fs layer [2023-01-17T14:08:52.208Z] e9a5061849ea: Pulling fs layer [2023-01-17T14:08:52.208Z] d747dcd14b5f: Pulling fs layer [2023-01-17T14:08:52.208Z] 2de7ff778b66: Pulling fs layer [2023-01-17T14:08:52.208Z] e9a5061849ea: Waiting [2023-01-17T14:08:52.208Z] d747dcd14b5f: Waiting [2023-01-17T14:08:52.208Z] 2de7ff778b66: Waiting [2023-01-17T14:08:52.208Z] 0d9ebad4ef96: Waiting [2023-01-17T14:08:52.208Z] 9712f1f96733: Verifying Checksum [2023-01-17T14:08:52.208Z] 9712f1f96733: Download complete [2023-01-17T14:08:52.814Z] 63f879dbbcfc: Verifying Checksum [2023-01-17T14:08:52.814Z] 63f879dbbcfc: Download complete [2023-01-17T14:08:53.110Z] e9a5061849ea: Verifying Checksum [2023-01-17T14:08:53.110Z] e9a5061849ea: Download complete [2023-01-17T14:08:53.110Z] d747dcd14b5f: Verifying Checksum [2023-01-17T14:08:53.110Z] d747dcd14b5f: Download complete [2023-01-17T14:08:53.371Z] ab5ef0e58194: Download complete [2023-01-17T14:08:53.371Z] 0d9ebad4ef96: Verifying Checksum [2023-01-17T14:08:53.371Z] 0d9ebad4ef96: Download complete [2023-01-17T14:08:53.630Z] 2de7ff778b66: Verifying Checksum [2023-01-17T14:08:53.630Z] 2de7ff778b66: Download complete [2023-01-17T14:08:56.168Z] ab5ef0e58194: Pull complete [2023-01-17T14:08:56.168Z] 9712f1f96733: Pull complete [2023-01-17T14:08:57.101Z] 63f879dbbcfc: Pull complete [2023-01-17T14:09:01.288Z] 0d9ebad4ef96: Pull complete [2023-01-17T14:09:01.288Z] e9a5061849ea: Pull complete [2023-01-17T14:09:01.288Z] d747dcd14b5f: Pull complete [2023-01-17T14:09:02.664Z] 2de7ff778b66: Pull complete [2023-01-17T14:09:02.665Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-17T14:09:02.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-17T14:09:02.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T14:09:02.754Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T14:09:02.791Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-17T14:09:04.925Z] $ docker top ac7a723cb892e010b1f2f4305aca8f90f3d7321170fe0e68289b1f5a07c9c2cc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-17T14:09:04.989Z] provisioning config files... [2023-01-17T14:09:04.998Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/373@tmp/config12838232127146881599tmp [2023-01-17T14:09:05.008Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/373@tmp/config11605460703472507458tmp [2023-01-17T14:09:05.016Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/373@tmp/config17439906330022827601tmp [Pipeline] { [Pipeline] echo [2023-01-17T14:09:05.032Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:05.317Z] ---> sigul-configuration.sh [2023-01-17T14:09:05.317Z] gpg: directory `/root/.gnupg' created [2023-01-17T14:09:05.317Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-17T14:09:05.317Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-17T14:09:05.317Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-17T14:09:05.317Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-17T14:09:05.317Z] gpg: CAST5 encrypted data [2023-01-17T14:09:05.317Z] gpg: encrypted with 1 passphrase [2023-01-17T14:09:05.317Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-17T14:09:05.603Z] + mkdir /home/jenkins [2023-01-17T14:09:05.603Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-17T14:09:05.888Z] + 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 [2023-01-17T14:09:05.898Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:06.184Z] ---> sigul-install.sh [2023-01-17T14:09:06.184Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-17T14:09:06.467Z] + git tag --list [2023-01-17T14:09:06.467Z] 0.6.0 [2023-01-17T14:09:06.467Z] 0.6.1 [2023-01-17T14:09:06.467Z] 0.7.0 [2023-01-17T14:09:06.467Z] 0.7.1 [2023-01-17T14:09:06.467Z] v1.0.0 [2023-01-17T14:09:06.467Z] v1.0.1 [2023-01-17T14:09:06.467Z] v1.1.0 [2023-01-17T14:09:06.467Z] v1.2.0 [2023-01-17T14:09:06.467Z] v1.2.1 [2023-01-17T14:09:06.467Z] v1.3.0 [2023-01-17T14:09:06.467Z] v1.3.1 [2023-01-17T14:09:06.467Z] v2.0.0 [2023-01-17T14:09:06.467Z] v2.1.0 [2023-01-17T14:09:06.467Z] v2.1.1 [2023-01-17T14:09:06.467Z] v2.1.1-dev.1 [2023-01-17T14:09:06.467Z] v2.1.1-dev.2 [2023-01-17T14:09:06.467Z] v2.1.1-dev.3 [2023-01-17T14:09:06.467Z] v2.1.1-dev.4 [2023-01-17T14:09:06.467Z] v2.1.1-dev.5 [2023-01-17T14:09:06.467Z] v2.1.1-dev.6 [2023-01-17T14:09:06.467Z] v2.1.1-dev.7 [2023-01-17T14:09:06.467Z] v2.1.1-dev.8 [2023-01-17T14:09:06.467Z] v2.1.2-dev.1 [2023-01-17T14:09:06.467Z] v2.2.0 [2023-01-17T14:09:06.467Z] v2.2.1-dev.1 [2023-01-17T14:09:06.467Z] v2.2.1-dev.10 [2023-01-17T14:09:06.467Z] v2.2.1-dev.11 [2023-01-17T14:09:06.467Z] v2.2.1-dev.12 [2023-01-17T14:09:06.467Z] v2.2.1-dev.13 [2023-01-17T14:09:06.467Z] v2.2.1-dev.14 [2023-01-17T14:09:06.467Z] v2.2.1-dev.15 [2023-01-17T14:09:06.467Z] v2.2.1-dev.16 [2023-01-17T14:09:06.467Z] v2.2.1-dev.17 [2023-01-17T14:09:06.467Z] v2.2.1-dev.18 [2023-01-17T14:09:06.467Z] v2.2.1-dev.19 [2023-01-17T14:09:06.467Z] v2.2.1-dev.2 [2023-01-17T14:09:06.467Z] v2.2.1-dev.20 [2023-01-17T14:09:06.467Z] v2.2.1-dev.21 [2023-01-17T14:09:06.467Z] v2.2.1-dev.22 [2023-01-17T14:09:06.467Z] v2.2.1-dev.23 [2023-01-17T14:09:06.467Z] v2.2.1-dev.24 [2023-01-17T14:09:06.467Z] v2.2.1-dev.25 [2023-01-17T14:09:06.467Z] v2.2.1-dev.26 [2023-01-17T14:09:06.467Z] v2.2.1-dev.27 [2023-01-17T14:09:06.467Z] v2.2.1-dev.28 [2023-01-17T14:09:06.467Z] v2.2.1-dev.29 [2023-01-17T14:09:06.467Z] v2.2.1-dev.3 [2023-01-17T14:09:06.467Z] v2.2.1-dev.4 [2023-01-17T14:09:06.467Z] v2.2.1-dev.5 [2023-01-17T14:09:06.467Z] v2.2.1-dev.6 [2023-01-17T14:09:06.467Z] v2.2.1-dev.7 [2023-01-17T14:09:06.467Z] v2.2.1-dev.8 [2023-01-17T14:09:06.467Z] v2.2.1-dev.9 [2023-01-17T14:09:06.467Z] v2.3.0 [2023-01-17T14:09:06.467Z] v2.3.0-dev.100 [2023-01-17T14:09:06.467Z] v2.3.0-dev.101 [2023-01-17T14:09:06.467Z] v2.3.0-dev.102 [2023-01-17T14:09:06.467Z] v2.3.0-dev.103 [2023-01-17T14:09:06.467Z] v2.3.0-dev.104 [2023-01-17T14:09:06.467Z] v2.3.0-dev.105 [2023-01-17T14:09:06.467Z] v2.3.0-dev.106 [2023-01-17T14:09:06.467Z] v2.3.0-dev.29 [2023-01-17T14:09:06.467Z] v2.3.0-dev.30 [2023-01-17T14:09:06.467Z] v2.3.0-dev.31 [2023-01-17T14:09:06.467Z] v2.3.0-dev.32 [2023-01-17T14:09:06.467Z] v2.3.0-dev.33 [2023-01-17T14:09:06.467Z] v2.3.0-dev.34 [2023-01-17T14:09:06.467Z] v2.3.0-dev.35 [2023-01-17T14:09:06.467Z] v2.3.0-dev.36 [2023-01-17T14:09:06.467Z] v2.3.0-dev.37 [2023-01-17T14:09:06.467Z] v2.3.0-dev.38 [2023-01-17T14:09:06.467Z] v2.3.0-dev.39 [2023-01-17T14:09:06.467Z] v2.3.0-dev.40 [2023-01-17T14:09:06.467Z] v2.3.0-dev.41 [2023-01-17T14:09:06.467Z] v2.3.0-dev.42 [2023-01-17T14:09:06.467Z] v2.3.0-dev.43 [2023-01-17T14:09:06.467Z] v2.3.0-dev.44 [2023-01-17T14:09:06.467Z] v2.3.0-dev.45 [2023-01-17T14:09:06.467Z] v2.3.0-dev.46 [2023-01-17T14:09:06.467Z] v2.3.0-dev.47 [2023-01-17T14:09:06.467Z] v2.3.0-dev.48 [2023-01-17T14:09:06.467Z] v2.3.0-dev.49 [2023-01-17T14:09:06.467Z] v2.3.0-dev.50 [2023-01-17T14:09:06.467Z] v2.3.0-dev.51 [2023-01-17T14:09:06.467Z] v2.3.0-dev.52 [2023-01-17T14:09:06.467Z] v2.3.0-dev.53 [2023-01-17T14:09:06.467Z] v2.3.0-dev.54 [2023-01-17T14:09:06.467Z] v2.3.0-dev.55 [2023-01-17T14:09:06.467Z] v2.3.0-dev.56 [2023-01-17T14:09:06.467Z] v2.3.0-dev.57 [2023-01-17T14:09:06.467Z] v2.3.0-dev.58 [2023-01-17T14:09:06.467Z] v2.3.0-dev.59 [2023-01-17T14:09:06.467Z] v2.3.0-dev.60 [2023-01-17T14:09:06.467Z] v2.3.0-dev.61 [2023-01-17T14:09:06.467Z] v2.3.0-dev.62 [2023-01-17T14:09:06.467Z] v2.3.0-dev.63 [2023-01-17T14:09:06.467Z] v2.3.0-dev.64 [2023-01-17T14:09:06.467Z] v2.3.0-dev.65 [2023-01-17T14:09:06.467Z] v2.3.0-dev.66 [2023-01-17T14:09:06.467Z] v2.3.0-dev.67 [2023-01-17T14:09:06.467Z] v2.3.0-dev.68 [2023-01-17T14:09:06.467Z] v2.3.0-dev.69 [2023-01-17T14:09:06.467Z] v2.3.0-dev.70 [2023-01-17T14:09:06.467Z] v2.3.0-dev.71 [2023-01-17T14:09:06.467Z] v2.3.0-dev.72 [2023-01-17T14:09:06.467Z] v2.3.0-dev.73 [2023-01-17T14:09:06.467Z] v2.3.0-dev.74 [2023-01-17T14:09:06.467Z] v2.3.0-dev.75 [2023-01-17T14:09:06.467Z] v2.3.0-dev.76 [2023-01-17T14:09:06.467Z] v2.3.0-dev.77 [2023-01-17T14:09:06.467Z] v2.3.0-dev.78 [2023-01-17T14:09:06.467Z] v2.3.0-dev.79 [2023-01-17T14:09:06.467Z] v2.3.0-dev.80 [2023-01-17T14:09:06.467Z] v2.3.0-dev.81 [2023-01-17T14:09:06.467Z] v2.3.0-dev.82 [2023-01-17T14:09:06.467Z] v2.3.0-dev.83 [2023-01-17T14:09:06.467Z] v2.3.0-dev.84 [2023-01-17T14:09:06.467Z] v2.3.0-dev.85 [2023-01-17T14:09:06.467Z] v2.3.0-dev.86 [2023-01-17T14:09:06.467Z] v2.3.0-dev.87 [2023-01-17T14:09:06.467Z] v2.3.0-dev.88 [2023-01-17T14:09:06.467Z] v2.3.0-dev.89 [2023-01-17T14:09:06.467Z] v2.3.0-dev.90 [2023-01-17T14:09:06.467Z] v2.3.0-dev.91 [2023-01-17T14:09:06.467Z] v2.3.0-dev.92 [2023-01-17T14:09:06.467Z] v2.3.0-dev.93 [2023-01-17T14:09:06.467Z] v2.3.0-dev.94 [2023-01-17T14:09:06.467Z] v2.3.0-dev.95 [2023-01-17T14:09:06.467Z] v2.3.0-dev.96 [2023-01-17T14:09:06.467Z] v2.3.0-dev.97 [2023-01-17T14:09:06.467Z] v2.3.0-dev.98 [2023-01-17T14:09:06.467Z] v2.3.0-dev.99 [2023-01-17T14:09:06.467Z] v2.3.1-dev.1 [2023-01-17T14:09:06.467Z] v2.3.1-dev.2 [2023-01-17T14:09:06.467Z] v2.3.1-dev.3 [2023-01-17T14:09:06.467Z] v2.3.1-dev.4 [2023-01-17T14:09:06.467Z] v2.3.1-dev.5 [2023-01-17T14:09:06.467Z] v3.0.0-dev.1 [2023-01-17T14:09:06.467Z] v3.0.0-dev.10 [2023-01-17T14:09:06.467Z] v3.0.0-dev.11 [2023-01-17T14:09:06.467Z] v3.0.0-dev.12 [2023-01-17T14:09:06.467Z] v3.0.0-dev.13 [2023-01-17T14:09:06.467Z] v3.0.0-dev.14 [2023-01-17T14:09:06.467Z] v3.0.0-dev.15 [2023-01-17T14:09:06.467Z] v3.0.0-dev.16 [2023-01-17T14:09:06.467Z] v3.0.0-dev.17 [2023-01-17T14:09:06.467Z] v3.0.0-dev.18 [2023-01-17T14:09:06.467Z] v3.0.0-dev.19 [2023-01-17T14:09:06.467Z] v3.0.0-dev.2 [2023-01-17T14:09:06.467Z] v3.0.0-dev.3 [2023-01-17T14:09:06.467Z] v3.0.0-dev.4 [2023-01-17T14:09:06.467Z] v3.0.0-dev.5 [2023-01-17T14:09:06.467Z] v3.0.0-dev.6 [2023-01-17T14:09:06.467Z] v3.0.0-dev.7 [2023-01-17T14:09:06.467Z] v3.0.0-dev.8 [2023-01-17T14:09:06.467Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-17T14:09:06.755Z] + lftools sign git-tag v3.0.0-dev.19 [2023-01-17T14:09:07.324Z] Signing Git tag with Sigul... [2023-01-17T14:09:07.324Z] Signing v3.0.0-dev.19 [Pipeline] echo [2023-01-17T14:09:07.590Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:07.874Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-17T14:09:07.881Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-17T14:09:07.909Z] $ docker stop --time=1 ac7a723cb892e010b1f2f4305aca8f90f3d7321170fe0e68289b1f5a07c9c2cc [2023-01-17T14:09:09.272Z] $ docker rm -f --volumes ac7a723cb892e010b1f2f4305aca8f90f3d7321170fe0e68289b1f5a07c9c2cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-17T14:09:09.656Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T14:09:09.656Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:09:09.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T14:09:09.956Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T14:09:10.030Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T14:09:10.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-17T14:09:10.442Z] $ docker top 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a -eo pid,comm [2023-01-17T14:09:10.482Z] 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). [2023-01-17T14:09:10.482Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T14:09:10.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T14:09:10.521Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T14:09:10.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T14:09:10.641Z] $ docker exec 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a ssh-agent [2023-01-17T14:09:10.748Z] SSH_AUTH_SOCK=/tmp/ssh-pBqG790Fkl93/agent.32 [2023-01-17T14:09:10.748Z] SSH_AGENT_PID=38 [2023-01-17T14:09:10.755Z] Running ssh-add (command line suppressed) [2023-01-17T14:09:10.865Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_2371421269165482010.key (/w/workspace/edgex-go/373@tmp/private_key_2371421269165482010.key) [2023-01-17T14:09:10.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T14:09:11.164Z] + git semver bump pre [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,348 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,348 [bump_version] DEBUG bumping version:3.0.0-dev.19 on axis:pre with prefix:dev [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,348 [bump_version] DEBUG bumped version:3.0.0-dev.20 [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,348 [write_version] DEBUG write version:3.0.0-dev.20 to path:/w/workspace/edgex-go/373/.semver/main with force:True [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,348 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,348 [write_file] DEBUG write to file:/w/workspace/edgex-go/373/.semver/main [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,350 [execute] INFO git cat-file --batch-check [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,350 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=) [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,355 [execute] INFO git cat-file --batch [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,355 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=) [2023-01-17T14:09:11.423Z] 2023-01-17 14:09:11,360 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main [2023-01-17T14:09:11.423Z] 3.0.0-dev.20 [Pipeline] } [2023-01-17T14:09:11.440Z] $ docker exec --env ******** --env ******** 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a ssh-agent -k [2023-01-17T14:09:11.541Z] unset SSH_AUTH_SOCK; [2023-01-17T14:09:11.541Z] unset SSH_AGENT_PID; [2023-01-17T14:09:11.541Z] echo Agent pid 38 killed; [2023-01-17T14:09:11.542Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T14:09:11.836Z] + git semver [Pipeline] } [2023-01-17T14:09:12.120Z] $ docker stop --time=1 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a [2023-01-17T14:09:13.471Z] $ docker rm -f --volumes 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T14:09:13.798Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T14:09:13.799Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:09:14.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T14:09:14.095Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T14:09:14.166Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T14:09:14.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-17T14:09:14.870Z] $ docker top 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 -eo pid,comm [2023-01-17T14:09:14.913Z] 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). [2023-01-17T14:09:14.913Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T14:09:14.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T14:09:14.939Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T14:09:15.078Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T14:09:15.089Z] $ docker exec 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 ssh-agent [2023-01-17T14:09:15.191Z] SSH_AUTH_SOCK=/tmp/ssh-F15n3AlSBs2a/agent.33 [2023-01-17T14:09:15.191Z] SSH_AGENT_PID=39 [2023-01-17T14:09:15.195Z] Running ssh-add (command line suppressed) [2023-01-17T14:09:15.302Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_3280362844032848657.key (/w/workspace/edgex-go/373@tmp/private_key_3280362844032848657.key) [2023-01-17T14:09:15.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T14:09:15.593Z] + git semver push [2023-01-17T14:09:15.850Z] 2023-01-17 14:09:15,805 [run_push] DEBUG push [2023-01-17T14:09:15.850Z] 2023-01-17 14:09:15,805 [execute] INFO git cat-file --batch-check [2023-01-17T14:09:15.850Z] 2023-01-17 14:09:15,806 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=) [2023-01-17T14:09:15.850Z] 2023-01-17 14:09:15,809 [execute] INFO git rev-list ec16f7fb8fc7cfd27760d91abd66543d2e9cd096 -- [2023-01-17T14:09:15.850Z] 2023-01-17 14:09:15,809 [execute] DEBUG Popen(['git', 'rev-list', 'ec16f7fb8fc7cfd27760d91abd66543d2e9cd096', '--'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-17T14:09:15.850Z] 2023-01-17 14:09:15,823 [execute] INFO git fetch -v origin [2023-01-17T14:09:15.850Z] 2023-01-17 14:09:15,823 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-17T14:09:16.416Z] 2023-01-17 14:09:16,313 [run_push] DEBUG no remote changes detected [2023-01-17T14:09:16.416Z] 2023-01-17 14:09:16,313 [execute] INFO git push origin semver [2023-01-17T14:09:16.416Z] 2023-01-17 14:09:16,313 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-17T14:09:17.353Z] 2023-01-17 14:09:17,232 [run_push] DEBUG push all version tags [2023-01-17T14:09:17.353Z] 2023-01-17 14:09:17,233 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-17T14:09:17.353Z] 2023-01-17 14:09:17,233 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=None) [2023-01-17T14:09:18.290Z] 2023-01-17 14:09:18,190 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main [2023-01-17T14:09:18.290Z] 3.0.0-dev.20 [Pipeline] } [2023-01-17T14:09:18.309Z] $ docker exec --env ******** --env ******** 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 ssh-agent -k [2023-01-17T14:09:18.413Z] unset SSH_AUTH_SOCK; [2023-01-17T14:09:18.414Z] unset SSH_AGENT_PID; [2023-01-17T14:09:18.414Z] echo Agent pid 39 killed; [2023-01-17T14:09:18.418Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T14:09:18.719Z] + git semver [Pipeline] } [2023-01-17T14:09:19.000Z] $ docker stop --time=1 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 [2023-01-17T14:09:20.306Z] $ docker rm -f --volumes 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-17T14:09:20.839Z] + [ -d /w/workspace/edgex-go/373/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:21.129Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:21.988Z] ---> package-listing.sh [2023-01-17T14:09:21.989Z] ++ facter osfamily [2023-01-17T14:09:21.989Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-17T14:09:22.248Z] + OS_FAMILY=debian [2023-01-17T14:09:22.248Z] + workspace=/w/workspace/edgex-go/373 [2023-01-17T14:09:22.248Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-17T14:09:22.248Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-17T14:09:22.248Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-17T14:09:22.248Z] + PACKAGES=/tmp/packages_start.txt [2023-01-17T14:09:22.248Z] + '[' /w/workspace/edgex-go/373 ']' [2023-01-17T14:09:22.248Z] + PACKAGES=/tmp/packages_end.txt [2023-01-17T14:09:22.248Z] + case "${OS_FAMILY}" in [2023-01-17T14:09:22.248Z] + dpkg -l [2023-01-17T14:09:22.248Z] + grep '^ii' [2023-01-17T14:09:22.248Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-17T14:09:22.248Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-17T14:09:22.248Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-17T14:09:22.248Z] + '[' /w/workspace/edgex-go/373 ']' [2023-01-17T14:09:22.248Z] + mkdir -p /w/workspace/edgex-go/373/archives/ [2023-01-17T14:09:22.248Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/373/archives/ [Pipeline] echo [2023-01-17T14:09:22.258Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/373/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-17T14:09:22.533Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:09:23.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T14:09:23.091Z] [2023-01-17T14:09:23.091Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T14:09:23.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T14:09:23.391Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-17T14:09:23.391Z] 5eb5b503b376: Pulling fs layer [2023-01-17T14:09:23.391Z] 5c69ac0246d0: Pulling fs layer [2023-01-17T14:09:23.391Z] ec43610c2a17: Pulling fs layer [2023-01-17T14:09:23.391Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-17T14:09:23.391Z] 33b1e0a273af: Pulling fs layer [2023-01-17T14:09:23.391Z] 5d3b04190fa2: Pulling fs layer [2023-01-17T14:09:23.391Z] 2f39f015ded8: Pulling fs layer [2023-01-17T14:09:23.391Z] 5d3b04190fa2: Waiting [2023-01-17T14:09:23.391Z] 3a2ae6a8a46f: Waiting [2023-01-17T14:09:23.391Z] 2f39f015ded8: Waiting [2023-01-17T14:09:23.391Z] 33b1e0a273af: Waiting [2023-01-17T14:09:23.391Z] 5c69ac0246d0: Download complete [2023-01-17T14:09:23.391Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-17T14:09:23.391Z] 3a2ae6a8a46f: Download complete [2023-01-17T14:09:23.655Z] 33b1e0a273af: Verifying Checksum [2023-01-17T14:09:23.655Z] 33b1e0a273af: Download complete [2023-01-17T14:09:23.655Z] 5d3b04190fa2: Verifying Checksum [2023-01-17T14:09:23.655Z] 5d3b04190fa2: Download complete [2023-01-17T14:09:23.655Z] ec43610c2a17: Verifying Checksum [2023-01-17T14:09:23.655Z] ec43610c2a17: Download complete [2023-01-17T14:09:23.918Z] 5eb5b503b376: Download complete [2023-01-17T14:09:24.483Z] 2f39f015ded8: Download complete [2023-01-17T14:09:25.048Z] 5eb5b503b376: Pull complete [2023-01-17T14:09:25.305Z] 5c69ac0246d0: Pull complete [2023-01-17T14:09:25.564Z] ec43610c2a17: Pull complete [2023-01-17T14:09:25.821Z] 3a2ae6a8a46f: Pull complete [2023-01-17T14:09:26.079Z] 33b1e0a273af: Pull complete [2023-01-17T14:09:26.079Z] 5d3b04190fa2: Pull complete [2023-01-17T14:09:31.338Z] 2f39f015ded8: Pull complete [2023-01-17T14:09:31.338Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-17T14:09:31.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T14:09:31.338Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T14:09:31.422Z] prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container [2023-01-17T14:09:31.458Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/373/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-17T14:09:33.225Z] $ docker top f97dd952ec6d67ee58d1d7816a73c52605308ed331ad0674e7293d3992f097d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T14:09:33.558Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-17T14:09:33.842Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-17T14:09:34.125Z] + ls /var/log/sa-host [2023-01-17T14:09:34.125Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T14:09:34.293Z] provisioning config files... [2023-01-17T14:09:34.301Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/373@tmp/config7415082279214041381tmp [Pipeline] { [Pipeline] echo [2023-01-17T14:09:34.313Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:34.594Z] ---> create-netrc.sh [Pipeline] } [2023-01-17T14:09:34.601Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:34.934Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-17T14:09:34.943Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:35.227Z] ---> sudo-logs.sh [2023-01-17T14:09:35.227Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-17T14:09:35.252Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:35.531Z] ---> job-cost.sh [2023-01-17T14:09:35.531Z] lf-activate-venv: SKIPPING [2023-01-17T14:09:35.531Z] DEBUG: total: 0.10999999940395355 [2023-01-17T14:09:35.531Z] INFO: Retrieving Stack Cost... [2023-01-17T14:09:36.099Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-17T14:09:36.357Z] INFO: Archiving Costs [Pipeline] echo [2023-01-17T14:09:36.369Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T14:09:36.649Z] ---> logs-deploy.sh [2023-01-17T14:09:36.649Z] lf-activate-venv: SKIPPING [2023-01-17T14:09:36.649Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/373 [2023-01-17T14:09:36.649Z] INFO: archiving workspace using pattern(s): [2023-01-17T14:09:37.584Z] Archives upload complete. [2023-01-17T14:09:37.584Z] INFO: archiving logs to Nexus