Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3ead8ec53459b72f62f51c7b78b8446db778950c 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-ssh9361437820246721966.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1270091232063465375.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15387125154176781841.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7897079894952452746.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-ssh11727111644131583682.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-8644 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/441 [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/441 # 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 3ead8ec53459b72f62f51c7b78b8446db778950c (main) Commit message: "fix(security): Restore ADD_PROXY_ROUTE functionality for docker NGINX (#4412)" > 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 3ead8ec53459b72f62f51c7b78b8446db778950c # timeout=10 > git rev-list --no-walk 08ca0edeffa98a49321873a39f0210382b374702 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-07T21:24:55.592Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-07T21:24:55.641Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-07T21:24:55.659Z] ========================================================= [2023-03-07T21:24:55.659Z] EdgeX Global Pipelines Version Info [2023-03-07T21:24:55.659Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:56.371Z] ------------------- [2023-03-07T21:24:56.372Z] stable info: [2023-03-07T21:24:56.372Z] ------------------- [2023-03-07T21:24:56.372Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-07T21:24:56.372Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-07T21:24:56.372Z] Message: update stable to v1.0.244 [2023-03-07T21:24:56.942Z] ------------------- [2023-03-07T21:24:56.942Z] experimental info: [2023-03-07T21:24:56.942Z] ------------------- [2023-03-07T21:24:56.942Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-07T21:24:56.942Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-07T21:24:56.942Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-07T21:24:57.100Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-07T21:24:57.110Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-07T21:24:57.121Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-07T21:24:57.131Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-07T21:24:57.143Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-07T21:24:57.154Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-07T21:24:57.164Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-07T21:24:57.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-07T21:24:57.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-07T21:24:57.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-07T21:24:57.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-07T21:24:57.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-07T21:24:57.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-07T21:24:57.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-07T21:24:57.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-07T21:24:57.262Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-07T21:24:57.270Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-07T21:24:57.278Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-07T21:24:57.285Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-07T21:24:57.293Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-07T21:24:57.301Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-07T21:24:57.316Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-07T21:24:57.326Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-07T21:24:57.335Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-07T21:24:57.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-07T21:24:57.351Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-07T21:24:57.359Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] echo [2023-03-07T21:24:57.367Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ead8ec [Pipeline] echo [2023-03-07T21:24:57.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-07T21:24:57.423Z] provisioning config files... [2023-03-07T21:24:57.435Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/441@tmp/config11724085426681294945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:57.737Z] ---> docker-login.sh [2023-03-07T21:24:57.737Z] nexus3.edgexfoundry.org:10001 [2023-03-07T21:24:57.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:24:57.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:24:57.996Z] Configure a credential helper to remove this warning. See [2023-03-07T21:24:57.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:24:57.996Z] [2023-03-07T21:24:57.996Z] Login Succeeded [2023-03-07T21:24:57.996Z] nexus3.edgexfoundry.org:10002 [2023-03-07T21:24:57.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:24:57.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:24:57.996Z] Configure a credential helper to remove this warning. See [2023-03-07T21:24:57.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:24:57.996Z] [2023-03-07T21:24:57.996Z] Login Succeeded [2023-03-07T21:24:57.996Z] nexus3.edgexfoundry.org:10003 [2023-03-07T21:24:57.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:24:58.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:24:58.255Z] Configure a credential helper to remove this warning. See [2023-03-07T21:24:58.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:24:58.255Z] [2023-03-07T21:24:58.255Z] Login Succeeded [2023-03-07T21:24:58.255Z] nexus3.edgexfoundry.org:10004 [2023-03-07T21:24:58.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:24:58.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:24:58.255Z] Configure a credential helper to remove this warning. See [2023-03-07T21:24:58.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:24:58.255Z] [2023-03-07T21:24:58.255Z] Login Succeeded [2023-03-07T21:24:58.255Z] docker.io [2023-03-07T21:24:58.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:24:58.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:24:58.517Z] Configure a credential helper to remove this warning. See [2023-03-07T21:24:58.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:24:58.517Z] [2023-03-07T21:24:58.517Z] Login Succeeded [2023-03-07T21:24:58.517Z] ---> docker-login.sh ends [Pipeline] } [2023-03-07T21:24:58.525Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T21:24:58.835Z] + 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-03-07T21:24:58.835Z] + + cut -d/ -f2 [2023-03-07T21:24:58.835Z] dirname cmd/core-command/Dockerfile [2023-03-07T21:24:58.835Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-07T21:24:58.835Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-07T21:24:58.835Z] + dirname cmd/core-data/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-07T21:24:58.835Z] + dirname cmd/core-metadata/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-07T21:24:58.835Z] + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ [2023-03-07T21:24:58.835Z] -f2 [2023-03-07T21:24:58.835Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-07T21:24:58.835Z] + + cut -d/ -f2 [2023-03-07T21:24:58.835Z] dirname cmd/security-proxy-auth/Dockerfile [2023-03-07T21:24:58.835Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-07T21:24:58.835Z] + + cut -d/ -f2 [2023-03-07T21:24:58.835Z] dirname cmd/security-proxy-setup/Dockerfile [2023-03-07T21:24:58.835Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-07T21:24:58.835Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-07T21:24:58.835Z] + + dirname cmd/security-spiffe-token-provider/Dockerfilecut [2023-03-07T21:24:58.835Z] -d/ -f2 [2023-03-07T21:24:58.835Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-07T21:24:58.835Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-07T21:24:58.835Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-07T21:24:58.835Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-07T21:24:58.835Z] + dirname cmd/support-notifications/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-07T21:24:58.835Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-07T21:24:58.835Z] + cut -d/ -f2 [2023-03-07T21:24:58.835Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-07T21:24:58.886Z] 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-03-07T21:24:59.223Z] + git rev-list -1 --merges 3ead8ec53459b72f62f51c7b78b8446db778950c~1..3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] echo [2023-03-07T21:24:59.241Z] -----------> git rev-list -1 --merges 3ead8ec53459b72f62f51c7b78b8446db778950c~1..3ead8ec53459b72f62f51c7b78b8446db778950c 3ead8ec53459b72f62f51c7b78b8446db778950c [false] [Pipeline] sh [2023-03-07T21:24:59.527Z] + git log --format=format:%s -1 3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] echo [2023-03-07T21:24:59.557Z] ========================================================= [2023-03-07T21:24:59.557Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-07T21:24:59.557Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-07T21:24:59.964Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T21:24:59.964Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-07T21:24:59.964Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-07T21:24:59.965Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-07T21:24:59.965Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-07T21:24:59.965Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-07T21:24:59.965Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:25:00.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:25:00.361Z] [2023-03-07T21:25:00.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:25:00.664Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:25:00.664Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-07T21:25:00.664Z] b85a868b505f: Pulling fs layer [2023-03-07T21:25:00.664Z] e2be974225ed: Pulling fs layer [2023-03-07T21:25:00.664Z] 339a4e72a1f5: Pulling fs layer [2023-03-07T21:25:00.664Z] 988bab9f4d93: Pulling fs layer [2023-03-07T21:25:00.664Z] 1469e6f7b9e6: Pulling fs layer [2023-03-07T21:25:00.664Z] eaf3925da568: Pulling fs layer [2023-03-07T21:25:00.664Z] bab4dde63d76: Pulling fs layer [2023-03-07T21:25:00.664Z] bde34c3a00c8: Pulling fs layer [2023-03-07T21:25:00.664Z] b352a97aabf1: Pulling fs layer [2023-03-07T21:25:00.664Z] 4872d77fe225: Pulling fs layer [2023-03-07T21:25:00.664Z] 5851b861e8e6: Pulling fs layer [2023-03-07T21:25:00.664Z] 988bab9f4d93: Waiting [2023-03-07T21:25:00.664Z] bde34c3a00c8: Waiting [2023-03-07T21:25:00.664Z] 1469e6f7b9e6: Waiting [2023-03-07T21:25:00.664Z] eaf3925da568: Waiting [2023-03-07T21:25:00.664Z] b352a97aabf1: Waiting [2023-03-07T21:25:00.664Z] 4872d77fe225: Waiting [2023-03-07T21:25:00.664Z] 5851b861e8e6: Waiting [2023-03-07T21:25:00.664Z] bab4dde63d76: Waiting [2023-03-07T21:25:00.664Z] e2be974225ed: Verifying Checksum [2023-03-07T21:25:00.664Z] e2be974225ed: Download complete [2023-03-07T21:25:00.664Z] 988bab9f4d93: Verifying Checksum [2023-03-07T21:25:00.664Z] 988bab9f4d93: Download complete [2023-03-07T21:25:00.925Z] 1469e6f7b9e6: Verifying Checksum [2023-03-07T21:25:00.925Z] 1469e6f7b9e6: Download complete [2023-03-07T21:25:00.925Z] 339a4e72a1f5: Verifying Checksum [2023-03-07T21:25:00.925Z] 339a4e72a1f5: Download complete [2023-03-07T21:25:00.925Z] eaf3925da568: Verifying Checksum [2023-03-07T21:25:00.925Z] eaf3925da568: Download complete [2023-03-07T21:25:00.925Z] bde34c3a00c8: Verifying Checksum [2023-03-07T21:25:00.925Z] bde34c3a00c8: Download complete [2023-03-07T21:25:00.925Z] b352a97aabf1: Download complete [2023-03-07T21:25:00.925Z] 4872d77fe225: Verifying Checksum [2023-03-07T21:25:00.925Z] 4872d77fe225: Download complete [2023-03-07T21:25:00.925Z] 5851b861e8e6: Verifying Checksum [2023-03-07T21:25:00.925Z] 5851b861e8e6: Download complete [2023-03-07T21:25:00.925Z] b85a868b505f: Verifying Checksum [2023-03-07T21:25:00.925Z] b85a868b505f: Download complete [2023-03-07T21:25:01.185Z] bab4dde63d76: Verifying Checksum [2023-03-07T21:25:01.185Z] bab4dde63d76: Download complete [2023-03-07T21:25:02.121Z] b85a868b505f: Pull complete [2023-03-07T21:25:02.383Z] e2be974225ed: Pull complete [2023-03-07T21:25:02.948Z] 339a4e72a1f5: Pull complete [2023-03-07T21:25:02.948Z] 988bab9f4d93: Pull complete [2023-03-07T21:25:03.208Z] 1469e6f7b9e6: Pull complete [2023-03-07T21:25:03.208Z] eaf3925da568: Pull complete [2023-03-07T21:25:05.111Z] bab4dde63d76: Pull complete [2023-03-07T21:25:05.111Z] bde34c3a00c8: Pull complete [2023-03-07T21:25:05.111Z] b352a97aabf1: Pull complete [2023-03-07T21:25:05.111Z] 4872d77fe225: Pull complete [2023-03-07T21:25:05.111Z] 5851b861e8e6: Pull complete [2023-03-07T21:25:05.111Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-07T21:25:05.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:25:05.111Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:25:05.185Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:25:05.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-07T21:25:07.574Z] $ docker top 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 -eo pid,comm [2023-03-07T21:25:07.625Z] 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-03-07T21:25:07.625Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T21:25:07.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T21:25:07.653Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T21:25:07.770Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T21:25:07.772Z] $ docker exec 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 ssh-agent [2023-03-07T21:25:07.881Z] SSH_AUTH_SOCK=/tmp/ssh-NJZ6zjbqHyLR/agent.32 [2023-03-07T21:25:07.881Z] SSH_AGENT_PID=38 [2023-03-07T21:25:07.888Z] Running ssh-add (command line suppressed) [2023-03-07T21:25:07.985Z] Identity added: /w/workspace/edgex-go/441@tmp/private_key_10521270225298288316.key (/w/workspace/edgex-go/441@tmp/private_key_10521270225298288316.key) [2023-03-07T21:25:07.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T21:25:08.286Z] + git tag --points-at HEAD [Pipeline] } [2023-03-07T21:25:08.296Z] $ docker exec --env ******** --env ******** 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 ssh-agent -k [2023-03-07T21:25:08.390Z] unset SSH_AUTH_SOCK; [2023-03-07T21:25:08.390Z] unset SSH_AGENT_PID; [2023-03-07T21:25:08.391Z] echo Agent pid 38 killed; [2023-03-07T21:25:08.399Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-07T21:25:08.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T21:25:08.422Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T21:25:08.522Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T21:25:08.524Z] $ docker exec 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 ssh-agent [2023-03-07T21:25:08.621Z] SSH_AUTH_SOCK=/tmp/ssh-xFrNmQtIQTyJ/agent.70 [2023-03-07T21:25:08.621Z] SSH_AGENT_PID=76 [2023-03-07T21:25:08.626Z] Running ssh-add (command line suppressed) [2023-03-07T21:25:08.722Z] Identity added: /w/workspace/edgex-go/441@tmp/private_key_10352216382561971879.key (/w/workspace/edgex-go/441@tmp/private_key_10352216382561971879.key) [2023-03-07T21:25:08.735Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T21:25:09.022Z] + git semver init [2023-03-07T21:25:09.281Z] 2023-03-07 21:25:09,193 [run_init] DEBUG init version:0.0.0 force:False [2023-03-07T21:25:09.281Z] 2023-03-07 21:25:09,194 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/441/.semver [2023-03-07T21:25:09.281Z] 2023-03-07 21:25:09,194 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/441/.semver [2023-03-07T21:25:09.281Z] 2023-03-07 21:25:09,194 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/441/.semver'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=None) [2023-03-07T21:25:14.566Z] 2023-03-07 21:25:13,631 [append_file] DEBUG append to file:/w/workspace/edgex-go/441/.git/info/exclude [2023-03-07T21:25:14.566Z] 2023-03-07 21:25:13,632 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/441/.semver/main with force:False [2023-03-07T21:25:14.566Z] 2023-03-07 21:25:13,632 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main [2023-03-07T21:25:14.566Z] 2023-03-07 21:25:13,632 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main [2023-03-07T21:25:14.566Z] 3.0.0-dev.79 [Pipeline] } [2023-03-07T21:25:14.575Z] $ docker exec --env ******** --env ******** 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 ssh-agent -k [2023-03-07T21:25:14.666Z] unset SSH_AUTH_SOCK; [2023-03-07T21:25:14.666Z] unset SSH_AGENT_PID; [2023-03-07T21:25:14.666Z] echo Agent pid 76 killed; [2023-03-07T21:25:14.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T21:25:14.971Z] + git semver [Pipeline] } [2023-03-07T21:25:15.242Z] $ docker stop --time=1 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 [2023-03-07T21:25:16.502Z] $ docker rm -f --volumes 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T21:25:16.834Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-07T21:25:17.029Z] Stashed 1 file(s) [Pipeline] echo [2023-03-07T21:25:17.032Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.79 [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-03-07T21:25:17.439Z] + git config --global --add safe.directory /w/workspace/edgex-go/441 [Pipeline] echo [2023-03-07T21:25:17.451Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T21:25:17.461Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T21:25:17.467Z] ========================================================= [2023-03-07T21:25:17.467Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-07T21:25:17.467Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-07T21:25:17.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T21:25:17.748Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-07T21:25:17.748Z] 213ec9aee27d: Pulling fs layer [2023-03-07T21:25:17.748Z] 4583459ba037: Pulling fs layer [2023-03-07T21:25:17.748Z] 93c1e223e6f2: Pulling fs layer [2023-03-07T21:25:17.748Z] 53926ce57604: Pulling fs layer [2023-03-07T21:25:17.748Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-07T21:25:17.748Z] 22ff95d597cd: Pulling fs layer [2023-03-07T21:25:17.748Z] 12d6caf4c0d1: Pulling fs layer [2023-03-07T21:25:17.748Z] 96b7cbca73a9: Pulling fs layer [2023-03-07T21:25:17.748Z] a7acece74701: Pulling fs layer [2023-03-07T21:25:17.748Z] 22ff95d597cd: Waiting [2023-03-07T21:25:17.748Z] 96b7cbca73a9: Waiting [2023-03-07T21:25:17.748Z] 12d6caf4c0d1: Waiting [2023-03-07T21:25:17.748Z] 53926ce57604: Waiting [2023-03-07T21:25:17.748Z] a7acece74701: Waiting [2023-03-07T21:25:17.748Z] 21b2b0c7a3f4: Waiting [2023-03-07T21:25:17.748Z] 93c1e223e6f2: Download complete [2023-03-07T21:25:17.748Z] 4583459ba037: Verifying Checksum [2023-03-07T21:25:17.748Z] 4583459ba037: Download complete [2023-03-07T21:25:17.748Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-07T21:25:17.748Z] 21b2b0c7a3f4: Download complete [2023-03-07T21:25:17.748Z] 22ff95d597cd: Verifying Checksum [2023-03-07T21:25:17.748Z] 22ff95d597cd: Download complete [2023-03-07T21:25:17.748Z] 213ec9aee27d: Verifying Checksum [2023-03-07T21:25:17.748Z] 213ec9aee27d: Download complete [2023-03-07T21:25:17.748Z] 12d6caf4c0d1: Verifying Checksum [2023-03-07T21:25:17.748Z] 12d6caf4c0d1: Download complete [2023-03-07T21:25:18.014Z] 213ec9aee27d: Pull complete [2023-03-07T21:25:18.014Z] 4583459ba037: Pull complete [2023-03-07T21:25:18.014Z] 93c1e223e6f2: Pull complete [2023-03-07T21:25:18.275Z] a7acece74701: Verifying Checksum [2023-03-07T21:25:18.275Z] a7acece74701: Download complete [2023-03-07T21:25:18.534Z] 96b7cbca73a9: Verifying Checksum [2023-03-07T21:25:18.534Z] 96b7cbca73a9: Download complete [2023-03-07T21:25:18.534Z] 53926ce57604: Verifying Checksum [2023-03-07T21:25:18.534Z] 53926ce57604: Download complete [2023-03-07T21:25:19.161Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8648 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-07T21:25:19.172Z] Running in /w/workspace/edgex-go/441 [Pipeline] { [Pipeline] checkout [2023-03-07T21:25:19.210Z] The recommended git tool is: git [2023-03-07T21:25:21.811Z] 53926ce57604: Pull complete [2023-03-07T21:25:21.812Z] 21b2b0c7a3f4: Pull complete [2023-03-07T21:25:22.070Z] 22ff95d597cd: Pull complete [2023-03-07T21:25:22.070Z] 12d6caf4c0d1: Pull complete [2023-03-07T21:25:23.971Z] 96b7cbca73a9: Pull complete [2023-03-07T21:25:24.904Z] a7acece74701: Pull complete [2023-03-07T21:25:24.904Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-07T21:25:24.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T21:25:24.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-07T21:25:25.204Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T21:25:25.204Z] WORKDIR /edgex [2023-03-07T21:25:25.204Z] COPY go.mod . [2023-03-07T21:25:25.204Z] RUN go mod download [2023-03-07T21:25:25.204Z] docker build -t ci-base-image-x86_64 -f - . [2023-03-07T21:25:25.287Z] using credential edgex-jenkins-ssh [2023-03-07T21:25:25.305Z] Cloning the remote Git repository [2023-03-07T21:25:25.351Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-07T21:25:25.770Z] Sending build context to Docker daemon 170.3MB [2023-03-07T21:25:25.770Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T21:25:25.770Z] ---> db6d94c90886 [2023-03-07T21:25:25.770Z] Step 2/4 : WORKDIR /edgex [2023-03-07T21:25:25.453Z] > git init /w/workspace/edgex-go/441 # timeout=10 [2023-03-07T21:25:25.635Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-07T21:25:25.636Z] > git --version # timeout=10 [2023-03-07T21:25:25.664Z] > git --version # 'git version 2.25.1' [2023-03-07T21:25:25.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-07T21:25:25.736Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-07T21:25:29.962Z] ---> Running in 54ccdcbc36f0 [2023-03-07T21:25:29.962Z] Removing intermediate container 54ccdcbc36f0 [2023-03-07T21:25:29.962Z] ---> 451ad9fdae30 [2023-03-07T21:25:29.962Z] Step 3/4 : COPY go.mod . [2023-03-07T21:25:29.962Z] ---> 2145e687d978 [2023-03-07T21:25:29.962Z] Step 4/4 : RUN go mod download [2023-03-07T21:25:29.962Z] ---> Running in fc4470849377 [2023-03-07T21:25:42.675Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-07T21:25:42.694Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-07T21:25:43.658Z] Avoid second fetch [2023-03-07T21:25:43.659Z] Checking out Revision 3ead8ec53459b72f62f51c7b78b8446db778950c (main) [2023-03-07T21:25:44.390Z] Commit message: "fix(security): Restore ADD_PROXY_ROUTE functionality for docker NGINX (#4412)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-07T21:25:44.846Z] Removing intermediate container fc4470849377 [2023-03-07T21:25:44.846Z] ---> 36d9ab7b5eb2 [2023-03-07T21:25:44.846Z] Successfully built 36d9ab7b5eb2 [2023-03-07T21:25:44.846Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:25:45.260Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-07T21:25:45.260Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:25:45.295Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-07T21:25:45.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:25:45.295Z] Dload Upload Total Spent Left Speed [2023-03-07T21:25:45.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 68187 0 --:--:-- --:--:-- --:--:-- 68187 [2023-03-07T21:25:45.331Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:25:45.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-07T21:25:43.666Z] > git config core.sparsecheckout # timeout=10 [2023-03-07T21:25:43.689Z] > git checkout -f 3ead8ec53459b72f62f51c7b78b8446db778950c # timeout=10 [2023-03-07T21:25:45.724Z] $ docker top 608a99cba3a536a1c802b9ec1800a0f0f5315f72396f30e0e77121bae25c577f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-03-07T21:25:46.110Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-07T21:25:46.131Z] + go version [2023-03-07T21:25:46.131Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-07T21:25:46.197Z] $ docker stop --time=1 608a99cba3a536a1c802b9ec1800a0f0f5315f72396f30e0e77121bae25c577f [2023-03-07T21:25:46.451Z] + sudo tee /etc/docker/daemon.new [2023-03-07T21:25:46.451Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-07T21:25:46.451Z] { [2023-03-07T21:25:46.451Z] "registry-mirrors": [ [2023-03-07T21:25:46.451Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-07T21:25:46.451Z] ], [2023-03-07T21:25:46.451Z] "bip": "10.250.0.254/24", [2023-03-07T21:25:46.451Z] "hosts": [ [2023-03-07T21:25:46.451Z] "tcp://0.0.0.0:5555", [2023-03-07T21:25:46.451Z] "unix:///var/run/docker.sock" [2023-03-07T21:25:46.451Z] ], [2023-03-07T21:25:46.451Z] "mtu": 1458, [2023-03-07T21:25:46.451Z] "selinux-enabled": true, [2023-03-07T21:25:46.451Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-07T21:25:46.451Z] } [2023-03-07T21:25:47.444Z] $ docker rm -f --volumes 608a99cba3a536a1c802b9ec1800a0f0f5315f72396f30e0e77121bae25c577f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:25:47.817Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-07T21:25:47.898Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-07T21:25:47.898Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:25:47.964Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:25:47.996Z] $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-07T21:25:48.162Z] + sudo service docker restart [2023-03-07T21:25:48.283Z] $ docker top ccd1bf0bd8a5ad96964c4dd21420eecadec514a2ff774a9a0d6904a69ab569af -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-07T21:25:48.351Z] ========================================================= [2023-03-07T21:25:48.351Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-07T21:25:48.351Z] ========================================================= [Pipeline] sh [2023-03-07T21:25:48.626Z] + git config --global --add safe.directory /w/workspace/edgex-go/441 [Pipeline] fileExists [Pipeline] sh [2023-03-07T21:25:48.922Z] + make test [2023-03-07T21:25:48.922Z] go test -race -coverprofile=coverage.out ./... [2023-03-07T21:25:55.481Z] ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-07T21:26:06.458Z] provisioning config files... [2023-03-07T21:26:06.487Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/441@tmp/config5042209622568887301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:26:06.848Z] ---> docker-login.sh [2023-03-07T21:26:06.848Z] nexus3.edgexfoundry.org:10001 [2023-03-07T21:26:07.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:26:07.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:26:07.442Z] Configure a credential helper to remove this warning. See [2023-03-07T21:26:07.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:26:07.443Z] [2023-03-07T21:26:07.443Z] Login Succeeded [2023-03-07T21:26:07.443Z] nexus3.edgexfoundry.org:10002 [2023-03-07T21:26:07.678Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-07T21:26:07.678Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-07T21:26:07.678Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-07T21:26:07.678Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-07T21:26:07.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:26:07.936Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-07T21:26:07.936Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-07T21:26:07.936Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-07T21:26:07.936Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-07T21:26:07.936Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-07T21:26:07.936Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-07T21:26:07.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:26:07.983Z] Configure a credential helper to remove this warning. See [2023-03-07T21:26:07.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:26:07.983Z] [2023-03-07T21:26:07.983Z] Login Succeeded [2023-03-07T21:26:07.983Z] nexus3.edgexfoundry.org:10003 [2023-03-07T21:26:08.195Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-07T21:26:08.195Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-07T21:26:08.195Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-07T21:26:08.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-07T21:26:08.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:26:08.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:26:08.252Z] Configure a credential helper to remove this warning. See [2023-03-07T21:26:08.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:26:08.252Z] [2023-03-07T21:26:08.252Z] Login Succeeded [2023-03-07T21:26:08.252Z] nexus3.edgexfoundry.org:10004 [2023-03-07T21:26:08.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:26:08.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.110s coverage: 28.7% of statements [2023-03-07T21:26:08.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-07T21:26:08.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-07T21:26:08.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.083s coverage: 98.5% of statements [2023-03-07T21:26:08.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:26:08.863Z] Configure a credential helper to remove this warning. See [2023-03-07T21:26:08.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:26:08.863Z] [2023-03-07T21:26:08.863Z] Login Succeeded [2023-03-07T21:26:08.863Z] docker.io [2023-03-07T21:26:08.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:26:09.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:26:09.137Z] Configure a credential helper to remove this warning. See [2023-03-07T21:26:09.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:26:09.137Z] [2023-03-07T21:26:09.137Z] Login Succeeded [2023-03-07T21:26:09.137Z] ---> docker-login.sh ends [Pipeline] } [2023-03-07T21:26:09.153Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-07T21:26:09.772Z] + git config --global --add safe.directory /w/workspace/edgex-go/441 [Pipeline] echo [2023-03-07T21:26:09.795Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T21:26:09.813Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T21:26:09.824Z] ========================================================= [2023-03-07T21:26:09.824Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-07T21:26:09.824Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-07T21:26:10.151Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T21:26:11.576Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-07T21:26:11.576Z] 9b18e9b68314: Pulling fs layer [2023-03-07T21:26:11.576Z] 35d82f9e3411: Pulling fs layer [2023-03-07T21:26:11.576Z] e16973657156: Pulling fs layer [2023-03-07T21:26:11.576Z] fc693d55d65f: Pulling fs layer [2023-03-07T21:26:11.576Z] 7e9fc2657dce: Pulling fs layer [2023-03-07T21:26:11.576Z] dda99020689f: Pulling fs layer [2023-03-07T21:26:11.576Z] db1c61fa0a46: Pulling fs layer [2023-03-07T21:26:11.576Z] 891c053d2c06: Pulling fs layer [2023-03-07T21:26:11.576Z] dda99020689f: Waiting [2023-03-07T21:26:11.576Z] db1c61fa0a46: Waiting [2023-03-07T21:26:11.576Z] 891c053d2c06: Waiting [2023-03-07T21:26:11.576Z] fc693d55d65f: Waiting [2023-03-07T21:26:11.576Z] e16973657156: Verifying Checksum [2023-03-07T21:26:11.576Z] e16973657156: Download complete [2023-03-07T21:26:11.576Z] 35d82f9e3411: Verifying Checksum [2023-03-07T21:26:11.576Z] 35d82f9e3411: Download complete [2023-03-07T21:26:11.576Z] 7e9fc2657dce: Verifying Checksum [2023-03-07T21:26:11.576Z] 7e9fc2657dce: Download complete [2023-03-07T21:26:11.576Z] dda99020689f: Verifying Checksum [2023-03-07T21:26:11.576Z] dda99020689f: Download complete [2023-03-07T21:26:11.576Z] 9b18e9b68314: Verifying Checksum [2023-03-07T21:26:11.576Z] 9b18e9b68314: Download complete [2023-03-07T21:26:12.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.124s coverage: 71.2% of statements [2023-03-07T21:26:12.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-07T21:26:12.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-07T21:26:12.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-07T21:26:12.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.0% of statements [2023-03-07T21:26:12.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-07T21:26:12.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-07T21:26:12.555Z] 9b18e9b68314: Pull complete [2023-03-07T21:26:12.825Z] 891c053d2c06: Verifying Checksum [2023-03-07T21:26:12.825Z] 891c053d2c06: Download complete [2023-03-07T21:26:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.680s coverage: 88.5% of statements [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-07T21:26:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.102s coverage: 3.9% of statements [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-07T21:26:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.488s coverage: 95.6% of statements [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-07T21:26:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 72.2% of statements [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.052s coverage: 65.9% of statements [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.081s coverage: 0.9% of statements [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.110s coverage: 29.6% of statements [2023-03-07T21:26:12.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 45.5% of statements [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 82.9% of statements [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2023-03-07T21:26:12.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2023-03-07T21:26:13.096Z] 35d82f9e3411: Pull complete [2023-03-07T21:26:13.685Z] e16973657156: Pull complete [2023-03-07T21:26:14.273Z] db1c61fa0a46: Verifying Checksum [2023-03-07T21:26:14.273Z] db1c61fa0a46: Download complete [2023-03-07T21:26:14.863Z] fc693d55d65f: Verifying Checksum [2023-03-07T21:26:14.863Z] fc693d55d65f: Download complete [2023-03-07T21:26:22.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2023-03-07T21:26:27.209Z] fc693d55d65f: Pull complete [2023-03-07T21:26:27.209Z] 7e9fc2657dce: Pull complete [2023-03-07T21:26:27.209Z] dda99020689f: Pull complete [2023-03-07T21:26:33.913Z] db1c61fa0a46: Pull complete [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.344s coverage: 79.9% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 64.4% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.055s coverage: 86.9% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 81.2% of statements [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 82.1% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.056s coverage: 84.8% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.1% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 38.4% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.064s coverage: 84.8% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.150s coverage: 92.3% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-07T21:26:35.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-07T21:26:35.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-07T21:26:35.182Z] 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-03-07T21:26:36.512Z] 891c053d2c06: Pull complete [2023-03-07T21:26:36.512Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-07T21:26:36.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T21:26:36.512Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-07T21:26:36.862Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-07T21:26:36.862Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T21:26:36.862Z] WORKDIR /edgex [2023-03-07T21:26:36.862Z] COPY go.mod . [2023-03-07T21:26:36.862Z] RUN go mod download [2023-03-07T21:26:37.458Z] Sending build context to Docker daemon 2.948MB [2023-03-07T21:26:37.458Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T21:26:37.458Z] ---> f96f9c87975a [2023-03-07T21:26:37.458Z] Step 2/4 : WORKDIR /edgex [2023-03-07T21:26:38.444Z] ---> Running in e97f7dd4d1ea [2023-03-07T21:26:38.713Z] Removing intermediate container e97f7dd4d1ea [2023-03-07T21:26:38.713Z] ---> 47072711019a [2023-03-07T21:26:38.713Z] Step 3/4 : COPY go.mod . [2023-03-07T21:26:39.304Z] ---> 41859a958c2b [2023-03-07T21:26:39.304Z] Step 4/4 : RUN go mod download [2023-03-07T21:26:39.304Z] ---> Running in 9cbae2ac44bb [2023-03-07T21:26:53.246Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-07T21:26:53.247Z] go vet ./... [2023-03-07T21:26:57.428Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-07T21:26:57.428Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-07T21:26:57.429Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-07T21:26:57.439Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-07T21:26:57.721Z] + ls -al . [2023-03-07T21:26:57.721Z] total 704 [2023-03-07T21:26:57.721Z] drwxrwxr-x 11 1001 1001 4096 Mar 7 21:25 . [2023-03-07T21:26:57.721Z] drwxr-xr-x 4 root root 4096 Mar 7 21:25 .. [2023-03-07T21:26:57.721Z] drwxrwxr-x 2 1001 1001 4096 Mar 7 21:24 .blubracket [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 16 Mar 7 21:24 .dockerignore [2023-03-07T21:26:57.721Z] drwxrwxr-x 8 1001 1001 4096 Mar 7 21:26 .git [2023-03-07T21:26:57.721Z] drwxrwxr-x 3 1001 1001 4096 Mar 7 21:24 .github [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 1112 Mar 7 21:24 .gitignore [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 42 Mar 7 21:24 .golangci.yml [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 87 Mar 7 21:24 .hadolint.yml [2023-03-07T21:26:57.721Z] drwxr-xr-x 3 1001 1001 4096 Mar 7 21:25 .semver [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 166 Mar 7 21:24 .sonarcloud.properties [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 1171 Mar 7 21:24 ADOPTERS.md [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 10825 Mar 7 21:24 Attribution.txt [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 73765 Mar 7 21:24 CHANGELOG.md [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 3804 Mar 7 21:24 CONTRIBUTING.md [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 677 Mar 7 21:24 GOVERNANCE.md [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 883 Mar 7 21:24 Jenkinsfile [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 10775 Mar 7 21:24 LICENSE [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 14071 Mar 7 21:24 Makefile [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 582 Mar 7 21:24 OWNERS.md [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 9403 Mar 7 21:24 README.md [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 6912 Mar 7 21:24 SECURITY.md [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 12 Mar 7 21:25 VERSION [2023-03-07T21:26:57.721Z] drwxrwxr-x 2 1001 1001 4096 Mar 7 21:24 bin [2023-03-07T21:26:57.721Z] drwxrwxr-x 18 1001 1001 4096 Mar 7 21:24 cmd [2023-03-07T21:26:57.721Z] -rw-r--r-- 1 root root 446903 Mar 7 21:26 coverage.out [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 3232 Mar 7 21:24 go.mod [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 31098 Mar 7 21:24 go.sum [2023-03-07T21:26:57.721Z] drwxrwxr-x 7 1001 1001 4096 Mar 7 21:24 internal [2023-03-07T21:26:57.721Z] drwxrwxr-x 3 1001 1001 4096 Mar 7 21:24 openapi [2023-03-07T21:26:57.721Z] drwxrwxr-x 4 1001 1001 4096 Mar 7 21:24 snap [2023-03-07T21:26:57.721Z] -rw-rw-r-- 1 1001 1001 204 Mar 7 21:24 version.go [Pipeline] sh [2023-03-07T21:26:58.003Z] + '[' -e coverage.out ] [2023-03-07T21:26:58.003Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-07T21:26:58.102Z] Stashed 1 file(s) [Pipeline] sh [2023-03-07T21:26:58.380Z] + make build [2023-03-07T21:26:58.380Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-07T21:27:10.574Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-07T21:27:11.614Z] Removing intermediate container 9cbae2ac44bb [2023-03-07T21:27:11.615Z] ---> d37bf8fb6205 [2023-03-07T21:27:11.615Z] Successfully built d37bf8fb6205 [2023-03-07T21:27:11.615Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:27:11.953Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-07T21:27:11.958Z] + docker inspect -f . ci-base-image-arm64 [2023-03-07T21:27:11.958Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:27:12.169Z] prd-ubuntu20.04-docker-arm64-4c-16g-8648 does not seem to be running inside a container [2023-03-07T21:27:12.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-07T21:27:13.329Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-07T21:27:13.570Z] $ docker top 824b96007f28dd9c4f53db8b2f3ed9c11c2f4bdd695d85b0d64dc80de1f2a8c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T21:27:14.264Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-07T21:27:14.457Z] + go version [2023-03-07T21:27:14.457Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-07T21:27:14.468Z] $ docker stop --time=1 824b96007f28dd9c4f53db8b2f3ed9c11c2f4bdd695d85b0d64dc80de1f2a8c0 [2023-03-07T21:27:16.166Z] $ docker rm -f --volumes 824b96007f28dd9c4f53db8b2f3ed9c11c2f4bdd695d85b0d64dc80de1f2a8c0 [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-03-07T21:27:16.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T21:27:16.972Z] [2023-03-07T21:27:16.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:27:17.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T21:27:17.318Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-07T21:27:17.318Z] 29e5d40040c1: Pulling fs layer [2023-03-07T21:27:17.318Z] 1ce36da41761: Pulling fs layer [2023-03-07T21:27:17.318Z] 25b303627fd3: Pulling fs layer [2023-03-07T21:27:17.589Z] 29e5d40040c1: Verifying Checksum [2023-03-07T21:27:17.860Z] 1ce36da41761: Verifying Checksum [2023-03-07T21:27:17.860Z] 1ce36da41761: Download complete [2023-03-07T21:27:18.133Z] 29e5d40040c1: Pull complete [2023-03-07T21:27:19.549Z] 25b303627fd3: Verifying Checksum [2023-03-07T21:27:19.549Z] 25b303627fd3: Download complete [2023-03-07T21:27:19.549Z] 1ce36da41761: Pull complete [2023-03-07T21:27:21.031Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-07T21:27:22.934Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-07T21:27:23.868Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-07T21:27:24.803Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-07T21:27:25.738Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-07T21:27:26.669Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-07T21:27:27.603Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-07T21:27:28.982Z] $ docker stop --time=1 ccd1bf0bd8a5ad96964c4dd21420eecadec514a2ff774a9a0d6904a69ab569af [2023-03-07T21:27:31.885Z] 25b303627fd3: Pull complete [2023-03-07T21:27:31.885Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-07T21:27:31.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T21:27:31.885Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T21:27:33.012Z] $ docker rm -f --volumes ccd1bf0bd8a5ad96964c4dd21420eecadec514a2ff774a9a0d6904a69ab569af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:27:33.473Z] prd-ubuntu20.04-docker-arm64-4c-16g-8648 does not seem to be running inside a container [2023-03-07T21:27:33.539Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-07T21:27:35.880Z] $ docker top f31c2372346b731e9ad5a018a07cfb3147ed78edd2f7989477f694c5d024fe10 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:27:36.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-07T21:27:36.486Z] [2023-03-07T21:27:36.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:27:36.746Z] + grep parallel [2023-03-07T21:27:36.746Z] + docker-compose build --help [2023-03-07T21:27:36.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-07T21:27:36.784Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-07T21:27:36.784Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-07T21:27:36.784Z] ca9280d653b3: Pulling fs layer [2023-03-07T21:27:36.784Z] 7e9c9ca2126c: Pulling fs layer [2023-03-07T21:27:36.784Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-07T21:27:36.784Z] cbdbe7a5bc2a: Download complete [2023-03-07T21:27:37.043Z] ca9280d653b3: Verifying Checksum [2023-03-07T21:27:37.043Z] ca9280d653b3: Download complete [2023-03-07T21:27:37.043Z] cbdbe7a5bc2a: Pull complete [2023-03-07T21:27:37.302Z] 7e9c9ca2126c: Verifying Checksum [2023-03-07T21:27:37.302Z] 7e9c9ca2126c: Download complete [2023-03-07T21:27:37.560Z] ca9280d653b3: Pull complete [2023-03-07T21:27:40.846Z] 7e9c9ca2126c: Pull complete [2023-03-07T21:27:40.846Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-07T21:27:40.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-07T21:27:40.846Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:27:40.926Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:27:40.953Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-07T21:27:42.100Z] --parallel Build images in parallel. [2023-03-07T21:27:44.626Z] $ docker top 961411e2ec3fffd399d5fc213abca2026893c31bcf12bb87bd19903d65f8ae99 -eo pid,comm [Pipeline] { [Pipeline] } [2023-03-07T21:27:44.683Z] $ docker stop --time=1 f31c2372346b731e9ad5a018a07cfb3147ed78edd2f7989477f694c5d024fe10 [2023-03-07T21:27:46.364Z] $ docker rm -f --volumes f31c2372346b731e9ad5a018a07cfb3147ed78edd2f7989477f694c5d024fe10 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:27:46.822Z] + docker-compose build --help [2023-03-07T21:27:46.822Z] + grep parallel [2023-03-07T21:27:46.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T21:27:46.950Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:27:47.142Z] prd-ubuntu20.04-docker-arm64-4c-16g-8648 does not seem to be running inside a container [2023-03-07T21:27:47.207Z] $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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-03-07T21:27:47.389Z] --parallel Build images in parallel. [2023-03-07T21:27:48.485Z] $ docker top 6b22286c50dad5a89f3509aac8d49b65b1964dbd2bfd95fdbeae3541e08fa5fd -eo pid,comm [Pipeline] { [Pipeline] } [2023-03-07T21:27:48.709Z] $ docker stop --time=1 961411e2ec3fffd399d5fc213abca2026893c31bcf12bb87bd19903d65f8ae99 [2023-03-07T21:27:49.967Z] $ docker rm -f --volumes 961411e2ec3fffd399d5fc213abca2026893c31bcf12bb87bd19903d65f8ae99 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:27:50.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-07T21:27:50.384Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:27:50.450Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:27:50.477Z] $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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-03-07T21:27:50.640Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-07T21:27:50.798Z] $ docker top 0dc3cad38df782d6749cdddb02c4fcb0e9f02e1dedf139b64792014c6bf8f09f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T21:27:51.141Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-07T21:27:51.708Z] Building core-command ... [2023-03-07T21:27:51.708Z] Building core-common-config-bootstrapper ... [2023-03-07T21:27:51.708Z] Building core-data ... [2023-03-07T21:27:51.708Z] Building core-metadata ... [2023-03-07T21:27:51.708Z] Building security-bootstrapper ... [2023-03-07T21:27:51.708Z] Building security-proxy-auth ... [2023-03-07T21:27:51.708Z] Building security-proxy-setup ... [2023-03-07T21:27:51.708Z] Building security-secretstore-setup ... [2023-03-07T21:27:51.708Z] Building security-spiffe-token-provider ... [2023-03-07T21:27:51.708Z] Building security-spire-agent ... [2023-03-07T21:27:51.708Z] Building security-spire-config ... [2023-03-07T21:27:51.708Z] Building security-spire-server ... [2023-03-07T21:27:51.708Z] Building support-notifications ... [2023-03-07T21:27:51.708Z] Building support-scheduler ... [2023-03-07T21:27:51.708Z] Building security-proxy-setup [2023-03-07T21:27:51.708Z] Building core-metadata [2023-03-07T21:27:51.708Z] Building security-spire-server [2023-03-07T21:27:51.708Z] Building security-bootstrapper [2023-03-07T21:27:51.708Z] Building security-spire-agent [2023-03-07T21:27:55.998Z] Building core-command ... [2023-03-07T21:27:55.998Z] Building core-common-config-bootstrapper ... [2023-03-07T21:27:55.998Z] Building core-data ... [2023-03-07T21:27:55.998Z] Building core-metadata ... [2023-03-07T21:27:55.998Z] Building security-bootstrapper ... [2023-03-07T21:27:55.998Z] Building security-proxy-auth ... [2023-03-07T21:27:55.998Z] Building security-proxy-setup ... [2023-03-07T21:27:55.998Z] Building security-secretstore-setup ... [2023-03-07T21:27:55.998Z] Building security-spiffe-token-provider ... [2023-03-07T21:27:55.998Z] Building security-spire-agent ... [2023-03-07T21:27:55.998Z] Building security-spire-config ... [2023-03-07T21:27:55.998Z] Building security-spire-server ... [2023-03-07T21:27:55.998Z] Building support-notifications ... [2023-03-07T21:27:55.998Z] Building support-scheduler ... [2023-03-07T21:27:55.998Z] Building core-data [2023-03-07T21:27:55.998Z] Building core-common-config-bootstrapper [2023-03-07T21:27:55.998Z] Building security-spiffe-token-provider [2023-03-07T21:27:55.998Z] Building support-notifications [2023-03-07T21:27:55.998Z] Building core-metadata [2023-03-07T21:28:03.904Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:03.904Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:03.904Z] ---> 36d9ab7b5eb2 [2023-03-07T21:28:03.904Z] Step 3/23 : WORKDIR /edgex-go [2023-03-07T21:28:03.904Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:03.904Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:03.904Z] ---> 36d9ab7b5eb2 [2023-03-07T21:28:03.904Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:28:03.904Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:03.904Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:03.904Z] ---> 36d9ab7b5eb2 [2023-03-07T21:28:03.904Z] Step 3/20 : WORKDIR /edgex-go [2023-03-07T21:28:03.904Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:03.904Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:03.904Z] ---> 36d9ab7b5eb2 [2023-03-07T21:28:03.904Z] Step 3/32 : WORKDIR /edgex-go [2023-03-07T21:28:04.470Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:04.470Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:04.470Z] ---> 36d9ab7b5eb2 [2023-03-07T21:28:04.470Z] Step 3/24 : WORKDIR /edgex-go [2023-03-07T21:28:08.318Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:08.318Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:08.318Z] ---> d37bf8fb6205 [2023-03-07T21:28:08.318Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:28:08.318Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:08.318Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:08.318Z] ---> d37bf8fb6205 [2023-03-07T21:28:08.318Z] Step 3/19 : WORKDIR /edgex-go [2023-03-07T21:28:08.318Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:08.318Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:08.318Z] ---> d37bf8fb6205 [2023-03-07T21:28:08.318Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:28:08.318Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:08.318Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:08.318Z] ---> d37bf8fb6205 [2023-03-07T21:28:08.318Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:28:08.318Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:28:08.318Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:28:08.318Z] ---> d37bf8fb6205 [2023-03-07T21:28:08.318Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:28:09.728Z] ---> Running in 26be6f275671 [2023-03-07T21:28:09.728Z] ---> Running in 1e442cfd559b [2023-03-07T21:28:09.728Z] ---> Running in 00ae2a8906c7 [2023-03-07T21:28:09.728Z] ---> Running in c3dbbaebaea3 [2023-03-07T21:28:09.728Z] ---> Running in 46f0ef9726f3 [2023-03-07T21:28:09.999Z] Removing intermediate container 1e442cfd559b [2023-03-07T21:28:09.999Z] ---> ef123f7cd45d [2023-03-07T21:28:09.999Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:28:09.999Z] Removing intermediate container c3dbbaebaea3 [2023-03-07T21:28:09.999Z] ---> bb2f705d5f32 [2023-03-07T21:28:09.999Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-07T21:28:09.999Z] Removing intermediate container 00ae2a8906c7 [2023-03-07T21:28:09.999Z] ---> 817932102d3b [2023-03-07T21:28:09.999Z] Step 4/24 : WORKDIR /edgex-go [2023-03-07T21:28:10.297Z] ---> Running in 573eccac7f22 [2023-03-07T21:28:10.297Z] Removing intermediate container 26be6f275671 [2023-03-07T21:28:10.297Z] ---> 170830a75c83 [2023-03-07T21:28:10.297Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:28:10.297Z] ---> Running in 35fea04d6b4b [2023-03-07T21:28:10.297Z] ---> Running in ebe343050dd3 [2023-03-07T21:28:10.567Z] Removing intermediate container 46f0ef9726f3 [2023-03-07T21:28:10.567Z] ---> de5e7291e908 [2023-03-07T21:28:10.567Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:28:10.567Z] ---> Running in ec5e347906c7 [2023-03-07T21:28:10.567Z] ---> Running in ceb8e9cda1dc [2023-03-07T21:28:11.177Z] Removing intermediate container 573eccac7f22 [2023-03-07T21:28:11.177Z] ---> 2cfe99c1001c [2023-03-07T21:28:11.177Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-07T21:28:11.177Z] Removing intermediate container ec5e347906c7 [2023-03-07T21:28:11.177Z] ---> 9ba575295945 [2023-03-07T21:28:11.177Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:28:11.452Z] Removing intermediate container ebe343050dd3 [2023-03-07T21:28:11.452Z] ---> fd04b9dbddb7 [2023-03-07T21:28:11.452Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-07T21:28:11.452Z] Removing intermediate container ceb8e9cda1dc [2023-03-07T21:28:11.452Z] ---> Running in 14c0a2f85f6d [2023-03-07T21:28:11.452Z] ---> 8ea93fb67875 [2023-03-07T21:28:11.452Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:28:11.452Z] ---> Running in bd1002babe89 [2023-03-07T21:28:11.724Z] ---> Running in 293812503d21 [2023-03-07T21:28:11.724Z] ---> Running in 6b6a417bddb0 [2023-03-07T21:28:12.312Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] ---> Running in 20669556e93e [2023-03-07T21:28:12.588Z] ---> Running in c8847d4a0166 [2023-03-07T21:28:12.588Z] ---> Running in 4a71d5fb334c [2023-03-07T21:28:12.588Z] ---> Running in 5fe7ba11423e [2023-03-07T21:28:12.588Z] ---> Running in 9e15f4cdce34 [2023-03-07T21:28:12.588Z] Removing intermediate container 9e15f4cdce34 [2023-03-07T21:28:12.588Z] ---> 558c0346ba08 [2023-03-07T21:28:12.588Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-07T21:28:12.588Z] Removing intermediate container 4a71d5fb334c [2023-03-07T21:28:12.588Z] ---> 369ed24c636a [2023-03-07T21:28:12.588Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T21:28:12.588Z] Removing intermediate container c8847d4a0166 [2023-03-07T21:28:12.588Z] ---> 6a3f64043193 [2023-03-07T21:28:12.588Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T21:28:12.588Z] Removing intermediate container 5fe7ba11423e [2023-03-07T21:28:12.588Z] ---> 6f2198909aba [2023-03-07T21:28:12.588Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-07T21:28:12.588Z] Removing intermediate container 20669556e93e [2023-03-07T21:28:12.588Z] ---> 6af4addd064d [2023-03-07T21:28:12.588Z] Step 4/24 : WORKDIR /edgex-go [2023-03-07T21:28:12.588Z] ---> Running in c21d9c8ff986 [2023-03-07T21:28:12.588Z] ---> Running in cfcdeee94008 [2023-03-07T21:28:12.588Z] ---> Running in 5041bc0f4d4c [2023-03-07T21:28:12.588Z] ---> Running in c5b714f541dc [2023-03-07T21:28:12.588Z] ---> Running in 4f5b19ca3499 [2023-03-07T21:28:12.588Z] Removing intermediate container 4f5b19ca3499 [2023-03-07T21:28:12.588Z] ---> 4ab79b275bdc [2023-03-07T21:28:12.588Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-07T21:28:12.588Z] ---> Running in 4a5aa08674d0 [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:28:12.846Z] OK: 211 MiB in 51 packages [2023-03-07T21:28:12.846Z] OK: 211 MiB in 51 packages [2023-03-07T21:28:12.846Z] OK: 211 MiB in 51 packages [2023-03-07T21:28:12.846Z] OK: 211 MiB in 51 packages [2023-03-07T21:28:12.846Z] OK: 211 MiB in 51 packages [2023-03-07T21:28:12.902Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:13.411Z] Removing intermediate container c21d9c8ff986 [2023-03-07T21:28:13.411Z] ---> 1405970c19fb [2023-03-07T21:28:13.411Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-07T21:28:13.411Z] Removing intermediate container cfcdeee94008 [2023-03-07T21:28:13.411Z] ---> 94c716a32ac0 [2023-03-07T21:28:13.411Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-07T21:28:13.411Z] Removing intermediate container c5b714f541dc [2023-03-07T21:28:13.411Z] ---> defac9f11abc [2023-03-07T21:28:13.411Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-07T21:28:13.411Z] ---> b76190fb74ca [2023-03-07T21:28:13.411Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:13.411Z] ---> Running in 67b50a13763b [2023-03-07T21:28:13.669Z] Removing intermediate container 5041bc0f4d4c [2023-03-07T21:28:13.669Z] ---> 93c79e964b77 [2023-03-07T21:28:13.669Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-07T21:28:13.669Z] ---> 0a112dd0b25c [2023-03-07T21:28:13.669Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:13.669Z] Removing intermediate container 4a5aa08674d0 [2023-03-07T21:28:13.669Z] ---> d2ab66cfa1b6 [2023-03-07T21:28:13.669Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-07T21:28:13.669Z] ---> Running in 4fb68af1a12c [2023-03-07T21:28:13.669Z] ---> 64d28946f34a [2023-03-07T21:28:13.669Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:13.669Z] ---> Running in ea4878d80b26 [2023-03-07T21:28:13.669Z] ---> c4bfa0b131d5 [2023-03-07T21:28:13.669Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:13.669Z] ---> 041d4284d2e2 [2023-03-07T21:28:13.669Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:13.669Z] ---> Running in 09a062c077b2 [2023-03-07T21:28:13.669Z] ---> Running in 01ace6cd9818 [2023-03-07T21:28:13.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.137Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-07T21:28:14.137Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-07T21:28:14.137Z] OK: 16903 distinct packages available [2023-03-07T21:28:14.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:14.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:28:15.663Z] OK: 221 MiB in 51 packages [2023-03-07T21:28:15.932Z] OK: 221 MiB in 51 packages [2023-03-07T21:28:16.203Z] OK: 221 MiB in 51 packages [2023-03-07T21:28:16.203Z] OK: 221 MiB in 51 packages [2023-03-07T21:28:16.502Z] OK: 221 MiB in 51 packages [2023-03-07T21:28:17.470Z] Removing intermediate container bd1002babe89 [2023-03-07T21:28:17.470Z] ---> 9fc0e0ed71cb [2023-03-07T21:28:17.470Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:28:17.470Z] Removing intermediate container 14c0a2f85f6d [2023-03-07T21:28:17.470Z] ---> 6ad6d3bfd162 [2023-03-07T21:28:17.470Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:28:18.057Z] Removing intermediate container 293812503d21 [2023-03-07T21:28:18.057Z] ---> 7e7f2210443a [2023-03-07T21:28:18.057Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-07T21:28:18.325Z] Removing intermediate container 6b6a417bddb0 [2023-03-07T21:28:18.325Z] ---> 39016852490e [2023-03-07T21:28:18.325Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:28:18.325Z] Removing intermediate container 35fea04d6b4b [2023-03-07T21:28:18.325Z] ---> e5c71e7c1ba3 [2023-03-07T21:28:18.325Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-07T21:28:18.594Z] ---> 78ae597ec116 [2023-03-07T21:28:18.594Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:18.864Z] ---> 23e08023bfb4 [2023-03-07T21:28:18.864Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:18.864Z] ---> Running in 0c7e4a698283 [2023-03-07T21:28:18.864Z] ---> Running in c1da57f89ebb [2023-03-07T21:28:19.841Z] ---> 23e39584abaa [2023-03-07T21:28:19.841Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:19.841Z] ---> e56ae7b123b7 [2023-03-07T21:28:19.841Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:19.841Z] ---> 2841a304bef4 [2023-03-07T21:28:19.841Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:28:19.841Z] ---> Running in fc087af6be8a [2023-03-07T21:28:19.841Z] ---> Running in 0c30f473b389 [2023-03-07T21:28:20.110Z] ---> Running in 6c0658ed8b0e [2023-03-07T21:29:00.387Z] Removing intermediate container 01ace6cd9818 [2023-03-07T21:29:00.387Z] ---> e27865738f9a [2023-03-07T21:29:00.387Z] Step 8/24 : COPY . . [2023-03-07T21:29:00.387Z] Removing intermediate container 4fb68af1a12c [2023-03-07T21:29:00.387Z] ---> 9c99e07e4187 [2023-03-07T21:29:00.387Z] Step 7/20 : COPY . . [2023-03-07T21:29:00.387Z] Removing intermediate container 67b50a13763b [2023-03-07T21:29:00.387Z] ---> 4feb5b9101a3 [2023-03-07T21:29:00.387Z] Step 7/23 : COPY . . [2023-03-07T21:29:00.387Z] Removing intermediate container ea4878d80b26 [2023-03-07T21:29:00.387Z] ---> 2a4ca9f06c19 [2023-03-07T21:29:00.387Z] Step 7/32 : COPY . . [2023-03-07T21:29:00.387Z] Removing intermediate container 09a062c077b2 [2023-03-07T21:29:00.387Z] ---> aa6b7c58d020 [2023-03-07T21:29:00.387Z] Step 7/24 : COPY . . [2023-03-07T21:29:15.290Z] ---> feb8858cf01d [2023-03-07T21:29:15.290Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-07T21:29:15.290Z] ---> 94a5a322dcc4 [2023-03-07T21:29:15.290Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T21:29:15.290Z] ---> 4d4daa57239a [2023-03-07T21:29:15.290Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T21:29:15.290Z] ---> Running in 3b0270c730e4 [2023-03-07T21:29:15.290Z] ---> Running in d267dedeed62 [2023-03-07T21:29:15.290Z] ---> ff2553a0a0af [2023-03-07T21:29:15.290Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-07T21:29:15.290Z] ---> Running in 2f550b9158d9 [2023-03-07T21:29:15.290Z] ---> b28f167d8f68 [2023-03-07T21:29:15.290Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-07T21:29:15.290Z] ---> Running in 60f76a0f2c25 [2023-03-07T21:29:15.290Z] ---> Running in fd90cdfc7d37 [2023-03-07T21:29:15.290Z] Removing intermediate container 2f550b9158d9 [2023-03-07T21:29:15.290Z] ---> b19612664b42 [2023-03-07T21:29:15.290Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-07T21:29:15.290Z] Removing intermediate container d267dedeed62 [2023-03-07T21:29:15.290Z] ---> 6b8c194cdc51 [2023-03-07T21:29:15.290Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-07T21:29:15.290Z] ---> Running in a987aaddea7f [2023-03-07T21:29:15.290Z] ---> Running in 8fd222273c68 [2023-03-07T21:29:15.290Z] Removing intermediate container a987aaddea7f [2023-03-07T21:29:15.290Z] ---> 7f104635d8b7 [2023-03-07T21:29:15.291Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-07T21:29:15.291Z] ---> Running in bf4e722c7b6b [2023-03-07T21:29:15.291Z] Removing intermediate container 8fd222273c68 [2023-03-07T21:29:15.291Z] ---> 2fac284136b7 [2023-03-07T21:29:15.291Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-07T21:29:15.291Z] ---> Running in 90b17e57cc76 [2023-03-07T21:29:15.291Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-07T21:29:15.291Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-07T21:29:15.291Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-07T21:29:15.291Z] Removing intermediate container bf4e722c7b6b [2023-03-07T21:29:15.291Z] ---> a482c92bb1f4 [2023-03-07T21:29:15.291Z] Step 11/24 : WORKDIR /edgex-go [2023-03-07T21:29:15.291Z] Removing intermediate container 90b17e57cc76 [2023-03-07T21:29:15.291Z] ---> 3b33a203ee14 [2023-03-07T21:29:15.291Z] Step 11/23 : WORKDIR /edgex-go [2023-03-07T21:29:15.291Z] ---> Running in 79ee5067f4bd [2023-03-07T21:29:15.291Z] ---> Running in 58676ded8c79 [2023-03-07T21:29:15.291Z] Removing intermediate container 79ee5067f4bd [2023-03-07T21:29:15.291Z] ---> 22d07be1fd67 [2023-03-07T21:29:15.291Z] [2023-03-07T21:29:15.291Z] Step 12/23 : FROM alpine:3.15 [2023-03-07T21:29:15.291Z] Removing intermediate container 58676ded8c79 [2023-03-07T21:29:15.291Z] ---> 6a15c4765f1b [2023-03-07T21:29:15.291Z] [2023-03-07T21:29:15.291Z] Step 12/24 : FROM alpine:3.15 [2023-03-07T21:29:15.291Z] 3.15: Pulling from library/alpine [2023-03-07T21:29:15.291Z] 3.15: Pulling from library/alpine [2023-03-07T21:29:16.223Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-07T21:29:16.223Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-07T21:29:16.223Z] Status: Image is up to date for alpine:3.15 [2023-03-07T21:29:16.223Z] Status: Downloaded newer image for alpine:3.15 [2023-03-07T21:29:16.223Z] ---> 5ce65d7b0fde [2023-03-07T21:29:16.223Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:29:16.224Z] ---> 5ce65d7b0fde [2023-03-07T21:29:16.224Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:29:16.788Z] ---> Running in b2a57a0918c0 [2023-03-07T21:29:16.788Z] ---> Running in 181a0b4561b6 [2023-03-07T21:29:17.046Z] Removing intermediate container b2a57a0918c0 [2023-03-07T21:29:17.046Z] ---> f9a1a5b30751 [2023-03-07T21:29:17.046Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-07T21:29:17.046Z] Removing intermediate container 181a0b4561b6 [2023-03-07T21:29:17.046Z] ---> baae5bf50900 [2023-03-07T21:29:17.046Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-07T21:29:17.303Z] ---> Running in c082e898ddda [2023-03-07T21:29:17.303Z] ---> Running in 3e8321469d57 [2023-03-07T21:29:18.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:18.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:18.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:18.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:18.491Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:29:18.491Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:29:18.491Z] OK: 15859 distinct packages available [2023-03-07T21:29:18.491Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:29:18.491Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:29:18.491Z] OK: 15859 distinct packages available [2023-03-07T21:29:18.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:18.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:18.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:18.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:18.748Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-07T21:29:18.748Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:29:18.748Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-07T21:29:18.748Z] (3/5) Installing libucontext (1.1-r0) [2023-03-07T21:29:18.748Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-07T21:29:18.748Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:29:18.748Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-07T21:29:18.748Z] (3/5) Installing libucontext (1.1-r0) [2023-03-07T21:29:18.748Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-07T21:29:18.748Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-07T21:29:18.748Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:29:18.748Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:29:18.748Z] OK: 7 MiB in 19 packages [2023-03-07T21:29:18.748Z] OK: 7 MiB in 19 packages [2023-03-07T21:29:21.291Z] Removing intermediate container c082e898ddda [2023-03-07T21:29:21.291Z] ---> 6550a1483117 [2023-03-07T21:29:21.291Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-07T21:29:21.291Z] Removing intermediate container 3e8321469d57 [2023-03-07T21:29:21.291Z] ---> 52ef6e64dae0 [2023-03-07T21:29:21.291Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T21:29:26.548Z] ---> 9b92a0d8ddd4 [2023-03-07T21:29:26.549Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T21:29:26.549Z] ---> f53167a9f1aa [2023-03-07T21:29:26.549Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T21:29:29.072Z] ---> 7c6cb5926774 [2023-03-07T21:29:29.072Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-07T21:29:29.072Z] ---> 3f7872ddbef4 [2023-03-07T21:29:29.072Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T21:29:29.072Z] ---> 010e849ee6b5 [2023-03-07T21:29:29.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-07T21:29:29.329Z] ---> 4eab96fe36d7 [2023-03-07T21:29:29.329Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-07T21:29:29.329Z] ---> 0ccbafe87f5d [2023-03-07T21:29:29.329Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T21:29:29.329Z] ---> Running in ee846f818df6 [2023-03-07T21:29:29.586Z] ---> ad5dda7fc77f [2023-03-07T21:29:29.586Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-07T21:29:29.586Z] Removing intermediate container ee846f818df6 [2023-03-07T21:29:29.586Z] ---> 924997211c99 [2023-03-07T21:29:29.586Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T21:29:29.586Z] ---> Running in fd2c11aaf160 [2023-03-07T21:29:29.586Z] Removing intermediate container fd2c11aaf160 [2023-03-07T21:29:29.586Z] ---> 07a23af3b734 [2023-03-07T21:29:29.586Z] Step 21/23 : LABEL arch=x86_64 [2023-03-07T21:29:29.586Z] ---> Running in ac9f04eeb3d1 [2023-03-07T21:29:29.843Z] ---> 401c9b4a70a7 [2023-03-07T21:29:29.843Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T21:29:29.843Z] Removing intermediate container ac9f04eeb3d1 [2023-03-07T21:29:29.843Z] ---> a512db18401e [2023-03-07T21:29:29.843Z] Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:29:29.843Z] ---> Running in 3aea01904701 [2023-03-07T21:29:29.843Z] ---> Running in 756192e848a4 [2023-03-07T21:29:30.104Z] Removing intermediate container 3aea01904701 [2023-03-07T21:29:30.104Z] ---> dbc7a004f4d8 [2023-03-07T21:29:30.104Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T21:29:30.104Z] Removing intermediate container 756192e848a4 [2023-03-07T21:29:30.104Z] ---> 808129258563 [2023-03-07T21:29:30.104Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T21:29:30.104Z] ---> Running in ac2600adefb9 [2023-03-07T21:29:30.104Z] ---> Running in f5c24c55bd5b [2023-03-07T21:29:30.361Z] Removing intermediate container ac2600adefb9 [2023-03-07T21:29:30.361Z] ---> c22d32a3d6f8 [2023-03-07T21:29:30.361Z] Step 22/24 : LABEL arch=x86_64 [2023-03-07T21:29:30.361Z] Removing intermediate container f5c24c55bd5b [2023-03-07T21:29:30.361Z] ---> 468e5e51f858 [2023-03-07T21:29:30.361Z] [2023-03-07T21:29:30.361Z] ---> Running in 177232e1abca [2023-03-07T21:29:30.662Z] Successfully built 468e5e51f858 [2023-03-07T21:29:30.662Z] Successfully tagged security-spire-server:latest [2023-03-07T21:29:30.662Z]  Building security-spire-server ... done Building security-secretstore-setup [2023-03-07T21:29:30.920Z] Removing intermediate container 177232e1abca [2023-03-07T21:29:30.920Z] ---> f3ec7c8be78d [2023-03-07T21:29:30.920Z] Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:29:33.455Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:29:33.455Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:29:33.455Z] ---> 36d9ab7b5eb2 [2023-03-07T21:29:33.455Z] Step 3/23 : WORKDIR /edgex-go [2023-03-07T21:29:33.455Z] ---> Using cache [2023-03-07T21:29:33.455Z] ---> 6f2198909aba [2023-03-07T21:29:33.455Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-07T21:29:33.455Z] ---> Using cache [2023-03-07T21:29:33.455Z] ---> 94c716a32ac0 [2023-03-07T21:29:33.455Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-07T21:29:33.455Z] ---> Using cache [2023-03-07T21:29:33.455Z] ---> 0a112dd0b25c [2023-03-07T21:29:33.455Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:29:33.455Z] ---> Using cache [2023-03-07T21:29:33.455Z] ---> 9c99e07e4187 [2023-03-07T21:29:33.455Z] Step 7/23 : COPY . . [2023-03-07T21:29:33.455Z] ---> Using cache [2023-03-07T21:29:33.455Z] ---> ff2553a0a0af [2023-03-07T21:29:33.455Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-07T21:29:37.682Z] ---> Running in e236f2ef6d97 [2023-03-07T21:29:37.682Z] ---> Running in 46a0a6ae9453 [2023-03-07T21:29:37.682Z] Removing intermediate container e236f2ef6d97 [2023-03-07T21:29:37.682Z] ---> 62eb5ce4f8de [2023-03-07T21:29:37.682Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:29:37.682Z] ---> Running in 71df11a8ff1f [2023-03-07T21:29:38.273Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-07T21:29:38.532Z] Removing intermediate container 71df11a8ff1f [2023-03-07T21:29:38.532Z] ---> f385c8e77a8c [2023-03-07T21:29:38.532Z] [2023-03-07T21:29:38.532Z] Successfully built f385c8e77a8c [2023-03-07T21:29:38.532Z] Successfully tagged security-spire-agent:latest [2023-03-07T21:29:38.532Z] Building support-scheduler [2023-03-07T21:29:42.792Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:29:42.792Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:29:42.792Z] ---> 36d9ab7b5eb2 [2023-03-07T21:29:42.792Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:29:42.792Z] ---> Using cache [2023-03-07T21:29:42.792Z] ---> 6af4addd064d [2023-03-07T21:29:42.792Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:29:42.792Z] ---> Using cache [2023-03-07T21:29:42.792Z] ---> 4ab79b275bdc [2023-03-07T21:29:42.792Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:29:42.792Z] ---> Using cache [2023-03-07T21:29:42.792Z] ---> d2ab66cfa1b6 [2023-03-07T21:29:42.792Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:29:42.792Z] ---> Using cache [2023-03-07T21:29:42.792Z] ---> 041d4284d2e2 [2023-03-07T21:29:42.792Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:29:42.792Z] ---> Using cache [2023-03-07T21:29:42.792Z] ---> e27865738f9a [2023-03-07T21:29:42.792Z] Step 8/22 : COPY . . [2023-03-07T21:29:42.792Z] ---> Using cache [2023-03-07T21:29:42.792Z] ---> feb8858cf01d [2023-03-07T21:29:42.792Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-07T21:29:46.171Z] ---> Running in 09118aec1944 [2023-03-07T21:29:46.172Z] Removing intermediate container 60f76a0f2c25 [2023-03-07T21:29:46.172Z] ---> 619d4b2b55fc [2023-03-07T21:29:46.172Z] [2023-03-07T21:29:46.172Z] Step 9/20 : FROM alpine:3.16 [2023-03-07T21:29:46.172Z] Removing intermediate container 3b0270c730e4 [2023-03-07T21:29:46.172Z] ---> cd748b897230 [2023-03-07T21:29:46.172Z] [2023-03-07T21:29:46.172Z] Step 10/24 : FROM alpine:3.16 [2023-03-07T21:29:46.432Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-07T21:29:46.432Z] 3.16: Pulling from library/alpine [2023-03-07T21:29:46.432Z] 3.16: Pulling from library/alpine [2023-03-07T21:29:47.366Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-07T21:29:47.366Z] Status: Downloaded newer image for alpine:3.16 [2023-03-07T21:29:47.366Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-07T21:29:47.366Z] Status: Image is up to date for alpine:3.16 [2023-03-07T21:29:47.366Z] ---> dfd21b5a31f5 [2023-03-07T21:29:47.366Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:29:47.366Z] ---> dfd21b5a31f5 [2023-03-07T21:29:47.366Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-07T21:29:48.771Z] ---> Running in ef105a344a5d [2023-03-07T21:29:48.771Z] ---> Running in daaf13d3207e [2023-03-07T21:29:49.029Z] Removing intermediate container fd90cdfc7d37 [2023-03-07T21:29:49.029Z] ---> 865c5e170478 [2023-03-07T21:29:49.029Z] [2023-03-07T21:29:49.029Z] Step 9/32 : FROM alpine:3.16 [2023-03-07T21:29:49.029Z] ---> dfd21b5a31f5 [2023-03-07T21:29:49.029Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:29:49.029Z] ---> Running in dfc2faf2cd64 [2023-03-07T21:29:49.287Z] Removing intermediate container dfc2faf2cd64 [2023-03-07T21:29:49.287Z] ---> 322af975280a [2023-03-07T21:29:49.287Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-07T21:29:49.287Z] ---> Running in cc4ad4a4087a [2023-03-07T21:29:49.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:49.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:49.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:49.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:49.545Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:29:49.545Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:29:49.545Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:29:49.545Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-07T21:29:49.545Z] OK: 6 MiB in 15 packages [2023-03-07T21:29:49.803Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:29:49.803Z] OK: 6 MiB in 16 packages [2023-03-07T21:29:49.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:49.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:29:50.086Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:29:50.086Z] (2/2) Installing su-exec (0.2-r1) [2023-03-07T21:29:50.086Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:29:50.344Z] OK: 6 MiB in 16 packages [2023-03-07T21:29:50.916Z] Removing intermediate container daaf13d3207e [2023-03-07T21:29:50.916Z] ---> 8d20ff977772 [2023-03-07T21:29:50.916Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-07T21:29:50.916Z] Removing intermediate container ef105a344a5d [2023-03-07T21:29:50.916Z] ---> 7046c6a07e0e [2023-03-07T21:29:50.916Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:29:50.916Z] ---> Running in f47e58efd1ae [2023-03-07T21:29:51.177Z] ---> Running in 879908c5a151 [2023-03-07T21:29:51.177Z] Removing intermediate container cc4ad4a4087a [2023-03-07T21:29:51.177Z] ---> d8f6a05c1b6f [2023-03-07T21:29:51.177Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-07T21:29:51.177Z] ---> Running in 00b48adff140 [2023-03-07T21:29:51.177Z] Removing intermediate container f47e58efd1ae [2023-03-07T21:29:51.177Z] ---> fb63e5f009d1 [2023-03-07T21:29:51.177Z] Step 12/20 : WORKDIR /edgex [2023-03-07T21:29:51.177Z] ---> Running in 3762b00d0309 [2023-03-07T21:29:51.469Z] Removing intermediate container 879908c5a151 [2023-03-07T21:29:51.469Z] ---> 3a6b1a0af2bd [2023-03-07T21:29:51.469Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-07T21:29:51.469Z] Removing intermediate container 00b48adff140 [2023-03-07T21:29:51.469Z] ---> a59e055a9aca [2023-03-07T21:29:51.469Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-07T21:29:51.469Z] ---> Running in a443d22c1e31 [2023-03-07T21:29:51.469Z] ---> Running in 1d16b33b06c3 [2023-03-07T21:29:51.469Z] Removing intermediate container 3762b00d0309 [2023-03-07T21:29:51.469Z] ---> 6c5d16f704c3 [2023-03-07T21:29:51.469Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-07T21:29:51.728Z] Removing intermediate container a443d22c1e31 [2023-03-07T21:29:51.728Z] ---> 634a2ce6c46f [2023-03-07T21:29:51.728Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-07T21:29:51.728Z] Removing intermediate container 1d16b33b06c3 [2023-03-07T21:29:51.728Z] ---> 50ed405dc890 [2023-03-07T21:29:51.728Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-07T21:29:51.728Z] ---> Running in 8f0d13fed8ae [2023-03-07T21:29:51.728Z] ---> e40e690de137 [2023-03-07T21:29:51.728Z] ---> Running in e985daa3e9c1 [2023-03-07T21:29:51.728Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-07T21:29:52.664Z] Removing intermediate container e985daa3e9c1 [2023-03-07T21:29:52.664Z] ---> a20398f4e056 [2023-03-07T21:29:52.664Z] Step 15/24 : WORKDIR / [2023-03-07T21:29:52.664Z] Removing intermediate container 8f0d13fed8ae [2023-03-07T21:29:52.664Z] ---> de647e61d315 [2023-03-07T21:29:52.664Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-07T21:29:52.664Z] ---> 9cc30ec6e9e0 [2023-03-07T21:29:52.664Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-07T21:29:52.664Z] ---> Running in 3fb9252975a5 [2023-03-07T21:29:52.664Z] ---> Running in 70c325b48094 [2023-03-07T21:29:52.923Z] Removing intermediate container 3fb9252975a5 [2023-03-07T21:29:52.923Z] ---> 544b3372623e [2023-03-07T21:29:52.923Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-07T21:29:52.923Z] ---> Running in 6b9a1f8eb92b [2023-03-07T21:29:52.923Z] Removing intermediate container 70c325b48094 [2023-03-07T21:29:52.923Z] ---> f61928a25b23 [2023-03-07T21:29:52.923Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:29:52.923Z] ---> c24b3e107297 [2023-03-07T21:29:52.923Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:29:53.181Z] ---> Running in d873b8a8e6ed [2023-03-07T21:29:53.181Z] ---> 4756b71fa003 [2023-03-07T21:29:53.181Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-07T21:29:54.564Z] ---> d56b48b47c29 [2023-03-07T21:29:54.564Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-07T21:29:54.564Z] Removing intermediate container 6b9a1f8eb92b [2023-03-07T21:29:54.565Z] ---> d86ef2e84384 [2023-03-07T21:29:54.565Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-07T21:29:54.565Z] ---> df250731fcd2 [2023-03-07T21:29:54.565Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-07T21:29:54.836Z] ---> Running in 39c459325555 [2023-03-07T21:29:54.836Z] Removing intermediate container d873b8a8e6ed [2023-03-07T21:29:54.836Z] ---> d0480f1c4b92 [2023-03-07T21:29:54.836Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:29:55.094Z] ---> 202a7b76b5fd [2023-03-07T21:29:55.094Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-07T21:29:55.094Z] Removing intermediate container 39c459325555 [2023-03-07T21:29:55.094Z] ---> e66a3cf03d55 [2023-03-07T21:29:55.094Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-07T21:29:55.094Z] ---> Running in d25010ef9e00 [2023-03-07T21:29:55.094Z] ---> Running in dbe548af8361 [2023-03-07T21:29:55.356Z] Removing intermediate container d25010ef9e00 [2023-03-07T21:29:55.356Z] ---> 015731c9d07c [2023-03-07T21:29:55.356Z] Step 18/20 : LABEL arch=x86_64 [2023-03-07T21:29:55.356Z] ---> 4fde5406198d [2023-03-07T21:29:55.356Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-07T21:29:55.356Z] Removing intermediate container dbe548af8361 [2023-03-07T21:29:55.356Z] ---> b2db9907f14b [2023-03-07T21:29:55.356Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:29:55.356Z] ---> Running in 9409f887e0c1 [2023-03-07T21:29:55.356Z] ---> Running in 3ca532d27f58 [2023-03-07T21:29:55.356Z] ---> Running in 22d194ee360d [2023-03-07T21:29:55.637Z] Removing intermediate container 9409f887e0c1 [2023-03-07T21:29:55.637Z] ---> c4156273df40 [2023-03-07T21:29:55.637Z] Step 19/20 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:29:55.637Z] ---> Running in 2c5716a3d283 [2023-03-07T21:29:55.637Z] Removing intermediate container 22d194ee360d [2023-03-07T21:29:55.637Z] ---> e8248af7dd06 [2023-03-07T21:29:55.637Z] Step 22/24 : LABEL arch=x86_64 [2023-03-07T21:29:55.895Z] Removing intermediate container 2c5716a3d283 [2023-03-07T21:29:55.895Z] ---> c0425515fde1 [2023-03-07T21:29:55.895Z] Step 20/20 : LABEL version=3.0.0-dev.79 [2023-03-07T21:29:55.895Z] ---> Running in 32f0fe50012f [2023-03-07T21:29:55.895Z] ---> Running in bf38ac38e597 [2023-03-07T21:29:56.168Z] Removing intermediate container 32f0fe50012f [2023-03-07T21:29:56.168Z] ---> 5091f4221ac2 [2023-03-07T21:29:56.168Z] Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:29:56.168Z] Removing intermediate container bf38ac38e597 [2023-03-07T21:29:56.168Z] ---> 977a4079bc8c [2023-03-07T21:29:56.168Z] [2023-03-07T21:29:56.427Z] ---> Running in 079f20257c27 [2023-03-07T21:29:56.427Z] Successfully built 977a4079bc8c [2023-03-07T21:29:56.427Z] Successfully tagged security-proxy-setup:latest [2023-03-07T21:29:56.427Z]  Building security-proxy-setup ... done Building security-spire-config [2023-03-07T21:29:56.427Z] Removing intermediate container 079f20257c27 [2023-03-07T21:29:56.427Z] ---> ec2a03e946a3 [2023-03-07T21:29:56.427Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:29:56.687Z] ---> Running in cf135c92de82 [2023-03-07T21:29:57.256Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-07T21:29:59.799Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:29:59.799Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:29:59.799Z] ---> 36d9ab7b5eb2 [2023-03-07T21:29:59.799Z] Step 3/24 : WORKDIR /edgex-go [2023-03-07T21:29:59.799Z] ---> Using cache [2023-03-07T21:29:59.799Z] ---> 6f2198909aba [2023-03-07T21:29:59.799Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T21:30:01.326Z] Removing intermediate container 3ca532d27f58 [2023-03-07T21:30:01.326Z] ---> 56c54ac14a51 [2023-03-07T21:30:01.326Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:30:03.234Z] Removing intermediate container cf135c92de82 [2023-03-07T21:30:03.234Z] ---> 4cae523efaeb [2023-03-07T21:30:03.234Z] [2023-03-07T21:30:03.234Z] Successfully built 4cae523efaeb [2023-03-07T21:30:03.496Z] Successfully tagged core-metadata:latest [2023-03-07T21:30:03.496Z]  Building core-metadata ... done Building core-common-config-bootstrapper [2023-03-07T21:30:03.496Z] ---> Running in e504a5451aa4 [2023-03-07T21:30:04.932Z] ---> 74c280b23b03 [2023-03-07T21:30:04.933Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-07T21:30:04.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:04.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:05.196Z] OK: 211 MiB in 51 packages [2023-03-07T21:30:09.708Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:30:09.708Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:30:09.708Z] ---> 36d9ab7b5eb2 [2023-03-07T21:30:09.708Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:30:09.708Z] ---> Using cache [2023-03-07T21:30:09.708Z] ---> 6af4addd064d [2023-03-07T21:30:09.708Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:30:09.708Z] ---> Using cache [2023-03-07T21:30:09.708Z] ---> 4ab79b275bdc [2023-03-07T21:30:09.708Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:30:09.708Z] ---> Using cache [2023-03-07T21:30:09.708Z] ---> d2ab66cfa1b6 [2023-03-07T21:30:09.708Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:30:09.708Z] ---> Using cache [2023-03-07T21:30:09.708Z] ---> 041d4284d2e2 [2023-03-07T21:30:09.708Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:30:09.708Z] ---> Using cache [2023-03-07T21:30:09.708Z] ---> e27865738f9a [2023-03-07T21:30:09.708Z] Step 8/22 : COPY . . [2023-03-07T21:30:09.708Z] ---> Using cache [2023-03-07T21:30:09.708Z] ---> feb8858cf01d [2023-03-07T21:30:09.708Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-07T21:30:10.649Z] ---> 440df0337416 [2023-03-07T21:30:10.649Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-07T21:30:10.649Z] ---> Running in 61097ab66302 [2023-03-07T21:30:10.909Z] Removing intermediate container 46a0a6ae9453 [2023-03-07T21:30:10.909Z] ---> 24d639760fb9 [2023-03-07T21:30:10.909Z] [2023-03-07T21:30:10.909Z] Step 9/23 : FROM alpine:3.16 [2023-03-07T21:30:10.909Z] ---> dfd21b5a31f5 [2023-03-07T21:30:10.909Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-07T21:30:10.909Z] ---> Running in 913dea8b8d43 [2023-03-07T21:30:10.909Z] Removing intermediate container e504a5451aa4 [2023-03-07T21:30:10.909Z] ---> f7838e7d521d [2023-03-07T21:30:10.909Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-07T21:30:10.909Z] ---> 0e741f7f674b [2023-03-07T21:30:10.909Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-07T21:30:11.169Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-07T21:30:11.429Z] ---> 9c4196dabc40 [2023-03-07T21:30:11.429Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:30:11.429Z] ---> ed0a3b95ef06 [2023-03-07T21:30:11.429Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-07T21:30:11.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:11.429Z] ---> Running in 957ee6e7982c [2023-03-07T21:30:11.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:11.689Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-07T21:30:11.689Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-07T21:30:11.689Z] (3/3) Installing su-exec (0.2-r1) [2023-03-07T21:30:11.689Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:30:11.689Z] ---> cdcd98334590 [2023-03-07T21:30:11.689Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-07T21:30:11.949Z] Removing intermediate container c1da57f89ebb [2023-03-07T21:30:11.949Z] ---> 451357a89689 [2023-03-07T21:30:11.949Z] Step 8/22 : COPY . . [2023-03-07T21:30:11.949Z] Removing intermediate container fc087af6be8a [2023-03-07T21:30:11.949Z] ---> b540840364b9 [2023-03-07T21:30:11.949Z] Step 8/24 : COPY . . [2023-03-07T21:30:11.949Z] Removing intermediate container 0c30f473b389 [2023-03-07T21:30:11.949Z] ---> 60bfc83b4e38 [2023-03-07T21:30:11.949Z] Step 7/19 : COPY . . [2023-03-07T21:30:11.949Z] Removing intermediate container 6c0658ed8b0e [2023-03-07T21:30:11.949Z] ---> 64feb3941be1 [2023-03-07T21:30:11.949Z] Step 8/22 : COPY . . [2023-03-07T21:30:11.949Z] Removing intermediate container 0c7e4a698283 [2023-03-07T21:30:11.949Z] ---> dfa2921fa859 [2023-03-07T21:30:11.949Z] Step 8/22 : COPY . . [2023-03-07T21:30:11.949Z] ---> 81947976b9a0 [2023-03-07T21:30:11.949Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-07T21:30:11.949Z] ---> ae173dc83034 [2023-03-07T21:30:11.949Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-07T21:30:11.949Z] ---> 7a024d944800 [2023-03-07T21:30:11.949Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-07T21:30:11.949Z] ---> Running in f52affa94395 [2023-03-07T21:30:11.950Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:30:11.950Z] OK: 6 MiB in 17 packages [2023-03-07T21:30:12.228Z] ---> 5dadfce45a17 [2023-03-07T21:30:12.228Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-07T21:30:12.228Z] ---> Running in b593e5519046 [2023-03-07T21:30:12.228Z] ---> Running in 92fa84d92184 [2023-03-07T21:30:12.498Z] ---> Running in f6bb80254772 [2023-03-07T21:30:12.498Z] ---> 008fcf64d50b [2023-03-07T21:30:12.498Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-07T21:30:12.498Z] ---> Running in 17ecde774bfe [2023-03-07T21:30:12.897Z] ---> d695409c93b0 [2023-03-07T21:30:12.897Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-07T21:30:14.280Z] ---> 244e5b6a20c4 [2023-03-07T21:30:14.280Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-07T21:30:14.280Z] Removing intermediate container 913dea8b8d43 [2023-03-07T21:30:14.280Z] ---> 7f79d3e07141 [2023-03-07T21:30:14.280Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-07T21:30:14.280Z] ---> Running in 5e66198afe50 [2023-03-07T21:30:14.280Z] ---> Running in 61332853dde2 [2023-03-07T21:30:14.280Z] Removing intermediate container 09118aec1944 [2023-03-07T21:30:14.280Z] ---> e648e75ff5e7 [2023-03-07T21:30:14.280Z] [2023-03-07T21:30:14.280Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:30:14.280Z] ---> dfd21b5a31f5 [2023-03-07T21:30:14.280Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:30:14.280Z] ---> Using cache [2023-03-07T21:30:14.280Z] ---> 7046c6a07e0e [2023-03-07T21:30:14.280Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:30:14.280Z] ---> Using cache [2023-03-07T21:30:14.280Z] ---> 3a6b1a0af2bd [2023-03-07T21:30:14.280Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-07T21:30:14.280Z] ---> Running in 82e85105d02c [2023-03-07T21:30:14.280Z] Removing intermediate container 61332853dde2 [2023-03-07T21:30:14.280Z] ---> c61ea9bf1ef1 [2023-03-07T21:30:14.280Z] Step 12/23 : WORKDIR / [2023-03-07T21:30:14.464Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-07T21:30:14.564Z] ---> Running in e1093469724e [2023-03-07T21:30:14.564Z] Removing intermediate container 82e85105d02c [2023-03-07T21:30:14.564Z] ---> 4ca7c15016fe [2023-03-07T21:30:14.564Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-07T21:30:14.564Z] ---> Running in 50cd804eb5ff [2023-03-07T21:30:14.828Z] Removing intermediate container e1093469724e [2023-03-07T21:30:14.828Z] ---> f4b3f4ccd794 [2023-03-07T21:30:14.828Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-07T21:30:14.828Z] Removing intermediate container 50cd804eb5ff [2023-03-07T21:30:14.828Z] ---> 250fd1c4763e [2023-03-07T21:30:14.828Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:30:15.059Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-07T21:30:15.059Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-07T21:30:15.059Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-07T21:30:15.093Z] ---> 9e8b3ab34254 [2023-03-07T21:30:15.093Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-07T21:30:15.093Z] Removing intermediate container 5e66198afe50 [2023-03-07T21:30:15.093Z] ---> a23be287f115 [2023-03-07T21:30:15.093Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-07T21:30:15.093Z] ---> abbc2123868d [2023-03-07T21:30:15.093Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-07T21:30:15.327Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-07T21:30:15.376Z] ---> Running in f700f976dbb2 [2023-03-07T21:30:15.376Z] ---> ca272d1509d7 [2023-03-07T21:30:15.376Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-07T21:30:15.635Z] Removing intermediate container f700f976dbb2 [2023-03-07T21:30:15.635Z] ---> 43a9a64441b8 [2023-03-07T21:30:15.635Z] Step 29/32 : CMD ["gate"] [2023-03-07T21:30:16.581Z] ---> Running in 4c81cae5a371 [2023-03-07T21:30:16.582Z] ---> 0a906b9433c3 [2023-03-07T21:30:16.582Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-07T21:30:16.582Z] ---> 18b815efbbde [2023-03-07T21:30:16.582Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-07T21:30:16.582Z] Removing intermediate container 4c81cae5a371 [2023-03-07T21:30:16.582Z] ---> b9126a468a09 [2023-03-07T21:30:16.582Z] Step 30/32 : LABEL arch=x86_64 [2023-03-07T21:30:16.847Z] ---> Running in 6b1533e8870f [2023-03-07T21:30:16.847Z] ---> 934806c5ef9e [2023-03-07T21:30:16.847Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-07T21:30:16.847Z] ---> Running in 0d8fa7aaa6f8 [2023-03-07T21:30:17.121Z] Removing intermediate container 6b1533e8870f [2023-03-07T21:30:17.121Z] ---> 9f178236cdda [2023-03-07T21:30:17.121Z] Step 31/32 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:30:17.121Z] ---> 8c156443b415 [2023-03-07T21:30:17.121Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-07T21:30:17.121Z] ---> Running in 90a485432f08 [2023-03-07T21:30:17.121Z] Removing intermediate container 0d8fa7aaa6f8 [2023-03-07T21:30:17.121Z] ---> 038d3eff53d8 [2023-03-07T21:30:17.121Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:30:17.121Z] ---> Running in 69d54d3b63b4 [2023-03-07T21:30:17.121Z] Removing intermediate container 90a485432f08 [2023-03-07T21:30:17.121Z] ---> 388cec5020d0 [2023-03-07T21:30:17.121Z] Step 32/32 : LABEL version=3.0.0-dev.79 [2023-03-07T21:30:17.742Z] ---> Running in f8216fea715c [2023-03-07T21:30:17.742Z] Removing intermediate container 69d54d3b63b4 [2023-03-07T21:30:17.742Z] ---> fe239493ee0f [2023-03-07T21:30:17.742Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T21:30:17.742Z] ---> 43139e0a82c4 [2023-03-07T21:30:17.742Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-07T21:30:17.742Z] ---> Running in 9d9a09780d53 [2023-03-07T21:30:18.002Z] Removing intermediate container f8216fea715c [2023-03-07T21:30:18.002Z] ---> 0d293da5a47e [2023-03-07T21:30:18.002Z] [2023-03-07T21:30:18.002Z] Successfully built 0d293da5a47e [2023-03-07T21:30:18.002Z] Successfully tagged security-bootstrapper:latest [2023-03-07T21:30:18.002Z]  Building security-bootstrapper ... done Building core-command [2023-03-07T21:30:18.294Z] Removing intermediate container 9d9a09780d53 [2023-03-07T21:30:18.294Z] ---> f11c88345ae9 [2023-03-07T21:30:18.294Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:30:20.837Z] ---> 6c6494e36029 [2023-03-07T21:30:20.837Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:30:21.644Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:30:21.644Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:30:21.644Z] ---> 36d9ab7b5eb2 [2023-03-07T21:30:21.644Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:30:21.644Z] ---> Using cache [2023-03-07T21:30:21.644Z] ---> 6af4addd064d [2023-03-07T21:30:21.644Z] Step 4/23 : WORKDIR /edgex-go [2023-03-07T21:30:21.644Z] ---> Using cache [2023-03-07T21:30:21.644Z] ---> 4ab79b275bdc [2023-03-07T21:30:21.644Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-07T21:30:21.644Z] ---> Using cache [2023-03-07T21:30:21.644Z] ---> d2ab66cfa1b6 [2023-03-07T21:30:21.644Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-07T21:30:21.644Z] ---> Using cache [2023-03-07T21:30:21.644Z] ---> 041d4284d2e2 [2023-03-07T21:30:21.644Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:30:21.644Z] ---> Using cache [2023-03-07T21:30:21.644Z] ---> e27865738f9a [2023-03-07T21:30:21.644Z] Step 8/23 : COPY . . [2023-03-07T21:30:21.644Z] ---> Using cache [2023-03-07T21:30:21.644Z] ---> feb8858cf01d [2023-03-07T21:30:21.644Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-07T21:30:26.987Z] ---> Running in 8f612f55427b [2023-03-07T21:30:26.987Z] ---> Running in b0178a99625a [2023-03-07T21:30:26.987Z] ---> Running in aa69f2a03a8a [2023-03-07T21:30:26.987Z] Removing intermediate container 8f612f55427b [2023-03-07T21:30:26.987Z] ---> fd349451bba5 [2023-03-07T21:30:26.987Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:30:26.987Z] ---> Running in dd99be42a905 [2023-03-07T21:30:26.987Z] Removing intermediate container dd99be42a905 [2023-03-07T21:30:26.987Z] ---> 408839492ce4 [2023-03-07T21:30:26.987Z] [2023-03-07T21:30:26.987Z] Successfully built 408839492ce4 [2023-03-07T21:30:26.987Z] Successfully tagged support-scheduler:latest [2023-03-07T21:30:26.987Z] Building security-proxy-auth [2023-03-07T21:30:27.249Z]  Building support-scheduler ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-07T21:30:32.691Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:30:32.691Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:30:32.691Z] ---> 36d9ab7b5eb2 [2023-03-07T21:30:32.691Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:30:32.691Z] ---> Using cache [2023-03-07T21:30:32.691Z] ---> 6af4addd064d [2023-03-07T21:30:32.691Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:30:32.691Z] ---> Using cache [2023-03-07T21:30:32.691Z] ---> 4ab79b275bdc [2023-03-07T21:30:32.691Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:30:32.691Z] ---> Using cache [2023-03-07T21:30:32.691Z] ---> d2ab66cfa1b6 [2023-03-07T21:30:32.691Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:30:32.691Z] ---> Using cache [2023-03-07T21:30:32.691Z] ---> 041d4284d2e2 [2023-03-07T21:30:32.691Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:30:32.691Z] ---> Using cache [2023-03-07T21:30:32.691Z] ---> e27865738f9a [2023-03-07T21:30:32.691Z] Step 8/22 : COPY . . [2023-03-07T21:30:32.691Z] ---> Using cache [2023-03-07T21:30:32.691Z] ---> feb8858cf01d [2023-03-07T21:30:32.691Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-07T21:30:40.814Z] ---> Running in 683b96ddff6a [2023-03-07T21:30:40.814Z] Removing intermediate container b0178a99625a [2023-03-07T21:30:40.814Z] ---> 1e4ed7f0f8f2 [2023-03-07T21:30:40.814Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:30:40.814Z] ---> Running in 2259c3d9a2d0 [2023-03-07T21:30:40.814Z] Removing intermediate container 957ee6e7982c [2023-03-07T21:30:40.814Z] ---> 1454883ac594 [2023-03-07T21:30:40.814Z] Step 7/24 : COPY . . [2023-03-07T21:30:40.814Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-07T21:30:40.814Z] Removing intermediate container 2259c3d9a2d0 [2023-03-07T21:30:40.814Z] ---> 3400575b3c51 [2023-03-07T21:30:40.814Z] Step 21/23 : LABEL arch=x86_64 [2023-03-07T21:30:40.814Z] ---> Running in 9d965d440dc2 [2023-03-07T21:30:42.741Z] Removing intermediate container 9d965d440dc2 [2023-03-07T21:30:42.741Z] ---> 7c3ac0a3d212 [2023-03-07T21:30:42.741Z] Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:30:44.657Z] Removing intermediate container 61097ab66302 [2023-03-07T21:30:44.657Z] ---> c6e4911f0306 [2023-03-07T21:30:44.657Z] [2023-03-07T21:30:44.657Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:30:44.657Z] ---> dfd21b5a31f5 [2023-03-07T21:30:44.657Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-07T21:30:44.657Z] ---> Running in b610eff9ce57 [2023-03-07T21:30:44.917Z] ---> Running in f7e5929ee20a [2023-03-07T21:30:44.917Z] ---> d88c941d318d [2023-03-07T21:30:44.917Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T21:30:44.917Z] Removing intermediate container f7e5929ee20a [2023-03-07T21:30:44.917Z] ---> 4e14dba8ee00 [2023-03-07T21:30:44.917Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:30:44.917Z] ---> Running in 5117652f130a [2023-03-07T21:30:44.917Z] ---> Running in bfeb5cdae9da [2023-03-07T21:30:45.191Z] Removing intermediate container b610eff9ce57 [2023-03-07T21:30:45.191Z] ---> 222e86c8e92d [2023-03-07T21:30:45.191Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T21:30:45.191Z] ---> Running in 0899f551e901 [2023-03-07T21:30:45.191Z] Removing intermediate container 5117652f130a [2023-03-07T21:30:45.191Z] ---> 294e8986817c [2023-03-07T21:30:45.191Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-07T21:30:45.191Z] ---> Running in 40c75d933e81 [2023-03-07T21:30:45.493Z] Removing intermediate container 0899f551e901 [2023-03-07T21:30:45.493Z] ---> 3cbae66d2036 [2023-03-07T21:30:45.493Z] [2023-03-07T21:30:45.493Z] Successfully built 3cbae66d2036 [2023-03-07T21:30:45.493Z] Successfully tagged security-secretstore-setup:latest [2023-03-07T21:30:45.493Z]  Building security-secretstore-setup ... done Building security-spiffe-token-provider [2023-03-07T21:30:45.493Z] Removing intermediate container 40c75d933e81 [2023-03-07T21:30:45.493Z] ---> 847156673cd5 [2023-03-07T21:30:45.493Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-07T21:30:45.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:46.046Z] ---> Running in fae8dd186fad [2023-03-07T21:30:46.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:46.306Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:30:46.306Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:30:46.306Z] OK: 6 MiB in 15 packages [2023-03-07T21:30:49.875Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:30:49.875Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:30:49.875Z] ---> 36d9ab7b5eb2 [2023-03-07T21:30:49.875Z] Step 3/19 : WORKDIR /edgex-go [2023-03-07T21:30:49.875Z] ---> Using cache [2023-03-07T21:30:49.875Z] ---> 6f2198909aba [2023-03-07T21:30:49.875Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-07T21:30:53.452Z] ---> Running in 04b0170fab0e [2023-03-07T21:30:53.452Z] Removing intermediate container bfeb5cdae9da [2023-03-07T21:30:53.452Z] ---> 497661605945 [2023-03-07T21:30:53.452Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:30:53.452Z] Removing intermediate container fae8dd186fad [2023-03-07T21:30:53.452Z] ---> 1f4b78947867 [2023-03-07T21:30:53.452Z] Step 11/24 : WORKDIR /edgex-go [2023-03-07T21:30:53.452Z] ---> Running in 1bbfd58cbb5d [2023-03-07T21:30:53.452Z] Removing intermediate container 1bbfd58cbb5d [2023-03-07T21:30:53.452Z] ---> 47243f7bcab0 [2023-03-07T21:30:53.452Z] [2023-03-07T21:30:53.452Z] Step 12/24 : FROM alpine:3.15 [2023-03-07T21:30:53.452Z] ---> 5ce65d7b0fde [2023-03-07T21:30:53.452Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:30:53.452Z] ---> Using cache [2023-03-07T21:30:53.452Z] ---> baae5bf50900 [2023-03-07T21:30:53.452Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-07T21:30:53.452Z] ---> Running in fef64e3c88a3 [2023-03-07T21:30:53.452Z] ---> a519da3485b4 [2023-03-07T21:30:53.452Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-07T21:30:53.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:53.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:53.728Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-07T21:30:53.728Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-07T21:30:53.728Z] OK: 17046 distinct packages available [2023-03-07T21:30:53.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:53.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:53.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:53.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:53.728Z] ---> 97403e4e68ba [2023-03-07T21:30:53.728Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-07T21:30:53.728Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:30:53.728Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:30:53.728Z] OK: 15859 distinct packages available [2023-03-07T21:30:53.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:53.728Z] OK: 211 MiB in 51 packages [2023-03-07T21:30:53.728Z] ---> 997b599fbf13 [2023-03-07T21:30:53.728Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-07T21:30:53.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:30:53.988Z] ---> f3a81d37ceb2 [2023-03-07T21:30:53.988Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:30:53.989Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-07T21:30:53.989Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:30:53.989Z] (3/4) Installing libucontext (1.1-r0) [2023-03-07T21:30:53.989Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-07T21:30:53.989Z] ---> Running in 885a6773fee2 [2023-03-07T21:30:53.989Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:30:53.989Z] OK: 6 MiB in 18 packages [2023-03-07T21:30:55.990Z] Removing intermediate container 04b0170fab0e [2023-03-07T21:30:55.990Z] ---> 332bd879bca9 [2023-03-07T21:30:55.990Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-07T21:30:55.990Z] Removing intermediate container fef64e3c88a3 [2023-03-07T21:30:55.990Z] ---> 1a5e0b582180 [2023-03-07T21:30:55.990Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T21:30:55.990Z] Removing intermediate container aa69f2a03a8a [2023-03-07T21:30:55.990Z] ---> aa45da7d2f42 [2023-03-07T21:30:55.990Z] [2023-03-07T21:30:55.990Z] Step 10/23 : FROM alpine:3.16 [2023-03-07T21:30:55.990Z] ---> dfd21b5a31f5 [2023-03-07T21:30:55.990Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:30:55.990Z] ---> Using cache [2023-03-07T21:30:55.990Z] ---> 7046c6a07e0e [2023-03-07T21:30:55.990Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:30:55.990Z] ---> Using cache [2023-03-07T21:30:55.990Z] ---> 3a6b1a0af2bd [2023-03-07T21:30:55.990Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-07T21:30:55.990Z] ---> Running in 1cad0399133a [2023-03-07T21:30:55.990Z] ---> 354b9d270c6b [2023-03-07T21:30:55.990Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:30:55.990Z] ---> Running in 143ea4761041 [2023-03-07T21:30:55.990Z] Removing intermediate container 1cad0399133a [2023-03-07T21:30:55.990Z] ---> b689df8ddbc1 [2023-03-07T21:30:55.990Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-07T21:30:55.990Z] ---> Running in 2406e3533291 [2023-03-07T21:30:55.990Z] Removing intermediate container 885a6773fee2 [2023-03-07T21:30:55.990Z] ---> de198be33f8e [2023-03-07T21:30:55.990Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:30:56.251Z] ---> Running in 77e042fe649a [2023-03-07T21:30:56.251Z] Removing intermediate container 2406e3533291 [2023-03-07T21:30:56.251Z] ---> 6b8f4177d2e7 [2023-03-07T21:30:56.251Z] Step 15/23 : WORKDIR / [2023-03-07T21:30:56.251Z] ---> Running in f8b5b455c7e3 [2023-03-07T21:30:56.523Z] Removing intermediate container 77e042fe649a [2023-03-07T21:30:56.523Z] ---> e880b387775f [2023-03-07T21:30:56.523Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-07T21:30:57.550Z] Removing intermediate container f8b5b455c7e3 [2023-03-07T21:30:57.550Z] ---> b8914fcafb11 [2023-03-07T21:30:57.550Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:30:57.550Z] ---> Running in b9ab4d26dcec [2023-03-07T21:30:57.550Z] ---> fc245e2cd72b [2023-03-07T21:30:57.550Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T21:30:57.550Z] Removing intermediate container b9ab4d26dcec [2023-03-07T21:30:57.550Z] ---> 508cbb54fb71 [2023-03-07T21:30:57.550Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T21:30:57.550Z] ---> Running in 9ac409f6c348 [2023-03-07T21:30:57.865Z] ---> 4a56e3c28677 [2023-03-07T21:30:57.865Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-07T21:30:57.865Z] Removing intermediate container 9ac409f6c348 [2023-03-07T21:30:57.865Z] ---> 12b2487e716c [2023-03-07T21:30:57.865Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:30:58.128Z] ---> Running in 81724c9cebea [2023-03-07T21:30:58.128Z] ---> 595ac53a4019 [2023-03-07T21:30:58.128Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-07T21:30:58.128Z] ---> Running in ae31a026eab6 [2023-03-07T21:30:58.387Z] Removing intermediate container 81724c9cebea [2023-03-07T21:30:58.387Z] ---> def4fc8e040b [2023-03-07T21:30:58.387Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:30:58.387Z] ---> Running in 8984edced0ff [2023-03-07T21:30:58.387Z] Removing intermediate container ae31a026eab6 [2023-03-07T21:30:58.387Z] ---> 6436c1641da0 [2023-03-07T21:30:58.387Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-07T21:30:58.387Z] ---> c61f5cc31a8d [2023-03-07T21:30:58.387Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-07T21:30:58.956Z] Removing intermediate container 8984edced0ff [2023-03-07T21:30:58.956Z] ---> fd2176b076f2 [2023-03-07T21:30:58.956Z] [2023-03-07T21:30:58.956Z] ---> f86d7c728f92 [2023-03-07T21:30:58.956Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-07T21:30:58.956Z] ---> 240b8b8fbdcc [2023-03-07T21:30:58.956Z] Step 19/24 : WORKDIR / [2023-03-07T21:30:58.956Z] ---> Running in 225ec49c7755 [2023-03-07T21:30:58.956Z] ---> Running in ab2c75a72b60 [2023-03-07T21:30:58.956Z] Successfully built fd2176b076f2 [2023-03-07T21:30:58.956Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-07T21:30:58.956Z] Building core-data [2023-03-07T21:30:58.956Z]  Building core-common-config-bootstrapper ... done Removing intermediate container ab2c75a72b60 [2023-03-07T21:30:58.956Z] ---> 3c0a419758f2 [2023-03-07T21:30:58.956Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T21:30:58.956Z] Removing intermediate container 225ec49c7755 [2023-03-07T21:30:58.956Z] ---> 22249a682fa5 [2023-03-07T21:30:58.956Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:30:59.214Z] ---> Running in 06dd3f21539b [2023-03-07T21:30:59.214Z] ---> Running in c21a9993c65a [2023-03-07T21:31:01.744Z] Removing intermediate container 06dd3f21539b [2023-03-07T21:31:01.744Z] ---> aed08451d50e [2023-03-07T21:31:01.744Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T21:31:01.744Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:31:01.744Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:31:01.744Z] ---> 36d9ab7b5eb2 [2023-03-07T21:31:01.744Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:31:01.744Z] ---> Using cache [2023-03-07T21:31:01.744Z] ---> 6af4addd064d [2023-03-07T21:31:01.744Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:31:01.744Z] ---> Using cache [2023-03-07T21:31:01.744Z] ---> 4ab79b275bdc [2023-03-07T21:31:01.744Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:31:01.744Z] ---> Using cache [2023-03-07T21:31:01.744Z] ---> d2ab66cfa1b6 [2023-03-07T21:31:01.744Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:31:01.744Z] ---> Using cache [2023-03-07T21:31:01.744Z] ---> 041d4284d2e2 [2023-03-07T21:31:01.744Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:31:01.744Z] ---> Using cache [2023-03-07T21:31:01.744Z] ---> e27865738f9a [2023-03-07T21:31:01.744Z] Step 8/22 : COPY . . [2023-03-07T21:31:01.744Z] ---> Using cache [2023-03-07T21:31:01.744Z] ---> feb8858cf01d [2023-03-07T21:31:01.744Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-07T21:31:03.681Z] Removing intermediate container c21a9993c65a [2023-03-07T21:31:03.681Z] ---> 3e83d3d3dfa0 [2023-03-07T21:31:03.681Z] Step 21/23 : LABEL arch=x86_64 [2023-03-07T21:31:03.681Z] ---> Running in 41c6425ca2e8 [2023-03-07T21:31:03.681Z] ---> Running in 29cf959b1a30 [2023-03-07T21:31:03.681Z] ---> Running in 1f5e0c220a27 [2023-03-07T21:31:03.681Z] Removing intermediate container 29cf959b1a30 [2023-03-07T21:31:03.681Z] ---> 20431c253b8e [2023-03-07T21:31:03.681Z] Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:31:03.681Z] Removing intermediate container 41c6425ca2e8 [2023-03-07T21:31:03.681Z] ---> b638b71796c0 [2023-03-07T21:31:03.681Z] Step 22/24 : LABEL arch=x86_64 [2023-03-07T21:31:03.940Z] ---> Running in 1b3bd18a6e03 [2023-03-07T21:31:03.940Z] ---> Running in 49c4d3dac652 [2023-03-07T21:31:03.940Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-07T21:31:04.222Z] Removing intermediate container 49c4d3dac652 [2023-03-07T21:31:04.222Z] ---> 3cefdfd460da [2023-03-07T21:31:04.222Z] Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:31:04.222Z] Removing intermediate container 1b3bd18a6e03 [2023-03-07T21:31:04.222Z] ---> 7b373c249582 [2023-03-07T21:31:04.222Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T21:31:04.222Z] ---> Running in 1d5e2214b93a [2023-03-07T21:31:04.222Z] ---> Running in 430ab91045ea [2023-03-07T21:31:04.222Z] Removing intermediate container 1d5e2214b93a [2023-03-07T21:31:04.222Z] ---> 9976a5a5bf97 [2023-03-07T21:31:04.222Z] [2023-03-07T21:31:04.222Z] Removing intermediate container 430ab91045ea [2023-03-07T21:31:04.222Z] ---> 2b3f911af57e [2023-03-07T21:31:04.222Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:31:04.482Z] Successfully built 9976a5a5bf97 [2023-03-07T21:31:04.482Z] Successfully tagged core-command:latest [2023-03-07T21:31:04.482Z]  Building core-command ... done Building support-notifications [2023-03-07T21:31:04.482Z] ---> Running in c6d5c8daa889 [2023-03-07T21:31:10.262Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:31:10.262Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:31:10.262Z] ---> 36d9ab7b5eb2 [2023-03-07T21:31:10.262Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:31:10.262Z] ---> Using cache [2023-03-07T21:31:10.262Z] ---> 6af4addd064d [2023-03-07T21:31:10.262Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:31:10.262Z] ---> Using cache [2023-03-07T21:31:10.262Z] ---> 4ab79b275bdc [2023-03-07T21:31:10.262Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-07T21:31:11.733Z] Removing intermediate container c6d5c8daa889 [2023-03-07T21:31:11.733Z] ---> 471416fd72b3 [2023-03-07T21:31:11.733Z] [2023-03-07T21:31:11.993Z] Successfully built 471416fd72b3 [2023-03-07T21:31:11.993Z] Successfully tagged security-spire-config:latest [2023-03-07T21:31:11.993Z]  Building security-spire-config ... done  ---> Running in 347f60f3cc83 [2023-03-07T21:31:11.993Z] Removing intermediate container 683b96ddff6a [2023-03-07T21:31:11.993Z] ---> 09f0c57e2142 [2023-03-07T21:31:11.993Z] [2023-03-07T21:31:11.993Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:31:11.993Z] ---> dfd21b5a31f5 [2023-03-07T21:31:11.993Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-07T21:31:11.993Z] ---> Using cache [2023-03-07T21:31:11.993Z] ---> 4e14dba8ee00 [2023-03-07T21:31:11.993Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:31:11.993Z] ---> Using cache [2023-03-07T21:31:11.993Z] ---> 497661605945 [2023-03-07T21:31:11.993Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:31:11.993Z] ---> Using cache [2023-03-07T21:31:11.993Z] ---> a519da3485b4 [2023-03-07T21:31:11.993Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-07T21:31:13.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:31:13.406Z] ---> ee149094678a [2023-03-07T21:31:13.406Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-07T21:31:13.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:31:13.666Z] ---> f13c248187bb [2023-03-07T21:31:13.666Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-07T21:31:13.666Z] OK: 211 MiB in 51 packages [2023-03-07T21:31:13.925Z] ---> 7b20fc2aac34 [2023-03-07T21:31:13.925Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:31:13.925Z] ---> Running in e5e19b6c5733 [2023-03-07T21:31:14.188Z] Removing intermediate container 347f60f3cc83 [2023-03-07T21:31:14.188Z] ---> 1c8231e06263 [2023-03-07T21:31:14.188Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:31:14.763Z] ---> 1c535a5a4e19 [2023-03-07T21:31:14.763Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:31:14.763Z] ---> Running in 4e8678dfdd84 [2023-03-07T21:31:15.025Z] Removing intermediate container e5e19b6c5733 [2023-03-07T21:31:15.025Z] ---> 14daa8104234 [2023-03-07T21:31:15.025Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:31:15.025Z] ---> Running in 4752f5541ed9 [2023-03-07T21:31:15.295Z] Removing intermediate container 4752f5541ed9 [2023-03-07T21:31:15.295Z] ---> 52fde2512c06 [2023-03-07T21:31:15.295Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-07T21:31:15.295Z] ---> Running in 2dfe2c1fca0b [2023-03-07T21:31:15.295Z] Removing intermediate container 2dfe2c1fca0b [2023-03-07T21:31:15.295Z] ---> dd6cf9bb643a [2023-03-07T21:31:15.295Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T21:31:15.295Z] ---> Running in 7d3addd22cea [2023-03-07T21:31:15.295Z] Removing intermediate container 7d3addd22cea [2023-03-07T21:31:15.295Z] ---> 0315c83499b0 [2023-03-07T21:31:15.295Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:31:15.554Z] ---> Running in 53242e7b1059 [2023-03-07T21:31:15.554Z] Removing intermediate container 53242e7b1059 [2023-03-07T21:31:15.554Z] ---> 95cd4aed6260 [2023-03-07T21:31:15.554Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:31:15.554Z] ---> Running in c252a4e0b519 [2023-03-07T21:31:15.554Z] Removing intermediate container c252a4e0b519 [2023-03-07T21:31:15.554Z] ---> 1d8877dd971d [2023-03-07T21:31:15.554Z] [2023-03-07T21:31:15.815Z] Successfully built 1d8877dd971d [2023-03-07T21:31:15.815Z] Successfully tagged security-proxy-auth:latest [2023-03-07T21:31:30.733Z]  Building security-proxy-auth ... done Removing intermediate container 1f5e0c220a27 [2023-03-07T21:31:30.733Z] ---> 77ab030c7631 [2023-03-07T21:31:30.733Z] [2023-03-07T21:31:30.733Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:31:30.733Z] ---> dfd21b5a31f5 [2023-03-07T21:31:30.733Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-07T21:31:30.733Z] ---> Running in fee965645006 [2023-03-07T21:31:30.733Z] Removing intermediate container fee965645006 [2023-03-07T21:31:30.733Z] ---> 5f479bffc789 [2023-03-07T21:31:30.733Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-07T21:31:31.672Z] ---> Running in e072a3bb9abf [2023-03-07T21:31:33.058Z] Removing intermediate container e072a3bb9abf [2023-03-07T21:31:33.058Z] ---> 4376d607046d [2023-03-07T21:31:33.058Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-07T21:31:34.965Z] ---> Running in 2dd51e28bc8a [2023-03-07T21:31:35.227Z] Removing intermediate container 2dd51e28bc8a [2023-03-07T21:31:35.227Z] ---> 8d0d8a174bd9 [2023-03-07T21:31:35.227Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:31:36.167Z] ---> Running in f5eb8d211faa [2023-03-07T21:31:36.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:31:36.735Z] Removing intermediate container 143ea4761041 [2023-03-07T21:31:36.735Z] ---> 85cc3167b8c4 [2023-03-07T21:31:36.735Z] Step 7/19 : COPY . . [2023-03-07T21:31:36.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:31:36.993Z] Removing intermediate container 4e8678dfdd84 [2023-03-07T21:31:36.993Z] ---> 92ba9b83b88d [2023-03-07T21:31:36.993Z] Step 8/22 : COPY . . [2023-03-07T21:31:37.252Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:31:37.252Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:31:37.252Z] OK: 6 MiB in 15 packages [2023-03-07T21:31:45.366Z] ---> 8de3b422316c [2023-03-07T21:31:45.366Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-07T21:31:45.366Z] ---> 007376e3686c [2023-03-07T21:31:45.366Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-07T21:31:45.366Z] Removing intermediate container f5eb8d211faa [2023-03-07T21:31:45.366Z] ---> c91b6c184863 [2023-03-07T21:31:45.366Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:31:45.366Z] ---> Running in 8f81079dfa03 [2023-03-07T21:31:45.366Z] ---> Running in e32f78098829 [2023-03-07T21:31:45.366Z] ---> be6764ea8cd6 [2023-03-07T21:31:45.366Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-07T21:31:45.366Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-07T21:31:45.366Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-07T21:31:45.625Z] ---> 498d6838ec95 [2023-03-07T21:31:45.625Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-07T21:31:46.193Z] ---> ee564917d5b5 [2023-03-07T21:31:46.193Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-07T21:31:46.193Z] ---> Running in 8b521642b3ef [2023-03-07T21:31:46.193Z] Removing intermediate container 8b521642b3ef [2023-03-07T21:31:46.193Z] ---> 8e49629fc85e [2023-03-07T21:31:46.193Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:31:46.193Z] ---> Running in 9362570f7cb5 [2023-03-07T21:31:46.452Z] Removing intermediate container 9362570f7cb5 [2023-03-07T21:31:46.452Z] ---> b815a146b940 [2023-03-07T21:31:46.452Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T21:31:46.452Z] ---> Running in 37a508ea513c [2023-03-07T21:31:46.452Z] Removing intermediate container 37a508ea513c [2023-03-07T21:31:46.452Z] ---> 4a2314bc41e5 [2023-03-07T21:31:46.452Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:31:46.452Z] ---> Running in e1a83a6644d4 [2023-03-07T21:31:46.452Z] Removing intermediate container e1a83a6644d4 [2023-03-07T21:31:46.452Z] ---> f40e624a573c [2023-03-07T21:31:46.452Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:31:46.452Z] ---> Running in 26bcd2100d87 [2023-03-07T21:31:46.711Z] Removing intermediate container 26bcd2100d87 [2023-03-07T21:31:46.711Z] ---> 228eb0a6aa23 [2023-03-07T21:31:46.711Z] [2023-03-07T21:31:46.711Z] Successfully built 228eb0a6aa23 [2023-03-07T21:31:46.711Z] Successfully tagged core-data:latest [2023-03-07T21:32:18.769Z]  Building core-data ... done Removing intermediate container 8f81079dfa03 [2023-03-07T21:32:18.769Z] ---> 8625cadcec11 [2023-03-07T21:32:18.769Z] [2023-03-07T21:32:18.769Z] Step 9/19 : FROM alpine:3.15 [2023-03-07T21:32:18.769Z] ---> 5ce65d7b0fde [2023-03-07T21:32:18.769Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:32:18.769Z] ---> Using cache [2023-03-07T21:32:18.769Z] ---> baae5bf50900 [2023-03-07T21:32:18.769Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-07T21:32:18.769Z] Removing intermediate container e32f78098829 [2023-03-07T21:32:18.769Z] ---> 4caa55e94b61 [2023-03-07T21:32:18.769Z] [2023-03-07T21:32:18.769Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:32:18.769Z] ---> dfd21b5a31f5 [2023-03-07T21:32:18.769Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-07T21:32:18.769Z] ---> Running in 3273139a079e [2023-03-07T21:32:18.769Z] ---> Running in a528b7f3e753 [2023-03-07T21:32:18.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:32:18.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:32:18.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:32:18.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:32:18.769Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:32:18.769Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:32:18.769Z] OK: 15859 distinct packages available [2023-03-07T21:32:18.769Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-07T21:32:18.769Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:32:18.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:32:18.769Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:32:18.769Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:32:18.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:32:18.769Z] OK: 6 MiB in 16 packages [2023-03-07T21:32:18.769Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-07T21:32:18.769Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-07T21:32:18.769Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-07T21:32:18.769Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-07T21:32:18.769Z] (5/9) Installing curl (7.80.0-r6) [2023-03-07T21:32:18.769Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-07T21:32:18.769Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:32:18.769Z] (8/9) Installing libucontext (1.1-r0) [2023-03-07T21:32:18.769Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-07T21:32:18.769Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:32:18.769Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:32:18.769Z] OK: 8 MiB in 23 packages [2023-03-07T21:32:18.769Z] Removing intermediate container a528b7f3e753 [2023-03-07T21:32:18.769Z] ---> bcf2367809d1 [2023-03-07T21:32:18.769Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:32:18.769Z] ---> Running in d1271df7031c [2023-03-07T21:32:18.769Z] Removing intermediate container d1271df7031c [2023-03-07T21:32:18.769Z] ---> cde691a038e7 [2023-03-07T21:32:18.769Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-07T21:32:18.769Z] ---> Running in 497c1a8f7245 [2023-03-07T21:32:18.769Z] Removing intermediate container 497c1a8f7245 [2023-03-07T21:32:18.769Z] ---> cbbe0f1d3cb9 [2023-03-07T21:32:18.769Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-07T21:32:18.769Z] Removing intermediate container 3273139a079e [2023-03-07T21:32:18.769Z] ---> 65ad7482c11c [2023-03-07T21:32:18.769Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:32:18.769Z] ---> Running in 8bd345efb613 [2023-03-07T21:32:18.769Z] Removing intermediate container 8bd345efb613 [2023-03-07T21:32:18.769Z] ---> 3fb60acee23f [2023-03-07T21:32:18.769Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:32:18.769Z] ---> 684260d0f445 [2023-03-07T21:32:18.769Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-07T21:32:18.769Z] ---> 1910171200f0 [2023-03-07T21:32:18.769Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-07T21:32:18.769Z] ---> 5ec1b3c651b7 [2023-03-07T21:32:18.769Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-07T21:32:18.769Z] ---> 8e241c15bf93 [2023-03-07T21:32:18.769Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-07T21:32:18.769Z] ---> c922763611a1 [2023-03-07T21:32:18.769Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-07T21:32:18.769Z] ---> Running in 93ad27c2d05c [2023-03-07T21:32:18.769Z] ---> 1cd5a1d99862 [2023-03-07T21:32:18.769Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-07T21:32:18.769Z] ---> Running in 0a87afe87458 [2023-03-07T21:32:18.769Z] Removing intermediate container 93ad27c2d05c [2023-03-07T21:32:18.769Z] ---> a95d56d2e53e [2023-03-07T21:32:18.769Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:32:18.769Z] ---> Running in 08cbb0f130d5 [2023-03-07T21:32:18.769Z] Removing intermediate container 0a87afe87458 [2023-03-07T21:32:18.769Z] ---> 2ad78f7fe5c6 [2023-03-07T21:32:18.769Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:32:18.769Z] ---> Running in e2a4b2d89f25 [2023-03-07T21:32:18.769Z] Removing intermediate container 08cbb0f130d5 [2023-03-07T21:32:18.769Z] ---> 9be0e3dcc372 [2023-03-07T21:32:18.769Z] Step 17/19 : LABEL arch=x86_64 [2023-03-07T21:32:18.769Z] ---> Running in 5c7a04620ca9 [2023-03-07T21:32:18.769Z] Removing intermediate container e2a4b2d89f25 [2023-03-07T21:32:18.769Z] ---> 15847b281828 [2023-03-07T21:32:18.769Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T21:32:18.769Z] ---> Running in d334986d38fe [2023-03-07T21:32:18.769Z] Removing intermediate container 5c7a04620ca9 [2023-03-07T21:32:18.769Z] ---> b0fdad4a489a [2023-03-07T21:32:18.769Z] Step 18/19 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:18.769Z] ---> Running in 5a78691ed733 [2023-03-07T21:32:18.769Z] Removing intermediate container d334986d38fe [2023-03-07T21:32:18.769Z] ---> 2174f920f0d0 [2023-03-07T21:32:18.769Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:18.769Z] ---> Running in b88cf64a2f29 [2023-03-07T21:32:18.769Z] Removing intermediate container 5a78691ed733 [2023-03-07T21:32:18.769Z] ---> aa4df3da347e [2023-03-07T21:32:18.769Z] Step 19/19 : LABEL version=3.0.0-dev.79 [2023-03-07T21:32:18.769Z] ---> Running in c2be826e0af7 [2023-03-07T21:32:18.769Z] Removing intermediate container b88cf64a2f29 [2023-03-07T21:32:18.769Z] ---> ef477e255a3e [2023-03-07T21:32:18.769Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:32:18.769Z] ---> Running in 0216d691e796 [2023-03-07T21:32:18.769Z] Removing intermediate container c2be826e0af7 [2023-03-07T21:32:18.769Z] ---> 7eb214e81de4 [2023-03-07T21:32:18.769Z] [2023-03-07T21:32:18.769Z] Removing intermediate container 0216d691e796 [2023-03-07T21:32:18.769Z] ---> e84a2461d4f1 [2023-03-07T21:32:18.769Z] [2023-03-07T21:32:18.769Z] Successfully built 7eb214e81de4 [2023-03-07T21:32:18.769Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-07T21:32:18.769Z]  Building security-spiffe-token-provider ... done Successfully built e84a2461d4f1 [2023-03-07T21:32:18.769Z] Successfully tagged support-notifications:latest [2023-03-07T21:32:18.777Z]  Building support-notifications ... done  [Pipeline] } [2023-03-07T21:32:18.781Z] $ docker stop --time=1 0dc3cad38df782d6749cdddb02c4fcb0e9f02e1dedf139b64792014c6bf8f09f [2023-03-07T21:32:20.039Z] $ docker rm -f --volumes 0dc3cad38df782d6749cdddb02c4fcb0e9f02e1dedf139b64792014c6bf8f09f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T21:32:20.377Z] + docker images [2023-03-07T21:32:20.377Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-07T21:32:20.377Z] security-spiffe-token-provider latest 7eb214e81de4 3 seconds ago 30MB [2023-03-07T21:32:20.377Z] support-notifications latest e84a2461d4f1 3 seconds ago 30.7MB [2023-03-07T21:32:20.377Z] 4caa55e94b61 8 seconds ago 1.75GB [2023-03-07T21:32:20.377Z] 8625cadcec11 9 seconds ago 1.72GB [2023-03-07T21:32:20.377Z] core-data latest 228eb0a6aa23 34 seconds ago 18MB [2023-03-07T21:32:20.378Z] 77ab030c7631 51 seconds ago 1.69GB [2023-03-07T21:32:20.378Z] security-proxy-auth latest 1d8877dd971d About a minute ago 16.2MB [2023-03-07T21:32:20.378Z] 09f0c57e2142 About a minute ago 1.66GB [2023-03-07T21:32:20.378Z] core-command latest 9976a5a5bf97 About a minute ago 17.8MB [2023-03-07T21:32:20.378Z] security-spire-config latest 471416fd72b3 About a minute ago 85.8MB [2023-03-07T21:32:20.378Z] core-common-config-bootstrapper latest fd2176b076f2 About a minute ago 15.5MB [2023-03-07T21:32:20.378Z] aa45da7d2f42 About a minute ago 1.68GB [2023-03-07T21:32:20.378Z] 47243f7bcab0 About a minute ago 1.55GB [2023-03-07T21:32:20.378Z] security-secretstore-setup latest 3cbae66d2036 About a minute ago 29.9MB [2023-03-07T21:32:20.378Z] c6e4911f0306 About a minute ago 1.68GB [2023-03-07T21:32:20.378Z] support-scheduler latest 408839492ce4 About a minute ago 30.1MB [2023-03-07T21:32:20.378Z] security-bootstrapper latest 0d293da5a47e 2 minutes ago 19.8MB [2023-03-07T21:32:20.378Z] e648e75ff5e7 2 minutes ago 1.75GB [2023-03-07T21:32:20.378Z] 24d639760fb9 2 minutes ago 1.67GB [2023-03-07T21:32:20.378Z] security-proxy-setup latest 977a4079bc8c 2 minutes ago 16.4MB [2023-03-07T21:32:20.378Z] core-metadata latest 4cae523efaeb 2 minutes ago 18.5MB [2023-03-07T21:32:20.378Z] 865c5e170478 2 minutes ago 1.67GB [2023-03-07T21:32:20.378Z] cd748b897230 2 minutes ago 1.69GB [2023-03-07T21:32:20.378Z] 619d4b2b55fc 2 minutes ago 1.66GB [2023-03-07T21:32:20.378Z] security-spire-agent latest f385c8e77a8c 2 minutes ago 125MB [2023-03-07T21:32:20.378Z] security-spire-server latest 468e5e51f858 2 minutes ago 86.5MB [2023-03-07T21:32:20.378Z] 22d07be1fd67 3 minutes ago 1.55GB [2023-03-07T21:32:20.378Z] 6a15c4765f1b 3 minutes ago 1.55GB [2023-03-07T21:32:20.378Z] ci-base-image-x86_64 latest 36d9ab7b5eb2 6 minutes ago 903MB [2023-03-07T21:32:20.378Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-07T21:32:20.378Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-07T21:32:20.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-07T21:32:20.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-07T21:32:20.378Z] 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-03-07T21:32:20.492Z] provisioning config files... [2023-03-07T21:32:20.500Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/441@tmp/config11974137724957193198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:32:20.797Z] ---> docker-login.sh [2023-03-07T21:32:20.797Z] nexus3.edgexfoundry.org:10001 [2023-03-07T21:32:20.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:32:20.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:32:20.797Z] Configure a credential helper to remove this warning. See [2023-03-07T21:32:20.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:32:20.797Z] [2023-03-07T21:32:20.797Z] Login Succeeded [2023-03-07T21:32:20.797Z] nexus3.edgexfoundry.org:10002 [2023-03-07T21:32:20.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:32:20.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:32:20.797Z] Configure a credential helper to remove this warning. See [2023-03-07T21:32:20.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:32:20.797Z] [2023-03-07T21:32:20.797Z] Login Succeeded [2023-03-07T21:32:20.797Z] nexus3.edgexfoundry.org:10003 [2023-03-07T21:32:21.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:32:21.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:32:21.055Z] Configure a credential helper to remove this warning. See [2023-03-07T21:32:21.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:32:21.055Z] [2023-03-07T21:32:21.055Z] Login Succeeded [2023-03-07T21:32:21.055Z] nexus3.edgexfoundry.org:10004 [2023-03-07T21:32:21.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:32:21.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:32:21.055Z] Configure a credential helper to remove this warning. See [2023-03-07T21:32:21.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:32:21.055Z] [2023-03-07T21:32:21.055Z] Login Succeeded [2023-03-07T21:32:21.055Z] docker.io [2023-03-07T21:32:21.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:32:21.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:32:21.314Z] Configure a credential helper to remove this warning. See [2023-03-07T21:32:21.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:32:21.314Z] [2023-03-07T21:32:21.314Z] Login Succeeded [2023-03-07T21:32:21.314Z] ---> docker-login.sh ends [Pipeline] } [2023-03-07T21:32:21.321Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:32:21.344Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T21:32:21.361Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-07T21:32:21.361Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:21.361Z] latest [2023-03-07T21:32:21.361Z] 3.0.0-dev.79 [2023-03-07T21:32:21.361Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:21.361Z] main [2023-03-07T21:32:21.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:21.664Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:21.963Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:21.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:32:21.964Z] 48683cb90025: Preparing [2023-03-07T21:32:21.964Z] aa0fa923dae0: Preparing [2023-03-07T21:32:21.964Z] 2ba683950ec1: Preparing [2023-03-07T21:32:21.964Z] 6c64f643dc35: Preparing [2023-03-07T21:32:21.964Z] aa5968d388b8: Preparing [2023-03-07T21:32:21.964Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:21.964Z] 6c64f643dc35: Pushed [2023-03-07T21:32:21.964Z] 2ba683950ec1: Pushed [2023-03-07T21:32:21.964Z] 48683cb90025: Pushed [2023-03-07T21:32:23.336Z] aa0fa923dae0: Pushed [2023-03-07T21:32:23.595Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:23.907Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:24.225Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-07T21:32:24.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:32:24.225Z] 48683cb90025: Preparing [2023-03-07T21:32:24.225Z] aa0fa923dae0: Preparing [2023-03-07T21:32:24.225Z] 2ba683950ec1: Preparing [2023-03-07T21:32:24.225Z] 6c64f643dc35: Preparing [2023-03-07T21:32:24.225Z] aa5968d388b8: Preparing [2023-03-07T21:32:24.225Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:24.225Z] aa0fa923dae0: Layer already exists [2023-03-07T21:32:24.225Z] 48683cb90025: Layer already exists [2023-03-07T21:32:24.225Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:24.225Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:24.225Z] latest: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:24.537Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:24.848Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 [2023-03-07T21:32:24.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:32:24.848Z] 48683cb90025: Preparing [2023-03-07T21:32:24.848Z] aa0fa923dae0: Preparing [2023-03-07T21:32:24.848Z] 2ba683950ec1: Preparing [2023-03-07T21:32:24.848Z] 6c64f643dc35: Preparing [2023-03-07T21:32:24.848Z] aa5968d388b8: Preparing [2023-03-07T21:32:24.848Z] 48683cb90025: Layer already exists [2023-03-07T21:32:24.848Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:24.848Z] aa0fa923dae0: Layer already exists [2023-03-07T21:32:24.848Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:24.848Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:24.848Z] 3.0.0-dev.79: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:25.155Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:25.460Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:25.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:32:25.460Z] 48683cb90025: Preparing [2023-03-07T21:32:25.460Z] aa0fa923dae0: Preparing [2023-03-07T21:32:25.460Z] 2ba683950ec1: Preparing [2023-03-07T21:32:25.460Z] 6c64f643dc35: Preparing [2023-03-07T21:32:25.460Z] aa5968d388b8: Preparing [2023-03-07T21:32:25.460Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:25.460Z] aa0fa923dae0: Layer already exists [2023-03-07T21:32:25.460Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:25.460Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:25.460Z] 48683cb90025: Layer already exists [2023-03-07T21:32:25.460Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:25.753Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:26.052Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-07T21:32:26.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:32:26.052Z] 48683cb90025: Preparing [2023-03-07T21:32:26.052Z] aa0fa923dae0: Preparing [2023-03-07T21:32:26.052Z] 2ba683950ec1: Preparing [2023-03-07T21:32:26.052Z] 6c64f643dc35: Preparing [2023-03-07T21:32:26.052Z] aa5968d388b8: Preparing [2023-03-07T21:32:26.052Z] aa0fa923dae0: Layer already exists [2023-03-07T21:32:26.052Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:26.052Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:26.052Z] 48683cb90025: Layer already exists [2023-03-07T21:32:26.052Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:26.052Z] main: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:32:26.085Z] ===================================================== [Pipeline] echo [2023-03-07T21:32:26.091Z] taggedImages: [2023-03-07T21:32:26.091Z] - nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:26.091Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-07T21:32:26.091Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 [2023-03-07T21:32:26.091Z] - nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:26.091Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-07T21:32:26.105Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-07T21:32:26.105Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:26.105Z] latest [2023-03-07T21:32:26.105Z] 3.0.0-dev.79 [2023-03-07T21:32:26.105Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:26.105Z] main [2023-03-07T21:32:26.105Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:26.432Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:26.809Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:26.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:32:26.809Z] b9011ce3b5db: Preparing [2023-03-07T21:32:26.809Z] e76c04071e19: Preparing [2023-03-07T21:32:26.809Z] edc462b8f536: Preparing [2023-03-07T21:32:26.809Z] 3b270803c591: Preparing [2023-03-07T21:32:26.809Z] 2ba683950ec1: Preparing [2023-03-07T21:32:26.809Z] 98dfff8444ee: Preparing [2023-03-07T21:32:26.809Z] aa5968d388b8: Preparing [2023-03-07T21:32:26.809Z] aa5968d388b8: Waiting [2023-03-07T21:32:26.809Z] 98dfff8444ee: Waiting [2023-03-07T21:32:26.809Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:26.809Z] e76c04071e19: Pushed [2023-03-07T21:32:26.809Z] b9011ce3b5db: Pushed [2023-03-07T21:32:26.809Z] edc462b8f536: Pushed [2023-03-07T21:32:26.809Z] 98dfff8444ee: Pushed [2023-03-07T21:32:26.809Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:28.236Z] 3b270803c591: Pushed [2023-03-07T21:32:28.236Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:28.607Z] + 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-03-07T21:32:28.946Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-07T21:32:28.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:32:28.946Z] b9011ce3b5db: Preparing [2023-03-07T21:32:28.946Z] e76c04071e19: Preparing [2023-03-07T21:32:28.946Z] edc462b8f536: Preparing [2023-03-07T21:32:28.946Z] 3b270803c591: Preparing [2023-03-07T21:32:28.946Z] 2ba683950ec1: Preparing [2023-03-07T21:32:28.946Z] 98dfff8444ee: Preparing [2023-03-07T21:32:28.946Z] aa5968d388b8: Preparing [2023-03-07T21:32:28.946Z] 98dfff8444ee: Waiting [2023-03-07T21:32:28.946Z] aa5968d388b8: Waiting [2023-03-07T21:32:28.946Z] edc462b8f536: Layer already exists [2023-03-07T21:32:28.946Z] 3b270803c591: Layer already exists [2023-03-07T21:32:28.946Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:28.946Z] b9011ce3b5db: Layer already exists [2023-03-07T21:32:28.946Z] e76c04071e19: Layer already exists [2023-03-07T21:32:28.946Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:28.946Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:28.946Z] latest: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:29.254Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:29.556Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 [2023-03-07T21:32:29.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:32:29.556Z] b9011ce3b5db: Preparing [2023-03-07T21:32:29.556Z] e76c04071e19: Preparing [2023-03-07T21:32:29.556Z] edc462b8f536: Preparing [2023-03-07T21:32:29.556Z] 3b270803c591: Preparing [2023-03-07T21:32:29.556Z] 2ba683950ec1: Preparing [2023-03-07T21:32:29.556Z] 98dfff8444ee: Preparing [2023-03-07T21:32:29.556Z] aa5968d388b8: Preparing [2023-03-07T21:32:29.556Z] 98dfff8444ee: Waiting [2023-03-07T21:32:29.556Z] aa5968d388b8: Waiting [2023-03-07T21:32:29.556Z] b9011ce3b5db: Layer already exists [2023-03-07T21:32:29.556Z] e76c04071e19: Layer already exists [2023-03-07T21:32:29.556Z] edc462b8f536: Layer already exists [2023-03-07T21:32:29.556Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:29.556Z] 3b270803c591: Layer already exists [2023-03-07T21:32:29.556Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:29.556Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:29.556Z] 3.0.0-dev.79: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:29.862Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:30.160Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:30.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:32:30.160Z] b9011ce3b5db: Preparing [2023-03-07T21:32:30.160Z] e76c04071e19: Preparing [2023-03-07T21:32:30.160Z] edc462b8f536: Preparing [2023-03-07T21:32:30.160Z] 3b270803c591: Preparing [2023-03-07T21:32:30.160Z] 2ba683950ec1: Preparing [2023-03-07T21:32:30.160Z] 98dfff8444ee: Preparing [2023-03-07T21:32:30.160Z] aa5968d388b8: Preparing [2023-03-07T21:32:30.160Z] 98dfff8444ee: Waiting [2023-03-07T21:32:30.160Z] aa5968d388b8: Waiting [2023-03-07T21:32:30.160Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:30.160Z] b9011ce3b5db: Layer already exists [2023-03-07T21:32:30.160Z] edc462b8f536: Layer already exists [2023-03-07T21:32:30.160Z] e76c04071e19: Layer already exists [2023-03-07T21:32:30.160Z] 3b270803c591: Layer already exists [2023-03-07T21:32:30.160Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:30.160Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:30.160Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:30.466Z] + 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-03-07T21:32:30.781Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-07T21:32:30.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:32:30.781Z] b9011ce3b5db: Preparing [2023-03-07T21:32:30.781Z] e76c04071e19: Preparing [2023-03-07T21:32:30.781Z] edc462b8f536: Preparing [2023-03-07T21:32:30.781Z] 3b270803c591: Preparing [2023-03-07T21:32:30.781Z] 2ba683950ec1: Preparing [2023-03-07T21:32:30.781Z] 98dfff8444ee: Preparing [2023-03-07T21:32:30.781Z] aa5968d388b8: Preparing [2023-03-07T21:32:30.781Z] 98dfff8444ee: Waiting [2023-03-07T21:32:30.781Z] aa5968d388b8: Waiting [2023-03-07T21:32:30.781Z] edc462b8f536: Layer already exists [2023-03-07T21:32:30.781Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:30.781Z] b9011ce3b5db: Layer already exists [2023-03-07T21:32:30.781Z] 3b270803c591: Layer already exists [2023-03-07T21:32:30.781Z] e76c04071e19: Layer already exists [2023-03-07T21:32:30.781Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:30.781Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:30.781Z] main: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:32:30.824Z] ===================================================== [Pipeline] echo [2023-03-07T21:32:30.836Z] taggedImages: [2023-03-07T21:32:30.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:30.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-07T21:32:30.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 [2023-03-07T21:32:30.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:30.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-07T21:32:30.859Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-07T21:32:30.859Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:30.859Z] latest [2023-03-07T21:32:30.859Z] 3.0.0-dev.79 [2023-03-07T21:32:30.859Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:30.859Z] main [2023-03-07T21:32:30.859Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:31.180Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:31.488Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:31.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:32:31.488Z] 3278acaa8cdc: Preparing [2023-03-07T21:32:31.488Z] 5a64b64a3a34: Preparing [2023-03-07T21:32:31.488Z] 2ba683950ec1: Preparing [2023-03-07T21:32:31.488Z] daad8da8f68a: Preparing [2023-03-07T21:32:31.488Z] aa5968d388b8: Preparing [2023-03-07T21:32:31.488Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:31.488Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:31.488Z] 3278acaa8cdc: Pushed [2023-03-07T21:32:31.488Z] daad8da8f68a: Pushed [2023-03-07T21:32:33.395Z] 5a64b64a3a34: Pushed [2023-03-07T21:32:33.395Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:33.703Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:34.006Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-07T21:32:34.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:32:34.006Z] 3278acaa8cdc: Preparing [2023-03-07T21:32:34.006Z] 5a64b64a3a34: Preparing [2023-03-07T21:32:34.006Z] 2ba683950ec1: Preparing [2023-03-07T21:32:34.006Z] daad8da8f68a: Preparing [2023-03-07T21:32:34.006Z] aa5968d388b8: Preparing [2023-03-07T21:32:34.006Z] 3278acaa8cdc: Layer already exists [2023-03-07T21:32:34.006Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:34.006Z] daad8da8f68a: Layer already exists [2023-03-07T21:32:34.006Z] 5a64b64a3a34: Layer already exists [2023-03-07T21:32:34.006Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:34.006Z] latest: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:34.319Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:34.628Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 [2023-03-07T21:32:34.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:32:34.628Z] 3278acaa8cdc: Preparing [2023-03-07T21:32:34.628Z] 5a64b64a3a34: Preparing [2023-03-07T21:32:34.628Z] 2ba683950ec1: Preparing [2023-03-07T21:32:34.628Z] daad8da8f68a: Preparing [2023-03-07T21:32:34.628Z] aa5968d388b8: Preparing [2023-03-07T21:32:34.628Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:34.628Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:34.628Z] 3278acaa8cdc: Layer already exists [2023-03-07T21:32:34.628Z] 5a64b64a3a34: Layer already exists [2023-03-07T21:32:34.628Z] daad8da8f68a: Layer already exists [2023-03-07T21:32:34.628Z] 3.0.0-dev.79: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:34.934Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:35.239Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:35.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:32:35.239Z] 3278acaa8cdc: Preparing [2023-03-07T21:32:35.239Z] 5a64b64a3a34: Preparing [2023-03-07T21:32:35.239Z] 2ba683950ec1: Preparing [2023-03-07T21:32:35.239Z] daad8da8f68a: Preparing [2023-03-07T21:32:35.239Z] aa5968d388b8: Preparing [2023-03-07T21:32:35.239Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:35.239Z] 3278acaa8cdc: Layer already exists [2023-03-07T21:32:35.239Z] daad8da8f68a: Layer already exists [2023-03-07T21:32:35.239Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:35.239Z] 5a64b64a3a34: Layer already exists [2023-03-07T21:32:35.239Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:35.542Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:35.840Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-07T21:32:35.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:32:35.840Z] 3278acaa8cdc: Preparing [2023-03-07T21:32:35.840Z] 5a64b64a3a34: Preparing [2023-03-07T21:32:35.840Z] 2ba683950ec1: Preparing [2023-03-07T21:32:35.840Z] daad8da8f68a: Preparing [2023-03-07T21:32:35.840Z] aa5968d388b8: Preparing [2023-03-07T21:32:35.840Z] 5a64b64a3a34: Layer already exists [2023-03-07T21:32:35.840Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:35.840Z] daad8da8f68a: Layer already exists [2023-03-07T21:32:35.840Z] 3278acaa8cdc: Layer already exists [2023-03-07T21:32:35.840Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:35.840Z] main: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:32:35.879Z] ===================================================== [Pipeline] echo [2023-03-07T21:32:35.885Z] taggedImages: [2023-03-07T21:32:35.885Z] - nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:35.885Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-07T21:32:35.885Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 [2023-03-07T21:32:35.885Z] - nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:35.885Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-07T21:32:35.900Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-07T21:32:35.900Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:35.900Z] latest [2023-03-07T21:32:35.900Z] 3.0.0-dev.79 [2023-03-07T21:32:35.900Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:35.900Z] main [2023-03-07T21:32:35.900Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:36.204Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:36.509Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:36.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:32:36.509Z] ac9b07fee2fb: Preparing [2023-03-07T21:32:36.509Z] afd6ed31f3d8: Preparing [2023-03-07T21:32:36.509Z] 5ba28e549dd0: Preparing [2023-03-07T21:32:36.509Z] 2ba683950ec1: Preparing [2023-03-07T21:32:36.509Z] 6c64f643dc35: Preparing [2023-03-07T21:32:36.509Z] aa5968d388b8: Preparing [2023-03-07T21:32:36.509Z] aa5968d388b8: Waiting [2023-03-07T21:32:36.509Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:36.509Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:36.509Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:36.509Z] ac9b07fee2fb: Pushed [2023-03-07T21:32:36.509Z] afd6ed31f3d8: Pushed [2023-03-07T21:32:37.883Z] 5ba28e549dd0: Pushed [2023-03-07T21:32:38.142Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:38.447Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:38.762Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-07T21:32:38.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:32:38.762Z] ac9b07fee2fb: Preparing [2023-03-07T21:32:38.762Z] afd6ed31f3d8: Preparing [2023-03-07T21:32:38.762Z] 5ba28e549dd0: Preparing [2023-03-07T21:32:38.762Z] 2ba683950ec1: Preparing [2023-03-07T21:32:38.762Z] 6c64f643dc35: Preparing [2023-03-07T21:32:38.762Z] aa5968d388b8: Preparing [2023-03-07T21:32:38.762Z] aa5968d388b8: Waiting [2023-03-07T21:32:38.762Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:38.762Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:38.762Z] afd6ed31f3d8: Layer already exists [2023-03-07T21:32:38.762Z] 5ba28e549dd0: Layer already exists [2023-03-07T21:32:38.762Z] ac9b07fee2fb: Layer already exists [2023-03-07T21:32:38.762Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:38.762Z] latest: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:39.079Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:39.386Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 [2023-03-07T21:32:39.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:32:39.386Z] ac9b07fee2fb: Preparing [2023-03-07T21:32:39.386Z] afd6ed31f3d8: Preparing [2023-03-07T21:32:39.386Z] 5ba28e549dd0: Preparing [2023-03-07T21:32:39.386Z] 2ba683950ec1: Preparing [2023-03-07T21:32:39.386Z] 6c64f643dc35: Preparing [2023-03-07T21:32:39.386Z] aa5968d388b8: Preparing [2023-03-07T21:32:39.386Z] aa5968d388b8: Waiting [2023-03-07T21:32:39.386Z] 5ba28e549dd0: Layer already exists [2023-03-07T21:32:39.386Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:39.386Z] afd6ed31f3d8: Layer already exists [2023-03-07T21:32:39.386Z] ac9b07fee2fb: Layer already exists [2023-03-07T21:32:39.386Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:39.386Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:39.386Z] 3.0.0-dev.79: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:39.690Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:39.992Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:39.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:32:39.992Z] ac9b07fee2fb: Preparing [2023-03-07T21:32:39.992Z] afd6ed31f3d8: Preparing [2023-03-07T21:32:39.992Z] 5ba28e549dd0: Preparing [2023-03-07T21:32:39.992Z] 2ba683950ec1: Preparing [2023-03-07T21:32:39.992Z] 6c64f643dc35: Preparing [2023-03-07T21:32:39.992Z] aa5968d388b8: Preparing [2023-03-07T21:32:39.992Z] aa5968d388b8: Waiting [2023-03-07T21:32:39.992Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:39.992Z] afd6ed31f3d8: Layer already exists [2023-03-07T21:32:39.992Z] 5ba28e549dd0: Layer already exists [2023-03-07T21:32:39.992Z] ac9b07fee2fb: Layer already exists [2023-03-07T21:32:39.992Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:39.992Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:39.992Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:40.298Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:40.604Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-07T21:32:40.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:32:40.605Z] ac9b07fee2fb: Preparing [2023-03-07T21:32:40.605Z] afd6ed31f3d8: Preparing [2023-03-07T21:32:40.605Z] 5ba28e549dd0: Preparing [2023-03-07T21:32:40.605Z] 2ba683950ec1: Preparing [2023-03-07T21:32:40.605Z] 6c64f643dc35: Preparing [2023-03-07T21:32:40.605Z] aa5968d388b8: Preparing [2023-03-07T21:32:40.605Z] aa5968d388b8: Waiting [2023-03-07T21:32:40.605Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:40.605Z] 5ba28e549dd0: Layer already exists [2023-03-07T21:32:40.605Z] ac9b07fee2fb: Layer already exists [2023-03-07T21:32:40.605Z] 6c64f643dc35: Layer already exists [2023-03-07T21:32:40.605Z] afd6ed31f3d8: Layer already exists [2023-03-07T21:32:40.605Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:40.605Z] main: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:32:40.648Z] ===================================================== [Pipeline] echo [2023-03-07T21:32:40.657Z] taggedImages: [2023-03-07T21:32:40.657Z] - nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:40.657Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-07T21:32:40.657Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 [2023-03-07T21:32:40.657Z] - nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:40.657Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-07T21:32:40.679Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-07T21:32:40.679Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:40.679Z] latest [2023-03-07T21:32:40.679Z] 3.0.0-dev.79 [2023-03-07T21:32:40.679Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:40.679Z] main [2023-03-07T21:32:40.679Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:40.997Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:41.310Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:41.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:32:41.310Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:41.310Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:41.310Z] 05dbfb9df1c2: Preparing [2023-03-07T21:32:41.310Z] dbb9a9c4f92d: Preparing [2023-03-07T21:32:41.310Z] 7a6a572b242e: Preparing [2023-03-07T21:32:41.310Z] 31aa9e60dc15: Preparing [2023-03-07T21:32:41.310Z] 6df7dbbc7051: Preparing [2023-03-07T21:32:41.310Z] 2ba683950ec1: Preparing [2023-03-07T21:32:41.310Z] 93535d53bc36: Preparing [2023-03-07T21:32:41.310Z] b89d54c633ed: Preparing [2023-03-07T21:32:41.310Z] 8231deb9fa86: Preparing [2023-03-07T21:32:41.310Z] a4c75fa44170: Preparing [2023-03-07T21:32:41.310Z] aa5968d388b8: Preparing [2023-03-07T21:32:41.310Z] 6df7dbbc7051: Waiting [2023-03-07T21:32:41.310Z] a4c75fa44170: Waiting [2023-03-07T21:32:41.310Z] 2ba683950ec1: Waiting [2023-03-07T21:32:41.310Z] 93535d53bc36: Waiting [2023-03-07T21:32:41.310Z] 8231deb9fa86: Waiting [2023-03-07T21:32:41.310Z] b89d54c633ed: Waiting [2023-03-07T21:32:41.310Z] aa5968d388b8: Waiting [2023-03-07T21:32:42.249Z] 31aa9e60dc15: Pushed [2023-03-07T21:32:42.249Z] dbb9a9c4f92d: Pushed [2023-03-07T21:32:42.249Z] 05dbfb9df1c2: Pushed [2023-03-07T21:32:42.249Z] 7a6a572b242e: Pushed [2023-03-07T21:32:42.249Z] 5c5df1c3abf2: Pushed [2023-03-07T21:32:42.249Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:42.249Z] 8231deb9fa86: Pushed [2023-03-07T21:32:42.249Z] b89d54c633ed: Pushed [2023-03-07T21:32:42.249Z] 93535d53bc36: Pushed [2023-03-07T21:32:42.249Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:42.249Z] a4c75fa44170: Pushed [2023-03-07T21:32:44.152Z] 6df7dbbc7051: Pushed [2023-03-07T21:32:44.152Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:44.453Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:44.752Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-07T21:32:44.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:32:44.752Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:44.752Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:44.752Z] 05dbfb9df1c2: Preparing [2023-03-07T21:32:44.752Z] dbb9a9c4f92d: Preparing [2023-03-07T21:32:44.752Z] 7a6a572b242e: Preparing [2023-03-07T21:32:44.752Z] 31aa9e60dc15: Preparing [2023-03-07T21:32:44.752Z] 6df7dbbc7051: Preparing [2023-03-07T21:32:44.752Z] 2ba683950ec1: Preparing [2023-03-07T21:32:44.752Z] 93535d53bc36: Preparing [2023-03-07T21:32:44.752Z] b89d54c633ed: Preparing [2023-03-07T21:32:44.752Z] 2ba683950ec1: Waiting [2023-03-07T21:32:44.752Z] 93535d53bc36: Waiting [2023-03-07T21:32:44.752Z] 6df7dbbc7051: Waiting [2023-03-07T21:32:44.752Z] 8231deb9fa86: Preparing [2023-03-07T21:32:44.752Z] b89d54c633ed: Waiting [2023-03-07T21:32:44.752Z] a4c75fa44170: Preparing [2023-03-07T21:32:44.752Z] aa5968d388b8: Preparing [2023-03-07T21:32:44.752Z] a4c75fa44170: Waiting [2023-03-07T21:32:44.752Z] 8231deb9fa86: Waiting [2023-03-07T21:32:44.752Z] dbb9a9c4f92d: Layer already exists [2023-03-07T21:32:44.752Z] 5c5df1c3abf2: Layer already exists [2023-03-07T21:32:44.752Z] 05dbfb9df1c2: Layer already exists [2023-03-07T21:32:44.752Z] 7a6a572b242e: Layer already exists [2023-03-07T21:32:44.752Z] 31aa9e60dc15: Layer already exists [2023-03-07T21:32:44.752Z] 6df7dbbc7051: Layer already exists [2023-03-07T21:32:44.752Z] 93535d53bc36: Layer already exists [2023-03-07T21:32:44.752Z] b89d54c633ed: Layer already exists [2023-03-07T21:32:44.752Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:44.752Z] 8231deb9fa86: Layer already exists [2023-03-07T21:32:44.752Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:44.752Z] a4c75fa44170: Layer already exists [2023-03-07T21:32:44.752Z] latest: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:45.064Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:45.376Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 [2023-03-07T21:32:45.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:32:45.376Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:45.376Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:45.376Z] 05dbfb9df1c2: Preparing [2023-03-07T21:32:45.376Z] dbb9a9c4f92d: Preparing [2023-03-07T21:32:45.376Z] 7a6a572b242e: Preparing [2023-03-07T21:32:45.376Z] 31aa9e60dc15: Preparing [2023-03-07T21:32:45.376Z] 6df7dbbc7051: Preparing [2023-03-07T21:32:45.376Z] 2ba683950ec1: Preparing [2023-03-07T21:32:45.376Z] 93535d53bc36: Preparing [2023-03-07T21:32:45.376Z] b89d54c633ed: Preparing [2023-03-07T21:32:45.376Z] 8231deb9fa86: Preparing [2023-03-07T21:32:45.376Z] a4c75fa44170: Preparing [2023-03-07T21:32:45.376Z] aa5968d388b8: Preparing [2023-03-07T21:32:45.376Z] b89d54c633ed: Waiting [2023-03-07T21:32:45.376Z] 2ba683950ec1: Waiting [2023-03-07T21:32:45.376Z] 93535d53bc36: Waiting [2023-03-07T21:32:45.376Z] 8231deb9fa86: Waiting [2023-03-07T21:32:45.376Z] 6df7dbbc7051: Waiting [2023-03-07T21:32:45.376Z] a4c75fa44170: Waiting [2023-03-07T21:32:45.376Z] aa5968d388b8: Waiting [2023-03-07T21:32:45.376Z] 31aa9e60dc15: Layer already exists [2023-03-07T21:32:45.376Z] 5c5df1c3abf2: Layer already exists [2023-03-07T21:32:45.376Z] 7a6a572b242e: Layer already exists [2023-03-07T21:32:45.376Z] 05dbfb9df1c2: Layer already exists [2023-03-07T21:32:45.376Z] dbb9a9c4f92d: Layer already exists [2023-03-07T21:32:45.376Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:45.376Z] 6df7dbbc7051: Layer already exists [2023-03-07T21:32:45.376Z] 93535d53bc36: Layer already exists [2023-03-07T21:32:45.376Z] 8231deb9fa86: Layer already exists [2023-03-07T21:32:45.376Z] b89d54c633ed: Layer already exists [2023-03-07T21:32:45.376Z] a4c75fa44170: Layer already exists [2023-03-07T21:32:45.376Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:45.376Z] 3.0.0-dev.79: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:45.690Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:45.998Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:45.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:32:45.998Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:45.998Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:45.998Z] 05dbfb9df1c2: Preparing [2023-03-07T21:32:45.998Z] dbb9a9c4f92d: Preparing [2023-03-07T21:32:45.998Z] 7a6a572b242e: Preparing [2023-03-07T21:32:45.998Z] 31aa9e60dc15: Preparing [2023-03-07T21:32:45.998Z] 6df7dbbc7051: Preparing [2023-03-07T21:32:45.998Z] 2ba683950ec1: Preparing [2023-03-07T21:32:45.998Z] 93535d53bc36: Preparing [2023-03-07T21:32:45.998Z] b89d54c633ed: Preparing [2023-03-07T21:32:45.998Z] 8231deb9fa86: Preparing [2023-03-07T21:32:45.998Z] a4c75fa44170: Preparing [2023-03-07T21:32:45.998Z] aa5968d388b8: Preparing [2023-03-07T21:32:45.998Z] b89d54c633ed: Waiting [2023-03-07T21:32:45.998Z] 6df7dbbc7051: Waiting [2023-03-07T21:32:45.998Z] a4c75fa44170: Waiting [2023-03-07T21:32:45.998Z] 8231deb9fa86: Waiting [2023-03-07T21:32:45.998Z] 2ba683950ec1: Waiting [2023-03-07T21:32:45.998Z] 93535d53bc36: Waiting [2023-03-07T21:32:45.998Z] dbb9a9c4f92d: Layer already exists [2023-03-07T21:32:45.998Z] 31aa9e60dc15: Layer already exists [2023-03-07T21:32:45.998Z] 7a6a572b242e: Layer already exists [2023-03-07T21:32:45.998Z] 05dbfb9df1c2: Layer already exists [2023-03-07T21:32:45.998Z] 5c5df1c3abf2: Layer already exists [2023-03-07T21:32:45.998Z] 6df7dbbc7051: Layer already exists [2023-03-07T21:32:45.999Z] b89d54c633ed: Layer already exists [2023-03-07T21:32:45.999Z] 8231deb9fa86: Layer already exists [2023-03-07T21:32:45.999Z] 93535d53bc36: Layer already exists [2023-03-07T21:32:45.999Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:45.999Z] a4c75fa44170: Layer already exists [2023-03-07T21:32:45.999Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:45.999Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:46.309Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:46.616Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-07T21:32:46.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:32:46.616Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:46.616Z] 5c5df1c3abf2: Preparing [2023-03-07T21:32:46.616Z] 05dbfb9df1c2: Preparing [2023-03-07T21:32:46.616Z] dbb9a9c4f92d: Preparing [2023-03-07T21:32:46.616Z] 7a6a572b242e: Preparing [2023-03-07T21:32:46.616Z] 31aa9e60dc15: Preparing [2023-03-07T21:32:46.616Z] 6df7dbbc7051: Preparing [2023-03-07T21:32:46.616Z] 2ba683950ec1: Preparing [2023-03-07T21:32:46.616Z] 93535d53bc36: Preparing [2023-03-07T21:32:46.616Z] b89d54c633ed: Preparing [2023-03-07T21:32:46.616Z] 8231deb9fa86: Preparing [2023-03-07T21:32:46.616Z] a4c75fa44170: Preparing [2023-03-07T21:32:46.616Z] aa5968d388b8: Preparing [2023-03-07T21:32:46.616Z] 93535d53bc36: Waiting [2023-03-07T21:32:46.616Z] b89d54c633ed: Waiting [2023-03-07T21:32:46.616Z] 8231deb9fa86: Waiting [2023-03-07T21:32:46.616Z] 6df7dbbc7051: Waiting [2023-03-07T21:32:46.616Z] a4c75fa44170: Waiting [2023-03-07T21:32:46.616Z] 2ba683950ec1: Waiting [2023-03-07T21:32:46.616Z] dbb9a9c4f92d: Layer already exists [2023-03-07T21:32:46.616Z] 7a6a572b242e: Layer already exists [2023-03-07T21:32:46.616Z] 05dbfb9df1c2: Layer already exists [2023-03-07T21:32:46.616Z] 5c5df1c3abf2: Layer already exists [2023-03-07T21:32:46.616Z] 31aa9e60dc15: Layer already exists [2023-03-07T21:32:46.616Z] 93535d53bc36: Layer already exists [2023-03-07T21:32:46.616Z] b89d54c633ed: Layer already exists [2023-03-07T21:32:46.616Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:46.616Z] 8231deb9fa86: Layer already exists [2023-03-07T21:32:46.616Z] 6df7dbbc7051: Layer already exists [2023-03-07T21:32:46.616Z] a4c75fa44170: Layer already exists [2023-03-07T21:32:46.616Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:46.616Z] main: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:32:46.651Z] ===================================================== [Pipeline] echo [2023-03-07T21:32:46.657Z] taggedImages: [2023-03-07T21:32:46.657Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:46.657Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-07T21:32:46.657Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 [2023-03-07T21:32:46.657Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:46.657Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-07T21:32:46.672Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-07T21:32:46.672Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:46.672Z] latest [2023-03-07T21:32:46.672Z] 3.0.0-dev.79 [2023-03-07T21:32:46.672Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:46.672Z] main [2023-03-07T21:32:46.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:47.002Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:47.312Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:47.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:32:47.312Z] c83aa8d43fbc: Preparing [2023-03-07T21:32:47.312Z] ee1cf05667ad: Preparing [2023-03-07T21:32:47.312Z] 6df6dd0c2b1f: Preparing [2023-03-07T21:32:47.312Z] 60555eb05465: Preparing [2023-03-07T21:32:47.312Z] 2ba683950ec1: Preparing [2023-03-07T21:32:47.312Z] 98dfff8444ee: Preparing [2023-03-07T21:32:47.312Z] aa5968d388b8: Preparing [2023-03-07T21:32:47.312Z] aa5968d388b8: Waiting [2023-03-07T21:32:47.312Z] 98dfff8444ee: Waiting [2023-03-07T21:32:47.312Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:47.312Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:47.312Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:47.312Z] c83aa8d43fbc: Pushed [2023-03-07T21:32:47.312Z] 6df6dd0c2b1f: Pushed [2023-03-07T21:32:47.312Z] ee1cf05667ad: Pushed [2023-03-07T21:32:48.689Z] 60555eb05465: Pushed [2023-03-07T21:32:48.689Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:49.000Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:49.301Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-07T21:32:49.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:32:49.301Z] c83aa8d43fbc: Preparing [2023-03-07T21:32:49.301Z] ee1cf05667ad: Preparing [2023-03-07T21:32:49.301Z] 6df6dd0c2b1f: Preparing [2023-03-07T21:32:49.301Z] 60555eb05465: Preparing [2023-03-07T21:32:49.302Z] 2ba683950ec1: Preparing [2023-03-07T21:32:49.302Z] 98dfff8444ee: Preparing [2023-03-07T21:32:49.302Z] aa5968d388b8: Preparing [2023-03-07T21:32:49.302Z] 98dfff8444ee: Waiting [2023-03-07T21:32:49.302Z] aa5968d388b8: Waiting [2023-03-07T21:32:49.302Z] 60555eb05465: Layer already exists [2023-03-07T21:32:49.302Z] ee1cf05667ad: Layer already exists [2023-03-07T21:32:49.302Z] 6df6dd0c2b1f: Layer already exists [2023-03-07T21:32:49.302Z] c83aa8d43fbc: Layer already exists [2023-03-07T21:32:49.302Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:49.302Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:49.302Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:49.302Z] latest: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:49.602Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:49.904Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 [2023-03-07T21:32:49.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:32:49.904Z] c83aa8d43fbc: Preparing [2023-03-07T21:32:49.904Z] ee1cf05667ad: Preparing [2023-03-07T21:32:49.904Z] 6df6dd0c2b1f: Preparing [2023-03-07T21:32:49.904Z] 60555eb05465: Preparing [2023-03-07T21:32:49.904Z] 2ba683950ec1: Preparing [2023-03-07T21:32:49.904Z] 98dfff8444ee: Preparing [2023-03-07T21:32:49.904Z] aa5968d388b8: Preparing [2023-03-07T21:32:49.904Z] 98dfff8444ee: Waiting [2023-03-07T21:32:49.904Z] aa5968d388b8: Waiting [2023-03-07T21:32:49.904Z] c83aa8d43fbc: Layer already exists [2023-03-07T21:32:49.904Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:49.904Z] 60555eb05465: Layer already exists [2023-03-07T21:32:49.904Z] ee1cf05667ad: Layer already exists [2023-03-07T21:32:49.904Z] 6df6dd0c2b1f: Layer already exists [2023-03-07T21:32:49.904Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:49.904Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:49.904Z] 3.0.0-dev.79: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:50.206Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:50.508Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:50.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:32:50.509Z] c83aa8d43fbc: Preparing [2023-03-07T21:32:50.509Z] ee1cf05667ad: Preparing [2023-03-07T21:32:50.509Z] 6df6dd0c2b1f: Preparing [2023-03-07T21:32:50.509Z] 60555eb05465: Preparing [2023-03-07T21:32:50.509Z] 2ba683950ec1: Preparing [2023-03-07T21:32:50.509Z] 98dfff8444ee: Preparing [2023-03-07T21:32:50.509Z] aa5968d388b8: Preparing [2023-03-07T21:32:50.509Z] 98dfff8444ee: Waiting [2023-03-07T21:32:50.509Z] aa5968d388b8: Waiting [2023-03-07T21:32:50.509Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:50.509Z] 60555eb05465: Layer already exists [2023-03-07T21:32:50.509Z] c83aa8d43fbc: Layer already exists [2023-03-07T21:32:50.509Z] ee1cf05667ad: Layer already exists [2023-03-07T21:32:50.509Z] 6df6dd0c2b1f: Layer already exists [2023-03-07T21:32:50.509Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:50.509Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:50.509Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:50.815Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:51.112Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-07T21:32:51.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:32:51.112Z] c83aa8d43fbc: Preparing [2023-03-07T21:32:51.112Z] ee1cf05667ad: Preparing [2023-03-07T21:32:51.112Z] 6df6dd0c2b1f: Preparing [2023-03-07T21:32:51.112Z] 60555eb05465: Preparing [2023-03-07T21:32:51.112Z] 2ba683950ec1: Preparing [2023-03-07T21:32:51.112Z] 98dfff8444ee: Preparing [2023-03-07T21:32:51.112Z] aa5968d388b8: Preparing [2023-03-07T21:32:51.112Z] 98dfff8444ee: Waiting [2023-03-07T21:32:51.112Z] aa5968d388b8: Waiting [2023-03-07T21:32:51.112Z] ee1cf05667ad: Layer already exists [2023-03-07T21:32:51.112Z] c83aa8d43fbc: Layer already exists [2023-03-07T21:32:51.112Z] 60555eb05465: Layer already exists [2023-03-07T21:32:51.112Z] 2ba683950ec1: Layer already exists [2023-03-07T21:32:51.112Z] 6df6dd0c2b1f: Layer already exists [2023-03-07T21:32:51.112Z] 98dfff8444ee: Layer already exists [2023-03-07T21:32:51.112Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:51.112Z] main: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:32:51.146Z] ===================================================== [Pipeline] echo [2023-03-07T21:32:51.152Z] taggedImages: [2023-03-07T21:32:51.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:51.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-07T21:32:51.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 [2023-03-07T21:32:51.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:51.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-07T21:32:51.166Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-07T21:32:51.166Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:51.166Z] latest [2023-03-07T21:32:51.166Z] 3.0.0-dev.79 [2023-03-07T21:32:51.166Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:51.166Z] main [2023-03-07T21:32:51.166Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:51.466Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:51.763Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:51.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:32:51.763Z] bff8c40a9f92: Preparing [2023-03-07T21:32:51.763Z] 21530ceadc42: Preparing [2023-03-07T21:32:51.763Z] 5b423989611d: Preparing [2023-03-07T21:32:51.763Z] 3722162fff32: Preparing [2023-03-07T21:32:51.763Z] d8444ea65794: Preparing [2023-03-07T21:32:51.763Z] 3f76ba8531db: Preparing [2023-03-07T21:32:51.763Z] aa5968d388b8: Preparing [2023-03-07T21:32:51.763Z] 3f76ba8531db: Waiting [2023-03-07T21:32:51.763Z] aa5968d388b8: Waiting [2023-03-07T21:32:51.763Z] 21530ceadc42: Pushed [2023-03-07T21:32:51.763Z] bff8c40a9f92: Pushed [2023-03-07T21:32:51.763Z] 3722162fff32: Pushed [2023-03-07T21:32:51.763Z] d8444ea65794: Pushed [2023-03-07T21:32:51.763Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:52.024Z] 3f76ba8531db: Pushed [2023-03-07T21:32:53.403Z] 5b423989611d: Pushed [2023-03-07T21:32:53.662Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:53.965Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:54.266Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-07T21:32:54.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:32:54.266Z] bff8c40a9f92: Preparing [2023-03-07T21:32:54.266Z] 21530ceadc42: Preparing [2023-03-07T21:32:54.266Z] 5b423989611d: Preparing [2023-03-07T21:32:54.266Z] 3722162fff32: Preparing [2023-03-07T21:32:54.266Z] d8444ea65794: Preparing [2023-03-07T21:32:54.267Z] 3f76ba8531db: Preparing [2023-03-07T21:32:54.267Z] aa5968d388b8: Preparing [2023-03-07T21:32:54.267Z] 3f76ba8531db: Waiting [2023-03-07T21:32:54.267Z] aa5968d388b8: Waiting [2023-03-07T21:32:54.267Z] 21530ceadc42: Layer already exists [2023-03-07T21:32:54.267Z] d8444ea65794: Layer already exists [2023-03-07T21:32:54.267Z] 5b423989611d: Layer already exists [2023-03-07T21:32:54.267Z] bff8c40a9f92: Layer already exists [2023-03-07T21:32:54.267Z] 3722162fff32: Layer already exists [2023-03-07T21:32:54.267Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:54.267Z] 3f76ba8531db: Layer already exists [2023-03-07T21:32:54.267Z] latest: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:54.576Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:54.876Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 [2023-03-07T21:32:54.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:32:54.877Z] bff8c40a9f92: Preparing [2023-03-07T21:32:54.877Z] 21530ceadc42: Preparing [2023-03-07T21:32:54.877Z] 5b423989611d: Preparing [2023-03-07T21:32:54.877Z] 3722162fff32: Preparing [2023-03-07T21:32:54.877Z] d8444ea65794: Preparing [2023-03-07T21:32:54.877Z] 3f76ba8531db: Preparing [2023-03-07T21:32:54.877Z] aa5968d388b8: Preparing [2023-03-07T21:32:54.877Z] 3f76ba8531db: Waiting [2023-03-07T21:32:54.877Z] aa5968d388b8: Waiting [2023-03-07T21:32:54.877Z] bff8c40a9f92: Layer already exists [2023-03-07T21:32:54.877Z] 3722162fff32: Layer already exists [2023-03-07T21:32:54.877Z] d8444ea65794: Layer already exists [2023-03-07T21:32:54.877Z] 21530ceadc42: Layer already exists [2023-03-07T21:32:54.877Z] 5b423989611d: Layer already exists [2023-03-07T21:32:54.877Z] 3f76ba8531db: Layer already exists [2023-03-07T21:32:54.877Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:54.877Z] 3.0.0-dev.79: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:55.190Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:55.499Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:55.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:32:55.499Z] bff8c40a9f92: Preparing [2023-03-07T21:32:55.499Z] 21530ceadc42: Preparing [2023-03-07T21:32:55.499Z] 5b423989611d: Preparing [2023-03-07T21:32:55.499Z] 3722162fff32: Preparing [2023-03-07T21:32:55.499Z] d8444ea65794: Preparing [2023-03-07T21:32:55.499Z] 3f76ba8531db: Preparing [2023-03-07T21:32:55.499Z] aa5968d388b8: Preparing [2023-03-07T21:32:55.499Z] 3f76ba8531db: Waiting [2023-03-07T21:32:55.499Z] aa5968d388b8: Waiting [2023-03-07T21:32:55.499Z] d8444ea65794: Layer already exists [2023-03-07T21:32:55.499Z] 3722162fff32: Layer already exists [2023-03-07T21:32:55.499Z] bff8c40a9f92: Layer already exists [2023-03-07T21:32:55.499Z] 5b423989611d: Layer already exists [2023-03-07T21:32:55.499Z] 21530ceadc42: Layer already exists [2023-03-07T21:32:55.499Z] 3f76ba8531db: Layer already exists [2023-03-07T21:32:55.499Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:55.499Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:55.803Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:56.105Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-07T21:32:56.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:32:56.106Z] bff8c40a9f92: Preparing [2023-03-07T21:32:56.106Z] 21530ceadc42: Preparing [2023-03-07T21:32:56.106Z] 5b423989611d: Preparing [2023-03-07T21:32:56.106Z] 3722162fff32: Preparing [2023-03-07T21:32:56.106Z] d8444ea65794: Preparing [2023-03-07T21:32:56.106Z] 3f76ba8531db: Preparing [2023-03-07T21:32:56.106Z] aa5968d388b8: Preparing [2023-03-07T21:32:56.106Z] aa5968d388b8: Waiting [2023-03-07T21:32:56.106Z] d8444ea65794: Layer already exists [2023-03-07T21:32:56.106Z] 21530ceadc42: Layer already exists [2023-03-07T21:32:56.106Z] 5b423989611d: Layer already exists [2023-03-07T21:32:56.106Z] 3722162fff32: Layer already exists [2023-03-07T21:32:56.106Z] bff8c40a9f92: Layer already exists [2023-03-07T21:32:56.106Z] 3f76ba8531db: Layer already exists [2023-03-07T21:32:56.106Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:56.106Z] main: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:32:56.147Z] ===================================================== [Pipeline] echo [2023-03-07T21:32:56.160Z] taggedImages: [2023-03-07T21:32:56.160Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:56.160Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-07T21:32:56.160Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 [2023-03-07T21:32:56.160Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:56.160Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-07T21:32:56.177Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-07T21:32:56.177Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:56.177Z] latest [2023-03-07T21:32:56.177Z] 3.0.0-dev.79 [2023-03-07T21:32:56.177Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:32:56.177Z] main [2023-03-07T21:32:56.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:56.482Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:56.785Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:32:56.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:32:56.786Z] 03d5c27177f4: Preparing [2023-03-07T21:32:56.786Z] 517a3e99d502: Preparing [2023-03-07T21:32:56.786Z] 1eb749982f72: Preparing [2023-03-07T21:32:56.786Z] f710b6c1a4ab: Preparing [2023-03-07T21:32:56.786Z] 68b529d4c639: Preparing [2023-03-07T21:32:56.786Z] c563a3fda160: Preparing [2023-03-07T21:32:56.786Z] 0c95d481989c: Preparing [2023-03-07T21:32:56.786Z] a6a84f735718: Preparing [2023-03-07T21:32:56.786Z] aa5968d388b8: Preparing [2023-03-07T21:32:56.786Z] a6a84f735718: Waiting [2023-03-07T21:32:56.786Z] c563a3fda160: Waiting [2023-03-07T21:32:56.786Z] aa5968d388b8: Waiting [2023-03-07T21:32:56.786Z] 0c95d481989c: Waiting [2023-03-07T21:32:56.786Z] 68b529d4c639: Pushed [2023-03-07T21:32:56.786Z] 03d5c27177f4: Pushed [2023-03-07T21:32:56.786Z] 517a3e99d502: Pushed [2023-03-07T21:32:57.044Z] c563a3fda160: Pushed [2023-03-07T21:32:57.044Z] 0c95d481989c: Pushed [2023-03-07T21:32:57.044Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:57.044Z] a6a84f735718: Pushed [2023-03-07T21:32:57.983Z] f710b6c1a4ab: Pushed [2023-03-07T21:32:58.243Z] 1eb749982f72: Pushed [2023-03-07T21:32:58.503Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:58.824Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:59.133Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-07T21:32:59.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:32:59.134Z] 03d5c27177f4: Preparing [2023-03-07T21:32:59.134Z] 517a3e99d502: Preparing [2023-03-07T21:32:59.134Z] 1eb749982f72: Preparing [2023-03-07T21:32:59.134Z] f710b6c1a4ab: Preparing [2023-03-07T21:32:59.134Z] 68b529d4c639: Preparing [2023-03-07T21:32:59.134Z] c563a3fda160: Preparing [2023-03-07T21:32:59.134Z] 0c95d481989c: Preparing [2023-03-07T21:32:59.134Z] a6a84f735718: Preparing [2023-03-07T21:32:59.134Z] aa5968d388b8: Preparing [2023-03-07T21:32:59.134Z] c563a3fda160: Waiting [2023-03-07T21:32:59.134Z] 0c95d481989c: Waiting [2023-03-07T21:32:59.134Z] a6a84f735718: Waiting [2023-03-07T21:32:59.134Z] aa5968d388b8: Waiting [2023-03-07T21:32:59.134Z] 68b529d4c639: Layer already exists [2023-03-07T21:32:59.134Z] 517a3e99d502: Layer already exists [2023-03-07T21:32:59.134Z] 03d5c27177f4: Layer already exists [2023-03-07T21:32:59.134Z] 1eb749982f72: Layer already exists [2023-03-07T21:32:59.134Z] f710b6c1a4ab: Layer already exists [2023-03-07T21:32:59.134Z] 0c95d481989c: Layer already exists [2023-03-07T21:32:59.134Z] c563a3fda160: Layer already exists [2023-03-07T21:32:59.134Z] a6a84f735718: Layer already exists [2023-03-07T21:32:59.134Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:59.134Z] latest: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:59.450Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:32:59.765Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 [2023-03-07T21:32:59.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:32:59.765Z] 03d5c27177f4: Preparing [2023-03-07T21:32:59.765Z] 517a3e99d502: Preparing [2023-03-07T21:32:59.765Z] 1eb749982f72: Preparing [2023-03-07T21:32:59.765Z] f710b6c1a4ab: Preparing [2023-03-07T21:32:59.765Z] 68b529d4c639: Preparing [2023-03-07T21:32:59.765Z] c563a3fda160: Preparing [2023-03-07T21:32:59.765Z] 0c95d481989c: Preparing [2023-03-07T21:32:59.765Z] a6a84f735718: Preparing [2023-03-07T21:32:59.765Z] aa5968d388b8: Preparing [2023-03-07T21:32:59.765Z] c563a3fda160: Waiting [2023-03-07T21:32:59.765Z] a6a84f735718: Waiting [2023-03-07T21:32:59.765Z] aa5968d388b8: Waiting [2023-03-07T21:32:59.765Z] 0c95d481989c: Waiting [2023-03-07T21:32:59.765Z] 68b529d4c639: Layer already exists [2023-03-07T21:32:59.765Z] f710b6c1a4ab: Layer already exists [2023-03-07T21:32:59.765Z] 1eb749982f72: Layer already exists [2023-03-07T21:32:59.765Z] 03d5c27177f4: Layer already exists [2023-03-07T21:32:59.765Z] 517a3e99d502: Layer already exists [2023-03-07T21:32:59.765Z] 0c95d481989c: Layer already exists [2023-03-07T21:32:59.765Z] c563a3fda160: Layer already exists [2023-03-07T21:32:59.765Z] a6a84f735718: Layer already exists [2023-03-07T21:32:59.765Z] aa5968d388b8: Layer already exists [2023-03-07T21:32:59.765Z] 3.0.0-dev.79: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:00.081Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:00.395Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:00.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:33:00.395Z] 03d5c27177f4: Preparing [2023-03-07T21:33:00.395Z] 517a3e99d502: Preparing [2023-03-07T21:33:00.395Z] 1eb749982f72: Preparing [2023-03-07T21:33:00.395Z] f710b6c1a4ab: Preparing [2023-03-07T21:33:00.395Z] 68b529d4c639: Preparing [2023-03-07T21:33:00.395Z] c563a3fda160: Preparing [2023-03-07T21:33:00.395Z] 0c95d481989c: Preparing [2023-03-07T21:33:00.395Z] a6a84f735718: Preparing [2023-03-07T21:33:00.395Z] aa5968d388b8: Preparing [2023-03-07T21:33:00.395Z] 0c95d481989c: Waiting [2023-03-07T21:33:00.395Z] aa5968d388b8: Waiting [2023-03-07T21:33:00.395Z] a6a84f735718: Waiting [2023-03-07T21:33:00.395Z] 517a3e99d502: Layer already exists [2023-03-07T21:33:00.395Z] f710b6c1a4ab: Layer already exists [2023-03-07T21:33:00.395Z] 03d5c27177f4: Layer already exists [2023-03-07T21:33:00.395Z] 68b529d4c639: Layer already exists [2023-03-07T21:33:00.395Z] 1eb749982f72: Layer already exists [2023-03-07T21:33:00.395Z] c563a3fda160: Layer already exists [2023-03-07T21:33:00.395Z] a6a84f735718: Layer already exists [2023-03-07T21:33:00.395Z] 0c95d481989c: Layer already exists [2023-03-07T21:33:00.395Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:00.395Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:00.703Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:01.005Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-07T21:33:01.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:33:01.005Z] 03d5c27177f4: Preparing [2023-03-07T21:33:01.005Z] 517a3e99d502: Preparing [2023-03-07T21:33:01.005Z] 1eb749982f72: Preparing [2023-03-07T21:33:01.005Z] f710b6c1a4ab: Preparing [2023-03-07T21:33:01.005Z] 68b529d4c639: Preparing [2023-03-07T21:33:01.005Z] c563a3fda160: Preparing [2023-03-07T21:33:01.005Z] 0c95d481989c: Preparing [2023-03-07T21:33:01.005Z] a6a84f735718: Preparing [2023-03-07T21:33:01.005Z] aa5968d388b8: Preparing [2023-03-07T21:33:01.005Z] c563a3fda160: Waiting [2023-03-07T21:33:01.005Z] aa5968d388b8: Waiting [2023-03-07T21:33:01.005Z] a6a84f735718: Waiting [2023-03-07T21:33:01.005Z] 0c95d481989c: Waiting [2023-03-07T21:33:01.005Z] f710b6c1a4ab: Layer already exists [2023-03-07T21:33:01.005Z] 517a3e99d502: Layer already exists [2023-03-07T21:33:01.005Z] 1eb749982f72: Layer already exists [2023-03-07T21:33:01.005Z] 68b529d4c639: Layer already exists [2023-03-07T21:33:01.005Z] 03d5c27177f4: Layer already exists [2023-03-07T21:33:01.005Z] c563a3fda160: Layer already exists [2023-03-07T21:33:01.005Z] 0c95d481989c: Layer already exists [2023-03-07T21:33:01.005Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:01.005Z] a6a84f735718: Layer already exists [2023-03-07T21:33:01.005Z] main: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:33:01.038Z] ===================================================== [Pipeline] echo [2023-03-07T21:33:01.043Z] taggedImages: [2023-03-07T21:33:01.043Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:01.043Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-07T21:33:01.043Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 [2023-03-07T21:33:01.043Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:01.043Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-07T21:33:01.057Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-07T21:33:01.057Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:01.057Z] latest [2023-03-07T21:33:01.057Z] 3.0.0-dev.79 [2023-03-07T21:33:01.057Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:01.057Z] main [2023-03-07T21:33:01.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:01.363Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:01.663Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:01.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:33:01.663Z] 7aba5773b556: Preparing [2023-03-07T21:33:01.663Z] 9bd3a8ff7c51: Preparing [2023-03-07T21:33:01.663Z] 2ba683950ec1: Preparing [2023-03-07T21:33:01.663Z] 0c04e9c4774d: Preparing [2023-03-07T21:33:01.663Z] 4e6476652798: Preparing [2023-03-07T21:33:01.663Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:01.663Z] 4e6476652798: Layer already exists [2023-03-07T21:33:01.663Z] 7aba5773b556: Pushed [2023-03-07T21:33:02.230Z] 0c04e9c4774d: Pushed [2023-03-07T21:33:03.606Z] 9bd3a8ff7c51: Pushed [2023-03-07T21:33:03.864Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:04.173Z] + 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-03-07T21:33:04.472Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-07T21:33:04.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:33:04.472Z] 7aba5773b556: Preparing [2023-03-07T21:33:04.472Z] 9bd3a8ff7c51: Preparing [2023-03-07T21:33:04.472Z] 2ba683950ec1: Preparing [2023-03-07T21:33:04.472Z] 0c04e9c4774d: Preparing [2023-03-07T21:33:04.472Z] 4e6476652798: Preparing [2023-03-07T21:33:04.472Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:04.472Z] 0c04e9c4774d: Layer already exists [2023-03-07T21:33:04.472Z] 4e6476652798: Layer already exists [2023-03-07T21:33:04.472Z] 7aba5773b556: Layer already exists [2023-03-07T21:33:04.472Z] 9bd3a8ff7c51: Layer already exists [2023-03-07T21:33:04.472Z] latest: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:04.775Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:05.073Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 [2023-03-07T21:33:05.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:33:05.073Z] 7aba5773b556: Preparing [2023-03-07T21:33:05.073Z] 9bd3a8ff7c51: Preparing [2023-03-07T21:33:05.073Z] 2ba683950ec1: Preparing [2023-03-07T21:33:05.073Z] 0c04e9c4774d: Preparing [2023-03-07T21:33:05.073Z] 4e6476652798: Preparing [2023-03-07T21:33:05.073Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:05.073Z] 9bd3a8ff7c51: Layer already exists [2023-03-07T21:33:05.073Z] 4e6476652798: Layer already exists [2023-03-07T21:33:05.073Z] 0c04e9c4774d: Layer already exists [2023-03-07T21:33:05.073Z] 7aba5773b556: Layer already exists [2023-03-07T21:33:05.073Z] 3.0.0-dev.79: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:05.385Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:05.693Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:05.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:33:05.693Z] 7aba5773b556: Preparing [2023-03-07T21:33:05.693Z] 9bd3a8ff7c51: Preparing [2023-03-07T21:33:05.693Z] 2ba683950ec1: Preparing [2023-03-07T21:33:05.693Z] 0c04e9c4774d: Preparing [2023-03-07T21:33:05.693Z] 4e6476652798: Preparing [2023-03-07T21:33:05.693Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:05.693Z] 7aba5773b556: Layer already exists [2023-03-07T21:33:05.693Z] 9bd3a8ff7c51: Layer already exists [2023-03-07T21:33:05.693Z] 0c04e9c4774d: Layer already exists [2023-03-07T21:33:05.693Z] 4e6476652798: Layer already exists [2023-03-07T21:33:05.693Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:05.995Z] + 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-03-07T21:33:06.296Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-07T21:33:06.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:33:06.296Z] 7aba5773b556: Preparing [2023-03-07T21:33:06.296Z] 9bd3a8ff7c51: Preparing [2023-03-07T21:33:06.296Z] 2ba683950ec1: Preparing [2023-03-07T21:33:06.296Z] 0c04e9c4774d: Preparing [2023-03-07T21:33:06.296Z] 4e6476652798: Preparing [2023-03-07T21:33:06.296Z] 9bd3a8ff7c51: Layer already exists [2023-03-07T21:33:06.296Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:06.296Z] 7aba5773b556: Layer already exists [2023-03-07T21:33:06.296Z] 4e6476652798: Layer already exists [2023-03-07T21:33:06.296Z] 0c04e9c4774d: Layer already exists [2023-03-07T21:33:06.296Z] main: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:33:06.330Z] ===================================================== [Pipeline] echo [2023-03-07T21:33:06.335Z] taggedImages: [2023-03-07T21:33:06.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:06.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-07T21:33:06.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 [2023-03-07T21:33:06.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:06.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-07T21:33:06.349Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-07T21:33:06.349Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:06.349Z] latest [2023-03-07T21:33:06.349Z] 3.0.0-dev.79 [2023-03-07T21:33:06.349Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:06.349Z] main [2023-03-07T21:33:06.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:06.651Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:06.952Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:06.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:33:06.952Z] cfe70739448c: Preparing [2023-03-07T21:33:06.952Z] 71cad399f6c7: Preparing [2023-03-07T21:33:06.952Z] 798ab8e19e70: Preparing [2023-03-07T21:33:06.952Z] 490f10ae13fb: Preparing [2023-03-07T21:33:06.952Z] 06bb0a1155e4: Preparing [2023-03-07T21:33:06.952Z] 57425a5033de: Preparing [2023-03-07T21:33:06.952Z] 4e6476652798: Preparing [2023-03-07T21:33:06.952Z] 57425a5033de: Waiting [2023-03-07T21:33:06.952Z] cfe70739448c: Pushed [2023-03-07T21:33:06.952Z] 71cad399f6c7: Pushed [2023-03-07T21:33:06.952Z] 798ab8e19e70: Pushed [2023-03-07T21:33:06.952Z] 4e6476652798: Layer already exists [2023-03-07T21:33:07.519Z] 57425a5033de: Pushed [2023-03-07T21:33:10.807Z] 06bb0a1155e4: Pushed [2023-03-07T21:33:14.095Z] 490f10ae13fb: Pushed [2023-03-07T21:33:14.095Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:14.399Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:14.702Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-07T21:33:14.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:33:14.702Z] cfe70739448c: Preparing [2023-03-07T21:33:14.702Z] 71cad399f6c7: Preparing [2023-03-07T21:33:14.702Z] 798ab8e19e70: Preparing [2023-03-07T21:33:14.702Z] 490f10ae13fb: Preparing [2023-03-07T21:33:14.702Z] 06bb0a1155e4: Preparing [2023-03-07T21:33:14.702Z] 57425a5033de: Preparing [2023-03-07T21:33:14.702Z] 4e6476652798: Preparing [2023-03-07T21:33:14.702Z] 57425a5033de: Waiting [2023-03-07T21:33:14.702Z] 4e6476652798: Waiting [2023-03-07T21:33:14.702Z] 490f10ae13fb: Layer already exists [2023-03-07T21:33:14.702Z] 71cad399f6c7: Layer already exists [2023-03-07T21:33:14.702Z] 06bb0a1155e4: Layer already exists [2023-03-07T21:33:14.702Z] cfe70739448c: Layer already exists [2023-03-07T21:33:14.702Z] 798ab8e19e70: Layer already exists [2023-03-07T21:33:14.702Z] 4e6476652798: Layer already exists [2023-03-07T21:33:14.702Z] 57425a5033de: Layer already exists [2023-03-07T21:33:14.702Z] latest: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:15.001Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:15.305Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 [2023-03-07T21:33:15.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:33:15.305Z] cfe70739448c: Preparing [2023-03-07T21:33:15.305Z] 71cad399f6c7: Preparing [2023-03-07T21:33:15.305Z] 798ab8e19e70: Preparing [2023-03-07T21:33:15.305Z] 490f10ae13fb: Preparing [2023-03-07T21:33:15.305Z] 06bb0a1155e4: Preparing [2023-03-07T21:33:15.305Z] 57425a5033de: Preparing [2023-03-07T21:33:15.305Z] 4e6476652798: Preparing [2023-03-07T21:33:15.305Z] 57425a5033de: Waiting [2023-03-07T21:33:15.305Z] 4e6476652798: Waiting [2023-03-07T21:33:15.305Z] 71cad399f6c7: Layer already exists [2023-03-07T21:33:15.305Z] cfe70739448c: Layer already exists [2023-03-07T21:33:15.305Z] 798ab8e19e70: Layer already exists [2023-03-07T21:33:15.305Z] 06bb0a1155e4: Layer already exists [2023-03-07T21:33:15.305Z] 490f10ae13fb: Layer already exists [2023-03-07T21:33:15.305Z] 57425a5033de: Layer already exists [2023-03-07T21:33:15.305Z] 4e6476652798: Layer already exists [2023-03-07T21:33:15.305Z] 3.0.0-dev.79: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:15.608Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:15.911Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:15.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:33:15.911Z] cfe70739448c: Preparing [2023-03-07T21:33:15.911Z] 71cad399f6c7: Preparing [2023-03-07T21:33:15.911Z] 798ab8e19e70: Preparing [2023-03-07T21:33:15.911Z] 490f10ae13fb: Preparing [2023-03-07T21:33:15.911Z] 06bb0a1155e4: Preparing [2023-03-07T21:33:15.911Z] 57425a5033de: Preparing [2023-03-07T21:33:15.911Z] 4e6476652798: Preparing [2023-03-07T21:33:15.911Z] 4e6476652798: Waiting [2023-03-07T21:33:15.911Z] 57425a5033de: Waiting [2023-03-07T21:33:15.911Z] 798ab8e19e70: Layer already exists [2023-03-07T21:33:15.911Z] cfe70739448c: Layer already exists [2023-03-07T21:33:15.911Z] 490f10ae13fb: Layer already exists [2023-03-07T21:33:15.911Z] 06bb0a1155e4: Layer already exists [2023-03-07T21:33:15.912Z] 4e6476652798: Layer already exists [2023-03-07T21:33:15.912Z] 57425a5033de: Layer already exists [2023-03-07T21:33:15.912Z] 71cad399f6c7: Layer already exists [2023-03-07T21:33:15.912Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:16.215Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:16.516Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-07T21:33:16.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:33:16.516Z] cfe70739448c: Preparing [2023-03-07T21:33:16.516Z] 71cad399f6c7: Preparing [2023-03-07T21:33:16.516Z] 798ab8e19e70: Preparing [2023-03-07T21:33:16.516Z] 490f10ae13fb: Preparing [2023-03-07T21:33:16.516Z] 06bb0a1155e4: Preparing [2023-03-07T21:33:16.516Z] 57425a5033de: Preparing [2023-03-07T21:33:16.516Z] 4e6476652798: Preparing [2023-03-07T21:33:16.516Z] 57425a5033de: Waiting [2023-03-07T21:33:16.516Z] 4e6476652798: Waiting [2023-03-07T21:33:16.516Z] cfe70739448c: Layer already exists [2023-03-07T21:33:16.516Z] 490f10ae13fb: Layer already exists [2023-03-07T21:33:16.516Z] 06bb0a1155e4: Layer already exists [2023-03-07T21:33:16.516Z] 798ab8e19e70: Layer already exists [2023-03-07T21:33:16.516Z] 71cad399f6c7: Layer already exists [2023-03-07T21:33:16.516Z] 57425a5033de: Layer already exists [2023-03-07T21:33:16.516Z] 4e6476652798: Layer already exists [2023-03-07T21:33:16.516Z] main: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:33:16.549Z] ===================================================== [Pipeline] echo [2023-03-07T21:33:16.555Z] taggedImages: [2023-03-07T21:33:16.555Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:16.555Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-07T21:33:16.555Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 [2023-03-07T21:33:16.555Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:16.555Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-07T21:33:16.569Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-07T21:33:16.569Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:16.569Z] latest [2023-03-07T21:33:16.569Z] 3.0.0-dev.79 [2023-03-07T21:33:16.569Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:16.569Z] main [2023-03-07T21:33:16.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:16.872Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:17.179Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:17.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:33:17.179Z] 4c3bda73ae2c: Preparing [2023-03-07T21:33:17.179Z] 9f4590ad71db: Preparing [2023-03-07T21:33:17.179Z] 19427ca2f0e6: Preparing [2023-03-07T21:33:17.179Z] 3827f783bb45: Preparing [2023-03-07T21:33:17.179Z] 043bba120b47: Preparing [2023-03-07T21:33:17.179Z] 4e6476652798: Preparing [2023-03-07T21:33:17.179Z] 4e6476652798: Waiting [2023-03-07T21:33:17.179Z] 9f4590ad71db: Pushed [2023-03-07T21:33:17.179Z] 4e6476652798: Layer already exists [2023-03-07T21:33:17.179Z] 4c3bda73ae2c: Pushed [2023-03-07T21:33:17.179Z] 19427ca2f0e6: Pushed [2023-03-07T21:33:17.438Z] 043bba120b47: Pushed [2023-03-07T21:33:24.007Z] 3827f783bb45: Pushed [2023-03-07T21:33:24.007Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:24.307Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:24.609Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-07T21:33:24.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:33:24.609Z] 4c3bda73ae2c: Preparing [2023-03-07T21:33:24.609Z] 9f4590ad71db: Preparing [2023-03-07T21:33:24.609Z] 19427ca2f0e6: Preparing [2023-03-07T21:33:24.609Z] 3827f783bb45: Preparing [2023-03-07T21:33:24.609Z] 043bba120b47: Preparing [2023-03-07T21:33:24.609Z] 4e6476652798: Preparing [2023-03-07T21:33:24.609Z] 4e6476652798: Waiting [2023-03-07T21:33:24.609Z] 19427ca2f0e6: Layer already exists [2023-03-07T21:33:24.609Z] 4c3bda73ae2c: Layer already exists [2023-03-07T21:33:24.609Z] 3827f783bb45: Layer already exists [2023-03-07T21:33:24.609Z] 043bba120b47: Layer already exists [2023-03-07T21:33:24.609Z] 9f4590ad71db: Layer already exists [2023-03-07T21:33:24.609Z] 4e6476652798: Layer already exists [2023-03-07T21:33:24.609Z] latest: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:24.911Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:25.215Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 [2023-03-07T21:33:25.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:33:25.215Z] 4c3bda73ae2c: Preparing [2023-03-07T21:33:25.215Z] 9f4590ad71db: Preparing [2023-03-07T21:33:25.215Z] 19427ca2f0e6: Preparing [2023-03-07T21:33:25.215Z] 3827f783bb45: Preparing [2023-03-07T21:33:25.215Z] 043bba120b47: Preparing [2023-03-07T21:33:25.215Z] 4e6476652798: Preparing [2023-03-07T21:33:25.215Z] 4e6476652798: Waiting [2023-03-07T21:33:25.215Z] 9f4590ad71db: Layer already exists [2023-03-07T21:33:25.215Z] 043bba120b47: Layer already exists [2023-03-07T21:33:25.215Z] 4c3bda73ae2c: Layer already exists [2023-03-07T21:33:25.215Z] 3827f783bb45: Layer already exists [2023-03-07T21:33:25.215Z] 19427ca2f0e6: Layer already exists [2023-03-07T21:33:25.215Z] 4e6476652798: Layer already exists [2023-03-07T21:33:25.215Z] 3.0.0-dev.79: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:25.519Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:25.820Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:25.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:33:25.820Z] 4c3bda73ae2c: Preparing [2023-03-07T21:33:25.820Z] 9f4590ad71db: Preparing [2023-03-07T21:33:25.820Z] 19427ca2f0e6: Preparing [2023-03-07T21:33:25.820Z] 3827f783bb45: Preparing [2023-03-07T21:33:25.820Z] 043bba120b47: Preparing [2023-03-07T21:33:25.820Z] 4e6476652798: Preparing [2023-03-07T21:33:25.820Z] 4e6476652798: Waiting [2023-03-07T21:33:25.820Z] 9f4590ad71db: Layer already exists [2023-03-07T21:33:25.820Z] 043bba120b47: Layer already exists [2023-03-07T21:33:25.820Z] 4c3bda73ae2c: Layer already exists [2023-03-07T21:33:25.820Z] 19427ca2f0e6: Layer already exists [2023-03-07T21:33:25.820Z] 3827f783bb45: Layer already exists [2023-03-07T21:33:25.820Z] 4e6476652798: Layer already exists [2023-03-07T21:33:25.820Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:26.131Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:26.429Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-07T21:33:26.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:33:26.430Z] 4c3bda73ae2c: Preparing [2023-03-07T21:33:26.430Z] 9f4590ad71db: Preparing [2023-03-07T21:33:26.430Z] 19427ca2f0e6: Preparing [2023-03-07T21:33:26.430Z] 3827f783bb45: Preparing [2023-03-07T21:33:26.430Z] 043bba120b47: Preparing [2023-03-07T21:33:26.430Z] 4e6476652798: Preparing [2023-03-07T21:33:26.430Z] 4e6476652798: Waiting [2023-03-07T21:33:26.430Z] 043bba120b47: Layer already exists [2023-03-07T21:33:26.430Z] 4c3bda73ae2c: Layer already exists [2023-03-07T21:33:26.430Z] 3827f783bb45: Layer already exists [2023-03-07T21:33:26.430Z] 9f4590ad71db: Layer already exists [2023-03-07T21:33:26.430Z] 19427ca2f0e6: Layer already exists [2023-03-07T21:33:26.430Z] 4e6476652798: Layer already exists [2023-03-07T21:33:26.430Z] main: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:33:26.478Z] ===================================================== [Pipeline] echo [2023-03-07T21:33:26.489Z] taggedImages: [2023-03-07T21:33:26.489Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:26.489Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-07T21:33:26.489Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 [2023-03-07T21:33:26.489Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:26.489Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-07T21:33:26.515Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-07T21:33:26.515Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:26.515Z] latest [2023-03-07T21:33:26.515Z] 3.0.0-dev.79 [2023-03-07T21:33:26.515Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:26.515Z] main [2023-03-07T21:33:26.515Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:26.840Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:27.145Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:27.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:33:27.146Z] 6d5467ecc566: Preparing [2023-03-07T21:33:27.146Z] 0b8d75e941a3: Preparing [2023-03-07T21:33:27.146Z] 56f4f6bd9743: Preparing [2023-03-07T21:33:27.146Z] 86481a252754: Preparing [2023-03-07T21:33:27.146Z] 57425a5033de: Preparing [2023-03-07T21:33:27.146Z] 4e6476652798: Preparing [2023-03-07T21:33:27.146Z] 4e6476652798: Waiting [2023-03-07T21:33:27.146Z] 57425a5033de: Layer already exists [2023-03-07T21:33:27.146Z] 4e6476652798: Layer already exists [2023-03-07T21:33:27.146Z] 6d5467ecc566: Pushed [2023-03-07T21:33:27.146Z] 56f4f6bd9743: Pushed [2023-03-07T21:33:27.146Z] 0b8d75e941a3: Pushed [2023-03-07T21:33:35.267Z] 86481a252754: Pushed [2023-03-07T21:33:35.267Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:35.600Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:35.975Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-07T21:33:35.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:33:35.975Z] 6d5467ecc566: Preparing [2023-03-07T21:33:35.975Z] 0b8d75e941a3: Preparing [2023-03-07T21:33:35.975Z] 56f4f6bd9743: Preparing [2023-03-07T21:33:35.975Z] 86481a252754: Preparing [2023-03-07T21:33:35.975Z] 57425a5033de: Preparing [2023-03-07T21:33:35.975Z] 4e6476652798: Preparing [2023-03-07T21:33:35.975Z] 4e6476652798: Waiting [2023-03-07T21:33:35.975Z] 6d5467ecc566: Layer already exists [2023-03-07T21:33:35.975Z] 0b8d75e941a3: Layer already exists [2023-03-07T21:33:35.975Z] 56f4f6bd9743: Layer already exists [2023-03-07T21:33:35.975Z] 86481a252754: Layer already exists [2023-03-07T21:33:35.975Z] 57425a5033de: Layer already exists [2023-03-07T21:33:35.975Z] 4e6476652798: Layer already exists [2023-03-07T21:33:35.975Z] latest: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:36.334Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:36.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 [2023-03-07T21:33:36.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:33:36.643Z] 6d5467ecc566: Preparing [2023-03-07T21:33:36.643Z] 0b8d75e941a3: Preparing [2023-03-07T21:33:36.643Z] 56f4f6bd9743: Preparing [2023-03-07T21:33:36.643Z] 86481a252754: Preparing [2023-03-07T21:33:36.643Z] 57425a5033de: Preparing [2023-03-07T21:33:36.643Z] 4e6476652798: Preparing [2023-03-07T21:33:36.643Z] 4e6476652798: Waiting [2023-03-07T21:33:36.643Z] 57425a5033de: Layer already exists [2023-03-07T21:33:36.643Z] 0b8d75e941a3: Layer already exists [2023-03-07T21:33:36.643Z] 56f4f6bd9743: Layer already exists [2023-03-07T21:33:36.643Z] 86481a252754: Layer already exists [2023-03-07T21:33:36.643Z] 6d5467ecc566: Layer already exists [2023-03-07T21:33:36.643Z] 4e6476652798: Layer already exists [2023-03-07T21:33:36.643Z] 3.0.0-dev.79: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:36.961Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:37.267Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:37.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:33:37.267Z] 6d5467ecc566: Preparing [2023-03-07T21:33:37.267Z] 0b8d75e941a3: Preparing [2023-03-07T21:33:37.267Z] 56f4f6bd9743: Preparing [2023-03-07T21:33:37.267Z] 86481a252754: Preparing [2023-03-07T21:33:37.267Z] 57425a5033de: Preparing [2023-03-07T21:33:37.267Z] 4e6476652798: Preparing [2023-03-07T21:33:37.267Z] 4e6476652798: Waiting [2023-03-07T21:33:37.267Z] 57425a5033de: Layer already exists [2023-03-07T21:33:37.267Z] 56f4f6bd9743: Layer already exists [2023-03-07T21:33:37.267Z] 6d5467ecc566: Layer already exists [2023-03-07T21:33:37.267Z] 0b8d75e941a3: Layer already exists [2023-03-07T21:33:37.267Z] 86481a252754: Layer already exists [2023-03-07T21:33:37.267Z] 4e6476652798: Layer already exists [2023-03-07T21:33:37.267Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:37.569Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:37.871Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-07T21:33:37.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:33:37.871Z] 6d5467ecc566: Preparing [2023-03-07T21:33:37.871Z] 0b8d75e941a3: Preparing [2023-03-07T21:33:37.871Z] 56f4f6bd9743: Preparing [2023-03-07T21:33:37.871Z] 86481a252754: Preparing [2023-03-07T21:33:37.871Z] 57425a5033de: Preparing [2023-03-07T21:33:37.871Z] 4e6476652798: Preparing [2023-03-07T21:33:37.871Z] 4e6476652798: Waiting [2023-03-07T21:33:37.871Z] 86481a252754: Layer already exists [2023-03-07T21:33:37.871Z] 57425a5033de: Layer already exists [2023-03-07T21:33:37.871Z] 0b8d75e941a3: Layer already exists [2023-03-07T21:33:37.871Z] 56f4f6bd9743: Layer already exists [2023-03-07T21:33:37.871Z] 6d5467ecc566: Layer already exists [2023-03-07T21:33:37.871Z] 4e6476652798: Layer already exists [2023-03-07T21:33:38.440Z] main: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:33:38.476Z] ===================================================== [Pipeline] echo [2023-03-07T21:33:38.481Z] taggedImages: [2023-03-07T21:33:38.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:38.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-07T21:33:38.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 [2023-03-07T21:33:38.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:38.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-07T21:33:38.496Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-07T21:33:38.496Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:38.496Z] latest [2023-03-07T21:33:38.496Z] 3.0.0-dev.79 [2023-03-07T21:33:38.496Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:38.496Z] main [2023-03-07T21:33:38.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:38.797Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:39.094Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:39.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:33:39.094Z] d60ecd598efe: Preparing [2023-03-07T21:33:39.094Z] a6f8b3941364: Preparing [2023-03-07T21:33:39.094Z] 2ba683950ec1: Preparing [2023-03-07T21:33:39.094Z] 9472a1f45463: Preparing [2023-03-07T21:33:39.094Z] aa5968d388b8: Preparing [2023-03-07T21:33:39.094Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:39.095Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:39.095Z] d60ecd598efe: Pushed [2023-03-07T21:33:39.095Z] 9472a1f45463: Pushed [2023-03-07T21:33:41.623Z] a6f8b3941364: Pushed [2023-03-07T21:33:41.882Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:42.187Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:42.488Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-07T21:33:42.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:33:42.488Z] d60ecd598efe: Preparing [2023-03-07T21:33:42.488Z] a6f8b3941364: Preparing [2023-03-07T21:33:42.488Z] 2ba683950ec1: Preparing [2023-03-07T21:33:42.488Z] 9472a1f45463: Preparing [2023-03-07T21:33:42.488Z] aa5968d388b8: Preparing [2023-03-07T21:33:42.489Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:42.489Z] 9472a1f45463: Layer already exists [2023-03-07T21:33:42.489Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:42.489Z] a6f8b3941364: Layer already exists [2023-03-07T21:33:42.489Z] d60ecd598efe: Layer already exists [2023-03-07T21:33:42.489Z] latest: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:42.796Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:43.098Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 [2023-03-07T21:33:43.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:33:43.098Z] d60ecd598efe: Preparing [2023-03-07T21:33:43.098Z] a6f8b3941364: Preparing [2023-03-07T21:33:43.098Z] 2ba683950ec1: Preparing [2023-03-07T21:33:43.098Z] 9472a1f45463: Preparing [2023-03-07T21:33:43.098Z] aa5968d388b8: Preparing [2023-03-07T21:33:43.098Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:43.098Z] d60ecd598efe: Layer already exists [2023-03-07T21:33:43.098Z] 9472a1f45463: Layer already exists [2023-03-07T21:33:43.098Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:43.098Z] a6f8b3941364: Layer already exists [2023-03-07T21:33:43.098Z] 3.0.0-dev.79: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:43.399Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:43.705Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:43.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:33:43.705Z] d60ecd598efe: Preparing [2023-03-07T21:33:43.705Z] a6f8b3941364: Preparing [2023-03-07T21:33:43.705Z] 2ba683950ec1: Preparing [2023-03-07T21:33:43.705Z] 9472a1f45463: Preparing [2023-03-07T21:33:43.705Z] aa5968d388b8: Preparing [2023-03-07T21:33:43.705Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:43.705Z] 9472a1f45463: Layer already exists [2023-03-07T21:33:43.705Z] a6f8b3941364: Layer already exists [2023-03-07T21:33:43.705Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:43.705Z] d60ecd598efe: Layer already exists [2023-03-07T21:33:43.705Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:44.010Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:44.313Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-07T21:33:44.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:33:44.313Z] d60ecd598efe: Preparing [2023-03-07T21:33:44.313Z] a6f8b3941364: Preparing [2023-03-07T21:33:44.313Z] 2ba683950ec1: Preparing [2023-03-07T21:33:44.313Z] 9472a1f45463: Preparing [2023-03-07T21:33:44.313Z] aa5968d388b8: Preparing [2023-03-07T21:33:44.313Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:44.313Z] d60ecd598efe: Layer already exists [2023-03-07T21:33:44.313Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:44.313Z] a6f8b3941364: Layer already exists [2023-03-07T21:33:44.313Z] 9472a1f45463: Layer already exists [2023-03-07T21:33:44.313Z] main: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:33:44.350Z] ===================================================== [Pipeline] echo [2023-03-07T21:33:44.367Z] taggedImages: [2023-03-07T21:33:44.367Z] - nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:44.367Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-07T21:33:44.367Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 [2023-03-07T21:33:44.367Z] - nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:44.367Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-07T21:33:44.392Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-07T21:33:44.392Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:44.392Z] latest [2023-03-07T21:33:44.392Z] 3.0.0-dev.79 [2023-03-07T21:33:44.392Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:44.392Z] main [2023-03-07T21:33:44.392Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:44.698Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:44.990Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:44.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:33:44.990Z] ef4fe4d58d3b: Preparing [2023-03-07T21:33:44.990Z] a947c891c2cb: Preparing [2023-03-07T21:33:44.990Z] 2ba683950ec1: Preparing [2023-03-07T21:33:44.990Z] 6c64f643dc35: Preparing [2023-03-07T21:33:44.990Z] aa5968d388b8: Preparing [2023-03-07T21:33:44.990Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:44.990Z] 6c64f643dc35: Layer already exists [2023-03-07T21:33:44.990Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:44.990Z] ef4fe4d58d3b: Pushed [2023-03-07T21:33:48.273Z] a947c891c2cb: Pushed [2023-03-07T21:33:48.273Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:48.581Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:48.883Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-07T21:33:48.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:33:48.883Z] ef4fe4d58d3b: Preparing [2023-03-07T21:33:48.883Z] a947c891c2cb: Preparing [2023-03-07T21:33:48.883Z] 2ba683950ec1: Preparing [2023-03-07T21:33:48.883Z] 6c64f643dc35: Preparing [2023-03-07T21:33:48.883Z] aa5968d388b8: Preparing [2023-03-07T21:33:48.883Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:48.883Z] ef4fe4d58d3b: Layer already exists [2023-03-07T21:33:48.883Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:48.883Z] a947c891c2cb: Layer already exists [2023-03-07T21:33:48.883Z] 6c64f643dc35: Layer already exists [2023-03-07T21:33:48.883Z] latest: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:49.195Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:49.492Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 [2023-03-07T21:33:49.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:33:49.493Z] ef4fe4d58d3b: Preparing [2023-03-07T21:33:49.493Z] a947c891c2cb: Preparing [2023-03-07T21:33:49.493Z] 2ba683950ec1: Preparing [2023-03-07T21:33:49.493Z] 6c64f643dc35: Preparing [2023-03-07T21:33:49.493Z] aa5968d388b8: Preparing [2023-03-07T21:33:49.493Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:49.493Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:49.493Z] ef4fe4d58d3b: Layer already exists [2023-03-07T21:33:49.493Z] 6c64f643dc35: Layer already exists [2023-03-07T21:33:49.493Z] a947c891c2cb: Layer already exists [2023-03-07T21:33:49.493Z] 3.0.0-dev.79: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:49.804Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:50.114Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:50.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:33:50.114Z] ef4fe4d58d3b: Preparing [2023-03-07T21:33:50.114Z] a947c891c2cb: Preparing [2023-03-07T21:33:50.114Z] 2ba683950ec1: Preparing [2023-03-07T21:33:50.114Z] 6c64f643dc35: Preparing [2023-03-07T21:33:50.114Z] aa5968d388b8: Preparing [2023-03-07T21:33:50.114Z] ef4fe4d58d3b: Layer already exists [2023-03-07T21:33:50.114Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:50.114Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:50.114Z] 6c64f643dc35: Layer already exists [2023-03-07T21:33:50.114Z] a947c891c2cb: Layer already exists [2023-03-07T21:33:50.114Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:50.426Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:33:50.735Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-07T21:33:50.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:33:50.735Z] ef4fe4d58d3b: Preparing [2023-03-07T21:33:50.735Z] a947c891c2cb: Preparing [2023-03-07T21:33:50.735Z] 2ba683950ec1: Preparing [2023-03-07T21:33:50.735Z] 6c64f643dc35: Preparing [2023-03-07T21:33:50.735Z] aa5968d388b8: Preparing [2023-03-07T21:33:50.735Z] 6c64f643dc35: Layer already exists [2023-03-07T21:33:50.735Z] 2ba683950ec1: Layer already exists [2023-03-07T21:33:50.735Z] aa5968d388b8: Layer already exists [2023-03-07T21:33:50.735Z] ef4fe4d58d3b: Layer already exists [2023-03-07T21:33:50.735Z] a947c891c2cb: Layer already exists [2023-03-07T21:33:50.735Z] main: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:33:50.781Z] ===================================================== [Pipeline] echo [2023-03-07T21:33:50.791Z] taggedImages: [2023-03-07T21:33:50.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:33:50.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-07T21:33:50.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 [2023-03-07T21:33:50.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:33:50.791Z] - 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-03-07T21:36:52.558Z] Removing intermediate container f6bb80254772 [2023-03-07T21:36:52.558Z] ---> 26feb9c57104 [2023-03-07T21:36:52.558Z] [2023-03-07T21:36:52.558Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:36:52.558Z] 3.16: Pulling from library/alpine [2023-03-07T21:36:52.558Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-07T21:36:52.558Z] Status: Downloaded newer image for alpine:3.16 [2023-03-07T21:36:52.558Z] ---> 4c81e5bf8899 [2023-03-07T21:36:52.558Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-07T21:36:52.558Z] ---> Running in b5e167e93051 [2023-03-07T21:36:52.558Z] Removing intermediate container b5e167e93051 [2023-03-07T21:36:52.558Z] ---> dd5b3cdc8791 [2023-03-07T21:36:52.558Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:36:52.558Z] ---> Running in 5d851a226c46 [2023-03-07T21:36:52.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:36:52.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:36:52.558Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:36:52.558Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:36:52.558Z] OK: 5 MiB in 15 packages [2023-03-07T21:36:53.143Z] Removing intermediate container 5d851a226c46 [2023-03-07T21:36:53.143Z] ---> 89f807890818 [2023-03-07T21:36:53.143Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:36:54.102Z] ---> e2f7af0fae49 [2023-03-07T21:36:54.102Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-07T21:36:56.055Z] ---> e4353cffd9cd [2023-03-07T21:36:56.055Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-07T21:36:56.639Z] ---> 74ea5658d07e [2023-03-07T21:36:56.639Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-07T21:36:57.631Z] ---> e6938fc44f0a [2023-03-07T21:36:57.631Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:36:57.899Z] ---> Running in e453fcc72cf6 [2023-03-07T21:37:01.251Z] Removing intermediate container e453fcc72cf6 [2023-03-07T21:37:01.251Z] ---> 19baac40cc76 [2023-03-07T21:37:01.251Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:37:01.251Z] ---> Running in 235ceb82c1b7 [2023-03-07T21:37:01.251Z] Removing intermediate container 235ceb82c1b7 [2023-03-07T21:37:01.251Z] ---> 9104286f0980 [2023-03-07T21:37:01.251Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-07T21:37:01.251Z] ---> Running in 5f5d597ff3f5 [2023-03-07T21:37:03.836Z] Removing intermediate container 5f5d597ff3f5 [2023-03-07T21:37:03.836Z] ---> 99640b135887 [2023-03-07T21:37:03.836Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:37:03.836Z] ---> Running in 5bef3629e7d9 [2023-03-07T21:37:04.428Z] Removing intermediate container 5bef3629e7d9 [2023-03-07T21:37:04.428Z] ---> 41c539cf9370 [2023-03-07T21:37:04.428Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:37:04.697Z] ---> Running in 085ab7102ea0 [2023-03-07T21:37:05.282Z] Removing intermediate container 085ab7102ea0 [2023-03-07T21:37:05.282Z] ---> 1de7b75b2c51 [2023-03-07T21:37:05.282Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:37:05.282Z] ---> Running in 68c966f103f5 [2023-03-07T21:37:06.257Z] Removing intermediate container 68c966f103f5 [2023-03-07T21:37:06.257Z] ---> 16c7d5233a97 [2023-03-07T21:37:06.257Z] [2023-03-07T21:37:06.257Z] Successfully built 16c7d5233a97 [2023-03-07T21:37:06.526Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-07T21:37:06.527Z] Building security-bootstrapper [2023-03-07T21:37:11.874Z]  Building core-common-config-bootstrapper ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:37:11.874Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:37:11.874Z] ---> d37bf8fb6205 [2023-03-07T21:37:11.874Z] Step 3/32 : WORKDIR /edgex-go [2023-03-07T21:37:11.874Z] ---> Using cache [2023-03-07T21:37:11.874Z] ---> bb2f705d5f32 [2023-03-07T21:37:11.874Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-07T21:37:11.874Z] ---> Running in 88f5d1771124 [2023-03-07T21:37:13.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:37:14.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:37:15.504Z] OK: 221 MiB in 51 packages [2023-03-07T21:37:18.855Z] Removing intermediate container 88f5d1771124 [2023-03-07T21:37:18.855Z] ---> 9078cd2c15d3 [2023-03-07T21:37:18.855Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-07T21:37:19.435Z] ---> 5318076f6209 [2023-03-07T21:37:19.435Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:37:19.720Z] ---> Running in 082dc6b0e5b8 [2023-03-07T21:37:19.720Z] Removing intermediate container 92fa84d92184 [2023-03-07T21:37:19.720Z] ---> 260239aec514 [2023-03-07T21:37:19.720Z] [2023-03-07T21:37:19.720Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:37:19.988Z] ---> 4c81e5bf8899 [2023-03-07T21:37:19.988Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-07T21:37:20.255Z] ---> Running in 0d80e248532f [2023-03-07T21:37:21.218Z] Removing intermediate container 0d80e248532f [2023-03-07T21:37:21.218Z] ---> ac2d754cf78a [2023-03-07T21:37:21.218Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-07T21:37:21.485Z] ---> Running in 3e0a49a3269f [2023-03-07T21:37:22.451Z] Removing intermediate container 3e0a49a3269f [2023-03-07T21:37:22.451Z] ---> 19e6ec44307d [2023-03-07T21:37:22.451Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-07T21:37:22.451Z] ---> Running in 76857ac51037 [2023-03-07T21:37:23.429Z] Removing intermediate container 76857ac51037 [2023-03-07T21:37:23.429Z] ---> 70053cfbc3bc [2023-03-07T21:37:23.429Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:37:23.429Z] ---> Running in 048b56cd3804 [2023-03-07T21:37:24.041Z] Removing intermediate container b593e5519046 [2023-03-07T21:37:24.041Z] ---> b4d7b2e1a5bf [2023-03-07T21:37:24.041Z] [2023-03-07T21:37:24.041Z] Step 10/24 : FROM alpine:3.16 [2023-03-07T21:37:24.041Z] ---> 4c81e5bf8899 [2023-03-07T21:37:24.041Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:37:24.335Z] ---> Running in 4bfec32adbb5 [2023-03-07T21:37:25.754Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:37:26.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:37:26.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:37:26.615Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:37:28.040Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:37:28.040Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:37:28.040Z] OK: 5 MiB in 15 packages [2023-03-07T21:37:28.040Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:37:28.040Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:37:28.310Z] OK: 5 MiB in 15 packages [2023-03-07T21:37:29.754Z] Removing intermediate container 4bfec32adbb5 [2023-03-07T21:37:29.754Z] ---> f1333517b2dc [2023-03-07T21:37:29.754Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:37:30.050Z] ---> Running in db5c7389d465 [2023-03-07T21:37:30.317Z] Removing intermediate container 048b56cd3804 [2023-03-07T21:37:30.317Z] ---> 5ec5f6181f6a [2023-03-07T21:37:30.317Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:37:30.899Z] Removing intermediate container db5c7389d465 [2023-03-07T21:37:30.899Z] ---> 8d210da20b69 [2023-03-07T21:37:30.899Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-07T21:37:30.899Z] ---> Running in dcafbad1f70c [2023-03-07T21:37:31.859Z] ---> a2ebb0fd915a [2023-03-07T21:37:31.859Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-07T21:37:31.859Z] Removing intermediate container dcafbad1f70c [2023-03-07T21:37:31.860Z] ---> d121bf754a56 [2023-03-07T21:37:31.860Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-07T21:37:31.860Z] ---> Running in 6b4f66c55777 [2023-03-07T21:37:32.822Z] Removing intermediate container 6b4f66c55777 [2023-03-07T21:37:32.822Z] ---> 6413db629289 [2023-03-07T21:37:32.822Z] Step 15/24 : WORKDIR / [2023-03-07T21:37:33.087Z] ---> Running in 630d94c13293 [2023-03-07T21:37:34.057Z] ---> 8a4d79b25c98 [2023-03-07T21:37:34.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-07T21:37:34.057Z] Removing intermediate container 630d94c13293 [2023-03-07T21:37:34.057Z] ---> 52af96861fe0 [2023-03-07T21:37:34.057Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:37:35.023Z] ---> 438277044402 [2023-03-07T21:37:35.023Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-07T21:37:35.307Z] ---> Running in e64af2c4b9e9 [2023-03-07T21:37:35.580Z] ---> 1aeb86982686 [2023-03-07T21:37:35.580Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-07T21:37:35.847Z] Removing intermediate container e64af2c4b9e9 [2023-03-07T21:37:35.847Z] ---> f2dc7f7c0cbf [2023-03-07T21:37:35.847Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:37:36.115Z] ---> Running in e184c484b1d0 [2023-03-07T21:37:37.081Z] Removing intermediate container e184c484b1d0 [2023-03-07T21:37:37.081Z] ---> 998a7b77ff13 [2023-03-07T21:37:37.081Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:37:37.081Z] ---> Running in 46fd8481dd76 [2023-03-07T21:37:38.039Z] Removing intermediate container 46fd8481dd76 [2023-03-07T21:37:38.039Z] ---> 117cd6949968 [2023-03-07T21:37:38.039Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:37:38.039Z] ---> 3e842081fdd7 [2023-03-07T21:37:38.039Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-07T21:37:38.039Z] ---> Running in 24a8640aaa39 [2023-03-07T21:37:38.623Z] Removing intermediate container 24a8640aaa39 [2023-03-07T21:37:38.623Z] ---> 83ee3de986bf [2023-03-07T21:37:38.623Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:37:38.889Z] ---> Running in 4f88dc016a6d [2023-03-07T21:37:39.157Z] ---> c0ae8f6d53fc [2023-03-07T21:37:39.157Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-07T21:37:39.424Z] Removing intermediate container 4f88dc016a6d [2023-03-07T21:37:39.424Z] ---> 70b23474569f [2023-03-07T21:37:39.424Z] [2023-03-07T21:37:39.691Z] Successfully built 70b23474569f [2023-03-07T21:37:39.691Z] Successfully tagged core-data-arm64:latest [2023-03-07T21:37:39.691Z]  Building core-data ... done Building security-secretstore-setup [2023-03-07T21:37:39.959Z] ---> 360c7072bcab [2023-03-07T21:37:39.959Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-07T21:37:40.227Z] ---> Running in 4ffa07e849d2 [2023-03-07T21:37:40.827Z] Removing intermediate container 4ffa07e849d2 [2023-03-07T21:37:40.827Z] ---> 8dfad9bb5a9f [2023-03-07T21:37:40.827Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:37:41.096Z] ---> Running in 82686291f5e6 [2023-03-07T21:37:41.363Z] Removing intermediate container 82686291f5e6 [2023-03-07T21:37:41.363Z] ---> e3632e8ddcac [2023-03-07T21:37:41.363Z] Step 22/24 : LABEL arch=arm64 [2023-03-07T21:37:41.629Z] ---> Running in 867d55513d0d [2023-03-07T21:37:42.214Z] Removing intermediate container 867d55513d0d [2023-03-07T21:37:42.214Z] ---> b79fae99cb2b [2023-03-07T21:37:42.214Z] Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:37:42.214Z] ---> Running in e1226072e06c [2023-03-07T21:37:42.806Z] Removing intermediate container e1226072e06c [2023-03-07T21:37:42.806Z] ---> 822d701cc08b [2023-03-07T21:37:42.806Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:37:43.073Z] ---> Running in d1abc7d73d10 [2023-03-07T21:37:43.660Z] Removing intermediate container d1abc7d73d10 [2023-03-07T21:37:43.660Z] ---> 16da3422af4d [2023-03-07T21:37:43.660Z] [2023-03-07T21:37:44.085Z] Successfully built 16da3422af4d [2023-03-07T21:37:44.085Z] Successfully tagged core-metadata-arm64:latest [2023-03-07T21:37:44.085Z] Building security-spire-server [2023-03-07T21:37:44.405Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:37:44.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:37:44.405Z] ---> d37bf8fb6205 [2023-03-07T21:37:44.405Z] Step 3/23 : WORKDIR /edgex-go [2023-03-07T21:37:44.405Z] ---> Using cache [2023-03-07T21:37:44.405Z] ---> bb2f705d5f32 [2023-03-07T21:37:44.405Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-07T21:37:44.405Z] ---> Using cache [2023-03-07T21:37:44.405Z] ---> 9078cd2c15d3 [2023-03-07T21:37:44.405Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-07T21:37:44.405Z] ---> Using cache [2023-03-07T21:37:44.405Z] ---> 5318076f6209 [2023-03-07T21:37:44.405Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:37:44.681Z] ---> Running in 4e73f2e9b4bd [2023-03-07T21:37:48.953Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:37:48.953Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:37:48.953Z] ---> d37bf8fb6205 [2023-03-07T21:37:48.953Z] Step 3/23 : WORKDIR /edgex-go [2023-03-07T21:37:48.953Z] ---> Using cache [2023-03-07T21:37:48.953Z] ---> bb2f705d5f32 [2023-03-07T21:37:48.953Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T21:37:48.953Z] ---> Running in 99815bbbfdc0 [2023-03-07T21:37:50.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:37:50.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:37:52.303Z] OK: 221 MiB in 51 packages [2023-03-07T21:37:54.258Z] Removing intermediate container 99815bbbfdc0 [2023-03-07T21:37:54.258Z] ---> abb79a4a6bbe [2023-03-07T21:37:54.258Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-07T21:37:54.841Z] ---> 2c038d0ad9a9 [2023-03-07T21:37:54.841Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:37:55.113Z] ---> Running in 8849af081efe [2023-03-07T21:38:41.953Z] Removing intermediate container 17ecde774bfe [2023-03-07T21:38:41.953Z] ---> f70f0b692dd4 [2023-03-07T21:38:41.953Z] [2023-03-07T21:38:41.953Z] Step 9/19 : FROM alpine:3.15 [2023-03-07T21:38:41.953Z] 3.15: Pulling from library/alpine [2023-03-07T21:38:43.901Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-07T21:38:43.901Z] Status: Downloaded newer image for alpine:3.15 [2023-03-07T21:38:43.901Z] ---> 354640af7b1b [2023-03-07T21:38:43.901Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:38:44.493Z] ---> Running in 71548a5c8b3c [2023-03-07T21:38:45.457Z] Removing intermediate container 71548a5c8b3c [2023-03-07T21:38:45.457Z] ---> 039b288c5c2b [2023-03-07T21:38:45.457Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-07T21:38:45.726Z] ---> Running in bd60296d0aac [2023-03-07T21:38:47.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:38:47.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:38:48.901Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:38:48.901Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:38:48.901Z] OK: 15736 distinct packages available [2023-03-07T21:38:49.168Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:38:49.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:38:50.420Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-07T21:38:50.420Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-07T21:38:50.420Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-07T21:38:50.420Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-07T21:38:50.420Z] (5/9) Installing curl (7.80.0-r6) [2023-03-07T21:38:50.420Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-07T21:38:50.691Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:38:50.691Z] (8/9) Installing libucontext (1.1-r0) [2023-03-07T21:38:50.691Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-07T21:38:50.691Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:38:50.691Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:38:50.957Z] OK: 8 MiB in 23 packages [2023-03-07T21:38:54.297Z] Removing intermediate container bd60296d0aac [2023-03-07T21:38:54.297Z] ---> 98ee4b31e97d [2023-03-07T21:38:54.297Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:38:56.238Z] ---> a52875513b1f [2023-03-07T21:38:56.238Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-07T21:39:01.581Z] ---> d6435902565e [2023-03-07T21:39:01.581Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-07T21:39:02.542Z] ---> 6f9b00248bc2 [2023-03-07T21:39:02.542Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-07T21:39:02.809Z] ---> Running in 43a9f4c9b0fb [2023-03-07T21:39:03.393Z] Removing intermediate container 43a9f4c9b0fb [2023-03-07T21:39:03.393Z] ---> 4c51165f0847 [2023-03-07T21:39:03.393Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:39:03.660Z] ---> Running in b440505389cf [2023-03-07T21:39:04.617Z] Removing intermediate container b440505389cf [2023-03-07T21:39:04.617Z] ---> ca4b6e1ca371 [2023-03-07T21:39:04.617Z] Step 17/19 : LABEL arch=arm64 [2023-03-07T21:39:04.617Z] ---> Running in 12b093b9a521 [2023-03-07T21:39:05.575Z] Removing intermediate container 12b093b9a521 [2023-03-07T21:39:05.575Z] ---> b42f2f0a19c6 [2023-03-07T21:39:05.575Z] Step 18/19 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:39:05.576Z] ---> Running in e2545e67914d [2023-03-07T21:39:06.982Z] Removing intermediate container e2545e67914d [2023-03-07T21:39:06.982Z] ---> fc9b480cf55d [2023-03-07T21:39:06.982Z] Step 19/19 : LABEL version=3.0.0-dev.79 [2023-03-07T21:39:06.982Z] ---> Running in 4911c9f33d08 [2023-03-07T21:39:07.940Z] Removing intermediate container 4911c9f33d08 [2023-03-07T21:39:07.940Z] ---> fb12bee8864c [2023-03-07T21:39:07.940Z] [2023-03-07T21:39:08.215Z] Successfully built fb12bee8864c [2023-03-07T21:39:08.215Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-07T21:39:08.215Z]  Building security-spiffe-token-provider ... done Building security-proxy-setup [2023-03-07T21:39:08.798Z] Removing intermediate container 082dc6b0e5b8 [2023-03-07T21:39:08.798Z] ---> b4ceae215870 [2023-03-07T21:39:08.798Z] Step 7/32 : COPY . . [2023-03-07T21:39:12.132Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:39:12.132Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:39:12.132Z] ---> d37bf8fb6205 [2023-03-07T21:39:12.132Z] Step 3/20 : WORKDIR /edgex-go [2023-03-07T21:39:12.132Z] ---> Using cache [2023-03-07T21:39:12.132Z] ---> bb2f705d5f32 [2023-03-07T21:39:12.132Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-07T21:39:12.132Z] ---> Using cache [2023-03-07T21:39:12.132Z] ---> 9078cd2c15d3 [2023-03-07T21:39:12.132Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-07T21:39:12.132Z] ---> Using cache [2023-03-07T21:39:12.132Z] ---> 5318076f6209 [2023-03-07T21:39:12.132Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:39:12.132Z] ---> Using cache [2023-03-07T21:39:12.132Z] ---> b4ceae215870 [2023-03-07T21:39:12.132Z] Step 7/20 : COPY . . [2023-03-07T21:39:14.728Z] ---> c9ce0b66978f [2023-03-07T21:39:14.728Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-07T21:39:15.328Z] ---> Running in a2e58daed4d5 [2023-03-07T21:39:16.739Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-07T21:39:16.739Z] ---> 5f1ee1008bb4 [2023-03-07T21:39:16.739Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-07T21:39:17.342Z] ---> Running in 01dbcae99c66 [2023-03-07T21:39:19.961Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-07T21:39:30.064Z] Removing intermediate container f52affa94395 [2023-03-07T21:39:30.064Z] ---> 10fa7479b4c1 [2023-03-07T21:39:30.064Z] [2023-03-07T21:39:30.064Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:39:30.064Z] ---> 4c81e5bf8899 [2023-03-07T21:39:30.064Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-07T21:39:30.064Z] ---> Running in ab3833c7d73b [2023-03-07T21:39:32.661Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:39:32.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:39:34.078Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-07T21:39:34.347Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:39:34.347Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:39:34.347Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:39:34.934Z] OK: 6 MiB in 16 packages [2023-03-07T21:39:40.349Z] Removing intermediate container ab3833c7d73b [2023-03-07T21:39:40.349Z] ---> d1573fc547d7 [2023-03-07T21:39:40.349Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:39:40.349Z] ---> Running in 6697da083828 [2023-03-07T21:39:40.619Z] Removing intermediate container 4e73f2e9b4bd [2023-03-07T21:39:40.620Z] ---> 701f18472397 [2023-03-07T21:39:40.620Z] Step 7/23 : COPY . . [2023-03-07T21:39:41.214Z] Removing intermediate container 6697da083828 [2023-03-07T21:39:41.214Z] ---> f2a224b2f8ea [2023-03-07T21:39:41.214Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-07T21:39:41.214Z] ---> Running in 77e7e3adbb9c [2023-03-07T21:39:42.183Z] Removing intermediate container 77e7e3adbb9c [2023-03-07T21:39:42.183Z] ---> 51943fd45eff [2023-03-07T21:39:42.183Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-07T21:39:42.456Z] ---> Running in 6b144b48dc2e [2023-03-07T21:39:43.047Z] Removing intermediate container 6b144b48dc2e [2023-03-07T21:39:43.047Z] ---> 78002044aae5 [2023-03-07T21:39:43.047Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:39:44.465Z] ---> 8445b89d84da [2023-03-07T21:39:44.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-07T21:39:46.418Z] ---> 03e2690dc5dd [2023-03-07T21:39:46.418Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-07T21:39:46.418Z] ---> Running in 32785163938f [2023-03-07T21:39:49.027Z] ---> 43e5436e728c [2023-03-07T21:39:49.027Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-07T21:39:49.027Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-07T21:39:49.027Z] Removing intermediate container 8849af081efe [2023-03-07T21:39:49.027Z] ---> d11247b79c07 [2023-03-07T21:39:49.027Z] Step 7/23 : COPY . . [2023-03-07T21:39:50.006Z] ---> 4292724b40ae [2023-03-07T21:39:50.006Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-07T21:39:50.006Z] ---> Running in 72ba7ffb1fff [2023-03-07T21:39:52.605Z] Removing intermediate container 72ba7ffb1fff [2023-03-07T21:39:52.605Z] ---> 6d22ffbedc54 [2023-03-07T21:39:52.605Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:39:52.605Z] ---> Running in c0577b777345 [2023-03-07T21:39:52.605Z] ---> 0c4aadcd9459 [2023-03-07T21:39:52.605Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T21:39:52.875Z] ---> Running in 059c29a35c66 [2023-03-07T21:39:53.144Z] Removing intermediate container c0577b777345 [2023-03-07T21:39:53.144Z] ---> 9ed9366d0153 [2023-03-07T21:39:53.144Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:39:53.413Z] ---> Running in 51b7a66e1485 [2023-03-07T21:39:54.001Z] Removing intermediate container 059c29a35c66 [2023-03-07T21:39:54.001Z] ---> 8d956dc46eed [2023-03-07T21:39:54.001Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-07T21:39:54.001Z] Removing intermediate container 51b7a66e1485 [2023-03-07T21:39:54.001Z] ---> 3491bb569596 [2023-03-07T21:39:54.001Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:39:54.001Z] ---> Running in c7f30c0e8b4f [2023-03-07T21:39:54.272Z] ---> Running in e9d803fba375 [2023-03-07T21:39:54.863Z] Removing intermediate container c7f30c0e8b4f [2023-03-07T21:39:54.863Z] ---> f57886c02800 [2023-03-07T21:39:54.863Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-07T21:39:54.863Z] Removing intermediate container e9d803fba375 [2023-03-07T21:39:54.863Z] ---> 7ef3002685bc [2023-03-07T21:39:54.863Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:39:54.863Z] ---> Running in 2d1742773a9d [2023-03-07T21:39:55.134Z] ---> Running in 988ec5c8a1f5 [2023-03-07T21:39:55.723Z] Removing intermediate container 988ec5c8a1f5 [2023-03-07T21:39:55.723Z] ---> 6857051f7af7 [2023-03-07T21:39:55.723Z] [2023-03-07T21:39:55.993Z] Successfully built 6857051f7af7 [2023-03-07T21:39:55.993Z] Successfully tagged support-notifications-arm64:latest [2023-03-07T21:39:55.993Z]  Building support-notifications ... done Building support-scheduler [2023-03-07T21:39:58.598Z] Removing intermediate container 2d1742773a9d [2023-03-07T21:39:58.598Z] ---> fa0a45068ed2 [2023-03-07T21:39:58.598Z] Step 11/23 : WORKDIR /edgex-go [2023-03-07T21:39:58.598Z] ---> Running in 6024778d6cf6 [2023-03-07T21:39:58.868Z] Removing intermediate container 6024778d6cf6 [2023-03-07T21:39:58.868Z] ---> afcc95c1ce8f [2023-03-07T21:39:58.868Z] [2023-03-07T21:39:58.868Z] Step 12/23 : FROM alpine:3.15 [2023-03-07T21:39:58.868Z] ---> 354640af7b1b [2023-03-07T21:39:58.868Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:39:58.868Z] ---> Using cache [2023-03-07T21:39:58.868Z] ---> 039b288c5c2b [2023-03-07T21:39:58.868Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-07T21:39:59.139Z] ---> Running in 537c4f9ef39d [2023-03-07T21:40:01.096Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:40:01.096Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:40:01.096Z] ---> d37bf8fb6205 [2023-03-07T21:40:01.096Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:40:01.096Z] ---> Using cache [2023-03-07T21:40:01.096Z] ---> de5e7291e908 [2023-03-07T21:40:01.096Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:40:01.096Z] ---> Using cache [2023-03-07T21:40:01.096Z] ---> 8ea93fb67875 [2023-03-07T21:40:01.096Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:40:01.096Z] ---> Using cache [2023-03-07T21:40:01.096Z] ---> 39016852490e [2023-03-07T21:40:01.096Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:40:01.096Z] ---> Using cache [2023-03-07T21:40:01.096Z] ---> 2841a304bef4 [2023-03-07T21:40:01.096Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:40:01.096Z] ---> Using cache [2023-03-07T21:40:01.096Z] ---> 64feb3941be1 [2023-03-07T21:40:01.096Z] Step 8/22 : COPY . . [2023-03-07T21:40:01.096Z] ---> Using cache [2023-03-07T21:40:01.096Z] ---> 7a024d944800 [2023-03-07T21:40:01.096Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-07T21:40:01.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:40:01.390Z] ---> Running in f261f429171c [2023-03-07T21:40:02.364Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:40:03.335Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-07T21:40:03.603Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:40:03.603Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:40:03.603Z] OK: 15736 distinct packages available [2023-03-07T21:40:03.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:40:04.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:40:06.209Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-07T21:40:06.209Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:40:06.209Z] (3/5) Installing libucontext (1.1-r0) [2023-03-07T21:40:06.209Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-07T21:40:06.209Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-07T21:40:06.209Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:40:06.209Z] OK: 6 MiB in 19 packages [2023-03-07T21:40:07.627Z] Removing intermediate container 537c4f9ef39d [2023-03-07T21:40:07.627Z] ---> c55b9b601b22 [2023-03-07T21:40:07.627Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T21:40:14.499Z] ---> 416e3df6220d [2023-03-07T21:40:14.499Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T21:40:14.499Z] ---> fe38f0d916f4 [2023-03-07T21:40:14.499Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-07T21:40:15.464Z] ---> ebedf261bc04 [2023-03-07T21:40:15.464Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-07T21:40:16.452Z] ---> 680050b18aa6 [2023-03-07T21:40:16.452Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T21:40:16.721Z] ---> Running in 019b7b99a9d6 [2023-03-07T21:40:17.315Z] Removing intermediate container 019b7b99a9d6 [2023-03-07T21:40:17.315Z] ---> 194b1bc05dc6 [2023-03-07T21:40:17.315Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T21:40:17.315Z] ---> Running in a20e9b8cc2d9 [2023-03-07T21:40:17.904Z] Removing intermediate container a20e9b8cc2d9 [2023-03-07T21:40:17.904Z] ---> 7c4d891af13c [2023-03-07T21:40:17.904Z] Step 21/23 : LABEL arch=arm64 [2023-03-07T21:40:17.904Z] ---> Running in 266ed69149fb [2023-03-07T21:40:18.497Z] Removing intermediate container 266ed69149fb [2023-03-07T21:40:18.497Z] ---> 29552094b307 [2023-03-07T21:40:18.497Z] Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:40:18.497Z] ---> Running in e4a13065e9af [2023-03-07T21:40:19.089Z] Removing intermediate container e4a13065e9af [2023-03-07T21:40:19.089Z] ---> a47a72c5a0cc [2023-03-07T21:40:19.089Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T21:40:19.360Z] ---> Running in feb34d1430b8 [2023-03-07T21:40:19.837Z] Removing intermediate container feb34d1430b8 [2023-03-07T21:40:19.838Z] ---> e487c87efacb [2023-03-07T21:40:19.838Z] [2023-03-07T21:40:19.838Z] Successfully built e487c87efacb [2023-03-07T21:40:19.838Z] Successfully tagged security-spire-server-arm64:latest [2023-03-07T21:40:19.838Z] Building security-spire-agent [2023-03-07T21:40:23.195Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:40:23.195Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:40:23.195Z] ---> d37bf8fb6205 [2023-03-07T21:40:23.195Z] Step 3/24 : WORKDIR /edgex-go [2023-03-07T21:40:23.195Z] ---> Using cache [2023-03-07T21:40:23.195Z] ---> bb2f705d5f32 [2023-03-07T21:40:23.466Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T21:40:23.466Z] ---> Using cache [2023-03-07T21:40:23.466Z] ---> abb79a4a6bbe [2023-03-07T21:40:23.466Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-07T21:40:23.466Z] ---> Using cache [2023-03-07T21:40:23.466Z] ---> 2c038d0ad9a9 [2023-03-07T21:40:23.466Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:40:23.466Z] ---> Using cache [2023-03-07T21:40:23.466Z] ---> d11247b79c07 [2023-03-07T21:40:23.466Z] Step 7/24 : COPY . . [2023-03-07T21:40:23.466Z] ---> Using cache [2023-03-07T21:40:23.466Z] ---> 0c4aadcd9459 [2023-03-07T21:40:23.466Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T21:40:23.466Z] ---> Using cache [2023-03-07T21:40:23.466Z] ---> 8d956dc46eed [2023-03-07T21:40:23.466Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-07T21:40:23.466Z] ---> Using cache [2023-03-07T21:40:23.466Z] ---> f57886c02800 [2023-03-07T21:40:23.466Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-07T21:40:23.735Z] ---> Running in a63250842077 [2023-03-07T21:40:27.093Z] Removing intermediate container a63250842077 [2023-03-07T21:40:27.093Z] ---> bc9b73069226 [2023-03-07T21:40:27.093Z] Step 11/24 : WORKDIR /edgex-go [2023-03-07T21:40:27.093Z] ---> Running in 10fa42b5e78b [2023-03-07T21:40:27.681Z] Removing intermediate container 10fa42b5e78b [2023-03-07T21:40:27.682Z] ---> 9e53e6380f46 [2023-03-07T21:40:27.682Z] [2023-03-07T21:40:27.682Z] Step 12/24 : FROM alpine:3.15 [2023-03-07T21:40:27.682Z] ---> 354640af7b1b [2023-03-07T21:40:27.682Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:40:27.682Z] ---> Using cache [2023-03-07T21:40:27.682Z] ---> 039b288c5c2b [2023-03-07T21:40:27.682Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-07T21:40:27.682Z] ---> Using cache [2023-03-07T21:40:27.682Z] ---> c55b9b601b22 [2023-03-07T21:40:27.682Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-07T21:40:31.053Z] ---> e3d8a7a079a2 [2023-03-07T21:40:31.053Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T21:40:36.433Z] ---> 67e96612162c [2023-03-07T21:40:36.433Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T21:40:37.022Z] ---> a8bb73c8d71d [2023-03-07T21:40:37.022Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-07T21:40:37.989Z] ---> 234369879eda [2023-03-07T21:40:37.989Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-07T21:40:38.956Z] ---> f8dbb4137469 [2023-03-07T21:40:38.956Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T21:40:38.956Z] ---> Running in 2365ea36807c [2023-03-07T21:40:39.544Z] Removing intermediate container 2365ea36807c [2023-03-07T21:40:39.544Z] ---> c725e6509770 [2023-03-07T21:40:39.544Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T21:40:39.813Z] ---> Running in 3c18a5d30490 [2023-03-07T21:40:40.081Z] Removing intermediate container 3c18a5d30490 [2023-03-07T21:40:40.081Z] ---> 61ca83722e2e [2023-03-07T21:40:40.081Z] Step 22/24 : LABEL arch=arm64 [2023-03-07T21:40:40.349Z] ---> Running in e896803cd053 [2023-03-07T21:40:40.938Z] Removing intermediate container e896803cd053 [2023-03-07T21:40:40.938Z] ---> af5c56906c48 [2023-03-07T21:40:40.938Z] Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:40:40.938Z] ---> Running in 2897493a18ef [2023-03-07T21:40:41.534Z] Removing intermediate container 2897493a18ef [2023-03-07T21:40:41.534Z] ---> 84ad353c33ba [2023-03-07T21:40:41.534Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:40:41.534Z] ---> Running in 8c147e54030e [2023-03-07T21:40:42.124Z] Removing intermediate container 8c147e54030e [2023-03-07T21:40:42.124Z] ---> 7b921d4cc9ce [2023-03-07T21:40:42.124Z] [2023-03-07T21:40:42.124Z] Successfully built 7b921d4cc9ce [2023-03-07T21:40:42.395Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-07T21:40:42.395Z]  Building security-spire-agent ... done Building security-spire-config [2023-03-07T21:40:46.666Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:40:46.666Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:40:46.666Z] ---> d37bf8fb6205 [2023-03-07T21:40:46.666Z] Step 3/24 : WORKDIR /edgex-go [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> bb2f705d5f32 [2023-03-07T21:40:46.666Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> abb79a4a6bbe [2023-03-07T21:40:46.666Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> 2c038d0ad9a9 [2023-03-07T21:40:46.666Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> d11247b79c07 [2023-03-07T21:40:46.666Z] Step 7/24 : COPY . . [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> 0c4aadcd9459 [2023-03-07T21:40:46.666Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> 8d956dc46eed [2023-03-07T21:40:46.666Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> f57886c02800 [2023-03-07T21:40:46.666Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> bc9b73069226 [2023-03-07T21:40:46.666Z] Step 11/24 : WORKDIR /edgex-go [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> 9e53e6380f46 [2023-03-07T21:40:46.666Z] [2023-03-07T21:40:46.666Z] Step 12/24 : FROM alpine:3.15 [2023-03-07T21:40:46.666Z] ---> 354640af7b1b [2023-03-07T21:40:46.666Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:40:46.666Z] ---> Using cache [2023-03-07T21:40:46.666Z] ---> 039b288c5c2b [2023-03-07T21:40:46.666Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-07T21:40:46.666Z] ---> Running in fc0e8e15ef17 [2023-03-07T21:40:48.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:40:49.047Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:40:51.067Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:40:51.067Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:40:51.067Z] OK: 15736 distinct packages available [2023-03-07T21:40:51.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:40:51.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:40:53.096Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-07T21:40:53.096Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:40:53.096Z] (3/4) Installing libucontext (1.1-r0) [2023-03-07T21:40:53.096Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-07T21:40:53.096Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:40:53.096Z] OK: 6 MiB in 18 packages [2023-03-07T21:40:55.052Z] Removing intermediate container fc0e8e15ef17 [2023-03-07T21:40:55.052Z] ---> 908661e1a819 [2023-03-07T21:40:55.052Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T21:41:00.417Z] ---> 51045fd29053 [2023-03-07T21:41:00.418Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T21:41:01.004Z] ---> 94f1b13a543e [2023-03-07T21:41:01.004Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-07T21:41:01.278Z] ---> Running in 4a81fe25ecd3 [2023-03-07T21:41:01.865Z] Removing intermediate container 4a81fe25ecd3 [2023-03-07T21:41:01.865Z] ---> 4a9d124f40e0 [2023-03-07T21:41:01.865Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-07T21:41:02.832Z] ---> 1e43b1cf42ab [2023-03-07T21:41:02.832Z] Step 19/24 : WORKDIR / [2023-03-07T21:41:02.832Z] ---> Running in 501128ba37c7 [2023-03-07T21:41:03.425Z] Removing intermediate container 501128ba37c7 [2023-03-07T21:41:03.425Z] ---> ad6dcd7e1455 [2023-03-07T21:41:03.425Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T21:41:03.425Z] ---> Running in 14869018bc37 [2023-03-07T21:41:04.020Z] Removing intermediate container 14869018bc37 [2023-03-07T21:41:04.020Z] ---> 4e6770741999 [2023-03-07T21:41:04.020Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T21:41:04.020Z] ---> Running in 9abaf288a6bc [2023-03-07T21:41:04.607Z] Removing intermediate container 9abaf288a6bc [2023-03-07T21:41:04.607Z] ---> cc1e82029aae [2023-03-07T21:41:04.607Z] Step 22/24 : LABEL arch=arm64 [2023-03-07T21:41:04.880Z] ---> Running in 97d87793aec1 [2023-03-07T21:41:05.149Z] Removing intermediate container 97d87793aec1 [2023-03-07T21:41:05.418Z] ---> 712e81f1d730 [2023-03-07T21:41:05.418Z] Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:41:05.418Z] ---> Running in 04037dc0571c [2023-03-07T21:41:06.013Z] Removing intermediate container 04037dc0571c [2023-03-07T21:41:06.013Z] ---> d35b574074dc [2023-03-07T21:41:06.013Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:41:06.013Z] ---> Running in 86c8a8fed260 [2023-03-07T21:41:06.602Z] Removing intermediate container 86c8a8fed260 [2023-03-07T21:41:06.602Z] ---> 28ad33031a0a [2023-03-07T21:41:06.602Z] [2023-03-07T21:41:06.870Z] Successfully built 28ad33031a0a [2023-03-07T21:41:06.870Z] Successfully tagged security-spire-config-arm64:latest [2023-03-07T21:41:06.870Z]  Building security-spire-config ... done Building security-proxy-auth [2023-03-07T21:41:10.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:41:10.243Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:41:10.243Z] ---> d37bf8fb6205 [2023-03-07T21:41:10.243Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:41:10.243Z] ---> Using cache [2023-03-07T21:41:10.243Z] ---> de5e7291e908 [2023-03-07T21:41:10.243Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:41:10.243Z] ---> Using cache [2023-03-07T21:41:10.243Z] ---> 8ea93fb67875 [2023-03-07T21:41:10.243Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:41:10.243Z] ---> Using cache [2023-03-07T21:41:10.243Z] ---> 39016852490e [2023-03-07T21:41:10.243Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:41:10.243Z] ---> Using cache [2023-03-07T21:41:10.243Z] ---> 2841a304bef4 [2023-03-07T21:41:10.243Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:41:10.243Z] ---> Using cache [2023-03-07T21:41:10.243Z] ---> 64feb3941be1 [2023-03-07T21:41:10.243Z] Step 8/22 : COPY . . [2023-03-07T21:41:10.243Z] ---> Using cache [2023-03-07T21:41:10.243Z] ---> 7a024d944800 [2023-03-07T21:41:10.243Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-07T21:41:10.512Z] ---> Running in 5563f535d30e [2023-03-07T21:41:12.468Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-07T21:45:49.399Z] Removing intermediate container 01dbcae99c66 [2023-03-07T21:45:49.399Z] ---> ab8b5fcd264c [2023-03-07T21:45:49.399Z] [2023-03-07T21:45:49.399Z] Step 9/20 : FROM alpine:3.16 [2023-03-07T21:45:49.399Z] ---> 4c81e5bf8899 [2023-03-07T21:45:49.399Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-07T21:45:49.399Z] ---> Running in 36685bac6181 [2023-03-07T21:45:49.399Z] Removing intermediate container a2e58daed4d5 [2023-03-07T21:45:49.399Z] ---> 8be438255ecf [2023-03-07T21:45:49.399Z] [2023-03-07T21:45:49.399Z] Step 9/32 : FROM alpine:3.16 [2023-03-07T21:45:49.399Z] ---> 4c81e5bf8899 [2023-03-07T21:45:49.399Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:45:49.399Z] ---> Running in fc37fc342eec [2023-03-07T21:45:49.399Z] Removing intermediate container fc37fc342eec [2023-03-07T21:45:49.399Z] ---> 53b527024084 [2023-03-07T21:45:49.399Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-07T21:45:49.399Z] ---> Running in be2a8f1333ee [2023-03-07T21:45:49.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:45:49.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:45:49.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:45:49.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:45:49.399Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:45:49.399Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-07T21:45:49.399Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:45:49.399Z] OK: 6 MiB in 16 packages [2023-03-07T21:45:49.399Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:45:49.399Z] (2/2) Installing su-exec (0.2-r1) [2023-03-07T21:45:49.399Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:45:49.399Z] OK: 5 MiB in 16 packages [2023-03-07T21:45:49.399Z] Removing intermediate container 36685bac6181 [2023-03-07T21:45:49.399Z] ---> 746c35b25ca3 [2023-03-07T21:45:49.399Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-07T21:45:49.399Z] Removing intermediate container be2a8f1333ee [2023-03-07T21:45:49.399Z] ---> d72b0af83ea9 [2023-03-07T21:45:49.399Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-07T21:45:49.399Z] ---> Running in 187e23936528 [2023-03-07T21:45:49.399Z] ---> Running in 7c7e1907ea2b [2023-03-07T21:45:49.399Z] Removing intermediate container 187e23936528 [2023-03-07T21:45:49.399Z] ---> 9a8894559ab0 [2023-03-07T21:45:49.399Z] Step 12/20 : WORKDIR /edgex [2023-03-07T21:45:49.399Z] ---> Running in f2b6573f7e93 [2023-03-07T21:45:49.399Z] Removing intermediate container 7c7e1907ea2b [2023-03-07T21:45:49.399Z] ---> 89f830605179 [2023-03-07T21:45:49.399Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-07T21:45:49.399Z] ---> Running in dcee0ac3fb40 [2023-03-07T21:45:49.399Z] Removing intermediate container f2b6573f7e93 [2023-03-07T21:45:49.399Z] ---> 05b7def7e8ff [2023-03-07T21:45:49.399Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-07T21:45:49.399Z] Removing intermediate container dcee0ac3fb40 [2023-03-07T21:45:49.399Z] ---> 861eaa553eec [2023-03-07T21:45:49.399Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-07T21:45:49.399Z] ---> Running in 903a15b9d50d [2023-03-07T21:45:49.399Z] Removing intermediate container 903a15b9d50d [2023-03-07T21:45:49.399Z] ---> e31334940d10 [2023-03-07T21:45:49.399Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-07T21:45:49.399Z] ---> Running in 9bbbcce9236d [2023-03-07T21:45:49.399Z] ---> 8ed51050e719 [2023-03-07T21:45:49.399Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-07T21:45:49.399Z] Removing intermediate container 9bbbcce9236d [2023-03-07T21:45:49.399Z] ---> c53986d24aa3 [2023-03-07T21:45:49.399Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-07T21:45:49.399Z] ---> Running in b05d6241079c [2023-03-07T21:45:49.399Z] ---> bd1884f3d061 [2023-03-07T21:45:49.399Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-07T21:45:50.817Z] ---> 541535bf6dcc [2023-03-07T21:45:50.817Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:45:50.817Z] ---> Running in 80c640b5a583 [2023-03-07T21:45:51.405Z] Removing intermediate container b05d6241079c [2023-03-07T21:45:51.405Z] ---> 912f4821e7ea [2023-03-07T21:45:51.405Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-07T21:45:51.405Z] ---> Running in 9082e8cef57a [2023-03-07T21:45:52.376Z] Removing intermediate container 9082e8cef57a [2023-03-07T21:45:52.376Z] ---> ff784f89db52 [2023-03-07T21:45:52.376Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-07T21:45:53.357Z] ---> 1a9eed7837f6 [2023-03-07T21:45:53.357Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-07T21:45:53.628Z] ---> Running in 78aa11d15ad8 [2023-03-07T21:45:54.593Z] Removing intermediate container 80c640b5a583 [2023-03-07T21:45:54.593Z] ---> a72d845a2cca [2023-03-07T21:45:54.593Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:45:54.862Z] ---> Running in e430921ea221 [2023-03-07T21:45:56.818Z] Removing intermediate container e430921ea221 [2023-03-07T21:45:56.818Z] ---> e2dedab9be62 [2023-03-07T21:45:56.818Z] Step 18/20 : LABEL arch=arm64 [2023-03-07T21:45:56.818Z] ---> Running in 2157d08b8504 [2023-03-07T21:45:57.408Z] Removing intermediate container 2157d08b8504 [2023-03-07T21:45:57.408Z] ---> f864ba76a304 [2023-03-07T21:45:57.408Z] Step 19/20 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:45:57.677Z] ---> Running in adc52c7b1763 [2023-03-07T21:45:58.660Z] Removing intermediate container adc52c7b1763 [2023-03-07T21:45:58.660Z] ---> 77fcdf6a1f3e [2023-03-07T21:45:58.660Z] Step 20/20 : LABEL version=3.0.0-dev.79 [2023-03-07T21:45:58.660Z] Removing intermediate container 78aa11d15ad8 [2023-03-07T21:45:58.660Z] ---> 7ccb988f496c [2023-03-07T21:45:58.660Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:45:58.660Z] ---> Running in 0f6c2434b8e1 [2023-03-07T21:45:59.624Z] Removing intermediate container 0f6c2434b8e1 [2023-03-07T21:45:59.624Z] ---> 82de372f9221 [2023-03-07T21:45:59.624Z] [2023-03-07T21:45:59.624Z] Successfully built 82de372f9221 [2023-03-07T21:45:59.624Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-07T21:45:59.624Z] Building core-command [2023-03-07T21:45:59.624Z]  Building security-proxy-setup ... done  ---> e29c7789f31e [2023-03-07T21:45:59.624Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-07T21:46:02.213Z] ---> 475b4c1ef813 [2023-03-07T21:46:02.213Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-07T21:46:03.179Z] ---> 81eaf5a67461 [2023-03-07T21:46:03.179Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-07T21:46:03.447Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:46:03.447Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:46:03.447Z] ---> d37bf8fb6205 [2023-03-07T21:46:03.447Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:46:03.447Z] ---> Using cache [2023-03-07T21:46:03.447Z] ---> de5e7291e908 [2023-03-07T21:46:03.447Z] Step 4/23 : WORKDIR /edgex-go [2023-03-07T21:46:03.447Z] ---> Using cache [2023-03-07T21:46:03.447Z] ---> 8ea93fb67875 [2023-03-07T21:46:03.447Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-07T21:46:03.447Z] ---> Using cache [2023-03-07T21:46:03.447Z] ---> 39016852490e [2023-03-07T21:46:03.447Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-07T21:46:03.447Z] ---> Using cache [2023-03-07T21:46:03.447Z] ---> 2841a304bef4 [2023-03-07T21:46:03.447Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:46:03.447Z] ---> Using cache [2023-03-07T21:46:03.447Z] ---> 64feb3941be1 [2023-03-07T21:46:03.447Z] Step 8/23 : COPY . . [2023-03-07T21:46:04.084Z] ---> Using cache [2023-03-07T21:46:04.084Z] ---> 7a024d944800 [2023-03-07T21:46:04.084Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-07T21:46:04.084Z] ---> Running in d56f1cba86b0 [2023-03-07T21:46:04.352Z] ---> 47cb2d44f6b0 [2023-03-07T21:46:04.352Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-07T21:46:05.770Z] ---> 738269546e5a [2023-03-07T21:46:05.770Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-07T21:46:06.355Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-07T21:46:06.953Z] ---> 179ab93600e6 [2023-03-07T21:46:06.953Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-07T21:46:08.371Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-07T21:46:09.364Z] ---> 89b83e74070e [2023-03-07T21:46:09.364Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-07T21:46:09.364Z] ---> Running in f53703910de6 [2023-03-07T21:46:12.742Z] Removing intermediate container f53703910de6 [2023-03-07T21:46:12.742Z] ---> 31da058d371e [2023-03-07T21:46:12.742Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-07T21:46:12.742Z] ---> Running in 59f6f74ef702 [2023-03-07T21:46:13.326Z] Removing intermediate container 59f6f74ef702 [2023-03-07T21:46:13.326Z] ---> 034944b36437 [2023-03-07T21:46:13.326Z] Step 29/32 : CMD ["gate"] [2023-03-07T21:46:13.326Z] ---> Running in 907727a78b49 [2023-03-07T21:46:13.914Z] Removing intermediate container 907727a78b49 [2023-03-07T21:46:13.914Z] ---> 9493337eb456 [2023-03-07T21:46:13.914Z] Step 30/32 : LABEL arch=arm64 [2023-03-07T21:46:13.914Z] ---> Running in eb27ff944cee [2023-03-07T21:46:14.498Z] Removing intermediate container eb27ff944cee [2023-03-07T21:46:14.498Z] ---> f14e942c3845 [2023-03-07T21:46:14.498Z] Step 31/32 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:46:14.765Z] ---> Running in 65d7539d32a6 [2023-03-07T21:46:15.033Z] Removing intermediate container 65d7539d32a6 [2023-03-07T21:46:15.033Z] ---> 24daf12243d8 [2023-03-07T21:46:15.033Z] Step 32/32 : LABEL version=3.0.0-dev.79 [2023-03-07T21:46:15.300Z] ---> Running in 7441792c5da1 [2023-03-07T21:46:15.884Z] Removing intermediate container 7441792c5da1 [2023-03-07T21:46:15.884Z] ---> b8c7374d4cc8 [2023-03-07T21:46:15.884Z] [2023-03-07T21:46:15.884Z] Successfully built b8c7374d4cc8 [2023-03-07T21:46:15.884Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-07T21:46:30.882Z]  Building security-bootstrapper ... done Removing intermediate container 32785163938f [2023-03-07T21:46:30.882Z] ---> 3bf190672b0a [2023-03-07T21:46:30.882Z] [2023-03-07T21:46:30.882Z] Step 9/23 : FROM alpine:3.16 [2023-03-07T21:46:30.882Z] ---> 4c81e5bf8899 [2023-03-07T21:46:30.882Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-07T21:46:30.882Z] ---> Running in 236e1e093e44 [2023-03-07T21:46:30.882Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:46:31.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:46:32.871Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-07T21:46:32.871Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-07T21:46:32.871Z] (3/3) Installing su-exec (0.2-r1) [2023-03-07T21:46:32.871Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:46:32.871Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:46:33.455Z] OK: 6 MiB in 17 packages [2023-03-07T21:46:36.791Z] Removing intermediate container 236e1e093e44 [2023-03-07T21:46:36.791Z] ---> 804a57a72a54 [2023-03-07T21:46:36.791Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-07T21:46:36.791Z] ---> Running in dfb17e6b1fec [2023-03-07T21:46:37.374Z] Removing intermediate container dfb17e6b1fec [2023-03-07T21:46:37.374Z] ---> 430500d3af9e [2023-03-07T21:46:37.374Z] Step 12/23 : WORKDIR / [2023-03-07T21:46:37.374Z] ---> Running in 11ecae8a37f6 [2023-03-07T21:46:37.955Z] Removing intermediate container 11ecae8a37f6 [2023-03-07T21:46:37.955Z] ---> e0f736271f4b [2023-03-07T21:46:37.955Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-07T21:46:38.913Z] ---> d243cdcd39a2 [2023-03-07T21:46:38.913Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-07T21:46:39.495Z] ---> a8afc7d8cdcd [2023-03-07T21:46:39.495Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-07T21:46:40.452Z] ---> 8c5e06ae16cd [2023-03-07T21:46:40.452Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-07T21:46:42.395Z] ---> ccf079b8cbe0 [2023-03-07T21:46:42.395Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-07T21:46:44.333Z] ---> 3979b289b14b [2023-03-07T21:46:44.333Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-07T21:46:44.916Z] ---> ad1f1136576f [2023-03-07T21:46:44.916Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:46:44.916Z] ---> Running in 1b36dc79cc78 [2023-03-07T21:46:50.254Z] Removing intermediate container 1b36dc79cc78 [2023-03-07T21:46:50.254Z] ---> 5dc39df64d11 [2023-03-07T21:46:50.254Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:46:50.254Z] ---> Running in 4e5d692cc400 [2023-03-07T21:46:50.254Z] Removing intermediate container 4e5d692cc400 [2023-03-07T21:46:50.254Z] ---> db98bbddb455 [2023-03-07T21:46:50.254Z] Step 21/23 : LABEL arch=arm64 [2023-03-07T21:46:50.254Z] ---> Running in cb3637d2d5a6 [2023-03-07T21:46:50.520Z] Removing intermediate container cb3637d2d5a6 [2023-03-07T21:46:50.520Z] ---> e6c8008e6012 [2023-03-07T21:46:50.520Z] Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:46:50.790Z] ---> Running in af650e19f966 [2023-03-07T21:46:51.375Z] Removing intermediate container af650e19f966 [2023-03-07T21:46:51.375Z] ---> 2cae72408cc2 [2023-03-07T21:46:51.375Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T21:46:51.375Z] ---> Running in e8fa2049b0a7 [2023-03-07T21:46:51.958Z] Removing intermediate container e8fa2049b0a7 [2023-03-07T21:46:51.958Z] ---> c6f8652fc616 [2023-03-07T21:46:51.958Z] [2023-03-07T21:46:52.224Z] Successfully built c6f8652fc616 [2023-03-07T21:46:52.224Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-07T21:47:10.420Z]  Building security-secretstore-setup ... done Removing intermediate container 5563f535d30e [2023-03-07T21:47:10.420Z] ---> 897c4fcb48b0 [2023-03-07T21:47:10.420Z] [2023-03-07T21:47:10.420Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:47:10.420Z] ---> 4c81e5bf8899 [2023-03-07T21:47:10.420Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-07T21:47:10.420Z] ---> Using cache [2023-03-07T21:47:10.420Z] ---> dd5b3cdc8791 [2023-03-07T21:47:10.420Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:47:10.420Z] ---> Using cache [2023-03-07T21:47:10.420Z] ---> 89f807890818 [2023-03-07T21:47:10.420Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:47:10.686Z] ---> Using cache [2023-03-07T21:47:10.686Z] ---> e2f7af0fae49 [2023-03-07T21:47:10.686Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-07T21:47:12.628Z] ---> aa26d3de1c56 [2023-03-07T21:47:12.628Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-07T21:47:13.226Z] ---> 9814cf6541a1 [2023-03-07T21:47:13.226Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-07T21:47:15.815Z] ---> 23e413880a23 [2023-03-07T21:47:15.815Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:47:15.815Z] ---> Running in 90f68609968e [2023-03-07T21:47:19.155Z] Removing intermediate container 90f68609968e [2023-03-07T21:47:19.155Z] ---> 8b235b181215 [2023-03-07T21:47:19.155Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:47:19.155Z] ---> Running in 5095ca719822 [2023-03-07T21:47:19.422Z] Removing intermediate container 5095ca719822 [2023-03-07T21:47:19.422Z] ---> 30d2c1e7b5fa [2023-03-07T21:47:19.422Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-07T21:47:19.422Z] ---> Running in 0b54f06a5c56 [2023-03-07T21:47:20.004Z] Removing intermediate container 0b54f06a5c56 [2023-03-07T21:47:20.004Z] ---> 47c1ba0368bc [2023-03-07T21:47:20.004Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:47:20.004Z] ---> Running in 2eab1797fd45 [2023-03-07T21:47:20.587Z] Removing intermediate container 2eab1797fd45 [2023-03-07T21:47:20.587Z] ---> 9fd1e4075774 [2023-03-07T21:47:20.587Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:47:20.587Z] ---> Running in 49dab8ec11fd [2023-03-07T21:47:21.186Z] Removing intermediate container 49dab8ec11fd [2023-03-07T21:47:21.186Z] ---> 72f46cb7dbd4 [2023-03-07T21:47:21.186Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:47:21.186Z] ---> Running in f21dfb01e60f [2023-03-07T21:47:21.768Z] Removing intermediate container f21dfb01e60f [2023-03-07T21:47:21.768Z] ---> a13a022bb570 [2023-03-07T21:47:21.768Z] [2023-03-07T21:47:21.768Z] Successfully built a13a022bb570 [2023-03-07T21:47:21.768Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-07T21:48:29.617Z]  Building security-proxy-auth ... done Removing intermediate container f261f429171c [2023-03-07T21:48:29.617Z] ---> 77e7fd281f14 [2023-03-07T21:48:29.617Z] [2023-03-07T21:48:29.617Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:48:29.617Z] ---> 4c81e5bf8899 [2023-03-07T21:48:29.617Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:48:29.617Z] ---> Using cache [2023-03-07T21:48:29.617Z] ---> f1333517b2dc [2023-03-07T21:48:29.617Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:48:29.617Z] ---> Using cache [2023-03-07T21:48:29.617Z] ---> 8d210da20b69 [2023-03-07T21:48:29.617Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-07T21:48:29.617Z] ---> Running in 84d617c47de1 [2023-03-07T21:48:29.617Z] Removing intermediate container 84d617c47de1 [2023-03-07T21:48:29.617Z] ---> df4f8c96aafa [2023-03-07T21:48:29.617Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-07T21:48:29.617Z] ---> Running in c176293d5900 [2023-03-07T21:48:29.617Z] Removing intermediate container c176293d5900 [2023-03-07T21:48:29.617Z] ---> cfde97ee7ee5 [2023-03-07T21:48:29.617Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:48:29.617Z] ---> d8bb6a6cfbcf [2023-03-07T21:48:29.617Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-07T21:48:29.617Z] ---> cb8b0779281a [2023-03-07T21:48:29.617Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-07T21:48:29.882Z] ---> 7faed257878f [2023-03-07T21:48:29.882Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-07T21:48:30.147Z] ---> Running in c87471249b97 [2023-03-07T21:48:30.540Z] Removing intermediate container c87471249b97 [2023-03-07T21:48:30.540Z] ---> 0db3a2b4dfec [2023-03-07T21:48:30.540Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:48:30.540Z] ---> Running in 552545b2c8cb [2023-03-07T21:48:31.153Z] Removing intermediate container 552545b2c8cb [2023-03-07T21:48:31.153Z] ---> 1910aac714cc [2023-03-07T21:48:31.153Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:48:31.153Z] ---> Running in 161ccb7fc9ae [2023-03-07T21:48:31.747Z] Removing intermediate container 161ccb7fc9ae [2023-03-07T21:48:31.747Z] ---> 67d5a9305b2c [2023-03-07T21:48:31.747Z] Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:48:31.747Z] ---> Running in 5c4778ff089e [2023-03-07T21:48:32.351Z] Removing intermediate container 5c4778ff089e [2023-03-07T21:48:32.352Z] ---> 6d0519faa54e [2023-03-07T21:48:32.352Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:48:32.646Z] ---> Running in 8827448414d2 [2023-03-07T21:48:34.087Z] Removing intermediate container 8827448414d2 [2023-03-07T21:48:34.087Z] ---> d6cdd61e9236 [2023-03-07T21:48:34.087Z] [2023-03-07T21:48:34.364Z] Successfully built d6cdd61e9236 [2023-03-07T21:48:34.364Z] Successfully tagged support-scheduler-arm64:latest [2023-03-07T21:48:52.554Z]  Building support-scheduler ... done Removing intermediate container d56f1cba86b0 [2023-03-07T21:48:52.554Z] ---> dfbb2525dfb1 [2023-03-07T21:48:52.554Z] [2023-03-07T21:48:52.554Z] Step 10/23 : FROM alpine:3.16 [2023-03-07T21:48:52.554Z] ---> 4c81e5bf8899 [2023-03-07T21:48:52.554Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:48:52.554Z] ---> Using cache [2023-03-07T21:48:52.554Z] ---> f1333517b2dc [2023-03-07T21:48:52.554Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:48:52.554Z] ---> Using cache [2023-03-07T21:48:52.554Z] ---> 8d210da20b69 [2023-03-07T21:48:52.554Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-07T21:48:52.554Z] ---> Running in f14cac40977a [2023-03-07T21:48:52.554Z] Removing intermediate container f14cac40977a [2023-03-07T21:48:52.554Z] ---> fed86bf47348 [2023-03-07T21:48:52.554Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-07T21:48:52.554Z] ---> Running in e11be3d51a4e [2023-03-07T21:48:52.554Z] Removing intermediate container e11be3d51a4e [2023-03-07T21:48:52.554Z] ---> d10203541a15 [2023-03-07T21:48:52.554Z] Step 15/23 : WORKDIR / [2023-03-07T21:48:52.554Z] ---> Running in 2effae48b0d7 [2023-03-07T21:48:52.554Z] Removing intermediate container 2effae48b0d7 [2023-03-07T21:48:52.555Z] ---> 867d7195de1e [2023-03-07T21:48:52.555Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:48:52.555Z] ---> 7ff13fb7fed0 [2023-03-07T21:48:52.555Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-07T21:48:53.531Z] ---> 7bb69164a901 [2023-03-07T21:48:53.531Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-07T21:48:53.796Z] ---> 1a642bbd1c3c [2023-03-07T21:48:53.796Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-07T21:48:53.796Z] ---> Running in 8f3b519cf17b [2023-03-07T21:48:54.063Z] Removing intermediate container 8f3b519cf17b [2023-03-07T21:48:54.063Z] ---> 0ac2fa620f28 [2023-03-07T21:48:54.063Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:48:54.332Z] ---> Running in 2a8bdd8b137b [2023-03-07T21:48:54.597Z] Removing intermediate container 2a8bdd8b137b [2023-03-07T21:48:54.597Z] ---> cd12cb963f54 [2023-03-07T21:48:54.597Z] Step 21/23 : LABEL arch=arm64 [2023-03-07T21:48:54.597Z] ---> Running in a02b8c7be59e [2023-03-07T21:48:54.864Z] Removing intermediate container a02b8c7be59e [2023-03-07T21:48:54.864Z] ---> fca6564c8de6 [2023-03-07T21:48:54.864Z] Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:48:54.864Z] ---> Running in 4a7612b0abe9 [2023-03-07T21:48:55.133Z] Removing intermediate container 4a7612b0abe9 [2023-03-07T21:48:55.133Z] ---> 78598fba351c [2023-03-07T21:48:55.133Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T21:48:55.401Z] ---> Running in d97b66466855 [2023-03-07T21:48:55.667Z] Removing intermediate container d97b66466855 [2023-03-07T21:48:55.667Z] ---> 10204ffee960 [2023-03-07T21:48:55.667Z] [2023-03-07T21:48:55.667Z] Successfully built 10204ffee960 [2023-03-07T21:48:55.667Z] Successfully tagged core-command-arm64:latest [2023-03-07T21:48:56.255Z]  Building core-command ... done  [Pipeline] } [2023-03-07T21:48:56.249Z] $ docker stop --time=1 6b22286c50dad5a89f3509aac8d49b65b1964dbd2bfd95fdbeae3541e08fa5fd [2023-03-07T21:48:57.885Z] $ docker rm -f --volumes 6b22286c50dad5a89f3509aac8d49b65b1964dbd2bfd95fdbeae3541e08fa5fd [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T21:48:58.384Z] + docker images [2023-03-07T21:48:58.650Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-07T21:48:58.650Z] core-command-arm64 latest 10204ffee960 3 seconds ago 17.1MB [2023-03-07T21:48:58.650Z] dfbb2525dfb1 9 seconds ago 1.34GB [2023-03-07T21:48:58.650Z] support-scheduler-arm64 latest d6cdd61e9236 26 seconds ago 29.1MB [2023-03-07T21:48:58.650Z] 77e7fd281f14 36 seconds ago 1.4GB [2023-03-07T21:48:58.650Z] security-proxy-auth-arm64 latest a13a022bb570 About a minute ago 15.6MB [2023-03-07T21:48:58.650Z] 897c4fcb48b0 About a minute ago 1.32GB [2023-03-07T21:48:58.650Z] security-secretstore-setup-arm64 latest c6f8652fc616 2 minutes ago 28.7MB [2023-03-07T21:48:58.650Z] 3bf190672b0a 2 minutes ago 1.33GB [2023-03-07T21:48:58.650Z] security-bootstrapper-arm64 latest b8c7374d4cc8 2 minutes ago 19MB [2023-03-07T21:48:58.651Z] security-proxy-setup-arm64 latest 82de372f9221 2 minutes ago 15.8MB [2023-03-07T21:48:58.651Z] 8be438255ecf 3 minutes ago 1.32GB [2023-03-07T21:48:58.651Z] ab8b5fcd264c 3 minutes ago 1.32GB [2023-03-07T21:48:58.651Z] security-spire-config-arm64 latest 28ad33031a0a 7 minutes ago 83.6MB [2023-03-07T21:48:58.651Z] security-spire-agent-arm64 latest 7b921d4cc9ce 8 minutes ago 122MB [2023-03-07T21:48:58.651Z] 9e53e6380f46 8 minutes ago 1.21GB [2023-03-07T21:48:58.651Z] security-spire-server-arm64 latest e487c87efacb 8 minutes ago 84.3MB [2023-03-07T21:48:58.651Z] afcc95c1ce8f 9 minutes ago 1.21GB [2023-03-07T21:48:58.651Z] support-notifications-arm64 latest 6857051f7af7 9 minutes ago 29.7MB [2023-03-07T21:48:58.651Z] 10fa7479b4c1 9 minutes ago 1.4GB [2023-03-07T21:48:58.651Z] security-spiffe-token-provider-arm64 latest fb12bee8864c 9 minutes ago 29.1MB [2023-03-07T21:48:58.651Z] f70f0b692dd4 10 minutes ago 1.37GB [2023-03-07T21:48:58.651Z] core-metadata-arm64 latest 16da3422af4d 11 minutes ago 17.8MB [2023-03-07T21:48:58.651Z] core-data-arm64 latest 70b23474569f 11 minutes ago 17.3MB [2023-03-07T21:48:58.651Z] b4d7b2e1a5bf 11 minutes ago 1.35GB [2023-03-07T21:48:58.651Z] 260239aec514 11 minutes ago 1.34GB [2023-03-07T21:48:58.651Z] core-common-config-bootstrapper-arm64 latest 16c7d5233a97 11 minutes ago 14.9MB [2023-03-07T21:48:58.651Z] 26feb9c57104 12 minutes ago 1.33GB [2023-03-07T21:48:58.651Z] ci-base-image-arm64 latest d37bf8fb6205 21 minutes ago 904MB [2023-03-07T21:48:58.651Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-07T21:48:58.651Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-07T21:48:58.651Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-07T21:48:58.651Z] 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-03-07T21:48:58.739Z] provisioning config files... [2023-03-07T21:48:58.751Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/441@tmp/config8897294666617584883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:48:59.085Z] ---> docker-login.sh [2023-03-07T21:48:59.085Z] nexus3.edgexfoundry.org:10001 [2023-03-07T21:48:59.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:48:59.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:48:59.350Z] Configure a credential helper to remove this warning. See [2023-03-07T21:48:59.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:48:59.350Z] [2023-03-07T21:48:59.350Z] Login Succeeded [2023-03-07T21:48:59.350Z] nexus3.edgexfoundry.org:10002 [2023-03-07T21:48:59.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:48:59.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:48:59.618Z] Configure a credential helper to remove this warning. See [2023-03-07T21:48:59.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:48:59.618Z] [2023-03-07T21:48:59.618Z] Login Succeeded [2023-03-07T21:48:59.618Z] nexus3.edgexfoundry.org:10003 [2023-03-07T21:48:59.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:49:00.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:49:00.152Z] Configure a credential helper to remove this warning. See [2023-03-07T21:49:00.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:49:00.152Z] [2023-03-07T21:49:00.152Z] Login Succeeded [2023-03-07T21:49:00.152Z] nexus3.edgexfoundry.org:10004 [2023-03-07T21:49:00.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:49:00.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:49:00.418Z] Configure a credential helper to remove this warning. See [2023-03-07T21:49:00.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:49:00.418Z] [2023-03-07T21:49:00.418Z] Login Succeeded [2023-03-07T21:49:00.418Z] docker.io [2023-03-07T21:49:00.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:49:00.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:49:00.948Z] Configure a credential helper to remove this warning. See [2023-03-07T21:49:00.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:49:00.948Z] [2023-03-07T21:49:00.948Z] Login Succeeded [2023-03-07T21:49:00.948Z] ---> docker-login.sh ends [Pipeline] } [2023-03-07T21:49:00.961Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:49:00.984Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T21:49:01.001Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-07T21:49:01.001Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:01.001Z] latest [2023-03-07T21:49:01.001Z] 3.0.0-dev.79 [2023-03-07T21:49:01.001Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:01.001Z] main [2023-03-07T21:49:01.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:01.355Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:01.709Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:01.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:49:01.709Z] 84d782c0d21a: Preparing [2023-03-07T21:49:01.709Z] 33dc581741aa: Preparing [2023-03-07T21:49:01.709Z] f751227ca58e: Preparing [2023-03-07T21:49:01.709Z] f5a654bad18c: Preparing [2023-03-07T21:49:01.709Z] f70ee36035b9: Preparing [2023-03-07T21:49:01.709Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:01.978Z] 84d782c0d21a: Pushed [2023-03-07T21:49:01.978Z] f751227ca58e: Pushed [2023-03-07T21:49:01.978Z] f5a654bad18c: Pushed [2023-03-07T21:49:04.547Z] 33dc581741aa: Pushed [2023-03-07T21:49:04.812Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:05.152Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:05.492Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-07T21:49:05.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:49:05.492Z] 84d782c0d21a: Preparing [2023-03-07T21:49:05.492Z] 33dc581741aa: Preparing [2023-03-07T21:49:05.492Z] f751227ca58e: Preparing [2023-03-07T21:49:05.492Z] f5a654bad18c: Preparing [2023-03-07T21:49:05.492Z] f70ee36035b9: Preparing [2023-03-07T21:49:05.492Z] 84d782c0d21a: Layer already exists [2023-03-07T21:49:05.492Z] f751227ca58e: Layer already exists [2023-03-07T21:49:05.492Z] 33dc581741aa: Layer already exists [2023-03-07T21:49:05.492Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:05.492Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:05.492Z] latest: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:06.100Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:06.438Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 [2023-03-07T21:49:06.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:49:06.438Z] 84d782c0d21a: Preparing [2023-03-07T21:49:06.438Z] 33dc581741aa: Preparing [2023-03-07T21:49:06.438Z] f751227ca58e: Preparing [2023-03-07T21:49:06.438Z] f5a654bad18c: Preparing [2023-03-07T21:49:06.438Z] f70ee36035b9: Preparing [2023-03-07T21:49:06.438Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:06.438Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:06.438Z] 33dc581741aa: Layer already exists [2023-03-07T21:49:06.438Z] 84d782c0d21a: Layer already exists [2023-03-07T21:49:06.438Z] f751227ca58e: Layer already exists [2023-03-07T21:49:06.438Z] 3.0.0-dev.79: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:07.061Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:07.405Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:07.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:49:07.405Z] 84d782c0d21a: Preparing [2023-03-07T21:49:07.405Z] 33dc581741aa: Preparing [2023-03-07T21:49:07.405Z] f751227ca58e: Preparing [2023-03-07T21:49:07.405Z] f5a654bad18c: Preparing [2023-03-07T21:49:07.405Z] f70ee36035b9: Preparing [2023-03-07T21:49:07.405Z] 33dc581741aa: Layer already exists [2023-03-07T21:49:07.405Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:07.405Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:07.405Z] f751227ca58e: Layer already exists [2023-03-07T21:49:07.405Z] 84d782c0d21a: Layer already exists [2023-03-07T21:49:07.405Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:08.017Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:08.366Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-07T21:49:08.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:49:08.366Z] 84d782c0d21a: Preparing [2023-03-07T21:49:08.366Z] 33dc581741aa: Preparing [2023-03-07T21:49:08.366Z] f751227ca58e: Preparing [2023-03-07T21:49:08.366Z] f5a654bad18c: Preparing [2023-03-07T21:49:08.366Z] f70ee36035b9: Preparing [2023-03-07T21:49:08.366Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:08.366Z] 84d782c0d21a: Layer already exists [2023-03-07T21:49:08.366Z] 33dc581741aa: Layer already exists [2023-03-07T21:49:08.366Z] f751227ca58e: Layer already exists [2023-03-07T21:49:08.366Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:08.366Z] main: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:49:08.686Z] ===================================================== [Pipeline] echo [2023-03-07T21:49:08.696Z] taggedImages: [2023-03-07T21:49:08.696Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:08.696Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-07T21:49:08.696Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 [2023-03-07T21:49:08.696Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:08.696Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-07T21:49:08.727Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-07T21:49:08.727Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:08.727Z] latest [2023-03-07T21:49:08.727Z] 3.0.0-dev.79 [2023-03-07T21:49:08.727Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:08.727Z] main [2023-03-07T21:49:08.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:09.078Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:09.435Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:09.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:49:09.435Z] 99b6b5a82ca0: Preparing [2023-03-07T21:49:09.435Z] 10c8d8cebe40: Preparing [2023-03-07T21:49:09.435Z] a2c166fea811: Preparing [2023-03-07T21:49:09.435Z] ce2874595544: Preparing [2023-03-07T21:49:09.435Z] f751227ca58e: Preparing [2023-03-07T21:49:09.435Z] a7bde9c463c0: Preparing [2023-03-07T21:49:09.435Z] f70ee36035b9: Preparing [2023-03-07T21:49:09.435Z] a7bde9c463c0: Waiting [2023-03-07T21:49:09.435Z] f70ee36035b9: Waiting [2023-03-07T21:49:09.435Z] f751227ca58e: Layer already exists [2023-03-07T21:49:09.699Z] 10c8d8cebe40: Pushed [2023-03-07T21:49:09.700Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:09.700Z] a2c166fea811: Pushed [2023-03-07T21:49:09.700Z] 99b6b5a82ca0: Pushed [2023-03-07T21:49:09.700Z] a7bde9c463c0: Pushed [2023-03-07T21:49:12.277Z] ce2874595544: Pushed [2023-03-07T21:49:12.277Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:12.635Z] + 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-03-07T21:49:12.977Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-07T21:49:12.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:49:12.977Z] 99b6b5a82ca0: Preparing [2023-03-07T21:49:12.977Z] 10c8d8cebe40: Preparing [2023-03-07T21:49:12.977Z] a2c166fea811: Preparing [2023-03-07T21:49:12.977Z] ce2874595544: Preparing [2023-03-07T21:49:12.977Z] f751227ca58e: Preparing [2023-03-07T21:49:12.977Z] a7bde9c463c0: Preparing [2023-03-07T21:49:12.977Z] f70ee36035b9: Preparing [2023-03-07T21:49:12.978Z] 99b6b5a82ca0: Layer already exists [2023-03-07T21:49:12.978Z] ce2874595544: Layer already exists [2023-03-07T21:49:12.978Z] f751227ca58e: Layer already exists [2023-03-07T21:49:12.978Z] 10c8d8cebe40: Layer already exists [2023-03-07T21:49:12.978Z] a2c166fea811: Layer already exists [2023-03-07T21:49:12.978Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:12.978Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:13.243Z] latest: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:13.601Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:13.952Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 [2023-03-07T21:49:13.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:49:13.952Z] 99b6b5a82ca0: Preparing [2023-03-07T21:49:13.952Z] 10c8d8cebe40: Preparing [2023-03-07T21:49:13.952Z] a2c166fea811: Preparing [2023-03-07T21:49:13.952Z] ce2874595544: Preparing [2023-03-07T21:49:13.952Z] f751227ca58e: Preparing [2023-03-07T21:49:13.952Z] a7bde9c463c0: Preparing [2023-03-07T21:49:13.952Z] f70ee36035b9: Preparing [2023-03-07T21:49:13.952Z] a7bde9c463c0: Waiting [2023-03-07T21:49:13.952Z] f70ee36035b9: Waiting [2023-03-07T21:49:13.952Z] 10c8d8cebe40: Layer already exists [2023-03-07T21:49:13.952Z] f751227ca58e: Layer already exists [2023-03-07T21:49:13.952Z] a2c166fea811: Layer already exists [2023-03-07T21:49:13.952Z] 99b6b5a82ca0: Layer already exists [2023-03-07T21:49:13.952Z] ce2874595544: Layer already exists [2023-03-07T21:49:13.952Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:13.952Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:14.217Z] 3.0.0-dev.79: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:14.571Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:14.911Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:14.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:49:14.911Z] 99b6b5a82ca0: Preparing [2023-03-07T21:49:14.911Z] 10c8d8cebe40: Preparing [2023-03-07T21:49:14.911Z] a2c166fea811: Preparing [2023-03-07T21:49:14.911Z] ce2874595544: Preparing [2023-03-07T21:49:14.911Z] f751227ca58e: Preparing [2023-03-07T21:49:14.911Z] a7bde9c463c0: Preparing [2023-03-07T21:49:14.911Z] f70ee36035b9: Preparing [2023-03-07T21:49:14.911Z] a7bde9c463c0: Waiting [2023-03-07T21:49:14.911Z] f70ee36035b9: Waiting [2023-03-07T21:49:14.911Z] f751227ca58e: Layer already exists [2023-03-07T21:49:14.911Z] a2c166fea811: Layer already exists [2023-03-07T21:49:14.911Z] 99b6b5a82ca0: Layer already exists [2023-03-07T21:49:14.911Z] ce2874595544: Layer already exists [2023-03-07T21:49:14.911Z] 10c8d8cebe40: Layer already exists [2023-03-07T21:49:14.911Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:14.911Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:14.911Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:15.523Z] + 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-03-07T21:49:15.864Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-07T21:49:15.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:49:15.864Z] 99b6b5a82ca0: Preparing [2023-03-07T21:49:15.864Z] 10c8d8cebe40: Preparing [2023-03-07T21:49:15.864Z] a2c166fea811: Preparing [2023-03-07T21:49:15.864Z] ce2874595544: Preparing [2023-03-07T21:49:15.864Z] f751227ca58e: Preparing [2023-03-07T21:49:15.864Z] a7bde9c463c0: Preparing [2023-03-07T21:49:15.864Z] f70ee36035b9: Preparing [2023-03-07T21:49:15.864Z] a7bde9c463c0: Waiting [2023-03-07T21:49:15.864Z] f70ee36035b9: Waiting [2023-03-07T21:49:15.864Z] 99b6b5a82ca0: Layer already exists [2023-03-07T21:49:15.864Z] f751227ca58e: Layer already exists [2023-03-07T21:49:15.864Z] ce2874595544: Layer already exists [2023-03-07T21:49:15.864Z] 10c8d8cebe40: Layer already exists [2023-03-07T21:49:15.864Z] a2c166fea811: Layer already exists [2023-03-07T21:49:15.864Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:15.864Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:16.129Z] main: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:49:16.186Z] ===================================================== [Pipeline] echo [2023-03-07T21:49:16.196Z] taggedImages: [2023-03-07T21:49:16.196Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:16.196Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-07T21:49:16.196Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 [2023-03-07T21:49:16.196Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:16.196Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-07T21:49:16.218Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-07T21:49:16.218Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:16.218Z] latest [2023-03-07T21:49:16.218Z] 3.0.0-dev.79 [2023-03-07T21:49:16.218Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:16.218Z] main [2023-03-07T21:49:16.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:16.582Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:16.916Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:16.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:49:16.916Z] fa373ee818a7: Preparing [2023-03-07T21:49:16.916Z] 97eb33021a85: Preparing [2023-03-07T21:49:16.916Z] f751227ca58e: Preparing [2023-03-07T21:49:16.916Z] 5fdfd10f63eb: Preparing [2023-03-07T21:49:16.916Z] f70ee36035b9: Preparing [2023-03-07T21:49:16.916Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:16.916Z] f751227ca58e: Layer already exists [2023-03-07T21:49:17.182Z] fa373ee818a7: Pushed [2023-03-07T21:49:17.182Z] 5fdfd10f63eb: Pushed [2023-03-07T21:49:20.522Z] 97eb33021a85: Pushed [2023-03-07T21:49:20.522Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:20.879Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:21.223Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-07T21:49:21.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:49:21.223Z] fa373ee818a7: Preparing [2023-03-07T21:49:21.223Z] 97eb33021a85: Preparing [2023-03-07T21:49:21.223Z] f751227ca58e: Preparing [2023-03-07T21:49:21.223Z] 5fdfd10f63eb: Preparing [2023-03-07T21:49:21.224Z] f70ee36035b9: Preparing [2023-03-07T21:49:21.224Z] f751227ca58e: Layer already exists [2023-03-07T21:49:21.224Z] 97eb33021a85: Layer already exists [2023-03-07T21:49:21.224Z] fa373ee818a7: Layer already exists [2023-03-07T21:49:21.224Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:21.224Z] 5fdfd10f63eb: Layer already exists [2023-03-07T21:49:21.224Z] latest: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:21.567Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:21.905Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 [2023-03-07T21:49:21.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:49:21.905Z] fa373ee818a7: Preparing [2023-03-07T21:49:21.905Z] 97eb33021a85: Preparing [2023-03-07T21:49:21.905Z] f751227ca58e: Preparing [2023-03-07T21:49:21.905Z] 5fdfd10f63eb: Preparing [2023-03-07T21:49:21.905Z] f70ee36035b9: Preparing [2023-03-07T21:49:21.905Z] 5fdfd10f63eb: Layer already exists [2023-03-07T21:49:21.905Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:21.905Z] 97eb33021a85: Layer already exists [2023-03-07T21:49:21.905Z] fa373ee818a7: Layer already exists [2023-03-07T21:49:21.905Z] f751227ca58e: Layer already exists [2023-03-07T21:49:22.170Z] 3.0.0-dev.79: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:22.518Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:22.856Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:22.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:49:22.856Z] fa373ee818a7: Preparing [2023-03-07T21:49:22.856Z] 97eb33021a85: Preparing [2023-03-07T21:49:22.856Z] f751227ca58e: Preparing [2023-03-07T21:49:22.856Z] 5fdfd10f63eb: Preparing [2023-03-07T21:49:22.856Z] f70ee36035b9: Preparing [2023-03-07T21:49:22.856Z] 97eb33021a85: Layer already exists [2023-03-07T21:49:22.856Z] f751227ca58e: Layer already exists [2023-03-07T21:49:22.856Z] 5fdfd10f63eb: Layer already exists [2023-03-07T21:49:22.856Z] fa373ee818a7: Layer already exists [2023-03-07T21:49:22.856Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:22.856Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:23.200Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:23.545Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-07T21:49:23.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:49:23.545Z] fa373ee818a7: Preparing [2023-03-07T21:49:23.545Z] 97eb33021a85: Preparing [2023-03-07T21:49:23.545Z] f751227ca58e: Preparing [2023-03-07T21:49:23.545Z] 5fdfd10f63eb: Preparing [2023-03-07T21:49:23.545Z] f70ee36035b9: Preparing [2023-03-07T21:49:23.545Z] 97eb33021a85: Layer already exists [2023-03-07T21:49:23.545Z] 5fdfd10f63eb: Layer already exists [2023-03-07T21:49:23.545Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:23.545Z] fa373ee818a7: Layer already exists [2023-03-07T21:49:23.545Z] f751227ca58e: Layer already exists [2023-03-07T21:49:23.545Z] main: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:49:23.597Z] ===================================================== [Pipeline] echo [2023-03-07T21:49:23.607Z] taggedImages: [2023-03-07T21:49:23.607Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:23.607Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-07T21:49:23.607Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 [2023-03-07T21:49:23.607Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:23.607Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-07T21:49:23.630Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-07T21:49:23.630Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:23.630Z] latest [2023-03-07T21:49:23.630Z] 3.0.0-dev.79 [2023-03-07T21:49:23.630Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:23.630Z] main [2023-03-07T21:49:23.630Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:23.979Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:24.323Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:24.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:49:24.323Z] 3b214c5959b8: Preparing [2023-03-07T21:49:24.323Z] 07cc3860b190: Preparing [2023-03-07T21:49:24.323Z] 962f356dc374: Preparing [2023-03-07T21:49:24.323Z] f751227ca58e: Preparing [2023-03-07T21:49:24.323Z] f5a654bad18c: Preparing [2023-03-07T21:49:24.323Z] f70ee36035b9: Preparing [2023-03-07T21:49:24.323Z] f70ee36035b9: Waiting [2023-03-07T21:49:24.323Z] f751227ca58e: Layer already exists [2023-03-07T21:49:24.323Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:24.587Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:24.587Z] 07cc3860b190: Pushed [2023-03-07T21:49:24.587Z] 3b214c5959b8: Pushed [2023-03-07T21:49:27.923Z] 962f356dc374: Pushed [2023-03-07T21:49:27.923Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:28.268Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:28.600Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-07T21:49:28.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:49:28.600Z] 3b214c5959b8: Preparing [2023-03-07T21:49:28.600Z] 07cc3860b190: Preparing [2023-03-07T21:49:28.600Z] 962f356dc374: Preparing [2023-03-07T21:49:28.600Z] f751227ca58e: Preparing [2023-03-07T21:49:28.600Z] f5a654bad18c: Preparing [2023-03-07T21:49:28.600Z] f70ee36035b9: Preparing [2023-03-07T21:49:28.600Z] f70ee36035b9: Waiting [2023-03-07T21:49:28.600Z] 962f356dc374: Layer already exists [2023-03-07T21:49:28.600Z] f751227ca58e: Layer already exists [2023-03-07T21:49:28.600Z] 3b214c5959b8: Layer already exists [2023-03-07T21:49:28.600Z] 07cc3860b190: Layer already exists [2023-03-07T21:49:28.600Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:28.600Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:28.865Z] latest: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:29.207Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:29.539Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 [2023-03-07T21:49:29.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:49:29.540Z] 3b214c5959b8: Preparing [2023-03-07T21:49:29.540Z] 07cc3860b190: Preparing [2023-03-07T21:49:29.540Z] 962f356dc374: Preparing [2023-03-07T21:49:29.540Z] f751227ca58e: Preparing [2023-03-07T21:49:29.540Z] f5a654bad18c: Preparing [2023-03-07T21:49:29.540Z] f70ee36035b9: Preparing [2023-03-07T21:49:29.540Z] f70ee36035b9: Waiting [2023-03-07T21:49:29.540Z] 962f356dc374: Layer already exists [2023-03-07T21:49:29.540Z] f751227ca58e: Layer already exists [2023-03-07T21:49:29.540Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:29.540Z] 07cc3860b190: Layer already exists [2023-03-07T21:49:29.540Z] 3b214c5959b8: Layer already exists [2023-03-07T21:49:29.540Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:29.804Z] 3.0.0-dev.79: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:30.137Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:30.481Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:30.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:49:30.481Z] 3b214c5959b8: Preparing [2023-03-07T21:49:30.481Z] 07cc3860b190: Preparing [2023-03-07T21:49:30.481Z] 962f356dc374: Preparing [2023-03-07T21:49:30.481Z] f751227ca58e: Preparing [2023-03-07T21:49:30.481Z] f5a654bad18c: Preparing [2023-03-07T21:49:30.481Z] f70ee36035b9: Preparing [2023-03-07T21:49:30.481Z] f70ee36035b9: Waiting [2023-03-07T21:49:30.481Z] 3b214c5959b8: Layer already exists [2023-03-07T21:49:30.481Z] 962f356dc374: Layer already exists [2023-03-07T21:49:30.481Z] f751227ca58e: Layer already exists [2023-03-07T21:49:30.481Z] 07cc3860b190: Layer already exists [2023-03-07T21:49:30.481Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:30.481Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:30.746Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:31.127Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:31.475Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-07T21:49:31.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:49:31.475Z] 3b214c5959b8: Preparing [2023-03-07T21:49:31.475Z] 07cc3860b190: Preparing [2023-03-07T21:49:31.475Z] 962f356dc374: Preparing [2023-03-07T21:49:31.475Z] f751227ca58e: Preparing [2023-03-07T21:49:31.475Z] f5a654bad18c: Preparing [2023-03-07T21:49:31.475Z] f70ee36035b9: Preparing [2023-03-07T21:49:31.475Z] f70ee36035b9: Waiting [2023-03-07T21:49:31.475Z] f5a654bad18c: Layer already exists [2023-03-07T21:49:31.475Z] 3b214c5959b8: Layer already exists [2023-03-07T21:49:31.475Z] 07cc3860b190: Layer already exists [2023-03-07T21:49:31.475Z] 962f356dc374: Layer already exists [2023-03-07T21:49:31.475Z] f751227ca58e: Layer already exists [2023-03-07T21:49:31.475Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:31.751Z] main: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:49:31.798Z] ===================================================== [Pipeline] echo [2023-03-07T21:49:31.804Z] taggedImages: [2023-03-07T21:49:31.804Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:31.804Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-07T21:49:31.804Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 [2023-03-07T21:49:31.804Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:31.804Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-07T21:49:31.819Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-07T21:49:31.819Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:31.819Z] latest [2023-03-07T21:49:31.819Z] 3.0.0-dev.79 [2023-03-07T21:49:31.819Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:31.819Z] main [2023-03-07T21:49:31.819Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:32.172Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:32.548Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:32.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:49:32.548Z] 302a4948ec16: Preparing [2023-03-07T21:49:32.548Z] 302a4948ec16: Preparing [2023-03-07T21:49:32.548Z] 17126cad3882: Preparing [2023-03-07T21:49:32.548Z] 4b3f7cf8ee03: Preparing [2023-03-07T21:49:32.548Z] a0822eb0d217: Preparing [2023-03-07T21:49:32.548Z] 83e1f4a7872b: Preparing [2023-03-07T21:49:32.548Z] ad003662a8c7: Preparing [2023-03-07T21:49:32.548Z] f751227ca58e: Preparing [2023-03-07T21:49:32.548Z] 89172ed1349c: Preparing [2023-03-07T21:49:32.548Z] f25172c62764: Preparing [2023-03-07T21:49:32.548Z] 0fdc05a07e6d: Preparing [2023-03-07T21:49:32.548Z] e0ac807da663: Preparing [2023-03-07T21:49:32.548Z] f70ee36035b9: Preparing [2023-03-07T21:49:32.548Z] f751227ca58e: Waiting [2023-03-07T21:49:32.548Z] 89172ed1349c: Waiting [2023-03-07T21:49:32.548Z] f25172c62764: Waiting [2023-03-07T21:49:32.548Z] 0fdc05a07e6d: Waiting [2023-03-07T21:49:32.548Z] e0ac807da663: Waiting [2023-03-07T21:49:32.548Z] f70ee36035b9: Waiting [2023-03-07T21:49:32.548Z] ad003662a8c7: Waiting [2023-03-07T21:49:32.830Z] a0822eb0d217: Pushed [2023-03-07T21:49:32.830Z] 4b3f7cf8ee03: Pushed [2023-03-07T21:49:32.830Z] 83e1f4a7872b: Pushed [2023-03-07T21:49:32.830Z] 302a4948ec16: Pushed [2023-03-07T21:49:32.830Z] 17126cad3882: Pushed [2023-03-07T21:49:32.830Z] f751227ca58e: Layer already exists [2023-03-07T21:49:33.097Z] 89172ed1349c: Pushed [2023-03-07T21:49:33.097Z] f25172c62764: Pushed [2023-03-07T21:49:33.097Z] 0fdc05a07e6d: Pushed [2023-03-07T21:49:33.097Z] e0ac807da663: Pushed [2023-03-07T21:49:33.097Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:36.430Z] ad003662a8c7: Pushed [2023-03-07T21:49:36.430Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:36.763Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:37.091Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-07T21:49:37.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:49:37.091Z] 302a4948ec16: Preparing [2023-03-07T21:49:37.091Z] 302a4948ec16: Preparing [2023-03-07T21:49:37.091Z] 17126cad3882: Preparing [2023-03-07T21:49:37.091Z] 4b3f7cf8ee03: Preparing [2023-03-07T21:49:37.091Z] a0822eb0d217: Preparing [2023-03-07T21:49:37.091Z] 83e1f4a7872b: Preparing [2023-03-07T21:49:37.091Z] ad003662a8c7: Preparing [2023-03-07T21:49:37.091Z] f751227ca58e: Preparing [2023-03-07T21:49:37.091Z] 89172ed1349c: Preparing [2023-03-07T21:49:37.091Z] f25172c62764: Preparing [2023-03-07T21:49:37.091Z] 0fdc05a07e6d: Preparing [2023-03-07T21:49:37.091Z] e0ac807da663: Preparing [2023-03-07T21:49:37.091Z] f70ee36035b9: Preparing [2023-03-07T21:49:37.091Z] ad003662a8c7: Waiting [2023-03-07T21:49:37.091Z] f751227ca58e: Waiting [2023-03-07T21:49:37.091Z] f25172c62764: Waiting [2023-03-07T21:49:37.091Z] 89172ed1349c: Waiting [2023-03-07T21:49:37.091Z] 0fdc05a07e6d: Waiting [2023-03-07T21:49:37.091Z] f70ee36035b9: Waiting [2023-03-07T21:49:37.091Z] e0ac807da663: Waiting [2023-03-07T21:49:37.091Z] a0822eb0d217: Layer already exists [2023-03-07T21:49:37.091Z] 4b3f7cf8ee03: Layer already exists [2023-03-07T21:49:37.091Z] 302a4948ec16: Layer already exists [2023-03-07T21:49:37.091Z] 83e1f4a7872b: Layer already exists [2023-03-07T21:49:37.091Z] 17126cad3882: Layer already exists [2023-03-07T21:49:37.091Z] ad003662a8c7: Layer already exists [2023-03-07T21:49:37.091Z] f751227ca58e: Layer already exists [2023-03-07T21:49:37.091Z] 89172ed1349c: Layer already exists [2023-03-07T21:49:37.091Z] 0fdc05a07e6d: Layer already exists [2023-03-07T21:49:37.091Z] f25172c62764: Layer already exists [2023-03-07T21:49:37.091Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:37.091Z] e0ac807da663: Layer already exists [2023-03-07T21:49:37.356Z] latest: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:37.693Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:38.029Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 [2023-03-07T21:49:38.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:49:38.030Z] 302a4948ec16: Preparing [2023-03-07T21:49:38.030Z] 302a4948ec16: Preparing [2023-03-07T21:49:38.030Z] 17126cad3882: Preparing [2023-03-07T21:49:38.030Z] 4b3f7cf8ee03: Preparing [2023-03-07T21:49:38.030Z] a0822eb0d217: Preparing [2023-03-07T21:49:38.030Z] 83e1f4a7872b: Preparing [2023-03-07T21:49:38.030Z] ad003662a8c7: Preparing [2023-03-07T21:49:38.030Z] f751227ca58e: Preparing [2023-03-07T21:49:38.030Z] 89172ed1349c: Preparing [2023-03-07T21:49:38.030Z] f25172c62764: Preparing [2023-03-07T21:49:38.030Z] 0fdc05a07e6d: Preparing [2023-03-07T21:49:38.030Z] e0ac807da663: Preparing [2023-03-07T21:49:38.030Z] f70ee36035b9: Preparing [2023-03-07T21:49:38.030Z] f25172c62764: Waiting [2023-03-07T21:49:38.030Z] f70ee36035b9: Waiting [2023-03-07T21:49:38.030Z] 0fdc05a07e6d: Waiting [2023-03-07T21:49:38.030Z] e0ac807da663: Waiting [2023-03-07T21:49:38.030Z] ad003662a8c7: Waiting [2023-03-07T21:49:38.030Z] 89172ed1349c: Waiting [2023-03-07T21:49:38.030Z] f751227ca58e: Waiting [2023-03-07T21:49:38.030Z] 83e1f4a7872b: Layer already exists [2023-03-07T21:49:38.030Z] 4b3f7cf8ee03: Layer already exists [2023-03-07T21:49:38.030Z] 302a4948ec16: Layer already exists [2023-03-07T21:49:38.030Z] a0822eb0d217: Layer already exists [2023-03-07T21:49:38.030Z] 17126cad3882: Layer already exists [2023-03-07T21:49:38.030Z] ad003662a8c7: Layer already exists [2023-03-07T21:49:38.030Z] f751227ca58e: Layer already exists [2023-03-07T21:49:38.030Z] 0fdc05a07e6d: Layer already exists [2023-03-07T21:49:38.030Z] 89172ed1349c: Layer already exists [2023-03-07T21:49:38.030Z] f25172c62764: Layer already exists [2023-03-07T21:49:38.030Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:38.030Z] e0ac807da663: Layer already exists [2023-03-07T21:49:38.294Z] 3.0.0-dev.79: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:38.630Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:38.961Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:38.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:49:38.961Z] 302a4948ec16: Preparing [2023-03-07T21:49:38.961Z] 302a4948ec16: Preparing [2023-03-07T21:49:38.961Z] 17126cad3882: Preparing [2023-03-07T21:49:38.961Z] 4b3f7cf8ee03: Preparing [2023-03-07T21:49:38.961Z] a0822eb0d217: Preparing [2023-03-07T21:49:38.961Z] 83e1f4a7872b: Preparing [2023-03-07T21:49:38.961Z] ad003662a8c7: Preparing [2023-03-07T21:49:38.961Z] f751227ca58e: Preparing [2023-03-07T21:49:38.961Z] 89172ed1349c: Preparing [2023-03-07T21:49:38.961Z] f25172c62764: Preparing [2023-03-07T21:49:38.961Z] 0fdc05a07e6d: Preparing [2023-03-07T21:49:38.961Z] e0ac807da663: Preparing [2023-03-07T21:49:38.961Z] f70ee36035b9: Preparing [2023-03-07T21:49:38.961Z] f25172c62764: Waiting [2023-03-07T21:49:38.961Z] 0fdc05a07e6d: Waiting [2023-03-07T21:49:38.961Z] e0ac807da663: Waiting [2023-03-07T21:49:38.961Z] f70ee36035b9: Waiting [2023-03-07T21:49:38.961Z] ad003662a8c7: Waiting [2023-03-07T21:49:38.961Z] f751227ca58e: Waiting [2023-03-07T21:49:38.961Z] 89172ed1349c: Waiting [2023-03-07T21:49:38.961Z] 83e1f4a7872b: Layer already exists [2023-03-07T21:49:38.961Z] 302a4948ec16: Layer already exists [2023-03-07T21:49:38.961Z] 4b3f7cf8ee03: Layer already exists [2023-03-07T21:49:38.961Z] a0822eb0d217: Layer already exists [2023-03-07T21:49:38.961Z] 17126cad3882: Layer already exists [2023-03-07T21:49:38.961Z] f25172c62764: Layer already exists [2023-03-07T21:49:38.961Z] ad003662a8c7: Layer already exists [2023-03-07T21:49:38.961Z] 89172ed1349c: Layer already exists [2023-03-07T21:49:38.961Z] f751227ca58e: Layer already exists [2023-03-07T21:49:38.961Z] 0fdc05a07e6d: Layer already exists [2023-03-07T21:49:38.961Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:38.961Z] e0ac807da663: Layer already exists [2023-03-07T21:49:39.228Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:39.559Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:39.887Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-07T21:49:39.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:49:39.887Z] 302a4948ec16: Preparing [2023-03-07T21:49:39.887Z] 302a4948ec16: Preparing [2023-03-07T21:49:39.887Z] 17126cad3882: Preparing [2023-03-07T21:49:39.887Z] 4b3f7cf8ee03: Preparing [2023-03-07T21:49:39.887Z] a0822eb0d217: Preparing [2023-03-07T21:49:39.887Z] 83e1f4a7872b: Preparing [2023-03-07T21:49:39.887Z] ad003662a8c7: Preparing [2023-03-07T21:49:39.887Z] f751227ca58e: Preparing [2023-03-07T21:49:39.887Z] 89172ed1349c: Preparing [2023-03-07T21:49:39.887Z] f25172c62764: Preparing [2023-03-07T21:49:39.887Z] 0fdc05a07e6d: Preparing [2023-03-07T21:49:39.887Z] e0ac807da663: Preparing [2023-03-07T21:49:39.887Z] f70ee36035b9: Preparing [2023-03-07T21:49:39.887Z] 89172ed1349c: Waiting [2023-03-07T21:49:39.887Z] f25172c62764: Waiting [2023-03-07T21:49:39.888Z] ad003662a8c7: Waiting [2023-03-07T21:49:39.888Z] f751227ca58e: Waiting [2023-03-07T21:49:39.888Z] 0fdc05a07e6d: Waiting [2023-03-07T21:49:39.888Z] f70ee36035b9: Waiting [2023-03-07T21:49:39.888Z] e0ac807da663: Waiting [2023-03-07T21:49:39.888Z] 4b3f7cf8ee03: Layer already exists [2023-03-07T21:49:39.888Z] 302a4948ec16: Layer already exists [2023-03-07T21:49:39.888Z] 83e1f4a7872b: Layer already exists [2023-03-07T21:49:39.888Z] a0822eb0d217: Layer already exists [2023-03-07T21:49:39.888Z] 17126cad3882: Layer already exists [2023-03-07T21:49:39.888Z] 89172ed1349c: Layer already exists [2023-03-07T21:49:39.888Z] ad003662a8c7: Layer already exists [2023-03-07T21:49:39.888Z] f751227ca58e: Layer already exists [2023-03-07T21:49:39.888Z] 0fdc05a07e6d: Layer already exists [2023-03-07T21:49:39.888Z] f25172c62764: Layer already exists [2023-03-07T21:49:39.888Z] e0ac807da663: Layer already exists [2023-03-07T21:49:39.888Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:40.152Z] main: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:49:40.193Z] ===================================================== [Pipeline] echo [2023-03-07T21:49:40.199Z] taggedImages: [2023-03-07T21:49:40.199Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:40.199Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-07T21:49:40.199Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 [2023-03-07T21:49:40.199Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:40.199Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-07T21:49:40.214Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-07T21:49:40.214Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:40.214Z] latest [2023-03-07T21:49:40.214Z] 3.0.0-dev.79 [2023-03-07T21:49:40.214Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:40.214Z] main [2023-03-07T21:49:40.214Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:40.539Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:40.869Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:40.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:49:40.869Z] ef91eccb4810: Preparing [2023-03-07T21:49:40.869Z] fac4bbbcff15: Preparing [2023-03-07T21:49:40.869Z] cb1901be7454: Preparing [2023-03-07T21:49:40.869Z] 741b6fdc8464: Preparing [2023-03-07T21:49:40.869Z] f751227ca58e: Preparing [2023-03-07T21:49:40.869Z] a7bde9c463c0: Preparing [2023-03-07T21:49:40.869Z] f70ee36035b9: Preparing [2023-03-07T21:49:40.869Z] a7bde9c463c0: Waiting [2023-03-07T21:49:40.869Z] f70ee36035b9: Waiting [2023-03-07T21:49:40.869Z] f751227ca58e: Layer already exists [2023-03-07T21:49:41.135Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:41.135Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:41.135Z] ef91eccb4810: Pushed [2023-03-07T21:49:41.135Z] fac4bbbcff15: Pushed [2023-03-07T21:49:41.135Z] cb1901be7454: Pushed [2023-03-07T21:49:43.711Z] 741b6fdc8464: Pushed [2023-03-07T21:49:43.711Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:44.043Z] + 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-03-07T21:49:44.367Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-07T21:49:44.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:49:44.367Z] ef91eccb4810: Preparing [2023-03-07T21:49:44.367Z] fac4bbbcff15: Preparing [2023-03-07T21:49:44.367Z] cb1901be7454: Preparing [2023-03-07T21:49:44.367Z] 741b6fdc8464: Preparing [2023-03-07T21:49:44.367Z] f751227ca58e: Preparing [2023-03-07T21:49:44.367Z] a7bde9c463c0: Preparing [2023-03-07T21:49:44.367Z] f70ee36035b9: Preparing [2023-03-07T21:49:44.367Z] a7bde9c463c0: Waiting [2023-03-07T21:49:44.367Z] f70ee36035b9: Waiting [2023-03-07T21:49:44.367Z] fac4bbbcff15: Layer already exists [2023-03-07T21:49:44.367Z] f751227ca58e: Layer already exists [2023-03-07T21:49:44.367Z] cb1901be7454: Layer already exists [2023-03-07T21:49:44.367Z] ef91eccb4810: Layer already exists [2023-03-07T21:49:44.367Z] 741b6fdc8464: Layer already exists [2023-03-07T21:49:44.367Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:44.367Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:44.632Z] latest: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:44.960Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:45.290Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 [2023-03-07T21:49:45.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:49:45.290Z] ef91eccb4810: Preparing [2023-03-07T21:49:45.290Z] fac4bbbcff15: Preparing [2023-03-07T21:49:45.290Z] cb1901be7454: Preparing [2023-03-07T21:49:45.290Z] 741b6fdc8464: Preparing [2023-03-07T21:49:45.290Z] f751227ca58e: Preparing [2023-03-07T21:49:45.290Z] a7bde9c463c0: Preparing [2023-03-07T21:49:45.290Z] f70ee36035b9: Preparing [2023-03-07T21:49:45.290Z] a7bde9c463c0: Waiting [2023-03-07T21:49:45.290Z] f70ee36035b9: Waiting [2023-03-07T21:49:45.290Z] 741b6fdc8464: Layer already exists [2023-03-07T21:49:45.290Z] ef91eccb4810: Layer already exists [2023-03-07T21:49:45.290Z] cb1901be7454: Layer already exists [2023-03-07T21:49:45.290Z] f751227ca58e: Layer already exists [2023-03-07T21:49:45.290Z] fac4bbbcff15: Layer already exists [2023-03-07T21:49:45.290Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:45.290Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:45.555Z] 3.0.0-dev.79: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:45.893Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:46.226Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:46.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:49:46.226Z] ef91eccb4810: Preparing [2023-03-07T21:49:46.226Z] fac4bbbcff15: Preparing [2023-03-07T21:49:46.226Z] cb1901be7454: Preparing [2023-03-07T21:49:46.226Z] 741b6fdc8464: Preparing [2023-03-07T21:49:46.226Z] f751227ca58e: Preparing [2023-03-07T21:49:46.226Z] a7bde9c463c0: Preparing [2023-03-07T21:49:46.226Z] f70ee36035b9: Preparing [2023-03-07T21:49:46.226Z] a7bde9c463c0: Waiting [2023-03-07T21:49:46.226Z] f70ee36035b9: Waiting [2023-03-07T21:49:46.226Z] cb1901be7454: Layer already exists [2023-03-07T21:49:46.226Z] 741b6fdc8464: Layer already exists [2023-03-07T21:49:46.226Z] fac4bbbcff15: Layer already exists [2023-03-07T21:49:46.226Z] f751227ca58e: Layer already exists [2023-03-07T21:49:46.226Z] ef91eccb4810: Layer already exists [2023-03-07T21:49:46.226Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:46.226Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:46.226Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:46.835Z] + 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-03-07T21:49:47.161Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-07T21:49:47.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:49:47.161Z] ef91eccb4810: Preparing [2023-03-07T21:49:47.161Z] fac4bbbcff15: Preparing [2023-03-07T21:49:47.161Z] cb1901be7454: Preparing [2023-03-07T21:49:47.161Z] 741b6fdc8464: Preparing [2023-03-07T21:49:47.161Z] f751227ca58e: Preparing [2023-03-07T21:49:47.162Z] a7bde9c463c0: Preparing [2023-03-07T21:49:47.162Z] f70ee36035b9: Preparing [2023-03-07T21:49:47.162Z] a7bde9c463c0: Waiting [2023-03-07T21:49:47.162Z] f70ee36035b9: Waiting [2023-03-07T21:49:47.162Z] f751227ca58e: Layer already exists [2023-03-07T21:49:47.162Z] fac4bbbcff15: Layer already exists [2023-03-07T21:49:47.162Z] 741b6fdc8464: Layer already exists [2023-03-07T21:49:47.162Z] cb1901be7454: Layer already exists [2023-03-07T21:49:47.162Z] ef91eccb4810: Layer already exists [2023-03-07T21:49:47.162Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:47.162Z] a7bde9c463c0: Layer already exists [2023-03-07T21:49:47.162Z] main: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:49:47.466Z] ===================================================== [Pipeline] echo [2023-03-07T21:49:47.478Z] taggedImages: [2023-03-07T21:49:47.478Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:47.478Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-07T21:49:47.478Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 [2023-03-07T21:49:47.478Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:47.478Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-07T21:49:47.494Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-07T21:49:47.494Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:47.494Z] latest [2023-03-07T21:49:47.494Z] 3.0.0-dev.79 [2023-03-07T21:49:47.494Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:47.494Z] main [2023-03-07T21:49:47.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:47.820Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:48.152Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:48.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:49:48.152Z] b8fe035679be: Preparing [2023-03-07T21:49:48.152Z] 0b86484c4a91: Preparing [2023-03-07T21:49:48.152Z] 4f63649cefca: Preparing [2023-03-07T21:49:48.152Z] f5c6c2da5629: Preparing [2023-03-07T21:49:48.152Z] ec02cf96a147: Preparing [2023-03-07T21:49:48.152Z] ddad9115b3a3: Preparing [2023-03-07T21:49:48.152Z] f70ee36035b9: Preparing [2023-03-07T21:49:48.152Z] f70ee36035b9: Waiting [2023-03-07T21:49:48.152Z] ddad9115b3a3: Waiting [2023-03-07T21:49:48.418Z] 0b86484c4a91: Pushed [2023-03-07T21:49:48.418Z] b8fe035679be: Pushed [2023-03-07T21:49:48.418Z] ec02cf96a147: Pushed [2023-03-07T21:49:48.418Z] f5c6c2da5629: Pushed [2023-03-07T21:49:48.418Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:48.682Z] ddad9115b3a3: Pushed [2023-03-07T21:49:50.617Z] 4f63649cefca: Pushed [2023-03-07T21:49:50.883Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:51.213Z] + 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-03-07T21:49:51.544Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-07T21:49:51.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:49:51.544Z] b8fe035679be: Preparing [2023-03-07T21:49:51.544Z] 0b86484c4a91: Preparing [2023-03-07T21:49:51.544Z] 4f63649cefca: Preparing [2023-03-07T21:49:51.544Z] f5c6c2da5629: Preparing [2023-03-07T21:49:51.544Z] ec02cf96a147: Preparing [2023-03-07T21:49:51.544Z] ddad9115b3a3: Preparing [2023-03-07T21:49:51.544Z] f70ee36035b9: Preparing [2023-03-07T21:49:51.544Z] ddad9115b3a3: Waiting [2023-03-07T21:49:51.544Z] f70ee36035b9: Waiting [2023-03-07T21:49:51.544Z] b8fe035679be: Layer already exists [2023-03-07T21:49:51.544Z] f5c6c2da5629: Layer already exists [2023-03-07T21:49:51.544Z] 4f63649cefca: Layer already exists [2023-03-07T21:49:51.544Z] ec02cf96a147: Layer already exists [2023-03-07T21:49:51.544Z] 0b86484c4a91: Layer already exists [2023-03-07T21:49:51.544Z] ddad9115b3a3: Layer already exists [2023-03-07T21:49:51.544Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:51.809Z] latest: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:52.143Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:52.526Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 [2023-03-07T21:49:52.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:49:52.526Z] b8fe035679be: Preparing [2023-03-07T21:49:52.526Z] 0b86484c4a91: Preparing [2023-03-07T21:49:52.526Z] 4f63649cefca: Preparing [2023-03-07T21:49:52.526Z] f5c6c2da5629: Preparing [2023-03-07T21:49:52.526Z] ec02cf96a147: Preparing [2023-03-07T21:49:52.526Z] ddad9115b3a3: Preparing [2023-03-07T21:49:52.526Z] f70ee36035b9: Preparing [2023-03-07T21:49:52.526Z] f70ee36035b9: Waiting [2023-03-07T21:49:52.526Z] ddad9115b3a3: Waiting [2023-03-07T21:49:52.526Z] 0b86484c4a91: Layer already exists [2023-03-07T21:49:52.526Z] ec02cf96a147: Layer already exists [2023-03-07T21:49:52.526Z] f5c6c2da5629: Layer already exists [2023-03-07T21:49:52.526Z] 4f63649cefca: Layer already exists [2023-03-07T21:49:52.526Z] b8fe035679be: Layer already exists [2023-03-07T21:49:52.526Z] ddad9115b3a3: Layer already exists [2023-03-07T21:49:52.526Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:52.791Z] 3.0.0-dev.79: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:53.120Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:53.447Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:53.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:49:53.448Z] b8fe035679be: Preparing [2023-03-07T21:49:53.448Z] 0b86484c4a91: Preparing [2023-03-07T21:49:53.448Z] 4f63649cefca: Preparing [2023-03-07T21:49:53.448Z] f5c6c2da5629: Preparing [2023-03-07T21:49:53.448Z] ec02cf96a147: Preparing [2023-03-07T21:49:53.448Z] ddad9115b3a3: Preparing [2023-03-07T21:49:53.448Z] f70ee36035b9: Preparing [2023-03-07T21:49:53.448Z] ddad9115b3a3: Waiting [2023-03-07T21:49:53.448Z] f70ee36035b9: Waiting [2023-03-07T21:49:53.448Z] f5c6c2da5629: Layer already exists [2023-03-07T21:49:53.448Z] b8fe035679be: Layer already exists [2023-03-07T21:49:53.448Z] 4f63649cefca: Layer already exists [2023-03-07T21:49:53.448Z] 0b86484c4a91: Layer already exists [2023-03-07T21:49:53.448Z] ec02cf96a147: Layer already exists [2023-03-07T21:49:53.448Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:53.448Z] ddad9115b3a3: Layer already exists [2023-03-07T21:49:53.448Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:54.046Z] + 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-03-07T21:49:54.384Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-07T21:49:54.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:49:54.384Z] b8fe035679be: Preparing [2023-03-07T21:49:54.384Z] 0b86484c4a91: Preparing [2023-03-07T21:49:54.384Z] 4f63649cefca: Preparing [2023-03-07T21:49:54.384Z] f5c6c2da5629: Preparing [2023-03-07T21:49:54.384Z] ec02cf96a147: Preparing [2023-03-07T21:49:54.384Z] ddad9115b3a3: Preparing [2023-03-07T21:49:54.384Z] f70ee36035b9: Preparing [2023-03-07T21:49:54.384Z] ddad9115b3a3: Waiting [2023-03-07T21:49:54.384Z] f70ee36035b9: Waiting [2023-03-07T21:49:54.384Z] 4f63649cefca: Layer already exists [2023-03-07T21:49:54.384Z] ec02cf96a147: Layer already exists [2023-03-07T21:49:54.384Z] 0b86484c4a91: Layer already exists [2023-03-07T21:49:54.384Z] b8fe035679be: Layer already exists [2023-03-07T21:49:54.384Z] f5c6c2da5629: Layer already exists [2023-03-07T21:49:54.384Z] ddad9115b3a3: Layer already exists [2023-03-07T21:49:54.384Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:54.384Z] main: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:49:54.422Z] ===================================================== [Pipeline] echo [2023-03-07T21:49:54.428Z] taggedImages: [2023-03-07T21:49:54.428Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:54.428Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-07T21:49:54.428Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 [2023-03-07T21:49:54.428Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:54.428Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-07T21:49:54.443Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-07T21:49:54.443Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:54.443Z] latest [2023-03-07T21:49:54.443Z] 3.0.0-dev.79 [2023-03-07T21:49:54.443Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:49:54.443Z] main [2023-03-07T21:49:54.443Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:54.769Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:55.108Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:49:55.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:49:55.108Z] c95317254484: Preparing [2023-03-07T21:49:55.108Z] 0250c6487e1e: Preparing [2023-03-07T21:49:55.108Z] 7fe9c699e44e: Preparing [2023-03-07T21:49:55.108Z] 90f7ec8ee760: Preparing [2023-03-07T21:49:55.108Z] 87c15f0bd73e: Preparing [2023-03-07T21:49:55.108Z] fbaf6758ca7b: Preparing [2023-03-07T21:49:55.108Z] def66cac5960: Preparing [2023-03-07T21:49:55.108Z] 16b5e51ea4b9: Preparing [2023-03-07T21:49:55.108Z] f70ee36035b9: Preparing [2023-03-07T21:49:55.108Z] fbaf6758ca7b: Waiting [2023-03-07T21:49:55.108Z] def66cac5960: Waiting [2023-03-07T21:49:55.108Z] f70ee36035b9: Waiting [2023-03-07T21:49:55.108Z] 16b5e51ea4b9: Waiting [2023-03-07T21:49:55.381Z] 0250c6487e1e: Pushed [2023-03-07T21:49:55.381Z] 87c15f0bd73e: Pushed [2023-03-07T21:49:55.381Z] c95317254484: Pushed [2023-03-07T21:49:55.644Z] fbaf6758ca7b: Pushed [2023-03-07T21:49:55.644Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:55.644Z] def66cac5960: Pushed [2023-03-07T21:49:55.909Z] 16b5e51ea4b9: Pushed [2023-03-07T21:49:57.856Z] 90f7ec8ee760: Pushed [2023-03-07T21:49:58.809Z] 7fe9c699e44e: Pushed [2023-03-07T21:49:58.809Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:49:59.141Z] + 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-03-07T21:49:59.473Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-07T21:49:59.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:49:59.473Z] c95317254484: Preparing [2023-03-07T21:49:59.473Z] 0250c6487e1e: Preparing [2023-03-07T21:49:59.473Z] 7fe9c699e44e: Preparing [2023-03-07T21:49:59.473Z] 90f7ec8ee760: Preparing [2023-03-07T21:49:59.473Z] 87c15f0bd73e: Preparing [2023-03-07T21:49:59.473Z] fbaf6758ca7b: Preparing [2023-03-07T21:49:59.473Z] def66cac5960: Preparing [2023-03-07T21:49:59.473Z] 16b5e51ea4b9: Preparing [2023-03-07T21:49:59.473Z] f70ee36035b9: Preparing [2023-03-07T21:49:59.473Z] fbaf6758ca7b: Waiting [2023-03-07T21:49:59.473Z] def66cac5960: Waiting [2023-03-07T21:49:59.473Z] 16b5e51ea4b9: Waiting [2023-03-07T21:49:59.473Z] f70ee36035b9: Waiting [2023-03-07T21:49:59.473Z] 7fe9c699e44e: Layer already exists [2023-03-07T21:49:59.473Z] 0250c6487e1e: Layer already exists [2023-03-07T21:49:59.473Z] c95317254484: Layer already exists [2023-03-07T21:49:59.473Z] 90f7ec8ee760: Layer already exists [2023-03-07T21:49:59.473Z] 87c15f0bd73e: Layer already exists [2023-03-07T21:49:59.473Z] def66cac5960: Layer already exists [2023-03-07T21:49:59.473Z] fbaf6758ca7b: Layer already exists [2023-03-07T21:49:59.473Z] f70ee36035b9: Layer already exists [2023-03-07T21:49:59.473Z] 16b5e51ea4b9: Layer already exists [2023-03-07T21:49:59.739Z] latest: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:00.076Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:00.407Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 [2023-03-07T21:50:00.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:50:00.407Z] c95317254484: Preparing [2023-03-07T21:50:00.407Z] 0250c6487e1e: Preparing [2023-03-07T21:50:00.407Z] 7fe9c699e44e: Preparing [2023-03-07T21:50:00.407Z] 90f7ec8ee760: Preparing [2023-03-07T21:50:00.407Z] 87c15f0bd73e: Preparing [2023-03-07T21:50:00.407Z] fbaf6758ca7b: Preparing [2023-03-07T21:50:00.407Z] def66cac5960: Preparing [2023-03-07T21:50:00.407Z] 16b5e51ea4b9: Preparing [2023-03-07T21:50:00.407Z] f70ee36035b9: Preparing [2023-03-07T21:50:00.407Z] fbaf6758ca7b: Waiting [2023-03-07T21:50:00.407Z] def66cac5960: Waiting [2023-03-07T21:50:00.407Z] 16b5e51ea4b9: Waiting [2023-03-07T21:50:00.407Z] f70ee36035b9: Waiting [2023-03-07T21:50:00.407Z] 0250c6487e1e: Layer already exists [2023-03-07T21:50:00.407Z] 7fe9c699e44e: Layer already exists [2023-03-07T21:50:00.407Z] 90f7ec8ee760: Layer already exists [2023-03-07T21:50:00.407Z] c95317254484: Layer already exists [2023-03-07T21:50:00.407Z] 87c15f0bd73e: Layer already exists [2023-03-07T21:50:00.407Z] 16b5e51ea4b9: Layer already exists [2023-03-07T21:50:00.407Z] fbaf6758ca7b: Layer already exists [2023-03-07T21:50:00.407Z] f70ee36035b9: Layer already exists [2023-03-07T21:50:00.407Z] def66cac5960: Layer already exists [2023-03-07T21:50:00.672Z] 3.0.0-dev.79: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:01.011Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:01.344Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:01.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:50:01.345Z] c95317254484: Preparing [2023-03-07T21:50:01.345Z] 0250c6487e1e: Preparing [2023-03-07T21:50:01.345Z] 7fe9c699e44e: Preparing [2023-03-07T21:50:01.345Z] 90f7ec8ee760: Preparing [2023-03-07T21:50:01.345Z] 87c15f0bd73e: Preparing [2023-03-07T21:50:01.345Z] fbaf6758ca7b: Preparing [2023-03-07T21:50:01.345Z] def66cac5960: Preparing [2023-03-07T21:50:01.345Z] 16b5e51ea4b9: Preparing [2023-03-07T21:50:01.345Z] f70ee36035b9: Preparing [2023-03-07T21:50:01.345Z] fbaf6758ca7b: Waiting [2023-03-07T21:50:01.345Z] def66cac5960: Waiting [2023-03-07T21:50:01.345Z] 16b5e51ea4b9: Waiting [2023-03-07T21:50:01.345Z] f70ee36035b9: Waiting [2023-03-07T21:50:01.345Z] 87c15f0bd73e: Layer already exists [2023-03-07T21:50:01.345Z] c95317254484: Layer already exists [2023-03-07T21:50:01.345Z] 90f7ec8ee760: Layer already exists [2023-03-07T21:50:01.345Z] 7fe9c699e44e: Layer already exists [2023-03-07T21:50:01.345Z] 0250c6487e1e: Layer already exists [2023-03-07T21:50:01.345Z] fbaf6758ca7b: Layer already exists [2023-03-07T21:50:01.345Z] 16b5e51ea4b9: Layer already exists [2023-03-07T21:50:01.345Z] def66cac5960: Layer already exists [2023-03-07T21:50:01.345Z] f70ee36035b9: Layer already exists [2023-03-07T21:50:01.345Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:01.937Z] + 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-03-07T21:50:02.268Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-07T21:50:02.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:50:02.268Z] c95317254484: Preparing [2023-03-07T21:50:02.268Z] 0250c6487e1e: Preparing [2023-03-07T21:50:02.268Z] 7fe9c699e44e: Preparing [2023-03-07T21:50:02.268Z] 90f7ec8ee760: Preparing [2023-03-07T21:50:02.268Z] 87c15f0bd73e: Preparing [2023-03-07T21:50:02.268Z] fbaf6758ca7b: Preparing [2023-03-07T21:50:02.268Z] def66cac5960: Preparing [2023-03-07T21:50:02.268Z] 16b5e51ea4b9: Preparing [2023-03-07T21:50:02.268Z] f70ee36035b9: Preparing [2023-03-07T21:50:02.268Z] def66cac5960: Waiting [2023-03-07T21:50:02.268Z] 16b5e51ea4b9: Waiting [2023-03-07T21:50:02.268Z] f70ee36035b9: Waiting [2023-03-07T21:50:02.268Z] fbaf6758ca7b: Waiting [2023-03-07T21:50:02.268Z] 87c15f0bd73e: Layer already exists [2023-03-07T21:50:02.268Z] 0250c6487e1e: Layer already exists [2023-03-07T21:50:02.268Z] 7fe9c699e44e: Layer already exists [2023-03-07T21:50:02.268Z] 90f7ec8ee760: Layer already exists [2023-03-07T21:50:02.268Z] c95317254484: Layer already exists [2023-03-07T21:50:02.268Z] f70ee36035b9: Layer already exists [2023-03-07T21:50:02.268Z] fbaf6758ca7b: Layer already exists [2023-03-07T21:50:02.268Z] 16b5e51ea4b9: Layer already exists [2023-03-07T21:50:02.268Z] def66cac5960: Layer already exists [2023-03-07T21:50:02.533Z] main: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:50:02.571Z] ===================================================== [Pipeline] echo [2023-03-07T21:50:02.577Z] taggedImages: [2023-03-07T21:50:02.577Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:02.577Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-07T21:50:02.577Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 [2023-03-07T21:50:02.577Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:02.577Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-07T21:50:02.591Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-07T21:50:02.591Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:02.591Z] latest [2023-03-07T21:50:02.591Z] 3.0.0-dev.79 [2023-03-07T21:50:02.591Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:02.591Z] main [2023-03-07T21:50:02.591Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:02.915Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:03.246Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:03.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:50:03.246Z] fb13c90b706f: Preparing [2023-03-07T21:50:03.246Z] a4a450dde6c1: Preparing [2023-03-07T21:50:03.246Z] f751227ca58e: Preparing [2023-03-07T21:50:03.246Z] 8a2e8a8303b7: Preparing [2023-03-07T21:50:03.246Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:03.246Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:03.246Z] f751227ca58e: Layer already exists [2023-03-07T21:50:03.511Z] fb13c90b706f: Pushed [2023-03-07T21:50:04.471Z] 8a2e8a8303b7: Pushed [2023-03-07T21:50:08.716Z] a4a450dde6c1: Pushed [2023-03-07T21:50:08.716Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:09.044Z] + 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-03-07T21:50:09.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-07T21:50:09.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:50:09.373Z] fb13c90b706f: Preparing [2023-03-07T21:50:09.373Z] a4a450dde6c1: Preparing [2023-03-07T21:50:09.373Z] f751227ca58e: Preparing [2023-03-07T21:50:09.373Z] 8a2e8a8303b7: Preparing [2023-03-07T21:50:09.373Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:09.373Z] fb13c90b706f: Layer already exists [2023-03-07T21:50:09.373Z] 8a2e8a8303b7: Layer already exists [2023-03-07T21:50:09.373Z] a4a450dde6c1: Layer already exists [2023-03-07T21:50:09.373Z] f751227ca58e: Layer already exists [2023-03-07T21:50:09.373Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:09.373Z] latest: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:09.966Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:10.301Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 [2023-03-07T21:50:10.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:50:10.301Z] fb13c90b706f: Preparing [2023-03-07T21:50:10.301Z] a4a450dde6c1: Preparing [2023-03-07T21:50:10.301Z] f751227ca58e: Preparing [2023-03-07T21:50:10.301Z] 8a2e8a8303b7: Preparing [2023-03-07T21:50:10.301Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:10.301Z] f751227ca58e: Layer already exists [2023-03-07T21:50:10.301Z] fb13c90b706f: Layer already exists [2023-03-07T21:50:10.301Z] a4a450dde6c1: Layer already exists [2023-03-07T21:50:10.301Z] 8a2e8a8303b7: Layer already exists [2023-03-07T21:50:10.301Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:10.301Z] 3.0.0-dev.79: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:10.671Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:11.015Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:11.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:50:11.015Z] fb13c90b706f: Preparing [2023-03-07T21:50:11.015Z] a4a450dde6c1: Preparing [2023-03-07T21:50:11.015Z] f751227ca58e: Preparing [2023-03-07T21:50:11.015Z] 8a2e8a8303b7: Preparing [2023-03-07T21:50:11.015Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:11.015Z] a4a450dde6c1: Layer already exists [2023-03-07T21:50:11.015Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:11.015Z] fb13c90b706f: Layer already exists [2023-03-07T21:50:11.015Z] f751227ca58e: Layer already exists [2023-03-07T21:50:11.015Z] 8a2e8a8303b7: Layer already exists [2023-03-07T21:50:11.015Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:11.371Z] + 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-03-07T21:50:11.712Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-07T21:50:11.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:50:11.712Z] fb13c90b706f: Preparing [2023-03-07T21:50:11.712Z] a4a450dde6c1: Preparing [2023-03-07T21:50:11.712Z] f751227ca58e: Preparing [2023-03-07T21:50:11.712Z] 8a2e8a8303b7: Preparing [2023-03-07T21:50:11.712Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:11.712Z] fb13c90b706f: Layer already exists [2023-03-07T21:50:11.712Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:11.712Z] f751227ca58e: Layer already exists [2023-03-07T21:50:11.712Z] 8a2e8a8303b7: Layer already exists [2023-03-07T21:50:11.712Z] a4a450dde6c1: Layer already exists [2023-03-07T21:50:11.712Z] main: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:50:12.015Z] ===================================================== [Pipeline] echo [2023-03-07T21:50:12.021Z] taggedImages: [2023-03-07T21:50:12.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:12.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-07T21:50:12.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 [2023-03-07T21:50:12.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:12.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-07T21:50:12.036Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-07T21:50:12.036Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:12.036Z] latest [2023-03-07T21:50:12.036Z] 3.0.0-dev.79 [2023-03-07T21:50:12.036Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:12.036Z] main [2023-03-07T21:50:12.036Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:12.359Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:12.688Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:12.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:50:12.688Z] 927704be75d5: Preparing [2023-03-07T21:50:12.688Z] d5284719058f: Preparing [2023-03-07T21:50:12.688Z] af82dbfb7953: Preparing [2023-03-07T21:50:12.688Z] fc0d10b0d134: Preparing [2023-03-07T21:50:12.688Z] 4500ee3e3254: Preparing [2023-03-07T21:50:12.688Z] 54f64829a803: Preparing [2023-03-07T21:50:12.688Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:12.688Z] 54f64829a803: Waiting [2023-03-07T21:50:12.688Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:12.954Z] af82dbfb7953: Pushed [2023-03-07T21:50:12.954Z] d5284719058f: Pushed [2023-03-07T21:50:12.954Z] 927704be75d5: Pushed [2023-03-07T21:50:12.954Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:13.910Z] 54f64829a803: Pushed [2023-03-07T21:50:22.099Z] 4500ee3e3254: Pushed [2023-03-07T21:50:28.726Z] fc0d10b0d134: Pushed [2023-03-07T21:50:28.726Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:29.054Z] + 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-03-07T21:50:29.387Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-07T21:50:29.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:50:29.387Z] 927704be75d5: Preparing [2023-03-07T21:50:29.387Z] d5284719058f: Preparing [2023-03-07T21:50:29.387Z] af82dbfb7953: Preparing [2023-03-07T21:50:29.387Z] fc0d10b0d134: Preparing [2023-03-07T21:50:29.387Z] 4500ee3e3254: Preparing [2023-03-07T21:50:29.387Z] 54f64829a803: Preparing [2023-03-07T21:50:29.387Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:29.387Z] 54f64829a803: Waiting [2023-03-07T21:50:29.387Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:29.387Z] d5284719058f: Layer already exists [2023-03-07T21:50:29.387Z] af82dbfb7953: Layer already exists [2023-03-07T21:50:29.387Z] 4500ee3e3254: Layer already exists [2023-03-07T21:50:29.387Z] 927704be75d5: Layer already exists [2023-03-07T21:50:29.387Z] fc0d10b0d134: Layer already exists [2023-03-07T21:50:29.387Z] 54f64829a803: Layer already exists [2023-03-07T21:50:29.387Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:29.652Z] latest: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:29.983Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:30.314Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 [2023-03-07T21:50:30.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:50:30.314Z] 927704be75d5: Preparing [2023-03-07T21:50:30.314Z] d5284719058f: Preparing [2023-03-07T21:50:30.314Z] af82dbfb7953: Preparing [2023-03-07T21:50:30.314Z] fc0d10b0d134: Preparing [2023-03-07T21:50:30.314Z] 4500ee3e3254: Preparing [2023-03-07T21:50:30.314Z] 54f64829a803: Preparing [2023-03-07T21:50:30.314Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:30.314Z] 54f64829a803: Waiting [2023-03-07T21:50:30.314Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:30.314Z] 4500ee3e3254: Layer already exists [2023-03-07T21:50:30.314Z] d5284719058f: Layer already exists [2023-03-07T21:50:30.314Z] fc0d10b0d134: Layer already exists [2023-03-07T21:50:30.314Z] 927704be75d5: Layer already exists [2023-03-07T21:50:30.314Z] af82dbfb7953: Layer already exists [2023-03-07T21:50:30.314Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:30.314Z] 54f64829a803: Layer already exists [2023-03-07T21:50:30.579Z] 3.0.0-dev.79: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:30.911Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:31.248Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:31.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:50:31.248Z] 927704be75d5: Preparing [2023-03-07T21:50:31.248Z] d5284719058f: Preparing [2023-03-07T21:50:31.248Z] af82dbfb7953: Preparing [2023-03-07T21:50:31.248Z] fc0d10b0d134: Preparing [2023-03-07T21:50:31.248Z] 4500ee3e3254: Preparing [2023-03-07T21:50:31.248Z] 54f64829a803: Preparing [2023-03-07T21:50:31.248Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:31.248Z] 54f64829a803: Waiting [2023-03-07T21:50:31.248Z] 4500ee3e3254: Layer already exists [2023-03-07T21:50:31.248Z] 927704be75d5: Layer already exists [2023-03-07T21:50:31.248Z] d5284719058f: Layer already exists [2023-03-07T21:50:31.248Z] af82dbfb7953: Layer already exists [2023-03-07T21:50:31.248Z] fc0d10b0d134: Layer already exists [2023-03-07T21:50:31.248Z] 54f64829a803: Layer already exists [2023-03-07T21:50:31.248Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:31.513Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:31.857Z] + 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-03-07T21:50:32.192Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-07T21:50:32.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:50:32.192Z] 927704be75d5: Preparing [2023-03-07T21:50:32.192Z] d5284719058f: Preparing [2023-03-07T21:50:32.192Z] af82dbfb7953: Preparing [2023-03-07T21:50:32.192Z] fc0d10b0d134: Preparing [2023-03-07T21:50:32.192Z] 4500ee3e3254: Preparing [2023-03-07T21:50:32.192Z] 54f64829a803: Preparing [2023-03-07T21:50:32.192Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:32.192Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:32.192Z] 54f64829a803: Waiting [2023-03-07T21:50:32.192Z] af82dbfb7953: Layer already exists [2023-03-07T21:50:32.192Z] 4500ee3e3254: Layer already exists [2023-03-07T21:50:32.192Z] 927704be75d5: Layer already exists [2023-03-07T21:50:32.192Z] d5284719058f: Layer already exists [2023-03-07T21:50:32.192Z] fc0d10b0d134: Layer already exists [2023-03-07T21:50:32.192Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:32.192Z] 54f64829a803: Layer already exists [2023-03-07T21:50:32.457Z] main: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:50:32.509Z] ===================================================== [Pipeline] echo [2023-03-07T21:50:32.519Z] taggedImages: [2023-03-07T21:50:32.519Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:32.519Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-07T21:50:32.519Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 [2023-03-07T21:50:32.519Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:32.519Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-07T21:50:32.542Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-07T21:50:32.542Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:32.542Z] latest [2023-03-07T21:50:32.542Z] 3.0.0-dev.79 [2023-03-07T21:50:32.542Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:32.542Z] main [2023-03-07T21:50:32.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:32.875Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:33.210Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:33.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:50:33.210Z] 415a69bcb99a: Preparing [2023-03-07T21:50:33.210Z] 499f842f6d85: Preparing [2023-03-07T21:50:33.210Z] ba55da449f52: Preparing [2023-03-07T21:50:33.210Z] 6e139cba4a97: Preparing [2023-03-07T21:50:33.210Z] 0e0d5a39026f: Preparing [2023-03-07T21:50:33.210Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:33.210Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:33.476Z] 415a69bcb99a: Pushed [2023-03-07T21:50:33.476Z] ba55da449f52: Pushed [2023-03-07T21:50:33.476Z] 499f842f6d85: Pushed [2023-03-07T21:50:33.476Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:34.056Z] 0e0d5a39026f: Pushed [2023-03-07T21:50:49.027Z] 6e139cba4a97: Pushed [2023-03-07T21:50:49.027Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:49.360Z] + 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-03-07T21:50:49.680Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-07T21:50:49.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:50:49.680Z] 415a69bcb99a: Preparing [2023-03-07T21:50:49.680Z] 499f842f6d85: Preparing [2023-03-07T21:50:49.680Z] ba55da449f52: Preparing [2023-03-07T21:50:49.680Z] 6e139cba4a97: Preparing [2023-03-07T21:50:49.680Z] 0e0d5a39026f: Preparing [2023-03-07T21:50:49.680Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:49.680Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:49.680Z] 415a69bcb99a: Layer already exists [2023-03-07T21:50:49.680Z] 0e0d5a39026f: Layer already exists [2023-03-07T21:50:49.680Z] 499f842f6d85: Layer already exists [2023-03-07T21:50:49.681Z] ba55da449f52: Layer already exists [2023-03-07T21:50:49.681Z] 6e139cba4a97: Layer already exists [2023-03-07T21:50:49.681Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:49.944Z] latest: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:50.272Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:50.598Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 [2023-03-07T21:50:50.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:50:50.598Z] 415a69bcb99a: Preparing [2023-03-07T21:50:50.598Z] 499f842f6d85: Preparing [2023-03-07T21:50:50.598Z] ba55da449f52: Preparing [2023-03-07T21:50:50.598Z] 6e139cba4a97: Preparing [2023-03-07T21:50:50.598Z] 0e0d5a39026f: Preparing [2023-03-07T21:50:50.598Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:50.598Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:50.598Z] 499f842f6d85: Layer already exists [2023-03-07T21:50:50.598Z] 6e139cba4a97: Layer already exists [2023-03-07T21:50:50.598Z] 415a69bcb99a: Layer already exists [2023-03-07T21:50:50.598Z] 0e0d5a39026f: Layer already exists [2023-03-07T21:50:50.598Z] ba55da449f52: Layer already exists [2023-03-07T21:50:50.598Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:50.598Z] 3.0.0-dev.79: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:51.192Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:51.519Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:51.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:50:51.519Z] 415a69bcb99a: Preparing [2023-03-07T21:50:51.519Z] 499f842f6d85: Preparing [2023-03-07T21:50:51.519Z] ba55da449f52: Preparing [2023-03-07T21:50:51.519Z] 6e139cba4a97: Preparing [2023-03-07T21:50:51.519Z] 0e0d5a39026f: Preparing [2023-03-07T21:50:51.519Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:51.519Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:51.519Z] 6e139cba4a97: Layer already exists [2023-03-07T21:50:51.519Z] 0e0d5a39026f: Layer already exists [2023-03-07T21:50:51.519Z] 415a69bcb99a: Layer already exists [2023-03-07T21:50:51.519Z] 499f842f6d85: Layer already exists [2023-03-07T21:50:51.519Z] ba55da449f52: Layer already exists [2023-03-07T21:50:51.519Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:51.519Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:51.847Z] + 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-03-07T21:50:52.183Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-07T21:50:52.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:50:52.183Z] 415a69bcb99a: Preparing [2023-03-07T21:50:52.183Z] 499f842f6d85: Preparing [2023-03-07T21:50:52.183Z] ba55da449f52: Preparing [2023-03-07T21:50:52.183Z] 6e139cba4a97: Preparing [2023-03-07T21:50:52.183Z] 0e0d5a39026f: Preparing [2023-03-07T21:50:52.183Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:52.183Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:52.183Z] 0e0d5a39026f: Layer already exists [2023-03-07T21:50:52.183Z] 499f842f6d85: Layer already exists [2023-03-07T21:50:52.183Z] ba55da449f52: Layer already exists [2023-03-07T21:50:52.183Z] 6e139cba4a97: Layer already exists [2023-03-07T21:50:52.183Z] 415a69bcb99a: Layer already exists [2023-03-07T21:50:52.183Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:52.448Z] main: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:50:52.486Z] ===================================================== [Pipeline] echo [2023-03-07T21:50:52.492Z] taggedImages: [2023-03-07T21:50:52.492Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:52.492Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-07T21:50:52.492Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 [2023-03-07T21:50:52.492Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:52.492Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-07T21:50:52.507Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-07T21:50:52.507Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:52.507Z] latest [2023-03-07T21:50:52.507Z] 3.0.0-dev.79 [2023-03-07T21:50:52.507Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:50:52.507Z] main [2023-03-07T21:50:52.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:52.837Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:50:53.163Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:50:53.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:50:53.163Z] 2fa04b28a973: Preparing [2023-03-07T21:50:53.163Z] 079093e46c04: Preparing [2023-03-07T21:50:53.163Z] f17d34625b72: Preparing [2023-03-07T21:50:53.163Z] e1a70e3af9b1: Preparing [2023-03-07T21:50:53.163Z] 54f64829a803: Preparing [2023-03-07T21:50:53.163Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:50:53.163Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:50:53.163Z] 54f64829a803: Layer already exists [2023-03-07T21:50:53.163Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:50:53.427Z] 079093e46c04: Pushed [2023-03-07T21:50:53.427Z] f17d34625b72: Pushed [2023-03-07T21:50:53.428Z] 2fa04b28a973: Pushed [2023-03-07T21:51:08.395Z] e1a70e3af9b1: Pushed [2023-03-07T21:51:09.352Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:09.695Z] + 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-03-07T21:51:10.027Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-07T21:51:10.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:51:10.027Z] 2fa04b28a973: Preparing [2023-03-07T21:51:10.027Z] 079093e46c04: Preparing [2023-03-07T21:51:10.027Z] f17d34625b72: Preparing [2023-03-07T21:51:10.027Z] e1a70e3af9b1: Preparing [2023-03-07T21:51:10.027Z] 54f64829a803: Preparing [2023-03-07T21:51:10.027Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:51:10.027Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:51:10.027Z] 079093e46c04: Layer already exists [2023-03-07T21:51:10.027Z] f17d34625b72: Layer already exists [2023-03-07T21:51:10.027Z] 2fa04b28a973: Layer already exists [2023-03-07T21:51:10.027Z] e1a70e3af9b1: Layer already exists [2023-03-07T21:51:10.027Z] 54f64829a803: Layer already exists [2023-03-07T21:51:10.027Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:51:10.293Z] latest: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:10.624Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:12.351Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 [2023-03-07T21:51:12.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:51:12.351Z] 2fa04b28a973: Preparing [2023-03-07T21:51:12.351Z] 079093e46c04: Preparing [2023-03-07T21:51:12.351Z] f17d34625b72: Preparing [2023-03-07T21:51:12.351Z] e1a70e3af9b1: Preparing [2023-03-07T21:51:12.351Z] 54f64829a803: Preparing [2023-03-07T21:51:12.351Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:51:12.351Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:51:12.351Z] 54f64829a803: Layer already exists [2023-03-07T21:51:12.351Z] f17d34625b72: Layer already exists [2023-03-07T21:51:12.351Z] 079093e46c04: Layer already exists [2023-03-07T21:51:12.351Z] 2fa04b28a973: Layer already exists [2023-03-07T21:51:12.351Z] e1a70e3af9b1: Layer already exists [2023-03-07T21:51:12.351Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:51:12.616Z] 3.0.0-dev.79: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:12.946Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:13.273Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:51:13.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:51:13.273Z] 2fa04b28a973: Preparing [2023-03-07T21:51:13.273Z] 079093e46c04: Preparing [2023-03-07T21:51:13.273Z] f17d34625b72: Preparing [2023-03-07T21:51:13.273Z] e1a70e3af9b1: Preparing [2023-03-07T21:51:13.273Z] 54f64829a803: Preparing [2023-03-07T21:51:13.273Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:51:13.273Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:51:13.273Z] 54f64829a803: Layer already exists [2023-03-07T21:51:13.273Z] e1a70e3af9b1: Layer already exists [2023-03-07T21:51:13.273Z] 079093e46c04: Layer already exists [2023-03-07T21:51:13.273Z] f17d34625b72: Layer already exists [2023-03-07T21:51:13.273Z] 2fa04b28a973: Layer already exists [2023-03-07T21:51:13.273Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:51:13.273Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:13.871Z] + 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-03-07T21:51:14.199Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-07T21:51:14.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:51:14.199Z] 2fa04b28a973: Preparing [2023-03-07T21:51:14.199Z] 079093e46c04: Preparing [2023-03-07T21:51:14.199Z] f17d34625b72: Preparing [2023-03-07T21:51:14.199Z] e1a70e3af9b1: Preparing [2023-03-07T21:51:14.199Z] 54f64829a803: Preparing [2023-03-07T21:51:14.199Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:51:14.199Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:51:14.199Z] f17d34625b72: Layer already exists [2023-03-07T21:51:14.199Z] 2fa04b28a973: Layer already exists [2023-03-07T21:51:14.199Z] 079093e46c04: Layer already exists [2023-03-07T21:51:14.199Z] e1a70e3af9b1: Layer already exists [2023-03-07T21:51:14.199Z] 54f64829a803: Layer already exists [2023-03-07T21:51:14.199Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:51:14.464Z] main: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:51:14.504Z] ===================================================== [Pipeline] echo [2023-03-07T21:51:14.510Z] taggedImages: [2023-03-07T21:51:14.510Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:51:14.510Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-07T21:51:14.510Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 [2023-03-07T21:51:14.510Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:51:14.510Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-07T21:51:14.524Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-07T21:51:14.524Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:51:14.524Z] latest [2023-03-07T21:51:14.524Z] 3.0.0-dev.79 [2023-03-07T21:51:14.524Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:51:14.524Z] main [2023-03-07T21:51:14.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:14.853Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:15.177Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:51:15.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:51:15.177Z] 621e0163331e: Preparing [2023-03-07T21:51:15.177Z] 045f0a199dae: Preparing [2023-03-07T21:51:15.177Z] f751227ca58e: Preparing [2023-03-07T21:51:15.177Z] 65d4f9668dad: Preparing [2023-03-07T21:51:15.177Z] f70ee36035b9: Preparing [2023-03-07T21:51:15.177Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:15.177Z] f751227ca58e: Layer already exists [2023-03-07T21:51:15.442Z] 621e0163331e: Pushed [2023-03-07T21:51:15.707Z] 65d4f9668dad: Pushed [2023-03-07T21:51:21.028Z] 045f0a199dae: Pushed [2023-03-07T21:51:21.028Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:21.357Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:21.676Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-07T21:51:21.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:51:21.676Z] 621e0163331e: Preparing [2023-03-07T21:51:21.676Z] 045f0a199dae: Preparing [2023-03-07T21:51:21.676Z] f751227ca58e: Preparing [2023-03-07T21:51:21.676Z] 65d4f9668dad: Preparing [2023-03-07T21:51:21.676Z] f70ee36035b9: Preparing [2023-03-07T21:51:21.676Z] 045f0a199dae: Layer already exists [2023-03-07T21:51:21.676Z] 621e0163331e: Layer already exists [2023-03-07T21:51:21.676Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:21.676Z] 65d4f9668dad: Layer already exists [2023-03-07T21:51:21.676Z] f751227ca58e: Layer already exists [2023-03-07T21:51:21.677Z] latest: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:22.020Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:22.353Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 [2023-03-07T21:51:22.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:51:22.353Z] 621e0163331e: Preparing [2023-03-07T21:51:22.353Z] 045f0a199dae: Preparing [2023-03-07T21:51:22.353Z] f751227ca58e: Preparing [2023-03-07T21:51:22.353Z] 65d4f9668dad: Preparing [2023-03-07T21:51:22.353Z] f70ee36035b9: Preparing [2023-03-07T21:51:22.353Z] 621e0163331e: Layer already exists [2023-03-07T21:51:22.353Z] f751227ca58e: Layer already exists [2023-03-07T21:51:22.353Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:22.353Z] 65d4f9668dad: Layer already exists [2023-03-07T21:51:22.353Z] 045f0a199dae: Layer already exists [2023-03-07T21:51:22.353Z] 3.0.0-dev.79: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:22.699Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:24.961Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:51:24.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:51:24.962Z] 621e0163331e: Preparing [2023-03-07T21:51:24.962Z] 045f0a199dae: Preparing [2023-03-07T21:51:24.962Z] f751227ca58e: Preparing [2023-03-07T21:51:24.962Z] 65d4f9668dad: Preparing [2023-03-07T21:51:24.962Z] f70ee36035b9: Preparing [2023-03-07T21:51:24.962Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:24.962Z] 65d4f9668dad: Layer already exists [2023-03-07T21:51:24.962Z] f751227ca58e: Layer already exists [2023-03-07T21:51:24.962Z] 045f0a199dae: Layer already exists [2023-03-07T21:51:24.962Z] 621e0163331e: Layer already exists [2023-03-07T21:51:24.962Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:25.293Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:25.622Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-07T21:51:25.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:51:25.622Z] 621e0163331e: Preparing [2023-03-07T21:51:25.622Z] 045f0a199dae: Preparing [2023-03-07T21:51:25.622Z] f751227ca58e: Preparing [2023-03-07T21:51:25.622Z] 65d4f9668dad: Preparing [2023-03-07T21:51:25.622Z] f70ee36035b9: Preparing [2023-03-07T21:51:25.622Z] 621e0163331e: Layer already exists [2023-03-07T21:51:25.622Z] 045f0a199dae: Layer already exists [2023-03-07T21:51:25.622Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:25.622Z] f751227ca58e: Layer already exists [2023-03-07T21:51:25.622Z] 65d4f9668dad: Layer already exists [2023-03-07T21:51:25.886Z] main: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:51:25.924Z] ===================================================== [Pipeline] echo [2023-03-07T21:51:25.929Z] taggedImages: [2023-03-07T21:51:25.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:51:25.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-07T21:51:25.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 [2023-03-07T21:51:25.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:51:25.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-07T21:51:25.943Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-07T21:51:25.943Z] 3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:51:25.943Z] latest [2023-03-07T21:51:25.943Z] 3.0.0-dev.79 [2023-03-07T21:51:25.943Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:51:25.943Z] main [2023-03-07T21:51:25.943Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:26.268Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:26.603Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:51:26.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:51:26.603Z] 0e54da0bb450: Preparing [2023-03-07T21:51:26.603Z] 02f86d192fcc: Preparing [2023-03-07T21:51:26.603Z] f751227ca58e: Preparing [2023-03-07T21:51:26.603Z] f5a654bad18c: Preparing [2023-03-07T21:51:26.603Z] f70ee36035b9: Preparing [2023-03-07T21:51:26.603Z] f5a654bad18c: Layer already exists [2023-03-07T21:51:26.603Z] f751227ca58e: Layer already exists [2023-03-07T21:51:26.603Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:26.867Z] 0e54da0bb450: Pushed [2023-03-07T21:51:32.190Z] 02f86d192fcc: Pushed [2023-03-07T21:51:32.455Z] 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:32.793Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:33.139Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-07T21:51:33.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:51:33.139Z] 0e54da0bb450: Preparing [2023-03-07T21:51:33.139Z] 02f86d192fcc: Preparing [2023-03-07T21:51:33.139Z] f751227ca58e: Preparing [2023-03-07T21:51:33.139Z] f5a654bad18c: Preparing [2023-03-07T21:51:33.139Z] f70ee36035b9: Preparing [2023-03-07T21:51:33.139Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:33.139Z] 02f86d192fcc: Layer already exists [2023-03-07T21:51:33.139Z] f5a654bad18c: Layer already exists [2023-03-07T21:51:33.139Z] f751227ca58e: Layer already exists [2023-03-07T21:51:33.139Z] 0e54da0bb450: Layer already exists [2023-03-07T21:51:33.414Z] latest: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:33.759Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:34.095Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 [2023-03-07T21:51:34.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:51:34.096Z] 0e54da0bb450: Preparing [2023-03-07T21:51:34.096Z] 02f86d192fcc: Preparing [2023-03-07T21:51:34.096Z] f751227ca58e: Preparing [2023-03-07T21:51:34.096Z] f5a654bad18c: Preparing [2023-03-07T21:51:34.096Z] f70ee36035b9: Preparing [2023-03-07T21:51:34.096Z] f5a654bad18c: Layer already exists [2023-03-07T21:51:34.096Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:34.096Z] f751227ca58e: Layer already exists [2023-03-07T21:51:34.096Z] 0e54da0bb450: Layer already exists [2023-03-07T21:51:34.096Z] 02f86d192fcc: Layer already exists [2023-03-07T21:51:34.096Z] 3.0.0-dev.79: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:34.451Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:34.784Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:51:34.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:51:34.784Z] 0e54da0bb450: Preparing [2023-03-07T21:51:34.784Z] 02f86d192fcc: Preparing [2023-03-07T21:51:34.784Z] f751227ca58e: Preparing [2023-03-07T21:51:34.784Z] f5a654bad18c: Preparing [2023-03-07T21:51:34.784Z] f70ee36035b9: Preparing [2023-03-07T21:51:34.784Z] 02f86d192fcc: Layer already exists [2023-03-07T21:51:34.784Z] 0e54da0bb450: Layer already exists [2023-03-07T21:51:34.784Z] f5a654bad18c: Layer already exists [2023-03-07T21:51:34.784Z] f751227ca58e: Layer already exists [2023-03-07T21:51:34.784Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:34.784Z] 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:35.112Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:35.439Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-07T21:51:35.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:51:35.439Z] 0e54da0bb450: Preparing [2023-03-07T21:51:35.439Z] 02f86d192fcc: Preparing [2023-03-07T21:51:35.439Z] f751227ca58e: Preparing [2023-03-07T21:51:35.439Z] f5a654bad18c: Preparing [2023-03-07T21:51:35.439Z] f70ee36035b9: Preparing [2023-03-07T21:51:35.439Z] 02f86d192fcc: Layer already exists [2023-03-07T21:51:35.439Z] f751227ca58e: Layer already exists [2023-03-07T21:51:35.439Z] f5a654bad18c: Layer already exists [2023-03-07T21:51:35.439Z] f70ee36035b9: Layer already exists [2023-03-07T21:51:35.439Z] 0e54da0bb450: Layer already exists [2023-03-07T21:51:35.439Z] main: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:51:35.742Z] ===================================================== [Pipeline] echo [2023-03-07T21:51:35.747Z] taggedImages: [2023-03-07T21:51:35.748Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [2023-03-07T21:51:35.748Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-07T21:51:35.748Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 [2023-03-07T21:51:35.748Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [2023-03-07T21:51:35.748Z] - 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-03-07T21:51:36.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T21:51:36.114Z] [2023-03-07T21:51:36.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:51:36.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T21:51:36.707Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-07T21:51:36.707Z] 8998bd30e6a1: Pulling fs layer [2023-03-07T21:51:36.707Z] 04944245beec: Pulling fs layer [2023-03-07T21:51:36.707Z] 699f458cf7ca: Pulling fs layer [2023-03-07T21:51:36.707Z] 765212b225bb: Pulling fs layer [2023-03-07T21:51:36.707Z] f23df028b6ca: Pulling fs layer [2023-03-07T21:51:36.707Z] d65c8cfc05b1: Pulling fs layer [2023-03-07T21:51:36.707Z] 2437ff75d9bd: Pulling fs layer [2023-03-07T21:51:36.707Z] f23df028b6ca: Waiting [2023-03-07T21:51:36.707Z] d65c8cfc05b1: Waiting [2023-03-07T21:51:36.707Z] 2437ff75d9bd: Waiting [2023-03-07T21:51:36.707Z] 04944245beec: Verifying Checksum [2023-03-07T21:51:36.707Z] 04944245beec: Download complete [2023-03-07T21:51:36.707Z] 765212b225bb: Verifying Checksum [2023-03-07T21:51:36.707Z] 765212b225bb: Download complete [2023-03-07T21:51:36.974Z] f23df028b6ca: Verifying Checksum [2023-03-07T21:51:36.974Z] f23df028b6ca: Download complete [2023-03-07T21:51:36.974Z] d65c8cfc05b1: Verifying Checksum [2023-03-07T21:51:36.974Z] d65c8cfc05b1: Download complete [2023-03-07T21:51:36.974Z] 699f458cf7ca: Verifying Checksum [2023-03-07T21:51:36.974Z] 699f458cf7ca: Download complete [2023-03-07T21:51:37.556Z] 8998bd30e6a1: Verifying Checksum [2023-03-07T21:51:37.556Z] 8998bd30e6a1: Download complete [2023-03-07T21:51:39.494Z] 2437ff75d9bd: Download complete [2023-03-07T21:51:41.434Z] 8998bd30e6a1: Pull complete [2023-03-07T21:51:41.699Z] 04944245beec: Pull complete [2023-03-07T21:51:43.101Z] 699f458cf7ca: Pull complete [2023-03-07T21:51:43.367Z] 765212b225bb: Pull complete [2023-03-07T21:51:43.947Z] f23df028b6ca: Pull complete [2023-03-07T21:51:44.213Z] d65c8cfc05b1: Pull complete [2023-03-07T21:51:59.245Z] 2437ff75d9bd: Pull complete [2023-03-07T21:51:59.245Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-07T21:51:59.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T21:51:59.245Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:51:59.423Z] prd-ubuntu20.04-docker-arm64-4c-16g-8648 does not seem to be running inside a container [2023-03-07T21:51:59.462Z] $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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:arm64 cat [2023-03-07T21:52:03.287Z] $ docker top fa5aa6b7b848439e8dd2498fbad439804887b57c72ea1e702a75e644fa61773d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:52:04.177Z] ---> job-cost.sh [2023-03-07T21:52:04.177Z] lf-activate-venv: SKIPPING [2023-03-07T21:52:04.177Z] INFO: No Stack... [2023-03-07T21:52:04.443Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-07T21:52:05.396Z] INFO: Archiving Costs [Pipeline] sh [2023-03-07T21:52:05.710Z] + cat /w/workspace/edgex-go/441/archives/cost.csv [2023-03-07T21:52:05.710Z] + cut -d, -f6 [Pipeline] lock [2023-03-07T21:52:05.748Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-441-stack-cost] [2023-03-07T21:52:05.754Z] Resource [jenkins-edgexfoundry-edgex-go-main-441-stack-cost] did not exist. Created. [2023-03-07T21:52:05.754Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-441-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-07T21:52:06.076Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-07T21:52:06.619Z] Stashed 1 file(s) [Pipeline] } [2023-03-07T21:52:06.627Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-441-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-07T21:52:06.629Z] $ docker stop --time=1 fa5aa6b7b848439e8dd2498fbad439804887b57c72ea1e702a75e644fa61773d [2023-03-07T21:52:08.102Z] $ docker rm -f --volumes fa5aa6b7b848439e8dd2498fbad439804887b57c72ea1e702a75e644fa61773d [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-03-07T21:52:08.544Z] provisioning config files... [2023-03-07T21:52:08.554Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/441@tmp/config14087555670346263801tmp [Pipeline] { [Pipeline] sh [2023-03-07T21:52:08.864Z] + set +x [2023-03-07T21:52:08.864Z] + curl -s https://codecov.io/bash [2023-03-07T21:52:08.864Z] + bash -s -- [2023-03-07T21:52:08.864Z] [2023-03-07T21:52:08.864Z] _____ _ [2023-03-07T21:52:08.864Z] / ____| | | [2023-03-07T21:52:08.864Z] | | ___ __| | ___ ___ _____ __ [2023-03-07T21:52:08.864Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-07T21:52:08.864Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-07T21:52:08.864Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-07T21:52:08.864Z] Bash-1.0.6 [2023-03-07T21:52:08.864Z] [2023-03-07T21:52:08.864Z] [2023-03-07T21:52:08.864Z] ==> git version 2.25.1 found [2023-03-07T21:52:08.864Z] ==> 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-03-07T21:52:08.864Z] Release-Date: 2020-01-08 [2023-03-07T21:52:08.864Z] 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-03-07T21:52:08.864Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-07T21:52:08.864Z] ==> Jenkins CI detected. [2023-03-07T21:52:08.864Z] current dir:  /w/workspace/edgex-go/441 [2023-03-07T21:52:08.864Z] project root: . [2023-03-07T21:52:08.864Z] --> token set from env [2023-03-07T21:52:08.864Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-07T21:52:08.864Z] ==> Running gcov in . (disable via -X gcov) [2023-03-07T21:52:08.864Z] ==> Python coveragepy not found [2023-03-07T21:52:08.864Z] ==> Searching for coverage reports in: [2023-03-07T21:52:08.864Z] + . [2023-03-07T21:52:09.127Z] -> Found 1 reports [2023-03-07T21:52:09.127Z] ==> Detecting git/mercurial file structure [2023-03-07T21:52:09.127Z] ==> Reading reports [2023-03-07T21:52:09.127Z] + ./coverage.out bytes=446903 [2023-03-07T21:52:09.127Z] ==> Appending adjustments [2023-03-07T21:52:09.127Z] https://docs.codecov.io/docs/fixing-reports [2023-03-07T21:52:10.063Z] + Found adjustments [2023-03-07T21:52:10.063Z] ==> Gzipping contents [2023-03-07T21:52:10.322Z] 60K /tmp/codecov.VJO0R0.gz [2023-03-07T21:52:10.322Z] ==> Uploading reports [2023-03-07T21:52:10.322Z] url: https://codecov.io [2023-03-07T21:52:10.322Z] query: branch=main&commit=3ead8ec53459b72f62f51c7b78b8446db778950c&build=441&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F441%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-07T21:52:10.322Z] -> Pinging Codecov [2023-03-07T21:52:10.322Z] 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=3ead8ec53459b72f62f51c7b78b8446db778950c&build=441&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F441%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-07T21:52:10.322Z] -> Uploading to [2023-03-07T21:52:10.322Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-07/00271124DB129430A58F1EEE437C3FCB/3ead8ec53459b72f62f51c7b78b8446db778950c/1bbf7c92-a153-4b6b-8175-dc535f32d54d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230307%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230307T215210Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8356148e9c1b936bc8306343d39dee16ded9d2f9032fb69b3fad97f5589d938a [2023-03-07T21:52:10.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:52:10.322Z] Dload Upload Total Spent Left Speed [2023-03-07T21:52:10.581Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58216 0 0 100 58216 0 174k --:--:-- --:--:-- --:--:-- 174k [2023-03-07T21:52:10.581Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [2023-03-07T21:52:10.588Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-07T21:52:10.795Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-07T21:52:10.809Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:52:11.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-07T21:52:11.111Z] [2023-03-07T21:52:11.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:52:11.416Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-07T21:52:11.416Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-07T21:52:11.416Z] df9b9388f04a: Pulling fs layer [2023-03-07T21:52:11.416Z] 52dc419b0ee2: Pulling fs layer [2023-03-07T21:52:11.416Z] 25bc292e5bac: Pulling fs layer [2023-03-07T21:52:11.416Z] 114826534d7a: Pulling fs layer [2023-03-07T21:52:11.416Z] 4657fd5d0bcf: Pulling fs layer [2023-03-07T21:52:11.416Z] 6ad1cebc031e: Pulling fs layer [2023-03-07T21:52:11.416Z] 8a3aa393b2d8: Pulling fs layer [2023-03-07T21:52:11.416Z] 6ad1cebc031e: Waiting [2023-03-07T21:52:11.416Z] 114826534d7a: Waiting [2023-03-07T21:52:11.416Z] 8a3aa393b2d8: Waiting [2023-03-07T21:52:11.416Z] 4657fd5d0bcf: Waiting [2023-03-07T21:52:11.416Z] 25bc292e5bac: Verifying Checksum [2023-03-07T21:52:11.416Z] 25bc292e5bac: Download complete [2023-03-07T21:52:11.416Z] 52dc419b0ee2: Verifying Checksum [2023-03-07T21:52:11.416Z] 52dc419b0ee2: Download complete [2023-03-07T21:52:11.416Z] 4657fd5d0bcf: Download complete [2023-03-07T21:52:11.416Z] df9b9388f04a: Download complete [2023-03-07T21:52:11.675Z] 6ad1cebc031e: Verifying Checksum [2023-03-07T21:52:11.675Z] 6ad1cebc031e: Download complete [2023-03-07T21:52:11.675Z] df9b9388f04a: Pull complete [2023-03-07T21:52:11.933Z] 52dc419b0ee2: Pull complete [2023-03-07T21:52:11.933Z] 25bc292e5bac: Pull complete [2023-03-07T21:52:12.194Z] 114826534d7a: Verifying Checksum [2023-03-07T21:52:12.194Z] 114826534d7a: Download complete [2023-03-07T21:52:12.452Z] 8a3aa393b2d8: Verifying Checksum [2023-03-07T21:52:12.452Z] 8a3aa393b2d8: Download complete [2023-03-07T21:52:16.699Z] 114826534d7a: Pull complete [2023-03-07T21:52:16.699Z] 4657fd5d0bcf: Pull complete [2023-03-07T21:52:16.699Z] 6ad1cebc031e: Pull complete [2023-03-07T21:52:19.229Z] 8a3aa393b2d8: Pull complete [2023-03-07T21:52:19.229Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-07T21:52:19.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-07T21:52:19.229Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:52:19.306Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:52:19.329Z] $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-07T21:52:24.468Z] $ docker top 7bda5b10b1b715b461bd9c0429e8cf0000854fbab042d3d53ade3650fbe0e834 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-07T21:52:24.529Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-07T21:52:24.804Z] + set -o pipefail [2023-03-07T21:52:24.804Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-07T21:52:31.366Z] [2023-03-07T21:52:31.366Z] Monitoring /w/workspace/edgex-go/441 (github.com/edgexfoundry/edgex-go)... [2023-03-07T21:52:31.366Z] [2023-03-07T21:52:31.366Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ae7f412c-451d-41a9-8137-8d0f32794853 [2023-03-07T21:52:31.366Z] [2023-03-07T21:52:31.366Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-07T21:52:31.366Z] [2023-03-07T21:52:31.366Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-07T21:52:31.366Z] [2023-03-07T21:52:31.366Z] [2023-03-07T21:52:31.366Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-07T21:52:31.366Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-07T21:52:31.366Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-07T21:52:31.375Z] $ docker stop --time=1 7bda5b10b1b715b461bd9c0429e8cf0000854fbab042d3d53ade3650fbe0e834 [2023-03-07T21:52:34.188Z] $ docker rm -f --volumes 7bda5b10b1b715b461bd9c0429e8cf0000854fbab042d3d53ade3650fbe0e834 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-07T21:52:34.552Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-07T21:52:34.567Z] provisioning config files... [2023-03-07T21:52:34.575Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/441@tmp/config6312558307210694425tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:52:34.868Z] --> edgex-publish-swagger.sh [2023-03-07T21:52:34.868Z] === Publish openapi/v3 API === [2023-03-07T21:52:34.868Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-07T21:52:34.868Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/441/openapi/v3/core-command.yaml] [2023-03-07T21:52:34.868Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:52:34.868Z] Dload Upload Total Spent Left Speed [2023-03-07T21:52:35.126Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 64511 --:--:-- --:--:-- --:--:-- 64368 100 29030 0 0 100 29030 0 64511 --:--:-- --:--:-- --:--:-- 64368 [2023-03-07T21:52:35.126Z] [2023-03-07T21:52:35.126Z] [2023-03-07T21:52:35.126Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/441/openapi/v3/core-data.yaml] [2023-03-07T21:52:35.126Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:52:35.126Z] Dload Upload Total Spent Left Speed [2023-03-07T21:52:35.692Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 136k --:--:-- --:--:-- --:--:-- 136k [2023-03-07T21:52:35.692Z] [2023-03-07T21:52:35.692Z] [2023-03-07T21:52:35.692Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/441/openapi/v3/core-metadata.yaml] [2023-03-07T21:52:35.692Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:52:35.692Z] Dload Upload Total Spent Left Speed [2023-03-07T21:52:36.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 273k --:--:-- --:--:-- --:--:-- 272k 100 140k 0 0 100 140k 0 273k --:--:-- --:--:-- --:--:-- 272k [2023-03-07T21:52:36.259Z] [2023-03-07T21:52:36.259Z] [2023-03-07T21:52:36.259Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/441/openapi/v3/support-notifications.yaml] [2023-03-07T21:52:36.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:52:36.259Z] Dload Upload Total Spent Left Speed [2023-03-07T21:52:36.826Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k [2023-03-07T21:52:36.826Z] [2023-03-07T21:52:36.826Z] [2023-03-07T21:52:36.826Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/441/openapi/v3/support-scheduler.yaml] [2023-03-07T21:52:36.826Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:52:36.826Z] Dload Upload Total Spent Left Speed [2023-03-07T21:52:37.393Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 79814 --:--:-- --:--:-- --:--:-- 79814 100 34001 0 0 100 34001 0 79814 --:--:-- --:--:-- --:--:-- 79627 [2023-03-07T21:52:37.393Z] [2023-03-07T21:52:37.393Z] [Pipeline] } [2023-03-07T21:52:37.400Z] 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-03-07T21:52:37.788Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T21:52:37.788Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:52:38.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:52:38.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:52:38.159Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:52:38.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-07T21:52:38.533Z] $ docker top 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f -eo pid,comm [2023-03-07T21:52:38.583Z] 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-03-07T21:52:38.583Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T21:52:38.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T21:52:38.622Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T21:52:38.742Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T21:52:38.743Z] $ docker exec 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f ssh-agent [2023-03-07T21:52:38.857Z] SSH_AUTH_SOCK=/tmp/ssh-S2joME5hyRD5/agent.32 [2023-03-07T21:52:38.857Z] SSH_AGENT_PID=38 [2023-03-07T21:52:38.863Z] Running ssh-add (command line suppressed) [2023-03-07T21:52:38.961Z] Identity added: /w/workspace/edgex-go/441@tmp/private_key_6550616721616786295.key (/w/workspace/edgex-go/441@tmp/private_key_6550616721616786295.key) [2023-03-07T21:52:38.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T21:52:39.263Z] + git semver tag [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,449 [run_tag] DEBUG tag force:False [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,449 [check_head_tag] DEBUG check head tag [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,454 [execute] INFO git cat-file --batch-check [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=) [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,458 [execute] INFO git cat-file --batch [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,458 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=) [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,519 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,519 [execute] INFO git tag -a v3.0.0-dev.79 -m v3.0.0-dev.79 [2023-03-07T21:52:39.522Z] 2023-03-07 21:52:39,519 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.79', '-m', 'v3.0.0-dev.79'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=None) [2023-03-07T21:52:39.781Z] 2023-03-07 21:52:39,525 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main [2023-03-07T21:52:39.781Z] 3.0.0-dev.79 [Pipeline] } [2023-03-07T21:52:39.788Z] $ docker exec --env ******** --env ******** 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f ssh-agent -k [2023-03-07T21:52:39.898Z] unset SSH_AUTH_SOCK; [2023-03-07T21:52:39.899Z] unset SSH_AGENT_PID; [2023-03-07T21:52:39.899Z] echo Agent pid 38 killed; [2023-03-07T21:52:39.913Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T21:52:40.224Z] + git semver [Pipeline] } [2023-03-07T21:52:40.495Z] $ docker stop --time=1 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f [2023-03-07T21:52:41.776Z] $ docker rm -f --volumes 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:52:42.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-07T21:52:42.159Z] [2023-03-07T21:52:42.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:52:42.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-07T21:52:42.456Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-07T21:52:42.456Z] ab5ef0e58194: Pulling fs layer [2023-03-07T21:52:42.456Z] 9712f1f96733: Pulling fs layer [2023-03-07T21:52:42.456Z] 63f879dbbcfc: Pulling fs layer [2023-03-07T21:52:42.456Z] 0d9ebad4ef96: Pulling fs layer [2023-03-07T21:52:42.456Z] e9a5061849ea: Pulling fs layer [2023-03-07T21:52:42.456Z] d747dcd14b5f: Pulling fs layer [2023-03-07T21:52:42.456Z] 2de7ff778b66: Pulling fs layer [2023-03-07T21:52:42.456Z] e9a5061849ea: Waiting [2023-03-07T21:52:42.456Z] 0d9ebad4ef96: Waiting [2023-03-07T21:52:42.456Z] d747dcd14b5f: Waiting [2023-03-07T21:52:42.456Z] 2de7ff778b66: Waiting [2023-03-07T21:52:42.456Z] 9712f1f96733: Verifying Checksum [2023-03-07T21:52:42.456Z] 9712f1f96733: Download complete [2023-03-07T21:52:43.043Z] 63f879dbbcfc: Verifying Checksum [2023-03-07T21:52:43.043Z] 63f879dbbcfc: Download complete [2023-03-07T21:52:43.043Z] e9a5061849ea: Verifying Checksum [2023-03-07T21:52:43.043Z] e9a5061849ea: Download complete [2023-03-07T21:52:43.043Z] d747dcd14b5f: Verifying Checksum [2023-03-07T21:52:43.043Z] d747dcd14b5f: Download complete [2023-03-07T21:52:43.302Z] 0d9ebad4ef96: Verifying Checksum [2023-03-07T21:52:43.302Z] 0d9ebad4ef96: Download complete [2023-03-07T21:52:43.302Z] ab5ef0e58194: Verifying Checksum [2023-03-07T21:52:43.302Z] ab5ef0e58194: Download complete [2023-03-07T21:52:43.302Z] 2de7ff778b66: Verifying Checksum [2023-03-07T21:52:43.302Z] 2de7ff778b66: Download complete [2023-03-07T21:52:46.582Z] ab5ef0e58194: Pull complete [2023-03-07T21:52:46.582Z] 9712f1f96733: Pull complete [2023-03-07T21:52:46.841Z] 63f879dbbcfc: Pull complete [2023-03-07T21:52:51.023Z] 0d9ebad4ef96: Pull complete [2023-03-07T21:52:51.023Z] e9a5061849ea: Pull complete [2023-03-07T21:52:51.023Z] d747dcd14b5f: Pull complete [2023-03-07T21:52:51.956Z] 2de7ff778b66: Pull complete [2023-03-07T21:52:51.956Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-07T21:52:51.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-07T21:52:51.956Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:52:52.294Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:52:52.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-07T21:52:58.204Z] $ docker top 58ae5aa707d225790d7a8c4455731e10266574bfba19f113106c66b15f9b1016 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-07T21:52:58.278Z] provisioning config files... [2023-03-07T21:52:58.285Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/441@tmp/config5894952478086114205tmp [2023-03-07T21:52:58.295Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/441@tmp/config1826892580517157693tmp [2023-03-07T21:52:58.303Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/441@tmp/config13494169899633321061tmp [Pipeline] { [Pipeline] echo [2023-03-07T21:52:58.315Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:52:58.596Z] ---> sigul-configuration.sh [2023-03-07T21:52:58.596Z] gpg: directory `/root/.gnupg' created [2023-03-07T21:52:58.596Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-07T21:52:58.596Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-07T21:52:58.596Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-07T21:52:58.596Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-07T21:52:58.596Z] gpg: CAST5 encrypted data [2023-03-07T21:52:58.596Z] gpg: encrypted with 1 passphrase [2023-03-07T21:52:58.596Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-07T21:52:58.881Z] + mkdir /home/jenkins [2023-03-07T21:52:58.881Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-07T21:52:59.165Z] + 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-03-07T21:52:59.171Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:52:59.451Z] ---> sigul-install.sh [2023-03-07T21:52:59.451Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-07T21:52:59.732Z] + git tag --list [2023-03-07T21:52:59.732Z] 0.6.0 [2023-03-07T21:52:59.732Z] 0.6.1 [2023-03-07T21:52:59.732Z] 0.7.0 [2023-03-07T21:52:59.732Z] 0.7.1 [2023-03-07T21:52:59.732Z] v1.0.0 [2023-03-07T21:52:59.732Z] v1.0.1 [2023-03-07T21:52:59.732Z] v1.1.0 [2023-03-07T21:52:59.732Z] v1.2.0 [2023-03-07T21:52:59.732Z] v1.2.1 [2023-03-07T21:52:59.732Z] v1.3.0 [2023-03-07T21:52:59.732Z] v1.3.1 [2023-03-07T21:52:59.732Z] v2.0.0 [2023-03-07T21:52:59.732Z] v2.1.0 [2023-03-07T21:52:59.732Z] v2.1.1 [2023-03-07T21:52:59.732Z] v2.1.1-dev.1 [2023-03-07T21:52:59.732Z] v2.1.1-dev.2 [2023-03-07T21:52:59.732Z] v2.1.1-dev.3 [2023-03-07T21:52:59.732Z] v2.1.1-dev.4 [2023-03-07T21:52:59.732Z] v2.1.1-dev.5 [2023-03-07T21:52:59.732Z] v2.1.1-dev.6 [2023-03-07T21:52:59.732Z] v2.1.1-dev.7 [2023-03-07T21:52:59.732Z] v2.1.1-dev.8 [2023-03-07T21:52:59.732Z] v2.1.2-dev.1 [2023-03-07T21:52:59.732Z] v2.2.0 [2023-03-07T21:52:59.732Z] v2.2.1-dev.1 [2023-03-07T21:52:59.732Z] v2.2.1-dev.10 [2023-03-07T21:52:59.732Z] v2.2.1-dev.11 [2023-03-07T21:52:59.732Z] v2.2.1-dev.12 [2023-03-07T21:52:59.732Z] v2.2.1-dev.13 [2023-03-07T21:52:59.732Z] v2.2.1-dev.14 [2023-03-07T21:52:59.732Z] v2.2.1-dev.15 [2023-03-07T21:52:59.732Z] v2.2.1-dev.16 [2023-03-07T21:52:59.732Z] v2.2.1-dev.17 [2023-03-07T21:52:59.732Z] v2.2.1-dev.18 [2023-03-07T21:52:59.732Z] v2.2.1-dev.19 [2023-03-07T21:52:59.732Z] v2.2.1-dev.2 [2023-03-07T21:52:59.732Z] v2.2.1-dev.20 [2023-03-07T21:52:59.732Z] v2.2.1-dev.21 [2023-03-07T21:52:59.732Z] v2.2.1-dev.22 [2023-03-07T21:52:59.732Z] v2.2.1-dev.23 [2023-03-07T21:52:59.732Z] v2.2.1-dev.24 [2023-03-07T21:52:59.732Z] v2.2.1-dev.25 [2023-03-07T21:52:59.732Z] v2.2.1-dev.26 [2023-03-07T21:52:59.732Z] v2.2.1-dev.27 [2023-03-07T21:52:59.732Z] v2.2.1-dev.28 [2023-03-07T21:52:59.732Z] v2.2.1-dev.29 [2023-03-07T21:52:59.732Z] v2.2.1-dev.3 [2023-03-07T21:52:59.732Z] v2.2.1-dev.4 [2023-03-07T21:52:59.732Z] v2.2.1-dev.5 [2023-03-07T21:52:59.732Z] v2.2.1-dev.6 [2023-03-07T21:52:59.732Z] v2.2.1-dev.7 [2023-03-07T21:52:59.732Z] v2.2.1-dev.8 [2023-03-07T21:52:59.732Z] v2.2.1-dev.9 [2023-03-07T21:52:59.732Z] v2.3.0 [2023-03-07T21:52:59.732Z] v2.3.0-dev.100 [2023-03-07T21:52:59.732Z] v2.3.0-dev.101 [2023-03-07T21:52:59.732Z] v2.3.0-dev.102 [2023-03-07T21:52:59.732Z] v2.3.0-dev.103 [2023-03-07T21:52:59.732Z] v2.3.0-dev.104 [2023-03-07T21:52:59.732Z] v2.3.0-dev.105 [2023-03-07T21:52:59.732Z] v2.3.0-dev.106 [2023-03-07T21:52:59.732Z] v2.3.0-dev.29 [2023-03-07T21:52:59.732Z] v2.3.0-dev.30 [2023-03-07T21:52:59.732Z] v2.3.0-dev.31 [2023-03-07T21:52:59.732Z] v2.3.0-dev.32 [2023-03-07T21:52:59.732Z] v2.3.0-dev.33 [2023-03-07T21:52:59.732Z] v2.3.0-dev.34 [2023-03-07T21:52:59.732Z] v2.3.0-dev.35 [2023-03-07T21:52:59.732Z] v2.3.0-dev.36 [2023-03-07T21:52:59.732Z] v2.3.0-dev.37 [2023-03-07T21:52:59.732Z] v2.3.0-dev.38 [2023-03-07T21:52:59.732Z] v2.3.0-dev.39 [2023-03-07T21:52:59.732Z] v2.3.0-dev.40 [2023-03-07T21:52:59.732Z] v2.3.0-dev.41 [2023-03-07T21:52:59.732Z] v2.3.0-dev.42 [2023-03-07T21:52:59.732Z] v2.3.0-dev.43 [2023-03-07T21:52:59.732Z] v2.3.0-dev.44 [2023-03-07T21:52:59.732Z] v2.3.0-dev.45 [2023-03-07T21:52:59.732Z] v2.3.0-dev.46 [2023-03-07T21:52:59.732Z] v2.3.0-dev.47 [2023-03-07T21:52:59.732Z] v2.3.0-dev.48 [2023-03-07T21:52:59.732Z] v2.3.0-dev.49 [2023-03-07T21:52:59.732Z] v2.3.0-dev.50 [2023-03-07T21:52:59.732Z] v2.3.0-dev.51 [2023-03-07T21:52:59.732Z] v2.3.0-dev.52 [2023-03-07T21:52:59.732Z] v2.3.0-dev.53 [2023-03-07T21:52:59.732Z] v2.3.0-dev.54 [2023-03-07T21:52:59.732Z] v2.3.0-dev.55 [2023-03-07T21:52:59.732Z] v2.3.0-dev.56 [2023-03-07T21:52:59.732Z] v2.3.0-dev.57 [2023-03-07T21:52:59.732Z] v2.3.0-dev.58 [2023-03-07T21:52:59.732Z] v2.3.0-dev.59 [2023-03-07T21:52:59.732Z] v2.3.0-dev.60 [2023-03-07T21:52:59.732Z] v2.3.0-dev.61 [2023-03-07T21:52:59.732Z] v2.3.0-dev.62 [2023-03-07T21:52:59.732Z] v2.3.0-dev.63 [2023-03-07T21:52:59.732Z] v2.3.0-dev.64 [2023-03-07T21:52:59.732Z] v2.3.0-dev.65 [2023-03-07T21:52:59.732Z] v2.3.0-dev.66 [2023-03-07T21:52:59.732Z] v2.3.0-dev.67 [2023-03-07T21:52:59.732Z] v2.3.0-dev.68 [2023-03-07T21:52:59.732Z] v2.3.0-dev.69 [2023-03-07T21:52:59.732Z] v2.3.0-dev.70 [2023-03-07T21:52:59.732Z] v2.3.0-dev.71 [2023-03-07T21:52:59.732Z] v2.3.0-dev.72 [2023-03-07T21:52:59.732Z] v2.3.0-dev.73 [2023-03-07T21:52:59.732Z] v2.3.0-dev.74 [2023-03-07T21:52:59.732Z] v2.3.0-dev.75 [2023-03-07T21:52:59.732Z] v2.3.0-dev.76 [2023-03-07T21:52:59.732Z] v2.3.0-dev.77 [2023-03-07T21:52:59.732Z] v2.3.0-dev.78 [2023-03-07T21:52:59.732Z] v2.3.0-dev.79 [2023-03-07T21:52:59.732Z] v2.3.0-dev.80 [2023-03-07T21:52:59.732Z] v2.3.0-dev.81 [2023-03-07T21:52:59.732Z] v2.3.0-dev.82 [2023-03-07T21:52:59.732Z] v2.3.0-dev.83 [2023-03-07T21:52:59.732Z] v2.3.0-dev.84 [2023-03-07T21:52:59.732Z] v2.3.0-dev.85 [2023-03-07T21:52:59.732Z] v2.3.0-dev.86 [2023-03-07T21:52:59.732Z] v2.3.0-dev.87 [2023-03-07T21:52:59.732Z] v2.3.0-dev.88 [2023-03-07T21:52:59.732Z] v2.3.0-dev.89 [2023-03-07T21:52:59.732Z] v2.3.0-dev.90 [2023-03-07T21:52:59.732Z] v2.3.0-dev.91 [2023-03-07T21:52:59.732Z] v2.3.0-dev.92 [2023-03-07T21:52:59.732Z] v2.3.0-dev.93 [2023-03-07T21:52:59.732Z] v2.3.0-dev.94 [2023-03-07T21:52:59.732Z] v2.3.0-dev.95 [2023-03-07T21:52:59.732Z] v2.3.0-dev.96 [2023-03-07T21:52:59.732Z] v2.3.0-dev.97 [2023-03-07T21:52:59.732Z] v2.3.0-dev.98 [2023-03-07T21:52:59.732Z] v2.3.0-dev.99 [2023-03-07T21:52:59.732Z] v2.3.1-dev.1 [2023-03-07T21:52:59.732Z] v2.3.1-dev.2 [2023-03-07T21:52:59.732Z] v2.3.1-dev.3 [2023-03-07T21:52:59.732Z] v2.3.1-dev.4 [2023-03-07T21:52:59.732Z] v2.3.1-dev.5 [2023-03-07T21:52:59.732Z] v3.0.0-dev.1 [2023-03-07T21:52:59.732Z] v3.0.0-dev.10 [2023-03-07T21:52:59.732Z] v3.0.0-dev.11 [2023-03-07T21:52:59.732Z] v3.0.0-dev.12 [2023-03-07T21:52:59.732Z] v3.0.0-dev.13 [2023-03-07T21:52:59.732Z] v3.0.0-dev.14 [2023-03-07T21:52:59.732Z] v3.0.0-dev.15 [2023-03-07T21:52:59.732Z] v3.0.0-dev.16 [2023-03-07T21:52:59.732Z] v3.0.0-dev.17 [2023-03-07T21:52:59.732Z] v3.0.0-dev.18 [2023-03-07T21:52:59.732Z] v3.0.0-dev.19 [2023-03-07T21:52:59.732Z] v3.0.0-dev.2 [2023-03-07T21:52:59.732Z] v3.0.0-dev.20 [2023-03-07T21:52:59.732Z] v3.0.0-dev.21 [2023-03-07T21:52:59.732Z] v3.0.0-dev.22 [2023-03-07T21:52:59.732Z] v3.0.0-dev.23 [2023-03-07T21:52:59.732Z] v3.0.0-dev.24 [2023-03-07T21:52:59.732Z] v3.0.0-dev.25 [2023-03-07T21:52:59.732Z] v3.0.0-dev.26 [2023-03-07T21:52:59.732Z] v3.0.0-dev.27 [2023-03-07T21:52:59.732Z] v3.0.0-dev.28 [2023-03-07T21:52:59.733Z] v3.0.0-dev.29 [2023-03-07T21:52:59.733Z] v3.0.0-dev.3 [2023-03-07T21:52:59.733Z] v3.0.0-dev.30 [2023-03-07T21:52:59.733Z] v3.0.0-dev.31 [2023-03-07T21:52:59.733Z] v3.0.0-dev.32 [2023-03-07T21:52:59.733Z] v3.0.0-dev.33 [2023-03-07T21:52:59.733Z] v3.0.0-dev.34 [2023-03-07T21:52:59.733Z] v3.0.0-dev.35 [2023-03-07T21:52:59.733Z] v3.0.0-dev.36 [2023-03-07T21:52:59.733Z] v3.0.0-dev.37 [2023-03-07T21:52:59.733Z] v3.0.0-dev.38 [2023-03-07T21:52:59.733Z] v3.0.0-dev.39 [2023-03-07T21:52:59.733Z] v3.0.0-dev.4 [2023-03-07T21:52:59.733Z] v3.0.0-dev.40 [2023-03-07T21:52:59.733Z] v3.0.0-dev.41 [2023-03-07T21:52:59.733Z] v3.0.0-dev.42 [2023-03-07T21:52:59.733Z] v3.0.0-dev.43 [2023-03-07T21:52:59.733Z] v3.0.0-dev.44 [2023-03-07T21:52:59.733Z] v3.0.0-dev.45 [2023-03-07T21:52:59.733Z] v3.0.0-dev.46 [2023-03-07T21:52:59.733Z] v3.0.0-dev.47 [2023-03-07T21:52:59.733Z] v3.0.0-dev.48 [2023-03-07T21:52:59.733Z] v3.0.0-dev.49 [2023-03-07T21:52:59.733Z] v3.0.0-dev.5 [2023-03-07T21:52:59.733Z] v3.0.0-dev.50 [2023-03-07T21:52:59.733Z] v3.0.0-dev.51 [2023-03-07T21:52:59.733Z] v3.0.0-dev.52 [2023-03-07T21:52:59.733Z] v3.0.0-dev.53 [2023-03-07T21:52:59.733Z] v3.0.0-dev.54 [2023-03-07T21:52:59.733Z] v3.0.0-dev.55 [2023-03-07T21:52:59.733Z] v3.0.0-dev.56 [2023-03-07T21:52:59.733Z] v3.0.0-dev.57 [2023-03-07T21:52:59.733Z] v3.0.0-dev.58 [2023-03-07T21:52:59.733Z] v3.0.0-dev.59 [2023-03-07T21:52:59.733Z] v3.0.0-dev.6 [2023-03-07T21:52:59.733Z] v3.0.0-dev.60 [2023-03-07T21:52:59.733Z] v3.0.0-dev.61 [2023-03-07T21:52:59.733Z] v3.0.0-dev.62 [2023-03-07T21:52:59.733Z] v3.0.0-dev.63 [2023-03-07T21:52:59.733Z] v3.0.0-dev.64 [2023-03-07T21:52:59.733Z] v3.0.0-dev.65 [2023-03-07T21:52:59.733Z] v3.0.0-dev.66 [2023-03-07T21:52:59.733Z] v3.0.0-dev.67 [2023-03-07T21:52:59.733Z] v3.0.0-dev.68 [2023-03-07T21:52:59.733Z] v3.0.0-dev.69 [2023-03-07T21:52:59.733Z] v3.0.0-dev.7 [2023-03-07T21:52:59.733Z] v3.0.0-dev.70 [2023-03-07T21:52:59.733Z] v3.0.0-dev.71 [2023-03-07T21:52:59.733Z] v3.0.0-dev.72 [2023-03-07T21:52:59.733Z] v3.0.0-dev.73 [2023-03-07T21:52:59.733Z] v3.0.0-dev.74 [2023-03-07T21:52:59.733Z] v3.0.0-dev.75 [2023-03-07T21:52:59.733Z] v3.0.0-dev.76 [2023-03-07T21:52:59.733Z] v3.0.0-dev.77 [2023-03-07T21:52:59.733Z] v3.0.0-dev.78 [2023-03-07T21:52:59.733Z] v3.0.0-dev.79 [2023-03-07T21:52:59.733Z] v3.0.0-dev.8 [2023-03-07T21:52:59.733Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-07T21:53:00.015Z] + lftools sign git-tag v3.0.0-dev.79 [2023-03-07T21:53:00.582Z] Signing Git tag with Sigul... [2023-03-07T21:53:00.582Z] Signing v3.0.0-dev.79 [Pipeline] echo [2023-03-07T21:53:01.160Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:53:01.444Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-07T21:53:01.451Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-07T21:53:01.464Z] $ docker stop --time=1 58ae5aa707d225790d7a8c4455731e10266574bfba19f113106c66b15f9b1016 [2023-03-07T21:53:02.715Z] $ docker rm -f --volumes 58ae5aa707d225790d7a8c4455731e10266574bfba19f113106c66b15f9b1016 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-07T21:53:03.129Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T21:53:03.129Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:53:03.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:53:03.422Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:53:03.491Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:53:03.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-07T21:53:03.843Z] $ docker top 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T21:53:03.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T21:53:03.938Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T21:53:04.058Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T21:53:04.058Z] $ docker exec 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 ssh-agent [2023-03-07T21:53:04.182Z] SSH_AUTH_SOCK=/tmp/ssh-6NOWIMEtpwL3/agent.31 [2023-03-07T21:53:04.182Z] SSH_AGENT_PID=37 [2023-03-07T21:53:04.186Z] Running ssh-add (command line suppressed) [2023-03-07T21:53:04.280Z] Identity added: /w/workspace/edgex-go/441@tmp/private_key_10228263973372499612.key (/w/workspace/edgex-go/441@tmp/private_key_10228263973372499612.key) [2023-03-07T21:53:04.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T21:53:04.579Z] + git semver bump pre [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,755 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,755 [bump_version] DEBUG bumping version:3.0.0-dev.79 on axis:pre with prefix:dev [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,756 [bump_version] DEBUG bumped version:3.0.0-dev.80 [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,756 [write_version] DEBUG write version:3.0.0-dev.80 to path:/w/workspace/edgex-go/441/.semver/main with force:True [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,756 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,756 [write_file] DEBUG write to file:/w/workspace/edgex-go/441/.semver/main [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,757 [execute] INFO git cat-file --batch-check [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,758 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=) [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,762 [execute] INFO git cat-file --batch [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,763 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=) [2023-03-07T21:53:04.838Z] 2023-03-07 21:53:04,767 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main [2023-03-07T21:53:04.838Z] 3.0.0-dev.80 [Pipeline] } [2023-03-07T21:53:04.845Z] $ docker exec --env ******** --env ******** 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 ssh-agent -k [2023-03-07T21:53:04.945Z] unset SSH_AUTH_SOCK; [2023-03-07T21:53:04.946Z] unset SSH_AGENT_PID; [2023-03-07T21:53:04.946Z] echo Agent pid 37 killed; [2023-03-07T21:53:04.958Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T21:53:05.254Z] + git semver [Pipeline] } [2023-03-07T21:53:05.832Z] $ docker stop --time=1 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 [2023-03-07T21:53:07.133Z] $ docker rm -f --volumes 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T21:53:07.478Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T21:53:07.478Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:53:07.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:53:07.857Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:53:07.963Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:53:08.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-07T21:53:08.329Z] $ docker top 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e -eo pid,comm [2023-03-07T21:53:08.376Z] 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-03-07T21:53:08.376Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T21:53:08.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T21:53:08.414Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T21:53:08.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T21:53:08.532Z] $ docker exec 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e ssh-agent [2023-03-07T21:53:08.635Z] SSH_AUTH_SOCK=/tmp/ssh-t7xBUd32TkAJ/agent.33 [2023-03-07T21:53:08.635Z] SSH_AGENT_PID=39 [2023-03-07T21:53:08.639Z] Running ssh-add (command line suppressed) [2023-03-07T21:53:08.749Z] Identity added: /w/workspace/edgex-go/441@tmp/private_key_17003395962651812069.key (/w/workspace/edgex-go/441@tmp/private_key_17003395962651812069.key) [2023-03-07T21:53:08.765Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T21:53:09.049Z] + git semver push [2023-03-07T21:53:09.308Z] 2023-03-07 21:53:09,208 [run_push] DEBUG push [2023-03-07T21:53:09.308Z] 2023-03-07 21:53:09,209 [execute] INFO git cat-file --batch-check [2023-03-07T21:53:09.308Z] 2023-03-07 21:53:09,209 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=) [2023-03-07T21:53:09.308Z] 2023-03-07 21:53:09,212 [execute] INFO git rev-list 363f47d9573dd39d6fda515a2a77ed9d5718d8c6 -- [2023-03-07T21:53:09.308Z] 2023-03-07 21:53:09,212 [execute] DEBUG Popen(['git', 'rev-list', '363f47d9573dd39d6fda515a2a77ed9d5718d8c6', '--'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-07T21:53:09.308Z] 2023-03-07 21:53:09,230 [execute] INFO git fetch -v origin [2023-03-07T21:53:09.308Z] 2023-03-07 21:53:09,231 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-07T21:53:09.876Z] 2023-03-07 21:53:09,699 [run_push] DEBUG no remote changes detected [2023-03-07T21:53:09.876Z] 2023-03-07 21:53:09,699 [execute] INFO git push origin semver [2023-03-07T21:53:09.876Z] 2023-03-07 21:53:09,700 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-07T21:53:10.814Z] 2023-03-07 21:53:10,627 [run_push] DEBUG push all version tags [2023-03-07T21:53:10.814Z] 2023-03-07 21:53:10,627 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-07T21:53:10.814Z] 2023-03-07 21:53:10,628 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=None) [2023-03-07T21:53:11.752Z] 2023-03-07 21:53:11,603 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main [2023-03-07T21:53:11.752Z] 3.0.0-dev.80 [Pipeline] } [2023-03-07T21:53:11.760Z] $ docker exec --env ******** --env ******** 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e ssh-agent -k [2023-03-07T21:53:11.855Z] unset SSH_AUTH_SOCK; [2023-03-07T21:53:11.855Z] unset SSH_AGENT_PID; [2023-03-07T21:53:11.856Z] echo Agent pid 39 killed; [2023-03-07T21:53:11.866Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T21:53:12.172Z] + git semver [Pipeline] } [2023-03-07T21:53:12.441Z] $ docker stop --time=1 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e [2023-03-07T21:53:13.738Z] $ docker rm -f --volumes 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e [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-03-07T21:53:14.232Z] + [ -d /w/workspace/edgex-go/441/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:53:14.523Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:53:15.379Z] ---> package-listing.sh [2023-03-07T21:53:15.379Z] ++ facter osfamily [2023-03-07T21:53:15.379Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-07T21:53:15.638Z] + OS_FAMILY=debian [2023-03-07T21:53:15.638Z] + workspace=/w/workspace/edgex-go/441 [2023-03-07T21:53:15.638Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-07T21:53:15.638Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-07T21:53:15.638Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-07T21:53:15.638Z] + PACKAGES=/tmp/packages_start.txt [2023-03-07T21:53:15.638Z] + '[' /w/workspace/edgex-go/441 ']' [2023-03-07T21:53:15.638Z] + PACKAGES=/tmp/packages_end.txt [2023-03-07T21:53:15.638Z] + case "${OS_FAMILY}" in [2023-03-07T21:53:15.638Z] + dpkg -l [2023-03-07T21:53:15.638Z] + grep '^ii' [2023-03-07T21:53:15.638Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-07T21:53:15.638Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-07T21:53:15.638Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-07T21:53:15.638Z] + '[' /w/workspace/edgex-go/441 ']' [2023-03-07T21:53:15.638Z] + mkdir -p /w/workspace/edgex-go/441/archives/ [2023-03-07T21:53:15.638Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/441/archives/ [Pipeline] echo [2023-03-07T21:53:15.649Z] 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/441/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-07T21:53:15.925Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:53:16.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T21:53:16.491Z] [2023-03-07T21:53:16.491Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:53:16.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T21:53:16.795Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-07T21:53:16.795Z] 5eb5b503b376: Pulling fs layer [2023-03-07T21:53:16.795Z] 5c69ac0246d0: Pulling fs layer [2023-03-07T21:53:16.795Z] ec43610c2a17: Pulling fs layer [2023-03-07T21:53:16.795Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-07T21:53:16.795Z] 33b1e0a273af: Pulling fs layer [2023-03-07T21:53:16.795Z] 5d3b04190fa2: Pulling fs layer [2023-03-07T21:53:16.795Z] 2f39f015ded8: Pulling fs layer [2023-03-07T21:53:16.795Z] 3a2ae6a8a46f: Waiting [2023-03-07T21:53:16.795Z] 33b1e0a273af: Waiting [2023-03-07T21:53:16.795Z] 2f39f015ded8: Waiting [2023-03-07T21:53:16.795Z] 5d3b04190fa2: Waiting [2023-03-07T21:53:16.795Z] 5c69ac0246d0: Download complete [2023-03-07T21:53:16.795Z] 3a2ae6a8a46f: Download complete [2023-03-07T21:53:17.056Z] 33b1e0a273af: Verifying Checksum [2023-03-07T21:53:17.056Z] 33b1e0a273af: Download complete [2023-03-07T21:53:17.056Z] ec43610c2a17: Verifying Checksum [2023-03-07T21:53:17.056Z] ec43610c2a17: Download complete [2023-03-07T21:53:17.056Z] 5d3b04190fa2: Download complete [2023-03-07T21:53:17.056Z] 5eb5b503b376: Verifying Checksum [2023-03-07T21:53:17.056Z] 5eb5b503b376: Download complete [2023-03-07T21:53:17.625Z] 2f39f015ded8: Download complete [2023-03-07T21:53:18.193Z] 5eb5b503b376: Pull complete [2023-03-07T21:53:18.453Z] 5c69ac0246d0: Pull complete [2023-03-07T21:53:19.021Z] ec43610c2a17: Pull complete [2023-03-07T21:53:19.021Z] 3a2ae6a8a46f: Pull complete [2023-03-07T21:53:19.021Z] 33b1e0a273af: Pull complete [2023-03-07T21:53:19.278Z] 5d3b04190fa2: Pull complete [2023-03-07T21:53:23.466Z] 2f39f015ded8: Pull complete [2023-03-07T21:53:23.466Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-07T21:53:23.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T21:53:23.466Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:53:23.544Z] prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container [2023-03-07T21:53:23.571Z] $ 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/441/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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-07T21:53:26.311Z] $ docker top fab4072006fc8c185762cdefb15aeb19346bb149b6357d3cdde651896db40e51 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T21:53:26.650Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-07T21:53:26.931Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-07T21:53:27.214Z] + ls /var/log/sa-host [2023-03-07T21:53:27.214Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-07T21:53:27.281Z] provisioning config files... [2023-03-07T21:53:27.288Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/441@tmp/config16024234657100722926tmp [Pipeline] { [Pipeline] echo [2023-03-07T21:53:27.300Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:53:27.579Z] ---> create-netrc.sh [Pipeline] } [2023-03-07T21:53:27.586Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:53:27.918Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-07T21:53:27.927Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:53:28.206Z] ---> sudo-logs.sh [2023-03-07T21:53:28.206Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-07T21:53:28.225Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:53:28.511Z] ---> job-cost.sh [2023-03-07T21:53:28.511Z] lf-activate-venv: SKIPPING [2023-03-07T21:53:28.511Z] DEBUG: total: 0.10999999940395355 [2023-03-07T21:53:28.511Z] INFO: Retrieving Stack Cost... [2023-03-07T21:53:29.077Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-07T21:53:29.335Z] INFO: Archiving Costs [Pipeline] echo [2023-03-07T21:53:29.347Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:53:29.627Z] ---> logs-deploy.sh [2023-03-07T21:53:29.627Z] lf-activate-venv: SKIPPING [2023-03-07T21:53:29.627Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/441 [2023-03-07T21:53:29.627Z] INFO: archiving workspace using pattern(s): [2023-03-07T21:53:30.564Z] Archives upload complete. [2023-03-07T21:53:30.564Z] INFO: archiving logs to Nexus