Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 97ead1fc80aa095b46845053832efa05950d1120 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-ssh15386392621773137430.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-ssh18357603087920542901.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-ssh4576823529997469599.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-ssh12518950550263346121.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-ssh7440800121753831589.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9547 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/450 [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/450 # 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 97ead1fc80aa095b46845053832efa05950d1120 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 97ead1fc80aa095b46845053832efa05950d1120 # timeout=10 Commit message: "Merge pull request #4427 from hahattan/dp-update" > git rev-list --no-walk 5942442abc70018486e4a97ccf80bb65ff67be19 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-10T00:46:14.050Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-10T00:46:14.109Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-10T00:46:14.125Z] ========================================================= [2023-03-10T00:46:14.125Z] EdgeX Global Pipelines Version Info [2023-03-10T00:46:14.125Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-10T00:46:14.846Z] ------------------- [2023-03-10T00:46:14.846Z] stable info: [2023-03-10T00:46:14.846Z] ------------------- [2023-03-10T00:46:14.846Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-10T00:46:14.846Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T00:46:14.846Z] Message: update stable to v1.0.244 [2023-03-10T00:46:15.416Z] ------------------- [2023-03-10T00:46:15.416Z] experimental info: [2023-03-10T00:46:15.416Z] ------------------- [2023-03-10T00:46:15.416Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-10T00:46:15.416Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T00:46:15.416Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-10T00:46:15.604Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-10T00:46:15.612Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-10T00:46:15.620Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-10T00:46:15.627Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-10T00:46:15.635Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-10T00:46:15.650Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-10T00:46:15.660Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-10T00:46:15.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-10T00:46:15.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-10T00:46:15.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-10T00:46:15.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-10T00:46:15.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-10T00:46:15.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-10T00:46:15.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-10T00:46:15.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-10T00:46:15.757Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T00:46:15.776Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T00:46:15.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-10T00:46:15.799Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-10T00:46:15.810Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-10T00:46:15.821Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-10T00:46:15.831Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-10T00:46:15.843Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-10T00:46:15.853Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-10T00:46:15.864Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-10T00:46:15.874Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-10T00:46:15.885Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] echo [2023-03-10T00:46:15.898Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 97ead1f [Pipeline] echo [2023-03-10T00:46:15.908Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T00:46:15.954Z] provisioning config files... [2023-03-10T00:46:15.968Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/450@tmp/config14522556016235772390tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T00:46:16.269Z] ---> docker-login.sh [2023-03-10T00:46:16.269Z] nexus3.edgexfoundry.org:10001 [2023-03-10T00:46:16.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:46:16.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:46:16.528Z] Configure a credential helper to remove this warning. See [2023-03-10T00:46:16.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:46:16.528Z] [2023-03-10T00:46:16.528Z] Login Succeeded [2023-03-10T00:46:16.528Z] nexus3.edgexfoundry.org:10002 [2023-03-10T00:46:16.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:46:16.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:46:16.788Z] Configure a credential helper to remove this warning. See [2023-03-10T00:46:16.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:46:16.789Z] [2023-03-10T00:46:16.789Z] Login Succeeded [2023-03-10T00:46:16.789Z] nexus3.edgexfoundry.org:10003 [2023-03-10T00:46:16.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:46:16.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:46:16.789Z] Configure a credential helper to remove this warning. See [2023-03-10T00:46:16.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:46:16.789Z] [2023-03-10T00:46:16.789Z] Login Succeeded [2023-03-10T00:46:16.789Z] nexus3.edgexfoundry.org:10004 [2023-03-10T00:46:16.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:46:17.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:46:17.048Z] Configure a credential helper to remove this warning. See [2023-03-10T00:46:17.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:46:17.048Z] [2023-03-10T00:46:17.048Z] Login Succeeded [2023-03-10T00:46:17.048Z] docker.io [2023-03-10T00:46:17.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:46:17.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:46:17.307Z] Configure a credential helper to remove this warning. See [2023-03-10T00:46:17.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:46:17.307Z] [2023-03-10T00:46:17.307Z] Login Succeeded [2023-03-10T00:46:17.307Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T00:46:17.314Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T00:46:17.614Z] + 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-10T00:46:17.614Z] + dirname cmd/core-command/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-10T00:46:17.614Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-10T00:46:17.614Z] cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/core-data/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/core-metadata/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-10T00:46:17.614Z] + dirname+ cmd/security-secretstore-setup/Dockerfile [2023-03-10T00:46:17.614Z] cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/support-notifications/Dockerfile [2023-03-10T00:46:17.614Z] + cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-10T00:46:17.614Z] + dirname cmd/support-scheduler/Dockerfile+ [2023-03-10T00:46:17.614Z] cut -d/ -f2 [2023-03-10T00:46:17.614Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-10T00:46:17.661Z] 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-10T00:46:17.983Z] + git rev-list -1 --merges 97ead1fc80aa095b46845053832efa05950d1120~1..97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] echo [2023-03-10T00:46:18.008Z] -----------> git rev-list -1 --merges 97ead1fc80aa095b46845053832efa05950d1120~1..97ead1fc80aa095b46845053832efa05950d1120 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:46:18.008Z] 97ead1fc80aa095b46845053832efa05950d1120 [false] [Pipeline] sh [2023-03-10T00:46:18.295Z] + git log --format=format:%s -1 97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] echo [2023-03-10T00:46:18.309Z] ========================================================= [2023-03-10T00:46:18.309Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-10T00:46:18.309Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-10T00:46:18.724Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T00:46:18.724Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-10T00:46:18.724Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-10T00:46:18.724Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-10T00:46:18.724Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-10T00:46:18.724Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-10T00:46:18.724Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:46:19.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T00:46:19.126Z] [2023-03-10T00:46:19.126Z] 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-10T00:46:19.433Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T00:46:19.433Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-10T00:46:19.433Z] b85a868b505f: Pulling fs layer [2023-03-10T00:46:19.433Z] e2be974225ed: Pulling fs layer [2023-03-10T00:46:19.433Z] 339a4e72a1f5: Pulling fs layer [2023-03-10T00:46:19.433Z] 988bab9f4d93: Pulling fs layer [2023-03-10T00:46:19.433Z] 1469e6f7b9e6: Pulling fs layer [2023-03-10T00:46:19.433Z] eaf3925da568: Pulling fs layer [2023-03-10T00:46:19.433Z] bab4dde63d76: Pulling fs layer [2023-03-10T00:46:19.433Z] bde34c3a00c8: Pulling fs layer [2023-03-10T00:46:19.433Z] b352a97aabf1: Pulling fs layer [2023-03-10T00:46:19.433Z] 988bab9f4d93: Waiting [2023-03-10T00:46:19.433Z] 1469e6f7b9e6: Waiting [2023-03-10T00:46:19.433Z] eaf3925da568: Waiting [2023-03-10T00:46:19.433Z] bab4dde63d76: Waiting [2023-03-10T00:46:19.433Z] bde34c3a00c8: Waiting [2023-03-10T00:46:19.433Z] b352a97aabf1: Waiting [2023-03-10T00:46:19.433Z] 4872d77fe225: Pulling fs layer [2023-03-10T00:46:19.433Z] 5851b861e8e6: Pulling fs layer [2023-03-10T00:46:19.433Z] 5851b861e8e6: Waiting [2023-03-10T00:46:19.433Z] e2be974225ed: Download complete [2023-03-10T00:46:19.433Z] 988bab9f4d93: Verifying Checksum [2023-03-10T00:46:19.433Z] 988bab9f4d93: Download complete [2023-03-10T00:46:19.694Z] 1469e6f7b9e6: Verifying Checksum [2023-03-10T00:46:19.694Z] 1469e6f7b9e6: Download complete [2023-03-10T00:46:19.694Z] eaf3925da568: Verifying Checksum [2023-03-10T00:46:19.694Z] eaf3925da568: Download complete [2023-03-10T00:46:19.694Z] 339a4e72a1f5: Verifying Checksum [2023-03-10T00:46:19.694Z] 339a4e72a1f5: Download complete [2023-03-10T00:46:19.694Z] bde34c3a00c8: Verifying Checksum [2023-03-10T00:46:19.694Z] bde34c3a00c8: Download complete [2023-03-10T00:46:19.694Z] b352a97aabf1: Verifying Checksum [2023-03-10T00:46:19.694Z] b352a97aabf1: Download complete [2023-03-10T00:46:19.694Z] 4872d77fe225: Verifying Checksum [2023-03-10T00:46:19.694Z] 4872d77fe225: Download complete [2023-03-10T00:46:19.694Z] 5851b861e8e6: Verifying Checksum [2023-03-10T00:46:19.694Z] 5851b861e8e6: Download complete [2023-03-10T00:46:19.694Z] b85a868b505f: Verifying Checksum [2023-03-10T00:46:19.694Z] b85a868b505f: Download complete [2023-03-10T00:46:19.953Z] bab4dde63d76: Verifying Checksum [2023-03-10T00:46:19.953Z] bab4dde63d76: Download complete [2023-03-10T00:46:21.330Z] b85a868b505f: Pull complete [2023-03-10T00:46:21.330Z] e2be974225ed: Pull complete [2023-03-10T00:46:21.589Z] 339a4e72a1f5: Pull complete [2023-03-10T00:46:21.849Z] 988bab9f4d93: Pull complete [2023-03-10T00:46:22.109Z] 1469e6f7b9e6: Pull complete [2023-03-10T00:46:22.109Z] eaf3925da568: Pull complete [2023-03-10T00:46:24.013Z] bab4dde63d76: Pull complete [2023-03-10T00:46:24.013Z] bde34c3a00c8: Pull complete [2023-03-10T00:46:24.271Z] b352a97aabf1: Pull complete [2023-03-10T00:46:24.271Z] 4872d77fe225: Pull complete [2023-03-10T00:46:24.271Z] 5851b861e8e6: Pull complete [2023-03-10T00:46:24.271Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-10T00:46:24.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T00:46:24.272Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:46:24.368Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T00:46:24.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T00:46:28.373Z] $ docker top ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 -eo pid,comm [2023-03-10T00:46:28.422Z] 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-10T00:46:28.423Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T00:46:28.456Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T00:46:28.456Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T00:46:28.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T00:46:28.584Z] $ docker exec ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 ssh-agent [2023-03-10T00:46:28.693Z] SSH_AUTH_SOCK=/tmp/ssh-Y8GmwJQyiU5j/agent.31 [2023-03-10T00:46:28.693Z] SSH_AGENT_PID=37 [2023-03-10T00:46:28.700Z] Running ssh-add (command line suppressed) [2023-03-10T00:46:28.792Z] Identity added: /w/workspace/edgex-go/450@tmp/private_key_9844459343789367303.key (/w/workspace/edgex-go/450@tmp/private_key_9844459343789367303.key) [2023-03-10T00:46:28.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T00:46:29.088Z] + git tag --points-at HEAD [Pipeline] } [2023-03-10T00:46:29.108Z] $ docker exec --env ******** --env ******** ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 ssh-agent -k [2023-03-10T00:46:29.212Z] unset SSH_AUTH_SOCK; [2023-03-10T00:46:29.213Z] unset SSH_AGENT_PID; [2023-03-10T00:46:29.213Z] echo Agent pid 37 killed; [2023-03-10T00:46:29.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-10T00:46:29.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T00:46:29.240Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T00:46:29.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T00:46:29.361Z] $ docker exec ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 ssh-agent [2023-03-10T00:46:29.458Z] SSH_AUTH_SOCK=/tmp/ssh-pDJF6dNMkKa7/agent.69 [2023-03-10T00:46:29.458Z] SSH_AGENT_PID=75 [2023-03-10T00:46:29.464Z] Running ssh-add (command line suppressed) [2023-03-10T00:46:29.573Z] Identity added: /w/workspace/edgex-go/450@tmp/private_key_11619412002859635536.key (/w/workspace/edgex-go/450@tmp/private_key_11619412002859635536.key) [2023-03-10T00:46:29.583Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T00:46:29.871Z] + git semver init [2023-03-10T00:46:30.131Z] 2023-03-10 00:46:30,060 [run_init] DEBUG init version:0.0.0 force:False [2023-03-10T00:46:30.131Z] 2023-03-10 00:46:30,061 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/450/.semver [2023-03-10T00:46:30.131Z] 2023-03-10 00:46:30,061 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/450/.semver [2023-03-10T00:46:30.131Z] 2023-03-10 00:46:30,062 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/450/.semver'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=None) [2023-03-10T00:46:35.404Z] 2023-03-10 00:46:35,081 [append_file] DEBUG append to file:/w/workspace/edgex-go/450/.git/info/exclude [2023-03-10T00:46:35.404Z] 2023-03-10 00:46:35,082 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/450/.semver/main with force:False [2023-03-10T00:46:35.404Z] 2023-03-10 00:46:35,082 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main [2023-03-10T00:46:35.404Z] 2023-03-10 00:46:35,082 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main [2023-03-10T00:46:35.404Z] 3.0.0-dev.88 [Pipeline] } [2023-03-10T00:46:35.417Z] $ docker exec --env ******** --env ******** ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 ssh-agent -k [2023-03-10T00:46:35.510Z] unset SSH_AUTH_SOCK; [2023-03-10T00:46:35.511Z] unset SSH_AGENT_PID; [2023-03-10T00:46:35.511Z] echo Agent pid 75 killed; [2023-03-10T00:46:35.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T00:46:35.823Z] + git semver [Pipeline] } [2023-03-10T00:46:36.098Z] $ docker stop --time=1 ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 [2023-03-10T00:46:37.407Z] $ docker rm -f --volumes ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T00:46:37.749Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-10T00:46:37.983Z] Stashed 1 file(s) [Pipeline] echo [2023-03-10T00:46:37.986Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.88 [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-10T00:46:38.352Z] + git config --global --add safe.directory /w/workspace/edgex-go/450 [Pipeline] echo [2023-03-10T00:46:38.364Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:46:38.379Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:46:38.389Z] ========================================================= [2023-03-10T00:46:38.389Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-10T00:46:38.389Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:46:38.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T00:46:38.683Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-10T00:46:38.683Z] 213ec9aee27d: Pulling fs layer [2023-03-10T00:46:38.683Z] 4583459ba037: Pulling fs layer [2023-03-10T00:46:38.683Z] 93c1e223e6f2: Pulling fs layer [2023-03-10T00:46:38.683Z] 53926ce57604: Pulling fs layer [2023-03-10T00:46:38.683Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-10T00:46:38.683Z] 22ff95d597cd: Pulling fs layer [2023-03-10T00:46:38.683Z] 12d6caf4c0d1: Pulling fs layer [2023-03-10T00:46:38.683Z] 96b7cbca73a9: Pulling fs layer [2023-03-10T00:46:38.683Z] a7acece74701: Pulling fs layer [2023-03-10T00:46:38.683Z] 96b7cbca73a9: Waiting [2023-03-10T00:46:38.683Z] 21b2b0c7a3f4: Waiting [2023-03-10T00:46:38.683Z] 22ff95d597cd: Waiting [2023-03-10T00:46:38.683Z] 12d6caf4c0d1: Waiting [2023-03-10T00:46:38.683Z] a7acece74701: Waiting [2023-03-10T00:46:38.683Z] 53926ce57604: Waiting [2023-03-10T00:46:38.683Z] 93c1e223e6f2: Verifying Checksum [2023-03-10T00:46:38.683Z] 93c1e223e6f2: Download complete [2023-03-10T00:46:38.683Z] 4583459ba037: Verifying Checksum [2023-03-10T00:46:38.683Z] 4583459ba037: Download complete [2023-03-10T00:46:38.683Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-10T00:46:38.683Z] 21b2b0c7a3f4: Download complete [2023-03-10T00:46:38.683Z] 22ff95d597cd: Verifying Checksum [2023-03-10T00:46:38.683Z] 22ff95d597cd: Download complete [2023-03-10T00:46:38.683Z] 213ec9aee27d: Verifying Checksum [2023-03-10T00:46:38.683Z] 213ec9aee27d: Download complete [2023-03-10T00:46:38.944Z] 12d6caf4c0d1: Verifying Checksum [2023-03-10T00:46:38.944Z] 12d6caf4c0d1: Download complete [2023-03-10T00:46:38.944Z] 213ec9aee27d: Pull complete [2023-03-10T00:46:39.216Z] 4583459ba037: Pull complete [2023-03-10T00:46:39.216Z] 93c1e223e6f2: Pull complete [2023-03-10T00:46:39.480Z] a7acece74701: Verifying Checksum [2023-03-10T00:46:39.480Z] a7acece74701: Download complete [2023-03-10T00:46:39.739Z] 96b7cbca73a9: Download complete [2023-03-10T00:46:39.739Z] 53926ce57604: Verifying Checksum [2023-03-10T00:46:39.739Z] 53926ce57604: Download complete [2023-03-10T00:46:43.932Z] 53926ce57604: Pull complete [2023-03-10T00:46:43.932Z] 21b2b0c7a3f4: Pull complete [2023-03-10T00:46:43.932Z] 22ff95d597cd: Pull complete [2023-03-10T00:46:43.932Z] 12d6caf4c0d1: Pull complete [2023-03-10T00:46:45.826Z] 96b7cbca73a9: Pull complete [2023-03-10T00:46:46.393Z] a7acece74701: Pull complete [2023-03-10T00:46:46.393Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-10T00:46:46.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T00:46:46.393Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:46:46.689Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T00:46:46.689Z] WORKDIR /edgex [2023-03-10T00:46:46.689Z] COPY go.mod . [2023-03-10T00:46:46.689Z] RUN go mod download [2023-03-10T00:46:46.689Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-10T00:46:47.256Z] Sending build context to Docker daemon 170.4MB [2023-03-10T00:46:47.256Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T00:46:47.256Z] ---> db6d94c90886 [2023-03-10T00:46:47.256Z] Step 2/4 : WORKDIR /edgex [2023-03-10T00:46:53.041Z] Still waiting to schedule task [2023-03-10T00:46:53.041Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-10T00:46:53.824Z] ---> Running in b734e56f7719 [2023-03-10T00:46:53.824Z] Removing intermediate container b734e56f7719 [2023-03-10T00:46:53.824Z] ---> dc6b07248c84 [2023-03-10T00:46:53.824Z] Step 3/4 : COPY go.mod . [2023-03-10T00:46:53.824Z] ---> 05fb99374cb7 [2023-03-10T00:46:53.824Z] Step 4/4 : RUN go mod download [2023-03-10T00:46:53.824Z] ---> Running in 4af84e3057e0 [2023-03-10T00:47:08.709Z] Removing intermediate container 4af84e3057e0 [2023-03-10T00:47:08.709Z] ---> 4ce4a8311a38 [2023-03-10T00:47:08.709Z] Successfully built 4ce4a8311a38 [2023-03-10T00:47:08.709Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:47:09.010Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T00:47:09.010Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:47:09.078Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T00:47:09.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T00:47:09.484Z] $ docker top de4e968a0cf0a6b290b3d23791498d25771f127a1bd0e9005755f7d6836923ec -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:47:09.819Z] + go version [2023-03-10T00:47:09.819Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-10T00:47:09.832Z] $ docker stop --time=1 de4e968a0cf0a6b290b3d23791498d25771f127a1bd0e9005755f7d6836923ec [2023-03-10T00:47:11.122Z] $ docker rm -f --volumes de4e968a0cf0a6b290b3d23791498d25771f127a1bd0e9005755f7d6836923ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:47:11.517Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T00:47:11.517Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:47:11.589Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T00:47:11.621Z] $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T00:47:11.953Z] $ docker top 472bf7dac74ab9ab739aaf0f39cc00427247b14106ff4c90fe31fec86edbe55a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T00:47:12.033Z] ========================================================= [2023-03-10T00:47:12.033Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-10T00:47:12.033Z] ========================================================= [Pipeline] sh [2023-03-10T00:47:12.311Z] + git config --global --add safe.directory /w/workspace/edgex-go/450 [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:47:12.607Z] + make test [2023-03-10T00:47:12.607Z] go test -race -coverprofile=coverage.out ./... [2023-03-10T00:47:18.491Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-10T00:47:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-10T00:47:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-10T00:47:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.080s coverage: 98.5% of statements [2023-03-10T00:47:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.120s coverage: 71.2% of statements [2023-03-10T00:47:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-10T00:47:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-10T00:47:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-10T00:47:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.0% of statements [2023-03-10T00:47:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-10T00:47:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.455s coverage: 88.5% of statements [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.073s coverage: 3.9% of statements [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.486s coverage: 95.6% of statements [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 65.9% of statements [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.9% of statements [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.062s coverage: 29.0% of statements [2023-03-10T00:47:37.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 82.9% of statements [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.091s coverage: 94.1% of statements [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2023-03-10T00:47:37.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2023-03-10T00:47:42.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.434s coverage: 79.9% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.101s coverage: 92.9% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.097s coverage: 86.9% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 81.2% of statements [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 82.1% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 84.8% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-10T00:48:00.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.1% of statements [2023-03-10T00:48:00.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 38.4% of statements [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.151s coverage: 92.3% of statements [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 61.5% of statements [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-10T00:48:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.100s coverage: 97.7% of statements [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-10T00:48:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:48:00.744Z] 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-10T00:48:22.663Z] 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-10T00:48:22.663Z] go vet ./... [2023-03-10T00:48:22.920Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T00:48:23.179Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-10T00:48:23.179Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-10T00:48:23.451Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-10T00:48:23.740Z] + ls -al . [2023-03-10T00:48:23.740Z] total 704 [2023-03-10T00:48:23.740Z] drwxrwxr-x 11 1001 1001 4096 Mar 10 00:47 . [2023-03-10T00:48:23.740Z] drwxr-xr-x 4 root root 4096 Mar 10 00:47 .. [2023-03-10T00:48:23.740Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 00:46 .blubracket [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 16 Mar 10 00:46 .dockerignore [2023-03-10T00:48:23.740Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 00:48 .git [2023-03-10T00:48:23.740Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 00:46 .github [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 1112 Mar 10 00:46 .gitignore [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 42 Mar 10 00:46 .golangci.yml [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 87 Mar 10 00:46 .hadolint.yml [2023-03-10T00:48:23.740Z] drwxr-xr-x 3 1001 1001 4096 Mar 10 00:46 .semver [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 00:46 .sonarcloud.properties [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 1171 Mar 10 00:46 ADOPTERS.md [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 10825 Mar 10 00:46 Attribution.txt [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 73765 Mar 10 00:46 CHANGELOG.md [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:46 CONTRIBUTING.md [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 677 Mar 10 00:46 GOVERNANCE.md [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 883 Mar 10 00:46 Jenkinsfile [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:46 LICENSE [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 14071 Mar 10 00:46 Makefile [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 582 Mar 10 00:46 OWNERS.md [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 9403 Mar 10 00:46 README.md [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 6912 Mar 10 00:46 SECURITY.md [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 12 Mar 10 00:46 VERSION [2023-03-10T00:48:23.740Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 00:46 bin [2023-03-10T00:48:23.740Z] drwxrwxr-x 18 1001 1001 4096 Mar 10 00:46 cmd [2023-03-10T00:48:23.740Z] -rw-r--r-- 1 root root 447487 Mar 10 00:47 coverage.out [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 3232 Mar 10 00:46 go.mod [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 31098 Mar 10 00:46 go.sum [2023-03-10T00:48:23.740Z] drwxrwxr-x 7 1001 1001 4096 Mar 10 00:46 internal [2023-03-10T00:48:23.740Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 00:46 openapi [2023-03-10T00:48:23.740Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 00:46 snap [2023-03-10T00:48:23.740Z] -rw-rw-r-- 1 1001 1001 204 Mar 10 00:46 version.go [Pipeline] sh [2023-03-10T00:48:24.025Z] + '[' -e coverage.out ] [2023-03-10T00:48:24.025Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-10T00:48:24.123Z] Stashed 1 file(s) [Pipeline] sh [2023-03-10T00:48:24.401Z] + make build [2023-03-10T00:48:24.401Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T00:48:39.267Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T00:48:39.267Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T00:48:39.267Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T00:48:40.201Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T00:48:48.317Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T00:48:48.881Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T00:48:50.256Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-10T00:48:51.192Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-10T00:48:52.127Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-10T00:48:53.059Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-10T00:48:53.989Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-10T00:48:55.378Z] $ docker stop --time=1 472bf7dac74ab9ab739aaf0f39cc00427247b14106ff4c90fe31fec86edbe55a [2023-03-10T00:49:01.168Z] $ docker rm -f --volumes 472bf7dac74ab9ab739aaf0f39cc00427247b14106ff4c90fe31fec86edbe55a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:49:02.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T00:49:02.009Z] [2023-03-10T00:49:02.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:49:02.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T00:49:02.306Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-10T00:49:02.306Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-10T00:49:02.306Z] ca9280d653b3: Pulling fs layer [2023-03-10T00:49:02.306Z] 7e9c9ca2126c: Pulling fs layer [2023-03-10T00:49:02.571Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-10T00:49:02.571Z] cbdbe7a5bc2a: Download complete [2023-03-10T00:49:02.571Z] ca9280d653b3: Verifying Checksum [2023-03-10T00:49:02.571Z] ca9280d653b3: Download complete [2023-03-10T00:49:02.830Z] cbdbe7a5bc2a: Pull complete [2023-03-10T00:49:03.088Z] 7e9c9ca2126c: Download complete [2023-03-10T00:49:03.088Z] ca9280d653b3: Pull complete [2023-03-10T00:49:06.368Z] 7e9c9ca2126c: Pull complete [2023-03-10T00:49:06.369Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-10T00:49:06.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T00:49:06.369Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:49:06.450Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T00:49:06.490Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@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-10T00:49:10.150Z] $ docker top a87f9b3da4c19711bd77d78e8312572caf6bd261fedc88ebeb870d30ccae9081 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:49:10.488Z] + + docker-composegrep build parallel --help [2023-03-10T00:49:10.488Z] [2023-03-10T00:49:11.057Z] --parallel Build images in parallel. [Pipeline] } [2023-03-10T00:49:11.074Z] $ docker stop --time=1 a87f9b3da4c19711bd77d78e8312572caf6bd261fedc88ebeb870d30ccae9081 [2023-03-10T00:49:12.335Z] $ docker rm -f --volumes a87f9b3da4c19711bd77d78e8312572caf6bd261fedc88ebeb870d30ccae9081 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:49:12.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T00:49:12.726Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:49:12.795Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T00:49:12.828Z] $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-10T00:49:13.129Z] $ docker top 7c16cf8b856cc8f97aa37555adb4717496af60549c8752c421c98084d432ac78 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:49:13.463Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-10T00:49:14.032Z] Building core-command ... [2023-03-10T00:49:14.032Z] Building core-common-config-bootstrapper ... [2023-03-10T00:49:14.032Z] Building core-data ... [2023-03-10T00:49:14.032Z] Building core-metadata ... [2023-03-10T00:49:14.032Z] Building security-bootstrapper ... [2023-03-10T00:49:14.032Z] Building security-proxy-auth ... [2023-03-10T00:49:14.032Z] Building security-proxy-setup ... [2023-03-10T00:49:14.032Z] Building security-secretstore-setup ... [2023-03-10T00:49:14.032Z] Building security-spiffe-token-provider ... [2023-03-10T00:49:14.032Z] Building security-spire-agent ... [2023-03-10T00:49:14.032Z] Building security-spire-config ... [2023-03-10T00:49:14.032Z] Building security-spire-server ... [2023-03-10T00:49:14.032Z] Building support-notifications ... [2023-03-10T00:49:14.032Z] Building support-scheduler ... [2023-03-10T00:49:14.032Z] Building core-command [2023-03-10T00:49:14.032Z] Building core-data [2023-03-10T00:49:14.032Z] Building security-bootstrapper [2023-03-10T00:49:14.032Z] Building core-metadata [2023-03-10T00:49:14.032Z] Building security-proxy-auth [2023-03-10T00:49:17.768Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9550 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-10T00:49:17.781Z] Running in /w/workspace/edgex-go/450 [Pipeline] { [Pipeline] checkout [2023-03-10T00:49:17.863Z] The recommended git tool is: git [2023-03-10T00:49:23.927Z] using credential edgex-jenkins-ssh [2023-03-10T00:49:23.947Z] Cloning the remote Git repository [2023-03-10T00:49:23.999Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-10T00:49:24.108Z] > git init /w/workspace/edgex-go/450 # timeout=10 [2023-03-10T00:49:24.267Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-10T00:49:24.269Z] > git --version # timeout=10 [2023-03-10T00:49:24.294Z] > git --version # 'git version 2.25.1' [2023-03-10T00:49:24.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T00:49:24.375Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T00:49:26.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:49:26.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:49:26.261Z] ---> 4ce4a8311a38 [2023-03-10T00:49:26.261Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:49:26.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:49:26.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:49:26.261Z] ---> 4ce4a8311a38 [2023-03-10T00:49:26.261Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:49:26.261Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:49:26.261Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:49:26.261Z] ---> 4ce4a8311a38 [2023-03-10T00:49:26.261Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:49:26.261Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:49:26.261Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:49:26.261Z] ---> 4ce4a8311a38 [2023-03-10T00:49:26.261Z] Step 3/32 : WORKDIR /edgex-go [2023-03-10T00:49:27.640Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:49:27.640Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:49:27.640Z] ---> 4ce4a8311a38 [2023-03-10T00:49:27.640Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:49:39.872Z] ---> Running in 2cbb7ab201aa [2023-03-10T00:49:39.872Z] ---> Running in 030ee20eef8d [2023-03-10T00:49:39.872Z] ---> Running in d9547152fdb8 [2023-03-10T00:49:39.872Z] ---> Running in 98a021ac32fa [2023-03-10T00:49:39.872Z] ---> Running in 470e63b82168 [2023-03-10T00:49:39.872Z] Removing intermediate container 2cbb7ab201aa [2023-03-10T00:49:39.872Z] ---> 04000af0f5af [2023-03-10T00:49:39.872Z] Step 4/24 : WORKDIR /edgex-go [2023-03-10T00:49:39.872Z] Removing intermediate container 98a021ac32fa [2023-03-10T00:49:39.872Z] Removing intermediate container 470e63b82168 [2023-03-10T00:49:39.872Z] ---> 77b43cae4487 [2023-03-10T00:49:39.872Z] ---> 3d6573e8ec6a [2023-03-10T00:49:39.872Z] Step 4/23 : WORKDIR /edgex-go [2023-03-10T00:49:39.872Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:49:39.872Z] Removing intermediate container d9547152fdb8 [2023-03-10T00:49:39.872Z] ---> 5d908175560f [2023-03-10T00:49:39.872Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-10T00:49:39.872Z] Removing intermediate container 030ee20eef8d [2023-03-10T00:49:39.872Z] ---> 88fc760d4e17 [2023-03-10T00:49:39.872Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:49:39.872Z] ---> Running in c5a8c0d6aa10 [2023-03-10T00:49:39.872Z] ---> Running in df02ac0da4fc [2023-03-10T00:49:39.872Z] ---> Running in 7328b8a1caaa [2023-03-10T00:49:39.872Z] ---> Running in afd70f6d731e [2023-03-10T00:49:39.872Z] ---> Running in 2f6aa610da89 [2023-03-10T00:49:39.872Z] Removing intermediate container c5a8c0d6aa10 [2023-03-10T00:49:39.872Z] ---> 59608aee64ed [2023-03-10T00:49:39.872Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:49:39.872Z] ---> Running in c8b20799b00b [2023-03-10T00:49:39.872Z] Removing intermediate container 7328b8a1caaa [2023-03-10T00:49:39.873Z] ---> ed9329f9d47a [2023-03-10T00:49:39.873Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-10T00:49:39.873Z] Removing intermediate container df02ac0da4fc [2023-03-10T00:49:39.873Z] ---> 86cc0e572761 [2023-03-10T00:49:39.873Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-10T00:49:39.873Z] Removing intermediate container 2f6aa610da89 [2023-03-10T00:49:39.873Z] ---> 509874619664 [2023-03-10T00:49:39.873Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:49:39.873Z] ---> Running in a2c99a80f9bd [2023-03-10T00:49:39.873Z] ---> Running in be9d0feb2979 [2023-03-10T00:49:39.873Z] ---> Running in 0de7e3539ac4 [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] OK: 211 MiB in 51 packages [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] OK: 211 MiB in 51 packages [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] OK: 211 MiB in 51 packages [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:49:39.873Z] OK: 211 MiB in 51 packages [2023-03-10T00:49:39.873Z] Removing intermediate container c8b20799b00b [2023-03-10T00:49:39.873Z] ---> 37e7c1f98497 [2023-03-10T00:49:39.873Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:49:39.873Z] OK: 211 MiB in 51 packages [2023-03-10T00:49:39.873Z] Removing intermediate container afd70f6d731e [2023-03-10T00:49:39.873Z] ---> 95cb6cc79d65 [2023-03-10T00:49:39.873Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-10T00:49:39.873Z] ---> 2011b7ce3b9a [2023-03-10T00:49:39.873Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:49:39.873Z] Removing intermediate container be9d0feb2979 [2023-03-10T00:49:39.873Z] ---> f1acbcea4cc9 [2023-03-10T00:49:39.873Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-10T00:49:39.873Z] ---> Running in 97e382282bc9 [2023-03-10T00:49:39.873Z] ---> 5c0e328f1177 [2023-03-10T00:49:39.873Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:49:39.873Z] ---> Running in 9896a71f1b72 [2023-03-10T00:49:39.873Z] ---> 2b42a04db379 [2023-03-10T00:49:39.873Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:49:39.873Z] ---> Running in e705175538f6 [2023-03-10T00:49:39.873Z] Removing intermediate container a2c99a80f9bd [2023-03-10T00:49:39.873Z] ---> d3a501318405 [2023-03-10T00:49:39.873Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-10T00:49:39.873Z] Removing intermediate container 0de7e3539ac4 [2023-03-10T00:49:39.873Z] ---> 494b4ad217fd [2023-03-10T00:49:39.873Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:49:39.873Z] ---> bd4eb7aeeb8a [2023-03-10T00:49:39.873Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:49:39.873Z] ---> Running in b1dab1c69840 [2023-03-10T00:49:40.132Z] ---> cbd0adfa0692 [2023-03-10T00:49:40.132Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:49:40.132Z] ---> Running in f2556aaf9778 [2023-03-10T00:49:43.731Z] Avoid second fetch [2023-03-10T00:49:43.732Z] Checking out Revision 97ead1fc80aa095b46845053832efa05950d1120 (main) [2023-03-10T00:49:42.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-10T00:49:42.723Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T00:49:43.755Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T00:49:43.775Z] > git checkout -f 97ead1fc80aa095b46845053832efa05950d1120 # timeout=10 [2023-03-10T00:49:44.527Z] Commit message: "Merge pull request #4427 from hahattan/dp-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T00:49:45.379Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-10T00:49:45.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T00:49:45.379Z] Dload Upload Total Spent Left Speed [2023-03-10T00:49:45.379Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 86155 0 --:--:-- --:--:-- --:--:-- 86155 [Pipeline] sh [2023-03-10T00:49:46.076Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-10T00:49:46.413Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-10T00:49:46.413Z] + sudo tee /etc/docker/daemon.new [2023-03-10T00:49:46.413Z] { [2023-03-10T00:49:46.413Z] "registry-mirrors": [ [2023-03-10T00:49:46.413Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-10T00:49:46.413Z] ], [2023-03-10T00:49:46.413Z] "bip": "10.250.0.254/24", [2023-03-10T00:49:46.413Z] "hosts": [ [2023-03-10T00:49:46.413Z] "tcp://0.0.0.0:5555", [2023-03-10T00:49:46.413Z] "unix:///var/run/docker.sock" [2023-03-10T00:49:46.413Z] ], [2023-03-10T00:49:46.413Z] "mtu": 1458, [2023-03-10T00:49:46.413Z] "selinux-enabled": true, [2023-03-10T00:49:46.413Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-10T00:49:46.413Z] } [Pipeline] sh [2023-03-10T00:49:46.758Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-10T00:49:47.107Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T00:50:05.418Z] provisioning config files... [2023-03-10T00:50:05.446Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/450@tmp/config11792722077195333151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T00:50:05.824Z] ---> docker-login.sh [2023-03-10T00:50:05.824Z] nexus3.edgexfoundry.org:10001 [2023-03-10T00:50:06.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:50:06.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:50:06.376Z] Configure a credential helper to remove this warning. See [2023-03-10T00:50:06.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:50:06.376Z] [2023-03-10T00:50:06.376Z] Login Succeeded [2023-03-10T00:50:06.646Z] nexus3.edgexfoundry.org:10002 [2023-03-10T00:50:06.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:50:06.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:50:06.921Z] Configure a credential helper to remove this warning. See [2023-03-10T00:50:06.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:50:06.921Z] [2023-03-10T00:50:06.921Z] Login Succeeded [2023-03-10T00:50:06.921Z] nexus3.edgexfoundry.org:10003 [2023-03-10T00:50:07.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:50:07.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:50:07.199Z] Configure a credential helper to remove this warning. See [2023-03-10T00:50:07.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:50:07.199Z] [2023-03-10T00:50:07.199Z] Login Succeeded [2023-03-10T00:50:07.470Z] nexus3.edgexfoundry.org:10004 [2023-03-10T00:50:07.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:50:07.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:50:07.752Z] Configure a credential helper to remove this warning. See [2023-03-10T00:50:07.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:50:07.752Z] [2023-03-10T00:50:07.752Z] Login Succeeded [2023-03-10T00:50:07.752Z] docker.io [2023-03-10T00:50:08.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:50:08.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:50:08.290Z] Configure a credential helper to remove this warning. See [2023-03-10T00:50:08.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:50:08.290Z] [2023-03-10T00:50:08.290Z] Login Succeeded [2023-03-10T00:50:08.290Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T00:50:08.305Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-10T00:50:08.949Z] + git config --global --add safe.directory /w/workspace/edgex-go/450 [Pipeline] echo [2023-03-10T00:50:08.971Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:50:08.985Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:50:08.995Z] ========================================================= [2023-03-10T00:50:08.995Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-10T00:50:08.995Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:50:09.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T00:50:09.593Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-10T00:50:09.593Z] 9b18e9b68314: Pulling fs layer [2023-03-10T00:50:09.593Z] 35d82f9e3411: Pulling fs layer [2023-03-10T00:50:09.593Z] e16973657156: Pulling fs layer [2023-03-10T00:50:09.593Z] fc693d55d65f: Pulling fs layer [2023-03-10T00:50:09.593Z] 7e9fc2657dce: Pulling fs layer [2023-03-10T00:50:09.593Z] dda99020689f: Pulling fs layer [2023-03-10T00:50:09.593Z] db1c61fa0a46: Pulling fs layer [2023-03-10T00:50:09.593Z] 891c053d2c06: Pulling fs layer [2023-03-10T00:50:09.593Z] fc693d55d65f: Waiting [2023-03-10T00:50:09.593Z] 7e9fc2657dce: Waiting [2023-03-10T00:50:09.593Z] dda99020689f: Waiting [2023-03-10T00:50:09.593Z] db1c61fa0a46: Waiting [2023-03-10T00:50:09.593Z] 891c053d2c06: Waiting [2023-03-10T00:50:09.593Z] e16973657156: Verifying Checksum [2023-03-10T00:50:09.593Z] e16973657156: Download complete [2023-03-10T00:50:09.593Z] 35d82f9e3411: Download complete [2023-03-10T00:50:09.593Z] 7e9fc2657dce: Verifying Checksum [2023-03-10T00:50:09.593Z] 7e9fc2657dce: Download complete [2023-03-10T00:50:09.593Z] dda99020689f: Verifying Checksum [2023-03-10T00:50:09.593Z] dda99020689f: Download complete [2023-03-10T00:50:09.593Z] 9b18e9b68314: Verifying Checksum [2023-03-10T00:50:09.593Z] 9b18e9b68314: Download complete [2023-03-10T00:50:10.571Z] 9b18e9b68314: Pull complete [2023-03-10T00:50:10.856Z] 891c053d2c06: Verifying Checksum [2023-03-10T00:50:10.856Z] 891c053d2c06: Download complete [2023-03-10T00:50:11.130Z] 35d82f9e3411: Pull complete [2023-03-10T00:50:11.729Z] e16973657156: Pull complete [2023-03-10T00:50:12.323Z] db1c61fa0a46: Verifying Checksum [2023-03-10T00:50:12.323Z] db1c61fa0a46: Download complete [2023-03-10T00:50:12.598Z] fc693d55d65f: Verifying Checksum [2023-03-10T00:50:12.598Z] fc693d55d65f: Download complete [2023-03-10T00:50:24.936Z] fc693d55d65f: Pull complete [2023-03-10T00:50:24.936Z] 7e9fc2657dce: Pull complete [2023-03-10T00:50:25.206Z] dda99020689f: Pull complete [2023-03-10T00:50:31.990Z] db1c61fa0a46: Pull complete [2023-03-10T00:50:33.410Z] 891c053d2c06: Pull complete [2023-03-10T00:50:33.410Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-10T00:50:33.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T00:50:33.410Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:50:33.756Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T00:50:33.756Z] WORKDIR /edgex [2023-03-10T00:50:33.756Z] COPY go.mod . [2023-03-10T00:50:33.756Z] RUN go mod download [2023-03-10T00:50:33.756Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-10T00:50:34.345Z] Sending build context to Docker daemon 2.95MB [2023-03-10T00:50:34.345Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T00:50:34.345Z] ---> f96f9c87975a [2023-03-10T00:50:34.345Z] Step 2/4 : WORKDIR /edgex [2023-03-10T00:50:36.314Z] ---> Running in 7156c63de893 [2023-03-10T00:50:36.903Z] Removing intermediate container 7156c63de893 [2023-03-10T00:50:36.903Z] ---> 49106b5a23f6 [2023-03-10T00:50:36.903Z] Step 3/4 : COPY go.mod . [2023-03-10T00:50:37.176Z] ---> aa1c7572b1eb [2023-03-10T00:50:37.176Z] Step 4/4 : RUN go mod download [2023-03-10T00:50:37.445Z] ---> Running in c27a26cf32fa [2023-03-10T00:50:47.941Z] Removing intermediate container 9896a71f1b72 [2023-03-10T00:50:47.941Z] ---> 4e601c74a8f9 [2023-03-10T00:50:47.941Z] Step 7/32 : COPY . . [2023-03-10T00:50:47.941Z] Removing intermediate container b1dab1c69840 [2023-03-10T00:50:47.941Z] ---> 9358194ce87a [2023-03-10T00:50:47.941Z] Step 8/24 : COPY . . [2023-03-10T00:50:47.941Z] Removing intermediate container e705175538f6 [2023-03-10T00:50:47.941Z] ---> d03068cfb074 [2023-03-10T00:50:47.941Z] Step 8/23 : COPY . . [2023-03-10T00:50:47.941Z] Removing intermediate container 97e382282bc9 [2023-03-10T00:50:47.941Z] ---> 199bddf42781 [2023-03-10T00:50:47.941Z] Step 8/22 : COPY . . [2023-03-10T00:50:47.941Z] Removing intermediate container f2556aaf9778 [2023-03-10T00:50:47.941Z] ---> 177f24f81efc [2023-03-10T00:50:47.941Z] Step 8/22 : COPY . . [2023-03-10T00:51:06.125Z] ---> bc7d0bbec519 [2023-03-10T00:51:06.125Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-10T00:51:06.125Z] ---> 944546b53909 [2023-03-10T00:51:06.125Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-10T00:51:06.125Z] ---> 747446289a4a [2023-03-10T00:51:06.125Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-10T00:51:06.125Z] ---> 0676476f2351 [2023-03-10T00:51:06.125Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-10T00:51:06.125Z] ---> a87b980969c2 [2023-03-10T00:51:06.125Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-10T00:51:06.125Z] ---> Running in 04c81d8c0118 [2023-03-10T00:51:06.125Z] ---> Running in 55d0e9688400 [2023-03-10T00:51:06.125Z] ---> Running in 36273ede1a03 [2023-03-10T00:51:06.125Z] ---> Running in 2918b401ac33 [2023-03-10T00:51:06.125Z] ---> Running in eb6f3d0baca9 [2023-03-10T00:51:06.383Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-10T00:51:06.383Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T00:51:06.640Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T00:51:06.898Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T00:51:06.898Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T00:51:09.760Z] Removing intermediate container c27a26cf32fa [2023-03-10T00:51:09.760Z] ---> 92aa2220b4d5 [2023-03-10T00:51:09.760Z] Successfully built 92aa2220b4d5 [2023-03-10T00:51:09.760Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:51:10.107Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T00:51:10.107Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:51:10.318Z] prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container [2023-03-10T00:51:10.398Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-10T00:51:11.919Z] $ docker top 02c1e9a42d9376225c3662011b8d43b3b23fed2c7e5cfeaa8bbdc14159db3931 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:51:12.783Z] + go version [2023-03-10T00:51:12.783Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-10T00:51:12.808Z] $ docker stop --time=1 02c1e9a42d9376225c3662011b8d43b3b23fed2c7e5cfeaa8bbdc14159db3931 [2023-03-10T00:51:14.497Z] $ docker rm -f --volumes 02c1e9a42d9376225c3662011b8d43b3b23fed2c7e5cfeaa8bbdc14159db3931 [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-10T00:51:15.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T00:51:15.099Z] [2023-03-10T00:51:15.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:51:15.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T00:51:15.444Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-10T00:51:15.444Z] 29e5d40040c1: Pulling fs layer [2023-03-10T00:51:15.444Z] 1ce36da41761: Pulling fs layer [2023-03-10T00:51:15.444Z] 25b303627fd3: Pulling fs layer [2023-03-10T00:51:15.713Z] 29e5d40040c1: Download complete [2023-03-10T00:51:15.982Z] 1ce36da41761: Verifying Checksum [2023-03-10T00:51:15.982Z] 1ce36da41761: Download complete [2023-03-10T00:51:16.251Z] 29e5d40040c1: Pull complete [2023-03-10T00:51:17.666Z] 25b303627fd3: Verifying Checksum [2023-03-10T00:51:17.666Z] 25b303627fd3: Download complete [2023-03-10T00:51:17.666Z] 1ce36da41761: Pull complete [2023-03-10T00:51:30.004Z] 25b303627fd3: Pull complete [2023-03-10T00:51:30.004Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-10T00:51:30.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T00:51:30.004Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:51:30.202Z] prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container [2023-03-10T00:51:30.283Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@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-10T00:51:32.709Z] $ docker top 6cdadcb220b3eceb9edc0f6174007bfd6a055a2397464b5e57290d1ec934301c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:51:33.548Z] + docker-compose build --help [2023-03-10T00:51:33.548Z] + grep parallel [2023-03-10T00:51:38.900Z] --parallel Build images in parallel. [Pipeline] } [2023-03-10T00:51:38.924Z] $ docker stop --time=1 6cdadcb220b3eceb9edc0f6174007bfd6a055a2397464b5e57290d1ec934301c [2023-03-10T00:51:40.611Z] $ docker rm -f --volumes 6cdadcb220b3eceb9edc0f6174007bfd6a055a2397464b5e57290d1ec934301c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:51:41.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T00:51:41.152Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:51:41.353Z] prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container [2023-03-10T00:51:41.431Z] $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-10T00:51:42.629Z] $ docker top 725a4f675ef95518f1a1bc6a010ec8e83913b7c95cb740c28eab52b98267998a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:51:43.145Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-10T00:51:49.801Z] Building core-command ... [2023-03-10T00:51:49.801Z] Building core-common-config-bootstrapper ... [2023-03-10T00:51:49.801Z] Building core-data ... [2023-03-10T00:51:49.801Z] Building core-metadata ... [2023-03-10T00:51:49.801Z] Building security-bootstrapper ... [2023-03-10T00:51:49.801Z] Building security-proxy-auth ... [2023-03-10T00:51:49.801Z] Building security-proxy-setup ... [2023-03-10T00:51:49.801Z] Building security-secretstore-setup ... [2023-03-10T00:51:49.801Z] Building security-spiffe-token-provider ... [2023-03-10T00:51:49.801Z] Building security-spire-agent ... [2023-03-10T00:51:49.801Z] Building security-spire-config ... [2023-03-10T00:51:49.801Z] Building security-spire-server ... [2023-03-10T00:51:49.801Z] Building support-notifications ... [2023-03-10T00:51:49.801Z] Building support-scheduler ... [2023-03-10T00:51:49.801Z] Building security-spiffe-token-provider [2023-03-10T00:51:49.801Z] Building core-command [2023-03-10T00:51:49.801Z] Building security-spire-agent [2023-03-10T00:51:49.801Z] Building core-data [2023-03-10T00:51:49.801Z] Building security-proxy-auth [2023-03-10T00:51:53.624Z] Removing intermediate container 2918b401ac33 [2023-03-10T00:51:53.624Z] ---> 7e40312b4200 [2023-03-10T00:51:53.624Z] [2023-03-10T00:51:53.624Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:51:53.624Z] Removing intermediate container 04c81d8c0118 [2023-03-10T00:51:53.624Z] ---> 0c911bd8fe4a [2023-03-10T00:51:53.624Z] [2023-03-10T00:51:53.624Z] Step 9/32 : FROM alpine:3.16 [2023-03-10T00:51:53.624Z] 3.16: Pulling from library/alpine [2023-03-10T00:51:53.624Z] 3.16: Pulling from library/alpine [2023-03-10T00:51:53.624Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T00:51:53.624Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T00:51:53.624Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T00:51:53.624Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T00:51:53.624Z] ---> dfd21b5a31f5 [2023-03-10T00:51:53.624Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:51:53.624Z] ---> dfd21b5a31f5 [2023-03-10T00:51:53.624Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T00:51:53.624Z] ---> Running in fe7b2e69ca39 [2023-03-10T00:51:53.624Z] ---> Running in 05fa84cbc01b [2023-03-10T00:51:53.624Z] Removing intermediate container eb6f3d0baca9 [2023-03-10T00:51:53.624Z] ---> b200124c646b [2023-03-10T00:51:53.624Z] Removing intermediate container 36273ede1a03 [2023-03-10T00:51:53.624Z] [2023-03-10T00:51:53.624Z] ---> c23a50a5cbfa [2023-03-10T00:51:53.624Z] [2023-03-10T00:51:53.624Z] Step 10/24 : FROM alpine:3.16Step 10/23 : FROM alpine:3.16 [2023-03-10T00:51:53.624Z] [2023-03-10T00:51:53.624Z] ---> dfd21b5a31f5 [2023-03-10T00:51:53.624Z] ---> dfd21b5a31f5 [2023-03-10T00:51:53.624Z] Step 11/23 : RUN apk add --update --no-cache dumb-initStep 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:51:53.624Z] [2023-03-10T00:51:53.624Z] Removing intermediate container 55d0e9688400 [2023-03-10T00:51:53.624Z] ---> 9ac42ebf2fd4 [2023-03-10T00:51:53.624Z] [2023-03-10T00:51:53.624Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:51:53.624Z] ---> dfd21b5a31f5 [2023-03-10T00:51:53.624Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-10T00:51:53.624Z] ---> Running in 80dc275c7a73 [2023-03-10T00:51:53.624Z] ---> Running in c84c11095b31 [2023-03-10T00:51:53.624Z] ---> Running in 789fe6445377 [2023-03-10T00:51:53.624Z] Removing intermediate container fe7b2e69ca39 [2023-03-10T00:51:53.624Z] ---> 2fc9cdd281d5 [2023-03-10T00:51:53.624Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-10T00:51:53.624Z] Removing intermediate container 05fa84cbc01b [2023-03-10T00:51:53.624Z] ---> fda888b64208 [2023-03-10T00:51:53.624Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:51:53.624Z] ---> Running in 65fa2ffee611 [2023-03-10T00:51:53.624Z] ---> Running in 125473f49af3 [2023-03-10T00:51:53.624Z] Removing intermediate container 789fe6445377 [2023-03-10T00:51:53.624Z] ---> fb2f7f5ba503 [2023-03-10T00:51:53.624Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-10T00:51:53.624Z] ---> Running in f44e9ca2f835 [2023-03-10T00:51:53.884Z] Removing intermediate container f44e9ca2f835 [2023-03-10T00:51:53.884Z] ---> 0e6f1b4d74ad [2023-03-10T00:51:53.884Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-10T00:51:53.884Z] ---> Running in 30a8bb65dcb6 [2023-03-10T00:51:53.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.142Z] Removing intermediate container 30a8bb65dcb6 [2023-03-10T00:51:54.142Z] ---> 2d18b6737d49 [2023-03-10T00:51:54.142Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:51:54.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.142Z] ---> Running in 3d69d4d5125b [2023-03-10T00:51:54.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.398Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:51:54.398Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:51:54.398Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:51:54.398Z] OK: 6 MiB in 15 packages [2023-03-10T00:51:54.398Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:51:54.398Z] OK: 6 MiB in 15 packages [2023-03-10T00:51:54.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:51:54.656Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:51:54.656Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:51:54.656Z] OK: 6 MiB in 15 packages [2023-03-10T00:51:54.656Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T00:51:54.656Z] (2/2) Installing su-exec (0.2-r1) [2023-03-10T00:51:54.656Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:51:54.656Z] OK: 6 MiB in 16 packages [2023-03-10T00:51:54.656Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:51:54.656Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:51:54.656Z] OK: 6 MiB in 15 packages [2023-03-10T00:51:55.222Z] Removing intermediate container c84c11095b31 [2023-03-10T00:51:55.222Z] ---> 30c6c49c0b1b [2023-03-10T00:51:55.222Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:51:55.480Z] ---> Running in 48c0d73dee17 [2023-03-10T00:51:55.480Z] Removing intermediate container 125473f49af3 [2023-03-10T00:51:55.480Z] ---> 050603c59950 [2023-03-10T00:51:55.480Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:51:55.480Z] Removing intermediate container 80dc275c7a73 [2023-03-10T00:51:55.480Z] ---> f967c97334e6 [2023-03-10T00:51:55.480Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:51:55.480Z] ---> Running in fa8833c23ed0 [2023-03-10T00:51:55.480Z] Removing intermediate container 65fa2ffee611 [2023-03-10T00:51:55.480Z] ---> ead027d38f52 [2023-03-10T00:51:55.480Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-10T00:51:55.480Z] Removing intermediate container 48c0d73dee17 [2023-03-10T00:51:55.480Z] ---> 2cbd00ef271a [2023-03-10T00:51:55.480Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-10T00:51:55.752Z] Removing intermediate container 3d69d4d5125b [2023-03-10T00:51:55.752Z] ---> 0640f37b7da7 [2023-03-10T00:51:55.752Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:51:55.752Z] ---> Running in 8c3e5374c8c6 [2023-03-10T00:51:55.752Z] ---> Running in 51e306a616d6 [2023-03-10T00:51:55.752Z] Removing intermediate container fa8833c23ed0 [2023-03-10T00:51:55.752Z] ---> b0f0f1bc9c49 [2023-03-10T00:51:55.752Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-10T00:51:55.752Z] ---> 12921d549e46 [2023-03-10T00:51:55.752Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-10T00:51:55.752Z] ---> Running in db00edeabb6f [2023-03-10T00:51:55.752Z] Removing intermediate container 8c3e5374c8c6 [2023-03-10T00:51:55.752Z] ---> e34700c6e960 [2023-03-10T00:51:55.752Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-10T00:51:56.011Z] Removing intermediate container 51e306a616d6 [2023-03-10T00:51:56.011Z] ---> 753dc6750e65 [2023-03-10T00:51:56.011Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-10T00:51:56.295Z] ---> bdc59005b2b6 [2023-03-10T00:51:56.295Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-10T00:51:56.295Z] ---> Running in f91efe96fb3d [2023-03-10T00:51:56.295Z] ---> Running in 49ec854f2f23 [2023-03-10T00:51:56.295Z] Removing intermediate container db00edeabb6f [2023-03-10T00:51:56.295Z] ---> 1ed20c7309d2 [2023-03-10T00:51:56.295Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-10T00:51:56.554Z] ---> b2c266a4bc54 [2023-03-10T00:51:56.554Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-10T00:51:56.554Z] ---> Running in f47ac186b032 [2023-03-10T00:51:56.554Z] Removing intermediate container f91efe96fb3d [2023-03-10T00:51:56.554Z] ---> dbbbc7461ba2 [2023-03-10T00:51:56.554Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-10T00:51:56.554Z] Removing intermediate container 49ec854f2f23 [2023-03-10T00:51:56.554Z] ---> a43c510d94a9 [2023-03-10T00:51:56.554Z] Step 15/23 : WORKDIR / [2023-03-10T00:51:57.131Z] ---> 8f85a03c5672 [2023-03-10T00:51:57.132Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-10T00:51:57.132Z] ---> Running in be5aa04d0fde [2023-03-10T00:51:57.132Z] ---> Running in b68489070425 [2023-03-10T00:51:57.391Z] Removing intermediate container f47ac186b032 [2023-03-10T00:51:57.391Z] ---> 7aa3d7bfb63a [2023-03-10T00:51:57.391Z] Step 15/24 : WORKDIR / [2023-03-10T00:51:57.391Z] ---> 3bd69ba64d4f [2023-03-10T00:51:57.391Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-10T00:51:57.957Z] ---> Running in a53a16e765cc [2023-03-10T00:51:58.524Z] ---> 52712e717468 [2023-03-10T00:51:58.524Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:51:58.782Z] Removing intermediate container be5aa04d0fde [2023-03-10T00:51:58.782Z] ---> 34b3e2f5b7d0 [2023-03-10T00:51:58.782Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-10T00:51:58.782Z] Removing intermediate container b68489070425 [2023-03-10T00:51:58.782Z] ---> ebd2d8701157 [2023-03-10T00:51:58.782Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:51:58.782Z] ---> 590a0b7aab12 [2023-03-10T00:51:58.782Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-10T00:51:58.782Z] ---> Running in 5441cd82fa6a [2023-03-10T00:51:58.782Z] ---> Running in 77b86405bb4b [2023-03-10T00:51:58.782Z] ---> Running in fa8c360a4714 [2023-03-10T00:51:58.782Z] Removing intermediate container a53a16e765cc [2023-03-10T00:51:58.782Z] ---> 2c959e1c4bdb [2023-03-10T00:51:58.782Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:51:58.782Z] Removing intermediate container 77b86405bb4b [2023-03-10T00:51:58.782Z] ---> f1809da78ef8 [2023-03-10T00:51:58.782Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-10T00:51:58.782Z] ---> Running in fc71f02f4b8c [2023-03-10T00:51:58.782Z] ---> 0ceb56fe2473 [2023-03-10T00:51:58.782Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-10T00:51:58.782Z] Removing intermediate container fa8c360a4714 [2023-03-10T00:51:58.782Z] ---> 9a590e96daf8 [2023-03-10T00:51:58.782Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:51:59.040Z] ---> Running in 92d774148f2a [2023-03-10T00:51:59.040Z] ---> 849ab84689af [2023-03-10T00:51:59.040Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-10T00:51:59.040Z] Removing intermediate container 92d774148f2a [2023-03-10T00:51:59.040Z] ---> 9f3ebce5e7e0 [2023-03-10T00:51:59.040Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:51:59.606Z] ---> Running in 68f7f24c0664 [2023-03-10T00:51:59.606Z] ---> ff696bd32f78 [2023-03-10T00:51:59.863Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-10T00:51:59.863Z] ---> b1c58c110310 [2023-03-10T00:51:59.863Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-10T00:51:59.863Z] Removing intermediate container 68f7f24c0664 [2023-03-10T00:51:59.863Z] ---> cfdc67199f63 [2023-03-10T00:51:59.863Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:51:59.863Z] ---> Running in 1ffed5b45e12 [2023-03-10T00:51:59.863Z] ---> 35b454024349 [2023-03-10T00:51:59.863Z] Removing intermediate container 5441cd82fa6a [2023-03-10T00:51:59.863Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml ---> de5a66d162ab [2023-03-10T00:51:59.863Z] [2023-03-10T00:51:59.863Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:51:59.863Z] Removing intermediate container 1ffed5b45e12 [2023-03-10T00:51:59.863Z] ---> 148e883aac7e [2023-03-10T00:51:59.863Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T00:51:59.863Z] ---> Running in afd5589f8103 [2023-03-10T00:51:59.863Z] ---> 43314fc7ebae [2023-03-10T00:51:59.863Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-10T00:51:59.863Z] ---> Running in 0552f98dc5c6 [2023-03-10T00:52:00.121Z] ---> Running in 41978fbf33d8 [2023-03-10T00:52:00.121Z] Removing intermediate container afd5589f8103 [2023-03-10T00:52:00.121Z] ---> aaffaf3c5fd8 [2023-03-10T00:52:00.121Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-10T00:52:00.121Z] ---> Running in 34855184ed36 [2023-03-10T00:52:00.121Z] Removing intermediate container 0552f98dc5c6 [2023-03-10T00:52:00.121Z] ---> 68a0c323dd4b [2023-03-10T00:52:00.121Z] [2023-03-10T00:52:00.121Z] ---> 30c1d059af90 [2023-03-10T00:52:00.121Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-10T00:52:00.121Z] Removing intermediate container fc71f02f4b8c [2023-03-10T00:52:00.121Z] ---> 74bc141c7617 [2023-03-10T00:52:00.121Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-10T00:52:00.121Z] Removing intermediate container 41978fbf33d8 [2023-03-10T00:52:00.121Z] ---> a4296c03691c [2023-03-10T00:52:00.121Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:52:00.121Z] ---> Running in 743516a6e740 [2023-03-10T00:52:00.121Z] ---> Running in ce33e1d8fdca [2023-03-10T00:52:00.121Z] ---> Running in 5f86fa8457d7 [2023-03-10T00:52:00.121Z] Successfully built 68a0c323dd4b [2023-03-10T00:52:00.523Z] Successfully tagged core-data:latest [2023-03-10T00:52:00.523Z]  Building core-data ... done Building security-spiffe-token-provider [2023-03-10T00:52:02.142Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:02.142Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:02.142Z] ---> 92aa2220b4d5 [2023-03-10T00:52:02.142Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:52:02.142Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:02.142Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:02.142Z] ---> 92aa2220b4d5 [2023-03-10T00:52:02.142Z] Step 3/19 : WORKDIR /edgex-go [2023-03-10T00:52:02.142Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:02.142Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:02.142Z] ---> 92aa2220b4d5 [2023-03-10T00:52:02.142Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:52:02.142Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:02.142Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:02.142Z] ---> 92aa2220b4d5 [2023-03-10T00:52:02.142Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:52:02.142Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:02.142Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:02.142Z] ---> 92aa2220b4d5 [2023-03-10T00:52:02.142Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T00:52:02.142Z] ---> Running in 4931f0ed40f4 [2023-03-10T00:52:02.142Z] ---> Running in e56d8c7911c7 [2023-03-10T00:52:02.142Z] ---> Running in 25c03b95c930 [2023-03-10T00:52:02.142Z] ---> Running in 878d7d869d57 [2023-03-10T00:52:02.142Z] ---> Running in fa73bfd6d1fd [2023-03-10T00:52:02.142Z] Removing intermediate container 4931f0ed40f4 [2023-03-10T00:52:02.142Z] ---> 1d5344971682 [2023-03-10T00:52:02.142Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:52:02.142Z] Removing intermediate container e56d8c7911c7 [2023-03-10T00:52:02.142Z] ---> 5d7f4cb24e85 [2023-03-10T00:52:02.142Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:52:02.142Z] Removing intermediate container 878d7d869d57 [2023-03-10T00:52:02.142Z] ---> 73a630922179 [2023-03-10T00:52:02.142Z] Step 4/23 : WORKDIR /edgex-go [2023-03-10T00:52:02.142Z] ---> Running in 8fba38df9ff5 [2023-03-10T00:52:02.142Z] ---> Running in b372894e0398 [2023-03-10T00:52:02.142Z] ---> Running in cfc2c22bb9c3 [2023-03-10T00:52:02.142Z] Removing intermediate container fa73bfd6d1fd [2023-03-10T00:52:02.142Z] ---> 15cc7d094db1 [2023-03-10T00:52:02.142Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:52:02.142Z] Removing intermediate container 25c03b95c930 [2023-03-10T00:52:02.142Z] ---> 27464f5bf342 [2023-03-10T00:52:02.142Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-10T00:52:02.142Z] ---> Running in 15ec4f3ed37f [2023-03-10T00:52:02.142Z] ---> Running in 0f6fae30a585 [2023-03-10T00:52:02.142Z] Removing intermediate container 8fba38df9ff5 [2023-03-10T00:52:02.142Z] ---> 589bbcd34327 [2023-03-10T00:52:02.142Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:52:02.435Z] Removing intermediate container b372894e0398 [2023-03-10T00:52:02.435Z] ---> a1cfd87b571d [2023-03-10T00:52:02.435Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-10T00:52:02.435Z] Removing intermediate container cfc2c22bb9c3 [2023-03-10T00:52:02.435Z] ---> b54d770ec431 [2023-03-10T00:52:02.435Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:52:02.435Z] ---> Running in eacdc0aad284 [2023-03-10T00:52:02.708Z] ---> Running in c6e61d967c1f [2023-03-10T00:52:02.708Z] ---> Running in 5d0476626e71 [2023-03-10T00:52:04.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:04.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:04.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:04.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:04.705Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:04.705Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:04.705Z] ---> 4ce4a8311a38 [2023-03-10T00:52:04.705Z] Step 3/19 : WORKDIR /edgex-go [2023-03-10T00:52:04.705Z] ---> Using cache [2023-03-10T00:52:04.705Z] ---> 5d908175560f [2023-03-10T00:52:04.705Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-10T00:52:05.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:05.292Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:05.292Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:05.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:05.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:05.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:05.847Z] OK: 221 MiB in 51 packages [2023-03-10T00:52:05.847Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-10T00:52:05.847Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-10T00:52:05.847Z] OK: 16903 distinct packages available [2023-03-10T00:52:06.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:07.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:52:07.241Z] Removing intermediate container 34855184ed36 [2023-03-10T00:52:07.242Z] ---> 11e8b4ee00b9 [2023-03-10T00:52:07.242Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:52:07.242Z] Removing intermediate container ce33e1d8fdca [2023-03-10T00:52:07.242Z] ---> 3c56d6a03482 [2023-03-10T00:52:07.242Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T00:52:07.242Z] Removing intermediate container 743516a6e740 [2023-03-10T00:52:07.242Z] ---> b23d2373c5be [2023-03-10T00:52:07.242Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:52:07.242Z] Removing intermediate container 5f86fa8457d7 [2023-03-10T00:52:07.242Z] ---> 61c63156e208 [2023-03-10T00:52:07.242Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-10T00:52:07.242Z] ---> Running in 38dd070d924b [2023-03-10T00:52:07.242Z] ---> Running in c624b9367f6c [2023-03-10T00:52:07.242Z] ---> Running in 26e10b8b87f2 [2023-03-10T00:52:07.242Z] ---> Running in 969ee86c14a9 [2023-03-10T00:52:07.242Z] Removing intermediate container 969ee86c14a9 [2023-03-10T00:52:07.242Z] ---> f107e13fe797 [2023-03-10T00:52:07.242Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T00:52:07.242Z] Removing intermediate container c624b9367f6c [2023-03-10T00:52:07.242Z] ---> 9f85cf955334 [2023-03-10T00:52:07.242Z] Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:52:07.242Z] ---> Running in 5079d9f11e8a [2023-03-10T00:52:07.242Z] ---> Running in e084f237c022 [2023-03-10T00:52:07.242Z] Removing intermediate container 26e10b8b87f2 [2023-03-10T00:52:07.242Z] ---> 71d5cb2c5dfd [2023-03-10T00:52:07.242Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:52:07.242Z] ---> f487349d36dd [2023-03-10T00:52:07.242Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-10T00:52:07.242Z] ---> Running in 118b1d1e0ec5 [2023-03-10T00:52:07.242Z] ---> Running in 9b78a32643b0 [2023-03-10T00:52:07.379Z] OK: 221 MiB in 51 packages [2023-03-10T00:52:07.379Z] OK: 221 MiB in 51 packages [2023-03-10T00:52:07.379Z] OK: 221 MiB in 51 packages [2023-03-10T00:52:07.379Z] Removing intermediate container 0f6fae30a585 [2023-03-10T00:52:07.379Z] ---> 0b621ac353a2 [2023-03-10T00:52:07.379Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T00:52:07.500Z] Removing intermediate container e084f237c022 [2023-03-10T00:52:07.500Z] ---> 3f2ec4569fc0 [2023-03-10T00:52:07.500Z] Step 23/23 : LABEL version=3.0.0-dev.88 [2023-03-10T00:52:07.500Z] Removing intermediate container 5079d9f11e8a [2023-03-10T00:52:07.500Z] ---> 5b80da8268ad [2023-03-10T00:52:07.500Z] Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:52:07.500Z] Removing intermediate container 118b1d1e0ec5 [2023-03-10T00:52:07.500Z] ---> 49dea497454f [2023-03-10T00:52:07.500Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T00:52:07.500Z] ---> Running in c9a063a385ef [2023-03-10T00:52:07.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:52:07.500Z] ---> Running in af28aec5768b [2023-03-10T00:52:07.796Z] ---> Running in a3733e35520b [2023-03-10T00:52:07.796Z] Removing intermediate container af28aec5768b [2023-03-10T00:52:07.796Z] ---> 1f2d7f5328a4 [2023-03-10T00:52:07.796Z] Step 24/24 : LABEL version=3.0.0-dev.88 [2023-03-10T00:52:07.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:52:07.796Z] Removing intermediate container a3733e35520b [2023-03-10T00:52:07.796Z] ---> 89778dd405e8 [2023-03-10T00:52:07.796Z] [2023-03-10T00:52:07.796Z] Removing intermediate container c9a063a385ef [2023-03-10T00:52:07.796Z] ---> a20e2bf8d428 [2023-03-10T00:52:07.796Z] [2023-03-10T00:52:07.796Z] ---> Running in 0faf4ef479d0 [2023-03-10T00:52:07.796Z] Successfully built 89778dd405e8 [2023-03-10T00:52:08.053Z] Successfully tagged security-proxy-auth:latest [2023-03-10T00:52:08.053Z] Building support-scheduler [2023-03-10T00:52:08.053Z]  Building security-proxy-auth ... done Successfully built a20e2bf8d428 [2023-03-10T00:52:08.053Z] Successfully tagged core-command:latest [2023-03-10T00:52:08.053Z]  Building core-command ... done Building security-secretstore-setup [2023-03-10T00:52:08.053Z] Removing intermediate container 0faf4ef479d0 [2023-03-10T00:52:08.053Z] ---> ee5358d22af5 [2023-03-10T00:52:08.053Z] [2023-03-10T00:52:08.053Z] Successfully built ee5358d22af5 [2023-03-10T00:52:08.053Z] Successfully tagged core-metadata:latest [2023-03-10T00:52:08.053Z]  Building core-metadata ... done Building support-notifications [2023-03-10T00:52:08.053Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-10T00:52:08.053Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-10T00:52:08.053Z] OK: 17046 distinct packages available [2023-03-10T00:52:08.053Z] Removing intermediate container 9b78a32643b0 [2023-03-10T00:52:08.053Z] ---> cfa2a28af524 [2023-03-10T00:52:08.053Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:52:08.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:52:08.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:52:08.310Z] OK: 211 MiB in 51 packages [2023-03-10T00:52:08.371Z] OK: 221 MiB in 51 packages [2023-03-10T00:52:08.643Z] ---> 9bd7ba795b0c [2023-03-10T00:52:08.643Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:08.917Z] ---> Running in 8bfc19e590d1 [2023-03-10T00:52:09.507Z] Removing intermediate container c6e61d967c1f [2023-03-10T00:52:09.507Z] ---> 763258177ce0 [2023-03-10T00:52:09.507Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-10T00:52:09.507Z] Removing intermediate container 5d0476626e71 [2023-03-10T00:52:09.507Z] Removing intermediate container eacdc0aad284 [2023-03-10T00:52:09.507Z] ---> 81feeda23999 [2023-03-10T00:52:09.507Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:52:09.507Z] ---> d466d8cf3bcf [2023-03-10T00:52:09.507Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:52:10.106Z] Removing intermediate container 15ec4f3ed37f [2023-03-10T00:52:10.106Z] ---> cd1d62cb3fc6 [2023-03-10T00:52:10.106Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-10T00:52:10.711Z] ---> b6ab80b66cd7 [2023-03-10T00:52:10.711Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:10.711Z] ---> 0ad35365bbda [2023-03-10T00:52:10.711Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:10.711Z] ---> cae2985e67de [2023-03-10T00:52:10.711Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:10.980Z] ---> Running in 11a702d51673 [2023-03-10T00:52:10.980Z] ---> Running in 990e3618b840 [2023-03-10T00:52:10.980Z] ---> Running in 3fe6a341ca4c [2023-03-10T00:52:11.578Z] ---> b873156654ba [2023-03-10T00:52:11.578Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:11.578Z] ---> Running in d521c1b30b26 [2023-03-10T00:52:18.292Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:18.292Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:18.292Z] ---> 4ce4a8311a38 [2023-03-10T00:52:18.292Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:52:18.292Z] ---> Using cache [2023-03-10T00:52:18.292Z] ---> 88fc760d4e17 [2023-03-10T00:52:18.292Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 509874619664 [2023-03-10T00:52:18.293Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 494b4ad217fd [2023-03-10T00:52:18.293Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> cbd0adfa0692 [2023-03-10T00:52:18.293Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 177f24f81efc [2023-03-10T00:52:18.293Z] Step 8/22 : COPY . . [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> bc7d0bbec519 [2023-03-10T00:52:18.293Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-10T00:52:18.293Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:18.293Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:18.293Z] ---> 4ce4a8311a38 [2023-03-10T00:52:18.293Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 5d908175560f [2023-03-10T00:52:18.293Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 95cb6cc79d65 [2023-03-10T00:52:18.293Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 5c0e328f1177 [2023-03-10T00:52:18.293Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 4e601c74a8f9 [2023-03-10T00:52:18.293Z] Step 7/23 : COPY . . [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> a87b980969c2 [2023-03-10T00:52:18.293Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-10T00:52:18.293Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:18.293Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:18.293Z] ---> 4ce4a8311a38 [2023-03-10T00:52:18.293Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 88fc760d4e17 [2023-03-10T00:52:18.293Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:52:18.293Z] ---> Using cache [2023-03-10T00:52:18.293Z] ---> 509874619664 [2023-03-10T00:52:18.293Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-10T00:52:24.870Z] ---> a958f2362c91 [2023-03-10T00:52:24.870Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-10T00:52:24.870Z] ---> Running in c12876e36aaf [2023-03-10T00:52:24.870Z] ---> Running in 0c2c0d076dec [2023-03-10T00:52:24.870Z] ---> Running in cd2efa027cef [2023-03-10T00:52:25.128Z] Removing intermediate container 38dd070d924b [2023-03-10T00:52:25.128Z] ---> e76b879e84f1 [2023-03-10T00:52:25.128Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-10T00:52:25.694Z] ---> 19116185f3a9 [2023-03-10T00:52:25.694Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:25.694Z] ---> Running in ed21519c3f8f [2023-03-10T00:52:25.694Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T00:52:25.958Z] ---> 6a303faeab8e [2023-03-10T00:52:25.958Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-10T00:52:25.958Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-10T00:52:25.958Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:52:26.223Z] ---> 5ee6aa515c3f [2023-03-10T00:52:26.223Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-10T00:52:26.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:52:26.481Z] OK: 211 MiB in 51 packages [2023-03-10T00:52:26.740Z] ---> 6ac745073ff4 [2023-03-10T00:52:26.740Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-10T00:52:26.997Z] ---> 61d1736f7bd6 [2023-03-10T00:52:26.997Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-10T00:52:27.257Z] Removing intermediate container cd2efa027cef [2023-03-10T00:52:27.257Z] ---> 05f569424d75 [2023-03-10T00:52:27.257Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:52:27.257Z] ---> 0728b3da4b3a [2023-03-10T00:52:27.257Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-10T00:52:27.257Z] ---> d2a50628c094 [2023-03-10T00:52:27.257Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:27.257Z] ---> Running in 0a5e24cd920e [2023-03-10T00:52:27.257Z] ---> e148e3147349 [2023-03-10T00:52:27.257Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-10T00:52:27.514Z] ---> Running in 9b9362469e7f [2023-03-10T00:52:28.457Z] Removing intermediate container 9b9362469e7f [2023-03-10T00:52:28.457Z] ---> e36e1c4c99a9 [2023-03-10T00:52:28.457Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-10T00:52:28.457Z] ---> Running in bb7de4b42ca7 [2023-03-10T00:52:28.457Z] Removing intermediate container bb7de4b42ca7 [2023-03-10T00:52:28.457Z] ---> b030095276aa [2023-03-10T00:52:28.457Z] Step 29/32 : CMD ["gate"] [2023-03-10T00:52:28.457Z] ---> Running in 2fac6a3e7e7f [2023-03-10T00:52:28.457Z] Removing intermediate container 2fac6a3e7e7f [2023-03-10T00:52:28.457Z] ---> 9f5025f27cd3 [2023-03-10T00:52:28.457Z] Step 30/32 : LABEL arch=x86_64 [2023-03-10T00:52:28.457Z] ---> Running in babd34e483b9 [2023-03-10T00:52:28.716Z] Removing intermediate container babd34e483b9 [2023-03-10T00:52:28.716Z] ---> 62aaa3ef507a [2023-03-10T00:52:28.716Z] Step 31/32 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:52:28.716Z] ---> Running in 88dd8872d49a [2023-03-10T00:52:29.373Z] Removing intermediate container 88dd8872d49a [2023-03-10T00:52:29.373Z] ---> 3c99a00a256d [2023-03-10T00:52:29.373Z] Step 32/32 : LABEL version=3.0.0-dev.88 [2023-03-10T00:52:29.631Z] ---> Running in 70f6943ed9a2 [2023-03-10T00:52:29.887Z] Removing intermediate container 70f6943ed9a2 [2023-03-10T00:52:29.887Z] ---> 4f81d4c6d10b [2023-03-10T00:52:29.887Z] [2023-03-10T00:52:29.887Z] Successfully built 4f81d4c6d10b [2023-03-10T00:52:29.887Z] Successfully tagged security-bootstrapper:latest [2023-03-10T00:52:29.887Z]  Building security-bootstrapper ... done Building security-proxy-setup [2023-03-10T00:52:32.414Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:52:32.414Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:52:32.414Z] ---> 4ce4a8311a38 [2023-03-10T00:52:32.414Z] Step 3/20 : WORKDIR /edgex-go [2023-03-10T00:52:32.414Z] ---> Using cache [2023-03-10T00:52:32.414Z] ---> 5d908175560f [2023-03-10T00:52:32.414Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-10T00:52:32.414Z] ---> Using cache [2023-03-10T00:52:32.414Z] ---> 95cb6cc79d65 [2023-03-10T00:52:32.414Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-10T00:52:32.414Z] ---> Using cache [2023-03-10T00:52:32.414Z] ---> 5c0e328f1177 [2023-03-10T00:52:32.414Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:52:32.414Z] ---> Using cache [2023-03-10T00:52:32.414Z] ---> 4e601c74a8f9 [2023-03-10T00:52:32.414Z] Step 7/20 : COPY . . [2023-03-10T00:52:32.414Z] ---> Using cache [2023-03-10T00:52:32.414Z] ---> a87b980969c2 [2023-03-10T00:52:32.414Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-10T00:52:41.288Z] ---> Running in 526d9584da47 [2023-03-10T00:52:41.547Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-10T00:52:53.738Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-10T00:53:20.309Z] Removing intermediate container 0c2c0d076dec [2023-03-10T00:53:20.309Z] ---> a836663e54a3 [2023-03-10T00:53:20.309Z] [2023-03-10T00:53:20.309Z] Step 9/23 : FROM alpine:3.16 [2023-03-10T00:53:20.309Z] ---> dfd21b5a31f5 [2023-03-10T00:53:20.309Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-10T00:53:20.309Z] Removing intermediate container c12876e36aaf [2023-03-10T00:53:20.309Z] ---> a2e5cc894b16 [2023-03-10T00:53:20.309Z] [2023-03-10T00:53:20.309Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:53:20.309Z] ---> dfd21b5a31f5 [2023-03-10T00:53:20.309Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:53:20.309Z] ---> Using cache [2023-03-10T00:53:20.309Z] ---> f967c97334e6 [2023-03-10T00:53:20.309Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:53:20.309Z] ---> Using cache [2023-03-10T00:53:20.309Z] ---> b0f0f1bc9c49 [2023-03-10T00:53:20.309Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-10T00:53:20.572Z] ---> Running in 222300bbaca2 [2023-03-10T00:53:20.831Z] Removing intermediate container 0a5e24cd920e [2023-03-10T00:53:20.831Z] ---> 928ecdb8f39b [2023-03-10T00:53:20.831Z] Step 8/22 : COPY . . [2023-03-10T00:53:20.831Z] Removing intermediate container ed21519c3f8f [2023-03-10T00:53:20.831Z] ---> cce14a08bdfa [2023-03-10T00:53:20.831Z] Step 7/19 : COPY . . [2023-03-10T00:53:21.090Z] ---> Running in 6204b6e27b3d [2023-03-10T00:53:22.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:53:22.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:53:23.247Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-10T00:53:23.247Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-10T00:53:23.247Z] (3/3) Installing su-exec (0.2-r1) [2023-03-10T00:53:23.247Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:53:23.247Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T00:53:23.505Z] OK: 6 MiB in 17 packages [2023-03-10T00:53:33.514Z] Removing intermediate container 6204b6e27b3d [2023-03-10T00:53:33.514Z] ---> c8f0667669c2 [2023-03-10T00:53:33.514Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T00:53:33.514Z] ---> Running in f838c48647e4 [2023-03-10T00:53:33.514Z] Removing intermediate container 526d9584da47 [2023-03-10T00:53:33.514Z] ---> 92aa84c4e28a [2023-03-10T00:53:33.514Z] [2023-03-10T00:53:33.514Z] Step 9/20 : FROM alpine:3.16 [2023-03-10T00:53:33.514Z] ---> dfd21b5a31f5 [2023-03-10T00:53:33.514Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-10T00:53:33.514Z] ---> Running in 3b4ec0f6f521 [2023-03-10T00:53:33.514Z] ---> adb2be05b237 [2023-03-10T00:53:33.514Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-10T00:53:33.514Z] ---> e5e18761e039 [2023-03-10T00:53:33.514Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-10T00:53:33.514Z] ---> Running in 23e1c897a012 [2023-03-10T00:53:33.514Z] ---> Running in 347ccf67db12 [2023-03-10T00:53:33.514Z] Removing intermediate container 222300bbaca2 [2023-03-10T00:53:33.514Z] ---> e4818284bd14 [2023-03-10T00:53:33.514Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-10T00:53:33.775Z] ---> Running in 99097e0af976 [2023-03-10T00:53:33.775Z] Removing intermediate container f838c48647e4 [2023-03-10T00:53:33.775Z] ---> c3348108be0a [2023-03-10T00:53:33.775Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:53:33.775Z] Removing intermediate container 99097e0af976 [2023-03-10T00:53:33.775Z] ---> 72855609a7fc [2023-03-10T00:53:33.775Z] Step 12/23 : WORKDIR / [2023-03-10T00:53:33.775Z] ---> Running in 291a45210af3 [2023-03-10T00:53:33.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:53:34.035Z] ---> d71474281321 [2023-03-10T00:53:34.035Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-10T00:53:34.035Z] Removing intermediate container 291a45210af3 [2023-03-10T00:53:34.035Z] ---> 0ea587092c54 [2023-03-10T00:53:34.035Z] 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-10T00:53:34.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:53:34.035Z] ---> f7a7d9082beb [2023-03-10T00:53:34.035Z] 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-10T00:53:34.035Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T00:53:34.035Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-10T00:53:34.297Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T00:53:34.297Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-10T00:53:34.297Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:53:34.297Z] OK: 6 MiB in 16 packages [2023-03-10T00:53:35.256Z] ---> f5c2cb06078e [2023-03-10T00:53:35.256Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-10T00:53:35.256Z] ---> b960d7245cec [2023-03-10T00:53:35.256Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-10T00:53:35.525Z] Removing intermediate container 3b4ec0f6f521 [2023-03-10T00:53:35.525Z] ---> 5d5c70f4ab11 [2023-03-10T00:53:35.525Z] 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-10T00:53:35.525Z] ---> Running in 2cb15fc707e1 [2023-03-10T00:53:35.525Z] ---> a529b59478dd [2023-03-10T00:53:35.525Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-10T00:53:35.525Z] ---> a8b7b337f949 [2023-03-10T00:53:35.525Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-10T00:53:35.525Z] ---> Running in 5ceb7a21f7dd [2023-03-10T00:53:35.525Z] Removing intermediate container 2cb15fc707e1 [2023-03-10T00:53:35.525Z] ---> a7a025077141 [2023-03-10T00:53:35.525Z] Step 12/20 : WORKDIR /edgex [2023-03-10T00:53:35.525Z] ---> Running in c276997dc37d [2023-03-10T00:53:35.793Z] Removing intermediate container 5ceb7a21f7dd [2023-03-10T00:53:35.793Z] ---> e489c8b6a7e4 [2023-03-10T00:53:35.793Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:53:35.793Z] Removing intermediate container c276997dc37d [2023-03-10T00:53:35.793Z] ---> 8f813bb44462 [2023-03-10T00:53:35.793Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-10T00:53:35.793Z] ---> Running in bb6c4d4bb09b [2023-03-10T00:53:35.793Z] ---> 3038ec4d4583 [2023-03-10T00:53:35.793Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-10T00:53:36.052Z] Removing intermediate container bb6c4d4bb09b [2023-03-10T00:53:36.052Z] ---> 792419fba924 [2023-03-10T00:53:36.052Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:53:36.312Z] ---> Running in 9f8cc067132d [2023-03-10T00:53:36.312Z] ---> d5e105983e49 [2023-03-10T00:53:36.312Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-10T00:53:36.312Z] ---> 78fe8a484617 [2023-03-10T00:53:36.312Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T00:53:36.572Z] Removing intermediate container 9f8cc067132d [2023-03-10T00:53:36.572Z] ---> f8a839a02c2b [2023-03-10T00:53:36.572Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:53:36.833Z] ---> Running in f7a79362c94e [2023-03-10T00:53:37.092Z] ---> 725aa3efa411 [2023-03-10T00:53:37.092Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T00:53:37.092Z] ---> 8cdcdbd968d6 [2023-03-10T00:53:37.092Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:53:37.350Z] Removing intermediate container f7a79362c94e [2023-03-10T00:53:37.350Z] ---> 214e195118eb [2023-03-10T00:53:37.350Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T00:53:37.611Z] ---> Running in b5ef29782e31 [2023-03-10T00:53:37.611Z] ---> 293bc9b3bb32 [2023-03-10T00:53:37.611Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:53:37.611Z] ---> Running in ec76e24485e9 [2023-03-10T00:53:37.611Z] ---> Running in 1eb49cbf10b6 [2023-03-10T00:53:37.871Z] Removing intermediate container ec76e24485e9 [2023-03-10T00:53:37.871Z] ---> c9a0f8c983a9 [2023-03-10T00:53:37.871Z] [2023-03-10T00:53:37.871Z] Successfully built c9a0f8c983a9 [2023-03-10T00:53:37.871Z] Successfully tagged support-scheduler:latest [2023-03-10T00:53:37.871Z]  Building support-scheduler ... done Building security-spire-server [2023-03-10T00:53:43.183Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:53:43.183Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:53:43.183Z] ---> 4ce4a8311a38 [2023-03-10T00:53:43.183Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T00:53:43.183Z] ---> Using cache [2023-03-10T00:53:43.183Z] ---> 5d908175560f [2023-03-10T00:53:43.183Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:53:51.397Z] ---> Running in eae4e10b09a7 [2023-03-10T00:53:51.397Z] Removing intermediate container b5ef29782e31 [2023-03-10T00:53:51.397Z] ---> be454de58601 [2023-03-10T00:53:51.397Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:53:51.397Z] Removing intermediate container 1eb49cbf10b6 [2023-03-10T00:53:51.397Z] ---> a9a513f6e465 [2023-03-10T00:53:51.397Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:53:51.397Z] ---> Running in 1e0d4968e347 [2023-03-10T00:53:51.397Z] ---> Running in 7d56e955fcd6 [2023-03-10T00:53:51.397Z] Removing intermediate container 1e0d4968e347 [2023-03-10T00:53:51.397Z] ---> cbbfa9e0b224 [2023-03-10T00:53:51.397Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T00:53:51.397Z] Removing intermediate container 7d56e955fcd6 [2023-03-10T00:53:51.397Z] ---> 5c67cc16cff3 [2023-03-10T00:53:51.397Z] Step 18/20 : LABEL arch=x86_64 [2023-03-10T00:53:51.397Z] ---> Running in 4164e659df5a [2023-03-10T00:53:51.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:53:51.397Z] ---> Running in 12a416adba7f [2023-03-10T00:53:51.397Z] Removing intermediate container 4164e659df5a [2023-03-10T00:53:51.397Z] ---> c61ac573a2a5 [2023-03-10T00:53:51.397Z] Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:53:51.397Z] Removing intermediate container 12a416adba7f [2023-03-10T00:53:51.397Z] ---> 0fef702ba148 [2023-03-10T00:53:51.397Z] Step 19/20 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:53:51.397Z] ---> Running in e999bcbb1cdf [2023-03-10T00:53:51.397Z] ---> Running in 3c473131cb73 [2023-03-10T00:53:51.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:53:51.397Z] Removing intermediate container e999bcbb1cdf [2023-03-10T00:53:51.397Z] ---> 49b3639bdadf [2023-03-10T00:53:51.397Z] Step 23/23 : LABEL version=3.0.0-dev.88 [2023-03-10T00:53:51.397Z] ---> Running in d2c4aecb12f4 [2023-03-10T00:53:51.397Z] Removing intermediate container 3c473131cb73 [2023-03-10T00:53:51.397Z] ---> fcc5f45e2415 [2023-03-10T00:53:51.397Z] Step 20/20 : LABEL version=3.0.0-dev.88 [2023-03-10T00:53:51.397Z] ---> Running in 1e9b8f489c9b [2023-03-10T00:53:51.397Z] Removing intermediate container d2c4aecb12f4 [2023-03-10T00:53:51.397Z] ---> 1397ca91cc0d [2023-03-10T00:53:51.397Z] [2023-03-10T00:53:51.657Z] Successfully built 1397ca91cc0d [2023-03-10T00:53:51.657Z] Successfully tagged security-secretstore-setup:latest [2023-03-10T00:53:51.657Z] Removing intermediate container 1e9b8f489c9b [2023-03-10T00:53:51.657Z] ---> d47ebce32371 [2023-03-10T00:53:51.657Z] [2023-03-10T00:53:51.657Z]  Building security-secretstore-setup ... done Building security-spire-config [2023-03-10T00:53:51.657Z] Successfully built d47ebce32371 [2023-03-10T00:53:51.657Z] Successfully tagged security-proxy-setup:latest [2023-03-10T00:53:51.657Z]  Building security-proxy-setup ... done Building core-common-config-bootstrapper [2023-03-10T00:53:51.657Z] OK: 211 MiB in 51 packages [2023-03-10T00:53:55.837Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:53:55.837Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:53:55.837Z] ---> 4ce4a8311a38 [2023-03-10T00:53:55.837Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T00:53:55.837Z] ---> Using cache [2023-03-10T00:53:55.837Z] ---> 5d908175560f [2023-03-10T00:53:55.837Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:53:56.773Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:53:56.773Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:53:56.773Z] ---> 4ce4a8311a38 [2023-03-10T00:53:56.773Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:53:56.773Z] ---> Using cache [2023-03-10T00:53:56.773Z] ---> 88fc760d4e17 [2023-03-10T00:53:56.773Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:53:56.773Z] ---> Using cache [2023-03-10T00:53:56.773Z] ---> 509874619664 [2023-03-10T00:53:56.773Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:53:56.773Z] ---> Using cache [2023-03-10T00:53:56.773Z] ---> 494b4ad217fd [2023-03-10T00:53:56.773Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:53:56.773Z] ---> Using cache [2023-03-10T00:53:56.773Z] ---> cbd0adfa0692 [2023-03-10T00:53:56.773Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:53:56.773Z] ---> Using cache [2023-03-10T00:53:56.773Z] ---> 177f24f81efc [2023-03-10T00:53:56.773Z] Step 8/22 : COPY . . [2023-03-10T00:53:56.773Z] ---> Using cache [2023-03-10T00:53:56.773Z] ---> bc7d0bbec519 [2023-03-10T00:53:56.773Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-10T00:54:06.780Z] ---> Running in e2fe0e663b58 [2023-03-10T00:54:06.780Z] ---> Running in 42b1a74381ca [2023-03-10T00:54:06.780Z] Removing intermediate container eae4e10b09a7 [2023-03-10T00:54:06.780Z] ---> 5a9c6b589dbb [2023-03-10T00:54:06.780Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T00:54:08.711Z] ---> 72f260c19600 [2023-03-10T00:54:08.711Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:54:10.681Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T00:54:10.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:54:10.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:54:11.202Z] OK: 211 MiB in 51 packages [2023-03-10T00:54:11.493Z] ---> Running in 4aaae4ae695c [2023-03-10T00:54:11.493Z] Removing intermediate container 23e1c897a012 [2023-03-10T00:54:11.493Z] ---> c7944dd0103a [2023-03-10T00:54:11.493Z] [2023-03-10T00:54:11.493Z] Removing intermediate container 347ccf67db12 [2023-03-10T00:54:11.493Z] Step 10/22 : FROM alpine:3.16 ---> 49c1f55d24c5 [2023-03-10T00:54:11.493Z] [2023-03-10T00:54:11.493Z] [2023-03-10T00:54:11.493Z] Step 9/19 : FROM alpine:3.15 [2023-03-10T00:54:11.493Z] ---> dfd21b5a31f5 [2023-03-10T00:54:11.493Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-10T00:54:11.754Z] ---> Running in 055ce9fe3815 [2023-03-10T00:54:11.754Z] 3.15: Pulling from library/alpine [2023-03-10T00:54:11.754Z] Removing intermediate container e2fe0e663b58 [2023-03-10T00:54:11.754Z] ---> 438124e73738 [2023-03-10T00:54:11.754Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T00:54:12.018Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-10T00:54:12.018Z] Status: Downloaded newer image for alpine:3.15 [2023-03-10T00:54:12.018Z] ---> 5ce65d7b0fde [2023-03-10T00:54:12.018Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:54:12.279Z] ---> 08cfef3e87b1 [2023-03-10T00:54:12.279Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:54:12.279Z] ---> Running in 53287168a9b1 [2023-03-10T00:54:12.279Z] ---> Running in fd82bc6946b7 [2023-03-10T00:54:12.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:54:12.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:54:12.279Z] Removing intermediate container 53287168a9b1 [2023-03-10T00:54:12.279Z] ---> 100f533ca3a8 [2023-03-10T00:54:12.279Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-10T00:54:12.279Z] ---> Running in bb9c53eb1873 [2023-03-10T00:54:12.542Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-10T00:54:12.542Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-10T00:54:12.542Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:54:12.542Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T00:54:12.542Z] OK: 6 MiB in 16 packages [2023-03-10T00:54:13.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:54:13.372Z] Removing intermediate container 055ce9fe3815 [2023-03-10T00:54:13.372Z] ---> cb2b80d4f1d7 [2023-03-10T00:54:13.372Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:54:13.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:54:13.372Z] ---> Running in b23b80ee1820 [2023-03-10T00:54:13.372Z] Removing intermediate container b23b80ee1820 [2023-03-10T00:54:13.372Z] ---> e429298e5f7a [2023-03-10T00:54:13.372Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-10T00:54:13.372Z] ---> Running in 64be00ba88f5 [2023-03-10T00:54:13.663Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:54:13.663Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:54:13.663Z] OK: 15859 distinct packages available [2023-03-10T00:54:13.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:54:13.664Z] Removing intermediate container 64be00ba88f5 [2023-03-10T00:54:13.664Z] ---> 133a37d9d176 [2023-03-10T00:54:13.664Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T00:54:13.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:54:13.926Z] ---> Running in 0f20e51daff2 [2023-03-10T00:54:13.926Z] Removing intermediate container 0f20e51daff2 [2023-03-10T00:54:13.926Z] ---> 20b7a5b2f716 [2023-03-10T00:54:13.926Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:54:13.926Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T00:54:13.926Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-10T00:54:13.926Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-10T00:54:13.926Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-10T00:54:14.186Z] (5/9) Installing curl (7.80.0-r6) [2023-03-10T00:54:14.186Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-10T00:54:14.186Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:54:14.186Z] (8/9) Installing libucontext (1.1-r0) [2023-03-10T00:54:14.186Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-10T00:54:14.186Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:54:14.186Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T00:54:14.186Z] ---> 701d4584e7ac [2023-03-10T00:54:14.186Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-10T00:54:14.186Z] OK: 8 MiB in 23 packages [2023-03-10T00:54:16.721Z] ---> f472d42fad84 [2023-03-10T00:54:16.721Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-10T00:54:16.721Z] Removing intermediate container bb9c53eb1873 [2023-03-10T00:54:16.721Z] ---> bc53cfa32854 [2023-03-10T00:54:16.721Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:54:16.721Z] ---> cee78f6af3a8 [2023-03-10T00:54:16.721Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-10T00:54:16.980Z] ---> Running in b4713a08963d [2023-03-10T00:54:16.980Z] ---> 0c3dd8ef3645 [2023-03-10T00:54:16.980Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-10T00:54:16.980Z] Removing intermediate container b4713a08963d [2023-03-10T00:54:16.980Z] ---> 95bda1e7b0db [2023-03-10T00:54:16.980Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:54:17.240Z] ---> Running in 00b7906ed8df [2023-03-10T00:54:18.179Z] Removing intermediate container 00b7906ed8df [2023-03-10T00:54:18.179Z] ---> 4bd7138fb46a [2023-03-10T00:54:18.179Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:54:18.352Z] Removing intermediate container 8bfc19e590d1 [2023-03-10T00:54:18.352Z] ---> e52937a5bfe7 [2023-03-10T00:54:18.352Z] Step 7/24 : COPY . . [2023-03-10T00:54:18.352Z] Removing intermediate container 990e3618b840 [2023-03-10T00:54:18.352Z] ---> 70828e1204f4 [2023-03-10T00:54:18.352Z] Step 8/22 : COPY . . [2023-03-10T00:54:18.352Z] Removing intermediate container d521c1b30b26 [2023-03-10T00:54:18.352Z] ---> ca4113130554 [2023-03-10T00:54:18.352Z] Step 7/19 : COPY . . [2023-03-10T00:54:18.352Z] Removing intermediate container 11a702d51673 [2023-03-10T00:54:18.352Z] ---> f017e9393875 [2023-03-10T00:54:18.352Z] Step 8/22 : COPY . . [2023-03-10T00:54:18.352Z] Removing intermediate container 3fe6a341ca4c [2023-03-10T00:54:18.352Z] ---> 1450bec2c980 [2023-03-10T00:54:18.352Z] Step 8/23 : COPY . . [2023-03-10T00:54:18.352Z] ---> 5a572bb7bd08 [2023-03-10T00:54:18.352Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:54:18.352Z] ---> Running in 94523956ca30 [2023-03-10T00:54:18.352Z] ---> 7a2a1c15bb70 [2023-03-10T00:54:18.352Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-10T00:54:18.352Z] ---> 72897b0bf5c2 [2023-03-10T00:54:18.352Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-10T00:54:18.352Z] ---> f9dd2ac2281a [2023-03-10T00:54:18.352Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-10T00:54:18.352Z] ---> Running in 92bfd084a14c [2023-03-10T00:54:18.352Z] ---> b9a79b4092a7 [2023-03-10T00:54:18.352Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-10T00:54:18.352Z] ---> Running in 8b10f8aed55b [2023-03-10T00:54:18.352Z] ---> Running in f11940003829 [2023-03-10T00:54:18.352Z] ---> Running in a7a61346ecdc [2023-03-10T00:54:18.352Z] Removing intermediate container 94523956ca30 [2023-03-10T00:54:18.352Z] ---> 54a37099c878 [2023-03-10T00:54:18.352Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T00:54:18.352Z] ---> Running in 21449bd8cb98 [2023-03-10T00:54:18.352Z] Removing intermediate container 21449bd8cb98 [2023-03-10T00:54:18.352Z] ---> e2e9f7a2ab53 [2023-03-10T00:54:18.352Z] 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-10T00:54:18.623Z] ---> Running in 454dac0ea855 [2023-03-10T00:54:18.745Z] ---> 35d5de25b18c [2023-03-10T00:54:18.745Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-10T00:54:18.745Z] ---> Running in 062e58f6068d [2023-03-10T00:54:19.005Z] Removing intermediate container 062e58f6068d [2023-03-10T00:54:19.005Z] ---> fc4372ed4ebf [2023-03-10T00:54:19.005Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:54:19.005Z] ---> Running in e717d0935b41 [2023-03-10T00:54:19.005Z] ---> ed0eef6ef9fc [2023-03-10T00:54:19.005Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-10T00:54:19.212Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-10T00:54:19.264Z] ---> Running in ade72545f5ff [2023-03-10T00:54:19.264Z] Removing intermediate container e717d0935b41 [2023-03-10T00:54:19.264Z] ---> e8f72e29fb00 [2023-03-10T00:54:19.264Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T00:54:19.264Z] ---> Running in bd6b77d76c0a [2023-03-10T00:54:19.264Z] Removing intermediate container ade72545f5ff [2023-03-10T00:54:19.264Z] ---> 4bd03969ce13 [2023-03-10T00:54:19.264Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:54:19.264Z] ---> Running in 681e933bc8ea [2023-03-10T00:54:19.264Z] Removing intermediate container bd6b77d76c0a [2023-03-10T00:54:19.264Z] ---> 970904bd9e61 [2023-03-10T00:54:19.264Z] [2023-03-10T00:54:19.264Z] Removing intermediate container 681e933bc8ea [2023-03-10T00:54:19.264Z] ---> 96d915d30f4a [2023-03-10T00:54:19.264Z] Step 17/19 : LABEL arch=x86_64 [2023-03-10T00:54:19.264Z] Successfully built 970904bd9e61 [2023-03-10T00:54:19.264Z] Successfully tagged support-notifications:latest [2023-03-10T00:54:19.264Z]  Building support-notifications ... done Building security-spire-agent [2023-03-10T00:54:19.264Z] ---> Running in 1104d6babd25 [2023-03-10T00:54:19.480Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T00:54:19.524Z] Removing intermediate container 1104d6babd25 [2023-03-10T00:54:19.524Z] ---> f932065e7e53 [2023-03-10T00:54:19.524Z] Step 18/19 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:54:19.784Z] ---> Running in ba2a3167eac1 [2023-03-10T00:54:20.443Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T00:54:20.443Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T00:54:23.177Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:54:23.177Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:54:23.177Z] ---> 4ce4a8311a38 [2023-03-10T00:54:23.177Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T00:54:23.177Z] ---> Using cache [2023-03-10T00:54:23.177Z] ---> 5d908175560f [2023-03-10T00:54:23.177Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:54:23.177Z] ---> Using cache [2023-03-10T00:54:23.177Z] ---> 438124e73738 [2023-03-10T00:54:23.177Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T00:54:23.177Z] ---> Using cache [2023-03-10T00:54:23.177Z] ---> 08cfef3e87b1 [2023-03-10T00:54:23.177Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:54:24.906Z] Removing intermediate container 454dac0ea855 [2023-03-10T00:54:24.906Z] ---> 9d61b9cd9d6c [2023-03-10T00:54:24.906Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T00:54:24.906Z] ---> Running in d3143cc1a36a [2023-03-10T00:54:25.568Z] Removing intermediate container d3143cc1a36a [2023-03-10T00:54:25.568Z] ---> 2dc87d01825a [2023-03-10T00:54:25.568Z] [2023-03-10T00:54:25.568Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T00:54:25.568Z] 3.15: Pulling from library/alpine [2023-03-10T00:54:27.485Z] Removing intermediate container ba2a3167eac1 [2023-03-10T00:54:27.486Z] ---> bebb139e8467 [2023-03-10T00:54:27.486Z] Step 19/19 : LABEL version=3.0.0-dev.88 [2023-03-10T00:54:27.486Z] ---> Running in ca8a49fba320 [2023-03-10T00:54:27.486Z] ---> Running in 76d1d54a8c23 [2023-03-10T00:54:27.744Z] Removing intermediate container 76d1d54a8c23 [2023-03-10T00:54:27.744Z] ---> 8d4d0de03184 [2023-03-10T00:54:27.744Z] [2023-03-10T00:54:27.744Z] Successfully built 8d4d0de03184 [2023-03-10T00:54:27.744Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-10T00:54:28.102Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-10T00:54:28.102Z] Status: Downloaded newer image for alpine:3.15 [2023-03-10T00:54:28.102Z] ---> 354640af7b1b [2023-03-10T00:54:28.102Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:54:28.371Z] ---> Running in c5daf4c26d18 [2023-03-10T00:54:29.332Z] Removing intermediate container c5daf4c26d18 [2023-03-10T00:54:29.332Z] ---> 87b604b6d129 [2023-03-10T00:54:29.332Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T00:54:29.332Z] ---> Running in 63a6970b102a [2023-03-10T00:54:30.341Z]  Building security-spiffe-token-provider ... done Removing intermediate container 42b1a74381ca [2023-03-10T00:54:30.341Z] ---> 79f47311ab6d [2023-03-10T00:54:30.341Z] [2023-03-10T00:54:30.341Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:54:30.341Z] ---> dfd21b5a31f5 [2023-03-10T00:54:30.341Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T00:54:30.341Z] ---> Using cache [2023-03-10T00:54:30.341Z] ---> fda888b64208 [2023-03-10T00:54:30.341Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:54:30.341Z] ---> Using cache [2023-03-10T00:54:30.341Z] ---> 050603c59950 [2023-03-10T00:54:30.341Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:54:30.341Z] ---> Using cache [2023-03-10T00:54:30.341Z] ---> 12921d549e46 [2023-03-10T00:54:30.341Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-10T00:54:30.600Z] ---> 8da5b925657d [2023-03-10T00:54:30.600Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-10T00:54:30.600Z] ---> 7b9b501b175c [2023-03-10T00:54:30.600Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-10T00:54:30.858Z] ---> 7131a62216f1 [2023-03-10T00:54:30.858Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:54:30.858Z] ---> Running in c8b9ad282d54 [2023-03-10T00:54:31.425Z] Removing intermediate container c8b9ad282d54 [2023-03-10T00:54:31.425Z] ---> 60c2f187f213 [2023-03-10T00:54:31.425Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:54:31.425Z] ---> Running in e9c8fdcd0e8c [2023-03-10T00:54:31.425Z] Removing intermediate container e9c8fdcd0e8c [2023-03-10T00:54:31.425Z] ---> 883131b70934 [2023-03-10T00:54:31.425Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-10T00:54:31.425Z] ---> Running in 8fc04c6ad7b1 [2023-03-10T00:54:31.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:54:31.998Z] Removing intermediate container 8fc04c6ad7b1 [2023-03-10T00:54:31.998Z] ---> 01d6af41e384 [2023-03-10T00:54:31.998Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:54:32.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:54:33.976Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:54:33.976Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:54:33.976Z] OK: 15736 distinct packages available [2023-03-10T00:54:34.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:54:34.831Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:54:35.721Z] ---> Running in 6b982895a436 [2023-03-10T00:54:36.780Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T00:54:36.780Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:54:36.780Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T00:54:36.780Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T00:54:36.780Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T00:54:36.780Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:54:36.780Z] OK: 6 MiB in 19 packages [2023-03-10T00:54:39.369Z] Removing intermediate container 63a6970b102a [2023-03-10T00:54:39.369Z] ---> 02d5d7f7b5f2 [2023-03-10T00:54:39.369Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-10T00:54:40.086Z] Removing intermediate container 6b982895a436 [2023-03-10T00:54:40.086Z] ---> e7a85cb42358 [2023-03-10T00:54:40.086Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:54:41.547Z] ---> Running in 00635c677259 [2023-03-10T00:54:41.806Z] Removing intermediate container 00635c677259 [2023-03-10T00:54:41.806Z] ---> 0a7e875322a3 [2023-03-10T00:54:41.806Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T00:54:41.806Z] ---> Running in a19f23f03662 [2023-03-10T00:54:42.374Z] Removing intermediate container a19f23f03662 [2023-03-10T00:54:42.374Z] ---> b7c63c646224 [2023-03-10T00:54:42.374Z] [2023-03-10T00:54:42.374Z] Successfully built b7c63c646224 [2023-03-10T00:54:42.374Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-10T00:54:44.734Z] ---> c0e2baaa525a [2023-03-10T00:54:44.734Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:54:54.849Z] ---> a7db9ba4178e [2023-03-10T00:54:54.849Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T00:54:55.120Z] ---> 7a8fb89c3734 [2023-03-10T00:54:55.120Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-10T00:54:56.539Z] ---> c4512a6615dd [2023-03-10T00:54:56.539Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-10T00:54:57.502Z] ---> b13b267c5db7 [2023-03-10T00:54:57.502Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:54:57.770Z] ---> Running in 9aa86d9bfb99 [2023-03-10T00:54:58.356Z] Removing intermediate container 9aa86d9bfb99 [2023-03-10T00:54:58.357Z] ---> d9b45d9f47e8 [2023-03-10T00:54:58.357Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:54:58.624Z] ---> Running in 25aff2600fa9 [2023-03-10T00:54:59.592Z] Removing intermediate container 25aff2600fa9 [2023-03-10T00:54:59.592Z] ---> f308726fbd6e [2023-03-10T00:54:59.592Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T00:54:59.592Z] ---> Running in 938c7e395088 [2023-03-10T00:55:00.187Z] Removing intermediate container 938c7e395088 [2023-03-10T00:55:00.187Z] ---> 72710741c6f5 [2023-03-10T00:55:00.187Z] Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:00.459Z] ---> Running in 6e34f050261d [2023-03-10T00:55:01.424Z] Removing intermediate container 6e34f050261d [2023-03-10T00:55:01.424Z] ---> efb5d3b57244 [2023-03-10T00:55:01.424Z] Step 24/24 : LABEL version=3.0.0-dev.88 [2023-03-10T00:55:01.698Z] ---> Running in cbe117249084 [2023-03-10T00:55:02.294Z] Removing intermediate container cbe117249084 [2023-03-10T00:55:02.294Z] ---> 3093916e60bd [2023-03-10T00:55:02.294Z] [2023-03-10T00:55:02.562Z] Successfully built 3093916e60bd [2023-03-10T00:55:02.562Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-10T00:55:02.562Z]  Building security-spire-agent ... done Building security-bootstrapper [2023-03-10T00:55:04.385Z]  Building core-common-config-bootstrapper ... done Removing intermediate container fd82bc6946b7 [2023-03-10T00:55:04.385Z] ---> 9e97bb80b14d [2023-03-10T00:55:04.385Z] Step 7/24 : COPY . . [2023-03-10T00:55:04.385Z] Removing intermediate container 4aaae4ae695c [2023-03-10T00:55:04.385Z] ---> 16a345af595e [2023-03-10T00:55:04.385Z] Step 7/23 : COPY . . [2023-03-10T00:55:10.785Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:55:10.785Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:55:10.785Z] ---> 92aa2220b4d5 [2023-03-10T00:55:10.785Z] Step 3/32 : WORKDIR /edgex-go [2023-03-10T00:55:10.785Z] ---> Using cache [2023-03-10T00:55:10.785Z] ---> 27464f5bf342 [2023-03-10T00:55:10.785Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-10T00:55:10.785Z] ---> Running in 2eeff1b800ac [2023-03-10T00:55:12.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:55:13.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:55:14.966Z] OK: 221 MiB in 51 packages [2023-03-10T00:55:16.379Z] Removing intermediate container 2eeff1b800ac [2023-03-10T00:55:16.648Z] ---> 64a15fc95969 [2023-03-10T00:55:16.648Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-10T00:55:17.624Z] ---> 44811e44ce7e [2023-03-10T00:55:17.624Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:55:17.624Z] ---> Running in 33e59100f364 [2023-03-10T00:55:19.365Z] ---> 3a76c045be58 [2023-03-10T00:55:19.365Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:55:19.365Z] ---> 26359898fd67 [2023-03-10T00:55:19.365Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:55:19.365Z] ---> Running in b6a8e84351e4 [2023-03-10T00:55:19.365Z] ---> Running in 94349bc6362f [2023-03-10T00:55:19.365Z] Removing intermediate container b6a8e84351e4 [2023-03-10T00:55:19.365Z] ---> 2ebe534f140c [2023-03-10T00:55:19.365Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-10T00:55:19.365Z] Removing intermediate container 94349bc6362f [2023-03-10T00:55:19.365Z] ---> 6cbfb59ca79e [2023-03-10T00:55:19.365Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T00:55:19.365Z] ---> Running in 65f2560e4566 [2023-03-10T00:55:19.365Z] ---> Running in 34cd0ec0dab6 [2023-03-10T00:55:19.365Z] Removing intermediate container 65f2560e4566 [2023-03-10T00:55:19.365Z] ---> 63e4fd991929 [2023-03-10T00:55:19.365Z] 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-10T00:55:19.365Z] Removing intermediate container 34cd0ec0dab6 [2023-03-10T00:55:19.365Z] ---> 0754fcf01cfa [2023-03-10T00:55:19.365Z] 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-10T00:55:19.365Z] ---> Running in 3d3bbf2f0366 [2023-03-10T00:55:19.365Z] ---> Running in 8f4a8f98e7a0 [2023-03-10T00:55:19.365Z] Removing intermediate container ca8a49fba320 [2023-03-10T00:55:19.365Z] ---> 3128369f202e [2023-03-10T00:55:19.365Z] Step 7/24 : COPY . . [2023-03-10T00:55:25.972Z] ---> 4b9ca177e338 [2023-03-10T00:55:25.972Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:55:25.972Z] ---> Running in cfefad5f552f [2023-03-10T00:55:25.972Z] Removing intermediate container 3d3bbf2f0366 [2023-03-10T00:55:25.972Z] ---> 0af424414510 [2023-03-10T00:55:25.972Z] Step 11/23 : WORKDIR /edgex-go [2023-03-10T00:55:25.972Z] Removing intermediate container 8f4a8f98e7a0 [2023-03-10T00:55:25.972Z] ---> 485360a1d7ed [2023-03-10T00:55:25.972Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T00:55:25.972Z] ---> Running in 4c0b3e1dc15e [2023-03-10T00:55:25.972Z] ---> Running in 5f259e0a579c [2023-03-10T00:55:25.972Z] Removing intermediate container cfefad5f552f [2023-03-10T00:55:25.972Z] ---> 130a48fe6c58 [2023-03-10T00:55:25.972Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T00:55:25.972Z] ---> Running in 5bb9b5e44cfe [2023-03-10T00:55:25.972Z] Removing intermediate container 4c0b3e1dc15e [2023-03-10T00:55:25.972Z] ---> e0649894e9c3 [2023-03-10T00:55:25.972Z] [2023-03-10T00:55:25.972Z] Step 12/23 : FROM alpine:3.15 [2023-03-10T00:55:25.972Z] ---> 5ce65d7b0fde [2023-03-10T00:55:25.972Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:55:25.972Z] ---> Using cache [2023-03-10T00:55:25.972Z] ---> 100f533ca3a8 [2023-03-10T00:55:25.972Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T00:55:25.972Z] Removing intermediate container 5f259e0a579c [2023-03-10T00:55:25.972Z] ---> 4d164705c5e3 [2023-03-10T00:55:25.972Z] [2023-03-10T00:55:25.972Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T00:55:25.972Z] ---> 5ce65d7b0fde [2023-03-10T00:55:25.972Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:55:25.972Z] ---> Using cache [2023-03-10T00:55:25.972Z] ---> 100f533ca3a8 [2023-03-10T00:55:25.972Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-10T00:55:25.972Z] ---> Running in 97f1059e5d64 [2023-03-10T00:55:25.972Z] ---> Running in 71a9e24751a4 [2023-03-10T00:55:25.972Z] Removing intermediate container 5bb9b5e44cfe [2023-03-10T00:55:25.972Z] ---> 27198c0af420 [2023-03-10T00:55:25.972Z] 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-10T00:55:25.972Z] ---> Running in 7864fa32b375 [2023-03-10T00:55:26.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:26.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:26.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:26.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:26.490Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:55:26.490Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:55:26.490Z] OK: 15859 distinct packages available [2023-03-10T00:55:26.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:26.749Z] Removing intermediate container 7864fa32b375 [2023-03-10T00:55:26.749Z] ---> baa78515772a [2023-03-10T00:55:26.749Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T00:55:26.749Z] ---> Running in 5ac2d98f9ce0 [2023-03-10T00:55:26.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:26.749Z] Removing intermediate container 5ac2d98f9ce0 [2023-03-10T00:55:26.749Z] ---> ce0ccd7bb443 [2023-03-10T00:55:26.749Z] [2023-03-10T00:55:26.749Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T00:55:26.749Z] ---> 5ce65d7b0fde [2023-03-10T00:55:26.749Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:55:26.749Z] ---> Using cache [2023-03-10T00:55:26.749Z] ---> 100f533ca3a8 [2023-03-10T00:55:26.749Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T00:55:26.749Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:55:26.749Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:55:26.749Z] OK: 15859 distinct packages available [2023-03-10T00:55:26.749Z] ---> Running in eb7606a34171 [2023-03-10T00:55:26.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:27.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:27.006Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-10T00:55:27.006Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:55:27.006Z] (3/4) Installing libucontext (1.1-r0) [2023-03-10T00:55:27.006Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-10T00:55:27.006Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:55:27.007Z] OK: 6 MiB in 18 packages [2023-03-10T00:55:27.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:27.007Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T00:55:27.007Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:55:27.007Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T00:55:27.007Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T00:55:27.265Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T00:55:27.265Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:55:27.265Z] OK: 7 MiB in 19 packages [2023-03-10T00:55:27.265Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:27.523Z] Removing intermediate container 71a9e24751a4 [2023-03-10T00:55:27.523Z] ---> 3931ff5beb7f [2023-03-10T00:55:27.523Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:55:27.523Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:55:27.523Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:55:27.523Z] OK: 15859 distinct packages available [2023-03-10T00:55:27.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:27.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:55:27.523Z] Removing intermediate container 97f1059e5d64 [2023-03-10T00:55:27.523Z] ---> ca787a5a85b8 [2023-03-10T00:55:27.523Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:55:27.780Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T00:55:27.780Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:55:27.780Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T00:55:27.780Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T00:55:27.780Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T00:55:27.780Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:55:27.780Z] OK: 7 MiB in 19 packages [2023-03-10T00:55:30.511Z] ---> 5576f2cd0bde [2023-03-10T00:55:30.511Z] ---> 1eb2e8e1eb56 [2023-03-10T00:55:30.511Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T00:55:30.511Z] [2023-03-10T00:55:30.769Z] Removing intermediate container eb7606a34171 [2023-03-10T00:55:30.769Z] ---> e570abdbcf85 [2023-03-10T00:55:30.769Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-10T00:55:30.769Z] ---> a3635dafc027 [2023-03-10T00:55:30.769Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-10T00:55:30.769Z] ---> d0e763bbf888 [2023-03-10T00:55:30.769Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-10T00:55:30.769Z] ---> Running in 0bfcfab9efc5 [2023-03-10T00:55:30.769Z] Removing intermediate container 0bfcfab9efc5 [2023-03-10T00:55:30.769Z] ---> ff968e43c3f6 [2023-03-10T00:55:30.769Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-10T00:55:30.769Z] ---> 3f6c699db648 [2023-03-10T00:55:30.769Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-10T00:55:31.701Z] ---> 06e365b978bf [2023-03-10T00:55:31.701Z] Step 19/24 : WORKDIR / [2023-03-10T00:55:31.701Z] ---> bfce4ea8ecce [2023-03-10T00:55:31.701Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:55:31.701Z] ---> 62bf18caa632 [2023-03-10T00:55:31.701Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:55:31.701Z] ---> Running in 4cdb36da9a1d [2023-03-10T00:55:31.701Z] ---> Running in ff3cce05fa44 [2023-03-10T00:55:31.701Z] Removing intermediate container 4cdb36da9a1d [2023-03-10T00:55:31.701Z] ---> d85c0c44f06d [2023-03-10T00:55:31.701Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:55:31.701Z] Removing intermediate container ff3cce05fa44 [2023-03-10T00:55:31.701Z] ---> a120634d2068 [2023-03-10T00:55:31.701Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:55:31.701Z] ---> Running in 518cd551e900 [2023-03-10T00:55:31.701Z] ---> Running in a4bb7354df78 [2023-03-10T00:55:31.701Z] Removing intermediate container 518cd551e900 [2023-03-10T00:55:31.701Z] ---> ed56fe49db4d [2023-03-10T00:55:31.701Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:55:31.701Z] Removing intermediate container a4bb7354df78 [2023-03-10T00:55:31.701Z] ---> fe655290f205 [2023-03-10T00:55:31.701Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T00:55:31.958Z] ---> Running in 7d5339fd126e [2023-03-10T00:55:31.958Z] ---> Running in 2c756e6a66fa [2023-03-10T00:55:33.479Z] Removing intermediate container 7d5339fd126e [2023-03-10T00:55:33.479Z] ---> 87b7f4a77f61 [2023-03-10T00:55:33.479Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T00:55:33.479Z] Removing intermediate container 2c756e6a66fa [2023-03-10T00:55:33.479Z] ---> c583d5f2e325 [2023-03-10T00:55:33.479Z] Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:33.479Z] ---> Running in 988f14f18d1b [2023-03-10T00:55:33.479Z] ---> c70dcf828b53 [2023-03-10T00:55:33.479Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T00:55:33.479Z] ---> Running in 93511b28d51c [2023-03-10T00:55:33.479Z] Removing intermediate container 988f14f18d1b [2023-03-10T00:55:33.479Z] ---> 875e3a5ca6f5 [2023-03-10T00:55:33.479Z] Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:33.479Z] Removing intermediate container 93511b28d51c [2023-03-10T00:55:33.479Z] ---> 7e8febdc4cc5 [2023-03-10T00:55:33.479Z] Step 23/23 : LABEL version=3.0.0-dev.88 [2023-03-10T00:55:33.739Z] ---> Running in 7c05a9d1859d [2023-03-10T00:55:33.739Z] ---> Running in 9e5a46d5de51 [2023-03-10T00:55:33.739Z] ---> 23730540637e [2023-03-10T00:55:33.739Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-10T00:55:33.739Z] Removing intermediate container 7c05a9d1859d [2023-03-10T00:55:33.739Z] ---> c9b799bb09d8 [2023-03-10T00:55:33.739Z] Step 24/24 : LABEL version=3.0.0-dev.88 [2023-03-10T00:55:33.739Z] Removing intermediate container 9e5a46d5de51 [2023-03-10T00:55:33.739Z] ---> 8470a9223fa6 [2023-03-10T00:55:33.739Z] [2023-03-10T00:55:33.739Z] ---> Running in 42c5d28494bf [2023-03-10T00:55:33.739Z] ---> 9e1de841d1ce [2023-03-10T00:55:33.739Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-10T00:55:33.739Z] Successfully built 8470a9223fa6 [2023-03-10T00:55:33.739Z] Successfully tagged security-spire-server:latest [2023-03-10T00:55:33.739Z]  Building security-spire-server ... done Removing intermediate container 42c5d28494bf [2023-03-10T00:55:33.739Z] ---> 7f57a4e413aa [2023-03-10T00:55:33.739Z] [2023-03-10T00:55:34.000Z] Successfully built 7f57a4e413aa [2023-03-10T00:55:34.000Z] Successfully tagged security-spire-config:latest [2023-03-10T00:55:34.000Z]  Building security-spire-config ... done  ---> 9b2ab7361a08 [2023-03-10T00:55:34.000Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:55:34.000Z] ---> Running in 98809109d377 [2023-03-10T00:55:34.000Z] Removing intermediate container 98809109d377 [2023-03-10T00:55:34.000Z] ---> 12d1de9269a5 [2023-03-10T00:55:34.000Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:55:34.000Z] ---> Running in 6f3bf5037e06 [2023-03-10T00:55:34.000Z] Removing intermediate container 6f3bf5037e06 [2023-03-10T00:55:34.000Z] ---> a890de756314 [2023-03-10T00:55:34.000Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T00:55:34.000Z] ---> Running in 0aeeb4c1925e [2023-03-10T00:55:34.263Z] Removing intermediate container 0aeeb4c1925e [2023-03-10T00:55:34.263Z] ---> e5ac03942e34 [2023-03-10T00:55:34.263Z] Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:34.263Z] ---> Running in 093a06327be6 [2023-03-10T00:55:34.263Z] Removing intermediate container 093a06327be6 [2023-03-10T00:55:34.263Z] ---> 2aa55daac411 [2023-03-10T00:55:34.263Z] Step 24/24 : LABEL version=3.0.0-dev.88 [2023-03-10T00:55:34.263Z] ---> Running in c64efcd10d39 [2023-03-10T00:55:34.263Z] Removing intermediate container c64efcd10d39 [2023-03-10T00:55:34.263Z] ---> 21047816e700 [2023-03-10T00:55:34.263Z] [2023-03-10T00:55:34.525Z] Successfully built 21047816e700 [2023-03-10T00:55:34.525Z] Successfully tagged security-spire-agent:latest [2023-03-10T00:55:34.533Z]  Building security-spire-agent ... done  [Pipeline] } [2023-03-10T00:55:34.542Z] $ docker stop --time=1 7c16cf8b856cc8f97aa37555adb4717496af60549c8752c421c98084d432ac78 [2023-03-10T00:55:35.806Z] $ docker rm -f --volumes 7c16cf8b856cc8f97aa37555adb4717496af60549c8752c421c98084d432ac78 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T00:55:36.137Z] + docker images [2023-03-10T00:55:36.137Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-10T00:55:36.137Z] security-spire-agent latest 21047816e700 1 second ago 125MB [2023-03-10T00:55:36.137Z] security-spire-server latest 8470a9223fa6 2 seconds ago 86.5MB [2023-03-10T00:55:36.137Z] security-spire-config latest 7f57a4e413aa 2 seconds ago 85.8MB [2023-03-10T00:55:36.137Z] ce0ccd7bb443 9 seconds ago 1.55GB [2023-03-10T00:55:36.137Z] 4d164705c5e3 10 seconds ago 1.55GB [2023-03-10T00:55:36.137Z] e0649894e9c3 10 seconds ago 1.55GB [2023-03-10T00:55:36.137Z] core-common-config-bootstrapper latest b7c63c646224 54 seconds ago 15.5MB [2023-03-10T00:55:36.137Z] 79f47311ab6d About a minute ago 1.68GB [2023-03-10T00:55:36.137Z] security-spiffe-token-provider latest 8d4d0de03184 About a minute ago 30MB [2023-03-10T00:55:36.137Z] support-notifications latest 970904bd9e61 About a minute ago 30.7MB [2023-03-10T00:55:36.137Z] c7944dd0103a About a minute ago 1.75GB [2023-03-10T00:55:36.137Z] 49c1f55d24c5 About a minute ago 1.72GB [2023-03-10T00:55:36.137Z] security-proxy-setup latest d47ebce32371 About a minute ago 16.4MB [2023-03-10T00:55:36.137Z] security-secretstore-setup latest 1397ca91cc0d About a minute ago 29.9MB [2023-03-10T00:55:36.137Z] support-scheduler latest c9a0f8c983a9 About a minute ago 30.1MB [2023-03-10T00:55:36.137Z] 92aa84c4e28a 2 minutes ago 1.66GB [2023-03-10T00:55:36.137Z] a2e5cc894b16 2 minutes ago 1.75GB [2023-03-10T00:55:36.137Z] a836663e54a3 2 minutes ago 1.67GB [2023-03-10T00:55:36.137Z] security-bootstrapper latest 4f81d4c6d10b 3 minutes ago 19.8MB [2023-03-10T00:55:36.137Z] security-proxy-auth latest 89778dd405e8 3 minutes ago 16.2MB [2023-03-10T00:55:36.137Z] core-metadata latest ee5358d22af5 3 minutes ago 18.5MB [2023-03-10T00:55:36.137Z] core-command latest a20e2bf8d428 3 minutes ago 17.8MB [2023-03-10T00:55:36.137Z] core-data latest 68a0c323dd4b 3 minutes ago 18MB [2023-03-10T00:55:36.137Z] 9ac42ebf2fd4 3 minutes ago 1.69GB [2023-03-10T00:55:36.137Z] b200124c646b 3 minutes ago 1.69GB [2023-03-10T00:55:36.137Z] c23a50a5cbfa 3 minutes ago 1.68GB [2023-03-10T00:55:36.137Z] 7e40312b4200 3 minutes ago 1.66GB [2023-03-10T00:55:36.137Z] 0c911bd8fe4a 3 minutes ago 1.67GB [2023-03-10T00:55:36.138Z] ci-base-image-x86_64 latest 4ce4a8311a38 8 minutes ago 903MB [2023-03-10T00:55:36.138Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-10T00:55:36.138Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-10T00:55:36.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-10T00:55:36.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-10T00:55:36.138Z] 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-10T00:55:36.262Z] provisioning config files... [2023-03-10T00:55:36.270Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/450@tmp/config14389901250748117002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T00:55:36.571Z] ---> docker-login.sh [2023-03-10T00:55:36.571Z] nexus3.edgexfoundry.org:10001 [2023-03-10T00:55:36.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:55:36.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:55:36.571Z] Configure a credential helper to remove this warning. See [2023-03-10T00:55:36.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:55:36.571Z] [2023-03-10T00:55:36.571Z] Login Succeeded [2023-03-10T00:55:36.571Z] nexus3.edgexfoundry.org:10002 [2023-03-10T00:55:36.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:55:36.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:55:36.831Z] Configure a credential helper to remove this warning. See [2023-03-10T00:55:36.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:55:36.831Z] [2023-03-10T00:55:36.831Z] Login Succeeded [2023-03-10T00:55:36.831Z] nexus3.edgexfoundry.org:10003 [2023-03-10T00:55:36.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:55:36.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:55:36.831Z] Configure a credential helper to remove this warning. See [2023-03-10T00:55:36.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:55:36.831Z] [2023-03-10T00:55:36.831Z] Login Succeeded [2023-03-10T00:55:36.831Z] nexus3.edgexfoundry.org:10004 [2023-03-10T00:55:36.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:55:37.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:55:37.090Z] Configure a credential helper to remove this warning. See [2023-03-10T00:55:37.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:55:37.090Z] [2023-03-10T00:55:37.090Z] Login Succeeded [2023-03-10T00:55:37.090Z] docker.io [2023-03-10T00:55:37.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:55:37.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:55:37.348Z] Configure a credential helper to remove this warning. See [2023-03-10T00:55:37.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:55:37.348Z] [2023-03-10T00:55:37.348Z] Login Succeeded [2023-03-10T00:55:37.348Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T00:55:37.355Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:55:37.378Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:55:37.395Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-10T00:55:37.395Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:37.395Z] latest [2023-03-10T00:55:37.395Z] 3.0.0-dev.88 [2023-03-10T00:55:37.395Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:37.395Z] main [2023-03-10T00:55:37.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:37.704Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:38.011Z] + docker push nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:38.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T00:55:38.011Z] 067e1604d060: Preparing [2023-03-10T00:55:38.011Z] a0de812d20e7: Preparing [2023-03-10T00:55:38.011Z] af11bc3610cb: Preparing [2023-03-10T00:55:38.011Z] 4ae807f6124d: Preparing [2023-03-10T00:55:38.011Z] aa5968d388b8: Preparing [2023-03-10T00:55:38.011Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:38.011Z] 4ae807f6124d: Pushed [2023-03-10T00:55:38.011Z] af11bc3610cb: Pushed [2023-03-10T00:55:38.011Z] 067e1604d060: Pushed [2023-03-10T00:55:39.392Z] a0de812d20e7: Pushed [2023-03-10T00:55:40.775Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:41.094Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:41.407Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-10T00:55:41.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T00:55:41.407Z] 067e1604d060: Preparing [2023-03-10T00:55:41.407Z] a0de812d20e7: Preparing [2023-03-10T00:55:41.407Z] af11bc3610cb: Preparing [2023-03-10T00:55:41.407Z] 4ae807f6124d: Preparing [2023-03-10T00:55:41.407Z] aa5968d388b8: Preparing [2023-03-10T00:55:41.407Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:41.407Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:41.407Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:41.407Z] a0de812d20e7: Layer already exists [2023-03-10T00:55:41.407Z] 067e1604d060: Layer already exists [2023-03-10T00:55:41.407Z] latest: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:41.798Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:42.133Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.88 [2023-03-10T00:55:42.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T00:55:42.133Z] 067e1604d060: Preparing [2023-03-10T00:55:42.133Z] a0de812d20e7: Preparing [2023-03-10T00:55:42.133Z] af11bc3610cb: Preparing [2023-03-10T00:55:42.133Z] 4ae807f6124d: Preparing [2023-03-10T00:55:42.133Z] aa5968d388b8: Preparing [2023-03-10T00:55:42.133Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:42.133Z] a0de812d20e7: Layer already exists [2023-03-10T00:55:42.133Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:42.133Z] 067e1604d060: Layer already exists [2023-03-10T00:55:42.133Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:42.133Z] 3.0.0-dev.88: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:42.478Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:42.814Z] + docker push nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:42.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T00:55:42.814Z] 067e1604d060: Preparing [2023-03-10T00:55:42.814Z] a0de812d20e7: Preparing [2023-03-10T00:55:42.814Z] af11bc3610cb: Preparing [2023-03-10T00:55:42.814Z] 4ae807f6124d: Preparing [2023-03-10T00:55:42.814Z] aa5968d388b8: Preparing [2023-03-10T00:55:42.814Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:42.814Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:42.814Z] 067e1604d060: Layer already exists [2023-03-10T00:55:42.814Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:42.814Z] a0de812d20e7: Layer already exists [2023-03-10T00:55:42.814Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:43.188Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:43.492Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-10T00:55:43.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T00:55:43.492Z] 067e1604d060: Preparing [2023-03-10T00:55:43.492Z] a0de812d20e7: Preparing [2023-03-10T00:55:43.492Z] af11bc3610cb: Preparing [2023-03-10T00:55:43.492Z] 4ae807f6124d: Preparing [2023-03-10T00:55:43.492Z] aa5968d388b8: Preparing [2023-03-10T00:55:43.492Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:43.492Z] 067e1604d060: Layer already exists [2023-03-10T00:55:43.492Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:43.492Z] a0de812d20e7: Layer already exists [2023-03-10T00:55:43.492Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:43.492Z] main: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:55:43.542Z] ===================================================== [Pipeline] echo [2023-03-10T00:55:43.550Z] taggedImages: [2023-03-10T00:55:43.550Z] - nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:43.550Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-10T00:55:43.550Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.88 [2023-03-10T00:55:43.550Z] - nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:43.550Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-10T00:55:43.578Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-10T00:55:43.578Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:43.578Z] latest [2023-03-10T00:55:43.578Z] 3.0.0-dev.88 [2023-03-10T00:55:43.578Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:43.578Z] main [2023-03-10T00:55:43.578Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:43.909Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:44.216Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:44.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T00:55:44.216Z] 866b2c583988: Preparing [2023-03-10T00:55:44.216Z] a1d62a9febf3: Preparing [2023-03-10T00:55:44.216Z] 5ced2f476bb5: Preparing [2023-03-10T00:55:44.216Z] d942fe213cb1: Preparing [2023-03-10T00:55:44.216Z] af11bc3610cb: Preparing [2023-03-10T00:55:44.216Z] 4ae807f6124d: Preparing [2023-03-10T00:55:44.216Z] aa5968d388b8: Preparing [2023-03-10T00:55:44.216Z] 4ae807f6124d: Waiting [2023-03-10T00:55:44.216Z] aa5968d388b8: Waiting [2023-03-10T00:55:44.216Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:44.216Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:44.216Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:44.474Z] 866b2c583988: Pushed [2023-03-10T00:55:44.474Z] a1d62a9febf3: Pushed [2023-03-10T00:55:44.474Z] 5ced2f476bb5: Pushed [2023-03-10T00:55:45.410Z] d942fe213cb1: Pushed [2023-03-10T00:55:45.410Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:45.723Z] + 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-10T00:55:46.033Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-10T00:55:46.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T00:55:46.033Z] 866b2c583988: Preparing [2023-03-10T00:55:46.033Z] a1d62a9febf3: Preparing [2023-03-10T00:55:46.033Z] 5ced2f476bb5: Preparing [2023-03-10T00:55:46.033Z] d942fe213cb1: Preparing [2023-03-10T00:55:46.033Z] af11bc3610cb: Preparing [2023-03-10T00:55:46.033Z] 4ae807f6124d: Preparing [2023-03-10T00:55:46.033Z] aa5968d388b8: Preparing [2023-03-10T00:55:46.033Z] 4ae807f6124d: Waiting [2023-03-10T00:55:46.033Z] aa5968d388b8: Waiting [2023-03-10T00:55:46.033Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:46.033Z] d942fe213cb1: Layer already exists [2023-03-10T00:55:46.033Z] 5ced2f476bb5: Layer already exists [2023-03-10T00:55:46.033Z] a1d62a9febf3: Layer already exists [2023-03-10T00:55:46.033Z] 866b2c583988: Layer already exists [2023-03-10T00:55:46.033Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:46.033Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:46.033Z] latest: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:46.348Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:46.659Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.88 [2023-03-10T00:55:46.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T00:55:46.659Z] 866b2c583988: Preparing [2023-03-10T00:55:46.659Z] a1d62a9febf3: Preparing [2023-03-10T00:55:46.659Z] 5ced2f476bb5: Preparing [2023-03-10T00:55:46.659Z] d942fe213cb1: Preparing [2023-03-10T00:55:46.659Z] af11bc3610cb: Preparing [2023-03-10T00:55:46.659Z] 4ae807f6124d: Preparing [2023-03-10T00:55:46.659Z] aa5968d388b8: Preparing [2023-03-10T00:55:46.659Z] 4ae807f6124d: Waiting [2023-03-10T00:55:46.659Z] aa5968d388b8: Waiting [2023-03-10T00:55:46.659Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:46.659Z] 866b2c583988: Layer already exists [2023-03-10T00:55:46.659Z] 5ced2f476bb5: Layer already exists [2023-03-10T00:55:46.659Z] d942fe213cb1: Layer already exists [2023-03-10T00:55:46.659Z] a1d62a9febf3: Layer already exists [2023-03-10T00:55:46.659Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:46.659Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:46.659Z] 3.0.0-dev.88: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:46.980Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:47.290Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:47.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T00:55:47.290Z] 866b2c583988: Preparing [2023-03-10T00:55:47.290Z] a1d62a9febf3: Preparing [2023-03-10T00:55:47.290Z] 5ced2f476bb5: Preparing [2023-03-10T00:55:47.290Z] d942fe213cb1: Preparing [2023-03-10T00:55:47.290Z] af11bc3610cb: Preparing [2023-03-10T00:55:47.290Z] 4ae807f6124d: Preparing [2023-03-10T00:55:47.290Z] aa5968d388b8: Preparing [2023-03-10T00:55:47.290Z] 4ae807f6124d: Waiting [2023-03-10T00:55:47.290Z] aa5968d388b8: Waiting [2023-03-10T00:55:47.290Z] 5ced2f476bb5: Layer already exists [2023-03-10T00:55:47.290Z] 866b2c583988: Layer already exists [2023-03-10T00:55:47.290Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:47.290Z] d942fe213cb1: Layer already exists [2023-03-10T00:55:47.290Z] a1d62a9febf3: Layer already exists [2023-03-10T00:55:47.290Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:47.290Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:47.290Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:47.602Z] + 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-10T00:55:47.909Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-10T00:55:47.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T00:55:47.909Z] 866b2c583988: Preparing [2023-03-10T00:55:47.909Z] a1d62a9febf3: Preparing [2023-03-10T00:55:47.909Z] 5ced2f476bb5: Preparing [2023-03-10T00:55:47.909Z] d942fe213cb1: Preparing [2023-03-10T00:55:47.909Z] af11bc3610cb: Preparing [2023-03-10T00:55:47.909Z] 4ae807f6124d: Preparing [2023-03-10T00:55:47.909Z] aa5968d388b8: Preparing [2023-03-10T00:55:47.909Z] 4ae807f6124d: Waiting [2023-03-10T00:55:47.909Z] 866b2c583988: Layer already exists [2023-03-10T00:55:47.909Z] 5ced2f476bb5: Layer already exists [2023-03-10T00:55:47.909Z] a1d62a9febf3: Layer already exists [2023-03-10T00:55:47.909Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:47.909Z] d942fe213cb1: Layer already exists [2023-03-10T00:55:47.909Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:47.909Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:47.909Z] main: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:55:47.957Z] ===================================================== [Pipeline] echo [2023-03-10T00:55:47.966Z] taggedImages: [2023-03-10T00:55:47.966Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:47.966Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-10T00:55:47.966Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.88 [2023-03-10T00:55:47.966Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:47.966Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-10T00:55:47.987Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-10T00:55:47.987Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:47.987Z] latest [2023-03-10T00:55:47.987Z] 3.0.0-dev.88 [2023-03-10T00:55:47.987Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:47.987Z] main [2023-03-10T00:55:47.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:48.308Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:48.616Z] + docker push nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:48.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T00:55:48.616Z] 7bc63c2e2e73: Preparing [2023-03-10T00:55:48.616Z] bcdd17a6a65c: Preparing [2023-03-10T00:55:48.616Z] af11bc3610cb: Preparing [2023-03-10T00:55:48.616Z] 4ae807f6124d: Preparing [2023-03-10T00:55:48.616Z] aa5968d388b8: Preparing [2023-03-10T00:55:48.616Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:48.616Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:48.616Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:48.616Z] 7bc63c2e2e73: Pushed [2023-03-10T00:55:49.990Z] bcdd17a6a65c: Pushed [2023-03-10T00:55:49.990Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:50.298Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:50.608Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-10T00:55:50.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T00:55:50.608Z] 7bc63c2e2e73: Preparing [2023-03-10T00:55:50.608Z] bcdd17a6a65c: Preparing [2023-03-10T00:55:50.608Z] af11bc3610cb: Preparing [2023-03-10T00:55:50.608Z] 4ae807f6124d: Preparing [2023-03-10T00:55:50.608Z] aa5968d388b8: Preparing [2023-03-10T00:55:50.608Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:50.608Z] 7bc63c2e2e73: Layer already exists [2023-03-10T00:55:50.608Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:50.608Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:50.608Z] bcdd17a6a65c: Layer already exists [2023-03-10T00:55:50.608Z] latest: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:50.918Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:51.226Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.88 [2023-03-10T00:55:51.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T00:55:51.226Z] 7bc63c2e2e73: Preparing [2023-03-10T00:55:51.226Z] bcdd17a6a65c: Preparing [2023-03-10T00:55:51.226Z] af11bc3610cb: Preparing [2023-03-10T00:55:51.226Z] 4ae807f6124d: Preparing [2023-03-10T00:55:51.226Z] aa5968d388b8: Preparing [2023-03-10T00:55:51.226Z] 7bc63c2e2e73: Layer already exists [2023-03-10T00:55:51.226Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:51.226Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:51.226Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:51.226Z] bcdd17a6a65c: Layer already exists [2023-03-10T00:55:51.226Z] 3.0.0-dev.88: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:51.536Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:51.838Z] + docker push nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:51.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T00:55:51.838Z] 7bc63c2e2e73: Preparing [2023-03-10T00:55:51.838Z] bcdd17a6a65c: Preparing [2023-03-10T00:55:51.838Z] af11bc3610cb: Preparing [2023-03-10T00:55:51.838Z] 4ae807f6124d: Preparing [2023-03-10T00:55:51.838Z] aa5968d388b8: Preparing [2023-03-10T00:55:51.838Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:51.838Z] bcdd17a6a65c: Layer already exists [2023-03-10T00:55:51.838Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:51.838Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:51.838Z] 7bc63c2e2e73: Layer already exists [2023-03-10T00:55:51.838Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:52.146Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:52.450Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-10T00:55:52.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T00:55:52.450Z] 7bc63c2e2e73: Preparing [2023-03-10T00:55:52.450Z] bcdd17a6a65c: Preparing [2023-03-10T00:55:52.450Z] af11bc3610cb: Preparing [2023-03-10T00:55:52.450Z] 4ae807f6124d: Preparing [2023-03-10T00:55:52.450Z] aa5968d388b8: Preparing [2023-03-10T00:55:52.450Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:52.450Z] 7bc63c2e2e73: Layer already exists [2023-03-10T00:55:52.450Z] bcdd17a6a65c: Layer already exists [2023-03-10T00:55:52.450Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:52.450Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:52.450Z] main: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:55:52.487Z] ===================================================== [Pipeline] echo [2023-03-10T00:55:52.493Z] taggedImages: [2023-03-10T00:55:52.493Z] - nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:52.493Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-10T00:55:52.493Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.88 [2023-03-10T00:55:52.493Z] - nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:52.493Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-10T00:55:52.507Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-10T00:55:52.507Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:52.507Z] latest [2023-03-10T00:55:52.507Z] 3.0.0-dev.88 [2023-03-10T00:55:52.507Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:52.507Z] main [2023-03-10T00:55:52.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:52.822Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:53.126Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:53.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T00:55:53.126Z] e2c5312e0d35: Preparing [2023-03-10T00:55:53.126Z] 10ece5dec8ac: Preparing [2023-03-10T00:55:53.126Z] 13157145afee: Preparing [2023-03-10T00:55:53.126Z] af11bc3610cb: Preparing [2023-03-10T00:55:53.126Z] 4ae807f6124d: Preparing [2023-03-10T00:55:53.126Z] aa5968d388b8: Preparing [2023-03-10T00:55:53.126Z] aa5968d388b8: Waiting [2023-03-10T00:55:53.126Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:53.126Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:53.126Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:53.126Z] 10ece5dec8ac: Pushed [2023-03-10T00:55:53.126Z] e2c5312e0d35: Pushed [2023-03-10T00:55:54.503Z] 13157145afee: Pushed [2023-03-10T00:55:54.761Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:55.073Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:55.379Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-10T00:55:55.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T00:55:55.380Z] e2c5312e0d35: Preparing [2023-03-10T00:55:55.380Z] 10ece5dec8ac: Preparing [2023-03-10T00:55:55.380Z] 13157145afee: Preparing [2023-03-10T00:55:55.380Z] af11bc3610cb: Preparing [2023-03-10T00:55:55.380Z] 4ae807f6124d: Preparing [2023-03-10T00:55:55.380Z] aa5968d388b8: Preparing [2023-03-10T00:55:55.380Z] aa5968d388b8: Waiting [2023-03-10T00:55:55.380Z] e2c5312e0d35: Layer already exists [2023-03-10T00:55:55.380Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:55.380Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:55.380Z] 13157145afee: Layer already exists [2023-03-10T00:55:55.380Z] 10ece5dec8ac: Layer already exists [2023-03-10T00:55:55.380Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:55.380Z] latest: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:55.687Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:55.989Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.88 [2023-03-10T00:55:55.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T00:55:55.990Z] e2c5312e0d35: Preparing [2023-03-10T00:55:55.990Z] 10ece5dec8ac: Preparing [2023-03-10T00:55:55.990Z] 13157145afee: Preparing [2023-03-10T00:55:55.990Z] af11bc3610cb: Preparing [2023-03-10T00:55:55.990Z] 4ae807f6124d: Preparing [2023-03-10T00:55:55.990Z] aa5968d388b8: Preparing [2023-03-10T00:55:55.990Z] aa5968d388b8: Waiting [2023-03-10T00:55:55.990Z] 10ece5dec8ac: Layer already exists [2023-03-10T00:55:55.990Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:55.990Z] e2c5312e0d35: Layer already exists [2023-03-10T00:55:55.990Z] 13157145afee: Layer already exists [2023-03-10T00:55:55.990Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:55.990Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:55.990Z] 3.0.0-dev.88: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:56.296Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:56.607Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:56.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T00:55:56.607Z] e2c5312e0d35: Preparing [2023-03-10T00:55:56.607Z] 10ece5dec8ac: Preparing [2023-03-10T00:55:56.607Z] 13157145afee: Preparing [2023-03-10T00:55:56.607Z] af11bc3610cb: Preparing [2023-03-10T00:55:56.607Z] 4ae807f6124d: Preparing [2023-03-10T00:55:56.607Z] aa5968d388b8: Preparing [2023-03-10T00:55:56.607Z] aa5968d388b8: Waiting [2023-03-10T00:55:56.607Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:56.607Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:56.607Z] e2c5312e0d35: Layer already exists [2023-03-10T00:55:56.607Z] 10ece5dec8ac: Layer already exists [2023-03-10T00:55:56.607Z] 13157145afee: Layer already exists [2023-03-10T00:55:56.607Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:56.607Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:56.922Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:57.231Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-10T00:55:57.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T00:55:57.231Z] e2c5312e0d35: Preparing [2023-03-10T00:55:57.231Z] 10ece5dec8ac: Preparing [2023-03-10T00:55:57.231Z] 13157145afee: Preparing [2023-03-10T00:55:57.231Z] af11bc3610cb: Preparing [2023-03-10T00:55:57.231Z] 4ae807f6124d: Preparing [2023-03-10T00:55:57.231Z] aa5968d388b8: Preparing [2023-03-10T00:55:57.231Z] aa5968d388b8: Waiting [2023-03-10T00:55:57.231Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:57.231Z] 13157145afee: Layer already exists [2023-03-10T00:55:57.231Z] 10ece5dec8ac: Layer already exists [2023-03-10T00:55:57.231Z] e2c5312e0d35: Layer already exists [2023-03-10T00:55:57.231Z] 4ae807f6124d: Layer already exists [2023-03-10T00:55:57.231Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:57.231Z] main: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:55:57.265Z] ===================================================== [Pipeline] echo [2023-03-10T00:55:57.271Z] taggedImages: [2023-03-10T00:55:57.271Z] - nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:57.271Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-10T00:55:57.271Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.88 [2023-03-10T00:55:57.271Z] - nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:57.271Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-10T00:55:57.286Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-10T00:55:57.286Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:57.286Z] latest [2023-03-10T00:55:57.286Z] 3.0.0-dev.88 [2023-03-10T00:55:57.286Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:55:57.286Z] main [2023-03-10T00:55:57.286Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:57.591Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:55:57.897Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:55:57.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T00:55:57.897Z] 6542d8659bd7: Preparing [2023-03-10T00:55:57.897Z] 6542d8659bd7: Preparing [2023-03-10T00:55:57.897Z] 9ff3f927092e: Preparing [2023-03-10T00:55:57.897Z] 6cfb90a519f6: Preparing [2023-03-10T00:55:57.897Z] 2c7ca20c892d: Preparing [2023-03-10T00:55:57.897Z] 947e80f3e036: Preparing [2023-03-10T00:55:57.897Z] 526d131126a8: Preparing [2023-03-10T00:55:57.897Z] af11bc3610cb: Preparing [2023-03-10T00:55:57.897Z] 166d7331cb36: Preparing [2023-03-10T00:55:57.897Z] 3594e9d32960: Preparing [2023-03-10T00:55:57.897Z] 918f26154d72: Preparing [2023-03-10T00:55:57.897Z] 60d9be28b2df: Preparing [2023-03-10T00:55:57.897Z] aa5968d388b8: Preparing [2023-03-10T00:55:57.897Z] 3594e9d32960: Waiting [2023-03-10T00:55:57.897Z] 918f26154d72: Waiting [2023-03-10T00:55:57.897Z] 60d9be28b2df: Waiting [2023-03-10T00:55:57.897Z] 526d131126a8: Waiting [2023-03-10T00:55:57.897Z] aa5968d388b8: Waiting [2023-03-10T00:55:57.897Z] af11bc3610cb: Waiting [2023-03-10T00:55:57.897Z] 166d7331cb36: Waiting [2023-03-10T00:55:57.897Z] 947e80f3e036: Pushed [2023-03-10T00:55:57.897Z] 9ff3f927092e: Pushed [2023-03-10T00:55:57.897Z] 6cfb90a519f6: Pushed [2023-03-10T00:55:57.897Z] 6542d8659bd7: Pushed [2023-03-10T00:55:58.156Z] 2c7ca20c892d: Pushed [2023-03-10T00:55:58.156Z] af11bc3610cb: Layer already exists [2023-03-10T00:55:58.156Z] 166d7331cb36: Pushed [2023-03-10T00:55:58.156Z] 3594e9d32960: Pushed [2023-03-10T00:55:58.156Z] aa5968d388b8: Layer already exists [2023-03-10T00:55:58.156Z] 60d9be28b2df: Pushed [2023-03-10T00:55:58.156Z] 918f26154d72: Pushed [2023-03-10T00:55:59.534Z] 526d131126a8: Pushed [2023-03-10T00:55:59.794Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:00.101Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:00.404Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-10T00:56:00.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T00:56:00.404Z] 6542d8659bd7: Preparing [2023-03-10T00:56:00.404Z] 6542d8659bd7: Preparing [2023-03-10T00:56:00.404Z] 9ff3f927092e: Preparing [2023-03-10T00:56:00.404Z] 6cfb90a519f6: Preparing [2023-03-10T00:56:00.404Z] 2c7ca20c892d: Preparing [2023-03-10T00:56:00.404Z] 947e80f3e036: Preparing [2023-03-10T00:56:00.404Z] 526d131126a8: Preparing [2023-03-10T00:56:00.404Z] af11bc3610cb: Preparing [2023-03-10T00:56:00.404Z] 166d7331cb36: Preparing [2023-03-10T00:56:00.404Z] 3594e9d32960: Preparing [2023-03-10T00:56:00.404Z] 918f26154d72: Preparing [2023-03-10T00:56:00.404Z] 60d9be28b2df: Preparing [2023-03-10T00:56:00.404Z] aa5968d388b8: Preparing [2023-03-10T00:56:00.404Z] 526d131126a8: Waiting [2023-03-10T00:56:00.404Z] 918f26154d72: Waiting [2023-03-10T00:56:00.404Z] af11bc3610cb: Waiting [2023-03-10T00:56:00.404Z] 3594e9d32960: Waiting [2023-03-10T00:56:00.404Z] 166d7331cb36: Waiting [2023-03-10T00:56:00.404Z] 60d9be28b2df: Waiting [2023-03-10T00:56:00.404Z] aa5968d388b8: Waiting [2023-03-10T00:56:00.404Z] 947e80f3e036: Layer already exists [2023-03-10T00:56:00.404Z] 6542d8659bd7: Layer already exists [2023-03-10T00:56:00.404Z] 6cfb90a519f6: Layer already exists [2023-03-10T00:56:00.404Z] 9ff3f927092e: Layer already exists [2023-03-10T00:56:00.404Z] 2c7ca20c892d: Layer already exists [2023-03-10T00:56:00.404Z] 526d131126a8: Layer already exists [2023-03-10T00:56:00.404Z] 166d7331cb36: Layer already exists [2023-03-10T00:56:00.404Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:00.404Z] 918f26154d72: Layer already exists [2023-03-10T00:56:00.404Z] 3594e9d32960: Layer already exists [2023-03-10T00:56:00.404Z] 60d9be28b2df: Layer already exists [2023-03-10T00:56:00.404Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:00.404Z] latest: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:00.709Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:01.021Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.88 [2023-03-10T00:56:01.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T00:56:01.021Z] 6542d8659bd7: Preparing [2023-03-10T00:56:01.021Z] 6542d8659bd7: Preparing [2023-03-10T00:56:01.021Z] 9ff3f927092e: Preparing [2023-03-10T00:56:01.021Z] 6cfb90a519f6: Preparing [2023-03-10T00:56:01.021Z] 2c7ca20c892d: Preparing [2023-03-10T00:56:01.021Z] 947e80f3e036: Preparing [2023-03-10T00:56:01.021Z] 526d131126a8: Preparing [2023-03-10T00:56:01.021Z] af11bc3610cb: Preparing [2023-03-10T00:56:01.021Z] 166d7331cb36: Preparing [2023-03-10T00:56:01.021Z] 3594e9d32960: Preparing [2023-03-10T00:56:01.021Z] 918f26154d72: Preparing [2023-03-10T00:56:01.021Z] 60d9be28b2df: Preparing [2023-03-10T00:56:01.021Z] aa5968d388b8: Preparing [2023-03-10T00:56:01.021Z] af11bc3610cb: Waiting [2023-03-10T00:56:01.021Z] 526d131126a8: Waiting [2023-03-10T00:56:01.021Z] 3594e9d32960: Waiting [2023-03-10T00:56:01.021Z] 918f26154d72: Waiting [2023-03-10T00:56:01.021Z] 166d7331cb36: Waiting [2023-03-10T00:56:01.021Z] 60d9be28b2df: Waiting [2023-03-10T00:56:01.021Z] 2c7ca20c892d: Layer already exists [2023-03-10T00:56:01.021Z] 947e80f3e036: Layer already exists [2023-03-10T00:56:01.021Z] 6cfb90a519f6: Layer already exists [2023-03-10T00:56:01.021Z] 6542d8659bd7: Layer already exists [2023-03-10T00:56:01.021Z] 9ff3f927092e: Layer already exists [2023-03-10T00:56:01.021Z] 526d131126a8: Layer already exists [2023-03-10T00:56:01.021Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:01.021Z] 166d7331cb36: Layer already exists [2023-03-10T00:56:01.021Z] 918f26154d72: Layer already exists [2023-03-10T00:56:01.021Z] 3594e9d32960: Layer already exists [2023-03-10T00:56:01.021Z] 60d9be28b2df: Layer already exists [2023-03-10T00:56:01.021Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:01.021Z] 3.0.0-dev.88: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:01.323Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:01.635Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:01.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T00:56:01.635Z] 6542d8659bd7: Preparing [2023-03-10T00:56:01.635Z] 6542d8659bd7: Preparing [2023-03-10T00:56:01.635Z] 9ff3f927092e: Preparing [2023-03-10T00:56:01.635Z] 6cfb90a519f6: Preparing [2023-03-10T00:56:01.635Z] 2c7ca20c892d: Preparing [2023-03-10T00:56:01.635Z] 947e80f3e036: Preparing [2023-03-10T00:56:01.635Z] 526d131126a8: Preparing [2023-03-10T00:56:01.635Z] af11bc3610cb: Preparing [2023-03-10T00:56:01.635Z] 166d7331cb36: Preparing [2023-03-10T00:56:01.635Z] 3594e9d32960: Preparing [2023-03-10T00:56:01.635Z] 918f26154d72: Preparing [2023-03-10T00:56:01.635Z] 60d9be28b2df: Preparing [2023-03-10T00:56:01.635Z] aa5968d388b8: Preparing [2023-03-10T00:56:01.635Z] 526d131126a8: Waiting [2023-03-10T00:56:01.635Z] af11bc3610cb: Waiting [2023-03-10T00:56:01.635Z] 166d7331cb36: Waiting [2023-03-10T00:56:01.635Z] 3594e9d32960: Waiting [2023-03-10T00:56:01.635Z] 918f26154d72: Waiting [2023-03-10T00:56:01.635Z] 60d9be28b2df: Waiting [2023-03-10T00:56:01.635Z] aa5968d388b8: Waiting [2023-03-10T00:56:01.635Z] 6cfb90a519f6: Layer already exists [2023-03-10T00:56:01.635Z] 9ff3f927092e: Layer already exists [2023-03-10T00:56:01.635Z] 947e80f3e036: Layer already exists [2023-03-10T00:56:01.635Z] 6542d8659bd7: Layer already exists [2023-03-10T00:56:01.635Z] 2c7ca20c892d: Layer already exists [2023-03-10T00:56:01.636Z] 526d131126a8: Layer already exists [2023-03-10T00:56:01.636Z] 166d7331cb36: Layer already exists [2023-03-10T00:56:01.636Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:01.636Z] 918f26154d72: Layer already exists [2023-03-10T00:56:01.636Z] 60d9be28b2df: Layer already exists [2023-03-10T00:56:01.636Z] 3594e9d32960: Layer already exists [2023-03-10T00:56:01.636Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:01.636Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:01.942Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:02.246Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-10T00:56:02.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T00:56:02.247Z] 6542d8659bd7: Preparing [2023-03-10T00:56:02.247Z] 6542d8659bd7: Preparing [2023-03-10T00:56:02.247Z] 9ff3f927092e: Preparing [2023-03-10T00:56:02.247Z] 6cfb90a519f6: Preparing [2023-03-10T00:56:02.247Z] 2c7ca20c892d: Preparing [2023-03-10T00:56:02.247Z] 947e80f3e036: Preparing [2023-03-10T00:56:02.247Z] 526d131126a8: Preparing [2023-03-10T00:56:02.247Z] af11bc3610cb: Preparing [2023-03-10T00:56:02.247Z] 166d7331cb36: Preparing [2023-03-10T00:56:02.247Z] 3594e9d32960: Preparing [2023-03-10T00:56:02.247Z] 918f26154d72: Preparing [2023-03-10T00:56:02.247Z] 60d9be28b2df: Preparing [2023-03-10T00:56:02.247Z] aa5968d388b8: Preparing [2023-03-10T00:56:02.247Z] 166d7331cb36: Waiting [2023-03-10T00:56:02.247Z] 3594e9d32960: Waiting [2023-03-10T00:56:02.247Z] 918f26154d72: Waiting [2023-03-10T00:56:02.247Z] 60d9be28b2df: Waiting [2023-03-10T00:56:02.247Z] aa5968d388b8: Waiting [2023-03-10T00:56:02.247Z] 526d131126a8: Waiting [2023-03-10T00:56:02.247Z] af11bc3610cb: Waiting [2023-03-10T00:56:02.247Z] 6cfb90a519f6: Layer already exists [2023-03-10T00:56:02.247Z] 2c7ca20c892d: Layer already exists [2023-03-10T00:56:02.247Z] 9ff3f927092e: Layer already exists [2023-03-10T00:56:02.247Z] 947e80f3e036: Layer already exists [2023-03-10T00:56:02.247Z] 6542d8659bd7: Layer already exists [2023-03-10T00:56:02.247Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:02.247Z] 526d131126a8: Layer already exists [2023-03-10T00:56:02.247Z] 918f26154d72: Layer already exists [2023-03-10T00:56:02.247Z] 166d7331cb36: Layer already exists [2023-03-10T00:56:02.247Z] 3594e9d32960: Layer already exists [2023-03-10T00:56:02.247Z] 60d9be28b2df: Layer already exists [2023-03-10T00:56:02.247Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:02.247Z] main: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:02.281Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:02.287Z] taggedImages: [2023-03-10T00:56:02.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:02.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-10T00:56:02.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.88 [2023-03-10T00:56:02.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:02.287Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-10T00:56:02.301Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-10T00:56:02.301Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:02.301Z] latest [2023-03-10T00:56:02.301Z] 3.0.0-dev.88 [2023-03-10T00:56:02.301Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:02.301Z] main [2023-03-10T00:56:02.301Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:02.606Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:02.907Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:02.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T00:56:02.908Z] 5a8ff646fa16: Preparing [2023-03-10T00:56:02.908Z] 9dc0f558c1d9: Preparing [2023-03-10T00:56:02.908Z] 21ca7d18f173: Preparing [2023-03-10T00:56:02.908Z] 9dbe4c47d905: Preparing [2023-03-10T00:56:02.908Z] af11bc3610cb: Preparing [2023-03-10T00:56:02.908Z] 4ae807f6124d: Preparing [2023-03-10T00:56:02.908Z] aa5968d388b8: Preparing [2023-03-10T00:56:02.908Z] 4ae807f6124d: Waiting [2023-03-10T00:56:02.908Z] aa5968d388b8: Waiting [2023-03-10T00:56:02.908Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:02.908Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:02.908Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:02.908Z] 9dc0f558c1d9: Pushed [2023-03-10T00:56:02.908Z] 21ca7d18f173: Pushed [2023-03-10T00:56:02.908Z] 5a8ff646fa16: Pushed [2023-03-10T00:56:04.291Z] 9dbe4c47d905: Pushed [2023-03-10T00:56:04.291Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:04.595Z] + 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-10T00:56:04.896Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-10T00:56:04.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T00:56:04.896Z] 5a8ff646fa16: Preparing [2023-03-10T00:56:04.896Z] 9dc0f558c1d9: Preparing [2023-03-10T00:56:04.896Z] 21ca7d18f173: Preparing [2023-03-10T00:56:04.896Z] 9dbe4c47d905: Preparing [2023-03-10T00:56:04.896Z] af11bc3610cb: Preparing [2023-03-10T00:56:04.896Z] 4ae807f6124d: Preparing [2023-03-10T00:56:04.896Z] aa5968d388b8: Preparing [2023-03-10T00:56:04.896Z] 4ae807f6124d: Waiting [2023-03-10T00:56:04.896Z] aa5968d388b8: Waiting [2023-03-10T00:56:04.896Z] 9dc0f558c1d9: Layer already exists [2023-03-10T00:56:04.896Z] 9dbe4c47d905: Layer already exists [2023-03-10T00:56:04.896Z] 21ca7d18f173: Layer already exists [2023-03-10T00:56:04.896Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:04.896Z] 5a8ff646fa16: Layer already exists [2023-03-10T00:56:04.896Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:04.896Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:04.896Z] latest: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:05.200Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:05.504Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.88 [2023-03-10T00:56:05.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T00:56:05.504Z] 5a8ff646fa16: Preparing [2023-03-10T00:56:05.504Z] 9dc0f558c1d9: Preparing [2023-03-10T00:56:05.504Z] 21ca7d18f173: Preparing [2023-03-10T00:56:05.504Z] 9dbe4c47d905: Preparing [2023-03-10T00:56:05.504Z] af11bc3610cb: Preparing [2023-03-10T00:56:05.504Z] 4ae807f6124d: Preparing [2023-03-10T00:56:05.504Z] aa5968d388b8: Preparing [2023-03-10T00:56:05.504Z] 4ae807f6124d: Waiting [2023-03-10T00:56:05.504Z] aa5968d388b8: Waiting [2023-03-10T00:56:05.504Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:05.504Z] 9dc0f558c1d9: Layer already exists [2023-03-10T00:56:05.504Z] 9dbe4c47d905: Layer already exists [2023-03-10T00:56:05.504Z] 5a8ff646fa16: Layer already exists [2023-03-10T00:56:05.504Z] 21ca7d18f173: Layer already exists [2023-03-10T00:56:05.504Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:05.504Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:05.504Z] 3.0.0-dev.88: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:05.809Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:06.112Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:06.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T00:56:06.112Z] 5a8ff646fa16: Preparing [2023-03-10T00:56:06.112Z] 9dc0f558c1d9: Preparing [2023-03-10T00:56:06.112Z] 21ca7d18f173: Preparing [2023-03-10T00:56:06.112Z] 9dbe4c47d905: Preparing [2023-03-10T00:56:06.112Z] af11bc3610cb: Preparing [2023-03-10T00:56:06.112Z] 4ae807f6124d: Preparing [2023-03-10T00:56:06.112Z] aa5968d388b8: Preparing [2023-03-10T00:56:06.112Z] 4ae807f6124d: Waiting [2023-03-10T00:56:06.112Z] aa5968d388b8: Waiting [2023-03-10T00:56:06.112Z] 9dbe4c47d905: Layer already exists [2023-03-10T00:56:06.112Z] 21ca7d18f173: Layer already exists [2023-03-10T00:56:06.112Z] 5a8ff646fa16: Layer already exists [2023-03-10T00:56:06.112Z] 9dc0f558c1d9: Layer already exists [2023-03-10T00:56:06.112Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:06.112Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:06.112Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:06.112Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:06.431Z] + 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-10T00:56:06.733Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-10T00:56:06.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T00:56:06.733Z] 5a8ff646fa16: Preparing [2023-03-10T00:56:06.733Z] 9dc0f558c1d9: Preparing [2023-03-10T00:56:06.733Z] 21ca7d18f173: Preparing [2023-03-10T00:56:06.733Z] 9dbe4c47d905: Preparing [2023-03-10T00:56:06.733Z] af11bc3610cb: Preparing [2023-03-10T00:56:06.733Z] 4ae807f6124d: Preparing [2023-03-10T00:56:06.733Z] aa5968d388b8: Preparing [2023-03-10T00:56:06.733Z] aa5968d388b8: Waiting [2023-03-10T00:56:06.733Z] 4ae807f6124d: Waiting [2023-03-10T00:56:06.733Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:06.733Z] 9dbe4c47d905: Layer already exists [2023-03-10T00:56:06.733Z] 5a8ff646fa16: Layer already exists [2023-03-10T00:56:06.733Z] 9dc0f558c1d9: Layer already exists [2023-03-10T00:56:06.733Z] 21ca7d18f173: Layer already exists [2023-03-10T00:56:06.733Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:06.733Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:06.733Z] main: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:06.786Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:06.795Z] taggedImages: [2023-03-10T00:56:06.795Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:06.795Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-10T00:56:06.795Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.88 [2023-03-10T00:56:06.795Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:06.795Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-10T00:56:06.815Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-10T00:56:06.815Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:06.815Z] latest [2023-03-10T00:56:06.815Z] 3.0.0-dev.88 [2023-03-10T00:56:06.815Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:06.815Z] main [2023-03-10T00:56:06.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:07.119Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:07.423Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:07.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T00:56:07.423Z] 39ef17df36e1: Preparing [2023-03-10T00:56:07.423Z] 625da85ec4d8: Preparing [2023-03-10T00:56:07.423Z] 690b52225ac8: Preparing [2023-03-10T00:56:07.423Z] 383bac68e78c: Preparing [2023-03-10T00:56:07.423Z] 58bac81febf0: Preparing [2023-03-10T00:56:07.423Z] d26eef31fb7e: Preparing [2023-03-10T00:56:07.423Z] aa5968d388b8: Preparing [2023-03-10T00:56:07.423Z] d26eef31fb7e: Waiting [2023-03-10T00:56:07.423Z] aa5968d388b8: Waiting [2023-03-10T00:56:07.423Z] 58bac81febf0: Pushed [2023-03-10T00:56:07.423Z] 39ef17df36e1: Pushed [2023-03-10T00:56:07.423Z] 625da85ec4d8: Pushed [2023-03-10T00:56:07.423Z] 383bac68e78c: Pushed [2023-03-10T00:56:07.423Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:07.682Z] d26eef31fb7e: Pushed [2023-03-10T00:56:08.619Z] 690b52225ac8: Pushed [2023-03-10T00:56:08.619Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:08.938Z] + 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-10T00:56:09.244Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-10T00:56:09.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T00:56:09.244Z] 39ef17df36e1: Preparing [2023-03-10T00:56:09.244Z] 625da85ec4d8: Preparing [2023-03-10T00:56:09.244Z] 690b52225ac8: Preparing [2023-03-10T00:56:09.244Z] 383bac68e78c: Preparing [2023-03-10T00:56:09.244Z] 58bac81febf0: Preparing [2023-03-10T00:56:09.244Z] d26eef31fb7e: Preparing [2023-03-10T00:56:09.244Z] aa5968d388b8: Preparing [2023-03-10T00:56:09.244Z] d26eef31fb7e: Waiting [2023-03-10T00:56:09.244Z] aa5968d388b8: Waiting [2023-03-10T00:56:09.244Z] 383bac68e78c: Layer already exists [2023-03-10T00:56:09.244Z] 690b52225ac8: Layer already exists [2023-03-10T00:56:09.244Z] 39ef17df36e1: Layer already exists [2023-03-10T00:56:09.244Z] 625da85ec4d8: Layer already exists [2023-03-10T00:56:09.244Z] 58bac81febf0: Layer already exists [2023-03-10T00:56:09.244Z] d26eef31fb7e: Layer already exists [2023-03-10T00:56:09.244Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:09.244Z] latest: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:09.555Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:09.862Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.88 [2023-03-10T00:56:09.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T00:56:09.862Z] 39ef17df36e1: Preparing [2023-03-10T00:56:09.862Z] 625da85ec4d8: Preparing [2023-03-10T00:56:09.862Z] 690b52225ac8: Preparing [2023-03-10T00:56:09.862Z] 383bac68e78c: Preparing [2023-03-10T00:56:09.862Z] 58bac81febf0: Preparing [2023-03-10T00:56:09.862Z] d26eef31fb7e: Preparing [2023-03-10T00:56:09.862Z] aa5968d388b8: Preparing [2023-03-10T00:56:09.862Z] d26eef31fb7e: Waiting [2023-03-10T00:56:09.862Z] aa5968d388b8: Waiting [2023-03-10T00:56:09.862Z] 58bac81febf0: Layer already exists [2023-03-10T00:56:09.862Z] 383bac68e78c: Layer already exists [2023-03-10T00:56:09.862Z] 690b52225ac8: Layer already exists [2023-03-10T00:56:09.862Z] 625da85ec4d8: Layer already exists [2023-03-10T00:56:09.862Z] 39ef17df36e1: Layer already exists [2023-03-10T00:56:09.862Z] d26eef31fb7e: Layer already exists [2023-03-10T00:56:09.862Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:09.862Z] 3.0.0-dev.88: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:10.165Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:10.472Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:10.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T00:56:10.472Z] 39ef17df36e1: Preparing [2023-03-10T00:56:10.472Z] 625da85ec4d8: Preparing [2023-03-10T00:56:10.472Z] 690b52225ac8: Preparing [2023-03-10T00:56:10.472Z] 383bac68e78c: Preparing [2023-03-10T00:56:10.472Z] 58bac81febf0: Preparing [2023-03-10T00:56:10.472Z] d26eef31fb7e: Preparing [2023-03-10T00:56:10.472Z] aa5968d388b8: Preparing [2023-03-10T00:56:10.472Z] aa5968d388b8: Waiting [2023-03-10T00:56:10.472Z] d26eef31fb7e: Waiting [2023-03-10T00:56:10.472Z] 383bac68e78c: Layer already exists [2023-03-10T00:56:10.472Z] 58bac81febf0: Layer already exists [2023-03-10T00:56:10.472Z] 39ef17df36e1: Layer already exists [2023-03-10T00:56:10.472Z] 625da85ec4d8: Layer already exists [2023-03-10T00:56:10.472Z] 690b52225ac8: Layer already exists [2023-03-10T00:56:10.472Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:10.472Z] d26eef31fb7e: Layer already exists [2023-03-10T00:56:10.472Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:10.778Z] + 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-10T00:56:11.094Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-10T00:56:11.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T00:56:11.094Z] 39ef17df36e1: Preparing [2023-03-10T00:56:11.094Z] 625da85ec4d8: Preparing [2023-03-10T00:56:11.094Z] 690b52225ac8: Preparing [2023-03-10T00:56:11.094Z] 383bac68e78c: Preparing [2023-03-10T00:56:11.094Z] 58bac81febf0: Preparing [2023-03-10T00:56:11.094Z] d26eef31fb7e: Preparing [2023-03-10T00:56:11.094Z] aa5968d388b8: Preparing [2023-03-10T00:56:11.094Z] aa5968d388b8: Waiting [2023-03-10T00:56:11.094Z] d26eef31fb7e: Waiting [2023-03-10T00:56:11.094Z] 383bac68e78c: Layer already exists [2023-03-10T00:56:11.094Z] 690b52225ac8: Layer already exists [2023-03-10T00:56:11.094Z] 625da85ec4d8: Layer already exists [2023-03-10T00:56:11.094Z] 58bac81febf0: Layer already exists [2023-03-10T00:56:11.094Z] 39ef17df36e1: Layer already exists [2023-03-10T00:56:11.094Z] d26eef31fb7e: Layer already exists [2023-03-10T00:56:11.094Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:11.094Z] main: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:11.149Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:11.159Z] taggedImages: [2023-03-10T00:56:11.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:11.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-10T00:56:11.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.88 [2023-03-10T00:56:11.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:11.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-10T00:56:11.187Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-10T00:56:11.187Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:11.187Z] latest [2023-03-10T00:56:11.187Z] 3.0.0-dev.88 [2023-03-10T00:56:11.187Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:11.187Z] main [2023-03-10T00:56:11.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:11.513Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:11.820Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:11.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T00:56:11.820Z] 8796fd15b33f: Preparing [2023-03-10T00:56:11.820Z] c47594049b45: Preparing [2023-03-10T00:56:11.820Z] 762e6b829029: Preparing [2023-03-10T00:56:11.820Z] 98329ae114ce: Preparing [2023-03-10T00:56:11.820Z] f4847273ebfb: Preparing [2023-03-10T00:56:11.820Z] 9ba2dc1399de: Preparing [2023-03-10T00:56:11.820Z] 07d51948cf69: Preparing [2023-03-10T00:56:11.820Z] 91434ff2c296: Preparing [2023-03-10T00:56:11.820Z] aa5968d388b8: Preparing [2023-03-10T00:56:11.820Z] 9ba2dc1399de: Waiting [2023-03-10T00:56:11.820Z] 07d51948cf69: Waiting [2023-03-10T00:56:11.821Z] 91434ff2c296: Waiting [2023-03-10T00:56:11.821Z] aa5968d388b8: Waiting [2023-03-10T00:56:11.821Z] 8796fd15b33f: Pushed [2023-03-10T00:56:11.821Z] c47594049b45: Pushed [2023-03-10T00:56:11.821Z] f4847273ebfb: Pushed [2023-03-10T00:56:12.082Z] 9ba2dc1399de: Pushed [2023-03-10T00:56:12.082Z] 07d51948cf69: Pushed [2023-03-10T00:56:12.082Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:12.082Z] 91434ff2c296: Pushed [2023-03-10T00:56:13.021Z] 98329ae114ce: Pushed [2023-03-10T00:56:14.398Z] 762e6b829029: Pushed [2023-03-10T00:56:14.663Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:14.970Z] + 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-10T00:56:15.281Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-10T00:56:15.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T00:56:15.281Z] 8796fd15b33f: Preparing [2023-03-10T00:56:15.281Z] c47594049b45: Preparing [2023-03-10T00:56:15.281Z] 762e6b829029: Preparing [2023-03-10T00:56:15.281Z] 98329ae114ce: Preparing [2023-03-10T00:56:15.281Z] f4847273ebfb: Preparing [2023-03-10T00:56:15.281Z] 9ba2dc1399de: Preparing [2023-03-10T00:56:15.281Z] 07d51948cf69: Preparing [2023-03-10T00:56:15.281Z] 91434ff2c296: Preparing [2023-03-10T00:56:15.281Z] aa5968d388b8: Preparing [2023-03-10T00:56:15.281Z] 91434ff2c296: Waiting [2023-03-10T00:56:15.281Z] 9ba2dc1399de: Waiting [2023-03-10T00:56:15.281Z] 07d51948cf69: Waiting [2023-03-10T00:56:15.281Z] 8796fd15b33f: Layer already exists [2023-03-10T00:56:15.281Z] f4847273ebfb: Layer already exists [2023-03-10T00:56:15.281Z] 98329ae114ce: Layer already exists [2023-03-10T00:56:15.281Z] 762e6b829029: Layer already exists [2023-03-10T00:56:15.281Z] c47594049b45: Layer already exists [2023-03-10T00:56:15.281Z] 9ba2dc1399de: Layer already exists [2023-03-10T00:56:15.281Z] 07d51948cf69: Layer already exists [2023-03-10T00:56:15.281Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:15.281Z] 91434ff2c296: Layer already exists [2023-03-10T00:56:15.281Z] latest: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:15.590Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:15.909Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.88 [2023-03-10T00:56:15.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T00:56:15.909Z] 8796fd15b33f: Preparing [2023-03-10T00:56:15.909Z] c47594049b45: Preparing [2023-03-10T00:56:15.909Z] 762e6b829029: Preparing [2023-03-10T00:56:15.909Z] 98329ae114ce: Preparing [2023-03-10T00:56:15.909Z] f4847273ebfb: Preparing [2023-03-10T00:56:15.909Z] 9ba2dc1399de: Preparing [2023-03-10T00:56:15.909Z] 07d51948cf69: Preparing [2023-03-10T00:56:15.909Z] 91434ff2c296: Preparing [2023-03-10T00:56:15.909Z] aa5968d388b8: Preparing [2023-03-10T00:56:15.909Z] 9ba2dc1399de: Waiting [2023-03-10T00:56:15.909Z] 07d51948cf69: Waiting [2023-03-10T00:56:15.909Z] 91434ff2c296: Waiting [2023-03-10T00:56:15.909Z] aa5968d388b8: Waiting [2023-03-10T00:56:15.909Z] 8796fd15b33f: Layer already exists [2023-03-10T00:56:15.909Z] f4847273ebfb: Layer already exists [2023-03-10T00:56:15.909Z] c47594049b45: Layer already exists [2023-03-10T00:56:15.909Z] 98329ae114ce: Layer already exists [2023-03-10T00:56:15.909Z] 762e6b829029: Layer already exists [2023-03-10T00:56:15.909Z] 07d51948cf69: Layer already exists [2023-03-10T00:56:15.909Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:15.909Z] 91434ff2c296: Layer already exists [2023-03-10T00:56:15.909Z] 9ba2dc1399de: Layer already exists [2023-03-10T00:56:15.909Z] 3.0.0-dev.88: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:16.230Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:16.551Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:16.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T00:56:16.551Z] 8796fd15b33f: Preparing [2023-03-10T00:56:16.551Z] c47594049b45: Preparing [2023-03-10T00:56:16.551Z] 762e6b829029: Preparing [2023-03-10T00:56:16.551Z] 98329ae114ce: Preparing [2023-03-10T00:56:16.551Z] f4847273ebfb: Preparing [2023-03-10T00:56:16.551Z] 9ba2dc1399de: Preparing [2023-03-10T00:56:16.551Z] 07d51948cf69: Preparing [2023-03-10T00:56:16.551Z] 91434ff2c296: Preparing [2023-03-10T00:56:16.551Z] aa5968d388b8: Preparing [2023-03-10T00:56:16.551Z] 9ba2dc1399de: Waiting [2023-03-10T00:56:16.551Z] 07d51948cf69: Waiting [2023-03-10T00:56:16.551Z] 91434ff2c296: Waiting [2023-03-10T00:56:16.551Z] aa5968d388b8: Waiting [2023-03-10T00:56:16.551Z] 98329ae114ce: Layer already exists [2023-03-10T00:56:16.551Z] c47594049b45: Layer already exists [2023-03-10T00:56:16.551Z] 8796fd15b33f: Layer already exists [2023-03-10T00:56:16.551Z] 762e6b829029: Layer already exists [2023-03-10T00:56:16.551Z] f4847273ebfb: Layer already exists [2023-03-10T00:56:16.551Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:16.551Z] 9ba2dc1399de: Layer already exists [2023-03-10T00:56:16.551Z] 07d51948cf69: Layer already exists [2023-03-10T00:56:16.551Z] 91434ff2c296: Layer already exists [2023-03-10T00:56:16.551Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:16.882Z] + 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-10T00:56:17.196Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-10T00:56:17.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T00:56:17.196Z] 8796fd15b33f: Preparing [2023-03-10T00:56:17.196Z] c47594049b45: Preparing [2023-03-10T00:56:17.196Z] 762e6b829029: Preparing [2023-03-10T00:56:17.196Z] 98329ae114ce: Preparing [2023-03-10T00:56:17.196Z] f4847273ebfb: Preparing [2023-03-10T00:56:17.196Z] 9ba2dc1399de: Preparing [2023-03-10T00:56:17.196Z] 07d51948cf69: Preparing [2023-03-10T00:56:17.196Z] 91434ff2c296: Preparing [2023-03-10T00:56:17.196Z] aa5968d388b8: Preparing [2023-03-10T00:56:17.196Z] 07d51948cf69: Waiting [2023-03-10T00:56:17.196Z] 9ba2dc1399de: Waiting [2023-03-10T00:56:17.196Z] 91434ff2c296: Waiting [2023-03-10T00:56:17.196Z] aa5968d388b8: Waiting [2023-03-10T00:56:17.196Z] c47594049b45: Layer already exists [2023-03-10T00:56:17.196Z] 98329ae114ce: Layer already exists [2023-03-10T00:56:17.196Z] 762e6b829029: Layer already exists [2023-03-10T00:56:17.196Z] 8796fd15b33f: Layer already exists [2023-03-10T00:56:17.196Z] 9ba2dc1399de: Layer already exists [2023-03-10T00:56:17.196Z] 07d51948cf69: Layer already exists [2023-03-10T00:56:17.196Z] f4847273ebfb: Layer already exists [2023-03-10T00:56:17.196Z] 91434ff2c296: Layer already exists [2023-03-10T00:56:17.196Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:17.196Z] main: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:17.243Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:17.256Z] taggedImages: [2023-03-10T00:56:17.256Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:17.256Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-10T00:56:17.256Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.88 [2023-03-10T00:56:17.256Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:17.256Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-10T00:56:17.278Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-10T00:56:17.278Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:17.278Z] latest [2023-03-10T00:56:17.278Z] 3.0.0-dev.88 [2023-03-10T00:56:17.278Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:17.278Z] main [2023-03-10T00:56:17.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:17.605Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:17.908Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:17.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T00:56:17.908Z] 4d6bce6c32f7: Preparing [2023-03-10T00:56:17.908Z] 43ae2c10fea2: Preparing [2023-03-10T00:56:17.908Z] af11bc3610cb: Preparing [2023-03-10T00:56:17.908Z] 41e913d25dd8: Preparing [2023-03-10T00:56:17.908Z] 4e6476652798: Preparing [2023-03-10T00:56:17.909Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:17.909Z] 4e6476652798: Layer already exists [2023-03-10T00:56:17.909Z] 4d6bce6c32f7: Pushed [2023-03-10T00:56:18.477Z] 41e913d25dd8: Pushed [2023-03-10T00:56:19.855Z] 43ae2c10fea2: Pushed [2023-03-10T00:56:20.115Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:20.429Z] + 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-10T00:56:20.735Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-10T00:56:20.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T00:56:20.735Z] 4d6bce6c32f7: Preparing [2023-03-10T00:56:20.735Z] 43ae2c10fea2: Preparing [2023-03-10T00:56:20.735Z] af11bc3610cb: Preparing [2023-03-10T00:56:20.735Z] 41e913d25dd8: Preparing [2023-03-10T00:56:20.735Z] 4e6476652798: Preparing [2023-03-10T00:56:20.735Z] 4d6bce6c32f7: Layer already exists [2023-03-10T00:56:20.735Z] 43ae2c10fea2: Layer already exists [2023-03-10T00:56:20.735Z] 4e6476652798: Layer already exists [2023-03-10T00:56:20.735Z] 41e913d25dd8: Layer already exists [2023-03-10T00:56:20.735Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:20.735Z] latest: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:21.049Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:21.347Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.88 [2023-03-10T00:56:21.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T00:56:21.347Z] 4d6bce6c32f7: Preparing [2023-03-10T00:56:21.347Z] 43ae2c10fea2: Preparing [2023-03-10T00:56:21.347Z] af11bc3610cb: Preparing [2023-03-10T00:56:21.347Z] 41e913d25dd8: Preparing [2023-03-10T00:56:21.347Z] 4e6476652798: Preparing [2023-03-10T00:56:21.347Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:21.347Z] 4e6476652798: Layer already exists [2023-03-10T00:56:21.347Z] 43ae2c10fea2: Layer already exists [2023-03-10T00:56:21.347Z] 41e913d25dd8: Layer already exists [2023-03-10T00:56:21.347Z] 4d6bce6c32f7: Layer already exists [2023-03-10T00:56:21.347Z] 3.0.0-dev.88: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:21.653Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:21.953Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:21.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T00:56:21.953Z] 4d6bce6c32f7: Preparing [2023-03-10T00:56:21.953Z] 43ae2c10fea2: Preparing [2023-03-10T00:56:21.953Z] af11bc3610cb: Preparing [2023-03-10T00:56:21.953Z] 41e913d25dd8: Preparing [2023-03-10T00:56:21.953Z] 4e6476652798: Preparing [2023-03-10T00:56:21.953Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:21.953Z] 41e913d25dd8: Layer already exists [2023-03-10T00:56:21.953Z] 4d6bce6c32f7: Layer already exists [2023-03-10T00:56:21.953Z] 43ae2c10fea2: Layer already exists [2023-03-10T00:56:21.953Z] 4e6476652798: Layer already exists [2023-03-10T00:56:21.953Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:22.258Z] + 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-10T00:56:22.569Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-10T00:56:22.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T00:56:22.569Z] 4d6bce6c32f7: Preparing [2023-03-10T00:56:22.569Z] 43ae2c10fea2: Preparing [2023-03-10T00:56:22.569Z] af11bc3610cb: Preparing [2023-03-10T00:56:22.569Z] 41e913d25dd8: Preparing [2023-03-10T00:56:22.569Z] 4e6476652798: Preparing [2023-03-10T00:56:22.569Z] 4d6bce6c32f7: Layer already exists [2023-03-10T00:56:22.569Z] 41e913d25dd8: Layer already exists [2023-03-10T00:56:22.569Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:22.569Z] 4e6476652798: Layer already exists [2023-03-10T00:56:22.569Z] 43ae2c10fea2: Layer already exists [2023-03-10T00:56:22.569Z] main: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:22.602Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:22.608Z] taggedImages: [2023-03-10T00:56:22.608Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:22.608Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-10T00:56:22.608Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.88 [2023-03-10T00:56:22.608Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:22.608Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-10T00:56:22.623Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-10T00:56:22.623Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:22.623Z] latest [2023-03-10T00:56:22.623Z] 3.0.0-dev.88 [2023-03-10T00:56:22.623Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:22.623Z] main [2023-03-10T00:56:22.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:22.936Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:23.247Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:23.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T00:56:23.247Z] 4be794b29ae6: Preparing [2023-03-10T00:56:23.247Z] 9ec853c9d9da: Preparing [2023-03-10T00:56:23.247Z] 3051c6ff7806: Preparing [2023-03-10T00:56:23.247Z] 5aa6c5a87d53: Preparing [2023-03-10T00:56:23.247Z] ee6d6d0837f6: Preparing [2023-03-10T00:56:23.247Z] 74b106a45d2d: Preparing [2023-03-10T00:56:23.247Z] 4e6476652798: Preparing [2023-03-10T00:56:23.247Z] 74b106a45d2d: Waiting [2023-03-10T00:56:23.247Z] 4e6476652798: Waiting [2023-03-10T00:56:23.247Z] 9ec853c9d9da: Pushed [2023-03-10T00:56:23.247Z] 4be794b29ae6: Pushed [2023-03-10T00:56:23.247Z] 3051c6ff7806: Pushed [2023-03-10T00:56:23.247Z] 4e6476652798: Layer already exists [2023-03-10T00:56:23.814Z] 74b106a45d2d: Pushed [2023-03-10T00:56:27.099Z] ee6d6d0837f6: Pushed [2023-03-10T00:56:29.637Z] 5aa6c5a87d53: Pushed [2023-03-10T00:56:29.896Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:30.209Z] + 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-10T00:56:30.515Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-10T00:56:30.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T00:56:30.515Z] 4be794b29ae6: Preparing [2023-03-10T00:56:30.515Z] 9ec853c9d9da: Preparing [2023-03-10T00:56:30.515Z] 3051c6ff7806: Preparing [2023-03-10T00:56:30.515Z] 5aa6c5a87d53: Preparing [2023-03-10T00:56:30.515Z] ee6d6d0837f6: Preparing [2023-03-10T00:56:30.515Z] 74b106a45d2d: Preparing [2023-03-10T00:56:30.515Z] 4e6476652798: Preparing [2023-03-10T00:56:30.515Z] 74b106a45d2d: Waiting [2023-03-10T00:56:30.515Z] 4e6476652798: Waiting [2023-03-10T00:56:30.515Z] 9ec853c9d9da: Layer already exists [2023-03-10T00:56:30.515Z] 4be794b29ae6: Layer already exists [2023-03-10T00:56:30.515Z] ee6d6d0837f6: Layer already exists [2023-03-10T00:56:30.515Z] 5aa6c5a87d53: Layer already exists [2023-03-10T00:56:30.515Z] 3051c6ff7806: Layer already exists [2023-03-10T00:56:30.515Z] 74b106a45d2d: Layer already exists [2023-03-10T00:56:30.515Z] 4e6476652798: Layer already exists [2023-03-10T00:56:30.515Z] latest: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:30.826Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:31.138Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.88 [2023-03-10T00:56:31.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T00:56:31.138Z] 4be794b29ae6: Preparing [2023-03-10T00:56:31.138Z] 9ec853c9d9da: Preparing [2023-03-10T00:56:31.138Z] 3051c6ff7806: Preparing [2023-03-10T00:56:31.138Z] 5aa6c5a87d53: Preparing [2023-03-10T00:56:31.138Z] ee6d6d0837f6: Preparing [2023-03-10T00:56:31.138Z] 74b106a45d2d: Preparing [2023-03-10T00:56:31.138Z] 4e6476652798: Preparing [2023-03-10T00:56:31.138Z] 74b106a45d2d: Waiting [2023-03-10T00:56:31.139Z] 4e6476652798: Waiting [2023-03-10T00:56:31.139Z] 9ec853c9d9da: Layer already exists [2023-03-10T00:56:31.139Z] ee6d6d0837f6: Layer already exists [2023-03-10T00:56:31.139Z] 4be794b29ae6: Layer already exists [2023-03-10T00:56:31.139Z] 5aa6c5a87d53: Layer already exists [2023-03-10T00:56:31.139Z] 3051c6ff7806: Layer already exists [2023-03-10T00:56:31.139Z] 74b106a45d2d: Layer already exists [2023-03-10T00:56:31.139Z] 4e6476652798: Layer already exists [2023-03-10T00:56:31.139Z] 3.0.0-dev.88: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:31.460Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:31.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:31.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T00:56:31.769Z] 4be794b29ae6: Preparing [2023-03-10T00:56:31.769Z] 9ec853c9d9da: Preparing [2023-03-10T00:56:31.769Z] 3051c6ff7806: Preparing [2023-03-10T00:56:31.769Z] 5aa6c5a87d53: Preparing [2023-03-10T00:56:31.769Z] ee6d6d0837f6: Preparing [2023-03-10T00:56:31.769Z] 74b106a45d2d: Preparing [2023-03-10T00:56:31.769Z] 4e6476652798: Preparing [2023-03-10T00:56:31.769Z] 74b106a45d2d: Waiting [2023-03-10T00:56:31.769Z] 4e6476652798: Waiting [2023-03-10T00:56:31.769Z] 3051c6ff7806: Layer already exists [2023-03-10T00:56:31.769Z] 5aa6c5a87d53: Layer already exists [2023-03-10T00:56:31.769Z] ee6d6d0837f6: Layer already exists [2023-03-10T00:56:31.769Z] 9ec853c9d9da: Layer already exists [2023-03-10T00:56:31.769Z] 4be794b29ae6: Layer already exists [2023-03-10T00:56:31.769Z] 74b106a45d2d: Layer already exists [2023-03-10T00:56:31.769Z] 4e6476652798: Layer already exists [2023-03-10T00:56:31.769Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:32.089Z] + 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-10T00:56:32.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-10T00:56:32.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T00:56:32.397Z] 4be794b29ae6: Preparing [2023-03-10T00:56:32.397Z] 9ec853c9d9da: Preparing [2023-03-10T00:56:32.397Z] 3051c6ff7806: Preparing [2023-03-10T00:56:32.397Z] 5aa6c5a87d53: Preparing [2023-03-10T00:56:32.397Z] ee6d6d0837f6: Preparing [2023-03-10T00:56:32.397Z] 74b106a45d2d: Preparing [2023-03-10T00:56:32.397Z] 4e6476652798: Preparing [2023-03-10T00:56:32.397Z] 4e6476652798: Waiting [2023-03-10T00:56:32.397Z] 74b106a45d2d: Waiting [2023-03-10T00:56:32.397Z] 4be794b29ae6: Layer already exists [2023-03-10T00:56:32.397Z] ee6d6d0837f6: Layer already exists [2023-03-10T00:56:32.397Z] 9ec853c9d9da: Layer already exists [2023-03-10T00:56:32.397Z] 3051c6ff7806: Layer already exists [2023-03-10T00:56:32.397Z] 5aa6c5a87d53: Layer already exists [2023-03-10T00:56:32.397Z] 74b106a45d2d: Layer already exists [2023-03-10T00:56:32.397Z] 4e6476652798: Layer already exists [2023-03-10T00:56:32.397Z] main: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:32.441Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:32.449Z] taggedImages: [2023-03-10T00:56:32.450Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:32.450Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-10T00:56:32.450Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.88 [2023-03-10T00:56:32.450Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:32.450Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-10T00:56:32.470Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-10T00:56:32.470Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:32.470Z] latest [2023-03-10T00:56:32.470Z] 3.0.0-dev.88 [2023-03-10T00:56:32.470Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:32.470Z] main [2023-03-10T00:56:32.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:32.789Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:33.095Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:33.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T00:56:33.096Z] ce001c6687e7: Preparing [2023-03-10T00:56:33.096Z] ec8b61963800: Preparing [2023-03-10T00:56:33.096Z] e52d207fcceb: Preparing [2023-03-10T00:56:33.096Z] 83f17f4f117f: Preparing [2023-03-10T00:56:33.096Z] 9997e2512104: Preparing [2023-03-10T00:56:33.096Z] 4e6476652798: Preparing [2023-03-10T00:56:33.096Z] 4e6476652798: Waiting [2023-03-10T00:56:33.096Z] ce001c6687e7: Pushed [2023-03-10T00:56:33.096Z] e52d207fcceb: Pushed [2023-03-10T00:56:33.096Z] ec8b61963800: Pushed [2023-03-10T00:56:33.096Z] 4e6476652798: Layer already exists [2023-03-10T00:56:33.354Z] 9997e2512104: Pushed [2023-03-10T00:56:39.925Z] 83f17f4f117f: Pushed [2023-03-10T00:56:39.925Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:40.345Z] + 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-10T00:56:40.728Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-10T00:56:40.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T00:56:40.728Z] ce001c6687e7: Preparing [2023-03-10T00:56:40.728Z] ec8b61963800: Preparing [2023-03-10T00:56:40.728Z] e52d207fcceb: Preparing [2023-03-10T00:56:40.728Z] 83f17f4f117f: Preparing [2023-03-10T00:56:40.728Z] 9997e2512104: Preparing [2023-03-10T00:56:40.728Z] 4e6476652798: Preparing [2023-03-10T00:56:40.728Z] 4e6476652798: Waiting [2023-03-10T00:56:40.728Z] ce001c6687e7: Layer already exists [2023-03-10T00:56:40.728Z] 9997e2512104: Layer already exists [2023-03-10T00:56:40.728Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:40.728Z] ec8b61963800: Layer already exists [2023-03-10T00:56:40.728Z] e52d207fcceb: Layer already exists [2023-03-10T00:56:40.728Z] 4e6476652798: Layer already exists [2023-03-10T00:56:40.728Z] latest: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:41.052Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:41.353Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.88 [2023-03-10T00:56:41.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T00:56:41.353Z] ce001c6687e7: Preparing [2023-03-10T00:56:41.353Z] ec8b61963800: Preparing [2023-03-10T00:56:41.353Z] e52d207fcceb: Preparing [2023-03-10T00:56:41.353Z] 83f17f4f117f: Preparing [2023-03-10T00:56:41.353Z] 9997e2512104: Preparing [2023-03-10T00:56:41.353Z] 4e6476652798: Preparing [2023-03-10T00:56:41.353Z] 4e6476652798: Waiting [2023-03-10T00:56:41.353Z] e52d207fcceb: Layer already exists [2023-03-10T00:56:41.353Z] 9997e2512104: Layer already exists [2023-03-10T00:56:41.353Z] ce001c6687e7: Layer already exists [2023-03-10T00:56:41.353Z] ec8b61963800: Layer already exists [2023-03-10T00:56:41.353Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:41.353Z] 4e6476652798: Layer already exists [2023-03-10T00:56:41.353Z] 3.0.0-dev.88: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:41.653Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:41.957Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:41.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T00:56:41.957Z] ce001c6687e7: Preparing [2023-03-10T00:56:41.957Z] ec8b61963800: Preparing [2023-03-10T00:56:41.957Z] e52d207fcceb: Preparing [2023-03-10T00:56:41.957Z] 83f17f4f117f: Preparing [2023-03-10T00:56:41.957Z] 9997e2512104: Preparing [2023-03-10T00:56:41.957Z] 4e6476652798: Preparing [2023-03-10T00:56:41.957Z] 4e6476652798: Waiting [2023-03-10T00:56:41.957Z] ce001c6687e7: Layer already exists [2023-03-10T00:56:41.957Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:41.957Z] 9997e2512104: Layer already exists [2023-03-10T00:56:41.957Z] ec8b61963800: Layer already exists [2023-03-10T00:56:41.957Z] e52d207fcceb: Layer already exists [2023-03-10T00:56:41.957Z] 4e6476652798: Layer already exists [2023-03-10T00:56:41.957Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:42.259Z] + 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-10T00:56:42.561Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-10T00:56:42.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T00:56:42.561Z] ce001c6687e7: Preparing [2023-03-10T00:56:42.561Z] ec8b61963800: Preparing [2023-03-10T00:56:42.561Z] e52d207fcceb: Preparing [2023-03-10T00:56:42.561Z] 83f17f4f117f: Preparing [2023-03-10T00:56:42.561Z] 9997e2512104: Preparing [2023-03-10T00:56:42.561Z] 4e6476652798: Preparing [2023-03-10T00:56:42.561Z] 4e6476652798: Waiting [2023-03-10T00:56:42.561Z] 9997e2512104: Layer already exists [2023-03-10T00:56:42.561Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:42.561Z] ce001c6687e7: Layer already exists [2023-03-10T00:56:42.561Z] ec8b61963800: Layer already exists [2023-03-10T00:56:42.561Z] e52d207fcceb: Layer already exists [2023-03-10T00:56:42.561Z] 4e6476652798: Layer already exists [2023-03-10T00:56:42.561Z] main: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:42.594Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:42.600Z] taggedImages: [2023-03-10T00:56:42.600Z] - nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:42.600Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-10T00:56:42.600Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.88 [2023-03-10T00:56:42.600Z] - nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:42.600Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-10T00:56:42.614Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-10T00:56:42.614Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:42.614Z] latest [2023-03-10T00:56:42.614Z] 3.0.0-dev.88 [2023-03-10T00:56:42.614Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:42.614Z] main [2023-03-10T00:56:42.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:42.917Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:43.227Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:43.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T00:56:43.227Z] 2d5bc183df5d: Preparing [2023-03-10T00:56:43.227Z] 5ceaf9836d0b: Preparing [2023-03-10T00:56:43.227Z] 14497f87900e: Preparing [2023-03-10T00:56:43.227Z] 83f17f4f117f: Preparing [2023-03-10T00:56:43.227Z] 948ddbd3b082: Preparing [2023-03-10T00:56:43.227Z] 4e6476652798: Preparing [2023-03-10T00:56:43.227Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:43.227Z] 4e6476652798: Layer already exists [2023-03-10T00:56:43.227Z] 2d5bc183df5d: Pushed [2023-03-10T00:56:43.227Z] 5ceaf9836d0b: Pushed [2023-03-10T00:56:43.227Z] 14497f87900e: Pushed [2023-03-10T00:56:43.487Z] 948ddbd3b082: Pushed [2023-03-10T00:56:43.746Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:44.057Z] + 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-10T00:56:44.359Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-10T00:56:44.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T00:56:44.359Z] 2d5bc183df5d: Preparing [2023-03-10T00:56:44.359Z] 5ceaf9836d0b: Preparing [2023-03-10T00:56:44.359Z] 14497f87900e: Preparing [2023-03-10T00:56:44.359Z] 83f17f4f117f: Preparing [2023-03-10T00:56:44.359Z] 948ddbd3b082: Preparing [2023-03-10T00:56:44.359Z] 4e6476652798: Preparing [2023-03-10T00:56:44.359Z] 4e6476652798: Waiting [2023-03-10T00:56:44.359Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:44.359Z] 948ddbd3b082: Layer already exists [2023-03-10T00:56:44.359Z] 2d5bc183df5d: Layer already exists [2023-03-10T00:56:44.359Z] 14497f87900e: Layer already exists [2023-03-10T00:56:44.359Z] 5ceaf9836d0b: Layer already exists [2023-03-10T00:56:44.359Z] 4e6476652798: Layer already exists [2023-03-10T00:56:44.359Z] latest: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:44.663Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:44.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.88 [2023-03-10T00:56:44.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T00:56:44.968Z] 2d5bc183df5d: Preparing [2023-03-10T00:56:44.968Z] 5ceaf9836d0b: Preparing [2023-03-10T00:56:44.968Z] 14497f87900e: Preparing [2023-03-10T00:56:44.968Z] 83f17f4f117f: Preparing [2023-03-10T00:56:44.968Z] 948ddbd3b082: Preparing [2023-03-10T00:56:44.968Z] 4e6476652798: Preparing [2023-03-10T00:56:44.968Z] 4e6476652798: Waiting [2023-03-10T00:56:44.968Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:44.968Z] 2d5bc183df5d: Layer already exists [2023-03-10T00:56:44.968Z] 5ceaf9836d0b: Layer already exists [2023-03-10T00:56:44.968Z] 948ddbd3b082: Layer already exists [2023-03-10T00:56:44.968Z] 14497f87900e: Layer already exists [2023-03-10T00:56:44.968Z] 4e6476652798: Layer already exists [2023-03-10T00:56:44.968Z] 3.0.0-dev.88: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:45.284Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:45.589Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:45.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T00:56:45.589Z] 2d5bc183df5d: Preparing [2023-03-10T00:56:45.589Z] 5ceaf9836d0b: Preparing [2023-03-10T00:56:45.589Z] 14497f87900e: Preparing [2023-03-10T00:56:45.589Z] 83f17f4f117f: Preparing [2023-03-10T00:56:45.589Z] 948ddbd3b082: Preparing [2023-03-10T00:56:45.589Z] 4e6476652798: Preparing [2023-03-10T00:56:45.589Z] 5ceaf9836d0b: Layer already exists [2023-03-10T00:56:45.589Z] 2d5bc183df5d: Layer already exists [2023-03-10T00:56:45.589Z] 14497f87900e: Layer already exists [2023-03-10T00:56:45.589Z] 948ddbd3b082: Layer already exists [2023-03-10T00:56:45.589Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:45.589Z] 4e6476652798: Layer already exists [2023-03-10T00:56:45.589Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:45.920Z] + 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-10T00:56:46.226Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-10T00:56:46.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T00:56:46.226Z] 2d5bc183df5d: Preparing [2023-03-10T00:56:46.226Z] 5ceaf9836d0b: Preparing [2023-03-10T00:56:46.226Z] 14497f87900e: Preparing [2023-03-10T00:56:46.226Z] 83f17f4f117f: Preparing [2023-03-10T00:56:46.226Z] 948ddbd3b082: Preparing [2023-03-10T00:56:46.226Z] 4e6476652798: Preparing [2023-03-10T00:56:46.226Z] 948ddbd3b082: Layer already exists [2023-03-10T00:56:46.226Z] 5ceaf9836d0b: Layer already exists [2023-03-10T00:56:46.226Z] 83f17f4f117f: Layer already exists [2023-03-10T00:56:46.226Z] 14497f87900e: Layer already exists [2023-03-10T00:56:46.226Z] 2d5bc183df5d: Layer already exists [2023-03-10T00:56:46.226Z] 4e6476652798: Layer already exists [2023-03-10T00:56:46.226Z] main: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:46.258Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:46.264Z] taggedImages: [2023-03-10T00:56:46.264Z] - nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:46.264Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-10T00:56:46.264Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.88 [2023-03-10T00:56:46.264Z] - nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:46.264Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-10T00:56:46.278Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-10T00:56:46.278Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:46.278Z] latest [2023-03-10T00:56:46.278Z] 3.0.0-dev.88 [2023-03-10T00:56:46.278Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:46.278Z] main [2023-03-10T00:56:46.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:46.580Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:46.878Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:46.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T00:56:46.878Z] b58222b5d841: Preparing [2023-03-10T00:56:46.878Z] 8624e1b61db7: Preparing [2023-03-10T00:56:46.878Z] af11bc3610cb: Preparing [2023-03-10T00:56:46.878Z] 3dea697ef2e3: Preparing [2023-03-10T00:56:46.878Z] aa5968d388b8: Preparing [2023-03-10T00:56:46.878Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:46.878Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:46.878Z] b58222b5d841: Pushed [2023-03-10T00:56:46.878Z] 3dea697ef2e3: Pushed [2023-03-10T00:56:49.413Z] 8624e1b61db7: Pushed [2023-03-10T00:56:49.413Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:49.719Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:50.021Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-10T00:56:50.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T00:56:50.021Z] b58222b5d841: Preparing [2023-03-10T00:56:50.021Z] 8624e1b61db7: Preparing [2023-03-10T00:56:50.021Z] af11bc3610cb: Preparing [2023-03-10T00:56:50.021Z] 3dea697ef2e3: Preparing [2023-03-10T00:56:50.021Z] aa5968d388b8: Preparing [2023-03-10T00:56:50.021Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:50.021Z] 8624e1b61db7: Layer already exists [2023-03-10T00:56:50.021Z] 3dea697ef2e3: Layer already exists [2023-03-10T00:56:50.021Z] b58222b5d841: Layer already exists [2023-03-10T00:56:50.021Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:50.021Z] latest: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:50.339Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:50.642Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.88 [2023-03-10T00:56:50.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T00:56:50.642Z] b58222b5d841: Preparing [2023-03-10T00:56:50.642Z] 8624e1b61db7: Preparing [2023-03-10T00:56:50.642Z] af11bc3610cb: Preparing [2023-03-10T00:56:50.642Z] 3dea697ef2e3: Preparing [2023-03-10T00:56:50.642Z] aa5968d388b8: Preparing [2023-03-10T00:56:50.642Z] b58222b5d841: Layer already exists [2023-03-10T00:56:50.642Z] 8624e1b61db7: Layer already exists [2023-03-10T00:56:50.642Z] 3dea697ef2e3: Layer already exists [2023-03-10T00:56:50.642Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:50.642Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:50.642Z] 3.0.0-dev.88: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:50.944Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:51.244Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:51.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T00:56:51.244Z] b58222b5d841: Preparing [2023-03-10T00:56:51.244Z] 8624e1b61db7: Preparing [2023-03-10T00:56:51.244Z] af11bc3610cb: Preparing [2023-03-10T00:56:51.244Z] 3dea697ef2e3: Preparing [2023-03-10T00:56:51.244Z] aa5968d388b8: Preparing [2023-03-10T00:56:51.244Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:51.244Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:51.244Z] 3dea697ef2e3: Layer already exists [2023-03-10T00:56:51.244Z] 8624e1b61db7: Layer already exists [2023-03-10T00:56:51.244Z] b58222b5d841: Layer already exists [2023-03-10T00:56:51.244Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:51.552Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:51.858Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-10T00:56:51.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T00:56:51.858Z] b58222b5d841: Preparing [2023-03-10T00:56:51.858Z] 8624e1b61db7: Preparing [2023-03-10T00:56:51.858Z] af11bc3610cb: Preparing [2023-03-10T00:56:51.858Z] 3dea697ef2e3: Preparing [2023-03-10T00:56:51.858Z] aa5968d388b8: Preparing [2023-03-10T00:56:51.858Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:51.858Z] 3dea697ef2e3: Layer already exists [2023-03-10T00:56:51.858Z] b58222b5d841: Layer already exists [2023-03-10T00:56:51.858Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:51.858Z] 8624e1b61db7: Layer already exists [2023-03-10T00:56:51.858Z] main: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:51.896Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:51.902Z] taggedImages: [2023-03-10T00:56:51.902Z] - nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:51.902Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-10T00:56:51.902Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.88 [2023-03-10T00:56:51.902Z] - nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:51.902Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-10T00:56:51.918Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-10T00:56:51.918Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:51.918Z] latest [2023-03-10T00:56:51.918Z] 3.0.0-dev.88 [2023-03-10T00:56:51.918Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:51.918Z] main [2023-03-10T00:56:51.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:52.224Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:52.529Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:52.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T00:56:52.529Z] 8e284f366269: Preparing [2023-03-10T00:56:52.529Z] baabe262b8e1: Preparing [2023-03-10T00:56:52.529Z] af11bc3610cb: Preparing [2023-03-10T00:56:52.529Z] 4ae807f6124d: Preparing [2023-03-10T00:56:52.529Z] aa5968d388b8: Preparing [2023-03-10T00:56:52.529Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:52.529Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:52.529Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:52.529Z] 8e284f366269: Pushed [2023-03-10T00:56:55.066Z] baabe262b8e1: Pushed [2023-03-10T00:56:55.066Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:55.374Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:55.674Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-10T00:56:55.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T00:56:55.674Z] 8e284f366269: Preparing [2023-03-10T00:56:55.674Z] baabe262b8e1: Preparing [2023-03-10T00:56:55.674Z] af11bc3610cb: Preparing [2023-03-10T00:56:55.674Z] 4ae807f6124d: Preparing [2023-03-10T00:56:55.674Z] aa5968d388b8: Preparing [2023-03-10T00:56:55.674Z] 8e284f366269: Layer already exists [2023-03-10T00:56:55.674Z] baabe262b8e1: Layer already exists [2023-03-10T00:56:55.674Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:55.674Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:55.674Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:55.674Z] latest: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:55.975Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:56.274Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.88 [2023-03-10T00:56:56.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T00:56:56.275Z] 8e284f366269: Preparing [2023-03-10T00:56:56.275Z] baabe262b8e1: Preparing [2023-03-10T00:56:56.275Z] af11bc3610cb: Preparing [2023-03-10T00:56:56.275Z] 4ae807f6124d: Preparing [2023-03-10T00:56:56.275Z] aa5968d388b8: Preparing [2023-03-10T00:56:56.275Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:56.275Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:56.275Z] 8e284f366269: Layer already exists [2023-03-10T00:56:56.275Z] baabe262b8e1: Layer already exists [2023-03-10T00:56:56.275Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:56.275Z] 3.0.0-dev.88: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:56.591Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:56.903Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:56.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T00:56:56.903Z] 8e284f366269: Preparing [2023-03-10T00:56:56.903Z] baabe262b8e1: Preparing [2023-03-10T00:56:56.903Z] af11bc3610cb: Preparing [2023-03-10T00:56:56.903Z] 4ae807f6124d: Preparing [2023-03-10T00:56:56.903Z] aa5968d388b8: Preparing [2023-03-10T00:56:56.903Z] baabe262b8e1: Layer already exists [2023-03-10T00:56:56.903Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:56.903Z] 8e284f366269: Layer already exists [2023-03-10T00:56:56.903Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:56.903Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:56.903Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:57.212Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:56:57.526Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-10T00:56:57.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T00:56:57.526Z] 8e284f366269: Preparing [2023-03-10T00:56:57.526Z] baabe262b8e1: Preparing [2023-03-10T00:56:57.526Z] af11bc3610cb: Preparing [2023-03-10T00:56:57.526Z] 4ae807f6124d: Preparing [2023-03-10T00:56:57.526Z] aa5968d388b8: Preparing [2023-03-10T00:56:57.526Z] aa5968d388b8: Layer already exists [2023-03-10T00:56:57.526Z] 4ae807f6124d: Layer already exists [2023-03-10T00:56:57.526Z] 8e284f366269: Layer already exists [2023-03-10T00:56:57.526Z] baabe262b8e1: Layer already exists [2023-03-10T00:56:57.526Z] af11bc3610cb: Layer already exists [2023-03-10T00:56:57.526Z] main: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T00:56:57.560Z] ===================================================== [Pipeline] echo [2023-03-10T00:56:57.566Z] taggedImages: [2023-03-10T00:56:57.566Z] - nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T00:56:57.566Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-10T00:56:57.566Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.88 [2023-03-10T00:56:57.566Z] - nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T00:56:57.566Z] - 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-10T00:57:09.352Z] Removing intermediate container 33e59100f364 [2023-03-10T00:57:09.353Z] ---> b2cb6121e88e [2023-03-10T00:57:09.353Z] Step 7/32 : COPY . . [2023-03-10T00:57:09.353Z] ---> 261c91bea9df [2023-03-10T00:57:09.353Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-10T00:57:09.353Z] ---> Running in c65bafde655f [2023-03-10T00:57:09.353Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-10T01:01:16.201Z] Removing intermediate container a7a61346ecdc [2023-03-10T01:01:16.201Z] ---> 424da66aa358 [2023-03-10T01:01:16.201Z] [2023-03-10T01:01:16.201Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T01:01:16.201Z] 3.16: Pulling from library/alpine [2023-03-10T01:01:16.201Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T01:01:16.201Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T01:01:16.201Z] ---> 4c81e5bf8899 [2023-03-10T01:01:16.201Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T01:01:16.201Z] ---> Running in 0830b4b00884 [2023-03-10T01:01:16.201Z] Removing intermediate container 0830b4b00884 [2023-03-10T01:01:16.201Z] ---> c5193f200e94 [2023-03-10T01:01:16.201Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:01:16.201Z] ---> Running in d3c992845a5d [2023-03-10T01:01:16.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:01:16.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:01:16.201Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T01:01:16.201Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:01:16.201Z] OK: 5 MiB in 15 packages [2023-03-10T01:01:19.545Z] Removing intermediate container d3c992845a5d [2023-03-10T01:01:19.545Z] ---> de089a4297a6 [2023-03-10T01:01:19.545Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:01:20.128Z] ---> 4a24ed18a384 [2023-03-10T01:01:20.128Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-10T01:01:21.537Z] ---> d43f4fdcf744 [2023-03-10T01:01:21.537Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-10T01:01:22.498Z] ---> f36f05137b7a [2023-03-10T01:01:22.498Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-10T01:01:23.458Z] ---> 18dc56bc4789 [2023-03-10T01:01:23.458Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T01:01:23.727Z] ---> Running in 7e1db0e88ab9 [2023-03-10T01:01:27.079Z] Removing intermediate container 7e1db0e88ab9 [2023-03-10T01:01:27.079Z] ---> 272f2ac96635 [2023-03-10T01:01:27.079Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T01:01:27.079Z] ---> Running in 76b141a5e89d [2023-03-10T01:01:27.347Z] Removing intermediate container 76b141a5e89d [2023-03-10T01:01:27.347Z] ---> d39d0097b46d [2023-03-10T01:01:27.347Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-10T01:01:27.624Z] ---> Running in 27f38d0aa677 [2023-03-10T01:01:28.217Z] Removing intermediate container 27f38d0aa677 [2023-03-10T01:01:28.217Z] ---> f62820cd9c66 [2023-03-10T01:01:28.217Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T01:01:28.217Z] ---> Running in 5d89e700f981 [2023-03-10T01:01:28.803Z] Removing intermediate container 5d89e700f981 [2023-03-10T01:01:28.803Z] ---> b03d47b41858 [2023-03-10T01:01:28.803Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:01:29.070Z] ---> Running in b6cafc93968b [2023-03-10T01:01:31.658Z] Removing intermediate container b6cafc93968b [2023-03-10T01:01:31.658Z] ---> ae54a2d72dc7 [2023-03-10T01:01:31.658Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T01:01:31.926Z] ---> Running in 5e9ee0797398 [2023-03-10T01:01:32.193Z] Removing intermediate container 5e9ee0797398 [2023-03-10T01:01:32.193Z] ---> 20e95d44958d [2023-03-10T01:01:32.193Z] [2023-03-10T01:01:32.461Z] Successfully built 20e95d44958d [2023-03-10T01:01:32.461Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-10T01:01:32.461Z]  Building security-proxy-auth ... done Building support-scheduler [2023-03-10T01:01:35.801Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:01:35.802Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:01:35.802Z] ---> 92aa2220b4d5 [2023-03-10T01:01:35.802Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T01:01:35.802Z] ---> Using cache [2023-03-10T01:01:35.802Z] ---> 73a630922179 [2023-03-10T01:01:35.802Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T01:01:35.802Z] ---> Using cache [2023-03-10T01:01:35.802Z] ---> a1cfd87b571d [2023-03-10T01:01:35.802Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T01:01:35.802Z] ---> Using cache [2023-03-10T01:01:35.802Z] ---> 763258177ce0 [2023-03-10T01:01:35.802Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T01:01:35.802Z] ---> Using cache [2023-03-10T01:01:35.802Z] ---> cae2985e67de [2023-03-10T01:01:35.802Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:01:35.802Z] ---> Using cache [2023-03-10T01:01:35.802Z] ---> 1450bec2c980 [2023-03-10T01:01:35.802Z] Step 8/22 : COPY . . [2023-03-10T01:01:36.068Z] ---> Using cache [2023-03-10T01:01:36.068Z] ---> 72897b0bf5c2 [2023-03-10T01:01:36.068Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-10T01:01:36.336Z] ---> Running in 3cf5f8efc807 [2023-03-10T01:01:38.286Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T01:01:56.702Z] Removing intermediate container 8b10f8aed55b [2023-03-10T01:01:56.702Z] ---> 3dad8c0978d9 [2023-03-10T01:01:56.702Z] [2023-03-10T01:01:56.702Z] Step 10/23 : FROM alpine:3.16 [2023-03-10T01:01:56.702Z] ---> 4c81e5bf8899 [2023-03-10T01:01:56.702Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:01:56.702Z] ---> Running in da7aa883b349 [2023-03-10T01:01:57.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:01:57.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:01:59.987Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T01:01:59.987Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:01:59.987Z] OK: 5 MiB in 15 packages [2023-03-10T01:02:01.938Z] Removing intermediate container da7aa883b349 [2023-03-10T01:02:01.938Z] ---> 74ef49e4e6dd [2023-03-10T01:02:01.938Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T01:02:01.938Z] ---> Running in 8e24feefe247 [2023-03-10T01:02:02.524Z] Removing intermediate container 8e24feefe247 [2023-03-10T01:02:02.524Z] ---> 487da53f5ae9 [2023-03-10T01:02:02.524Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-10T01:02:02.524Z] ---> Running in b9c212bc3c29 [2023-03-10T01:02:03.114Z] Removing intermediate container b9c212bc3c29 [2023-03-10T01:02:03.114Z] ---> 6b4501b0018f [2023-03-10T01:02:03.114Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-10T01:02:03.114Z] ---> Running in fe906fb6d2de [2023-03-10T01:02:03.717Z] Removing intermediate container fe906fb6d2de [2023-03-10T01:02:03.717Z] ---> b894e021f82d [2023-03-10T01:02:03.717Z] Step 15/23 : WORKDIR / [2023-03-10T01:02:03.717Z] ---> Running in d2c9b8122f10 [2023-03-10T01:02:04.302Z] Removing intermediate container d2c9b8122f10 [2023-03-10T01:02:04.302Z] ---> f7357ca19d2c [2023-03-10T01:02:04.302Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:02:05.264Z] ---> 8238ce9aa537 [2023-03-10T01:02:05.264Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-10T01:02:07.216Z] ---> 4475dff138ff [2023-03-10T01:02:07.216Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-10T01:02:09.819Z] ---> b70d052f370b [2023-03-10T01:02:09.819Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-10T01:02:09.819Z] ---> Running in 03587c85fec1 [2023-03-10T01:02:10.087Z] Removing intermediate container 03587c85fec1 [2023-03-10T01:02:10.087Z] ---> a964c9acaf8c [2023-03-10T01:02:10.087Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:02:10.355Z] ---> Running in 5f8b215edad9 [2023-03-10T01:02:10.626Z] Removing intermediate container 5f8b215edad9 [2023-03-10T01:02:10.626Z] ---> a65c8ae6c7e8 [2023-03-10T01:02:10.626Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T01:02:10.895Z] ---> Running in 70c114bafb4b [2023-03-10T01:02:11.172Z] Removing intermediate container 70c114bafb4b [2023-03-10T01:02:11.172Z] ---> 844a153e1d4d [2023-03-10T01:02:11.172Z] Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:02:11.439Z] ---> Running in 46acaa00b8be [2023-03-10T01:02:12.021Z] Removing intermediate container 46acaa00b8be [2023-03-10T01:02:12.021Z] ---> c8318f07f6c7 [2023-03-10T01:02:12.021Z] Step 23/23 : LABEL version=3.0.0-dev.88 [2023-03-10T01:02:12.021Z] ---> Running in db2d2899c968 [2023-03-10T01:02:12.602Z] Removing intermediate container db2d2899c968 [2023-03-10T01:02:12.602Z] ---> 15932495599f [2023-03-10T01:02:12.602Z] [2023-03-10T01:02:12.602Z] Successfully built 15932495599f [2023-03-10T01:02:12.602Z] Successfully tagged core-command-arm64:latest [2023-03-10T01:02:12.602Z]  Building core-command ... done Building security-spire-server [2023-03-10T01:02:15.938Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:02:15.938Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:02:15.938Z] ---> 92aa2220b4d5 [2023-03-10T01:02:15.938Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T01:02:15.938Z] ---> Using cache [2023-03-10T01:02:15.938Z] ---> 27464f5bf342 [2023-03-10T01:02:15.938Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T01:02:16.204Z] ---> Running in 53af3cf12315 [2023-03-10T01:02:18.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:02:19.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:02:20.988Z] OK: 221 MiB in 51 packages [2023-03-10T01:02:24.331Z] Removing intermediate container 53af3cf12315 [2023-03-10T01:02:24.331Z] ---> bce8d150adb0 [2023-03-10T01:02:24.331Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T01:02:25.739Z] ---> 107063ea9124 [2023-03-10T01:02:25.739Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:02:25.739Z] ---> Running in 1af5169b3069 [2023-03-10T01:02:27.147Z] Removing intermediate container f11940003829 [2023-03-10T01:02:27.147Z] ---> e211078337dc [2023-03-10T01:02:27.147Z] [2023-03-10T01:02:27.147Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T01:02:27.147Z] ---> 4c81e5bf8899 [2023-03-10T01:02:27.147Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-10T01:02:27.415Z] ---> Running in 21b78e2e5e0e [2023-03-10T01:02:27.998Z] Removing intermediate container 21b78e2e5e0e [2023-03-10T01:02:27.998Z] ---> daa50770f92f [2023-03-10T01:02:27.998Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-10T01:02:28.267Z] ---> Running in 499aa23beeac [2023-03-10T01:02:28.849Z] Removing intermediate container 499aa23beeac [2023-03-10T01:02:28.849Z] ---> 8d8770851c66 [2023-03-10T01:02:28.849Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-10T01:02:28.849Z] ---> Running in 9185c481da78 [2023-03-10T01:02:29.432Z] Removing intermediate container 9185c481da78 [2023-03-10T01:02:29.432Z] ---> 023142f44c8e [2023-03-10T01:02:29.432Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:02:29.432Z] ---> Running in de4d746ca603 [2023-03-10T01:02:31.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:02:31.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:02:32.932Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T01:02:32.932Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:02:32.932Z] OK: 5 MiB in 15 packages [2023-03-10T01:02:34.881Z] Removing intermediate container de4d746ca603 [2023-03-10T01:02:34.881Z] ---> 8e2d6d068ecf [2023-03-10T01:02:34.881Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:02:35.841Z] ---> 66d048b43965 [2023-03-10T01:02:35.841Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-10T01:02:37.785Z] ---> f1e92b693938 [2023-03-10T01:02:37.785Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-10T01:02:38.372Z] ---> 1732b738613c [2023-03-10T01:02:38.372Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-10T01:02:38.639Z] ---> Running in 2d5fb1c9e49a [2023-03-10T01:02:39.237Z] Removing intermediate container 2d5fb1c9e49a [2023-03-10T01:02:39.237Z] ---> 6739c00c2b9a [2023-03-10T01:02:39.237Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:02:39.237Z] ---> Running in fbff3d72047d [2023-03-10T01:02:39.826Z] Removing intermediate container fbff3d72047d [2023-03-10T01:02:39.826Z] ---> f2416084ebee [2023-03-10T01:02:39.826Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T01:02:39.826Z] ---> Running in 862ca627a8d5 [2023-03-10T01:02:40.409Z] Removing intermediate container 862ca627a8d5 [2023-03-10T01:02:40.409Z] ---> d935eb627122 [2023-03-10T01:02:40.409Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:02:40.678Z] ---> Running in bb4412f2a26a [2023-03-10T01:02:41.277Z] Removing intermediate container bb4412f2a26a [2023-03-10T01:02:41.277Z] ---> ddaecd1199b2 [2023-03-10T01:02:41.277Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T01:02:41.277Z] ---> Running in a55189b4ccff [2023-03-10T01:02:41.863Z] Removing intermediate container a55189b4ccff [2023-03-10T01:02:41.863Z] ---> b5745e4e8739 [2023-03-10T01:02:41.863Z] [2023-03-10T01:02:41.863Z] Successfully built b5745e4e8739 [2023-03-10T01:02:41.863Z] Successfully tagged core-data-arm64:latest [2023-03-10T01:02:41.863Z]  Building core-data ... done Building security-secretstore-setup [2023-03-10T01:02:45.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:02:45.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:02:45.218Z] ---> 92aa2220b4d5 [2023-03-10T01:02:45.218Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T01:02:45.218Z] ---> Using cache [2023-03-10T01:02:45.218Z] ---> 27464f5bf342 [2023-03-10T01:02:45.218Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-10T01:02:45.218Z] ---> Using cache [2023-03-10T01:02:45.218Z] ---> 64a15fc95969 [2023-03-10T01:02:45.218Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T01:02:45.218Z] ---> Using cache [2023-03-10T01:02:45.218Z] ---> 44811e44ce7e [2023-03-10T01:02:45.218Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:02:45.218Z] ---> Using cache [2023-03-10T01:02:45.218Z] ---> b2cb6121e88e [2023-03-10T01:02:45.218Z] Step 7/23 : COPY . . [2023-03-10T01:02:45.484Z] ---> Using cache [2023-03-10T01:02:45.484Z] ---> 261c91bea9df [2023-03-10T01:02:45.484Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-10T01:02:45.757Z] ---> Running in c3f8d38c1c35 [2023-03-10T01:02:47.725Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-10T01:03:55.584Z] Removing intermediate container c65bafde655f [2023-03-10T01:03:55.584Z] ---> 9998a282eed6 [2023-03-10T01:03:55.584Z] [2023-03-10T01:03:55.584Z] Step 9/32 : FROM alpine:3.16 [2023-03-10T01:03:55.584Z] ---> 4c81e5bf8899 [2023-03-10T01:03:55.584Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T01:03:55.584Z] ---> Running in 0fd9939fa971 [2023-03-10T01:03:55.584Z] Removing intermediate container 0fd9939fa971 [2023-03-10T01:03:55.584Z] ---> a84018bcc2df [2023-03-10T01:03:55.584Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-10T01:03:55.584Z] ---> Running in 7a759e3ec734 [2023-03-10T01:03:55.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:03:55.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:03:55.584Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T01:03:55.584Z] (2/2) Installing su-exec (0.2-r1) [2023-03-10T01:03:55.584Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:03:55.584Z] OK: 5 MiB in 16 packages [2023-03-10T01:03:56.991Z] Removing intermediate container 7a759e3ec734 [2023-03-10T01:03:56.991Z] ---> 601535543140 [2023-03-10T01:03:56.991Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-10T01:03:56.991Z] ---> Running in e25e0d0119f5 [2023-03-10T01:03:58.405Z] Removing intermediate container e25e0d0119f5 [2023-03-10T01:03:58.405Z] ---> d3a9e0bf5d9e [2023-03-10T01:03:58.405Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-10T01:03:58.672Z] ---> Running in a908d3d17f76 [2023-03-10T01:03:59.656Z] Removing intermediate container a908d3d17f76 [2023-03-10T01:03:59.656Z] ---> 1b87a924add6 [2023-03-10T01:03:59.656Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-10T01:03:59.927Z] ---> Running in 1a06fad0f35d [2023-03-10T01:04:00.896Z] Removing intermediate container 1a06fad0f35d [2023-03-10T01:04:00.896Z] ---> f37724144cb6 [2023-03-10T01:04:00.896Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-10T01:04:01.163Z] ---> Running in bfa73fc5dcc5 [2023-03-10T01:04:01.430Z] Removing intermediate container 92bfd084a14c [2023-03-10T01:04:01.430Z] ---> c6e4febcda3b [2023-03-10T01:04:01.430Z] [2023-03-10T01:04:01.430Z] Step 9/19 : FROM alpine:3.15 [2023-03-10T01:04:01.430Z] ---> 354640af7b1b [2023-03-10T01:04:01.430Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T01:04:01.430Z] ---> Using cache [2023-03-10T01:04:01.430Z] ---> 87b604b6d129 [2023-03-10T01:04:01.430Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-10T01:04:01.696Z] ---> Running in 908739865d5b [2023-03-10T01:04:02.277Z] Removing intermediate container bfa73fc5dcc5 [2023-03-10T01:04:02.277Z] ---> eefbdbba1add [2023-03-10T01:04:02.277Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-10T01:04:02.543Z] ---> Running in 27a3c1dcdbc9 [2023-03-10T01:04:05.122Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:04:05.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:04:07.137Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T01:04:07.137Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T01:04:07.137Z] OK: 15736 distinct packages available [2023-03-10T01:04:07.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:04:07.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:04:07.940Z] Removing intermediate container 27a3c1dcdbc9 [2023-03-10T01:04:07.940Z] ---> 5db3cccb481c [2023-03-10T01:04:07.940Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-10T01:04:08.213Z] ---> Running in b248a9f45deb [2023-03-10T01:04:09.172Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T01:04:09.172Z] Removing intermediate container b248a9f45deb [2023-03-10T01:04:09.172Z] ---> 0c142fd87f4f [2023-03-10T01:04:09.172Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-10T01:04:09.544Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-10T01:04:09.544Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-10T01:04:09.544Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-10T01:04:09.544Z] (5/9) Installing curl (7.80.0-r6) [2023-03-10T01:04:09.544Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-10T01:04:09.544Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-10T01:04:09.544Z] (8/9) Installing libucontext (1.1-r0) [2023-03-10T01:04:09.544Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-10T01:04:09.544Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T01:04:09.544Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T01:04:10.244Z] OK: 8 MiB in 23 packages [2023-03-10T01:04:11.282Z] ---> 983798f0020d [2023-03-10T01:04:11.282Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-10T01:04:11.563Z] ---> Running in 160ff488c377 [2023-03-10T01:04:15.848Z] Removing intermediate container 908739865d5b [2023-03-10T01:04:15.848Z] ---> 5c1dc074ab6c [2023-03-10T01:04:15.848Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:04:16.432Z] Removing intermediate container 160ff488c377 [2023-03-10T01:04:16.432Z] ---> e0014c915288 [2023-03-10T01:04:16.432Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:04:17.845Z] ---> ab926252e28a [2023-03-10T01:04:17.845Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-10T01:04:18.431Z] ---> ace1788cbd8a [2023-03-10T01:04:18.431Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-10T01:04:22.680Z] ---> 6776a6ec1c1e [2023-03-10T01:04:22.680Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-10T01:04:22.680Z] ---> 318600a2b451 [2023-03-10T01:04:22.680Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-10T01:04:24.621Z] ---> 9b037d294a75 [2023-03-10T01:04:24.621Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-10T01:04:24.621Z] ---> 88a630e3e362 [2023-03-10T01:04:24.621Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-10T01:04:24.887Z] ---> Running in 0080c933b3ca [2023-03-10T01:04:26.295Z] Removing intermediate container 0080c933b3ca [2023-03-10T01:04:26.295Z] ---> f9fa74794078 [2023-03-10T01:04:26.295Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:04:26.295Z] ---> Running in 2f4370d46359 [2023-03-10T01:04:26.881Z] ---> f8f6337c8726 [2023-03-10T01:04:26.881Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-10T01:04:26.881Z] Removing intermediate container 2f4370d46359 [2023-03-10T01:04:26.881Z] ---> 7b6ade86ca66 [2023-03-10T01:04:26.881Z] Step 17/19 : LABEL arch=arm64 [2023-03-10T01:04:27.146Z] ---> Running in d847fb09d72f [2023-03-10T01:04:28.103Z] Removing intermediate container d847fb09d72f [2023-03-10T01:04:28.103Z] ---> 95b38486178d [2023-03-10T01:04:28.103Z] Step 18/19 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:04:28.103Z] ---> Running in d309a5588b4a [2023-03-10T01:04:28.369Z] ---> 2c2441057a97 [2023-03-10T01:04:28.369Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-10T01:04:29.327Z] Removing intermediate container d309a5588b4a [2023-03-10T01:04:29.327Z] ---> bbbdfc994cb9 [2023-03-10T01:04:29.327Z] Step 19/19 : LABEL version=3.0.0-dev.88 [2023-03-10T01:04:29.327Z] ---> Running in c7e0addd24b4 [2023-03-10T01:04:29.907Z] ---> 24156f95ec92 [2023-03-10T01:04:29.907Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-10T01:04:30.173Z] Removing intermediate container c7e0addd24b4 [2023-03-10T01:04:30.173Z] ---> fbc9767ef165 [2023-03-10T01:04:30.173Z] [2023-03-10T01:04:30.440Z] Successfully built fbc9767ef165 [2023-03-10T01:04:30.440Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-10T01:04:30.440Z]  Building security-spiffe-token-provider ... done Building security-proxy-setup [2023-03-10T01:04:33.017Z] ---> 3a05fe7615ad [2023-03-10T01:04:33.017Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-10T01:04:33.017Z] ---> Running in e6c5343afded [2023-03-10T01:04:34.958Z] Removing intermediate container 1af5169b3069 [2023-03-10T01:04:34.958Z] ---> c66b694f38c8 [2023-03-10T01:04:34.958Z] Step 7/23 : COPY . . [2023-03-10T01:04:35.543Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:04:35.543Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:04:35.543Z] ---> 92aa2220b4d5 [2023-03-10T01:04:35.543Z] Step 3/20 : WORKDIR /edgex-go [2023-03-10T01:04:35.543Z] ---> Using cache [2023-03-10T01:04:35.543Z] ---> 27464f5bf342 [2023-03-10T01:04:35.543Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-10T01:04:35.543Z] ---> Using cache [2023-03-10T01:04:35.543Z] ---> 64a15fc95969 [2023-03-10T01:04:35.543Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-10T01:04:35.815Z] ---> Using cache [2023-03-10T01:04:35.815Z] ---> 44811e44ce7e [2023-03-10T01:04:35.815Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:04:35.815Z] ---> Using cache [2023-03-10T01:04:35.815Z] ---> b2cb6121e88e [2023-03-10T01:04:35.815Z] Step 7/20 : COPY . . [2023-03-10T01:04:36.087Z] ---> Using cache [2023-03-10T01:04:36.087Z] ---> 261c91bea9df [2023-03-10T01:04:36.087Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-10T01:04:36.355Z] ---> Running in 64ed6875d9ea [2023-03-10T01:04:36.941Z] Removing intermediate container e6c5343afded [2023-03-10T01:04:36.941Z] ---> a44bb78dfe31 [2023-03-10T01:04:36.941Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-10T01:04:37.209Z] ---> Running in f26ee20f079b [2023-03-10T01:04:38.621Z] Removing intermediate container f26ee20f079b [2023-03-10T01:04:38.621Z] ---> 616e4bb3848a [2023-03-10T01:04:38.621Z] Step 29/32 : CMD ["gate"] [2023-03-10T01:04:38.621Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-10T01:04:38.621Z] ---> Running in 1b18bfa04617 [2023-03-10T01:04:39.208Z] Removing intermediate container 1b18bfa04617 [2023-03-10T01:04:39.208Z] ---> 51c0ef5b39f9 [2023-03-10T01:04:39.208Z] Step 30/32 : LABEL arch=arm64 [2023-03-10T01:04:39.475Z] ---> Running in d23b2c17652d [2023-03-10T01:04:40.434Z] Removing intermediate container d23b2c17652d [2023-03-10T01:04:40.434Z] ---> 7af128ed64b5 [2023-03-10T01:04:40.434Z] Step 31/32 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:04:40.701Z] ---> Running in 60246b46490c [2023-03-10T01:04:40.970Z] ---> 5ccda9c78915 [2023-03-10T01:04:40.970Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T01:04:41.237Z] ---> Running in 3a4d9075dc57 [2023-03-10T01:04:41.512Z] Removing intermediate container 60246b46490c [2023-03-10T01:04:41.512Z] ---> e0ec2f64249b [2023-03-10T01:04:41.512Z] Step 32/32 : LABEL version=3.0.0-dev.88 [2023-03-10T01:04:41.512Z] ---> Running in 88d245a96197 [2023-03-10T01:04:42.095Z] Removing intermediate container 3a4d9075dc57 [2023-03-10T01:04:42.095Z] ---> 8fe15ddf0b5d [2023-03-10T01:04:42.095Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-10T01:04:42.095Z] ---> Running in 002e85f47f50 [2023-03-10T01:04:42.361Z] Removing intermediate container 88d245a96197 [2023-03-10T01:04:42.361Z] ---> 07c70d873932 [2023-03-10T01:04:42.361Z] [2023-03-10T01:04:42.629Z] Successfully built 07c70d873932 [2023-03-10T01:04:42.629Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-10T01:04:42.629Z] Building security-spire-config [2023-03-10T01:04:42.629Z]  Building security-bootstrapper ... done Removing intermediate container 002e85f47f50 [2023-03-10T01:04:42.629Z] ---> 90e025bcc57f [2023-03-10T01:04:42.629Z] 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-10T01:04:42.629Z] ---> Running in 92311f645ad9 [2023-03-10T01:04:45.974Z] Removing intermediate container 92311f645ad9 [2023-03-10T01:04:45.974Z] ---> 0df889d0484f [2023-03-10T01:04:45.974Z] Step 11/23 : WORKDIR /edgex-go [2023-03-10T01:04:45.974Z] ---> Running in 95f1a6ae0e26 [2023-03-10T01:04:46.940Z] Removing intermediate container 95f1a6ae0e26 [2023-03-10T01:04:46.940Z] ---> 617571f7dc6d [2023-03-10T01:04:46.940Z] [2023-03-10T01:04:46.940Z] Step 12/23 : FROM alpine:3.15 [2023-03-10T01:04:46.940Z] ---> 354640af7b1b [2023-03-10T01:04:46.940Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T01:04:46.940Z] ---> Using cache [2023-03-10T01:04:46.940Z] ---> 87b604b6d129 [2023-03-10T01:04:46.940Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T01:04:46.940Z] ---> Using cache [2023-03-10T01:04:46.940Z] ---> 02d5d7f7b5f2 [2023-03-10T01:04:46.940Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T01:04:46.940Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:04:46.940Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:04:46.940Z] ---> 92aa2220b4d5 [2023-03-10T01:04:46.940Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T01:04:47.206Z] ---> Using cache [2023-03-10T01:04:47.206Z] ---> 27464f5bf342 [2023-03-10T01:04:47.207Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T01:04:47.207Z] ---> Using cache [2023-03-10T01:04:47.207Z] ---> bce8d150adb0 [2023-03-10T01:04:47.207Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T01:04:47.207Z] ---> Using cache [2023-03-10T01:04:47.207Z] ---> 107063ea9124 [2023-03-10T01:04:47.207Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:04:47.207Z] ---> Using cache [2023-03-10T01:04:47.207Z] ---> c66b694f38c8 [2023-03-10T01:04:47.207Z] Step 7/24 : COPY . . [2023-03-10T01:04:47.473Z] ---> Using cache [2023-03-10T01:04:47.473Z] ---> 5ccda9c78915 [2023-03-10T01:04:47.473Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T01:04:47.473Z] ---> Using cache [2023-03-10T01:04:47.473Z] ---> 8fe15ddf0b5d [2023-03-10T01:04:47.473Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T01:04:47.473Z] ---> Using cache [2023-03-10T01:04:47.473Z] ---> 90e025bcc57f [2023-03-10T01:04:47.473Z] 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-10T01:04:47.473Z] ---> Running in 10bef4768219 [2023-03-10T01:04:51.749Z] Removing intermediate container 10bef4768219 [2023-03-10T01:04:51.749Z] ---> 7a24f10bb362 [2023-03-10T01:04:51.749Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T01:04:51.749Z] ---> Running in 9bbffe15466a [2023-03-10T01:04:52.708Z] Removing intermediate container 9bbffe15466a [2023-03-10T01:04:52.708Z] ---> 56477fa0319c [2023-03-10T01:04:52.708Z] [2023-03-10T01:04:52.708Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T01:04:52.708Z] ---> 354640af7b1b [2023-03-10T01:04:52.708Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T01:04:52.708Z] ---> Using cache [2023-03-10T01:04:52.708Z] ---> 87b604b6d129 [2023-03-10T01:04:52.708Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-10T01:04:52.708Z] ---> Running in 0846ca22847a [2023-03-10T01:04:55.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:04:55.889Z] ---> 8318905d3dbb [2023-03-10T01:04:55.889Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T01:04:55.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:04:57.318Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T01:04:57.318Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T01:04:57.318Z] OK: 15736 distinct packages available [2023-03-10T01:04:57.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:04:57.592Z] ---> 29676ccba4a4 [2023-03-10T01:04:57.592Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-10T01:04:57.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:04:58.456Z] ---> 4974ab9d8300 [2023-03-10T01:04:58.456Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-10T01:04:59.422Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-10T01:04:59.422Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-10T01:04:59.422Z] (3/4) Installing libucontext (1.1-r0) [2023-03-10T01:04:59.422Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-10T01:04:59.422Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T01:04:59.422Z] OK: 6 MiB in 18 packages [2023-03-10T01:04:59.690Z] ---> 00e50eef3480 [2023-03-10T01:04:59.690Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T01:04:59.690Z] ---> Running in 05ed31607a01 [2023-03-10T01:05:00.654Z] Removing intermediate container 05ed31607a01 [2023-03-10T01:05:00.654Z] ---> 933e2d267a30 [2023-03-10T01:05:00.654Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T01:05:00.654Z] ---> Running in 33bccf9f753a [2023-03-10T01:05:01.241Z] Removing intermediate container 0846ca22847a [2023-03-10T01:05:01.241Z] ---> 029f0d4e774b [2023-03-10T01:05:01.241Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T01:05:01.510Z] Removing intermediate container 33bccf9f753a [2023-03-10T01:05:01.510Z] ---> 0358fcfd5a2e [2023-03-10T01:05:01.510Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T01:05:01.777Z] ---> Running in e285c1ae5186 [2023-03-10T01:05:02.361Z] Removing intermediate container e285c1ae5186 [2023-03-10T01:05:02.361Z] ---> 32345a1e019f [2023-03-10T01:05:02.361Z] Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:05:02.634Z] ---> Running in 2cbb473d7c63 [2023-03-10T01:05:03.225Z] Removing intermediate container 2cbb473d7c63 [2023-03-10T01:05:03.225Z] ---> 00dadde7e503 [2023-03-10T01:05:03.225Z] Step 23/23 : LABEL version=3.0.0-dev.88 [2023-03-10T01:05:03.491Z] ---> Running in db53db060bb0 [2023-03-10T01:05:04.072Z] Removing intermediate container db53db060bb0 [2023-03-10T01:05:04.072Z] ---> 88a6d3a5b297 [2023-03-10T01:05:04.072Z] [2023-03-10T01:05:04.340Z] Successfully built 88a6d3a5b297 [2023-03-10T01:05:04.340Z] Successfully tagged security-spire-server-arm64:latest [2023-03-10T01:05:04.340Z]  Building security-spire-server ... done Building support-notifications [2023-03-10T01:05:08.592Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:05:08.592Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:05:08.592Z] ---> 92aa2220b4d5 [2023-03-10T01:05:08.592Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T01:05:08.592Z] ---> Using cache [2023-03-10T01:05:08.592Z] ---> 73a630922179 [2023-03-10T01:05:08.592Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T01:05:08.592Z] ---> Using cache [2023-03-10T01:05:08.592Z] ---> a1cfd87b571d [2023-03-10T01:05:08.592Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-10T01:05:10.535Z] ---> Running in e462e56b5a35 [2023-03-10T01:05:10.535Z] ---> 76a9f50ee649 [2023-03-10T01:05:10.535Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T01:05:11.948Z] ---> 4fda604ada5f [2023-03-10T01:05:11.948Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-10T01:05:12.216Z] ---> Running in ce2ea119aaf1 [2023-03-10T01:05:12.805Z] Removing intermediate container ce2ea119aaf1 [2023-03-10T01:05:12.805Z] ---> 0676bf76bbbb [2023-03-10T01:05:12.805Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-10T01:05:13.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:05:13.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:05:13.938Z] ---> 2a930b33bc92 [2023-03-10T01:05:13.938Z] Step 19/24 : WORKDIR / [2023-03-10T01:05:13.938Z] ---> Running in d66fad981667 [2023-03-10T01:05:14.520Z] Removing intermediate container d66fad981667 [2023-03-10T01:05:14.520Z] ---> c0d06f98811e [2023-03-10T01:05:14.520Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T01:05:14.786Z] ---> Running in 03a4781ca04d [2023-03-10T01:05:15.368Z] Removing intermediate container 03a4781ca04d [2023-03-10T01:05:15.368Z] ---> 31d7d1e4d6b7 [2023-03-10T01:05:15.369Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T01:05:15.369Z] ---> Running in 7a2cbe42ed23 [2023-03-10T01:05:15.369Z] OK: 221 MiB in 51 packages [2023-03-10T01:05:15.953Z] Removing intermediate container 7a2cbe42ed23 [2023-03-10T01:05:15.953Z] ---> 587be2e9ad42 [2023-03-10T01:05:15.953Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T01:05:15.953Z] ---> Running in babccbb9d3e5 [2023-03-10T01:05:17.365Z] Removing intermediate container babccbb9d3e5 [2023-03-10T01:05:17.365Z] ---> 6eba75ebf5eb [2023-03-10T01:05:17.365Z] Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:05:17.365Z] ---> Running in 70d35988a42a [2023-03-10T01:05:17.365Z] Removing intermediate container e462e56b5a35 [2023-03-10T01:05:17.631Z] ---> 1b8919f6ca2f [2023-03-10T01:05:17.631Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T01:05:17.899Z] Removing intermediate container 70d35988a42a [2023-03-10T01:05:17.899Z] ---> b25fd48a3b8d [2023-03-10T01:05:17.899Z] Step 24/24 : LABEL version=3.0.0-dev.88 [2023-03-10T01:05:18.166Z] ---> Running in c6e09af990df [2023-03-10T01:05:18.754Z] ---> 952927aeecaf [2023-03-10T01:05:18.754Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:05:18.754Z] Removing intermediate container c6e09af990df [2023-03-10T01:05:18.754Z] ---> 42528e698d47 [2023-03-10T01:05:18.754Z] [2023-03-10T01:05:19.025Z] ---> Running in 2da754baa045 [2023-03-10T01:05:19.293Z] Successfully built 42528e698d47 [2023-03-10T01:05:19.293Z] Successfully tagged security-spire-config-arm64:latest [2023-03-10T01:05:19.293Z] Building core-metadata [2023-03-10T01:05:22.632Z]  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:05:22.633Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:05:22.633Z] ---> 92aa2220b4d5 [2023-03-10T01:05:22.633Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-10T01:05:22.633Z] ---> Using cache [2023-03-10T01:05:22.633Z] ---> 73a630922179 [2023-03-10T01:05:22.633Z] Step 4/24 : WORKDIR /edgex-go [2023-03-10T01:05:22.633Z] ---> Using cache [2023-03-10T01:05:22.633Z] ---> a1cfd87b571d [2023-03-10T01:05:22.633Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-10T01:05:22.633Z] ---> Using cache [2023-03-10T01:05:22.633Z] ---> 763258177ce0 [2023-03-10T01:05:22.633Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-10T01:05:22.899Z] ---> Using cache [2023-03-10T01:05:22.899Z] ---> cae2985e67de [2023-03-10T01:05:22.899Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:05:22.899Z] ---> Using cache [2023-03-10T01:05:22.899Z] ---> 1450bec2c980 [2023-03-10T01:05:22.899Z] Step 8/24 : COPY . . [2023-03-10T01:05:22.899Z] ---> Using cache [2023-03-10T01:05:22.899Z] ---> 72897b0bf5c2 [2023-03-10T01:05:22.899Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-10T01:05:23.167Z] ---> Running in 6c81628279a7 [2023-03-10T01:05:25.108Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T01:07:01.721Z] Removing intermediate container 2da754baa045 [2023-03-10T01:07:01.721Z] ---> 69f246e8263a [2023-03-10T01:07:01.721Z] Step 8/22 : COPY . . [2023-03-10T01:07:01.721Z] ---> 368cf9c2938b [2023-03-10T01:07:01.721Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-10T01:07:01.721Z] ---> Running in cd5421e91fef [2023-03-10T01:07:01.721Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T01:08:53.361Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-10T01:09:05.696Z] Removing intermediate container c3f8d38c1c35 [2023-03-10T01:09:05.696Z] ---> 0da3eb534b36 [2023-03-10T01:09:05.696Z] [2023-03-10T01:09:05.696Z] Step 9/23 : FROM alpine:3.16 [2023-03-10T01:09:05.696Z] ---> 4c81e5bf8899 [2023-03-10T01:09:05.696Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-10T01:09:05.696Z] ---> Running in 31606c935087 [2023-03-10T01:09:06.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:09:06.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:09:08.423Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-10T01:09:08.695Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-10T01:09:08.695Z] (3/3) Installing su-exec (0.2-r1) [2023-03-10T01:09:08.695Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:09:08.695Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T01:09:09.538Z] OK: 6 MiB in 17 packages [2023-03-10T01:09:11.610Z] Removing intermediate container 31606c935087 [2023-03-10T01:09:11.610Z] ---> 9555c1bb50c7 [2023-03-10T01:09:11.610Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-10T01:09:11.610Z] ---> Running in 9dc7c16e0a8e [2023-03-10T01:09:12.582Z] Removing intermediate container 9dc7c16e0a8e [2023-03-10T01:09:12.582Z] ---> 55791cec9b10 [2023-03-10T01:09:12.582Z] Step 12/23 : WORKDIR / [2023-03-10T01:09:12.582Z] ---> Running in 10aef944cb2d [2023-03-10T01:09:13.173Z] Removing intermediate container 10aef944cb2d [2023-03-10T01:09:13.173Z] ---> 4d289720f603 [2023-03-10T01:09:13.173Z] 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-10T01:09:14.132Z] ---> 422d23dd9391 [2023-03-10T01:09:14.132Z] 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-10T01:09:15.093Z] ---> bc8e3b4a3530 [2023-03-10T01:09:15.093Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-10T01:09:16.057Z] ---> efbd2ab2317d [2023-03-10T01:09:16.057Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-10T01:09:17.495Z] ---> a4c8df8061d5 [2023-03-10T01:09:17.495Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-10T01:09:19.448Z] ---> 3cc8a230b182 [2023-03-10T01:09:19.448Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T01:09:20.901Z] ---> 2c2ff7f33afd [2023-03-10T01:09:20.901Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T01:09:20.901Z] ---> Running in 71f9b9288f47 [2023-03-10T01:09:24.248Z] Removing intermediate container 71f9b9288f47 [2023-03-10T01:09:24.248Z] ---> a818e13a1e86 [2023-03-10T01:09:24.248Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T01:09:24.514Z] ---> Running in 9dc068f646bf [2023-03-10T01:09:25.097Z] Removing intermediate container 9dc068f646bf [2023-03-10T01:09:25.097Z] ---> a80dc4d6b8ab [2023-03-10T01:09:25.097Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T01:09:25.097Z] ---> Running in b1571d968fca [2023-03-10T01:09:25.680Z] Removing intermediate container b1571d968fca [2023-03-10T01:09:25.680Z] ---> e9bb6a83e5b2 [2023-03-10T01:09:25.680Z] Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:09:25.680Z] ---> Running in ca0086819f47 [2023-03-10T01:09:26.268Z] Removing intermediate container ca0086819f47 [2023-03-10T01:09:26.268Z] ---> 43812e89584c [2023-03-10T01:09:26.268Z] Step 23/23 : LABEL version=3.0.0-dev.88 [2023-03-10T01:09:26.536Z] ---> Running in a299ec0c8de3 [2023-03-10T01:09:27.116Z] Removing intermediate container a299ec0c8de3 [2023-03-10T01:09:27.116Z] ---> 62d0d6359cf9 [2023-03-10T01:09:27.116Z] [2023-03-10T01:09:27.383Z] Successfully built 62d0d6359cf9 [2023-03-10T01:09:27.383Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-10T01:09:27.383Z]  Building security-secretstore-setup ... done Building core-common-config-bootstrapper [2023-03-10T01:09:30.725Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:09:30.725Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:09:30.725Z] ---> 92aa2220b4d5 [2023-03-10T01:09:30.725Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T01:09:30.725Z] ---> Using cache [2023-03-10T01:09:30.725Z] ---> 73a630922179 [2023-03-10T01:09:30.725Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T01:09:30.725Z] ---> Using cache [2023-03-10T01:09:30.725Z] ---> a1cfd87b571d [2023-03-10T01:09:30.725Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T01:09:30.725Z] ---> Using cache [2023-03-10T01:09:30.725Z] ---> 763258177ce0 [2023-03-10T01:09:30.725Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T01:09:30.725Z] ---> Using cache [2023-03-10T01:09:30.725Z] ---> cae2985e67de [2023-03-10T01:09:30.725Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:09:30.725Z] ---> Using cache [2023-03-10T01:09:30.726Z] ---> 1450bec2c980 [2023-03-10T01:09:30.726Z] Step 8/22 : COPY . . [2023-03-10T01:09:30.726Z] ---> Using cache [2023-03-10T01:09:30.726Z] ---> 72897b0bf5c2 [2023-03-10T01:09:30.726Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-10T01:09:30.993Z] ---> Running in 6a15402fd9c0 [2023-03-10T01:09:32.940Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T01:11:12.171Z] Removing intermediate container 64ed6875d9ea [2023-03-10T01:11:12.171Z] ---> 493de0199725 [2023-03-10T01:11:12.171Z] [2023-03-10T01:11:12.171Z] Step 9/20 : FROM alpine:3.16 [2023-03-10T01:11:12.171Z] ---> 4c81e5bf8899 [2023-03-10T01:11:12.171Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-10T01:11:12.171Z] ---> Running in 4d3a0bd6b8a7 [2023-03-10T01:11:14.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:11:15.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:11:17.008Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T01:11:17.008Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-10T01:11:17.008Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:11:17.008Z] OK: 6 MiB in 16 packages [2023-03-10T01:11:18.447Z] Removing intermediate container 4d3a0bd6b8a7 [2023-03-10T01:11:18.447Z] ---> eb8a9f9d8e73 [2023-03-10T01:11:18.447Z] 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-10T01:11:18.447Z] ---> Running in f1d5ef566eba [2023-03-10T01:11:19.060Z] Removing intermediate container f1d5ef566eba [2023-03-10T01:11:19.060Z] ---> b04ca4e6cd32 [2023-03-10T01:11:19.060Z] Step 12/20 : WORKDIR /edgex [2023-03-10T01:11:19.328Z] ---> Running in 61e0a617a945 [2023-03-10T01:11:19.913Z] Removing intermediate container 61e0a617a945 [2023-03-10T01:11:19.913Z] ---> 49f801d00fa1 [2023-03-10T01:11:19.913Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-10T01:11:20.880Z] ---> 90b0d54bc6fd [2023-03-10T01:11:20.880Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-10T01:11:22.827Z] ---> e5aa44b024ce [2023-03-10T01:11:22.827Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T01:11:23.422Z] ---> 51d096f20eaa [2023-03-10T01:11:23.422Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T01:11:23.690Z] ---> Running in b723e60b9878 [2023-03-10T01:11:27.060Z] Removing intermediate container b723e60b9878 [2023-03-10T01:11:27.061Z] ---> d671d811cfa1 [2023-03-10T01:11:27.061Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T01:11:27.061Z] ---> Running in c57e6e4e8540 [2023-03-10T01:11:27.657Z] Removing intermediate container c57e6e4e8540 [2023-03-10T01:11:27.657Z] ---> 4f1870895734 [2023-03-10T01:11:27.657Z] Step 18/20 : LABEL arch=arm64 [2023-03-10T01:11:27.657Z] ---> Running in 78dc583ef0d9 [2023-03-10T01:11:28.246Z] Removing intermediate container 78dc583ef0d9 [2023-03-10T01:11:28.246Z] ---> ee68a32a3038 [2023-03-10T01:11:28.246Z] Step 19/20 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:11:28.246Z] ---> Running in bbcdc786ea05 [2023-03-10T01:11:28.830Z] Removing intermediate container bbcdc786ea05 [2023-03-10T01:11:28.830Z] ---> e30f6f270029 [2023-03-10T01:11:28.830Z] Step 20/20 : LABEL version=3.0.0-dev.88 [2023-03-10T01:11:29.097Z] ---> Running in 07ae65c260ae [2023-03-10T01:11:29.679Z] Removing intermediate container 07ae65c260ae [2023-03-10T01:11:29.679Z] ---> 48a4dec9d156 [2023-03-10T01:11:29.679Z] [2023-03-10T01:11:29.946Z] Successfully built 48a4dec9d156 [2023-03-10T01:11:29.946Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-10T01:11:56.634Z]  Building security-proxy-setup ... done Removing intermediate container 3cf5f8efc807 [2023-03-10T01:11:56.634Z] ---> c3f3ef895e3f [2023-03-10T01:11:56.634Z] [2023-03-10T01:11:56.634Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T01:11:56.634Z] ---> 4c81e5bf8899 [2023-03-10T01:11:56.634Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:11:56.634Z] ---> Using cache [2023-03-10T01:11:56.634Z] ---> 74ef49e4e6dd [2023-03-10T01:11:56.634Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T01:11:56.634Z] ---> Using cache [2023-03-10T01:11:56.634Z] ---> 487da53f5ae9 [2023-03-10T01:11:56.634Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-10T01:11:56.634Z] ---> Running in 1b0fdaaad37f [2023-03-10T01:11:56.634Z] Removing intermediate container 1b0fdaaad37f [2023-03-10T01:11:56.634Z] ---> 8e585509fcac [2023-03-10T01:11:56.634Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T01:11:56.634Z] ---> Running in 71e135adab6f [2023-03-10T01:11:56.634Z] Removing intermediate container 71e135adab6f [2023-03-10T01:11:56.634Z] ---> 481b027b120e [2023-03-10T01:11:56.634Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:11:56.634Z] ---> 2018a51c17e3 [2023-03-10T01:11:56.634Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-10T01:12:02.590Z] ---> a386ce092293 [2023-03-10T01:12:02.590Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-10T01:12:02.863Z] ---> 7e2ac809e4eb [2023-03-10T01:12:02.863Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-10T01:12:03.134Z] ---> Running in 1b6844aaa418 [2023-03-10T01:12:03.722Z] Removing intermediate container 1b6844aaa418 [2023-03-10T01:12:03.722Z] ---> fd528cf71790 [2023-03-10T01:12:03.722Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:12:03.991Z] ---> Running in 49c106ce2a17 [2023-03-10T01:12:04.581Z] Removing intermediate container 49c106ce2a17 [2023-03-10T01:12:04.581Z] ---> 16d0d28fdef9 [2023-03-10T01:12:04.581Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T01:12:04.581Z] ---> Running in 0b20516ce95f [2023-03-10T01:12:05.171Z] Removing intermediate container 0b20516ce95f [2023-03-10T01:12:05.171Z] ---> 28ffa37374b0 [2023-03-10T01:12:05.171Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:12:05.171Z] ---> Running in 5eb524f0115c [2023-03-10T01:12:05.758Z] Removing intermediate container 5eb524f0115c [2023-03-10T01:12:05.758Z] ---> 9ab7af08518e [2023-03-10T01:12:05.758Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T01:12:05.758Z] ---> Running in bcb3b93cc29d [2023-03-10T01:12:06.344Z] Removing intermediate container bcb3b93cc29d [2023-03-10T01:12:06.344Z] ---> 34b1b7dc1749 [2023-03-10T01:12:06.344Z] [2023-03-10T01:12:06.614Z] Successfully built 34b1b7dc1749 [2023-03-10T01:12:06.614Z] Successfully tagged support-scheduler-arm64:latest [2023-03-10T01:13:04.493Z]  Building support-scheduler ... done Removing intermediate container 6c81628279a7 [2023-03-10T01:13:04.493Z] ---> 7318d1eddec2 [2023-03-10T01:13:04.493Z] [2023-03-10T01:13:04.493Z] Step 10/24 : FROM alpine:3.16 [2023-03-10T01:13:04.493Z] ---> 4c81e5bf8899 [2023-03-10T01:13:04.493Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:13:04.493Z] ---> Using cache [2023-03-10T01:13:04.493Z] ---> 74ef49e4e6dd [2023-03-10T01:13:04.493Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T01:13:04.493Z] ---> Using cache [2023-03-10T01:13:04.493Z] ---> 487da53f5ae9 [2023-03-10T01:13:04.493Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-10T01:13:04.493Z] ---> Running in af60a374d51c [2023-03-10T01:13:04.493Z] Removing intermediate container af60a374d51c [2023-03-10T01:13:04.493Z] ---> 09ee366558fa [2023-03-10T01:13:04.493Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-10T01:13:04.493Z] ---> Running in 64f8598a6edd [2023-03-10T01:13:04.493Z] Removing intermediate container 64f8598a6edd [2023-03-10T01:13:04.493Z] ---> f50f5ec3613f [2023-03-10T01:13:04.493Z] Step 15/24 : WORKDIR / [2023-03-10T01:13:04.493Z] ---> Running in fd5ac856e8d0 [2023-03-10T01:13:04.493Z] Removing intermediate container fd5ac856e8d0 [2023-03-10T01:13:04.493Z] ---> 879a97c36def [2023-03-10T01:13:04.493Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:13:04.493Z] ---> 0ec602e98a3b [2023-03-10T01:13:04.493Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-10T01:13:04.493Z] ---> d650db5851af [2023-03-10T01:13:04.493Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-10T01:13:04.493Z] ---> 2c672497a4dc [2023-03-10T01:13:04.493Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-10T01:13:04.493Z] ---> df78bb9fe68a [2023-03-10T01:13:04.493Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-10T01:13:04.493Z] ---> Running in 214a7350e640 [2023-03-10T01:13:04.493Z] Removing intermediate container 214a7350e640 [2023-03-10T01:13:04.493Z] ---> b2d0aa7f836f [2023-03-10T01:13:04.493Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:13:04.493Z] ---> Running in 3e751de32fc0 [2023-03-10T01:13:04.493Z] Removing intermediate container 3e751de32fc0 [2023-03-10T01:13:04.493Z] ---> 579f9935da1d [2023-03-10T01:13:04.493Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T01:13:04.493Z] ---> Running in 921e4b85a2b5 [2023-03-10T01:13:04.763Z] Removing intermediate container 921e4b85a2b5 [2023-03-10T01:13:04.763Z] ---> 06adbd139cb6 [2023-03-10T01:13:04.763Z] Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:13:05.034Z] ---> Running in fd173d0993b5 [2023-03-10T01:13:05.631Z] Removing intermediate container fd173d0993b5 [2023-03-10T01:13:05.631Z] ---> 8863e05fa53a [2023-03-10T01:13:05.631Z] Step 24/24 : LABEL version=3.0.0-dev.88 [2023-03-10T01:13:05.631Z] ---> Running in d62a1bc02ee2 [2023-03-10T01:13:06.217Z] Removing intermediate container d62a1bc02ee2 [2023-03-10T01:13:06.217Z] ---> 46f5a7435c4e [2023-03-10T01:13:06.217Z] [2023-03-10T01:13:06.486Z] Successfully built 46f5a7435c4e [2023-03-10T01:13:06.486Z] Successfully tagged core-metadata-arm64:latest [2023-03-10T01:14:28.144Z]  Building core-metadata ... done Removing intermediate container 6a15402fd9c0 [2023-03-10T01:14:28.144Z] ---> 44de19e2b28c [2023-03-10T01:14:28.144Z] [2023-03-10T01:14:28.144Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T01:14:28.144Z] ---> 4c81e5bf8899 [2023-03-10T01:14:28.144Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T01:14:28.144Z] ---> Using cache [2023-03-10T01:14:28.144Z] ---> c5193f200e94 [2023-03-10T01:14:28.144Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:14:28.144Z] ---> Using cache [2023-03-10T01:14:28.144Z] ---> de089a4297a6 [2023-03-10T01:14:28.144Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:14:28.144Z] ---> Using cache [2023-03-10T01:14:28.144Z] ---> 4a24ed18a384 [2023-03-10T01:14:28.144Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-10T01:14:28.144Z] ---> 0aba26cf0e27 [2023-03-10T01:14:28.144Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-10T01:14:28.144Z] ---> a95e69b6af95 [2023-03-10T01:14:28.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-10T01:14:28.144Z] ---> f616acf973c9 [2023-03-10T01:14:28.144Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T01:14:28.144Z] ---> Running in db011fc39720 [2023-03-10T01:14:28.144Z] Removing intermediate container db011fc39720 [2023-03-10T01:14:28.144Z] ---> fc2efaf8c688 [2023-03-10T01:14:28.144Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T01:14:28.144Z] ---> Running in a91f8fa8d7d6 [2023-03-10T01:14:28.728Z] Removing intermediate container a91f8fa8d7d6 [2023-03-10T01:14:28.728Z] ---> 07b05e5f402b [2023-03-10T01:14:28.728Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-10T01:14:28.728Z] ---> Running in b6f90df7780c [2023-03-10T01:14:29.010Z] Removing intermediate container b6f90df7780c [2023-03-10T01:14:29.010Z] ---> f2e2ec6e4f60 [2023-03-10T01:14:29.010Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T01:14:29.280Z] ---> Running in 7697b8581dfa [2023-03-10T01:14:29.547Z] Removing intermediate container 7697b8581dfa [2023-03-10T01:14:29.547Z] ---> 30f0739ce29d [2023-03-10T01:14:29.547Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:14:29.815Z] ---> Running in 75888b6ec0d2 [2023-03-10T01:14:30.085Z] Removing intermediate container 75888b6ec0d2 [2023-03-10T01:14:30.085Z] ---> 29fd5b4e3447 [2023-03-10T01:14:30.085Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T01:14:30.085Z] ---> Running in 8ccd32ec0839 [2023-03-10T01:14:30.670Z] Removing intermediate container 8ccd32ec0839 [2023-03-10T01:14:30.670Z] ---> b328da952e37 [2023-03-10T01:14:30.670Z] [2023-03-10T01:14:30.670Z] Successfully built b328da952e37 [2023-03-10T01:14:30.670Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-10T01:14:42.976Z]  Building core-common-config-bootstrapper ... done Removing intermediate container cd5421e91fef [2023-03-10T01:14:42.976Z] ---> 277a4508ec7f [2023-03-10T01:14:42.976Z] [2023-03-10T01:14:42.976Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T01:14:42.976Z] ---> 4c81e5bf8899 [2023-03-10T01:14:42.976Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-10T01:14:42.976Z] ---> Running in 4c937ffe92d6 [2023-03-10T01:14:43.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:14:44.145Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:14:45.557Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-10T01:14:45.557Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-10T01:14:45.557Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:14:45.557Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T01:14:45.825Z] OK: 6 MiB in 16 packages [2023-03-10T01:14:47.232Z] Removing intermediate container 4c937ffe92d6 [2023-03-10T01:14:47.232Z] ---> 27733e9b84e5 [2023-03-10T01:14:47.232Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T01:14:47.232Z] ---> Running in cdcad525f078 [2023-03-10T01:14:47.502Z] Removing intermediate container cdcad525f078 [2023-03-10T01:14:47.502Z] ---> a1308f4eeead [2023-03-10T01:14:47.502Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-10T01:14:47.770Z] ---> Running in ccbbddb10dbb [2023-03-10T01:14:48.036Z] Removing intermediate container ccbbddb10dbb [2023-03-10T01:14:48.036Z] ---> 1f55e9afeb54 [2023-03-10T01:14:48.036Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T01:14:48.036Z] ---> Running in ba1bf6838477 [2023-03-10T01:14:48.316Z] Removing intermediate container ba1bf6838477 [2023-03-10T01:14:48.316Z] ---> 5524eaa72c5c [2023-03-10T01:14:48.316Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:14:48.899Z] ---> 5b1a170ea2d1 [2023-03-10T01:14:48.899Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-10T01:14:50.841Z] ---> 2336266d76e9 [2023-03-10T01:14:50.841Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-10T01:14:51.109Z] ---> 816f6a7f1404 [2023-03-10T01:14:51.109Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-10T01:14:51.109Z] ---> Running in d907d93a35fd [2023-03-10T01:14:51.692Z] Removing intermediate container d907d93a35fd [2023-03-10T01:14:51.692Z] ---> 49635ef4de5e [2023-03-10T01:14:51.692Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:14:51.692Z] ---> Running in 9eb894161000 [2023-03-10T01:14:51.961Z] Removing intermediate container 9eb894161000 [2023-03-10T01:14:51.961Z] ---> e83d108fdd83 [2023-03-10T01:14:51.961Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T01:14:51.961Z] ---> Running in aec80b127db1 [2023-03-10T01:14:52.551Z] Removing intermediate container aec80b127db1 [2023-03-10T01:14:52.551Z] ---> 710dfde69a7f [2023-03-10T01:14:52.551Z] Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:14:52.551Z] ---> Running in c4f619f7f199 [2023-03-10T01:14:52.819Z] Removing intermediate container c4f619f7f199 [2023-03-10T01:14:52.819Z] ---> 773e2259950c [2023-03-10T01:14:52.819Z] Step 22/22 : LABEL version=3.0.0-dev.88 [2023-03-10T01:14:53.100Z] ---> Running in c28e3504d64d [2023-03-10T01:14:53.370Z] Removing intermediate container c28e3504d64d [2023-03-10T01:14:53.370Z] ---> dbca2503da08 [2023-03-10T01:14:53.370Z] [2023-03-10T01:14:53.370Z] Successfully built dbca2503da08 [2023-03-10T01:14:53.370Z] Successfully tagged support-notifications-arm64:latest [2023-03-10T01:14:53.968Z]  Building support-notifications ... done  [Pipeline] } [2023-03-10T01:14:53.980Z] $ docker stop --time=1 725a4f675ef95518f1a1bc6a010ec8e83913b7c95cb740c28eab52b98267998a [2023-03-10T01:14:55.728Z] $ docker rm -f --volumes 725a4f675ef95518f1a1bc6a010ec8e83913b7c95cb740c28eab52b98267998a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T01:14:56.293Z] + docker images [2023-03-10T01:14:56.567Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-10T01:14:56.567Z] support-notifications-arm64 latest dbca2503da08 3 seconds ago 29.7MB [2023-03-10T01:14:56.567Z] 277a4508ec7f 16 seconds ago 1.4GB [2023-03-10T01:14:56.567Z] core-common-config-bootstrapper-arm64 latest b328da952e37 26 seconds ago 14.9MB [2023-03-10T01:14:56.567Z] 44de19e2b28c 35 seconds ago 1.33GB [2023-03-10T01:14:56.567Z] core-metadata-arm64 latest 46f5a7435c4e About a minute ago 17.8MB [2023-03-10T01:14:56.567Z] 7318d1eddec2 2 minutes ago 1.35GB [2023-03-10T01:14:56.567Z] support-scheduler-arm64 latest 34b1b7dc1749 2 minutes ago 29.1MB [2023-03-10T01:14:56.567Z] c3f3ef895e3f 3 minutes ago 1.4GB [2023-03-10T01:14:56.567Z] security-proxy-setup-arm64 latest 48a4dec9d156 3 minutes ago 15.8MB [2023-03-10T01:14:56.567Z] 493de0199725 3 minutes ago 1.32GB [2023-03-10T01:14:56.567Z] security-secretstore-setup-arm64 latest 62d0d6359cf9 5 minutes ago 28.7MB [2023-03-10T01:14:56.567Z] 0da3eb534b36 5 minutes ago 1.33GB [2023-03-10T01:14:56.567Z] security-spire-config-arm64 latest 42528e698d47 9 minutes ago 83.6MB [2023-03-10T01:14:56.567Z] security-spire-server-arm64 latest 88a6d3a5b297 9 minutes ago 84.3MB [2023-03-10T01:14:56.567Z] 56477fa0319c 10 minutes ago 1.21GB [2023-03-10T01:14:56.567Z] 617571f7dc6d 10 minutes ago 1.21GB [2023-03-10T01:14:56.567Z] security-bootstrapper-arm64 latest 07c70d873932 10 minutes ago 19MB [2023-03-10T01:14:56.567Z] security-spiffe-token-provider-arm64 latest fbc9767ef165 10 minutes ago 29.1MB [2023-03-10T01:14:56.567Z] c6e4febcda3b 10 minutes ago 1.37GB [2023-03-10T01:14:56.567Z] 9998a282eed6 11 minutes ago 1.32GB [2023-03-10T01:14:56.567Z] core-data-arm64 latest b5745e4e8739 12 minutes ago 17.3MB [2023-03-10T01:14:56.567Z] e211078337dc 12 minutes ago 1.34GB [2023-03-10T01:14:56.567Z] core-command-arm64 latest 15932495599f 12 minutes ago 17.1MB [2023-03-10T01:14:56.567Z] 3dad8c0978d9 13 minutes ago 1.34GB [2023-03-10T01:14:56.567Z] security-proxy-auth-arm64 latest 20e95d44958d 13 minutes ago 15.7MB [2023-03-10T01:14:56.567Z] 424da66aa358 13 minutes ago 1.32GB [2023-03-10T01:14:56.567Z] security-spire-agent-arm64 latest 3093916e60bd 19 minutes ago 122MB [2023-03-10T01:14:56.567Z] 2dc87d01825a 20 minutes ago 1.21GB [2023-03-10T01:14:56.567Z] ci-base-image-arm64 latest 92aa2220b4d5 23 minutes ago 904MB [2023-03-10T01:14:56.567Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-10T01:14:56.567Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-10T01:14:56.567Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-10T01:14:56.567Z] 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-10T01:14:56.677Z] provisioning config files... [2023-03-10T01:14:56.697Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/450@tmp/config5748453456598754325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:57.065Z] ---> docker-login.sh [2023-03-10T01:14:57.065Z] nexus3.edgexfoundry.org:10001 [2023-03-10T01:14:57.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T01:14:57.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T01:14:57.336Z] Configure a credential helper to remove this warning. See [2023-03-10T01:14:57.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T01:14:57.336Z] [2023-03-10T01:14:57.336Z] Login Succeeded [2023-03-10T01:14:57.336Z] nexus3.edgexfoundry.org:10002 [2023-03-10T01:14:57.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T01:14:57.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T01:14:57.880Z] Configure a credential helper to remove this warning. See [2023-03-10T01:14:57.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T01:14:57.880Z] [2023-03-10T01:14:57.880Z] Login Succeeded [2023-03-10T01:14:57.880Z] nexus3.edgexfoundry.org:10003 [2023-03-10T01:14:58.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T01:14:58.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T01:14:58.417Z] Configure a credential helper to remove this warning. See [2023-03-10T01:14:58.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T01:14:58.417Z] [2023-03-10T01:14:58.417Z] Login Succeeded [2023-03-10T01:14:58.417Z] nexus3.edgexfoundry.org:10004 [2023-03-10T01:14:58.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T01:14:58.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T01:14:58.687Z] Configure a credential helper to remove this warning. See [2023-03-10T01:14:58.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T01:14:58.687Z] [2023-03-10T01:14:58.687Z] Login Succeeded [2023-03-10T01:14:58.687Z] docker.io [2023-03-10T01:14:58.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T01:14:59.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T01:14:59.222Z] Configure a credential helper to remove this warning. See [2023-03-10T01:14:59.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T01:14:59.222Z] [2023-03-10T01:14:59.490Z] Login Succeeded [2023-03-10T01:14:59.490Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T01:14:59.505Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:14:59.531Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T01:14:59.553Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-10T01:14:59.553Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:14:59.553Z] latest [2023-03-10T01:14:59.553Z] 3.0.0-dev.88 [2023-03-10T01:14:59.553Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:14:59.553Z] main [2023-03-10T01:14:59.553Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:14:59.923Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:00.274Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:00.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T01:15:00.274Z] 557cd19a6178: Preparing [2023-03-10T01:15:00.274Z] dfc721017fab: Preparing [2023-03-10T01:15:00.274Z] 39aac090df47: Preparing [2023-03-10T01:15:00.274Z] 0655b9424643: Preparing [2023-03-10T01:15:00.274Z] f70ee36035b9: Preparing [2023-03-10T01:15:00.274Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:00.546Z] 39aac090df47: Pushed [2023-03-10T01:15:00.546Z] 557cd19a6178: Pushed [2023-03-10T01:15:00.546Z] 0655b9424643: Pushed [2023-03-10T01:15:03.900Z] dfc721017fab: Pushed [2023-03-10T01:15:03.900Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:04.256Z] + 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-10T01:15:04.611Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-10T01:15:04.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T01:15:04.611Z] 557cd19a6178: Preparing [2023-03-10T01:15:04.611Z] dfc721017fab: Preparing [2023-03-10T01:15:04.611Z] 39aac090df47: Preparing [2023-03-10T01:15:04.611Z] 0655b9424643: Preparing [2023-03-10T01:15:04.611Z] f70ee36035b9: Preparing [2023-03-10T01:15:04.611Z] dfc721017fab: Layer already exists [2023-03-10T01:15:04.611Z] 557cd19a6178: Layer already exists [2023-03-10T01:15:04.611Z] 39aac090df47: Layer already exists [2023-03-10T01:15:04.611Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:04.611Z] 0655b9424643: Layer already exists [2023-03-10T01:15:04.878Z] latest: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:05.241Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:05.598Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.88 [2023-03-10T01:15:05.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T01:15:05.598Z] 557cd19a6178: Preparing [2023-03-10T01:15:05.598Z] dfc721017fab: Preparing [2023-03-10T01:15:05.598Z] 39aac090df47: Preparing [2023-03-10T01:15:05.598Z] 0655b9424643: Preparing [2023-03-10T01:15:05.598Z] f70ee36035b9: Preparing [2023-03-10T01:15:05.598Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:05.598Z] 39aac090df47: Layer already exists [2023-03-10T01:15:05.598Z] dfc721017fab: Layer already exists [2023-03-10T01:15:05.598Z] 557cd19a6178: Layer already exists [2023-03-10T01:15:05.598Z] 0655b9424643: Layer already exists [2023-03-10T01:15:05.865Z] 3.0.0-dev.88: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:06.238Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:06.588Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:06.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T01:15:06.588Z] 557cd19a6178: Preparing [2023-03-10T01:15:06.588Z] dfc721017fab: Preparing [2023-03-10T01:15:06.588Z] 39aac090df47: Preparing [2023-03-10T01:15:06.588Z] 0655b9424643: Preparing [2023-03-10T01:15:06.588Z] f70ee36035b9: Preparing [2023-03-10T01:15:06.588Z] 557cd19a6178: Layer already exists [2023-03-10T01:15:06.588Z] dfc721017fab: Layer already exists [2023-03-10T01:15:06.588Z] 0655b9424643: Layer already exists [2023-03-10T01:15:06.588Z] 39aac090df47: Layer already exists [2023-03-10T01:15:06.588Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:06.857Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:07.217Z] + 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-10T01:15:07.568Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-10T01:15:07.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T01:15:07.568Z] 557cd19a6178: Preparing [2023-03-10T01:15:07.568Z] dfc721017fab: Preparing [2023-03-10T01:15:07.568Z] 39aac090df47: Preparing [2023-03-10T01:15:07.568Z] 0655b9424643: Preparing [2023-03-10T01:15:07.568Z] f70ee36035b9: Preparing [2023-03-10T01:15:07.568Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:07.568Z] dfc721017fab: Layer already exists [2023-03-10T01:15:07.568Z] 0655b9424643: Layer already exists [2023-03-10T01:15:07.568Z] 39aac090df47: Layer already exists [2023-03-10T01:15:07.568Z] 557cd19a6178: Layer already exists [2023-03-10T01:15:07.836Z] main: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:15:07.881Z] ===================================================== [Pipeline] echo [2023-03-10T01:15:07.887Z] taggedImages: [2023-03-10T01:15:07.887Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:07.887Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-10T01:15:07.887Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.88 [2023-03-10T01:15:07.887Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:07.887Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-10T01:15:07.904Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-10T01:15:07.904Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:07.904Z] latest [2023-03-10T01:15:07.904Z] 3.0.0-dev.88 [2023-03-10T01:15:07.904Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:07.904Z] main [2023-03-10T01:15:07.904Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:08.253Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:08.596Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:08.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T01:15:08.596Z] feb9fd278f86: Preparing [2023-03-10T01:15:08.596Z] 63d215f01e37: Preparing [2023-03-10T01:15:08.596Z] 6f13382c5e57: Preparing [2023-03-10T01:15:08.596Z] 402248c2c865: Preparing [2023-03-10T01:15:08.596Z] 39aac090df47: Preparing [2023-03-10T01:15:08.596Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:08.596Z] f70ee36035b9: Preparing [2023-03-10T01:15:08.596Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:08.596Z] f70ee36035b9: Waiting [2023-03-10T01:15:08.863Z] 39aac090df47: Layer already exists [2023-03-10T01:15:08.863Z] ed4e42eab1ea: Pushed [2023-03-10T01:15:08.863Z] feb9fd278f86: Pushed [2023-03-10T01:15:08.863Z] 63d215f01e37: Pushed [2023-03-10T01:15:08.863Z] 6f13382c5e57: Pushed [2023-03-10T01:15:09.130Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:11.077Z] 402248c2c865: Pushed [2023-03-10T01:15:11.345Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:11.705Z] + 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-10T01:15:12.055Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-10T01:15:12.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T01:15:12.055Z] feb9fd278f86: Preparing [2023-03-10T01:15:12.055Z] 63d215f01e37: Preparing [2023-03-10T01:15:12.055Z] 6f13382c5e57: Preparing [2023-03-10T01:15:12.055Z] 402248c2c865: Preparing [2023-03-10T01:15:12.055Z] 39aac090df47: Preparing [2023-03-10T01:15:12.055Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:12.055Z] f70ee36035b9: Preparing [2023-03-10T01:15:12.055Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:12.055Z] f70ee36035b9: Waiting [2023-03-10T01:15:12.055Z] feb9fd278f86: Layer already exists [2023-03-10T01:15:12.055Z] 39aac090df47: Layer already exists [2023-03-10T01:15:12.055Z] 402248c2c865: Layer already exists [2023-03-10T01:15:12.055Z] 63d215f01e37: Layer already exists [2023-03-10T01:15:12.055Z] 6f13382c5e57: Layer already exists [2023-03-10T01:15:12.055Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:12.055Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:12.321Z] latest: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:12.665Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:13.003Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.88 [2023-03-10T01:15:13.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T01:15:13.003Z] feb9fd278f86: Preparing [2023-03-10T01:15:13.003Z] 63d215f01e37: Preparing [2023-03-10T01:15:13.003Z] 6f13382c5e57: Preparing [2023-03-10T01:15:13.003Z] 402248c2c865: Preparing [2023-03-10T01:15:13.003Z] 39aac090df47: Preparing [2023-03-10T01:15:13.003Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:13.003Z] f70ee36035b9: Preparing [2023-03-10T01:15:13.003Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:13.003Z] f70ee36035b9: Waiting [2023-03-10T01:15:13.003Z] 6f13382c5e57: Layer already exists [2023-03-10T01:15:13.003Z] 63d215f01e37: Layer already exists [2023-03-10T01:15:13.003Z] 402248c2c865: Layer already exists [2023-03-10T01:15:13.003Z] feb9fd278f86: Layer already exists [2023-03-10T01:15:13.003Z] 39aac090df47: Layer already exists [2023-03-10T01:15:13.003Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:13.003Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:13.269Z] 3.0.0-dev.88: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:13.620Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:13.964Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:13.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T01:15:13.964Z] feb9fd278f86: Preparing [2023-03-10T01:15:13.964Z] 63d215f01e37: Preparing [2023-03-10T01:15:13.964Z] 6f13382c5e57: Preparing [2023-03-10T01:15:13.964Z] 402248c2c865: Preparing [2023-03-10T01:15:13.964Z] 39aac090df47: Preparing [2023-03-10T01:15:13.964Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:13.964Z] f70ee36035b9: Preparing [2023-03-10T01:15:13.964Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:13.964Z] f70ee36035b9: Waiting [2023-03-10T01:15:13.964Z] feb9fd278f86: Layer already exists [2023-03-10T01:15:13.964Z] 39aac090df47: Layer already exists [2023-03-10T01:15:13.964Z] 402248c2c865: Layer already exists [2023-03-10T01:15:13.964Z] 6f13382c5e57: Layer already exists [2023-03-10T01:15:13.964Z] 63d215f01e37: Layer already exists [2023-03-10T01:15:13.964Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:13.964Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:14.231Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:14.588Z] + 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-10T01:15:14.939Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-10T01:15:14.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T01:15:14.939Z] feb9fd278f86: Preparing [2023-03-10T01:15:14.939Z] 63d215f01e37: Preparing [2023-03-10T01:15:14.939Z] 6f13382c5e57: Preparing [2023-03-10T01:15:14.939Z] 402248c2c865: Preparing [2023-03-10T01:15:14.939Z] 39aac090df47: Preparing [2023-03-10T01:15:14.939Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:14.939Z] f70ee36035b9: Preparing [2023-03-10T01:15:14.939Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:14.939Z] f70ee36035b9: Waiting [2023-03-10T01:15:14.939Z] feb9fd278f86: Layer already exists [2023-03-10T01:15:14.939Z] 39aac090df47: Layer already exists [2023-03-10T01:15:14.939Z] 6f13382c5e57: Layer already exists [2023-03-10T01:15:14.939Z] 63d215f01e37: Layer already exists [2023-03-10T01:15:14.939Z] 402248c2c865: Layer already exists [2023-03-10T01:15:14.939Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:14.939Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:15.205Z] main: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:15:15.263Z] ===================================================== [Pipeline] echo [2023-03-10T01:15:15.270Z] taggedImages: [2023-03-10T01:15:15.270Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:15.270Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-10T01:15:15.270Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.88 [2023-03-10T01:15:15.270Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:15.270Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-10T01:15:15.294Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-10T01:15:15.294Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:15.294Z] latest [2023-03-10T01:15:15.294Z] 3.0.0-dev.88 [2023-03-10T01:15:15.294Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:15.294Z] main [2023-03-10T01:15:15.294Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:15.649Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:15.994Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:15.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T01:15:15.994Z] 42a256e45f4d: Preparing [2023-03-10T01:15:15.994Z] 32244d35606a: Preparing [2023-03-10T01:15:15.994Z] 39aac090df47: Preparing [2023-03-10T01:15:15.994Z] d71a970bd02e: Preparing [2023-03-10T01:15:15.994Z] f70ee36035b9: Preparing [2023-03-10T01:15:15.994Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:15.994Z] 39aac090df47: Layer already exists [2023-03-10T01:15:16.268Z] 42a256e45f4d: Pushed [2023-03-10T01:15:16.268Z] d71a970bd02e: Pushed [2023-03-10T01:15:19.612Z] 32244d35606a: Pushed [2023-03-10T01:15:19.612Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:19.962Z] + 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-10T01:15:20.295Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-10T01:15:20.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T01:15:20.295Z] 42a256e45f4d: Preparing [2023-03-10T01:15:20.295Z] 32244d35606a: Preparing [2023-03-10T01:15:20.295Z] 39aac090df47: Preparing [2023-03-10T01:15:20.295Z] d71a970bd02e: Preparing [2023-03-10T01:15:20.295Z] f70ee36035b9: Preparing [2023-03-10T01:15:20.295Z] 39aac090df47: Layer already exists [2023-03-10T01:15:20.295Z] 42a256e45f4d: Layer already exists [2023-03-10T01:15:20.295Z] 32244d35606a: Layer already exists [2023-03-10T01:15:20.295Z] d71a970bd02e: Layer already exists [2023-03-10T01:15:20.295Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:20.560Z] latest: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:20.899Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:21.238Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.88 [2023-03-10T01:15:21.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T01:15:21.238Z] 42a256e45f4d: Preparing [2023-03-10T01:15:21.238Z] 32244d35606a: Preparing [2023-03-10T01:15:21.238Z] 39aac090df47: Preparing [2023-03-10T01:15:21.238Z] d71a970bd02e: Preparing [2023-03-10T01:15:21.238Z] f70ee36035b9: Preparing [2023-03-10T01:15:21.503Z] d71a970bd02e: Layer already exists [2023-03-10T01:15:21.503Z] 32244d35606a: Layer already exists [2023-03-10T01:15:21.503Z] 42a256e45f4d: Layer already exists [2023-03-10T01:15:21.503Z] 39aac090df47: Layer already exists [2023-03-10T01:15:21.503Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:21.503Z] 3.0.0-dev.88: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:21.842Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:22.189Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:22.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T01:15:22.189Z] 42a256e45f4d: Preparing [2023-03-10T01:15:22.189Z] 32244d35606a: Preparing [2023-03-10T01:15:22.189Z] 39aac090df47: Preparing [2023-03-10T01:15:22.189Z] d71a970bd02e: Preparing [2023-03-10T01:15:22.189Z] f70ee36035b9: Preparing [2023-03-10T01:15:22.189Z] 39aac090df47: Layer already exists [2023-03-10T01:15:22.189Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:22.189Z] 42a256e45f4d: Layer already exists [2023-03-10T01:15:22.189Z] 32244d35606a: Layer already exists [2023-03-10T01:15:22.189Z] d71a970bd02e: Layer already exists [2023-03-10T01:15:22.189Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:22.802Z] + 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-10T01:15:23.143Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-10T01:15:23.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T01:15:23.143Z] 42a256e45f4d: Preparing [2023-03-10T01:15:23.143Z] 32244d35606a: Preparing [2023-03-10T01:15:23.143Z] 39aac090df47: Preparing [2023-03-10T01:15:23.143Z] d71a970bd02e: Preparing [2023-03-10T01:15:23.143Z] f70ee36035b9: Preparing [2023-03-10T01:15:23.143Z] 42a256e45f4d: Layer already exists [2023-03-10T01:15:23.143Z] 39aac090df47: Layer already exists [2023-03-10T01:15:23.143Z] 32244d35606a: Layer already exists [2023-03-10T01:15:23.143Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:23.143Z] d71a970bd02e: Layer already exists [2023-03-10T01:15:23.143Z] main: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:15:23.465Z] ===================================================== [Pipeline] echo [2023-03-10T01:15:23.474Z] taggedImages: [2023-03-10T01:15:23.474Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:23.474Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-10T01:15:23.474Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.88 [2023-03-10T01:15:23.474Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:23.474Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-10T01:15:23.498Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-10T01:15:23.498Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:23.498Z] latest [2023-03-10T01:15:23.498Z] 3.0.0-dev.88 [2023-03-10T01:15:23.498Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:23.498Z] main [2023-03-10T01:15:23.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:23.848Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:24.196Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:24.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T01:15:24.197Z] 813fd41cdbb5: Preparing [2023-03-10T01:15:24.197Z] 8903fb66b40f: Preparing [2023-03-10T01:15:24.197Z] 2d3f9d81d38b: Preparing [2023-03-10T01:15:24.197Z] 39aac090df47: Preparing [2023-03-10T01:15:24.197Z] 0655b9424643: Preparing [2023-03-10T01:15:24.197Z] f70ee36035b9: Preparing [2023-03-10T01:15:24.197Z] f70ee36035b9: Waiting [2023-03-10T01:15:24.467Z] 39aac090df47: Layer already exists [2023-03-10T01:15:24.467Z] 0655b9424643: Layer already exists [2023-03-10T01:15:24.467Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:24.467Z] 8903fb66b40f: Pushed [2023-03-10T01:15:24.467Z] 813fd41cdbb5: Pushed [2023-03-10T01:15:27.815Z] 2d3f9d81d38b: Pushed [2023-03-10T01:15:27.815Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:28.169Z] + 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-10T01:15:28.526Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-10T01:15:28.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T01:15:28.527Z] 813fd41cdbb5: Preparing [2023-03-10T01:15:28.527Z] 8903fb66b40f: Preparing [2023-03-10T01:15:28.527Z] 2d3f9d81d38b: Preparing [2023-03-10T01:15:28.527Z] 39aac090df47: Preparing [2023-03-10T01:15:28.527Z] 0655b9424643: Preparing [2023-03-10T01:15:28.527Z] f70ee36035b9: Preparing [2023-03-10T01:15:28.527Z] f70ee36035b9: Waiting [2023-03-10T01:15:28.527Z] 8903fb66b40f: Layer already exists [2023-03-10T01:15:28.527Z] 39aac090df47: Layer already exists [2023-03-10T01:15:28.527Z] 2d3f9d81d38b: Layer already exists [2023-03-10T01:15:28.527Z] 0655b9424643: Layer already exists [2023-03-10T01:15:28.527Z] 813fd41cdbb5: Layer already exists [2023-03-10T01:15:28.527Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:28.795Z] latest: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:29.155Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:29.511Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.88 [2023-03-10T01:15:29.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T01:15:29.511Z] 813fd41cdbb5: Preparing [2023-03-10T01:15:29.511Z] 8903fb66b40f: Preparing [2023-03-10T01:15:29.511Z] 2d3f9d81d38b: Preparing [2023-03-10T01:15:29.511Z] 39aac090df47: Preparing [2023-03-10T01:15:29.511Z] 0655b9424643: Preparing [2023-03-10T01:15:29.511Z] f70ee36035b9: Preparing [2023-03-10T01:15:29.511Z] f70ee36035b9: Waiting [2023-03-10T01:15:29.511Z] 2d3f9d81d38b: Layer already exists [2023-03-10T01:15:29.511Z] 8903fb66b40f: Layer already exists [2023-03-10T01:15:29.511Z] 39aac090df47: Layer already exists [2023-03-10T01:15:29.511Z] 813fd41cdbb5: Layer already exists [2023-03-10T01:15:29.511Z] 0655b9424643: Layer already exists [2023-03-10T01:15:29.511Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:29.781Z] 3.0.0-dev.88: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:30.142Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:30.484Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:30.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T01:15:30.484Z] 813fd41cdbb5: Preparing [2023-03-10T01:15:30.484Z] 8903fb66b40f: Preparing [2023-03-10T01:15:30.484Z] 2d3f9d81d38b: Preparing [2023-03-10T01:15:30.484Z] 39aac090df47: Preparing [2023-03-10T01:15:30.484Z] 0655b9424643: Preparing [2023-03-10T01:15:30.484Z] f70ee36035b9: Preparing [2023-03-10T01:15:30.484Z] f70ee36035b9: Waiting [2023-03-10T01:15:30.484Z] 8903fb66b40f: Layer already exists [2023-03-10T01:15:30.484Z] 39aac090df47: Layer already exists [2023-03-10T01:15:30.484Z] 813fd41cdbb5: Layer already exists [2023-03-10T01:15:30.484Z] 2d3f9d81d38b: Layer already exists [2023-03-10T01:15:30.484Z] 0655b9424643: Layer already exists [2023-03-10T01:15:30.754Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:30.754Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:31.122Z] + 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-10T01:15:31.465Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-10T01:15:31.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T01:15:31.465Z] 813fd41cdbb5: Preparing [2023-03-10T01:15:31.465Z] 8903fb66b40f: Preparing [2023-03-10T01:15:31.465Z] 2d3f9d81d38b: Preparing [2023-03-10T01:15:31.465Z] 39aac090df47: Preparing [2023-03-10T01:15:31.465Z] 0655b9424643: Preparing [2023-03-10T01:15:31.465Z] f70ee36035b9: Preparing [2023-03-10T01:15:31.465Z] f70ee36035b9: Waiting [2023-03-10T01:15:31.465Z] 8903fb66b40f: Layer already exists [2023-03-10T01:15:31.465Z] 2d3f9d81d38b: Layer already exists [2023-03-10T01:15:31.465Z] 813fd41cdbb5: Layer already exists [2023-03-10T01:15:31.465Z] 0655b9424643: Layer already exists [2023-03-10T01:15:31.465Z] 39aac090df47: Layer already exists [2023-03-10T01:15:31.465Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:31.733Z] main: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:15:31.776Z] ===================================================== [Pipeline] echo [2023-03-10T01:15:31.782Z] taggedImages: [2023-03-10T01:15:31.782Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:31.782Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-10T01:15:31.782Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.88 [2023-03-10T01:15:31.782Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:31.782Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-10T01:15:31.797Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-10T01:15:31.797Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:31.797Z] latest [2023-03-10T01:15:31.797Z] 3.0.0-dev.88 [2023-03-10T01:15:31.797Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:31.797Z] main [2023-03-10T01:15:31.797Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:32.137Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:32.486Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:32.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T01:15:33.445Z] c675d2b78607: Preparing [2023-03-10T01:15:33.445Z] c675d2b78607: Preparing [2023-03-10T01:15:33.445Z] e0830784bd7a: Preparing [2023-03-10T01:15:33.445Z] 9126db0ab190: Preparing [2023-03-10T01:15:33.445Z] 186f385320d6: Preparing [2023-03-10T01:15:33.445Z] 7a6ac33643e3: Preparing [2023-03-10T01:15:33.445Z] 5022d0ad4fcc: Preparing [2023-03-10T01:15:33.445Z] 39aac090df47: Preparing [2023-03-10T01:15:33.445Z] 28a09cbc1bd2: Preparing [2023-03-10T01:15:33.445Z] 1625fb9487f2: Preparing [2023-03-10T01:15:33.445Z] fddda8437417: Preparing [2023-03-10T01:15:33.445Z] eb1ba58d96f0: Preparing [2023-03-10T01:15:33.445Z] f70ee36035b9: Preparing [2023-03-10T01:15:33.445Z] 5022d0ad4fcc: Waiting [2023-03-10T01:15:33.445Z] fddda8437417: Waiting [2023-03-10T01:15:33.445Z] eb1ba58d96f0: Waiting [2023-03-10T01:15:33.445Z] f70ee36035b9: Waiting [2023-03-10T01:15:33.445Z] 1625fb9487f2: Waiting [2023-03-10T01:15:33.445Z] 28a09cbc1bd2: Waiting [2023-03-10T01:15:33.445Z] 39aac090df47: Waiting [2023-03-10T01:15:33.713Z] 9126db0ab190: Pushed [2023-03-10T01:15:33.713Z] c675d2b78607: Pushed [2023-03-10T01:15:33.713Z] e0830784bd7a: Pushed [2023-03-10T01:15:33.713Z] 7a6ac33643e3: Pushed [2023-03-10T01:15:33.713Z] 186f385320d6: Pushed [2023-03-10T01:15:33.980Z] 39aac090df47: Layer already exists [2023-03-10T01:15:33.980Z] 28a09cbc1bd2: Pushed [2023-03-10T01:15:33.980Z] 1625fb9487f2: Pushed [2023-03-10T01:15:33.980Z] fddda8437417: Pushed [2023-03-10T01:15:34.245Z] eb1ba58d96f0: Pushed [2023-03-10T01:15:34.245Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:37.592Z] 5022d0ad4fcc: Pushed [2023-03-10T01:15:37.859Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:38.212Z] + 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-10T01:15:38.564Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-10T01:15:38.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T01:15:38.564Z] c675d2b78607: Preparing [2023-03-10T01:15:38.564Z] c675d2b78607: Preparing [2023-03-10T01:15:38.564Z] e0830784bd7a: Preparing [2023-03-10T01:15:38.564Z] 9126db0ab190: Preparing [2023-03-10T01:15:38.564Z] 186f385320d6: Preparing [2023-03-10T01:15:38.564Z] 7a6ac33643e3: Preparing [2023-03-10T01:15:38.564Z] 5022d0ad4fcc: Preparing [2023-03-10T01:15:38.564Z] 39aac090df47: Preparing [2023-03-10T01:15:38.564Z] 28a09cbc1bd2: Preparing [2023-03-10T01:15:38.564Z] 1625fb9487f2: Preparing [2023-03-10T01:15:38.564Z] fddda8437417: Preparing [2023-03-10T01:15:38.564Z] eb1ba58d96f0: Preparing [2023-03-10T01:15:38.564Z] f70ee36035b9: Preparing [2023-03-10T01:15:38.564Z] 28a09cbc1bd2: Waiting [2023-03-10T01:15:38.564Z] 1625fb9487f2: Waiting [2023-03-10T01:15:38.564Z] 5022d0ad4fcc: Waiting [2023-03-10T01:15:38.564Z] fddda8437417: Waiting [2023-03-10T01:15:38.564Z] eb1ba58d96f0: Waiting [2023-03-10T01:15:38.564Z] 39aac090df47: Waiting [2023-03-10T01:15:38.564Z] f70ee36035b9: Waiting [2023-03-10T01:15:38.564Z] c675d2b78607: Layer already exists [2023-03-10T01:15:38.564Z] 9126db0ab190: Layer already exists [2023-03-10T01:15:38.564Z] e0830784bd7a: Layer already exists [2023-03-10T01:15:38.564Z] 186f385320d6: Layer already exists [2023-03-10T01:15:38.564Z] 7a6ac33643e3: Layer already exists [2023-03-10T01:15:38.564Z] 1625fb9487f2: Layer already exists [2023-03-10T01:15:38.564Z] 5022d0ad4fcc: Layer already exists [2023-03-10T01:15:38.564Z] 39aac090df47: Layer already exists [2023-03-10T01:15:38.564Z] 28a09cbc1bd2: Layer already exists [2023-03-10T01:15:38.564Z] fddda8437417: Layer already exists [2023-03-10T01:15:38.564Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:38.832Z] eb1ba58d96f0: Layer already exists [2023-03-10T01:15:38.832Z] latest: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:39.193Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:39.587Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.88 [2023-03-10T01:15:39.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T01:15:39.587Z] c675d2b78607: Preparing [2023-03-10T01:15:39.587Z] c675d2b78607: Preparing [2023-03-10T01:15:39.587Z] e0830784bd7a: Preparing [2023-03-10T01:15:39.587Z] 9126db0ab190: Preparing [2023-03-10T01:15:39.587Z] 186f385320d6: Preparing [2023-03-10T01:15:39.587Z] 7a6ac33643e3: Preparing [2023-03-10T01:15:39.587Z] 5022d0ad4fcc: Preparing [2023-03-10T01:15:39.587Z] 39aac090df47: Preparing [2023-03-10T01:15:39.587Z] 28a09cbc1bd2: Preparing [2023-03-10T01:15:39.587Z] 1625fb9487f2: Preparing [2023-03-10T01:15:39.587Z] fddda8437417: Preparing [2023-03-10T01:15:39.587Z] eb1ba58d96f0: Preparing [2023-03-10T01:15:39.587Z] f70ee36035b9: Preparing [2023-03-10T01:15:39.587Z] 5022d0ad4fcc: Waiting [2023-03-10T01:15:39.587Z] 39aac090df47: Waiting [2023-03-10T01:15:39.587Z] 28a09cbc1bd2: Waiting [2023-03-10T01:15:39.587Z] 1625fb9487f2: Waiting [2023-03-10T01:15:39.587Z] fddda8437417: Waiting [2023-03-10T01:15:39.587Z] eb1ba58d96f0: Waiting [2023-03-10T01:15:39.587Z] f70ee36035b9: Waiting [2023-03-10T01:15:39.587Z] 7a6ac33643e3: Layer already exists [2023-03-10T01:15:39.587Z] 9126db0ab190: Layer already exists [2023-03-10T01:15:39.587Z] c675d2b78607: Layer already exists [2023-03-10T01:15:39.587Z] e0830784bd7a: Layer already exists [2023-03-10T01:15:39.587Z] 186f385320d6: Layer already exists [2023-03-10T01:15:39.587Z] 28a09cbc1bd2: Layer already exists [2023-03-10T01:15:39.587Z] 39aac090df47: Layer already exists [2023-03-10T01:15:39.587Z] 1625fb9487f2: Layer already exists [2023-03-10T01:15:39.587Z] 5022d0ad4fcc: Layer already exists [2023-03-10T01:15:39.587Z] fddda8437417: Layer already exists [2023-03-10T01:15:39.866Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:39.866Z] eb1ba58d96f0: Layer already exists [2023-03-10T01:15:39.866Z] 3.0.0-dev.88: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:40.231Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:40.573Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:40.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T01:15:40.573Z] c675d2b78607: Preparing [2023-03-10T01:15:40.573Z] c675d2b78607: Preparing [2023-03-10T01:15:40.573Z] e0830784bd7a: Preparing [2023-03-10T01:15:40.573Z] 9126db0ab190: Preparing [2023-03-10T01:15:40.573Z] 186f385320d6: Preparing [2023-03-10T01:15:40.573Z] 7a6ac33643e3: Preparing [2023-03-10T01:15:40.573Z] 5022d0ad4fcc: Preparing [2023-03-10T01:15:40.573Z] 39aac090df47: Preparing [2023-03-10T01:15:40.573Z] 28a09cbc1bd2: Preparing [2023-03-10T01:15:40.573Z] 1625fb9487f2: Preparing [2023-03-10T01:15:40.573Z] fddda8437417: Preparing [2023-03-10T01:15:40.573Z] eb1ba58d96f0: Preparing [2023-03-10T01:15:40.573Z] f70ee36035b9: Preparing [2023-03-10T01:15:40.573Z] 28a09cbc1bd2: Waiting [2023-03-10T01:15:40.573Z] eb1ba58d96f0: Waiting [2023-03-10T01:15:40.573Z] f70ee36035b9: Waiting [2023-03-10T01:15:40.573Z] 1625fb9487f2: Waiting [2023-03-10T01:15:40.573Z] fddda8437417: Waiting [2023-03-10T01:15:40.573Z] 39aac090df47: Waiting [2023-03-10T01:15:40.573Z] 5022d0ad4fcc: Waiting [2023-03-10T01:15:40.573Z] e0830784bd7a: Layer already exists [2023-03-10T01:15:40.573Z] 7a6ac33643e3: Layer already exists [2023-03-10T01:15:40.573Z] c675d2b78607: Layer already exists [2023-03-10T01:15:40.573Z] 186f385320d6: Layer already exists [2023-03-10T01:15:40.573Z] 9126db0ab190: Layer already exists [2023-03-10T01:15:40.573Z] 1625fb9487f2: Layer already exists [2023-03-10T01:15:40.573Z] 28a09cbc1bd2: Layer already exists [2023-03-10T01:15:40.573Z] 5022d0ad4fcc: Layer already exists [2023-03-10T01:15:40.573Z] 39aac090df47: Layer already exists [2023-03-10T01:15:40.573Z] fddda8437417: Layer already exists [2023-03-10T01:15:40.573Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:40.843Z] eb1ba58d96f0: Layer already exists [2023-03-10T01:15:40.843Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:41.187Z] + 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-10T01:15:41.542Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-10T01:15:41.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T01:15:41.542Z] c675d2b78607: Preparing [2023-03-10T01:15:41.542Z] c675d2b78607: Preparing [2023-03-10T01:15:41.542Z] e0830784bd7a: Preparing [2023-03-10T01:15:41.542Z] 9126db0ab190: Preparing [2023-03-10T01:15:41.542Z] 186f385320d6: Preparing [2023-03-10T01:15:41.542Z] 7a6ac33643e3: Preparing [2023-03-10T01:15:41.542Z] 5022d0ad4fcc: Preparing [2023-03-10T01:15:41.542Z] 39aac090df47: Preparing [2023-03-10T01:15:41.542Z] 28a09cbc1bd2: Preparing [2023-03-10T01:15:41.542Z] 1625fb9487f2: Preparing [2023-03-10T01:15:41.542Z] fddda8437417: Preparing [2023-03-10T01:15:41.542Z] eb1ba58d96f0: Preparing [2023-03-10T01:15:41.542Z] f70ee36035b9: Preparing [2023-03-10T01:15:41.542Z] 1625fb9487f2: Waiting [2023-03-10T01:15:41.542Z] fddda8437417: Waiting [2023-03-10T01:15:41.542Z] eb1ba58d96f0: Waiting [2023-03-10T01:15:41.542Z] f70ee36035b9: Waiting [2023-03-10T01:15:41.542Z] 5022d0ad4fcc: Waiting [2023-03-10T01:15:41.542Z] 39aac090df47: Waiting [2023-03-10T01:15:41.542Z] 28a09cbc1bd2: Waiting [2023-03-10T01:15:41.542Z] e0830784bd7a: Layer already exists [2023-03-10T01:15:41.542Z] 7a6ac33643e3: Layer already exists [2023-03-10T01:15:41.542Z] 9126db0ab190: Layer already exists [2023-03-10T01:15:41.542Z] 186f385320d6: Layer already exists [2023-03-10T01:15:41.542Z] c675d2b78607: Layer already exists [2023-03-10T01:15:41.542Z] 39aac090df47: Layer already exists [2023-03-10T01:15:41.542Z] 28a09cbc1bd2: Layer already exists [2023-03-10T01:15:41.542Z] 1625fb9487f2: Layer already exists [2023-03-10T01:15:41.542Z] fddda8437417: Layer already exists [2023-03-10T01:15:41.542Z] 5022d0ad4fcc: Layer already exists [2023-03-10T01:15:41.542Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:41.542Z] eb1ba58d96f0: Layer already exists [2023-03-10T01:15:41.809Z] main: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:15:41.853Z] ===================================================== [Pipeline] echo [2023-03-10T01:15:41.858Z] taggedImages: [2023-03-10T01:15:41.858Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:41.858Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-10T01:15:41.858Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.88 [2023-03-10T01:15:41.858Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:41.858Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-10T01:15:41.872Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-10T01:15:41.872Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:41.872Z] latest [2023-03-10T01:15:41.872Z] 3.0.0-dev.88 [2023-03-10T01:15:41.872Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:41.872Z] main [2023-03-10T01:15:41.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:42.208Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:42.553Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:42.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T01:15:42.553Z] a55d0b989129: Preparing [2023-03-10T01:15:42.553Z] a1931a757391: Preparing [2023-03-10T01:15:42.553Z] 5a5b7909e352: Preparing [2023-03-10T01:15:42.553Z] d0c62791b466: Preparing [2023-03-10T01:15:42.553Z] 39aac090df47: Preparing [2023-03-10T01:15:42.553Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:42.553Z] f70ee36035b9: Preparing [2023-03-10T01:15:42.553Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:42.553Z] f70ee36035b9: Waiting [2023-03-10T01:15:42.819Z] 39aac090df47: Layer already exists [2023-03-10T01:15:42.819Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:42.819Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:42.819Z] a1931a757391: Pushed [2023-03-10T01:15:42.819Z] a55d0b989129: Pushed [2023-03-10T01:15:42.819Z] 5a5b7909e352: Pushed [2023-03-10T01:15:45.398Z] d0c62791b466: Pushed [2023-03-10T01:15:45.663Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:46.001Z] + 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-10T01:15:46.350Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-10T01:15:46.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T01:15:46.350Z] a55d0b989129: Preparing [2023-03-10T01:15:46.350Z] a1931a757391: Preparing [2023-03-10T01:15:46.350Z] 5a5b7909e352: Preparing [2023-03-10T01:15:46.350Z] d0c62791b466: Preparing [2023-03-10T01:15:46.350Z] 39aac090df47: Preparing [2023-03-10T01:15:46.350Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:46.350Z] f70ee36035b9: Preparing [2023-03-10T01:15:46.350Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:46.350Z] f70ee36035b9: Waiting [2023-03-10T01:15:46.350Z] 5a5b7909e352: Layer already exists [2023-03-10T01:15:46.350Z] 39aac090df47: Layer already exists [2023-03-10T01:15:46.350Z] a1931a757391: Layer already exists [2023-03-10T01:15:46.350Z] d0c62791b466: Layer already exists [2023-03-10T01:15:46.350Z] a55d0b989129: Layer already exists [2023-03-10T01:15:46.350Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:46.350Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:46.617Z] latest: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:46.957Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:47.300Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.88 [2023-03-10T01:15:47.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T01:15:47.300Z] a55d0b989129: Preparing [2023-03-10T01:15:47.300Z] a1931a757391: Preparing [2023-03-10T01:15:47.300Z] 5a5b7909e352: Preparing [2023-03-10T01:15:47.300Z] d0c62791b466: Preparing [2023-03-10T01:15:47.300Z] 39aac090df47: Preparing [2023-03-10T01:15:47.300Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:47.300Z] f70ee36035b9: Preparing [2023-03-10T01:15:47.300Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:47.300Z] f70ee36035b9: Waiting [2023-03-10T01:15:47.300Z] 39aac090df47: Layer already exists [2023-03-10T01:15:47.300Z] a1931a757391: Layer already exists [2023-03-10T01:15:47.300Z] 5a5b7909e352: Layer already exists [2023-03-10T01:15:47.300Z] d0c62791b466: Layer already exists [2023-03-10T01:15:47.300Z] a55d0b989129: Layer already exists [2023-03-10T01:15:47.300Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:47.300Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:47.565Z] 3.0.0-dev.88: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:47.906Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:48.236Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:48.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T01:15:48.236Z] a55d0b989129: Preparing [2023-03-10T01:15:48.236Z] a1931a757391: Preparing [2023-03-10T01:15:48.236Z] 5a5b7909e352: Preparing [2023-03-10T01:15:48.236Z] d0c62791b466: Preparing [2023-03-10T01:15:48.236Z] 39aac090df47: Preparing [2023-03-10T01:15:48.236Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:48.236Z] f70ee36035b9: Preparing [2023-03-10T01:15:48.236Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:48.236Z] f70ee36035b9: Waiting [2023-03-10T01:15:48.236Z] a55d0b989129: Layer already exists [2023-03-10T01:15:48.236Z] a1931a757391: Layer already exists [2023-03-10T01:15:48.236Z] 5a5b7909e352: Layer already exists [2023-03-10T01:15:48.236Z] 39aac090df47: Layer already exists [2023-03-10T01:15:48.236Z] d0c62791b466: Layer already exists [2023-03-10T01:15:48.236Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:48.236Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:48.509Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:48.850Z] + 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-10T01:15:49.185Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-10T01:15:49.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T01:15:49.185Z] a55d0b989129: Preparing [2023-03-10T01:15:49.185Z] a1931a757391: Preparing [2023-03-10T01:15:49.185Z] 5a5b7909e352: Preparing [2023-03-10T01:15:49.185Z] d0c62791b466: Preparing [2023-03-10T01:15:49.185Z] 39aac090df47: Preparing [2023-03-10T01:15:49.185Z] ed4e42eab1ea: Preparing [2023-03-10T01:15:49.185Z] f70ee36035b9: Preparing [2023-03-10T01:15:49.185Z] ed4e42eab1ea: Waiting [2023-03-10T01:15:49.185Z] f70ee36035b9: Waiting [2023-03-10T01:15:49.185Z] 5a5b7909e352: Layer already exists [2023-03-10T01:15:49.185Z] a55d0b989129: Layer already exists [2023-03-10T01:15:49.185Z] 39aac090df47: Layer already exists [2023-03-10T01:15:49.185Z] a1931a757391: Layer already exists [2023-03-10T01:15:49.185Z] d0c62791b466: Layer already exists [2023-03-10T01:15:49.185Z] ed4e42eab1ea: Layer already exists [2023-03-10T01:15:49.185Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:49.451Z] main: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:15:49.495Z] ===================================================== [Pipeline] echo [2023-03-10T01:15:49.501Z] taggedImages: [2023-03-10T01:15:49.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:49.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-10T01:15:49.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.88 [2023-03-10T01:15:49.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:49.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-10T01:15:49.515Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-10T01:15:49.516Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:49.516Z] latest [2023-03-10T01:15:49.516Z] 3.0.0-dev.88 [2023-03-10T01:15:49.516Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:49.516Z] main [2023-03-10T01:15:49.516Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:49.846Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:50.179Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:50.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T01:15:50.179Z] 12feb4d7d6e8: Preparing [2023-03-10T01:15:50.179Z] f02552a2fa19: Preparing [2023-03-10T01:15:50.179Z] 7e85fd084aaa: Preparing [2023-03-10T01:15:50.179Z] 03c442c15c76: Preparing [2023-03-10T01:15:50.179Z] 68db54f59c80: Preparing [2023-03-10T01:15:50.179Z] 9a33ed4cae9c: Preparing [2023-03-10T01:15:50.179Z] f70ee36035b9: Preparing [2023-03-10T01:15:50.179Z] 9a33ed4cae9c: Waiting [2023-03-10T01:15:50.179Z] f70ee36035b9: Waiting [2023-03-10T01:15:50.449Z] 03c442c15c76: Pushed [2023-03-10T01:15:50.449Z] f02552a2fa19: Pushed [2023-03-10T01:15:50.449Z] 12feb4d7d6e8: Pushed [2023-03-10T01:15:50.449Z] 68db54f59c80: Pushed [2023-03-10T01:15:50.449Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:50.717Z] 9a33ed4cae9c: Pushed [2023-03-10T01:15:53.293Z] 7e85fd084aaa: Pushed [2023-03-10T01:15:53.293Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:53.633Z] + 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-10T01:15:53.969Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-10T01:15:53.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T01:15:53.969Z] 12feb4d7d6e8: Preparing [2023-03-10T01:15:53.969Z] f02552a2fa19: Preparing [2023-03-10T01:15:53.969Z] 7e85fd084aaa: Preparing [2023-03-10T01:15:53.969Z] 03c442c15c76: Preparing [2023-03-10T01:15:53.969Z] 68db54f59c80: Preparing [2023-03-10T01:15:53.969Z] 9a33ed4cae9c: Preparing [2023-03-10T01:15:53.969Z] f70ee36035b9: Preparing [2023-03-10T01:15:53.969Z] 9a33ed4cae9c: Waiting [2023-03-10T01:15:53.969Z] f70ee36035b9: Waiting [2023-03-10T01:15:53.969Z] 68db54f59c80: Layer already exists [2023-03-10T01:15:53.969Z] 7e85fd084aaa: Layer already exists [2023-03-10T01:15:53.969Z] 12feb4d7d6e8: Layer already exists [2023-03-10T01:15:53.969Z] 03c442c15c76: Layer already exists [2023-03-10T01:15:53.969Z] f02552a2fa19: Layer already exists [2023-03-10T01:15:53.969Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:53.969Z] 9a33ed4cae9c: Layer already exists [2023-03-10T01:15:54.236Z] latest: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:54.590Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:54.935Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.88 [2023-03-10T01:15:54.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T01:15:54.935Z] 12feb4d7d6e8: Preparing [2023-03-10T01:15:54.935Z] f02552a2fa19: Preparing [2023-03-10T01:15:54.935Z] 7e85fd084aaa: Preparing [2023-03-10T01:15:54.935Z] 03c442c15c76: Preparing [2023-03-10T01:15:54.935Z] 68db54f59c80: Preparing [2023-03-10T01:15:54.935Z] 9a33ed4cae9c: Preparing [2023-03-10T01:15:54.935Z] f70ee36035b9: Preparing [2023-03-10T01:15:54.935Z] f70ee36035b9: Waiting [2023-03-10T01:15:54.935Z] 9a33ed4cae9c: Waiting [2023-03-10T01:15:54.935Z] 68db54f59c80: Layer already exists [2023-03-10T01:15:54.935Z] 03c442c15c76: Layer already exists [2023-03-10T01:15:54.935Z] f02552a2fa19: Layer already exists [2023-03-10T01:15:54.935Z] 7e85fd084aaa: Layer already exists [2023-03-10T01:15:54.935Z] 12feb4d7d6e8: Layer already exists [2023-03-10T01:15:54.935Z] 9a33ed4cae9c: Layer already exists [2023-03-10T01:15:54.935Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:55.201Z] 3.0.0-dev.88: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:55.554Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:55.897Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:55.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T01:15:55.897Z] 12feb4d7d6e8: Preparing [2023-03-10T01:15:55.897Z] f02552a2fa19: Preparing [2023-03-10T01:15:55.897Z] 7e85fd084aaa: Preparing [2023-03-10T01:15:55.897Z] 03c442c15c76: Preparing [2023-03-10T01:15:55.897Z] 68db54f59c80: Preparing [2023-03-10T01:15:55.897Z] 9a33ed4cae9c: Preparing [2023-03-10T01:15:55.897Z] f70ee36035b9: Preparing [2023-03-10T01:15:55.897Z] 9a33ed4cae9c: Waiting [2023-03-10T01:15:55.897Z] f70ee36035b9: Waiting [2023-03-10T01:15:55.897Z] f02552a2fa19: Layer already exists [2023-03-10T01:15:55.897Z] 68db54f59c80: Layer already exists [2023-03-10T01:15:55.897Z] 03c442c15c76: Layer already exists [2023-03-10T01:15:55.897Z] 7e85fd084aaa: Layer already exists [2023-03-10T01:15:55.897Z] 12feb4d7d6e8: Layer already exists [2023-03-10T01:15:55.897Z] 9a33ed4cae9c: Layer already exists [2023-03-10T01:15:55.897Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:56.162Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:56.502Z] + 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-10T01:15:56.838Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-10T01:15:56.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T01:15:56.838Z] 12feb4d7d6e8: Preparing [2023-03-10T01:15:56.838Z] f02552a2fa19: Preparing [2023-03-10T01:15:56.838Z] 7e85fd084aaa: Preparing [2023-03-10T01:15:56.838Z] 03c442c15c76: Preparing [2023-03-10T01:15:56.838Z] 68db54f59c80: Preparing [2023-03-10T01:15:56.838Z] 9a33ed4cae9c: Preparing [2023-03-10T01:15:56.838Z] f70ee36035b9: Preparing [2023-03-10T01:15:56.838Z] 9a33ed4cae9c: Waiting [2023-03-10T01:15:56.838Z] f70ee36035b9: Waiting [2023-03-10T01:15:56.838Z] 12feb4d7d6e8: Layer already exists [2023-03-10T01:15:56.838Z] 03c442c15c76: Layer already exists [2023-03-10T01:15:56.838Z] f02552a2fa19: Layer already exists [2023-03-10T01:15:56.838Z] 68db54f59c80: Layer already exists [2023-03-10T01:15:56.838Z] 7e85fd084aaa: Layer already exists [2023-03-10T01:15:56.838Z] 9a33ed4cae9c: Layer already exists [2023-03-10T01:15:56.838Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:57.103Z] main: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:15:57.157Z] ===================================================== [Pipeline] echo [2023-03-10T01:15:57.166Z] taggedImages: [2023-03-10T01:15:57.166Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:57.166Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-10T01:15:57.166Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.88 [2023-03-10T01:15:57.166Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:57.166Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-10T01:15:57.191Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-10T01:15:57.191Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:57.191Z] latest [2023-03-10T01:15:57.191Z] 3.0.0-dev.88 [2023-03-10T01:15:57.191Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:15:57.191Z] main [2023-03-10T01:15:57.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:57.532Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:15:57.863Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:15:57.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T01:15:57.863Z] 6411aee15373: Preparing [2023-03-10T01:15:57.863Z] d827fff30d79: Preparing [2023-03-10T01:15:57.863Z] a766715e90a5: Preparing [2023-03-10T01:15:57.863Z] 8fb4701135a5: Preparing [2023-03-10T01:15:57.863Z] e9f335cb4620: Preparing [2023-03-10T01:15:57.863Z] bd271f19df0b: Preparing [2023-03-10T01:15:57.863Z] 858417f0677d: Preparing [2023-03-10T01:15:57.863Z] d7fbf3d77526: Preparing [2023-03-10T01:15:57.863Z] f70ee36035b9: Preparing [2023-03-10T01:15:57.863Z] bd271f19df0b: Waiting [2023-03-10T01:15:57.863Z] 858417f0677d: Waiting [2023-03-10T01:15:57.863Z] f70ee36035b9: Waiting [2023-03-10T01:15:57.863Z] d7fbf3d77526: Waiting [2023-03-10T01:15:58.127Z] e9f335cb4620: Pushed [2023-03-10T01:15:58.127Z] d827fff30d79: Pushed [2023-03-10T01:15:58.127Z] 6411aee15373: Pushed [2023-03-10T01:15:58.393Z] 858417f0677d: Pushed [2023-03-10T01:15:58.393Z] bd271f19df0b: Pushed [2023-03-10T01:15:58.393Z] f70ee36035b9: Layer already exists [2023-03-10T01:15:58.659Z] d7fbf3d77526: Pushed [2023-03-10T01:16:00.592Z] 8fb4701135a5: Pushed [2023-03-10T01:16:01.175Z] a766715e90a5: Pushed [2023-03-10T01:16:01.442Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:01.787Z] + 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-10T01:16:02.116Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-10T01:16:02.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T01:16:02.117Z] 6411aee15373: Preparing [2023-03-10T01:16:02.117Z] d827fff30d79: Preparing [2023-03-10T01:16:02.117Z] a766715e90a5: Preparing [2023-03-10T01:16:02.117Z] 8fb4701135a5: Preparing [2023-03-10T01:16:02.117Z] e9f335cb4620: Preparing [2023-03-10T01:16:02.117Z] bd271f19df0b: Preparing [2023-03-10T01:16:02.117Z] 858417f0677d: Preparing [2023-03-10T01:16:02.117Z] d7fbf3d77526: Preparing [2023-03-10T01:16:02.117Z] f70ee36035b9: Preparing [2023-03-10T01:16:02.117Z] d7fbf3d77526: Waiting [2023-03-10T01:16:02.117Z] 858417f0677d: Waiting [2023-03-10T01:16:02.117Z] f70ee36035b9: Waiting [2023-03-10T01:16:02.117Z] bd271f19df0b: Waiting [2023-03-10T01:16:02.117Z] 6411aee15373: Layer already exists [2023-03-10T01:16:02.117Z] e9f335cb4620: Layer already exists [2023-03-10T01:16:02.117Z] 8fb4701135a5: Layer already exists [2023-03-10T01:16:02.117Z] d827fff30d79: Layer already exists [2023-03-10T01:16:02.117Z] a766715e90a5: Layer already exists [2023-03-10T01:16:02.117Z] 858417f0677d: Layer already exists [2023-03-10T01:16:02.117Z] bd271f19df0b: Layer already exists [2023-03-10T01:16:02.117Z] f70ee36035b9: Layer already exists [2023-03-10T01:16:02.117Z] d7fbf3d77526: Layer already exists [2023-03-10T01:16:02.383Z] latest: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:02.713Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:03.055Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.88 [2023-03-10T01:16:03.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T01:16:03.055Z] 6411aee15373: Preparing [2023-03-10T01:16:03.055Z] d827fff30d79: Preparing [2023-03-10T01:16:03.055Z] a766715e90a5: Preparing [2023-03-10T01:16:03.055Z] 8fb4701135a5: Preparing [2023-03-10T01:16:03.055Z] e9f335cb4620: Preparing [2023-03-10T01:16:03.055Z] bd271f19df0b: Preparing [2023-03-10T01:16:03.055Z] 858417f0677d: Preparing [2023-03-10T01:16:03.055Z] d7fbf3d77526: Preparing [2023-03-10T01:16:03.055Z] f70ee36035b9: Preparing [2023-03-10T01:16:03.055Z] bd271f19df0b: Waiting [2023-03-10T01:16:03.055Z] 858417f0677d: Waiting [2023-03-10T01:16:03.055Z] d7fbf3d77526: Waiting [2023-03-10T01:16:03.055Z] f70ee36035b9: Waiting [2023-03-10T01:16:03.055Z] 8fb4701135a5: Layer already exists [2023-03-10T01:16:03.055Z] d827fff30d79: Layer already exists [2023-03-10T01:16:03.055Z] 6411aee15373: Layer already exists [2023-03-10T01:16:03.055Z] e9f335cb4620: Layer already exists [2023-03-10T01:16:03.055Z] a766715e90a5: Layer already exists [2023-03-10T01:16:03.055Z] 858417f0677d: Layer already exists [2023-03-10T01:16:03.055Z] bd271f19df0b: Layer already exists [2023-03-10T01:16:03.055Z] d7fbf3d77526: Layer already exists [2023-03-10T01:16:03.055Z] f70ee36035b9: Layer already exists [2023-03-10T01:16:03.321Z] 3.0.0-dev.88: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:03.660Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:03.999Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:03.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T01:16:03.999Z] 6411aee15373: Preparing [2023-03-10T01:16:03.999Z] d827fff30d79: Preparing [2023-03-10T01:16:03.999Z] a766715e90a5: Preparing [2023-03-10T01:16:03.999Z] 8fb4701135a5: Preparing [2023-03-10T01:16:03.999Z] e9f335cb4620: Preparing [2023-03-10T01:16:03.999Z] bd271f19df0b: Preparing [2023-03-10T01:16:03.999Z] 858417f0677d: Preparing [2023-03-10T01:16:03.999Z] d7fbf3d77526: Preparing [2023-03-10T01:16:03.999Z] f70ee36035b9: Preparing [2023-03-10T01:16:03.999Z] 858417f0677d: Waiting [2023-03-10T01:16:03.999Z] d7fbf3d77526: Waiting [2023-03-10T01:16:03.999Z] f70ee36035b9: Waiting [2023-03-10T01:16:03.999Z] bd271f19df0b: Waiting [2023-03-10T01:16:03.999Z] 8fb4701135a5: Layer already exists [2023-03-10T01:16:03.999Z] a766715e90a5: Layer already exists [2023-03-10T01:16:03.999Z] e9f335cb4620: Layer already exists [2023-03-10T01:16:03.999Z] 6411aee15373: Layer already exists [2023-03-10T01:16:03.999Z] d827fff30d79: Layer already exists [2023-03-10T01:16:03.999Z] d7fbf3d77526: Layer already exists [2023-03-10T01:16:03.999Z] bd271f19df0b: Layer already exists [2023-03-10T01:16:03.999Z] 858417f0677d: Layer already exists [2023-03-10T01:16:03.999Z] f70ee36035b9: Layer already exists [2023-03-10T01:16:04.265Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:04.613Z] + 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-10T01:16:04.947Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-10T01:16:04.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T01:16:04.947Z] 6411aee15373: Preparing [2023-03-10T01:16:04.947Z] d827fff30d79: Preparing [2023-03-10T01:16:04.947Z] a766715e90a5: Preparing [2023-03-10T01:16:04.947Z] 8fb4701135a5: Preparing [2023-03-10T01:16:04.947Z] e9f335cb4620: Preparing [2023-03-10T01:16:04.947Z] bd271f19df0b: Preparing [2023-03-10T01:16:04.947Z] 858417f0677d: Preparing [2023-03-10T01:16:04.947Z] d7fbf3d77526: Preparing [2023-03-10T01:16:04.947Z] f70ee36035b9: Preparing [2023-03-10T01:16:04.947Z] bd271f19df0b: Waiting [2023-03-10T01:16:04.947Z] 858417f0677d: Waiting [2023-03-10T01:16:04.947Z] d7fbf3d77526: Waiting [2023-03-10T01:16:04.947Z] f70ee36035b9: Waiting [2023-03-10T01:16:04.947Z] 6411aee15373: Layer already exists [2023-03-10T01:16:04.947Z] e9f335cb4620: Layer already exists [2023-03-10T01:16:04.947Z] 8fb4701135a5: Layer already exists [2023-03-10T01:16:04.947Z] a766715e90a5: Layer already exists [2023-03-10T01:16:04.947Z] d827fff30d79: Layer already exists [2023-03-10T01:16:04.947Z] bd271f19df0b: Layer already exists [2023-03-10T01:16:04.947Z] 858417f0677d: Layer already exists [2023-03-10T01:16:04.947Z] d7fbf3d77526: Layer already exists [2023-03-10T01:16:04.947Z] f70ee36035b9: Layer already exists [2023-03-10T01:16:05.212Z] main: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:16:05.265Z] ===================================================== [Pipeline] echo [2023-03-10T01:16:05.273Z] taggedImages: [2023-03-10T01:16:05.273Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:05.273Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-10T01:16:05.273Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.88 [2023-03-10T01:16:05.273Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:05.273Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-10T01:16:05.293Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-10T01:16:05.293Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:05.293Z] latest [2023-03-10T01:16:05.293Z] 3.0.0-dev.88 [2023-03-10T01:16:05.293Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:05.293Z] main [2023-03-10T01:16:05.293Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:05.643Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:05.993Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:05.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T01:16:05.993Z] d6ff06f625f4: Preparing [2023-03-10T01:16:05.993Z] f4feffcc7aa7: Preparing [2023-03-10T01:16:05.993Z] 39aac090df47: Preparing [2023-03-10T01:16:05.993Z] 00813e2d91da: Preparing [2023-03-10T01:16:05.993Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:05.993Z] 39aac090df47: Layer already exists [2023-03-10T01:16:05.993Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:06.264Z] d6ff06f625f4: Pushed [2023-03-10T01:16:07.669Z] 00813e2d91da: Pushed [2023-03-10T01:16:10.998Z] f4feffcc7aa7: Pushed [2023-03-10T01:16:11.580Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:11.925Z] + 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-10T01:16:12.255Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-10T01:16:12.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T01:16:12.521Z] d6ff06f625f4: Preparing [2023-03-10T01:16:12.521Z] f4feffcc7aa7: Preparing [2023-03-10T01:16:12.521Z] 39aac090df47: Preparing [2023-03-10T01:16:12.521Z] 00813e2d91da: Preparing [2023-03-10T01:16:12.521Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:12.521Z] 00813e2d91da: Layer already exists [2023-03-10T01:16:12.521Z] d6ff06f625f4: Layer already exists [2023-03-10T01:16:12.521Z] 39aac090df47: Layer already exists [2023-03-10T01:16:12.521Z] f4feffcc7aa7: Layer already exists [2023-03-10T01:16:12.521Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:12.521Z] latest: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:12.863Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:13.195Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.88 [2023-03-10T01:16:13.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T01:16:13.195Z] d6ff06f625f4: Preparing [2023-03-10T01:16:13.195Z] f4feffcc7aa7: Preparing [2023-03-10T01:16:13.195Z] 39aac090df47: Preparing [2023-03-10T01:16:13.195Z] 00813e2d91da: Preparing [2023-03-10T01:16:13.195Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:13.462Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:13.462Z] d6ff06f625f4: Layer already exists [2023-03-10T01:16:13.462Z] f4feffcc7aa7: Layer already exists [2023-03-10T01:16:13.462Z] 39aac090df47: Layer already exists [2023-03-10T01:16:13.462Z] 00813e2d91da: Layer already exists [2023-03-10T01:16:13.462Z] 3.0.0-dev.88: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:14.060Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:14.399Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:14.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T01:16:14.399Z] d6ff06f625f4: Preparing [2023-03-10T01:16:14.399Z] f4feffcc7aa7: Preparing [2023-03-10T01:16:14.399Z] 39aac090df47: Preparing [2023-03-10T01:16:14.399Z] 00813e2d91da: Preparing [2023-03-10T01:16:14.399Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:14.665Z] 39aac090df47: Layer already exists [2023-03-10T01:16:14.665Z] f4feffcc7aa7: Layer already exists [2023-03-10T01:16:14.665Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:14.665Z] d6ff06f625f4: Layer already exists [2023-03-10T01:16:14.665Z] 00813e2d91da: Layer already exists [2023-03-10T01:16:14.665Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:15.006Z] + 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-10T01:16:15.333Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-10T01:16:15.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T01:16:15.333Z] d6ff06f625f4: Preparing [2023-03-10T01:16:15.333Z] f4feffcc7aa7: Preparing [2023-03-10T01:16:15.333Z] 39aac090df47: Preparing [2023-03-10T01:16:15.333Z] 00813e2d91da: Preparing [2023-03-10T01:16:15.333Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:15.333Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:15.333Z] d6ff06f625f4: Layer already exists [2023-03-10T01:16:15.333Z] f4feffcc7aa7: Layer already exists [2023-03-10T01:16:15.333Z] 00813e2d91da: Layer already exists [2023-03-10T01:16:15.333Z] 39aac090df47: Layer already exists [2023-03-10T01:16:15.599Z] main: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:16:15.648Z] ===================================================== [Pipeline] echo [2023-03-10T01:16:15.657Z] taggedImages: [2023-03-10T01:16:15.657Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:15.657Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-10T01:16:15.657Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.88 [2023-03-10T01:16:15.657Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:15.657Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-10T01:16:15.680Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-10T01:16:15.680Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:15.680Z] latest [2023-03-10T01:16:15.680Z] 3.0.0-dev.88 [2023-03-10T01:16:15.680Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:15.680Z] main [2023-03-10T01:16:15.680Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:16.035Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:16.380Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:16.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T01:16:16.380Z] 2ab8699b1870: Preparing [2023-03-10T01:16:16.380Z] 85d1ade8e522: Preparing [2023-03-10T01:16:16.380Z] e66d5482c5cb: Preparing [2023-03-10T01:16:16.380Z] 3029411fb3c2: Preparing [2023-03-10T01:16:16.380Z] 50dcd5d3225f: Preparing [2023-03-10T01:16:16.380Z] bed04672937f: Preparing [2023-03-10T01:16:16.380Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:16.380Z] bed04672937f: Waiting [2023-03-10T01:16:16.380Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:16:16.647Z] 85d1ade8e522: Pushed [2023-03-10T01:16:16.647Z] e66d5482c5cb: Pushed [2023-03-10T01:16:16.647Z] 2ab8699b1870: Pushed [2023-03-10T01:16:16.647Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:17.617Z] bed04672937f: Pushed [2023-03-10T01:16:25.888Z] 50dcd5d3225f: Pushed [2023-03-10T01:16:32.541Z] 3029411fb3c2: Pushed [2023-03-10T01:16:32.541Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:33.141Z] + 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-10T01:16:33.473Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-10T01:16:33.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T01:16:33.473Z] 2ab8699b1870: Preparing [2023-03-10T01:16:33.473Z] 85d1ade8e522: Preparing [2023-03-10T01:16:33.473Z] e66d5482c5cb: Preparing [2023-03-10T01:16:33.473Z] 3029411fb3c2: Preparing [2023-03-10T01:16:33.473Z] 50dcd5d3225f: Preparing [2023-03-10T01:16:33.473Z] bed04672937f: Preparing [2023-03-10T01:16:33.473Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:33.473Z] bed04672937f: Waiting [2023-03-10T01:16:33.473Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:16:33.473Z] 50dcd5d3225f: Layer already exists [2023-03-10T01:16:33.473Z] 85d1ade8e522: Layer already exists [2023-03-10T01:16:33.473Z] 3029411fb3c2: Layer already exists [2023-03-10T01:16:33.473Z] e66d5482c5cb: Layer already exists [2023-03-10T01:16:33.473Z] 2ab8699b1870: Layer already exists [2023-03-10T01:16:33.473Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:33.473Z] bed04672937f: Layer already exists [2023-03-10T01:16:33.738Z] latest: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:34.075Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:34.412Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.88 [2023-03-10T01:16:34.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T01:16:34.412Z] 2ab8699b1870: Preparing [2023-03-10T01:16:34.412Z] 85d1ade8e522: Preparing [2023-03-10T01:16:34.412Z] e66d5482c5cb: Preparing [2023-03-10T01:16:34.412Z] 3029411fb3c2: Preparing [2023-03-10T01:16:34.412Z] 50dcd5d3225f: Preparing [2023-03-10T01:16:34.412Z] bed04672937f: Preparing [2023-03-10T01:16:34.412Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:34.412Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:16:34.412Z] bed04672937f: Waiting [2023-03-10T01:16:34.412Z] e66d5482c5cb: Layer already exists [2023-03-10T01:16:34.412Z] 2ab8699b1870: Layer already exists [2023-03-10T01:16:34.412Z] 50dcd5d3225f: Layer already exists [2023-03-10T01:16:34.412Z] 85d1ade8e522: Layer already exists [2023-03-10T01:16:34.412Z] 3029411fb3c2: Layer already exists [2023-03-10T01:16:34.412Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:34.412Z] bed04672937f: Layer already exists [2023-03-10T01:16:34.679Z] 3.0.0-dev.88: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:35.018Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:35.357Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:35.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T01:16:35.357Z] 2ab8699b1870: Preparing [2023-03-10T01:16:35.357Z] 85d1ade8e522: Preparing [2023-03-10T01:16:35.357Z] e66d5482c5cb: Preparing [2023-03-10T01:16:35.357Z] 3029411fb3c2: Preparing [2023-03-10T01:16:35.357Z] 50dcd5d3225f: Preparing [2023-03-10T01:16:35.357Z] bed04672937f: Preparing [2023-03-10T01:16:35.357Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:35.357Z] bed04672937f: Waiting [2023-03-10T01:16:35.357Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:16:35.357Z] 3029411fb3c2: Layer already exists [2023-03-10T01:16:35.357Z] 2ab8699b1870: Layer already exists [2023-03-10T01:16:35.357Z] e66d5482c5cb: Layer already exists [2023-03-10T01:16:35.357Z] 85d1ade8e522: Layer already exists [2023-03-10T01:16:35.357Z] 50dcd5d3225f: Layer already exists [2023-03-10T01:16:35.357Z] bed04672937f: Layer already exists [2023-03-10T01:16:35.357Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:35.624Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:35.963Z] + 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-10T01:16:36.296Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-10T01:16:36.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T01:16:37.698Z] 2ab8699b1870: Preparing [2023-03-10T01:16:37.698Z] 85d1ade8e522: Preparing [2023-03-10T01:16:37.698Z] e66d5482c5cb: Preparing [2023-03-10T01:16:37.698Z] 3029411fb3c2: Preparing [2023-03-10T01:16:37.698Z] 50dcd5d3225f: Preparing [2023-03-10T01:16:37.698Z] bed04672937f: Preparing [2023-03-10T01:16:37.698Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:37.698Z] bed04672937f: Waiting [2023-03-10T01:16:37.698Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:16:37.698Z] 50dcd5d3225f: Layer already exists [2023-03-10T01:16:37.698Z] 2ab8699b1870: Layer already exists [2023-03-10T01:16:37.698Z] 85d1ade8e522: Layer already exists [2023-03-10T01:16:37.698Z] 3029411fb3c2: Layer already exists [2023-03-10T01:16:37.698Z] e66d5482c5cb: Layer already exists [2023-03-10T01:16:37.698Z] bed04672937f: Layer already exists [2023-03-10T01:16:37.698Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:37.965Z] main: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:16:38.017Z] ===================================================== [Pipeline] echo [2023-03-10T01:16:38.027Z] taggedImages: [2023-03-10T01:16:38.028Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:38.028Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-10T01:16:38.028Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.88 [2023-03-10T01:16:38.028Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:38.028Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-10T01:16:38.048Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-10T01:16:38.048Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:38.048Z] latest [2023-03-10T01:16:38.048Z] 3.0.0-dev.88 [2023-03-10T01:16:38.048Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:16:38.048Z] main [2023-03-10T01:16:38.048Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:38.405Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:38.755Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:16:38.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T01:16:38.756Z] 469da6b3d5b8: Preparing [2023-03-10T01:16:38.756Z] 79fe090b6c12: Preparing [2023-03-10T01:16:38.756Z] dc6838a32e7f: Preparing [2023-03-10T01:16:38.756Z] c7ad345440c2: Preparing [2023-03-10T01:16:38.756Z] d73b6acea5f1: Preparing [2023-03-10T01:16:38.756Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:38.756Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:16:39.021Z] dc6838a32e7f: Pushed [2023-03-10T01:16:39.021Z] 79fe090b6c12: Pushed [2023-03-10T01:16:39.021Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:39.021Z] 469da6b3d5b8: Pushed [2023-03-10T01:16:39.604Z] d73b6acea5f1: Pushed [2023-03-10T01:16:57.797Z] c7ad345440c2: Pushed [2023-03-10T01:16:57.797Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:58.134Z] + 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-10T01:16:58.466Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-10T01:16:58.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T01:16:58.466Z] 469da6b3d5b8: Preparing [2023-03-10T01:16:58.466Z] 79fe090b6c12: Preparing [2023-03-10T01:16:58.466Z] dc6838a32e7f: Preparing [2023-03-10T01:16:58.466Z] c7ad345440c2: Preparing [2023-03-10T01:16:58.466Z] d73b6acea5f1: Preparing [2023-03-10T01:16:58.466Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:58.466Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:16:58.466Z] d73b6acea5f1: Layer already exists [2023-03-10T01:16:58.466Z] dc6838a32e7f: Layer already exists [2023-03-10T01:16:58.466Z] c7ad345440c2: Layer already exists [2023-03-10T01:16:58.466Z] 469da6b3d5b8: Layer already exists [2023-03-10T01:16:58.466Z] 79fe090b6c12: Layer already exists [2023-03-10T01:16:58.466Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:58.731Z] latest: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:59.076Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:16:59.412Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.88 [2023-03-10T01:16:59.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T01:16:59.412Z] 469da6b3d5b8: Preparing [2023-03-10T01:16:59.412Z] 79fe090b6c12: Preparing [2023-03-10T01:16:59.412Z] dc6838a32e7f: Preparing [2023-03-10T01:16:59.412Z] c7ad345440c2: Preparing [2023-03-10T01:16:59.412Z] d73b6acea5f1: Preparing [2023-03-10T01:16:59.412Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:16:59.412Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:16:59.412Z] c7ad345440c2: Layer already exists [2023-03-10T01:16:59.412Z] 79fe090b6c12: Layer already exists [2023-03-10T01:16:59.412Z] d73b6acea5f1: Layer already exists [2023-03-10T01:16:59.412Z] 469da6b3d5b8: Layer already exists [2023-03-10T01:16:59.412Z] dc6838a32e7f: Layer already exists [2023-03-10T01:16:59.412Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:16:59.412Z] 3.0.0-dev.88: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:00.024Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:00.358Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:00.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T01:17:00.358Z] 469da6b3d5b8: Preparing [2023-03-10T01:17:00.358Z] 79fe090b6c12: Preparing [2023-03-10T01:17:00.358Z] dc6838a32e7f: Preparing [2023-03-10T01:17:00.358Z] c7ad345440c2: Preparing [2023-03-10T01:17:00.358Z] d73b6acea5f1: Preparing [2023-03-10T01:17:00.358Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:17:00.358Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:17:00.358Z] d73b6acea5f1: Layer already exists [2023-03-10T01:17:00.358Z] c7ad345440c2: Layer already exists [2023-03-10T01:17:00.358Z] 79fe090b6c12: Layer already exists [2023-03-10T01:17:00.358Z] dc6838a32e7f: Layer already exists [2023-03-10T01:17:00.358Z] 469da6b3d5b8: Layer already exists [2023-03-10T01:17:00.358Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:17:00.358Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:00.959Z] + 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-10T01:17:01.290Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-10T01:17:01.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T01:17:01.290Z] 469da6b3d5b8: Preparing [2023-03-10T01:17:01.290Z] 79fe090b6c12: Preparing [2023-03-10T01:17:01.290Z] dc6838a32e7f: Preparing [2023-03-10T01:17:01.290Z] c7ad345440c2: Preparing [2023-03-10T01:17:01.290Z] d73b6acea5f1: Preparing [2023-03-10T01:17:01.290Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:17:01.290Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:17:01.290Z] 469da6b3d5b8: Layer already exists [2023-03-10T01:17:01.290Z] c7ad345440c2: Layer already exists [2023-03-10T01:17:01.290Z] dc6838a32e7f: Layer already exists [2023-03-10T01:17:01.290Z] 79fe090b6c12: Layer already exists [2023-03-10T01:17:01.290Z] d73b6acea5f1: Layer already exists [2023-03-10T01:17:01.290Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:17:01.555Z] main: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:17:01.602Z] ===================================================== [Pipeline] echo [2023-03-10T01:17:01.608Z] taggedImages: [2023-03-10T01:17:01.608Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:01.608Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-10T01:17:01.608Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.88 [2023-03-10T01:17:01.608Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:01.608Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-10T01:17:01.629Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-10T01:17:01.629Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:01.629Z] latest [2023-03-10T01:17:01.629Z] 3.0.0-dev.88 [2023-03-10T01:17:01.629Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:01.629Z] main [2023-03-10T01:17:01.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:01.964Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:02.303Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:02.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T01:17:02.303Z] 537842d08042: Preparing [2023-03-10T01:17:02.303Z] 4649b3461a60: Preparing [2023-03-10T01:17:02.303Z] b0118dea1c50: Preparing [2023-03-10T01:17:02.303Z] 28e00a33ad2d: Preparing [2023-03-10T01:17:02.303Z] bed04672937f: Preparing [2023-03-10T01:17:02.303Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:17:02.303Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:17:02.303Z] bed04672937f: Layer already exists [2023-03-10T01:17:02.569Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:17:02.569Z] b0118dea1c50: Pushed [2023-03-10T01:17:02.569Z] 4649b3461a60: Pushed [2023-03-10T01:17:02.569Z] 537842d08042: Pushed [2023-03-10T01:17:20.771Z] 28e00a33ad2d: Pushed [2023-03-10T01:17:20.771Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:21.111Z] + 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-10T01:17:21.443Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-10T01:17:21.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T01:17:21.443Z] 537842d08042: Preparing [2023-03-10T01:17:21.443Z] 4649b3461a60: Preparing [2023-03-10T01:17:21.443Z] b0118dea1c50: Preparing [2023-03-10T01:17:21.443Z] 28e00a33ad2d: Preparing [2023-03-10T01:17:21.443Z] bed04672937f: Preparing [2023-03-10T01:17:21.443Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:17:21.443Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:17:21.443Z] 537842d08042: Layer already exists [2023-03-10T01:17:21.443Z] 28e00a33ad2d: Layer already exists [2023-03-10T01:17:21.443Z] b0118dea1c50: Layer already exists [2023-03-10T01:17:21.443Z] 4649b3461a60: Layer already exists [2023-03-10T01:17:21.443Z] bed04672937f: Layer already exists [2023-03-10T01:17:21.443Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:17:21.708Z] latest: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:22.041Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:22.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.88 [2023-03-10T01:17:22.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T01:17:22.373Z] 537842d08042: Preparing [2023-03-10T01:17:22.373Z] 4649b3461a60: Preparing [2023-03-10T01:17:22.373Z] b0118dea1c50: Preparing [2023-03-10T01:17:22.373Z] 28e00a33ad2d: Preparing [2023-03-10T01:17:22.373Z] bed04672937f: Preparing [2023-03-10T01:17:22.373Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:17:22.373Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:17:22.373Z] 28e00a33ad2d: Layer already exists [2023-03-10T01:17:22.373Z] 537842d08042: Layer already exists [2023-03-10T01:17:22.373Z] b0118dea1c50: Layer already exists [2023-03-10T01:17:22.373Z] bed04672937f: Layer already exists [2023-03-10T01:17:22.373Z] 4649b3461a60: Layer already exists [2023-03-10T01:17:22.373Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:17:22.639Z] 3.0.0-dev.88: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:22.976Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:23.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:23.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T01:17:23.306Z] 537842d08042: Preparing [2023-03-10T01:17:23.306Z] 4649b3461a60: Preparing [2023-03-10T01:17:23.306Z] b0118dea1c50: Preparing [2023-03-10T01:17:23.306Z] 28e00a33ad2d: Preparing [2023-03-10T01:17:23.306Z] bed04672937f: Preparing [2023-03-10T01:17:23.306Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:17:23.306Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:17:23.306Z] 537842d08042: Layer already exists [2023-03-10T01:17:23.306Z] bed04672937f: Layer already exists [2023-03-10T01:17:23.306Z] 4649b3461a60: Layer already exists [2023-03-10T01:17:23.306Z] b0118dea1c50: Layer already exists [2023-03-10T01:17:23.306Z] 28e00a33ad2d: Layer already exists [2023-03-10T01:17:23.306Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:17:23.573Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:23.933Z] + 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-10T01:17:24.274Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-10T01:17:24.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T01:17:24.274Z] 537842d08042: Preparing [2023-03-10T01:17:24.274Z] 4649b3461a60: Preparing [2023-03-10T01:17:24.274Z] b0118dea1c50: Preparing [2023-03-10T01:17:24.274Z] 28e00a33ad2d: Preparing [2023-03-10T01:17:24.274Z] bed04672937f: Preparing [2023-03-10T01:17:24.274Z] a8cfdf0cc8ec: Preparing [2023-03-10T01:17:24.274Z] a8cfdf0cc8ec: Waiting [2023-03-10T01:17:24.274Z] bed04672937f: Layer already exists [2023-03-10T01:17:24.274Z] 4649b3461a60: Layer already exists [2023-03-10T01:17:24.274Z] 537842d08042: Layer already exists [2023-03-10T01:17:24.274Z] 28e00a33ad2d: Layer already exists [2023-03-10T01:17:24.274Z] b0118dea1c50: Layer already exists [2023-03-10T01:17:24.274Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T01:17:24.540Z] main: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:17:24.595Z] ===================================================== [Pipeline] echo [2023-03-10T01:17:24.604Z] taggedImages: [2023-03-10T01:17:24.604Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:24.604Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-10T01:17:24.604Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.88 [2023-03-10T01:17:24.604Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:24.604Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-10T01:17:24.626Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-10T01:17:24.626Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:24.626Z] latest [2023-03-10T01:17:24.626Z] 3.0.0-dev.88 [2023-03-10T01:17:24.626Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:24.626Z] main [2023-03-10T01:17:24.626Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:24.968Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:25.308Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:25.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T01:17:25.308Z] c3ed7b02bf77: Preparing [2023-03-10T01:17:25.308Z] 7b0b755f162e: Preparing [2023-03-10T01:17:25.308Z] 39aac090df47: Preparing [2023-03-10T01:17:25.308Z] a82b76a49d72: Preparing [2023-03-10T01:17:25.308Z] f70ee36035b9: Preparing [2023-03-10T01:17:25.308Z] 39aac090df47: Layer already exists [2023-03-10T01:17:25.308Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:25.574Z] c3ed7b02bf77: Pushed [2023-03-10T01:17:25.840Z] a82b76a49d72: Pushed [2023-03-10T01:17:31.178Z] 7b0b755f162e: Pushed [2023-03-10T01:17:31.446Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:31.789Z] + 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-10T01:17:32.126Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-10T01:17:32.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T01:17:32.126Z] c3ed7b02bf77: Preparing [2023-03-10T01:17:32.126Z] 7b0b755f162e: Preparing [2023-03-10T01:17:32.126Z] 39aac090df47: Preparing [2023-03-10T01:17:32.126Z] a82b76a49d72: Preparing [2023-03-10T01:17:32.126Z] f70ee36035b9: Preparing [2023-03-10T01:17:32.126Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:32.126Z] c3ed7b02bf77: Layer already exists [2023-03-10T01:17:32.126Z] a82b76a49d72: Layer already exists [2023-03-10T01:17:32.126Z] 7b0b755f162e: Layer already exists [2023-03-10T01:17:32.126Z] 39aac090df47: Layer already exists [2023-03-10T01:17:32.126Z] latest: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:32.729Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:33.062Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.88 [2023-03-10T01:17:33.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T01:17:33.062Z] c3ed7b02bf77: Preparing [2023-03-10T01:17:33.062Z] 7b0b755f162e: Preparing [2023-03-10T01:17:33.062Z] 39aac090df47: Preparing [2023-03-10T01:17:33.062Z] a82b76a49d72: Preparing [2023-03-10T01:17:33.062Z] f70ee36035b9: Preparing [2023-03-10T01:17:33.062Z] 39aac090df47: Layer already exists [2023-03-10T01:17:33.062Z] 7b0b755f162e: Layer already exists [2023-03-10T01:17:33.062Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:33.062Z] a82b76a49d72: Layer already exists [2023-03-10T01:17:33.062Z] c3ed7b02bf77: Layer already exists [2023-03-10T01:17:33.062Z] 3.0.0-dev.88: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:33.664Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:34.006Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:34.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T01:17:34.006Z] c3ed7b02bf77: Preparing [2023-03-10T01:17:34.006Z] 7b0b755f162e: Preparing [2023-03-10T01:17:34.006Z] 39aac090df47: Preparing [2023-03-10T01:17:34.006Z] a82b76a49d72: Preparing [2023-03-10T01:17:34.006Z] f70ee36035b9: Preparing [2023-03-10T01:17:34.006Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:34.006Z] a82b76a49d72: Layer already exists [2023-03-10T01:17:34.006Z] c3ed7b02bf77: Layer already exists [2023-03-10T01:17:34.006Z] 7b0b755f162e: Layer already exists [2023-03-10T01:17:34.006Z] 39aac090df47: Layer already exists [2023-03-10T01:17:34.006Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:34.351Z] + 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-10T01:17:34.689Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-10T01:17:34.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T01:17:34.689Z] c3ed7b02bf77: Preparing [2023-03-10T01:17:34.689Z] 7b0b755f162e: Preparing [2023-03-10T01:17:34.689Z] 39aac090df47: Preparing [2023-03-10T01:17:34.689Z] a82b76a49d72: Preparing [2023-03-10T01:17:34.689Z] f70ee36035b9: Preparing [2023-03-10T01:17:34.689Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:34.689Z] 7b0b755f162e: Layer already exists [2023-03-10T01:17:34.689Z] c3ed7b02bf77: Layer already exists [2023-03-10T01:17:34.689Z] a82b76a49d72: Layer already exists [2023-03-10T01:17:34.689Z] 39aac090df47: Layer already exists [2023-03-10T01:17:34.955Z] main: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:17:34.996Z] ===================================================== [Pipeline] echo [2023-03-10T01:17:35.002Z] taggedImages: [2023-03-10T01:17:35.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:35.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-10T01:17:35.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.88 [2023-03-10T01:17:35.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:35.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-10T01:17:35.016Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-10T01:17:35.016Z] 97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:35.016Z] latest [2023-03-10T01:17:35.016Z] 3.0.0-dev.88 [2023-03-10T01:17:35.016Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:35.016Z] main [2023-03-10T01:17:35.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:35.357Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:35.684Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:35.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T01:17:35.684Z] 43aea6db3f0e: Preparing [2023-03-10T01:17:35.684Z] 00090168d285: Preparing [2023-03-10T01:17:35.684Z] 39aac090df47: Preparing [2023-03-10T01:17:35.684Z] 0655b9424643: Preparing [2023-03-10T01:17:35.684Z] f70ee36035b9: Preparing [2023-03-10T01:17:35.684Z] 39aac090df47: Layer already exists [2023-03-10T01:17:35.684Z] 0655b9424643: Layer already exists [2023-03-10T01:17:35.684Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:35.950Z] 43aea6db3f0e: Pushed [2023-03-10T01:17:42.584Z] 00090168d285: Pushed [2023-03-10T01:17:42.584Z] 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:42.921Z] + 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-10T01:17:43.255Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-10T01:17:43.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T01:17:43.255Z] 43aea6db3f0e: Preparing [2023-03-10T01:17:43.255Z] 00090168d285: Preparing [2023-03-10T01:17:43.255Z] 39aac090df47: Preparing [2023-03-10T01:17:43.255Z] 0655b9424643: Preparing [2023-03-10T01:17:43.255Z] f70ee36035b9: Preparing [2023-03-10T01:17:43.255Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:43.255Z] 43aea6db3f0e: Layer already exists [2023-03-10T01:17:43.255Z] 39aac090df47: Layer already exists [2023-03-10T01:17:43.255Z] 0655b9424643: Layer already exists [2023-03-10T01:17:43.255Z] 00090168d285: Layer already exists [2023-03-10T01:17:43.521Z] latest: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:43.857Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:44.188Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.88 [2023-03-10T01:17:44.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T01:17:44.189Z] 43aea6db3f0e: Preparing [2023-03-10T01:17:44.189Z] 00090168d285: Preparing [2023-03-10T01:17:44.189Z] 39aac090df47: Preparing [2023-03-10T01:17:44.189Z] 0655b9424643: Preparing [2023-03-10T01:17:44.189Z] f70ee36035b9: Preparing [2023-03-10T01:17:44.189Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:44.189Z] 0655b9424643: Layer already exists [2023-03-10T01:17:44.189Z] 39aac090df47: Layer already exists [2023-03-10T01:17:44.189Z] 00090168d285: Layer already exists [2023-03-10T01:17:44.189Z] 43aea6db3f0e: Layer already exists [2023-03-10T01:17:44.189Z] 3.0.0-dev.88: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:44.791Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:45.120Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:45.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T01:17:45.120Z] 43aea6db3f0e: Preparing [2023-03-10T01:17:45.120Z] 00090168d285: Preparing [2023-03-10T01:17:45.120Z] 39aac090df47: Preparing [2023-03-10T01:17:45.120Z] 0655b9424643: Preparing [2023-03-10T01:17:45.120Z] f70ee36035b9: Preparing [2023-03-10T01:17:45.120Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:45.120Z] 00090168d285: Layer already exists [2023-03-10T01:17:45.120Z] 39aac090df47: Layer already exists [2023-03-10T01:17:45.120Z] 0655b9424643: Layer already exists [2023-03-10T01:17:45.120Z] 43aea6db3f0e: Layer already exists [2023-03-10T01:17:45.120Z] 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:45.720Z] + 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-10T01:17:46.058Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-10T01:17:46.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T01:17:46.058Z] 43aea6db3f0e: Preparing [2023-03-10T01:17:46.058Z] 00090168d285: Preparing [2023-03-10T01:17:46.058Z] 39aac090df47: Preparing [2023-03-10T01:17:46.058Z] 0655b9424643: Preparing [2023-03-10T01:17:46.058Z] f70ee36035b9: Preparing [2023-03-10T01:17:46.058Z] 39aac090df47: Layer already exists [2023-03-10T01:17:46.058Z] 43aea6db3f0e: Layer already exists [2023-03-10T01:17:46.058Z] f70ee36035b9: Layer already exists [2023-03-10T01:17:46.058Z] 00090168d285: Layer already exists [2023-03-10T01:17:46.058Z] 0655b9424643: Layer already exists [2023-03-10T01:17:46.332Z] main: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T01:17:46.377Z] ===================================================== [Pipeline] echo [2023-03-10T01:17:46.384Z] taggedImages: [2023-03-10T01:17:46.384Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120 [2023-03-10T01:17:46.384Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-10T01:17:46.384Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.88 [2023-03-10T01:17:46.384Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [2023-03-10T01:17:46.384Z] - 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-10T01:17:46.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:17:46.746Z] [2023-03-10T01:17:46.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:17:47.094Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:17:47.095Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-10T01:17:47.095Z] 8998bd30e6a1: Pulling fs layer [2023-03-10T01:17:47.095Z] 04944245beec: Pulling fs layer [2023-03-10T01:17:47.095Z] 699f458cf7ca: Pulling fs layer [2023-03-10T01:17:47.095Z] 765212b225bb: Pulling fs layer [2023-03-10T01:17:47.095Z] f23df028b6ca: Pulling fs layer [2023-03-10T01:17:47.095Z] d65c8cfc05b1: Pulling fs layer [2023-03-10T01:17:47.095Z] 2437ff75d9bd: Pulling fs layer [2023-03-10T01:17:47.095Z] 765212b225bb: Waiting [2023-03-10T01:17:47.095Z] d65c8cfc05b1: Waiting [2023-03-10T01:17:47.095Z] f23df028b6ca: Waiting [2023-03-10T01:17:47.095Z] 2437ff75d9bd: Waiting [2023-03-10T01:17:47.386Z] 04944245beec: Verifying Checksum [2023-03-10T01:17:47.386Z] 04944245beec: Download complete [2023-03-10T01:17:47.386Z] 765212b225bb: Verifying Checksum [2023-03-10T01:17:47.386Z] 765212b225bb: Download complete [2023-03-10T01:17:47.386Z] f23df028b6ca: Verifying Checksum [2023-03-10T01:17:47.386Z] f23df028b6ca: Download complete [2023-03-10T01:17:47.386Z] d65c8cfc05b1: Verifying Checksum [2023-03-10T01:17:47.386Z] d65c8cfc05b1: Download complete [2023-03-10T01:17:47.386Z] 699f458cf7ca: Verifying Checksum [2023-03-10T01:17:47.386Z] 699f458cf7ca: Download complete [2023-03-10T01:17:47.983Z] 8998bd30e6a1: Download complete [2023-03-10T01:17:50.556Z] 2437ff75d9bd: Verifying Checksum [2023-03-10T01:17:50.556Z] 2437ff75d9bd: Download complete [2023-03-10T01:17:51.961Z] 8998bd30e6a1: Pull complete [2023-03-10T01:17:52.544Z] 04944245beec: Pull complete [2023-03-10T01:17:53.951Z] 699f458cf7ca: Pull complete [2023-03-10T01:17:54.217Z] 765212b225bb: Pull complete [2023-03-10T01:17:54.801Z] f23df028b6ca: Pull complete [2023-03-10T01:17:55.067Z] d65c8cfc05b1: Pull complete [2023-03-10T01:18:10.054Z] 2437ff75d9bd: Pull complete [2023-03-10T01:18:10.054Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-10T01:18:10.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:18:10.054Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:18:10.256Z] prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container [2023-03-10T01:18:10.325Z] $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-10T01:18:13.109Z] $ docker top a8f3db761ce83bf36ecc43efbfdf0615f04f7b70238e2a80079fe6e1d42db306 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:18:13.975Z] ---> job-cost.sh [2023-03-10T01:18:13.975Z] lf-activate-venv: SKIPPING [2023-03-10T01:18:13.975Z] INFO: No Stack... [2023-03-10T01:18:14.242Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-10T01:18:15.200Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T01:18:15.837Z] + cat /w/workspace/edgex-go/450/archives/cost.csv [2023-03-10T01:18:15.837Z] + cut -d, -f6 [Pipeline] lock [2023-03-10T01:18:15.906Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-450-stack-cost] [2023-03-10T01:18:15.913Z] Resource [jenkins-edgexfoundry-edgex-go-main-450-stack-cost] did not exist. Created. [2023-03-10T01:18:15.913Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-450-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T01:18:16.554Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-10T01:18:17.209Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T01:18:17.217Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-450-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T01:18:17.238Z] $ docker stop --time=1 a8f3db761ce83bf36ecc43efbfdf0615f04f7b70238e2a80079fe6e1d42db306 [2023-03-10T01:18:18.745Z] $ docker rm -f --volumes a8f3db761ce83bf36ecc43efbfdf0615f04f7b70238e2a80079fe6e1d42db306 [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-10T01:18:19.154Z] provisioning config files... [2023-03-10T01:18:19.160Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/450@tmp/config10625337577916934670tmp [Pipeline] { [Pipeline] sh [2023-03-10T01:18:19.450Z] + set +x [2023-03-10T01:18:19.451Z] + curl -s https://codecov.io/bash [2023-03-10T01:18:19.451Z] + bash -s -- [2023-03-10T01:18:19.451Z] [2023-03-10T01:18:19.451Z] _____ _ [2023-03-10T01:18:19.451Z] / ____| | | [2023-03-10T01:18:19.451Z] | | ___ __| | ___ ___ _____ __ [2023-03-10T01:18:19.451Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-10T01:18:19.451Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-10T01:18:19.451Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-10T01:18:19.451Z] Bash-1.0.6 [2023-03-10T01:18:19.451Z] [2023-03-10T01:18:19.451Z] [2023-03-10T01:18:19.451Z] ==> git version 2.25.1 found [2023-03-10T01:18:19.451Z] ==> 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-10T01:18:19.451Z] Release-Date: 2020-01-08 [2023-03-10T01:18:19.451Z] 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-10T01:18:19.451Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-10T01:18:19.451Z] ==> Jenkins CI detected. [2023-03-10T01:18:19.451Z] current dir:  /w/workspace/edgex-go/450 [2023-03-10T01:18:19.451Z] project root: . [2023-03-10T01:18:19.451Z] --> token set from env [2023-03-10T01:18:19.451Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-10T01:18:19.451Z] ==> Running gcov in . (disable via -X gcov) [2023-03-10T01:18:19.451Z] ==> Python coveragepy not found [2023-03-10T01:18:19.451Z] ==> Searching for coverage reports in: [2023-03-10T01:18:19.451Z] + . [2023-03-10T01:18:19.451Z] -> Found 1 reports [2023-03-10T01:18:19.451Z] ==> Detecting git/mercurial file structure [2023-03-10T01:18:19.451Z] ==> Reading reports [2023-03-10T01:18:19.709Z] + ./coverage.out bytes=447487 [2023-03-10T01:18:19.709Z] ==> Appending adjustments [2023-03-10T01:18:19.709Z] https://docs.codecov.io/docs/fixing-reports [2023-03-10T01:18:20.644Z] + Found adjustments [2023-03-10T01:18:20.644Z] ==> Gzipping contents [2023-03-10T01:18:20.644Z] 60K /tmp/codecov.wNoVfU.gz [2023-03-10T01:18:20.644Z] ==> Uploading reports [2023-03-10T01:18:20.644Z] url: https://codecov.io [2023-03-10T01:18:20.644Z] query: branch=main&commit=97ead1fc80aa095b46845053832efa05950d1120&build=450&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F450%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-10T01:18:20.644Z] -> Pinging Codecov [2023-03-10T01:18:20.644Z] 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=97ead1fc80aa095b46845053832efa05950d1120&build=450&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F450%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-10T01:18:20.902Z] -> Uploading to [2023-03-10T01:18:20.902Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-10/00271124DB129430A58F1EEE437C3FCB/97ead1fc80aa095b46845053832efa05950d1120/c44d9d74-c870-44b2-89bb-475adde18bf0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230310T011820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0ec23996934350e061f69deef3fd8225073939f12575bd605bb2579a5f1b102 [2023-03-10T01:18:20.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:18:20.902Z] Dload Upload Total Spent Left Speed [2023-03-10T01:18:21.160Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58138 0 0 100 58138 0 168k --:--:-- --:--:-- --:--:-- 168k [2023-03-10T01:18:21.160Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [2023-03-10T01:18:21.167Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-10T01:18:21.300Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-10T01:18:21.311Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:18:21.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T01:18:21.610Z] [2023-03-10T01:18:21.610Z] 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-10T01:18:21.909Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T01:18:21.909Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-10T01:18:21.909Z] df9b9388f04a: Pulling fs layer [2023-03-10T01:18:21.909Z] 52dc419b0ee2: Pulling fs layer [2023-03-10T01:18:21.909Z] 25bc292e5bac: Pulling fs layer [2023-03-10T01:18:21.909Z] 114826534d7a: Pulling fs layer [2023-03-10T01:18:21.909Z] 4657fd5d0bcf: Pulling fs layer [2023-03-10T01:18:21.909Z] 114826534d7a: Waiting [2023-03-10T01:18:21.909Z] 6ad1cebc031e: Pulling fs layer [2023-03-10T01:18:21.909Z] 8a3aa393b2d8: Pulling fs layer [2023-03-10T01:18:21.909Z] 4657fd5d0bcf: Waiting [2023-03-10T01:18:21.909Z] 6ad1cebc031e: Waiting [2023-03-10T01:18:21.909Z] 8a3aa393b2d8: Waiting [2023-03-10T01:18:21.909Z] 25bc292e5bac: Verifying Checksum [2023-03-10T01:18:21.909Z] 25bc292e5bac: Download complete [2023-03-10T01:18:21.909Z] 52dc419b0ee2: Download complete [2023-03-10T01:18:21.909Z] 4657fd5d0bcf: Download complete [2023-03-10T01:18:21.909Z] df9b9388f04a: Verifying Checksum [2023-03-10T01:18:21.909Z] df9b9388f04a: Download complete [2023-03-10T01:18:22.168Z] 6ad1cebc031e: Verifying Checksum [2023-03-10T01:18:22.168Z] 6ad1cebc031e: Download complete [2023-03-10T01:18:22.168Z] df9b9388f04a: Pull complete [2023-03-10T01:18:22.427Z] 52dc419b0ee2: Pull complete [2023-03-10T01:18:22.427Z] 25bc292e5bac: Pull complete [2023-03-10T01:18:22.993Z] 114826534d7a: Verifying Checksum [2023-03-10T01:18:22.993Z] 114826534d7a: Download complete [2023-03-10T01:18:22.993Z] 8a3aa393b2d8: Verifying Checksum [2023-03-10T01:18:22.993Z] 8a3aa393b2d8: Download complete [2023-03-10T01:18:26.274Z] 114826534d7a: Pull complete [2023-03-10T01:18:26.274Z] 4657fd5d0bcf: Pull complete [2023-03-10T01:18:26.840Z] 6ad1cebc031e: Pull complete [2023-03-10T01:18:29.372Z] 8a3aa393b2d8: Pull complete [2023-03-10T01:18:29.372Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-10T01:18:29.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T01:18:29.372Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:18:29.443Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T01:18:29.467Z] $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-10T01:18:35.872Z] $ docker top 02d6316630418862f4cb38a797223acca2a5de6de5999996daf7b9a50226629c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T01:18:35.937Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-10T01:18:36.214Z] + set -o pipefail [2023-03-10T01:18:36.214Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-10T01:18:41.482Z] [2023-03-10T01:18:41.482Z] Monitoring /w/workspace/edgex-go/450 (github.com/edgexfoundry/edgex-go)... [2023-03-10T01:18:41.482Z] [2023-03-10T01:18:41.482Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ba591d62-bade-4ec1-8746-6d8f07186098 [2023-03-10T01:18:41.482Z] [2023-03-10T01:18:41.482Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-10T01:18:41.482Z] [2023-03-10T01:18:41.482Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-10T01:18:41.482Z] [2023-03-10T01:18:41.482Z] [2023-03-10T01:18:41.482Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-10T01:18:41.482Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-10T01:18:41.482Z] More details here: https://snyk.co/ue1NS [2023-03-10T01:18:41.482Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-10T01:18:41.482Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-10T01:18:41.489Z] $ docker stop --time=1 02d6316630418862f4cb38a797223acca2a5de6de5999996daf7b9a50226629c [2023-03-10T01:18:45.114Z] $ docker rm -f --volumes 02d6316630418862f4cb38a797223acca2a5de6de5999996daf7b9a50226629c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-10T01:18:45.495Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T01:18:45.510Z] provisioning config files... [2023-03-10T01:18:45.520Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/450@tmp/config9200156799193235838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:18:45.826Z] --> edgex-publish-swagger.sh [2023-03-10T01:18:45.826Z] === Publish openapi/v3 API === [2023-03-10T01:18:45.826Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-10T01:18:45.826Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/450/openapi/v3/core-command.yaml] [2023-03-10T01:18:45.826Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:18:45.826Z] Dload Upload Total Spent Left Speed [2023-03-10T01:18:46.396Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 130k --:--:-- --:--:-- --:--:-- 129k 100 29030 0 0 100 29030 0 49539 --:--:-- --:--:-- --:--:-- 49539 [2023-03-10T01:18:46.396Z] [2023-03-10T01:18:46.396Z] [2023-03-10T01:18:46.396Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/450/openapi/v3/core-data.yaml] [2023-03-10T01:18:46.396Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:18:46.396Z] Dload Upload Total Spent Left Speed [2023-03-10T01:18:46.971Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 129k --:--:-- --:--:-- --:--:-- 129k [2023-03-10T01:18:46.971Z] [2023-03-10T01:18:46.971Z] [2023-03-10T01:18:46.971Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/450/openapi/v3/core-metadata.yaml] [2023-03-10T01:18:46.971Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:18:46.971Z] Dload Upload Total Spent Left Speed [2023-03-10T01:18:47.540Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 241k --:--:-- --:--:-- --:--:-- 241k [2023-03-10T01:18:47.540Z] [2023-03-10T01:18:47.540Z] [2023-03-10T01:18:47.540Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/450/openapi/v3/support-notifications.yaml] [2023-03-10T01:18:47.540Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:18:47.540Z] Dload Upload Total Spent Left Speed [2023-03-10T01:18:48.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 176k --:--:-- --:--:-- --:--:-- 176k 100 86965 0 0 100 86965 0 176k --:--:-- --:--:-- --:--:-- 176k [2023-03-10T01:18:48.112Z] [2023-03-10T01:18:48.112Z] [2023-03-10T01:18:48.112Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/450/openapi/v3/support-scheduler.yaml] [2023-03-10T01:18:48.112Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:18:48.112Z] Dload Upload Total Spent Left Speed [2023-03-10T01:18:48.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 77275 --:--:-- --:--:-- --:--:-- 77275 [2023-03-10T01:18:48.371Z] [2023-03-10T01:18:48.371Z] [Pipeline] } [2023-03-10T01:18:48.379Z] 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-10T01:18:48.747Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T01:18:48.747Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:18:49.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:18:49.050Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:18:49.117Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T01:18:49.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T01:18:49.568Z] $ docker top 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T01:18:49.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T01:18:49.650Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T01:18:49.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T01:18:49.760Z] $ docker exec 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 ssh-agent [2023-03-10T01:18:49.894Z] SSH_AUTH_SOCK=/tmp/ssh-ZPK2sMpdMJ0S/agent.32 [2023-03-10T01:18:49.894Z] SSH_AGENT_PID=38 [2023-03-10T01:18:49.898Z] Running ssh-add (command line suppressed) [2023-03-10T01:18:50.002Z] Identity added: /w/workspace/edgex-go/450@tmp/private_key_11490199431243779811.key (/w/workspace/edgex-go/450@tmp/private_key_11490199431243779811.key) [2023-03-10T01:18:50.018Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T01:18:50.300Z] + git semver tag [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,484 [run_tag] DEBUG tag force:False [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,485 [check_head_tag] DEBUG check head tag [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,488 [execute] INFO git cat-file --batch-check [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,489 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=) [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,494 [execute] INFO git cat-file --batch [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,494 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=) [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,555 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,555 [execute] INFO git tag -a v3.0.0-dev.88 -m v3.0.0-dev.88 [2023-03-10T01:18:50.558Z] 2023-03-10 01:18:50,555 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.88', '-m', 'v3.0.0-dev.88'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=None) [2023-03-10T01:18:50.817Z] 2023-03-10 01:18:50,560 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main [2023-03-10T01:18:50.817Z] 3.0.0-dev.88 [Pipeline] } [2023-03-10T01:18:50.826Z] $ docker exec --env ******** --env ******** 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 ssh-agent -k [2023-03-10T01:18:50.921Z] unset SSH_AUTH_SOCK; [2023-03-10T01:18:50.922Z] unset SSH_AGENT_PID; [2023-03-10T01:18:50.922Z] echo Agent pid 38 killed; [2023-03-10T01:18:50.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T01:18:51.227Z] + git semver [Pipeline] } [2023-03-10T01:18:51.496Z] $ docker stop --time=1 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 [2023-03-10T01:18:52.760Z] $ docker rm -f --volumes 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:18:53.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T01:18:53.123Z] [2023-03-10T01:18:53.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:18:53.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T01:18:53.421Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-10T01:18:53.421Z] ab5ef0e58194: Pulling fs layer [2023-03-10T01:18:53.421Z] 9712f1f96733: Pulling fs layer [2023-03-10T01:18:53.421Z] 63f879dbbcfc: Pulling fs layer [2023-03-10T01:18:53.421Z] 0d9ebad4ef96: Pulling fs layer [2023-03-10T01:18:53.421Z] e9a5061849ea: Pulling fs layer [2023-03-10T01:18:53.421Z] d747dcd14b5f: Pulling fs layer [2023-03-10T01:18:53.421Z] 2de7ff778b66: Pulling fs layer [2023-03-10T01:18:53.421Z] e9a5061849ea: Waiting [2023-03-10T01:18:53.421Z] d747dcd14b5f: Waiting [2023-03-10T01:18:53.421Z] 2de7ff778b66: Waiting [2023-03-10T01:18:53.421Z] 0d9ebad4ef96: Waiting [2023-03-10T01:18:53.421Z] 9712f1f96733: Verifying Checksum [2023-03-10T01:18:53.421Z] 9712f1f96733: Download complete [2023-03-10T01:18:54.018Z] 63f879dbbcfc: Verifying Checksum [2023-03-10T01:18:54.018Z] 63f879dbbcfc: Download complete [2023-03-10T01:18:54.279Z] ab5ef0e58194: Verifying Checksum [2023-03-10T01:18:54.279Z] ab5ef0e58194: Download complete [2023-03-10T01:18:54.279Z] 0d9ebad4ef96: Verifying Checksum [2023-03-10T01:18:54.279Z] 0d9ebad4ef96: Download complete [2023-03-10T01:18:54.279Z] e9a5061849ea: Verifying Checksum [2023-03-10T01:18:54.279Z] e9a5061849ea: Download complete [2023-03-10T01:18:54.279Z] d747dcd14b5f: Download complete [2023-03-10T01:18:54.279Z] 2de7ff778b66: Verifying Checksum [2023-03-10T01:18:54.279Z] 2de7ff778b66: Download complete [2023-03-10T01:18:57.580Z] ab5ef0e58194: Pull complete [2023-03-10T01:18:57.580Z] 9712f1f96733: Pull complete [2023-03-10T01:18:57.837Z] 63f879dbbcfc: Pull complete [2023-03-10T01:19:02.016Z] 0d9ebad4ef96: Pull complete [2023-03-10T01:19:02.016Z] e9a5061849ea: Pull complete [2023-03-10T01:19:02.016Z] d747dcd14b5f: Pull complete [2023-03-10T01:19:02.949Z] 2de7ff778b66: Pull complete [2023-03-10T01:19:02.949Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-10T01:19:02.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T01:19:02.949Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:19:03.023Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T01:19:03.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-10T01:19:09.388Z] $ docker top 75ed3deb4fdf5480d1abf67ff72c3386e4f5a40b7fb6c55d6f0325a92ce75b8e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-10T01:19:09.459Z] provisioning config files... [2023-03-10T01:19:09.465Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/450@tmp/config5103983844042947331tmp [2023-03-10T01:19:09.475Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/450@tmp/config8007208069793191686tmp [2023-03-10T01:19:09.482Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/450@tmp/config12411036524252391586tmp [Pipeline] { [Pipeline] echo [2023-03-10T01:19:09.497Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:09.780Z] ---> sigul-configuration.sh [2023-03-10T01:19:09.780Z] gpg: directory `/root/.gnupg' created [2023-03-10T01:19:09.780Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-10T01:19:09.780Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-10T01:19:09.780Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-10T01:19:09.780Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-10T01:19:09.780Z] gpg: CAST5 encrypted data [2023-03-10T01:19:09.780Z] gpg: encrypted with 1 passphrase [2023-03-10T01:19:09.780Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-10T01:19:10.065Z] + mkdir /home/jenkins [2023-03-10T01:19:10.065Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-10T01:19:10.348Z] + 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-10T01:19:10.357Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:10.641Z] ---> sigul-install.sh [2023-03-10T01:19:10.641Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-10T01:19:10.926Z] + git tag --list [2023-03-10T01:19:10.926Z] 0.6.0 [2023-03-10T01:19:10.926Z] 0.6.1 [2023-03-10T01:19:10.926Z] 0.7.0 [2023-03-10T01:19:10.926Z] 0.7.1 [2023-03-10T01:19:10.926Z] v1.0.0 [2023-03-10T01:19:10.926Z] v1.0.1 [2023-03-10T01:19:10.926Z] v1.1.0 [2023-03-10T01:19:10.926Z] v1.2.0 [2023-03-10T01:19:10.926Z] v1.2.1 [2023-03-10T01:19:10.926Z] v1.3.0 [2023-03-10T01:19:10.926Z] v1.3.1 [2023-03-10T01:19:10.926Z] v2.0.0 [2023-03-10T01:19:10.926Z] v2.1.0 [2023-03-10T01:19:10.926Z] v2.1.1 [2023-03-10T01:19:10.926Z] v2.1.1-dev.1 [2023-03-10T01:19:10.926Z] v2.1.1-dev.2 [2023-03-10T01:19:10.926Z] v2.1.1-dev.3 [2023-03-10T01:19:10.926Z] v2.1.1-dev.4 [2023-03-10T01:19:10.926Z] v2.1.1-dev.5 [2023-03-10T01:19:10.926Z] v2.1.1-dev.6 [2023-03-10T01:19:10.926Z] v2.1.1-dev.7 [2023-03-10T01:19:10.926Z] v2.1.1-dev.8 [2023-03-10T01:19:10.926Z] v2.1.2-dev.1 [2023-03-10T01:19:10.926Z] v2.2.0 [2023-03-10T01:19:10.926Z] v2.2.1-dev.1 [2023-03-10T01:19:10.926Z] v2.2.1-dev.10 [2023-03-10T01:19:10.926Z] v2.2.1-dev.11 [2023-03-10T01:19:10.926Z] v2.2.1-dev.12 [2023-03-10T01:19:10.926Z] v2.2.1-dev.13 [2023-03-10T01:19:10.926Z] v2.2.1-dev.14 [2023-03-10T01:19:10.926Z] v2.2.1-dev.15 [2023-03-10T01:19:10.926Z] v2.2.1-dev.16 [2023-03-10T01:19:10.926Z] v2.2.1-dev.17 [2023-03-10T01:19:10.926Z] v2.2.1-dev.18 [2023-03-10T01:19:10.926Z] v2.2.1-dev.19 [2023-03-10T01:19:10.926Z] v2.2.1-dev.2 [2023-03-10T01:19:10.926Z] v2.2.1-dev.20 [2023-03-10T01:19:10.926Z] v2.2.1-dev.21 [2023-03-10T01:19:10.926Z] v2.2.1-dev.22 [2023-03-10T01:19:10.926Z] v2.2.1-dev.23 [2023-03-10T01:19:10.926Z] v2.2.1-dev.24 [2023-03-10T01:19:10.926Z] v2.2.1-dev.25 [2023-03-10T01:19:10.926Z] v2.2.1-dev.26 [2023-03-10T01:19:10.926Z] v2.2.1-dev.27 [2023-03-10T01:19:10.926Z] v2.2.1-dev.28 [2023-03-10T01:19:10.926Z] v2.2.1-dev.29 [2023-03-10T01:19:10.926Z] v2.2.1-dev.3 [2023-03-10T01:19:10.926Z] v2.2.1-dev.4 [2023-03-10T01:19:10.926Z] v2.2.1-dev.5 [2023-03-10T01:19:10.926Z] v2.2.1-dev.6 [2023-03-10T01:19:10.926Z] v2.2.1-dev.7 [2023-03-10T01:19:10.926Z] v2.2.1-dev.8 [2023-03-10T01:19:10.926Z] v2.2.1-dev.9 [2023-03-10T01:19:10.926Z] v2.3.0 [2023-03-10T01:19:10.926Z] v2.3.0-dev.100 [2023-03-10T01:19:10.926Z] v2.3.0-dev.101 [2023-03-10T01:19:10.926Z] v2.3.0-dev.102 [2023-03-10T01:19:10.926Z] v2.3.0-dev.103 [2023-03-10T01:19:10.926Z] v2.3.0-dev.104 [2023-03-10T01:19:10.926Z] v2.3.0-dev.105 [2023-03-10T01:19:10.926Z] v2.3.0-dev.106 [2023-03-10T01:19:10.926Z] v2.3.0-dev.29 [2023-03-10T01:19:10.926Z] v2.3.0-dev.30 [2023-03-10T01:19:10.926Z] v2.3.0-dev.31 [2023-03-10T01:19:10.926Z] v2.3.0-dev.32 [2023-03-10T01:19:10.926Z] v2.3.0-dev.33 [2023-03-10T01:19:10.926Z] v2.3.0-dev.34 [2023-03-10T01:19:10.926Z] v2.3.0-dev.35 [2023-03-10T01:19:10.926Z] v2.3.0-dev.36 [2023-03-10T01:19:10.926Z] v2.3.0-dev.37 [2023-03-10T01:19:10.926Z] v2.3.0-dev.38 [2023-03-10T01:19:10.926Z] v2.3.0-dev.39 [2023-03-10T01:19:10.926Z] v2.3.0-dev.40 [2023-03-10T01:19:10.926Z] v2.3.0-dev.41 [2023-03-10T01:19:10.926Z] v2.3.0-dev.42 [2023-03-10T01:19:10.926Z] v2.3.0-dev.43 [2023-03-10T01:19:10.926Z] v2.3.0-dev.44 [2023-03-10T01:19:10.926Z] v2.3.0-dev.45 [2023-03-10T01:19:10.926Z] v2.3.0-dev.46 [2023-03-10T01:19:10.926Z] v2.3.0-dev.47 [2023-03-10T01:19:10.926Z] v2.3.0-dev.48 [2023-03-10T01:19:10.926Z] v2.3.0-dev.49 [2023-03-10T01:19:10.926Z] v2.3.0-dev.50 [2023-03-10T01:19:10.926Z] v2.3.0-dev.51 [2023-03-10T01:19:10.926Z] v2.3.0-dev.52 [2023-03-10T01:19:10.926Z] v2.3.0-dev.53 [2023-03-10T01:19:10.926Z] v2.3.0-dev.54 [2023-03-10T01:19:10.926Z] v2.3.0-dev.55 [2023-03-10T01:19:10.926Z] v2.3.0-dev.56 [2023-03-10T01:19:10.926Z] v2.3.0-dev.57 [2023-03-10T01:19:10.926Z] v2.3.0-dev.58 [2023-03-10T01:19:10.926Z] v2.3.0-dev.59 [2023-03-10T01:19:10.926Z] v2.3.0-dev.60 [2023-03-10T01:19:10.926Z] v2.3.0-dev.61 [2023-03-10T01:19:10.926Z] v2.3.0-dev.62 [2023-03-10T01:19:10.926Z] v2.3.0-dev.63 [2023-03-10T01:19:10.926Z] v2.3.0-dev.64 [2023-03-10T01:19:10.926Z] v2.3.0-dev.65 [2023-03-10T01:19:10.926Z] v2.3.0-dev.66 [2023-03-10T01:19:10.926Z] v2.3.0-dev.67 [2023-03-10T01:19:10.926Z] v2.3.0-dev.68 [2023-03-10T01:19:10.926Z] v2.3.0-dev.69 [2023-03-10T01:19:10.926Z] v2.3.0-dev.70 [2023-03-10T01:19:10.926Z] v2.3.0-dev.71 [2023-03-10T01:19:10.926Z] v2.3.0-dev.72 [2023-03-10T01:19:10.926Z] v2.3.0-dev.73 [2023-03-10T01:19:10.926Z] v2.3.0-dev.74 [2023-03-10T01:19:10.926Z] v2.3.0-dev.75 [2023-03-10T01:19:10.926Z] v2.3.0-dev.76 [2023-03-10T01:19:10.926Z] v2.3.0-dev.77 [2023-03-10T01:19:10.926Z] v2.3.0-dev.78 [2023-03-10T01:19:10.926Z] v2.3.0-dev.79 [2023-03-10T01:19:10.926Z] v2.3.0-dev.80 [2023-03-10T01:19:10.926Z] v2.3.0-dev.81 [2023-03-10T01:19:10.926Z] v2.3.0-dev.82 [2023-03-10T01:19:10.926Z] v2.3.0-dev.83 [2023-03-10T01:19:10.926Z] v2.3.0-dev.84 [2023-03-10T01:19:10.926Z] v2.3.0-dev.85 [2023-03-10T01:19:10.926Z] v2.3.0-dev.86 [2023-03-10T01:19:10.926Z] v2.3.0-dev.87 [2023-03-10T01:19:10.926Z] v2.3.0-dev.88 [2023-03-10T01:19:10.926Z] v2.3.0-dev.89 [2023-03-10T01:19:10.926Z] v2.3.0-dev.90 [2023-03-10T01:19:10.926Z] v2.3.0-dev.91 [2023-03-10T01:19:10.926Z] v2.3.0-dev.92 [2023-03-10T01:19:10.926Z] v2.3.0-dev.93 [2023-03-10T01:19:10.926Z] v2.3.0-dev.94 [2023-03-10T01:19:10.926Z] v2.3.0-dev.95 [2023-03-10T01:19:10.926Z] v2.3.0-dev.96 [2023-03-10T01:19:10.926Z] v2.3.0-dev.97 [2023-03-10T01:19:10.926Z] v2.3.0-dev.98 [2023-03-10T01:19:10.926Z] v2.3.0-dev.99 [2023-03-10T01:19:10.926Z] v2.3.1-dev.1 [2023-03-10T01:19:10.926Z] v2.3.1-dev.2 [2023-03-10T01:19:10.926Z] v2.3.1-dev.3 [2023-03-10T01:19:10.926Z] v2.3.1-dev.4 [2023-03-10T01:19:10.926Z] v2.3.1-dev.5 [2023-03-10T01:19:10.926Z] v3.0.0-dev.1 [2023-03-10T01:19:10.926Z] v3.0.0-dev.10 [2023-03-10T01:19:10.926Z] v3.0.0-dev.11 [2023-03-10T01:19:10.926Z] v3.0.0-dev.12 [2023-03-10T01:19:10.926Z] v3.0.0-dev.13 [2023-03-10T01:19:10.926Z] v3.0.0-dev.14 [2023-03-10T01:19:10.926Z] v3.0.0-dev.15 [2023-03-10T01:19:10.926Z] v3.0.0-dev.16 [2023-03-10T01:19:10.926Z] v3.0.0-dev.17 [2023-03-10T01:19:10.926Z] v3.0.0-dev.18 [2023-03-10T01:19:10.926Z] v3.0.0-dev.19 [2023-03-10T01:19:10.926Z] v3.0.0-dev.2 [2023-03-10T01:19:10.926Z] v3.0.0-dev.20 [2023-03-10T01:19:10.926Z] v3.0.0-dev.21 [2023-03-10T01:19:10.926Z] v3.0.0-dev.22 [2023-03-10T01:19:10.926Z] v3.0.0-dev.23 [2023-03-10T01:19:10.926Z] v3.0.0-dev.24 [2023-03-10T01:19:10.926Z] v3.0.0-dev.25 [2023-03-10T01:19:10.926Z] v3.0.0-dev.26 [2023-03-10T01:19:10.926Z] v3.0.0-dev.27 [2023-03-10T01:19:10.926Z] v3.0.0-dev.28 [2023-03-10T01:19:10.926Z] v3.0.0-dev.29 [2023-03-10T01:19:10.926Z] v3.0.0-dev.3 [2023-03-10T01:19:10.926Z] v3.0.0-dev.30 [2023-03-10T01:19:10.926Z] v3.0.0-dev.31 [2023-03-10T01:19:10.926Z] v3.0.0-dev.32 [2023-03-10T01:19:10.926Z] v3.0.0-dev.33 [2023-03-10T01:19:10.926Z] v3.0.0-dev.34 [2023-03-10T01:19:10.926Z] v3.0.0-dev.35 [2023-03-10T01:19:10.926Z] v3.0.0-dev.36 [2023-03-10T01:19:10.926Z] v3.0.0-dev.37 [2023-03-10T01:19:10.926Z] v3.0.0-dev.38 [2023-03-10T01:19:10.926Z] v3.0.0-dev.39 [2023-03-10T01:19:10.926Z] v3.0.0-dev.4 [2023-03-10T01:19:10.926Z] v3.0.0-dev.40 [2023-03-10T01:19:10.926Z] v3.0.0-dev.41 [2023-03-10T01:19:10.926Z] v3.0.0-dev.42 [2023-03-10T01:19:10.926Z] v3.0.0-dev.43 [2023-03-10T01:19:10.926Z] v3.0.0-dev.44 [2023-03-10T01:19:10.926Z] v3.0.0-dev.45 [2023-03-10T01:19:10.926Z] v3.0.0-dev.46 [2023-03-10T01:19:10.926Z] v3.0.0-dev.47 [2023-03-10T01:19:10.926Z] v3.0.0-dev.48 [2023-03-10T01:19:10.926Z] v3.0.0-dev.49 [2023-03-10T01:19:10.926Z] v3.0.0-dev.5 [2023-03-10T01:19:10.926Z] v3.0.0-dev.50 [2023-03-10T01:19:10.926Z] v3.0.0-dev.51 [2023-03-10T01:19:10.926Z] v3.0.0-dev.52 [2023-03-10T01:19:10.926Z] v3.0.0-dev.53 [2023-03-10T01:19:10.926Z] v3.0.0-dev.54 [2023-03-10T01:19:10.926Z] v3.0.0-dev.55 [2023-03-10T01:19:10.926Z] v3.0.0-dev.56 [2023-03-10T01:19:10.926Z] v3.0.0-dev.57 [2023-03-10T01:19:10.926Z] v3.0.0-dev.58 [2023-03-10T01:19:10.926Z] v3.0.0-dev.59 [2023-03-10T01:19:10.926Z] v3.0.0-dev.6 [2023-03-10T01:19:10.926Z] v3.0.0-dev.60 [2023-03-10T01:19:10.926Z] v3.0.0-dev.61 [2023-03-10T01:19:10.926Z] v3.0.0-dev.62 [2023-03-10T01:19:10.926Z] v3.0.0-dev.63 [2023-03-10T01:19:10.926Z] v3.0.0-dev.64 [2023-03-10T01:19:10.926Z] v3.0.0-dev.65 [2023-03-10T01:19:10.926Z] v3.0.0-dev.66 [2023-03-10T01:19:10.926Z] v3.0.0-dev.67 [2023-03-10T01:19:10.926Z] v3.0.0-dev.68 [2023-03-10T01:19:10.926Z] v3.0.0-dev.69 [2023-03-10T01:19:10.926Z] v3.0.0-dev.7 [2023-03-10T01:19:10.926Z] v3.0.0-dev.70 [2023-03-10T01:19:10.926Z] v3.0.0-dev.71 [2023-03-10T01:19:10.926Z] v3.0.0-dev.72 [2023-03-10T01:19:10.926Z] v3.0.0-dev.73 [2023-03-10T01:19:10.926Z] v3.0.0-dev.74 [2023-03-10T01:19:10.926Z] v3.0.0-dev.75 [2023-03-10T01:19:10.926Z] v3.0.0-dev.76 [2023-03-10T01:19:10.926Z] v3.0.0-dev.77 [2023-03-10T01:19:10.926Z] v3.0.0-dev.78 [2023-03-10T01:19:10.926Z] v3.0.0-dev.79 [2023-03-10T01:19:10.926Z] v3.0.0-dev.8 [2023-03-10T01:19:10.926Z] v3.0.0-dev.80 [2023-03-10T01:19:10.926Z] v3.0.0-dev.81 [2023-03-10T01:19:10.926Z] v3.0.0-dev.82 [2023-03-10T01:19:10.926Z] v3.0.0-dev.83 [2023-03-10T01:19:10.926Z] v3.0.0-dev.84 [2023-03-10T01:19:10.926Z] v3.0.0-dev.85 [2023-03-10T01:19:10.926Z] v3.0.0-dev.86 [2023-03-10T01:19:10.926Z] v3.0.0-dev.87 [2023-03-10T01:19:10.926Z] v3.0.0-dev.88 [2023-03-10T01:19:10.926Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-10T01:19:11.209Z] + lftools sign git-tag v3.0.0-dev.88 [2023-03-10T01:19:11.778Z] Signing Git tag with Sigul... [2023-03-10T01:19:11.778Z] Signing v3.0.0-dev.88 [Pipeline] echo [2023-03-10T01:19:12.045Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:12.330Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-10T01:19:12.336Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-10T01:19:12.350Z] $ docker stop --time=1 75ed3deb4fdf5480d1abf67ff72c3386e4f5a40b7fb6c55d6f0325a92ce75b8e [2023-03-10T01:19:13.649Z] $ docker rm -f --volumes 75ed3deb4fdf5480d1abf67ff72c3386e4f5a40b7fb6c55d6f0325a92ce75b8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-10T01:19:14.057Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T01:19:14.057Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:19:14.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:19:14.353Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:19:14.421Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T01:19:14.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T01:19:14.779Z] $ docker top e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af -eo pid,comm [2023-03-10T01:19:14.831Z] 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-10T01:19:14.831Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T01:19:14.872Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T01:19:14.872Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T01:19:14.981Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T01:19:14.982Z] $ docker exec e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af ssh-agent [2023-03-10T01:19:15.098Z] SSH_AUTH_SOCK=/tmp/ssh-n3gZVfjPk5xa/agent.33 [2023-03-10T01:19:15.098Z] SSH_AGENT_PID=39 [2023-03-10T01:19:15.103Z] Running ssh-add (command line suppressed) [2023-03-10T01:19:15.195Z] Identity added: /w/workspace/edgex-go/450@tmp/private_key_16453262178389038386.key (/w/workspace/edgex-go/450@tmp/private_key_16453262178389038386.key) [2023-03-10T01:19:15.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T01:19:15.496Z] + git semver bump pre [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,656 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,656 [bump_version] DEBUG bumping version:3.0.0-dev.88 on axis:pre with prefix:dev [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,656 [bump_version] DEBUG bumped version:3.0.0-dev.89 [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,656 [write_version] DEBUG write version:3.0.0-dev.89 to path:/w/workspace/edgex-go/450/.semver/main with force:True [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,656 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,657 [write_file] DEBUG write to file:/w/workspace/edgex-go/450/.semver/main [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,658 [execute] INFO git cat-file --batch-check [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,659 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,664 [execute] INFO git cat-file --batch [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,664 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T01:19:15.756Z] 2023-03-10 01:19:15,669 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main [2023-03-10T01:19:15.756Z] 3.0.0-dev.89 [Pipeline] } [2023-03-10T01:19:15.765Z] $ docker exec --env ******** --env ******** e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af ssh-agent -k [2023-03-10T01:19:15.860Z] unset SSH_AUTH_SOCK; [2023-03-10T01:19:15.860Z] unset SSH_AGENT_PID; [2023-03-10T01:19:15.860Z] echo Agent pid 39 killed; [2023-03-10T01:19:15.871Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T01:19:16.172Z] + git semver [Pipeline] } [2023-03-10T01:19:16.513Z] $ docker stop --time=1 e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af [2023-03-10T01:19:17.789Z] $ docker rm -f --volumes e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T01:19:18.222Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T01:19:18.222Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:19:18.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:19:18.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:19:18.594Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T01:19:18.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T01:19:18.968Z] $ docker top f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T01:19:19.053Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T01:19:19.053Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T01:19:19.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T01:19:19.162Z] $ docker exec f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 ssh-agent [2023-03-10T01:19:19.279Z] SSH_AUTH_SOCK=/tmp/ssh-XJo8yxlExIew/agent.33 [2023-03-10T01:19:19.279Z] SSH_AGENT_PID=39 [2023-03-10T01:19:19.285Z] Running ssh-add (command line suppressed) [2023-03-10T01:19:19.385Z] Identity added: /w/workspace/edgex-go/450@tmp/private_key_9397923601701055776.key (/w/workspace/edgex-go/450@tmp/private_key_9397923601701055776.key) [2023-03-10T01:19:19.403Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T01:19:19.690Z] + git semver push [2023-03-10T01:19:19.948Z] 2023-03-10 01:19:19,856 [run_push] DEBUG push [2023-03-10T01:19:19.948Z] 2023-03-10 01:19:19,856 [execute] INFO git cat-file --batch-check [2023-03-10T01:19:19.948Z] 2023-03-10 01:19:19,856 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T01:19:19.948Z] 2023-03-10 01:19:19,860 [execute] INFO git rev-list b46a452456dac745aa802ee44547e451adba5b38 -- [2023-03-10T01:19:19.948Z] 2023-03-10 01:19:19,860 [execute] DEBUG Popen(['git', 'rev-list', 'b46a452456dac745aa802ee44547e451adba5b38', '--'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T01:19:19.948Z] 2023-03-10 01:19:19,879 [execute] INFO git fetch -v origin [2023-03-10T01:19:19.948Z] 2023-03-10 01:19:19,879 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-10T01:19:20.516Z] 2023-03-10 01:19:20,354 [run_push] DEBUG no remote changes detected [2023-03-10T01:19:20.516Z] 2023-03-10 01:19:20,354 [execute] INFO git push origin semver [2023-03-10T01:19:20.516Z] 2023-03-10 01:19:20,355 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T01:19:21.454Z] 2023-03-10 01:19:21,243 [run_push] DEBUG push all version tags [2023-03-10T01:19:21.454Z] 2023-03-10 01:19:21,243 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-10T01:19:21.454Z] 2023-03-10 01:19:21,244 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=None) [2023-03-10T01:19:22.391Z] 2023-03-10 01:19:22,238 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main [2023-03-10T01:19:22.391Z] 3.0.0-dev.89 [Pipeline] } [2023-03-10T01:19:22.398Z] $ docker exec --env ******** --env ******** f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 ssh-agent -k [2023-03-10T01:19:22.495Z] unset SSH_AUTH_SOCK; [2023-03-10T01:19:22.495Z] unset SSH_AGENT_PID; [2023-03-10T01:19:22.495Z] echo Agent pid 39 killed; [2023-03-10T01:19:22.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T01:19:22.804Z] + git semver [Pipeline] } [2023-03-10T01:19:23.072Z] $ docker stop --time=1 f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 [2023-03-10T01:19:24.314Z] $ docker rm -f --volumes f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 [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-10T01:19:24.802Z] + [ -d /w/workspace/edgex-go/450/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:25.095Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:25.953Z] ---> package-listing.sh [2023-03-10T01:19:25.953Z] ++ facter osfamily [2023-03-10T01:19:25.953Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-10T01:19:26.212Z] + OS_FAMILY=debian [2023-03-10T01:19:26.212Z] + workspace=/w/workspace/edgex-go/450 [2023-03-10T01:19:26.212Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-10T01:19:26.212Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-10T01:19:26.212Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-10T01:19:26.212Z] + PACKAGES=/tmp/packages_start.txt [2023-03-10T01:19:26.212Z] + '[' /w/workspace/edgex-go/450 ']' [2023-03-10T01:19:26.212Z] + PACKAGES=/tmp/packages_end.txt [2023-03-10T01:19:26.212Z] + case "${OS_FAMILY}" in [2023-03-10T01:19:26.212Z] + dpkg -l [2023-03-10T01:19:26.212Z] + grep '^ii' [2023-03-10T01:19:26.212Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-10T01:19:26.212Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-10T01:19:26.212Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-10T01:19:26.212Z] + '[' /w/workspace/edgex-go/450 ']' [2023-03-10T01:19:26.212Z] + mkdir -p /w/workspace/edgex-go/450/archives/ [2023-03-10T01:19:26.212Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/450/archives/ [Pipeline] echo [2023-03-10T01:19:26.224Z] 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/450/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-10T01:19:26.501Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:19:27.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:19:27.059Z] [2023-03-10T01:19:27.059Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:19:27.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:19:27.363Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-10T01:19:27.363Z] 5eb5b503b376: Pulling fs layer [2023-03-10T01:19:27.363Z] 5c69ac0246d0: Pulling fs layer [2023-03-10T01:19:27.363Z] ec43610c2a17: Pulling fs layer [2023-03-10T01:19:27.363Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-10T01:19:27.363Z] 33b1e0a273af: Pulling fs layer [2023-03-10T01:19:27.363Z] 5d3b04190fa2: Pulling fs layer [2023-03-10T01:19:27.363Z] 2f39f015ded8: Pulling fs layer [2023-03-10T01:19:27.363Z] 33b1e0a273af: Waiting [2023-03-10T01:19:27.363Z] 3a2ae6a8a46f: Waiting [2023-03-10T01:19:27.363Z] 5d3b04190fa2: Waiting [2023-03-10T01:19:27.363Z] 2f39f015ded8: Waiting [2023-03-10T01:19:27.363Z] 5c69ac0246d0: Download complete [2023-03-10T01:19:27.363Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-10T01:19:27.363Z] 3a2ae6a8a46f: Download complete [2023-03-10T01:19:27.621Z] 33b1e0a273af: Verifying Checksum [2023-03-10T01:19:27.621Z] 33b1e0a273af: Download complete [2023-03-10T01:19:27.621Z] ec43610c2a17: Verifying Checksum [2023-03-10T01:19:27.621Z] ec43610c2a17: Download complete [2023-03-10T01:19:27.621Z] 5d3b04190fa2: Verifying Checksum [2023-03-10T01:19:27.621Z] 5d3b04190fa2: Download complete [2023-03-10T01:19:27.621Z] 5eb5b503b376: Verifying Checksum [2023-03-10T01:19:27.621Z] 5eb5b503b376: Download complete [2023-03-10T01:19:28.186Z] 2f39f015ded8: Download complete [2023-03-10T01:19:28.752Z] 5eb5b503b376: Pull complete [2023-03-10T01:19:29.010Z] 5c69ac0246d0: Pull complete [2023-03-10T01:19:29.269Z] ec43610c2a17: Pull complete [2023-03-10T01:19:29.269Z] 3a2ae6a8a46f: Pull complete [2023-03-10T01:19:29.526Z] 33b1e0a273af: Pull complete [2023-03-10T01:19:29.526Z] 5d3b04190fa2: Pull complete [2023-03-10T01:19:33.713Z] 2f39f015ded8: Pull complete [2023-03-10T01:19:33.713Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-10T01:19:33.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:19:33.713Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:19:33.792Z] prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container [2023-03-10T01:19:33.818Z] $ 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/450/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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T01:19:37.464Z] $ docker top e1c55ca1f75c078278869ab73da1a786dc33fb2bfa8293636e7a9b3c497251df -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T01:19:37.803Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-10T01:19:38.087Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-10T01:19:38.373Z] + ls /var/log/sa-host [2023-03-10T01:19:38.373Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T01:19:38.434Z] provisioning config files... [2023-03-10T01:19:38.442Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/450@tmp/config3656160110927269847tmp [Pipeline] { [Pipeline] echo [2023-03-10T01:19:38.456Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:38.732Z] ---> create-netrc.sh [Pipeline] } [2023-03-10T01:19:38.739Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:39.051Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-10T01:19:39.059Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:39.341Z] ---> sudo-logs.sh [2023-03-10T01:19:39.341Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-10T01:19:39.363Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:39.644Z] ---> job-cost.sh [2023-03-10T01:19:39.644Z] lf-activate-venv: SKIPPING [2023-03-10T01:19:39.644Z] DEBUG: total: 0.10999999940395355 [2023-03-10T01:19:39.644Z] INFO: Retrieving Stack Cost... [2023-03-10T01:19:39.904Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T01:19:40.472Z] INFO: Archiving Costs [Pipeline] echo [2023-03-10T01:19:40.485Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:19:40.766Z] ---> logs-deploy.sh [2023-03-10T01:19:40.766Z] lf-activate-venv: SKIPPING [2023-03-10T01:19:40.766Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/450 [2023-03-10T01:19:40.766Z] INFO: archiving workspace using pattern(s): [2023-03-10T01:19:41.703Z] Archives upload complete. [2023-03-10T01:19:41.703Z] INFO: archiving logs to Nexus