Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ce5d24036f637d84b811de065aa37bd3eaf3c7fe 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-ssh10686242340145486547.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh17832976390715350370.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh3593330113122578651.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh6790871253554000959.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-ssh2566454833116680150.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-13926’ Running on prd-ubuntu20.04-docker-8c-8g-13931 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/515 [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/515 # 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 ce5d24036f637d84b811de065aa37bd3eaf3c7fe (main) > 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 ce5d24036f637d84b811de065aa37bd3eaf3c7fe # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4554)" > git rev-list --no-walk 6027525257e046c56638ab70286b652a285a584d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-05T21:07:41.184Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-05T21:07:41.227Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-05T21:07:41.241Z] ========================================================= [2023-05-05T21:07:41.241Z] EdgeX Global Pipelines Version Info [2023-05-05T21:07:41.241Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:07:41.944Z] ------------------- [2023-05-05T21:07:41.944Z] stable info: [2023-05-05T21:07:41.944Z] ------------------- [2023-05-05T21:07:41.944Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-05T21:07:41.944Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-05T21:07:41.944Z] Message: update stable to v1.0.249 [2023-05-05T21:07:42.517Z] ------------------- [2023-05-05T21:07:42.517Z] experimental info: [2023-05-05T21:07:42.517Z] ------------------- [2023-05-05T21:07:42.517Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-05T21:07:42.517Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-05T21:07:42.517Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-05T21:07:42.693Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-05-05T21:07:42.703Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-05-05T21:07:42.715Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-05T21:07:42.728Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-05T21:07:42.738Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-05T21:07:42.748Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-05T21:07:42.763Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-05T21:07:42.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-05-05T21:07:42.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-05-05T21:07:42.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-05-05T21:07:42.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-05T21:07:42.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-05T21:07:42.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-05T21:07:42.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-05T21:07:42.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-05T21:07:42.866Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-05T21:07:42.876Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-05T21:07:42.887Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-05T21:07:42.899Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-05T21:07:42.910Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-05T21:07:42.920Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-05T21:07:42.930Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-05T21:07:42.944Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-05T21:07:42.956Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-05-05T21:07:42.966Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-05-05T21:07:42.977Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-05-05T21:07:42.987Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] echo [2023-05-05T21:07:43.000Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce5d240 [Pipeline] echo [2023-05-05T21:07:43.014Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-05T21:07:43.052Z] provisioning config files... [2023-05-05T21:07:43.067Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/515@tmp/config15344853284960883140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:07:43.369Z] ---> docker-login.sh [2023-05-05T21:07:43.369Z] nexus3.edgexfoundry.org:10001 [2023-05-05T21:07:43.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:07:43.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:07:43.633Z] Configure a credential helper to remove this warning. See [2023-05-05T21:07:43.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:07:43.633Z] [2023-05-05T21:07:43.633Z] Login Succeeded [2023-05-05T21:07:43.633Z] nexus3.edgexfoundry.org:10002 [2023-05-05T21:07:43.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:07:43.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:07:43.893Z] Configure a credential helper to remove this warning. See [2023-05-05T21:07:43.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:07:43.893Z] [2023-05-05T21:07:43.893Z] Login Succeeded [2023-05-05T21:07:43.893Z] nexus3.edgexfoundry.org:10003 [2023-05-05T21:07:43.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:07:43.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:07:43.893Z] Configure a credential helper to remove this warning. See [2023-05-05T21:07:43.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:07:43.893Z] [2023-05-05T21:07:43.893Z] Login Succeeded [2023-05-05T21:07:43.893Z] nexus3.edgexfoundry.org:10004 [2023-05-05T21:07:43.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:07:43.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:07:43.893Z] Configure a credential helper to remove this warning. See [2023-05-05T21:07:43.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:07:43.893Z] [2023-05-05T21:07:43.893Z] Login Succeeded [2023-05-05T21:07:43.893Z] docker.io [2023-05-05T21:07:44.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:07:44.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:07:44.153Z] Configure a credential helper to remove this warning. See [2023-05-05T21:07:44.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:07:44.153Z] [2023-05-05T21:07:44.153Z] Login Succeeded [2023-05-05T21:07:44.153Z] ---> docker-login.sh ends [Pipeline] } [2023-05-05T21:07:44.161Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-05T21:07:44.468Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + dirname cmd/core-command/Dockerfile [2023-05-05T21:07:44.468Z] + echo core-command,cmd/core-command/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/core-data/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo core-data,cmd/core-data/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/core-metadata/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/security-spire-agent/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/security-spire-config/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/security-spire-server/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/support-notifications/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-05-05T21:07:44.468Z] + dirname cmd/support-scheduler/Dockerfile [2023-05-05T21:07:44.468Z] + cut -d/ -f2 [2023-05-05T21:07:44.468Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-05-05T21:07:44.525Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-05T21:07:44.867Z] + git rev-list -1 --merges ce5d24036f637d84b811de065aa37bd3eaf3c7fe~1..ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] echo [2023-05-05T21:07:44.886Z] -----------> git rev-list -1 --merges ce5d24036f637d84b811de065aa37bd3eaf3c7fe~1..ce5d24036f637d84b811de065aa37bd3eaf3c7fe ce5d24036f637d84b811de065aa37bd3eaf3c7fe [false] [Pipeline] sh [2023-05-05T21:07:45.169Z] + git log --format=format:%s -1 ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] echo [2023-05-05T21:07:45.182Z] ========================================================= [2023-05-05T21:07:45.182Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-05T21:07:45.182Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-05-05T21:07:45.541Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-05T21:07:45.541Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-05T21:07:45.541Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-05T21:07:45.541Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-05T21:07:45.541Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-05T21:07:45.541Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-05T21:07:45.541Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:07:45.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-05T21:07:45.895Z] [2023-05-05T21:07:45.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:07:46.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-05T21:07:46.196Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-05T21:07:46.196Z] b85a868b505f: Pulling fs layer [2023-05-05T21:07:46.196Z] e2be974225ed: Pulling fs layer [2023-05-05T21:07:46.196Z] 339a4e72a1f5: Pulling fs layer [2023-05-05T21:07:46.196Z] 988bab9f4d93: Pulling fs layer [2023-05-05T21:07:46.196Z] 1469e6f7b9e6: Pulling fs layer [2023-05-05T21:07:46.196Z] eaf3925da568: Pulling fs layer [2023-05-05T21:07:46.196Z] bab4dde63d76: Pulling fs layer [2023-05-05T21:07:46.196Z] bde34c3a00c8: Pulling fs layer [2023-05-05T21:07:46.196Z] b352a97aabf1: Pulling fs layer [2023-05-05T21:07:46.196Z] 4872d77fe225: Pulling fs layer [2023-05-05T21:07:46.196Z] 5851b861e8e6: Pulling fs layer [2023-05-05T21:07:46.196Z] 4872d77fe225: Waiting [2023-05-05T21:07:46.196Z] bab4dde63d76: Waiting [2023-05-05T21:07:46.196Z] bde34c3a00c8: Waiting [2023-05-05T21:07:46.196Z] 988bab9f4d93: Waiting [2023-05-05T21:07:46.196Z] b352a97aabf1: Waiting [2023-05-05T21:07:46.196Z] 5851b861e8e6: Waiting [2023-05-05T21:07:46.196Z] 1469e6f7b9e6: Waiting [2023-05-05T21:07:46.196Z] eaf3925da568: Waiting [2023-05-05T21:07:46.196Z] e2be974225ed: Download complete [2023-05-05T21:07:46.196Z] 988bab9f4d93: Verifying Checksum [2023-05-05T21:07:46.196Z] 988bab9f4d93: Download complete [2023-05-05T21:07:46.196Z] 1469e6f7b9e6: Verifying Checksum [2023-05-05T21:07:46.196Z] 1469e6f7b9e6: Download complete [2023-05-05T21:07:46.457Z] eaf3925da568: Verifying Checksum [2023-05-05T21:07:46.457Z] eaf3925da568: Download complete [2023-05-05T21:07:46.457Z] 339a4e72a1f5: Verifying Checksum [2023-05-05T21:07:46.457Z] 339a4e72a1f5: Download complete [2023-05-05T21:07:46.457Z] bde34c3a00c8: Verifying Checksum [2023-05-05T21:07:46.457Z] bde34c3a00c8: Download complete [2023-05-05T21:07:46.457Z] b352a97aabf1: Verifying Checksum [2023-05-05T21:07:46.457Z] b352a97aabf1: Download complete [2023-05-05T21:07:46.457Z] 4872d77fe225: Verifying Checksum [2023-05-05T21:07:46.457Z] 4872d77fe225: Download complete [2023-05-05T21:07:46.457Z] 5851b861e8e6: Download complete [2023-05-05T21:07:46.457Z] b85a868b505f: Verifying Checksum [2023-05-05T21:07:46.457Z] b85a868b505f: Download complete [2023-05-05T21:07:46.715Z] bab4dde63d76: Verifying Checksum [2023-05-05T21:07:47.652Z] b85a868b505f: Pull complete [2023-05-05T21:07:47.652Z] e2be974225ed: Pull complete [2023-05-05T21:07:48.220Z] 339a4e72a1f5: Pull complete [2023-05-05T21:07:48.220Z] 988bab9f4d93: Pull complete [2023-05-05T21:07:48.478Z] 1469e6f7b9e6: Pull complete [2023-05-05T21:07:48.478Z] eaf3925da568: Pull complete [2023-05-05T21:07:50.385Z] bab4dde63d76: Pull complete [2023-05-05T21:07:50.385Z] bde34c3a00c8: Pull complete [2023-05-05T21:07:50.385Z] b352a97aabf1: Pull complete [2023-05-05T21:07:50.385Z] 4872d77fe225: Pull complete [2023-05-05T21:07:50.385Z] 5851b861e8e6: Pull complete [2023-05-05T21:07:50.385Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-05T21:07:50.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-05T21:07:50.385Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:07:50.483Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:07:50.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:07:51.843Z] $ docker top e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 -eo pid,comm [2023-05-05T21:07:51.895Z] 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-05-05T21:07:51.895Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-05T21:07:51.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-05T21:07:51.927Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-05T21:07:52.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-05T21:07:52.041Z] $ docker exec e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 ssh-agent [2023-05-05T21:07:52.148Z] SSH_AUTH_SOCK=/tmp/ssh-OL2Z8mVkzNRT/agent.32 [2023-05-05T21:07:52.148Z] SSH_AGENT_PID=38 [2023-05-05T21:07:52.155Z] Running ssh-add (command line suppressed) [2023-05-05T21:07:52.258Z] Identity added: /w/workspace/edgex-go/515@tmp/private_key_12893539068211264285.key (/w/workspace/edgex-go/515@tmp/private_key_12893539068211264285.key) [2023-05-05T21:07:52.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-05T21:07:52.552Z] + git tag --points-at HEAD [Pipeline] } [2023-05-05T21:07:52.569Z] $ docker exec --env ******** --env ******** e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 ssh-agent -k [2023-05-05T21:07:52.665Z] unset SSH_AUTH_SOCK; [2023-05-05T21:07:52.665Z] unset SSH_AGENT_PID; [2023-05-05T21:07:52.665Z] echo Agent pid 38 killed; [2023-05-05T21:07:52.669Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-05T21:07:52.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-05T21:07:52.694Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-05T21:07:52.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-05T21:07:52.811Z] $ docker exec e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 ssh-agent [2023-05-05T21:07:52.911Z] SSH_AUTH_SOCK=/tmp/ssh-jaU6FVFcr8pS/agent.70 [2023-05-05T21:07:52.911Z] SSH_AGENT_PID=76 [2023-05-05T21:07:52.915Z] Running ssh-add (command line suppressed) [2023-05-05T21:07:53.032Z] Identity added: /w/workspace/edgex-go/515@tmp/private_key_2316380299024660410.key (/w/workspace/edgex-go/515@tmp/private_key_2316380299024660410.key) [2023-05-05T21:07:53.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-05T21:07:53.324Z] + git semver init [2023-05-05T21:07:53.583Z] 2023-05-05 21:07:53,501 [run_init] DEBUG init version:0.0.0 force:False [2023-05-05T21:07:53.583Z] 2023-05-05 21:07:53,501 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/515/.semver [2023-05-05T21:07:53.583Z] 2023-05-05 21:07:53,502 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/515/.semver [2023-05-05T21:07:53.583Z] 2023-05-05 21:07:53,502 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/515/.semver'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=None) [2023-05-05T21:07:58.868Z] 2023-05-05 21:07:58,599 [append_file] DEBUG append to file:/w/workspace/edgex-go/515/.git/info/exclude [2023-05-05T21:07:58.868Z] 2023-05-05 21:07:58,600 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/515/.semver/main with force:False [2023-05-05T21:07:58.868Z] 2023-05-05 21:07:58,600 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main [2023-05-05T21:07:58.868Z] 2023-05-05 21:07:58,600 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main [2023-05-05T21:07:58.868Z] 3.0.0-dev.150 [Pipeline] } [2023-05-05T21:07:58.885Z] $ docker exec --env ******** --env ******** e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 ssh-agent -k [2023-05-05T21:07:58.985Z] unset SSH_AUTH_SOCK; [2023-05-05T21:07:58.985Z] unset SSH_AGENT_PID; [2023-05-05T21:07:58.986Z] echo Agent pid 76 killed; [2023-05-05T21:07:58.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-05T21:07:59.288Z] + git semver [Pipeline] } [2023-05-05T21:07:59.566Z] $ docker stop --time=1 e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 [2023-05-05T21:08:00.822Z] $ docker rm -f --volumes e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-05T21:08:01.149Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-05T21:08:01.324Z] Stashed 1 file(s) [Pipeline] echo [2023-05-05T21:08:01.327Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.150 [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-05-05T21:08:01.723Z] + git config --global --add safe.directory /w/workspace/edgex-go/515 [Pipeline] echo [2023-05-05T21:08:01.734Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-05T21:08:01.743Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-05T21:08:01.749Z] ========================================================= [2023-05-05T21:08:01.749Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-05T21:08:01.749Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-05T21:08:02.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-05T21:08:02.032Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-05T21:08:02.032Z] f56be85fc22e: Pulling fs layer [2023-05-05T21:08:02.032Z] 85791d961cd3: Pulling fs layer [2023-05-05T21:08:02.032Z] d694b5ae8c79: Pulling fs layer [2023-05-05T21:08:02.032Z] 9f32a84ed3da: Pulling fs layer [2023-05-05T21:08:02.032Z] 4d19c01a9841: Pulling fs layer [2023-05-05T21:08:02.032Z] 9325e15d5711: Pulling fs layer [2023-05-05T21:08:02.032Z] 556b6ee489ea: Pulling fs layer [2023-05-05T21:08:02.032Z] c5a4b2cf53e6: Pulling fs layer [2023-05-05T21:08:02.032Z] 9325e15d5711: Waiting [2023-05-05T21:08:02.032Z] 9f32a84ed3da: Waiting [2023-05-05T21:08:02.032Z] 556b6ee489ea: Waiting [2023-05-05T21:08:02.032Z] c5a4b2cf53e6: Waiting [2023-05-05T21:08:02.032Z] 4d19c01a9841: Waiting [2023-05-05T21:08:02.032Z] 85791d961cd3: Verifying Checksum [2023-05-05T21:08:02.032Z] 85791d961cd3: Download complete [2023-05-05T21:08:02.032Z] 9f32a84ed3da: Verifying Checksum [2023-05-05T21:08:02.032Z] 9f32a84ed3da: Download complete [2023-05-05T21:08:02.032Z] 4d19c01a9841: Download complete [2023-05-05T21:08:02.032Z] f56be85fc22e: Verifying Checksum [2023-05-05T21:08:02.032Z] f56be85fc22e: Download complete [2023-05-05T21:08:02.032Z] 9325e15d5711: Verifying Checksum [2023-05-05T21:08:02.032Z] 9325e15d5711: Download complete [2023-05-05T21:08:02.291Z] f56be85fc22e: Pull complete [2023-05-05T21:08:02.291Z] 85791d961cd3: Pull complete [2023-05-05T21:08:02.549Z] c5a4b2cf53e6: Verifying Checksum [2023-05-05T21:08:02.549Z] c5a4b2cf53e6: Download complete [2023-05-05T21:08:02.807Z] d694b5ae8c79: Download complete [2023-05-05T21:08:02.807Z] 556b6ee489ea: Verifying Checksum [2023-05-05T21:08:02.807Z] 556b6ee489ea: Download complete [2023-05-05T21:08:06.087Z] d694b5ae8c79: Pull complete [2023-05-05T21:08:06.087Z] 9f32a84ed3da: Pull complete [2023-05-05T21:08:06.087Z] 4d19c01a9841: Pull complete [2023-05-05T21:08:06.087Z] 9325e15d5711: Pull complete [2023-05-05T21:08:07.984Z] 556b6ee489ea: Pull complete [2023-05-05T21:08:08.917Z] c5a4b2cf53e6: Pull complete [2023-05-05T21:08:08.917Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-05T21:08:08.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-05T21:08:08.917Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-05T21:08:09.207Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-05T21:08:09.207Z] WORKDIR /edgex [2023-05-05T21:08:09.207Z] COPY go.mod . [2023-05-05T21:08:09.207Z] RUN go mod download build [2023-05-05T21:08:09.207Z] -t ci-base-image-x86_64 -f - . [2023-05-05T21:08:09.778Z] Sending build context to Docker daemon 170.7MB [2023-05-05T21:08:09.778Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-05T21:08:09.778Z] ---> c4be618373d6 [2023-05-05T21:08:09.778Z] Step 2/4 : WORKDIR /edgex [2023-05-05T21:08:12.313Z] ---> Running in 6ba040941fca [2023-05-05T21:08:12.313Z] Removing intermediate container 6ba040941fca [2023-05-05T21:08:12.313Z] ---> b9bd6a1a3516 [2023-05-05T21:08:12.313Z] Step 3/4 : COPY go.mod . [2023-05-05T21:08:12.313Z] ---> 08dfe1c1c1c7 [2023-05-05T21:08:12.313Z] Step 4/4 : RUN go mod download [2023-05-05T21:08:12.313Z] ---> Running in 476a9fd03262 [2023-05-05T21:08:16.407Z] Still waiting to schedule task [2023-05-05T21:08:16.407Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-13928’ [2023-05-05T21:08:22.290Z] Removing intermediate container 476a9fd03262 [2023-05-05T21:08:22.290Z] ---> 9227b765358a [2023-05-05T21:08:22.290Z] Successfully built 9227b765358a [2023-05-05T21:08:22.290Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:08:22.587Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-05T21:08:22.587Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:08:22.656Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:08:22.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:08:23.057Z] $ docker top 4e754a8349a23b3b739dd5fd508cf155437cf0174086e9fb8ddb23894de77cda -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-05T21:08:23.392Z] + go version [2023-05-05T21:08:23.392Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-05T21:08:23.410Z] $ docker stop --time=1 4e754a8349a23b3b739dd5fd508cf155437cf0174086e9fb8ddb23894de77cda [2023-05-05T21:08:24.667Z] $ docker rm -f --volumes 4e754a8349a23b3b739dd5fd508cf155437cf0174086e9fb8ddb23894de77cda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:08:25.061Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-05T21:08:25.062Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:08:25.132Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:08:25.164Z] $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:08:25.509Z] $ docker top 4ded6807ff73aeb5a5a1a44e0d290b5643eb4d7ad3db9e1e33df169060fb7aa9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-05T21:08:25.566Z] ========================================================= [2023-05-05T21:08:25.566Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-05T21:08:25.566Z] ========================================================= [Pipeline] sh [2023-05-05T21:08:25.842Z] + git config --global --add safe.directory /w/workspace/edgex-go/515 [Pipeline] fileExists [Pipeline] sh [2023-05-05T21:08:26.138Z] + make test [2023-05-05T21:08:26.138Z] go test -race -coverprofile=coverage.out ./... [2023-05-05T21:08:32.698Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-05T21:08:44.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-05T21:08:44.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-05T21:08:44.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-05T21:08:44.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-05T21:08:45.149Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-05T21:08:45.408Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-05T21:08:45.665Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-05T21:08:45.665Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-05T21:08:45.665Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-05T21:08:45.922Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-05T21:08:46.180Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-05T21:08:46.440Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-05T21:08:46.440Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-05T21:08:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-05T21:08:47.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-05T21:08:47.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-05T21:08:47.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.047s coverage: 28.7% of statements [2023-05-05T21:08:47.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.078s coverage: 98.5% of statements [2023-05-05T21:08:47.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-05T21:08:47.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-05T21:08:47.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-05T21:08:48.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-05T21:08:48.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-05T21:08:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-05T21:08:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-05T21:08:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-05T21:08:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-05T21:08:48.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-05T21:08:50.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-05T21:08:50.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-05T21:08:50.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.089s coverage: 71.5% of statements [2023-05-05T21:08:50.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements [2023-05-05T21:08:51.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.245s coverage: 88.5% of statements [2023-05-05T21:08:51.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.065s coverage: 3.8% of statements [2023-05-05T21:08:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-05T21:08:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-05T21:08:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-05T21:08:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-05T21:08:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-05T21:08:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-05T21:08:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-05T21:08:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-05T21:08:52.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.370s coverage: 95.6% of statements [2023-05-05T21:08:52.669Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.045s coverage: 72.2% of statements [2023-05-05T21:08:53.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-05T21:08:53.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-05T21:08:53.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-05T21:08:53.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 65.9% of statements [2023-05-05T21:08:53.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-05T21:08:53.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-05T21:08:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements [2023-05-05T21:08:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 29.0% of statements [2023-05-05T21:08:54.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 42.9% of statements [2023-05-05T21:08:54.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 82.9% of statements [2023-05-05T21:08:54.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2023-05-05T21:08:54.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2023-05-05T21:08:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2023-05-05T21:08:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-05T21:08:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-05T21:08:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-05T21:08:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-05T21:08:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-05T21:08:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-05T21:08:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-05T21:08:55.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-05T21:08:56.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-05T21:08:56.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-05T21:08:56.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-05T21:08:56.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-05T21:08:56.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-05T21:08:56.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-05T21:08:56.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-05T21:08:57.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-05T21:08:57.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-05T21:08:59.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-05T21:08:59.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-05T21:09:00.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-05T21:09:00.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-05T21:09:00.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-05T21:09:01.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-05T21:09:01.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-05T21:09:01.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-05T21:09:02.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-05T21:09:02.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-05T21:09:02.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-05T21:09:02.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-05T21:09:03.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-05T21:09:03.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-05T21:09:03.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-05T21:09:03.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-05T21:09:04.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-05T21:09:04.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-05T21:09:04.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-05T21:09:04.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-05T21:09:05.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-05T21:09:05.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-05T21:09:06.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2023-05-05T21:09:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-05T21:09:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.259s coverage: 79.9% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.069s coverage: 92.9% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.062s coverage: 62.3% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 81.8% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 82.1% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.1% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 38.4% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.3% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.5% of statements [2023-05-05T21:09:19.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements [2023-05-05T21:09:19.290Z] 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-05-05T21:09:19.290Z] running golangci-lint [2023-05-05T21:09:19.290Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-05-05T21:09:19.290Z] go version go1.20.2 linux/amd64 [2023-05-05T21:09:19.290Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-05-05T21:09:19.290Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-05-05T21:09:34.262Z] level=info msg="[loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|exports_file|imports|deps|files) took 13.318385156s" [2023-05-05T21:09:34.262Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.619779ms" [2023-05-05T21:09:38.537Z] level=info msg="[linters_context/goanalysis] analyzers took 45.816900984s with top 10 stages: buildir: 26.080274275s, inspect: 1.928214533s, fact_deprecated: 1.904021225s, gosec: 1.256023371s, ctrlflow: 1.100283024s, printf: 933.541157ms, S1038: 829.64387ms, fact_purity: 663.881831ms, nilness: 619.85769ms, errcheck: 434.823373ms" [2023-05-05T21:09:38.537Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-05-05T21:09:38.537Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 203/203, identifier_marker: 203/203, exclude-rules: 23/203, nolint: 0/23, path_prettifier: 203/203, skip_files: 203/203, skip_dirs: 203/203, autogenerated_exclude: 203/203, exclude: 203/203, cgo: 203/203" [2023-05-05T21:09:38.537Z] level=info msg="[runner] processing took 21.421604ms with stages: nolint: 8.361475ms, identifier_marker: 7.623927ms, exclude-rules: 1.7327ms, path_prettifier: 1.512986ms, autogenerated_exclude: 1.421657ms, skip_dirs: 694.148µs, cgo: 47.93µs, filename_unadjuster: 22.751µs, max_same_issues: 810ns, exclude: 490ns, uniq_by_line: 480ns, skip_files: 390ns, path_shortener: 330ns, source_code: 310ns, diff: 280ns, severity-rules: 260ns, sort_results: 260ns, max_from_linter: 180ns, max_per_file_from_linter: 120ns, path_prefixer: 120ns" [2023-05-05T21:09:38.537Z] level=info msg="[runner] linters took 6.154532616s with stages: goanalysis_metalinter: 6.132999241s" [2023-05-05T21:09:38.537Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-05-05T21:09:38.537Z] level=info msg="Memory: 197 samples, avg is 171.3MB, max is 702.6MB" [2023-05-05T21:09:38.537Z] level=info msg="Execution took 19.518348509s" [2023-05-05T21:09:38.537Z] go vet ./... [2023-05-05T21:09:42.724Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-05T21:09:42.724Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-05T21:09:42.724Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-05T21:09:42.734Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-05T21:09:43.018Z] + ls -al . [2023-05-05T21:09:43.018Z] total 704 [2023-05-05T21:09:43.018Z] drwxrwxr-x 11 1001 1001 4096 May 5 21:08 . [2023-05-05T21:09:43.018Z] drwxr-xr-x 4 root root 4096 May 5 21:08 .. [2023-05-05T21:09:43.018Z] drwxrwxr-x 2 1001 1001 4096 May 5 21:07 .blubracket [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 16 May 5 21:07 .dockerignore [2023-05-05T21:09:43.018Z] drwxrwxr-x 8 1001 1001 4096 May 5 21:07 .git [2023-05-05T21:09:43.018Z] drwxrwxr-x 3 1001 1001 4096 May 5 21:07 .github [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 1133 May 5 21:07 .gitignore [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 42 May 5 21:07 .golangci.yml [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 87 May 5 21:07 .hadolint.yml [2023-05-05T21:09:43.018Z] drwxr-xr-x 3 1001 1001 4096 May 5 21:07 .semver [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 166 May 5 21:07 .sonarcloud.properties [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 1171 May 5 21:07 ADOPTERS.md [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 10835 May 5 21:07 Attribution.txt [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 73765 May 5 21:07 CHANGELOG.md [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 3804 May 5 21:07 CONTRIBUTING.md [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 677 May 5 21:07 GOVERNANCE.md [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 883 May 5 21:07 Jenkinsfile [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 10775 May 5 21:07 LICENSE [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 14368 May 5 21:07 Makefile [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 582 May 5 21:07 OWNERS.md [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 9403 May 5 21:07 README.md [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 789 May 5 21:07 SECURITY.md [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 13 May 5 21:08 VERSION [2023-05-05T21:09:43.018Z] drwxrwxr-x 2 1001 1001 4096 May 5 21:07 bin [2023-05-05T21:09:43.018Z] drwxrwxr-x 18 1001 1001 4096 May 5 21:07 cmd [2023-05-05T21:09:43.018Z] -rw-r--r-- 1 root root 448560 May 5 21:09 coverage.out [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 3200 May 5 21:07 go.mod [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 31040 May 5 21:07 go.sum [2023-05-05T21:09:43.018Z] drwxrwxr-x 7 1001 1001 4096 May 5 21:07 internal [2023-05-05T21:09:43.018Z] drwxrwxr-x 3 1001 1001 4096 May 5 21:07 openapi [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 594 May 5 21:07 security.txt [2023-05-05T21:09:43.018Z] drwxrwxr-x 4 1001 1001 4096 May 5 21:07 snap [2023-05-05T21:09:43.018Z] -rw-rw-r-- 1 1001 1001 204 May 5 21:07 version.go [Pipeline] sh [2023-05-05T21:09:43.306Z] + '[' -e coverage.out ] [2023-05-05T21:09:43.306Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-05T21:09:43.421Z] Stashed 1 file(s) [Pipeline] sh [2023-05-05T21:09:43.700Z] + make build [2023-05-05T21:09:43.700Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-05T21:09:55.897Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-05T21:09:55.898Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-05T21:09:56.465Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-05T21:09:57.032Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-05-05T21:10:03.584Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-05T21:10:04.148Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-05T21:10:05.081Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-05T21:10:06.013Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-05T21:10:06.945Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-05T21:10:07.877Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-05T21:10:08.808Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-05-05T21:10:09.753Z] $ docker stop --time=1 4ded6807ff73aeb5a5a1a44e0d290b5643eb4d7ad3db9e1e33df169060fb7aa9 [2023-05-05T21:10:12.865Z] $ docker rm -f --volumes 4ded6807ff73aeb5a5a1a44e0d290b5643eb4d7ad3db9e1e33df169060fb7aa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:10:13.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-05T21:10:13.643Z] [2023-05-05T21:10:13.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:10:13.943Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-05T21:10:13.943Z] latest: Pulling from edgex-devops/edgex-compose [2023-05-05T21:10:13.943Z] cbdbe7a5bc2a: Pulling fs layer [2023-05-05T21:10:13.943Z] ca9280d653b3: Pulling fs layer [2023-05-05T21:10:13.943Z] 7e9c9ca2126c: Pulling fs layer [2023-05-05T21:10:13.943Z] cbdbe7a5bc2a: Download complete [2023-05-05T21:10:14.200Z] ca9280d653b3: Verifying Checksum [2023-05-05T21:10:14.200Z] ca9280d653b3: Download complete [2023-05-05T21:10:14.200Z] cbdbe7a5bc2a: Pull complete [2023-05-05T21:10:14.459Z] 7e9c9ca2126c: Verifying Checksum [2023-05-05T21:10:14.459Z] 7e9c9ca2126c: Download complete [2023-05-05T21:10:14.459Z] ca9280d653b3: Pull complete [2023-05-05T21:10:17.740Z] 7e9c9ca2126c: Pull complete [2023-05-05T21:10:17.740Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-05-05T21:10:17.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-05T21:10:17.740Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:10:17.811Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:10:17.845Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:10:19.798Z] $ docker top 7eabde7496494aec704423a78cca5d4c3f1784461cf5b628499fb613e5154c67 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-05T21:10:20.125Z] + docker-compose build --help [2023-05-05T21:10:20.125Z] + grep parallel [2023-05-05T21:10:20.695Z] --parallel Build images in parallel. [Pipeline] } [2023-05-05T21:10:20.711Z] $ docker stop --time=1 7eabde7496494aec704423a78cca5d4c3f1784461cf5b628499fb613e5154c67 [2023-05-05T21:10:22.006Z] $ docker rm -f --volumes 7eabde7496494aec704423a78cca5d4c3f1784461cf5b628499fb613e5154c67 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:10:22.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-05T21:10:22.389Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:10:22.454Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:10:22.489Z] $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:10:22.811Z] $ docker top fe327e997892bc964eed5622446caee236f54d04afbf9220d136df7559cf6fa3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-05T21:10:23.143Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-05T21:10:23.719Z] Building core-command ... [2023-05-05T21:10:23.719Z] Building core-common-config-bootstrapper ... [2023-05-05T21:10:23.719Z] Building core-data ... [2023-05-05T21:10:23.719Z] Building core-metadata ... [2023-05-05T21:10:23.719Z] Building security-bootstrapper ... [2023-05-05T21:10:23.719Z] Building security-proxy-auth ... [2023-05-05T21:10:23.719Z] Building security-proxy-setup ... [2023-05-05T21:10:23.719Z] Building security-secretstore-setup ... [2023-05-05T21:10:23.719Z] Building security-spiffe-token-provider ... [2023-05-05T21:10:23.719Z] Building security-spire-agent ... [2023-05-05T21:10:23.719Z] Building security-spire-config ... [2023-05-05T21:10:23.719Z] Building security-spire-server ... [2023-05-05T21:10:23.719Z] Building support-notifications ... [2023-05-05T21:10:23.719Z] Building support-scheduler ... [2023-05-05T21:10:23.719Z] Building security-proxy-auth [2023-05-05T21:10:23.719Z] Building support-scheduler [2023-05-05T21:10:23.719Z] Building core-command [2023-05-05T21:10:23.719Z] Building support-notifications [2023-05-05T21:10:23.719Z] Building security-secretstore-setup [2023-05-05T21:10:35.913Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:10:35.913Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:10:35.913Z] ---> 9227b765358a [2023-05-05T21:10:35.913Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:10:35.913Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:10:35.913Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:10:35.913Z] ---> 9227b765358a [2023-05-05T21:10:35.913Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:10:35.913Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:10:35.913Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:10:35.913Z] ---> 9227b765358a [2023-05-05T21:10:35.913Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:10:35.913Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:10:35.913Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:10:35.913Z] ---> 9227b765358a [2023-05-05T21:10:35.913Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:10:36.172Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:10:36.172Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:10:36.172Z] ---> 9227b765358a [2023-05-05T21:10:36.172Z] Step 3/25 : WORKDIR /edgex-go [2023-05-05T21:10:44.286Z] ---> Running in 5baa99949876 [2023-05-05T21:10:44.286Z] ---> Running in 20faa1c5d915 [2023-05-05T21:10:44.286Z] ---> Running in de08be5e1581 [2023-05-05T21:10:44.286Z] ---> Running in cc5d7cf05fe7 [2023-05-05T21:10:44.286Z] ---> Running in 951cc23d6946 [2023-05-05T21:10:44.286Z] Removing intermediate container 20faa1c5d915 [2023-05-05T21:10:44.286Z] ---> ce960c0650fc [2023-05-05T21:10:44.286Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:10:44.545Z] Removing intermediate container 5baa99949876 [2023-05-05T21:10:44.545Z] ---> f6a468b9361e [2023-05-05T21:10:44.545Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-05T21:10:44.545Z] Removing intermediate container de08be5e1581 [2023-05-05T21:10:44.545Z] ---> ac2d1bd37db9 [2023-05-05T21:10:44.545Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:10:44.545Z] Removing intermediate container 951cc23d6946 [2023-05-05T21:10:44.545Z] ---> 5acc41977009 [2023-05-05T21:10:44.545Z] Step 4/24 : WORKDIR /edgex-go [2023-05-05T21:10:44.545Z] Removing intermediate container cc5d7cf05fe7 [2023-05-05T21:10:44.545Z] ---> d2a4e0a7a0f3 [2023-05-05T21:10:44.545Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:10:44.545Z] ---> Running in 9daa1acda38b [2023-05-05T21:10:44.545Z] ---> Running in 21699291121a [2023-05-05T21:10:44.545Z] ---> Running in 3de4f94fca26 [2023-05-05T21:10:44.545Z] ---> Running in d5f1018e6f4c [2023-05-05T21:10:44.545Z] ---> Running in a0bc5ddead04 [2023-05-05T21:10:44.545Z] Removing intermediate container 9daa1acda38b [2023-05-05T21:10:44.545Z] ---> 1bc7f7cf86c7 [2023-05-05T21:10:44.545Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-05T21:10:44.545Z] ---> Running in 34b5e6343ba1 [2023-05-05T21:10:44.545Z] Removing intermediate container a0bc5ddead04 [2023-05-05T21:10:44.545Z] ---> 82c9350f7eca [2023-05-05T21:10:44.545Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-05T21:10:44.545Z] Removing intermediate container 3de4f94fca26 [2023-05-05T21:10:44.545Z] ---> 015110a63b84 [2023-05-05T21:10:44.545Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-05T21:10:44.545Z] Removing intermediate container d5f1018e6f4c [2023-05-05T21:10:44.545Z] ---> 8fc27682e775 [2023-05-05T21:10:44.545Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-05T21:10:44.545Z] ---> Running in 46ba7a718c8d [2023-05-05T21:10:44.545Z] ---> Running in 65f30cca6bfd [2023-05-05T21:10:44.545Z] ---> Running in 35ac468a65ba [2023-05-05T21:10:44.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:44.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.321Z] OK: 265 MiB in 53 packages [2023-05-05T21:10:45.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:10:45.321Z] OK: 265 MiB in 53 packages [2023-05-05T21:10:45.321Z] OK: 265 MiB in 53 packages [2023-05-05T21:10:45.580Z] OK: 265 MiB in 53 packages [2023-05-05T21:10:45.580Z] OK: 265 MiB in 53 packages [2023-05-05T21:10:45.580Z] Removing intermediate container 21699291121a [2023-05-05T21:10:45.580Z] ---> e2103f2533f4 [2023-05-05T21:10:45.580Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-05T21:10:45.840Z] ---> 7c9b25837c8d [2023-05-05T21:10:45.840Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:10:45.840Z] ---> Running in fe7e7235d332 [2023-05-05T21:10:45.840Z] Removing intermediate container 34b5e6343ba1 [2023-05-05T21:10:45.840Z] ---> fe85143e55a3 [2023-05-05T21:10:45.840Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:10:46.098Z] Removing intermediate container 46ba7a718c8d [2023-05-05T21:10:46.098Z] ---> 0c0dabf42223 [2023-05-05T21:10:46.098Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:10:46.098Z] Removing intermediate container 35ac468a65ba [2023-05-05T21:10:46.098Z] ---> 3e959522eac2 [2023-05-05T21:10:46.098Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:10:46.098Z] ---> abef3d05415b [2023-05-05T21:10:46.098Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:10:46.098Z] ---> 4837a3e4dfae [2023-05-05T21:10:46.098Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:10:46.098Z] ---> Running in da1d682aab97 [2023-05-05T21:10:46.098Z] ---> Running in 9b8f3bf26d5f [2023-05-05T21:10:46.098Z] Removing intermediate container 65f30cca6bfd [2023-05-05T21:10:46.098Z] ---> 81f8e4d7aa6b [2023-05-05T21:10:46.098Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-05T21:10:46.356Z] ---> e25b47b94fbd [2023-05-05T21:10:46.356Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:10:46.356Z] ---> Running in 81afcf8b4ba9 [2023-05-05T21:10:46.356Z] ---> d827eacd580d [2023-05-05T21:10:46.356Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:10:46.356Z] ---> Running in 4521fd8dfd59 [2023-05-05T21:11:10.080Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-13933 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-05-05T21:11:10.091Z] Running in /w/workspace/edgex-go/515 [Pipeline] { [Pipeline] checkout [2023-05-05T21:11:10.128Z] The recommended git tool is: git [2023-05-05T21:11:16.072Z] using credential edgex-jenkins-ssh [2023-05-05T21:11:16.090Z] Cloning the remote Git repository [2023-05-05T21:11:16.140Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-05-05T21:11:16.240Z] > git init /w/workspace/edgex-go/515 # timeout=10 [2023-05-05T21:11:16.413Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-05T21:11:16.415Z] > git --version # timeout=10 [2023-05-05T21:11:16.435Z] > git --version # 'git version 2.25.1' [2023-05-05T21:11:16.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-05T21:11:16.626Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-05T21:11:33.038Z] Removing intermediate container da1d682aab97 [2023-05-05T21:11:33.038Z] ---> 01bde5cc759f [2023-05-05T21:11:33.038Z] Step 8/23 : COPY . . [2023-05-05T21:11:33.038Z] Removing intermediate container fe7e7235d332 [2023-05-05T21:11:33.038Z] ---> b8b819a65711 [2023-05-05T21:11:33.038Z] Step 7/25 : COPY . . [2023-05-05T21:11:33.038Z] Removing intermediate container 81afcf8b4ba9 [2023-05-05T21:11:33.038Z] ---> ea8cbfd1856e [2023-05-05T21:11:33.038Z] Step 8/23 : COPY . . [2023-05-05T21:11:33.038Z] Removing intermediate container 4521fd8dfd59 [2023-05-05T21:11:33.038Z] ---> cfe1160fa52e [2023-05-05T21:11:33.038Z] Step 8/24 : COPY . . [2023-05-05T21:11:33.038Z] Removing intermediate container 9b8f3bf26d5f [2023-05-05T21:11:33.038Z] ---> 10863b920a66 [2023-05-05T21:11:33.038Z] Step 8/23 : COPY . . [2023-05-05T21:11:34.182Z] Avoid second fetch [2023-05-05T21:11:34.183Z] Checking out Revision ce5d24036f637d84b811de065aa37bd3eaf3c7fe (main) [2023-05-05T21:11:33.290Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-05T21:11:33.315Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-05T21:11:34.203Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T21:11:34.284Z] > git checkout -f ce5d24036f637d84b811de065aa37bd3eaf3c7fe # timeout=10 [2023-05-05T21:11:34.966Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4554)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-05T21:11:35.811Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-05T21:11:35.811Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-05T21:11:35.811Z] Dload Upload Total Spent Left Speed [2023-05-05T21:11:35.811Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh [2023-05-05T21:11:36.445Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-05T21:11:36.765Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-05T21:11:36.765Z] + sudo tee /etc/docker/daemon.new [2023-05-05T21:11:36.765Z] { [2023-05-05T21:11:36.765Z] "registry-mirrors": [ [2023-05-05T21:11:36.765Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-05T21:11:36.765Z] ], [2023-05-05T21:11:36.765Z] "bip": "10.250.0.254/24", [2023-05-05T21:11:36.765Z] "hosts": [ [2023-05-05T21:11:36.765Z] "tcp://0.0.0.0:5555", [2023-05-05T21:11:36.765Z] "unix:///var/run/docker.sock" [2023-05-05T21:11:36.765Z] ], [2023-05-05T21:11:36.765Z] "mtu": 1458, [2023-05-05T21:11:36.765Z] "selinux-enabled": true, [2023-05-05T21:11:36.765Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-05T21:11:36.765Z] } [Pipeline] sh [2023-05-05T21:11:37.093Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-05T21:11:37.420Z] + sudo service docker restart [2023-05-05T21:11:54.987Z] ---> 207591205037 [2023-05-05T21:11:54.987Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-05T21:11:54.987Z] ---> c59e98df1f8f [2023-05-05T21:11:54.987Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-05T21:11:54.987Z] ---> e10a6af86e18 [2023-05-05T21:11:54.987Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-05T21:11:54.987Z] ---> 80aa38d89013 [2023-05-05T21:11:54.987Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-05T21:11:54.987Z] ---> 2638ec7acaff [2023-05-05T21:11:54.987Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-05T21:11:54.987Z] ---> Running in 9abfd4c303df [2023-05-05T21:11:54.987Z] ---> Running in d4bd2ee34ff0 [2023-05-05T21:11:54.987Z] ---> Running in 765cfae23681 [2023-05-05T21:11:54.987Z] ---> Running in b8ec5a3e3c44 [2023-05-05T21:11:54.987Z] ---> Running in f0d339d041f9 [2023-05-05T21:11:54.987Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-05T21:11:54.987Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-05T21:11:54.987Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-05T21:11:54.987Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-05T21:11:54.987Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-05T21:11:55.702Z] provisioning config files... [2023-05-05T21:11:55.731Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/515@tmp/config14682888518361454269tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:11:56.082Z] ---> docker-login.sh [2023-05-05T21:11:56.082Z] nexus3.edgexfoundry.org:10001 [2023-05-05T21:11:56.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:11:56.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:11:56.942Z] Configure a credential helper to remove this warning. See [2023-05-05T21:11:56.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:11:56.942Z] [2023-05-05T21:11:56.942Z] Login Succeeded [2023-05-05T21:11:56.942Z] nexus3.edgexfoundry.org:10002 [2023-05-05T21:11:57.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:11:57.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:11:57.216Z] Configure a credential helper to remove this warning. See [2023-05-05T21:11:57.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:11:57.216Z] [2023-05-05T21:11:57.216Z] Login Succeeded [2023-05-05T21:11:57.216Z] nexus3.edgexfoundry.org:10003 [2023-05-05T21:11:57.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:11:57.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:11:57.487Z] Configure a credential helper to remove this warning. See [2023-05-05T21:11:57.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:11:57.487Z] [2023-05-05T21:11:57.487Z] Login Succeeded [2023-05-05T21:11:57.487Z] nexus3.edgexfoundry.org:10004 [2023-05-05T21:11:57.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:11:58.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:11:58.033Z] Configure a credential helper to remove this warning. See [2023-05-05T21:11:58.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:11:58.033Z] [2023-05-05T21:11:58.033Z] Login Succeeded [2023-05-05T21:11:58.033Z] docker.io [2023-05-05T21:11:58.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:11:58.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:11:58.573Z] Configure a credential helper to remove this warning. See [2023-05-05T21:11:58.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:11:58.573Z] [2023-05-05T21:11:58.573Z] Login Succeeded [2023-05-05T21:11:58.573Z] ---> docker-login.sh ends [Pipeline] } [2023-05-05T21:11:58.588Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-05-05T21:11:59.179Z] + git config --global --add safe.directory /w/workspace/edgex-go/515 [Pipeline] echo [2023-05-05T21:11:59.199Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-05T21:11:59.215Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-05T21:11:59.229Z] ========================================================= [2023-05-05T21:11:59.229Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-05T21:11:59.229Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-05T21:11:59.558Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-05T21:11:59.829Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-05T21:11:59.829Z] c41833b44d91: Pulling fs layer [2023-05-05T21:11:59.829Z] ed15518f5707: Pulling fs layer [2023-05-05T21:11:59.829Z] feae8fd75edb: Pulling fs layer [2023-05-05T21:11:59.829Z] 242c74f7c9fa: Pulling fs layer [2023-05-05T21:11:59.829Z] 3cdef696dda3: Pulling fs layer [2023-05-05T21:11:59.829Z] 2ced38df9373: Pulling fs layer [2023-05-05T21:11:59.829Z] 58f1dce35555: Pulling fs layer [2023-05-05T21:11:59.829Z] 242c74f7c9fa: Waiting [2023-05-05T21:11:59.829Z] 3cdef696dda3: Waiting [2023-05-05T21:11:59.829Z] 2ced38df9373: Waiting [2023-05-05T21:11:59.830Z] 58f1dce35555: Waiting [2023-05-05T21:11:59.830Z] ed15518f5707: Verifying Checksum [2023-05-05T21:11:59.830Z] ed15518f5707: Download complete [2023-05-05T21:11:59.830Z] 242c74f7c9fa: Verifying Checksum [2023-05-05T21:11:59.830Z] 242c74f7c9fa: Download complete [2023-05-05T21:11:59.830Z] 3cdef696dda3: Verifying Checksum [2023-05-05T21:11:59.830Z] 3cdef696dda3: Download complete [2023-05-05T21:11:59.830Z] c41833b44d91: Verifying Checksum [2023-05-05T21:11:59.830Z] c41833b44d91: Download complete [2023-05-05T21:12:00.823Z] c41833b44d91: Pull complete [2023-05-05T21:12:01.419Z] 58f1dce35555: Verifying Checksum [2023-05-05T21:12:01.419Z] 58f1dce35555: Download complete [2023-05-05T21:12:01.419Z] ed15518f5707: Pull complete [2023-05-05T21:12:02.394Z] feae8fd75edb: Verifying Checksum [2023-05-05T21:12:02.394Z] feae8fd75edb: Download complete [2023-05-05T21:12:02.665Z] 2ced38df9373: Verifying Checksum [2023-05-05T21:12:02.665Z] 2ced38df9373: Download complete [2023-05-05T21:12:15.037Z] feae8fd75edb: Pull complete [2023-05-05T21:12:15.037Z] 242c74f7c9fa: Pull complete [2023-05-05T21:12:15.037Z] 3cdef696dda3: Pull complete [2023-05-05T21:12:21.720Z] 2ced38df9373: Pull complete [2023-05-05T21:12:23.687Z] 58f1dce35555: Pull complete [2023-05-05T21:12:23.688Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-05T21:12:23.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-05T21:12:23.688Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-05T21:12:24.028Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-05T21:12:24.028Z] WORKDIR /edgex [2023-05-05T21:12:24.028Z] COPY go.mod . [2023-05-05T21:12:24.028Z] RUN go mod download [2023-05-05T21:12:24.028Z] + docker build -t ci-base-image-arm64 -f - . [2023-05-05T21:12:24.729Z] Sending build context to Docker daemon 2.931MB [2023-05-05T21:12:24.729Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-05T21:12:24.729Z] ---> fadd8f120f05 [2023-05-05T21:12:24.729Z] Step 2/4 : WORKDIR /edgex [2023-05-05T21:12:26.697Z] ---> Running in 283a49e3d77e [2023-05-05T21:12:26.977Z] Removing intermediate container 283a49e3d77e [2023-05-05T21:12:26.977Z] ---> f5a9ff36a150 [2023-05-05T21:12:26.977Z] Step 3/4 : COPY go.mod . [2023-05-05T21:12:27.052Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-05T21:12:27.564Z] ---> 3c01dda0eca3 [2023-05-05T21:12:27.564Z] Step 4/4 : RUN go mod download [2023-05-05T21:12:27.564Z] ---> Running in 19dddadaea0f [2023-05-05T21:12:31.242Z] Removing intermediate container 9abfd4c303df [2023-05-05T21:12:31.242Z] ---> 00edc0601960 [2023-05-05T21:12:31.242Z] [2023-05-05T21:12:31.242Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:12:31.242Z] Removing intermediate container 765cfae23681 [2023-05-05T21:12:31.242Z] ---> 0a6a99c32654 [2023-05-05T21:12:31.242Z] [2023-05-05T21:12:31.242Z] Step 10/24 : FROM alpine:3.17 [2023-05-05T21:12:31.242Z] Removing intermediate container b8ec5a3e3c44 [2023-05-05T21:12:31.242Z] ---> 244cdd4dd7be [2023-05-05T21:12:31.242Z] [2023-05-05T21:12:31.242Z] Step 9/25 : FROM alpine:3.17 [2023-05-05T21:12:31.242Z] 3.17: Pulling from library/alpine [2023-05-05T21:12:31.500Z] 3.17: Pulling from library/alpine [2023-05-05T21:12:31.500Z] 3.17: Pulling from library/alpine [2023-05-05T21:12:32.715Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-05T21:12:32.715Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-05T21:12:32.715Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-05T21:12:33.652Z] Status: Downloaded newer image for alpine:3.17 [2023-05-05T21:12:33.652Z] Status: Downloaded newer image for alpine:3.17 [2023-05-05T21:12:33.652Z] Status: Image is up to date for alpine:3.17 [2023-05-05T21:12:34.219Z] ---> 9ed4aefc74f6 [2023-05-05T21:12:34.219Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-05T21:12:34.784Z] ---> 9ed4aefc74f6 [2023-05-05T21:12:34.784Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:12:35.042Z] ---> 9ed4aefc74f6 [2023-05-05T21:12:35.042Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-05T21:12:35.975Z] ---> Running in 58d5d2a3b3e1 [2023-05-05T21:12:35.975Z] ---> Running in 32b84a397d25 [2023-05-05T21:12:35.975Z] ---> Running in 7fec2c9ef7d5 [2023-05-05T21:12:35.975Z] Removing intermediate container 58d5d2a3b3e1 [2023-05-05T21:12:35.975Z] ---> 1462f7cd84d0 [2023-05-05T21:12:35.975Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:12:35.975Z] Removing intermediate container f0d339d041f9 [2023-05-05T21:12:35.975Z] ---> bf99ca9982e4 [2023-05-05T21:12:35.975Z] [2023-05-05T21:12:35.975Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:12:35.975Z] ---> 9ed4aefc74f6 [2023-05-05T21:12:35.975Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-05T21:12:35.975Z] Removing intermediate container d4bd2ee34ff0 [2023-05-05T21:12:35.975Z] ---> 78b3d2670238 [2023-05-05T21:12:35.975Z] [2023-05-05T21:12:35.975Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:12:35.975Z] ---> 9ed4aefc74f6 [2023-05-05T21:12:35.975Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:12:35.975Z] ---> Running in bef2becd5da2 [2023-05-05T21:12:35.975Z] ---> Running in 068763b9cfae [2023-05-05T21:12:35.975Z] ---> Running in de2375585670 [2023-05-05T21:12:36.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.797Z] (1/3) Installing ca-certificates (20220614-r4) [2023-05-05T21:12:36.797Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-05T21:12:36.797Z] (3/3) Installing su-exec (0.2-r2) [2023-05-05T21:12:36.797Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:12:36.797Z] Executing ca-certificates-20220614-r4.trigger [2023-05-05T21:12:36.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.797Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-05T21:12:36.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:36.797Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:12:36.797Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-05T21:12:36.797Z] OK: 7 MiB in 16 packages [2023-05-05T21:12:36.797Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:12:36.797Z] OK: 7 MiB in 16 packages [2023-05-05T21:12:36.797Z] OK: 8 MiB in 18 packages [2023-05-05T21:12:37.065Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-05T21:12:37.065Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:12:37.065Z] OK: 7 MiB in 16 packages [2023-05-05T21:12:37.065Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-05T21:12:37.065Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-05T21:12:37.065Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:12:37.065Z] Executing ca-certificates-20220614-r4.trigger [2023-05-05T21:12:37.322Z] OK: 8 MiB in 17 packages [2023-05-05T21:12:37.322Z] Removing intermediate container bef2becd5da2 [2023-05-05T21:12:37.322Z] ---> f682b1d4cfa6 [2023-05-05T21:12:37.322Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:12:37.580Z] Removing intermediate container 7fec2c9ef7d5 [2023-05-05T21:12:37.580Z] ---> c854cf2cb3ab [2023-05-05T21:12:37.580Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:12:37.580Z] ---> 6430e5af8b4d [2023-05-05T21:12:37.580Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:12:37.580Z] Removing intermediate container 32b84a397d25 [2023-05-05T21:12:37.580Z] ---> d1b7c6143959 [2023-05-05T21:12:37.580Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-05T21:12:37.580Z] ---> Running in eaee0dcb948a [2023-05-05T21:12:37.580Z] ---> Running in d3490ae38ab7 [2023-05-05T21:12:37.839Z] Removing intermediate container 068763b9cfae [2023-05-05T21:12:37.839Z] ---> b56250ede6bc [2023-05-05T21:12:37.839Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:12:37.839Z] Removing intermediate container eaee0dcb948a [2023-05-05T21:12:37.839Z] ---> b9b36e4ac7c1 [2023-05-05T21:12:37.839Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-05T21:12:37.839Z] Removing intermediate container d3490ae38ab7 [2023-05-05T21:12:37.839Z] ---> aabf09bef81a [2023-05-05T21:12:37.839Z] Step 12/25 : WORKDIR / [2023-05-05T21:12:37.839Z] ---> Running in 4b042e373093 [2023-05-05T21:12:37.839Z] ---> 16f50a55796d [2023-05-05T21:12:37.839Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-05T21:12:37.839Z] ---> Running in fa7efaf0d1a5 [2023-05-05T21:12:37.839Z] ---> Running in 5876b1846e78 [2023-05-05T21:12:37.839Z] Removing intermediate container de2375585670 [2023-05-05T21:12:37.839Z] ---> 540e20ba2d80 [2023-05-05T21:12:37.839Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:12:37.839Z] ---> Running in f94d108be63b [2023-05-05T21:12:37.839Z] Removing intermediate container 4b042e373093 [2023-05-05T21:12:37.839Z] ---> d8e1fd66247f [2023-05-05T21:12:37.839Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-05T21:12:38.100Z] Removing intermediate container 5876b1846e78 [2023-05-05T21:12:38.100Z] ---> c0bba18df387 [2023-05-05T21:12:38.100Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:12:38.100Z] Removing intermediate container fa7efaf0d1a5 [2023-05-05T21:12:38.100Z] ---> c2070681ad91 [2023-05-05T21:12:38.100Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-05T21:12:38.100Z] ---> Running in 1c0dc32c6014 [2023-05-05T21:12:38.100Z] Removing intermediate container f94d108be63b [2023-05-05T21:12:38.100Z] ---> cf45504c6a4a [2023-05-05T21:12:38.100Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-05T21:12:38.100Z] ---> Running in 5b98bfe9ca30 [2023-05-05T21:12:38.100Z] ---> Running in 068f14bf05eb [2023-05-05T21:12:38.100Z] Removing intermediate container 1c0dc32c6014 [2023-05-05T21:12:38.100Z] ---> 03f4c98781fa [2023-05-05T21:12:38.100Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-05T21:12:38.100Z] ---> 4aceb6f7d952 [2023-05-05T21:12:38.100Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:12:38.360Z] ---> d3fd6a1dc1c6 [2023-05-05T21:12:38.360Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:12:38.360Z] ---> Running in e3f508641fb1 [2023-05-05T21:12:38.360Z] Removing intermediate container 5b98bfe9ca30 [2023-05-05T21:12:38.360Z] ---> 4fb63cffee68 [2023-05-05T21:12:38.360Z] Step 15/24 : WORKDIR / [2023-05-05T21:12:38.360Z] Removing intermediate container 068f14bf05eb [2023-05-05T21:12:38.360Z] ---> e955d0bb94ed [2023-05-05T21:12:38.360Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-05T21:12:38.360Z] ---> Running in 4405ae8d1fd9 [2023-05-05T21:12:38.360Z] Removing intermediate container e3f508641fb1 [2023-05-05T21:12:38.360Z] ---> b75db0128ee4 [2023-05-05T21:12:38.360Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:12:38.360Z] ---> d6f5737d9f00 [2023-05-05T21:12:38.360Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-05-05T21:12:38.360Z] ---> 1460a317b2ac [2023-05-05T21:12:38.360Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-05T21:12:38.360Z] ---> Running in ab9d35ace953 [2023-05-05T21:12:38.618Z] Removing intermediate container 4405ae8d1fd9 [2023-05-05T21:12:38.618Z] ---> bb076378442a [2023-05-05T21:12:38.618Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:12:38.618Z] Removing intermediate container ab9d35ace953 [2023-05-05T21:12:38.618Z] ---> 4a1afaec641d [2023-05-05T21:12:38.618Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:12:38.618Z] ---> 67edffa06a6f [2023-05-05T21:12:38.618Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:12:38.618Z] ---> a60aeac09107 [2023-05-05T21:12:38.618Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-05-05T21:12:38.618Z] ---> cf266f29f5de [2023-05-05T21:12:38.618Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-05T21:12:38.618Z] ---> a43a25626dba [2023-05-05T21:12:38.618Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:12:38.876Z] ---> Running in 31c3e2de9393 [2023-05-05T21:12:38.877Z] ---> 937466ff19cf [2023-05-05T21:12:38.877Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:12:38.877Z] ---> d5ab9520aad6 [2023-05-05T21:12:38.877Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-05T21:12:38.877Z] ---> 26134f9b937f [2023-05-05T21:12:38.877Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:12:38.877Z] ---> 7ab258b10c41 [2023-05-05T21:12:38.877Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-05T21:12:38.877Z] ---> 06e184c79159 [2023-05-05T21:12:38.877Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-05T21:12:40.253Z] ---> 06de62f93366 [2023-05-05T21:12:40.253Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-05T21:12:40.253Z] ---> 00b3a08ab5a1 [2023-05-05T21:12:40.253Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:12:40.253Z] ---> 955213630d27 [2023-05-05T21:12:40.253Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:12:40.253Z] ---> c7646b016d2f [2023-05-05T21:12:40.253Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:12:40.531Z] ---> 2042c994900d [2023-05-05T21:12:40.531Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-05T21:12:40.531Z] ---> aee05f747a20 [2023-05-05T21:12:40.531Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-05T21:12:40.531Z] ---> 6d43d05833c7 [2023-05-05T21:12:40.531Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-05T21:12:40.531Z] ---> 94dfa2d6183f [2023-05-05T21:12:40.531Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-05T21:12:40.531Z] ---> Running in fee382f902f1 [2023-05-05T21:12:40.531Z] ---> Running in 879aa79ae49e [2023-05-05T21:12:40.531Z] ---> Running in 0cd1547c4c08 [2023-05-05T21:12:40.531Z] Removing intermediate container 31c3e2de9393 [2023-05-05T21:12:40.531Z] ---> f132265a481c [2023-05-05T21:12:40.531Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-05T21:12:40.531Z] ---> Running in 17df75f0354e [2023-05-05T21:12:40.790Z] Removing intermediate container fee382f902f1 [2023-05-05T21:12:40.790Z] ---> 7d6468fad2c4 [2023-05-05T21:12:40.790Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:12:40.790Z] Removing intermediate container 879aa79ae49e [2023-05-05T21:12:40.790Z] ---> a50ae7683a09 [2023-05-05T21:12:40.790Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:12:41.050Z] Removing intermediate container 17df75f0354e [2023-05-05T21:12:41.050Z] ---> 75a6640f7e8a [2023-05-05T21:12:41.050Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-05T21:12:41.050Z] Removing intermediate container 0cd1547c4c08 [2023-05-05T21:12:41.050Z] ---> e15ea0776d99 [2023-05-05T21:12:41.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:12:41.050Z] ---> Running in 17d626d1dc69 [2023-05-05T21:12:41.050Z] ---> Running in a7a46c969c60 [2023-05-05T21:12:41.050Z] ---> Running in 9b8e0b47b6ae [2023-05-05T21:12:41.050Z] ---> 3cd2d5494c6a [2023-05-05T21:12:41.050Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-05T21:12:41.050Z] ---> Running in bdffffba97dd [2023-05-05T21:12:41.050Z] Removing intermediate container 17d626d1dc69 [2023-05-05T21:12:41.050Z] ---> 1e59949fa4c1 [2023-05-05T21:12:41.050Z] Step 22/24 : LABEL arch=x86_64 [2023-05-05T21:12:41.050Z] Removing intermediate container a7a46c969c60 [2023-05-05T21:12:41.050Z] ---> d1b1482a4e76 [2023-05-05T21:12:41.050Z] Step 21/23 : LABEL arch=x86_64 [2023-05-05T21:12:41.050Z] ---> Running in c06170dd0ceb [2023-05-05T21:12:41.310Z] Removing intermediate container 9b8e0b47b6ae [2023-05-05T21:12:41.310Z] ---> 702f7b5270a4 [2023-05-05T21:12:41.310Z] Step 21/23 : LABEL arch=x86_64 [2023-05-05T21:12:41.310Z] Removing intermediate container bdffffba97dd [2023-05-05T21:12:41.310Z] ---> 22b0efd7b4d4 [2023-05-05T21:12:41.310Z] Step 21/23 : LABEL arch=x86_64 [2023-05-05T21:12:41.310Z] ---> Running in f205d88afc40 [2023-05-05T21:12:41.310Z] ---> Running in 9fe0367b54c5 [2023-05-05T21:12:41.310Z] ---> Running in 2edb22ceecfc [2023-05-05T21:12:41.310Z] ---> 1ba342630d02 [2023-05-05T21:12:41.310Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-05T21:12:41.310Z] Removing intermediate container c06170dd0ceb [2023-05-05T21:12:41.310Z] ---> 09bf4c10f135 [2023-05-05T21:12:41.310Z] Step 23/24 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:12:41.310Z] ---> Running in a27e81eb38c4 [2023-05-05T21:12:41.310Z] Removing intermediate container f205d88afc40 [2023-05-05T21:12:41.310Z] ---> c283994e8b00 [2023-05-05T21:12:41.310Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:12:41.310Z] ---> Running in 1b2ef725d309 [2023-05-05T21:12:41.310Z] Removing intermediate container 9fe0367b54c5 [2023-05-05T21:12:41.310Z] ---> c2d7858d03af [2023-05-05T21:12:41.310Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:12:41.568Z] Removing intermediate container 2edb22ceecfc [2023-05-05T21:12:41.568Z] ---> 2be9741a879b [2023-05-05T21:12:41.568Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:12:41.568Z] ---> Running in 663b454f6c53 [2023-05-05T21:12:41.568Z] ---> Running in c853f181a8c3 [2023-05-05T21:12:41.568Z] ---> Running in 23ba97b87751 [2023-05-05T21:12:41.568Z] Removing intermediate container 1b2ef725d309 [2023-05-05T21:12:41.568Z] ---> 5223ef517b2a [2023-05-05T21:12:41.568Z] Step 24/24 : LABEL version=3.0.0-dev.150 [2023-05-05T21:12:41.568Z] Removing intermediate container 663b454f6c53 [2023-05-05T21:12:41.568Z] ---> e8f7ecf0ca87 [2023-05-05T21:12:41.568Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:12:41.568Z] Removing intermediate container c853f181a8c3 [2023-05-05T21:12:41.568Z] ---> 3f31aedc457c [2023-05-05T21:12:41.568Z] Step 23/23 : LABEL version=3.0.0-dev.150 ---> Running in 95929d480996 [2023-05-05T21:12:41.568Z] [2023-05-05T21:12:41.568Z] ---> Running in f16712a12716 [2023-05-05T21:12:41.826Z] Removing intermediate container 23ba97b87751 [2023-05-05T21:12:41.826Z] ---> b111f94571ad [2023-05-05T21:12:41.826Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:12:41.826Z] ---> Running in 512d0a59a707 [2023-05-05T21:12:41.826Z] ---> Running in f9f684bbd53f [2023-05-05T21:12:41.826Z] Removing intermediate container 95929d480996 [2023-05-05T21:12:41.826Z] ---> 64ed9153019a [2023-05-05T21:12:41.826Z] [2023-05-05T21:12:41.826Z] Removing intermediate container f16712a12716 [2023-05-05T21:12:41.826Z] ---> 40312b10580b [2023-05-05T21:12:41.826Z] [2023-05-05T21:12:41.826Z] Removing intermediate container 512d0a59a707 [2023-05-05T21:12:41.826Z] ---> 1e1de0af5918 [2023-05-05T21:12:41.826Z] [2023-05-05T21:12:41.826Z] Removing intermediate container f9f684bbd53f [2023-05-05T21:12:41.826Z] ---> 17c553bc812a [2023-05-05T21:12:41.826Z] [2023-05-05T21:12:41.826Z] Successfully built 64ed9153019a [2023-05-05T21:12:42.086Z] Successfully tagged core-command:latest [2023-05-05T21:12:42.086Z] Building security-spiffe-token-provider [2023-05-05T21:12:42.086Z]  Building core-command ... done Successfully built 40312b10580b [2023-05-05T21:12:42.086Z] Successfully tagged support-notifications:latest [2023-05-05T21:12:42.086Z] Building security-bootstrapper [2023-05-05T21:12:42.086Z]  Building support-notifications ... done Successfully built 1e1de0af5918 [2023-05-05T21:12:42.086Z] Successfully tagged security-proxy-auth:latest [2023-05-05T21:12:42.086Z] Building core-data [2023-05-05T21:12:42.086Z]  Building security-proxy-auth ... done Successfully built 17c553bc812a [2023-05-05T21:12:42.086Z] Successfully tagged support-scheduler:latest [2023-05-05T21:12:42.086Z] Building security-proxy-setup [2023-05-05T21:12:42.086Z]  Building support-scheduler ... done Removing intermediate container a27e81eb38c4 [2023-05-05T21:12:42.086Z] ---> 8e16161aff4d [2023-05-05T21:12:42.086Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-05T21:12:42.380Z] ---> Running in 06f5e9508ec3 [2023-05-05T21:12:42.380Z] Removing intermediate container 06f5e9508ec3 [2023-05-05T21:12:42.380Z] ---> 5eaeacd84c16 [2023-05-05T21:12:42.380Z] Step 23/25 : LABEL arch=x86_64 [2023-05-05T21:12:42.949Z] ---> Running in 310a57d1ec44 [2023-05-05T21:12:52.938Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:12:52.938Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:12:52.938Z] ---> 9227b765358a [2023-05-05T21:12:52.938Z] Step 3/33 : WORKDIR /edgex-go [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> f6a468b9361e [2023-05-05T21:12:52.938Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> e2103f2533f4 [2023-05-05T21:12:52.938Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 7c9b25837c8d [2023-05-05T21:12:52.938Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> b8b819a65711 [2023-05-05T21:12:52.938Z] Step 7/33 : COPY . . [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 2638ec7acaff [2023-05-05T21:12:52.938Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-05T21:12:52.938Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:12:52.938Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:12:52.938Z] ---> 9227b765358a [2023-05-05T21:12:52.938Z] Step 3/20 : WORKDIR /edgex-go [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> f6a468b9361e [2023-05-05T21:12:52.938Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-05T21:12:52.938Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:12:52.938Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:12:52.938Z] ---> 9227b765358a [2023-05-05T21:12:52.938Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> d2a4e0a7a0f3 [2023-05-05T21:12:52.938Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 82c9350f7eca [2023-05-05T21:12:52.938Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 0c0dabf42223 [2023-05-05T21:12:52.938Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 4837a3e4dfae [2023-05-05T21:12:52.938Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 10863b920a66 [2023-05-05T21:12:52.938Z] Step 8/23 : COPY . . [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 207591205037 [2023-05-05T21:12:52.938Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-05T21:12:52.938Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:12:52.938Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:12:52.938Z] ---> 9227b765358a [2023-05-05T21:12:52.938Z] Step 3/22 : WORKDIR /edgex-go [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> f6a468b9361e [2023-05-05T21:12:52.938Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> e2103f2533f4 [2023-05-05T21:12:52.938Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 7c9b25837c8d [2023-05-05T21:12:52.938Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> b8b819a65711 [2023-05-05T21:12:52.938Z] Step 7/22 : COPY . . [2023-05-05T21:12:52.938Z] ---> Using cache [2023-05-05T21:12:52.938Z] ---> 2638ec7acaff [2023-05-05T21:12:52.938Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-05T21:12:58.207Z] Removing intermediate container 310a57d1ec44 [2023-05-05T21:12:58.207Z] ---> 47f9c8dae5a0 [2023-05-05T21:12:58.207Z] Step 24/25 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:12:58.774Z] ---> Running in ae21602412e3 [2023-05-05T21:12:58.774Z] ---> Running in f412711e6835 [2023-05-05T21:12:58.774Z] ---> Running in 28b1421ff277 [2023-05-05T21:12:58.774Z] ---> Running in c9a4d11233bb [2023-05-05T21:12:58.774Z] ---> Running in acc0c0f72e9f [2023-05-05T21:12:59.032Z] Removing intermediate container 28b1421ff277 [2023-05-05T21:12:59.032Z] ---> d4f7319e857f [2023-05-05T21:12:59.032Z] Step 25/25 : LABEL version=3.0.0-dev.150 [2023-05-05T21:12:59.032Z] ---> Running in 16c0804bde5c [2023-05-05T21:12:59.292Z] Removing intermediate container 16c0804bde5c [2023-05-05T21:12:59.292Z] ---> a1187fdc9597 [2023-05-05T21:12:59.292Z] [2023-05-05T21:12:59.292Z] Successfully built a1187fdc9597 [2023-05-05T21:12:59.292Z] Successfully tagged security-secretstore-setup:latest [2023-05-05T21:12:59.292Z]  Building security-secretstore-setup ... done Building security-spire-config [2023-05-05T21:12:59.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:59.551Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-05T21:12:59.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:59.809Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-05T21:12:59.809Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-05T21:12:59.809Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:12:59.809Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:12:59.809Z] OK: 17819 distinct packages available [2023-05-05T21:12:59.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:59.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:12:59.823Z] Removing intermediate container 19dddadaea0f [2023-05-05T21:12:59.823Z] ---> f4ca31364295 [2023-05-05T21:12:59.823Z] Successfully built f4ca31364295 [2023-05-05T21:12:59.823Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:13:00.067Z] OK: 265 MiB in 53 packages [2023-05-05T21:13:00.155Z] + docker inspect -f . ci-base-image-arm64 [2023-05-05T21:13:00.155Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:13:00.374Z] prd-ubuntu20.04-docker-arm64-4c-16g-13933 does not seem to be running inside a container [2023-05-05T21:13:00.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:13:01.755Z] $ docker top 1d3e09a761d12dfcbcfac7c5838c740500cdde7c635b8213fe1ca5a22eca6432 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-05T21:13:02.608Z] + go version [2023-05-05T21:13:02.608Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-05T21:13:02.630Z] $ docker stop --time=1 1d3e09a761d12dfcbcfac7c5838c740500cdde7c635b8213fe1ca5a22eca6432 [2023-05-05T21:13:03.345Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:13:03.345Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:13:03.345Z] ---> 9227b765358a [2023-05-05T21:13:03.345Z] Step 3/27 : WORKDIR /edgex-go [2023-05-05T21:13:03.345Z] ---> Using cache [2023-05-05T21:13:03.345Z] ---> f6a468b9361e [2023-05-05T21:13:03.345Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-05T21:13:04.623Z] $ docker rm -f --volumes 1d3e09a761d12dfcbcfac7c5838c740500cdde7c635b8213fe1ca5a22eca6432 [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-05-05T21:13:05.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-05T21:13:05.220Z] [2023-05-05T21:13:05.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:13:05.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-05T21:13:05.547Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-05-05T21:13:05.547Z] 29e5d40040c1: Pulling fs layer [2023-05-05T21:13:05.547Z] 1ce36da41761: Pulling fs layer [2023-05-05T21:13:05.547Z] 25b303627fd3: Pulling fs layer [2023-05-05T21:13:05.815Z] 29e5d40040c1: Download complete [2023-05-05T21:13:06.084Z] 1ce36da41761: Verifying Checksum [2023-05-05T21:13:06.084Z] 1ce36da41761: Download complete [2023-05-05T21:13:06.359Z] 29e5d40040c1: Pull complete [2023-05-05T21:13:07.326Z] 1ce36da41761: Pull complete [2023-05-05T21:13:07.593Z] 25b303627fd3: Verifying Checksum [2023-05-05T21:13:07.593Z] 25b303627fd3: Download complete [2023-05-05T21:13:08.645Z] ---> Running in 9eb57fcd4170 [2023-05-05T21:13:08.645Z] Removing intermediate container ae21602412e3 [2023-05-05T21:13:08.645Z] ---> 566f67c22ef9 [2023-05-05T21:13:08.645Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-05T21:13:09.210Z] ---> fa7fb5c29669 [2023-05-05T21:13:09.210Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:13:09.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:09.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:09.210Z] ---> Running in 38b210755506 [2023-05-05T21:13:09.467Z] OK: 265 MiB in 53 packages [2023-05-05T21:13:10.837Z] Removing intermediate container 9eb57fcd4170 [2023-05-05T21:13:10.837Z] ---> a900c526486d [2023-05-05T21:13:10.837Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-05T21:13:11.096Z] ---> 50759d77cfde [2023-05-05T21:13:11.096Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:13:11.096Z] ---> Running in 8747fcd61c14 [2023-05-05T21:13:19.944Z] 25b303627fd3: Pull complete [2023-05-05T21:13:19.944Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-05-05T21:13:19.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-05T21:13:19.944Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:13:20.145Z] prd-ubuntu20.04-docker-arm64-4c-16g-13933 does not seem to be running inside a container [2023-05-05T21:13:20.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:13:22.477Z] $ docker top 8bbf4f9edb300c5bdc5dd109f271de62234d3fdd4a3554486252789f8a3abd33 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-05T21:13:23.313Z] + docker-compose build --help [2023-05-05T21:13:23.313Z] + grep parallel [2023-05-05T21:13:27.571Z] --parallel Build images in parallel. [Pipeline] } [2023-05-05T21:13:27.591Z] $ docker stop --time=1 8bbf4f9edb300c5bdc5dd109f271de62234d3fdd4a3554486252789f8a3abd33 [2023-05-05T21:13:29.262Z] $ docker rm -f --volumes 8bbf4f9edb300c5bdc5dd109f271de62234d3fdd4a3554486252789f8a3abd33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:13:29.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-05T21:13:29.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:13:30.022Z] prd-ubuntu20.04-docker-arm64-4c-16g-13933 does not seem to be running inside a container [2023-05-05T21:13:30.092Z] $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:13:33.206Z] $ docker top d3697c12e5e3370ffdee69becb4eb92987b52771b16d1f0f71f619d6de6f9104 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-05T21:13:33.716Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-05T21:13:37.637Z] Removing intermediate container f412711e6835 [2023-05-05T21:13:37.637Z] ---> c2b43bb28803 [2023-05-05T21:13:37.637Z] [2023-05-05T21:13:37.637Z] Step 9/22 : FROM alpine:3.17 [2023-05-05T21:13:37.637Z] ---> 9ed4aefc74f6 [2023-05-05T21:13:37.637Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-05T21:13:37.637Z] Removing intermediate container c9a4d11233bb [2023-05-05T21:13:37.637Z] Removing intermediate container acc0c0f72e9f [2023-05-05T21:13:37.637Z] ---> eafbb734606e [2023-05-05T21:13:37.637Z] ---> c6b9b955abf5 [2023-05-05T21:13:37.637Z] [2023-05-05T21:13:37.637Z] [2023-05-05T21:13:37.637Z] Step 9/33 : FROM alpine:3.17Step 10/23 : FROM alpine:3.17 [2023-05-05T21:13:37.637Z] [2023-05-05T21:13:37.637Z] ---> 9ed4aefc74f6 [2023-05-05T21:13:37.637Z] ---> 9ed4aefc74f6 [2023-05-05T21:13:37.637Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation'Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:13:37.637Z] [2023-05-05T21:13:37.637Z] ---> Running in 526bfa3867bd [2023-05-05T21:13:37.637Z] ---> Running in cab510d7dab5 [2023-05-05T21:13:37.637Z] ---> Running in ebebcac1bff5 [2023-05-05T21:13:37.637Z] Removing intermediate container ebebcac1bff5 [2023-05-05T21:13:37.637Z] ---> a4fa6d47c457 [2023-05-05T21:13:37.637Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-05T21:13:37.637Z] Removing intermediate container cab510d7dab5 [2023-05-05T21:13:37.637Z] ---> f72a11b0f0e2 [2023-05-05T21:13:37.637Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-05T21:13:37.637Z] ---> Running in 236eb21eb19c [2023-05-05T21:13:37.637Z] ---> Running in 0c101bec614a [2023-05-05T21:13:37.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:37.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:37.637Z] Removing intermediate container 0c101bec614a [2023-05-05T21:13:37.637Z] ---> 2b82209acafd [2023-05-05T21:13:37.637Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-05T21:13:37.637Z] ---> Running in a5b4f39ca832 [2023-05-05T21:13:37.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:37.637Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-05T21:13:37.637Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-05T21:13:37.637Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:13:37.637Z] OK: 8 MiB in 17 packages [2023-05-05T21:13:37.637Z] Removing intermediate container a5b4f39ca832 [2023-05-05T21:13:37.637Z] ---> 8f624e7193d1 [2023-05-05T21:13:37.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:37.637Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:13:37.637Z] ---> Running in ecab10aabbe5 [2023-05-05T21:13:37.637Z] Removing intermediate container 38b210755506 [2023-05-05T21:13:37.637Z] ---> 86ea6ab66063 [2023-05-05T21:13:37.637Z] Step 7/20 : COPY . . [2023-05-05T21:13:37.637Z] Removing intermediate container 8747fcd61c14 [2023-05-05T21:13:37.637Z] ---> 302bfca97f3e [2023-05-05T21:13:37.637Z] Step 7/27 : COPY . . [2023-05-05T21:13:37.637Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-05T21:13:37.637Z] (2/2) Installing su-exec (0.2-r2) [2023-05-05T21:13:37.637Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:13:37.637Z] OK: 7 MiB in 17 packages [2023-05-05T21:13:39.061Z] Building core-command ... [2023-05-05T21:13:39.061Z] Building core-common-config-bootstrapper ... [2023-05-05T21:13:39.061Z] Building core-data ... [2023-05-05T21:13:39.061Z] Building core-metadata ... [2023-05-05T21:13:39.061Z] Building security-bootstrapper ... [2023-05-05T21:13:39.061Z] Building security-proxy-auth ... [2023-05-05T21:13:39.061Z] Building security-proxy-setup ... [2023-05-05T21:13:39.061Z] Building security-secretstore-setup ... [2023-05-05T21:13:39.061Z] Building security-spiffe-token-provider ... [2023-05-05T21:13:39.061Z] Building security-spire-agent ... [2023-05-05T21:13:39.061Z] Building security-spire-config ... [2023-05-05T21:13:39.061Z] Building security-spire-server ... [2023-05-05T21:13:39.061Z] Building support-notifications ... [2023-05-05T21:13:39.061Z] Building support-scheduler ... [2023-05-05T21:13:39.061Z] Building support-notifications [2023-05-05T21:13:39.061Z] Building security-spire-agent [2023-05-05T21:13:39.061Z] Building security-spiffe-token-provider [2023-05-05T21:13:39.061Z] Building security-spire-server [2023-05-05T21:13:39.061Z] Building core-metadata [2023-05-05T21:13:40.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:40.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:40.673Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-05T21:13:40.673Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:13:40.673Z] OK: 7 MiB in 16 packages [2023-05-05T21:13:44.866Z] Removing intermediate container 526bfa3867bd [2023-05-05T21:13:44.866Z] ---> e32c2f08929b [2023-05-05T21:13:44.866Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-05T21:13:44.866Z] ---> 116a3222e58d [2023-05-05T21:13:44.866Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-05T21:13:44.866Z] ---> Running in 624cd066046e [2023-05-05T21:13:44.866Z] ---> d685d05084c0 [2023-05-05T21:13:44.866Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-05T21:13:44.866Z] ---> Running in a218768a53d4 [2023-05-05T21:13:44.866Z] Removing intermediate container 236eb21eb19c [2023-05-05T21:13:44.866Z] ---> 58cdd1f6f884 [2023-05-05T21:13:44.866Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-05T21:13:44.866Z] ---> Running in b3fa603c49e3 [2023-05-05T21:13:44.866Z] ---> Running in 8cd56196b0d9 [2023-05-05T21:13:44.866Z] Removing intermediate container ecab10aabbe5 [2023-05-05T21:13:44.866Z] ---> 3829ad7d8194 [2023-05-05T21:13:44.866Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:13:44.866Z] Removing intermediate container 624cd066046e [2023-05-05T21:13:44.866Z] ---> eeb82d9b1026 [2023-05-05T21:13:44.866Z] Step 12/22 : WORKDIR /edgex [2023-05-05T21:13:44.866Z] Removing intermediate container a218768a53d4 [2023-05-05T21:13:44.866Z] ---> 306e05bed1bf [2023-05-05T21:13:44.866Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-05T21:13:44.866Z] Removing intermediate container b3fa603c49e3 [2023-05-05T21:13:44.866Z] ---> 7303384b0d5e [2023-05-05T21:13:44.866Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-05T21:13:44.866Z] ---> Running in f94d6e002afd [2023-05-05T21:13:44.866Z] ---> Running in 5e95cddf8632 [2023-05-05T21:13:44.866Z] ---> Running in f65cffe85042 [2023-05-05T21:13:44.866Z] ---> 119208e6ff58 [2023-05-05T21:13:44.866Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:13:44.866Z] Removing intermediate container f94d6e002afd [2023-05-05T21:13:44.866Z] ---> 5e6043e2b8c1 [2023-05-05T21:13:44.866Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:13:44.866Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-05-05T21:13:44.866Z] Removing intermediate container f65cffe85042 [2023-05-05T21:13:44.866Z] ---> 33de15d67a8d [2023-05-05T21:13:44.866Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-05T21:13:44.866Z] Removing intermediate container 5e95cddf8632 [2023-05-05T21:13:44.866Z] ---> 816c8d30cb8c [2023-05-05T21:13:44.866Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-05T21:13:44.866Z] ---> Running in 6e4b7b3765ce [2023-05-05T21:13:45.130Z] ---> 33bb17f4a5c4 [2023-05-05T21:13:45.130Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-05T21:13:45.130Z] ---> Running in d9aee168e6f7 [2023-05-05T21:13:45.130Z] ---> 47823dcd1aa3 [2023-05-05T21:13:45.130Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:13:45.130Z] Removing intermediate container 6e4b7b3765ce [2023-05-05T21:13:45.130Z] ---> 10d2a22a4037 [2023-05-05T21:13:45.130Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-05T21:13:45.130Z] Removing intermediate container d9aee168e6f7 [2023-05-05T21:13:45.130Z] ---> 805e04b11c7a [2023-05-05T21:13:45.130Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-05T21:13:45.388Z] ---> Running in 9cd3c774e8aa [2023-05-05T21:13:45.388Z] ---> Running in 0f82090a3307 [2023-05-05T21:13:45.388Z] ---> c9e55e43343e [2023-05-05T21:13:45.388Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-05T21:13:45.678Z] Removing intermediate container 9cd3c774e8aa [2023-05-05T21:13:45.678Z] ---> fa0dab6a8f83 [2023-05-05T21:13:45.678Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-05T21:13:45.678Z] ---> f09d6ea900c0 [2023-05-05T21:13:45.678Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:13:45.678Z] ---> Running in 487f7f44df43 [2023-05-05T21:13:45.678Z] ---> 5621878cb3b8 [2023-05-05T21:13:45.678Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-05T21:13:46.002Z] ---> e966ba9b81e2 [2023-05-05T21:13:46.002Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-05T21:13:46.262Z] ---> Running in c7f549de81d2 [2023-05-05T21:13:46.262Z] ---> 21785e06700e [2023-05-05T21:13:46.262Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-05T21:13:46.262Z] Removing intermediate container c7f549de81d2 [2023-05-05T21:13:46.262Z] ---> 96adbc1cced2 [2023-05-05T21:13:46.262Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:13:46.262Z] ---> Running in a29f1b2d3463 [2023-05-05T21:13:46.523Z] Removing intermediate container 0f82090a3307 [2023-05-05T21:13:46.523Z] ---> 52514f151b2f [2023-05-05T21:13:46.523Z] Step 12/27 : WORKDIR /edgex-go [2023-05-05T21:13:46.523Z] ---> e05b07f9c989 [2023-05-05T21:13:46.523Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-05T21:13:46.523Z] Removing intermediate container a29f1b2d3463 [2023-05-05T21:13:46.523Z] ---> 4a4ecb72bc64 [2023-05-05T21:13:46.523Z] Step 21/23 : LABEL arch=x86_64 [2023-05-05T21:13:46.523Z] ---> Running in b0ebda0c5d3e [2023-05-05T21:13:46.523Z] ---> Running in 8fecac8c73cb [2023-05-05T21:13:46.523Z] Removing intermediate container 487f7f44df43 [2023-05-05T21:13:46.523Z] ---> 6b0dcc4da489 [2023-05-05T21:13:46.523Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-05T21:13:46.523Z] ---> Running in c46c92573ca8 [2023-05-05T21:13:46.523Z] ---> Running in f51abae770d7 [2023-05-05T21:13:46.523Z] Removing intermediate container b0ebda0c5d3e [2023-05-05T21:13:46.523Z] ---> ed4407649ebc [2023-05-05T21:13:46.523Z] [2023-05-05T21:13:46.523Z] Step 13/27 : FROM alpine:3.17 [2023-05-05T21:13:46.523Z] ---> 9ed4aefc74f6 [2023-05-05T21:13:46.523Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-05T21:13:46.781Z] ---> Running in 12778fa14203 [2023-05-05T21:13:46.781Z] Removing intermediate container c46c92573ca8 [2023-05-05T21:13:46.781Z] ---> b3e9b0b5d2f6 [2023-05-05T21:13:46.781Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:13:46.781Z] ---> Running in b91773b93800 [2023-05-05T21:13:46.781Z] Removing intermediate container f51abae770d7 [2023-05-05T21:13:46.781Z] ---> 75ce3ffab4c0 [2023-05-05T21:13:46.781Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-05T21:13:46.781Z] Removing intermediate container 12778fa14203 [2023-05-05T21:13:46.781Z] ---> 7eb045aae89d [2023-05-05T21:13:46.781Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-05T21:13:46.781Z] ---> Running in 22c3626a19c5 [2023-05-05T21:13:46.781Z] Removing intermediate container b91773b93800 [2023-05-05T21:13:46.781Z] ---> 38634bb1b0a4 [2023-05-05T21:13:46.781Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:13:47.038Z] ---> Running in daa652c580d0 [2023-05-05T21:13:47.038Z] ---> 55d3f107d795 [2023-05-05T21:13:47.038Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-05T21:13:47.038Z] ---> Running in 5429f477fd21 [2023-05-05T21:13:47.038Z] Removing intermediate container daa652c580d0 [2023-05-05T21:13:47.038Z] ---> df98bae5599c [2023-05-05T21:13:47.038Z] [2023-05-05T21:13:47.038Z] Successfully built df98bae5599c [2023-05-05T21:13:47.038Z] Successfully tagged core-data:latest [2023-05-05T21:13:47.038Z]  Building core-data ... done Building security-spire-server [2023-05-05T21:13:47.295Z] Removing intermediate container 8fecac8c73cb [2023-05-05T21:13:47.295Z] ---> 64e398434cdb [2023-05-05T21:13:47.295Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-05T21:13:48.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:48.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:48.925Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:13:48.925Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:13:48.925Z] OK: 17820 distinct packages available [2023-05-05T21:13:48.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:48.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:49.195Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:13:49.195Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:13:49.195Z] ---> f4ca31364295 [2023-05-05T21:13:49.195Z] Step 3/20 : WORKDIR /edgex-go [2023-05-05T21:13:49.195Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:13:49.195Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:13:49.195Z] ---> f4ca31364295 [2023-05-05T21:13:49.195Z] Step 3/27 : WORKDIR /edgex-go [2023-05-05T21:13:49.195Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:13:49.195Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:13:49.195Z] ---> f4ca31364295 [2023-05-05T21:13:49.195Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:13:49.195Z] ---> Running in 4cd103bcfa50 [2023-05-05T21:13:49.195Z] ---> Running in cd93ade72700 [2023-05-05T21:13:49.195Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:13:49.195Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:13:49.195Z] ---> f4ca31364295 [2023-05-05T21:13:49.195Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:13:49.195Z] ---> Running in 30961fcd6263 [2023-05-05T21:13:49.195Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:13:49.195Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:13:49.195Z] ---> f4ca31364295 [2023-05-05T21:13:49.195Z] Step 3/26 : WORKDIR /edgex-go [2023-05-05T21:13:49.195Z] ---> Running in faae4f25416a [2023-05-05T21:13:49.195Z] ---> Running in 8621117b0236 [2023-05-05T21:13:49.195Z] Removing intermediate container 4cd103bcfa50 [2023-05-05T21:13:49.195Z] ---> f9f297b9f7bc [2023-05-05T21:13:49.195Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-05T21:13:49.195Z] Removing intermediate container cd93ade72700 [2023-05-05T21:13:49.195Z] ---> c6f6bbcd8691 [2023-05-05T21:13:49.195Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:13:49.195Z] Removing intermediate container 30961fcd6263 [2023-05-05T21:13:49.195Z] ---> 767022b09ded [2023-05-05T21:13:49.195Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-05T21:13:49.195Z] ---> Running in 11789360ffcb [2023-05-05T21:13:49.195Z] Removing intermediate container faae4f25416a [2023-05-05T21:13:49.195Z] ---> 82a630c72c8c [2023-05-05T21:13:49.195Z] Step 4/25 : WORKDIR /edgex-go [2023-05-05T21:13:49.463Z] ---> Running in d8817aac086c [2023-05-05T21:13:49.463Z] ---> Running in d9d1deeafac0 [2023-05-05T21:13:49.463Z] Removing intermediate container 8621117b0236 [2023-05-05T21:13:49.463Z] ---> 74e031c6bfe3 [2023-05-05T21:13:49.463Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-05T21:13:49.463Z] ---> Running in b701cacf8c3f [2023-05-05T21:13:49.509Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-05T21:13:49.509Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-05T21:13:49.509Z] (3/4) Installing libucontext (1.2-r0) [2023-05-05T21:13:49.509Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-05T21:13:49.731Z] ---> Running in bf755ef89156 [2023-05-05T21:13:49.768Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:13:49.768Z] OK: 7 MiB in 19 packages [2023-05-05T21:13:49.768Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:13:49.768Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:13:49.768Z] ---> 9227b765358a [2023-05-05T21:13:49.768Z] Step 3/26 : WORKDIR /edgex-go [2023-05-05T21:13:49.768Z] ---> Using cache [2023-05-05T21:13:49.768Z] ---> f6a468b9361e [2023-05-05T21:13:49.768Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-05T21:13:49.768Z] ---> Using cache [2023-05-05T21:13:49.768Z] ---> a900c526486d [2023-05-05T21:13:49.768Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-05T21:13:49.768Z] ---> Using cache [2023-05-05T21:13:49.768Z] ---> 50759d77cfde [2023-05-05T21:13:49.768Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:13:49.768Z] ---> Using cache [2023-05-05T21:13:49.768Z] ---> 302bfca97f3e [2023-05-05T21:13:49.768Z] Step 7/26 : COPY . . [2023-05-05T21:13:49.768Z] ---> Using cache [2023-05-05T21:13:49.768Z] ---> 116a3222e58d [2023-05-05T21:13:49.768Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-05T21:13:49.768Z] ---> Using cache [2023-05-05T21:13:49.768Z] ---> 306e05bed1bf [2023-05-05T21:13:49.768Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-05T21:13:49.768Z] ---> Using cache [2023-05-05T21:13:49.768Z] ---> 816c8d30cb8c [2023-05-05T21:13:49.768Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-05T21:13:49.768Z] ---> Using cache [2023-05-05T21:13:49.768Z] ---> 805e04b11c7a [2023-05-05T21:13:49.768Z] Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-05T21:13:50.317Z] Removing intermediate container d8817aac086c [2023-05-05T21:13:50.317Z] ---> ff7d6c1a73f0 [2023-05-05T21:13:50.317Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-05T21:13:50.317Z] Removing intermediate container b701cacf8c3f [2023-05-05T21:13:50.317Z] ---> 89385abe1d3f [2023-05-05T21:13:50.317Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-05T21:13:50.587Z] ---> Running in 99ec5b594404 [2023-05-05T21:13:50.587Z] ---> Running in 578c3b83ccea [2023-05-05T21:13:51.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:51.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:51.716Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:52.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:52.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:52.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:52.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:52.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:53.133Z] ---> Running in 3257ee947173 [2023-05-05T21:13:53.133Z] ---> Running in e10ce2cef524 [2023-05-05T21:13:53.133Z] Removing intermediate container 3257ee947173 [2023-05-05T21:13:53.133Z] ---> a9a4f64a28cd [2023-05-05T21:13:53.133Z] Step 20/22 : LABEL arch=x86_64 [2023-05-05T21:13:53.133Z] Removing intermediate container 22c3626a19c5 [2023-05-05T21:13:53.133Z] ---> 1e9541444e8b [2023-05-05T21:13:53.133Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:13:53.133Z] ---> Running in 1609d3c688ae [2023-05-05T21:13:53.133Z] Removing intermediate container 1609d3c688ae [2023-05-05T21:13:53.133Z] ---> 014aa626f940 [2023-05-05T21:13:53.133Z] Step 21/22 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:13:53.393Z] ---> Running in c5d545cc6d97 [2023-05-05T21:13:53.393Z] ---> e54cdfee7d3d [2023-05-05T21:13:53.393Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:13:53.393Z] Removing intermediate container 5429f477fd21 [2023-05-05T21:13:53.393Z] ---> 4f808c344085 [2023-05-05T21:13:53.393Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:13:53.421Z] OK: 263 MiB in 53 packages [2023-05-05T21:13:53.421Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:13:53.421Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:13:53.421Z] OK: 17690 distinct packages available [2023-05-05T21:13:53.651Z] Removing intermediate container c5d545cc6d97 [2023-05-05T21:13:53.651Z] ---> 3a3a04ff51a6 [2023-05-05T21:13:53.651Z] Step 22/22 : LABEL version=3.0.0-dev.150 [2023-05-05T21:13:53.651Z] ---> Running in 7054033e56a0 [2023-05-05T21:13:53.651Z] ---> a7e6de8e4ea8 [2023-05-05T21:13:53.651Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:13:53.692Z] OK: 263 MiB in 53 packages [2023-05-05T21:13:53.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:53.947Z] ---> 63325f666a61 [2023-05-05T21:13:53.947Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-05T21:13:53.947Z] Removing intermediate container e10ce2cef524 [2023-05-05T21:13:53.947Z] ---> 4623f90eb6b9 [2023-05-05T21:13:53.947Z] Step 12/26 : WORKDIR /edgex-go [2023-05-05T21:13:53.947Z] Removing intermediate container 7054033e56a0 [2023-05-05T21:13:53.947Z] ---> 928b1f9099e8 [2023-05-05T21:13:53.947Z] [2023-05-05T21:13:53.947Z] ---> Running in c088c784daac [2023-05-05T21:13:53.947Z] ---> 2ab51cc19258 [2023-05-05T21:13:53.947Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-05T21:13:53.947Z] Successfully built 928b1f9099e8 [2023-05-05T21:13:53.947Z] Successfully tagged security-proxy-setup:latest [2023-05-05T21:13:53.947Z] Building security-spire-agent [2023-05-05T21:13:53.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:53.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:54.205Z]  Building security-proxy-setup ... done Removing intermediate container c088c784daac [2023-05-05T21:13:54.205Z] ---> 60ff4b302dc0 [2023-05-05T21:13:54.205Z] [2023-05-05T21:13:54.205Z] Step 13/26 : FROM alpine:3.17 [2023-05-05T21:13:54.205Z] ---> 9ed4aefc74f6 [2023-05-05T21:13:54.205Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-05T21:13:54.205Z] ---> Using cache [2023-05-05T21:13:54.205Z] ---> 7eb045aae89d [2023-05-05T21:13:54.205Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-05T21:13:54.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:13:54.946Z] Removing intermediate container d9d1deeafac0 [2023-05-05T21:13:54.946Z] ---> e4d5069133f1 [2023-05-05T21:13:54.946Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-05T21:13:55.213Z] OK: 263 MiB in 53 packages [2023-05-05T21:13:55.480Z] Removing intermediate container bf755ef89156 [2023-05-05T21:13:55.480Z] ---> 85656c6d17d9 [2023-05-05T21:13:55.480Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-05T21:13:55.480Z] OK: 263 MiB in 53 packages [2023-05-05T21:13:56.758Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:13:56.758Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:13:56.758Z] ---> 9227b765358a [2023-05-05T21:13:56.758Z] Step 3/27 : WORKDIR /edgex-go [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> f6a468b9361e [2023-05-05T21:13:56.758Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> a900c526486d [2023-05-05T21:13:56.758Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> 50759d77cfde [2023-05-05T21:13:56.758Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> 302bfca97f3e [2023-05-05T21:13:56.758Z] Step 7/27 : COPY . . [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> 116a3222e58d [2023-05-05T21:13:56.758Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> 306e05bed1bf [2023-05-05T21:13:56.758Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> 816c8d30cb8c [2023-05-05T21:13:56.758Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> 805e04b11c7a [2023-05-05T21:13:56.758Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> 52514f151b2f [2023-05-05T21:13:56.758Z] Step 12/27 : WORKDIR /edgex-go [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> ed4407649ebc [2023-05-05T21:13:56.758Z] [2023-05-05T21:13:56.758Z] Step 13/27 : FROM alpine:3.17 [2023-05-05T21:13:56.758Z] ---> 9ed4aefc74f6 [2023-05-05T21:13:56.758Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-05T21:13:56.758Z] ---> Using cache [2023-05-05T21:13:56.758Z] ---> 7eb045aae89d [2023-05-05T21:13:56.758Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-05T21:13:58.084Z] OK: 263 MiB in 53 packages [2023-05-05T21:13:58.353Z] ---> 00ad25af8535 [2023-05-05T21:13:58.353Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:13:58.353Z] ---> 4cca7ee43d91 [2023-05-05T21:13:58.353Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:13:58.353Z] ---> Running in e158ba67c728 [2023-05-05T21:13:58.624Z] ---> Running in e43a1200cdf9 [2023-05-05T21:13:59.314Z] ---> Running in 68970a3e3c22 [2023-05-05T21:13:59.314Z] ---> 5b53b1fea653 [2023-05-05T21:13:59.314Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-05T21:13:59.314Z] ---> Running in 4dbc5bfc738d [2023-05-05T21:13:59.314Z] ---> f58840886094 [2023-05-05T21:13:59.314Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-05T21:13:59.577Z] ---> 383d687cf17d [2023-05-05T21:13:59.577Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-05T21:13:59.587Z] Removing intermediate container 578c3b83ccea [2023-05-05T21:13:59.587Z] ---> 1532d41b3ae8 [2023-05-05T21:13:59.587Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-05T21:13:59.587Z] Removing intermediate container 99ec5b594404 [2023-05-05T21:13:59.587Z] ---> 44e90df533f5 [2023-05-05T21:13:59.587Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:13:59.859Z] ---> 8281038f5c42 [2023-05-05T21:13:59.859Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-05T21:13:59.859Z] ---> Running in 3e560bb7f77d [2023-05-05T21:13:59.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:59.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:13:59.859Z] Removing intermediate container 3e560bb7f77d [2023-05-05T21:13:59.859Z] ---> 23865134c5a7 [2023-05-05T21:13:59.859Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-05T21:13:59.867Z] Removing intermediate container 11789360ffcb [2023-05-05T21:13:59.867Z] ---> 3e6b72d9caae [2023-05-05T21:13:59.867Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-05T21:14:00.136Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:00.137Z] ---> 6f5b47ba8856 [2023-05-05T21:14:00.137Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-05T21:14:00.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:00.137Z] ---> eea5c5ad814d [2023-05-05T21:14:00.137Z] Step 22/27 : WORKDIR / [2023-05-05T21:14:00.413Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:14:00.413Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:14:00.413Z] OK: 17820 distinct packages available [2023-05-05T21:14:00.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:00.413Z] ---> 5f95a2184e61 [2023-05-05T21:14:00.413Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-05T21:14:00.413Z] ---> Running in 3c49feb33f0f [2023-05-05T21:14:00.413Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:14:00.413Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:14:00.413Z] OK: 17820 distinct packages available [2023-05-05T21:14:00.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:00.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:00.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:00.413Z] Removing intermediate container 3c49feb33f0f [2023-05-05T21:14:00.413Z] ---> ae1e986d23c5 [2023-05-05T21:14:00.413Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-05T21:14:00.413Z] ---> cfe35d597360 [2023-05-05T21:14:00.413Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-05T21:14:00.457Z] ---> 231f6da8a3a7 [2023-05-05T21:14:00.458Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:14:00.458Z] ---> 57271d1561a6 [2023-05-05T21:14:00.458Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:14:00.458Z] ---> Running in 86ca540351fd [2023-05-05T21:14:00.686Z] ---> Running in 94f2f5dc9a3e [2023-05-05T21:14:00.686Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-05T21:14:00.686Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-05T21:14:00.686Z] (3/5) Installing libucontext (1.2-r0) [2023-05-05T21:14:00.686Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-05T21:14:00.686Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-05T21:14:00.686Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:14:00.686Z] OK: 8 MiB in 20 packages [2023-05-05T21:14:00.686Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-05T21:14:00.686Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-05T21:14:00.686Z] (3/5) Installing libucontext (1.2-r0) [2023-05-05T21:14:00.686Z] Removing intermediate container 94f2f5dc9a3e [2023-05-05T21:14:00.686Z] ---> 5bcbfcf38def [2023-05-05T21:14:00.686Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-05T21:14:00.686Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-05T21:14:00.686Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-05T21:14:00.686Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:14:00.686Z] OK: 8 MiB in 20 packages [2023-05-05T21:14:00.686Z] ---> Running in b7eff61d1a10 [2023-05-05T21:14:00.725Z] ---> Running in dca7fc1a16da [2023-05-05T21:14:00.948Z] ---> fb70783cd8eb [2023-05-05T21:14:00.948Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-05T21:14:00.948Z] ---> Running in 4db5a8ea5697 [2023-05-05T21:14:00.948Z] Removing intermediate container b7eff61d1a10 [2023-05-05T21:14:00.948Z] ---> 854db956c99b [2023-05-05T21:14:00.948Z] Step 25/27 : LABEL arch=x86_64 [2023-05-05T21:14:00.948Z] ---> Running in 60afee6d5da8 [2023-05-05T21:14:00.948Z] Removing intermediate container 60afee6d5da8 [2023-05-05T21:14:00.948Z] ---> 33c2ddb51d7d [2023-05-05T21:14:00.948Z] Step 26/27 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:01.209Z] ---> Running in 6ff47acd97bb [2023-05-05T21:14:01.209Z] Removing intermediate container 68970a3e3c22 [2023-05-05T21:14:01.209Z] ---> f6b7933dc50f [2023-05-05T21:14:01.209Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:14:01.209Z] Removing intermediate container 6ff47acd97bb [2023-05-05T21:14:01.209Z] ---> 3301ab120d7b [2023-05-05T21:14:01.209Z] Step 27/27 : LABEL version=3.0.0-dev.150 [2023-05-05T21:14:01.209Z] ---> Running in ca2b4c25f1af [2023-05-05T21:14:01.305Z] ---> 1fa846cd86d2 [2023-05-05T21:14:01.305Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:14:01.305Z] ---> Running in 7efdc9a3c200 [2023-05-05T21:14:01.470Z] Removing intermediate container 4dbc5bfc738d [2023-05-05T21:14:01.470Z] ---> 76ee9f5485ba [2023-05-05T21:14:01.470Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:14:01.470Z] ---> 4c0424a26c5d [2023-05-05T21:14:01.470Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:14:01.470Z] Removing intermediate container ca2b4c25f1af [2023-05-05T21:14:01.470Z] ---> afa63eac71be [2023-05-05T21:14:01.470Z] [2023-05-05T21:14:01.755Z] Successfully built afa63eac71be [2023-05-05T21:14:01.755Z] Successfully tagged security-spire-config:latest [2023-05-05T21:14:01.755Z] Building core-metadata [2023-05-05T21:14:01.755Z]  Building security-spire-config ... done  ---> 34835659ca7d [2023-05-05T21:14:01.755Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-05T21:14:01.755Z] ---> 7c3da11dbc06 [2023-05-05T21:14:01.755Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:14:05.206Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:14:05.206Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:14:05.206Z] ---> 9227b765358a [2023-05-05T21:14:05.206Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:14:05.206Z] ---> Using cache [2023-05-05T21:14:05.206Z] ---> d2a4e0a7a0f3 [2023-05-05T21:14:05.206Z] Step 4/25 : WORKDIR /edgex-go [2023-05-05T21:14:05.206Z] ---> Using cache [2023-05-05T21:14:05.206Z] ---> 82c9350f7eca [2023-05-05T21:14:05.206Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-05T21:14:05.206Z] ---> Using cache [2023-05-05T21:14:05.206Z] ---> 0c0dabf42223 [2023-05-05T21:14:05.206Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-05T21:14:05.206Z] ---> Using cache [2023-05-05T21:14:05.206Z] ---> 4837a3e4dfae [2023-05-05T21:14:05.206Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:14:05.206Z] ---> Using cache [2023-05-05T21:14:05.206Z] ---> 10863b920a66 [2023-05-05T21:14:05.206Z] Step 8/25 : COPY . . [2023-05-05T21:14:05.206Z] ---> Using cache [2023-05-05T21:14:05.206Z] ---> 207591205037 [2023-05-05T21:14:05.206Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-05T21:14:08.492Z] ---> 3a6c12980fd5 [2023-05-05T21:14:08.492Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-05T21:14:08.492Z] Removing intermediate container 4db5a8ea5697 [2023-05-05T21:14:08.492Z] ---> 9c9e58d68d74 [2023-05-05T21:14:08.492Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-05T21:14:08.492Z] ---> Running in 86632d0d0ca1 [2023-05-05T21:14:08.492Z] ---> 8088c42d9142 [2023-05-05T21:14:08.492Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-05T21:14:08.492Z] ---> Running in 45a918f4b029 [2023-05-05T21:14:08.750Z] ---> 5a3782cd5c0f [2023-05-05T21:14:08.750Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-05T21:14:08.750Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-05T21:14:10.653Z] Removing intermediate container 45a918f4b029 [2023-05-05T21:14:10.653Z] ---> 44e91f5be5ba [2023-05-05T21:14:10.653Z] Step 30/33 : CMD ["gate"] [2023-05-05T21:14:11.220Z] ---> de7c81bcf0b4 [2023-05-05T21:14:11.220Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-05T21:14:11.220Z] ---> 86054c38d691 [2023-05-05T21:14:11.220Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-05T21:14:11.220Z] ---> Running in a2ffd2633dc0 [2023-05-05T21:14:11.220Z] Removing intermediate container 8cd56196b0d9 [2023-05-05T21:14:11.220Z] ---> 19d141760f9c [2023-05-05T21:14:11.220Z] [2023-05-05T21:14:11.220Z] Step 9/20 : FROM alpine:3.17 [2023-05-05T21:14:11.220Z] ---> 9ed4aefc74f6 [2023-05-05T21:14:11.220Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-05T21:14:11.220Z] ---> Using cache [2023-05-05T21:14:11.220Z] ---> a4fa6d47c457 [2023-05-05T21:14:11.220Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-05T21:14:12.601Z] ---> Running in 0bf2c050621f [2023-05-05T21:14:12.601Z] Removing intermediate container a2ffd2633dc0 [2023-05-05T21:14:12.601Z] ---> 0e590f1d843e [2023-05-05T21:14:12.601Z] Step 31/33 : LABEL arch=x86_64 [2023-05-05T21:14:12.601Z] ---> d58e1cc29484 [2023-05-05T21:14:12.601Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-05T21:14:12.601Z] ---> 73c9458e7e86 [2023-05-05T21:14:12.601Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-05T21:14:12.601Z] ---> Running in 9bc95d3d5b0e [2023-05-05T21:14:12.601Z] ---> Running in 9e20c36fefee [2023-05-05T21:14:13.189Z] Removing intermediate container 9bc95d3d5b0e [2023-05-05T21:14:13.189Z] ---> 74e6c23bc8fc [2023-05-05T21:14:13.189Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-05T21:14:13.189Z] Removing intermediate container 9e20c36fefee [2023-05-05T21:14:13.189Z] ---> ea23189e4917 [2023-05-05T21:14:13.189Z] Step 32/33 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:13.189Z] ---> Running in 3cf2d83d3874 [2023-05-05T21:14:13.189Z] ---> 4f5550589191 [2023-05-05T21:14:13.189Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-05T21:14:13.189Z] ---> Running in 281d53593842 [2023-05-05T21:14:13.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:13.189Z] Removing intermediate container 3cf2d83d3874 [2023-05-05T21:14:13.189Z] ---> f99340581cf5 [2023-05-05T21:14:13.189Z] Step 24/26 : LABEL arch=x86_64 [2023-05-05T21:14:13.460Z] ---> Running in 2f25240c2bca [2023-05-05T21:14:13.460Z] Removing intermediate container 281d53593842 [2023-05-05T21:14:13.460Z] ---> adee2baa870d [2023-05-05T21:14:13.460Z] Step 33/33 : LABEL version=3.0.0-dev.150 [2023-05-05T21:14:13.460Z] ---> Running in 52a435be4202 [2023-05-05T21:14:13.460Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:13.460Z] ---> 2f10c3aa62db [2023-05-05T21:14:13.460Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-05T21:14:13.460Z] Removing intermediate container 2f25240c2bca [2023-05-05T21:14:13.460Z] ---> 86b3e82ff939 [2023-05-05T21:14:13.460Z] Step 25/26 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:13.718Z] ---> Running in 629dc587423c [2023-05-05T21:14:13.718Z] Removing intermediate container 52a435be4202 [2023-05-05T21:14:13.718Z] ---> 0569e4f5a6b3 [2023-05-05T21:14:13.718Z] [2023-05-05T21:14:13.718Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:14:13.718Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:14:13.718Z] OK: 17820 distinct packages available [2023-05-05T21:14:13.718Z] ---> 5918be019d61 [2023-05-05T21:14:13.718Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-05T21:14:13.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:13.718Z] Successfully built 0569e4f5a6b3 [2023-05-05T21:14:13.718Z] ---> Running in 3e3ced7bd254 [2023-05-05T21:14:13.718Z] Successfully tagged security-bootstrapper:latest [2023-05-05T21:14:13.718Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-05-05T21:14:13.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-05T21:14:13.718Z] Removing intermediate container 629dc587423c [2023-05-05T21:14:13.718Z] ---> 959d661b29ae [2023-05-05T21:14:13.718Z] Step 26/26 : LABEL version=3.0.0-dev.150 [2023-05-05T21:14:13.718Z] ---> Running in b7c4494df9aa [2023-05-05T21:14:14.009Z] (1/9) Installing ca-certificates (20220614-r4) [2023-05-05T21:14:14.009Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-05T21:14:14.009Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-05T21:14:14.009Z] (4/9) Installing libcurl (8.0.1-r0) [2023-05-05T21:14:14.009Z] (5/9) Installing curl (8.0.1-r0) [2023-05-05T21:14:14.009Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-05T21:14:14.009Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-05T21:14:14.009Z] (8/9) Installing libucontext (1.2-r0) [2023-05-05T21:14:14.009Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-05T21:14:14.009Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:14:14.009Z] Executing ca-certificates-20220614-r4.trigger [2023-05-05T21:14:14.009Z] OK: 10 MiB in 24 packages [2023-05-05T21:14:17.317Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:14:17.317Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:14:18.705Z] Removing intermediate container 3e3ced7bd254 [2023-05-05T21:14:18.705Z] ---> d4bc96af9fee [2023-05-05T21:14:18.705Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-05T21:14:18.705Z] ---> 9227b765358a [2023-05-05T21:14:18.705Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:14:18.705Z] ---> Using cache [2023-05-05T21:14:18.705Z] ---> d2a4e0a7a0f3 [2023-05-05T21:14:18.705Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:14:18.705Z] ---> Using cache [2023-05-05T21:14:18.705Z] ---> 82c9350f7eca [2023-05-05T21:14:18.705Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-05T21:14:18.705Z] ---> Using cache [2023-05-05T21:14:18.705Z] ---> 0c0dabf42223 [2023-05-05T21:14:18.705Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:14:18.705Z] ---> Using cache [2023-05-05T21:14:18.705Z] ---> 4837a3e4dfae [2023-05-05T21:14:18.705Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:14:18.705Z] ---> Using cache [2023-05-05T21:14:18.705Z] ---> 10863b920a66 [2023-05-05T21:14:18.705Z] Step 8/23 : COPY . . [2023-05-05T21:14:18.705Z] ---> Using cache [2023-05-05T21:14:18.705Z] ---> 207591205037 [2023-05-05T21:14:18.705Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-05T21:14:18.967Z] Removing intermediate container b7c4494df9aa [2023-05-05T21:14:18.967Z] ---> 2ffc64073017 [2023-05-05T21:14:18.967Z] [2023-05-05T21:14:18.967Z] ---> Running in 814b7dc172f1 [2023-05-05T21:14:18.967Z] ---> Running in 4d3ba7aa0866 [2023-05-05T21:14:18.967Z] Successfully built 2ffc64073017 [2023-05-05T21:14:19.228Z] Successfully tagged security-spire-server:latest [2023-05-05T21:14:19.228Z]  Building security-spire-server ... done Removing intermediate container 4d3ba7aa0866 [2023-05-05T21:14:19.228Z] ---> 58c672889d2d [2023-05-05T21:14:19.228Z] Step 25/27 : LABEL arch=x86_64 [2023-05-05T21:14:19.228Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-05T21:14:19.228Z] ---> Running in d190d748e436 [2023-05-05T21:14:19.228Z] Removing intermediate container 0bf2c050621f [2023-05-05T21:14:19.228Z] ---> 7ea03b610d02 [2023-05-05T21:14:19.228Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:14:19.491Z] Removing intermediate container d190d748e436 [2023-05-05T21:14:19.491Z] ---> fa80f596fcdf [2023-05-05T21:14:19.491Z] Step 26/27 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:19.491Z] ---> 831020720d95 [2023-05-05T21:14:19.491Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:14:19.491Z] ---> Running in 3236dcc0e44a [2023-05-05T21:14:19.751Z] ---> de811d8b1533 [2023-05-05T21:14:19.751Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-05T21:14:19.751Z] Removing intermediate container 3236dcc0e44a [2023-05-05T21:14:19.751Z] ---> 1128c516ec85 [2023-05-05T21:14:19.751Z] Step 27/27 : LABEL version=3.0.0-dev.150 [2023-05-05T21:14:19.751Z] ---> Running in 8a632cb82fe9 [2023-05-05T21:14:20.322Z] Removing intermediate container 8a632cb82fe9 [2023-05-05T21:14:20.322Z] ---> 085b140391d9 [2023-05-05T21:14:20.322Z] [2023-05-05T21:14:20.322Z] Successfully built 085b140391d9 [2023-05-05T21:14:20.322Z] Successfully tagged security-spire-agent:latest [2023-05-05T21:14:20.583Z]  Building security-spire-agent ... done  ---> ab2dc21d649c [2023-05-05T21:14:20.583Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:14:20.583Z] ---> 72545de0536a [2023-05-05T21:14:20.583Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-05T21:14:20.583Z] ---> Running in 3d7f33534f80 [2023-05-05T21:14:20.844Z] Removing intermediate container 3d7f33534f80 [2023-05-05T21:14:20.844Z] ---> 9f5555bb4375 [2023-05-05T21:14:20.844Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-05T21:14:20.844Z] ---> Running in cca322fe7279 [2023-05-05T21:14:20.844Z] Removing intermediate container cca322fe7279 [2023-05-05T21:14:20.844Z] ---> 49b2a8600106 [2023-05-05T21:14:20.844Z] Step 18/20 : LABEL arch=x86_64 [2023-05-05T21:14:20.844Z] ---> Running in 4d4b5c066c1d [2023-05-05T21:14:21.113Z] Removing intermediate container 4d4b5c066c1d [2023-05-05T21:14:21.113Z] ---> 768d60e584f0 [2023-05-05T21:14:21.113Z] Step 19/20 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:21.113Z] ---> Running in 3cdd44fd28f4 [2023-05-05T21:14:21.113Z] Removing intermediate container 3cdd44fd28f4 [2023-05-05T21:14:21.113Z] ---> d09238d15890 [2023-05-05T21:14:21.113Z] Step 20/20 : LABEL version=3.0.0-dev.150 [2023-05-05T21:14:21.113Z] ---> Running in 12a44e6a87d2 [2023-05-05T21:14:21.373Z] Removing intermediate container 12a44e6a87d2 [2023-05-05T21:14:21.373Z] ---> b201e65b6c97 [2023-05-05T21:14:21.373Z] [2023-05-05T21:14:21.373Z] Successfully built b201e65b6c97 [2023-05-05T21:14:21.373Z] Successfully tagged security-spiffe-token-provider:latest [2023-05-05T21:14:31.362Z]  Building security-spiffe-token-provider ... done Removing intermediate container 86632d0d0ca1 [2023-05-05T21:14:31.362Z] ---> 0f321a43ff05 [2023-05-05T21:14:31.362Z] [2023-05-05T21:14:31.362Z] Step 10/25 : FROM alpine:3.17 [2023-05-05T21:14:31.362Z] ---> 9ed4aefc74f6 [2023-05-05T21:14:31.362Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:14:31.362Z] ---> Using cache [2023-05-05T21:14:31.362Z] ---> b56250ede6bc [2023-05-05T21:14:31.362Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:14:31.362Z] ---> Using cache [2023-05-05T21:14:31.362Z] ---> d8e1fd66247f [2023-05-05T21:14:31.362Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-05T21:14:31.362Z] ---> Running in a6a01d7b8211 [2023-05-05T21:14:31.362Z] Removing intermediate container a6a01d7b8211 [2023-05-05T21:14:31.362Z] ---> 56556301cfdf [2023-05-05T21:14:31.362Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-05T21:14:31.362Z] ---> Running in 91c2477d8dcc [2023-05-05T21:14:31.630Z] Removing intermediate container 91c2477d8dcc [2023-05-05T21:14:31.630Z] ---> dec2fca790fe [2023-05-05T21:14:31.630Z] Step 15/25 : WORKDIR / [2023-05-05T21:14:31.630Z] ---> Running in 3e91588e9f2e [2023-05-05T21:14:31.630Z] Removing intermediate container 3e91588e9f2e [2023-05-05T21:14:31.630Z] ---> 01730f71e736 [2023-05-05T21:14:31.630Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:14:31.630Z] ---> d287f32bda5f [2023-05-05T21:14:31.630Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:14:32.261Z] ---> f96b2b3eaa98 [2023-05-05T21:14:32.261Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-05T21:14:33.636Z] ---> 575212d79302 [2023-05-05T21:14:33.636Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:14:33.636Z] Removing intermediate container 814b7dc172f1 [2023-05-05T21:14:33.636Z] ---> d64887539680 [2023-05-05T21:14:33.636Z] [2023-05-05T21:14:33.636Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:14:33.636Z] ---> 9ed4aefc74f6 [2023-05-05T21:14:33.636Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-05T21:14:33.636Z] ---> Using cache [2023-05-05T21:14:33.636Z] ---> 1462f7cd84d0 [2023-05-05T21:14:33.895Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:14:33.895Z] ---> Using cache [2023-05-05T21:14:33.895Z] ---> f682b1d4cfa6 [2023-05-05T21:14:33.895Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:14:33.895Z] ---> Using cache [2023-05-05T21:14:33.895Z] ---> 6430e5af8b4d [2023-05-05T21:14:33.895Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:14:33.895Z] ---> Using cache [2023-05-05T21:14:33.895Z] ---> 16f50a55796d [2023-05-05T21:14:33.895Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-05T21:14:33.895Z] ---> d01e5ba50632 [2023-05-05T21:14:33.895Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-05T21:14:34.154Z] ---> dca20e804cc8 [2023-05-05T21:14:34.154Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-05T21:14:34.154Z] ---> d48b757222e4 [2023-05-05T21:14:34.154Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:14:34.154Z] ---> Running in 275fc4964447 [2023-05-05T21:14:34.154Z] Removing intermediate container 275fc4964447 [2023-05-05T21:14:34.154Z] ---> 523478e6b8b1 [2023-05-05T21:14:34.154Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:14:34.417Z] ---> Running in f8bc8cf506df [2023-05-05T21:14:34.417Z] ---> 5e0ccfb1ca79 [2023-05-05T21:14:34.417Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-05T21:14:34.417Z] Removing intermediate container f8bc8cf506df [2023-05-05T21:14:34.417Z] ---> 5dcc5e9762fa [2023-05-05T21:14:34.417Z] Step 23/25 : LABEL arch=x86_64 [2023-05-05T21:14:34.417Z] ---> Running in 691eb3829fa3 [2023-05-05T21:14:34.417Z] ---> 69e18c99a03c [2023-05-05T21:14:34.417Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-05T21:14:34.417Z] ---> Running in f37199985b43 [2023-05-05T21:14:34.417Z] Removing intermediate container 691eb3829fa3 [2023-05-05T21:14:34.417Z] ---> e42d43375137 [2023-05-05T21:14:34.417Z] Step 24/25 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:34.417Z] ---> Running in 87fc113019fc [2023-05-05T21:14:34.676Z] Removing intermediate container 87fc113019fc [2023-05-05T21:14:34.676Z] ---> 2ece3e62e324 [2023-05-05T21:14:34.676Z] Step 25/25 : LABEL version=3.0.0-dev.150 [2023-05-05T21:14:34.676Z] ---> Running in ff1816bd20b9 [2023-05-05T21:14:34.676Z] Removing intermediate container ff1816bd20b9 [2023-05-05T21:14:34.676Z] ---> 200ee1d4905a [2023-05-05T21:14:34.676Z] [2023-05-05T21:14:34.676Z] Successfully built 200ee1d4905a [2023-05-05T21:14:34.676Z] Successfully tagged core-metadata:latest [2023-05-05T21:14:34.934Z]  Building core-metadata ... done Removing intermediate container f37199985b43 [2023-05-05T21:14:34.934Z] ---> 29cacdb5c17d [2023-05-05T21:14:34.934Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-05T21:14:34.934Z] ---> Running in 4df08c0fc32c [2023-05-05T21:14:35.192Z] Removing intermediate container 4df08c0fc32c [2023-05-05T21:14:35.192Z] ---> 0e49967b7851 [2023-05-05T21:14:35.192Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-05T21:14:35.192Z] ---> Running in 61e49836c390 [2023-05-05T21:14:35.192Z] Removing intermediate container 61e49836c390 [2023-05-05T21:14:35.192Z] ---> fa7d7435f803 [2023-05-05T21:14:35.192Z] Step 21/23 : LABEL arch=x86_64 [2023-05-05T21:14:35.192Z] ---> Running in 199aa75e7b85 [2023-05-05T21:14:35.192Z] Removing intermediate container 199aa75e7b85 [2023-05-05T21:14:35.193Z] ---> cf33484bf749 [2023-05-05T21:14:35.193Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:35.193Z] ---> Running in 9d9540601616 [2023-05-05T21:14:35.450Z] Removing intermediate container 9d9540601616 [2023-05-05T21:14:35.450Z] ---> a553bd2eb418 [2023-05-05T21:14:35.450Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:14:35.450Z] ---> Running in f2702ae1ed64 [2023-05-05T21:14:35.450Z] Removing intermediate container f2702ae1ed64 [2023-05-05T21:14:35.450Z] ---> 16c21728cb32 [2023-05-05T21:14:35.450Z] [2023-05-05T21:14:35.450Z] Successfully built 16c21728cb32 [2023-05-05T21:14:35.450Z] Successfully tagged core-common-config-bootstrapper:latest [2023-05-05T21:14:35.715Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-05-05T21:14:35.724Z] $ docker stop --time=1 fe327e997892bc964eed5622446caee236f54d04afbf9220d136df7559cf6fa3 [2023-05-05T21:14:36.971Z] $ docker rm -f --volumes fe327e997892bc964eed5622446caee236f54d04afbf9220d136df7559cf6fa3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-05T21:14:37.289Z] + docker images [2023-05-05T21:14:37.289Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-05T21:14:37.289Z] core-common-config-bootstrapper latest 16c21728cb32 2 seconds ago 17.2MB [2023-05-05T21:14:37.289Z] core-metadata latest 200ee1d4905a 3 seconds ago 20.4MB [2023-05-05T21:14:37.289Z] d64887539680 4 seconds ago 1.72GB [2023-05-05T21:14:37.289Z] 0f321a43ff05 8 seconds ago 1.73GB [2023-05-05T21:14:37.289Z] security-spiffe-token-provider latest b201e65b6c97 16 seconds ago 32.8MB [2023-05-05T21:14:37.289Z] security-spire-agent latest 085b140391d9 18 seconds ago 161MB [2023-05-05T21:14:37.289Z] security-spire-server latest 2ffc64073017 21 seconds ago 103MB [2023-05-05T21:14:37.289Z] security-bootstrapper latest 0569e4f5a6b3 24 seconds ago 22.2MB [2023-05-05T21:14:37.289Z] 19d141760f9c 27 seconds ago 1.76GB [2023-05-05T21:14:37.289Z] security-spire-config latest afa63eac71be 36 seconds ago 102MB [2023-05-05T21:14:37.289Z] 60ff4b302dc0 44 seconds ago 1.58GB [2023-05-05T21:14:37.289Z] security-proxy-setup latest 928b1f9099e8 44 seconds ago 18.7MB [2023-05-05T21:14:37.289Z] core-data latest df98bae5599c 51 seconds ago 20MB [2023-05-05T21:14:37.289Z] ed4407649ebc 51 seconds ago 1.58GB [2023-05-05T21:14:37.289Z] c6b9b955abf5 About a minute ago 1.71GB [2023-05-05T21:14:37.289Z] eafbb734606e About a minute ago 1.73GB [2023-05-05T21:14:37.289Z] c2b43bb28803 About a minute ago 1.7GB [2023-05-05T21:14:37.289Z] security-secretstore-setup latest a1187fdc9597 About a minute ago 32.8MB [2023-05-05T21:14:37.289Z] core-command latest 64ed9153019a About a minute ago 19.8MB [2023-05-05T21:14:37.289Z] support-notifications latest 40312b10580b About a minute ago 32.4MB [2023-05-05T21:14:37.289Z] support-scheduler latest 17c553bc812a About a minute ago 31.8MB [2023-05-05T21:14:37.290Z] security-proxy-auth latest 1e1de0af5918 About a minute ago 18.3MB [2023-05-05T21:14:37.290Z] bf99ca9982e4 2 minutes ago 1.79GB [2023-05-05T21:14:37.290Z] 78b3d2670238 2 minutes ago 1.79GB [2023-05-05T21:14:37.290Z] 244cdd4dd7be 2 minutes ago 1.72GB [2023-05-05T21:14:37.290Z] 0a6a99c32654 2 minutes ago 1.72GB [2023-05-05T21:14:37.290Z] 00edc0601960 2 minutes ago 1.7GB [2023-05-05T21:14:37.290Z] ci-base-image-x86_64 latest 9227b765358a 6 minutes ago 918MB [2023-05-05T21:14:37.290Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 11 days ago 700MB [2023-05-05T21:14:37.290Z] alpine 3.17 9ed4aefc74f6 5 weeks ago 7.05MB [2023-05-05T21:14:37.290Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB [2023-05-05T21:14:37.290Z] 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-05-05T21:14:37.398Z] provisioning config files... [2023-05-05T21:14:37.409Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/515@tmp/config9230226124080915306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:14:37.706Z] ---> docker-login.sh [2023-05-05T21:14:37.706Z] nexus3.edgexfoundry.org:10001 [2023-05-05T21:14:37.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:14:37.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:14:37.706Z] Configure a credential helper to remove this warning. See [2023-05-05T21:14:37.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:14:37.706Z] [2023-05-05T21:14:37.706Z] Login Succeeded [2023-05-05T21:14:37.706Z] nexus3.edgexfoundry.org:10002 [2023-05-05T21:14:37.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:14:37.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:14:37.706Z] Configure a credential helper to remove this warning. See [2023-05-05T21:14:37.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:14:37.706Z] [2023-05-05T21:14:37.706Z] Login Succeeded [2023-05-05T21:14:37.706Z] nexus3.edgexfoundry.org:10003 [2023-05-05T21:14:37.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:14:37.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:14:37.966Z] Configure a credential helper to remove this warning. See [2023-05-05T21:14:37.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:14:37.966Z] [2023-05-05T21:14:37.966Z] Login Succeeded [2023-05-05T21:14:37.966Z] nexus3.edgexfoundry.org:10004 [2023-05-05T21:14:37.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:14:37.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:14:37.966Z] Configure a credential helper to remove this warning. See [2023-05-05T21:14:37.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:14:37.966Z] [2023-05-05T21:14:37.966Z] Login Succeeded [2023-05-05T21:14:37.966Z] docker.io [2023-05-05T21:14:37.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:14:38.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:14:38.225Z] Configure a credential helper to remove this warning. See [2023-05-05T21:14:38.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:14:38.225Z] [2023-05-05T21:14:38.225Z] Login Succeeded [2023-05-05T21:14:38.225Z] ---> docker-login.sh ends [Pipeline] } [2023-05-05T21:14:38.232Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:14:38.261Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-05T21:14:38.282Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-05-05T21:14:38.282Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:38.282Z] latest [2023-05-05T21:14:38.282Z] 3.0.0-dev.150 [2023-05-05T21:14:38.282Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:38.282Z] main [2023-05-05T21:14:38.282Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:38.606Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:38.924Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:38.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-05T21:14:38.924Z] 5a96f75cf197: Preparing [2023-05-05T21:14:38.924Z] 42d2c6a1191e: Preparing [2023-05-05T21:14:38.924Z] 893c95baa9cc: Preparing [2023-05-05T21:14:38.924Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:38.924Z] 3226d6adfbce: Preparing [2023-05-05T21:14:38.924Z] f1417ff83b31: Preparing [2023-05-05T21:14:38.924Z] f1417ff83b31: Waiting [2023-05-05T21:14:38.924Z] 893c95baa9cc: Pushed [2023-05-05T21:14:38.924Z] 9a4be542c7f7: Pushed [2023-05-05T21:14:38.924Z] 3226d6adfbce: Pushed [2023-05-05T21:14:38.924Z] 5a96f75cf197: Pushed [2023-05-05T21:14:38.924Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:40.301Z] 42d2c6a1191e: Pushed [2023-05-05T21:14:40.301Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:40.607Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:40.919Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-05-05T21:14:40.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-05T21:14:40.919Z] 5a96f75cf197: Preparing [2023-05-05T21:14:40.919Z] 42d2c6a1191e: Preparing [2023-05-05T21:14:40.919Z] 893c95baa9cc: Preparing [2023-05-05T21:14:40.919Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:40.919Z] 3226d6adfbce: Preparing [2023-05-05T21:14:40.919Z] f1417ff83b31: Preparing [2023-05-05T21:14:40.919Z] f1417ff83b31: Waiting [2023-05-05T21:14:40.919Z] 5a96f75cf197: Layer already exists [2023-05-05T21:14:40.919Z] 3226d6adfbce: Layer already exists [2023-05-05T21:14:40.919Z] 42d2c6a1191e: Layer already exists [2023-05-05T21:14:40.919Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:40.919Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:40.919Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:40.919Z] latest: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:41.230Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:41.531Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.150 [2023-05-05T21:14:41.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-05T21:14:41.532Z] 5a96f75cf197: Preparing [2023-05-05T21:14:41.532Z] 42d2c6a1191e: Preparing [2023-05-05T21:14:41.532Z] 893c95baa9cc: Preparing [2023-05-05T21:14:41.532Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:41.532Z] 3226d6adfbce: Preparing [2023-05-05T21:14:41.532Z] f1417ff83b31: Preparing [2023-05-05T21:14:41.532Z] f1417ff83b31: Waiting [2023-05-05T21:14:41.532Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:41.532Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:41.532Z] 42d2c6a1191e: Layer already exists [2023-05-05T21:14:41.532Z] 3226d6adfbce: Layer already exists [2023-05-05T21:14:41.532Z] 5a96f75cf197: Layer already exists [2023-05-05T21:14:41.532Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:41.532Z] 3.0.0-dev.150: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:41.838Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:42.144Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:42.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-05T21:14:42.144Z] 5a96f75cf197: Preparing [2023-05-05T21:14:42.144Z] 42d2c6a1191e: Preparing [2023-05-05T21:14:42.144Z] 893c95baa9cc: Preparing [2023-05-05T21:14:42.144Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:42.144Z] 3226d6adfbce: Preparing [2023-05-05T21:14:42.144Z] f1417ff83b31: Preparing [2023-05-05T21:14:42.144Z] f1417ff83b31: Waiting [2023-05-05T21:14:42.144Z] 3226d6adfbce: Layer already exists [2023-05-05T21:14:42.144Z] 5a96f75cf197: Layer already exists [2023-05-05T21:14:42.144Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:42.144Z] 42d2c6a1191e: Layer already exists [2023-05-05T21:14:42.144Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:42.144Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:42.144Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:42.470Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:42.778Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-05-05T21:14:42.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-05T21:14:42.778Z] 5a96f75cf197: Preparing [2023-05-05T21:14:42.778Z] 42d2c6a1191e: Preparing [2023-05-05T21:14:42.778Z] 893c95baa9cc: Preparing [2023-05-05T21:14:42.778Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:42.778Z] 3226d6adfbce: Preparing [2023-05-05T21:14:42.778Z] f1417ff83b31: Preparing [2023-05-05T21:14:42.778Z] f1417ff83b31: Waiting [2023-05-05T21:14:42.778Z] 3226d6adfbce: Layer already exists [2023-05-05T21:14:42.778Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:42.778Z] 5a96f75cf197: Layer already exists [2023-05-05T21:14:42.778Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:42.778Z] 42d2c6a1191e: Layer already exists [2023-05-05T21:14:42.778Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:42.778Z] main: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:14:42.827Z] ===================================================== [Pipeline] echo [2023-05-05T21:14:42.834Z] taggedImages: [2023-05-05T21:14:42.834Z] - nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:42.834Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-05-05T21:14:42.834Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.150 [2023-05-05T21:14:42.834Z] - nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:42.834Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-05-05T21:14:42.852Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-05-05T21:14:42.852Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:42.852Z] latest [2023-05-05T21:14:42.852Z] 3.0.0-dev.150 [2023-05-05T21:14:42.852Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:42.852Z] main [2023-05-05T21:14:42.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:43.168Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:43.471Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:43.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-05T21:14:43.471Z] 5d969f362585: Preparing [2023-05-05T21:14:43.471Z] 645a5b12c0a6: Preparing [2023-05-05T21:14:43.471Z] dd33671974b6: Preparing [2023-05-05T21:14:43.471Z] 6e826cbf917d: Preparing [2023-05-05T21:14:43.471Z] 893c95baa9cc: Preparing [2023-05-05T21:14:43.471Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:43.471Z] 0a3598aba77a: Preparing [2023-05-05T21:14:43.471Z] f1417ff83b31: Preparing [2023-05-05T21:14:43.471Z] 0a3598aba77a: Waiting [2023-05-05T21:14:43.471Z] f1417ff83b31: Waiting [2023-05-05T21:14:43.471Z] 9a4be542c7f7: Waiting [2023-05-05T21:14:43.471Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:43.471Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:43.471Z] dd33671974b6: Pushed [2023-05-05T21:14:43.471Z] 645a5b12c0a6: Pushed [2023-05-05T21:14:43.471Z] 5d969f362585: Pushed [2023-05-05T21:14:43.471Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:43.471Z] 0a3598aba77a: Pushed [2023-05-05T21:14:44.405Z] 6e826cbf917d: Pushed [2023-05-05T21:14:44.665Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:44.972Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:45.281Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-05-05T21:14:45.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-05T21:14:45.281Z] 5d969f362585: Preparing [2023-05-05T21:14:45.281Z] 645a5b12c0a6: Preparing [2023-05-05T21:14:45.281Z] dd33671974b6: Preparing [2023-05-05T21:14:45.281Z] 6e826cbf917d: Preparing [2023-05-05T21:14:45.281Z] 893c95baa9cc: Preparing [2023-05-05T21:14:45.281Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:45.281Z] 0a3598aba77a: Preparing [2023-05-05T21:14:45.281Z] f1417ff83b31: Preparing [2023-05-05T21:14:45.281Z] 0a3598aba77a: Waiting [2023-05-05T21:14:45.281Z] 9a4be542c7f7: Waiting [2023-05-05T21:14:45.282Z] 645a5b12c0a6: Layer already exists [2023-05-05T21:14:45.282Z] dd33671974b6: Layer already exists [2023-05-05T21:14:45.282Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:45.282Z] 6e826cbf917d: Layer already exists [2023-05-05T21:14:45.282Z] 5d969f362585: Layer already exists [2023-05-05T21:14:45.282Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:45.282Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:45.282Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:45.282Z] latest: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:45.586Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:45.941Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.150 [2023-05-05T21:14:45.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-05T21:14:45.941Z] 5d969f362585: Preparing [2023-05-05T21:14:45.941Z] 645a5b12c0a6: Preparing [2023-05-05T21:14:45.941Z] dd33671974b6: Preparing [2023-05-05T21:14:45.941Z] 6e826cbf917d: Preparing [2023-05-05T21:14:45.941Z] 893c95baa9cc: Preparing [2023-05-05T21:14:45.941Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:45.941Z] 0a3598aba77a: Preparing [2023-05-05T21:14:45.941Z] f1417ff83b31: Preparing [2023-05-05T21:14:45.941Z] 9a4be542c7f7: Waiting [2023-05-05T21:14:45.941Z] 0a3598aba77a: Waiting [2023-05-05T21:14:45.941Z] f1417ff83b31: Waiting [2023-05-05T21:14:45.941Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:45.941Z] 645a5b12c0a6: Layer already exists [2023-05-05T21:14:45.941Z] 5d969f362585: Layer already exists [2023-05-05T21:14:45.941Z] 6e826cbf917d: Layer already exists [2023-05-05T21:14:45.941Z] dd33671974b6: Layer already exists [2023-05-05T21:14:45.941Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:45.941Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:45.941Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:45.941Z] 3.0.0-dev.150: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:46.288Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:46.631Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:46.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-05T21:14:46.631Z] 5d969f362585: Preparing [2023-05-05T21:14:46.631Z] 645a5b12c0a6: Preparing [2023-05-05T21:14:46.631Z] dd33671974b6: Preparing [2023-05-05T21:14:46.631Z] 6e826cbf917d: Preparing [2023-05-05T21:14:46.631Z] 893c95baa9cc: Preparing [2023-05-05T21:14:46.631Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:46.631Z] 0a3598aba77a: Preparing [2023-05-05T21:14:46.631Z] f1417ff83b31: Preparing [2023-05-05T21:14:46.631Z] 9a4be542c7f7: Waiting [2023-05-05T21:14:46.631Z] 0a3598aba77a: Waiting [2023-05-05T21:14:46.631Z] f1417ff83b31: Waiting [2023-05-05T21:14:46.631Z] 5d969f362585: Layer already exists [2023-05-05T21:14:46.631Z] 6e826cbf917d: Layer already exists [2023-05-05T21:14:46.631Z] dd33671974b6: Layer already exists [2023-05-05T21:14:46.631Z] 645a5b12c0a6: Layer already exists [2023-05-05T21:14:46.631Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:46.631Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:46.631Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:46.631Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:46.631Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:47.023Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:47.325Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-05-05T21:14:47.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-05T21:14:47.325Z] 5d969f362585: Preparing [2023-05-05T21:14:47.325Z] 645a5b12c0a6: Preparing [2023-05-05T21:14:47.325Z] dd33671974b6: Preparing [2023-05-05T21:14:47.325Z] 6e826cbf917d: Preparing [2023-05-05T21:14:47.325Z] 893c95baa9cc: Preparing [2023-05-05T21:14:47.325Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:47.325Z] 0a3598aba77a: Preparing [2023-05-05T21:14:47.325Z] f1417ff83b31: Preparing [2023-05-05T21:14:47.325Z] 0a3598aba77a: Waiting [2023-05-05T21:14:47.325Z] 9a4be542c7f7: Waiting [2023-05-05T21:14:47.325Z] f1417ff83b31: Waiting [2023-05-05T21:14:47.325Z] 6e826cbf917d: Layer already exists [2023-05-05T21:14:47.325Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:47.325Z] dd33671974b6: Layer already exists [2023-05-05T21:14:47.325Z] 5d969f362585: Layer already exists [2023-05-05T21:14:47.325Z] 645a5b12c0a6: Layer already exists [2023-05-05T21:14:47.325Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:47.325Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:47.325Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:47.325Z] main: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:14:47.360Z] ===================================================== [Pipeline] echo [2023-05-05T21:14:47.365Z] taggedImages: [2023-05-05T21:14:47.365Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:47.365Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-05-05T21:14:47.365Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.150 [2023-05-05T21:14:47.365Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:47.365Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-05-05T21:14:47.379Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-05-05T21:14:47.379Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:47.379Z] latest [2023-05-05T21:14:47.379Z] 3.0.0-dev.150 [2023-05-05T21:14:47.379Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:47.379Z] main [2023-05-05T21:14:47.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:47.684Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:47.986Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:47.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-05T21:14:47.986Z] 9b61a904bc2c: Preparing [2023-05-05T21:14:47.986Z] 1051b59d279e: Preparing [2023-05-05T21:14:47.986Z] 893c95baa9cc: Preparing [2023-05-05T21:14:47.986Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:47.986Z] 9716c03f52e9: Preparing [2023-05-05T21:14:47.986Z] f1417ff83b31: Preparing [2023-05-05T21:14:47.986Z] f1417ff83b31: Waiting [2023-05-05T21:14:47.986Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:47.986Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:47.986Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:47.986Z] 9b61a904bc2c: Pushed [2023-05-05T21:14:47.986Z] 9716c03f52e9: Pushed [2023-05-05T21:14:49.363Z] 1051b59d279e: Pushed [2023-05-05T21:14:49.363Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:49.665Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:49.970Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-05-05T21:14:49.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-05T21:14:49.970Z] 9b61a904bc2c: Preparing [2023-05-05T21:14:49.970Z] 1051b59d279e: Preparing [2023-05-05T21:14:49.970Z] 893c95baa9cc: Preparing [2023-05-05T21:14:49.970Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:49.970Z] 9716c03f52e9: Preparing [2023-05-05T21:14:49.970Z] f1417ff83b31: Preparing [2023-05-05T21:14:49.970Z] f1417ff83b31: Waiting [2023-05-05T21:14:49.970Z] 9b61a904bc2c: Layer already exists [2023-05-05T21:14:49.970Z] 1051b59d279e: Layer already exists [2023-05-05T21:14:49.970Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:49.970Z] 9716c03f52e9: Layer already exists [2023-05-05T21:14:49.970Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:49.970Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:49.970Z] latest: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:50.273Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:50.573Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.150 [2023-05-05T21:14:50.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-05T21:14:50.573Z] 9b61a904bc2c: Preparing [2023-05-05T21:14:50.573Z] 1051b59d279e: Preparing [2023-05-05T21:14:50.573Z] 893c95baa9cc: Preparing [2023-05-05T21:14:50.573Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:50.573Z] 9716c03f52e9: Preparing [2023-05-05T21:14:50.573Z] f1417ff83b31: Preparing [2023-05-05T21:14:50.573Z] f1417ff83b31: Waiting [2023-05-05T21:14:50.573Z] 9b61a904bc2c: Layer already exists [2023-05-05T21:14:50.573Z] 1051b59d279e: Layer already exists [2023-05-05T21:14:50.573Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:50.573Z] 9716c03f52e9: Layer already exists [2023-05-05T21:14:50.573Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:50.573Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:50.573Z] 3.0.0-dev.150: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:50.883Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:51.185Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:51.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-05T21:14:51.185Z] 9b61a904bc2c: Preparing [2023-05-05T21:14:51.185Z] 1051b59d279e: Preparing [2023-05-05T21:14:51.185Z] 893c95baa9cc: Preparing [2023-05-05T21:14:51.185Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:51.185Z] 9716c03f52e9: Preparing [2023-05-05T21:14:51.185Z] f1417ff83b31: Preparing [2023-05-05T21:14:51.185Z] f1417ff83b31: Waiting [2023-05-05T21:14:51.185Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:51.185Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:51.185Z] 9b61a904bc2c: Layer already exists [2023-05-05T21:14:51.185Z] 1051b59d279e: Layer already exists [2023-05-05T21:14:51.185Z] 9716c03f52e9: Layer already exists [2023-05-05T21:14:51.185Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:51.185Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:51.488Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:51.816Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-05-05T21:14:51.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-05T21:14:51.816Z] 9b61a904bc2c: Preparing [2023-05-05T21:14:51.816Z] 1051b59d279e: Preparing [2023-05-05T21:14:51.816Z] 893c95baa9cc: Preparing [2023-05-05T21:14:51.816Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:51.816Z] 9716c03f52e9: Preparing [2023-05-05T21:14:51.816Z] f1417ff83b31: Preparing [2023-05-05T21:14:51.816Z] f1417ff83b31: Waiting [2023-05-05T21:14:51.816Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:51.816Z] 9716c03f52e9: Layer already exists [2023-05-05T21:14:51.816Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:51.816Z] 9b61a904bc2c: Layer already exists [2023-05-05T21:14:51.816Z] 1051b59d279e: Layer already exists [2023-05-05T21:14:51.816Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:51.816Z] main: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:14:51.850Z] ===================================================== [Pipeline] echo [2023-05-05T21:14:51.856Z] taggedImages: [2023-05-05T21:14:51.856Z] - nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:51.856Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-05-05T21:14:51.856Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.150 [2023-05-05T21:14:51.856Z] - nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:51.856Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-05-05T21:14:51.869Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-05-05T21:14:51.869Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:51.869Z] latest [2023-05-05T21:14:51.869Z] 3.0.0-dev.150 [2023-05-05T21:14:51.869Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:51.869Z] main [2023-05-05T21:14:51.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:52.169Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:52.469Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:52.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-05T21:14:52.470Z] dc0a893c2479: Preparing [2023-05-05T21:14:52.470Z] 184b94081a49: Preparing [2023-05-05T21:14:52.470Z] 79df7357a111: Preparing [2023-05-05T21:14:52.470Z] 893c95baa9cc: Preparing [2023-05-05T21:14:52.470Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:52.470Z] 0a3598aba77a: Preparing [2023-05-05T21:14:52.470Z] f1417ff83b31: Preparing [2023-05-05T21:14:52.470Z] f1417ff83b31: Waiting [2023-05-05T21:14:52.470Z] 0a3598aba77a: Waiting [2023-05-05T21:14:52.470Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:52.470Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:52.470Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:52.470Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:52.470Z] dc0a893c2479: Pushed [2023-05-05T21:14:52.470Z] 184b94081a49: Pushed [2023-05-05T21:14:53.847Z] 79df7357a111: Pushed [2023-05-05T21:14:53.847Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:54.148Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:54.448Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-05-05T21:14:54.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-05T21:14:54.448Z] dc0a893c2479: Preparing [2023-05-05T21:14:54.448Z] 184b94081a49: Preparing [2023-05-05T21:14:54.448Z] 79df7357a111: Preparing [2023-05-05T21:14:54.448Z] 893c95baa9cc: Preparing [2023-05-05T21:14:54.448Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:54.448Z] 0a3598aba77a: Preparing [2023-05-05T21:14:54.448Z] f1417ff83b31: Preparing [2023-05-05T21:14:54.448Z] f1417ff83b31: Waiting [2023-05-05T21:14:54.448Z] 0a3598aba77a: Waiting [2023-05-05T21:14:54.448Z] 79df7357a111: Layer already exists [2023-05-05T21:14:54.448Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:54.448Z] dc0a893c2479: Layer already exists [2023-05-05T21:14:54.448Z] 184b94081a49: Layer already exists [2023-05-05T21:14:54.448Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:54.448Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:54.448Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:54.448Z] latest: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:54.755Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:55.058Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.150 [2023-05-05T21:14:55.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-05T21:14:55.058Z] dc0a893c2479: Preparing [2023-05-05T21:14:55.058Z] 184b94081a49: Preparing [2023-05-05T21:14:55.058Z] 79df7357a111: Preparing [2023-05-05T21:14:55.058Z] 893c95baa9cc: Preparing [2023-05-05T21:14:55.058Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:55.058Z] 0a3598aba77a: Preparing [2023-05-05T21:14:55.058Z] f1417ff83b31: Preparing [2023-05-05T21:14:55.058Z] 0a3598aba77a: Waiting [2023-05-05T21:14:55.058Z] f1417ff83b31: Waiting [2023-05-05T21:14:55.058Z] dc0a893c2479: Layer already exists [2023-05-05T21:14:55.058Z] 79df7357a111: Layer already exists [2023-05-05T21:14:55.058Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:55.058Z] 184b94081a49: Layer already exists [2023-05-05T21:14:55.058Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:55.058Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:55.058Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:55.058Z] 3.0.0-dev.150: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:55.360Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:55.660Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:55.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-05T21:14:55.660Z] dc0a893c2479: Preparing [2023-05-05T21:14:55.660Z] 184b94081a49: Preparing [2023-05-05T21:14:55.660Z] 79df7357a111: Preparing [2023-05-05T21:14:55.660Z] 893c95baa9cc: Preparing [2023-05-05T21:14:55.660Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:55.660Z] 0a3598aba77a: Preparing [2023-05-05T21:14:55.660Z] f1417ff83b31: Preparing [2023-05-05T21:14:55.660Z] f1417ff83b31: Waiting [2023-05-05T21:14:55.660Z] 184b94081a49: Layer already exists [2023-05-05T21:14:55.660Z] 79df7357a111: Layer already exists [2023-05-05T21:14:55.660Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:55.660Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:55.660Z] dc0a893c2479: Layer already exists [2023-05-05T21:14:55.660Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:55.660Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:55.660Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:55.964Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:56.260Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-05-05T21:14:56.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-05T21:14:56.260Z] dc0a893c2479: Preparing [2023-05-05T21:14:56.260Z] 184b94081a49: Preparing [2023-05-05T21:14:56.260Z] 79df7357a111: Preparing [2023-05-05T21:14:56.260Z] 893c95baa9cc: Preparing [2023-05-05T21:14:56.260Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:56.260Z] 0a3598aba77a: Preparing [2023-05-05T21:14:56.260Z] f1417ff83b31: Preparing [2023-05-05T21:14:56.260Z] 0a3598aba77a: Waiting [2023-05-05T21:14:56.260Z] f1417ff83b31: Waiting [2023-05-05T21:14:56.260Z] 79df7357a111: Layer already exists [2023-05-05T21:14:56.260Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:56.260Z] dc0a893c2479: Layer already exists [2023-05-05T21:14:56.260Z] 184b94081a49: Layer already exists [2023-05-05T21:14:56.260Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:56.260Z] 0a3598aba77a: Layer already exists [2023-05-05T21:14:56.260Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:56.260Z] main: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:14:56.301Z] ===================================================== [Pipeline] echo [2023-05-05T21:14:56.309Z] taggedImages: [2023-05-05T21:14:56.309Z] - nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:56.309Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-05-05T21:14:56.309Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.150 [2023-05-05T21:14:56.309Z] - nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:56.309Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-05-05T21:14:56.323Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-05-05T21:14:56.323Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:56.323Z] latest [2023-05-05T21:14:56.323Z] 3.0.0-dev.150 [2023-05-05T21:14:56.323Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:14:56.323Z] main [2023-05-05T21:14:56.323Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:56.624Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:56.929Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:14:56.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-05T21:14:56.929Z] 777641fc75ca: Preparing [2023-05-05T21:14:56.929Z] 777641fc75ca: Preparing [2023-05-05T21:14:56.929Z] 3b37c607ec63: Preparing [2023-05-05T21:14:56.929Z] 6e5a08c4fc82: Preparing [2023-05-05T21:14:56.929Z] 706bcb8d1ce8: Preparing [2023-05-05T21:14:56.929Z] 42155020b8ff: Preparing [2023-05-05T21:14:56.929Z] 148e6e5d89d5: Preparing [2023-05-05T21:14:56.929Z] 893c95baa9cc: Preparing [2023-05-05T21:14:56.929Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:56.929Z] 01d3ab8f9551: Preparing [2023-05-05T21:14:56.929Z] 87a757d08be7: Preparing [2023-05-05T21:14:56.929Z] 675b05c0c226: Preparing [2023-05-05T21:14:56.929Z] 3a8522369f40: Preparing [2023-05-05T21:14:56.929Z] f1417ff83b31: Preparing [2023-05-05T21:14:56.929Z] 9a4be542c7f7: Waiting [2023-05-05T21:14:56.929Z] 01d3ab8f9551: Waiting [2023-05-05T21:14:56.929Z] 87a757d08be7: Waiting [2023-05-05T21:14:56.929Z] 675b05c0c226: Waiting [2023-05-05T21:14:56.929Z] 148e6e5d89d5: Waiting [2023-05-05T21:14:56.929Z] 893c95baa9cc: Waiting [2023-05-05T21:14:56.929Z] f1417ff83b31: Waiting [2023-05-05T21:14:56.929Z] 3a8522369f40: Waiting [2023-05-05T21:14:56.929Z] 6e5a08c4fc82: Pushed [2023-05-05T21:14:56.929Z] 3b37c607ec63: Pushed [2023-05-05T21:14:56.929Z] 706bcb8d1ce8: Pushed [2023-05-05T21:14:56.929Z] 42155020b8ff: Pushed [2023-05-05T21:14:56.929Z] 777641fc75ca: Pushed [2023-05-05T21:14:56.929Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:56.929Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:57.187Z] 87a757d08be7: Pushed [2023-05-05T21:14:57.187Z] 675b05c0c226: Pushed [2023-05-05T21:14:57.187Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:57.187Z] 01d3ab8f9551: Pushed [2023-05-05T21:14:57.187Z] 3a8522369f40: Pushed [2023-05-05T21:14:58.560Z] 148e6e5d89d5: Pushed [2023-05-05T21:14:58.820Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:59.127Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:59.426Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-05-05T21:14:59.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-05T21:14:59.426Z] 777641fc75ca: Preparing [2023-05-05T21:14:59.426Z] 777641fc75ca: Preparing [2023-05-05T21:14:59.426Z] 3b37c607ec63: Preparing [2023-05-05T21:14:59.426Z] 6e5a08c4fc82: Preparing [2023-05-05T21:14:59.426Z] 706bcb8d1ce8: Preparing [2023-05-05T21:14:59.426Z] 42155020b8ff: Preparing [2023-05-05T21:14:59.426Z] 148e6e5d89d5: Preparing [2023-05-05T21:14:59.426Z] 893c95baa9cc: Preparing [2023-05-05T21:14:59.426Z] 9a4be542c7f7: Preparing [2023-05-05T21:14:59.426Z] 01d3ab8f9551: Preparing [2023-05-05T21:14:59.426Z] 87a757d08be7: Preparing [2023-05-05T21:14:59.426Z] 675b05c0c226: Preparing [2023-05-05T21:14:59.426Z] 3a8522369f40: Preparing [2023-05-05T21:14:59.426Z] f1417ff83b31: Preparing [2023-05-05T21:14:59.426Z] 9a4be542c7f7: Waiting [2023-05-05T21:14:59.426Z] 675b05c0c226: Waiting [2023-05-05T21:14:59.426Z] 87a757d08be7: Waiting [2023-05-05T21:14:59.426Z] 3a8522369f40: Waiting [2023-05-05T21:14:59.426Z] 148e6e5d89d5: Waiting [2023-05-05T21:14:59.426Z] 893c95baa9cc: Waiting [2023-05-05T21:14:59.426Z] 01d3ab8f9551: Waiting [2023-05-05T21:14:59.426Z] f1417ff83b31: Waiting [2023-05-05T21:14:59.426Z] 42155020b8ff: Layer already exists [2023-05-05T21:14:59.426Z] 777641fc75ca: Layer already exists [2023-05-05T21:14:59.426Z] 3b37c607ec63: Layer already exists [2023-05-05T21:14:59.426Z] 706bcb8d1ce8: Layer already exists [2023-05-05T21:14:59.426Z] 6e5a08c4fc82: Layer already exists [2023-05-05T21:14:59.426Z] 148e6e5d89d5: Layer already exists [2023-05-05T21:14:59.426Z] 87a757d08be7: Layer already exists [2023-05-05T21:14:59.426Z] 893c95baa9cc: Layer already exists [2023-05-05T21:14:59.426Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:14:59.426Z] 01d3ab8f9551: Layer already exists [2023-05-05T21:14:59.426Z] 675b05c0c226: Layer already exists [2023-05-05T21:14:59.426Z] 3a8522369f40: Layer already exists [2023-05-05T21:14:59.426Z] f1417ff83b31: Layer already exists [2023-05-05T21:14:59.426Z] latest: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:14:59.731Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:00.034Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.150 [2023-05-05T21:15:00.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-05T21:15:00.034Z] 777641fc75ca: Preparing [2023-05-05T21:15:00.034Z] 777641fc75ca: Preparing [2023-05-05T21:15:00.034Z] 3b37c607ec63: Preparing [2023-05-05T21:15:00.034Z] 6e5a08c4fc82: Preparing [2023-05-05T21:15:00.034Z] 706bcb8d1ce8: Preparing [2023-05-05T21:15:00.034Z] 42155020b8ff: Preparing [2023-05-05T21:15:00.034Z] 148e6e5d89d5: Preparing [2023-05-05T21:15:00.034Z] 893c95baa9cc: Preparing [2023-05-05T21:15:00.034Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:00.034Z] 01d3ab8f9551: Preparing [2023-05-05T21:15:00.034Z] 87a757d08be7: Preparing [2023-05-05T21:15:00.034Z] 675b05c0c226: Preparing [2023-05-05T21:15:00.034Z] 3a8522369f40: Preparing [2023-05-05T21:15:00.034Z] f1417ff83b31: Preparing [2023-05-05T21:15:00.034Z] 148e6e5d89d5: Waiting [2023-05-05T21:15:00.034Z] 675b05c0c226: Waiting [2023-05-05T21:15:00.034Z] 893c95baa9cc: Waiting [2023-05-05T21:15:00.035Z] 3a8522369f40: Waiting [2023-05-05T21:15:00.035Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:00.035Z] f1417ff83b31: Waiting [2023-05-05T21:15:00.035Z] 01d3ab8f9551: Waiting [2023-05-05T21:15:00.035Z] 87a757d08be7: Waiting [2023-05-05T21:15:00.035Z] 777641fc75ca: Layer already exists [2023-05-05T21:15:00.035Z] 42155020b8ff: Layer already exists [2023-05-05T21:15:00.035Z] 6e5a08c4fc82: Layer already exists [2023-05-05T21:15:00.035Z] 3b37c607ec63: Layer already exists [2023-05-05T21:15:00.035Z] 706bcb8d1ce8: Layer already exists [2023-05-05T21:15:00.035Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:00.035Z] 148e6e5d89d5: Layer already exists [2023-05-05T21:15:00.035Z] 01d3ab8f9551: Layer already exists [2023-05-05T21:15:00.035Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:00.035Z] 87a757d08be7: Layer already exists [2023-05-05T21:15:00.035Z] 675b05c0c226: Layer already exists [2023-05-05T21:15:00.035Z] 3a8522369f40: Layer already exists [2023-05-05T21:15:00.035Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:00.035Z] 3.0.0-dev.150: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:00.330Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:00.636Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:00.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-05T21:15:00.636Z] 777641fc75ca: Preparing [2023-05-05T21:15:00.636Z] 777641fc75ca: Preparing [2023-05-05T21:15:00.636Z] 3b37c607ec63: Preparing [2023-05-05T21:15:00.636Z] 6e5a08c4fc82: Preparing [2023-05-05T21:15:00.636Z] 706bcb8d1ce8: Preparing [2023-05-05T21:15:00.636Z] 42155020b8ff: Preparing [2023-05-05T21:15:00.636Z] 148e6e5d89d5: Preparing [2023-05-05T21:15:00.636Z] 893c95baa9cc: Preparing [2023-05-05T21:15:00.636Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:00.636Z] 01d3ab8f9551: Preparing [2023-05-05T21:15:00.636Z] 87a757d08be7: Preparing [2023-05-05T21:15:00.636Z] 675b05c0c226: Preparing [2023-05-05T21:15:00.636Z] 3a8522369f40: Preparing [2023-05-05T21:15:00.636Z] f1417ff83b31: Preparing [2023-05-05T21:15:00.636Z] 148e6e5d89d5: Waiting [2023-05-05T21:15:00.636Z] 893c95baa9cc: Waiting [2023-05-05T21:15:00.636Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:00.636Z] 01d3ab8f9551: Waiting [2023-05-05T21:15:00.636Z] 87a757d08be7: Waiting [2023-05-05T21:15:00.636Z] 675b05c0c226: Waiting [2023-05-05T21:15:00.636Z] 3a8522369f40: Waiting [2023-05-05T21:15:00.636Z] f1417ff83b31: Waiting [2023-05-05T21:15:00.636Z] 777641fc75ca: Layer already exists [2023-05-05T21:15:00.636Z] 3b37c607ec63: Layer already exists [2023-05-05T21:15:00.636Z] 42155020b8ff: Layer already exists [2023-05-05T21:15:00.636Z] 706bcb8d1ce8: Layer already exists [2023-05-05T21:15:00.636Z] 6e5a08c4fc82: Layer already exists [2023-05-05T21:15:00.636Z] 148e6e5d89d5: Layer already exists [2023-05-05T21:15:00.636Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:00.636Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:00.636Z] 87a757d08be7: Layer already exists [2023-05-05T21:15:00.636Z] 01d3ab8f9551: Layer already exists [2023-05-05T21:15:00.636Z] 675b05c0c226: Layer already exists [2023-05-05T21:15:00.636Z] 3a8522369f40: Layer already exists [2023-05-05T21:15:00.636Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:00.636Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:00.940Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:01.238Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-05-05T21:15:01.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-05T21:15:01.238Z] 777641fc75ca: Preparing [2023-05-05T21:15:01.238Z] 777641fc75ca: Preparing [2023-05-05T21:15:01.238Z] 3b37c607ec63: Preparing [2023-05-05T21:15:01.238Z] 6e5a08c4fc82: Preparing [2023-05-05T21:15:01.238Z] 706bcb8d1ce8: Preparing [2023-05-05T21:15:01.238Z] 42155020b8ff: Preparing [2023-05-05T21:15:01.238Z] 148e6e5d89d5: Preparing [2023-05-05T21:15:01.238Z] 893c95baa9cc: Preparing [2023-05-05T21:15:01.238Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:01.238Z] 01d3ab8f9551: Preparing [2023-05-05T21:15:01.238Z] 87a757d08be7: Preparing [2023-05-05T21:15:01.238Z] 675b05c0c226: Preparing [2023-05-05T21:15:01.238Z] 3a8522369f40: Preparing [2023-05-05T21:15:01.238Z] f1417ff83b31: Preparing [2023-05-05T21:15:01.238Z] 148e6e5d89d5: Waiting [2023-05-05T21:15:01.238Z] 893c95baa9cc: Waiting [2023-05-05T21:15:01.238Z] 3a8522369f40: Waiting [2023-05-05T21:15:01.238Z] 675b05c0c226: Waiting [2023-05-05T21:15:01.238Z] 01d3ab8f9551: Waiting [2023-05-05T21:15:01.238Z] 87a757d08be7: Waiting [2023-05-05T21:15:01.238Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:01.238Z] 6e5a08c4fc82: Layer already exists [2023-05-05T21:15:01.238Z] 706bcb8d1ce8: Layer already exists [2023-05-05T21:15:01.238Z] 42155020b8ff: Layer already exists [2023-05-05T21:15:01.238Z] 3b37c607ec63: Layer already exists [2023-05-05T21:15:01.238Z] 777641fc75ca: Layer already exists [2023-05-05T21:15:01.238Z] 148e6e5d89d5: Layer already exists [2023-05-05T21:15:01.238Z] 01d3ab8f9551: Layer already exists [2023-05-05T21:15:01.238Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:01.238Z] 87a757d08be7: Layer already exists [2023-05-05T21:15:01.238Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:01.238Z] 3a8522369f40: Layer already exists [2023-05-05T21:15:01.238Z] 675b05c0c226: Layer already exists [2023-05-05T21:15:01.238Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:01.238Z] main: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:15:01.281Z] ===================================================== [Pipeline] echo [2023-05-05T21:15:01.287Z] taggedImages: [2023-05-05T21:15:01.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:01.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-05-05T21:15:01.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.150 [2023-05-05T21:15:01.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:01.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-05-05T21:15:01.303Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-05-05T21:15:01.303Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:01.303Z] latest [2023-05-05T21:15:01.303Z] 3.0.0-dev.150 [2023-05-05T21:15:01.303Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:01.303Z] main [2023-05-05T21:15:01.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:01.607Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:01.916Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:01.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-05T21:15:01.916Z] 502939ddb349: Preparing [2023-05-05T21:15:01.916Z] f174d6263f86: Preparing [2023-05-05T21:15:01.916Z] d06ec5f36f5c: Preparing [2023-05-05T21:15:01.916Z] 037497c3c12c: Preparing [2023-05-05T21:15:01.916Z] 893c95baa9cc: Preparing [2023-05-05T21:15:01.916Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:01.916Z] 0a3598aba77a: Preparing [2023-05-05T21:15:01.916Z] f1417ff83b31: Preparing [2023-05-05T21:15:01.916Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:01.916Z] 0a3598aba77a: Waiting [2023-05-05T21:15:01.916Z] f1417ff83b31: Waiting [2023-05-05T21:15:01.916Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:01.916Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:01.916Z] 0a3598aba77a: Layer already exists [2023-05-05T21:15:01.916Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:01.916Z] f174d6263f86: Pushed [2023-05-05T21:15:01.916Z] d06ec5f36f5c: Pushed [2023-05-05T21:15:01.916Z] 502939ddb349: Pushed [2023-05-05T21:15:03.297Z] 037497c3c12c: Pushed [2023-05-05T21:15:03.297Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:03.608Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:03.918Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-05-05T21:15:03.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-05T21:15:03.918Z] 502939ddb349: Preparing [2023-05-05T21:15:03.918Z] f174d6263f86: Preparing [2023-05-05T21:15:03.918Z] d06ec5f36f5c: Preparing [2023-05-05T21:15:03.918Z] 037497c3c12c: Preparing [2023-05-05T21:15:03.918Z] 893c95baa9cc: Preparing [2023-05-05T21:15:03.918Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:03.918Z] 0a3598aba77a: Preparing [2023-05-05T21:15:03.918Z] f1417ff83b31: Preparing [2023-05-05T21:15:03.918Z] 0a3598aba77a: Waiting [2023-05-05T21:15:03.918Z] f1417ff83b31: Waiting [2023-05-05T21:15:03.918Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:03.918Z] 502939ddb349: Layer already exists [2023-05-05T21:15:03.918Z] 037497c3c12c: Layer already exists [2023-05-05T21:15:03.918Z] d06ec5f36f5c: Layer already exists [2023-05-05T21:15:03.918Z] f174d6263f86: Layer already exists [2023-05-05T21:15:03.918Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:03.918Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:03.918Z] 0a3598aba77a: Layer already exists [2023-05-05T21:15:03.918Z] latest: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:04.230Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:04.539Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.150 [2023-05-05T21:15:04.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-05T21:15:04.539Z] 502939ddb349: Preparing [2023-05-05T21:15:04.539Z] f174d6263f86: Preparing [2023-05-05T21:15:04.539Z] d06ec5f36f5c: Preparing [2023-05-05T21:15:04.539Z] 037497c3c12c: Preparing [2023-05-05T21:15:04.539Z] 893c95baa9cc: Preparing [2023-05-05T21:15:04.539Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:04.539Z] 0a3598aba77a: Preparing [2023-05-05T21:15:04.539Z] f1417ff83b31: Preparing [2023-05-05T21:15:04.539Z] 0a3598aba77a: Waiting [2023-05-05T21:15:04.539Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:04.539Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:04.539Z] d06ec5f36f5c: Layer already exists [2023-05-05T21:15:04.539Z] f174d6263f86: Layer already exists [2023-05-05T21:15:04.539Z] 037497c3c12c: Layer already exists [2023-05-05T21:15:04.539Z] 502939ddb349: Layer already exists [2023-05-05T21:15:04.539Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:04.539Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:04.539Z] 0a3598aba77a: Layer already exists [2023-05-05T21:15:04.539Z] 3.0.0-dev.150: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:04.843Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:05.143Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:05.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-05T21:15:05.143Z] 502939ddb349: Preparing [2023-05-05T21:15:05.143Z] f174d6263f86: Preparing [2023-05-05T21:15:05.143Z] d06ec5f36f5c: Preparing [2023-05-05T21:15:05.143Z] 037497c3c12c: Preparing [2023-05-05T21:15:05.143Z] 893c95baa9cc: Preparing [2023-05-05T21:15:05.143Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:05.143Z] 0a3598aba77a: Preparing [2023-05-05T21:15:05.143Z] f1417ff83b31: Preparing [2023-05-05T21:15:05.143Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:05.143Z] 0a3598aba77a: Waiting [2023-05-05T21:15:05.143Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:05.143Z] 502939ddb349: Layer already exists [2023-05-05T21:15:05.143Z] 037497c3c12c: Layer already exists [2023-05-05T21:15:05.143Z] f174d6263f86: Layer already exists [2023-05-05T21:15:05.143Z] d06ec5f36f5c: Layer already exists [2023-05-05T21:15:05.143Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:05.143Z] 0a3598aba77a: Layer already exists [2023-05-05T21:15:05.143Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:05.143Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:05.453Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:05.751Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-05-05T21:15:05.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-05T21:15:05.751Z] 502939ddb349: Preparing [2023-05-05T21:15:05.751Z] f174d6263f86: Preparing [2023-05-05T21:15:05.751Z] d06ec5f36f5c: Preparing [2023-05-05T21:15:05.751Z] 037497c3c12c: Preparing [2023-05-05T21:15:05.751Z] 893c95baa9cc: Preparing [2023-05-05T21:15:05.751Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:05.751Z] 0a3598aba77a: Preparing [2023-05-05T21:15:05.751Z] f1417ff83b31: Preparing [2023-05-05T21:15:05.751Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:05.751Z] 0a3598aba77a: Waiting [2023-05-05T21:15:05.751Z] f1417ff83b31: Waiting [2023-05-05T21:15:05.751Z] 502939ddb349: Layer already exists [2023-05-05T21:15:05.751Z] f174d6263f86: Layer already exists [2023-05-05T21:15:05.751Z] 037497c3c12c: Layer already exists [2023-05-05T21:15:05.751Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:05.751Z] d06ec5f36f5c: Layer already exists [2023-05-05T21:15:05.751Z] 0a3598aba77a: Layer already exists [2023-05-05T21:15:05.751Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:05.751Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:05.751Z] main: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:15:05.788Z] ===================================================== [Pipeline] echo [2023-05-05T21:15:05.793Z] taggedImages: [2023-05-05T21:15:05.793Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:05.793Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-05-05T21:15:05.793Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.150 [2023-05-05T21:15:05.793Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:05.793Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-05-05T21:15:05.809Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-05-05T21:15:05.809Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:05.809Z] latest [2023-05-05T21:15:05.809Z] 3.0.0-dev.150 [2023-05-05T21:15:05.809Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:05.809Z] main [2023-05-05T21:15:05.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:06.107Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:06.413Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:06.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-05T21:15:06.413Z] c5d0657476ff: Preparing [2023-05-05T21:15:06.413Z] 8a1d2f68819b: Preparing [2023-05-05T21:15:06.413Z] 6187cabf7694: Preparing [2023-05-05T21:15:06.413Z] e1f2882db283: Preparing [2023-05-05T21:15:06.413Z] 893c95baa9cc: Preparing [2023-05-05T21:15:06.413Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:06.413Z] 39614e264a20: Preparing [2023-05-05T21:15:06.413Z] d7fc3f6e3a8e: Preparing [2023-05-05T21:15:06.413Z] f1417ff83b31: Preparing [2023-05-05T21:15:06.413Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:06.413Z] 39614e264a20: Waiting [2023-05-05T21:15:06.413Z] d7fc3f6e3a8e: Waiting [2023-05-05T21:15:06.413Z] f1417ff83b31: Waiting [2023-05-05T21:15:06.413Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:06.413Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:06.413Z] e1f2882db283: Pushed [2023-05-05T21:15:06.413Z] 8a1d2f68819b: Pushed [2023-05-05T21:15:06.413Z] c5d0657476ff: Pushed [2023-05-05T21:15:06.413Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:06.413Z] 39614e264a20: Pushed [2023-05-05T21:15:06.671Z] d7fc3f6e3a8e: Pushed [2023-05-05T21:15:07.604Z] 6187cabf7694: Pushed [2023-05-05T21:15:07.862Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:08.162Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:08.463Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-05-05T21:15:08.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-05T21:15:08.463Z] c5d0657476ff: Preparing [2023-05-05T21:15:08.463Z] 8a1d2f68819b: Preparing [2023-05-05T21:15:08.463Z] 6187cabf7694: Preparing [2023-05-05T21:15:08.463Z] e1f2882db283: Preparing [2023-05-05T21:15:08.463Z] 893c95baa9cc: Preparing [2023-05-05T21:15:08.463Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:08.463Z] 39614e264a20: Preparing [2023-05-05T21:15:08.463Z] d7fc3f6e3a8e: Preparing [2023-05-05T21:15:08.463Z] f1417ff83b31: Preparing [2023-05-05T21:15:08.463Z] 39614e264a20: Waiting [2023-05-05T21:15:08.463Z] d7fc3f6e3a8e: Waiting [2023-05-05T21:15:08.463Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:08.463Z] f1417ff83b31: Waiting [2023-05-05T21:15:08.463Z] 8a1d2f68819b: Layer already exists [2023-05-05T21:15:08.463Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:08.463Z] e1f2882db283: Layer already exists [2023-05-05T21:15:08.463Z] c5d0657476ff: Layer already exists [2023-05-05T21:15:08.463Z] 6187cabf7694: Layer already exists [2023-05-05T21:15:08.463Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:08.463Z] 39614e264a20: Layer already exists [2023-05-05T21:15:08.463Z] d7fc3f6e3a8e: Layer already exists [2023-05-05T21:15:08.463Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:08.463Z] latest: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:08.768Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:09.077Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.150 [2023-05-05T21:15:09.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-05T21:15:09.077Z] c5d0657476ff: Preparing [2023-05-05T21:15:09.077Z] 8a1d2f68819b: Preparing [2023-05-05T21:15:09.077Z] 6187cabf7694: Preparing [2023-05-05T21:15:09.077Z] e1f2882db283: Preparing [2023-05-05T21:15:09.077Z] 893c95baa9cc: Preparing [2023-05-05T21:15:09.077Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:09.077Z] 39614e264a20: Preparing [2023-05-05T21:15:09.077Z] d7fc3f6e3a8e: Preparing [2023-05-05T21:15:09.077Z] f1417ff83b31: Preparing [2023-05-05T21:15:09.077Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:09.077Z] 39614e264a20: Waiting [2023-05-05T21:15:09.077Z] d7fc3f6e3a8e: Waiting [2023-05-05T21:15:09.077Z] f1417ff83b31: Waiting [2023-05-05T21:15:09.078Z] e1f2882db283: Layer already exists [2023-05-05T21:15:09.078Z] c5d0657476ff: Layer already exists [2023-05-05T21:15:09.078Z] 8a1d2f68819b: Layer already exists [2023-05-05T21:15:09.078Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:09.078Z] 6187cabf7694: Layer already exists [2023-05-05T21:15:09.078Z] 39614e264a20: Layer already exists [2023-05-05T21:15:09.078Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:09.078Z] d7fc3f6e3a8e: Layer already exists [2023-05-05T21:15:09.078Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:09.078Z] 3.0.0-dev.150: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:09.381Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:09.685Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:09.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-05T21:15:09.685Z] c5d0657476ff: Preparing [2023-05-05T21:15:09.685Z] 8a1d2f68819b: Preparing [2023-05-05T21:15:09.685Z] 6187cabf7694: Preparing [2023-05-05T21:15:09.685Z] e1f2882db283: Preparing [2023-05-05T21:15:09.685Z] 893c95baa9cc: Preparing [2023-05-05T21:15:09.685Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:09.685Z] 39614e264a20: Preparing [2023-05-05T21:15:09.685Z] d7fc3f6e3a8e: Preparing [2023-05-05T21:15:09.685Z] f1417ff83b31: Preparing [2023-05-05T21:15:09.685Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:09.685Z] d7fc3f6e3a8e: Waiting [2023-05-05T21:15:09.685Z] 39614e264a20: Waiting [2023-05-05T21:15:09.685Z] f1417ff83b31: Waiting [2023-05-05T21:15:09.685Z] 8a1d2f68819b: Layer already exists [2023-05-05T21:15:09.685Z] c5d0657476ff: Layer already exists [2023-05-05T21:15:09.685Z] e1f2882db283: Layer already exists [2023-05-05T21:15:09.685Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:09.685Z] 6187cabf7694: Layer already exists [2023-05-05T21:15:09.685Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:09.685Z] 39614e264a20: Layer already exists [2023-05-05T21:15:09.685Z] d7fc3f6e3a8e: Layer already exists [2023-05-05T21:15:09.685Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:09.685Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:10.005Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:10.310Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-05-05T21:15:10.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-05T21:15:10.310Z] c5d0657476ff: Preparing [2023-05-05T21:15:10.310Z] 8a1d2f68819b: Preparing [2023-05-05T21:15:10.310Z] 6187cabf7694: Preparing [2023-05-05T21:15:10.310Z] e1f2882db283: Preparing [2023-05-05T21:15:10.310Z] 893c95baa9cc: Preparing [2023-05-05T21:15:10.310Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:10.310Z] 39614e264a20: Preparing [2023-05-05T21:15:10.310Z] d7fc3f6e3a8e: Preparing [2023-05-05T21:15:10.310Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:10.310Z] 39614e264a20: Waiting [2023-05-05T21:15:10.310Z] f1417ff83b31: Preparing [2023-05-05T21:15:10.310Z] d7fc3f6e3a8e: Waiting [2023-05-05T21:15:10.310Z] f1417ff83b31: Waiting [2023-05-05T21:15:10.310Z] 8a1d2f68819b: Layer already exists [2023-05-05T21:15:10.310Z] 6187cabf7694: Layer already exists [2023-05-05T21:15:10.310Z] e1f2882db283: Layer already exists [2023-05-05T21:15:10.310Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:10.310Z] c5d0657476ff: Layer already exists [2023-05-05T21:15:10.310Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:10.310Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:10.310Z] 39614e264a20: Layer already exists [2023-05-05T21:15:10.310Z] d7fc3f6e3a8e: Layer already exists [2023-05-05T21:15:10.310Z] main: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:15:10.349Z] ===================================================== [Pipeline] echo [2023-05-05T21:15:10.356Z] taggedImages: [2023-05-05T21:15:10.356Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:10.356Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-05-05T21:15:10.356Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.150 [2023-05-05T21:15:10.356Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:10.356Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-05-05T21:15:10.372Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-05-05T21:15:10.372Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:10.372Z] latest [2023-05-05T21:15:10.372Z] 3.0.0-dev.150 [2023-05-05T21:15:10.372Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:10.372Z] main [2023-05-05T21:15:10.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:10.675Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:10.981Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:10.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-05T21:15:10.981Z] 8ad3c21910a4: Preparing [2023-05-05T21:15:10.981Z] 03947686bf46: Preparing [2023-05-05T21:15:10.981Z] baaa684cd060: Preparing [2023-05-05T21:15:10.981Z] c205179a6605: Preparing [2023-05-05T21:15:10.981Z] 690c29ce80da: Preparing [2023-05-05T21:15:10.981Z] 81ea57432eba: Preparing [2023-05-05T21:15:10.981Z] 0f69d4e8a482: Preparing [2023-05-05T21:15:10.981Z] 893c95baa9cc: Preparing [2023-05-05T21:15:10.981Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:10.981Z] cc36045b7481: Preparing [2023-05-05T21:15:10.981Z] f1417ff83b31: Preparing [2023-05-05T21:15:10.981Z] 893c95baa9cc: Waiting [2023-05-05T21:15:10.981Z] f1417ff83b31: Waiting [2023-05-05T21:15:10.981Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:10.981Z] cc36045b7481: Waiting [2023-05-05T21:15:10.981Z] 81ea57432eba: Waiting [2023-05-05T21:15:10.981Z] 0f69d4e8a482: Waiting [2023-05-05T21:15:10.981Z] 03947686bf46: Pushed [2023-05-05T21:15:10.981Z] 8ad3c21910a4: Pushed [2023-05-05T21:15:10.981Z] 690c29ce80da: Pushed [2023-05-05T21:15:10.981Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:10.981Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:11.240Z] 81ea57432eba: Pushed [2023-05-05T21:15:11.240Z] 0f69d4e8a482: Pushed [2023-05-05T21:15:11.240Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:11.240Z] cc36045b7481: Pushed [2023-05-05T21:15:12.173Z] c205179a6605: Pushed [2023-05-05T21:15:12.432Z] baaa684cd060: Pushed [2023-05-05T21:15:12.691Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:13.006Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:13.314Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-05-05T21:15:13.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-05T21:15:13.315Z] 8ad3c21910a4: Preparing [2023-05-05T21:15:13.315Z] 03947686bf46: Preparing [2023-05-05T21:15:13.315Z] baaa684cd060: Preparing [2023-05-05T21:15:13.315Z] c205179a6605: Preparing [2023-05-05T21:15:13.315Z] 690c29ce80da: Preparing [2023-05-05T21:15:13.315Z] 81ea57432eba: Preparing [2023-05-05T21:15:13.315Z] 0f69d4e8a482: Preparing [2023-05-05T21:15:13.315Z] 893c95baa9cc: Preparing [2023-05-05T21:15:13.315Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:13.315Z] cc36045b7481: Preparing [2023-05-05T21:15:13.315Z] f1417ff83b31: Preparing [2023-05-05T21:15:13.315Z] 81ea57432eba: Waiting [2023-05-05T21:15:13.315Z] 0f69d4e8a482: Waiting [2023-05-05T21:15:13.315Z] cc36045b7481: Waiting [2023-05-05T21:15:13.315Z] f1417ff83b31: Waiting [2023-05-05T21:15:13.315Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:13.315Z] 893c95baa9cc: Waiting [2023-05-05T21:15:13.315Z] c205179a6605: Layer already exists [2023-05-05T21:15:13.315Z] baaa684cd060: Layer already exists [2023-05-05T21:15:13.315Z] 03947686bf46: Layer already exists [2023-05-05T21:15:13.315Z] 690c29ce80da: Layer already exists [2023-05-05T21:15:13.315Z] 8ad3c21910a4: Layer already exists [2023-05-05T21:15:13.315Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:13.315Z] 0f69d4e8a482: Layer already exists [2023-05-05T21:15:13.315Z] 81ea57432eba: Layer already exists [2023-05-05T21:15:13.315Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:13.315Z] cc36045b7481: Layer already exists [2023-05-05T21:15:13.315Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:13.315Z] latest: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:13.633Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:13.938Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.150 [2023-05-05T21:15:13.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-05T21:15:13.938Z] 8ad3c21910a4: Preparing [2023-05-05T21:15:13.938Z] 03947686bf46: Preparing [2023-05-05T21:15:13.938Z] baaa684cd060: Preparing [2023-05-05T21:15:13.938Z] c205179a6605: Preparing [2023-05-05T21:15:13.938Z] 690c29ce80da: Preparing [2023-05-05T21:15:13.938Z] 81ea57432eba: Preparing [2023-05-05T21:15:13.938Z] 0f69d4e8a482: Preparing [2023-05-05T21:15:13.938Z] 81ea57432eba: Waiting [2023-05-05T21:15:13.938Z] 893c95baa9cc: Preparing [2023-05-05T21:15:13.938Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:13.938Z] 0f69d4e8a482: Waiting [2023-05-05T21:15:13.938Z] 893c95baa9cc: Waiting [2023-05-05T21:15:13.938Z] cc36045b7481: Preparing [2023-05-05T21:15:13.938Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:13.938Z] f1417ff83b31: Preparing [2023-05-05T21:15:13.938Z] cc36045b7481: Waiting [2023-05-05T21:15:13.938Z] f1417ff83b31: Waiting [2023-05-05T21:15:13.938Z] 8ad3c21910a4: Layer already exists [2023-05-05T21:15:13.938Z] 690c29ce80da: Layer already exists [2023-05-05T21:15:13.938Z] c205179a6605: Layer already exists [2023-05-05T21:15:13.938Z] 03947686bf46: Layer already exists [2023-05-05T21:15:13.938Z] baaa684cd060: Layer already exists [2023-05-05T21:15:13.938Z] 81ea57432eba: Layer already exists [2023-05-05T21:15:13.938Z] cc36045b7481: Layer already exists [2023-05-05T21:15:13.938Z] 0f69d4e8a482: Layer already exists [2023-05-05T21:15:13.938Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:13.938Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:13.938Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:13.938Z] 3.0.0-dev.150: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:14.256Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:14.559Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:14.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-05T21:15:14.559Z] 8ad3c21910a4: Preparing [2023-05-05T21:15:14.559Z] 03947686bf46: Preparing [2023-05-05T21:15:14.559Z] baaa684cd060: Preparing [2023-05-05T21:15:14.559Z] c205179a6605: Preparing [2023-05-05T21:15:14.559Z] 690c29ce80da: Preparing [2023-05-05T21:15:14.559Z] 81ea57432eba: Preparing [2023-05-05T21:15:14.559Z] 0f69d4e8a482: Preparing [2023-05-05T21:15:14.559Z] 893c95baa9cc: Preparing [2023-05-05T21:15:14.559Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:14.559Z] cc36045b7481: Preparing [2023-05-05T21:15:14.559Z] f1417ff83b31: Preparing [2023-05-05T21:15:14.559Z] 0f69d4e8a482: Waiting [2023-05-05T21:15:14.559Z] 893c95baa9cc: Waiting [2023-05-05T21:15:14.559Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:14.559Z] 81ea57432eba: Waiting [2023-05-05T21:15:14.559Z] cc36045b7481: Waiting [2023-05-05T21:15:14.559Z] f1417ff83b31: Waiting [2023-05-05T21:15:14.559Z] 8ad3c21910a4: Layer already exists [2023-05-05T21:15:14.559Z] 690c29ce80da: Layer already exists [2023-05-05T21:15:14.559Z] baaa684cd060: Layer already exists [2023-05-05T21:15:14.559Z] 03947686bf46: Layer already exists [2023-05-05T21:15:14.559Z] c205179a6605: Layer already exists [2023-05-05T21:15:14.559Z] 81ea57432eba: Layer already exists [2023-05-05T21:15:14.559Z] 0f69d4e8a482: Layer already exists [2023-05-05T21:15:14.559Z] cc36045b7481: Layer already exists [2023-05-05T21:15:14.559Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:14.559Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:14.559Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:14.559Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:14.862Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:15.167Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-05-05T21:15:15.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-05T21:15:15.168Z] 8ad3c21910a4: Preparing [2023-05-05T21:15:15.168Z] 03947686bf46: Preparing [2023-05-05T21:15:15.168Z] baaa684cd060: Preparing [2023-05-05T21:15:15.168Z] c205179a6605: Preparing [2023-05-05T21:15:15.168Z] 690c29ce80da: Preparing [2023-05-05T21:15:15.168Z] 81ea57432eba: Preparing [2023-05-05T21:15:15.168Z] 0f69d4e8a482: Preparing [2023-05-05T21:15:15.168Z] 893c95baa9cc: Preparing [2023-05-05T21:15:15.168Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:15.168Z] cc36045b7481: Preparing [2023-05-05T21:15:15.168Z] f1417ff83b31: Preparing [2023-05-05T21:15:15.168Z] cc36045b7481: Waiting [2023-05-05T21:15:15.168Z] 0f69d4e8a482: Waiting [2023-05-05T21:15:15.168Z] 893c95baa9cc: Waiting [2023-05-05T21:15:15.168Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:15.168Z] f1417ff83b31: Waiting [2023-05-05T21:15:15.168Z] 81ea57432eba: Waiting [2023-05-05T21:15:15.168Z] 03947686bf46: Layer already exists [2023-05-05T21:15:15.168Z] c205179a6605: Layer already exists [2023-05-05T21:15:15.168Z] 690c29ce80da: Layer already exists [2023-05-05T21:15:15.168Z] 8ad3c21910a4: Layer already exists [2023-05-05T21:15:15.168Z] baaa684cd060: Layer already exists [2023-05-05T21:15:15.168Z] 81ea57432eba: Layer already exists [2023-05-05T21:15:15.168Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:15.168Z] 0f69d4e8a482: Layer already exists [2023-05-05T21:15:15.168Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:15.168Z] cc36045b7481: Layer already exists [2023-05-05T21:15:15.168Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:15.168Z] main: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:15:15.208Z] ===================================================== [Pipeline] echo [2023-05-05T21:15:15.216Z] taggedImages: [2023-05-05T21:15:15.216Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:15.216Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-05-05T21:15:15.216Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.150 [2023-05-05T21:15:15.216Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:15.216Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-05-05T21:15:15.232Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-05-05T21:15:15.232Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:15.232Z] latest [2023-05-05T21:15:15.232Z] 3.0.0-dev.150 [2023-05-05T21:15:15.232Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:15.232Z] main [2023-05-05T21:15:15.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:15.551Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:15.862Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:15.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-05T21:15:15.862Z] 323904d2697b: Preparing [2023-05-05T21:15:15.862Z] 53e5444e1ca9: Preparing [2023-05-05T21:15:15.862Z] 893c95baa9cc: Preparing [2023-05-05T21:15:15.862Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:15.862Z] 01b8c75d322a: Preparing [2023-05-05T21:15:15.862Z] f1417ff83b31: Preparing [2023-05-05T21:15:15.862Z] f1417ff83b31: Waiting [2023-05-05T21:15:15.862Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:15.862Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:15.862Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:15.862Z] 323904d2697b: Pushed [2023-05-05T21:15:16.430Z] 01b8c75d322a: Pushed [2023-05-05T21:15:17.807Z] 53e5444e1ca9: Pushed [2023-05-05T21:15:18.066Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:18.370Z] + 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-05-05T21:15:18.669Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-05-05T21:15:18.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-05T21:15:18.669Z] 323904d2697b: Preparing [2023-05-05T21:15:18.669Z] 53e5444e1ca9: Preparing [2023-05-05T21:15:18.669Z] 893c95baa9cc: Preparing [2023-05-05T21:15:18.669Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:18.669Z] 01b8c75d322a: Preparing [2023-05-05T21:15:18.669Z] f1417ff83b31: Preparing [2023-05-05T21:15:18.669Z] f1417ff83b31: Waiting [2023-05-05T21:15:18.669Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:18.669Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:18.669Z] 01b8c75d322a: Layer already exists [2023-05-05T21:15:18.669Z] 53e5444e1ca9: Layer already exists [2023-05-05T21:15:18.669Z] 323904d2697b: Layer already exists [2023-05-05T21:15:18.669Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:18.669Z] latest: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:18.974Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:19.269Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.150 [2023-05-05T21:15:19.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-05T21:15:19.269Z] 323904d2697b: Preparing [2023-05-05T21:15:19.269Z] 53e5444e1ca9: Preparing [2023-05-05T21:15:19.269Z] 893c95baa9cc: Preparing [2023-05-05T21:15:19.269Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:19.269Z] 01b8c75d322a: Preparing [2023-05-05T21:15:19.269Z] f1417ff83b31: Preparing [2023-05-05T21:15:19.269Z] f1417ff83b31: Waiting [2023-05-05T21:15:19.269Z] 53e5444e1ca9: Layer already exists [2023-05-05T21:15:19.269Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:19.269Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:19.269Z] 01b8c75d322a: Layer already exists [2023-05-05T21:15:19.269Z] 323904d2697b: Layer already exists [2023-05-05T21:15:19.269Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:19.269Z] 3.0.0-dev.150: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:19.583Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:19.892Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:19.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-05T21:15:19.892Z] 323904d2697b: Preparing [2023-05-05T21:15:19.892Z] 53e5444e1ca9: Preparing [2023-05-05T21:15:19.892Z] 893c95baa9cc: Preparing [2023-05-05T21:15:19.892Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:19.892Z] 01b8c75d322a: Preparing [2023-05-05T21:15:19.892Z] f1417ff83b31: Preparing [2023-05-05T21:15:19.892Z] f1417ff83b31: Waiting [2023-05-05T21:15:19.892Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:19.892Z] 01b8c75d322a: Layer already exists [2023-05-05T21:15:19.892Z] 53e5444e1ca9: Layer already exists [2023-05-05T21:15:19.892Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:19.892Z] 323904d2697b: Layer already exists [2023-05-05T21:15:19.892Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:19.892Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:20.195Z] + 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-05-05T21:15:20.495Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-05-05T21:15:20.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-05T21:15:20.495Z] 323904d2697b: Preparing [2023-05-05T21:15:20.495Z] 53e5444e1ca9: Preparing [2023-05-05T21:15:20.495Z] 893c95baa9cc: Preparing [2023-05-05T21:15:20.495Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:20.495Z] 01b8c75d322a: Preparing [2023-05-05T21:15:20.495Z] f1417ff83b31: Preparing [2023-05-05T21:15:20.495Z] f1417ff83b31: Waiting [2023-05-05T21:15:20.495Z] 53e5444e1ca9: Layer already exists [2023-05-05T21:15:20.495Z] 323904d2697b: Layer already exists [2023-05-05T21:15:20.495Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:20.495Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:20.495Z] 01b8c75d322a: Layer already exists [2023-05-05T21:15:20.495Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:20.495Z] main: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:15:20.550Z] ===================================================== [Pipeline] echo [2023-05-05T21:15:20.557Z] taggedImages: [2023-05-05T21:15:20.557Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:20.557Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-05-05T21:15:20.557Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.150 [2023-05-05T21:15:20.557Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:20.557Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-05-05T21:15:20.581Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-05-05T21:15:20.581Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:20.581Z] latest [2023-05-05T21:15:20.581Z] 3.0.0-dev.150 [2023-05-05T21:15:20.581Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:20.581Z] main [2023-05-05T21:15:20.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:20.895Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:21.194Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:21.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-05T21:15:21.194Z] 97e9f9e28278: Preparing [2023-05-05T21:15:21.194Z] 2ae3f7e0ffe6: Preparing [2023-05-05T21:15:21.194Z] 63c5e1fa2582: Preparing [2023-05-05T21:15:21.194Z] 1a3dcdd4edb9: Preparing [2023-05-05T21:15:21.194Z] bff2105dbfe2: Preparing [2023-05-05T21:15:21.194Z] 893c95baa9cc: Preparing [2023-05-05T21:15:21.194Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:21.194Z] fd7cb47ab321: Preparing [2023-05-05T21:15:21.194Z] f1417ff83b31: Preparing [2023-05-05T21:15:21.194Z] 893c95baa9cc: Waiting [2023-05-05T21:15:21.194Z] fd7cb47ab321: Waiting [2023-05-05T21:15:21.194Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:21.194Z] f1417ff83b31: Waiting [2023-05-05T21:15:21.194Z] 63c5e1fa2582: Pushed [2023-05-05T21:15:21.194Z] 97e9f9e28278: Pushed [2023-05-05T21:15:21.194Z] 2ae3f7e0ffe6: Pushed [2023-05-05T21:15:21.194Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:21.194Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:21.194Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:21.760Z] fd7cb47ab321: Pushed [2023-05-05T21:15:27.205Z] bff2105dbfe2: Pushed [2023-05-05T21:15:29.105Z] 1a3dcdd4edb9: Pushed [2023-05-05T21:15:29.363Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:29.668Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:29.972Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-05-05T21:15:29.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-05T21:15:29.972Z] 97e9f9e28278: Preparing [2023-05-05T21:15:29.972Z] 2ae3f7e0ffe6: Preparing [2023-05-05T21:15:29.972Z] 63c5e1fa2582: Preparing [2023-05-05T21:15:29.972Z] 1a3dcdd4edb9: Preparing [2023-05-05T21:15:29.972Z] bff2105dbfe2: Preparing [2023-05-05T21:15:29.972Z] 893c95baa9cc: Preparing [2023-05-05T21:15:29.972Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:29.972Z] fd7cb47ab321: Preparing [2023-05-05T21:15:29.972Z] f1417ff83b31: Preparing [2023-05-05T21:15:29.972Z] 893c95baa9cc: Waiting [2023-05-05T21:15:29.972Z] fd7cb47ab321: Waiting [2023-05-05T21:15:29.972Z] f1417ff83b31: Waiting [2023-05-05T21:15:29.972Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:29.972Z] 63c5e1fa2582: Layer already exists [2023-05-05T21:15:29.972Z] bff2105dbfe2: Layer already exists [2023-05-05T21:15:29.972Z] 97e9f9e28278: Layer already exists [2023-05-05T21:15:29.972Z] 2ae3f7e0ffe6: Layer already exists [2023-05-05T21:15:29.972Z] 1a3dcdd4edb9: Layer already exists [2023-05-05T21:15:29.972Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:29.972Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:29.972Z] fd7cb47ab321: Layer already exists [2023-05-05T21:15:29.972Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:29.972Z] latest: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:30.285Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:30.588Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.150 [2023-05-05T21:15:30.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-05T21:15:30.588Z] 97e9f9e28278: Preparing [2023-05-05T21:15:30.588Z] 2ae3f7e0ffe6: Preparing [2023-05-05T21:15:30.588Z] 63c5e1fa2582: Preparing [2023-05-05T21:15:30.588Z] 1a3dcdd4edb9: Preparing [2023-05-05T21:15:30.588Z] bff2105dbfe2: Preparing [2023-05-05T21:15:30.588Z] 893c95baa9cc: Preparing [2023-05-05T21:15:30.588Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:30.588Z] fd7cb47ab321: Preparing [2023-05-05T21:15:30.588Z] f1417ff83b31: Preparing [2023-05-05T21:15:30.588Z] 893c95baa9cc: Waiting [2023-05-05T21:15:30.588Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:30.588Z] fd7cb47ab321: Waiting [2023-05-05T21:15:30.588Z] f1417ff83b31: Waiting [2023-05-05T21:15:30.588Z] 97e9f9e28278: Layer already exists [2023-05-05T21:15:30.588Z] 2ae3f7e0ffe6: Layer already exists [2023-05-05T21:15:30.588Z] bff2105dbfe2: Layer already exists [2023-05-05T21:15:30.588Z] 1a3dcdd4edb9: Layer already exists [2023-05-05T21:15:30.588Z] 63c5e1fa2582: Layer already exists [2023-05-05T21:15:30.588Z] fd7cb47ab321: Layer already exists [2023-05-05T21:15:30.588Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:30.588Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:30.588Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:30.588Z] 3.0.0-dev.150: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:30.885Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:31.185Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:31.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-05T21:15:31.185Z] 97e9f9e28278: Preparing [2023-05-05T21:15:31.185Z] 2ae3f7e0ffe6: Preparing [2023-05-05T21:15:31.185Z] 63c5e1fa2582: Preparing [2023-05-05T21:15:31.185Z] 1a3dcdd4edb9: Preparing [2023-05-05T21:15:31.185Z] bff2105dbfe2: Preparing [2023-05-05T21:15:31.185Z] 893c95baa9cc: Preparing [2023-05-05T21:15:31.185Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:31.185Z] fd7cb47ab321: Preparing [2023-05-05T21:15:31.185Z] f1417ff83b31: Preparing [2023-05-05T21:15:31.185Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:31.185Z] fd7cb47ab321: Waiting [2023-05-05T21:15:31.185Z] 893c95baa9cc: Waiting [2023-05-05T21:15:31.185Z] 97e9f9e28278: Layer already exists [2023-05-05T21:15:31.185Z] 2ae3f7e0ffe6: Layer already exists [2023-05-05T21:15:31.185Z] bff2105dbfe2: Layer already exists [2023-05-05T21:15:31.185Z] 1a3dcdd4edb9: Layer already exists [2023-05-05T21:15:31.185Z] 63c5e1fa2582: Layer already exists [2023-05-05T21:15:31.185Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:31.185Z] fd7cb47ab321: Layer already exists [2023-05-05T21:15:31.185Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:31.185Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:31.185Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:31.489Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:31.793Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-05-05T21:15:31.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-05T21:15:31.793Z] 97e9f9e28278: Preparing [2023-05-05T21:15:31.793Z] 2ae3f7e0ffe6: Preparing [2023-05-05T21:15:31.793Z] 63c5e1fa2582: Preparing [2023-05-05T21:15:31.793Z] 1a3dcdd4edb9: Preparing [2023-05-05T21:15:31.793Z] bff2105dbfe2: Preparing [2023-05-05T21:15:31.793Z] 893c95baa9cc: Preparing [2023-05-05T21:15:31.793Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:31.793Z] fd7cb47ab321: Preparing [2023-05-05T21:15:31.793Z] f1417ff83b31: Preparing [2023-05-05T21:15:31.793Z] 893c95baa9cc: Waiting [2023-05-05T21:15:31.793Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:31.793Z] fd7cb47ab321: Waiting [2023-05-05T21:15:31.793Z] f1417ff83b31: Waiting [2023-05-05T21:15:31.793Z] 97e9f9e28278: Layer already exists [2023-05-05T21:15:31.793Z] 1a3dcdd4edb9: Layer already exists [2023-05-05T21:15:31.793Z] 63c5e1fa2582: Layer already exists [2023-05-05T21:15:31.793Z] bff2105dbfe2: Layer already exists [2023-05-05T21:15:31.793Z] 2ae3f7e0ffe6: Layer already exists [2023-05-05T21:15:31.793Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:31.793Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:31.793Z] fd7cb47ab321: Layer already exists [2023-05-05T21:15:31.793Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:31.794Z] main: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:15:31.834Z] ===================================================== [Pipeline] echo [2023-05-05T21:15:31.841Z] taggedImages: [2023-05-05T21:15:31.841Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:31.841Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-05-05T21:15:31.841Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.150 [2023-05-05T21:15:31.841Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:31.841Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-05-05T21:15:31.854Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-05-05T21:15:31.854Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:31.854Z] latest [2023-05-05T21:15:31.854Z] 3.0.0-dev.150 [2023-05-05T21:15:31.854Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:31.854Z] main [2023-05-05T21:15:31.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:32.154Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:32.457Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:32.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-05T21:15:32.457Z] cf549d66eba8: Preparing [2023-05-05T21:15:32.457Z] 0853174128f3: Preparing [2023-05-05T21:15:32.457Z] aaa963648de5: Preparing [2023-05-05T21:15:32.457Z] 34e9e168da6f: Preparing [2023-05-05T21:15:32.457Z] 893c95baa9cc: Preparing [2023-05-05T21:15:32.457Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:32.457Z] 717e009ed7b5: Preparing [2023-05-05T21:15:32.457Z] f1417ff83b31: Preparing [2023-05-05T21:15:32.457Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:32.457Z] f1417ff83b31: Waiting [2023-05-05T21:15:32.457Z] 717e009ed7b5: Waiting [2023-05-05T21:15:32.457Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:32.457Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:32.457Z] aaa963648de5: Pushed [2023-05-05T21:15:32.457Z] 0853174128f3: Pushed [2023-05-05T21:15:32.457Z] cf549d66eba8: Pushed [2023-05-05T21:15:32.457Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:32.715Z] 717e009ed7b5: Pushed [2023-05-05T21:15:40.821Z] 34e9e168da6f: Pushed [2023-05-05T21:15:40.821Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:41.125Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:41.424Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-05-05T21:15:41.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-05T21:15:41.424Z] cf549d66eba8: Preparing [2023-05-05T21:15:41.424Z] 0853174128f3: Preparing [2023-05-05T21:15:41.424Z] aaa963648de5: Preparing [2023-05-05T21:15:41.424Z] 34e9e168da6f: Preparing [2023-05-05T21:15:41.424Z] 893c95baa9cc: Preparing [2023-05-05T21:15:41.424Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:41.424Z] 717e009ed7b5: Preparing [2023-05-05T21:15:41.424Z] f1417ff83b31: Preparing [2023-05-05T21:15:41.424Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:41.424Z] f1417ff83b31: Waiting [2023-05-05T21:15:41.424Z] 717e009ed7b5: Waiting [2023-05-05T21:15:41.424Z] 34e9e168da6f: Layer already exists [2023-05-05T21:15:41.424Z] cf549d66eba8: Layer already exists [2023-05-05T21:15:41.424Z] 0853174128f3: Layer already exists [2023-05-05T21:15:41.424Z] aaa963648de5: Layer already exists [2023-05-05T21:15:41.424Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:41.424Z] 717e009ed7b5: Layer already exists [2023-05-05T21:15:41.424Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:41.424Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:41.424Z] latest: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:41.731Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:42.038Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.150 [2023-05-05T21:15:42.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-05T21:15:42.038Z] cf549d66eba8: Preparing [2023-05-05T21:15:42.038Z] 0853174128f3: Preparing [2023-05-05T21:15:42.038Z] aaa963648de5: Preparing [2023-05-05T21:15:42.038Z] 34e9e168da6f: Preparing [2023-05-05T21:15:42.038Z] 893c95baa9cc: Preparing [2023-05-05T21:15:42.038Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:42.038Z] 717e009ed7b5: Preparing [2023-05-05T21:15:42.038Z] f1417ff83b31: Preparing [2023-05-05T21:15:42.038Z] f1417ff83b31: Waiting [2023-05-05T21:15:42.038Z] 717e009ed7b5: Waiting [2023-05-05T21:15:42.038Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:42.038Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:42.038Z] aaa963648de5: Layer already exists [2023-05-05T21:15:42.038Z] 0853174128f3: Layer already exists [2023-05-05T21:15:42.038Z] cf549d66eba8: Layer already exists [2023-05-05T21:15:42.038Z] 34e9e168da6f: Layer already exists [2023-05-05T21:15:42.038Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:42.038Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:42.038Z] 717e009ed7b5: Layer already exists [2023-05-05T21:15:42.038Z] 3.0.0-dev.150: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:42.339Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:42.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:42.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-05T21:15:42.643Z] cf549d66eba8: Preparing [2023-05-05T21:15:42.643Z] 0853174128f3: Preparing [2023-05-05T21:15:42.643Z] aaa963648de5: Preparing [2023-05-05T21:15:42.643Z] 34e9e168da6f: Preparing [2023-05-05T21:15:42.643Z] 893c95baa9cc: Preparing [2023-05-05T21:15:42.643Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:42.643Z] 717e009ed7b5: Preparing [2023-05-05T21:15:42.643Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:42.643Z] f1417ff83b31: Preparing [2023-05-05T21:15:42.643Z] f1417ff83b31: Waiting [2023-05-05T21:15:42.643Z] 717e009ed7b5: Waiting [2023-05-05T21:15:42.643Z] 0853174128f3: Layer already exists [2023-05-05T21:15:42.643Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:42.643Z] cf549d66eba8: Layer already exists [2023-05-05T21:15:42.643Z] 34e9e168da6f: Layer already exists [2023-05-05T21:15:42.643Z] aaa963648de5: Layer already exists [2023-05-05T21:15:42.643Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:42.643Z] 717e009ed7b5: Layer already exists [2023-05-05T21:15:42.643Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:42.643Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:42.952Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:43.258Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-05-05T21:15:43.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-05T21:15:43.259Z] cf549d66eba8: Preparing [2023-05-05T21:15:43.259Z] 0853174128f3: Preparing [2023-05-05T21:15:43.259Z] aaa963648de5: Preparing [2023-05-05T21:15:43.259Z] 34e9e168da6f: Preparing [2023-05-05T21:15:43.259Z] 893c95baa9cc: Preparing [2023-05-05T21:15:43.259Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:43.259Z] 717e009ed7b5: Preparing [2023-05-05T21:15:43.259Z] f1417ff83b31: Preparing [2023-05-05T21:15:43.259Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:43.259Z] 717e009ed7b5: Waiting [2023-05-05T21:15:43.259Z] f1417ff83b31: Waiting [2023-05-05T21:15:43.259Z] 0853174128f3: Layer already exists [2023-05-05T21:15:43.259Z] cf549d66eba8: Layer already exists [2023-05-05T21:15:43.259Z] aaa963648de5: Layer already exists [2023-05-05T21:15:43.259Z] 34e9e168da6f: Layer already exists [2023-05-05T21:15:43.259Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:43.259Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:43.259Z] 717e009ed7b5: Layer already exists [2023-05-05T21:15:43.259Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:43.259Z] main: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:15:43.311Z] ===================================================== [Pipeline] echo [2023-05-05T21:15:43.318Z] taggedImages: [2023-05-05T21:15:43.318Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:43.318Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-05-05T21:15:43.318Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.150 [2023-05-05T21:15:43.318Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:43.318Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-05-05T21:15:43.339Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-05-05T21:15:43.339Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:43.339Z] latest [2023-05-05T21:15:43.339Z] 3.0.0-dev.150 [2023-05-05T21:15:43.339Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:43.339Z] main [2023-05-05T21:15:43.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:43.660Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:43.966Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:43.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-05T21:15:43.966Z] 15cb6b1e3be8: Preparing [2023-05-05T21:15:43.966Z] 4ded7828b8d9: Preparing [2023-05-05T21:15:43.966Z] 30bc9f3f0eee: Preparing [2023-05-05T21:15:43.966Z] ea3ac04ecef3: Preparing [2023-05-05T21:15:43.966Z] 893c95baa9cc: Preparing [2023-05-05T21:15:43.966Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:43.966Z] 74f3d3343e63: Preparing [2023-05-05T21:15:43.966Z] f1417ff83b31: Preparing [2023-05-05T21:15:43.966Z] f1417ff83b31: Waiting [2023-05-05T21:15:43.966Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:43.966Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:43.966Z] 15cb6b1e3be8: Pushed [2023-05-05T21:15:43.966Z] 30bc9f3f0eee: Pushed [2023-05-05T21:15:43.966Z] 4ded7828b8d9: Pushed [2023-05-05T21:15:43.966Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:44.535Z] 74f3d3343e63: Pushed [2023-05-05T21:15:52.645Z] ea3ac04ecef3: Pushed [2023-05-05T21:15:52.645Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:52.952Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:53.061Z] Removing intermediate container e43a1200cdf9 [2023-05-05T21:15:53.061Z] ---> 0d5e3aa90407 [2023-05-05T21:15:53.061Z] Step 7/26 : COPY . . [2023-05-05T21:15:53.061Z] Removing intermediate container e158ba67c728 [2023-05-05T21:15:53.061Z] ---> dc06c1a55550 [2023-05-05T21:15:53.061Z] Step 7/27 : COPY . . [2023-05-05T21:15:53.061Z] Removing intermediate container 7efdc9a3c200 [2023-05-05T21:15:53.061Z] ---> e708ceb1360d [2023-05-05T21:15:53.061Z] Step 7/20 : COPY . . [2023-05-05T21:15:53.061Z] Removing intermediate container 86ca540351fd [2023-05-05T21:15:53.061Z] ---> 3c1529a090fd [2023-05-05T21:15:53.061Z] Step 8/23 : COPY . . [2023-05-05T21:15:53.061Z] Removing intermediate container dca7fc1a16da [2023-05-05T21:15:53.061Z] ---> 7452815ba962 [2023-05-05T21:15:53.061Z] Step 8/25 : COPY . . [2023-05-05T21:15:53.251Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-05-05T21:15:53.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-05T21:15:53.251Z] 15cb6b1e3be8: Preparing [2023-05-05T21:15:53.251Z] 4ded7828b8d9: Preparing [2023-05-05T21:15:53.251Z] 30bc9f3f0eee: Preparing [2023-05-05T21:15:53.251Z] ea3ac04ecef3: Preparing [2023-05-05T21:15:53.251Z] 893c95baa9cc: Preparing [2023-05-05T21:15:53.251Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:53.251Z] 74f3d3343e63: Preparing [2023-05-05T21:15:53.251Z] f1417ff83b31: Preparing [2023-05-05T21:15:53.251Z] 74f3d3343e63: Waiting [2023-05-05T21:15:53.251Z] f1417ff83b31: Waiting [2023-05-05T21:15:53.251Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:53.251Z] 30bc9f3f0eee: Layer already exists [2023-05-05T21:15:53.251Z] ea3ac04ecef3: Layer already exists [2023-05-05T21:15:53.251Z] 4ded7828b8d9: Layer already exists [2023-05-05T21:15:53.251Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:53.251Z] 15cb6b1e3be8: Layer already exists [2023-05-05T21:15:53.251Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:53.251Z] 74f3d3343e63: Layer already exists [2023-05-05T21:15:53.251Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:53.251Z] latest: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:53.557Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:53.860Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.150 [2023-05-05T21:15:53.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-05T21:15:53.860Z] 15cb6b1e3be8: Preparing [2023-05-05T21:15:53.860Z] 4ded7828b8d9: Preparing [2023-05-05T21:15:53.860Z] 30bc9f3f0eee: Preparing [2023-05-05T21:15:53.860Z] ea3ac04ecef3: Preparing [2023-05-05T21:15:53.860Z] 893c95baa9cc: Preparing [2023-05-05T21:15:53.860Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:53.860Z] 74f3d3343e63: Preparing [2023-05-05T21:15:53.860Z] f1417ff83b31: Preparing [2023-05-05T21:15:53.860Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:53.860Z] 74f3d3343e63: Waiting [2023-05-05T21:15:53.860Z] f1417ff83b31: Waiting [2023-05-05T21:15:53.860Z] ea3ac04ecef3: Layer already exists [2023-05-05T21:15:53.860Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:53.860Z] 4ded7828b8d9: Layer already exists [2023-05-05T21:15:53.860Z] 15cb6b1e3be8: Layer already exists [2023-05-05T21:15:53.860Z] 30bc9f3f0eee: Layer already exists [2023-05-05T21:15:53.860Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:53.860Z] 74f3d3343e63: Layer already exists [2023-05-05T21:15:53.860Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:53.860Z] 3.0.0-dev.150: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:54.035Z] ---> ba49a58f07b7 [2023-05-05T21:15:54.035Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-05T21:15:54.035Z] ---> 5fcaf3e2faa9 [2023-05-05T21:15:54.035Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-05T21:15:54.168Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:54.303Z] ---> Running in e83ff1a524ee [2023-05-05T21:15:54.303Z] ---> Running in 8ebc7f296d0e [2023-05-05T21:15:54.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:54.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-05T21:15:54.470Z] 15cb6b1e3be8: Preparing [2023-05-05T21:15:54.470Z] 4ded7828b8d9: Preparing [2023-05-05T21:15:54.470Z] 30bc9f3f0eee: Preparing [2023-05-05T21:15:54.470Z] ea3ac04ecef3: Preparing [2023-05-05T21:15:54.470Z] 893c95baa9cc: Preparing [2023-05-05T21:15:54.470Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:54.470Z] 74f3d3343e63: Preparing [2023-05-05T21:15:54.470Z] f1417ff83b31: Preparing [2023-05-05T21:15:54.470Z] 74f3d3343e63: Waiting [2023-05-05T21:15:54.470Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:54.470Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:54.470Z] 4ded7828b8d9: Layer already exists [2023-05-05T21:15:54.470Z] 15cb6b1e3be8: Layer already exists [2023-05-05T21:15:54.470Z] 30bc9f3f0eee: Layer already exists [2023-05-05T21:15:54.470Z] ea3ac04ecef3: Layer already exists [2023-05-05T21:15:54.470Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:54.470Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:54.470Z] 74f3d3343e63: Layer already exists [2023-05-05T21:15:54.470Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:54.773Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:55.079Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-05-05T21:15:55.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-05T21:15:55.079Z] 15cb6b1e3be8: Preparing [2023-05-05T21:15:55.079Z] 4ded7828b8d9: Preparing [2023-05-05T21:15:55.079Z] 30bc9f3f0eee: Preparing [2023-05-05T21:15:55.079Z] ea3ac04ecef3: Preparing [2023-05-05T21:15:55.079Z] 893c95baa9cc: Preparing [2023-05-05T21:15:55.079Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:55.079Z] 74f3d3343e63: Preparing [2023-05-05T21:15:55.079Z] f1417ff83b31: Preparing [2023-05-05T21:15:55.079Z] 9a4be542c7f7: Waiting [2023-05-05T21:15:55.079Z] 74f3d3343e63: Waiting [2023-05-05T21:15:55.079Z] f1417ff83b31: Waiting [2023-05-05T21:15:55.079Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:55.079Z] 30bc9f3f0eee: Layer already exists [2023-05-05T21:15:55.079Z] 15cb6b1e3be8: Layer already exists [2023-05-05T21:15:55.079Z] ea3ac04ecef3: Layer already exists [2023-05-05T21:15:55.079Z] 4ded7828b8d9: Layer already exists [2023-05-05T21:15:55.079Z] 74f3d3343e63: Layer already exists [2023-05-05T21:15:55.079Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:55.079Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:55.079Z] main: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:15:55.116Z] ===================================================== [Pipeline] echo [2023-05-05T21:15:55.121Z] taggedImages: [2023-05-05T21:15:55.121Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:55.121Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-05-05T21:15:55.121Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.150 [2023-05-05T21:15:55.121Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:55.121Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-05-05T21:15:55.135Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-05-05T21:15:55.135Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:55.135Z] latest [2023-05-05T21:15:55.135Z] 3.0.0-dev.150 [2023-05-05T21:15:55.135Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:15:55.135Z] main [2023-05-05T21:15:55.135Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:55.442Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:55.812Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:15:55.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-05T21:15:55.812Z] d98a326836ad: Preparing [2023-05-05T21:15:55.812Z] 5d4709abb933: Preparing [2023-05-05T21:15:55.812Z] 893c95baa9cc: Preparing [2023-05-05T21:15:55.812Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:55.812Z] 73ac16120428: Preparing [2023-05-05T21:15:55.812Z] f1417ff83b31: Preparing [2023-05-05T21:15:55.812Z] f1417ff83b31: Waiting [2023-05-05T21:15:55.812Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:55.812Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:55.812Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:55.812Z] d98a326836ad: Pushed [2023-05-05T21:15:55.812Z] 73ac16120428: Pushed [2023-05-05T21:15:56.891Z] Removing intermediate container e83ff1a524ee [2023-05-05T21:15:56.891Z] ---> a81e57e023e0 [2023-05-05T21:15:56.891Z] Removing intermediate container 8ebc7f296d0e [2023-05-05T21:15:56.891Z] ---> 70b7396d3da8 [2023-05-05T21:15:56.891Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-05T21:15:56.891Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-05T21:15:56.892Z] ---> Running in 0bf174bcb674 [2023-05-05T21:15:56.892Z] ---> Running in 898cc5a7f23e [2023-05-05T21:15:56.892Z] ---> fd0027bd5825 [2023-05-05T21:15:56.892Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-05T21:15:56.892Z] ---> 4705fabf7a5a [2023-05-05T21:15:56.892Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-05T21:15:56.892Z] ---> 984fe1641c57 [2023-05-05T21:15:56.892Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-05T21:15:57.162Z] ---> Running in 0f2e2b62d13f [2023-05-05T21:15:57.432Z] ---> Running in d40a99880536 [2023-05-05T21:15:57.432Z] ---> Running in 49d811ec6548 [2023-05-05T21:15:58.025Z] Removing intermediate container 0bf174bcb674 [2023-05-05T21:15:58.025Z] ---> c194032e9264 [2023-05-05T21:15:58.025Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-05T21:15:58.025Z] Removing intermediate container 898cc5a7f23e [2023-05-05T21:15:58.025Z] ---> d31b24725a56 [2023-05-05T21:15:58.025Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-05T21:15:58.025Z] ---> Running in b69b834cae71 [2023-05-05T21:15:58.293Z] ---> Running in 10ba4619f39d [2023-05-05T21:15:58.462Z] 5d4709abb933: Pushed [2023-05-05T21:15:58.462Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:58.780Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:59.090Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-05-05T21:15:59.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-05T21:15:59.090Z] d98a326836ad: Preparing [2023-05-05T21:15:59.090Z] 5d4709abb933: Preparing [2023-05-05T21:15:59.090Z] 893c95baa9cc: Preparing [2023-05-05T21:15:59.090Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:59.090Z] 73ac16120428: Preparing [2023-05-05T21:15:59.090Z] f1417ff83b31: Preparing [2023-05-05T21:15:59.090Z] f1417ff83b31: Waiting [2023-05-05T21:15:59.090Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:59.090Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:59.090Z] 5d4709abb933: Layer already exists [2023-05-05T21:15:59.090Z] 73ac16120428: Layer already exists [2023-05-05T21:15:59.090Z] d98a326836ad: Layer already exists [2023-05-05T21:15:59.090Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:59.090Z] latest: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:59.293Z] Removing intermediate container b69b834cae71 [2023-05-05T21:15:59.293Z] ---> 68b2e1b41282 [2023-05-05T21:15:59.293Z] Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-05T21:15:59.293Z] ---> Running in da98c8d66286 [2023-05-05T21:15:59.470Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:59.563Z] Removing intermediate container 10ba4619f39d [2023-05-05T21:15:59.563Z] ---> c84348e2fb9d [2023-05-05T21:15:59.563Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-05T21:15:59.771Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.150 [2023-05-05T21:15:59.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-05T21:15:59.771Z] d98a326836ad: Preparing [2023-05-05T21:15:59.771Z] 5d4709abb933: Preparing [2023-05-05T21:15:59.771Z] 893c95baa9cc: Preparing [2023-05-05T21:15:59.771Z] 9a4be542c7f7: Preparing [2023-05-05T21:15:59.771Z] 73ac16120428: Preparing [2023-05-05T21:15:59.771Z] f1417ff83b31: Preparing [2023-05-05T21:15:59.771Z] f1417ff83b31: Waiting [2023-05-05T21:15:59.771Z] 73ac16120428: Layer already exists [2023-05-05T21:15:59.771Z] 5d4709abb933: Layer already exists [2023-05-05T21:15:59.771Z] 893c95baa9cc: Layer already exists [2023-05-05T21:15:59.771Z] d98a326836ad: Layer already exists [2023-05-05T21:15:59.771Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:15:59.771Z] f1417ff83b31: Layer already exists [2023-05-05T21:15:59.771Z] 3.0.0-dev.150: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:15:59.845Z] ---> Running in be47b84e33fd [2023-05-05T21:16:00.073Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:00.371Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:16:00.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-05T21:16:00.371Z] d98a326836ad: Preparing [2023-05-05T21:16:00.371Z] 5d4709abb933: Preparing [2023-05-05T21:16:00.371Z] 893c95baa9cc: Preparing [2023-05-05T21:16:00.371Z] 9a4be542c7f7: Preparing [2023-05-05T21:16:00.371Z] 73ac16120428: Preparing [2023-05-05T21:16:00.371Z] f1417ff83b31: Preparing [2023-05-05T21:16:00.371Z] f1417ff83b31: Waiting [2023-05-05T21:16:00.371Z] 73ac16120428: Layer already exists [2023-05-05T21:16:00.371Z] 5d4709abb933: Layer already exists [2023-05-05T21:16:00.371Z] d98a326836ad: Layer already exists [2023-05-05T21:16:00.371Z] 893c95baa9cc: Layer already exists [2023-05-05T21:16:00.371Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:16:00.371Z] f1417ff83b31: Layer already exists [2023-05-05T21:16:00.371Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:00.434Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-05T21:16:00.685Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-05-05T21:16:00.710Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-05-05T21:16:00.710Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] sh [2023-05-05T21:16:00.989Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-05-05T21:16:00.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-05T21:16:00.989Z] d98a326836ad: Preparing [2023-05-05T21:16:00.989Z] 5d4709abb933: Preparing [2023-05-05T21:16:00.989Z] 893c95baa9cc: Preparing [2023-05-05T21:16:00.989Z] 9a4be542c7f7: Preparing [2023-05-05T21:16:00.989Z] 73ac16120428: Preparing [2023-05-05T21:16:00.989Z] f1417ff83b31: Preparing [2023-05-05T21:16:00.989Z] f1417ff83b31: Waiting [2023-05-05T21:16:00.989Z] 893c95baa9cc: Layer already exists [2023-05-05T21:16:00.989Z] 5d4709abb933: Layer already exists [2023-05-05T21:16:00.989Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:16:00.989Z] 73ac16120428: Layer already exists [2023-05-05T21:16:00.989Z] d98a326836ad: Layer already exists [2023-05-05T21:16:00.989Z] f1417ff83b31: Layer already exists [2023-05-05T21:16:01.248Z] main: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:16:01.288Z] ===================================================== [Pipeline] echo [2023-05-05T21:16:01.295Z] taggedImages: [2023-05-05T21:16:01.295Z] - nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:16:01.295Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-05-05T21:16:01.295Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.150 [2023-05-05T21:16:01.295Z] - nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:16:01.295Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-05-05T21:16:01.312Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-05-05T21:16:01.312Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:16:01.312Z] latest [2023-05-05T21:16:01.312Z] 3.0.0-dev.150 [2023-05-05T21:16:01.312Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:16:01.312Z] main [2023-05-05T21:16:01.312Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:01.613Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:01.920Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:16:01.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-05T21:16:01.920Z] c9f1f3818cd1: Preparing [2023-05-05T21:16:01.920Z] 31dc34f8dae0: Preparing [2023-05-05T21:16:01.920Z] 893c95baa9cc: Preparing [2023-05-05T21:16:01.920Z] 9a4be542c7f7: Preparing [2023-05-05T21:16:01.920Z] 0a3598aba77a: Preparing [2023-05-05T21:16:01.920Z] f1417ff83b31: Preparing [2023-05-05T21:16:01.920Z] f1417ff83b31: Waiting [2023-05-05T21:16:01.920Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:16:01.920Z] 893c95baa9cc: Layer already exists [2023-05-05T21:16:01.920Z] 0a3598aba77a: Layer already exists [2023-05-05T21:16:01.920Z] f1417ff83b31: Layer already exists [2023-05-05T21:16:01.920Z] c9f1f3818cd1: Pushed [2023-05-05T21:16:04.451Z] 31dc34f8dae0: Pushed [2023-05-05T21:16:04.451Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:04.753Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:05.049Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-05-05T21:16:05.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-05T21:16:05.049Z] c9f1f3818cd1: Preparing [2023-05-05T21:16:05.050Z] 31dc34f8dae0: Preparing [2023-05-05T21:16:05.050Z] 893c95baa9cc: Preparing [2023-05-05T21:16:05.050Z] 9a4be542c7f7: Preparing [2023-05-05T21:16:05.050Z] 0a3598aba77a: Preparing [2023-05-05T21:16:05.050Z] f1417ff83b31: Preparing [2023-05-05T21:16:05.050Z] c9f1f3818cd1: Layer already exists [2023-05-05T21:16:05.050Z] 893c95baa9cc: Layer already exists [2023-05-05T21:16:05.050Z] 0a3598aba77a: Layer already exists [2023-05-05T21:16:05.050Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:16:05.050Z] 31dc34f8dae0: Layer already exists [2023-05-05T21:16:05.050Z] f1417ff83b31: Layer already exists [2023-05-05T21:16:05.050Z] latest: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:05.356Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:05.651Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.150 [2023-05-05T21:16:05.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-05T21:16:05.651Z] c9f1f3818cd1: Preparing [2023-05-05T21:16:05.651Z] 31dc34f8dae0: Preparing [2023-05-05T21:16:05.651Z] 893c95baa9cc: Preparing [2023-05-05T21:16:05.651Z] 9a4be542c7f7: Preparing [2023-05-05T21:16:05.651Z] 0a3598aba77a: Preparing [2023-05-05T21:16:05.651Z] f1417ff83b31: Preparing [2023-05-05T21:16:05.651Z] f1417ff83b31: Waiting [2023-05-05T21:16:05.651Z] 893c95baa9cc: Layer already exists [2023-05-05T21:16:05.651Z] c9f1f3818cd1: Layer already exists [2023-05-05T21:16:05.651Z] 31dc34f8dae0: Layer already exists [2023-05-05T21:16:05.651Z] 0a3598aba77a: Layer already exists [2023-05-05T21:16:05.651Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:16:05.651Z] f1417ff83b31: Layer already exists [2023-05-05T21:16:05.651Z] 3.0.0-dev.150: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:05.954Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:06.079Z] Removing intermediate container da98c8d66286 [2023-05-05T21:16:06.079Z] ---> 803b205e1cf9 [2023-05-05T21:16:06.079Z] Step 12/26 : WORKDIR /edgex-go [2023-05-05T21:16:06.079Z] Removing intermediate container be47b84e33fd [2023-05-05T21:16:06.079Z] ---> 008c66652b58 [2023-05-05T21:16:06.079Z] Step 12/27 : WORKDIR /edgex-go [2023-05-05T21:16:06.079Z] ---> Running in a4da0e501295 [2023-05-05T21:16:06.079Z] ---> Running in 2ce8990f7605 [2023-05-05T21:16:06.254Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:16:06.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-05T21:16:06.254Z] c9f1f3818cd1: Preparing [2023-05-05T21:16:06.254Z] 31dc34f8dae0: Preparing [2023-05-05T21:16:06.254Z] 893c95baa9cc: Preparing [2023-05-05T21:16:06.254Z] 9a4be542c7f7: Preparing [2023-05-05T21:16:06.254Z] 0a3598aba77a: Preparing [2023-05-05T21:16:06.254Z] f1417ff83b31: Preparing [2023-05-05T21:16:06.254Z] f1417ff83b31: Waiting [2023-05-05T21:16:06.254Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:16:06.254Z] 0a3598aba77a: Layer already exists [2023-05-05T21:16:06.254Z] 31dc34f8dae0: Layer already exists [2023-05-05T21:16:06.254Z] c9f1f3818cd1: Layer already exists [2023-05-05T21:16:06.254Z] 893c95baa9cc: Layer already exists [2023-05-05T21:16:06.254Z] f1417ff83b31: Layer already exists [2023-05-05T21:16:06.254Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:06.347Z] Removing intermediate container 2ce8990f7605 [2023-05-05T21:16:06.347Z] ---> 1ecd7114587a [2023-05-05T21:16:06.347Z] [2023-05-05T21:16:06.347Z] Step 13/27 : FROM alpine:3.17 [2023-05-05T21:16:06.554Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:16:06.616Z] Removing intermediate container a4da0e501295 [2023-05-05T21:16:06.616Z] ---> 024a2a9eda57 [2023-05-05T21:16:06.616Z] [2023-05-05T21:16:06.616Z] Step 13/26 : FROM alpine:3.17 [2023-05-05T21:16:06.849Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-05-05T21:16:06.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-05T21:16:06.849Z] c9f1f3818cd1: Preparing [2023-05-05T21:16:06.849Z] 31dc34f8dae0: Preparing [2023-05-05T21:16:06.849Z] 893c95baa9cc: Preparing [2023-05-05T21:16:06.849Z] 9a4be542c7f7: Preparing [2023-05-05T21:16:06.849Z] 0a3598aba77a: Preparing [2023-05-05T21:16:06.849Z] f1417ff83b31: Preparing [2023-05-05T21:16:06.849Z] 31dc34f8dae0: Layer already exists [2023-05-05T21:16:06.849Z] c9f1f3818cd1: Layer already exists [2023-05-05T21:16:06.849Z] 893c95baa9cc: Layer already exists [2023-05-05T21:16:06.849Z] 0a3598aba77a: Layer already exists [2023-05-05T21:16:06.849Z] 9a4be542c7f7: Layer already exists [2023-05-05T21:16:06.849Z] f1417ff83b31: Layer already exists [2023-05-05T21:16:06.849Z] main: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:16:06.899Z] ===================================================== [Pipeline] echo [2023-05-05T21:16:06.907Z] taggedImages: [2023-05-05T21:16:06.907Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:16:06.907Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-05-05T21:16:06.907Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.150 [2023-05-05T21:16:06.907Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:16:06.907Z] - 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-05-05T21:16:07.582Z] 3.17: Pulling from library/alpine [2023-05-05T21:16:07.582Z] 3.17: Pulling from library/alpine [2023-05-05T21:16:08.552Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-05T21:16:08.552Z] Status: Downloaded newer image for alpine:3.17 [2023-05-05T21:16:08.552Z] ---> 51e60588ff2c [2023-05-05T21:16:08.552Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-05T21:16:08.552Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-05T21:16:08.552Z] Status: Image is up to date for alpine:3.17 [2023-05-05T21:16:08.552Z] ---> 51e60588ff2c [2023-05-05T21:16:08.552Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-05T21:16:09.513Z] ---> Running in f27b9b449f14 [2023-05-05T21:16:09.514Z] ---> Running in 9b2fcbf10065 [2023-05-05T21:16:10.513Z] Removing intermediate container f27b9b449f14 [2023-05-05T21:16:10.513Z] ---> abb3399ac6c2 [2023-05-05T21:16:10.513Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-05T21:16:10.781Z] Removing intermediate container 9b2fcbf10065 [2023-05-05T21:16:10.781Z] ---> 2ea158298f50 [2023-05-05T21:16:10.781Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-05T21:16:11.049Z] ---> Running in bfc6d905b6fd [2023-05-05T21:16:11.049Z] ---> Running in 9594a05a711c [2023-05-05T21:16:15.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:15.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:16.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:16.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:18.893Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:16:18.893Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:16:18.893Z] OK: 17691 distinct packages available [2023-05-05T21:16:19.482Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:16:19.482Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:16:19.482Z] OK: 17691 distinct packages available [2023-05-05T21:16:19.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:19.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:20.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:20.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:22.879Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-05T21:16:22.879Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-05T21:16:22.879Z] (3/5) Installing libucontext (1.2-r0) [2023-05-05T21:16:23.149Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-05T21:16:23.149Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-05T21:16:23.149Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:16:23.149Z] OK: 9 MiB in 20 packages [2023-05-05T21:16:23.424Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-05T21:16:23.424Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-05T21:16:23.424Z] (3/5) Installing libucontext (1.2-r0) [2023-05-05T21:16:23.424Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-05T21:16:23.424Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-05T21:16:23.424Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:16:23.424Z] OK: 9 MiB in 20 packages [2023-05-05T21:16:27.119Z] Removing intermediate container bfc6d905b6fd [2023-05-05T21:16:27.119Z] ---> 4d8a8d556687 [2023-05-05T21:16:27.119Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:16:27.119Z] Removing intermediate container 9594a05a711c [2023-05-05T21:16:27.119Z] ---> 35bed585ff01 [2023-05-05T21:16:27.119Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:16:28.661Z] ---> e49e8968e0e4 [2023-05-05T21:16:28.661Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:16:28.960Z] ---> 69eac97a4c64 [2023-05-05T21:16:28.960Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:16:29.925Z] ---> d9de9fa3598c [2023-05-05T21:16:29.925Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-05T21:16:30.198Z] ---> 41942d362f20 [2023-05-05T21:16:30.198Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-05T21:16:36.850Z] ---> c7331f826a78 [2023-05-05T21:16:36.850Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-05T21:16:39.469Z] ---> fc0dae88b34a [2023-05-05T21:16:39.469Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-05T21:16:40.052Z] ---> 5add902b2085 [2023-05-05T21:16:40.052Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-05T21:16:41.463Z] ---> f9dfd6ad7f04 [2023-05-05T21:16:41.463Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-05T21:16:42.875Z] ---> fe38d2420c1f [2023-05-05T21:16:42.875Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-05T21:16:42.875Z] ---> Running in d52000065b85 [2023-05-05T21:16:43.836Z] Removing intermediate container d52000065b85 [2023-05-05T21:16:43.837Z] ---> cabfd592728d [2023-05-05T21:16:43.837Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-05T21:16:43.837Z] ---> Running in 1c3d330f8700 [2023-05-05T21:16:44.420Z] ---> 527d9ac8f741 [2023-05-05T21:16:44.420Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-05T21:16:44.688Z] Removing intermediate container 1c3d330f8700 [2023-05-05T21:16:44.688Z] ---> 35e5d111c646 [2023-05-05T21:16:44.688Z] Step 24/26 : LABEL arch=arm64 [2023-05-05T21:16:44.688Z] ---> Running in 27e61b5e0839 [2023-05-05T21:16:45.657Z] Removing intermediate container 27e61b5e0839 [2023-05-05T21:16:45.657Z] ---> e226deeceb19 [2023-05-05T21:16:45.657Z] Step 25/26 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:16:45.657Z] ---> Running in c754c73668c9 [2023-05-05T21:16:45.930Z] ---> b0d5814effb7 [2023-05-05T21:16:45.930Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-05T21:16:46.198Z] Removing intermediate container c754c73668c9 [2023-05-05T21:16:46.198Z] ---> 036cedc5575a [2023-05-05T21:16:46.198Z] Step 26/26 : LABEL version=3.0.0-dev.150 [2023-05-05T21:16:46.198Z] ---> Running in 4b7b95420308 [2023-05-05T21:16:47.161Z] Removing intermediate container 4b7b95420308 [2023-05-05T21:16:47.161Z] ---> add1775680de [2023-05-05T21:16:47.161Z] [2023-05-05T21:16:47.161Z] Successfully built add1775680de [2023-05-05T21:16:47.161Z] Successfully tagged security-spire-server-arm64:latest [2023-05-05T21:16:47.161Z] ---> 5dcd94afd7c3 [2023-05-05T21:16:47.161Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-05T21:16:47.161Z] Building core-common-config-bootstrapper [2023-05-05T21:16:48.132Z]  Building security-spire-server ... done  ---> 298e05b6dbcf [2023-05-05T21:16:48.132Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-05T21:16:48.406Z] ---> Running in d99e29a3163b [2023-05-05T21:16:48.991Z] Removing intermediate container d99e29a3163b [2023-05-05T21:16:48.991Z] ---> d0050836a1c5 [2023-05-05T21:16:48.991Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-05T21:16:49.259Z] ---> Running in a4a565de621d [2023-05-05T21:16:49.529Z] Removing intermediate container a4a565de621d [2023-05-05T21:16:49.529Z] ---> a2ca4513e121 [2023-05-05T21:16:49.529Z] Step 25/27 : LABEL arch=arm64 [2023-05-05T21:16:49.796Z] ---> Running in 17742ecef6e9 [2023-05-05T21:16:50.062Z] Removing intermediate container 17742ecef6e9 [2023-05-05T21:16:50.062Z] ---> 65069f46e5ad [2023-05-05T21:16:50.062Z] Step 26/27 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:16:50.329Z] ---> Running in 8d539bdbf602 [2023-05-05T21:16:50.917Z] Removing intermediate container 8d539bdbf602 [2023-05-05T21:16:50.917Z] ---> 58373d600901 [2023-05-05T21:16:50.917Z] Step 27/27 : LABEL version=3.0.0-dev.150 [2023-05-05T21:16:50.917Z] ---> Running in 8679446fc11f [2023-05-05T21:16:51.902Z] Removing intermediate container 8679446fc11f [2023-05-05T21:16:51.902Z] ---> 6eb54757b322 [2023-05-05T21:16:51.902Z] [2023-05-05T21:16:52.175Z] Successfully built 6eb54757b322 [2023-05-05T21:16:52.175Z] Successfully tagged security-spire-agent-arm64:latest [2023-05-05T21:16:52.175Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17Building security-proxy-setup [2023-05-05T21:16:52.175Z] [2023-05-05T21:16:52.175Z]  Building security-spire-agent ... done Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:16:52.175Z] ---> f4ca31364295 [2023-05-05T21:16:52.175Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:16:52.175Z] ---> Using cache [2023-05-05T21:16:52.175Z] ---> 82a630c72c8c [2023-05-05T21:16:52.175Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:16:52.175Z] ---> Using cache [2023-05-05T21:16:52.175Z] ---> 89385abe1d3f [2023-05-05T21:16:52.175Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-05T21:16:52.175Z] ---> Using cache [2023-05-05T21:16:52.175Z] ---> 1532d41b3ae8 [2023-05-05T21:16:52.175Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:16:52.175Z] ---> Using cache [2023-05-05T21:16:52.175Z] ---> 57271d1561a6 [2023-05-05T21:16:52.175Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:16:52.175Z] ---> Using cache [2023-05-05T21:16:52.175Z] ---> 7452815ba962 [2023-05-05T21:16:52.175Z] Step 8/23 : COPY . . [2023-05-05T21:16:52.175Z] ---> Using cache [2023-05-05T21:16:52.175Z] ---> fd0027bd5825 [2023-05-05T21:16:52.175Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-05T21:16:52.448Z] ---> Running in 4a73a9c624ea [2023-05-05T21:16:55.037Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-05T21:16:56.010Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:16:56.010Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:16:56.010Z] ---> f4ca31364295 [2023-05-05T21:16:56.010Z] Step 3/22 : WORKDIR /edgex-go [2023-05-05T21:16:56.010Z] ---> Using cache [2023-05-05T21:16:56.010Z] ---> 74e031c6bfe3 [2023-05-05T21:16:56.010Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-05T21:16:56.281Z] ---> Running in a4be883bc29d [2023-05-05T21:16:58.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:16:59.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:17:00.607Z] OK: 263 MiB in 53 packages [2023-05-05T21:17:02.558Z] Removing intermediate container a4be883bc29d [2023-05-05T21:17:02.558Z] ---> 565c54e76cde [2023-05-05T21:17:02.558Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-05T21:17:03.523Z] ---> 0c13890116eb [2023-05-05T21:17:03.523Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:17:03.791Z] ---> Running in 6e4c74c850d8 [2023-05-05T21:18:40.450Z] Removing intermediate container 6e4c74c850d8 [2023-05-05T21:18:40.450Z] ---> de31a4817a5b [2023-05-05T21:18:40.450Z] Step 7/22 : COPY . . [2023-05-05T21:18:40.450Z] ---> 9775371285af [2023-05-05T21:18:40.450Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-05T21:18:40.450Z] ---> Running in b31243f683f0 [2023-05-05T21:18:40.450Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-05T21:23:33.165Z] Removing intermediate container d40a99880536 [2023-05-05T21:23:33.165Z] ---> 165bb5db9b5f [2023-05-05T21:23:33.165Z] [2023-05-05T21:23:33.165Z] Step 10/25 : FROM alpine:3.17 [2023-05-05T21:23:33.165Z] ---> 51e60588ff2c [2023-05-05T21:23:33.165Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:23:33.165Z] ---> Running in 515b92e62482 [2023-05-05T21:23:33.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:23:33.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:23:33.165Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-05T21:23:33.165Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:23:33.165Z] OK: 8 MiB in 16 packages [2023-05-05T21:23:33.165Z] Removing intermediate container 515b92e62482 [2023-05-05T21:23:33.165Z] ---> 2e61a2e5403c [2023-05-05T21:23:33.165Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:23:33.165Z] ---> Running in 7ef5c00b3180 [2023-05-05T21:23:33.165Z] Removing intermediate container 7ef5c00b3180 [2023-05-05T21:23:33.165Z] ---> 729ee3c34b69 [2023-05-05T21:23:33.165Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-05T21:23:33.165Z] ---> Running in d8fb9c731ee9 [2023-05-05T21:23:33.165Z] Removing intermediate container d8fb9c731ee9 [2023-05-05T21:23:33.165Z] ---> 282d675f1cb5 [2023-05-05T21:23:33.165Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-05T21:23:33.165Z] ---> Running in 4ad6a615ebae [2023-05-05T21:23:33.165Z] Removing intermediate container 4ad6a615ebae [2023-05-05T21:23:33.165Z] ---> a0d7a58a9071 [2023-05-05T21:23:33.165Z] Step 15/25 : WORKDIR / [2023-05-05T21:23:33.165Z] ---> Running in b3bd1ee50341 [2023-05-05T21:23:33.165Z] Removing intermediate container b3bd1ee50341 [2023-05-05T21:23:33.165Z] ---> 078529d5044e [2023-05-05T21:23:33.165Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:23:33.165Z] ---> 24272f9f6cbf [2023-05-05T21:23:33.165Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:23:33.165Z] ---> 6ab0ea29291b [2023-05-05T21:23:33.165Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-05T21:23:33.437Z] ---> 3d203df04e51 [2023-05-05T21:23:33.437Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:23:34.847Z] ---> f9151ccc6cf0 [2023-05-05T21:23:34.847Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-05T21:23:36.257Z] ---> 6d47753b9861 [2023-05-05T21:23:36.257Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-05T21:23:36.257Z] ---> Running in 75a05a2b0810 [2023-05-05T21:23:37.219Z] Removing intermediate container 75a05a2b0810 [2023-05-05T21:23:37.219Z] ---> ddf3b4b58030 [2023-05-05T21:23:37.219Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:23:37.219Z] ---> Running in ada616dad650 [2023-05-05T21:23:38.177Z] Removing intermediate container ada616dad650 [2023-05-05T21:23:38.177Z] ---> 674416cf368b [2023-05-05T21:23:38.177Z] Step 23/25 : LABEL arch=arm64 [2023-05-05T21:23:38.177Z] ---> Running in b84fd7167490 [2023-05-05T21:23:39.135Z] Removing intermediate container b84fd7167490 [2023-05-05T21:23:39.135Z] ---> f3c44807663c [2023-05-05T21:23:39.135Z] Step 24/25 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:23:39.403Z] ---> Running in 00e4bd38bdfd [2023-05-05T21:23:39.985Z] Removing intermediate container 00e4bd38bdfd [2023-05-05T21:23:39.986Z] ---> a67837f5e765 [2023-05-05T21:23:39.986Z] Step 25/25 : LABEL version=3.0.0-dev.150 [2023-05-05T21:23:40.252Z] ---> Running in 82d80f066088 [2023-05-05T21:23:41.213Z] Removing intermediate container 82d80f066088 [2023-05-05T21:23:41.213Z] ---> d1dc30f4cefd [2023-05-05T21:23:41.213Z] [2023-05-05T21:23:41.480Z] Successfully built d1dc30f4cefd [2023-05-05T21:23:41.480Z] Successfully tagged core-metadata-arm64:latest [2023-05-05T21:23:41.480Z] Building core-command [2023-05-05T21:23:43.419Z]  Building core-metadata ... done Removing intermediate container 4a73a9c624ea [2023-05-05T21:23:43.419Z] ---> 7e427a8560a1 [2023-05-05T21:23:43.419Z] [2023-05-05T21:23:43.419Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:23:43.419Z] ---> 51e60588ff2c [2023-05-05T21:23:43.419Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-05T21:23:43.686Z] ---> Running in df42557ad9d8 [2023-05-05T21:23:45.097Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:23:45.097Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:23:45.097Z] ---> f4ca31364295 [2023-05-05T21:23:45.097Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:23:45.097Z] ---> Using cache [2023-05-05T21:23:45.097Z] ---> 82a630c72c8c [2023-05-05T21:23:45.097Z] Step 4/24 : WORKDIR /edgex-go [2023-05-05T21:23:45.097Z] ---> Using cache [2023-05-05T21:23:45.097Z] ---> 89385abe1d3f [2023-05-05T21:23:45.097Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-05T21:23:45.097Z] ---> Using cache [2023-05-05T21:23:45.097Z] ---> 1532d41b3ae8 [2023-05-05T21:23:45.097Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-05T21:23:45.097Z] ---> Using cache [2023-05-05T21:23:45.097Z] ---> 57271d1561a6 [2023-05-05T21:23:45.097Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:23:45.097Z] ---> Using cache [2023-05-05T21:23:45.097Z] ---> 7452815ba962 [2023-05-05T21:23:45.097Z] Step 8/24 : COPY . . [2023-05-05T21:23:45.097Z] ---> Using cache [2023-05-05T21:23:45.097Z] ---> fd0027bd5825 [2023-05-05T21:23:45.097Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-05T21:23:47.672Z] ---> Running in 5c4ebafa9bd2 [2023-05-05T21:23:47.672Z] Removing intermediate container df42557ad9d8 [2023-05-05T21:23:47.672Z] ---> 19d5561e78e3 [2023-05-05T21:23:47.672Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:23:47.672Z] ---> Running in 0347a0eaf951 [2023-05-05T21:23:50.265Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-05T21:23:50.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:23:51.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:23:52.646Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-05T21:23:52.646Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:23:52.911Z] OK: 8 MiB in 16 packages [2023-05-05T21:23:54.352Z] Removing intermediate container 0347a0eaf951 [2023-05-05T21:23:54.352Z] ---> e8dc068f9737 [2023-05-05T21:23:54.352Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:23:55.317Z] ---> bdc301619952 [2023-05-05T21:23:55.317Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:23:56.283Z] ---> 7f13c24c01bc [2023-05-05T21:23:56.283Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-05T21:23:57.690Z] ---> 148b778dc36d [2023-05-05T21:23:57.690Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:24:01.935Z] ---> 7c909f5edd77 [2023-05-05T21:24:01.935Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-05T21:24:02.517Z] ---> 6d1bd61bcac6 [2023-05-05T21:24:02.517Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-05T21:24:02.517Z] ---> Running in 0b8f487310c7 [2023-05-05T21:24:05.853Z] Removing intermediate container 0b8f487310c7 [2023-05-05T21:24:05.853Z] ---> 3545f64e4a6f [2023-05-05T21:24:05.853Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-05T21:24:05.853Z] ---> Running in e0b8fdc6c279 [2023-05-05T21:24:06.437Z] Removing intermediate container e0b8fdc6c279 [2023-05-05T21:24:06.437Z] ---> 26456969b1f3 [2023-05-05T21:24:06.437Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-05T21:24:06.703Z] ---> Running in b99e575fb54a [2023-05-05T21:24:07.288Z] Removing intermediate container b99e575fb54a [2023-05-05T21:24:07.288Z] ---> 1070f091374f [2023-05-05T21:24:07.288Z] Step 21/23 : LABEL arch=arm64 [2023-05-05T21:24:07.288Z] ---> Running in 645a1695166e [2023-05-05T21:24:07.876Z] Removing intermediate container 645a1695166e [2023-05-05T21:24:07.876Z] ---> e38305743540 [2023-05-05T21:24:07.876Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:24:07.876Z] ---> Running in 4bc59bf7f9ab [2023-05-05T21:24:08.465Z] Removing intermediate container 4bc59bf7f9ab [2023-05-05T21:24:08.465Z] ---> 458af04f4108 [2023-05-05T21:24:08.465Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:24:08.729Z] ---> Running in 7c627d0875b4 [2023-05-05T21:24:08.994Z] Removing intermediate container 7c627d0875b4 [2023-05-05T21:24:08.994Z] ---> 498f90a9b9c6 [2023-05-05T21:24:08.994Z] [2023-05-05T21:24:09.260Z] Successfully built 498f90a9b9c6 [2023-05-05T21:24:09.260Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-05-05T21:24:09.260Z]  Building core-common-config-bootstrapper ... done Building core-data [2023-05-05T21:24:12.590Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:24:12.590Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:24:12.590Z] ---> f4ca31364295 [2023-05-05T21:24:12.590Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:24:12.590Z] ---> Using cache [2023-05-05T21:24:12.590Z] ---> 82a630c72c8c [2023-05-05T21:24:12.590Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:24:12.590Z] ---> Using cache [2023-05-05T21:24:12.590Z] ---> 89385abe1d3f [2023-05-05T21:24:12.590Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-05T21:24:12.590Z] ---> Using cache [2023-05-05T21:24:12.590Z] ---> 1532d41b3ae8 [2023-05-05T21:24:12.590Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:24:12.590Z] ---> Using cache [2023-05-05T21:24:12.590Z] ---> 57271d1561a6 [2023-05-05T21:24:12.590Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:24:12.590Z] ---> Using cache [2023-05-05T21:24:12.590Z] ---> 7452815ba962 [2023-05-05T21:24:12.590Z] Step 8/23 : COPY . . [2023-05-05T21:24:12.590Z] ---> Using cache [2023-05-05T21:24:12.590Z] ---> fd0027bd5825 [2023-05-05T21:24:12.590Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-05T21:24:12.590Z] ---> Running in da33fccec254 [2023-05-05T21:24:14.528Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-05T21:24:53.391Z] Removing intermediate container 0f2e2b62d13f [2023-05-05T21:24:53.391Z] ---> ad685d5d29b2 [2023-05-05T21:24:53.391Z] [2023-05-05T21:24:53.391Z] Step 9/20 : FROM alpine:3.17 [2023-05-05T21:24:53.391Z] ---> 51e60588ff2c [2023-05-05T21:24:53.391Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-05T21:24:53.391Z] ---> Running in b66ad61c2d50 [2023-05-05T21:24:53.391Z] Removing intermediate container b66ad61c2d50 [2023-05-05T21:24:53.391Z] ---> 5e8f2dcb5fec [2023-05-05T21:24:53.391Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-05T21:24:53.391Z] ---> Running in 7cbe15dc1b4d [2023-05-05T21:24:54.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:24:54.947Z] Removing intermediate container b31243f683f0 [2023-05-05T21:24:54.947Z] ---> 3f8367b2edcc [2023-05-05T21:24:54.947Z] [2023-05-05T21:24:54.947Z] Step 9/22 : FROM alpine:3.17 [2023-05-05T21:24:54.947Z] ---> 51e60588ff2c [2023-05-05T21:24:54.947Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-05T21:24:54.947Z] ---> Running in 26b1e688901b [2023-05-05T21:24:55.533Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:24:56.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:24:57.212Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:24:57.212Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:24:57.212Z] OK: 17691 distinct packages available [2023-05-05T21:24:57.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:24:57.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:24:58.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:24:59.038Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-05T21:24:59.038Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-05T21:24:59.038Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:24:59.038Z] OK: 8 MiB in 17 packages [2023-05-05T21:24:59.623Z] (1/9) Installing ca-certificates (20220614-r4) [2023-05-05T21:24:59.903Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-05T21:24:59.903Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-05T21:24:59.903Z] (4/9) Installing libcurl (8.0.1-r0) [2023-05-05T21:24:59.903Z] (5/9) Installing curl (8.0.1-r0) [2023-05-05T21:24:59.903Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-05T21:24:59.903Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-05T21:24:59.903Z] (8/9) Installing libucontext (1.2-r0) [2023-05-05T21:24:59.903Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-05T21:24:59.903Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:25:00.176Z] Executing ca-certificates-20220614-r4.trigger [2023-05-05T21:25:00.784Z] Removing intermediate container 26b1e688901b [2023-05-05T21:25:00.784Z] ---> 9045c5d3523b [2023-05-05T21:25:00.784Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-05T21:25:00.784Z] OK: 11 MiB in 24 packages [2023-05-05T21:25:00.784Z] ---> Running in 438b69bda5e2 [2023-05-05T21:25:01.375Z] Removing intermediate container 438b69bda5e2 [2023-05-05T21:25:01.375Z] ---> a3ebc87f0f45 [2023-05-05T21:25:01.375Z] Step 12/22 : WORKDIR /edgex [2023-05-05T21:25:01.644Z] ---> Running in 7b071d8d9995 [2023-05-05T21:25:02.603Z] Removing intermediate container 7b071d8d9995 [2023-05-05T21:25:02.603Z] ---> 2fadc8daa866 [2023-05-05T21:25:02.603Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:25:03.563Z] Removing intermediate container 7cbe15dc1b4d [2023-05-05T21:25:03.563Z] ---> 075b838c73ba [2023-05-05T21:25:03.563Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:25:03.563Z] ---> 2a138147c537 [2023-05-05T21:25:03.563Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:25:04.974Z] ---> a26a9d02be88 [2023-05-05T21:25:04.975Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-05T21:25:04.975Z] ---> 515622a3f48b [2023-05-05T21:25:04.975Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:25:07.234Z] ---> e36911f88013 [2023-05-05T21:25:07.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-05T21:25:07.234Z] ---> dc1852fd6061 [2023-05-05T21:25:07.234Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-05T21:25:09.917Z] ---> 9de8985254d3 [2023-05-05T21:25:09.917Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-05T21:25:10.998Z] ---> 5e7fd9c3c15f [2023-05-05T21:25:10.998Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:25:11.272Z] ---> 15526d496a9b [2023-05-05T21:25:11.272Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-05T21:25:11.543Z] ---> Running in d6cc1c2383f3 [2023-05-05T21:25:12.555Z] ---> e668f3a6d74d [2023-05-05T21:25:12.555Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-05T21:25:12.826Z] ---> Running in 11c1f720b462 [2023-05-05T21:25:13.411Z] Removing intermediate container 11c1f720b462 [2023-05-05T21:25:13.411Z] ---> 402aa712fcbb [2023-05-05T21:25:13.411Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-05T21:25:13.411Z] ---> Running in dc0baeb83366 [2023-05-05T21:25:14.369Z] Removing intermediate container dc0baeb83366 [2023-05-05T21:25:14.369Z] ---> 90607dafa704 [2023-05-05T21:25:14.369Z] Step 18/20 : LABEL arch=arm64 [2023-05-05T21:25:14.636Z] ---> Running in 78b26b5b342b [2023-05-05T21:25:15.228Z] Removing intermediate container 78b26b5b342b [2023-05-05T21:25:15.228Z] ---> 2859fa2d563c [2023-05-05T21:25:15.228Z] Step 19/20 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:25:15.228Z] Removing intermediate container d6cc1c2383f3 [2023-05-05T21:25:15.228Z] ---> 4f4d782d6a02 [2023-05-05T21:25:15.228Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-05T21:25:15.228Z] ---> Running in f6970b6c18cc [2023-05-05T21:25:15.495Z] ---> Running in 33d0ccfcb96c [2023-05-05T21:25:16.088Z] Removing intermediate container 33d0ccfcb96c [2023-05-05T21:25:16.088Z] ---> 815b357e7a78 [2023-05-05T21:25:16.088Z] Step 20/22 : LABEL arch=arm64 [2023-05-05T21:25:16.088Z] Removing intermediate container f6970b6c18cc [2023-05-05T21:25:16.088Z] ---> 16e731c0b933 [2023-05-05T21:25:16.088Z] Step 20/20 : LABEL version=3.0.0-dev.150 [2023-05-05T21:25:16.088Z] ---> Running in 713111360ad1 [2023-05-05T21:25:16.354Z] ---> Running in 053a5367f818 [2023-05-05T21:25:16.939Z] Removing intermediate container 053a5367f818 [2023-05-05T21:25:16.939Z] ---> 95a77b39dbdc [2023-05-05T21:25:16.939Z] [2023-05-05T21:25:16.939Z] Removing intermediate container 713111360ad1 [2023-05-05T21:25:16.939Z] ---> 9f7d8cf1d69a [2023-05-05T21:25:16.939Z] Step 21/22 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:25:16.939Z] Successfully built 95a77b39dbdc [2023-05-05T21:25:16.939Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-05-05T21:25:17.205Z] Building support-scheduler [2023-05-05T21:25:17.205Z]  Building security-spiffe-token-provider ... done  ---> Running in e4c1e9cbed00 [2023-05-05T21:25:17.788Z] Removing intermediate container e4c1e9cbed00 [2023-05-05T21:25:17.788Z] ---> d18d771c919c [2023-05-05T21:25:17.788Z] Step 22/22 : LABEL version=3.0.0-dev.150 [2023-05-05T21:25:17.788Z] ---> Running in df95a52fcf19 [2023-05-05T21:25:20.368Z] Removing intermediate container df95a52fcf19 [2023-05-05T21:25:20.368Z] ---> 14fcedc73cc2 [2023-05-05T21:25:20.368Z] [2023-05-05T21:25:20.636Z] Successfully built 14fcedc73cc2 [2023-05-05T21:25:20.636Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17Successfully tagged security-proxy-setup-arm64:latest [2023-05-05T21:25:20.636Z] Building security-proxy-auth [2023-05-05T21:25:20.636Z]  Building security-proxy-setup ... done  [2023-05-05T21:25:20.636Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:25:20.636Z] ---> f4ca31364295 [2023-05-05T21:25:20.636Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:25:20.636Z] ---> Using cache [2023-05-05T21:25:20.636Z] ---> 82a630c72c8c [2023-05-05T21:25:20.636Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:25:20.636Z] ---> Using cache [2023-05-05T21:25:20.636Z] ---> 89385abe1d3f [2023-05-05T21:25:20.903Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-05T21:25:20.903Z] ---> Using cache [2023-05-05T21:25:20.903Z] ---> 1532d41b3ae8 [2023-05-05T21:25:20.903Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:25:20.903Z] ---> Using cache [2023-05-05T21:25:20.903Z] ---> 57271d1561a6 [2023-05-05T21:25:20.903Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:25:20.903Z] ---> Using cache [2023-05-05T21:25:20.903Z] ---> 7452815ba962 [2023-05-05T21:25:20.903Z] Step 8/23 : COPY . . [2023-05-05T21:25:20.903Z] ---> Using cache [2023-05-05T21:25:20.903Z] ---> fd0027bd5825 [2023-05-05T21:25:20.903Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-05T21:25:20.903Z] ---> Running in 9630f421c669 [2023-05-05T21:25:23.483Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-05T21:25:24.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:25:24.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:25:24.441Z] ---> f4ca31364295 [2023-05-05T21:25:24.441Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-05T21:25:24.441Z] ---> Using cache [2023-05-05T21:25:24.441Z] ---> 82a630c72c8c [2023-05-05T21:25:24.709Z] Step 4/23 : WORKDIR /edgex-go [2023-05-05T21:25:24.709Z] ---> Using cache [2023-05-05T21:25:24.709Z] ---> 89385abe1d3f [2023-05-05T21:25:24.709Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-05T21:25:24.709Z] ---> Using cache [2023-05-05T21:25:24.709Z] ---> 1532d41b3ae8 [2023-05-05T21:25:24.709Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-05T21:25:24.709Z] ---> Using cache [2023-05-05T21:25:24.709Z] ---> 57271d1561a6 [2023-05-05T21:25:24.709Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:25:24.709Z] ---> Using cache [2023-05-05T21:25:24.709Z] ---> 7452815ba962 [2023-05-05T21:25:24.709Z] Step 8/23 : COPY . . [2023-05-05T21:25:24.709Z] ---> Using cache [2023-05-05T21:25:24.709Z] ---> fd0027bd5825 [2023-05-05T21:25:24.709Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-05T21:25:24.975Z] ---> Running in 2221b59bde6b [2023-05-05T21:25:26.914Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-05T21:25:53.587Z] Removing intermediate container 49d811ec6548 [2023-05-05T21:25:53.587Z] ---> 9f535ef84208 [2023-05-05T21:25:53.587Z] [2023-05-05T21:25:53.587Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:25:53.587Z] ---> 51e60588ff2c [2023-05-05T21:25:53.587Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-05T21:25:53.587Z] ---> Running in 23f863fe8e22 [2023-05-05T21:25:54.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:25:54.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:25:56.688Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-05T21:25:56.689Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-05T21:25:56.689Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:25:56.689Z] Executing ca-certificates-20220614-r4.trigger [2023-05-05T21:25:57.271Z] OK: 8 MiB in 17 packages [2023-05-05T21:26:00.654Z] Removing intermediate container 23f863fe8e22 [2023-05-05T21:26:00.654Z] ---> 7e8ef45b9e35 [2023-05-05T21:26:00.654Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:26:00.654Z] ---> Running in 7bac64ece182 [2023-05-05T21:26:00.921Z] Removing intermediate container 7bac64ece182 [2023-05-05T21:26:00.921Z] ---> b1f09780539b [2023-05-05T21:26:00.921Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-05T21:26:00.921Z] ---> Running in 102cbc6efaf6 [2023-05-05T21:26:01.505Z] Removing intermediate container 102cbc6efaf6 [2023-05-05T21:26:01.505Z] ---> 1c985cbb335f [2023-05-05T21:26:01.505Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-05T21:26:01.505Z] ---> Running in dd37d74fbd57 [2023-05-05T21:26:02.085Z] Removing intermediate container dd37d74fbd57 [2023-05-05T21:26:02.085Z] ---> f52448b47458 [2023-05-05T21:26:02.085Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:26:03.043Z] ---> bea81c016715 [2023-05-05T21:26:03.043Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:26:04.002Z] ---> 5fe0282e5268 [2023-05-05T21:26:04.002Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-05T21:26:06.574Z] ---> af683125c205 [2023-05-05T21:26:06.575Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:26:07.531Z] ---> 6d65fef14728 [2023-05-05T21:26:07.531Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-05T21:26:07.531Z] ---> Running in 3f2187914e71 [2023-05-05T21:26:08.115Z] Removing intermediate container 3f2187914e71 [2023-05-05T21:26:08.115Z] ---> 6ac44d7c1e77 [2023-05-05T21:26:08.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:26:08.115Z] ---> Running in 574d1f8fe0d0 [2023-05-05T21:26:08.694Z] Removing intermediate container 574d1f8fe0d0 [2023-05-05T21:26:08.694Z] ---> 5365dc957d04 [2023-05-05T21:26:08.694Z] Step 21/23 : LABEL arch=arm64 [2023-05-05T21:26:08.959Z] ---> Running in 0401ab5e0879 [2023-05-05T21:26:09.542Z] Removing intermediate container 0401ab5e0879 [2023-05-05T21:26:09.542Z] ---> 04bcfd294079 [2023-05-05T21:26:09.542Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:26:09.542Z] ---> Running in 8ea47acf7706 [2023-05-05T21:26:10.123Z] Removing intermediate container 8ea47acf7706 [2023-05-05T21:26:10.123Z] ---> 2234bd3c4a3f [2023-05-05T21:26:10.123Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:26:10.123Z] ---> Running in 1bc120ebda7d [2023-05-05T21:26:10.706Z] Removing intermediate container 1bc120ebda7d [2023-05-05T21:26:10.706Z] ---> c0940fd63016 [2023-05-05T21:26:10.706Z] [2023-05-05T21:26:10.706Z] Successfully built c0940fd63016 [2023-05-05T21:26:10.971Z] Successfully tagged support-notifications-arm64:latest [2023-05-05T21:26:10.971Z] Building security-bootstrapper [2023-05-05T21:26:14.307Z]  Building support-notifications ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:26:14.307Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:26:14.307Z] ---> f4ca31364295 [2023-05-05T21:26:14.307Z] Step 3/33 : WORKDIR /edgex-go [2023-05-05T21:26:14.307Z] ---> Using cache [2023-05-05T21:26:14.307Z] ---> 74e031c6bfe3 [2023-05-05T21:26:14.307Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-05T21:26:14.307Z] ---> Using cache [2023-05-05T21:26:14.307Z] ---> 565c54e76cde [2023-05-05T21:26:14.307Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-05T21:26:14.307Z] ---> Using cache [2023-05-05T21:26:14.307Z] ---> 0c13890116eb [2023-05-05T21:26:14.307Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:26:14.307Z] ---> Using cache [2023-05-05T21:26:14.307Z] ---> de31a4817a5b [2023-05-05T21:26:14.307Z] Step 7/33 : COPY . . [2023-05-05T21:26:14.307Z] ---> Using cache [2023-05-05T21:26:14.307Z] ---> 9775371285af [2023-05-05T21:26:14.307Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-05T21:26:14.574Z] ---> Running in af7509113223 [2023-05-05T21:26:16.538Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-05T21:30:53.377Z] Removing intermediate container 5c4ebafa9bd2 [2023-05-05T21:30:53.377Z] ---> 2d91a760850b [2023-05-05T21:30:53.377Z] [2023-05-05T21:30:53.377Z] Step 10/24 : FROM alpine:3.17 [2023-05-05T21:30:53.377Z] ---> 51e60588ff2c [2023-05-05T21:30:53.377Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:30:53.377Z] ---> Using cache [2023-05-05T21:30:53.377Z] ---> 2e61a2e5403c [2023-05-05T21:30:53.377Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:30:53.377Z] ---> Using cache [2023-05-05T21:30:53.377Z] ---> 729ee3c34b69 [2023-05-05T21:30:53.377Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-05T21:30:53.377Z] ---> Running in e6d39e6322be [2023-05-05T21:30:53.377Z] Removing intermediate container e6d39e6322be [2023-05-05T21:30:53.377Z] ---> 5c85d0ab569f [2023-05-05T21:30:53.377Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-05T21:30:53.377Z] ---> Running in e414429386b0 [2023-05-05T21:30:53.377Z] Removing intermediate container e414429386b0 [2023-05-05T21:30:53.377Z] ---> 897d8030142c [2023-05-05T21:30:53.377Z] Step 15/24 : WORKDIR / [2023-05-05T21:30:53.377Z] ---> Running in f27506f150d5 [2023-05-05T21:30:53.377Z] Removing intermediate container f27506f150d5 [2023-05-05T21:30:53.377Z] ---> dd1dc3a6ed6c [2023-05-05T21:30:53.377Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:30:53.377Z] ---> 2432dfeb1e27 [2023-05-05T21:30:53.377Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:30:53.377Z] ---> bf11871cbd00 [2023-05-05T21:30:53.377Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-05T21:30:53.377Z] ---> 7e924ddfe2a2 [2023-05-05T21:30:53.377Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:30:53.377Z] ---> 3bd711b915d8 [2023-05-05T21:30:53.377Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-05T21:30:53.377Z] ---> Running in fc64b043304e [2023-05-05T21:30:53.377Z] Removing intermediate container fc64b043304e [2023-05-05T21:30:53.377Z] ---> 3d0d44dcb8cd [2023-05-05T21:30:53.377Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:30:53.377Z] ---> Running in ed993c1bb298 [2023-05-05T21:30:53.377Z] Removing intermediate container ed993c1bb298 [2023-05-05T21:30:53.377Z] ---> a10438c41245 [2023-05-05T21:30:53.377Z] Step 22/24 : LABEL arch=arm64 [2023-05-05T21:30:53.377Z] ---> Running in 66c05f4778a6 [2023-05-05T21:30:53.377Z] Removing intermediate container 66c05f4778a6 [2023-05-05T21:30:53.377Z] ---> 12378936318c [2023-05-05T21:30:53.377Z] Step 23/24 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:30:53.377Z] ---> Running in aaba92cac9af [2023-05-05T21:30:53.377Z] Removing intermediate container aaba92cac9af [2023-05-05T21:30:53.377Z] ---> 2f534de03155 [2023-05-05T21:30:53.377Z] Step 24/24 : LABEL version=3.0.0-dev.150 [2023-05-05T21:30:53.377Z] ---> Running in 7545d1f6d6e8 [2023-05-05T21:30:53.377Z] Removing intermediate container 7545d1f6d6e8 [2023-05-05T21:30:53.377Z] ---> 1b6bf401733c [2023-05-05T21:30:53.377Z] [2023-05-05T21:30:53.377Z] Successfully built 1b6bf401733c [2023-05-05T21:30:53.377Z] Successfully tagged core-command-arm64:latest [2023-05-05T21:30:53.377Z]  Building core-command ... done Building security-secretstore-setup [2023-05-05T21:30:56.719Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:30:56.719Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:30:56.719Z] ---> f4ca31364295 [2023-05-05T21:30:56.719Z] Step 3/25 : WORKDIR /edgex-go [2023-05-05T21:30:56.719Z] ---> Using cache [2023-05-05T21:30:56.719Z] ---> 74e031c6bfe3 [2023-05-05T21:30:56.719Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-05T21:30:56.719Z] ---> Using cache [2023-05-05T21:30:56.719Z] ---> 565c54e76cde [2023-05-05T21:30:56.719Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-05T21:30:56.719Z] ---> Using cache [2023-05-05T21:30:56.719Z] ---> 0c13890116eb [2023-05-05T21:30:56.719Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:30:56.719Z] ---> Using cache [2023-05-05T21:30:56.719Z] ---> de31a4817a5b [2023-05-05T21:30:56.719Z] Step 7/25 : COPY . . [2023-05-05T21:30:56.719Z] ---> Using cache [2023-05-05T21:30:56.719Z] ---> 9775371285af [2023-05-05T21:30:56.719Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-05T21:30:56.985Z] ---> Running in bc2b72841bef [2023-05-05T21:30:58.930Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-05T21:31:25.605Z] Removing intermediate container da33fccec254 [2023-05-05T21:31:25.605Z] ---> 5402b92aafc1 [2023-05-05T21:31:25.605Z] [2023-05-05T21:31:25.605Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:31:25.605Z] ---> 51e60588ff2c [2023-05-05T21:31:25.605Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:31:25.605Z] ---> Running in 5f971a2f6fca [2023-05-05T21:31:25.605Z] Removing intermediate container 5f971a2f6fca [2023-05-05T21:31:25.605Z] ---> fc2b93ba974e [2023-05-05T21:31:25.605Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-05T21:31:25.605Z] ---> Running in ba29ae0551cf [2023-05-05T21:31:25.605Z] Removing intermediate container ba29ae0551cf [2023-05-05T21:31:25.605Z] ---> 605c3de7a208 [2023-05-05T21:31:25.605Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-05T21:31:25.605Z] ---> Running in 9c5c234e9c50 [2023-05-05T21:31:25.605Z] Removing intermediate container 9c5c234e9c50 [2023-05-05T21:31:25.605Z] ---> 02fa0d0f35dc [2023-05-05T21:31:25.605Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:31:25.605Z] ---> Running in 376b8d5c0a3b [2023-05-05T21:31:26.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:31:27.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:31:28.549Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-05T21:31:28.549Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:31:28.815Z] OK: 8 MiB in 16 packages [2023-05-05T21:31:30.757Z] Removing intermediate container 376b8d5c0a3b [2023-05-05T21:31:30.757Z] ---> a9c9b67ccbe2 [2023-05-05T21:31:30.757Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:31:31.715Z] ---> 73c71e5b9036 [2023-05-05T21:31:31.715Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:31:33.129Z] ---> 3eeca085165e [2023-05-05T21:31:33.129Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-05T21:31:35.706Z] ---> d5511a90b2bc [2023-05-05T21:31:35.706Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:31:37.648Z] ---> 5116e43a1f96 [2023-05-05T21:31:37.648Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-05T21:31:37.648Z] ---> Running in d230f6fdc3dc [2023-05-05T21:31:38.250Z] Removing intermediate container d230f6fdc3dc [2023-05-05T21:31:38.250Z] ---> 9dde5b64f0fd [2023-05-05T21:31:38.250Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:31:38.517Z] ---> Running in a6418218f07c [2023-05-05T21:31:39.476Z] Removing intermediate container a6418218f07c [2023-05-05T21:31:39.476Z] ---> 112058cedf5c [2023-05-05T21:31:39.476Z] Step 21/23 : LABEL arch=arm64 [2023-05-05T21:31:39.476Z] ---> Running in 1ce177ab49f4 [2023-05-05T21:31:40.435Z] Removing intermediate container 1ce177ab49f4 [2023-05-05T21:31:40.435Z] ---> 114938ccf7d3 [2023-05-05T21:31:40.435Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:31:40.435Z] ---> Running in aa9491a4b3e5 [2023-05-05T21:31:41.018Z] Removing intermediate container aa9491a4b3e5 [2023-05-05T21:31:41.019Z] ---> 86764d7da560 [2023-05-05T21:31:41.019Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:31:41.284Z] ---> Running in 392e3ad0ce6f [2023-05-05T21:31:43.859Z] Removing intermediate container 392e3ad0ce6f [2023-05-05T21:31:43.859Z] ---> fcb5b8388cae [2023-05-05T21:31:43.859Z] [2023-05-05T21:31:43.859Z] Successfully built fcb5b8388cae [2023-05-05T21:31:43.859Z] Successfully tagged core-data-arm64:latest [2023-05-05T21:31:44.125Z]  Building core-data ... done Building security-spire-config [2023-05-05T21:31:44.391Z] Removing intermediate container 2221b59bde6b [2023-05-05T21:31:44.391Z] ---> e7f8d6138b86 [2023-05-05T21:31:44.391Z] [2023-05-05T21:31:44.391Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:31:44.391Z] ---> 51e60588ff2c [2023-05-05T21:31:44.391Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-05T21:31:44.391Z] ---> Using cache [2023-05-05T21:31:44.391Z] ---> 19d5561e78e3 [2023-05-05T21:31:44.391Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:31:44.391Z] ---> Using cache [2023-05-05T21:31:44.391Z] ---> e8dc068f9737 [2023-05-05T21:31:44.391Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:31:44.391Z] ---> Using cache [2023-05-05T21:31:44.391Z] ---> bdc301619952 [2023-05-05T21:31:44.391Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:31:44.391Z] ---> Using cache [2023-05-05T21:31:44.391Z] ---> 7f13c24c01bc [2023-05-05T21:31:44.391Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-05T21:31:46.327Z] ---> d8b7523df640 [2023-05-05T21:31:46.327Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:31:47.282Z] ---> 29f1a57a03db [2023-05-05T21:31:47.282Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-05T21:31:48.688Z] ---> f3edf6a4a574 [2023-05-05T21:31:48.688Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-05T21:31:48.688Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-05T21:31:48.688Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-05T21:31:48.688Z] ---> f4ca31364295 [2023-05-05T21:31:48.688Z] Step 3/27 : WORKDIR /edgex-go [2023-05-05T21:31:48.688Z] ---> Using cache [2023-05-05T21:31:48.688Z] ---> 74e031c6bfe3 [2023-05-05T21:31:48.688Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-05T21:31:48.688Z] ---> Using cache [2023-05-05T21:31:48.688Z] ---> 85656c6d17d9 [2023-05-05T21:31:48.688Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-05T21:31:48.688Z] ---> Running in b88e53460435 [2023-05-05T21:31:48.688Z] ---> Using cache [2023-05-05T21:31:48.688Z] ---> 4cca7ee43d91 [2023-05-05T21:31:48.688Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-05T21:31:48.688Z] ---> Using cache [2023-05-05T21:31:48.688Z] ---> 0d5e3aa90407 [2023-05-05T21:31:48.688Z] Step 7/27 : COPY . . [2023-05-05T21:31:48.955Z] ---> Using cache [2023-05-05T21:31:48.955Z] ---> ba49a58f07b7 [2023-05-05T21:31:48.955Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-05T21:31:48.955Z] ---> Using cache [2023-05-05T21:31:48.955Z] ---> a81e57e023e0 [2023-05-05T21:31:48.955Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-05T21:31:48.955Z] ---> Using cache [2023-05-05T21:31:48.955Z] ---> c194032e9264 [2023-05-05T21:31:48.955Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-05T21:31:48.955Z] ---> Using cache [2023-05-05T21:31:48.955Z] ---> 68b2e1b41282 [2023-05-05T21:31:48.955Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-05T21:31:49.221Z] ---> Running in c88f71045457 [2023-05-05T21:31:52.553Z] Removing intermediate container b88e53460435 [2023-05-05T21:31:52.553Z] ---> 898b36ca5913 [2023-05-05T21:31:52.553Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-05T21:31:52.820Z] ---> Running in 52705addff81 [2023-05-05T21:31:53.410Z] Removing intermediate container c88f71045457 [2023-05-05T21:31:53.410Z] ---> 5352c0018ba3 [2023-05-05T21:31:53.410Z] Step 12/27 : WORKDIR /edgex-go [2023-05-05T21:31:53.410Z] ---> Running in 401e662307ce [2023-05-05T21:31:53.676Z] Removing intermediate container 52705addff81 [2023-05-05T21:31:53.676Z] ---> acbc8262a025 [2023-05-05T21:31:53.676Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-05T21:31:53.676Z] ---> Running in 8a695b9b69fc [2023-05-05T21:31:54.262Z] Removing intermediate container 401e662307ce [2023-05-05T21:31:54.262Z] ---> 437bbec08f9f [2023-05-05T21:31:54.262Z] [2023-05-05T21:31:54.262Z] Step 13/27 : FROM alpine:3.17 [2023-05-05T21:31:54.262Z] ---> 51e60588ff2c [2023-05-05T21:31:54.262Z] Removing intermediate container 8a695b9b69fc [2023-05-05T21:31:54.262Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-05T21:31:54.262Z] ---> Using cache [2023-05-05T21:31:54.262Z] ---> 2ea158298f50 [2023-05-05T21:31:54.262Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-05T21:31:54.262Z] ---> 0c6bed998c72 [2023-05-05T21:31:54.262Z] Step 21/23 : LABEL arch=arm64 [2023-05-05T21:31:54.529Z] ---> Running in abc7bc296a0c [2023-05-05T21:31:54.529Z] ---> Running in de814a9a41a5 [2023-05-05T21:31:55.484Z] Removing intermediate container de814a9a41a5 [2023-05-05T21:31:55.484Z] ---> 37ebb9296532 [2023-05-05T21:31:55.484Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:31:56.890Z] ---> Running in b14c71e8c046 [2023-05-05T21:31:57.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:31:57.430Z] Removing intermediate container b14c71e8c046 [2023-05-05T21:31:57.430Z] ---> f5fccce2a9b0 [2023-05-05T21:31:57.430Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:31:57.430Z] ---> Running in db359f16de72 [2023-05-05T21:31:58.013Z] Removing intermediate container db359f16de72 [2023-05-05T21:31:58.013Z] ---> 849376babbdd [2023-05-05T21:31:58.013Z] [2023-05-05T21:31:58.013Z] Successfully built 849376babbdd [2023-05-05T21:31:58.013Z] Successfully tagged security-proxy-auth-arm64:latest [2023-05-05T21:31:58.281Z]  Building security-proxy-auth ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:31:59.685Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-05T21:31:59.685Z] v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-05T21:31:59.685Z] OK: 17691 distinct packages available [2023-05-05T21:31:59.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:32:00.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:32:01.602Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-05T21:32:01.602Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-05T21:32:01.602Z] (3/4) Installing libucontext (1.2-r0) [2023-05-05T21:32:01.602Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-05T21:32:01.602Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:32:01.602Z] OK: 8 MiB in 19 packages [2023-05-05T21:32:03.728Z] Removing intermediate container abc7bc296a0c [2023-05-05T21:32:03.728Z] ---> 57571c0bacd4 [2023-05-05T21:32:03.728Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:32:04.706Z] ---> a9ff7c3d202b [2023-05-05T21:32:04.706Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:32:05.715Z] ---> 1c83a4e9e3e5 [2023-05-05T21:32:05.715Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-05T21:32:12.374Z] ---> 9b7e61919d18 [2023-05-05T21:32:12.374Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-05T21:32:13.351Z] ---> d494274c5b53 [2023-05-05T21:32:13.351Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-05T21:32:13.626Z] ---> Running in 64578860a277 [2023-05-05T21:32:14.212Z] Removing intermediate container 64578860a277 [2023-05-05T21:32:14.212Z] ---> 40fbaf36e0c7 [2023-05-05T21:32:14.212Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-05T21:32:15.208Z] ---> 4402dc89a692 [2023-05-05T21:32:15.208Z] Step 22/27 : WORKDIR / [2023-05-05T21:32:15.208Z] ---> Running in f8761ac55869 [2023-05-05T21:32:15.799Z] Removing intermediate container f8761ac55869 [2023-05-05T21:32:15.799Z] ---> 0d5d1bc23c9f [2023-05-05T21:32:15.799Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-05T21:32:15.799Z] ---> Running in 1a144c721c84 [2023-05-05T21:32:16.388Z] Removing intermediate container 1a144c721c84 [2023-05-05T21:32:16.388Z] ---> b9d96d99f500 [2023-05-05T21:32:16.388Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-05T21:32:16.659Z] ---> Running in e43b67a1fb58 [2023-05-05T21:32:17.250Z] Removing intermediate container e43b67a1fb58 [2023-05-05T21:32:17.250Z] ---> 7a2eaad87864 [2023-05-05T21:32:17.250Z] Step 25/27 : LABEL arch=arm64 [2023-05-05T21:32:17.250Z] ---> Running in 10f12553717b [2023-05-05T21:32:17.837Z] Removing intermediate container 10f12553717b [2023-05-05T21:32:17.837Z] ---> 1a4952eea12f [2023-05-05T21:32:17.837Z] Step 26/27 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:32:17.837Z] ---> Running in a7cced0169ad [2023-05-05T21:32:18.429Z] Removing intermediate container a7cced0169ad [2023-05-05T21:32:18.429Z] ---> 577e2084b6f7 [2023-05-05T21:32:18.429Z] Step 27/27 : LABEL version=3.0.0-dev.150 [2023-05-05T21:32:18.429Z] ---> Running in a9b1d0bb4202 [2023-05-05T21:32:19.018Z] Removing intermediate container a9b1d0bb4202 [2023-05-05T21:32:19.018Z] ---> e148a3f32ea3 [2023-05-05T21:32:19.018Z] [2023-05-05T21:32:19.018Z] Successfully built e148a3f32ea3 [2023-05-05T21:32:19.018Z] Successfully tagged security-spire-config-arm64:latest [2023-05-05T21:32:34.037Z]  Building security-spire-config ... done Removing intermediate container af7509113223 [2023-05-05T21:32:34.037Z] ---> 9815f7466f73 [2023-05-05T21:32:34.037Z] [2023-05-05T21:32:34.037Z] Step 9/33 : FROM alpine:3.17 [2023-05-05T21:32:34.037Z] ---> 51e60588ff2c [2023-05-05T21:32:34.037Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-05T21:32:34.037Z] ---> Using cache [2023-05-05T21:32:34.037Z] ---> 5e8f2dcb5fec [2023-05-05T21:32:34.037Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-05T21:32:34.037Z] ---> Running in d0b1226360dd [2023-05-05T21:32:34.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:32:34.622Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:32:36.033Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-05T21:32:36.033Z] (2/2) Installing su-exec (0.2-r2) [2023-05-05T21:32:36.033Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:32:36.033Z] OK: 8 MiB in 17 packages [2023-05-05T21:32:37.461Z] Removing intermediate container d0b1226360dd [2023-05-05T21:32:37.461Z] ---> c3dbc714eb7f [2023-05-05T21:32:37.461Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-05T21:32:37.461Z] ---> Running in 11932797ea0b [2023-05-05T21:32:38.052Z] Removing intermediate container 11932797ea0b [2023-05-05T21:32:38.052Z] ---> 56e89ad4e0d4 [2023-05-05T21:32:38.052Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-05T21:32:38.052Z] ---> Running in 6484d3e3de43 [2023-05-05T21:32:38.641Z] Removing intermediate container 6484d3e3de43 [2023-05-05T21:32:38.641Z] ---> dd69a16735f1 [2023-05-05T21:32:38.641Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-05T21:32:38.641Z] ---> Running in d1b6df19dcf0 [2023-05-05T21:32:39.230Z] Removing intermediate container d1b6df19dcf0 [2023-05-05T21:32:39.230Z] ---> 19ff5e2c29a7 [2023-05-05T21:32:39.230Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-05T21:32:39.230Z] ---> Running in f9fb176c0c7c [2023-05-05T21:32:39.818Z] Removing intermediate container f9fb176c0c7c [2023-05-05T21:32:39.818Z] ---> 5d9f19655c28 [2023-05-05T21:32:39.818Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-05T21:32:39.818Z] ---> Running in 279cdec8a0f3 [2023-05-05T21:32:43.176Z] Removing intermediate container 279cdec8a0f3 [2023-05-05T21:32:43.176Z] ---> eb749e9ce2c1 [2023-05-05T21:32:43.176Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-05T21:32:43.176Z] ---> Running in 256a6ad31f41 [2023-05-05T21:32:43.444Z] Removing intermediate container 256a6ad31f41 [2023-05-05T21:32:43.444Z] ---> 0a99c52c7bbe [2023-05-05T21:32:43.444Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-05T21:32:44.409Z] ---> ee75a870c65f [2023-05-05T21:32:44.409Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-05T21:32:44.409Z] ---> Running in 239388ee88b8 [2023-05-05T21:32:47.762Z] Removing intermediate container 239388ee88b8 [2023-05-05T21:32:47.762Z] ---> df9a8c9a4225 [2023-05-05T21:32:47.762Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:32:48.029Z] ---> 20d17c010ed3 [2023-05-05T21:32:48.029Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:32:48.997Z] ---> ffe81cd5d774 [2023-05-05T21:32:48.997Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-05T21:32:52.350Z] ---> 36f71db08dd8 [2023-05-05T21:32:52.350Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-05T21:32:53.315Z] ---> 267a147cc536 [2023-05-05T21:32:53.315Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-05T21:32:53.903Z] ---> 41994d8c815a [2023-05-05T21:32:53.903Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-05T21:32:54.864Z] ---> 22e0a1ef98d0 [2023-05-05T21:32:54.864Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-05T21:32:55.826Z] ---> dd1064fd8787 [2023-05-05T21:32:55.826Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-05T21:32:56.791Z] ---> fd09627196b8 [2023-05-05T21:32:56.791Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-05T21:32:56.791Z] ---> Running in 27f75487cec3 [2023-05-05T21:33:00.153Z] Removing intermediate container 27f75487cec3 [2023-05-05T21:33:00.153Z] ---> dec2fcc386d2 [2023-05-05T21:33:00.153Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-05T21:33:00.153Z] ---> Running in e656c0ab1ad0 [2023-05-05T21:33:00.422Z] Removing intermediate container e656c0ab1ad0 [2023-05-05T21:33:00.422Z] ---> 7bcc85244998 [2023-05-05T21:33:00.422Z] Step 30/33 : CMD ["gate"] [2023-05-05T21:33:00.422Z] ---> Running in 175d1558d6a4 [2023-05-05T21:33:01.030Z] Removing intermediate container 175d1558d6a4 [2023-05-05T21:33:01.030Z] ---> 8dcc5dac3369 [2023-05-05T21:33:01.030Z] Step 31/33 : LABEL arch=arm64 [2023-05-05T21:33:01.030Z] ---> Running in 8fa4b535f7f1 [2023-05-05T21:33:01.623Z] Removing intermediate container 8fa4b535f7f1 [2023-05-05T21:33:01.623Z] ---> b1bfe8a00c27 [2023-05-05T21:33:01.623Z] Step 32/33 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:33:01.623Z] ---> Running in ed6c54e9d48f [2023-05-05T21:33:02.211Z] Removing intermediate container ed6c54e9d48f [2023-05-05T21:33:02.211Z] ---> 231beaa0219e [2023-05-05T21:33:02.211Z] Step 33/33 : LABEL version=3.0.0-dev.150 [2023-05-05T21:33:02.211Z] ---> Running in bac5f2f2d4bc [2023-05-05T21:33:02.801Z] Removing intermediate container bac5f2f2d4bc [2023-05-05T21:33:02.801Z] ---> d855cdbabf53 [2023-05-05T21:33:02.801Z] [2023-05-05T21:33:02.801Z] Successfully built d855cdbabf53 [2023-05-05T21:33:02.801Z] Successfully tagged security-bootstrapper-arm64:latest [2023-05-05T21:33:49.689Z]  Building security-bootstrapper ... done Removing intermediate container 9630f421c669 [2023-05-05T21:33:49.689Z] ---> 4f6d3c8a2ea5 [2023-05-05T21:33:49.689Z] [2023-05-05T21:33:49.689Z] Step 10/23 : FROM alpine:3.17 [2023-05-05T21:33:49.689Z] ---> 51e60588ff2c [2023-05-05T21:33:49.689Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-05T21:33:49.689Z] ---> Using cache [2023-05-05T21:33:49.689Z] ---> 2e61a2e5403c [2023-05-05T21:33:49.689Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-05T21:33:49.689Z] ---> Using cache [2023-05-05T21:33:49.689Z] ---> 729ee3c34b69 [2023-05-05T21:33:49.689Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-05T21:33:49.689Z] ---> Running in 3f942ce2ad58 [2023-05-05T21:33:49.689Z] Removing intermediate container 3f942ce2ad58 [2023-05-05T21:33:49.689Z] ---> 6ec204d4991c [2023-05-05T21:33:49.689Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-05T21:33:49.689Z] ---> Running in b046fd983a12 [2023-05-05T21:33:49.689Z] Removing intermediate container b046fd983a12 [2023-05-05T21:33:49.689Z] ---> 9a05bad187df [2023-05-05T21:33:49.689Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:33:50.278Z] ---> c134a920e460 [2023-05-05T21:33:50.278Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:33:51.251Z] ---> 8b3eb7e32b57 [2023-05-05T21:33:51.251Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-05T21:33:53.203Z] ---> f7100b1ccbbf [2023-05-05T21:33:53.203Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:33:53.798Z] ---> 915d7301d76d [2023-05-05T21:33:53.798Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-05T21:33:54.068Z] ---> Running in 93d5790e701f [2023-05-05T21:33:54.337Z] Removing intermediate container 93d5790e701f [2023-05-05T21:33:54.337Z] ---> 650b900143ae [2023-05-05T21:33:54.337Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-05T21:33:54.337Z] ---> Running in e0e3761c11ee [2023-05-05T21:33:54.612Z] Removing intermediate container e0e3761c11ee [2023-05-05T21:33:54.612Z] ---> 20590f9a03b0 [2023-05-05T21:33:54.612Z] Step 21/23 : LABEL arch=arm64 [2023-05-05T21:33:54.880Z] ---> Running in 5bd2deba3e72 [2023-05-05T21:33:55.150Z] Removing intermediate container 5bd2deba3e72 [2023-05-05T21:33:55.150Z] ---> ca8fec80d9c1 [2023-05-05T21:33:55.150Z] Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:33:55.420Z] ---> Running in a6db338b9c74 [2023-05-05T21:33:55.695Z] Removing intermediate container a6db338b9c74 [2023-05-05T21:33:55.695Z] ---> d24dca0b8ba9 [2023-05-05T21:33:55.695Z] Step 23/23 : LABEL version=3.0.0-dev.150 [2023-05-05T21:33:55.695Z] ---> Running in b8d9feb1a3c9 [2023-05-05T21:33:56.282Z] Removing intermediate container b8d9feb1a3c9 [2023-05-05T21:33:56.282Z] ---> b7cb3c949428 [2023-05-05T21:33:56.282Z] [2023-05-05T21:33:56.282Z] Successfully built b7cb3c949428 [2023-05-05T21:33:56.282Z] Successfully tagged support-scheduler-arm64:latest [2023-05-05T21:34:01.642Z]  Building support-scheduler ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-05T21:34:11.737Z] Removing intermediate container bc2b72841bef [2023-05-05T21:34:11.738Z] ---> f5467fb807eb [2023-05-05T21:34:11.738Z] [2023-05-05T21:34:11.738Z] Step 9/25 : FROM alpine:3.17 [2023-05-05T21:34:11.738Z] ---> 51e60588ff2c [2023-05-05T21:34:11.738Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-05T21:34:12.008Z] ---> Running in e4443205df13 [2023-05-05T21:34:12.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-05T21:34:13.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-05T21:34:14.988Z] (1/3) Installing ca-certificates (20220614-r4) [2023-05-05T21:34:14.988Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-05T21:34:14.988Z] (3/3) Installing su-exec (0.2-r2) [2023-05-05T21:34:14.988Z] Executing busybox-1.35.0-r29.trigger [2023-05-05T21:34:14.988Z] Executing ca-certificates-20220614-r4.trigger [2023-05-05T21:34:15.258Z] OK: 8 MiB in 18 packages [2023-05-05T21:34:16.686Z] Removing intermediate container e4443205df13 [2023-05-05T21:34:16.686Z] ---> 57f4f9568019 [2023-05-05T21:34:16.686Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-05T21:34:16.686Z] ---> Running in e30b0fb04d0a [2023-05-05T21:34:16.686Z] Removing intermediate container e30b0fb04d0a [2023-05-05T21:34:16.686Z] ---> 652f509f0e77 [2023-05-05T21:34:16.686Z] Step 12/25 : WORKDIR / [2023-05-05T21:34:16.959Z] ---> Running in a7f796d208a8 [2023-05-05T21:34:17.229Z] Removing intermediate container a7f796d208a8 [2023-05-05T21:34:17.229Z] ---> 9f4024bc66de [2023-05-05T21:34:17.229Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-05T21:34:17.819Z] ---> 1d592359e0d3 [2023-05-05T21:34:17.819Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-05T21:34:18.089Z] ---> 5d4c80277fc2 [2023-05-05T21:34:18.090Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-05-05T21:34:18.679Z] ---> db3f1cb6a68b [2023-05-05T21:34:18.679Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-05-05T21:34:19.268Z] ---> aa6d4fc27205 [2023-05-05T21:34:19.268Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-05T21:34:19.852Z] ---> 415aeea07069 [2023-05-05T21:34:19.852Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-05T21:34:20.812Z] ---> b1d42e7c9760 [2023-05-05T21:34:20.812Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-05T21:34:21.772Z] ---> 001af65e42bd [2023-05-05T21:34:21.772Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-05T21:34:22.358Z] ---> 195ff3b983bc [2023-05-05T21:34:22.358Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-05T21:34:22.358Z] ---> Running in 1a9be6e0cb00 [2023-05-05T21:34:25.709Z] Removing intermediate container 1a9be6e0cb00 [2023-05-05T21:34:25.709Z] ---> b3d039cecd99 [2023-05-05T21:34:25.709Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-05T21:34:25.709Z] ---> Running in 530a396022af [2023-05-05T21:34:25.978Z] Removing intermediate container 530a396022af [2023-05-05T21:34:25.978Z] ---> af267c7209d2 [2023-05-05T21:34:25.978Z] Step 23/25 : LABEL arch=arm64 [2023-05-05T21:34:25.978Z] ---> Running in e1520e524144 [2023-05-05T21:34:26.245Z] Removing intermediate container e1520e524144 [2023-05-05T21:34:26.245Z] ---> 5255e2d7d15a [2023-05-05T21:34:26.245Z] Step 24/25 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:26.245Z] ---> Running in bd422c1004ea [2023-05-05T21:34:26.512Z] Removing intermediate container bd422c1004ea [2023-05-05T21:34:26.512Z] ---> 5153647e40e7 [2023-05-05T21:34:26.512Z] Step 25/25 : LABEL version=3.0.0-dev.150 [2023-05-05T21:34:26.779Z] ---> Running in 573cec25eb8e [2023-05-05T21:34:27.044Z] Removing intermediate container 573cec25eb8e [2023-05-05T21:34:27.044Z] ---> 5c5b4e817458 [2023-05-05T21:34:27.044Z] [2023-05-05T21:34:27.044Z] Successfully built 5c5b4e817458 [2023-05-05T21:34:27.044Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-05-05T21:34:27.320Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-05-05T21:34:27.314Z] $ docker stop --time=1 d3697c12e5e3370ffdee69becb4eb92987b52771b16d1f0f71f619d6de6f9104 [2023-05-05T21:34:28.982Z] $ docker rm -f --volumes d3697c12e5e3370ffdee69becb4eb92987b52771b16d1f0f71f619d6de6f9104 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-05T21:34:29.479Z] + docker images [2023-05-05T21:34:29.744Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-05T21:34:29.744Z] security-secretstore-setup-arm64 latest 5c5b4e817458 3 seconds ago 32.2MB [2023-05-05T21:34:29.744Z] f5467fb807eb 20 seconds ago 1.35GB [2023-05-05T21:34:29.744Z] support-scheduler-arm64 latest b7cb3c949428 34 seconds ago 31.2MB [2023-05-05T21:34:29.744Z] 4f6d3c8a2ea5 43 seconds ago 1.42GB [2023-05-05T21:34:29.744Z] security-bootstrapper-arm64 latest d855cdbabf53 About a minute ago 21.9MB [2023-05-05T21:34:29.744Z] 9815f7466f73 About a minute ago 1.34GB [2023-05-05T21:34:29.744Z] security-spire-config-arm64 latest e148a3f32ea3 2 minutes ago 96.1MB [2023-05-05T21:34:29.744Z] security-proxy-auth-arm64 latest 849376babbdd 2 minutes ago 18.1MB [2023-05-05T21:34:29.744Z] 437bbec08f9f 2 minutes ago 1.21GB [2023-05-05T21:34:29.744Z] e7f8d6138b86 2 minutes ago 1.33GB [2023-05-05T21:34:29.744Z] core-data-arm64 latest fcb5b8388cae 2 minutes ago 19.9MB [2023-05-05T21:34:29.744Z] 5402b92aafc1 3 minutes ago 1.36GB [2023-05-05T21:34:29.744Z] core-command-arm64 latest 1b6bf401733c 3 minutes ago 19.7MB [2023-05-05T21:34:29.744Z] 2d91a760850b 3 minutes ago 1.35GB [2023-05-05T21:34:29.744Z] support-notifications-arm64 latest c0940fd63016 8 minutes ago 31.9MB [2023-05-05T21:34:29.744Z] 9f535ef84208 8 minutes ago 1.42GB [2023-05-05T21:34:29.744Z] security-proxy-setup-arm64 latest 14fcedc73cc2 9 minutes ago 18.7MB [2023-05-05T21:34:29.744Z] security-spiffe-token-provider-arm64 latest 95a77b39dbdc 9 minutes ago 32.7MB [2023-05-05T21:34:29.744Z] 3f8367b2edcc 9 minutes ago 1.33GB [2023-05-05T21:34:29.744Z] ad685d5d29b2 9 minutes ago 1.39GB [2023-05-05T21:34:29.744Z] core-common-config-bootstrapper-arm64 latest 498f90a9b9c6 10 minutes ago 17.2MB [2023-05-05T21:34:29.744Z] 7e427a8560a1 10 minutes ago 1.35GB [2023-05-05T21:34:29.744Z] core-metadata-arm64 latest d1dc30f4cefd 10 minutes ago 20.2MB [2023-05-05T21:34:29.744Z] 165bb5db9b5f 11 minutes ago 1.36GB [2023-05-05T21:34:29.744Z] security-spire-agent-arm64 latest 6eb54757b322 17 minutes ago 153MB [2023-05-05T21:34:29.744Z] security-spire-server-arm64 latest add1775680de 17 minutes ago 97MB [2023-05-05T21:34:29.744Z] 1ecd7114587a 18 minutes ago 1.21GB [2023-05-05T21:34:29.744Z] 024a2a9eda57 18 minutes ago 1.21GB [2023-05-05T21:34:29.744Z] ci-base-image-arm64 latest f4ca31364295 21 minutes ago 899MB [2023-05-05T21:34:29.744Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 11 days ago 681MB [2023-05-05T21:34:29.744Z] alpine 3.17 51e60588ff2c 5 weeks ago 7.46MB [2023-05-05T21:34:29.744Z] 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-05-05T21:34:29.855Z] provisioning config files... [2023-05-05T21:34:29.869Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/515@tmp/config1129541197465169603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:34:30.202Z] ---> docker-login.sh [2023-05-05T21:34:30.202Z] nexus3.edgexfoundry.org:10001 [2023-05-05T21:34:30.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:34:30.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:34:30.471Z] Configure a credential helper to remove this warning. See [2023-05-05T21:34:30.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:34:30.471Z] [2023-05-05T21:34:30.471Z] Login Succeeded [2023-05-05T21:34:30.471Z] nexus3.edgexfoundry.org:10002 [2023-05-05T21:34:30.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:34:31.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:34:31.004Z] Configure a credential helper to remove this warning. See [2023-05-05T21:34:31.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:34:31.004Z] [2023-05-05T21:34:31.004Z] Login Succeeded [2023-05-05T21:34:31.004Z] nexus3.edgexfoundry.org:10003 [2023-05-05T21:34:31.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:34:31.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:34:31.270Z] Configure a credential helper to remove this warning. See [2023-05-05T21:34:31.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:34:31.270Z] [2023-05-05T21:34:31.270Z] Login Succeeded [2023-05-05T21:34:31.270Z] nexus3.edgexfoundry.org:10004 [2023-05-05T21:34:31.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:34:31.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:34:31.803Z] Configure a credential helper to remove this warning. See [2023-05-05T21:34:31.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:34:31.803Z] [2023-05-05T21:34:31.803Z] Login Succeeded [2023-05-05T21:34:31.803Z] docker.io [2023-05-05T21:34:32.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-05T21:34:32.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-05T21:34:32.335Z] Configure a credential helper to remove this warning. See [2023-05-05T21:34:32.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-05T21:34:32.335Z] [2023-05-05T21:34:32.335Z] Login Succeeded [2023-05-05T21:34:32.335Z] ---> docker-login.sh ends [Pipeline] } [2023-05-05T21:34:32.346Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:34:32.368Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-05T21:34:32.383Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-05-05T21:34:32.383Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:32.383Z] latest [2023-05-05T21:34:32.383Z] 3.0.0-dev.150 [2023-05-05T21:34:32.383Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:32.383Z] main [2023-05-05T21:34:32.383Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:32.717Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:33.055Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:33.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-05T21:34:33.056Z] 07d69c305c25: Preparing [2023-05-05T21:34:33.056Z] 61e9d43da8d4: Preparing [2023-05-05T21:34:33.056Z] 4aff90ef896d: Preparing [2023-05-05T21:34:33.056Z] 6d59c816bac3: Preparing [2023-05-05T21:34:33.056Z] c73bc4f272e4: Preparing [2023-05-05T21:34:33.056Z] 26cbea5cba74: Preparing [2023-05-05T21:34:33.056Z] 26cbea5cba74: Waiting [2023-05-05T21:34:33.322Z] 4aff90ef896d: Pushed [2023-05-05T21:34:33.322Z] 6d59c816bac3: Pushed [2023-05-05T21:34:33.322Z] 07d69c305c25: Pushed [2023-05-05T21:34:33.322Z] c73bc4f272e4: Pushed [2023-05-05T21:34:33.322Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:36.663Z] 61e9d43da8d4: Pushed [2023-05-05T21:34:36.663Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:37.001Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:37.339Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-05-05T21:34:37.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-05T21:34:37.339Z] 07d69c305c25: Preparing [2023-05-05T21:34:37.339Z] 61e9d43da8d4: Preparing [2023-05-05T21:34:37.339Z] 4aff90ef896d: Preparing [2023-05-05T21:34:37.339Z] 6d59c816bac3: Preparing [2023-05-05T21:34:37.339Z] c73bc4f272e4: Preparing [2023-05-05T21:34:37.339Z] 26cbea5cba74: Preparing [2023-05-05T21:34:37.339Z] 07d69c305c25: Layer already exists [2023-05-05T21:34:37.339Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:37.339Z] 61e9d43da8d4: Layer already exists [2023-05-05T21:34:37.339Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:37.339Z] c73bc4f272e4: Layer already exists [2023-05-05T21:34:37.339Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:37.605Z] latest: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:37.949Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:38.295Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.150 [2023-05-05T21:34:38.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-05T21:34:38.295Z] 07d69c305c25: Preparing [2023-05-05T21:34:38.295Z] 61e9d43da8d4: Preparing [2023-05-05T21:34:38.295Z] 4aff90ef896d: Preparing [2023-05-05T21:34:38.295Z] 6d59c816bac3: Preparing [2023-05-05T21:34:38.295Z] c73bc4f272e4: Preparing [2023-05-05T21:34:38.295Z] 26cbea5cba74: Preparing [2023-05-05T21:34:38.295Z] 26cbea5cba74: Waiting [2023-05-05T21:34:38.295Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:38.295Z] 07d69c305c25: Layer already exists [2023-05-05T21:34:38.295Z] c73bc4f272e4: Layer already exists [2023-05-05T21:34:38.295Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:38.295Z] 61e9d43da8d4: Layer already exists [2023-05-05T21:34:38.295Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:38.295Z] 3.0.0-dev.150: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:38.950Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:39.296Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:39.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-05T21:34:39.296Z] 07d69c305c25: Preparing [2023-05-05T21:34:39.296Z] 61e9d43da8d4: Preparing [2023-05-05T21:34:39.296Z] 4aff90ef896d: Preparing [2023-05-05T21:34:39.296Z] 6d59c816bac3: Preparing [2023-05-05T21:34:39.296Z] c73bc4f272e4: Preparing [2023-05-05T21:34:39.296Z] 26cbea5cba74: Preparing [2023-05-05T21:34:39.296Z] 26cbea5cba74: Waiting [2023-05-05T21:34:39.296Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:39.296Z] 07d69c305c25: Layer already exists [2023-05-05T21:34:39.296Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:39.296Z] c73bc4f272e4: Layer already exists [2023-05-05T21:34:39.296Z] 61e9d43da8d4: Layer already exists [2023-05-05T21:34:39.296Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:39.296Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:39.927Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:40.287Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-05-05T21:34:40.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-05T21:34:40.288Z] 07d69c305c25: Preparing [2023-05-05T21:34:40.288Z] 61e9d43da8d4: Preparing [2023-05-05T21:34:40.288Z] 4aff90ef896d: Preparing [2023-05-05T21:34:40.288Z] 6d59c816bac3: Preparing [2023-05-05T21:34:40.288Z] c73bc4f272e4: Preparing [2023-05-05T21:34:40.288Z] 26cbea5cba74: Preparing [2023-05-05T21:34:40.288Z] 26cbea5cba74: Waiting [2023-05-05T21:34:40.288Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:40.288Z] c73bc4f272e4: Layer already exists [2023-05-05T21:34:40.288Z] 07d69c305c25: Layer already exists [2023-05-05T21:34:40.288Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:40.288Z] 61e9d43da8d4: Layer already exists [2023-05-05T21:34:40.288Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:40.288Z] main: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:34:40.596Z] ===================================================== [Pipeline] echo [2023-05-05T21:34:40.601Z] taggedImages: [2023-05-05T21:34:40.601Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:40.601Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-05-05T21:34:40.601Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.150 [2023-05-05T21:34:40.601Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:40.601Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-05-05T21:34:40.616Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-05-05T21:34:40.616Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:40.616Z] latest [2023-05-05T21:34:40.616Z] 3.0.0-dev.150 [2023-05-05T21:34:40.616Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:40.616Z] main [2023-05-05T21:34:40.616Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:40.957Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:41.301Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:41.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-05T21:34:41.301Z] 767ba050d02d: Preparing [2023-05-05T21:34:41.301Z] 04a27896349b: Preparing [2023-05-05T21:34:41.301Z] c1bf17bfc60a: Preparing [2023-05-05T21:34:41.301Z] ed308b9264ed: Preparing [2023-05-05T21:34:41.301Z] 4aff90ef896d: Preparing [2023-05-05T21:34:41.301Z] 6d59c816bac3: Preparing [2023-05-05T21:34:41.301Z] c24fc7f92226: Preparing [2023-05-05T21:34:41.301Z] 26cbea5cba74: Preparing [2023-05-05T21:34:41.301Z] c24fc7f92226: Waiting [2023-05-05T21:34:41.301Z] 6d59c816bac3: Waiting [2023-05-05T21:34:41.301Z] 26cbea5cba74: Waiting [2023-05-05T21:34:41.301Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:41.301Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:41.565Z] 04a27896349b: Pushed [2023-05-05T21:34:41.565Z] 767ba050d02d: Pushed [2023-05-05T21:34:41.565Z] c1bf17bfc60a: Pushed [2023-05-05T21:34:41.565Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:41.565Z] c24fc7f92226: Pushed [2023-05-05T21:34:44.138Z] ed308b9264ed: Pushed [2023-05-05T21:34:44.138Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:44.473Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:44.807Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-05-05T21:34:44.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-05T21:34:44.807Z] 767ba050d02d: Preparing [2023-05-05T21:34:44.807Z] 04a27896349b: Preparing [2023-05-05T21:34:44.807Z] c1bf17bfc60a: Preparing [2023-05-05T21:34:44.807Z] ed308b9264ed: Preparing [2023-05-05T21:34:44.807Z] 4aff90ef896d: Preparing [2023-05-05T21:34:44.807Z] 6d59c816bac3: Preparing [2023-05-05T21:34:44.807Z] c24fc7f92226: Preparing [2023-05-05T21:34:44.807Z] 26cbea5cba74: Preparing [2023-05-05T21:34:44.807Z] 6d59c816bac3: Waiting [2023-05-05T21:34:44.807Z] c24fc7f92226: Waiting [2023-05-05T21:34:44.807Z] 26cbea5cba74: Waiting [2023-05-05T21:34:44.807Z] c1bf17bfc60a: Layer already exists [2023-05-05T21:34:44.807Z] ed308b9264ed: Layer already exists [2023-05-05T21:34:44.807Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:44.807Z] 04a27896349b: Layer already exists [2023-05-05T21:34:44.807Z] 767ba050d02d: Layer already exists [2023-05-05T21:34:44.807Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:44.807Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:44.807Z] c24fc7f92226: Layer already exists [2023-05-05T21:34:44.807Z] latest: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:45.412Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:45.753Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.150 [2023-05-05T21:34:45.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-05T21:34:45.753Z] 767ba050d02d: Preparing [2023-05-05T21:34:45.753Z] 04a27896349b: Preparing [2023-05-05T21:34:45.753Z] c1bf17bfc60a: Preparing [2023-05-05T21:34:45.753Z] ed308b9264ed: Preparing [2023-05-05T21:34:45.753Z] 4aff90ef896d: Preparing [2023-05-05T21:34:45.753Z] 6d59c816bac3: Preparing [2023-05-05T21:34:45.753Z] c24fc7f92226: Preparing [2023-05-05T21:34:45.753Z] 26cbea5cba74: Preparing [2023-05-05T21:34:45.753Z] 6d59c816bac3: Waiting [2023-05-05T21:34:45.753Z] 26cbea5cba74: Waiting [2023-05-05T21:34:45.753Z] c24fc7f92226: Waiting [2023-05-05T21:34:45.753Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:45.753Z] 767ba050d02d: Layer already exists [2023-05-05T21:34:45.753Z] c1bf17bfc60a: Layer already exists [2023-05-05T21:34:45.753Z] 04a27896349b: Layer already exists [2023-05-05T21:34:45.753Z] ed308b9264ed: Layer already exists [2023-05-05T21:34:45.753Z] c24fc7f92226: Layer already exists [2023-05-05T21:34:45.753Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:45.753Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:46.017Z] 3.0.0-dev.150: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:46.345Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:46.677Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:46.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-05T21:34:46.677Z] 767ba050d02d: Preparing [2023-05-05T21:34:46.677Z] 04a27896349b: Preparing [2023-05-05T21:34:46.677Z] c1bf17bfc60a: Preparing [2023-05-05T21:34:46.677Z] ed308b9264ed: Preparing [2023-05-05T21:34:46.677Z] 4aff90ef896d: Preparing [2023-05-05T21:34:46.677Z] 6d59c816bac3: Preparing [2023-05-05T21:34:46.677Z] c24fc7f92226: Preparing [2023-05-05T21:34:46.677Z] 26cbea5cba74: Preparing [2023-05-05T21:34:46.677Z] c24fc7f92226: Waiting [2023-05-05T21:34:46.677Z] 26cbea5cba74: Waiting [2023-05-05T21:34:46.677Z] 6d59c816bac3: Waiting [2023-05-05T21:34:46.677Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:46.677Z] c1bf17bfc60a: Layer already exists [2023-05-05T21:34:46.677Z] ed308b9264ed: Layer already exists [2023-05-05T21:34:46.677Z] 04a27896349b: Layer already exists [2023-05-05T21:34:46.677Z] 767ba050d02d: Layer already exists [2023-05-05T21:34:46.677Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:46.677Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:46.677Z] c24fc7f92226: Layer already exists [2023-05-05T21:34:46.677Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:47.271Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:47.597Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-05-05T21:34:47.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-05T21:34:47.597Z] 767ba050d02d: Preparing [2023-05-05T21:34:47.597Z] 04a27896349b: Preparing [2023-05-05T21:34:47.597Z] c1bf17bfc60a: Preparing [2023-05-05T21:34:47.597Z] ed308b9264ed: Preparing [2023-05-05T21:34:47.597Z] 4aff90ef896d: Preparing [2023-05-05T21:34:47.597Z] 6d59c816bac3: Preparing [2023-05-05T21:34:47.597Z] c24fc7f92226: Preparing [2023-05-05T21:34:47.597Z] 26cbea5cba74: Preparing [2023-05-05T21:34:47.597Z] 6d59c816bac3: Waiting [2023-05-05T21:34:47.597Z] c24fc7f92226: Waiting [2023-05-05T21:34:47.597Z] 26cbea5cba74: Waiting [2023-05-05T21:34:47.597Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:47.597Z] 767ba050d02d: Layer already exists [2023-05-05T21:34:47.597Z] c1bf17bfc60a: Layer already exists [2023-05-05T21:34:47.597Z] 04a27896349b: Layer already exists [2023-05-05T21:34:47.597Z] ed308b9264ed: Layer already exists [2023-05-05T21:34:47.597Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:47.597Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:47.597Z] c24fc7f92226: Layer already exists [2023-05-05T21:34:47.863Z] main: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:34:47.906Z] ===================================================== [Pipeline] echo [2023-05-05T21:34:47.912Z] taggedImages: [2023-05-05T21:34:47.912Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:47.912Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-05-05T21:34:47.912Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.150 [2023-05-05T21:34:47.912Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:47.912Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-05-05T21:34:47.925Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-05-05T21:34:47.925Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:47.925Z] latest [2023-05-05T21:34:47.925Z] 3.0.0-dev.150 [2023-05-05T21:34:47.925Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:47.925Z] main [2023-05-05T21:34:47.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:48.250Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:48.584Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:48.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-05T21:34:48.584Z] d2ac6afb4995: Preparing [2023-05-05T21:34:48.584Z] a51cd69360e0: Preparing [2023-05-05T21:34:48.584Z] 4aff90ef896d: Preparing [2023-05-05T21:34:48.584Z] 6d59c816bac3: Preparing [2023-05-05T21:34:48.584Z] 226f5188f0fb: Preparing [2023-05-05T21:34:48.584Z] 26cbea5cba74: Preparing [2023-05-05T21:34:48.584Z] 26cbea5cba74: Waiting [2023-05-05T21:34:48.584Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:48.584Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:48.584Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:48.847Z] d2ac6afb4995: Pushed [2023-05-05T21:34:48.847Z] 226f5188f0fb: Pushed [2023-05-05T21:34:52.191Z] a51cd69360e0: Pushed [2023-05-05T21:34:52.191Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:52.513Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:52.837Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-05-05T21:34:52.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-05T21:34:52.837Z] d2ac6afb4995: Preparing [2023-05-05T21:34:52.837Z] a51cd69360e0: Preparing [2023-05-05T21:34:52.837Z] 4aff90ef896d: Preparing [2023-05-05T21:34:52.837Z] 6d59c816bac3: Preparing [2023-05-05T21:34:52.837Z] 226f5188f0fb: Preparing [2023-05-05T21:34:52.837Z] 26cbea5cba74: Preparing [2023-05-05T21:34:52.837Z] 26cbea5cba74: Waiting [2023-05-05T21:34:52.837Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:52.837Z] 226f5188f0fb: Layer already exists [2023-05-05T21:34:52.837Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:52.837Z] a51cd69360e0: Layer already exists [2023-05-05T21:34:52.837Z] d2ac6afb4995: Layer already exists [2023-05-05T21:34:52.837Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:52.837Z] latest: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:53.445Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:53.775Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.150 [2023-05-05T21:34:53.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-05T21:34:54.041Z] d2ac6afb4995: Preparing [2023-05-05T21:34:54.041Z] a51cd69360e0: Preparing [2023-05-05T21:34:54.041Z] 4aff90ef896d: Preparing [2023-05-05T21:34:54.041Z] 6d59c816bac3: Preparing [2023-05-05T21:34:54.041Z] 226f5188f0fb: Preparing [2023-05-05T21:34:54.041Z] 26cbea5cba74: Preparing [2023-05-05T21:34:54.041Z] 26cbea5cba74: Waiting [2023-05-05T21:34:54.041Z] a51cd69360e0: Layer already exists [2023-05-05T21:34:54.041Z] d2ac6afb4995: Layer already exists [2023-05-05T21:34:54.041Z] 226f5188f0fb: Layer already exists [2023-05-05T21:34:54.041Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:54.041Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:54.041Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:54.041Z] 3.0.0-dev.150: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:54.386Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:54.721Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:54.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-05T21:34:54.721Z] d2ac6afb4995: Preparing [2023-05-05T21:34:54.721Z] a51cd69360e0: Preparing [2023-05-05T21:34:54.721Z] 4aff90ef896d: Preparing [2023-05-05T21:34:54.721Z] 6d59c816bac3: Preparing [2023-05-05T21:34:54.721Z] 226f5188f0fb: Preparing [2023-05-05T21:34:54.721Z] 26cbea5cba74: Preparing [2023-05-05T21:34:54.721Z] 26cbea5cba74: Waiting [2023-05-05T21:34:54.986Z] d2ac6afb4995: Layer already exists [2023-05-05T21:34:54.986Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:54.986Z] 226f5188f0fb: Layer already exists [2023-05-05T21:34:54.986Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:54.986Z] a51cd69360e0: Layer already exists [2023-05-05T21:34:54.986Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:54.986Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:55.316Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:55.678Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-05-05T21:34:55.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-05T21:34:55.678Z] d2ac6afb4995: Preparing [2023-05-05T21:34:55.678Z] a51cd69360e0: Preparing [2023-05-05T21:34:55.678Z] 4aff90ef896d: Preparing [2023-05-05T21:34:55.678Z] 6d59c816bac3: Preparing [2023-05-05T21:34:55.678Z] 226f5188f0fb: Preparing [2023-05-05T21:34:55.678Z] 26cbea5cba74: Preparing [2023-05-05T21:34:55.678Z] 26cbea5cba74: Waiting [2023-05-05T21:34:55.678Z] 226f5188f0fb: Layer already exists [2023-05-05T21:34:55.678Z] a51cd69360e0: Layer already exists [2023-05-05T21:34:55.678Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:55.678Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:55.678Z] d2ac6afb4995: Layer already exists [2023-05-05T21:34:55.678Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:55.678Z] main: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:34:55.722Z] ===================================================== [Pipeline] echo [2023-05-05T21:34:55.728Z] taggedImages: [2023-05-05T21:34:55.728Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:55.728Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-05-05T21:34:55.728Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.150 [2023-05-05T21:34:55.728Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:55.728Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-05-05T21:34:55.745Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-05-05T21:34:55.745Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:55.745Z] latest [2023-05-05T21:34:55.745Z] 3.0.0-dev.150 [2023-05-05T21:34:55.745Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:34:55.745Z] main [2023-05-05T21:34:55.745Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:56.083Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:34:56.418Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:34:56.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-05T21:34:56.418Z] 2c47510b6d2a: Preparing [2023-05-05T21:34:56.418Z] d8c2c2d92cb2: Preparing [2023-05-05T21:34:56.418Z] 2006533b3dab: Preparing [2023-05-05T21:34:56.418Z] 4aff90ef896d: Preparing [2023-05-05T21:34:56.418Z] 6d59c816bac3: Preparing [2023-05-05T21:34:56.418Z] c73bc4f272e4: Preparing [2023-05-05T21:34:56.418Z] 26cbea5cba74: Preparing [2023-05-05T21:34:56.418Z] c73bc4f272e4: Waiting [2023-05-05T21:34:56.418Z] 26cbea5cba74: Waiting [2023-05-05T21:34:56.418Z] 6d59c816bac3: Layer already exists [2023-05-05T21:34:56.418Z] 4aff90ef896d: Layer already exists [2023-05-05T21:34:56.684Z] c73bc4f272e4: Layer already exists [2023-05-05T21:34:56.684Z] 26cbea5cba74: Layer already exists [2023-05-05T21:34:56.684Z] d8c2c2d92cb2: Pushed [2023-05-05T21:34:56.684Z] 2c47510b6d2a: Pushed [2023-05-05T21:35:00.021Z] 2006533b3dab: Pushed [2023-05-05T21:35:00.021Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:00.373Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:00.700Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-05-05T21:35:00.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-05T21:35:00.700Z] 2c47510b6d2a: Preparing [2023-05-05T21:35:00.700Z] d8c2c2d92cb2: Preparing [2023-05-05T21:35:00.700Z] 2006533b3dab: Preparing [2023-05-05T21:35:00.700Z] 4aff90ef896d: Preparing [2023-05-05T21:35:00.700Z] 6d59c816bac3: Preparing [2023-05-05T21:35:00.700Z] c73bc4f272e4: Preparing [2023-05-05T21:35:00.700Z] 26cbea5cba74: Preparing [2023-05-05T21:35:00.700Z] c73bc4f272e4: Waiting [2023-05-05T21:35:00.700Z] 26cbea5cba74: Waiting [2023-05-05T21:35:00.700Z] d8c2c2d92cb2: Layer already exists [2023-05-05T21:35:00.700Z] 2c47510b6d2a: Layer already exists [2023-05-05T21:35:00.700Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:00.701Z] 2006533b3dab: Layer already exists [2023-05-05T21:35:00.701Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:00.701Z] c73bc4f272e4: Layer already exists [2023-05-05T21:35:00.701Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:00.964Z] latest: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:01.295Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:01.629Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.150 [2023-05-05T21:35:01.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-05T21:35:01.629Z] 2c47510b6d2a: Preparing [2023-05-05T21:35:01.629Z] d8c2c2d92cb2: Preparing [2023-05-05T21:35:01.629Z] 2006533b3dab: Preparing [2023-05-05T21:35:01.629Z] 4aff90ef896d: Preparing [2023-05-05T21:35:01.629Z] 6d59c816bac3: Preparing [2023-05-05T21:35:01.629Z] c73bc4f272e4: Preparing [2023-05-05T21:35:01.629Z] 26cbea5cba74: Preparing [2023-05-05T21:35:01.629Z] c73bc4f272e4: Waiting [2023-05-05T21:35:01.629Z] 26cbea5cba74: Waiting [2023-05-05T21:35:01.629Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:01.629Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:01.629Z] d8c2c2d92cb2: Layer already exists [2023-05-05T21:35:01.629Z] 2c47510b6d2a: Layer already exists [2023-05-05T21:35:01.629Z] 2006533b3dab: Layer already exists [2023-05-05T21:35:01.629Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:01.629Z] c73bc4f272e4: Layer already exists [2023-05-05T21:35:01.629Z] 3.0.0-dev.150: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:02.240Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:02.562Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:02.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-05T21:35:02.562Z] 2c47510b6d2a: Preparing [2023-05-05T21:35:02.562Z] d8c2c2d92cb2: Preparing [2023-05-05T21:35:02.562Z] 2006533b3dab: Preparing [2023-05-05T21:35:02.562Z] 4aff90ef896d: Preparing [2023-05-05T21:35:02.562Z] 6d59c816bac3: Preparing [2023-05-05T21:35:02.562Z] c73bc4f272e4: Preparing [2023-05-05T21:35:02.562Z] 26cbea5cba74: Preparing [2023-05-05T21:35:02.562Z] c73bc4f272e4: Waiting [2023-05-05T21:35:02.562Z] 26cbea5cba74: Waiting [2023-05-05T21:35:02.562Z] 2006533b3dab: Layer already exists [2023-05-05T21:35:02.562Z] 2c47510b6d2a: Layer already exists [2023-05-05T21:35:02.562Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:02.562Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:02.562Z] d8c2c2d92cb2: Layer already exists [2023-05-05T21:35:02.562Z] c73bc4f272e4: Layer already exists [2023-05-05T21:35:02.562Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:02.562Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:03.165Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:05.427Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-05-05T21:35:05.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-05T21:35:05.427Z] 2c47510b6d2a: Preparing [2023-05-05T21:35:05.427Z] d8c2c2d92cb2: Preparing [2023-05-05T21:35:05.427Z] 2006533b3dab: Preparing [2023-05-05T21:35:05.427Z] 4aff90ef896d: Preparing [2023-05-05T21:35:05.427Z] 6d59c816bac3: Preparing [2023-05-05T21:35:05.427Z] c73bc4f272e4: Preparing [2023-05-05T21:35:05.427Z] 26cbea5cba74: Preparing [2023-05-05T21:35:05.427Z] c73bc4f272e4: Waiting [2023-05-05T21:35:05.427Z] 26cbea5cba74: Waiting [2023-05-05T21:35:05.427Z] 2006533b3dab: Layer already exists [2023-05-05T21:35:05.427Z] 2c47510b6d2a: Layer already exists [2023-05-05T21:35:05.427Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:05.427Z] d8c2c2d92cb2: Layer already exists [2023-05-05T21:35:05.427Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:05.427Z] c73bc4f272e4: Layer already exists [2023-05-05T21:35:05.427Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:05.693Z] main: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:35:05.735Z] ===================================================== [Pipeline] echo [2023-05-05T21:35:05.741Z] taggedImages: [2023-05-05T21:35:05.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:05.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-05-05T21:35:05.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.150 [2023-05-05T21:35:05.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:05.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-05-05T21:35:05.755Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-05-05T21:35:05.756Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:05.756Z] latest [2023-05-05T21:35:05.756Z] 3.0.0-dev.150 [2023-05-05T21:35:05.756Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:05.756Z] main [2023-05-05T21:35:05.756Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:06.077Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:06.409Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:06.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-05T21:35:06.409Z] b86df2e447a8: Preparing [2023-05-05T21:35:06.409Z] b86df2e447a8: Preparing [2023-05-05T21:35:06.409Z] d2f8dbc473c7: Preparing [2023-05-05T21:35:06.409Z] ef13c41d5a96: Preparing [2023-05-05T21:35:06.409Z] 61822b20d661: Preparing [2023-05-05T21:35:06.409Z] 9d9f4c3b25ff: Preparing [2023-05-05T21:35:06.409Z] f4519a46a81e: Preparing [2023-05-05T21:35:06.409Z] 4aff90ef896d: Preparing [2023-05-05T21:35:06.409Z] 6d59c816bac3: Preparing [2023-05-05T21:35:06.409Z] 458010d9b81e: Preparing [2023-05-05T21:35:06.409Z] 592266d53ebd: Preparing [2023-05-05T21:35:06.409Z] a6827718f5a0: Preparing [2023-05-05T21:35:06.409Z] 02da87104403: Preparing [2023-05-05T21:35:06.409Z] 26cbea5cba74: Preparing [2023-05-05T21:35:06.409Z] 458010d9b81e: Waiting [2023-05-05T21:35:06.409Z] f4519a46a81e: Waiting [2023-05-05T21:35:06.409Z] 592266d53ebd: Waiting [2023-05-05T21:35:06.409Z] a6827718f5a0: Waiting [2023-05-05T21:35:06.409Z] 4aff90ef896d: Waiting [2023-05-05T21:35:06.409Z] 02da87104403: Waiting [2023-05-05T21:35:06.409Z] 26cbea5cba74: Waiting [2023-05-05T21:35:06.409Z] 6d59c816bac3: Waiting [2023-05-05T21:35:06.675Z] b86df2e447a8: Pushed [2023-05-05T21:35:06.675Z] d2f8dbc473c7: Pushed [2023-05-05T21:35:06.675Z] ef13c41d5a96: Pushed [2023-05-05T21:35:06.675Z] 61822b20d661: Pushed [2023-05-05T21:35:06.675Z] 9d9f4c3b25ff: Pushed [2023-05-05T21:35:06.675Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:06.675Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:06.940Z] 458010d9b81e: Pushed [2023-05-05T21:35:06.940Z] 592266d53ebd: Pushed [2023-05-05T21:35:06.940Z] a6827718f5a0: Pushed [2023-05-05T21:35:06.940Z] 02da87104403: Pushed [2023-05-05T21:35:06.940Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:10.271Z] f4519a46a81e: Pushed [2023-05-05T21:35:10.271Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:10.597Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:10.922Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-05-05T21:35:10.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-05T21:35:10.922Z] b86df2e447a8: Preparing [2023-05-05T21:35:10.922Z] b86df2e447a8: Preparing [2023-05-05T21:35:10.922Z] d2f8dbc473c7: Preparing [2023-05-05T21:35:10.922Z] ef13c41d5a96: Preparing [2023-05-05T21:35:10.922Z] 61822b20d661: Preparing [2023-05-05T21:35:10.922Z] 9d9f4c3b25ff: Preparing [2023-05-05T21:35:10.922Z] f4519a46a81e: Preparing [2023-05-05T21:35:10.922Z] 4aff90ef896d: Preparing [2023-05-05T21:35:10.922Z] 6d59c816bac3: Preparing [2023-05-05T21:35:10.922Z] 458010d9b81e: Preparing [2023-05-05T21:35:10.922Z] 592266d53ebd: Preparing [2023-05-05T21:35:10.922Z] a6827718f5a0: Preparing [2023-05-05T21:35:10.922Z] 02da87104403: Preparing [2023-05-05T21:35:10.922Z] 26cbea5cba74: Preparing [2023-05-05T21:35:10.922Z] 6d59c816bac3: Waiting [2023-05-05T21:35:10.922Z] 458010d9b81e: Waiting [2023-05-05T21:35:10.922Z] 592266d53ebd: Waiting [2023-05-05T21:35:10.922Z] a6827718f5a0: Waiting [2023-05-05T21:35:10.922Z] 02da87104403: Waiting [2023-05-05T21:35:10.922Z] 26cbea5cba74: Waiting [2023-05-05T21:35:10.922Z] f4519a46a81e: Waiting [2023-05-05T21:35:10.922Z] 4aff90ef896d: Waiting [2023-05-05T21:35:10.922Z] ef13c41d5a96: Layer already exists [2023-05-05T21:35:10.922Z] 9d9f4c3b25ff: Layer already exists [2023-05-05T21:35:10.922Z] d2f8dbc473c7: Layer already exists [2023-05-05T21:35:10.922Z] b86df2e447a8: Layer already exists [2023-05-05T21:35:10.922Z] 61822b20d661: Layer already exists [2023-05-05T21:35:10.922Z] f4519a46a81e: Layer already exists [2023-05-05T21:35:10.922Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:10.922Z] 458010d9b81e: Layer already exists [2023-05-05T21:35:10.922Z] 592266d53ebd: Layer already exists [2023-05-05T21:35:10.922Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:10.922Z] a6827718f5a0: Layer already exists [2023-05-05T21:35:10.922Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:10.922Z] 02da87104403: Layer already exists [2023-05-05T21:35:11.185Z] latest: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:11.518Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:11.847Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.150 [2023-05-05T21:35:11.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-05T21:35:11.847Z] b86df2e447a8: Preparing [2023-05-05T21:35:11.847Z] b86df2e447a8: Preparing [2023-05-05T21:35:11.847Z] d2f8dbc473c7: Preparing [2023-05-05T21:35:11.847Z] ef13c41d5a96: Preparing [2023-05-05T21:35:11.847Z] 61822b20d661: Preparing [2023-05-05T21:35:11.847Z] 9d9f4c3b25ff: Preparing [2023-05-05T21:35:11.847Z] f4519a46a81e: Preparing [2023-05-05T21:35:11.847Z] 4aff90ef896d: Preparing [2023-05-05T21:35:11.847Z] 6d59c816bac3: Preparing [2023-05-05T21:35:11.847Z] 458010d9b81e: Preparing [2023-05-05T21:35:11.847Z] f4519a46a81e: Waiting [2023-05-05T21:35:11.847Z] 4aff90ef896d: Waiting [2023-05-05T21:35:11.847Z] 592266d53ebd: Preparing [2023-05-05T21:35:11.847Z] 6d59c816bac3: Waiting [2023-05-05T21:35:11.847Z] a6827718f5a0: Preparing [2023-05-05T21:35:11.847Z] 02da87104403: Preparing [2023-05-05T21:35:11.847Z] 26cbea5cba74: Preparing [2023-05-05T21:35:11.847Z] 592266d53ebd: Waiting [2023-05-05T21:35:11.847Z] a6827718f5a0: Waiting [2023-05-05T21:35:11.847Z] 02da87104403: Waiting [2023-05-05T21:35:11.847Z] 26cbea5cba74: Waiting [2023-05-05T21:35:11.847Z] 458010d9b81e: Waiting [2023-05-05T21:35:11.847Z] b86df2e447a8: Layer already exists [2023-05-05T21:35:11.847Z] d2f8dbc473c7: Layer already exists [2023-05-05T21:35:11.847Z] 9d9f4c3b25ff: Layer already exists [2023-05-05T21:35:11.847Z] ef13c41d5a96: Layer already exists [2023-05-05T21:35:11.847Z] 61822b20d661: Layer already exists [2023-05-05T21:35:11.847Z] f4519a46a81e: Layer already exists [2023-05-05T21:35:11.847Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:11.847Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:11.847Z] 458010d9b81e: Layer already exists [2023-05-05T21:35:11.847Z] 592266d53ebd: Layer already exists [2023-05-05T21:35:11.847Z] a6827718f5a0: Layer already exists [2023-05-05T21:35:11.847Z] 02da87104403: Layer already exists [2023-05-05T21:35:11.847Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:12.111Z] 3.0.0-dev.150: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:12.442Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:12.771Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:12.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-05T21:35:12.772Z] b86df2e447a8: Preparing [2023-05-05T21:35:12.772Z] b86df2e447a8: Preparing [2023-05-05T21:35:12.772Z] d2f8dbc473c7: Preparing [2023-05-05T21:35:12.772Z] ef13c41d5a96: Preparing [2023-05-05T21:35:12.772Z] 61822b20d661: Preparing [2023-05-05T21:35:12.772Z] 9d9f4c3b25ff: Preparing [2023-05-05T21:35:12.772Z] f4519a46a81e: Preparing [2023-05-05T21:35:12.772Z] 4aff90ef896d: Preparing [2023-05-05T21:35:12.772Z] 6d59c816bac3: Preparing [2023-05-05T21:35:12.772Z] f4519a46a81e: Waiting [2023-05-05T21:35:12.772Z] 4aff90ef896d: Waiting [2023-05-05T21:35:12.772Z] 458010d9b81e: Preparing [2023-05-05T21:35:12.772Z] 592266d53ebd: Preparing [2023-05-05T21:35:12.772Z] a6827718f5a0: Preparing [2023-05-05T21:35:12.772Z] 02da87104403: Preparing [2023-05-05T21:35:12.772Z] 26cbea5cba74: Preparing [2023-05-05T21:35:12.772Z] 6d59c816bac3: Waiting [2023-05-05T21:35:12.772Z] a6827718f5a0: Waiting [2023-05-05T21:35:12.772Z] 02da87104403: Waiting [2023-05-05T21:35:12.772Z] 458010d9b81e: Waiting [2023-05-05T21:35:12.772Z] 592266d53ebd: Waiting [2023-05-05T21:35:12.772Z] 61822b20d661: Layer already exists [2023-05-05T21:35:12.772Z] 9d9f4c3b25ff: Layer already exists [2023-05-05T21:35:12.772Z] ef13c41d5a96: Layer already exists [2023-05-05T21:35:12.772Z] d2f8dbc473c7: Layer already exists [2023-05-05T21:35:12.772Z] b86df2e447a8: Layer already exists [2023-05-05T21:35:12.772Z] 458010d9b81e: Layer already exists [2023-05-05T21:35:12.772Z] f4519a46a81e: Layer already exists [2023-05-05T21:35:12.772Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:12.772Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:12.772Z] 592266d53ebd: Layer already exists [2023-05-05T21:35:12.772Z] a6827718f5a0: Layer already exists [2023-05-05T21:35:12.772Z] 02da87104403: Layer already exists [2023-05-05T21:35:12.772Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:13.036Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:13.369Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:13.705Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-05-05T21:35:13.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-05T21:35:13.705Z] b86df2e447a8: Preparing [2023-05-05T21:35:13.705Z] b86df2e447a8: Preparing [2023-05-05T21:35:13.705Z] d2f8dbc473c7: Preparing [2023-05-05T21:35:13.705Z] ef13c41d5a96: Preparing [2023-05-05T21:35:13.705Z] 61822b20d661: Preparing [2023-05-05T21:35:13.705Z] 9d9f4c3b25ff: Preparing [2023-05-05T21:35:13.705Z] f4519a46a81e: Preparing [2023-05-05T21:35:13.705Z] 4aff90ef896d: Preparing [2023-05-05T21:35:13.705Z] 6d59c816bac3: Preparing [2023-05-05T21:35:13.705Z] 458010d9b81e: Preparing [2023-05-05T21:35:13.705Z] 592266d53ebd: Preparing [2023-05-05T21:35:13.705Z] a6827718f5a0: Preparing [2023-05-05T21:35:13.705Z] 02da87104403: Preparing [2023-05-05T21:35:13.705Z] 26cbea5cba74: Preparing [2023-05-05T21:35:13.705Z] 592266d53ebd: Waiting [2023-05-05T21:35:13.705Z] f4519a46a81e: Waiting [2023-05-05T21:35:13.705Z] 4aff90ef896d: Waiting [2023-05-05T21:35:13.705Z] 6d59c816bac3: Waiting [2023-05-05T21:35:13.705Z] a6827718f5a0: Waiting [2023-05-05T21:35:13.705Z] 458010d9b81e: Waiting [2023-05-05T21:35:13.705Z] 02da87104403: Waiting [2023-05-05T21:35:13.705Z] 26cbea5cba74: Waiting [2023-05-05T21:35:13.705Z] d2f8dbc473c7: Layer already exists [2023-05-05T21:35:13.705Z] 61822b20d661: Layer already exists [2023-05-05T21:35:13.705Z] 9d9f4c3b25ff: Layer already exists [2023-05-05T21:35:13.705Z] ef13c41d5a96: Layer already exists [2023-05-05T21:35:13.705Z] b86df2e447a8: Layer already exists [2023-05-05T21:35:13.705Z] f4519a46a81e: Layer already exists [2023-05-05T21:35:13.705Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:13.705Z] 592266d53ebd: Layer already exists [2023-05-05T21:35:13.705Z] 458010d9b81e: Layer already exists [2023-05-05T21:35:13.705Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:13.705Z] a6827718f5a0: Layer already exists [2023-05-05T21:35:13.705Z] 02da87104403: Layer already exists [2023-05-05T21:35:13.705Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:13.971Z] main: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:35:14.011Z] ===================================================== [Pipeline] echo [2023-05-05T21:35:14.017Z] taggedImages: [2023-05-05T21:35:14.017Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:14.017Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-05-05T21:35:14.017Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.150 [2023-05-05T21:35:14.017Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:14.017Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-05-05T21:35:14.030Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-05-05T21:35:14.030Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:14.030Z] latest [2023-05-05T21:35:14.030Z] 3.0.0-dev.150 [2023-05-05T21:35:14.030Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:14.030Z] main [2023-05-05T21:35:14.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:14.364Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:14.775Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:14.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-05T21:35:14.775Z] f4f4c70e984d: Preparing [2023-05-05T21:35:14.775Z] ad2be525ccc2: Preparing [2023-05-05T21:35:14.775Z] 8c35b140a7b6: Preparing [2023-05-05T21:35:14.775Z] 5b9058dfab0a: Preparing [2023-05-05T21:35:14.775Z] 4aff90ef896d: Preparing [2023-05-05T21:35:14.775Z] 6d59c816bac3: Preparing [2023-05-05T21:35:14.775Z] c24fc7f92226: Preparing [2023-05-05T21:35:14.775Z] 26cbea5cba74: Preparing [2023-05-05T21:35:14.775Z] 6d59c816bac3: Waiting [2023-05-05T21:35:14.775Z] c24fc7f92226: Waiting [2023-05-05T21:35:14.775Z] 26cbea5cba74: Waiting [2023-05-05T21:35:14.775Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:15.056Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:15.056Z] c24fc7f92226: Layer already exists [2023-05-05T21:35:15.056Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:15.056Z] f4f4c70e984d: Pushed [2023-05-05T21:35:15.056Z] ad2be525ccc2: Pushed [2023-05-05T21:35:15.056Z] 8c35b140a7b6: Pushed [2023-05-05T21:35:17.648Z] 5b9058dfab0a: Pushed [2023-05-05T21:35:18.137Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:19.967Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:20.293Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-05-05T21:35:20.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-05T21:35:20.293Z] f4f4c70e984d: Preparing [2023-05-05T21:35:20.293Z] ad2be525ccc2: Preparing [2023-05-05T21:35:20.293Z] 8c35b140a7b6: Preparing [2023-05-05T21:35:20.293Z] 5b9058dfab0a: Preparing [2023-05-05T21:35:20.293Z] 4aff90ef896d: Preparing [2023-05-05T21:35:20.293Z] 6d59c816bac3: Preparing [2023-05-05T21:35:20.293Z] c24fc7f92226: Preparing [2023-05-05T21:35:20.293Z] 26cbea5cba74: Preparing [2023-05-05T21:35:20.293Z] 6d59c816bac3: Waiting [2023-05-05T21:35:20.294Z] 26cbea5cba74: Waiting [2023-05-05T21:35:20.294Z] c24fc7f92226: Waiting [2023-05-05T21:35:20.294Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:20.294Z] ad2be525ccc2: Layer already exists [2023-05-05T21:35:20.294Z] 8c35b140a7b6: Layer already exists [2023-05-05T21:35:20.294Z] f4f4c70e984d: Layer already exists [2023-05-05T21:35:20.294Z] 5b9058dfab0a: Layer already exists [2023-05-05T21:35:20.294Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:20.294Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:20.294Z] c24fc7f92226: Layer already exists [2023-05-05T21:35:20.558Z] latest: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:20.894Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:21.232Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.150 [2023-05-05T21:35:21.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-05T21:35:21.232Z] f4f4c70e984d: Preparing [2023-05-05T21:35:21.232Z] ad2be525ccc2: Preparing [2023-05-05T21:35:21.232Z] 8c35b140a7b6: Preparing [2023-05-05T21:35:21.232Z] 5b9058dfab0a: Preparing [2023-05-05T21:35:21.232Z] 4aff90ef896d: Preparing [2023-05-05T21:35:21.232Z] 6d59c816bac3: Preparing [2023-05-05T21:35:21.232Z] c24fc7f92226: Preparing [2023-05-05T21:35:21.232Z] 26cbea5cba74: Preparing [2023-05-05T21:35:21.232Z] 6d59c816bac3: Waiting [2023-05-05T21:35:21.232Z] c24fc7f92226: Waiting [2023-05-05T21:35:21.232Z] 26cbea5cba74: Waiting [2023-05-05T21:35:21.232Z] 8c35b140a7b6: Layer already exists [2023-05-05T21:35:21.232Z] f4f4c70e984d: Layer already exists [2023-05-05T21:35:21.233Z] ad2be525ccc2: Layer already exists [2023-05-05T21:35:21.233Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:21.233Z] 5b9058dfab0a: Layer already exists [2023-05-05T21:35:21.233Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:21.233Z] c24fc7f92226: Layer already exists [2023-05-05T21:35:21.233Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:21.498Z] 3.0.0-dev.150: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:21.842Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:22.171Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:22.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-05T21:35:22.171Z] f4f4c70e984d: Preparing [2023-05-05T21:35:22.171Z] ad2be525ccc2: Preparing [2023-05-05T21:35:22.171Z] 8c35b140a7b6: Preparing [2023-05-05T21:35:22.171Z] 5b9058dfab0a: Preparing [2023-05-05T21:35:22.171Z] 4aff90ef896d: Preparing [2023-05-05T21:35:22.171Z] 6d59c816bac3: Preparing [2023-05-05T21:35:22.171Z] c24fc7f92226: Preparing [2023-05-05T21:35:22.171Z] 26cbea5cba74: Preparing [2023-05-05T21:35:22.171Z] 6d59c816bac3: Waiting [2023-05-05T21:35:22.171Z] c24fc7f92226: Waiting [2023-05-05T21:35:22.171Z] 26cbea5cba74: Waiting [2023-05-05T21:35:22.171Z] 8c35b140a7b6: Layer already exists [2023-05-05T21:35:22.171Z] f4f4c70e984d: Layer already exists [2023-05-05T21:35:22.171Z] ad2be525ccc2: Layer already exists [2023-05-05T21:35:22.171Z] 5b9058dfab0a: Layer already exists [2023-05-05T21:35:22.171Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:22.171Z] c24fc7f92226: Layer already exists [2023-05-05T21:35:22.171Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:22.171Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:22.437Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:22.775Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:23.105Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-05-05T21:35:23.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-05T21:35:23.105Z] f4f4c70e984d: Preparing [2023-05-05T21:35:23.105Z] ad2be525ccc2: Preparing [2023-05-05T21:35:23.105Z] 8c35b140a7b6: Preparing [2023-05-05T21:35:23.105Z] 5b9058dfab0a: Preparing [2023-05-05T21:35:23.105Z] 4aff90ef896d: Preparing [2023-05-05T21:35:23.105Z] 6d59c816bac3: Preparing [2023-05-05T21:35:23.105Z] c24fc7f92226: Preparing [2023-05-05T21:35:23.105Z] 26cbea5cba74: Preparing [2023-05-05T21:35:23.105Z] c24fc7f92226: Waiting [2023-05-05T21:35:23.105Z] 26cbea5cba74: Waiting [2023-05-05T21:35:23.105Z] 6d59c816bac3: Waiting [2023-05-05T21:35:23.105Z] 8c35b140a7b6: Layer already exists [2023-05-05T21:35:23.105Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:23.105Z] ad2be525ccc2: Layer already exists [2023-05-05T21:35:23.105Z] f4f4c70e984d: Layer already exists [2023-05-05T21:35:23.105Z] 5b9058dfab0a: Layer already exists [2023-05-05T21:35:23.105Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:23.105Z] c24fc7f92226: Layer already exists [2023-05-05T21:35:23.105Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:23.370Z] main: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:35:23.409Z] ===================================================== [Pipeline] echo [2023-05-05T21:35:23.415Z] taggedImages: [2023-05-05T21:35:23.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:23.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-05-05T21:35:23.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.150 [2023-05-05T21:35:23.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:23.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-05-05T21:35:23.430Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-05-05T21:35:23.430Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:23.430Z] latest [2023-05-05T21:35:23.430Z] 3.0.0-dev.150 [2023-05-05T21:35:23.430Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:23.430Z] main [2023-05-05T21:35:23.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:23.767Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:24.088Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:24.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-05T21:35:24.088Z] 20c3696583c8: Preparing [2023-05-05T21:35:24.088Z] 06c07a1d910a: Preparing [2023-05-05T21:35:24.088Z] 6f440673a49b: Preparing [2023-05-05T21:35:24.088Z] caeac16921ae: Preparing [2023-05-05T21:35:24.088Z] 4aff90ef896d: Preparing [2023-05-05T21:35:24.088Z] 6d59c816bac3: Preparing [2023-05-05T21:35:24.088Z] 0d520e0e6666: Preparing [2023-05-05T21:35:24.088Z] 4ce83707ce93: Preparing [2023-05-05T21:35:24.088Z] 26cbea5cba74: Preparing [2023-05-05T21:35:24.088Z] 0d520e0e6666: Waiting [2023-05-05T21:35:24.088Z] 4ce83707ce93: Waiting [2023-05-05T21:35:24.088Z] 26cbea5cba74: Waiting [2023-05-05T21:35:24.088Z] 6d59c816bac3: Waiting [2023-05-05T21:35:24.088Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:24.353Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:24.353Z] caeac16921ae: Pushed [2023-05-05T21:35:24.353Z] 20c3696583c8: Pushed [2023-05-05T21:35:24.353Z] 06c07a1d910a: Pushed [2023-05-05T21:35:24.353Z] 0d520e0e6666: Pushed [2023-05-05T21:35:24.353Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:24.618Z] 4ce83707ce93: Pushed [2023-05-05T21:35:27.186Z] 6f440673a49b: Pushed [2023-05-05T21:35:27.186Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:27.519Z] + 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-05-05T21:35:27.849Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-05-05T21:35:27.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-05T21:35:27.849Z] 20c3696583c8: Preparing [2023-05-05T21:35:27.849Z] 06c07a1d910a: Preparing [2023-05-05T21:35:27.849Z] 6f440673a49b: Preparing [2023-05-05T21:35:27.849Z] caeac16921ae: Preparing [2023-05-05T21:35:27.849Z] 4aff90ef896d: Preparing [2023-05-05T21:35:27.849Z] 6d59c816bac3: Preparing [2023-05-05T21:35:27.849Z] 0d520e0e6666: Preparing [2023-05-05T21:35:27.849Z] 4ce83707ce93: Preparing [2023-05-05T21:35:27.849Z] 26cbea5cba74: Preparing [2023-05-05T21:35:27.849Z] 6d59c816bac3: Waiting [2023-05-05T21:35:27.849Z] 0d520e0e6666: Waiting [2023-05-05T21:35:27.849Z] 4ce83707ce93: Waiting [2023-05-05T21:35:27.849Z] 26cbea5cba74: Waiting [2023-05-05T21:35:27.849Z] 20c3696583c8: Layer already exists [2023-05-05T21:35:27.849Z] caeac16921ae: Layer already exists [2023-05-05T21:35:27.849Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:27.849Z] 06c07a1d910a: Layer already exists [2023-05-05T21:35:27.849Z] 6f440673a49b: Layer already exists [2023-05-05T21:35:27.849Z] 4ce83707ce93: Layer already exists [2023-05-05T21:35:27.849Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:27.849Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:27.849Z] 0d520e0e6666: Layer already exists [2023-05-05T21:35:28.113Z] latest: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:28.447Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:28.784Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.150 [2023-05-05T21:35:28.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-05T21:35:28.784Z] 20c3696583c8: Preparing [2023-05-05T21:35:28.784Z] 06c07a1d910a: Preparing [2023-05-05T21:35:28.784Z] 6f440673a49b: Preparing [2023-05-05T21:35:28.784Z] caeac16921ae: Preparing [2023-05-05T21:35:28.784Z] 4aff90ef896d: Preparing [2023-05-05T21:35:28.784Z] 6d59c816bac3: Preparing [2023-05-05T21:35:28.784Z] 0d520e0e6666: Preparing [2023-05-05T21:35:28.784Z] 4ce83707ce93: Preparing [2023-05-05T21:35:28.784Z] 26cbea5cba74: Preparing [2023-05-05T21:35:28.784Z] 0d520e0e6666: Waiting [2023-05-05T21:35:28.784Z] 4ce83707ce93: Waiting [2023-05-05T21:35:28.784Z] 26cbea5cba74: Waiting [2023-05-05T21:35:28.784Z] 6d59c816bac3: Waiting [2023-05-05T21:35:28.784Z] 6f440673a49b: Layer already exists [2023-05-05T21:35:28.784Z] 06c07a1d910a: Layer already exists [2023-05-05T21:35:28.784Z] 20c3696583c8: Layer already exists [2023-05-05T21:35:28.784Z] caeac16921ae: Layer already exists [2023-05-05T21:35:28.784Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:28.784Z] 0d520e0e6666: Layer already exists [2023-05-05T21:35:28.784Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:28.784Z] 4ce83707ce93: Layer already exists [2023-05-05T21:35:28.784Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:29.049Z] 3.0.0-dev.150: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:29.382Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:29.712Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:29.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-05T21:35:29.712Z] 20c3696583c8: Preparing [2023-05-05T21:35:29.712Z] 06c07a1d910a: Preparing [2023-05-05T21:35:29.712Z] 6f440673a49b: Preparing [2023-05-05T21:35:29.712Z] caeac16921ae: Preparing [2023-05-05T21:35:29.712Z] 4aff90ef896d: Preparing [2023-05-05T21:35:29.712Z] 6d59c816bac3: Preparing [2023-05-05T21:35:29.712Z] 0d520e0e6666: Preparing [2023-05-05T21:35:29.712Z] 4ce83707ce93: Preparing [2023-05-05T21:35:29.712Z] 26cbea5cba74: Preparing [2023-05-05T21:35:29.712Z] 4ce83707ce93: Waiting [2023-05-05T21:35:29.712Z] 6d59c816bac3: Waiting [2023-05-05T21:35:29.712Z] 0d520e0e6666: Waiting [2023-05-05T21:35:29.712Z] 26cbea5cba74: Waiting [2023-05-05T21:35:29.712Z] 6f440673a49b: Layer already exists [2023-05-05T21:35:29.712Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:29.712Z] 06c07a1d910a: Layer already exists [2023-05-05T21:35:29.712Z] 20c3696583c8: Layer already exists [2023-05-05T21:35:29.712Z] caeac16921ae: Layer already exists [2023-05-05T21:35:29.712Z] 4ce83707ce93: Layer already exists [2023-05-05T21:35:29.712Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:29.712Z] 0d520e0e6666: Layer already exists [2023-05-05T21:35:29.712Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:29.977Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:30.313Z] + 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-05-05T21:35:30.642Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-05-05T21:35:30.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-05T21:35:30.642Z] 20c3696583c8: Preparing [2023-05-05T21:35:30.642Z] 06c07a1d910a: Preparing [2023-05-05T21:35:30.642Z] 6f440673a49b: Preparing [2023-05-05T21:35:30.642Z] caeac16921ae: Preparing [2023-05-05T21:35:30.642Z] 4aff90ef896d: Preparing [2023-05-05T21:35:30.642Z] 6d59c816bac3: Preparing [2023-05-05T21:35:30.642Z] 0d520e0e6666: Preparing [2023-05-05T21:35:30.642Z] 4ce83707ce93: Preparing [2023-05-05T21:35:30.642Z] 26cbea5cba74: Preparing [2023-05-05T21:35:30.642Z] 6d59c816bac3: Waiting [2023-05-05T21:35:30.642Z] 0d520e0e6666: Waiting [2023-05-05T21:35:30.642Z] 4ce83707ce93: Waiting [2023-05-05T21:35:30.642Z] 26cbea5cba74: Waiting [2023-05-05T21:35:30.642Z] 06c07a1d910a: Layer already exists [2023-05-05T21:35:30.642Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:30.642Z] 20c3696583c8: Layer already exists [2023-05-05T21:35:30.642Z] 6f440673a49b: Layer already exists [2023-05-05T21:35:30.642Z] caeac16921ae: Layer already exists [2023-05-05T21:35:30.642Z] 0d520e0e6666: Layer already exists [2023-05-05T21:35:30.642Z] 4ce83707ce93: Layer already exists [2023-05-05T21:35:30.642Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:30.642Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:30.908Z] main: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:35:30.951Z] ===================================================== [Pipeline] echo [2023-05-05T21:35:30.957Z] taggedImages: [2023-05-05T21:35:30.957Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:30.957Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-05-05T21:35:30.957Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.150 [2023-05-05T21:35:30.957Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:30.957Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-05-05T21:35:30.971Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-05-05T21:35:30.971Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:30.971Z] latest [2023-05-05T21:35:30.971Z] 3.0.0-dev.150 [2023-05-05T21:35:30.971Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:30.971Z] main [2023-05-05T21:35:30.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:31.297Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:31.634Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:31.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-05T21:35:31.634Z] 94f959518018: Preparing [2023-05-05T21:35:31.634Z] facab0dd5bdf: Preparing [2023-05-05T21:35:31.634Z] f8260fa6a65d: Preparing [2023-05-05T21:35:31.634Z] a10a7143f28d: Preparing [2023-05-05T21:35:31.634Z] 314b7b0a8ebd: Preparing [2023-05-05T21:35:31.634Z] d22bdfa49b4e: Preparing [2023-05-05T21:35:31.634Z] 1bdab4d75a99: Preparing [2023-05-05T21:35:31.634Z] 4aff90ef896d: Preparing [2023-05-05T21:35:31.634Z] 6d59c816bac3: Preparing [2023-05-05T21:35:31.634Z] 8f2c3a1f8521: Preparing [2023-05-05T21:35:31.634Z] 26cbea5cba74: Preparing [2023-05-05T21:35:31.634Z] d22bdfa49b4e: Waiting [2023-05-05T21:35:31.634Z] 1bdab4d75a99: Waiting [2023-05-05T21:35:31.634Z] 4aff90ef896d: Waiting [2023-05-05T21:35:31.634Z] 6d59c816bac3: Waiting [2023-05-05T21:35:31.634Z] 8f2c3a1f8521: Waiting [2023-05-05T21:35:31.634Z] 26cbea5cba74: Waiting [2023-05-05T21:35:31.900Z] 314b7b0a8ebd: Pushed [2023-05-05T21:35:31.900Z] facab0dd5bdf: Pushed [2023-05-05T21:35:31.900Z] 94f959518018: Pushed [2023-05-05T21:35:31.900Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:32.166Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:32.166Z] d22bdfa49b4e: Pushed [2023-05-05T21:35:32.166Z] 1bdab4d75a99: Pushed [2023-05-05T21:35:32.166Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:32.431Z] 8f2c3a1f8521: Pushed [2023-05-05T21:35:34.368Z] a10a7143f28d: Pushed [2023-05-05T21:35:35.324Z] f8260fa6a65d: Pushed [2023-05-05T21:35:35.590Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:35.939Z] + 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-05-05T21:35:36.268Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-05-05T21:35:36.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-05T21:35:36.268Z] 94f959518018: Preparing [2023-05-05T21:35:36.268Z] facab0dd5bdf: Preparing [2023-05-05T21:35:36.268Z] f8260fa6a65d: Preparing [2023-05-05T21:35:36.268Z] a10a7143f28d: Preparing [2023-05-05T21:35:36.268Z] 314b7b0a8ebd: Preparing [2023-05-05T21:35:36.268Z] d22bdfa49b4e: Preparing [2023-05-05T21:35:36.268Z] 1bdab4d75a99: Preparing [2023-05-05T21:35:36.268Z] 4aff90ef896d: Preparing [2023-05-05T21:35:36.268Z] 6d59c816bac3: Preparing [2023-05-05T21:35:36.269Z] 8f2c3a1f8521: Preparing [2023-05-05T21:35:36.269Z] 26cbea5cba74: Preparing [2023-05-05T21:35:36.269Z] 4aff90ef896d: Waiting [2023-05-05T21:35:36.269Z] 6d59c816bac3: Waiting [2023-05-05T21:35:36.269Z] 8f2c3a1f8521: Waiting [2023-05-05T21:35:36.269Z] 26cbea5cba74: Waiting [2023-05-05T21:35:36.269Z] d22bdfa49b4e: Waiting [2023-05-05T21:35:36.269Z] 1bdab4d75a99: Waiting [2023-05-05T21:35:36.269Z] f8260fa6a65d: Layer already exists [2023-05-05T21:35:36.269Z] facab0dd5bdf: Layer already exists [2023-05-05T21:35:36.269Z] a10a7143f28d: Layer already exists [2023-05-05T21:35:36.269Z] 94f959518018: Layer already exists [2023-05-05T21:35:36.269Z] 314b7b0a8ebd: Layer already exists [2023-05-05T21:35:36.269Z] d22bdfa49b4e: Layer already exists [2023-05-05T21:35:36.269Z] 1bdab4d75a99: Layer already exists [2023-05-05T21:35:36.269Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:36.269Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:36.269Z] 8f2c3a1f8521: Layer already exists [2023-05-05T21:35:36.269Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:36.532Z] latest: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:36.870Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:37.205Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.150 [2023-05-05T21:35:37.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-05T21:35:37.205Z] 94f959518018: Preparing [2023-05-05T21:35:37.205Z] facab0dd5bdf: Preparing [2023-05-05T21:35:37.205Z] f8260fa6a65d: Preparing [2023-05-05T21:35:37.205Z] a10a7143f28d: Preparing [2023-05-05T21:35:37.205Z] 314b7b0a8ebd: Preparing [2023-05-05T21:35:37.205Z] d22bdfa49b4e: Preparing [2023-05-05T21:35:37.205Z] 1bdab4d75a99: Preparing [2023-05-05T21:35:37.205Z] 4aff90ef896d: Preparing [2023-05-05T21:35:37.205Z] 6d59c816bac3: Preparing [2023-05-05T21:35:37.205Z] 8f2c3a1f8521: Preparing [2023-05-05T21:35:37.205Z] 26cbea5cba74: Preparing [2023-05-05T21:35:37.205Z] d22bdfa49b4e: Waiting [2023-05-05T21:35:37.205Z] 1bdab4d75a99: Waiting [2023-05-05T21:35:37.205Z] 4aff90ef896d: Waiting [2023-05-05T21:35:37.205Z] 6d59c816bac3: Waiting [2023-05-05T21:35:37.205Z] 26cbea5cba74: Waiting [2023-05-05T21:35:37.205Z] 8f2c3a1f8521: Waiting [2023-05-05T21:35:37.205Z] 94f959518018: Layer already exists [2023-05-05T21:35:37.205Z] a10a7143f28d: Layer already exists [2023-05-05T21:35:37.205Z] 314b7b0a8ebd: Layer already exists [2023-05-05T21:35:37.205Z] f8260fa6a65d: Layer already exists [2023-05-05T21:35:37.205Z] facab0dd5bdf: Layer already exists [2023-05-05T21:35:37.205Z] 1bdab4d75a99: Layer already exists [2023-05-05T21:35:37.205Z] d22bdfa49b4e: Layer already exists [2023-05-05T21:35:37.205Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:37.205Z] 8f2c3a1f8521: Layer already exists [2023-05-05T21:35:37.205Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:37.205Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:37.469Z] 3.0.0-dev.150: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:37.798Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:38.128Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:38.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-05T21:35:38.128Z] 94f959518018: Preparing [2023-05-05T21:35:38.128Z] facab0dd5bdf: Preparing [2023-05-05T21:35:38.128Z] f8260fa6a65d: Preparing [2023-05-05T21:35:38.128Z] a10a7143f28d: Preparing [2023-05-05T21:35:38.128Z] 314b7b0a8ebd: Preparing [2023-05-05T21:35:38.128Z] d22bdfa49b4e: Preparing [2023-05-05T21:35:38.128Z] 1bdab4d75a99: Preparing [2023-05-05T21:35:38.128Z] 4aff90ef896d: Preparing [2023-05-05T21:35:38.128Z] 6d59c816bac3: Preparing [2023-05-05T21:35:38.128Z] 8f2c3a1f8521: Preparing [2023-05-05T21:35:38.128Z] 26cbea5cba74: Preparing [2023-05-05T21:35:38.128Z] d22bdfa49b4e: Waiting [2023-05-05T21:35:38.128Z] 1bdab4d75a99: Waiting [2023-05-05T21:35:38.128Z] 4aff90ef896d: Waiting [2023-05-05T21:35:38.128Z] 6d59c816bac3: Waiting [2023-05-05T21:35:38.128Z] 8f2c3a1f8521: Waiting [2023-05-05T21:35:38.128Z] 26cbea5cba74: Waiting [2023-05-05T21:35:38.128Z] f8260fa6a65d: Layer already exists [2023-05-05T21:35:38.128Z] 94f959518018: Layer already exists [2023-05-05T21:35:38.128Z] 314b7b0a8ebd: Layer already exists [2023-05-05T21:35:38.128Z] facab0dd5bdf: Layer already exists [2023-05-05T21:35:38.128Z] a10a7143f28d: Layer already exists [2023-05-05T21:35:38.128Z] 1bdab4d75a99: Layer already exists [2023-05-05T21:35:38.128Z] d22bdfa49b4e: Layer already exists [2023-05-05T21:35:38.128Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:38.128Z] 8f2c3a1f8521: Layer already exists [2023-05-05T21:35:38.128Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:38.128Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:38.393Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:38.735Z] + 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-05-05T21:35:39.066Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-05-05T21:35:39.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-05T21:35:39.066Z] 94f959518018: Preparing [2023-05-05T21:35:39.066Z] facab0dd5bdf: Preparing [2023-05-05T21:35:39.066Z] f8260fa6a65d: Preparing [2023-05-05T21:35:39.066Z] a10a7143f28d: Preparing [2023-05-05T21:35:39.066Z] 314b7b0a8ebd: Preparing [2023-05-05T21:35:39.066Z] d22bdfa49b4e: Preparing [2023-05-05T21:35:39.066Z] 1bdab4d75a99: Preparing [2023-05-05T21:35:39.066Z] 4aff90ef896d: Preparing [2023-05-05T21:35:39.066Z] 6d59c816bac3: Preparing [2023-05-05T21:35:39.066Z] 8f2c3a1f8521: Preparing [2023-05-05T21:35:39.066Z] 26cbea5cba74: Preparing [2023-05-05T21:35:39.066Z] 4aff90ef896d: Waiting [2023-05-05T21:35:39.066Z] 6d59c816bac3: Waiting [2023-05-05T21:35:39.066Z] 8f2c3a1f8521: Waiting [2023-05-05T21:35:39.066Z] d22bdfa49b4e: Waiting [2023-05-05T21:35:39.066Z] 1bdab4d75a99: Waiting [2023-05-05T21:35:39.066Z] 94f959518018: Layer already exists [2023-05-05T21:35:39.066Z] f8260fa6a65d: Layer already exists [2023-05-05T21:35:39.066Z] 314b7b0a8ebd: Layer already exists [2023-05-05T21:35:39.066Z] facab0dd5bdf: Layer already exists [2023-05-05T21:35:39.066Z] a10a7143f28d: Layer already exists [2023-05-05T21:35:39.066Z] 1bdab4d75a99: Layer already exists [2023-05-05T21:35:39.066Z] d22bdfa49b4e: Layer already exists [2023-05-05T21:35:39.066Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:39.066Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:39.066Z] 8f2c3a1f8521: Layer already exists [2023-05-05T21:35:39.066Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:39.331Z] main: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:35:39.378Z] ===================================================== [Pipeline] echo [2023-05-05T21:35:39.383Z] taggedImages: [2023-05-05T21:35:39.383Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:39.383Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-05-05T21:35:39.383Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.150 [2023-05-05T21:35:39.383Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:39.383Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-05-05T21:35:39.396Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-05-05T21:35:39.396Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:39.396Z] latest [2023-05-05T21:35:39.396Z] 3.0.0-dev.150 [2023-05-05T21:35:39.396Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:39.396Z] main [2023-05-05T21:35:39.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:39.723Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:40.056Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:40.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-05T21:35:40.056Z] b68c89d46c8b: Preparing [2023-05-05T21:35:40.056Z] 4bb6a1edeeb8: Preparing [2023-05-05T21:35:40.056Z] 4aff90ef896d: Preparing [2023-05-05T21:35:40.056Z] 6d59c816bac3: Preparing [2023-05-05T21:35:40.056Z] 672afff35d3a: Preparing [2023-05-05T21:35:40.056Z] 26cbea5cba74: Preparing [2023-05-05T21:35:40.056Z] 26cbea5cba74: Waiting [2023-05-05T21:35:40.056Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:40.056Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:40.322Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:40.322Z] b68c89d46c8b: Pushed [2023-05-05T21:35:41.734Z] 672afff35d3a: Pushed [2023-05-05T21:35:45.064Z] 4bb6a1edeeb8: Pushed [2023-05-05T21:35:45.064Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:45.397Z] + 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-05-05T21:35:45.733Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-05-05T21:35:45.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-05T21:35:45.733Z] b68c89d46c8b: Preparing [2023-05-05T21:35:45.733Z] 4bb6a1edeeb8: Preparing [2023-05-05T21:35:45.733Z] 4aff90ef896d: Preparing [2023-05-05T21:35:45.733Z] 6d59c816bac3: Preparing [2023-05-05T21:35:45.733Z] 672afff35d3a: Preparing [2023-05-05T21:35:45.733Z] 26cbea5cba74: Preparing [2023-05-05T21:35:45.733Z] 26cbea5cba74: Waiting [2023-05-05T21:35:45.733Z] 672afff35d3a: Layer already exists [2023-05-05T21:35:45.733Z] b68c89d46c8b: Layer already exists [2023-05-05T21:35:45.733Z] 4bb6a1edeeb8: Layer already exists [2023-05-05T21:35:45.733Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:45.733Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:45.733Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:45.998Z] latest: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:46.336Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:46.661Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.150 [2023-05-05T21:35:46.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-05T21:35:46.662Z] b68c89d46c8b: Preparing [2023-05-05T21:35:46.662Z] 4bb6a1edeeb8: Preparing [2023-05-05T21:35:46.662Z] 4aff90ef896d: Preparing [2023-05-05T21:35:46.662Z] 6d59c816bac3: Preparing [2023-05-05T21:35:46.662Z] 672afff35d3a: Preparing [2023-05-05T21:35:46.662Z] 26cbea5cba74: Preparing [2023-05-05T21:35:46.662Z] 26cbea5cba74: Waiting [2023-05-05T21:35:46.662Z] 672afff35d3a: Layer already exists [2023-05-05T21:35:46.662Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:46.662Z] 4bb6a1edeeb8: Layer already exists [2023-05-05T21:35:46.662Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:46.662Z] b68c89d46c8b: Layer already exists [2023-05-05T21:35:46.662Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:46.662Z] 3.0.0-dev.150: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:47.277Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:47.609Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:47.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-05T21:35:47.609Z] b68c89d46c8b: Preparing [2023-05-05T21:35:47.609Z] 4bb6a1edeeb8: Preparing [2023-05-05T21:35:47.609Z] 4aff90ef896d: Preparing [2023-05-05T21:35:47.609Z] 6d59c816bac3: Preparing [2023-05-05T21:35:47.609Z] 672afff35d3a: Preparing [2023-05-05T21:35:47.609Z] 26cbea5cba74: Preparing [2023-05-05T21:35:47.609Z] 26cbea5cba74: Waiting [2023-05-05T21:35:47.609Z] b68c89d46c8b: Layer already exists [2023-05-05T21:35:47.609Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:47.609Z] 672afff35d3a: Layer already exists [2023-05-05T21:35:47.609Z] 4bb6a1edeeb8: Layer already exists [2023-05-05T21:35:47.609Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:47.609Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:47.609Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:48.201Z] + 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-05-05T21:35:48.530Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-05-05T21:35:48.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-05T21:35:48.530Z] b68c89d46c8b: Preparing [2023-05-05T21:35:48.530Z] 4bb6a1edeeb8: Preparing [2023-05-05T21:35:48.530Z] 4aff90ef896d: Preparing [2023-05-05T21:35:48.530Z] 6d59c816bac3: Preparing [2023-05-05T21:35:48.530Z] 672afff35d3a: Preparing [2023-05-05T21:35:48.530Z] 26cbea5cba74: Preparing [2023-05-05T21:35:48.530Z] 26cbea5cba74: Waiting [2023-05-05T21:35:48.530Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:48.530Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:48.530Z] 672afff35d3a: Layer already exists [2023-05-05T21:35:48.530Z] 4bb6a1edeeb8: Layer already exists [2023-05-05T21:35:48.530Z] b68c89d46c8b: Layer already exists [2023-05-05T21:35:48.530Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:48.793Z] main: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:35:48.833Z] ===================================================== [Pipeline] echo [2023-05-05T21:35:48.838Z] taggedImages: [2023-05-05T21:35:48.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:48.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-05-05T21:35:48.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.150 [2023-05-05T21:35:48.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:48.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-05-05T21:35:48.857Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-05-05T21:35:48.857Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:48.857Z] latest [2023-05-05T21:35:48.857Z] 3.0.0-dev.150 [2023-05-05T21:35:48.857Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:35:48.857Z] main [2023-05-05T21:35:48.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:49.200Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:35:49.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:35:49.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-05T21:35:49.529Z] 0c37cc54191a: Preparing [2023-05-05T21:35:49.529Z] bc4e1fe31127: Preparing [2023-05-05T21:35:49.529Z] 0f8e6921741b: Preparing [2023-05-05T21:35:49.529Z] bfa76dcc9d00: Preparing [2023-05-05T21:35:49.529Z] e0eb0a7faf02: Preparing [2023-05-05T21:35:49.529Z] 4aff90ef896d: Preparing [2023-05-05T21:35:49.529Z] 6d59c816bac3: Preparing [2023-05-05T21:35:49.529Z] 53f912e90b59: Preparing [2023-05-05T21:35:49.529Z] 26cbea5cba74: Preparing [2023-05-05T21:35:49.529Z] 4aff90ef896d: Waiting [2023-05-05T21:35:49.529Z] 6d59c816bac3: Waiting [2023-05-05T21:35:49.529Z] 53f912e90b59: Waiting [2023-05-05T21:35:49.529Z] 26cbea5cba74: Waiting [2023-05-05T21:35:49.795Z] 0f8e6921741b: Pushed [2023-05-05T21:35:49.795Z] bc4e1fe31127: Pushed [2023-05-05T21:35:49.795Z] 0c37cc54191a: Pushed [2023-05-05T21:35:49.795Z] 4aff90ef896d: Layer already exists [2023-05-05T21:35:49.795Z] 6d59c816bac3: Layer already exists [2023-05-05T21:35:49.795Z] 26cbea5cba74: Layer already exists [2023-05-05T21:35:50.751Z] 53f912e90b59: Pushed [2023-05-05T21:36:03.032Z] e0eb0a7faf02: Pushed [2023-05-05T21:36:07.260Z] bfa76dcc9d00: Pushed [2023-05-05T21:36:07.260Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:07.588Z] + 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-05-05T21:36:07.915Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-05-05T21:36:07.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-05T21:36:07.915Z] 0c37cc54191a: Preparing [2023-05-05T21:36:07.915Z] bc4e1fe31127: Preparing [2023-05-05T21:36:07.915Z] 0f8e6921741b: Preparing [2023-05-05T21:36:07.915Z] bfa76dcc9d00: Preparing [2023-05-05T21:36:07.915Z] e0eb0a7faf02: Preparing [2023-05-05T21:36:07.915Z] 4aff90ef896d: Preparing [2023-05-05T21:36:07.915Z] 6d59c816bac3: Preparing [2023-05-05T21:36:07.915Z] 53f912e90b59: Preparing [2023-05-05T21:36:07.915Z] 26cbea5cba74: Preparing [2023-05-05T21:36:07.915Z] 6d59c816bac3: Waiting [2023-05-05T21:36:07.915Z] 53f912e90b59: Waiting [2023-05-05T21:36:07.915Z] 26cbea5cba74: Waiting [2023-05-05T21:36:07.915Z] 0f8e6921741b: Layer already exists [2023-05-05T21:36:07.915Z] bfa76dcc9d00: Layer already exists [2023-05-05T21:36:07.915Z] e0eb0a7faf02: Layer already exists [2023-05-05T21:36:07.915Z] 0c37cc54191a: Layer already exists [2023-05-05T21:36:07.915Z] bc4e1fe31127: Layer already exists [2023-05-05T21:36:07.915Z] 53f912e90b59: Layer already exists [2023-05-05T21:36:07.915Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:07.915Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:07.915Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:07.915Z] latest: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:08.513Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:08.847Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.150 [2023-05-05T21:36:08.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-05T21:36:08.848Z] 0c37cc54191a: Preparing [2023-05-05T21:36:08.848Z] bc4e1fe31127: Preparing [2023-05-05T21:36:08.848Z] 0f8e6921741b: Preparing [2023-05-05T21:36:08.848Z] bfa76dcc9d00: Preparing [2023-05-05T21:36:08.848Z] e0eb0a7faf02: Preparing [2023-05-05T21:36:08.848Z] 4aff90ef896d: Preparing [2023-05-05T21:36:08.848Z] 6d59c816bac3: Preparing [2023-05-05T21:36:08.848Z] 53f912e90b59: Preparing [2023-05-05T21:36:08.848Z] 26cbea5cba74: Preparing [2023-05-05T21:36:08.848Z] 6d59c816bac3: Waiting [2023-05-05T21:36:08.848Z] 53f912e90b59: Waiting [2023-05-05T21:36:08.848Z] 4aff90ef896d: Waiting [2023-05-05T21:36:08.848Z] 0f8e6921741b: Layer already exists [2023-05-05T21:36:08.848Z] e0eb0a7faf02: Layer already exists [2023-05-05T21:36:08.848Z] bc4e1fe31127: Layer already exists [2023-05-05T21:36:08.848Z] 0c37cc54191a: Layer already exists [2023-05-05T21:36:08.848Z] bfa76dcc9d00: Layer already exists [2023-05-05T21:36:08.848Z] 53f912e90b59: Layer already exists [2023-05-05T21:36:08.848Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:08.848Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:08.848Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:09.112Z] 3.0.0-dev.150: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:09.452Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:09.790Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:09.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-05T21:36:09.790Z] 0c37cc54191a: Preparing [2023-05-05T21:36:09.790Z] bc4e1fe31127: Preparing [2023-05-05T21:36:09.790Z] 0f8e6921741b: Preparing [2023-05-05T21:36:09.790Z] bfa76dcc9d00: Preparing [2023-05-05T21:36:09.790Z] e0eb0a7faf02: Preparing [2023-05-05T21:36:09.790Z] 4aff90ef896d: Preparing [2023-05-05T21:36:09.790Z] 6d59c816bac3: Preparing [2023-05-05T21:36:09.790Z] 53f912e90b59: Preparing [2023-05-05T21:36:09.790Z] 26cbea5cba74: Preparing [2023-05-05T21:36:09.790Z] 6d59c816bac3: Waiting [2023-05-05T21:36:09.790Z] 53f912e90b59: Waiting [2023-05-05T21:36:09.790Z] 26cbea5cba74: Waiting [2023-05-05T21:36:09.790Z] 4aff90ef896d: Waiting [2023-05-05T21:36:09.790Z] bfa76dcc9d00: Layer already exists [2023-05-05T21:36:09.790Z] 0c37cc54191a: Layer already exists [2023-05-05T21:36:09.790Z] e0eb0a7faf02: Layer already exists [2023-05-05T21:36:09.790Z] 0f8e6921741b: Layer already exists [2023-05-05T21:36:09.790Z] bc4e1fe31127: Layer already exists [2023-05-05T21:36:09.790Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:09.790Z] 53f912e90b59: Layer already exists [2023-05-05T21:36:09.790Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:09.790Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:09.790Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:10.118Z] + 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-05-05T21:36:10.444Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-05-05T21:36:10.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-05T21:36:10.444Z] 0c37cc54191a: Preparing [2023-05-05T21:36:10.444Z] bc4e1fe31127: Preparing [2023-05-05T21:36:10.444Z] 0f8e6921741b: Preparing [2023-05-05T21:36:10.444Z] bfa76dcc9d00: Preparing [2023-05-05T21:36:10.444Z] e0eb0a7faf02: Preparing [2023-05-05T21:36:10.444Z] 4aff90ef896d: Preparing [2023-05-05T21:36:10.444Z] 6d59c816bac3: Preparing [2023-05-05T21:36:10.444Z] 53f912e90b59: Preparing [2023-05-05T21:36:10.444Z] 26cbea5cba74: Preparing [2023-05-05T21:36:10.444Z] 6d59c816bac3: Waiting [2023-05-05T21:36:10.444Z] 53f912e90b59: Waiting [2023-05-05T21:36:10.444Z] 4aff90ef896d: Waiting [2023-05-05T21:36:10.444Z] 26cbea5cba74: Waiting [2023-05-05T21:36:10.444Z] bc4e1fe31127: Layer already exists [2023-05-05T21:36:10.444Z] bfa76dcc9d00: Layer already exists [2023-05-05T21:36:10.444Z] 0c37cc54191a: Layer already exists [2023-05-05T21:36:10.444Z] e0eb0a7faf02: Layer already exists [2023-05-05T21:36:10.444Z] 0f8e6921741b: Layer already exists [2023-05-05T21:36:10.444Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:10.444Z] 53f912e90b59: Layer already exists [2023-05-05T21:36:10.444Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:10.444Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:10.708Z] main: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:36:10.751Z] ===================================================== [Pipeline] echo [2023-05-05T21:36:10.756Z] taggedImages: [2023-05-05T21:36:10.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:10.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-05-05T21:36:10.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.150 [2023-05-05T21:36:10.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:10.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-05-05T21:36:10.770Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-05-05T21:36:10.770Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:10.770Z] latest [2023-05-05T21:36:10.770Z] 3.0.0-dev.150 [2023-05-05T21:36:10.770Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:10.770Z] main [2023-05-05T21:36:10.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:11.091Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:11.750Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:11.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-05T21:36:11.750Z] bf6f2b3fdf1a: Preparing [2023-05-05T21:36:11.750Z] a197e3483bea: Preparing [2023-05-05T21:36:11.750Z] d8a5957672ee: Preparing [2023-05-05T21:36:11.750Z] aa380a40c3d7: Preparing [2023-05-05T21:36:11.750Z] 4aff90ef896d: Preparing [2023-05-05T21:36:11.750Z] 6d59c816bac3: Preparing [2023-05-05T21:36:11.750Z] 66a8e2293f6d: Preparing [2023-05-05T21:36:11.750Z] 26cbea5cba74: Preparing [2023-05-05T21:36:11.750Z] 6d59c816bac3: Waiting [2023-05-05T21:36:11.750Z] 66a8e2293f6d: Waiting [2023-05-05T21:36:11.750Z] 26cbea5cba74: Waiting [2023-05-05T21:36:11.750Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:12.027Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:12.027Z] d8a5957672ee: Pushed [2023-05-05T21:36:12.027Z] bf6f2b3fdf1a: Pushed [2023-05-05T21:36:12.027Z] a197e3483bea: Pushed [2023-05-05T21:36:12.027Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:12.618Z] 66a8e2293f6d: Pushed [2023-05-05T21:36:30.814Z] aa380a40c3d7: Pushed [2023-05-05T21:36:30.814Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:31.156Z] + 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-05-05T21:36:31.483Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-05-05T21:36:31.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-05T21:36:31.483Z] bf6f2b3fdf1a: Preparing [2023-05-05T21:36:31.483Z] a197e3483bea: Preparing [2023-05-05T21:36:31.483Z] d8a5957672ee: Preparing [2023-05-05T21:36:31.483Z] aa380a40c3d7: Preparing [2023-05-05T21:36:31.483Z] 4aff90ef896d: Preparing [2023-05-05T21:36:31.483Z] 6d59c816bac3: Preparing [2023-05-05T21:36:31.483Z] 66a8e2293f6d: Preparing [2023-05-05T21:36:31.483Z] 26cbea5cba74: Preparing [2023-05-05T21:36:31.483Z] 66a8e2293f6d: Waiting [2023-05-05T21:36:31.483Z] 26cbea5cba74: Waiting [2023-05-05T21:36:31.483Z] 6d59c816bac3: Waiting [2023-05-05T21:36:31.483Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:31.483Z] aa380a40c3d7: Layer already exists [2023-05-05T21:36:31.483Z] d8a5957672ee: Layer already exists [2023-05-05T21:36:31.483Z] bf6f2b3fdf1a: Layer already exists [2023-05-05T21:36:31.483Z] a197e3483bea: Layer already exists [2023-05-05T21:36:31.483Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:31.483Z] 66a8e2293f6d: Layer already exists [2023-05-05T21:36:31.483Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:31.747Z] latest: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:32.078Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:32.413Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.150 [2023-05-05T21:36:32.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-05T21:36:32.414Z] bf6f2b3fdf1a: Preparing [2023-05-05T21:36:32.414Z] a197e3483bea: Preparing [2023-05-05T21:36:32.414Z] d8a5957672ee: Preparing [2023-05-05T21:36:32.414Z] aa380a40c3d7: Preparing [2023-05-05T21:36:32.414Z] 4aff90ef896d: Preparing [2023-05-05T21:36:32.414Z] 6d59c816bac3: Preparing [2023-05-05T21:36:32.414Z] 66a8e2293f6d: Preparing [2023-05-05T21:36:32.414Z] 26cbea5cba74: Preparing [2023-05-05T21:36:32.414Z] 6d59c816bac3: Waiting [2023-05-05T21:36:32.414Z] 26cbea5cba74: Waiting [2023-05-05T21:36:32.414Z] 66a8e2293f6d: Waiting [2023-05-05T21:36:32.414Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:32.414Z] a197e3483bea: Layer already exists [2023-05-05T21:36:32.414Z] aa380a40c3d7: Layer already exists [2023-05-05T21:36:32.414Z] bf6f2b3fdf1a: Layer already exists [2023-05-05T21:36:32.414Z] d8a5957672ee: Layer already exists [2023-05-05T21:36:32.414Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:32.414Z] 66a8e2293f6d: Layer already exists [2023-05-05T21:36:32.414Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:32.681Z] 3.0.0-dev.150: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:33.022Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:33.356Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:33.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-05T21:36:33.356Z] bf6f2b3fdf1a: Preparing [2023-05-05T21:36:33.356Z] a197e3483bea: Preparing [2023-05-05T21:36:33.356Z] d8a5957672ee: Preparing [2023-05-05T21:36:33.356Z] aa380a40c3d7: Preparing [2023-05-05T21:36:33.356Z] 4aff90ef896d: Preparing [2023-05-05T21:36:33.356Z] 6d59c816bac3: Preparing [2023-05-05T21:36:33.356Z] 66a8e2293f6d: Preparing [2023-05-05T21:36:33.356Z] 26cbea5cba74: Preparing [2023-05-05T21:36:33.356Z] 66a8e2293f6d: Waiting [2023-05-05T21:36:33.356Z] 6d59c816bac3: Waiting [2023-05-05T21:36:33.356Z] 26cbea5cba74: Waiting [2023-05-05T21:36:33.356Z] bf6f2b3fdf1a: Layer already exists [2023-05-05T21:36:33.356Z] a197e3483bea: Layer already exists [2023-05-05T21:36:33.356Z] aa380a40c3d7: Layer already exists [2023-05-05T21:36:33.356Z] d8a5957672ee: Layer already exists [2023-05-05T21:36:33.356Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:33.356Z] 66a8e2293f6d: Layer already exists [2023-05-05T21:36:33.356Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:33.356Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:33.356Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:33.956Z] + 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-05-05T21:36:34.300Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-05-05T21:36:34.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-05T21:36:34.300Z] bf6f2b3fdf1a: Preparing [2023-05-05T21:36:34.300Z] a197e3483bea: Preparing [2023-05-05T21:36:34.300Z] d8a5957672ee: Preparing [2023-05-05T21:36:34.300Z] aa380a40c3d7: Preparing [2023-05-05T21:36:34.300Z] 4aff90ef896d: Preparing [2023-05-05T21:36:34.300Z] 6d59c816bac3: Preparing [2023-05-05T21:36:34.300Z] 66a8e2293f6d: Preparing [2023-05-05T21:36:34.300Z] 26cbea5cba74: Preparing [2023-05-05T21:36:34.300Z] 6d59c816bac3: Waiting [2023-05-05T21:36:34.300Z] 66a8e2293f6d: Waiting [2023-05-05T21:36:34.300Z] 26cbea5cba74: Waiting [2023-05-05T21:36:34.300Z] d8a5957672ee: Layer already exists [2023-05-05T21:36:34.300Z] aa380a40c3d7: Layer already exists [2023-05-05T21:36:34.300Z] a197e3483bea: Layer already exists [2023-05-05T21:36:34.300Z] bf6f2b3fdf1a: Layer already exists [2023-05-05T21:36:34.300Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:34.300Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:34.300Z] 66a8e2293f6d: Layer already exists [2023-05-05T21:36:34.300Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:34.565Z] main: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:36:34.605Z] ===================================================== [Pipeline] echo [2023-05-05T21:36:34.611Z] taggedImages: [2023-05-05T21:36:34.611Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:34.611Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-05-05T21:36:34.611Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.150 [2023-05-05T21:36:34.611Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:34.611Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-05-05T21:36:34.625Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-05-05T21:36:34.625Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:34.625Z] latest [2023-05-05T21:36:34.625Z] 3.0.0-dev.150 [2023-05-05T21:36:34.625Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:34.625Z] main [2023-05-05T21:36:34.625Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:34.956Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:35.283Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:35.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-05T21:36:35.284Z] 1eaeb6b1ceac: Preparing [2023-05-05T21:36:35.284Z] 6be57b96d5a4: Preparing [2023-05-05T21:36:35.284Z] b6c1bd22e1d2: Preparing [2023-05-05T21:36:35.284Z] 91284e6b35dd: Preparing [2023-05-05T21:36:35.284Z] 4aff90ef896d: Preparing [2023-05-05T21:36:35.284Z] 6d59c816bac3: Preparing [2023-05-05T21:36:35.284Z] fc4b6084c051: Preparing [2023-05-05T21:36:35.284Z] 26cbea5cba74: Preparing [2023-05-05T21:36:35.284Z] 6d59c816bac3: Waiting [2023-05-05T21:36:35.284Z] fc4b6084c051: Waiting [2023-05-05T21:36:35.284Z] 26cbea5cba74: Waiting [2023-05-05T21:36:35.284Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:35.550Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:35.550Z] 6be57b96d5a4: Pushed [2023-05-05T21:36:35.550Z] b6c1bd22e1d2: Pushed [2023-05-05T21:36:35.550Z] 1eaeb6b1ceac: Pushed [2023-05-05T21:36:35.550Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:36.508Z] fc4b6084c051: Pushed [2023-05-05T21:36:54.704Z] 91284e6b35dd: Pushed [2023-05-05T21:36:54.704Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:55.041Z] + 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-05-05T21:36:55.366Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-05-05T21:36:55.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-05T21:36:55.366Z] 1eaeb6b1ceac: Preparing [2023-05-05T21:36:55.366Z] 6be57b96d5a4: Preparing [2023-05-05T21:36:55.366Z] b6c1bd22e1d2: Preparing [2023-05-05T21:36:55.366Z] 91284e6b35dd: Preparing [2023-05-05T21:36:55.366Z] 4aff90ef896d: Preparing [2023-05-05T21:36:55.366Z] 6d59c816bac3: Preparing [2023-05-05T21:36:55.366Z] fc4b6084c051: Preparing [2023-05-05T21:36:55.366Z] 26cbea5cba74: Preparing [2023-05-05T21:36:55.366Z] fc4b6084c051: Waiting [2023-05-05T21:36:55.366Z] 26cbea5cba74: Waiting [2023-05-05T21:36:55.366Z] 6d59c816bac3: Waiting [2023-05-05T21:36:55.366Z] b6c1bd22e1d2: Layer already exists [2023-05-05T21:36:55.366Z] 91284e6b35dd: Layer already exists [2023-05-05T21:36:55.366Z] 1eaeb6b1ceac: Layer already exists [2023-05-05T21:36:55.366Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:55.366Z] 6be57b96d5a4: Layer already exists [2023-05-05T21:36:55.366Z] fc4b6084c051: Layer already exists [2023-05-05T21:36:55.366Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:55.366Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:55.634Z] latest: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:55.970Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:56.308Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.150 [2023-05-05T21:36:56.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-05T21:36:56.308Z] 1eaeb6b1ceac: Preparing [2023-05-05T21:36:56.308Z] 6be57b96d5a4: Preparing [2023-05-05T21:36:56.308Z] b6c1bd22e1d2: Preparing [2023-05-05T21:36:56.308Z] 91284e6b35dd: Preparing [2023-05-05T21:36:56.308Z] 4aff90ef896d: Preparing [2023-05-05T21:36:56.308Z] 6d59c816bac3: Preparing [2023-05-05T21:36:56.308Z] fc4b6084c051: Preparing [2023-05-05T21:36:56.308Z] 26cbea5cba74: Preparing [2023-05-05T21:36:56.308Z] fc4b6084c051: Waiting [2023-05-05T21:36:56.308Z] 6d59c816bac3: Waiting [2023-05-05T21:36:56.308Z] 26cbea5cba74: Waiting [2023-05-05T21:36:56.308Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:56.308Z] 91284e6b35dd: Layer already exists [2023-05-05T21:36:56.308Z] b6c1bd22e1d2: Layer already exists [2023-05-05T21:36:56.308Z] 1eaeb6b1ceac: Layer already exists [2023-05-05T21:36:56.308Z] 6be57b96d5a4: Layer already exists [2023-05-05T21:36:56.308Z] fc4b6084c051: Layer already exists [2023-05-05T21:36:56.308Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:56.308Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:56.308Z] 3.0.0-dev.150: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:56.909Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:57.241Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:57.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-05T21:36:57.242Z] 1eaeb6b1ceac: Preparing [2023-05-05T21:36:57.242Z] 6be57b96d5a4: Preparing [2023-05-05T21:36:57.242Z] b6c1bd22e1d2: Preparing [2023-05-05T21:36:57.242Z] 91284e6b35dd: Preparing [2023-05-05T21:36:57.242Z] 4aff90ef896d: Preparing [2023-05-05T21:36:57.242Z] 6d59c816bac3: Preparing [2023-05-05T21:36:57.242Z] fc4b6084c051: Preparing [2023-05-05T21:36:57.242Z] 26cbea5cba74: Preparing [2023-05-05T21:36:57.242Z] 6d59c816bac3: Waiting [2023-05-05T21:36:57.242Z] fc4b6084c051: Waiting [2023-05-05T21:36:57.242Z] 26cbea5cba74: Waiting [2023-05-05T21:36:57.242Z] b6c1bd22e1d2: Layer already exists [2023-05-05T21:36:57.242Z] 1eaeb6b1ceac: Layer already exists [2023-05-05T21:36:57.242Z] 6be57b96d5a4: Layer already exists [2023-05-05T21:36:57.242Z] 91284e6b35dd: Layer already exists [2023-05-05T21:36:57.242Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:57.242Z] fc4b6084c051: Layer already exists [2023-05-05T21:36:57.242Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:57.242Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:57.507Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:57.846Z] + 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-05-05T21:36:58.187Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-05-05T21:36:58.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-05T21:36:58.187Z] 1eaeb6b1ceac: Preparing [2023-05-05T21:36:58.187Z] 6be57b96d5a4: Preparing [2023-05-05T21:36:58.187Z] b6c1bd22e1d2: Preparing [2023-05-05T21:36:58.187Z] 91284e6b35dd: Preparing [2023-05-05T21:36:58.187Z] 4aff90ef896d: Preparing [2023-05-05T21:36:58.187Z] 6d59c816bac3: Preparing [2023-05-05T21:36:58.187Z] fc4b6084c051: Preparing [2023-05-05T21:36:58.187Z] 26cbea5cba74: Preparing [2023-05-05T21:36:58.187Z] fc4b6084c051: Waiting [2023-05-05T21:36:58.187Z] 26cbea5cba74: Waiting [2023-05-05T21:36:58.187Z] 6d59c816bac3: Waiting [2023-05-05T21:36:58.187Z] 91284e6b35dd: Layer already exists [2023-05-05T21:36:58.187Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:58.187Z] b6c1bd22e1d2: Layer already exists [2023-05-05T21:36:58.187Z] 6be57b96d5a4: Layer already exists [2023-05-05T21:36:58.187Z] 1eaeb6b1ceac: Layer already exists [2023-05-05T21:36:58.187Z] fc4b6084c051: Layer already exists [2023-05-05T21:36:58.187Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:58.187Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:58.451Z] main: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:36:58.505Z] ===================================================== [Pipeline] echo [2023-05-05T21:36:58.517Z] taggedImages: [2023-05-05T21:36:58.517Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:58.517Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-05-05T21:36:58.517Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.150 [2023-05-05T21:36:58.517Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:58.517Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-05-05T21:36:58.542Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-05-05T21:36:58.542Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:58.542Z] latest [2023-05-05T21:36:58.542Z] 3.0.0-dev.150 [2023-05-05T21:36:58.542Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:36:58.542Z] main [2023-05-05T21:36:58.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:58.879Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:36:59.214Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:36:59.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-05T21:36:59.214Z] 75ffbfbb33ad: Preparing [2023-05-05T21:36:59.214Z] e288c5a7b91e: Preparing [2023-05-05T21:36:59.214Z] 4aff90ef896d: Preparing [2023-05-05T21:36:59.214Z] 6d59c816bac3: Preparing [2023-05-05T21:36:59.214Z] ee777e016b51: Preparing [2023-05-05T21:36:59.214Z] 26cbea5cba74: Preparing [2023-05-05T21:36:59.214Z] 26cbea5cba74: Waiting [2023-05-05T21:36:59.214Z] 4aff90ef896d: Layer already exists [2023-05-05T21:36:59.214Z] 6d59c816bac3: Layer already exists [2023-05-05T21:36:59.214Z] 26cbea5cba74: Layer already exists [2023-05-05T21:36:59.478Z] 75ffbfbb33ad: Pushed [2023-05-05T21:36:59.478Z] ee777e016b51: Pushed [2023-05-05T21:37:06.096Z] e288c5a7b91e: Pushed [2023-05-05T21:37:06.096Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:06.435Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:06.764Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-05-05T21:37:06.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-05T21:37:06.764Z] 75ffbfbb33ad: Preparing [2023-05-05T21:37:06.764Z] e288c5a7b91e: Preparing [2023-05-05T21:37:06.764Z] 4aff90ef896d: Preparing [2023-05-05T21:37:06.764Z] 6d59c816bac3: Preparing [2023-05-05T21:37:06.764Z] ee777e016b51: Preparing [2023-05-05T21:37:06.764Z] 26cbea5cba74: Preparing [2023-05-05T21:37:06.764Z] 26cbea5cba74: Waiting [2023-05-05T21:37:06.764Z] 75ffbfbb33ad: Layer already exists [2023-05-05T21:37:06.764Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:06.764Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:06.764Z] e288c5a7b91e: Layer already exists [2023-05-05T21:37:06.764Z] ee777e016b51: Layer already exists [2023-05-05T21:37:06.764Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:06.764Z] latest: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:07.363Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:07.690Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.150 [2023-05-05T21:37:07.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-05T21:37:07.691Z] 75ffbfbb33ad: Preparing [2023-05-05T21:37:07.691Z] e288c5a7b91e: Preparing [2023-05-05T21:37:07.691Z] 4aff90ef896d: Preparing [2023-05-05T21:37:07.691Z] 6d59c816bac3: Preparing [2023-05-05T21:37:07.691Z] ee777e016b51: Preparing [2023-05-05T21:37:07.691Z] 26cbea5cba74: Preparing [2023-05-05T21:37:07.691Z] 26cbea5cba74: Waiting [2023-05-05T21:37:07.691Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:07.691Z] e288c5a7b91e: Layer already exists [2023-05-05T21:37:07.691Z] 75ffbfbb33ad: Layer already exists [2023-05-05T21:37:07.691Z] ee777e016b51: Layer already exists [2023-05-05T21:37:07.691Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:07.691Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:07.691Z] 3.0.0-dev.150: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:08.014Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:08.334Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:37:08.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-05T21:37:08.334Z] 75ffbfbb33ad: Preparing [2023-05-05T21:37:08.334Z] e288c5a7b91e: Preparing [2023-05-05T21:37:08.334Z] 4aff90ef896d: Preparing [2023-05-05T21:37:08.334Z] 6d59c816bac3: Preparing [2023-05-05T21:37:08.334Z] ee777e016b51: Preparing [2023-05-05T21:37:08.334Z] 26cbea5cba74: Preparing [2023-05-05T21:37:08.334Z] 75ffbfbb33ad: Layer already exists [2023-05-05T21:37:08.334Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:08.334Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:08.334Z] e288c5a7b91e: Layer already exists [2023-05-05T21:37:08.334Z] ee777e016b51: Layer already exists [2023-05-05T21:37:08.334Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:08.334Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:08.658Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:08.987Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-05-05T21:37:08.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-05T21:37:08.987Z] 75ffbfbb33ad: Preparing [2023-05-05T21:37:08.987Z] e288c5a7b91e: Preparing [2023-05-05T21:37:08.987Z] 4aff90ef896d: Preparing [2023-05-05T21:37:08.987Z] 6d59c816bac3: Preparing [2023-05-05T21:37:08.987Z] ee777e016b51: Preparing [2023-05-05T21:37:08.987Z] 26cbea5cba74: Preparing [2023-05-05T21:37:08.987Z] 26cbea5cba74: Waiting [2023-05-05T21:37:08.987Z] ee777e016b51: Layer already exists [2023-05-05T21:37:08.987Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:08.987Z] 75ffbfbb33ad: Layer already exists [2023-05-05T21:37:08.987Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:08.987Z] e288c5a7b91e: Layer already exists [2023-05-05T21:37:08.987Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:08.987Z] main: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:37:09.043Z] ===================================================== [Pipeline] echo [2023-05-05T21:37:09.052Z] taggedImages: [2023-05-05T21:37:09.052Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:37:09.052Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-05-05T21:37:09.052Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.150 [2023-05-05T21:37:09.052Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:37:09.052Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-05-05T21:37:09.071Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-05-05T21:37:09.071Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:37:09.071Z] latest [2023-05-05T21:37:09.071Z] 3.0.0-dev.150 [2023-05-05T21:37:09.071Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:37:09.071Z] main [2023-05-05T21:37:09.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:09.401Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:09.724Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:37:09.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-05T21:37:09.724Z] fa84a44eb6c0: Preparing [2023-05-05T21:37:09.724Z] 0f2b0c91b1fd: Preparing [2023-05-05T21:37:09.724Z] 4aff90ef896d: Preparing [2023-05-05T21:37:09.724Z] 6d59c816bac3: Preparing [2023-05-05T21:37:09.724Z] c73bc4f272e4: Preparing [2023-05-05T21:37:09.724Z] 26cbea5cba74: Preparing [2023-05-05T21:37:09.724Z] 26cbea5cba74: Waiting [2023-05-05T21:37:09.724Z] c73bc4f272e4: Layer already exists [2023-05-05T21:37:09.724Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:09.724Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:09.724Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:09.987Z] fa84a44eb6c0: Pushed [2023-05-05T21:37:15.310Z] 0f2b0c91b1fd: Pushed [2023-05-05T21:37:15.310Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:15.647Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:15.983Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-05-05T21:37:15.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-05T21:37:15.983Z] fa84a44eb6c0: Preparing [2023-05-05T21:37:15.983Z] 0f2b0c91b1fd: Preparing [2023-05-05T21:37:15.983Z] 4aff90ef896d: Preparing [2023-05-05T21:37:15.983Z] 6d59c816bac3: Preparing [2023-05-05T21:37:15.983Z] c73bc4f272e4: Preparing [2023-05-05T21:37:15.983Z] 26cbea5cba74: Preparing [2023-05-05T21:37:15.983Z] 26cbea5cba74: Waiting [2023-05-05T21:37:15.983Z] 0f2b0c91b1fd: Layer already exists [2023-05-05T21:37:15.983Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:15.983Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:15.983Z] c73bc4f272e4: Layer already exists [2023-05-05T21:37:15.983Z] fa84a44eb6c0: Layer already exists [2023-05-05T21:37:15.983Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:15.983Z] latest: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:16.582Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:16.920Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.150 [2023-05-05T21:37:16.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-05T21:37:16.920Z] fa84a44eb6c0: Preparing [2023-05-05T21:37:16.920Z] 0f2b0c91b1fd: Preparing [2023-05-05T21:37:16.920Z] 4aff90ef896d: Preparing [2023-05-05T21:37:16.920Z] 6d59c816bac3: Preparing [2023-05-05T21:37:16.920Z] c73bc4f272e4: Preparing [2023-05-05T21:37:16.920Z] 26cbea5cba74: Preparing [2023-05-05T21:37:16.920Z] 26cbea5cba74: Waiting [2023-05-05T21:37:16.920Z] 0f2b0c91b1fd: Layer already exists [2023-05-05T21:37:16.920Z] fa84a44eb6c0: Layer already exists [2023-05-05T21:37:16.920Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:16.920Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:16.920Z] c73bc4f272e4: Layer already exists [2023-05-05T21:37:16.920Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:16.920Z] 3.0.0-dev.150: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:17.522Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:17.854Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:37:17.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-05T21:37:17.854Z] fa84a44eb6c0: Preparing [2023-05-05T21:37:17.854Z] 0f2b0c91b1fd: Preparing [2023-05-05T21:37:17.854Z] 4aff90ef896d: Preparing [2023-05-05T21:37:17.854Z] 6d59c816bac3: Preparing [2023-05-05T21:37:17.854Z] c73bc4f272e4: Preparing [2023-05-05T21:37:17.854Z] 26cbea5cba74: Preparing [2023-05-05T21:37:17.854Z] 26cbea5cba74: Waiting [2023-05-05T21:37:17.854Z] fa84a44eb6c0: Layer already exists [2023-05-05T21:37:17.854Z] 0f2b0c91b1fd: Layer already exists [2023-05-05T21:37:17.854Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:17.854Z] c73bc4f272e4: Layer already exists [2023-05-05T21:37:17.854Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:17.854Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:18.119Z] ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:18.465Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:18.801Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-05-05T21:37:18.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-05T21:37:18.801Z] fa84a44eb6c0: Preparing [2023-05-05T21:37:18.801Z] 0f2b0c91b1fd: Preparing [2023-05-05T21:37:18.801Z] 4aff90ef896d: Preparing [2023-05-05T21:37:18.801Z] 6d59c816bac3: Preparing [2023-05-05T21:37:18.801Z] c73bc4f272e4: Preparing [2023-05-05T21:37:18.801Z] 26cbea5cba74: Preparing [2023-05-05T21:37:18.801Z] 26cbea5cba74: Waiting [2023-05-05T21:37:18.801Z] c73bc4f272e4: Layer already exists [2023-05-05T21:37:18.801Z] 6d59c816bac3: Layer already exists [2023-05-05T21:37:18.801Z] 4aff90ef896d: Layer already exists [2023-05-05T21:37:18.801Z] 0f2b0c91b1fd: Layer already exists [2023-05-05T21:37:18.801Z] fa84a44eb6c0: Layer already exists [2023-05-05T21:37:18.801Z] 26cbea5cba74: Layer already exists [2023-05-05T21:37:19.065Z] main: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-05T21:37:19.118Z] ===================================================== [Pipeline] echo [2023-05-05T21:37:19.126Z] taggedImages: [2023-05-05T21:37:19.126Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [2023-05-05T21:37:19.126Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-05-05T21:37:19.126Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.150 [2023-05-05T21:37:19.126Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [2023-05-05T21:37:19.126Z] - 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-05-05T21:37:19.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-05T21:37:19.491Z] [2023-05-05T21:37:19.491Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:19.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-05T21:37:19.822Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-05T21:37:19.822Z] 8998bd30e6a1: Pulling fs layer [2023-05-05T21:37:19.822Z] 04944245beec: Pulling fs layer [2023-05-05T21:37:19.822Z] 699f458cf7ca: Pulling fs layer [2023-05-05T21:37:19.822Z] 765212b225bb: Pulling fs layer [2023-05-05T21:37:19.822Z] f23df028b6ca: Pulling fs layer [2023-05-05T21:37:19.822Z] d65c8cfc05b1: Pulling fs layer [2023-05-05T21:37:19.822Z] 2437ff75d9bd: Pulling fs layer [2023-05-05T21:37:19.822Z] f23df028b6ca: Waiting [2023-05-05T21:37:19.822Z] d65c8cfc05b1: Waiting [2023-05-05T21:37:19.822Z] 2437ff75d9bd: Waiting [2023-05-05T21:37:19.822Z] 765212b225bb: Waiting [2023-05-05T21:37:20.087Z] 04944245beec: Verifying Checksum [2023-05-05T21:37:20.087Z] 04944245beec: Download complete [2023-05-05T21:37:20.087Z] 765212b225bb: Verifying Checksum [2023-05-05T21:37:20.087Z] 765212b225bb: Download complete [2023-05-05T21:37:20.087Z] f23df028b6ca: Download complete [2023-05-05T21:37:20.087Z] d65c8cfc05b1: Verifying Checksum [2023-05-05T21:37:20.087Z] d65c8cfc05b1: Download complete [2023-05-05T21:37:20.353Z] 699f458cf7ca: Verifying Checksum [2023-05-05T21:37:20.353Z] 699f458cf7ca: Download complete [2023-05-05T21:37:20.619Z] 8998bd30e6a1: Verifying Checksum [2023-05-05T21:37:20.619Z] 8998bd30e6a1: Download complete [2023-05-05T21:37:23.196Z] 2437ff75d9bd: Verifying Checksum [2023-05-05T21:37:23.196Z] 2437ff75d9bd: Download complete [2023-05-05T21:37:24.598Z] 8998bd30e6a1: Pull complete [2023-05-05T21:37:25.179Z] 04944245beec: Pull complete [2023-05-05T21:37:26.583Z] 699f458cf7ca: Pull complete [2023-05-05T21:37:26.848Z] 765212b225bb: Pull complete [2023-05-05T21:37:27.431Z] f23df028b6ca: Pull complete [2023-05-05T21:37:27.696Z] d65c8cfc05b1: Pull complete [2023-05-05T21:37:42.803Z] 2437ff75d9bd: Pull complete [2023-05-05T21:37:42.803Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-05T21:37:42.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-05T21:37:42.803Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:37:43.002Z] prd-ubuntu20.04-docker-arm64-4c-16g-13933 does not seem to be running inside a container [2023-05-05T21:37:43.045Z] $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:37:45.489Z] $ docker top 42a9e7d7330d84720578fe9e1f2365d22315b5f2c3a6fda8aecd297d2e868f21 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:37:46.412Z] ---> job-cost.sh [2023-05-05T21:37:46.412Z] lf-activate-venv: SKIPPING [2023-05-05T21:37:46.412Z] INFO: No Stack... [2023-05-05T21:37:46.677Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-05T21:37:47.630Z] INFO: Archiving Costs [Pipeline] sh [2023-05-05T21:37:47.942Z] + cut -d, -f6 [2023-05-05T21:37:47.942Z] + cat /w/workspace/edgex-go/515/archives/cost.csv [Pipeline] lock [2023-05-05T21:37:48.271Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-515-stack-cost] [2023-05-05T21:37:48.280Z] Resource [jenkins-edgexfoundry-edgex-go-main-515-stack-cost] did not exist. Created. [2023-05-05T21:37:48.280Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-515-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-05T21:37:48.600Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-05T21:37:49.157Z] Stashed 1 file(s) [Pipeline] } [2023-05-05T21:37:49.167Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-515-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-05T21:37:49.166Z] $ docker stop --time=1 42a9e7d7330d84720578fe9e1f2365d22315b5f2c3a6fda8aecd297d2e868f21 [2023-05-05T21:37:50.653Z] $ docker rm -f --volumes 42a9e7d7330d84720578fe9e1f2365d22315b5f2c3a6fda8aecd297d2e868f21 [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-05-05T21:37:51.081Z] provisioning config files... [2023-05-05T21:37:51.088Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/515@tmp/config8311018416496862236tmp [Pipeline] { [Pipeline] sh [2023-05-05T21:37:51.376Z] + set +x [2023-05-05T21:37:51.377Z] + curl -s https://codecov.io/bash [2023-05-05T21:37:51.377Z] + bash -s -- [2023-05-05T21:37:51.377Z] [2023-05-05T21:37:51.377Z] _____ _ [2023-05-05T21:37:51.377Z] / ____| | | [2023-05-05T21:37:51.377Z] | | ___ __| | ___ ___ _____ __ [2023-05-05T21:37:51.377Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-05T21:37:51.377Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-05T21:37:51.377Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-05T21:37:51.377Z] Bash-1.0.6 [2023-05-05T21:37:51.377Z] [2023-05-05T21:37:51.377Z] [2023-05-05T21:37:51.377Z] ==> git version 2.25.1 found [2023-05-05T21:37:51.377Z] ==> 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-05-05T21:37:51.377Z] Release-Date: 2020-01-08 [2023-05-05T21:37:51.377Z] 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-05-05T21:37:51.377Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-05T21:37:51.377Z] ==> Jenkins CI detected. [2023-05-05T21:37:51.377Z] current dir:  /w/workspace/edgex-go/515 [2023-05-05T21:37:51.377Z] project root: . [2023-05-05T21:37:51.377Z] --> token set from env [2023-05-05T21:37:51.377Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-05T21:37:51.377Z] ==> Running gcov in . (disable via -X gcov) [2023-05-05T21:37:51.377Z] ==> Python coveragepy not found [2023-05-05T21:37:51.377Z] ==> Searching for coverage reports in: [2023-05-05T21:37:51.377Z] + . [2023-05-05T21:37:51.637Z] -> Found 1 reports [2023-05-05T21:37:51.637Z] ==> Detecting git/mercurial file structure [2023-05-05T21:37:51.637Z] ==> Reading reports [2023-05-05T21:37:51.637Z] + ./coverage.out bytes=448560 [2023-05-05T21:37:51.637Z] ==> Appending adjustments [2023-05-05T21:37:51.637Z] https://docs.codecov.io/docs/fixing-reports [2023-05-05T21:37:52.572Z] + Found adjustments [2023-05-05T21:37:52.572Z] ==> Gzipping contents [2023-05-05T21:37:52.572Z] 60K /tmp/codecov.c1f9TX.gz [2023-05-05T21:37:52.572Z] ==> Uploading reports [2023-05-05T21:37:52.572Z] url: https://codecov.io [2023-05-05T21:37:52.572Z] query: branch=main&commit=ce5d24036f637d84b811de065aa37bd3eaf3c7fe&build=515&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F515%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-05T21:37:52.572Z] -> Pinging Codecov [2023-05-05T21:37:52.572Z] 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=ce5d24036f637d84b811de065aa37bd3eaf3c7fe&build=515&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F515%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-05T21:37:52.832Z] -> Uploading to [2023-05-05T21:37:52.832Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-05/00271124DB129430A58F1EEE437C3FCB/ce5d24036f637d84b811de065aa37bd3eaf3c7fe/e96d987d-e6f4-4ffd-acf5-6483abc9a23f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230505T213752Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ec0a768650b5f26e433a832876dfde90dc85320cef0464d7588a66fd02118a0 [2023-05-05T21:37:52.832Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-05T21:37:52.832Z] Dload Upload Total Spent Left Speed [2023-05-05T21:37:53.091Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57605 0 0 100 57605 0 219k --:--:-- --:--:-- --:--:-- 219k [2023-05-05T21:37:53.091Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [2023-05-05T21:37:53.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-05-05T21:37:53.319Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-05-05T21:37:53.331Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:53.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-05T21:37:53.629Z] [2023-05-05T21:37:53.629Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:37:53.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-05T21:37:53.928Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-05-05T21:37:53.928Z] df9b9388f04a: Pulling fs layer [2023-05-05T21:37:53.928Z] 52dc419b0ee2: Pulling fs layer [2023-05-05T21:37:53.928Z] 25bc292e5bac: Pulling fs layer [2023-05-05T21:37:53.928Z] 114826534d7a: Pulling fs layer [2023-05-05T21:37:53.928Z] 4657fd5d0bcf: Pulling fs layer [2023-05-05T21:37:53.928Z] 6ad1cebc031e: Pulling fs layer [2023-05-05T21:37:53.928Z] 8a3aa393b2d8: Pulling fs layer [2023-05-05T21:37:53.928Z] 114826534d7a: Waiting [2023-05-05T21:37:53.928Z] 4657fd5d0bcf: Waiting [2023-05-05T21:37:53.928Z] 6ad1cebc031e: Waiting [2023-05-05T21:37:53.928Z] 8a3aa393b2d8: Waiting [2023-05-05T21:37:53.928Z] 25bc292e5bac: Verifying Checksum [2023-05-05T21:37:53.928Z] 25bc292e5bac: Download complete [2023-05-05T21:37:53.928Z] 52dc419b0ee2: Download complete [2023-05-05T21:37:53.928Z] 4657fd5d0bcf: Download complete [2023-05-05T21:37:53.928Z] df9b9388f04a: Verifying Checksum [2023-05-05T21:37:53.928Z] df9b9388f04a: Download complete [2023-05-05T21:37:54.187Z] df9b9388f04a: Pull complete [2023-05-05T21:37:54.188Z] 6ad1cebc031e: Verifying Checksum [2023-05-05T21:37:54.188Z] 6ad1cebc031e: Download complete [2023-05-05T21:37:54.188Z] 52dc419b0ee2: Pull complete [2023-05-05T21:37:54.188Z] 25bc292e5bac: Pull complete [2023-05-05T21:37:54.755Z] 114826534d7a: Verifying Checksum [2023-05-05T21:37:54.755Z] 114826534d7a: Download complete [2023-05-05T21:37:54.755Z] 8a3aa393b2d8: Verifying Checksum [2023-05-05T21:37:54.755Z] 8a3aa393b2d8: Download complete [2023-05-05T21:37:58.039Z] 114826534d7a: Pull complete [2023-05-05T21:37:58.039Z] 4657fd5d0bcf: Pull complete [2023-05-05T21:37:58.297Z] 6ad1cebc031e: Pull complete [2023-05-05T21:38:00.826Z] 8a3aa393b2d8: Pull complete [2023-05-05T21:38:00.826Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-05-05T21:38:00.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-05T21:38:00.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:38:00.916Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:38:00.946Z] $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:38:03.314Z] $ docker top 4822765f0799bf4e317265bd4531de55b48d6ce0a26af154875be789e9692742 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-05T21:38:03.376Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-05-05T21:38:03.653Z] + set -o pipefail [2023-05-05T21:38:03.654Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-05-05T21:38:10.216Z] [2023-05-05T21:38:10.216Z] Monitoring /w/workspace/edgex-go/515 (github.com/edgexfoundry/edgex-go)... [2023-05-05T21:38:10.216Z] [2023-05-05T21:38:10.216Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/7d8a4b7b-572c-48e0-90dc-f8923dd199fa [2023-05-05T21:38:10.216Z] [2023-05-05T21:38:10.216Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-05-05T21:38:10.216Z] [2023-05-05T21:38:10.216Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-05-05T21:38:10.216Z] [2023-05-05T21:38:10.216Z] [2023-05-05T21:38:10.216Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-05-05T21:38:10.216Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-05-05T21:38:10.216Z] More details here: https://snyk.co/ue1NS [2023-05-05T21:38:10.216Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-05-05T21:38:10.216Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-05-05T21:38:10.228Z] $ docker stop --time=1 4822765f0799bf4e317265bd4531de55b48d6ce0a26af154875be789e9692742 [2023-05-05T21:38:12.364Z] $ docker rm -f --volumes 4822765f0799bf4e317265bd4531de55b48d6ce0a26af154875be789e9692742 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-05-05T21:38:12.698Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-05T21:38:12.712Z] provisioning config files... [2023-05-05T21:38:12.719Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/515@tmp/config12647700277390182343tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:13.010Z] --> edgex-publish-swagger.sh [2023-05-05T21:38:13.010Z] === Publish openapi/v3 API === [2023-05-05T21:38:13.010Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-05-05T21:38:13.010Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/515/openapi/v3/core-command.yaml] [2023-05-05T21:38:13.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-05T21:38:13.010Z] Dload Upload Total Spent Left Speed [2023-05-05T21:38:13.577Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 46747 --:--:-- --:--:-- --:--:-- 46747 [2023-05-05T21:38:13.577Z] [2023-05-05T21:38:13.577Z] [2023-05-05T21:38:13.577Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/515/openapi/v3/core-data.yaml] [2023-05-05T21:38:13.577Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-05T21:38:13.577Z] Dload Upload Total Spent Left Speed [2023-05-05T21:38:14.095Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 334k --:--:-- --:--:-- --:--:-- 332k 100 69110 0 0 100 69110 0 127k --:--:-- --:--:-- --:--:-- 126k [2023-05-05T21:38:14.095Z] [2023-05-05T21:38:14.095Z] [2023-05-05T21:38:14.095Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/515/openapi/v3/core-metadata.yaml] [2023-05-05T21:38:14.095Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-05T21:38:14.095Z] Dload Upload Total Spent Left Speed [2023-05-05T21:38:14.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 243k --:--:-- --:--:-- --:--:-- 242k 100 141k 0 0 100 141k 0 243k --:--:-- --:--:-- --:--:-- 242k [2023-05-05T21:38:14.663Z] [2023-05-05T21:38:14.663Z] [2023-05-05T21:38:14.663Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/515/openapi/v3/support-notifications.yaml] [2023-05-05T21:38:14.663Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-05T21:38:14.663Z] Dload Upload Total Spent Left Speed [2023-05-05T21:38:15.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 148k --:--:-- --:--:-- --:--:-- 148k [2023-05-05T21:38:15.230Z] [2023-05-05T21:38:15.230Z] [2023-05-05T21:38:15.230Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/515/openapi/v3/support-scheduler.yaml] [2023-05-05T21:38:15.230Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-05T21:38:15.230Z] Dload Upload Total Spent Left Speed [2023-05-05T21:38:15.797Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 74524 --:--:-- --:--:-- --:--:-- 74363 100 34356 0 0 100 34356 0 74524 --:--:-- --:--:-- --:--:-- 74363 [2023-05-05T21:38:15.797Z] [2023-05-05T21:38:15.797Z] [Pipeline] } [2023-05-05T21:38:15.805Z] 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-05-05T21:38:16.212Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-05T21:38:16.213Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:38:16.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-05T21:38:16.520Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:38:16.598Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:38:16.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:38:17.020Z] $ docker top 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-05T21:38:17.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-05T21:38:17.103Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-05T21:38:17.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-05T21:38:17.215Z] $ docker exec 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 ssh-agent [2023-05-05T21:38:17.314Z] SSH_AUTH_SOCK=/tmp/ssh-TIpF50ZgETUe/agent.32 [2023-05-05T21:38:17.314Z] SSH_AGENT_PID=39 [2023-05-05T21:38:17.319Z] Running ssh-add (command line suppressed) [2023-05-05T21:38:17.424Z] Identity added: /w/workspace/edgex-go/515@tmp/private_key_12283368895306092065.key (/w/workspace/edgex-go/515@tmp/private_key_12283368895306092065.key) [2023-05-05T21:38:17.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-05T21:38:17.720Z] + git semver tag [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,900 [run_tag] DEBUG tag force:False [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,900 [check_head_tag] DEBUG check head tag [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,904 [execute] INFO git cat-file --batch-check [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,904 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=) [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,907 [execute] INFO git cat-file --batch [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,907 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=) [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,972 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,972 [execute] INFO git tag -a v3.0.0-dev.150 -m v3.0.0-dev.150 [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,972 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.150', '-m', 'v3.0.0-dev.150'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=None) [2023-05-05T21:38:17.980Z] 2023-05-05 21:38:17,977 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main [2023-05-05T21:38:17.980Z] 3.0.0-dev.150 [Pipeline] } [2023-05-05T21:38:18.251Z] $ docker exec --env ******** --env ******** 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 ssh-agent -k [2023-05-05T21:38:18.355Z] unset SSH_AUTH_SOCK; [2023-05-05T21:38:18.356Z] unset SSH_AGENT_PID; [2023-05-05T21:38:18.356Z] echo Agent pid 39 killed; [2023-05-05T21:38:18.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-05T21:38:18.659Z] + git semver [Pipeline] } [2023-05-05T21:38:18.933Z] $ docker stop --time=1 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 [2023-05-05T21:38:20.205Z] $ docker rm -f --volumes 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:38:20.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-05T21:38:20.569Z] [2023-05-05T21:38:20.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:38:20.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-05T21:38:20.865Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-05-05T21:38:20.865Z] ab5ef0e58194: Pulling fs layer [2023-05-05T21:38:20.865Z] 9712f1f96733: Pulling fs layer [2023-05-05T21:38:20.865Z] 63f879dbbcfc: Pulling fs layer [2023-05-05T21:38:20.865Z] 0d9ebad4ef96: Pulling fs layer [2023-05-05T21:38:20.865Z] e9a5061849ea: Pulling fs layer [2023-05-05T21:38:20.865Z] d747dcd14b5f: Pulling fs layer [2023-05-05T21:38:20.865Z] 2de7ff778b66: Pulling fs layer [2023-05-05T21:38:20.865Z] 0d9ebad4ef96: Waiting [2023-05-05T21:38:20.865Z] e9a5061849ea: Waiting [2023-05-05T21:38:20.865Z] d747dcd14b5f: Waiting [2023-05-05T21:38:20.865Z] 2de7ff778b66: Waiting [2023-05-05T21:38:20.865Z] 9712f1f96733: Download complete [2023-05-05T21:38:21.124Z] 63f879dbbcfc: Verifying Checksum [2023-05-05T21:38:21.124Z] 63f879dbbcfc: Download complete [2023-05-05T21:38:21.124Z] e9a5061849ea: Verifying Checksum [2023-05-05T21:38:21.124Z] e9a5061849ea: Download complete [2023-05-05T21:38:21.382Z] d747dcd14b5f: Verifying Checksum [2023-05-05T21:38:21.382Z] d747dcd14b5f: Download complete [2023-05-05T21:38:21.382Z] 0d9ebad4ef96: Verifying Checksum [2023-05-05T21:38:21.382Z] 0d9ebad4ef96: Download complete [2023-05-05T21:38:21.382Z] ab5ef0e58194: Verifying Checksum [2023-05-05T21:38:21.382Z] ab5ef0e58194: Download complete [2023-05-05T21:38:21.382Z] 2de7ff778b66: Verifying Checksum [2023-05-05T21:38:21.382Z] 2de7ff778b66: Download complete [2023-05-05T21:38:23.911Z] ab5ef0e58194: Pull complete [2023-05-05T21:38:23.911Z] 9712f1f96733: Pull complete [2023-05-05T21:38:24.476Z] 63f879dbbcfc: Pull complete [2023-05-05T21:38:27.757Z] 0d9ebad4ef96: Pull complete [2023-05-05T21:38:27.757Z] e9a5061849ea: Pull complete [2023-05-05T21:38:27.757Z] d747dcd14b5f: Pull complete [2023-05-05T21:38:28.693Z] 2de7ff778b66: Pull complete [2023-05-05T21:38:28.693Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-05-05T21:38:28.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-05T21:38:28.693Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:38:28.764Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:38:28.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:38:31.107Z] $ docker top 67acee517bb1a76941430365ea171d3df285d763fe9093a73dea88f1a2f2f29f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-05-05T21:38:31.168Z] provisioning config files... [2023-05-05T21:38:31.174Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/515@tmp/config12228137681590793627tmp [2023-05-05T21:38:31.182Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/515@tmp/config11201382879333352638tmp [2023-05-05T21:38:31.190Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/515@tmp/config11023043615960313558tmp [Pipeline] { [Pipeline] echo [2023-05-05T21:38:31.204Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:31.482Z] ---> sigul-configuration.sh [2023-05-05T21:38:31.482Z] gpg: directory `/root/.gnupg' created [2023-05-05T21:38:31.482Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-05-05T21:38:31.482Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-05-05T21:38:31.482Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-05-05T21:38:31.482Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-05-05T21:38:31.482Z] gpg: CAST5 encrypted data [2023-05-05T21:38:31.482Z] gpg: encrypted with 1 passphrase [2023-05-05T21:38:31.482Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-05-05T21:38:31.765Z] + mkdir /home/jenkins [2023-05-05T21:38:31.766Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-05-05T21:38:32.050Z] + 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-05-05T21:38:32.057Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:32.333Z] ---> sigul-install.sh [2023-05-05T21:38:32.333Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-05-05T21:38:32.619Z] + git tag --list [2023-05-05T21:38:32.619Z] 0.6.0 [2023-05-05T21:38:32.619Z] 0.6.1 [2023-05-05T21:38:32.619Z] 0.7.0 [2023-05-05T21:38:32.619Z] 0.7.1 [2023-05-05T21:38:32.619Z] v1.0.0 [2023-05-05T21:38:32.619Z] v1.0.1 [2023-05-05T21:38:32.619Z] v1.1.0 [2023-05-05T21:38:32.620Z] v1.2.0 [2023-05-05T21:38:32.620Z] v1.2.1 [2023-05-05T21:38:32.620Z] v1.3.0 [2023-05-05T21:38:32.620Z] v1.3.1 [2023-05-05T21:38:32.620Z] v2.0.0 [2023-05-05T21:38:32.620Z] v2.1.0 [2023-05-05T21:38:32.620Z] v2.1.1 [2023-05-05T21:38:32.620Z] v2.1.1-dev.1 [2023-05-05T21:38:32.620Z] v2.1.1-dev.2 [2023-05-05T21:38:32.620Z] v2.1.1-dev.3 [2023-05-05T21:38:32.620Z] v2.1.1-dev.4 [2023-05-05T21:38:32.620Z] v2.1.1-dev.5 [2023-05-05T21:38:32.620Z] v2.1.1-dev.6 [2023-05-05T21:38:32.620Z] v2.1.1-dev.7 [2023-05-05T21:38:32.620Z] v2.1.1-dev.8 [2023-05-05T21:38:32.620Z] v2.1.2-dev.1 [2023-05-05T21:38:32.620Z] v2.2.0 [2023-05-05T21:38:32.620Z] v2.2.1-dev.1 [2023-05-05T21:38:32.620Z] v2.2.1-dev.10 [2023-05-05T21:38:32.620Z] v2.2.1-dev.11 [2023-05-05T21:38:32.620Z] v2.2.1-dev.12 [2023-05-05T21:38:32.620Z] v2.2.1-dev.13 [2023-05-05T21:38:32.620Z] v2.2.1-dev.14 [2023-05-05T21:38:32.620Z] v2.2.1-dev.15 [2023-05-05T21:38:32.620Z] v2.2.1-dev.16 [2023-05-05T21:38:32.620Z] v2.2.1-dev.17 [2023-05-05T21:38:32.620Z] v2.2.1-dev.18 [2023-05-05T21:38:32.620Z] v2.2.1-dev.19 [2023-05-05T21:38:32.620Z] v2.2.1-dev.2 [2023-05-05T21:38:32.620Z] v2.2.1-dev.20 [2023-05-05T21:38:32.620Z] v2.2.1-dev.21 [2023-05-05T21:38:32.620Z] v2.2.1-dev.22 [2023-05-05T21:38:32.620Z] v2.2.1-dev.23 [2023-05-05T21:38:32.620Z] v2.2.1-dev.24 [2023-05-05T21:38:32.620Z] v2.2.1-dev.25 [2023-05-05T21:38:32.620Z] v2.2.1-dev.26 [2023-05-05T21:38:32.620Z] v2.2.1-dev.27 [2023-05-05T21:38:32.620Z] v2.2.1-dev.28 [2023-05-05T21:38:32.620Z] v2.2.1-dev.29 [2023-05-05T21:38:32.620Z] v2.2.1-dev.3 [2023-05-05T21:38:32.620Z] v2.2.1-dev.4 [2023-05-05T21:38:32.620Z] v2.2.1-dev.5 [2023-05-05T21:38:32.620Z] v2.2.1-dev.6 [2023-05-05T21:38:32.620Z] v2.2.1-dev.7 [2023-05-05T21:38:32.620Z] v2.2.1-dev.8 [2023-05-05T21:38:32.620Z] v2.2.1-dev.9 [2023-05-05T21:38:32.620Z] v2.3.0 [2023-05-05T21:38:32.620Z] v2.3.0-dev.100 [2023-05-05T21:38:32.620Z] v2.3.0-dev.101 [2023-05-05T21:38:32.620Z] v2.3.0-dev.102 [2023-05-05T21:38:32.620Z] v2.3.0-dev.103 [2023-05-05T21:38:32.620Z] v2.3.0-dev.104 [2023-05-05T21:38:32.620Z] v2.3.0-dev.105 [2023-05-05T21:38:32.620Z] v2.3.0-dev.106 [2023-05-05T21:38:32.620Z] v2.3.0-dev.29 [2023-05-05T21:38:32.620Z] v2.3.0-dev.30 [2023-05-05T21:38:32.620Z] v2.3.0-dev.31 [2023-05-05T21:38:32.620Z] v2.3.0-dev.32 [2023-05-05T21:38:32.620Z] v2.3.0-dev.33 [2023-05-05T21:38:32.620Z] v2.3.0-dev.34 [2023-05-05T21:38:32.620Z] v2.3.0-dev.35 [2023-05-05T21:38:32.620Z] v2.3.0-dev.36 [2023-05-05T21:38:32.620Z] v2.3.0-dev.37 [2023-05-05T21:38:32.620Z] v2.3.0-dev.38 [2023-05-05T21:38:32.620Z] v2.3.0-dev.39 [2023-05-05T21:38:32.620Z] v2.3.0-dev.40 [2023-05-05T21:38:32.620Z] v2.3.0-dev.41 [2023-05-05T21:38:32.620Z] v2.3.0-dev.42 [2023-05-05T21:38:32.620Z] v2.3.0-dev.43 [2023-05-05T21:38:32.620Z] v2.3.0-dev.44 [2023-05-05T21:38:32.620Z] v2.3.0-dev.45 [2023-05-05T21:38:32.620Z] v2.3.0-dev.46 [2023-05-05T21:38:32.620Z] v2.3.0-dev.47 [2023-05-05T21:38:32.620Z] v2.3.0-dev.48 [2023-05-05T21:38:32.620Z] v2.3.0-dev.49 [2023-05-05T21:38:32.620Z] v2.3.0-dev.50 [2023-05-05T21:38:32.620Z] v2.3.0-dev.51 [2023-05-05T21:38:32.620Z] v2.3.0-dev.52 [2023-05-05T21:38:32.620Z] v2.3.0-dev.53 [2023-05-05T21:38:32.620Z] v2.3.0-dev.54 [2023-05-05T21:38:32.620Z] v2.3.0-dev.55 [2023-05-05T21:38:32.620Z] v2.3.0-dev.56 [2023-05-05T21:38:32.620Z] v2.3.0-dev.57 [2023-05-05T21:38:32.620Z] v2.3.0-dev.58 [2023-05-05T21:38:32.620Z] v2.3.0-dev.59 [2023-05-05T21:38:32.620Z] v2.3.0-dev.60 [2023-05-05T21:38:32.620Z] v2.3.0-dev.61 [2023-05-05T21:38:32.620Z] v2.3.0-dev.62 [2023-05-05T21:38:32.620Z] v2.3.0-dev.63 [2023-05-05T21:38:32.620Z] v2.3.0-dev.64 [2023-05-05T21:38:32.620Z] v2.3.0-dev.65 [2023-05-05T21:38:32.620Z] v2.3.0-dev.66 [2023-05-05T21:38:32.620Z] v2.3.0-dev.67 [2023-05-05T21:38:32.620Z] v2.3.0-dev.68 [2023-05-05T21:38:32.620Z] v2.3.0-dev.69 [2023-05-05T21:38:32.620Z] v2.3.0-dev.70 [2023-05-05T21:38:32.620Z] v2.3.0-dev.71 [2023-05-05T21:38:32.620Z] v2.3.0-dev.72 [2023-05-05T21:38:32.620Z] v2.3.0-dev.73 [2023-05-05T21:38:32.620Z] v2.3.0-dev.74 [2023-05-05T21:38:32.620Z] v2.3.0-dev.75 [2023-05-05T21:38:32.620Z] v2.3.0-dev.76 [2023-05-05T21:38:32.620Z] v2.3.0-dev.77 [2023-05-05T21:38:32.620Z] v2.3.0-dev.78 [2023-05-05T21:38:32.620Z] v2.3.0-dev.79 [2023-05-05T21:38:32.620Z] v2.3.0-dev.80 [2023-05-05T21:38:32.620Z] v2.3.0-dev.81 [2023-05-05T21:38:32.620Z] v2.3.0-dev.82 [2023-05-05T21:38:32.620Z] v2.3.0-dev.83 [2023-05-05T21:38:32.620Z] v2.3.0-dev.84 [2023-05-05T21:38:32.620Z] v2.3.0-dev.85 [2023-05-05T21:38:32.620Z] v2.3.0-dev.86 [2023-05-05T21:38:32.620Z] v2.3.0-dev.87 [2023-05-05T21:38:32.620Z] v2.3.0-dev.88 [2023-05-05T21:38:32.620Z] v2.3.0-dev.89 [2023-05-05T21:38:32.620Z] v2.3.0-dev.90 [2023-05-05T21:38:32.620Z] v2.3.0-dev.91 [2023-05-05T21:38:32.620Z] v2.3.0-dev.92 [2023-05-05T21:38:32.620Z] v2.3.0-dev.93 [2023-05-05T21:38:32.620Z] v2.3.0-dev.94 [2023-05-05T21:38:32.620Z] v2.3.0-dev.95 [2023-05-05T21:38:32.620Z] v2.3.0-dev.96 [2023-05-05T21:38:32.620Z] v2.3.0-dev.97 [2023-05-05T21:38:32.620Z] v2.3.0-dev.98 [2023-05-05T21:38:32.620Z] v2.3.0-dev.99 [2023-05-05T21:38:32.620Z] v2.3.1-dev.1 [2023-05-05T21:38:32.620Z] v2.3.1-dev.2 [2023-05-05T21:38:32.620Z] v2.3.1-dev.3 [2023-05-05T21:38:32.620Z] v2.3.1-dev.4 [2023-05-05T21:38:32.620Z] v2.3.1-dev.5 [2023-05-05T21:38:32.620Z] v3.0.0-dev.1 [2023-05-05T21:38:32.620Z] v3.0.0-dev.10 [2023-05-05T21:38:32.620Z] v3.0.0-dev.100 [2023-05-05T21:38:32.620Z] v3.0.0-dev.101 [2023-05-05T21:38:32.620Z] v3.0.0-dev.102 [2023-05-05T21:38:32.620Z] v3.0.0-dev.103 [2023-05-05T21:38:32.620Z] v3.0.0-dev.104 [2023-05-05T21:38:32.620Z] v3.0.0-dev.105 [2023-05-05T21:38:32.620Z] v3.0.0-dev.106 [2023-05-05T21:38:32.620Z] v3.0.0-dev.107 [2023-05-05T21:38:32.620Z] v3.0.0-dev.108 [2023-05-05T21:38:32.620Z] v3.0.0-dev.109 [2023-05-05T21:38:32.620Z] v3.0.0-dev.11 [2023-05-05T21:38:32.620Z] v3.0.0-dev.110 [2023-05-05T21:38:32.620Z] v3.0.0-dev.111 [2023-05-05T21:38:32.620Z] v3.0.0-dev.112 [2023-05-05T21:38:32.620Z] v3.0.0-dev.113 [2023-05-05T21:38:32.620Z] v3.0.0-dev.114 [2023-05-05T21:38:32.620Z] v3.0.0-dev.115 [2023-05-05T21:38:32.620Z] v3.0.0-dev.116 [2023-05-05T21:38:32.620Z] v3.0.0-dev.117 [2023-05-05T21:38:32.620Z] v3.0.0-dev.118 [2023-05-05T21:38:32.620Z] v3.0.0-dev.119 [2023-05-05T21:38:32.620Z] v3.0.0-dev.12 [2023-05-05T21:38:32.620Z] v3.0.0-dev.120 [2023-05-05T21:38:32.620Z] v3.0.0-dev.121 [2023-05-05T21:38:32.620Z] v3.0.0-dev.122 [2023-05-05T21:38:32.620Z] v3.0.0-dev.123 [2023-05-05T21:38:32.620Z] v3.0.0-dev.124 [2023-05-05T21:38:32.620Z] v3.0.0-dev.125 [2023-05-05T21:38:32.620Z] v3.0.0-dev.126 [2023-05-05T21:38:32.620Z] v3.0.0-dev.127 [2023-05-05T21:38:32.620Z] v3.0.0-dev.128 [2023-05-05T21:38:32.620Z] v3.0.0-dev.129 [2023-05-05T21:38:32.620Z] v3.0.0-dev.13 [2023-05-05T21:38:32.620Z] v3.0.0-dev.130 [2023-05-05T21:38:32.620Z] v3.0.0-dev.131 [2023-05-05T21:38:32.620Z] v3.0.0-dev.132 [2023-05-05T21:38:32.620Z] v3.0.0-dev.133 [2023-05-05T21:38:32.620Z] v3.0.0-dev.134 [2023-05-05T21:38:32.620Z] v3.0.0-dev.135 [2023-05-05T21:38:32.620Z] v3.0.0-dev.136 [2023-05-05T21:38:32.620Z] v3.0.0-dev.137 [2023-05-05T21:38:32.620Z] v3.0.0-dev.138 [2023-05-05T21:38:32.620Z] v3.0.0-dev.139 [2023-05-05T21:38:32.620Z] v3.0.0-dev.14 [2023-05-05T21:38:32.620Z] v3.0.0-dev.140 [2023-05-05T21:38:32.620Z] v3.0.0-dev.141 [2023-05-05T21:38:32.620Z] v3.0.0-dev.142 [2023-05-05T21:38:32.620Z] v3.0.0-dev.143 [2023-05-05T21:38:32.620Z] v3.0.0-dev.144 [2023-05-05T21:38:32.620Z] v3.0.0-dev.145 [2023-05-05T21:38:32.620Z] v3.0.0-dev.146 [2023-05-05T21:38:32.620Z] v3.0.0-dev.147 [2023-05-05T21:38:32.620Z] v3.0.0-dev.148 [2023-05-05T21:38:32.620Z] v3.0.0-dev.149 [2023-05-05T21:38:32.620Z] v3.0.0-dev.15 [2023-05-05T21:38:32.620Z] v3.0.0-dev.150 [2023-05-05T21:38:32.620Z] v3.0.0-dev.16 [2023-05-05T21:38:32.620Z] v3.0.0-dev.17 [2023-05-05T21:38:32.620Z] v3.0.0-dev.18 [2023-05-05T21:38:32.620Z] v3.0.0-dev.19 [2023-05-05T21:38:32.620Z] v3.0.0-dev.2 [2023-05-05T21:38:32.620Z] v3.0.0-dev.20 [2023-05-05T21:38:32.620Z] v3.0.0-dev.21 [2023-05-05T21:38:32.620Z] v3.0.0-dev.22 [2023-05-05T21:38:32.620Z] v3.0.0-dev.23 [2023-05-05T21:38:32.620Z] v3.0.0-dev.24 [2023-05-05T21:38:32.620Z] v3.0.0-dev.25 [2023-05-05T21:38:32.620Z] v3.0.0-dev.26 [2023-05-05T21:38:32.620Z] v3.0.0-dev.27 [2023-05-05T21:38:32.620Z] v3.0.0-dev.28 [2023-05-05T21:38:32.620Z] v3.0.0-dev.29 [2023-05-05T21:38:32.620Z] v3.0.0-dev.3 [2023-05-05T21:38:32.620Z] v3.0.0-dev.30 [2023-05-05T21:38:32.620Z] v3.0.0-dev.31 [2023-05-05T21:38:32.620Z] v3.0.0-dev.32 [2023-05-05T21:38:32.620Z] v3.0.0-dev.33 [2023-05-05T21:38:32.620Z] v3.0.0-dev.34 [2023-05-05T21:38:32.620Z] v3.0.0-dev.35 [2023-05-05T21:38:32.620Z] v3.0.0-dev.36 [2023-05-05T21:38:32.620Z] v3.0.0-dev.37 [2023-05-05T21:38:32.620Z] v3.0.0-dev.38 [2023-05-05T21:38:32.620Z] v3.0.0-dev.39 [2023-05-05T21:38:32.620Z] v3.0.0-dev.4 [2023-05-05T21:38:32.620Z] v3.0.0-dev.40 [2023-05-05T21:38:32.620Z] v3.0.0-dev.41 [2023-05-05T21:38:32.620Z] v3.0.0-dev.42 [2023-05-05T21:38:32.620Z] v3.0.0-dev.43 [2023-05-05T21:38:32.620Z] v3.0.0-dev.44 [2023-05-05T21:38:32.620Z] v3.0.0-dev.45 [2023-05-05T21:38:32.620Z] v3.0.0-dev.46 [2023-05-05T21:38:32.620Z] v3.0.0-dev.47 [2023-05-05T21:38:32.620Z] v3.0.0-dev.48 [2023-05-05T21:38:32.620Z] v3.0.0-dev.49 [2023-05-05T21:38:32.620Z] v3.0.0-dev.5 [2023-05-05T21:38:32.620Z] v3.0.0-dev.50 [2023-05-05T21:38:32.620Z] v3.0.0-dev.51 [2023-05-05T21:38:32.620Z] v3.0.0-dev.52 [2023-05-05T21:38:32.620Z] v3.0.0-dev.53 [2023-05-05T21:38:32.620Z] v3.0.0-dev.54 [2023-05-05T21:38:32.620Z] v3.0.0-dev.55 [2023-05-05T21:38:32.620Z] v3.0.0-dev.56 [2023-05-05T21:38:32.620Z] v3.0.0-dev.57 [2023-05-05T21:38:32.620Z] v3.0.0-dev.58 [2023-05-05T21:38:32.620Z] v3.0.0-dev.59 [2023-05-05T21:38:32.620Z] v3.0.0-dev.6 [2023-05-05T21:38:32.620Z] v3.0.0-dev.60 [2023-05-05T21:38:32.620Z] v3.0.0-dev.61 [2023-05-05T21:38:32.620Z] v3.0.0-dev.62 [2023-05-05T21:38:32.620Z] v3.0.0-dev.63 [2023-05-05T21:38:32.620Z] v3.0.0-dev.64 [2023-05-05T21:38:32.620Z] v3.0.0-dev.65 [2023-05-05T21:38:32.620Z] v3.0.0-dev.66 [2023-05-05T21:38:32.620Z] v3.0.0-dev.67 [2023-05-05T21:38:32.620Z] v3.0.0-dev.68 [2023-05-05T21:38:32.620Z] v3.0.0-dev.69 [2023-05-05T21:38:32.620Z] v3.0.0-dev.7 [2023-05-05T21:38:32.620Z] v3.0.0-dev.70 [2023-05-05T21:38:32.620Z] v3.0.0-dev.71 [2023-05-05T21:38:32.620Z] v3.0.0-dev.72 [2023-05-05T21:38:32.620Z] v3.0.0-dev.73 [2023-05-05T21:38:32.620Z] v3.0.0-dev.74 [2023-05-05T21:38:32.620Z] v3.0.0-dev.75 [2023-05-05T21:38:32.620Z] v3.0.0-dev.76 [2023-05-05T21:38:32.620Z] v3.0.0-dev.77 [2023-05-05T21:38:32.620Z] v3.0.0-dev.78 [2023-05-05T21:38:32.620Z] v3.0.0-dev.79 [2023-05-05T21:38:32.620Z] v3.0.0-dev.8 [2023-05-05T21:38:32.620Z] v3.0.0-dev.80 [2023-05-05T21:38:32.620Z] v3.0.0-dev.81 [2023-05-05T21:38:32.620Z] v3.0.0-dev.82 [2023-05-05T21:38:32.620Z] v3.0.0-dev.83 [2023-05-05T21:38:32.620Z] v3.0.0-dev.84 [2023-05-05T21:38:32.620Z] v3.0.0-dev.85 [2023-05-05T21:38:32.620Z] v3.0.0-dev.86 [2023-05-05T21:38:32.620Z] v3.0.0-dev.87 [2023-05-05T21:38:32.620Z] v3.0.0-dev.88 [2023-05-05T21:38:32.620Z] v3.0.0-dev.89 [2023-05-05T21:38:32.620Z] v3.0.0-dev.9 [2023-05-05T21:38:32.620Z] v3.0.0-dev.90 [2023-05-05T21:38:32.620Z] v3.0.0-dev.91 [2023-05-05T21:38:32.620Z] v3.0.0-dev.92 [2023-05-05T21:38:32.620Z] v3.0.0-dev.93 [2023-05-05T21:38:32.620Z] v3.0.0-dev.94 [2023-05-05T21:38:32.620Z] v3.0.0-dev.95 [2023-05-05T21:38:32.620Z] v3.0.0-dev.96 [2023-05-05T21:38:32.620Z] v3.0.0-dev.97 [2023-05-05T21:38:32.620Z] v3.0.0-dev.98 [2023-05-05T21:38:32.620Z] v3.0.0-dev.99 [Pipeline] sh [2023-05-05T21:38:32.905Z] + lftools sign git-tag v3.0.0-dev.150 [2023-05-05T21:38:33.471Z] Signing Git tag with Sigul... [2023-05-05T21:38:33.471Z] Signing v3.0.0-dev.150 [Pipeline] echo [2023-05-05T21:38:33.740Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:34.022Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-05-05T21:38:34.029Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-05T21:38:34.051Z] $ docker stop --time=1 67acee517bb1a76941430365ea171d3df285d763fe9093a73dea88f1a2f2f29f [2023-05-05T21:38:35.311Z] $ docker rm -f --volumes 67acee517bb1a76941430365ea171d3df285d763fe9093a73dea88f1a2f2f29f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-05-05T21:38:35.730Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-05T21:38:35.730Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:38:36.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-05T21:38:36.034Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:38:36.098Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:38:36.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:38:36.459Z] $ docker top 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-05T21:38:36.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-05T21:38:36.540Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-05T21:38:36.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-05T21:38:36.641Z] $ docker exec 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 ssh-agent [2023-05-05T21:38:36.752Z] SSH_AUTH_SOCK=/tmp/ssh-00M4JepmF0F3/agent.32 [2023-05-05T21:38:36.752Z] SSH_AGENT_PID=38 [2023-05-05T21:38:36.757Z] Running ssh-add (command line suppressed) [2023-05-05T21:38:36.848Z] Identity added: /w/workspace/edgex-go/515@tmp/private_key_1701826489670578369.key (/w/workspace/edgex-go/515@tmp/private_key_1701826489670578369.key) [2023-05-05T21:38:36.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-05T21:38:37.150Z] + git semver bump pre [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,336 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,336 [bump_version] DEBUG bumping version:3.0.0-dev.150 on axis:pre with prefix:dev [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,336 [bump_version] DEBUG bumped version:3.0.0-dev.151 [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,336 [write_version] DEBUG write version:3.0.0-dev.151 to path:/w/workspace/edgex-go/515/.semver/main with force:True [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,337 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,337 [write_file] DEBUG write to file:/w/workspace/edgex-go/515/.semver/main [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,339 [execute] INFO git cat-file --batch-check [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,339 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=) [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,344 [execute] INFO git cat-file --batch [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,344 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=) [2023-05-05T21:38:37.409Z] 2023-05-05 21:38:37,349 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main [2023-05-05T21:38:37.409Z] 3.0.0-dev.151 [Pipeline] } [2023-05-05T21:38:37.421Z] $ docker exec --env ******** --env ******** 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 ssh-agent -k [2023-05-05T21:38:37.517Z] unset SSH_AUTH_SOCK; [2023-05-05T21:38:37.517Z] unset SSH_AGENT_PID; [2023-05-05T21:38:37.517Z] echo Agent pid 38 killed; [2023-05-05T21:38:37.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-05T21:38:37.824Z] + git semver [Pipeline] } [2023-05-05T21:38:38.098Z] $ docker stop --time=1 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 [2023-05-05T21:38:39.391Z] $ docker rm -f --volumes 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-05T21:38:39.728Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-05T21:38:39.728Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:38:40.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-05T21:38:40.029Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:38:40.095Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:38:40.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:38:40.470Z] $ docker top 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 -eo pid,comm [2023-05-05T21:38:40.511Z] 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-05-05T21:38:40.511Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-05T21:38:40.545Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-05T21:38:40.545Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-05T21:38:40.652Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-05T21:38:40.656Z] $ docker exec 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 ssh-agent [2023-05-05T21:38:40.754Z] SSH_AUTH_SOCK=/tmp/ssh-2oWuaWTfpwpr/agent.32 [2023-05-05T21:38:40.754Z] SSH_AGENT_PID=38 [2023-05-05T21:38:40.759Z] Running ssh-add (command line suppressed) [2023-05-05T21:38:40.857Z] Identity added: /w/workspace/edgex-go/515@tmp/private_key_10690643914193684572.key (/w/workspace/edgex-go/515@tmp/private_key_10690643914193684572.key) [2023-05-05T21:38:40.869Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-05T21:38:41.153Z] + git semver push [2023-05-05T21:38:41.412Z] 2023-05-05 21:38:41,324 [run_push] DEBUG push [2023-05-05T21:38:41.412Z] 2023-05-05 21:38:41,324 [execute] INFO git cat-file --batch-check [2023-05-05T21:38:41.412Z] 2023-05-05 21:38:41,325 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=) [2023-05-05T21:38:41.412Z] 2023-05-05 21:38:41,328 [execute] INFO git rev-list b5dbbe36bbb430c7a9365d92fc50b9fa01989149 -- [2023-05-05T21:38:41.412Z] 2023-05-05 21:38:41,329 [execute] DEBUG Popen(['git', 'rev-list', 'b5dbbe36bbb430c7a9365d92fc50b9fa01989149', '--'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-05T21:38:41.412Z] 2023-05-05 21:38:41,345 [execute] INFO git fetch -v origin [2023-05-05T21:38:41.412Z] 2023-05-05 21:38:41,345 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=True, shell=None, istream=None) [2023-05-05T21:38:41.981Z] 2023-05-05 21:38:41,802 [run_push] DEBUG no remote changes detected [2023-05-05T21:38:41.981Z] 2023-05-05 21:38:41,803 [execute] INFO git push origin semver [2023-05-05T21:38:41.981Z] 2023-05-05 21:38:41,803 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-05T21:38:42.918Z] 2023-05-05 21:38:42,749 [run_push] DEBUG push all version tags [2023-05-05T21:38:42.918Z] 2023-05-05 21:38:42,749 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-05-05T21:38:42.918Z] 2023-05-05 21:38:42,750 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=None) [2023-05-05T21:38:43.856Z] 2023-05-05 21:38:43,557 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main [2023-05-05T21:38:43.856Z] 3.0.0-dev.151 [Pipeline] } [2023-05-05T21:38:43.866Z] $ docker exec --env ******** --env ******** 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 ssh-agent -k [2023-05-05T21:38:43.963Z] unset SSH_AUTH_SOCK; [2023-05-05T21:38:43.964Z] unset SSH_AGENT_PID; [2023-05-05T21:38:43.964Z] echo Agent pid 38 killed; [2023-05-05T21:38:43.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-05T21:38:44.269Z] + git semver [Pipeline] } [2023-05-05T21:38:44.543Z] $ docker stop --time=1 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 [2023-05-05T21:38:45.790Z] $ docker rm -f --volumes 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 [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-05-05T21:38:46.413Z] + [ -d /w/workspace/edgex-go/515/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:46.731Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:47.614Z] ---> package-listing.sh [2023-05-05T21:38:47.614Z] ++ facter osfamily [2023-05-05T21:38:47.614Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-05T21:38:47.872Z] + OS_FAMILY=debian [2023-05-05T21:38:47.872Z] + workspace=/w/workspace/edgex-go/515 [2023-05-05T21:38:47.872Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-05T21:38:47.872Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-05T21:38:47.872Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-05T21:38:47.872Z] + PACKAGES=/tmp/packages_start.txt [2023-05-05T21:38:47.872Z] + '[' /w/workspace/edgex-go/515 ']' [2023-05-05T21:38:47.872Z] + PACKAGES=/tmp/packages_end.txt [2023-05-05T21:38:47.872Z] + case "${OS_FAMILY}" in [2023-05-05T21:38:47.872Z] + dpkg -l [2023-05-05T21:38:47.872Z] + grep '^ii' [2023-05-05T21:38:47.872Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-05T21:38:47.872Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-05T21:38:47.872Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-05T21:38:47.872Z] + '[' /w/workspace/edgex-go/515 ']' [2023-05-05T21:38:47.872Z] + mkdir -p /w/workspace/edgex-go/515/archives/ [2023-05-05T21:38:47.872Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/515/archives/ [Pipeline] echo [2023-05-05T21:38:47.884Z] 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/515/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-05T21:38:48.161Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:38:48.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-05T21:38:48.722Z] [2023-05-05T21:38:48.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T21:38:49.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-05T21:38:49.018Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-05T21:38:49.018Z] 5eb5b503b376: Pulling fs layer [2023-05-05T21:38:49.018Z] 5c69ac0246d0: Pulling fs layer [2023-05-05T21:38:49.018Z] ec43610c2a17: Pulling fs layer [2023-05-05T21:38:49.018Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-05T21:38:49.018Z] 33b1e0a273af: Pulling fs layer [2023-05-05T21:38:49.018Z] 5d3b04190fa2: Pulling fs layer [2023-05-05T21:38:49.018Z] 2f39f015ded8: Pulling fs layer [2023-05-05T21:38:49.018Z] 3a2ae6a8a46f: Waiting [2023-05-05T21:38:49.018Z] 33b1e0a273af: Waiting [2023-05-05T21:38:49.018Z] 5d3b04190fa2: Waiting [2023-05-05T21:38:49.018Z] 2f39f015ded8: Waiting [2023-05-05T21:38:49.018Z] 5c69ac0246d0: Verifying Checksum [2023-05-05T21:38:49.018Z] 5c69ac0246d0: Download complete [2023-05-05T21:38:49.018Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-05T21:38:49.275Z] ec43610c2a17: Verifying Checksum [2023-05-05T21:38:49.275Z] ec43610c2a17: Download complete [2023-05-05T21:38:49.275Z] 33b1e0a273af: Verifying Checksum [2023-05-05T21:38:49.275Z] 33b1e0a273af: Download complete [2023-05-05T21:38:49.275Z] 5d3b04190fa2: Verifying Checksum [2023-05-05T21:38:49.275Z] 5d3b04190fa2: Download complete [2023-05-05T21:38:49.275Z] 5eb5b503b376: Verifying Checksum [2023-05-05T21:38:49.275Z] 5eb5b503b376: Download complete [2023-05-05T21:38:49.840Z] 2f39f015ded8: Download complete [2023-05-05T21:38:50.405Z] 5eb5b503b376: Pull complete [2023-05-05T21:38:50.663Z] 5c69ac0246d0: Pull complete [2023-05-05T21:38:50.920Z] ec43610c2a17: Pull complete [2023-05-05T21:38:51.179Z] 3a2ae6a8a46f: Pull complete [2023-05-05T21:38:51.179Z] 33b1e0a273af: Pull complete [2023-05-05T21:38:51.438Z] 5d3b04190fa2: Pull complete [2023-05-05T21:38:55.620Z] 2f39f015ded8: Pull complete [2023-05-05T21:38:55.620Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-05T21:38:55.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-05T21:38:55.620Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-05T21:38:55.704Z] prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container [2023-05-05T21:38:55.735Z] $ 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/515/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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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-05-05T21:38:57.268Z] $ docker top a799e9e6afe2f86f4852d15381b507d0624e09b5fc36ade074424aa6979a7e04 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-05T21:38:57.598Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-05T21:38:57.878Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-05T21:38:58.162Z] + ls /var/log/sa-host [2023-05-05T21:38:58.162Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-05T21:38:58.304Z] provisioning config files... [2023-05-05T21:38:58.313Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/515@tmp/config17054975558932585580tmp [Pipeline] { [Pipeline] echo [2023-05-05T21:38:58.328Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:58.603Z] ---> create-netrc.sh [Pipeline] } [2023-05-05T21:38:58.610Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:58.932Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-05T21:38:58.939Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:59.219Z] ---> sudo-logs.sh [2023-05-05T21:38:59.219Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-05T21:38:59.242Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:38:59.518Z] ---> job-cost.sh [2023-05-05T21:38:59.518Z] lf-activate-venv: SKIPPING [2023-05-05T21:38:59.518Z] DEBUG: total: 0.10999999940395355 [2023-05-05T21:38:59.519Z] INFO: Retrieving Stack Cost... [2023-05-05T21:39:00.086Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-05T21:39:00.344Z] INFO: Archiving Costs [Pipeline] echo [2023-05-05T21:39:00.355Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-05T21:39:00.633Z] ---> logs-deploy.sh [2023-05-05T21:39:00.633Z] lf-activate-venv: SKIPPING [2023-05-05T21:39:00.633Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/515 [2023-05-05T21:39:00.633Z] INFO: archiving workspace using pattern(s): [2023-05-05T21:39:01.570Z] Archives upload complete. [2023-05-05T21:39:01.570Z] INFO: archiving logs to Nexus