Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5b3503b3ec54b2f611c817a2964a7928ebb06f53 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-ssh2738888771144434895.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-ssh2906473759849858851.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-ssh9755654498949076952.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-ssh2770644826951251556.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-ssh847799863372747524.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3951 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/388 [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/388 # 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 5b3503b3ec54b2f611c817a2964a7928ebb06f53 (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 Commit message: "Merge pull request #4269 from hahattan/issue-4235" > git config core.sparsecheckout # timeout=10 > git checkout -f 5b3503b3ec54b2f611c817a2964a7928ebb06f53 # timeout=10 > git rev-list --no-walk a37026ef060af0a96832afa785f280dce900bb2a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-30T06:12:20.066Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-30T06:12:20.101Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-30T06:12:20.117Z] ========================================================= [2023-01-30T06:12:20.117Z] EdgeX Global Pipelines Version Info [2023-01-30T06:12:20.117Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:12:20.820Z] ------------------- [2023-01-30T06:12:20.820Z] stable info: [2023-01-30T06:12:20.820Z] ------------------- [2023-01-30T06:12:20.820Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-30T06:12:20.820Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T06:12:20.820Z] Message: update stable to v1.0.244 [2023-01-30T06:12:21.391Z] ------------------- [2023-01-30T06:12:21.391Z] experimental info: [2023-01-30T06:12:21.391Z] ------------------- [2023-01-30T06:12:21.391Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-30T06:12:21.391Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T06:12:21.391Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-30T06:12:21.545Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-30T06:12:21.558Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-30T06:12:21.575Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-30T06:12:21.589Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-30T06:12:21.601Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-30T06:12:21.612Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-30T06:12:21.624Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-30T06:12:21.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-30T06:12:21.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-30T06:12:21.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-30T06:12:21.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-30T06:12:21.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-30T06:12:21.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-30T06:12:21.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-30T06:12:21.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-30T06:12:21.732Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T06:12:21.744Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T06:12:21.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-30T06:12:21.766Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-30T06:12:21.777Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-30T06:12:21.788Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-30T06:12:21.799Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-30T06:12:21.809Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-30T06:12:21.820Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-30T06:12:21.830Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-30T06:12:21.840Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-30T06:12:21.851Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] echo [2023-01-30T06:12:21.862Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b3503b [Pipeline] echo [2023-01-30T06:12:21.874Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T06:12:21.918Z] provisioning config files... [2023-01-30T06:12:21.930Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/388@tmp/config14059982799184849587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:12:22.229Z] ---> docker-login.sh [2023-01-30T06:12:22.229Z] nexus3.edgexfoundry.org:10001 [2023-01-30T06:12:22.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:12:22.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:12:22.749Z] Configure a credential helper to remove this warning. See [2023-01-30T06:12:22.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:12:22.749Z] [2023-01-30T06:12:22.749Z] Login Succeeded [2023-01-30T06:12:22.749Z] nexus3.edgexfoundry.org:10002 [2023-01-30T06:12:22.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:12:22.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:12:22.749Z] Configure a credential helper to remove this warning. See [2023-01-30T06:12:22.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:12:22.749Z] [2023-01-30T06:12:22.749Z] Login Succeeded [2023-01-30T06:12:22.749Z] nexus3.edgexfoundry.org:10003 [2023-01-30T06:12:22.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:12:22.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:12:22.749Z] Configure a credential helper to remove this warning. See [2023-01-30T06:12:22.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:12:22.749Z] [2023-01-30T06:12:22.749Z] Login Succeeded [2023-01-30T06:12:22.749Z] nexus3.edgexfoundry.org:10004 [2023-01-30T06:12:23.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:12:23.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:12:23.010Z] Configure a credential helper to remove this warning. See [2023-01-30T06:12:23.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:12:23.010Z] [2023-01-30T06:12:23.010Z] Login Succeeded [2023-01-30T06:12:23.010Z] docker.io [2023-01-30T06:12:23.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:12:23.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:12:23.269Z] Configure a credential helper to remove this warning. See [2023-01-30T06:12:23.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:12:23.269Z] [2023-01-30T06:12:23.269Z] Login Succeeded [2023-01-30T06:12:23.269Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T06:12:23.277Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T06:12:23.584Z] + 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-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-01-30T06:12:23.584Z] + + dirname cmd/core-command/Dockerfile [2023-01-30T06:12:23.584Z] cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/core-data/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/core-metadata/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-30T06:12:23.584Z] + + cut -d/ -f2 [2023-01-30T06:12:23.584Z] dirname cmd/security-bootstrapper/Dockerfile [2023-01-30T06:12:23.584Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-30T06:12:23.584Z] + + dirname cmd/security-spire-agent/Dockerfilecut [2023-01-30T06:12:23.584Z] -d/ -f2 [2023-01-30T06:12:23.584Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/support-notifications/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-30T06:12:23.584Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-30T06:12:23.584Z] + cut -d/ -f2 [2023-01-30T06:12:23.584Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-30T06:12:23.636Z] 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-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-30T06:12:23.976Z] + git rev-list -1 --merges 5b3503b3ec54b2f611c817a2964a7928ebb06f53~1..5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] echo [2023-01-30T06:12:23.990Z] -----------> git rev-list -1 --merges 5b3503b3ec54b2f611c817a2964a7928ebb06f53~1..5b3503b3ec54b2f611c817a2964a7928ebb06f53 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:12:23.990Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [false] [Pipeline] sh [2023-01-30T06:12:24.275Z] + git log --format=format:%s -1 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] echo [2023-01-30T06:12:24.291Z] ========================================================= [2023-01-30T06:12:24.291Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-30T06:12:24.291Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-30T06:12:24.746Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T06:12:24.746Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-30T06:12:24.746Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-30T06:12:24.746Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-30T06:12:24.746Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-30T06:12:24.746Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-30T06:12:24.746Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:12:25.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T06:12:25.151Z] [2023-01-30T06:12:25.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:12:25.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T06:12:25.454Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-30T06:12:25.454Z] b85a868b505f: Pulling fs layer [2023-01-30T06:12:25.454Z] e2be974225ed: Pulling fs layer [2023-01-30T06:12:25.454Z] 339a4e72a1f5: Pulling fs layer [2023-01-30T06:12:25.454Z] 988bab9f4d93: Pulling fs layer [2023-01-30T06:12:25.454Z] 1469e6f7b9e6: Pulling fs layer [2023-01-30T06:12:25.454Z] eaf3925da568: Pulling fs layer [2023-01-30T06:12:25.454Z] bab4dde63d76: Pulling fs layer [2023-01-30T06:12:25.454Z] bde34c3a00c8: Pulling fs layer [2023-01-30T06:12:25.454Z] b352a97aabf1: Pulling fs layer [2023-01-30T06:12:25.454Z] 4872d77fe225: Pulling fs layer [2023-01-30T06:12:25.454Z] 5851b861e8e6: Pulling fs layer [2023-01-30T06:12:25.454Z] bde34c3a00c8: Waiting [2023-01-30T06:12:25.454Z] b352a97aabf1: Waiting [2023-01-30T06:12:25.454Z] 988bab9f4d93: Waiting [2023-01-30T06:12:25.454Z] 1469e6f7b9e6: Waiting [2023-01-30T06:12:25.454Z] eaf3925da568: Waiting [2023-01-30T06:12:25.454Z] 5851b861e8e6: Waiting [2023-01-30T06:12:25.454Z] bab4dde63d76: Waiting [2023-01-30T06:12:25.454Z] 4872d77fe225: Waiting [2023-01-30T06:12:25.454Z] e2be974225ed: Verifying Checksum [2023-01-30T06:12:25.454Z] e2be974225ed: Download complete [2023-01-30T06:12:25.454Z] 988bab9f4d93: Verifying Checksum [2023-01-30T06:12:25.454Z] 988bab9f4d93: Download complete [2023-01-30T06:12:26.028Z] 1469e6f7b9e6: Verifying Checksum [2023-01-30T06:12:26.028Z] 1469e6f7b9e6: Download complete [2023-01-30T06:12:26.028Z] 339a4e72a1f5: Verifying Checksum [2023-01-30T06:12:26.028Z] 339a4e72a1f5: Download complete [2023-01-30T06:12:26.028Z] eaf3925da568: Verifying Checksum [2023-01-30T06:12:26.028Z] eaf3925da568: Download complete [2023-01-30T06:12:26.028Z] bde34c3a00c8: Download complete [2023-01-30T06:12:26.028Z] b352a97aabf1: Download complete [2023-01-30T06:12:26.028Z] 4872d77fe225: Download complete [2023-01-30T06:12:26.028Z] 5851b861e8e6: Verifying Checksum [2023-01-30T06:12:26.028Z] 5851b861e8e6: Download complete [2023-01-30T06:12:26.028Z] b85a868b505f: Verifying Checksum [2023-01-30T06:12:26.028Z] b85a868b505f: Download complete [2023-01-30T06:12:26.287Z] bab4dde63d76: Verifying Checksum [2023-01-30T06:12:26.287Z] bab4dde63d76: Download complete [2023-01-30T06:12:27.226Z] b85a868b505f: Pull complete [2023-01-30T06:12:27.226Z] e2be974225ed: Pull complete [2023-01-30T06:12:27.795Z] 339a4e72a1f5: Pull complete [2023-01-30T06:12:27.795Z] 988bab9f4d93: Pull complete [2023-01-30T06:12:28.053Z] 1469e6f7b9e6: Pull complete [2023-01-30T06:12:28.053Z] eaf3925da568: Pull complete [2023-01-30T06:12:29.431Z] bab4dde63d76: Pull complete [2023-01-30T06:12:29.690Z] bde34c3a00c8: Pull complete [2023-01-30T06:12:29.690Z] b352a97aabf1: Pull complete [2023-01-30T06:12:29.690Z] 4872d77fe225: Pull complete [2023-01-30T06:12:29.950Z] 5851b861e8e6: Pull complete [2023-01-30T06:12:29.950Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-30T06:12:29.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T06:12:29.950Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:12:30.044Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:12:30.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T06:12:32.106Z] $ docker top bfb1272dbd66ab37e75f86ce194899b8de35f5b0774f4c988d83c930f065962c -eo pid,comm [2023-01-30T06:12:32.154Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T06:12:32.154Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T06:12:32.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T06:12:32.191Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T06:12:32.298Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T06:12:32.304Z] $ docker exec bfb1272dbd66ab37e75f86ce194899b8de35f5b0774f4c988d83c930f065962c ssh-agent [2023-01-30T06:12:32.407Z] SSH_AUTH_SOCK=/tmp/ssh-ysXAAMtQnmjp/agent.33 [2023-01-30T06:12:32.407Z] SSH_AGENT_PID=39 [2023-01-30T06:12:32.412Z] Running ssh-add (command line suppressed) [2023-01-30T06:12:32.524Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_5283646667834602427.key (/w/workspace/edgex-go/388@tmp/private_key_5283646667834602427.key) [2023-01-30T06:12:32.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T06:12:32.820Z] + git tag --points-at HEAD [Pipeline] } [2023-01-30T06:12:32.839Z] $ docker exec --env ******** --env ******** bfb1272dbd66ab37e75f86ce194899b8de35f5b0774f4c988d83c930f065962c ssh-agent -k [2023-01-30T06:12:32.936Z] unset SSH_AUTH_SOCK; [2023-01-30T06:12:32.936Z] unset SSH_AGENT_PID; [2023-01-30T06:12:32.937Z] echo Agent pid 39 killed; [2023-01-30T06:12:32.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-30T06:12:32.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T06:12:32.973Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T06:12:33.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T06:12:33.084Z] $ docker exec bfb1272dbd66ab37e75f86ce194899b8de35f5b0774f4c988d83c930f065962c ssh-agent [2023-01-30T06:12:33.172Z] SSH_AUTH_SOCK=/tmp/ssh-ZQiztkLCl5Wc/agent.71 [2023-01-30T06:12:33.172Z] SSH_AGENT_PID=77 [2023-01-30T06:12:33.177Z] Running ssh-add (command line suppressed) [2023-01-30T06:12:33.271Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_9335150039426024484.key (/w/workspace/edgex-go/388@tmp/private_key_9335150039426024484.key) [2023-01-30T06:12:33.284Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T06:12:33.572Z] + git semver init [2023-01-30T06:12:33.832Z] 2023-01-30 06:12:33,741 [run_init] DEBUG init version:0.0.0 force:False [2023-01-30T06:12:33.832Z] 2023-01-30 06:12:33,742 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/388/.semver [2023-01-30T06:12:33.832Z] 2023-01-30 06:12:33,742 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/388/.semver [2023-01-30T06:12:33.832Z] 2023-01-30 06:12:33,743 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/388/.semver'], cwd=/w/workspace/edgex-go/388, universal_newlines=False, shell=None, istream=None) [2023-01-30T06:12:39.160Z] 2023-01-30 06:12:38,310 [append_file] DEBUG append to file:/w/workspace/edgex-go/388/.git/info/exclude [2023-01-30T06:12:39.160Z] 2023-01-30 06:12:38,310 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/388/.semver/main with force:False [2023-01-30T06:12:39.160Z] 2023-01-30 06:12:38,310 [read_version] DEBUG read version from /w/workspace/edgex-go/388/.semver/main [2023-01-30T06:12:39.160Z] 2023-01-30 06:12:38,311 [read_version] DEBUG read version from /w/workspace/edgex-go/388/.semver/main [2023-01-30T06:12:39.160Z] 3.0.0-dev.30 [Pipeline] } [2023-01-30T06:12:39.171Z] $ docker exec --env ******** --env ******** bfb1272dbd66ab37e75f86ce194899b8de35f5b0774f4c988d83c930f065962c ssh-agent -k [2023-01-30T06:12:39.283Z] unset SSH_AUTH_SOCK; [2023-01-30T06:12:39.283Z] unset SSH_AGENT_PID; [2023-01-30T06:12:39.283Z] echo Agent pid 77 killed; [2023-01-30T06:12:39.290Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T06:12:39.595Z] + git semver [Pipeline] } [2023-01-30T06:12:39.871Z] $ docker stop --time=1 bfb1272dbd66ab37e75f86ce194899b8de35f5b0774f4c988d83c930f065962c [2023-01-30T06:12:41.190Z] $ docker rm -f --volumes bfb1272dbd66ab37e75f86ce194899b8de35f5b0774f4c988d83c930f065962c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T06:12:41.517Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-30T06:12:41.739Z] Stashed 1 file(s) [Pipeline] echo [2023-01-30T06:12:41.742Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.30 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T06:12:42.114Z] + git config --global --add safe.directory /w/workspace/edgex-go/388 [Pipeline] echo [2023-01-30T06:12:42.128Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T06:12:42.138Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T06:12:42.146Z] ========================================================= [2023-01-30T06:12:42.146Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-30T06:12:42.146Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-30T06:12:42.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-30T06:12:42.435Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-30T06:12:42.435Z] 213ec9aee27d: Pulling fs layer [2023-01-30T06:12:42.435Z] 4583459ba037: Pulling fs layer [2023-01-30T06:12:42.435Z] 93c1e223e6f2: Pulling fs layer [2023-01-30T06:12:42.435Z] 53926ce57604: Pulling fs layer [2023-01-30T06:12:42.435Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-30T06:12:42.435Z] 22ff95d597cd: Pulling fs layer [2023-01-30T06:12:42.435Z] 12d6caf4c0d1: Pulling fs layer [2023-01-30T06:12:42.435Z] 96b7cbca73a9: Pulling fs layer [2023-01-30T06:12:42.435Z] a7acece74701: Pulling fs layer [2023-01-30T06:12:42.435Z] 22ff95d597cd: Waiting [2023-01-30T06:12:42.435Z] 12d6caf4c0d1: Waiting [2023-01-30T06:12:42.435Z] 96b7cbca73a9: Waiting [2023-01-30T06:12:42.435Z] a7acece74701: Waiting [2023-01-30T06:12:42.435Z] 53926ce57604: Waiting [2023-01-30T06:12:42.435Z] 21b2b0c7a3f4: Waiting [2023-01-30T06:12:42.435Z] 93c1e223e6f2: Verifying Checksum [2023-01-30T06:12:42.435Z] 93c1e223e6f2: Download complete [2023-01-30T06:12:42.435Z] 4583459ba037: Verifying Checksum [2023-01-30T06:12:42.435Z] 4583459ba037: Download complete [2023-01-30T06:12:42.435Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-30T06:12:42.435Z] 21b2b0c7a3f4: Download complete [2023-01-30T06:12:42.435Z] 22ff95d597cd: Verifying Checksum [2023-01-30T06:12:42.435Z] 22ff95d597cd: Download complete [2023-01-30T06:12:42.704Z] 213ec9aee27d: Verifying Checksum [2023-01-30T06:12:42.704Z] 12d6caf4c0d1: Verifying Checksum [2023-01-30T06:12:42.704Z] 12d6caf4c0d1: Download complete [2023-01-30T06:12:42.704Z] 213ec9aee27d: Pull complete [2023-01-30T06:12:42.982Z] 4583459ba037: Pull complete [2023-01-30T06:12:42.982Z] 93c1e223e6f2: Pull complete [2023-01-30T06:12:44.510Z] a7acece74701: Verifying Checksum [2023-01-30T06:12:44.510Z] a7acece74701: Download complete [2023-01-30T06:12:44.510Z] 53926ce57604: Verifying Checksum [2023-01-30T06:12:44.510Z] 53926ce57604: Download complete [2023-01-30T06:12:44.510Z] 96b7cbca73a9: Verifying Checksum [2023-01-30T06:12:44.510Z] 96b7cbca73a9: Download complete [2023-01-30T06:12:47.791Z] 53926ce57604: Pull complete [2023-01-30T06:12:47.791Z] 21b2b0c7a3f4: Pull complete [2023-01-30T06:12:47.791Z] 22ff95d597cd: Pull complete [2023-01-30T06:12:47.791Z] 12d6caf4c0d1: Pull complete [2023-01-30T06:12:49.692Z] 96b7cbca73a9: Pull complete [2023-01-30T06:12:50.258Z] a7acece74701: Pull complete [2023-01-30T06:12:50.258Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-30T06:12:50.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-30T06:12:50.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-30T06:12:50.548Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-30T06:12:50.549Z] WORKDIR /edgex [2023-01-30T06:12:50.549Z] COPY go.mod . [2023-01-30T06:12:50.549Z] RUN go mod download [2023-01-30T06:12:50.549Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-30T06:12:51.114Z] Sending build context to Docker daemon 170.1MB [2023-01-30T06:12:51.114Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-30T06:12:51.114Z] ---> db6d94c90886 [2023-01-30T06:12:51.114Z] Step 2/4 : WORKDIR /edgex [2023-01-30T06:12:54.419Z] ---> Running in 675d2f867797 [2023-01-30T06:12:54.677Z] Removing intermediate container 675d2f867797 [2023-01-30T06:12:54.677Z] ---> ff350f313fb5 [2023-01-30T06:12:54.677Z] Step 3/4 : COPY go.mod . [2023-01-30T06:12:54.677Z] ---> 55b6bc92f371 [2023-01-30T06:12:54.677Z] Step 4/4 : RUN go mod download [2023-01-30T06:12:54.677Z] ---> Running in 1d481e098183 [2023-01-30T06:12:56.805Z] Still waiting to schedule task [2023-01-30T06:12:56.806Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-30T06:13:09.555Z] Removing intermediate container 1d481e098183 [2023-01-30T06:13:09.555Z] ---> 5253cb9c749e [2023-01-30T06:13:09.555Z] Successfully built 5253cb9c749e [2023-01-30T06:13:09.555Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:13:09.854Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T06:13:09.854Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:13:09.918Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:13:09.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-30T06:13:10.341Z] $ docker top d32f16b057c49ce5802f21c1254bd571aa5ec3d6c89238509a1adbd40c737def -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T06:13:10.680Z] + go version [2023-01-30T06:13:10.680Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-30T06:13:10.693Z] $ docker stop --time=1 d32f16b057c49ce5802f21c1254bd571aa5ec3d6c89238509a1adbd40c737def [2023-01-30T06:13:12.042Z] $ docker rm -f --volumes d32f16b057c49ce5802f21c1254bd571aa5ec3d6c89238509a1adbd40c737def [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:13:12.410Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T06:13:12.410Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:13:12.477Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:13:12.508Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-30T06:13:12.843Z] $ docker top 812e5dc91bf1a246ac5e5a55621048952f8bb53e3d5d58bdde15feabf586544f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-30T06:13:12.904Z] ========================================================= [2023-01-30T06:13:12.904Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-30T06:13:12.904Z] ========================================================= [Pipeline] sh [2023-01-30T06:13:13.181Z] + git config --global --add safe.directory /w/workspace/edgex-go/388 [Pipeline] fileExists [Pipeline] sh [2023-01-30T06:13:13.475Z] + make test [2023-01-30T06:13:13.475Z] go test -race -coverprofile=coverage.out ./... [2023-01-30T06:13:20.037Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-30T06:13:32.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-30T06:13:32.499Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-30T06:13:32.499Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-30T06:13:32.499Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-30T06:13:32.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-30T06:13:33.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.057s coverage: 28.7% of statements [2023-01-30T06:13:33.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-30T06:13:33.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-30T06:13:33.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 98.5% of statements [2023-01-30T06:13:33.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.128s coverage: 43.1% of statements [2023-01-30T06:13:33.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-30T06:13:33.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-01-30T06:13:33.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-30T06:13:33.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.136s coverage: 54.0% of statements [2023-01-30T06:13:33.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-30T06:13:33.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.593s coverage: 89.2% of statements [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.085s coverage: 2.6% of statements [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.476s coverage: 95.6% of statements [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.087s coverage: 72.2% of statements [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.073s coverage: 60.0% of statements [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.088s coverage: 29.6% of statements [2023-01-30T06:13:37.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2023-01-30T06:13:37.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2023-01-30T06:13:45.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements [2023-01-30T06:13:45.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.069s coverage: 44.8% of statements [2023-01-30T06:13:48.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.294s coverage: 79.9% of statements [2023-01-30T06:13:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.112s coverage: 92.9% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 65.1% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.057s coverage: 86.9% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 77.4% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.2% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 64.7% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 89.4% of statements [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 65.3% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-30T06:13:56.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 41.8% of statements [2023-01-30T06:13:56.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-30T06:13:56.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-30T06:13:56.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.064s coverage: 84.8% of statements [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-30T06:13:56.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.090s coverage: 17.7% of statements [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-30T06:13:56.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.150s coverage: 92.3% of statements [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-30T06:13:56.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-30T06:13:56.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-30T06:13:56.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-30T06:13:56.540Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-01-30T06:14:18.493Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-30T06:14:18.493Z] go vet ./... [2023-01-30T06:14:18.751Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-30T06:14:19.011Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-30T06:14:19.011Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-30T06:14:19.283Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-30T06:14:19.569Z] + ls -al . [2023-01-30T06:14:19.569Z] total 744 [2023-01-30T06:14:19.569Z] drwxrwxr-x 11 1001 1001 4096 Jan 30 06:13 . [2023-01-30T06:14:19.569Z] drwxr-xr-x 4 root root 4096 Jan 30 06:13 .. [2023-01-30T06:14:19.569Z] drwxrwxr-x 2 1001 1001 4096 Jan 30 06:12 .blubracket [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 16 Jan 30 06:12 .dockerignore [2023-01-30T06:14:19.569Z] drwxrwxr-x 8 1001 1001 4096 Jan 30 06:13 .git [2023-01-30T06:14:19.569Z] drwxrwxr-x 3 1001 1001 4096 Jan 30 06:12 .github [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 1024 Jan 30 06:12 .gitignore [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 42 Jan 30 06:12 .golangci.yml [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 87 Jan 30 06:12 .hadolint.yml [2023-01-30T06:14:19.569Z] drwxr-xr-x 3 1001 1001 4096 Jan 30 06:12 .semver [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 166 Jan 30 06:12 .sonarcloud.properties [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 1171 Jan 30 06:12 ADOPTERS.md [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 10825 Jan 30 06:12 Attribution.txt [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 73765 Jan 30 06:12 CHANGELOG.md [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 3804 Jan 30 06:12 CONTRIBUTING.md [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 677 Jan 30 06:12 GOVERNANCE.md [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 850 Jan 30 06:12 Jenkinsfile [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 10775 Jan 30 06:12 LICENSE [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 13388 Jan 30 06:12 Makefile [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 582 Jan 30 06:12 OWNERS.md [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 9403 Jan 30 06:12 README.md [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 6912 Jan 30 06:12 SECURITY.md [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 12 Jan 30 06:12 VERSION [2023-01-30T06:14:19.569Z] drwxrwxr-x 2 1001 1001 4096 Jan 30 06:12 bin [2023-01-30T06:14:19.569Z] drwxrwxr-x 17 1001 1001 4096 Jan 30 06:12 cmd [2023-01-30T06:14:19.569Z] -rw-r--r-- 1 root root 487391 Jan 30 06:13 coverage.out [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 3365 Jan 30 06:12 go.mod [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 34951 Jan 30 06:12 go.sum [2023-01-30T06:14:19.569Z] drwxrwxr-x 7 1001 1001 4096 Jan 30 06:12 internal [2023-01-30T06:14:19.569Z] drwxrwxr-x 3 1001 1001 4096 Jan 30 06:12 openapi [2023-01-30T06:14:19.569Z] drwxrwxr-x 4 1001 1001 4096 Jan 30 06:12 snap [2023-01-30T06:14:19.569Z] -rw-rw-r-- 1 1001 1001 204 Jan 30 06:12 version.go [Pipeline] sh [2023-01-30T06:14:19.853Z] + '[' -e coverage.out ] [2023-01-30T06:14:19.853Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-30T06:14:19.957Z] Stashed 1 file(s) [Pipeline] sh [2023-01-30T06:14:20.236Z] + make build [2023-01-30T06:14:20.236Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-30T06:14:32.581Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-30T06:14:32.629Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3952 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-30T06:14:32.645Z] Running in /w/workspace/edgex-go/388 [Pipeline] { [Pipeline] checkout [2023-01-30T06:14:32.683Z] The recommended git tool is: git [2023-01-30T06:14:33.516Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-30T06:14:34.448Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-30T06:14:35.383Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-30T06:14:37.819Z] using credential edgex-jenkins-ssh [2023-01-30T06:14:37.837Z] Cloning the remote Git repository [2023-01-30T06:14:37.884Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-30T06:14:37.963Z] > git init /w/workspace/edgex-go/388 # timeout=10 [2023-01-30T06:14:38.104Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-30T06:14:38.104Z] > git --version # timeout=10 [2023-01-30T06:14:38.124Z] > git --version # 'git version 2.25.1' [2023-01-30T06:14:38.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-30T06:14:38.181Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T06:14:43.499Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-30T06:14:43.758Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-30T06:14:45.136Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-30T06:14:46.515Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-30T06:14:47.082Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-30T06:14:48.020Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-30T06:14:50.617Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-30T06:14:52.023Z] $ docker stop --time=1 812e5dc91bf1a246ac5e5a55621048952f8bb53e3d5d58bdde15feabf586544f [2023-01-30T06:14:55.799Z] $ docker rm -f --volumes 812e5dc91bf1a246ac5e5a55621048952f8bb53e3d5d58bdde15feabf586544f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:14:56.685Z] Avoid second fetch [2023-01-30T06:14:56.686Z] Checking out Revision 5b3503b3ec54b2f611c817a2964a7928ebb06f53 (main) [2023-01-30T06:14:56.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-30T06:14:56.694Z] [2023-01-30T06:14:56.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:14:55.855Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-30T06:14:55.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T06:14:56.703Z] > git config core.sparsecheckout # timeout=10 [2023-01-30T06:14:56.720Z] > git checkout -f 5b3503b3ec54b2f611c817a2964a7928ebb06f53 # timeout=10 [2023-01-30T06:14:57.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-30T06:14:57.005Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-30T06:14:57.005Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-30T06:14:57.005Z] ca9280d653b3: Pulling fs layer [2023-01-30T06:14:57.005Z] 7e9c9ca2126c: Pulling fs layer [2023-01-30T06:14:57.274Z] cbdbe7a5bc2a: Download complete [2023-01-30T06:14:57.274Z] cbdbe7a5bc2a: Pull complete [2023-01-30T06:14:57.477Z] Commit message: "Merge pull request #4269 from hahattan/issue-4235" [2023-01-30T06:14:57.543Z] ca9280d653b3: Verifying Checksum [2023-01-30T06:14:57.543Z] ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T06:14:58.141Z] ca9280d653b3: Pull complete [2023-01-30T06:14:58.141Z] 7e9c9ca2126c: Verifying Checksum [2023-01-30T06:14:58.141Z] 7e9c9ca2126c: Download complete [2023-01-30T06:14:58.417Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-30T06:14:58.417Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T06:14:58.417Z] Dload Upload Total Spent Left Speed [2023-01-30T06:14:58.417Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 79693 0 --:--:-- --:--:-- --:--:-- 79693 [Pipeline] sh [2023-01-30T06:14:59.074Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-30T06:14:59.403Z] + sudo tee /etc/docker/daemon.new [2023-01-30T06:14:59.403Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-30T06:14:59.404Z] { [2023-01-30T06:14:59.404Z] "registry-mirrors": [ [2023-01-30T06:14:59.404Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-30T06:14:59.404Z] ], [2023-01-30T06:14:59.404Z] "bip": "10.250.0.254/24", [2023-01-30T06:14:59.404Z] "hosts": [ [2023-01-30T06:14:59.404Z] "tcp://0.0.0.0:5555", [2023-01-30T06:14:59.404Z] "unix:///var/run/docker.sock" [2023-01-30T06:14:59.404Z] ], [2023-01-30T06:14:59.404Z] "mtu": 1458, [2023-01-30T06:14:59.404Z] "selinux-enabled": true, [2023-01-30T06:14:59.404Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-30T06:14:59.404Z] } [Pipeline] sh [2023-01-30T06:14:59.744Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-30T06:15:00.090Z] + sudo service docker restart [2023-01-30T06:15:01.418Z] 7e9c9ca2126c: Pull complete [2023-01-30T06:15:01.418Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-30T06:15:01.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-30T06:15:01.418Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:15:01.486Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:15:01.513Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-30T06:15:03.688Z] $ docker top eb8c259d3f7cbfb69c63f517a8f114b3130104e4daad3aabd7f72d88ee8875fa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T06:15:04.024Z] + docker-compose build --help [2023-01-30T06:15:04.024Z] + grep parallel [2023-01-30T06:15:04.593Z] --parallel Build images in parallel. [Pipeline] } [2023-01-30T06:15:04.605Z] $ docker stop --time=1 eb8c259d3f7cbfb69c63f517a8f114b3130104e4daad3aabd7f72d88ee8875fa [2023-01-30T06:15:05.881Z] $ docker rm -f --volumes eb8c259d3f7cbfb69c63f517a8f114b3130104e4daad3aabd7f72d88ee8875fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:15:06.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-30T06:15:06.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:15:06.320Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:15:06.351Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-30T06:15:06.693Z] $ docker top 25529210082b366b5a3be5afcc6fc55f6b0ce49665f4cf47a3667722f1940ee4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T06:15:07.035Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-30T06:15:07.603Z] Building core-command ... [2023-01-30T06:15:07.603Z] Building core-common-config-bootstrapper ... [2023-01-30T06:15:07.603Z] Building core-data ... [2023-01-30T06:15:07.603Z] Building core-metadata ... [2023-01-30T06:15:07.603Z] Building security-bootstrapper ... [2023-01-30T06:15:07.603Z] Building security-proxy-setup ... [2023-01-30T06:15:07.603Z] Building security-secretstore-setup ... [2023-01-30T06:15:07.603Z] Building security-spiffe-token-provider ... [2023-01-30T06:15:07.603Z] Building security-spire-agent ... [2023-01-30T06:15:07.603Z] Building security-spire-config ... [2023-01-30T06:15:07.603Z] Building security-spire-server ... [2023-01-30T06:15:07.603Z] Building support-notifications ... [2023-01-30T06:15:07.603Z] Building support-scheduler ... [2023-01-30T06:15:07.603Z] Building security-spiffe-token-provider [2023-01-30T06:15:07.603Z] Building security-spire-config [2023-01-30T06:15:07.603Z] Building support-scheduler [2023-01-30T06:15:07.603Z] Building security-proxy-setup [2023-01-30T06:15:07.603Z] Building security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T06:15:18.351Z] provisioning config files... [2023-01-30T06:15:18.376Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/388@tmp/config9031394056854991249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:15:18.729Z] ---> docker-login.sh [2023-01-30T06:15:18.729Z] nexus3.edgexfoundry.org:10001 [2023-01-30T06:15:19.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:15:19.819Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:15:19.819Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:15:19.819Z] ---> 5253cb9c749e [2023-01-30T06:15:19.819Z] Step 3/19 : WORKDIR /edgex-go [2023-01-30T06:15:19.819Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:15:19.819Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:15:19.819Z] ---> 5253cb9c749e [2023-01-30T06:15:19.819Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:15:19.819Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:15:19.819Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:15:19.819Z] ---> 5253cb9c749e [2023-01-30T06:15:19.819Z] Step 3/24 : WORKDIR /edgex-go [2023-01-30T06:15:19.819Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:15:19.819Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:15:19.819Z] ---> 5253cb9c749e [2023-01-30T06:15:19.819Z] Step 3/24 : WORKDIR /edgex-go [2023-01-30T06:15:19.819Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:15:19.819Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:15:19.819Z] ---> 5253cb9c749e [2023-01-30T06:15:19.819Z] Step 3/21 : WORKDIR /edgex-go [2023-01-30T06:15:19.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:15:19.965Z] Configure a credential helper to remove this warning. See [2023-01-30T06:15:19.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:15:19.965Z] [2023-01-30T06:15:19.965Z] Login Succeeded [2023-01-30T06:15:19.965Z] nexus3.edgexfoundry.org:10002 [2023-01-30T06:15:20.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:15:20.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:15:20.245Z] Configure a credential helper to remove this warning. See [2023-01-30T06:15:20.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:15:20.245Z] [2023-01-30T06:15:20.245Z] Login Succeeded [2023-01-30T06:15:20.245Z] nexus3.edgexfoundry.org:10003 [2023-01-30T06:15:20.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:15:20.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:15:20.793Z] Configure a credential helper to remove this warning. See [2023-01-30T06:15:20.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:15:20.793Z] [2023-01-30T06:15:20.793Z] Login Succeeded [2023-01-30T06:15:20.793Z] nexus3.edgexfoundry.org:10004 [2023-01-30T06:15:20.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:15:21.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:15:21.064Z] Configure a credential helper to remove this warning. See [2023-01-30T06:15:21.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:15:21.064Z] [2023-01-30T06:15:21.064Z] Login Succeeded [2023-01-30T06:15:21.064Z] docker.io [2023-01-30T06:15:21.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:15:21.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:15:21.601Z] Configure a credential helper to remove this warning. See [2023-01-30T06:15:21.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:15:21.601Z] [2023-01-30T06:15:21.601Z] Login Succeeded [2023-01-30T06:15:21.601Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T06:15:21.615Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-30T06:15:22.205Z] + git config --global --add safe.directory /w/workspace/edgex-go/388 [Pipeline] echo [2023-01-30T06:15:22.223Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T06:15:22.239Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T06:15:22.247Z] ========================================================= [2023-01-30T06:15:22.247Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-30T06:15:22.247Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-30T06:15:22.572Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-30T06:15:22.841Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-30T06:15:22.841Z] 9b18e9b68314: Pulling fs layer [2023-01-30T06:15:22.841Z] 35d82f9e3411: Pulling fs layer [2023-01-30T06:15:22.841Z] e16973657156: Pulling fs layer [2023-01-30T06:15:22.841Z] fc693d55d65f: Pulling fs layer [2023-01-30T06:15:22.841Z] 7e9fc2657dce: Pulling fs layer [2023-01-30T06:15:22.841Z] dda99020689f: Pulling fs layer [2023-01-30T06:15:22.841Z] db1c61fa0a46: Pulling fs layer [2023-01-30T06:15:22.841Z] 891c053d2c06: Pulling fs layer [2023-01-30T06:15:22.841Z] 7e9fc2657dce: Waiting [2023-01-30T06:15:22.841Z] dda99020689f: Waiting [2023-01-30T06:15:22.841Z] db1c61fa0a46: Waiting [2023-01-30T06:15:22.841Z] 891c053d2c06: Waiting [2023-01-30T06:15:22.841Z] fc693d55d65f: Waiting [2023-01-30T06:15:22.841Z] e16973657156: Verifying Checksum [2023-01-30T06:15:22.841Z] e16973657156: Download complete [2023-01-30T06:15:22.841Z] 35d82f9e3411: Verifying Checksum [2023-01-30T06:15:22.841Z] 35d82f9e3411: Download complete [2023-01-30T06:15:22.841Z] 7e9fc2657dce: Verifying Checksum [2023-01-30T06:15:22.841Z] 7e9fc2657dce: Download complete [2023-01-30T06:15:22.841Z] dda99020689f: Verifying Checksum [2023-01-30T06:15:22.841Z] dda99020689f: Download complete [2023-01-30T06:15:23.119Z] 9b18e9b68314: Verifying Checksum [2023-01-30T06:15:23.729Z] 9b18e9b68314: Pull complete [2023-01-30T06:15:24.326Z] 891c053d2c06: Verifying Checksum [2023-01-30T06:15:24.326Z] 891c053d2c06: Download complete [2023-01-30T06:15:24.326Z] 35d82f9e3411: Pull complete [2023-01-30T06:15:24.596Z] e16973657156: Pull complete [2023-01-30T06:15:25.112Z] ---> Running in 2ee8272432aa [2023-01-30T06:15:25.112Z] ---> Running in 5e97b8b45827 [2023-01-30T06:15:25.112Z] ---> Running in 4f461779e785 [2023-01-30T06:15:25.112Z] ---> Running in 193ff2977508 [2023-01-30T06:15:25.112Z] ---> Running in 1f6e1b136988 [2023-01-30T06:15:25.112Z] Removing intermediate container 2ee8272432aa [2023-01-30T06:15:25.112Z] ---> a363c42ad295 [2023-01-30T06:15:25.112Z] Step 4/22 : WORKDIR /edgex-go [2023-01-30T06:15:25.112Z] Removing intermediate container 5e97b8b45827 [2023-01-30T06:15:25.112Z] ---> c55ac8c280a7 [2023-01-30T06:15:25.112Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-30T06:15:25.112Z] Removing intermediate container 1f6e1b136988 [2023-01-30T06:15:25.112Z] ---> 4fd8a7766aa7 [2023-01-30T06:15:25.112Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-30T06:15:25.112Z] Removing intermediate container 193ff2977508 [2023-01-30T06:15:25.112Z] ---> 932132adf242 [2023-01-30T06:15:25.112Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-30T06:15:25.112Z] Removing intermediate container 4f461779e785 [2023-01-30T06:15:25.112Z] ---> 5de56af3aadd [2023-01-30T06:15:25.112Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-30T06:15:25.112Z] ---> Running in 95b92ba42c0c [2023-01-30T06:15:25.112Z] ---> Running in 444e8ed3b458 [2023-01-30T06:15:25.112Z] ---> Running in fac9115cf4ae [2023-01-30T06:15:25.112Z] ---> Running in eb7d2286a1c3 [2023-01-30T06:15:25.112Z] ---> Running in 55a3c45f5df9 [2023-01-30T06:15:25.372Z] Removing intermediate container 444e8ed3b458 [2023-01-30T06:15:25.372Z] ---> 7931cbb11669 [2023-01-30T06:15:25.372Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-30T06:15:25.372Z] ---> Running in 045f51b9c957 [2023-01-30T06:15:25.574Z] db1c61fa0a46: Verifying Checksum [2023-01-30T06:15:25.574Z] db1c61fa0a46: Download complete [2023-01-30T06:15:25.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:25.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:25.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:25.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:25.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:25.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:25.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:25.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:25.889Z] OK: 211 MiB in 51 packages [2023-01-30T06:15:25.889Z] OK: 211 MiB in 51 packages [2023-01-30T06:15:26.150Z] OK: 211 MiB in 51 packages [2023-01-30T06:15:26.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:26.161Z] fc693d55d65f: Verifying Checksum [2023-01-30T06:15:26.161Z] fc693d55d65f: Download complete [2023-01-30T06:15:26.409Z] v3.16.3-149-gdf7e38bd02 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-30T06:15:26.410Z] v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-30T06:15:26.410Z] OK: 17044 distinct packages available [2023-01-30T06:15:26.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:26.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:26.410Z] Removing intermediate container 95b92ba42c0c [2023-01-30T06:15:26.410Z] ---> 3c987797e39c [2023-01-30T06:15:26.410Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-30T06:15:26.410Z] Removing intermediate container fac9115cf4ae [2023-01-30T06:15:26.410Z] ---> 1bfcf3fd5ce1 [2023-01-30T06:15:26.410Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-30T06:15:26.410Z] Removing intermediate container eb7d2286a1c3 [2023-01-30T06:15:26.410Z] ---> 154c0b84265d [2023-01-30T06:15:26.410Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-30T06:15:26.673Z] ---> 1e71a1f43e09 [2023-01-30T06:15:26.673Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:15:26.673Z] OK: 211 MiB in 51 packages [2023-01-30T06:15:26.673Z] ---> 4c35a657d144 [2023-01-30T06:15:26.673Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:15:26.673Z] ---> Running in 1e26fec1ddd5 [2023-01-30T06:15:26.673Z] ---> Running in 91c9d5f024ec [2023-01-30T06:15:26.673Z] ---> 834d22a0f2c6 [2023-01-30T06:15:26.673Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:15:26.673Z] ---> Running in 7a763ce82d8d [2023-01-30T06:15:26.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:15:26.932Z] Removing intermediate container 55a3c45f5df9 [2023-01-30T06:15:26.932Z] ---> 2d327173b153 [2023-01-30T06:15:26.932Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-30T06:15:27.191Z] ---> 54e3823d62dc [2023-01-30T06:15:27.191Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:15:27.191Z] ---> Running in 8d27152fed3b [2023-01-30T06:15:27.191Z] OK: 211 MiB in 51 packages [2023-01-30T06:15:27.449Z] Removing intermediate container 045f51b9c957 [2023-01-30T06:15:27.449Z] ---> 184a7efdf36f [2023-01-30T06:15:27.449Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-30T06:15:27.706Z] ---> a49ddd06df30 [2023-01-30T06:15:27.706Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:15:27.706Z] ---> Running in 196f28501675 [2023-01-30T06:15:38.516Z] fc693d55d65f: Pull complete [2023-01-30T06:15:38.516Z] 7e9fc2657dce: Pull complete [2023-01-30T06:15:38.516Z] dda99020689f: Pull complete [2023-01-30T06:15:45.196Z] db1c61fa0a46: Pull complete [2023-01-30T06:15:47.150Z] 891c053d2c06: Pull complete [2023-01-30T06:15:47.150Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-30T06:15:47.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-30T06:15:47.150Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-30T06:15:47.481Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-30T06:15:47.481Z] WORKDIR /edgex [2023-01-30T06:15:47.481Z] COPY go.mod . [2023-01-30T06:15:47.481Z] RUN go mod download [2023-01-30T06:15:47.481Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-30T06:15:48.069Z] Sending build context to Docker daemon 3.122MB [2023-01-30T06:15:48.069Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-30T06:15:48.069Z] ---> f96f9c87975a [2023-01-30T06:15:48.069Z] Step 2/4 : WORKDIR /edgex [2023-01-30T06:15:50.029Z] ---> Running in 77dbca2feb07 [2023-01-30T06:15:50.029Z] Removing intermediate container 77dbca2feb07 [2023-01-30T06:15:50.029Z] ---> 238630d1f5b3 [2023-01-30T06:15:50.029Z] Step 3/4 : COPY go.mod . [2023-01-30T06:15:50.617Z] ---> c1e46f63424a [2023-01-30T06:15:50.617Z] Step 4/4 : RUN go mod download [2023-01-30T06:15:50.617Z] ---> Running in 9cfd3c6f7173 [2023-01-30T06:16:22.999Z] Removing intermediate container 9cfd3c6f7173 [2023-01-30T06:16:22.999Z] ---> 3489f21d9990 [2023-01-30T06:16:22.999Z] Successfully built 3489f21d9990 [2023-01-30T06:16:22.999Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:16:23.331Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T06:16:23.331Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:16:23.520Z] prd-ubuntu20.04-docker-arm64-4c-16g-3952 does not seem to be running inside a container [2023-01-30T06:16:23.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-30T06:16:24.816Z] $ docker top aeaf52166233f3cb9fcd8b713714fb460008e22acd79202e28fc68d9b91e4308 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T06:16:25.635Z] + go version [2023-01-30T06:16:25.635Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-30T06:16:25.655Z] $ docker stop --time=1 aeaf52166233f3cb9fcd8b713714fb460008e22acd79202e28fc68d9b91e4308 [2023-01-30T06:16:27.258Z] $ docker rm -f --volumes aeaf52166233f3cb9fcd8b713714fb460008e22acd79202e28fc68d9b91e4308 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:16:27.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-30T06:16:27.811Z] [2023-01-30T06:16:27.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:16:28.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-30T06:16:28.141Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-30T06:16:28.141Z] 29e5d40040c1: Pulling fs layer [2023-01-30T06:16:28.141Z] 1ce36da41761: Pulling fs layer [2023-01-30T06:16:28.141Z] 25b303627fd3: Pulling fs layer [2023-01-30T06:16:28.411Z] 29e5d40040c1: Verifying Checksum [2023-01-30T06:16:28.411Z] 29e5d40040c1: Download complete [2023-01-30T06:16:28.678Z] 1ce36da41761: Verifying Checksum [2023-01-30T06:16:28.678Z] 1ce36da41761: Download complete [2023-01-30T06:16:28.945Z] 29e5d40040c1: Pull complete [2023-01-30T06:16:30.366Z] 25b303627fd3: Verifying Checksum [2023-01-30T06:16:30.366Z] 25b303627fd3: Download complete [2023-01-30T06:16:30.366Z] 1ce36da41761: Pull complete [2023-01-30T06:16:35.408Z] Removing intermediate container 1e26fec1ddd5 [2023-01-30T06:16:35.408Z] ---> 7ca2154fc896 [2023-01-30T06:16:35.408Z] Step 7/21 : COPY . . [2023-01-30T06:16:35.408Z] Removing intermediate container 7a763ce82d8d [2023-01-30T06:16:35.408Z] ---> 1977f392ae19 [2023-01-30T06:16:35.408Z] Step 7/24 : COPY . . [2023-01-30T06:16:35.408Z] Removing intermediate container 196f28501675 [2023-01-30T06:16:35.408Z] ---> a4f97bf15f67 [2023-01-30T06:16:35.408Z] Step 8/22 : COPY . . [2023-01-30T06:16:35.408Z] Removing intermediate container 8d27152fed3b [2023-01-30T06:16:35.408Z] ---> d92b68f00f88 [2023-01-30T06:16:35.408Z] Step 7/19 : COPY . . [2023-01-30T06:16:35.408Z] Removing intermediate container 91c9d5f024ec [2023-01-30T06:16:35.408Z] ---> 861329ad0b98 [2023-01-30T06:16:35.408Z] Step 7/24 : COPY . . [2023-01-30T06:16:40.439Z] 25b303627fd3: Pull complete [2023-01-30T06:16:40.439Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-30T06:16:40.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-30T06:16:40.439Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:16:40.637Z] prd-ubuntu20.04-docker-arm64-4c-16g-3952 does not seem to be running inside a container [2023-01-30T06:16:40.699Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-30T06:16:42.897Z] $ docker top bb5c5985295584b9bdd713618b71935545b4820ecc018b78bbefab2ad3c5cd8d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T06:16:43.714Z] + grep parallel [2023-01-30T06:16:43.714Z] + docker-compose build --help [2023-01-30T06:16:47.965Z] --parallel Build images in parallel. [Pipeline] } [2023-01-30T06:16:47.985Z] $ docker stop --time=1 bb5c5985295584b9bdd713618b71935545b4820ecc018b78bbefab2ad3c5cd8d [2023-01-30T06:16:49.626Z] $ docker rm -f --volumes bb5c5985295584b9bdd713618b71935545b4820ecc018b78bbefab2ad3c5cd8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:16:50.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-30T06:16:50.162Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:16:50.312Z] ---> a85310ed3856 [2023-01-30T06:16:50.312Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-30T06:16:50.312Z] ---> e69c987976b8 [2023-01-30T06:16:50.312Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-30T06:16:50.312Z] ---> dc6ba32db921 [2023-01-30T06:16:50.312Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-30T06:16:50.312Z] ---> 8da68b54355b [2023-01-30T06:16:50.312Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-30T06:16:50.312Z] ---> 490b7897c3bd [2023-01-30T06:16:50.312Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-30T06:16:50.312Z] ---> Running in 7093757b8add [2023-01-30T06:16:50.312Z] ---> Running in 1774f028393e [2023-01-30T06:16:50.312Z] ---> Running in 1dd63a85ccb5 [2023-01-30T06:16:50.312Z] ---> Running in be6b251e4199 [2023-01-30T06:16:50.312Z] ---> Running in 2782ff7e9909 [2023-01-30T06:16:50.312Z] Removing intermediate container be6b251e4199 [2023-01-30T06:16:50.312Z] ---> e0135ca9fadb [2023-01-30T06:16:50.312Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-30T06:16:50.312Z] ---> Running in 6916b27d4f98 [2023-01-30T06:16:50.312Z] Removing intermediate container 6916b27d4f98 [2023-01-30T06:16:50.312Z] ---> 6a89520fff30 [2023-01-30T06:16:50.312Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-30T06:16:50.312Z] ---> Running in 17803ccbefa4 [2023-01-30T06:16:50.312Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-30T06:16:50.313Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-30T06:16:50.313Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-30T06:16:50.313Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-30T06:16:50.332Z] prd-ubuntu20.04-docker-arm64-4c-16g-3952 does not seem to be running inside a container [2023-01-30T06:16:50.398Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-30T06:16:51.257Z] Removing intermediate container 17803ccbefa4 [2023-01-30T06:16:51.257Z] ---> 0315c623f50e [2023-01-30T06:16:51.257Z] Step 11/24 : WORKDIR /edgex-go [2023-01-30T06:16:51.517Z] ---> Running in de40e409a0bd [2023-01-30T06:16:51.554Z] $ docker top 6d8dec8ce593e6d4765fcb6562d9c178ef72664f750093c73f1f2abd7f591bba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T06:16:51.774Z] Removing intermediate container de40e409a0bd [2023-01-30T06:16:51.774Z] ---> 77aeaf7825b7 [2023-01-30T06:16:51.774Z] [2023-01-30T06:16:51.774Z] Step 12/24 : FROM alpine:3.15 [2023-01-30T06:16:52.031Z] 3.15: Pulling from library/alpine [2023-01-30T06:16:52.055Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-30T06:16:53.017Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-30T06:16:53.017Z] Status: Downloaded newer image for alpine:3.15 [2023-01-30T06:16:53.017Z] ---> c4fc93816858 [2023-01-30T06:16:53.017Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:16:53.583Z] ---> Running in 665ca88fb3ca [2023-01-30T06:16:54.148Z] Removing intermediate container 665ca88fb3ca [2023-01-30T06:16:54.148Z] ---> ec273acdc3f7 [2023-01-30T06:16:54.148Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-30T06:16:54.148Z] ---> Running in dd941644c337 [2023-01-30T06:16:55.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:16:55.348Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:16:55.607Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-30T06:16:55.607Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-30T06:16:55.607Z] OK: 15859 distinct packages available [2023-01-30T06:16:55.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:16:55.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:16:55.864Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-30T06:16:55.864Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-30T06:16:55.864Z] (3/4) Installing libucontext (1.1-r0) [2023-01-30T06:16:55.864Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-30T06:16:55.864Z] Executing busybox-1.34.1-r7.trigger [2023-01-30T06:16:55.864Z] OK: 6 MiB in 18 packages [2023-01-30T06:16:56.305Z] Building core-command ... [2023-01-30T06:16:56.305Z] Building core-common-config-bootstrapper ... [2023-01-30T06:16:56.305Z] Building core-data ... [2023-01-30T06:16:56.305Z] Building core-metadata ... [2023-01-30T06:16:56.305Z] Building security-bootstrapper ... [2023-01-30T06:16:56.305Z] Building security-proxy-setup ... [2023-01-30T06:16:56.305Z] Building security-secretstore-setup ... [2023-01-30T06:16:56.305Z] Building security-spiffe-token-provider ... [2023-01-30T06:16:56.305Z] Building security-spire-agent ... [2023-01-30T06:16:56.305Z] Building security-spire-config ... [2023-01-30T06:16:56.305Z] Building security-spire-server ... [2023-01-30T06:16:56.305Z] Building support-notifications ... [2023-01-30T06:16:56.305Z] Building support-scheduler ... [2023-01-30T06:16:56.305Z] Building security-spire-agent [2023-01-30T06:16:56.305Z] Building support-scheduler [2023-01-30T06:16:56.305Z] Building core-metadata [2023-01-30T06:16:56.305Z] Building core-common-config-bootstrapper [2023-01-30T06:16:56.305Z] Building security-proxy-setup [2023-01-30T06:16:57.811Z] Removing intermediate container dd941644c337 [2023-01-30T06:16:57.811Z] ---> 1239e8c2ea26 [2023-01-30T06:16:57.811Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-30T06:17:01.118Z] ---> 861e5b7d5cfd [2023-01-30T06:17:01.118Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-30T06:17:02.080Z] ---> 7d76af8e4b56 [2023-01-30T06:17:02.080Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-30T06:17:02.339Z] ---> Running in d99db4693030 [2023-01-30T06:17:03.271Z] Removing intermediate container d99db4693030 [2023-01-30T06:17:03.271Z] ---> c207dc2356f6 [2023-01-30T06:17:03.271Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-30T06:17:04.650Z] ---> 0a395c2701c4 [2023-01-30T06:17:04.650Z] Step 19/24 : WORKDIR / [2023-01-30T06:17:04.650Z] ---> Running in a5cbee00770b [2023-01-30T06:17:04.650Z] Removing intermediate container a5cbee00770b [2023-01-30T06:17:04.650Z] ---> 7af2864fe24a [2023-01-30T06:17:04.650Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-30T06:17:04.909Z] ---> Running in af8672aeeafe [2023-01-30T06:17:05.167Z] Removing intermediate container af8672aeeafe [2023-01-30T06:17:05.167Z] ---> d0ec6ba71502 [2023-01-30T06:17:05.167Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-30T06:17:05.167Z] ---> Running in 0936962bdb61 [2023-01-30T06:17:05.734Z] Removing intermediate container 0936962bdb61 [2023-01-30T06:17:05.734Z] ---> 9e9fe2fd8015 [2023-01-30T06:17:05.734Z] Step 22/24 : LABEL arch=x86_64 [2023-01-30T06:17:05.992Z] ---> Running in 50f075c279cf [2023-01-30T06:17:06.375Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:06.376Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:06.376Z] ---> 3489f21d9990 [2023-01-30T06:17:06.376Z] Step 3/21 : WORKDIR /edgex-go [2023-01-30T06:17:06.568Z] Removing intermediate container 50f075c279cf [2023-01-30T06:17:06.568Z] ---> 2e4f17494782 [2023-01-30T06:17:06.568Z] Step 23/24 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:17:06.568Z] ---> Running in 949ab77e8938 [2023-01-30T06:17:06.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:06.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:06.959Z] ---> 3489f21d9990 [2023-01-30T06:17:06.959Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:17:06.959Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:06.959Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:06.959Z] ---> 3489f21d9990 [2023-01-30T06:17:06.959Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:17:06.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:06.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:06.959Z] ---> 3489f21d9990 [2023-01-30T06:17:06.959Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:17:06.959Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:06.959Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:06.959Z] ---> 3489f21d9990 [2023-01-30T06:17:06.959Z] Step 3/24 : WORKDIR /edgex-go [2023-01-30T06:17:06.959Z] ---> Running in 7e3601751c78 [2023-01-30T06:17:06.959Z] ---> Running in b5bdf7415171 [2023-01-30T06:17:06.959Z] ---> Running in d064bd668a69 [2023-01-30T06:17:06.959Z] ---> Running in d14f6ccc686e [2023-01-30T06:17:07.140Z] Removing intermediate container 949ab77e8938 [2023-01-30T06:17:07.141Z] ---> 3e8e17367e73 [2023-01-30T06:17:07.141Z] Step 24/24 : LABEL version=3.0.0-dev.30 [2023-01-30T06:17:07.141Z] ---> Running in 68156998b78c [2023-01-30T06:17:07.225Z] ---> Running in f7771e59c089 [2023-01-30T06:17:07.495Z] Removing intermediate container d14f6ccc686e [2023-01-30T06:17:07.495Z] ---> 8da219ce618f [2023-01-30T06:17:07.495Z] Step 4/22 : WORKDIR /edgex-go [2023-01-30T06:17:07.495Z] Removing intermediate container 7e3601751c78 [2023-01-30T06:17:07.495Z] ---> 1ef5970a5232 [2023-01-30T06:17:07.495Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-30T06:17:07.495Z] Removing intermediate container b5bdf7415171 [2023-01-30T06:17:07.495Z] ---> ccee7570a4ee [2023-01-30T06:17:07.705Z] Removing intermediate container 68156998b78c [2023-01-30T06:17:07.705Z] ---> 603e6845fa2b [2023-01-30T06:17:07.705Z] [2023-01-30T06:17:07.705Z] Successfully built 603e6845fa2b [2023-01-30T06:17:07.705Z] Successfully tagged security-spire-config:latest [2023-01-30T06:17:07.705Z] Building core-common-config-bootstrapper [2023-01-30T06:17:07.762Z] Step 4/22 : WORKDIR /edgex-go [2023-01-30T06:17:07.762Z] Removing intermediate container d064bd668a69 [2023-01-30T06:17:07.762Z] ---> 4d1c05db5d05 [2023-01-30T06:17:07.762Z] Step 4/24 : WORKDIR /edgex-go [2023-01-30T06:17:07.762Z] ---> Running in 8921b4b16989 [2023-01-30T06:17:07.762Z] Removing intermediate container f7771e59c089 [2023-01-30T06:17:07.762Z] ---> 370e46729ffd [2023-01-30T06:17:07.762Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-30T06:17:07.762Z] ---> Running in 0986c21c274b [2023-01-30T06:17:07.762Z] ---> Running in b4e44cf5ae72 [2023-01-30T06:17:08.027Z] ---> Running in 20aed883b016 [2023-01-30T06:17:08.027Z] ---> Running in 917f40f21299 [2023-01-30T06:17:08.611Z] Removing intermediate container b4e44cf5ae72 [2023-01-30T06:17:08.611Z] ---> 6d88138be1e0 [2023-01-30T06:17:08.611Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-30T06:17:08.611Z] Removing intermediate container 8921b4b16989 [2023-01-30T06:17:08.611Z] ---> 27c362f995aa [2023-01-30T06:17:08.611Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-30T06:17:08.877Z] Removing intermediate container 917f40f21299 [2023-01-30T06:17:08.877Z] ---> 9a73e513df41 [2023-01-30T06:17:08.877Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-30T06:17:08.877Z] ---> Running in de296689f76e [2023-01-30T06:17:08.877Z] ---> Running in 62e8a1c72cda [2023-01-30T06:17:09.148Z] ---> Running in 2dbed7221fdf [2023-01-30T06:17:10.114Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:10.114Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:10.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:10.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:10.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:10.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:10.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:11.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:11.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:11.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:17:12.086Z] OK: 221 MiB in 51 packages [2023-01-30T06:17:12.086Z] OK: 221 MiB in 51 packages [2023-01-30T06:17:12.353Z] OK: 221 MiB in 51 packages [2023-01-30T06:17:12.937Z] OK: 221 MiB in 51 packages [2023-01-30T06:17:12.937Z] OK: 221 MiB in 51 packages [2023-01-30T06:17:13.022Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:13.022Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:13.022Z] ---> 5253cb9c749e [2023-01-30T06:17:13.022Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:17:13.022Z] ---> Using cache [2023-01-30T06:17:13.022Z] ---> a363c42ad295 [2023-01-30T06:17:13.022Z] Step 4/22 : WORKDIR /edgex-go [2023-01-30T06:17:13.022Z] ---> Using cache [2023-01-30T06:17:13.022Z] ---> 7931cbb11669 [2023-01-30T06:17:13.022Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-30T06:17:13.022Z] ---> Using cache [2023-01-30T06:17:13.022Z] ---> 184a7efdf36f [2023-01-30T06:17:13.022Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-30T06:17:13.022Z] ---> Using cache [2023-01-30T06:17:13.022Z] ---> a49ddd06df30 [2023-01-30T06:17:13.022Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:17:13.022Z] ---> Using cache [2023-01-30T06:17:13.022Z] ---> a4f97bf15f67 [2023-01-30T06:17:13.022Z] Step 8/22 : COPY . . [2023-01-30T06:17:13.022Z] ---> Using cache [2023-01-30T06:17:13.022Z] ---> a85310ed3856 [2023-01-30T06:17:13.022Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-30T06:17:13.898Z] Removing intermediate container 0986c21c274b [2023-01-30T06:17:13.898Z] ---> 21a803d09d4b [2023-01-30T06:17:13.898Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-30T06:17:14.168Z] Removing intermediate container 20aed883b016 [2023-01-30T06:17:14.168Z] ---> 9712dbaef4e8 [2023-01-30T06:17:14.168Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-30T06:17:14.443Z] Removing intermediate container 2dbed7221fdf [2023-01-30T06:17:14.443Z] ---> 029a788d5e17 [2023-01-30T06:17:14.443Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-30T06:17:14.443Z] Removing intermediate container de296689f76e [2023-01-30T06:17:14.443Z] ---> 877eeda1d4ca [2023-01-30T06:17:14.443Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-30T06:17:14.443Z] Removing intermediate container 62e8a1c72cda [2023-01-30T06:17:14.443Z] ---> 4204ea0d13c9 [2023-01-30T06:17:14.443Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-30T06:17:15.024Z] ---> 69830c2628a9 [2023-01-30T06:17:15.024Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:17:15.292Z] ---> ea66515e24af [2023-01-30T06:17:15.292Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:17:15.292Z] ---> Running in 93eb81c169e0 [2023-01-30T06:17:15.561Z] ---> 9c471a9ea28a [2023-01-30T06:17:15.561Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:17:15.561Z] ---> Running in bb6a0a56fc37 [2023-01-30T06:17:15.561Z] ---> Running in a504cf811820 [2023-01-30T06:17:15.829Z] ---> 7525fca01d96 [2023-01-30T06:17:15.829Z] ---> 08babadb2d2d [2023-01-30T06:17:15.829Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:17:15.829Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:17:16.095Z] ---> Running in bfa439b54d8a [2023-01-30T06:17:16.095Z] ---> Running in 7fc200137bed [2023-01-30T06:17:19.582Z] ---> Running in 73f6b759868a [2023-01-30T06:17:20.154Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-30T06:17:21.530Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-30T06:17:21.530Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-30T06:17:33.739Z] Removing intermediate container 1dd63a85ccb5 [2023-01-30T06:17:33.739Z] ---> 1bac1a023919 [2023-01-30T06:17:33.739Z] [2023-01-30T06:17:33.739Z] Step 9/24 : FROM alpine:3.16 [2023-01-30T06:17:33.739Z] Removing intermediate container 1774f028393e [2023-01-30T06:17:33.739Z] ---> 8b40ede30b48 [2023-01-30T06:17:33.739Z] [2023-01-30T06:17:33.739Z] Step 9/21 : FROM alpine:3.16 [2023-01-30T06:17:33.739Z] 3.16: Pulling from library/alpine [2023-01-30T06:17:33.739Z] 3.16: Pulling from library/alpine [2023-01-30T06:17:38.021Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T06:17:38.022Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T06:17:38.022Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T06:17:38.022Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T06:17:38.022Z] ---> bfe296a52501 [2023-01-30T06:17:38.022Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-30T06:17:38.022Z] ---> bfe296a52501 [2023-01-30T06:17:38.022Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-30T06:17:38.022Z] ---> Running in e9fff31e3c98 [2023-01-30T06:17:38.022Z] ---> Running in 1913d8134289 [2023-01-30T06:17:38.022Z] Removing intermediate container 2782ff7e9909 [2023-01-30T06:17:38.022Z] ---> 5306c0fbd31b [2023-01-30T06:17:38.022Z] [2023-01-30T06:17:38.022Z] Step 9/19 : FROM alpine:3.15 [2023-01-30T06:17:38.022Z] ---> c4fc93816858 [2023-01-30T06:17:38.022Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:17:38.022Z] ---> Using cache [2023-01-30T06:17:38.022Z] ---> ec273acdc3f7 [2023-01-30T06:17:38.022Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-30T06:17:38.280Z] Removing intermediate container 7093757b8add [2023-01-30T06:17:38.280Z] ---> 080eb3c69ada [2023-01-30T06:17:38.280Z] [2023-01-30T06:17:38.280Z] Step 10/22 : FROM alpine:3.16 [2023-01-30T06:17:38.280Z] ---> bfe296a52501 [2023-01-30T06:17:38.280Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:17:38.280Z] ---> Running in becb08e778fc [2023-01-30T06:17:38.280Z] ---> Running in 83367c960421 [2023-01-30T06:17:38.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:38.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:38.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:38.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:38.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:38.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:38.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:38.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:39.104Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-30T06:17:39.104Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T06:17:39.104Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:17:39.104Z] OK: 6 MiB in 15 packages [2023-01-30T06:17:39.104Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-30T06:17:39.104Z] (3/3) Installing su-exec (0.2-r1) [2023-01-30T06:17:39.104Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:17:39.104Z] Executing ca-certificates-20220614-r0.trigger [2023-01-30T06:17:39.104Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-30T06:17:39.104Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-30T06:17:39.104Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-30T06:17:39.104Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-30T06:17:39.104Z] OK: 6 MiB in 17 packages [2023-01-30T06:17:39.104Z] (5/6) Installing curl (7.83.1-r5) [2023-01-30T06:17:39.104Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-30T06:17:39.104Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:17:39.104Z] Executing ca-certificates-20220614-r0.trigger [2023-01-30T06:17:39.363Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-30T06:17:39.363Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-30T06:17:39.363Z] OK: 15859 distinct packages available [2023-01-30T06:17:39.363Z] OK: 8 MiB in 20 packages [2023-01-30T06:17:39.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:39.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:39.651Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-30T06:17:39.651Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-30T06:17:39.651Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-30T06:17:39.651Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-30T06:17:39.651Z] (5/9) Installing curl (7.80.0-r5) [2023-01-30T06:17:39.651Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-30T06:17:39.651Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-30T06:17:39.651Z] (8/9) Installing libucontext (1.1-r0) [2023-01-30T06:17:39.651Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-30T06:17:39.651Z] Executing busybox-1.34.1-r7.trigger [2023-01-30T06:17:39.651Z] Executing ca-certificates-20220614-r0.trigger [2023-01-30T06:17:39.910Z] OK: 8 MiB in 23 packages [2023-01-30T06:17:39.910Z] Removing intermediate container 83367c960421 [2023-01-30T06:17:39.910Z] ---> 89b7b64ba985 [2023-01-30T06:17:39.910Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-30T06:17:39.910Z] ---> Running in 0eaafba428c5 [2023-01-30T06:17:40.182Z] Removing intermediate container e9fff31e3c98 [2023-01-30T06:17:40.182Z] ---> e0600ae8f4fa [2023-01-30T06:17:40.182Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-30T06:17:40.182Z] Removing intermediate container 0eaafba428c5 [2023-01-30T06:17:40.182Z] ---> f9a9e9493a10 [2023-01-30T06:17:40.182Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-30T06:17:40.182Z] Removing intermediate container 1913d8134289 [2023-01-30T06:17:40.182Z] ---> e72859ba2af5 [2023-01-30T06:17:40.182Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-30T06:17:40.182Z] ---> Running in f589c184f328 [2023-01-30T06:17:40.182Z] ---> Running in d310655c6804 [2023-01-30T06:17:40.440Z] ---> Running in 5f81bc1b66e7 [2023-01-30T06:17:40.698Z] Removing intermediate container f589c184f328 [2023-01-30T06:17:40.698Z] ---> a504630077af [2023-01-30T06:17:40.698Z] Step 12/24 : WORKDIR / [2023-01-30T06:17:40.698Z] Removing intermediate container becb08e778fc [2023-01-30T06:17:40.698Z] ---> b62ab6e986e2 [2023-01-30T06:17:40.698Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:17:40.698Z] Removing intermediate container d310655c6804 [2023-01-30T06:17:40.698Z] ---> 1f867420a15b [2023-01-30T06:17:40.698Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-30T06:17:40.698Z] Removing intermediate container 5f81bc1b66e7 [2023-01-30T06:17:40.698Z] ---> 2c701354b84f [2023-01-30T06:17:40.698Z] Step 12/21 : WORKDIR /edgex [2023-01-30T06:17:40.698Z] ---> Running in 6831d70b9023 [2023-01-30T06:17:40.698Z] ---> Running in 9209d190e9d5 [2023-01-30T06:17:40.698Z] ---> Running in eee632e1e311 [2023-01-30T06:17:40.956Z] Removing intermediate container 6831d70b9023 [2023-01-30T06:17:40.956Z] ---> d7e807e477b6 [2023-01-30T06:17:40.956Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-30T06:17:40.956Z] Removing intermediate container 9209d190e9d5 [2023-01-30T06:17:40.956Z] ---> 449936e664de [2023-01-30T06:17:40.956Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:17:40.956Z] Removing intermediate container eee632e1e311 [2023-01-30T06:17:40.956Z] ---> 49b5263e0b31 [2023-01-30T06:17:40.956Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-30T06:17:40.956Z] ---> d74894b6ff36 [2023-01-30T06:17:40.956Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-30T06:17:41.213Z] ---> d12fbd8b8cfe [2023-01-30T06:17:41.213Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-30T06:17:41.213Z] Removing intermediate container 73f6b759868a [2023-01-30T06:17:41.213Z] ---> a73429770f41 [2023-01-30T06:17:41.213Z] [2023-01-30T06:17:41.213Z] Step 10/22 : FROM alpine:3.16 [2023-01-30T06:17:41.213Z] ---> bfe296a52501 [2023-01-30T06:17:41.213Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-30T06:17:41.213Z] ---> 0c46c5608faf [2023-01-30T06:17:41.213Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-30T06:17:41.480Z] ---> 780fd0f47b00 [2023-01-30T06:17:41.480Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-30T06:17:41.480Z] ---> Running in 44ad4d3ffc9e [2023-01-30T06:17:41.480Z] ---> a9f612735367 [2023-01-30T06:17:41.480Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-30T06:17:41.480Z] ---> f36f72e45030 [2023-01-30T06:17:41.480Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-30T06:17:41.738Z] Removing intermediate container 44ad4d3ffc9e [2023-01-30T06:17:41.738Z] ---> 0339267f5f6f [2023-01-30T06:17:41.738Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:17:41.997Z] ---> 3f992f29d637 [2023-01-30T06:17:41.997Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-30T06:17:41.997Z] ---> 566ee1785884 [2023-01-30T06:17:41.997Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-30T06:17:41.997Z] ---> Running in 1098c1b2731b [2023-01-30T06:17:41.997Z] ---> 69b4388faf05 [2023-01-30T06:17:41.997Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-30T06:17:41.997Z] ---> 119deb265875 [2023-01-30T06:17:41.997Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> Running in 380f485c8d03 [2023-01-30T06:17:41.997Z] [2023-01-30T06:17:42.253Z] Removing intermediate container 380f485c8d03 [2023-01-30T06:17:42.253Z] ---> 334915508a70 [2023-01-30T06:17:42.253Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:17:42.253Z] ---> Running in b8f805220d01 [2023-01-30T06:17:42.253Z] ---> e4b6a33b9b5c [2023-01-30T06:17:42.253Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-30T06:17:42.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:42.253Z] ---> 2effb2e7c8c4 [2023-01-30T06:17:42.253Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-30T06:17:42.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:42.511Z] Removing intermediate container b8f805220d01 [2023-01-30T06:17:42.511Z] ---> 1595866e71ab [2023-01-30T06:17:42.511Z] Step 17/19 : LABEL arch=x86_64 [2023-01-30T06:17:42.511Z] ---> Running in 5c393ef976b7 [2023-01-30T06:17:42.511Z] ---> dc98514913ef [2023-01-30T06:17:42.511Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-30T06:17:42.511Z] ---> Running in 7b11cb2dac23 [2023-01-30T06:17:42.511Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T06:17:42.511Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:17:42.773Z] OK: 6 MiB in 15 packages [2023-01-30T06:17:42.773Z] Removing intermediate container 5c393ef976b7 [2023-01-30T06:17:42.773Z] ---> d61be1cf589c [2023-01-30T06:17:42.773Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:17:42.773Z] ---> 6da7659ec84e [2023-01-30T06:17:42.773Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-30T06:17:42.773Z] Removing intermediate container 7b11cb2dac23 [2023-01-30T06:17:42.773Z] ---> b6ce2e801e44 [2023-01-30T06:17:42.773Z] Step 18/19 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:17:42.773Z] ---> Running in fa97f6cbd975 [2023-01-30T06:17:42.773Z] ---> Running in 712c3248e788 [2023-01-30T06:17:42.773Z] ---> 478ce2fb32b7 [2023-01-30T06:17:42.773Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-30T06:17:42.773Z] ---> Running in 0c514563de69 [2023-01-30T06:17:42.773Z] Removing intermediate container fa97f6cbd975 [2023-01-30T06:17:42.773Z] ---> c7aa2af29656 [2023-01-30T06:17:42.773Z] Step 20/22 : LABEL arch=x86_64 [2023-01-30T06:17:42.773Z] ---> Running in 1bd0d1ad1b44 [2023-01-30T06:17:42.773Z] Removing intermediate container 712c3248e788 [2023-01-30T06:17:42.773Z] ---> 91282b25fc48 [2023-01-30T06:17:42.773Z] Step 19/19 : LABEL version=3.0.0-dev.30 [2023-01-30T06:17:42.773Z] ---> Running in 7a1953b272d3 [2023-01-30T06:17:43.036Z] Removing intermediate container 1bd0d1ad1b44 [2023-01-30T06:17:43.036Z] ---> c3add7ef046c [2023-01-30T06:17:43.036Z] Step 21/22 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:17:43.036Z] Removing intermediate container 7a1953b272d3 [2023-01-30T06:17:43.036Z] ---> 289afe1d0276 [2023-01-30T06:17:43.036Z] [2023-01-30T06:17:43.036Z] ---> Running in 64380c5ed9c1 [2023-01-30T06:17:43.036Z] Successfully built 289afe1d0276 [2023-01-30T06:17:43.036Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-30T06:17:43.036Z]  Building security-spiffe-token-provider ... done Building core-metadata [2023-01-30T06:17:43.296Z] ---> dace1a3dfff2 [2023-01-30T06:17:43.296Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-30T06:17:43.296Z] Removing intermediate container 64380c5ed9c1 [2023-01-30T06:17:43.296Z] ---> c2cfe0b86eba [2023-01-30T06:17:43.296Z] Step 22/22 : LABEL version=3.0.0-dev.30 [2023-01-30T06:17:45.833Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:45.833Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:45.833Z] ---> 5253cb9c749e [2023-01-30T06:17:45.833Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:17:45.833Z] ---> Using cache [2023-01-30T06:17:45.833Z] ---> a363c42ad295 [2023-01-30T06:17:45.833Z] Step 4/24 : WORKDIR /edgex-go [2023-01-30T06:17:45.833Z] ---> Using cache [2023-01-30T06:17:45.833Z] ---> 7931cbb11669 [2023-01-30T06:17:45.833Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-30T06:17:45.833Z] ---> Using cache [2023-01-30T06:17:45.833Z] ---> 184a7efdf36f [2023-01-30T06:17:45.833Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-30T06:17:45.833Z] ---> Using cache [2023-01-30T06:17:45.833Z] ---> a49ddd06df30 [2023-01-30T06:17:45.833Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:17:45.833Z] ---> Using cache [2023-01-30T06:17:45.833Z] ---> a4f97bf15f67 [2023-01-30T06:17:45.833Z] Step 8/24 : COPY . . [2023-01-30T06:17:45.833Z] ---> Using cache [2023-01-30T06:17:45.833Z] ---> a85310ed3856 [2023-01-30T06:17:45.833Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-30T06:17:45.833Z] Removing intermediate container 1098c1b2731b [2023-01-30T06:17:45.833Z] ---> 95aba3bc1ef6 [2023-01-30T06:17:45.833Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:17:47.232Z] ---> Running in d18f199610c2 [2023-01-30T06:17:47.232Z] ---> ffdd7c6c1d71 [2023-01-30T06:17:47.232Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-30T06:17:47.232Z] ---> Running in 46a3d543cb3f [2023-01-30T06:17:47.232Z] ---> acc64620adf8 [2023-01-30T06:17:47.232Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-30T06:17:47.232Z] ---> Running in 8cb5d368deef [2023-01-30T06:17:47.232Z] Removing intermediate container d18f199610c2 [2023-01-30T06:17:47.232Z] ---> d9b9664a88c5 [2023-01-30T06:17:47.232Z] [2023-01-30T06:17:47.232Z] Removing intermediate container 0c514563de69 [2023-01-30T06:17:47.232Z] ---> 2146919e498c [2023-01-30T06:17:47.232Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-30T06:17:47.232Z] ---> Running in fdef6ca5d7e1 [2023-01-30T06:17:47.232Z] Successfully built d9b9664a88c5 [2023-01-30T06:17:47.232Z] Successfully tagged support-scheduler:latest [2023-01-30T06:17:47.232Z]  Building support-scheduler ... done Building core-command [2023-01-30T06:17:47.491Z] Removing intermediate container fdef6ca5d7e1 [2023-01-30T06:17:47.491Z] ---> 6e9ebacada98 [2023-01-30T06:17:47.491Z] Step 19/21 : LABEL arch=x86_64 [2023-01-30T06:17:47.491Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-30T06:17:47.750Z] ---> Running in 0cbad1ad22e0 [2023-01-30T06:17:50.370Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:50.370Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:50.370Z] ---> 5253cb9c749e [2023-01-30T06:17:50.370Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:17:50.370Z] ---> Using cache [2023-01-30T06:17:50.370Z] ---> a363c42ad295 [2023-01-30T06:17:50.370Z] Step 4/23 : WORKDIR /edgex-go [2023-01-30T06:17:50.370Z] ---> Using cache [2023-01-30T06:17:50.370Z] ---> 7931cbb11669 [2023-01-30T06:17:50.370Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-30T06:17:50.370Z] ---> Using cache [2023-01-30T06:17:50.370Z] ---> 184a7efdf36f [2023-01-30T06:17:50.370Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-30T06:17:50.370Z] ---> Using cache [2023-01-30T06:17:50.370Z] ---> a49ddd06df30 [2023-01-30T06:17:50.370Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:17:50.370Z] ---> Using cache [2023-01-30T06:17:50.370Z] ---> a4f97bf15f67 [2023-01-30T06:17:50.370Z] Step 8/23 : COPY . . [2023-01-30T06:17:50.370Z] ---> Using cache [2023-01-30T06:17:50.370Z] ---> a85310ed3856 [2023-01-30T06:17:50.370Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-30T06:17:51.747Z] ---> 24c38c7431ed [2023-01-30T06:17:51.747Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-30T06:17:51.748Z] ---> Running in f337a84c22de [2023-01-30T06:17:51.748Z] Removing intermediate container 0cbad1ad22e0 [2023-01-30T06:17:51.748Z] ---> b61b983fe64d [2023-01-30T06:17:51.748Z] Step 20/21 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:17:52.006Z] ---> Running in c0a4447a6034 [2023-01-30T06:17:52.006Z] ---> dde49262c925 [2023-01-30T06:17:52.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-30T06:17:52.006Z] Removing intermediate container 8cb5d368deef [2023-01-30T06:17:52.006Z] ---> 9bf8e3b4786a [2023-01-30T06:17:52.006Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-30T06:17:52.006Z] Removing intermediate container c0a4447a6034 [2023-01-30T06:17:52.006Z] ---> 2987adad8280 [2023-01-30T06:17:52.006Z] Step 21/21 : LABEL version=3.0.0-dev.30 [2023-01-30T06:17:52.006Z] ---> Running in ced53b75d8f8 [2023-01-30T06:17:52.006Z] ---> Running in 2f16013ad452 [2023-01-30T06:17:52.264Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-30T06:17:52.264Z] Removing intermediate container 2f16013ad452 [2023-01-30T06:17:52.264Z] ---> 929132575a5f [2023-01-30T06:17:52.264Z] [2023-01-30T06:17:52.521Z] Successfully built 929132575a5f [2023-01-30T06:17:52.521Z] ---> d95cd9c9da4b [2023-01-30T06:17:52.521Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-30T06:17:52.521Z] Successfully tagged security-proxy-setup:latest [2023-01-30T06:17:52.521Z]  Building security-proxy-setup ... done Building support-notifications [2023-01-30T06:17:52.521Z] Removing intermediate container ced53b75d8f8 [2023-01-30T06:17:52.521Z] ---> f9987176c4af [2023-01-30T06:17:52.521Z] Step 22/24 : LABEL arch=x86_64 [2023-01-30T06:17:52.521Z] ---> Running in c844af48cf96 [2023-01-30T06:17:52.521Z] ---> Running in 1f59cd782d2a [2023-01-30T06:17:55.119Z] Removing intermediate container 1f59cd782d2a [2023-01-30T06:17:55.119Z] ---> 9c97429feb51 [2023-01-30T06:17:55.119Z] Step 23/24 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:17:56.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:17:56.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:17:56.139Z] ---> 5253cb9c749e [2023-01-30T06:17:56.139Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:17:56.139Z] ---> Using cache [2023-01-30T06:17:56.139Z] ---> a363c42ad295 [2023-01-30T06:17:56.139Z] Step 4/22 : WORKDIR /edgex-go [2023-01-30T06:17:56.139Z] ---> Using cache [2023-01-30T06:17:56.139Z] ---> 7931cbb11669 [2023-01-30T06:17:56.139Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-30T06:17:57.524Z] ---> Running in a4b283dbdd9b [2023-01-30T06:17:57.524Z] ---> Running in 1e1dfe5a1057 [2023-01-30T06:17:57.524Z] Removing intermediate container a4b283dbdd9b [2023-01-30T06:17:57.524Z] ---> e27078f1cddb [2023-01-30T06:17:57.524Z] Step 24/24 : LABEL version=3.0.0-dev.30 [2023-01-30T06:17:57.524Z] Removing intermediate container c844af48cf96 [2023-01-30T06:17:57.524Z] ---> 86c079c95bec [2023-01-30T06:17:57.524Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-30T06:17:57.524Z] ---> Running in d10d7c476aad [2023-01-30T06:17:57.524Z] ---> Running in e8f1b6e491dc [2023-01-30T06:17:58.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:58.089Z] Removing intermediate container d10d7c476aad [2023-01-30T06:17:58.089Z] ---> 00ae5ec6554c [2023-01-30T06:17:58.089Z] [2023-01-30T06:17:58.090Z] Removing intermediate container e8f1b6e491dc [2023-01-30T06:17:58.090Z] ---> 2f428b465334 [2023-01-30T06:17:58.090Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-30T06:17:58.090Z] Successfully built 00ae5ec6554c [2023-01-30T06:17:58.090Z] Successfully tagged security-secretstore-setup:latest [2023-01-30T06:17:58.090Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-01-30T06:17:58.090Z] ---> Running in 240953b3ec43 [2023-01-30T06:17:58.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:17:58.610Z] Removing intermediate container 240953b3ec43 [2023-01-30T06:17:58.610Z] ---> 663f178bc3ba [2023-01-30T06:17:58.610Z] Step 20/22 : LABEL arch=x86_64 [2023-01-30T06:17:58.610Z] OK: 211 MiB in 51 packages [2023-01-30T06:18:01.890Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:18:01.890Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:18:01.890Z] ---> 5253cb9c749e [2023-01-30T06:18:01.890Z] Step 3/24 : WORKDIR /edgex-go [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> 4fd8a7766aa7 [2023-01-30T06:18:01.890Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> 154c0b84265d [2023-01-30T06:18:01.890Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> 834d22a0f2c6 [2023-01-30T06:18:01.890Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> 1977f392ae19 [2023-01-30T06:18:01.890Z] Step 7/24 : COPY . . [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> dc6ba32db921 [2023-01-30T06:18:01.890Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> e0135ca9fadb [2023-01-30T06:18:01.890Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> 6a89520fff30 [2023-01-30T06:18:01.890Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> 0315c623f50e [2023-01-30T06:18:01.890Z] Step 11/24 : WORKDIR /edgex-go [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> 77aeaf7825b7 [2023-01-30T06:18:01.890Z] [2023-01-30T06:18:01.890Z] Step 12/24 : FROM alpine:3.15 [2023-01-30T06:18:01.890Z] ---> c4fc93816858 [2023-01-30T06:18:01.890Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:18:01.890Z] ---> Using cache [2023-01-30T06:18:01.890Z] ---> ec273acdc3f7 [2023-01-30T06:18:01.890Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-30T06:18:03.568Z] ---> Running in a8262a9385d1 [2023-01-30T06:18:03.825Z] ---> Running in dbc105d395e8 [2023-01-30T06:18:04.082Z] Removing intermediate container a8262a9385d1 [2023-01-30T06:18:04.082Z] ---> 59e97de270d6 [2023-01-30T06:18:04.082Z] Step 21/22 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:18:04.082Z] Removing intermediate container 1e1dfe5a1057 [2023-01-30T06:18:04.082Z] ---> 6ca9fb9784c5 [2023-01-30T06:18:04.082Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-30T06:18:04.082Z] ---> Running in 2057d44a88b3 [2023-01-30T06:18:04.339Z] Removing intermediate container 2057d44a88b3 [2023-01-30T06:18:04.339Z] ---> 5a30b66be1e6 [2023-01-30T06:18:04.339Z] Step 22/22 : LABEL version=3.0.0-dev.30 [2023-01-30T06:18:04.339Z] ---> Running in 87214fb9dfe3 [2023-01-30T06:18:04.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:18:04.598Z] ---> 40a14141dc8c [2023-01-30T06:18:04.598Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:18:04.856Z] Removing intermediate container 87214fb9dfe3 [2023-01-30T06:18:04.856Z] ---> 9cc6b46f123f [2023-01-30T06:18:04.856Z] [2023-01-30T06:18:04.856Z] ---> Running in 39bd652d0257 [2023-01-30T06:18:04.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:18:04.856Z] Successfully built 9cc6b46f123f [2023-01-30T06:18:04.856Z] Successfully tagged core-common-config-bootstrapper:latest [2023-01-30T06:18:04.856Z]  Building core-common-config-bootstrapper ... done Building security-spire-server [2023-01-30T06:18:05.113Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-30T06:18:05.113Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-30T06:18:05.113Z] OK: 15859 distinct packages available [2023-01-30T06:18:05.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:18:05.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:18:05.371Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-30T06:18:05.371Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-30T06:18:05.371Z] (3/5) Installing libucontext (1.1-r0) [2023-01-30T06:18:05.371Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-30T06:18:05.371Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-30T06:18:05.371Z] Executing busybox-1.34.1-r7.trigger [2023-01-30T06:18:05.629Z] OK: 7 MiB in 19 packages [2023-01-30T06:18:08.193Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:18:08.193Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:18:08.193Z] ---> 5253cb9c749e [2023-01-30T06:18:08.193Z] Step 3/23 : WORKDIR /edgex-go [2023-01-30T06:18:08.193Z] ---> Using cache [2023-01-30T06:18:08.193Z] ---> 4fd8a7766aa7 [2023-01-30T06:18:08.193Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-30T06:18:08.193Z] ---> Using cache [2023-01-30T06:18:08.193Z] ---> 154c0b84265d [2023-01-30T06:18:08.193Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-30T06:18:08.193Z] ---> Using cache [2023-01-30T06:18:08.193Z] ---> 834d22a0f2c6 [2023-01-30T06:18:08.193Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:18:08.193Z] ---> Using cache [2023-01-30T06:18:08.193Z] ---> 1977f392ae19 [2023-01-30T06:18:08.193Z] Step 7/23 : COPY . . [2023-01-30T06:18:08.193Z] ---> Using cache [2023-01-30T06:18:08.193Z] ---> dc6ba32db921 [2023-01-30T06:18:08.193Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-30T06:18:08.193Z] ---> Using cache [2023-01-30T06:18:08.193Z] ---> e0135ca9fadb [2023-01-30T06:18:08.193Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-30T06:18:08.193Z] ---> Using cache [2023-01-30T06:18:08.193Z] ---> 6a89520fff30 [2023-01-30T06:18:08.193Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-30T06:18:11.473Z] ---> Running in ce1e5163eecc [2023-01-30T06:18:11.473Z] Removing intermediate container dbc105d395e8 [2023-01-30T06:18:11.473Z] ---> 0ac40e0fd2f4 [2023-01-30T06:18:11.473Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-30T06:18:13.394Z] ---> e3a986f2a677 [2023-01-30T06:18:13.394Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-30T06:18:13.394Z] Removing intermediate container ce1e5163eecc [2023-01-30T06:18:13.394Z] ---> 99b0a37d9d8c [2023-01-30T06:18:13.394Z] Step 11/23 : WORKDIR /edgex-go [2023-01-30T06:18:14.343Z] ---> Running in f1770f0e06cf [2023-01-30T06:18:15.276Z] Removing intermediate container f1770f0e06cf [2023-01-30T06:18:15.276Z] ---> 13dac5a05b20 [2023-01-30T06:18:15.276Z] [2023-01-30T06:18:15.276Z] Step 12/23 : FROM alpine:3.15 [2023-01-30T06:18:15.276Z] ---> c4fc93816858 [2023-01-30T06:18:15.276Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:18:15.276Z] ---> Using cache [2023-01-30T06:18:15.276Z] ---> ec273acdc3f7 [2023-01-30T06:18:15.276Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-30T06:18:15.276Z] ---> Using cache [2023-01-30T06:18:15.276Z] ---> 0ac40e0fd2f4 [2023-01-30T06:18:15.276Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-30T06:18:17.177Z] ---> 3a5e22b148b0 [2023-01-30T06:18:17.177Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-30T06:18:17.501Z] Removing intermediate container 46a3d543cb3f [2023-01-30T06:18:17.501Z] ---> 5243fa2bc157 [2023-01-30T06:18:17.501Z] [2023-01-30T06:18:17.501Z] Step 10/24 : FROM alpine:3.16 [2023-01-30T06:18:17.501Z] ---> bfe296a52501 [2023-01-30T06:18:17.501Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:18:17.501Z] ---> Using cache [2023-01-30T06:18:17.501Z] ---> 89b7b64ba985 [2023-01-30T06:18:17.501Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-30T06:18:17.501Z] ---> Using cache [2023-01-30T06:18:17.501Z] ---> f9a9e9493a10 [2023-01-30T06:18:17.501Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-30T06:18:17.501Z] ---> 6acaef6596b6 [2023-01-30T06:18:17.501Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-30T06:18:17.501Z] ---> Running in 42fbf1057195 [2023-01-30T06:18:17.501Z] ---> a40f30df1253 [2023-01-30T06:18:17.501Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-30T06:18:17.758Z] ---> 00fd67e4abfd [2023-01-30T06:18:17.758Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-30T06:18:17.758Z] Removing intermediate container 42fbf1057195 [2023-01-30T06:18:17.758Z] ---> fca7550d1659 [2023-01-30T06:18:17.758Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-30T06:18:18.016Z] ---> f2c64deabd50 [2023-01-30T06:18:18.016Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-30T06:18:18.016Z] ---> Running in e9f7bb6f2618 [2023-01-30T06:18:18.273Z] ---> b5c8211fdcee [2023-01-30T06:18:18.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-30T06:18:18.273Z] Removing intermediate container e9f7bb6f2618 [2023-01-30T06:18:18.273Z] ---> 14d5c27c2bc0 [2023-01-30T06:18:18.273Z] Step 15/24 : WORKDIR / [2023-01-30T06:18:18.273Z] ---> e7a396ec6c9c [2023-01-30T06:18:18.273Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-30T06:18:18.540Z] ---> Running in 58ddc2fc58f0 [2023-01-30T06:18:18.540Z] ---> Running in 16b411224299 [2023-01-30T06:18:18.540Z] ---> 707300c1af28 [2023-01-30T06:18:18.540Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-30T06:18:18.540Z] ---> Running in 553e4054d27f [2023-01-30T06:18:18.540Z] Removing intermediate container 58ddc2fc58f0 [2023-01-30T06:18:18.540Z] Removing intermediate container 16b411224299 [2023-01-30T06:18:18.540Z] ---> eec4f21a2446 [2023-01-30T06:18:18.540Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:18:18.540Z] ---> bd4081c0cafa [2023-01-30T06:18:18.540Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-30T06:18:18.540Z] ---> Running in 9db98829535f [2023-01-30T06:18:18.797Z] Removing intermediate container 553e4054d27f [2023-01-30T06:18:18.797Z] ---> 0307a41d2ac7 [2023-01-30T06:18:18.797Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-30T06:18:18.797Z] Removing intermediate container 9db98829535f [2023-01-30T06:18:18.797Z] ---> 6a3b54c47706 [2023-01-30T06:18:18.797Z] Step 22/24 : LABEL arch=x86_64 [2023-01-30T06:18:19.106Z] ---> Running in bf05fb44f868 [2023-01-30T06:18:19.106Z] ---> 771266ce4d60 [2023-01-30T06:18:19.106Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-30T06:18:19.106Z] ---> Running in f05bedf2308a [2023-01-30T06:18:19.363Z] Removing intermediate container bf05fb44f868 [2023-01-30T06:18:19.363Z] ---> 2600dcd47f5d [2023-01-30T06:18:19.363Z] Step 21/23 : LABEL arch=x86_64 [2023-01-30T06:18:19.363Z] ---> Running in a7cad3dc6c11 [2023-01-30T06:18:19.363Z] Removing intermediate container f05bedf2308a [2023-01-30T06:18:19.363Z] ---> a94dd8cef1b2 [2023-01-30T06:18:19.363Z] Step 23/24 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:18:19.632Z] ---> Running in 10f7b789b539 [2023-01-30T06:18:19.632Z] Removing intermediate container a7cad3dc6c11 [2023-01-30T06:18:19.632Z] ---> fdc6b6ce1b20 [2023-01-30T06:18:19.632Z] Step 22/23 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:18:19.907Z] ---> 60115edf1202 [2023-01-30T06:18:19.907Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-30T06:18:19.907Z] ---> Running in 09669485bbd5 [2023-01-30T06:18:19.907Z] Removing intermediate container 10f7b789b539 [2023-01-30T06:18:19.907Z] ---> 1e8865109664 [2023-01-30T06:18:19.907Z] Step 24/24 : LABEL version=3.0.0-dev.30 [2023-01-30T06:18:19.907Z] ---> Running in 744c3f926d0f [2023-01-30T06:18:19.907Z] Removing intermediate container 09669485bbd5 [2023-01-30T06:18:19.907Z] ---> 79403a758329 [2023-01-30T06:18:19.907Z] Step 23/23 : LABEL version=3.0.0-dev.30 [2023-01-30T06:18:20.169Z] Removing intermediate container f337a84c22de [2023-01-30T06:18:20.169Z] ---> 5476487fb718 [2023-01-30T06:18:20.169Z] [2023-01-30T06:18:20.169Z] Step 10/23 : FROM alpine:3.16 [2023-01-30T06:18:20.169Z] ---> bfe296a52501 [2023-01-30T06:18:20.169Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:18:20.169Z] ---> Using cache [2023-01-30T06:18:20.169Z] ---> 89b7b64ba985 [2023-01-30T06:18:20.169Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-30T06:18:20.169Z] ---> Using cache [2023-01-30T06:18:20.169Z] ---> f9a9e9493a10 [2023-01-30T06:18:20.169Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-30T06:18:20.474Z] Removing intermediate container 744c3f926d0f [2023-01-30T06:18:20.474Z] ---> 0a5a687e7e44 [2023-01-30T06:18:20.474Z] [2023-01-30T06:18:20.474Z] ---> Running in 21478d65d695 [2023-01-30T06:18:20.474Z] ---> Running in c4cc2a98a6d9 [2023-01-30T06:18:20.474Z] ---> 72a372fc8df7 [2023-01-30T06:18:20.474Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-30T06:18:20.474Z] Successfully built 0a5a687e7e44 [2023-01-30T06:18:20.732Z] Successfully tagged security-spire-agent:latest [2023-01-30T06:18:20.732Z]  Building security-spire-agent ... done Building security-bootstrapper [2023-01-30T06:18:22.198Z] Removing intermediate container 21478d65d695 [2023-01-30T06:18:22.198Z] ---> 880b98fbf57b [2023-01-30T06:18:22.198Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-30T06:18:24.126Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:18:24.126Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:18:25.139Z] ---> 5253cb9c749e [2023-01-30T06:18:25.139Z] Step 3/32 : WORKDIR /edgex-go [2023-01-30T06:18:25.139Z] ---> Using cache [2023-01-30T06:18:25.139Z] ---> 4fd8a7766aa7 [2023-01-30T06:18:25.139Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-30T06:18:25.139Z] ---> 8852374c388e [2023-01-30T06:18:25.139Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-30T06:18:25.139Z] Removing intermediate container c4cc2a98a6d9 [2023-01-30T06:18:25.139Z] ---> 43a0091f3343 [2023-01-30T06:18:25.139Z] [2023-01-30T06:18:25.139Z] ---> Running in ba06120613e7 [2023-01-30T06:18:25.139Z] ---> Running in dbeba3e70348 [2023-01-30T06:18:25.139Z] ---> Running in c03547813ec7 [2023-01-30T06:18:25.139Z] Removing intermediate container ba06120613e7 [2023-01-30T06:18:25.139Z] ---> de1f7b59c80c [2023-01-30T06:18:25.139Z] Step 15/23 : WORKDIR / [2023-01-30T06:18:25.139Z] Successfully built 43a0091f3343 [2023-01-30T06:18:25.139Z] Successfully tagged security-spire-server:latest [2023-01-30T06:18:25.139Z]  Building security-spire-server ... done Building core-data [2023-01-30T06:18:25.139Z] Removing intermediate container dbeba3e70348 [2023-01-30T06:18:25.139Z] ---> b0ab327cda73 [2023-01-30T06:18:25.139Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:18:25.139Z] ---> Running in 403c3dc87590 [2023-01-30T06:18:25.140Z] ---> Running in ca0cf982c05b [2023-01-30T06:18:25.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:18:25.689Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:18:25.965Z] OK: 211 MiB in 51 packages [2023-01-30T06:18:26.224Z] Removing intermediate container 403c3dc87590 [2023-01-30T06:18:26.224Z] ---> 406993a0f99d [2023-01-30T06:18:26.224Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:18:27.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:18:27.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:18:27.603Z] ---> 5253cb9c749e [2023-01-30T06:18:27.603Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:18:27.603Z] ---> Using cache [2023-01-30T06:18:27.603Z] ---> a363c42ad295 [2023-01-30T06:18:27.603Z] Step 4/22 : WORKDIR /edgex-go [2023-01-30T06:18:27.603Z] ---> Using cache [2023-01-30T06:18:27.603Z] ---> 7931cbb11669 [2023-01-30T06:18:27.603Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-30T06:18:27.603Z] ---> Using cache [2023-01-30T06:18:27.603Z] ---> 184a7efdf36f [2023-01-30T06:18:27.603Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-30T06:18:27.603Z] ---> Using cache [2023-01-30T06:18:27.603Z] ---> a49ddd06df30 [2023-01-30T06:18:27.603Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:18:27.603Z] ---> Using cache [2023-01-30T06:18:27.603Z] ---> a4f97bf15f67 [2023-01-30T06:18:27.603Z] Step 8/22 : COPY . . [2023-01-30T06:18:27.603Z] ---> Using cache [2023-01-30T06:18:27.603Z] ---> a85310ed3856 [2023-01-30T06:18:27.603Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-30T06:18:28.181Z] Removing intermediate container ca0cf982c05b [2023-01-30T06:18:28.181Z] ---> eb2cfce9bf18 [2023-01-30T06:18:28.181Z] Step 22/24 : LABEL arch=x86_64 [2023-01-30T06:18:28.181Z] ---> Running in ebf65275cdf1 [2023-01-30T06:18:28.181Z] ---> 3ed18b3c6b63 [2023-01-30T06:18:28.181Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-30T06:18:28.181Z] ---> Running in 3673c94e8867 [2023-01-30T06:18:28.443Z] Removing intermediate container 3673c94e8867 [2023-01-30T06:18:28.443Z] ---> 5cf8b97ad4d7 [2023-01-30T06:18:28.443Z] Step 23/24 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:18:28.443Z] Removing intermediate container c03547813ec7 [2023-01-30T06:18:28.443Z] ---> 8080ed14ec8e [2023-01-30T06:18:28.443Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-30T06:18:28.443Z] ---> Running in 8048d7fccf2f [2023-01-30T06:18:28.705Z] Removing intermediate container 8048d7fccf2f [2023-01-30T06:18:28.705Z] ---> d06d02880c01 [2023-01-30T06:18:28.705Z] Step 24/24 : LABEL version=3.0.0-dev.30 [2023-01-30T06:18:28.705Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-30T06:18:28.705Z] ---> be132f388131 [2023-01-30T06:18:28.705Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:18:28.705Z] ---> Running in 9d9e4517feaf [2023-01-30T06:18:28.705Z] ---> caf30d63356f [2023-01-30T06:18:28.705Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-30T06:18:28.705Z] ---> Running in b678683c09e9 [2023-01-30T06:18:28.964Z] Removing intermediate container 9d9e4517feaf [2023-01-30T06:18:28.964Z] ---> eee3f0c273be [2023-01-30T06:18:28.964Z] [2023-01-30T06:18:28.964Z] Successfully built eee3f0c273be [2023-01-30T06:18:28.964Z] Successfully tagged core-metadata:latest [2023-01-30T06:18:29.531Z]  Building core-metadata ... done  ---> c61644979db6 [2023-01-30T06:18:29.531Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-30T06:18:29.531Z] ---> Running in 7a88cb08709d [2023-01-30T06:18:29.790Z] Removing intermediate container 7a88cb08709d [2023-01-30T06:18:29.790Z] ---> 04716725b120 [2023-01-30T06:18:29.790Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:18:30.050Z] ---> Running in 9081743bbcad [2023-01-30T06:18:30.310Z] Removing intermediate container 9081743bbcad [2023-01-30T06:18:30.310Z] ---> aba185fde9df [2023-01-30T06:18:30.310Z] Step 21/23 : LABEL arch=x86_64 [2023-01-30T06:18:30.570Z] ---> Running in a4f8dcec5200 [2023-01-30T06:18:30.830Z] Removing intermediate container a4f8dcec5200 [2023-01-30T06:18:30.830Z] ---> aa3e45a99729 [2023-01-30T06:18:30.830Z] Step 22/23 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:18:31.091Z] ---> Running in 76d45bfd4f5c [2023-01-30T06:18:31.350Z] Removing intermediate container 76d45bfd4f5c [2023-01-30T06:18:31.350Z] ---> 9e7ad6272b81 [2023-01-30T06:18:31.350Z] Step 23/23 : LABEL version=3.0.0-dev.30 [2023-01-30T06:18:31.621Z] ---> Running in f5f427f44e67 [2023-01-30T06:18:31.880Z] Removing intermediate container f5f427f44e67 [2023-01-30T06:18:31.880Z] ---> 23ea07650435 [2023-01-30T06:18:31.880Z] [2023-01-30T06:18:31.880Z] Successfully built 23ea07650435 [2023-01-30T06:18:31.880Z] Successfully tagged core-command:latest [2023-01-30T06:18:53.873Z]  Building core-command ... done Removing intermediate container ebf65275cdf1 [2023-01-30T06:18:53.873Z] ---> afdd8cfc43cd [2023-01-30T06:18:53.873Z] [2023-01-30T06:18:53.873Z] Step 10/22 : FROM alpine:3.16 [2023-01-30T06:18:53.873Z] ---> bfe296a52501 [2023-01-30T06:18:53.873Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-30T06:18:53.873Z] ---> Running in 940d410885ff [2023-01-30T06:18:53.873Z] Removing intermediate container 940d410885ff [2023-01-30T06:18:53.873Z] ---> 50f6648e1c2b [2023-01-30T06:18:53.873Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-30T06:18:53.873Z] ---> Running in d9cf83886cc0 [2023-01-30T06:18:53.873Z] Removing intermediate container d9cf83886cc0 [2023-01-30T06:18:53.873Z] ---> dc453076f564 [2023-01-30T06:18:53.873Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-30T06:18:53.873Z] ---> Running in ffee5a6dbf8a [2023-01-30T06:18:53.873Z] Removing intermediate container ffee5a6dbf8a [2023-01-30T06:18:53.873Z] ---> 6f0b2415165b [2023-01-30T06:18:53.873Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:18:53.873Z] ---> Running in 627dff8bb960 [2023-01-30T06:18:53.873Z] Removing intermediate container 39bd652d0257 [2023-01-30T06:18:53.873Z] ---> 7b5f9e8541a0 [2023-01-30T06:18:53.873Z] Step 8/22 : COPY . . [2023-01-30T06:18:53.873Z] Removing intermediate container b678683c09e9 [2023-01-30T06:18:53.873Z] ---> 5c8a426fc876 [2023-01-30T06:18:53.873Z] Step 7/32 : COPY . . [2023-01-30T06:18:53.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:18:53.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:18:53.873Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T06:18:53.873Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:18:53.873Z] OK: 6 MiB in 15 packages [2023-01-30T06:18:59.209Z] ---> 9ddd4f5db59d [2023-01-30T06:18:59.209Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-30T06:18:59.209Z] ---> 734c5ba9cbad [2023-01-30T06:18:59.209Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-30T06:18:59.209Z] ---> Running in 6dea60ca6ebf [2023-01-30T06:18:59.209Z] ---> Running in 39d7a11a896d [2023-01-30T06:18:59.209Z] Removing intermediate container 627dff8bb960 [2023-01-30T06:18:59.209Z] ---> 693a80c52050 [2023-01-30T06:18:59.209Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:18:59.209Z] ---> a3b7d5791c68 [2023-01-30T06:18:59.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-30T06:18:59.209Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-30T06:18:59.209Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-30T06:18:59.474Z] ---> 718c3abe40d5 [2023-01-30T06:18:59.474Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-30T06:19:00.043Z] ---> a516d385bf2b [2023-01-30T06:19:00.043Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-30T06:19:00.303Z] ---> Running in dd3ed2762d20 [2023-01-30T06:19:00.566Z] Removing intermediate container dd3ed2762d20 [2023-01-30T06:19:00.566Z] ---> cdd9f3923f13 [2023-01-30T06:19:00.566Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:19:00.566Z] ---> Running in efc250028099 [2023-01-30T06:19:00.829Z] Removing intermediate container efc250028099 [2023-01-30T06:19:00.830Z] ---> 6e74cfaf4048 [2023-01-30T06:19:00.830Z] Step 20/22 : LABEL arch=x86_64 [2023-01-30T06:19:01.093Z] ---> Running in 14b825b1dd89 [2023-01-30T06:19:01.094Z] Removing intermediate container 14b825b1dd89 [2023-01-30T06:19:01.094Z] ---> fd2c0132f5f5 [2023-01-30T06:19:01.094Z] Step 21/22 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:01.094Z] ---> Running in a0819b2164f9 [2023-01-30T06:19:01.354Z] Removing intermediate container a0819b2164f9 [2023-01-30T06:19:01.355Z] ---> 81d209ca4747 [2023-01-30T06:19:01.355Z] Step 22/22 : LABEL version=3.0.0-dev.30 [2023-01-30T06:19:01.355Z] ---> Running in cc7f79db0d0f [2023-01-30T06:19:01.615Z] Removing intermediate container cc7f79db0d0f [2023-01-30T06:19:01.615Z] ---> 574f16a94d8a [2023-01-30T06:19:01.615Z] [2023-01-30T06:19:01.615Z] Successfully built 574f16a94d8a [2023-01-30T06:19:01.615Z] Successfully tagged core-data:latest [2023-01-30T06:19:07.771Z] Removing intermediate container bb6a0a56fc37 [2023-01-30T06:19:07.771Z] ---> f857432261af [2023-01-30T06:19:07.771Z] Step 7/24 : COPY . . [2023-01-30T06:19:07.771Z] Removing intermediate container 7fc200137bed [2023-01-30T06:19:07.771Z] ---> ca5209a97dc9 [2023-01-30T06:19:07.771Z] Step 8/24 : COPY . . [2023-01-30T06:19:07.771Z] Removing intermediate container a504cf811820 [2023-01-30T06:19:07.771Z] ---> 1876e2be5a69 [2023-01-30T06:19:07.771Z] Step 8/22 : COPY . . [2023-01-30T06:19:07.771Z] Removing intermediate container bfa439b54d8a [2023-01-30T06:19:07.771Z] ---> ffc9b15a9a1a [2023-01-30T06:19:07.771Z] Step 8/22 : COPY . . [2023-01-30T06:19:07.771Z] Removing intermediate container 93eb81c169e0 [2023-01-30T06:19:07.771Z] ---> 31062acbfa79 [2023-01-30T06:19:07.771Z] Step 7/21 : COPY . . [2023-01-30T06:19:07.771Z] ---> 3b931621fd8c [2023-01-30T06:19:07.771Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-30T06:19:07.771Z] ---> 87dd521dff92 [2023-01-30T06:19:07.771Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-30T06:19:07.771Z] ---> Running in 05d09cea2062 [2023-01-30T06:19:07.771Z] ---> Running in ede554be9710 [2023-01-30T06:19:07.771Z] ---> ecadfad9303c [2023-01-30T06:19:07.771Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-30T06:19:07.771Z] ---> bb43d72c0112 [2023-01-30T06:19:07.771Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-30T06:19:07.771Z] ---> Running in 21dcf7197478 [2023-01-30T06:19:07.771Z] ---> Running in 45fde1031a62 [2023-01-30T06:19:07.771Z] ---> ea9961c2d112 [2023-01-30T06:19:07.771Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-30T06:19:07.771Z] ---> Running in dc1214fd0b29 [2023-01-30T06:19:07.771Z] Removing intermediate container 05d09cea2062 [2023-01-30T06:19:07.771Z] ---> 79e1dec5393e [2023-01-30T06:19:07.771Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-30T06:19:07.771Z] ---> Running in 0718b46bb00b [2023-01-30T06:19:07.771Z] Removing intermediate container 0718b46bb00b [2023-01-30T06:19:07.771Z] ---> 7d9a36263dba [2023-01-30T06:19:07.771Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-30T06:19:07.771Z] ---> Running in 5399a8f7c551 [2023-01-30T06:19:07.771Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-30T06:19:07.771Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-30T06:19:07.771Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-30T06:19:07.771Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-30T06:19:07.771Z] Removing intermediate container 5399a8f7c551 [2023-01-30T06:19:07.771Z] ---> 9de3bc3bbb7d [2023-01-30T06:19:07.771Z] Step 11/24 : WORKDIR /edgex-go [2023-01-30T06:19:07.771Z] ---> Running in 6f9617473498 [2023-01-30T06:19:07.771Z] Removing intermediate container 6f9617473498 [2023-01-30T06:19:07.771Z] ---> 60b49fcfee1d [2023-01-30T06:19:07.771Z] [2023-01-30T06:19:07.771Z] Step 12/24 : FROM alpine:3.15 [2023-01-30T06:19:07.771Z] 3.15: Pulling from library/alpine [2023-01-30T06:19:08.370Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-30T06:19:08.370Z] Status: Downloaded newer image for alpine:3.15 [2023-01-30T06:19:08.370Z] ---> 8aa73fd46299 [2023-01-30T06:19:08.370Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:19:08.643Z] ---> Running in a0fd2e2af287 [2023-01-30T06:19:09.620Z] Removing intermediate container a0fd2e2af287 [2023-01-30T06:19:09.620Z] ---> 503d0995ba6a [2023-01-30T06:19:09.620Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-30T06:19:09.621Z] ---> Running in a61ead8c3221 [2023-01-30T06:19:12.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:19:12.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:19:15.081Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-30T06:19:15.081Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-30T06:19:15.081Z] OK: 15736 distinct packages available [2023-01-30T06:19:15.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:19:15.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:19:18.272Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-30T06:19:18.272Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-30T06:19:18.272Z] (3/5) Installing libucontext (1.1-r0) [2023-01-30T06:19:18.272Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-30T06:19:18.272Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-30T06:19:18.272Z] Executing busybox-1.34.1-r7.trigger [2023-01-30T06:19:18.272Z] OK: 6 MiB in 19 packages [2023-01-30T06:19:20.226Z] Removing intermediate container a61ead8c3221 [2023-01-30T06:19:20.226Z] ---> d2436ccb2986 [2023-01-30T06:19:20.226Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-30T06:19:23.578Z]  Building core-data ... done Removing intermediate container 6dea60ca6ebf [2023-01-30T06:19:23.578Z] ---> bafbf218b0e3 [2023-01-30T06:19:23.578Z] [2023-01-30T06:19:23.578Z] Step 9/32 : FROM alpine:3.16 [2023-01-30T06:19:23.578Z] ---> bfe296a52501 [2023-01-30T06:19:23.578Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:19:23.578Z] ---> Running in c0d8be29da73 [2023-01-30T06:19:23.578Z] Removing intermediate container c0d8be29da73 [2023-01-30T06:19:23.578Z] ---> b4041b937e3b [2023-01-30T06:19:23.578Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-30T06:19:23.838Z] ---> Running in 2379d0c676ac [2023-01-30T06:19:24.097Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:19:24.355Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:19:24.497Z] ---> c3e906ebfe99 [2023-01-30T06:19:24.497Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-30T06:19:24.655Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-30T06:19:24.655Z] (2/2) Installing su-exec (0.2-r1) [2023-01-30T06:19:24.655Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:19:24.655Z] OK: 6 MiB in 16 packages [2023-01-30T06:19:25.604Z] Removing intermediate container 2379d0c676ac [2023-01-30T06:19:25.604Z] ---> db1dd5a8867e [2023-01-30T06:19:25.604Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-30T06:19:25.604Z] ---> Running in f00d0319c5d8 [2023-01-30T06:19:25.604Z] Removing intermediate container 39d7a11a896d [2023-01-30T06:19:25.604Z] ---> c6b244b40772 [2023-01-30T06:19:25.604Z] [2023-01-30T06:19:25.604Z] Step 10/22 : FROM alpine:3.16 [2023-01-30T06:19:25.604Z] ---> bfe296a52501 [2023-01-30T06:19:25.604Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-30T06:19:25.862Z] ---> Running in d8bd795533f0 [2023-01-30T06:19:25.862Z] Removing intermediate container f00d0319c5d8 [2023-01-30T06:19:25.862Z] ---> debe042d5d26 [2023-01-30T06:19:25.862Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-30T06:19:25.862Z] ---> Running in 7307862322a3 [2023-01-30T06:19:25.862Z] Removing intermediate container 7307862322a3 [2023-01-30T06:19:25.862Z] ---> eef14c144572 [2023-01-30T06:19:25.862Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-30T06:19:25.862Z] ---> Running in 130f31bc9e3e [2023-01-30T06:19:26.120Z] Removing intermediate container 130f31bc9e3e [2023-01-30T06:19:26.120Z] ---> 5f05b9cd1de2 [2023-01-30T06:19:26.120Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-30T06:19:26.120Z] ---> Running in 129516672dcf [2023-01-30T06:19:26.120Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T06:19:26.120Z] Removing intermediate container 129516672dcf [2023-01-30T06:19:26.120Z] ---> a6aa2fa60293 [2023-01-30T06:19:26.120Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-30T06:19:26.120Z] ---> Running in 3955ae7f9228 [2023-01-30T06:19:26.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T06:19:26.379Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-30T06:19:26.379Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-30T06:19:26.379Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:19:26.379Z] Executing ca-certificates-20220614-r0.trigger [2023-01-30T06:19:26.379Z] OK: 6 MiB in 16 packages [2023-01-30T06:19:26.949Z] Removing intermediate container 3955ae7f9228 [2023-01-30T06:19:26.949Z] ---> 15b9594ca95f [2023-01-30T06:19:26.949Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-30T06:19:26.949Z] ---> Running in 6b9590f64e97 [2023-01-30T06:19:26.949Z] Removing intermediate container d8bd795533f0 [2023-01-30T06:19:26.949Z] ---> d98775070bb4 [2023-01-30T06:19:26.949Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-30T06:19:26.949Z] ---> Running in b66190cfc653 [2023-01-30T06:19:26.949Z] Removing intermediate container 6b9590f64e97 [2023-01-30T06:19:26.949Z] ---> e3b9abe43bd5 [2023-01-30T06:19:26.949Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-30T06:19:26.949Z] Removing intermediate container b66190cfc653 [2023-01-30T06:19:26.949Z] ---> 26591a70f7ec [2023-01-30T06:19:26.949Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-30T06:19:26.949Z] ---> Running in 5c816c3588eb [2023-01-30T06:19:27.205Z] ---> c2f982b0a4c8 [2023-01-30T06:19:27.205Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-30T06:19:27.205Z] ---> Running in cf5a97ab0f1a [2023-01-30T06:19:27.205Z] Removing intermediate container 5c816c3588eb [2023-01-30T06:19:27.205Z] ---> 403f6486ebab [2023-01-30T06:19:27.205Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-30T06:19:27.205Z] ---> Running in e610ce882ec0 [2023-01-30T06:19:27.205Z] Removing intermediate container e610ce882ec0 [2023-01-30T06:19:27.205Z] ---> 7bb275e01bd6 [2023-01-30T06:19:27.205Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:19:27.463Z] ---> d21e4dd1e3c8 [2023-01-30T06:19:27.463Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-30T06:19:28.029Z] ---> 8905fabc8fc4 [2023-01-30T06:19:28.029Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-30T06:19:28.029Z] Removing intermediate container cf5a97ab0f1a [2023-01-30T06:19:28.029Z] ---> 9e18cc99239b [2023-01-30T06:19:28.029Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:19:28.029Z] ---> dbce364716ce [2023-01-30T06:19:28.029Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-30T06:19:28.029Z] ---> Running in b290c5e957fe [2023-01-30T06:19:28.288Z] ---> 5e3d74141599 [2023-01-30T06:19:28.288Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-30T06:19:28.288Z] Removing intermediate container b290c5e957fe [2023-01-30T06:19:28.288Z] ---> 3d39de418437 [2023-01-30T06:19:28.288Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:19:28.288Z] ---> Running in 9f86de7a6b9a [2023-01-30T06:19:28.548Z] Removing intermediate container 9f86de7a6b9a [2023-01-30T06:19:28.548Z] ---> 62af8357065d [2023-01-30T06:19:28.548Z] Step 20/22 : LABEL arch=x86_64 [2023-01-30T06:19:28.548Z] ---> Running in b4e91b61905e [2023-01-30T06:19:28.548Z] ---> 42f6de3d5249 [2023-01-30T06:19:28.548Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-30T06:19:28.548Z] Removing intermediate container b4e91b61905e [2023-01-30T06:19:28.548Z] ---> 8f1021c4f2e8 [2023-01-30T06:19:28.548Z] Step 21/22 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:28.548Z] ---> Running in 43fcb6493022 [2023-01-30T06:19:28.807Z] Removing intermediate container 43fcb6493022 [2023-01-30T06:19:28.807Z] ---> 6a73ba207a47 [2023-01-30T06:19:28.807Z] Step 22/22 : LABEL version=3.0.0-dev.30 [2023-01-30T06:19:28.807Z] ---> Running in ea7e2f78d173 [2023-01-30T06:19:28.807Z] ---> f9bd512deba4 [2023-01-30T06:19:28.807Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-30T06:19:28.807Z] Removing intermediate container ea7e2f78d173 [2023-01-30T06:19:28.807Z] ---> 6b16bfd0dc0b [2023-01-30T06:19:28.807Z] [2023-01-30T06:19:28.807Z] Successfully built 6b16bfd0dc0b [2023-01-30T06:19:28.807Z] Successfully tagged support-notifications:latest [2023-01-30T06:19:29.065Z]  Building support-notifications ... done  ---> 5b4830677c53 [2023-01-30T06:19:29.065Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-30T06:19:29.065Z] ---> 3efeab59e036 [2023-01-30T06:19:29.065Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-30T06:19:29.323Z] ---> 1abfcbd30ee9 [2023-01-30T06:19:29.323Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-30T06:19:29.323Z] ---> 6bb0d8b91e50 [2023-01-30T06:19:29.323Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-30T06:19:29.323Z] ---> Running in b716c1ce3f83 [2023-01-30T06:19:30.259Z] Removing intermediate container b716c1ce3f83 [2023-01-30T06:19:30.259Z] ---> 874841333125 [2023-01-30T06:19:30.259Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-30T06:19:30.259Z] ---> Running in dc06583f13f2 [2023-01-30T06:19:30.519Z] Removing intermediate container dc06583f13f2 [2023-01-30T06:19:30.519Z] ---> 53e79b6c6495 [2023-01-30T06:19:30.519Z] Step 29/32 : CMD ["gate"] [2023-01-30T06:19:30.519Z] ---> Running in 26860af95d58 [2023-01-30T06:19:30.519Z] Removing intermediate container 26860af95d58 [2023-01-30T06:19:30.519Z] ---> 32070f7454d3 [2023-01-30T06:19:30.519Z] Step 30/32 : LABEL arch=x86_64 [2023-01-30T06:19:30.519Z] ---> Running in 26635afc7bd4 [2023-01-30T06:19:30.519Z] Removing intermediate container 26635afc7bd4 [2023-01-30T06:19:30.519Z] ---> 26843248f4e6 [2023-01-30T06:19:30.519Z] Step 31/32 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:30.519Z] ---> Running in 907073fc88b2 [2023-01-30T06:19:30.778Z] Removing intermediate container 907073fc88b2 [2023-01-30T06:19:30.778Z] ---> afff6c9175f4 [2023-01-30T06:19:30.778Z] Step 32/32 : LABEL version=3.0.0-dev.30 [2023-01-30T06:19:30.778Z] ---> Running in 862a4015d75a [2023-01-30T06:19:30.778Z] Removing intermediate container 862a4015d75a [2023-01-30T06:19:30.778Z] ---> f2e50a14031e [2023-01-30T06:19:30.778Z] [2023-01-30T06:19:30.778Z] Successfully built f2e50a14031e [2023-01-30T06:19:30.778Z] Successfully tagged security-bootstrapper:latest [2023-01-30T06:19:31.043Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-01-30T06:19:31.048Z] $ docker stop --time=1 25529210082b366b5a3be5afcc6fc55f6b0ce49665f4cf47a3667722f1940ee4 [2023-01-30T06:19:32.361Z] $ docker rm -f --volumes 25529210082b366b5a3be5afcc6fc55f6b0ce49665f4cf47a3667722f1940ee4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T06:19:32.704Z] + docker images [2023-01-30T06:19:32.704Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-30T06:19:32.704Z] security-bootstrapper latest f2e50a14031e 2 seconds ago 20.3MB [2023-01-30T06:19:32.704Z] support-notifications latest 6b16bfd0dc0b 4 seconds ago 30.6MB [2023-01-30T06:19:32.704Z] c6b244b40772 7 seconds ago 1.75GB [2023-01-30T06:19:32.704Z] bafbf218b0e3 9 seconds ago 1.67GB [2023-01-30T06:19:32.704Z] core-data latest 574f16a94d8a 31 seconds ago 17.9MB [2023-01-30T06:19:32.704Z] afdd8cfc43cd 45 seconds ago 1.69GB [2023-01-30T06:19:32.704Z] core-command latest 23ea07650435 About a minute ago 17.7MB [2023-01-30T06:19:32.704Z] core-metadata latest eee3f0c273be About a minute ago 18.5MB [2023-01-30T06:19:32.704Z] security-spire-server latest 43a0091f3343 About a minute ago 86.5MB [2023-01-30T06:19:32.704Z] security-spire-agent latest 0a5a687e7e44 About a minute ago 125MB [2023-01-30T06:19:32.704Z] 5476487fb718 About a minute ago 1.68GB [2023-01-30T06:19:32.704Z] 5243fa2bc157 About a minute ago 1.69GB [2023-01-30T06:19:32.704Z] 13dac5a05b20 About a minute ago 1.55GB [2023-01-30T06:19:32.704Z] core-common-config-bootstrapper latest 9cc6b46f123f About a minute ago 15.5MB [2023-01-30T06:19:32.704Z] security-secretstore-setup latest 00ae5ec6554c About a minute ago 29.9MB [2023-01-30T06:19:32.704Z] security-proxy-setup latest 929132575a5f About a minute ago 27.8MB [2023-01-30T06:19:32.704Z] support-scheduler latest d9b9664a88c5 About a minute ago 30MB [2023-01-30T06:19:32.704Z] security-spiffe-token-provider latest 289afe1d0276 About a minute ago 29.8MB [2023-01-30T06:19:32.704Z] a73429770f41 About a minute ago 1.68GB [2023-01-30T06:19:32.704Z] 080eb3c69ada About a minute ago 1.75GB [2023-01-30T06:19:32.704Z] 5306c0fbd31b About a minute ago 1.71GB [2023-01-30T06:19:32.704Z] 1bac1a023919 2 minutes ago 1.68GB [2023-01-30T06:19:32.704Z] 8b40ede30b48 2 minutes ago 1.67GB [2023-01-30T06:19:32.704Z] security-spire-config latest 603e6845fa2b 2 minutes ago 85.8MB [2023-01-30T06:19:32.704Z] 77aeaf7825b7 2 minutes ago 1.55GB [2023-01-30T06:19:32.704Z] ci-base-image-x86_64 latest 5253cb9c749e 6 minutes ago 904MB [2023-01-30T06:19:32.704Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-30T06:19:32.704Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-30T06:19:32.704Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-30T06:19:32.704Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-30T06:19:32.704Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T06:19:32.822Z] provisioning config files... [2023-01-30T06:19:32.832Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/388@tmp/config768947893109542546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:19:33.129Z] ---> docker-login.sh [2023-01-30T06:19:33.129Z] nexus3.edgexfoundry.org:10001 [2023-01-30T06:19:33.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:19:33.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:19:33.129Z] Configure a credential helper to remove this warning. See [2023-01-30T06:19:33.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:19:33.129Z] [2023-01-30T06:19:33.129Z] Login Succeeded [2023-01-30T06:19:33.129Z] nexus3.edgexfoundry.org:10002 [2023-01-30T06:19:33.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:19:33.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:19:33.129Z] Configure a credential helper to remove this warning. See [2023-01-30T06:19:33.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:19:33.129Z] [2023-01-30T06:19:33.129Z] Login Succeeded [2023-01-30T06:19:33.129Z] nexus3.edgexfoundry.org:10003 [2023-01-30T06:19:33.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:19:33.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:19:33.388Z] Configure a credential helper to remove this warning. See [2023-01-30T06:19:33.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:19:33.388Z] [2023-01-30T06:19:33.388Z] Login Succeeded [2023-01-30T06:19:33.388Z] nexus3.edgexfoundry.org:10004 [2023-01-30T06:19:33.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:19:33.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:19:33.388Z] Configure a credential helper to remove this warning. See [2023-01-30T06:19:33.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:19:33.388Z] [2023-01-30T06:19:33.388Z] Login Succeeded [2023-01-30T06:19:33.646Z] docker.io [2023-01-30T06:19:33.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:19:33.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:19:33.906Z] Configure a credential helper to remove this warning. See [2023-01-30T06:19:33.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:19:33.906Z] [2023-01-30T06:19:33.906Z] Login Succeeded [2023-01-30T06:19:33.906Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T06:19:33.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:19:33.944Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T06:19:33.971Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-30T06:19:33.971Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:33.971Z] latest [2023-01-30T06:19:33.971Z] 3.0.0-dev.30 [2023-01-30T06:19:33.971Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:33.971Z] main [2023-01-30T06:19:33.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:34.314Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:34.598Z] ---> f5524b141953 [2023-01-30T06:19:34.598Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-30T06:19:34.615Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:34.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-30T06:19:34.615Z] 1637887b1c88: Preparing [2023-01-30T06:19:34.615Z] dfb764bfa9cd: Preparing [2023-01-30T06:19:34.615Z] 21f19849a4ec: Preparing [2023-01-30T06:19:34.615Z] e6fbbdf74582: Preparing [2023-01-30T06:19:34.615Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:34.615Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:34.615Z] e6fbbdf74582: Pushed [2023-01-30T06:19:34.615Z] 1637887b1c88: Pushed [2023-01-30T06:19:34.615Z] 21f19849a4ec: Pushed [2023-01-30T06:19:34.865Z] ---> 6ff72bfcb9ab [2023-01-30T06:19:34.865Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-30T06:19:35.995Z] dfb764bfa9cd: Pushed [2023-01-30T06:19:36.253Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:9a5429de59a96620c9342436673e8c4fc7486bc2ad3c31bb818ddc48d830eb70 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:36.572Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:36.805Z] ---> fc4477e09e8b [2023-01-30T06:19:36.805Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-30T06:19:36.880Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-30T06:19:36.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-30T06:19:36.880Z] 1637887b1c88: Preparing [2023-01-30T06:19:36.880Z] dfb764bfa9cd: Preparing [2023-01-30T06:19:36.880Z] 21f19849a4ec: Preparing [2023-01-30T06:19:36.880Z] e6fbbdf74582: Preparing [2023-01-30T06:19:36.880Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:36.880Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:36.880Z] 1637887b1c88: Layer already exists [2023-01-30T06:19:36.880Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:36.880Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:36.880Z] dfb764bfa9cd: Layer already exists [2023-01-30T06:19:36.880Z] latest: digest: sha256:9a5429de59a96620c9342436673e8c4fc7486bc2ad3c31bb818ddc48d830eb70 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:37.190Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:37.490Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.30 [2023-01-30T06:19:37.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-30T06:19:37.490Z] 1637887b1c88: Preparing [2023-01-30T06:19:37.490Z] dfb764bfa9cd: Preparing [2023-01-30T06:19:37.490Z] 21f19849a4ec: Preparing [2023-01-30T06:19:37.490Z] e6fbbdf74582: Preparing [2023-01-30T06:19:37.490Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:37.490Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:37.490Z] 1637887b1c88: Layer already exists [2023-01-30T06:19:37.490Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:37.490Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:37.490Z] dfb764bfa9cd: Layer already exists [2023-01-30T06:19:37.490Z] 3.0.0-dev.30: digest: sha256:9a5429de59a96620c9342436673e8c4fc7486bc2ad3c31bb818ddc48d830eb70 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:37.762Z] ---> a615f031a179 [2023-01-30T06:19:37.762Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-30T06:19:37.807Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:38.029Z] ---> Running in 91d69107c400 [2023-01-30T06:19:38.119Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:38.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-30T06:19:38.119Z] 1637887b1c88: Preparing [2023-01-30T06:19:38.119Z] dfb764bfa9cd: Preparing [2023-01-30T06:19:38.119Z] 21f19849a4ec: Preparing [2023-01-30T06:19:38.119Z] e6fbbdf74582: Preparing [2023-01-30T06:19:38.119Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:38.119Z] 1637887b1c88: Layer already exists [2023-01-30T06:19:38.119Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:38.119Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:38.119Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:38.119Z] dfb764bfa9cd: Layer already exists [2023-01-30T06:19:38.119Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:9a5429de59a96620c9342436673e8c4fc7486bc2ad3c31bb818ddc48d830eb70 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:38.436Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:38.611Z] Removing intermediate container 91d69107c400 [2023-01-30T06:19:38.611Z] ---> 30cffbee6542 [2023-01-30T06:19:38.611Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-30T06:19:38.747Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-30T06:19:38.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-30T06:19:38.748Z] 1637887b1c88: Preparing [2023-01-30T06:19:38.748Z] dfb764bfa9cd: Preparing [2023-01-30T06:19:38.748Z] 21f19849a4ec: Preparing [2023-01-30T06:19:38.748Z] e6fbbdf74582: Preparing [2023-01-30T06:19:38.748Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:38.748Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:38.748Z] dfb764bfa9cd: Layer already exists [2023-01-30T06:19:38.748Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:38.748Z] 1637887b1c88: Layer already exists [2023-01-30T06:19:38.748Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:38.748Z] main: digest: sha256:9a5429de59a96620c9342436673e8c4fc7486bc2ad3c31bb818ddc48d830eb70 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:19:38.802Z] ===================================================== [Pipeline] echo [2023-01-30T06:19:38.812Z] taggedImages: [2023-01-30T06:19:38.812Z] - nexus3.edgexfoundry.org:10004/core-command:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:38.812Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-30T06:19:38.812Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.30 [2023-01-30T06:19:38.812Z] - nexus3.edgexfoundry.org:10004/core-command:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:38.812Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-30T06:19:38.835Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-01-30T06:19:38.835Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:38.835Z] latest [2023-01-30T06:19:38.835Z] 3.0.0-dev.30 [2023-01-30T06:19:38.835Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:38.835Z] main [2023-01-30T06:19:38.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2023-01-30T06:19:38.877Z] ---> Running in efce3342c816 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:39.168Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:39.456Z] Removing intermediate container efce3342c816 [2023-01-30T06:19:39.456Z] ---> 1be13ffbe9ca [2023-01-30T06:19:39.456Z] Step 22/24 : LABEL arch=arm64 [2023-01-30T06:19:39.456Z] ---> Running in f020659af4fa [2023-01-30T06:19:39.472Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:39.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-30T06:19:39.472Z] 27579fbb89dc: Preparing [2023-01-30T06:19:39.472Z] cd7e461b55ec: Preparing [2023-01-30T06:19:39.472Z] 1f4d5f138cb6: Preparing [2023-01-30T06:19:39.472Z] 11796adb09c3: Preparing [2023-01-30T06:19:39.472Z] 21f19849a4ec: Preparing [2023-01-30T06:19:39.472Z] 61feeec50969: Preparing [2023-01-30T06:19:39.472Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:39.472Z] 61feeec50969: Waiting [2023-01-30T06:19:39.472Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:39.472Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:39.472Z] 27579fbb89dc: Pushed [2023-01-30T06:19:39.472Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:39.472Z] 1f4d5f138cb6: Pushed [2023-01-30T06:19:39.472Z] cd7e461b55ec: Pushed [2023-01-30T06:19:39.472Z] 61feeec50969: Pushed [2023-01-30T06:19:40.037Z] Removing intermediate container f020659af4fa [2023-01-30T06:19:40.037Z] ---> 8c429dfc5b8a [2023-01-30T06:19:40.037Z] Step 23/24 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:40.037Z] ---> Running in 95a60d1bf026 [2023-01-30T06:19:40.618Z] Removing intermediate container 95a60d1bf026 [2023-01-30T06:19:40.618Z] ---> e848d4b5209d [2023-01-30T06:19:40.618Z] Step 24/24 : LABEL version=3.0.0-dev.30 [2023-01-30T06:19:40.618Z] ---> Running in ef09958be487 [2023-01-30T06:19:40.845Z] 11796adb09c3: Pushed [2023-01-30T06:19:40.845Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:c63ecc3ae3893b32525003ee3c4c4dd62952735f809a1faba16cf612fe9ec3d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:41.151Z] + 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-01-30T06:19:41.198Z] Removing intermediate container ef09958be487 [2023-01-30T06:19:41.198Z] ---> 3753fe3218e0 [2023-01-30T06:19:41.198Z] [2023-01-30T06:19:41.452Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-01-30T06:19:41.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-30T06:19:41.452Z] 27579fbb89dc: Preparing [2023-01-30T06:19:41.452Z] cd7e461b55ec: Preparing [2023-01-30T06:19:41.452Z] 1f4d5f138cb6: Preparing [2023-01-30T06:19:41.452Z] 11796adb09c3: Preparing [2023-01-30T06:19:41.452Z] 21f19849a4ec: Preparing [2023-01-30T06:19:41.452Z] 61feeec50969: Preparing [2023-01-30T06:19:41.452Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:41.452Z] 61feeec50969: Waiting [2023-01-30T06:19:41.452Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:41.452Z] cd7e461b55ec: Layer already exists [2023-01-30T06:19:41.452Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:41.452Z] 27579fbb89dc: Layer already exists [2023-01-30T06:19:41.452Z] 11796adb09c3: Layer already exists [2023-01-30T06:19:41.452Z] 1f4d5f138cb6: Layer already exists [2023-01-30T06:19:41.452Z] 61feeec50969: Layer already exists [2023-01-30T06:19:41.452Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:41.452Z] latest: digest: sha256:c63ecc3ae3893b32525003ee3c4c4dd62952735f809a1faba16cf612fe9ec3d3 size: 1778 [Pipeline] } [2023-01-30T06:19:41.465Z] Successfully built 3753fe3218e0 [2023-01-30T06:19:41.465Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-30T06:19:41.465Z]  Building security-spire-agent ... done Building security-secretstore-setup [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:41.765Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:42.066Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.30 [2023-01-30T06:19:42.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-30T06:19:42.066Z] 27579fbb89dc: Preparing [2023-01-30T06:19:42.066Z] cd7e461b55ec: Preparing [2023-01-30T06:19:42.066Z] 1f4d5f138cb6: Preparing [2023-01-30T06:19:42.066Z] 11796adb09c3: Preparing [2023-01-30T06:19:42.066Z] 21f19849a4ec: Preparing [2023-01-30T06:19:42.066Z] 61feeec50969: Preparing [2023-01-30T06:19:42.066Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:42.066Z] 61feeec50969: Waiting [2023-01-30T06:19:42.066Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:42.066Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:42.066Z] cd7e461b55ec: Layer already exists [2023-01-30T06:19:42.066Z] 11796adb09c3: Layer already exists [2023-01-30T06:19:42.066Z] 1f4d5f138cb6: Layer already exists [2023-01-30T06:19:42.066Z] 27579fbb89dc: Layer already exists [2023-01-30T06:19:42.066Z] 61feeec50969: Layer already exists [2023-01-30T06:19:42.066Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:42.066Z] 3.0.0-dev.30: digest: sha256:c63ecc3ae3893b32525003ee3c4c4dd62952735f809a1faba16cf612fe9ec3d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:42.375Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:42.679Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:42.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-30T06:19:42.679Z] 27579fbb89dc: Preparing [2023-01-30T06:19:42.679Z] cd7e461b55ec: Preparing [2023-01-30T06:19:42.679Z] 1f4d5f138cb6: Preparing [2023-01-30T06:19:42.679Z] 11796adb09c3: Preparing [2023-01-30T06:19:42.679Z] 21f19849a4ec: Preparing [2023-01-30T06:19:42.679Z] 61feeec50969: Preparing [2023-01-30T06:19:42.679Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:42.679Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:42.679Z] 61feeec50969: Waiting [2023-01-30T06:19:42.679Z] 27579fbb89dc: Layer already exists [2023-01-30T06:19:42.679Z] 1f4d5f138cb6: Layer already exists [2023-01-30T06:19:42.679Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:42.679Z] cd7e461b55ec: Layer already exists [2023-01-30T06:19:42.679Z] 11796adb09c3: Layer already exists [2023-01-30T06:19:42.679Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:42.679Z] 61feeec50969: Layer already exists [2023-01-30T06:19:42.679Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:c63ecc3ae3893b32525003ee3c4c4dd62952735f809a1faba16cf612fe9ec3d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:42.985Z] + 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-01-30T06:19:43.286Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-01-30T06:19:43.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-30T06:19:43.286Z] 27579fbb89dc: Preparing [2023-01-30T06:19:43.286Z] cd7e461b55ec: Preparing [2023-01-30T06:19:43.286Z] 1f4d5f138cb6: Preparing [2023-01-30T06:19:43.286Z] 11796adb09c3: Preparing [2023-01-30T06:19:43.286Z] 21f19849a4ec: Preparing [2023-01-30T06:19:43.286Z] 61feeec50969: Preparing [2023-01-30T06:19:43.286Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:43.286Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:43.286Z] 61feeec50969: Waiting [2023-01-30T06:19:43.286Z] cd7e461b55ec: Layer already exists [2023-01-30T06:19:43.286Z] 11796adb09c3: Layer already exists [2023-01-30T06:19:43.286Z] 27579fbb89dc: Layer already exists [2023-01-30T06:19:43.286Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:43.286Z] 1f4d5f138cb6: Layer already exists [2023-01-30T06:19:43.286Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:43.286Z] 61feeec50969: Layer already exists [2023-01-30T06:19:43.286Z] main: digest: sha256:c63ecc3ae3893b32525003ee3c4c4dd62952735f809a1faba16cf612fe9ec3d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:19:43.319Z] ===================================================== [Pipeline] echo [2023-01-30T06:19:43.324Z] taggedImages: [2023-01-30T06:19:43.324Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:43.324Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-01-30T06:19:43.324Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.30 [2023-01-30T06:19:43.324Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:43.324Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-01-30T06:19:43.338Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-30T06:19:43.338Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:43.338Z] latest [2023-01-30T06:19:43.338Z] 3.0.0-dev.30 [2023-01-30T06:19:43.338Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:43.338Z] main [2023-01-30T06:19:43.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:43.642Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:43.949Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:43.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-30T06:19:43.949Z] a0987f1010bc: Preparing [2023-01-30T06:19:43.949Z] ebfdb7129c73: Preparing [2023-01-30T06:19:43.949Z] 21f19849a4ec: Preparing [2023-01-30T06:19:43.949Z] 9b26e299509d: Preparing [2023-01-30T06:19:43.949Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:43.949Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:43.949Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:43.949Z] a0987f1010bc: Pushed [2023-01-30T06:19:43.949Z] 9b26e299509d: Pushed [2023-01-30T06:19:45.339Z] ebfdb7129c73: Pushed [2023-01-30T06:19:45.598Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:3d46111118535f45555570cbd443a93ef5926d97f8a113afbd5a4e36b8816420 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:45.908Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:46.212Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-30T06:19:46.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-30T06:19:46.212Z] a0987f1010bc: Preparing [2023-01-30T06:19:46.212Z] ebfdb7129c73: Preparing [2023-01-30T06:19:46.212Z] 21f19849a4ec: Preparing [2023-01-30T06:19:46.212Z] 9b26e299509d: Preparing [2023-01-30T06:19:46.212Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:46.212Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:46.212Z] ebfdb7129c73: Layer already exists [2023-01-30T06:19:46.212Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:46.212Z] a0987f1010bc: Layer already exists [2023-01-30T06:19:46.212Z] 9b26e299509d: Layer already exists [2023-01-30T06:19:46.212Z] latest: digest: sha256:3d46111118535f45555570cbd443a93ef5926d97f8a113afbd5a4e36b8816420 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:46.574Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:46.798Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:19:46.798Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:19:46.798Z] ---> 3489f21d9990 [2023-01-30T06:19:46.798Z] Step 3/24 : WORKDIR /edgex-go [2023-01-30T06:19:46.937Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.30 [2023-01-30T06:19:46.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-30T06:19:46.937Z] a0987f1010bc: Preparing [2023-01-30T06:19:46.937Z] ebfdb7129c73: Preparing [2023-01-30T06:19:46.937Z] 21f19849a4ec: Preparing [2023-01-30T06:19:46.937Z] 9b26e299509d: Preparing [2023-01-30T06:19:46.937Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:46.937Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:46.937Z] 9b26e299509d: Layer already exists [2023-01-30T06:19:46.937Z] ebfdb7129c73: Layer already exists [2023-01-30T06:19:46.937Z] a0987f1010bc: Layer already exists [2023-01-30T06:19:46.937Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:46.937Z] 3.0.0-dev.30: digest: sha256:3d46111118535f45555570cbd443a93ef5926d97f8a113afbd5a4e36b8816420 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:47.064Z] ---> Using cache [2023-01-30T06:19:47.064Z] ---> 370e46729ffd [2023-01-30T06:19:47.064Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-30T06:19:47.064Z] ---> Running in 85ac49fbcbcb [2023-01-30T06:19:47.279Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:47.631Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:47.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-30T06:19:47.631Z] a0987f1010bc: Preparing [2023-01-30T06:19:47.631Z] ebfdb7129c73: Preparing [2023-01-30T06:19:47.631Z] 21f19849a4ec: Preparing [2023-01-30T06:19:47.631Z] 9b26e299509d: Preparing [2023-01-30T06:19:47.631Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:47.631Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:47.631Z] ebfdb7129c73: Layer already exists [2023-01-30T06:19:47.631Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:47.631Z] 9b26e299509d: Layer already exists [2023-01-30T06:19:47.631Z] a0987f1010bc: Layer already exists [2023-01-30T06:19:47.631Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:3d46111118535f45555570cbd443a93ef5926d97f8a113afbd5a4e36b8816420 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:48.012Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:48.316Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-30T06:19:48.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-30T06:19:48.316Z] a0987f1010bc: Preparing [2023-01-30T06:19:48.316Z] ebfdb7129c73: Preparing [2023-01-30T06:19:48.316Z] 21f19849a4ec: Preparing [2023-01-30T06:19:48.316Z] 9b26e299509d: Preparing [2023-01-30T06:19:48.316Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:48.316Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:48.316Z] a0987f1010bc: Layer already exists [2023-01-30T06:19:48.316Z] 9b26e299509d: Layer already exists [2023-01-30T06:19:48.316Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:48.316Z] ebfdb7129c73: Layer already exists [2023-01-30T06:19:48.316Z] main: digest: sha256:3d46111118535f45555570cbd443a93ef5926d97f8a113afbd5a4e36b8816420 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:19:48.351Z] ===================================================== [Pipeline] echo [2023-01-30T06:19:48.357Z] taggedImages: [2023-01-30T06:19:48.357Z] - nexus3.edgexfoundry.org:10004/core-data:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:48.357Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-30T06:19:48.357Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.30 [2023-01-30T06:19:48.357Z] - nexus3.edgexfoundry.org:10004/core-data:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:48.357Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-30T06:19:48.371Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-30T06:19:48.371Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:48.371Z] latest [2023-01-30T06:19:48.371Z] 3.0.0-dev.30 [2023-01-30T06:19:48.371Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:48.371Z] main [2023-01-30T06:19:48.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:48.684Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:48.981Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:48.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-30T06:19:48.981Z] c7997e674def: Preparing [2023-01-30T06:19:48.981Z] 778f80e64ae1: Preparing [2023-01-30T06:19:48.981Z] ccc4caa1043b: Preparing [2023-01-30T06:19:48.981Z] 21f19849a4ec: Preparing [2023-01-30T06:19:48.981Z] e6fbbdf74582: Preparing [2023-01-30T06:19:48.981Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:48.981Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:48.981Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:48.981Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:48.981Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:48.981Z] c7997e674def: Pushed [2023-01-30T06:19:48.981Z] 778f80e64ae1: Pushed [2023-01-30T06:19:49.661Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:19:49.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:19:50.358Z] ccc4caa1043b: Pushed [2023-01-30T06:19:50.617Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:f00026d2545b3291a3a84fe2348b8a798ec4bce3eb38afe286877512728a1908 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:50.920Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:51.227Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-30T06:19:51.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-30T06:19:51.227Z] c7997e674def: Preparing [2023-01-30T06:19:51.227Z] 778f80e64ae1: Preparing [2023-01-30T06:19:51.227Z] ccc4caa1043b: Preparing [2023-01-30T06:19:51.227Z] 21f19849a4ec: Preparing [2023-01-30T06:19:51.227Z] e6fbbdf74582: Preparing [2023-01-30T06:19:51.227Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:51.227Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:51.227Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:51.227Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:51.227Z] 778f80e64ae1: Layer already exists [2023-01-30T06:19:51.227Z] c7997e674def: Layer already exists [2023-01-30T06:19:51.227Z] ccc4caa1043b: Layer already exists [2023-01-30T06:19:51.227Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:51.227Z] latest: digest: sha256:f00026d2545b3291a3a84fe2348b8a798ec4bce3eb38afe286877512728a1908 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:51.527Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:51.833Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.30 [2023-01-30T06:19:51.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-30T06:19:51.833Z] c7997e674def: Preparing [2023-01-30T06:19:51.833Z] 778f80e64ae1: Preparing [2023-01-30T06:19:51.833Z] ccc4caa1043b: Preparing [2023-01-30T06:19:51.833Z] 21f19849a4ec: Preparing [2023-01-30T06:19:51.833Z] e6fbbdf74582: Preparing [2023-01-30T06:19:51.833Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:51.833Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:51.833Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:51.833Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:51.833Z] ccc4caa1043b: Layer already exists [2023-01-30T06:19:51.833Z] c7997e674def: Layer already exists [2023-01-30T06:19:51.833Z] 778f80e64ae1: Layer already exists [2023-01-30T06:19:51.833Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:51.833Z] 3.0.0-dev.30: digest: sha256:f00026d2545b3291a3a84fe2348b8a798ec4bce3eb38afe286877512728a1908 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:51.888Z] OK: 221 MiB in 51 packages [2023-01-30T06:19:52.147Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:52.450Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:52.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-30T06:19:52.450Z] c7997e674def: Preparing [2023-01-30T06:19:52.450Z] 778f80e64ae1: Preparing [2023-01-30T06:19:52.450Z] ccc4caa1043b: Preparing [2023-01-30T06:19:52.450Z] 21f19849a4ec: Preparing [2023-01-30T06:19:52.450Z] e6fbbdf74582: Preparing [2023-01-30T06:19:52.450Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:52.450Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:52.450Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:52.450Z] ccc4caa1043b: Layer already exists [2023-01-30T06:19:52.450Z] c7997e674def: Layer already exists [2023-01-30T06:19:52.450Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:52.450Z] 778f80e64ae1: Layer already exists [2023-01-30T06:19:52.450Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:52.450Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:f00026d2545b3291a3a84fe2348b8a798ec4bce3eb38afe286877512728a1908 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:52.753Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:53.062Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-30T06:19:53.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-30T06:19:53.062Z] c7997e674def: Preparing [2023-01-30T06:19:53.062Z] 778f80e64ae1: Preparing [2023-01-30T06:19:53.062Z] ccc4caa1043b: Preparing [2023-01-30T06:19:53.062Z] 21f19849a4ec: Preparing [2023-01-30T06:19:53.062Z] e6fbbdf74582: Preparing [2023-01-30T06:19:53.062Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:53.062Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:53.062Z] 778f80e64ae1: Layer already exists [2023-01-30T06:19:53.062Z] ccc4caa1043b: Layer already exists [2023-01-30T06:19:53.062Z] e6fbbdf74582: Layer already exists [2023-01-30T06:19:53.062Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:53.062Z] c7997e674def: Layer already exists [2023-01-30T06:19:53.062Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:53.062Z] main: digest: sha256:f00026d2545b3291a3a84fe2348b8a798ec4bce3eb38afe286877512728a1908 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:19:53.097Z] ===================================================== [Pipeline] echo [2023-01-30T06:19:53.103Z] taggedImages: [2023-01-30T06:19:53.103Z] - nexus3.edgexfoundry.org:10004/core-metadata:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:53.103Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-30T06:19:53.103Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.30 [2023-01-30T06:19:53.103Z] - nexus3.edgexfoundry.org:10004/core-metadata:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:53.103Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-30T06:19:53.118Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-30T06:19:53.118Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:53.118Z] latest [2023-01-30T06:19:53.118Z] 3.0.0-dev.30 [2023-01-30T06:19:53.118Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:53.118Z] main [2023-01-30T06:19:53.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:53.441Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:53.747Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:53.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-30T06:19:53.747Z] f0e975da6f85: Preparing [2023-01-30T06:19:53.747Z] f0e975da6f85: Preparing [2023-01-30T06:19:53.747Z] f30aefa93b66: Preparing [2023-01-30T06:19:53.747Z] 15dba1b09a99: Preparing [2023-01-30T06:19:53.747Z] 8230e7d9d4b8: Preparing [2023-01-30T06:19:53.747Z] 4e47affbc169: Preparing [2023-01-30T06:19:53.747Z] 806af754e56d: Preparing [2023-01-30T06:19:53.747Z] 21f19849a4ec: Preparing [2023-01-30T06:19:53.747Z] 59900840c8db: Preparing [2023-01-30T06:19:53.747Z] f3ea32a8d29d: Preparing [2023-01-30T06:19:53.747Z] 9b7db8b29aab: Preparing [2023-01-30T06:19:53.747Z] 7957903da8ad: Preparing [2023-01-30T06:19:53.747Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:53.747Z] 806af754e56d: Waiting [2023-01-30T06:19:53.747Z] 7957903da8ad: Waiting [2023-01-30T06:19:53.747Z] 9b7db8b29aab: Waiting [2023-01-30T06:19:53.747Z] f3ea32a8d29d: Waiting [2023-01-30T06:19:53.747Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:53.747Z] 59900840c8db: Waiting [2023-01-30T06:19:53.747Z] 15dba1b09a99: Pushed [2023-01-30T06:19:53.747Z] f0e975da6f85: Pushed [2023-01-30T06:19:53.747Z] 8230e7d9d4b8: Pushed [2023-01-30T06:19:53.747Z] f30aefa93b66: Pushed [2023-01-30T06:19:53.747Z] 4e47affbc169: Pushed [2023-01-30T06:19:53.747Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:53.835Z] Removing intermediate container 85ac49fbcbcb [2023-01-30T06:19:53.835Z] ---> 3e5f5ef2312e [2023-01-30T06:19:53.835Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-30T06:19:54.006Z] 59900840c8db: Pushed [2023-01-30T06:19:54.006Z] 9b7db8b29aab: Pushed [2023-01-30T06:19:54.006Z] 7957903da8ad: Pushed [2023-01-30T06:19:54.006Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:54.006Z] f3ea32a8d29d: Pushed [2023-01-30T06:19:55.913Z] 806af754e56d: Pushed [2023-01-30T06:19:55.913Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:865ea796bce9df4448549c534c9f0b4344102d16505042f39cc8086ba6814772 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:56.230Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:56.420Z] ---> cd6beaf8df66 [2023-01-30T06:19:56.420Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:19:56.420Z] ---> Running in b0db469db2b1 [2023-01-30T06:19:56.533Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-30T06:19:56.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-30T06:19:56.533Z] f0e975da6f85: Preparing [2023-01-30T06:19:56.533Z] f0e975da6f85: Preparing [2023-01-30T06:19:56.533Z] f30aefa93b66: Preparing [2023-01-30T06:19:56.533Z] 15dba1b09a99: Preparing [2023-01-30T06:19:56.533Z] 8230e7d9d4b8: Preparing [2023-01-30T06:19:56.533Z] 4e47affbc169: Preparing [2023-01-30T06:19:56.533Z] 806af754e56d: Preparing [2023-01-30T06:19:56.533Z] 21f19849a4ec: Preparing [2023-01-30T06:19:56.533Z] 59900840c8db: Preparing [2023-01-30T06:19:56.533Z] f3ea32a8d29d: Preparing [2023-01-30T06:19:56.533Z] 9b7db8b29aab: Preparing [2023-01-30T06:19:56.533Z] 7957903da8ad: Preparing [2023-01-30T06:19:56.533Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:56.533Z] 9b7db8b29aab: Waiting [2023-01-30T06:19:56.533Z] 59900840c8db: Waiting [2023-01-30T06:19:56.533Z] 21f19849a4ec: Waiting [2023-01-30T06:19:56.533Z] f3ea32a8d29d: Waiting [2023-01-30T06:19:56.533Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:56.533Z] 7957903da8ad: Waiting [2023-01-30T06:19:56.533Z] 806af754e56d: Waiting [2023-01-30T06:19:56.533Z] f30aefa93b66: Layer already exists [2023-01-30T06:19:56.533Z] 8230e7d9d4b8: Layer already exists [2023-01-30T06:19:56.533Z] 15dba1b09a99: Layer already exists [2023-01-30T06:19:56.533Z] f0e975da6f85: Layer already exists [2023-01-30T06:19:56.533Z] 4e47affbc169: Layer already exists [2023-01-30T06:19:56.533Z] 806af754e56d: Layer already exists [2023-01-30T06:19:56.533Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:56.533Z] f3ea32a8d29d: Layer already exists [2023-01-30T06:19:56.533Z] 59900840c8db: Layer already exists [2023-01-30T06:19:56.533Z] 9b7db8b29aab: Layer already exists [2023-01-30T06:19:56.533Z] 7957903da8ad: Layer already exists [2023-01-30T06:19:56.533Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:56.533Z] latest: digest: sha256:865ea796bce9df4448549c534c9f0b4344102d16505042f39cc8086ba6814772 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:56.843Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:57.152Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.30 [2023-01-30T06:19:57.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-30T06:19:57.152Z] f0e975da6f85: Preparing [2023-01-30T06:19:57.152Z] f0e975da6f85: Preparing [2023-01-30T06:19:57.152Z] f30aefa93b66: Preparing [2023-01-30T06:19:57.152Z] 15dba1b09a99: Preparing [2023-01-30T06:19:57.152Z] 8230e7d9d4b8: Preparing [2023-01-30T06:19:57.152Z] 4e47affbc169: Preparing [2023-01-30T06:19:57.152Z] 806af754e56d: Preparing [2023-01-30T06:19:57.152Z] 21f19849a4ec: Preparing [2023-01-30T06:19:57.152Z] 59900840c8db: Preparing [2023-01-30T06:19:57.152Z] f3ea32a8d29d: Preparing [2023-01-30T06:19:57.152Z] 9b7db8b29aab: Preparing [2023-01-30T06:19:57.152Z] 7957903da8ad: Preparing [2023-01-30T06:19:57.152Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:57.152Z] 21f19849a4ec: Waiting [2023-01-30T06:19:57.152Z] 59900840c8db: Waiting [2023-01-30T06:19:57.152Z] 806af754e56d: Waiting [2023-01-30T06:19:57.152Z] f3ea32a8d29d: Waiting [2023-01-30T06:19:57.152Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:57.152Z] 7957903da8ad: Waiting [2023-01-30T06:19:57.152Z] 9b7db8b29aab: Waiting [2023-01-30T06:19:57.152Z] f30aefa93b66: Layer already exists [2023-01-30T06:19:57.152Z] 4e47affbc169: Layer already exists [2023-01-30T06:19:57.152Z] 15dba1b09a99: Layer already exists [2023-01-30T06:19:57.152Z] f0e975da6f85: Layer already exists [2023-01-30T06:19:57.152Z] 8230e7d9d4b8: Layer already exists [2023-01-30T06:19:57.152Z] 806af754e56d: Layer already exists [2023-01-30T06:19:57.152Z] 59900840c8db: Layer already exists [2023-01-30T06:19:57.152Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:57.152Z] f3ea32a8d29d: Layer already exists [2023-01-30T06:19:57.152Z] 9b7db8b29aab: Layer already exists [2023-01-30T06:19:57.152Z] 7957903da8ad: Layer already exists [2023-01-30T06:19:57.152Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:57.152Z] 3.0.0-dev.30: digest: sha256:865ea796bce9df4448549c534c9f0b4344102d16505042f39cc8086ba6814772 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:57.458Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:57.766Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:57.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-30T06:19:57.766Z] f0e975da6f85: Preparing [2023-01-30T06:19:57.766Z] f0e975da6f85: Preparing [2023-01-30T06:19:57.766Z] f30aefa93b66: Preparing [2023-01-30T06:19:57.766Z] 15dba1b09a99: Preparing [2023-01-30T06:19:57.766Z] 8230e7d9d4b8: Preparing [2023-01-30T06:19:57.766Z] 4e47affbc169: Preparing [2023-01-30T06:19:57.766Z] 806af754e56d: Preparing [2023-01-30T06:19:57.766Z] 21f19849a4ec: Preparing [2023-01-30T06:19:57.766Z] 59900840c8db: Preparing [2023-01-30T06:19:57.766Z] f3ea32a8d29d: Preparing [2023-01-30T06:19:57.766Z] 9b7db8b29aab: Preparing [2023-01-30T06:19:57.766Z] 7957903da8ad: Preparing [2023-01-30T06:19:57.766Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:57.766Z] f3ea32a8d29d: Waiting [2023-01-30T06:19:57.766Z] 7957903da8ad: Waiting [2023-01-30T06:19:57.766Z] 9b7db8b29aab: Waiting [2023-01-30T06:19:57.766Z] 806af754e56d: Waiting [2023-01-30T06:19:57.766Z] 21f19849a4ec: Waiting [2023-01-30T06:19:57.766Z] 59900840c8db: Waiting [2023-01-30T06:19:57.766Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:57.766Z] f30aefa93b66: Layer already exists [2023-01-30T06:19:57.766Z] 4e47affbc169: Layer already exists [2023-01-30T06:19:57.766Z] 15dba1b09a99: Layer already exists [2023-01-30T06:19:57.766Z] f0e975da6f85: Layer already exists [2023-01-30T06:19:57.766Z] 8230e7d9d4b8: Layer already exists [2023-01-30T06:19:57.766Z] 806af754e56d: Layer already exists [2023-01-30T06:19:57.766Z] 59900840c8db: Layer already exists [2023-01-30T06:19:57.766Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:57.766Z] f3ea32a8d29d: Layer already exists [2023-01-30T06:19:57.766Z] 9b7db8b29aab: Layer already exists [2023-01-30T06:19:57.766Z] 7957903da8ad: Layer already exists [2023-01-30T06:19:57.766Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:57.766Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:865ea796bce9df4448549c534c9f0b4344102d16505042f39cc8086ba6814772 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:58.084Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:58.396Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-30T06:19:58.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-30T06:19:58.396Z] f0e975da6f85: Preparing [2023-01-30T06:19:58.396Z] f0e975da6f85: Preparing [2023-01-30T06:19:58.396Z] f30aefa93b66: Preparing [2023-01-30T06:19:58.396Z] 15dba1b09a99: Preparing [2023-01-30T06:19:58.396Z] 8230e7d9d4b8: Preparing [2023-01-30T06:19:58.396Z] 4e47affbc169: Preparing [2023-01-30T06:19:58.396Z] 806af754e56d: Preparing [2023-01-30T06:19:58.396Z] 21f19849a4ec: Preparing [2023-01-30T06:19:58.396Z] 59900840c8db: Preparing [2023-01-30T06:19:58.396Z] f3ea32a8d29d: Preparing [2023-01-30T06:19:58.396Z] 9b7db8b29aab: Preparing [2023-01-30T06:19:58.396Z] 7957903da8ad: Preparing [2023-01-30T06:19:58.396Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:58.396Z] 806af754e56d: Waiting [2023-01-30T06:19:58.396Z] 21f19849a4ec: Waiting [2023-01-30T06:19:58.396Z] 59900840c8db: Waiting [2023-01-30T06:19:58.396Z] 7957903da8ad: Waiting [2023-01-30T06:19:58.396Z] f3ea32a8d29d: Waiting [2023-01-30T06:19:58.396Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:58.396Z] 9b7db8b29aab: Waiting [2023-01-30T06:19:58.396Z] 4e47affbc169: Layer already exists [2023-01-30T06:19:58.396Z] 8230e7d9d4b8: Layer already exists [2023-01-30T06:19:58.396Z] 15dba1b09a99: Layer already exists [2023-01-30T06:19:58.396Z] f0e975da6f85: Layer already exists [2023-01-30T06:19:58.396Z] f30aefa93b66: Layer already exists [2023-01-30T06:19:58.396Z] 806af754e56d: Layer already exists [2023-01-30T06:19:58.396Z] 59900840c8db: Layer already exists [2023-01-30T06:19:58.396Z] f3ea32a8d29d: Layer already exists [2023-01-30T06:19:58.396Z] 9b7db8b29aab: Layer already exists [2023-01-30T06:19:58.396Z] 21f19849a4ec: Layer already exists [2023-01-30T06:19:58.396Z] 7957903da8ad: Layer already exists [2023-01-30T06:19:58.396Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:58.396Z] main: digest: sha256:865ea796bce9df4448549c534c9f0b4344102d16505042f39cc8086ba6814772 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:19:58.451Z] ===================================================== [Pipeline] echo [2023-01-30T06:19:58.462Z] taggedImages: [2023-01-30T06:19:58.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:58.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-30T06:19:58.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.30 [2023-01-30T06:19:58.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:58.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-30T06:19:58.492Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-30T06:19:58.492Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:58.492Z] latest [2023-01-30T06:19:58.492Z] 3.0.0-dev.30 [2023-01-30T06:19:58.492Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:19:58.492Z] main [2023-01-30T06:19:58.492Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:58.824Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:19:59.139Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:19:59.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-30T06:19:59.139Z] ad4d32ed7583: Preparing [2023-01-30T06:19:59.139Z] e81744a680e4: Preparing [2023-01-30T06:19:59.139Z] c1e77dd40d65: Preparing [2023-01-30T06:19:59.139Z] 8c6386b685fb: Preparing [2023-01-30T06:19:59.139Z] 77b52c49cc40: Preparing [2023-01-30T06:19:59.139Z] a33d6a869a4f: Preparing [2023-01-30T06:19:59.139Z] 46fdf7779ec2: Preparing [2023-01-30T06:19:59.139Z] e5e13b0c77cb: Preparing [2023-01-30T06:19:59.139Z] a33d6a869a4f: Waiting [2023-01-30T06:19:59.139Z] 46fdf7779ec2: Waiting [2023-01-30T06:19:59.139Z] e5e13b0c77cb: Waiting [2023-01-30T06:19:59.139Z] e81744a680e4: Pushed [2023-01-30T06:19:59.139Z] ad4d32ed7583: Pushed [2023-01-30T06:19:59.139Z] 77b52c49cc40: Pushed [2023-01-30T06:19:59.139Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:19:59.398Z] a33d6a869a4f: Pushed [2023-01-30T06:19:59.658Z] 46fdf7779ec2: Pushed [2023-01-30T06:20:00.284Z] 8c6386b685fb: Pushed [2023-01-30T06:20:00.284Z] c1e77dd40d65: Pushed [2023-01-30T06:20:00.545Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:156fbfb27a6ecc0a9334dce96e69018b8942cdfd043beddc1c32d4a33df6c046 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:00.860Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:01.164Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-30T06:20:01.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-30T06:20:01.164Z] ad4d32ed7583: Preparing [2023-01-30T06:20:01.164Z] e81744a680e4: Preparing [2023-01-30T06:20:01.164Z] c1e77dd40d65: Preparing [2023-01-30T06:20:01.164Z] 8c6386b685fb: Preparing [2023-01-30T06:20:01.164Z] 77b52c49cc40: Preparing [2023-01-30T06:20:01.164Z] a33d6a869a4f: Preparing [2023-01-30T06:20:01.164Z] 46fdf7779ec2: Preparing [2023-01-30T06:20:01.164Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:01.164Z] a33d6a869a4f: Waiting [2023-01-30T06:20:01.164Z] 46fdf7779ec2: Waiting [2023-01-30T06:20:01.164Z] c1e77dd40d65: Layer already exists [2023-01-30T06:20:01.164Z] ad4d32ed7583: Layer already exists [2023-01-30T06:20:01.164Z] 8c6386b685fb: Layer already exists [2023-01-30T06:20:01.164Z] e81744a680e4: Layer already exists [2023-01-30T06:20:01.164Z] 77b52c49cc40: Layer already exists [2023-01-30T06:20:01.164Z] a33d6a869a4f: Layer already exists [2023-01-30T06:20:01.164Z] 46fdf7779ec2: Layer already exists [2023-01-30T06:20:01.164Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:01.164Z] latest: digest: sha256:156fbfb27a6ecc0a9334dce96e69018b8942cdfd043beddc1c32d4a33df6c046 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:01.467Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:01.850Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.30 [2023-01-30T06:20:01.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-30T06:20:01.851Z] ad4d32ed7583: Preparing [2023-01-30T06:20:01.851Z] e81744a680e4: Preparing [2023-01-30T06:20:01.851Z] c1e77dd40d65: Preparing [2023-01-30T06:20:01.851Z] 8c6386b685fb: Preparing [2023-01-30T06:20:01.851Z] 77b52c49cc40: Preparing [2023-01-30T06:20:01.851Z] a33d6a869a4f: Preparing [2023-01-30T06:20:01.851Z] 46fdf7779ec2: Preparing [2023-01-30T06:20:01.851Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:01.851Z] a33d6a869a4f: Waiting [2023-01-30T06:20:01.851Z] 46fdf7779ec2: Waiting [2023-01-30T06:20:01.851Z] e5e13b0c77cb: Waiting [2023-01-30T06:20:01.851Z] ad4d32ed7583: Layer already exists [2023-01-30T06:20:01.851Z] 77b52c49cc40: Layer already exists [2023-01-30T06:20:01.851Z] e81744a680e4: Layer already exists [2023-01-30T06:20:01.851Z] c1e77dd40d65: Layer already exists [2023-01-30T06:20:01.851Z] 8c6386b685fb: Layer already exists [2023-01-30T06:20:01.851Z] a33d6a869a4f: Layer already exists [2023-01-30T06:20:01.851Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:01.851Z] 46fdf7779ec2: Layer already exists [2023-01-30T06:20:01.851Z] 3.0.0-dev.30: digest: sha256:156fbfb27a6ecc0a9334dce96e69018b8942cdfd043beddc1c32d4a33df6c046 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:02.151Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:02.454Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:02.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-30T06:20:02.454Z] ad4d32ed7583: Preparing [2023-01-30T06:20:02.454Z] e81744a680e4: Preparing [2023-01-30T06:20:02.454Z] c1e77dd40d65: Preparing [2023-01-30T06:20:02.454Z] 8c6386b685fb: Preparing [2023-01-30T06:20:02.454Z] 77b52c49cc40: Preparing [2023-01-30T06:20:02.454Z] a33d6a869a4f: Preparing [2023-01-30T06:20:02.454Z] 46fdf7779ec2: Preparing [2023-01-30T06:20:02.454Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:02.454Z] a33d6a869a4f: Waiting [2023-01-30T06:20:02.454Z] 46fdf7779ec2: Waiting [2023-01-30T06:20:02.454Z] e5e13b0c77cb: Waiting [2023-01-30T06:20:02.454Z] 77b52c49cc40: Layer already exists [2023-01-30T06:20:02.454Z] e81744a680e4: Layer already exists [2023-01-30T06:20:02.454Z] ad4d32ed7583: Layer already exists [2023-01-30T06:20:02.454Z] 8c6386b685fb: Layer already exists [2023-01-30T06:20:02.454Z] c1e77dd40d65: Layer already exists [2023-01-30T06:20:02.454Z] a33d6a869a4f: Layer already exists [2023-01-30T06:20:02.454Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:02.454Z] 46fdf7779ec2: Layer already exists [2023-01-30T06:20:02.454Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:156fbfb27a6ecc0a9334dce96e69018b8942cdfd043beddc1c32d4a33df6c046 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:02.765Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:03.061Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-30T06:20:03.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-30T06:20:03.061Z] ad4d32ed7583: Preparing [2023-01-30T06:20:03.061Z] e81744a680e4: Preparing [2023-01-30T06:20:03.061Z] c1e77dd40d65: Preparing [2023-01-30T06:20:03.061Z] 8c6386b685fb: Preparing [2023-01-30T06:20:03.061Z] 77b52c49cc40: Preparing [2023-01-30T06:20:03.061Z] a33d6a869a4f: Preparing [2023-01-30T06:20:03.061Z] 46fdf7779ec2: Preparing [2023-01-30T06:20:03.061Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:03.061Z] a33d6a869a4f: Waiting [2023-01-30T06:20:03.061Z] 46fdf7779ec2: Waiting [2023-01-30T06:20:03.061Z] e5e13b0c77cb: Waiting [2023-01-30T06:20:03.061Z] c1e77dd40d65: Layer already exists [2023-01-30T06:20:03.061Z] e81744a680e4: Layer already exists [2023-01-30T06:20:03.061Z] 77b52c49cc40: Layer already exists [2023-01-30T06:20:03.061Z] 8c6386b685fb: Layer already exists [2023-01-30T06:20:03.061Z] ad4d32ed7583: Layer already exists [2023-01-30T06:20:03.061Z] a33d6a869a4f: Layer already exists [2023-01-30T06:20:03.061Z] 46fdf7779ec2: Layer already exists [2023-01-30T06:20:03.061Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:03.061Z] main: digest: sha256:156fbfb27a6ecc0a9334dce96e69018b8942cdfd043beddc1c32d4a33df6c046 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:20:03.094Z] ===================================================== [Pipeline] echo [2023-01-30T06:20:03.100Z] taggedImages: [2023-01-30T06:20:03.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:03.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-30T06:20:03.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.30 [2023-01-30T06:20:03.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:03.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-30T06:20:03.114Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-30T06:20:03.114Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:03.114Z] latest [2023-01-30T06:20:03.114Z] 3.0.0-dev.30 [2023-01-30T06:20:03.114Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:03.114Z] main [2023-01-30T06:20:03.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:03.415Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:03.717Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:03.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-30T06:20:03.717Z] 49d51e489f77: Preparing [2023-01-30T06:20:03.717Z] 26f4f7c7e030: Preparing [2023-01-30T06:20:03.717Z] 5cdc7f1587d3: Preparing [2023-01-30T06:20:03.717Z] 95c2d2a96e91: Preparing [2023-01-30T06:20:03.717Z] 8dd82e616a9a: Preparing [2023-01-30T06:20:03.717Z] 4fc37e8f9c97: Preparing [2023-01-30T06:20:03.717Z] f0de6f3c4f6e: Preparing [2023-01-30T06:20:03.717Z] eb71678bcc0d: Preparing [2023-01-30T06:20:03.717Z] 07ba9e804ace: Preparing [2023-01-30T06:20:03.717Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:03.717Z] 4fc37e8f9c97: Waiting [2023-01-30T06:20:03.717Z] f0de6f3c4f6e: Waiting [2023-01-30T06:20:03.717Z] eb71678bcc0d: Waiting [2023-01-30T06:20:03.717Z] 07ba9e804ace: Waiting [2023-01-30T06:20:03.717Z] e5e13b0c77cb: Waiting [2023-01-30T06:20:03.717Z] 49d51e489f77: Pushed [2023-01-30T06:20:03.717Z] 8dd82e616a9a: Pushed [2023-01-30T06:20:03.717Z] 26f4f7c7e030: Pushed [2023-01-30T06:20:03.976Z] 4fc37e8f9c97: Pushed [2023-01-30T06:20:03.976Z] f0de6f3c4f6e: Pushed [2023-01-30T06:20:03.976Z] eb71678bcc0d: Pushed [2023-01-30T06:20:04.235Z] 07ba9e804ace: Pushed [2023-01-30T06:20:04.235Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:04.820Z] 95c2d2a96e91: Pushed [2023-01-30T06:20:05.392Z] 5cdc7f1587d3: Pushed [2023-01-30T06:20:05.392Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:017257f4e85bd0645cd2de82dac8a354aa91975e3b35c13d6aedfcb86934eb5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:05.952Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:06.257Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-30T06:20:06.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-30T06:20:06.257Z] 49d51e489f77: Preparing [2023-01-30T06:20:06.257Z] 26f4f7c7e030: Preparing [2023-01-30T06:20:06.257Z] 5cdc7f1587d3: Preparing [2023-01-30T06:20:06.257Z] 95c2d2a96e91: Preparing [2023-01-30T06:20:06.257Z] 8dd82e616a9a: Preparing [2023-01-30T06:20:06.257Z] 4fc37e8f9c97: Preparing [2023-01-30T06:20:06.257Z] f0de6f3c4f6e: Preparing [2023-01-30T06:20:06.257Z] eb71678bcc0d: Preparing [2023-01-30T06:20:06.257Z] 07ba9e804ace: Preparing [2023-01-30T06:20:06.257Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:06.257Z] f0de6f3c4f6e: Waiting [2023-01-30T06:20:06.257Z] eb71678bcc0d: Waiting [2023-01-30T06:20:06.257Z] 07ba9e804ace: Waiting [2023-01-30T06:20:06.257Z] e5e13b0c77cb: Waiting [2023-01-30T06:20:06.257Z] 4fc37e8f9c97: Waiting [2023-01-30T06:20:06.257Z] 5cdc7f1587d3: Layer already exists [2023-01-30T06:20:06.257Z] 8dd82e616a9a: Layer already exists [2023-01-30T06:20:06.257Z] 95c2d2a96e91: Layer already exists [2023-01-30T06:20:06.257Z] 26f4f7c7e030: Layer already exists [2023-01-30T06:20:06.257Z] 49d51e489f77: Layer already exists [2023-01-30T06:20:06.257Z] 4fc37e8f9c97: Layer already exists [2023-01-30T06:20:06.257Z] 07ba9e804ace: Layer already exists [2023-01-30T06:20:06.257Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:06.257Z] eb71678bcc0d: Layer already exists [2023-01-30T06:20:06.257Z] f0de6f3c4f6e: Layer already exists [2023-01-30T06:20:06.257Z] latest: digest: sha256:017257f4e85bd0645cd2de82dac8a354aa91975e3b35c13d6aedfcb86934eb5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:06.566Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:06.874Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.30 [2023-01-30T06:20:06.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-30T06:20:06.874Z] 49d51e489f77: Preparing [2023-01-30T06:20:06.874Z] 26f4f7c7e030: Preparing [2023-01-30T06:20:06.874Z] 5cdc7f1587d3: Preparing [2023-01-30T06:20:06.874Z] 95c2d2a96e91: Preparing [2023-01-30T06:20:06.874Z] 8dd82e616a9a: Preparing [2023-01-30T06:20:06.874Z] 4fc37e8f9c97: Preparing [2023-01-30T06:20:06.874Z] f0de6f3c4f6e: Preparing [2023-01-30T06:20:06.874Z] eb71678bcc0d: Preparing [2023-01-30T06:20:06.874Z] 07ba9e804ace: Preparing [2023-01-30T06:20:06.874Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:06.874Z] 4fc37e8f9c97: Waiting [2023-01-30T06:20:06.874Z] eb71678bcc0d: Waiting [2023-01-30T06:20:06.874Z] 07ba9e804ace: Waiting [2023-01-30T06:20:06.874Z] e5e13b0c77cb: Waiting [2023-01-30T06:20:06.874Z] f0de6f3c4f6e: Waiting [2023-01-30T06:20:06.874Z] 5cdc7f1587d3: Layer already exists [2023-01-30T06:20:06.874Z] 26f4f7c7e030: Layer already exists [2023-01-30T06:20:06.874Z] 8dd82e616a9a: Layer already exists [2023-01-30T06:20:06.874Z] 95c2d2a96e91: Layer already exists [2023-01-30T06:20:06.874Z] 49d51e489f77: Layer already exists [2023-01-30T06:20:06.874Z] 4fc37e8f9c97: Layer already exists [2023-01-30T06:20:06.874Z] f0de6f3c4f6e: Layer already exists [2023-01-30T06:20:06.874Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:06.874Z] eb71678bcc0d: Layer already exists [2023-01-30T06:20:06.874Z] 07ba9e804ace: Layer already exists [2023-01-30T06:20:06.874Z] 3.0.0-dev.30: digest: sha256:017257f4e85bd0645cd2de82dac8a354aa91975e3b35c13d6aedfcb86934eb5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:07.180Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:07.477Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:07.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-30T06:20:07.477Z] 49d51e489f77: Preparing [2023-01-30T06:20:07.477Z] 26f4f7c7e030: Preparing [2023-01-30T06:20:07.477Z] 5cdc7f1587d3: Preparing [2023-01-30T06:20:07.477Z] 95c2d2a96e91: Preparing [2023-01-30T06:20:07.477Z] 8dd82e616a9a: Preparing [2023-01-30T06:20:07.477Z] 4fc37e8f9c97: Preparing [2023-01-30T06:20:07.477Z] f0de6f3c4f6e: Preparing [2023-01-30T06:20:07.477Z] eb71678bcc0d: Preparing [2023-01-30T06:20:07.477Z] 07ba9e804ace: Preparing [2023-01-30T06:20:07.477Z] f0de6f3c4f6e: Waiting [2023-01-30T06:20:07.477Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:07.477Z] 07ba9e804ace: Waiting [2023-01-30T06:20:07.477Z] eb71678bcc0d: Waiting [2023-01-30T06:20:07.477Z] e5e13b0c77cb: Waiting [2023-01-30T06:20:07.477Z] 26f4f7c7e030: Layer already exists [2023-01-30T06:20:07.477Z] 95c2d2a96e91: Layer already exists [2023-01-30T06:20:07.477Z] 49d51e489f77: Layer already exists [2023-01-30T06:20:07.477Z] 8dd82e616a9a: Layer already exists [2023-01-30T06:20:07.477Z] 5cdc7f1587d3: Layer already exists [2023-01-30T06:20:07.477Z] 4fc37e8f9c97: Layer already exists [2023-01-30T06:20:07.477Z] eb71678bcc0d: Layer already exists [2023-01-30T06:20:07.477Z] 07ba9e804ace: Layer already exists [2023-01-30T06:20:07.477Z] f0de6f3c4f6e: Layer already exists [2023-01-30T06:20:07.477Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:07.477Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:017257f4e85bd0645cd2de82dac8a354aa91975e3b35c13d6aedfcb86934eb5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:07.779Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:08.081Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-30T06:20:08.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-30T06:20:08.081Z] 49d51e489f77: Preparing [2023-01-30T06:20:08.081Z] 26f4f7c7e030: Preparing [2023-01-30T06:20:08.081Z] 5cdc7f1587d3: Preparing [2023-01-30T06:20:08.081Z] 95c2d2a96e91: Preparing [2023-01-30T06:20:08.081Z] 8dd82e616a9a: Preparing [2023-01-30T06:20:08.081Z] 4fc37e8f9c97: Preparing [2023-01-30T06:20:08.081Z] f0de6f3c4f6e: Preparing [2023-01-30T06:20:08.081Z] eb71678bcc0d: Preparing [2023-01-30T06:20:08.081Z] 07ba9e804ace: Preparing [2023-01-30T06:20:08.081Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:08.081Z] 4fc37e8f9c97: Waiting [2023-01-30T06:20:08.081Z] f0de6f3c4f6e: Waiting [2023-01-30T06:20:08.081Z] eb71678bcc0d: Waiting [2023-01-30T06:20:08.081Z] 07ba9e804ace: Waiting [2023-01-30T06:20:08.081Z] e5e13b0c77cb: Waiting [2023-01-30T06:20:08.081Z] 95c2d2a96e91: Layer already exists [2023-01-30T06:20:08.081Z] 5cdc7f1587d3: Layer already exists [2023-01-30T06:20:08.081Z] 49d51e489f77: Layer already exists [2023-01-30T06:20:08.081Z] 26f4f7c7e030: Layer already exists [2023-01-30T06:20:08.081Z] 8dd82e616a9a: Layer already exists [2023-01-30T06:20:08.081Z] f0de6f3c4f6e: Layer already exists [2023-01-30T06:20:08.081Z] 4fc37e8f9c97: Layer already exists [2023-01-30T06:20:08.081Z] eb71678bcc0d: Layer already exists [2023-01-30T06:20:08.081Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:08.081Z] 07ba9e804ace: Layer already exists [2023-01-30T06:20:08.081Z] main: digest: sha256:017257f4e85bd0645cd2de82dac8a354aa91975e3b35c13d6aedfcb86934eb5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:20:08.120Z] ===================================================== [Pipeline] echo [2023-01-30T06:20:08.133Z] taggedImages: [2023-01-30T06:20:08.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:08.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-30T06:20:08.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.30 [2023-01-30T06:20:08.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:08.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-30T06:20:08.157Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-30T06:20:08.157Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:08.157Z] latest [2023-01-30T06:20:08.157Z] 3.0.0-dev.30 [2023-01-30T06:20:08.157Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:08.157Z] main [2023-01-30T06:20:08.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:08.475Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:08.785Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:08.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-30T06:20:08.785Z] 56415948ff96: Preparing [2023-01-30T06:20:08.785Z] e650ecc27b3f: Preparing [2023-01-30T06:20:08.785Z] 21f19849a4ec: Preparing [2023-01-30T06:20:08.785Z] b96d41496781: Preparing [2023-01-30T06:20:08.785Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:08.785Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:08.785Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:08.785Z] 56415948ff96: Pushed [2023-01-30T06:20:09.353Z] b96d41496781: Pushed [2023-01-30T06:20:10.731Z] e650ecc27b3f: Pushed [2023-01-30T06:20:10.989Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:70d336113b98239c470dba0d303b8231984ccbb2a1e2b637705992d001494984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:11.296Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:11.593Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-30T06:20:11.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-30T06:20:11.593Z] 56415948ff96: Preparing [2023-01-30T06:20:11.593Z] e650ecc27b3f: Preparing [2023-01-30T06:20:11.593Z] 21f19849a4ec: Preparing [2023-01-30T06:20:11.593Z] b96d41496781: Preparing [2023-01-30T06:20:11.593Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:11.593Z] e650ecc27b3f: Layer already exists [2023-01-30T06:20:11.593Z] b96d41496781: Layer already exists [2023-01-30T06:20:11.593Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:11.593Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:11.593Z] 56415948ff96: Layer already exists [2023-01-30T06:20:11.593Z] latest: digest: sha256:70d336113b98239c470dba0d303b8231984ccbb2a1e2b637705992d001494984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:11.897Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:12.196Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.30 [2023-01-30T06:20:12.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-30T06:20:12.196Z] 56415948ff96: Preparing [2023-01-30T06:20:12.196Z] e650ecc27b3f: Preparing [2023-01-30T06:20:12.196Z] 21f19849a4ec: Preparing [2023-01-30T06:20:12.196Z] b96d41496781: Preparing [2023-01-30T06:20:12.196Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:12.196Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:12.196Z] 56415948ff96: Layer already exists [2023-01-30T06:20:12.196Z] e650ecc27b3f: Layer already exists [2023-01-30T06:20:12.196Z] b96d41496781: Layer already exists [2023-01-30T06:20:12.196Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:12.196Z] 3.0.0-dev.30: digest: sha256:70d336113b98239c470dba0d303b8231984ccbb2a1e2b637705992d001494984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:12.500Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:12.806Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:12.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-30T06:20:12.806Z] 56415948ff96: Preparing [2023-01-30T06:20:12.806Z] e650ecc27b3f: Preparing [2023-01-30T06:20:12.806Z] 21f19849a4ec: Preparing [2023-01-30T06:20:12.806Z] b96d41496781: Preparing [2023-01-30T06:20:12.806Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:12.806Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:12.806Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:12.806Z] b96d41496781: Layer already exists [2023-01-30T06:20:12.806Z] e650ecc27b3f: Layer already exists [2023-01-30T06:20:12.806Z] 56415948ff96: Layer already exists [2023-01-30T06:20:12.806Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:70d336113b98239c470dba0d303b8231984ccbb2a1e2b637705992d001494984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:13.110Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:13.411Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-30T06:20:13.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-30T06:20:13.411Z] 56415948ff96: Preparing [2023-01-30T06:20:13.411Z] e650ecc27b3f: Preparing [2023-01-30T06:20:13.411Z] 21f19849a4ec: Preparing [2023-01-30T06:20:13.411Z] b96d41496781: Preparing [2023-01-30T06:20:13.411Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:13.411Z] e650ecc27b3f: Layer already exists [2023-01-30T06:20:13.411Z] b96d41496781: Layer already exists [2023-01-30T06:20:13.411Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:13.411Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:13.411Z] 56415948ff96: Layer already exists [2023-01-30T06:20:13.411Z] main: digest: sha256:70d336113b98239c470dba0d303b8231984ccbb2a1e2b637705992d001494984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:20:13.462Z] ===================================================== [Pipeline] echo [2023-01-30T06:20:13.473Z] taggedImages: [2023-01-30T06:20:13.473Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:13.473Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-30T06:20:13.473Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.30 [2023-01-30T06:20:13.473Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:13.473Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-30T06:20:13.494Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-30T06:20:13.494Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:13.494Z] latest [2023-01-30T06:20:13.494Z] 3.0.0-dev.30 [2023-01-30T06:20:13.494Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:13.494Z] main [2023-01-30T06:20:13.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:13.809Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:14.122Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:14.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-30T06:20:14.122Z] 03523cc46d72: Preparing [2023-01-30T06:20:14.123Z] 812cfc230c81: Preparing [2023-01-30T06:20:14.123Z] 60a81334c43e: Preparing [2023-01-30T06:20:14.123Z] 7f2a2c1c6df9: Preparing [2023-01-30T06:20:14.123Z] 36d92c113680: Preparing [2023-01-30T06:20:14.123Z] 2842dd960dfb: Preparing [2023-01-30T06:20:14.123Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:14.123Z] 2842dd960dfb: Waiting [2023-01-30T06:20:14.123Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:14.123Z] 60a81334c43e: Pushed [2023-01-30T06:20:14.123Z] 812cfc230c81: Pushed [2023-01-30T06:20:14.123Z] 03523cc46d72: Pushed [2023-01-30T06:20:14.123Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:14.696Z] 2842dd960dfb: Pushed [2023-01-30T06:20:17.989Z] 36d92c113680: Pushed [2023-01-30T06:20:20.535Z] 7f2a2c1c6df9: Pushed [2023-01-30T06:20:20.794Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:a36eb922590c17de8bb6f49c7cbe06eb8e7df8f056e23f0ec6153ea306d6ea5d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:21.109Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:21.408Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-30T06:20:21.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-30T06:20:21.408Z] 03523cc46d72: Preparing [2023-01-30T06:20:21.408Z] 812cfc230c81: Preparing [2023-01-30T06:20:21.408Z] 60a81334c43e: Preparing [2023-01-30T06:20:21.408Z] 7f2a2c1c6df9: Preparing [2023-01-30T06:20:21.408Z] 36d92c113680: Preparing [2023-01-30T06:20:21.408Z] 2842dd960dfb: Preparing [2023-01-30T06:20:21.408Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:21.408Z] 2842dd960dfb: Waiting [2023-01-30T06:20:21.408Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:21.408Z] 60a81334c43e: Layer already exists [2023-01-30T06:20:21.408Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:21.408Z] 7f2a2c1c6df9: Layer already exists [2023-01-30T06:20:21.408Z] 812cfc230c81: Layer already exists [2023-01-30T06:20:21.408Z] 36d92c113680: Layer already exists [2023-01-30T06:20:21.408Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:21.408Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:21.408Z] latest: digest: sha256:a36eb922590c17de8bb6f49c7cbe06eb8e7df8f056e23f0ec6153ea306d6ea5d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:21.712Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:22.011Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.30 [2023-01-30T06:20:22.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-30T06:20:22.011Z] 03523cc46d72: Preparing [2023-01-30T06:20:22.011Z] 812cfc230c81: Preparing [2023-01-30T06:20:22.011Z] 60a81334c43e: Preparing [2023-01-30T06:20:22.011Z] 7f2a2c1c6df9: Preparing [2023-01-30T06:20:22.011Z] 36d92c113680: Preparing [2023-01-30T06:20:22.011Z] 2842dd960dfb: Preparing [2023-01-30T06:20:22.011Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:22.011Z] 2842dd960dfb: Waiting [2023-01-30T06:20:22.011Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:22.011Z] 60a81334c43e: Layer already exists [2023-01-30T06:20:22.011Z] 812cfc230c81: Layer already exists [2023-01-30T06:20:22.011Z] 7f2a2c1c6df9: Layer already exists [2023-01-30T06:20:22.011Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:22.011Z] 36d92c113680: Layer already exists [2023-01-30T06:20:22.011Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:22.011Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:22.011Z] 3.0.0-dev.30: digest: sha256:a36eb922590c17de8bb6f49c7cbe06eb8e7df8f056e23f0ec6153ea306d6ea5d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:22.316Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:22.615Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:22.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-30T06:20:22.615Z] 03523cc46d72: Preparing [2023-01-30T06:20:22.615Z] 812cfc230c81: Preparing [2023-01-30T06:20:22.615Z] 60a81334c43e: Preparing [2023-01-30T06:20:22.615Z] 7f2a2c1c6df9: Preparing [2023-01-30T06:20:22.615Z] 36d92c113680: Preparing [2023-01-30T06:20:22.615Z] 2842dd960dfb: Preparing [2023-01-30T06:20:22.615Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:22.615Z] 2842dd960dfb: Waiting [2023-01-30T06:20:22.615Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:22.615Z] 7f2a2c1c6df9: Layer already exists [2023-01-30T06:20:22.615Z] 812cfc230c81: Layer already exists [2023-01-30T06:20:22.615Z] 60a81334c43e: Layer already exists [2023-01-30T06:20:22.615Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:22.615Z] 36d92c113680: Layer already exists [2023-01-30T06:20:22.615Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:22.615Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:22.615Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:a36eb922590c17de8bb6f49c7cbe06eb8e7df8f056e23f0ec6153ea306d6ea5d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:22.920Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:23.215Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-30T06:20:23.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-30T06:20:23.215Z] 03523cc46d72: Preparing [2023-01-30T06:20:23.215Z] 812cfc230c81: Preparing [2023-01-30T06:20:23.215Z] 60a81334c43e: Preparing [2023-01-30T06:20:23.215Z] 7f2a2c1c6df9: Preparing [2023-01-30T06:20:23.215Z] 36d92c113680: Preparing [2023-01-30T06:20:23.215Z] 2842dd960dfb: Preparing [2023-01-30T06:20:23.215Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:23.215Z] 2842dd960dfb: Waiting [2023-01-30T06:20:23.215Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:23.215Z] 36d92c113680: Layer already exists [2023-01-30T06:20:23.215Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:23.215Z] 60a81334c43e: Layer already exists [2023-01-30T06:20:23.215Z] 812cfc230c81: Layer already exists [2023-01-30T06:20:23.215Z] 7f2a2c1c6df9: Layer already exists [2023-01-30T06:20:23.215Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:23.215Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:23.215Z] main: digest: sha256:a36eb922590c17de8bb6f49c7cbe06eb8e7df8f056e23f0ec6153ea306d6ea5d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:20:23.258Z] ===================================================== [Pipeline] echo [2023-01-30T06:20:23.265Z] taggedImages: [2023-01-30T06:20:23.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:23.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-30T06:20:23.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.30 [2023-01-30T06:20:23.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:23.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-30T06:20:23.280Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-30T06:20:23.280Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:23.280Z] latest [2023-01-30T06:20:23.280Z] 3.0.0-dev.30 [2023-01-30T06:20:23.280Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:23.280Z] main [2023-01-30T06:20:23.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:23.584Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:23.897Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:23.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-30T06:20:23.897Z] ee7dfcce926f: Preparing [2023-01-30T06:20:23.897Z] 2fd8b94feda4: Preparing [2023-01-30T06:20:23.897Z] 23c12d0ee0d7: Preparing [2023-01-30T06:20:23.897Z] b8c3cce46ae8: Preparing [2023-01-30T06:20:23.897Z] 20c63d15c66f: Preparing [2023-01-30T06:20:23.897Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:23.897Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:23.897Z] ee7dfcce926f: Pushed [2023-01-30T06:20:23.897Z] 2fd8b94feda4: Pushed [2023-01-30T06:20:24.166Z] 23c12d0ee0d7: Pushed [2023-01-30T06:20:24.166Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:24.166Z] 20c63d15c66f: Pushed [2023-01-30T06:20:32.294Z] b8c3cce46ae8: Pushed [2023-01-30T06:20:32.294Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:9a4296c28bc22e46694965c973653b2accf7f1b059bcb0bb025184989cb5559e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:32.606Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:32.911Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-30T06:20:32.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-30T06:20:32.911Z] ee7dfcce926f: Preparing [2023-01-30T06:20:32.911Z] 2fd8b94feda4: Preparing [2023-01-30T06:20:32.911Z] 23c12d0ee0d7: Preparing [2023-01-30T06:20:32.911Z] b8c3cce46ae8: Preparing [2023-01-30T06:20:32.911Z] 20c63d15c66f: Preparing [2023-01-30T06:20:32.911Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:32.911Z] 20c63d15c66f: Layer already exists [2023-01-30T06:20:32.911Z] b8c3cce46ae8: Layer already exists [2023-01-30T06:20:32.911Z] ee7dfcce926f: Layer already exists [2023-01-30T06:20:32.911Z] 2fd8b94feda4: Layer already exists [2023-01-30T06:20:32.911Z] 23c12d0ee0d7: Layer already exists [2023-01-30T06:20:32.911Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:32.911Z] latest: digest: sha256:9a4296c28bc22e46694965c973653b2accf7f1b059bcb0bb025184989cb5559e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:33.223Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:33.535Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.30 [2023-01-30T06:20:33.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-30T06:20:33.535Z] ee7dfcce926f: Preparing [2023-01-30T06:20:33.535Z] 2fd8b94feda4: Preparing [2023-01-30T06:20:33.535Z] 23c12d0ee0d7: Preparing [2023-01-30T06:20:33.535Z] b8c3cce46ae8: Preparing [2023-01-30T06:20:33.535Z] 20c63d15c66f: Preparing [2023-01-30T06:20:33.535Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:33.535Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:33.535Z] b8c3cce46ae8: Layer already exists [2023-01-30T06:20:33.535Z] 23c12d0ee0d7: Layer already exists [2023-01-30T06:20:33.535Z] 20c63d15c66f: Layer already exists [2023-01-30T06:20:33.535Z] 2fd8b94feda4: Layer already exists [2023-01-30T06:20:33.535Z] ee7dfcce926f: Layer already exists [2023-01-30T06:20:33.535Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:33.535Z] 3.0.0-dev.30: digest: sha256:9a4296c28bc22e46694965c973653b2accf7f1b059bcb0bb025184989cb5559e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:33.851Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:34.158Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:34.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-30T06:20:34.158Z] ee7dfcce926f: Preparing [2023-01-30T06:20:34.158Z] 2fd8b94feda4: Preparing [2023-01-30T06:20:34.158Z] 23c12d0ee0d7: Preparing [2023-01-30T06:20:34.158Z] b8c3cce46ae8: Preparing [2023-01-30T06:20:34.158Z] 20c63d15c66f: Preparing [2023-01-30T06:20:34.158Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:34.158Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:34.158Z] 2fd8b94feda4: Layer already exists [2023-01-30T06:20:34.158Z] 23c12d0ee0d7: Layer already exists [2023-01-30T06:20:34.158Z] ee7dfcce926f: Layer already exists [2023-01-30T06:20:34.158Z] 20c63d15c66f: Layer already exists [2023-01-30T06:20:34.158Z] b8c3cce46ae8: Layer already exists [2023-01-30T06:20:34.158Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:34.158Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:9a4296c28bc22e46694965c973653b2accf7f1b059bcb0bb025184989cb5559e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:34.457Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:34.763Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-30T06:20:34.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-30T06:20:34.763Z] ee7dfcce926f: Preparing [2023-01-30T06:20:34.763Z] 2fd8b94feda4: Preparing [2023-01-30T06:20:34.763Z] 23c12d0ee0d7: Preparing [2023-01-30T06:20:34.763Z] b8c3cce46ae8: Preparing [2023-01-30T06:20:34.763Z] 20c63d15c66f: Preparing [2023-01-30T06:20:34.763Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:34.763Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:34.763Z] 20c63d15c66f: Layer already exists [2023-01-30T06:20:34.763Z] ee7dfcce926f: Layer already exists [2023-01-30T06:20:34.763Z] b8c3cce46ae8: Layer already exists [2023-01-30T06:20:34.763Z] 2fd8b94feda4: Layer already exists [2023-01-30T06:20:34.763Z] 23c12d0ee0d7: Layer already exists [2023-01-30T06:20:34.763Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:34.763Z] main: digest: sha256:9a4296c28bc22e46694965c973653b2accf7f1b059bcb0bb025184989cb5559e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:20:34.799Z] ===================================================== [Pipeline] echo [2023-01-30T06:20:34.804Z] taggedImages: [2023-01-30T06:20:34.804Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:34.804Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-30T06:20:34.804Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.30 [2023-01-30T06:20:34.804Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:34.804Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-30T06:20:34.818Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-30T06:20:34.818Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:34.818Z] latest [2023-01-30T06:20:34.818Z] 3.0.0-dev.30 [2023-01-30T06:20:34.818Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:34.818Z] main [2023-01-30T06:20:34.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:35.123Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:35.436Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:35.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-30T06:20:35.436Z] 03523cc46d72: Preparing [2023-01-30T06:20:35.436Z] 657e61410d13: Preparing [2023-01-30T06:20:35.436Z] e69e08f32167: Preparing [2023-01-30T06:20:35.436Z] 04faf86abb33: Preparing [2023-01-30T06:20:35.436Z] 2842dd960dfb: Preparing [2023-01-30T06:20:35.436Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:35.436Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:35.436Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:35.436Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:35.436Z] 657e61410d13: Pushed [2023-01-30T06:20:35.436Z] e69e08f32167: Pushed [2023-01-30T06:20:43.573Z] 04faf86abb33: Pushed [2023-01-30T06:20:43.573Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:87d02371755141d82203d2da0f655c5a267e45afc9deb5d7d11ca41abebe8bc3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:43.878Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:44.180Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-30T06:20:44.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-30T06:20:44.180Z] 03523cc46d72: Preparing [2023-01-30T06:20:44.180Z] 657e61410d13: Preparing [2023-01-30T06:20:44.180Z] e69e08f32167: Preparing [2023-01-30T06:20:44.180Z] 04faf86abb33: Preparing [2023-01-30T06:20:44.180Z] 2842dd960dfb: Preparing [2023-01-30T06:20:44.180Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:44.180Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:44.180Z] 657e61410d13: Layer already exists [2023-01-30T06:20:44.180Z] 04faf86abb33: Layer already exists [2023-01-30T06:20:44.180Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:44.180Z] e69e08f32167: Layer already exists [2023-01-30T06:20:44.180Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:44.180Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:44.180Z] latest: digest: sha256:87d02371755141d82203d2da0f655c5a267e45afc9deb5d7d11ca41abebe8bc3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:44.484Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:44.785Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.30 [2023-01-30T06:20:44.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-30T06:20:44.785Z] 03523cc46d72: Preparing [2023-01-30T06:20:44.785Z] 657e61410d13: Preparing [2023-01-30T06:20:44.785Z] e69e08f32167: Preparing [2023-01-30T06:20:44.785Z] 04faf86abb33: Preparing [2023-01-30T06:20:44.785Z] 2842dd960dfb: Preparing [2023-01-30T06:20:44.785Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:44.785Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:44.785Z] 04faf86abb33: Layer already exists [2023-01-30T06:20:44.785Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:44.785Z] 657e61410d13: Layer already exists [2023-01-30T06:20:44.785Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:44.785Z] e69e08f32167: Layer already exists [2023-01-30T06:20:44.785Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:44.785Z] 3.0.0-dev.30: digest: sha256:87d02371755141d82203d2da0f655c5a267e45afc9deb5d7d11ca41abebe8bc3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:45.090Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:45.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:45.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-30T06:20:45.394Z] 03523cc46d72: Preparing [2023-01-30T06:20:45.394Z] 657e61410d13: Preparing [2023-01-30T06:20:45.394Z] e69e08f32167: Preparing [2023-01-30T06:20:45.394Z] 04faf86abb33: Preparing [2023-01-30T06:20:45.394Z] 2842dd960dfb: Preparing [2023-01-30T06:20:45.394Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:45.394Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:45.394Z] 04faf86abb33: Layer already exists [2023-01-30T06:20:45.394Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:45.394Z] 657e61410d13: Layer already exists [2023-01-30T06:20:45.394Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:45.394Z] e69e08f32167: Layer already exists [2023-01-30T06:20:45.394Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:45.394Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:87d02371755141d82203d2da0f655c5a267e45afc9deb5d7d11ca41abebe8bc3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:45.699Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:46.006Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-30T06:20:46.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-30T06:20:46.006Z] 03523cc46d72: Preparing [2023-01-30T06:20:46.006Z] 657e61410d13: Preparing [2023-01-30T06:20:46.006Z] e69e08f32167: Preparing [2023-01-30T06:20:46.006Z] 04faf86abb33: Preparing [2023-01-30T06:20:46.006Z] 2842dd960dfb: Preparing [2023-01-30T06:20:46.006Z] 34d5ebaa5410: Preparing [2023-01-30T06:20:46.006Z] 34d5ebaa5410: Waiting [2023-01-30T06:20:46.006Z] 2842dd960dfb: Layer already exists [2023-01-30T06:20:46.006Z] e69e08f32167: Layer already exists [2023-01-30T06:20:46.006Z] 04faf86abb33: Layer already exists [2023-01-30T06:20:46.006Z] 03523cc46d72: Layer already exists [2023-01-30T06:20:46.006Z] 657e61410d13: Layer already exists [2023-01-30T06:20:46.006Z] 34d5ebaa5410: Layer already exists [2023-01-30T06:20:46.006Z] main: digest: sha256:87d02371755141d82203d2da0f655c5a267e45afc9deb5d7d11ca41abebe8bc3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:20:46.051Z] ===================================================== [Pipeline] echo [2023-01-30T06:20:46.056Z] taggedImages: [2023-01-30T06:20:46.056Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:46.056Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-30T06:20:46.056Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.30 [2023-01-30T06:20:46.056Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:46.056Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-30T06:20:46.070Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-30T06:20:46.070Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:46.070Z] latest [2023-01-30T06:20:46.070Z] 3.0.0-dev.30 [2023-01-30T06:20:46.070Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:46.070Z] main [2023-01-30T06:20:46.070Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:46.371Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:46.675Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:46.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-30T06:20:46.675Z] b5bf8253945a: Preparing [2023-01-30T06:20:46.675Z] 2fc6699d9b5d: Preparing [2023-01-30T06:20:46.675Z] 21f19849a4ec: Preparing [2023-01-30T06:20:46.675Z] b732ac6fcd52: Preparing [2023-01-30T06:20:46.675Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:46.675Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:46.675Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:46.675Z] b5bf8253945a: Pushed [2023-01-30T06:20:46.675Z] b732ac6fcd52: Pushed [2023-01-30T06:20:49.965Z] 2fc6699d9b5d: Pushed [2023-01-30T06:20:49.965Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:bad1f3b52512c6f7e48e40f53c24239fdd5f1874a41298c6a7424bca7f29628e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:50.324Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:50.631Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-30T06:20:50.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-30T06:20:50.631Z] b5bf8253945a: Preparing [2023-01-30T06:20:50.631Z] 2fc6699d9b5d: Preparing [2023-01-30T06:20:50.631Z] 21f19849a4ec: Preparing [2023-01-30T06:20:50.631Z] b732ac6fcd52: Preparing [2023-01-30T06:20:50.631Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:50.631Z] b732ac6fcd52: Layer already exists [2023-01-30T06:20:50.631Z] b5bf8253945a: Layer already exists [2023-01-30T06:20:50.631Z] 2fc6699d9b5d: Layer already exists [2023-01-30T06:20:50.631Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:50.631Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:50.631Z] latest: digest: sha256:bad1f3b52512c6f7e48e40f53c24239fdd5f1874a41298c6a7424bca7f29628e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:50.950Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:51.256Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.30 [2023-01-30T06:20:51.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-30T06:20:51.256Z] b5bf8253945a: Preparing [2023-01-30T06:20:51.256Z] 2fc6699d9b5d: Preparing [2023-01-30T06:20:51.256Z] 21f19849a4ec: Preparing [2023-01-30T06:20:51.256Z] b732ac6fcd52: Preparing [2023-01-30T06:20:51.256Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:51.256Z] b5bf8253945a: Layer already exists [2023-01-30T06:20:51.256Z] b732ac6fcd52: Layer already exists [2023-01-30T06:20:51.256Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:51.256Z] 2fc6699d9b5d: Layer already exists [2023-01-30T06:20:51.256Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:51.256Z] 3.0.0-dev.30: digest: sha256:bad1f3b52512c6f7e48e40f53c24239fdd5f1874a41298c6a7424bca7f29628e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:51.574Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:51.956Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:51.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-30T06:20:51.956Z] b5bf8253945a: Preparing [2023-01-30T06:20:51.956Z] 2fc6699d9b5d: Preparing [2023-01-30T06:20:51.956Z] 21f19849a4ec: Preparing [2023-01-30T06:20:51.956Z] b732ac6fcd52: Preparing [2023-01-30T06:20:51.956Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:51.956Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:51.956Z] b732ac6fcd52: Layer already exists [2023-01-30T06:20:51.956Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:51.956Z] 2fc6699d9b5d: Layer already exists [2023-01-30T06:20:51.956Z] b5bf8253945a: Layer already exists [2023-01-30T06:20:51.956Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:bad1f3b52512c6f7e48e40f53c24239fdd5f1874a41298c6a7424bca7f29628e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:52.320Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:52.646Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-30T06:20:52.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-30T06:20:52.646Z] b5bf8253945a: Preparing [2023-01-30T06:20:52.646Z] 2fc6699d9b5d: Preparing [2023-01-30T06:20:52.646Z] 21f19849a4ec: Preparing [2023-01-30T06:20:52.646Z] b732ac6fcd52: Preparing [2023-01-30T06:20:52.646Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:52.646Z] b732ac6fcd52: Layer already exists [2023-01-30T06:20:52.646Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:52.646Z] 2fc6699d9b5d: Layer already exists [2023-01-30T06:20:52.646Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:52.646Z] b5bf8253945a: Layer already exists [2023-01-30T06:20:52.646Z] main: digest: sha256:bad1f3b52512c6f7e48e40f53c24239fdd5f1874a41298c6a7424bca7f29628e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:20:52.693Z] ===================================================== [Pipeline] echo [2023-01-30T06:20:52.699Z] taggedImages: [2023-01-30T06:20:52.699Z] - nexus3.edgexfoundry.org:10004/support-notifications:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:52.699Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-30T06:20:52.699Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.30 [2023-01-30T06:20:52.699Z] - nexus3.edgexfoundry.org:10004/support-notifications:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:52.699Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-30T06:20:52.714Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-30T06:20:52.714Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:52.714Z] latest [2023-01-30T06:20:52.714Z] 3.0.0-dev.30 [2023-01-30T06:20:52.714Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:52.714Z] main [2023-01-30T06:20:52.714Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:53.023Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:53.329Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:53.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-30T06:20:53.329Z] da51be92a3d6: Preparing [2023-01-30T06:20:53.329Z] 7305c7784c6c: Preparing [2023-01-30T06:20:53.329Z] 21f19849a4ec: Preparing [2023-01-30T06:20:53.329Z] e6fbbdf74582: Preparing [2023-01-30T06:20:53.329Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:53.329Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:53.329Z] e6fbbdf74582: Layer already exists [2023-01-30T06:20:53.329Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:53.329Z] da51be92a3d6: Pushed [2023-01-30T06:20:55.867Z] 7305c7784c6c: Pushed [2023-01-30T06:20:55.867Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:946a57ba2b7896b756c39bace765060593e6a3fc8267f7aa87e576a382230ece size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:56.185Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:56.500Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-30T06:20:56.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-30T06:20:56.500Z] da51be92a3d6: Preparing [2023-01-30T06:20:56.500Z] 7305c7784c6c: Preparing [2023-01-30T06:20:56.500Z] 21f19849a4ec: Preparing [2023-01-30T06:20:56.500Z] e6fbbdf74582: Preparing [2023-01-30T06:20:56.500Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:56.500Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:56.500Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:56.500Z] e6fbbdf74582: Layer already exists [2023-01-30T06:20:56.500Z] da51be92a3d6: Layer already exists [2023-01-30T06:20:56.500Z] 7305c7784c6c: Layer already exists [2023-01-30T06:20:56.500Z] latest: digest: sha256:946a57ba2b7896b756c39bace765060593e6a3fc8267f7aa87e576a382230ece size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:56.823Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:57.131Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.30 [2023-01-30T06:20:57.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-30T06:20:57.131Z] da51be92a3d6: Preparing [2023-01-30T06:20:57.131Z] 7305c7784c6c: Preparing [2023-01-30T06:20:57.131Z] 21f19849a4ec: Preparing [2023-01-30T06:20:57.131Z] e6fbbdf74582: Preparing [2023-01-30T06:20:57.131Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:57.131Z] e6fbbdf74582: Layer already exists [2023-01-30T06:20:57.131Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:57.131Z] da51be92a3d6: Layer already exists [2023-01-30T06:20:57.131Z] 7305c7784c6c: Layer already exists [2023-01-30T06:20:57.131Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:57.131Z] 3.0.0-dev.30: digest: sha256:946a57ba2b7896b756c39bace765060593e6a3fc8267f7aa87e576a382230ece size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:57.436Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:57.737Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:57.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-30T06:20:57.737Z] da51be92a3d6: Preparing [2023-01-30T06:20:57.737Z] 7305c7784c6c: Preparing [2023-01-30T06:20:57.737Z] 21f19849a4ec: Preparing [2023-01-30T06:20:57.737Z] e6fbbdf74582: Preparing [2023-01-30T06:20:57.737Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:57.737Z] e6fbbdf74582: Layer already exists [2023-01-30T06:20:57.737Z] da51be92a3d6: Layer already exists [2023-01-30T06:20:57.737Z] 7305c7784c6c: Layer already exists [2023-01-30T06:20:57.737Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:57.737Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:57.737Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:946a57ba2b7896b756c39bace765060593e6a3fc8267f7aa87e576a382230ece size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:58.044Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:20:58.359Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-30T06:20:58.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-30T06:20:58.359Z] da51be92a3d6: Preparing [2023-01-30T06:20:58.359Z] 7305c7784c6c: Preparing [2023-01-30T06:20:58.359Z] 21f19849a4ec: Preparing [2023-01-30T06:20:58.359Z] e6fbbdf74582: Preparing [2023-01-30T06:20:58.359Z] e5e13b0c77cb: Preparing [2023-01-30T06:20:58.359Z] da51be92a3d6: Layer already exists [2023-01-30T06:20:58.359Z] e6fbbdf74582: Layer already exists [2023-01-30T06:20:58.359Z] 7305c7784c6c: Layer already exists [2023-01-30T06:20:58.359Z] 21f19849a4ec: Layer already exists [2023-01-30T06:20:58.359Z] e5e13b0c77cb: Layer already exists [2023-01-30T06:20:58.359Z] main: digest: sha256:946a57ba2b7896b756c39bace765060593e6a3fc8267f7aa87e576a382230ece size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:20:58.418Z] ===================================================== [Pipeline] echo [2023-01-30T06:20:58.427Z] taggedImages: [2023-01-30T06:20:58.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:20:58.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-30T06:20:58.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.30 [2023-01-30T06:20:58.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:20:58.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-30T06:21:33.616Z] Removing intermediate container b0db469db2b1 [2023-01-30T06:21:33.616Z] ---> 26f6e5f81372 [2023-01-30T06:21:33.616Z] Step 7/24 : COPY . . [2023-01-30T06:21:37.891Z] ---> 14e1ff7a6760 [2023-01-30T06:21:37.891Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-30T06:21:37.891Z] ---> Running in 293de5fac0ea [2023-01-30T06:21:39.295Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-30T06:25:01.074Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-30T06:25:19.295Z] Removing intermediate container dc1214fd0b29 [2023-01-30T06:25:19.295Z] ---> c052587573a9 [2023-01-30T06:25:19.295Z] [2023-01-30T06:25:19.295Z] Step 9/21 : FROM alpine:3.16 [2023-01-30T06:25:19.295Z] 3.16: Pulling from library/alpine [2023-01-30T06:25:20.720Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T06:25:20.720Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T06:25:20.720Z] ---> 2b4661558fb8 [2023-01-30T06:25:20.720Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-30T06:25:20.720Z] ---> Running in 87040ddf9b06 [2023-01-30T06:25:22.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:25:22.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:25:24.373Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-30T06:25:24.373Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-30T06:25:24.373Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-30T06:25:24.373Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-30T06:25:24.373Z] (5/6) Installing curl (7.83.1-r5) [2023-01-30T06:25:24.373Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-30T06:25:24.373Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:25:24.639Z] Executing ca-certificates-20220614-r0.trigger [2023-01-30T06:25:24.906Z] OK: 8 MiB in 20 packages [2023-01-30T06:25:27.491Z] Removing intermediate container 87040ddf9b06 [2023-01-30T06:25:27.491Z] ---> 121702501582 [2023-01-30T06:25:27.491Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-30T06:25:27.491Z] ---> Running in a2a9ff1572b5 [2023-01-30T06:25:27.757Z] Removing intermediate container a2a9ff1572b5 [2023-01-30T06:25:27.757Z] ---> 9441c21f9e3b [2023-01-30T06:25:27.757Z] Step 12/21 : WORKDIR /edgex [2023-01-30T06:25:28.023Z] ---> Running in ff6b446f80ed [2023-01-30T06:25:28.606Z] Removing intermediate container ff6b446f80ed [2023-01-30T06:25:28.606Z] ---> d24d9a22b4ca [2023-01-30T06:25:28.606Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-30T06:25:29.572Z] ---> 1668d93f7e80 [2023-01-30T06:25:29.572Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-30T06:25:31.535Z] ---> 993e43d3ea34 [2023-01-30T06:25:31.535Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-30T06:25:32.937Z] ---> 4178167ed89b [2023-01-30T06:25:32.937Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-30T06:25:33.527Z] ---> 0849b683f191 [2023-01-30T06:25:33.527Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-30T06:25:33.793Z] ---> Running in a332a3feb1c1 [2023-01-30T06:25:37.144Z] Removing intermediate container a332a3feb1c1 [2023-01-30T06:25:37.144Z] ---> f3493373035f [2023-01-30T06:25:37.144Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-30T06:25:37.144Z] ---> Running in 6964b68e4e01 [2023-01-30T06:25:37.410Z] Removing intermediate container 6964b68e4e01 [2023-01-30T06:25:37.410Z] ---> defe81d6db71 [2023-01-30T06:25:37.410Z] Step 19/21 : LABEL arch=arm64 [2023-01-30T06:25:37.678Z] ---> Running in ee0ea88c0622 [2023-01-30T06:25:37.944Z] Removing intermediate container ee0ea88c0622 [2023-01-30T06:25:37.944Z] ---> 995b7e0b91da [2023-01-30T06:25:37.944Z] Step 20/21 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:25:38.211Z] ---> Running in 683edeac1e74 [2023-01-30T06:25:38.795Z] Removing intermediate container 683edeac1e74 [2023-01-30T06:25:38.795Z] ---> e6de5e924a9f [2023-01-30T06:25:38.795Z] Step 21/21 : LABEL version=3.0.0-dev.30 [2023-01-30T06:25:38.795Z] ---> Running in 4f61c692d91d [2023-01-30T06:25:39.377Z] Removing intermediate container 4f61c692d91d [2023-01-30T06:25:39.377Z] ---> 45e9b3b04425 [2023-01-30T06:25:39.377Z] [2023-01-30T06:25:39.377Z] Successfully built 45e9b3b04425 [2023-01-30T06:25:39.377Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-30T06:25:39.377Z]  Building security-proxy-setup ... done Building support-notifications [2023-01-30T06:25:42.712Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:25:42.712Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:25:42.712Z] ---> 3489f21d9990 [2023-01-30T06:25:42.712Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:25:42.712Z] ---> Using cache [2023-01-30T06:25:42.712Z] ---> 4d1c05db5d05 [2023-01-30T06:25:42.712Z] Step 4/22 : WORKDIR /edgex-go [2023-01-30T06:25:42.712Z] ---> Using cache [2023-01-30T06:25:42.712Z] ---> 9a73e513df41 [2023-01-30T06:25:42.712Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-30T06:25:42.712Z] ---> Running in fb3634817575 [2023-01-30T06:25:44.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:25:44.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:25:46.864Z] OK: 221 MiB in 51 packages [2023-01-30T06:25:50.198Z] Removing intermediate container fb3634817575 [2023-01-30T06:25:50.198Z] ---> ec8427a86010 [2023-01-30T06:25:50.198Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-30T06:25:52.136Z] ---> 148be0617e0b [2023-01-30T06:25:52.136Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:25:52.136Z] ---> Running in c49ec9194a91 [2023-01-30T06:25:53.542Z] Removing intermediate container 21dcf7197478 [2023-01-30T06:25:53.542Z] ---> 2d900840994e [2023-01-30T06:25:53.542Z] [2023-01-30T06:25:53.542Z] Step 10/22 : FROM alpine:3.16 [2023-01-30T06:25:53.542Z] ---> 2b4661558fb8 [2023-01-30T06:25:53.542Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-30T06:25:53.542Z] ---> Running in 81bfd161595b [2023-01-30T06:25:54.501Z] Removing intermediate container 81bfd161595b [2023-01-30T06:25:54.501Z] ---> 88646101baa5 [2023-01-30T06:25:54.501Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:25:54.501Z] ---> Running in 5848778650fb [2023-01-30T06:25:56.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:25:56.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:25:58.149Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T06:25:58.149Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:25:58.149Z] OK: 5 MiB in 15 packages [2023-01-30T06:26:00.097Z] Removing intermediate container 5848778650fb [2023-01-30T06:26:00.097Z] ---> c9b02d006209 [2023-01-30T06:26:00.097Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:26:01.062Z] ---> dfe9bd900060 [2023-01-30T06:26:01.062Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-30T06:26:03.014Z] ---> 516796c3364b [2023-01-30T06:26:03.014Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-30T06:26:03.994Z] ---> 287bbe978446 [2023-01-30T06:26:03.994Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-30T06:26:04.952Z] ---> b6d543db8b6a [2023-01-30T06:26:04.952Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-30T06:26:04.952Z] ---> Running in 8ad904452af0 [2023-01-30T06:26:08.290Z] Removing intermediate container 8ad904452af0 [2023-01-30T06:26:08.290Z] ---> a9c325965f97 [2023-01-30T06:26:08.290Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-30T06:26:08.290Z] ---> Running in ef255aa9de97 [2023-01-30T06:26:08.567Z] Removing intermediate container ef255aa9de97 [2023-01-30T06:26:08.567Z] ---> eb645f67ff57 [2023-01-30T06:26:08.567Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-30T06:26:08.567Z] ---> Running in 0559d80b4443 [2023-01-30T06:26:09.152Z] Removing intermediate container 0559d80b4443 [2023-01-30T06:26:09.152Z] ---> 6a1cc6e80612 [2023-01-30T06:26:09.152Z] Step 20/22 : LABEL arch=arm64 [2023-01-30T06:26:09.425Z] ---> Running in 97b4f1328156 [2023-01-30T06:26:10.005Z] Removing intermediate container 97b4f1328156 [2023-01-30T06:26:10.005Z] ---> 92b21a39811b [2023-01-30T06:26:10.005Z] Step 21/22 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:26:10.005Z] ---> Running in 131334cb9da6 [2023-01-30T06:26:10.597Z] Removing intermediate container 131334cb9da6 [2023-01-30T06:26:10.597Z] ---> ded3a7e4069f [2023-01-30T06:26:10.597Z] Step 22/22 : LABEL version=3.0.0-dev.30 [2023-01-30T06:26:10.597Z] ---> Running in f5b7fcdc6c31 [2023-01-30T06:26:11.194Z] Removing intermediate container f5b7fcdc6c31 [2023-01-30T06:26:11.194Z] ---> 4729b5634324 [2023-01-30T06:26:11.194Z] [2023-01-30T06:26:11.465Z] Successfully built 4729b5634324 [2023-01-30T06:26:11.465Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-01-30T06:26:11.465Z] Building security-spiffe-token-provider [2023-01-30T06:26:15.707Z]  Building core-common-config-bootstrapper ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:26:15.707Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:26:15.707Z] ---> 3489f21d9990 [2023-01-30T06:26:15.707Z] Step 3/19 : WORKDIR /edgex-go [2023-01-30T06:26:15.707Z] ---> Using cache [2023-01-30T06:26:15.707Z] ---> 370e46729ffd [2023-01-30T06:26:15.707Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-30T06:26:16.288Z] ---> Running in 255e8108ae3d [2023-01-30T06:26:18.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:26:18.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:26:20.263Z] v3.16.3-149-gdf7e38bd02 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-30T06:26:20.263Z] v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-30T06:26:20.263Z] OK: 16901 distinct packages available [2023-01-30T06:26:20.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:26:21.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:26:22.066Z] Removing intermediate container ede554be9710 [2023-01-30T06:26:22.066Z] ---> 1908def16e7d [2023-01-30T06:26:22.066Z] [2023-01-30T06:26:22.066Z] Step 10/24 : FROM alpine:3.16 [2023-01-30T06:26:22.066Z] ---> 2b4661558fb8 [2023-01-30T06:26:22.066Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:26:22.066Z] ---> Running in 513a4abbe86e [2023-01-30T06:26:22.646Z] OK: 221 MiB in 51 packages [2023-01-30T06:26:24.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:26:24.592Z] Removing intermediate container 255e8108ae3d [2023-01-30T06:26:24.592Z] ---> c53cfc120fdd [2023-01-30T06:26:24.592Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-30T06:26:24.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:26:25.443Z] ---> 3579d074e8c1 [2023-01-30T06:26:25.443Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:26:25.443Z] ---> Running in d69a85772ee1 [2023-01-30T06:26:26.404Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T06:26:26.404Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:26:26.670Z] OK: 5 MiB in 15 packages [2023-01-30T06:26:28.092Z] Removing intermediate container 513a4abbe86e [2023-01-30T06:26:28.092Z] ---> 59ebacf4fccb [2023-01-30T06:26:28.092Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-30T06:26:28.364Z] ---> Running in 218ae9392537 [2023-01-30T06:26:28.952Z] Removing intermediate container 218ae9392537 [2023-01-30T06:26:28.952Z] ---> e7046bf149e7 [2023-01-30T06:26:28.952Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-30T06:26:28.952Z] ---> Running in 30ce7da85bb2 [2023-01-30T06:26:29.529Z] Removing intermediate container 30ce7da85bb2 [2023-01-30T06:26:29.529Z] ---> 860a67e70c1f [2023-01-30T06:26:29.530Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-30T06:26:29.530Z] ---> Running in 9cac2aaaef71 [2023-01-30T06:26:30.109Z] Removing intermediate container 9cac2aaaef71 [2023-01-30T06:26:30.109Z] ---> c3c91679ae6f [2023-01-30T06:26:30.109Z] Step 15/24 : WORKDIR / [2023-01-30T06:26:30.109Z] ---> Running in d882b2ea4381 [2023-01-30T06:26:30.695Z] Removing intermediate container d882b2ea4381 [2023-01-30T06:26:30.695Z] ---> abd0823046d0 [2023-01-30T06:26:30.695Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:26:31.685Z] ---> 09050940a958 [2023-01-30T06:26:31.685Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-30T06:26:33.639Z] ---> bce02559780e [2023-01-30T06:26:33.639Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-30T06:26:34.222Z] ---> 14e33e5b4901 [2023-01-30T06:26:34.222Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-30T06:26:35.193Z] ---> 0533dd3c70c2 [2023-01-30T06:26:35.193Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-30T06:26:35.459Z] ---> Running in bd62ce11cc00 [2023-01-30T06:26:36.043Z] Removing intermediate container bd62ce11cc00 [2023-01-30T06:26:36.043Z] ---> 6f6374fec56d [2023-01-30T06:26:36.043Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:26:36.043Z] ---> Running in 6dbb0bcac1b7 [2023-01-30T06:26:36.632Z] Removing intermediate container 6dbb0bcac1b7 [2023-01-30T06:26:36.632Z] ---> 0e79c867e8e6 [2023-01-30T06:26:36.632Z] Step 22/24 : LABEL arch=arm64 [2023-01-30T06:26:36.632Z] ---> Running in 0667230db8f8 [2023-01-30T06:26:37.232Z] Removing intermediate container 0667230db8f8 [2023-01-30T06:26:37.233Z] ---> 4501dabf2b09 [2023-01-30T06:26:37.233Z] Step 23/24 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:26:37.501Z] ---> Running in 1a8734494a60 [2023-01-30T06:26:38.089Z] Removing intermediate container 1a8734494a60 [2023-01-30T06:26:38.089Z] ---> 179e9919b8f5 [2023-01-30T06:26:38.089Z] Step 24/24 : LABEL version=3.0.0-dev.30 [2023-01-30T06:26:38.089Z] ---> Running in c9c12da43675 [2023-01-30T06:26:38.673Z] Removing intermediate container c9c12da43675 [2023-01-30T06:26:38.673Z] ---> d650e41b6c12 [2023-01-30T06:26:38.673Z] [2023-01-30T06:26:38.673Z] Successfully built d650e41b6c12 [2023-01-30T06:26:38.673Z] Successfully tagged core-metadata-arm64:latest [2023-01-30T06:26:38.673Z]  Building core-metadata ... done Building security-spire-server [2023-01-30T06:26:42.265Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:26:42.265Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:26:42.265Z] ---> 3489f21d9990 [2023-01-30T06:26:42.265Z] Step 3/23 : WORKDIR /edgex-go [2023-01-30T06:26:42.265Z] ---> Using cache [2023-01-30T06:26:42.265Z] ---> 370e46729ffd [2023-01-30T06:26:42.265Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-30T06:26:42.265Z] ---> Using cache [2023-01-30T06:26:42.265Z] ---> 9712dbaef4e8 [2023-01-30T06:26:42.265Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-30T06:26:42.265Z] ---> Using cache [2023-01-30T06:26:42.265Z] ---> ea66515e24af [2023-01-30T06:26:42.265Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:26:42.265Z] ---> Using cache [2023-01-30T06:26:42.265Z] ---> f857432261af [2023-01-30T06:26:42.265Z] Step 7/23 : COPY . . [2023-01-30T06:26:42.561Z] ---> Using cache [2023-01-30T06:26:42.561Z] ---> 3b931621fd8c [2023-01-30T06:26:42.561Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-30T06:26:42.561Z] ---> Using cache [2023-01-30T06:26:42.561Z] ---> 79e1dec5393e [2023-01-30T06:26:42.561Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-30T06:26:42.561Z] ---> Using cache [2023-01-30T06:26:42.561Z] ---> 7d9a36263dba [2023-01-30T06:26:42.561Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-30T06:26:42.835Z] ---> Running in 6aa97e7c4f90 [2023-01-30T06:26:46.193Z] Removing intermediate container 6aa97e7c4f90 [2023-01-30T06:26:46.193Z] ---> 7411816639e2 [2023-01-30T06:26:46.193Z] Step 11/23 : WORKDIR /edgex-go [2023-01-30T06:26:46.460Z] ---> Running in da2f535a0adb [2023-01-30T06:26:47.043Z] Removing intermediate container da2f535a0adb [2023-01-30T06:26:47.043Z] ---> a7b3773db633 [2023-01-30T06:26:47.043Z] [2023-01-30T06:26:47.043Z] Step 12/23 : FROM alpine:3.15 [2023-01-30T06:26:47.043Z] ---> 8aa73fd46299 [2023-01-30T06:26:47.043Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:26:47.043Z] ---> Using cache [2023-01-30T06:26:47.043Z] ---> 503d0995ba6a [2023-01-30T06:26:47.043Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-30T06:26:47.043Z] ---> Using cache [2023-01-30T06:26:47.043Z] ---> d2436ccb2986 [2023-01-30T06:26:47.043Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-30T06:26:55.239Z] ---> 397ce79a7212 [2023-01-30T06:26:55.239Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-30T06:26:56.208Z] ---> 1851ad91894a [2023-01-30T06:26:56.208Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-30T06:26:57.611Z] ---> 8e4324b62c09 [2023-01-30T06:26:57.611Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-30T06:26:59.552Z] ---> c6f4301713aa [2023-01-30T06:26:59.552Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-30T06:26:59.552Z] ---> Running in fc04b83145f5 [2023-01-30T06:27:00.509Z] Removing intermediate container fc04b83145f5 [2023-01-30T06:27:00.509Z] ---> 785d915d1147 [2023-01-30T06:27:00.509Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-30T06:27:00.509Z] ---> Running in d6e2cb4ce34a [2023-01-30T06:27:01.472Z] Removing intermediate container d6e2cb4ce34a [2023-01-30T06:27:01.472Z] ---> 1c15af4168a7 [2023-01-30T06:27:01.472Z] Step 21/23 : LABEL arch=arm64 [2023-01-30T06:27:01.737Z] ---> Running in 41345ba34556 [2023-01-30T06:27:02.694Z] Removing intermediate container 41345ba34556 [2023-01-30T06:27:02.694Z] ---> 61aca892f9f1 [2023-01-30T06:27:02.694Z] Step 22/23 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:27:02.694Z] ---> Running in 97967d2ddd81 [2023-01-30T06:27:03.656Z] Removing intermediate container 97967d2ddd81 [2023-01-30T06:27:03.656Z] ---> 931dc0551169 [2023-01-30T06:27:03.656Z] Step 23/23 : LABEL version=3.0.0-dev.30 [2023-01-30T06:27:03.924Z] ---> Running in 0547ae418a13 [2023-01-30T06:27:04.883Z] Removing intermediate container 0547ae418a13 [2023-01-30T06:27:04.883Z] ---> 60a34c5670da [2023-01-30T06:27:04.883Z] [2023-01-30T06:27:05.149Z] Successfully built 60a34c5670da [2023-01-30T06:27:05.149Z] Successfully tagged security-spire-server-arm64:latest [2023-01-30T06:27:05.149Z]  Building security-spire-server ... done Building security-spire-config [2023-01-30T06:27:10.486Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:27:10.486Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:27:10.486Z] ---> 3489f21d9990 [2023-01-30T06:27:10.486Z] Step 3/24 : WORKDIR /edgex-go [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> 370e46729ffd [2023-01-30T06:27:10.486Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> 9712dbaef4e8 [2023-01-30T06:27:10.486Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> ea66515e24af [2023-01-30T06:27:10.486Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> f857432261af [2023-01-30T06:27:10.486Z] Step 7/24 : COPY . . [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> 3b931621fd8c [2023-01-30T06:27:10.486Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> 79e1dec5393e [2023-01-30T06:27:10.486Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> 7d9a36263dba [2023-01-30T06:27:10.486Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> 9de3bc3bbb7d [2023-01-30T06:27:10.486Z] Step 11/24 : WORKDIR /edgex-go [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> 60b49fcfee1d [2023-01-30T06:27:10.486Z] [2023-01-30T06:27:10.486Z] Step 12/24 : FROM alpine:3.15 [2023-01-30T06:27:10.486Z] ---> 8aa73fd46299 [2023-01-30T06:27:10.486Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:27:10.486Z] ---> Using cache [2023-01-30T06:27:10.486Z] ---> 503d0995ba6a [2023-01-30T06:27:10.486Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-30T06:27:10.752Z] ---> Running in 33269acb79f9 [2023-01-30T06:27:13.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:27:13.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:27:15.008Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-30T06:27:15.008Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-30T06:27:15.008Z] OK: 15736 distinct packages available [2023-01-30T06:27:15.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:27:15.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:27:16.945Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-30T06:27:16.945Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-30T06:27:16.945Z] (3/4) Installing libucontext (1.1-r0) [2023-01-30T06:27:16.945Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-30T06:27:16.945Z] Executing busybox-1.34.1-r7.trigger [2023-01-30T06:27:16.945Z] OK: 6 MiB in 18 packages [2023-01-30T06:27:17.210Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-30T06:27:19.789Z] Removing intermediate container 33269acb79f9 [2023-01-30T06:27:19.789Z] ---> 1d840889ea40 [2023-01-30T06:27:19.789Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-30T06:27:32.103Z] ---> 2940ea6cf0be [2023-01-30T06:27:32.103Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-30T06:27:33.077Z] ---> 2923f7f84639 [2023-01-30T06:27:33.077Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-30T06:27:33.347Z] ---> Running in 1c34863ba785 [2023-01-30T06:27:34.301Z] Removing intermediate container 1c34863ba785 [2023-01-30T06:27:34.301Z] ---> 4cf5910d7e6b [2023-01-30T06:27:34.301Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-30T06:27:36.237Z] ---> 036d42fc6b14 [2023-01-30T06:27:36.237Z] Step 19/24 : WORKDIR / [2023-01-30T06:27:36.237Z] ---> Running in f87947a9708d [2023-01-30T06:27:36.821Z] Removing intermediate container f87947a9708d [2023-01-30T06:27:36.821Z] ---> f9df2ddb2442 [2023-01-30T06:27:36.821Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-30T06:27:37.086Z] ---> Running in e4d20062ceb8 [2023-01-30T06:27:37.664Z] Removing intermediate container e4d20062ceb8 [2023-01-30T06:27:37.664Z] ---> a6c1531e9f91 [2023-01-30T06:27:37.664Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-30T06:27:37.929Z] ---> Running in f52bebe36167 [2023-01-30T06:27:38.886Z] Removing intermediate container f52bebe36167 [2023-01-30T06:27:38.886Z] ---> 4561cd482f83 [2023-01-30T06:27:38.886Z] Step 22/24 : LABEL arch=arm64 [2023-01-30T06:27:39.153Z] ---> Running in 896af506d319 [2023-01-30T06:27:40.124Z] Removing intermediate container 896af506d319 [2023-01-30T06:27:40.124Z] ---> 3bb532420e06 [2023-01-30T06:27:40.124Z] Step 23/24 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:27:40.394Z] ---> Running in 10b24fa3a5da [2023-01-30T06:27:40.980Z] Removing intermediate container 293de5fac0ea [2023-01-30T06:27:40.980Z] ---> 9cb48e6049e9 [2023-01-30T06:27:40.980Z] [2023-01-30T06:27:40.980Z] Step 9/24 : FROM alpine:3.16 [2023-01-30T06:27:40.980Z] ---> 2b4661558fb8 [2023-01-30T06:27:40.980Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-30T06:27:41.254Z] Removing intermediate container 10b24fa3a5da [2023-01-30T06:27:41.254Z] ---> fe590995e65a [2023-01-30T06:27:41.254Z] Step 24/24 : LABEL version=3.0.0-dev.30 [2023-01-30T06:27:41.254Z] ---> Running in 30f28ec22344 [2023-01-30T06:27:41.521Z] ---> Running in d52cec335b34 [2023-01-30T06:27:44.109Z] Removing intermediate container d52cec335b34 [2023-01-30T06:27:44.109Z] ---> dcc27d64b85a [2023-01-30T06:27:44.109Z] [2023-01-30T06:27:44.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:27:44.109Z] Removing intermediate container c49ec9194a91 [2023-01-30T06:27:44.109Z] ---> 664da8ed8db0 [2023-01-30T06:27:44.109Z] Step 8/22 : COPY . . [2023-01-30T06:27:44.109Z] Successfully built dcc27d64b85a [2023-01-30T06:27:44.109Z] Successfully tagged security-spire-config-arm64:latest [2023-01-30T06:27:44.109Z]  Building security-spire-config ... done Building core-command [2023-01-30T06:27:44.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:27:45.788Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-30T06:27:45.788Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-30T06:27:45.788Z] (3/3) Installing su-exec (0.2-r1) [2023-01-30T06:27:45.788Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:27:45.788Z] Executing ca-certificates-20220614-r0.trigger [2023-01-30T06:27:46.054Z] OK: 6 MiB in 17 packages [2023-01-30T06:27:49.407Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:27:49.407Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:27:49.407Z] ---> 3489f21d9990 [2023-01-30T06:27:49.407Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:27:49.407Z] ---> Using cache [2023-01-30T06:27:49.407Z] ---> 4d1c05db5d05 [2023-01-30T06:27:49.407Z] Step 4/23 : WORKDIR /edgex-go [2023-01-30T06:27:49.407Z] ---> Using cache [2023-01-30T06:27:49.407Z] ---> 9a73e513df41 [2023-01-30T06:27:49.407Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-30T06:27:49.407Z] ---> Using cache [2023-01-30T06:27:49.407Z] ---> 029a788d5e17 [2023-01-30T06:27:49.407Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-30T06:27:49.407Z] ---> Using cache [2023-01-30T06:27:49.407Z] ---> 08babadb2d2d [2023-01-30T06:27:49.407Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:27:49.407Z] ---> Using cache [2023-01-30T06:27:49.407Z] ---> ca5209a97dc9 [2023-01-30T06:27:49.407Z] Step 8/23 : COPY . . [2023-01-30T06:27:49.407Z] ---> Using cache [2023-01-30T06:27:49.407Z] ---> 87dd521dff92 [2023-01-30T06:27:49.407Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-30T06:27:49.407Z] ---> 31370c9bef25 [2023-01-30T06:27:49.407Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-30T06:27:49.407Z] Removing intermediate container 30f28ec22344 [2023-01-30T06:27:49.407Z] ---> 1ba551367ddc [2023-01-30T06:27:49.407Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-30T06:27:49.673Z] ---> Running in 3a55eef0a258 [2023-01-30T06:27:49.673Z] ---> Running in cd2f441651a9 [2023-01-30T06:27:49.673Z] ---> Running in 23322b58256e [2023-01-30T06:27:50.633Z] Removing intermediate container cd2f441651a9 [2023-01-30T06:27:50.633Z] ---> 5c31681c62bd [2023-01-30T06:27:50.633Z] Step 12/24 : WORKDIR / [2023-01-30T06:27:50.901Z] ---> Running in aaaa6c9622c3 [2023-01-30T06:27:51.888Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-30T06:27:51.888Z] Removing intermediate container aaaa6c9622c3 [2023-01-30T06:27:51.888Z] ---> 47d40567c077 [2023-01-30T06:27:51.888Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-30T06:27:52.478Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-30T06:27:53.437Z] ---> 0a76b84e6257 [2023-01-30T06:27:53.437Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-30T06:27:54.840Z] ---> 08cee2828d12 [2023-01-30T06:27:54.840Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-30T06:27:57.416Z] ---> 7d457ee8540f [2023-01-30T06:27:57.416Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-30T06:27:59.358Z] ---> 520768b2689e [2023-01-30T06:27:59.358Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-30T06:28:02.698Z] ---> e17173d3eecc [2023-01-30T06:28:02.698Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-30T06:28:06.025Z] ---> 2b2b7b796016 [2023-01-30T06:28:06.025Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-30T06:28:07.430Z] ---> 76b0943487b2 [2023-01-30T06:28:07.430Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-30T06:28:07.696Z] ---> Running in 13342bf08241 [2023-01-30T06:28:11.948Z] Removing intermediate container 13342bf08241 [2023-01-30T06:28:11.948Z] ---> 2181d6031ecd [2023-01-30T06:28:11.948Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-30T06:28:11.948Z] ---> Running in 8238dbc31d9f [2023-01-30T06:28:12.918Z] Removing intermediate container 8238dbc31d9f [2023-01-30T06:28:12.919Z] ---> 177ed7987cad [2023-01-30T06:28:12.919Z] Step 22/24 : LABEL arch=arm64 [2023-01-30T06:28:12.919Z] ---> Running in 9a3450d8079a [2023-01-30T06:28:14.325Z] Removing intermediate container 9a3450d8079a [2023-01-30T06:28:14.325Z] ---> d943067d4e65 [2023-01-30T06:28:14.325Z] Step 23/24 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:28:14.325Z] ---> Running in d598ddd93e1f [2023-01-30T06:28:15.735Z] Removing intermediate container d598ddd93e1f [2023-01-30T06:28:15.735Z] ---> 6441d6bc877f [2023-01-30T06:28:15.735Z] Step 24/24 : LABEL version=3.0.0-dev.30 [2023-01-30T06:28:15.735Z] ---> Running in 972733e5640c [2023-01-30T06:28:16.313Z] Removing intermediate container 972733e5640c [2023-01-30T06:28:16.313Z] ---> b1b7a92107c9 [2023-01-30T06:28:16.314Z] [2023-01-30T06:28:16.578Z] Successfully built b1b7a92107c9 [2023-01-30T06:28:16.578Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-30T06:28:16.578Z]  Building security-secretstore-setup ... done Building security-bootstrapper [2023-01-30T06:28:20.824Z] Removing intermediate container 45fde1031a62 [2023-01-30T06:28:20.824Z] ---> fd52320cb71a [2023-01-30T06:28:20.824Z] [2023-01-30T06:28:20.824Z] Step 10/22 : FROM alpine:3.16 [2023-01-30T06:28:20.824Z] ---> 2b4661558fb8 [2023-01-30T06:28:20.824Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:28:20.824Z] ---> Using cache [2023-01-30T06:28:20.824Z] ---> 59ebacf4fccb [2023-01-30T06:28:20.824Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-30T06:28:20.824Z] ---> Using cache [2023-01-30T06:28:20.824Z] ---> e7046bf149e7 [2023-01-30T06:28:20.824Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-30T06:28:20.824Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:28:20.824Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:28:20.824Z] ---> 3489f21d9990 [2023-01-30T06:28:20.824Z] Step 3/32 : WORKDIR /edgex-go [2023-01-30T06:28:20.824Z] ---> Using cache [2023-01-30T06:28:20.824Z] ---> 370e46729ffd [2023-01-30T06:28:20.824Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-30T06:28:21.095Z] ---> Using cache [2023-01-30T06:28:21.095Z] ---> 3e5f5ef2312e [2023-01-30T06:28:21.095Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-30T06:28:21.095Z] ---> Running in e6abfb6acf3b [2023-01-30T06:28:21.095Z] ---> Using cache [2023-01-30T06:28:21.095Z] ---> cd6beaf8df66 [2023-01-30T06:28:21.095Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:28:21.095Z] ---> Using cache [2023-01-30T06:28:21.095Z] ---> 26f6e5f81372 [2023-01-30T06:28:21.361Z] Step 7/32 : COPY . . [2023-01-30T06:28:21.626Z] ---> Using cache [2023-01-30T06:28:21.626Z] ---> 14e1ff7a6760 [2023-01-30T06:28:21.626Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-30T06:28:21.891Z] ---> Running in 2805574ccf51 [2023-01-30T06:28:22.162Z] Removing intermediate container e6abfb6acf3b [2023-01-30T06:28:22.162Z] ---> 525fe69feab5 [2023-01-30T06:28:22.162Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-30T06:28:22.431Z] ---> Running in 958ecf34cf90 [2023-01-30T06:28:23.010Z] Removing intermediate container 958ecf34cf90 [2023-01-30T06:28:23.010Z] ---> ada1c5719347 [2023-01-30T06:28:23.010Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:28:23.592Z] Removing intermediate container d69a85772ee1 [2023-01-30T06:28:23.592Z] ---> 3d9d50e3174c [2023-01-30T06:28:23.592Z] Step 7/19 : COPY . . [2023-01-30T06:28:24.178Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-30T06:28:24.178Z] ---> 77397a1957c9 [2023-01-30T06:28:24.178Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-30T06:28:27.524Z] ---> 75cf36bca5cc [2023-01-30T06:28:27.524Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-30T06:28:27.524Z] ---> a25ca377ff1d [2023-01-30T06:28:27.524Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-30T06:28:27.789Z] ---> Running in df12322af86f [2023-01-30T06:28:29.193Z] ---> edacf03fef69 [2023-01-30T06:28:29.193Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-30T06:28:29.193Z] ---> Running in 6f1dc20411e1 [2023-01-30T06:28:29.781Z] Removing intermediate container 6f1dc20411e1 [2023-01-30T06:28:29.781Z] ---> fd0d5ff701b4 [2023-01-30T06:28:29.781Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:28:30.047Z] ---> Running in a1c74d9704e6 [2023-01-30T06:28:30.313Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-30T06:28:30.580Z] Removing intermediate container a1c74d9704e6 [2023-01-30T06:28:30.580Z] ---> 5eb881bed6a9 [2023-01-30T06:28:30.580Z] Step 20/22 : LABEL arch=arm64 [2023-01-30T06:28:30.851Z] ---> Running in 0034862be838 [2023-01-30T06:28:31.120Z] Removing intermediate container 0034862be838 [2023-01-30T06:28:31.120Z] ---> 7ee372220b4c [2023-01-30T06:28:31.120Z] Step 21/22 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:28:31.386Z] ---> Running in bd963844d537 [2023-01-30T06:28:31.967Z] Removing intermediate container bd963844d537 [2023-01-30T06:28:31.967Z] ---> 4568246e85f4 [2023-01-30T06:28:31.967Z] Step 22/22 : LABEL version=3.0.0-dev.30 [2023-01-30T06:28:31.967Z] ---> Running in 37544e2f598d [2023-01-30T06:28:32.547Z] Removing intermediate container 37544e2f598d [2023-01-30T06:28:32.547Z] ---> fe678faeb9a4 [2023-01-30T06:28:32.547Z] [2023-01-30T06:28:32.547Z] Successfully built fe678faeb9a4 [2023-01-30T06:28:32.547Z] Successfully tagged support-scheduler-arm64:latest [2023-01-30T06:28:32.547Z]  Building support-scheduler ... done Building core-data [2023-01-30T06:28:36.789Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-30T06:28:36.789Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-30T06:28:36.789Z] ---> 3489f21d9990 [2023-01-30T06:28:36.789Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-30T06:28:36.789Z] ---> Using cache [2023-01-30T06:28:36.789Z] ---> 4d1c05db5d05 [2023-01-30T06:28:36.789Z] Step 4/22 : WORKDIR /edgex-go [2023-01-30T06:28:36.789Z] ---> Using cache [2023-01-30T06:28:36.789Z] ---> 9a73e513df41 [2023-01-30T06:28:36.789Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-30T06:28:36.789Z] ---> Using cache [2023-01-30T06:28:36.789Z] ---> 029a788d5e17 [2023-01-30T06:28:36.789Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-30T06:28:36.789Z] ---> Using cache [2023-01-30T06:28:36.789Z] ---> 08babadb2d2d [2023-01-30T06:28:36.789Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T06:28:36.789Z] ---> Using cache [2023-01-30T06:28:36.789Z] ---> ca5209a97dc9 [2023-01-30T06:28:36.789Z] Step 8/22 : COPY . . [2023-01-30T06:28:36.789Z] ---> Using cache [2023-01-30T06:28:36.789Z] ---> 87dd521dff92 [2023-01-30T06:28:36.789Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-30T06:28:36.789Z] ---> Running in e0ea081d7efe [2023-01-30T06:28:38.726Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.30" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-30T06:34:15.581Z] Removing intermediate container 3a55eef0a258 [2023-01-30T06:34:15.581Z] ---> 0a35f2dbbc5b [2023-01-30T06:34:15.581Z] [2023-01-30T06:34:15.581Z] Step 10/23 : FROM alpine:3.16 [2023-01-30T06:34:15.581Z] ---> 2b4661558fb8 [2023-01-30T06:34:15.581Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:34:15.581Z] ---> Using cache [2023-01-30T06:34:15.581Z] ---> 59ebacf4fccb [2023-01-30T06:34:15.581Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-30T06:34:15.581Z] ---> Using cache [2023-01-30T06:34:15.581Z] ---> e7046bf149e7 [2023-01-30T06:34:15.581Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-30T06:34:15.581Z] ---> Running in 3b0efade2d3d [2023-01-30T06:34:15.581Z] Removing intermediate container 3b0efade2d3d [2023-01-30T06:34:15.581Z] ---> 6921bc2260cc [2023-01-30T06:34:15.581Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-30T06:34:15.581Z] ---> Running in 19d82997ed05 [2023-01-30T06:34:15.581Z] Removing intermediate container 19d82997ed05 [2023-01-30T06:34:15.581Z] ---> 42997856bf8f [2023-01-30T06:34:15.581Z] Step 15/23 : WORKDIR / [2023-01-30T06:34:15.581Z] ---> Running in 2d6f8ca117d9 [2023-01-30T06:34:15.581Z] Removing intermediate container 2d6f8ca117d9 [2023-01-30T06:34:15.581Z] ---> 892d9d247a15 [2023-01-30T06:34:15.581Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:34:15.581Z] ---> c82c16ed581a [2023-01-30T06:34:15.581Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-30T06:34:15.581Z] ---> 3518a64bfd1b [2023-01-30T06:34:15.581Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-30T06:34:15.581Z] ---> e9cd023629af [2023-01-30T06:34:15.581Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-30T06:34:15.581Z] ---> Running in 758943472ef8 [2023-01-30T06:34:15.581Z] Removing intermediate container 758943472ef8 [2023-01-30T06:34:15.581Z] ---> 68180e1c8601 [2023-01-30T06:34:15.581Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:34:15.582Z] ---> Running in dada591fcae8 [2023-01-30T06:34:15.582Z] Removing intermediate container dada591fcae8 [2023-01-30T06:34:15.582Z] ---> c85dd4e010ff [2023-01-30T06:34:15.582Z] Step 21/23 : LABEL arch=arm64 [2023-01-30T06:34:15.582Z] ---> Running in 119b22b09730 [2023-01-30T06:34:15.582Z] Removing intermediate container 119b22b09730 [2023-01-30T06:34:15.582Z] ---> 33c101dca2d6 [2023-01-30T06:34:15.582Z] Step 22/23 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:34:15.582Z] ---> Running in 6bbc8948617d [2023-01-30T06:34:15.582Z] Removing intermediate container 6bbc8948617d [2023-01-30T06:34:15.582Z] ---> ff47e79004b3 [2023-01-30T06:34:15.582Z] Step 23/23 : LABEL version=3.0.0-dev.30 [2023-01-30T06:34:16.986Z] ---> Running in a9ee1eb5d6ae [2023-01-30T06:34:17.566Z] Removing intermediate container a9ee1eb5d6ae [2023-01-30T06:34:17.566Z] ---> c97b22fb0073 [2023-01-30T06:34:17.566Z] [2023-01-30T06:34:17.566Z] Successfully built c97b22fb0073 [2023-01-30T06:34:17.566Z] Successfully tagged core-command-arm64:latest [2023-01-30T06:34:35.924Z]  Building core-command ... done Removing intermediate container 2805574ccf51 [2023-01-30T06:34:35.924Z] ---> a8fcd04f115f [2023-01-30T06:34:35.924Z] [2023-01-30T06:34:35.924Z] Step 9/32 : FROM alpine:3.16 [2023-01-30T06:34:35.924Z] ---> 2b4661558fb8 [2023-01-30T06:34:35.924Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:34:35.924Z] ---> Running in 104b13ae32cf [2023-01-30T06:34:35.924Z] Removing intermediate container 104b13ae32cf [2023-01-30T06:34:35.924Z] ---> ceaf9f2a0821 [2023-01-30T06:34:35.924Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-30T06:34:35.924Z] ---> Running in a839c72dbe40 [2023-01-30T06:34:37.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:34:37.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:34:38.698Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-30T06:34:38.698Z] (2/2) Installing su-exec (0.2-r1) [2023-01-30T06:34:38.698Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:34:38.698Z] OK: 5 MiB in 16 packages [2023-01-30T06:34:40.118Z] Removing intermediate container a839c72dbe40 [2023-01-30T06:34:40.118Z] ---> a06adbf3d157 [2023-01-30T06:34:40.118Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-30T06:34:40.395Z] ---> Running in b554684664a3 [2023-01-30T06:34:43.724Z] Removing intermediate container b554684664a3 [2023-01-30T06:34:43.724Z] ---> 00f3b0307d44 [2023-01-30T06:34:43.724Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-30T06:34:43.724Z] ---> Running in 0352cec3e5ee [2023-01-30T06:34:44.304Z] Removing intermediate container 0352cec3e5ee [2023-01-30T06:34:44.304Z] ---> 55f9f9c3972a [2023-01-30T06:34:44.304Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-30T06:34:44.304Z] ---> Running in 907a86837ce9 [2023-01-30T06:34:44.885Z] Removing intermediate container 907a86837ce9 [2023-01-30T06:34:44.885Z] ---> cb4668699406 [2023-01-30T06:34:44.885Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-30T06:34:44.885Z] ---> Running in 72767a484fea [2023-01-30T06:34:45.469Z] Removing intermediate container 72767a484fea [2023-01-30T06:34:45.469Z] ---> e23b670ce80a [2023-01-30T06:34:45.469Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-30T06:34:45.469Z] ---> Running in 9af1f0ffd1fa [2023-01-30T06:34:48.817Z] Removing intermediate container 9af1f0ffd1fa [2023-01-30T06:34:48.817Z] ---> 85d988429b91 [2023-01-30T06:34:48.817Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-30T06:34:48.817Z] ---> Running in 7400769d30c3 [2023-01-30T06:34:48.817Z] Removing intermediate container 7400769d30c3 [2023-01-30T06:34:48.817Z] ---> 88c2b1792998 [2023-01-30T06:34:48.817Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-30T06:34:49.778Z] ---> 7c6a311bb744 [2023-01-30T06:34:49.778Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-30T06:34:49.778Z] ---> Running in 011143aa7ef6 [2023-01-30T06:34:53.126Z] Removing intermediate container 011143aa7ef6 [2023-01-30T06:34:53.126Z] ---> d8ed8c589dda [2023-01-30T06:34:53.126Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:34:53.393Z] ---> 976cf1830ee1 [2023-01-30T06:34:53.393Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-30T06:34:55.340Z] ---> 72588109bca1 [2023-01-30T06:34:55.340Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-30T06:34:56.304Z] ---> 0e071db1f9e0 [2023-01-30T06:34:56.304Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-30T06:34:57.269Z] ---> adb0fcfb252b [2023-01-30T06:34:57.269Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-30T06:34:58.231Z] ---> b466fc1a7436 [2023-01-30T06:34:58.231Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-30T06:34:59.197Z] ---> 7915f60d57d2 [2023-01-30T06:34:59.197Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-30T06:34:59.778Z] ---> 04c93b621c7e [2023-01-30T06:34:59.778Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-30T06:35:00.045Z] ---> Running in efd92a562532 [2023-01-30T06:35:03.384Z] Removing intermediate container efd92a562532 [2023-01-30T06:35:03.384Z] ---> 8ba4fb52fb61 [2023-01-30T06:35:03.384Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-30T06:35:03.384Z] ---> Running in 6952b8c332b2 [2023-01-30T06:35:03.651Z] Removing intermediate container 6952b8c332b2 [2023-01-30T06:35:03.651Z] ---> fc89d815414a [2023-01-30T06:35:03.651Z] Step 29/32 : CMD ["gate"] [2023-01-30T06:35:03.924Z] ---> Running in 34d071004c04 [2023-01-30T06:35:04.505Z] Removing intermediate container 34d071004c04 [2023-01-30T06:35:04.505Z] ---> 7f2ad58c1fe6 [2023-01-30T06:35:04.505Z] Step 30/32 : LABEL arch=arm64 [2023-01-30T06:35:04.505Z] ---> Running in d0680a4fede1 [2023-01-30T06:35:05.090Z] Removing intermediate container d0680a4fede1 [2023-01-30T06:35:05.090Z] ---> 518a7b6e5b60 [2023-01-30T06:35:05.090Z] Step 31/32 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:35:05.090Z] ---> Running in f8a9b71731fb [2023-01-30T06:35:05.672Z] Removing intermediate container f8a9b71731fb [2023-01-30T06:35:05.672Z] ---> bf84f48be184 [2023-01-30T06:35:05.672Z] Step 32/32 : LABEL version=3.0.0-dev.30 [2023-01-30T06:35:05.672Z] ---> Running in c682455abc51 [2023-01-30T06:35:06.252Z] Removing intermediate container c682455abc51 [2023-01-30T06:35:06.252Z] ---> 487d2566af82 [2023-01-30T06:35:06.252Z] [2023-01-30T06:35:06.252Z] Successfully built 487d2566af82 [2023-01-30T06:35:06.252Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-30T06:35:16.322Z]  Building security-bootstrapper ... done Removing intermediate container e0ea081d7efe [2023-01-30T06:35:16.322Z] ---> 54307ab03c2b [2023-01-30T06:35:16.322Z] [2023-01-30T06:35:16.322Z] Step 10/22 : FROM alpine:3.16 [2023-01-30T06:35:16.322Z] ---> 2b4661558fb8 [2023-01-30T06:35:16.322Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-30T06:35:16.322Z] ---> Running in 31483e270edb [2023-01-30T06:35:16.322Z] Removing intermediate container 31483e270edb [2023-01-30T06:35:16.322Z] ---> 660310b4115d [2023-01-30T06:35:16.322Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-30T06:35:16.587Z] ---> Running in b828e50552bb [2023-01-30T06:35:16.854Z] Removing intermediate container b828e50552bb [2023-01-30T06:35:16.854Z] ---> d6d88fb58a8e [2023-01-30T06:35:16.854Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-30T06:35:17.120Z] ---> Running in 704c9ddf0e68 [2023-01-30T06:35:17.386Z] Removing intermediate container 704c9ddf0e68 [2023-01-30T06:35:17.386Z] ---> 5cbf6e58e371 [2023-01-30T06:35:17.386Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-30T06:35:17.653Z] ---> Running in 919986e70fd3 [2023-01-30T06:35:19.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:35:19.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:35:21.278Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T06:35:21.278Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:35:21.278Z] OK: 5 MiB in 15 packages [2023-01-30T06:35:22.687Z] Removing intermediate container 919986e70fd3 [2023-01-30T06:35:22.687Z] ---> ff288752b50a [2023-01-30T06:35:22.687Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:35:23.651Z] ---> e473b5910251 [2023-01-30T06:35:23.651Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-30T06:35:25.593Z] ---> 060cd6d09121 [2023-01-30T06:35:25.593Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-30T06:35:26.173Z] ---> f24967fddcc4 [2023-01-30T06:35:26.173Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-30T06:35:26.173Z] ---> Running in 03bee16d1bd8 [2023-01-30T06:35:26.753Z] Removing intermediate container 03bee16d1bd8 [2023-01-30T06:35:26.753Z] ---> 10e6a49f1526 [2023-01-30T06:35:26.753Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:35:26.753Z] ---> Running in 171afa2de759 [2023-01-30T06:35:27.334Z] Removing intermediate container 171afa2de759 [2023-01-30T06:35:27.334Z] ---> 3619a4339140 [2023-01-30T06:35:27.334Z] Step 20/22 : LABEL arch=arm64 [2023-01-30T06:35:27.334Z] ---> Running in 8d920eb363b0 [2023-01-30T06:35:27.915Z] Removing intermediate container 8d920eb363b0 [2023-01-30T06:35:27.915Z] ---> b50e20e4e436 [2023-01-30T06:35:27.915Z] Step 21/22 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:35:27.915Z] ---> Running in 4b967f51e859 [2023-01-30T06:35:28.498Z] Removing intermediate container 4b967f51e859 [2023-01-30T06:35:28.498Z] ---> d0111e64175b [2023-01-30T06:35:28.498Z] Step 22/22 : LABEL version=3.0.0-dev.30 [2023-01-30T06:35:28.498Z] ---> Running in 4fa113e5d732 [2023-01-30T06:35:29.080Z] Removing intermediate container 4fa113e5d732 [2023-01-30T06:35:29.080Z] ---> c30cff5948e7 [2023-01-30T06:35:29.080Z] [2023-01-30T06:35:29.080Z] Successfully built c30cff5948e7 [2023-01-30T06:35:29.080Z] Successfully tagged core-data-arm64:latest [2023-01-30T06:35:51.124Z]  Building core-data ... done Removing intermediate container df12322af86f [2023-01-30T06:35:51.124Z] ---> 24c8d20e9ddf [2023-01-30T06:35:51.124Z] [2023-01-30T06:35:51.124Z] Step 9/19 : FROM alpine:3.15 [2023-01-30T06:35:51.124Z] ---> 8aa73fd46299 [2023-01-30T06:35:51.125Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-30T06:35:51.125Z] ---> Using cache [2023-01-30T06:35:51.125Z] ---> 503d0995ba6a [2023-01-30T06:35:51.125Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-30T06:35:51.125Z] ---> Running in 0d5f8099cae8 [2023-01-30T06:35:51.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:35:51.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:35:51.125Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-30T06:35:51.125Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-30T06:35:51.125Z] OK: 15736 distinct packages available [2023-01-30T06:35:51.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:35:51.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:35:52.349Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-30T06:35:52.349Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-30T06:35:52.349Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-30T06:35:52.349Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-30T06:35:52.349Z] (5/9) Installing curl (7.80.0-r5) [2023-01-30T06:35:52.349Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-30T06:35:52.349Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-30T06:35:52.349Z] (8/9) Installing libucontext (1.1-r0) [2023-01-30T06:35:52.349Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-30T06:35:52.349Z] Executing busybox-1.34.1-r7.trigger [2023-01-30T06:35:52.619Z] Executing ca-certificates-20220614-r0.trigger [2023-01-30T06:35:52.619Z] OK: 8 MiB in 23 packages [2023-01-30T06:35:55.203Z] Removing intermediate container 0d5f8099cae8 [2023-01-30T06:35:55.203Z] ---> f4780377b6ff [2023-01-30T06:35:55.203Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:35:55.469Z] ---> df66d5f22426 [2023-01-30T06:35:55.469Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-30T06:35:56.429Z] Removing intermediate container 23322b58256e [2023-01-30T06:35:56.429Z] ---> 47d574f7bfa8 [2023-01-30T06:35:56.429Z] [2023-01-30T06:35:56.429Z] Step 10/22 : FROM alpine:3.16 [2023-01-30T06:35:56.429Z] ---> 2b4661558fb8 [2023-01-30T06:35:56.429Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-30T06:35:56.429Z] ---> Running in 3114ed0e30bf [2023-01-30T06:35:57.013Z] ---> 2ee5fbed81c4 [2023-01-30T06:35:57.013Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-30T06:35:57.597Z] ---> a4e67b03dc0c [2023-01-30T06:35:57.597Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-30T06:35:57.597Z] ---> Running in f809d4b053c9 [2023-01-30T06:35:57.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T06:35:57.867Z] Removing intermediate container f809d4b053c9 [2023-01-30T06:35:57.867Z] ---> d4c5fde89c0c [2023-01-30T06:35:57.867Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:35:57.867Z] ---> Running in eba1b3e04655 [2023-01-30T06:35:57.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T06:35:58.455Z] Removing intermediate container eba1b3e04655 [2023-01-30T06:35:58.455Z] ---> eaa6686b691d [2023-01-30T06:35:58.455Z] Step 17/19 : LABEL arch=arm64 [2023-01-30T06:35:58.455Z] ---> Running in 79b8f6341404 [2023-01-30T06:35:58.722Z] Removing intermediate container 79b8f6341404 [2023-01-30T06:35:58.722Z] ---> 3c703b06f70a [2023-01-30T06:35:58.722Z] Step 18/19 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:35:58.722Z] ---> Running in de7c58e8d7ef [2023-01-30T06:35:58.995Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-30T06:35:59.262Z] Removing intermediate container de7c58e8d7ef [2023-01-30T06:35:59.262Z] ---> 2f0688910e44 [2023-01-30T06:35:59.262Z] Step 19/19 : LABEL version=3.0.0-dev.30 [2023-01-30T06:35:59.262Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-30T06:35:59.262Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T06:35:59.262Z] ---> Running in 56a45453fb8e [2023-01-30T06:35:59.262Z] Executing ca-certificates-20220614-r0.trigger [2023-01-30T06:35:59.530Z] OK: 6 MiB in 16 packages [2023-01-30T06:35:59.530Z] Removing intermediate container 56a45453fb8e [2023-01-30T06:35:59.530Z] ---> fef11271d701 [2023-01-30T06:35:59.530Z] [2023-01-30T06:35:59.798Z] Successfully built fef11271d701 [2023-01-30T06:35:59.798Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-30T06:36:00.758Z]  Building security-spiffe-token-provider ... done Removing intermediate container 3114ed0e30bf [2023-01-30T06:36:00.758Z] ---> 12f7b4825c7f [2023-01-30T06:36:00.758Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-30T06:36:00.758Z] ---> Running in 2c785c9b634b [2023-01-30T06:36:01.025Z] Removing intermediate container 2c785c9b634b [2023-01-30T06:36:01.025Z] ---> 81988850ccad [2023-01-30T06:36:01.025Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-30T06:36:01.025Z] ---> Running in 011ca4d1ef8f [2023-01-30T06:36:01.293Z] Removing intermediate container 011ca4d1ef8f [2023-01-30T06:36:01.293Z] ---> b1c33c779e9d [2023-01-30T06:36:01.293Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-30T06:36:01.561Z] ---> Running in 7aa6766f2b09 [2023-01-30T06:36:01.830Z] Removing intermediate container 7aa6766f2b09 [2023-01-30T06:36:01.830Z] ---> 3e3b071cd7d0 [2023-01-30T06:36:01.830Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-30T06:36:02.415Z] ---> 48d35cdc4232 [2023-01-30T06:36:02.415Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-30T06:36:03.822Z] ---> 68cc5aea555f [2023-01-30T06:36:03.822Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-30T06:36:04.088Z] ---> a7babcfacff9 [2023-01-30T06:36:04.088Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-30T06:36:04.356Z] ---> Running in 3521954de3ab [2023-01-30T06:36:04.623Z] Removing intermediate container 3521954de3ab [2023-01-30T06:36:04.623Z] ---> e7260eff1074 [2023-01-30T06:36:04.623Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T06:36:04.623Z] ---> Running in 6339cd6e67b1 [2023-01-30T06:36:04.888Z] Removing intermediate container 6339cd6e67b1 [2023-01-30T06:36:04.888Z] ---> 3cce4240d5f0 [2023-01-30T06:36:04.888Z] Step 20/22 : LABEL arch=arm64 [2023-01-30T06:36:04.888Z] ---> Running in 0e6d11b2c0f1 [2023-01-30T06:36:05.155Z] Removing intermediate container 0e6d11b2c0f1 [2023-01-30T06:36:05.155Z] ---> 77c752b2d9f9 [2023-01-30T06:36:05.155Z] Step 21/22 : LABEL git_sha=5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:05.421Z] ---> Running in bdaa308aeaf8 [2023-01-30T06:36:05.688Z] Removing intermediate container bdaa308aeaf8 [2023-01-30T06:36:05.688Z] ---> 071e71dafaf3 [2023-01-30T06:36:05.688Z] Step 22/22 : LABEL version=3.0.0-dev.30 [2023-01-30T06:36:05.688Z] ---> Running in fe3359e38152 [2023-01-30T06:36:05.952Z] Removing intermediate container fe3359e38152 [2023-01-30T06:36:05.952Z] ---> c9e4b58ba415 [2023-01-30T06:36:05.952Z] [2023-01-30T06:36:05.952Z] Successfully built c9e4b58ba415 [2023-01-30T06:36:05.952Z] Successfully tagged support-notifications-arm64:latest [2023-01-30T06:36:06.227Z]  Building support-notifications ... done  [Pipeline] } [2023-01-30T06:36:06.190Z] $ docker stop --time=1 6d8dec8ce593e6d4765fcb6562d9c178ef72664f750093c73f1f2abd7f591bba [2023-01-30T06:36:07.821Z] $ docker rm -f --volumes 6d8dec8ce593e6d4765fcb6562d9c178ef72664f750093c73f1f2abd7f591bba [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T06:36:08.323Z] + docker images [2023-01-30T06:36:08.590Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-30T06:36:08.590Z] support-notifications-arm64 latest c9e4b58ba415 3 seconds ago 29.6MB [2023-01-30T06:36:08.590Z] security-spiffe-token-provider-arm64 latest fef11271d701 9 seconds ago 28.9MB [2023-01-30T06:36:08.590Z] 47d574f7bfa8 13 seconds ago 1.41GB [2023-01-30T06:36:08.590Z] 24c8d20e9ddf 21 seconds ago 1.37GB [2023-01-30T06:36:08.590Z] core-data-arm64 latest c30cff5948e7 40 seconds ago 17.2MB [2023-01-30T06:36:08.590Z] 54307ab03c2b 54 seconds ago 1.35GB [2023-01-30T06:36:08.590Z] security-bootstrapper-arm64 latest 487d2566af82 About a minute ago 19.5MB [2023-01-30T06:36:08.590Z] a8fcd04f115f About a minute ago 1.33GB [2023-01-30T06:36:08.590Z] core-command-arm64 latest c97b22fb0073 About a minute ago 17MB [2023-01-30T06:36:08.590Z] 0a35f2dbbc5b 2 minutes ago 1.34GB [2023-01-30T06:36:08.590Z] support-scheduler-arm64 latest fe678faeb9a4 7 minutes ago 29MB [2023-01-30T06:36:08.590Z] fd52320cb71a 7 minutes ago 1.4GB [2023-01-30T06:36:08.590Z] security-secretstore-setup-arm64 latest b1b7a92107c9 7 minutes ago 28.7MB [2023-01-30T06:36:08.590Z] security-spire-config-arm64 latest dcc27d64b85a 8 minutes ago 83.6MB [2023-01-30T06:36:08.590Z] 9cb48e6049e9 8 minutes ago 1.33GB [2023-01-30T06:36:08.590Z] security-spire-server-arm64 latest 60a34c5670da 9 minutes ago 84.3MB [2023-01-30T06:36:08.590Z] a7b3773db633 9 minutes ago 1.21GB [2023-01-30T06:36:08.590Z] core-metadata-arm64 latest d650e41b6c12 9 minutes ago 17.8MB [2023-01-30T06:36:08.590Z] 1908def16e7d 9 minutes ago 1.35GB [2023-01-30T06:36:08.590Z] core-common-config-bootstrapper-arm64 latest 4729b5634324 9 minutes ago 14.9MB [2023-01-30T06:36:08.590Z] 2d900840994e 10 minutes ago 1.34GB [2023-01-30T06:36:08.590Z] security-proxy-setup-arm64 latest 45e9b3b04425 10 minutes ago 26.8MB [2023-01-30T06:36:08.590Z] c052587573a9 10 minutes ago 1.33GB [2023-01-30T06:36:08.590Z] security-spire-agent-arm64 latest 3753fe3218e0 16 minutes ago 122MB [2023-01-30T06:36:08.590Z] 60b49fcfee1d 17 minutes ago 1.21GB [2023-01-30T06:36:08.590Z] ci-base-image-arm64 latest 3489f21d9990 19 minutes ago 905MB [2023-01-30T06:36:08.590Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-30T06:36:08.590Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-30T06:36:08.590Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-30T06:36:08.590Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T06:36:08.678Z] provisioning config files... [2023-01-30T06:36:08.691Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/388@tmp/config16284063065950073046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:36:09.017Z] ---> docker-login.sh [2023-01-30T06:36:09.017Z] nexus3.edgexfoundry.org:10001 [2023-01-30T06:36:09.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:36:09.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:36:09.284Z] Configure a credential helper to remove this warning. See [2023-01-30T06:36:09.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:36:09.284Z] [2023-01-30T06:36:09.284Z] Login Succeeded [2023-01-30T06:36:09.284Z] nexus3.edgexfoundry.org:10002 [2023-01-30T06:36:09.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:36:09.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:36:09.816Z] Configure a credential helper to remove this warning. See [2023-01-30T06:36:09.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:36:09.816Z] [2023-01-30T06:36:09.816Z] Login Succeeded [2023-01-30T06:36:09.816Z] nexus3.edgexfoundry.org:10003 [2023-01-30T06:36:10.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:36:10.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:36:10.082Z] Configure a credential helper to remove this warning. See [2023-01-30T06:36:10.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:36:10.082Z] [2023-01-30T06:36:10.082Z] Login Succeeded [2023-01-30T06:36:10.082Z] nexus3.edgexfoundry.org:10004 [2023-01-30T06:36:10.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:36:10.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:36:10.614Z] Configure a credential helper to remove this warning. See [2023-01-30T06:36:10.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:36:10.615Z] [2023-01-30T06:36:10.615Z] Login Succeeded [2023-01-30T06:36:10.615Z] docker.io [2023-01-30T06:36:10.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T06:36:11.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T06:36:11.144Z] Configure a credential helper to remove this warning. See [2023-01-30T06:36:11.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T06:36:11.144Z] [2023-01-30T06:36:11.144Z] Login Succeeded [2023-01-30T06:36:11.144Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T06:36:11.156Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:36:11.185Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T06:36:11.210Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-30T06:36:11.210Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:11.210Z] latest [2023-01-30T06:36:11.210Z] 3.0.0-dev.30 [2023-01-30T06:36:11.210Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:11.210Z] main [2023-01-30T06:36:11.210Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:11.558Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:11.891Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:11.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-30T06:36:11.891Z] 4d99fb39da01: Preparing [2023-01-30T06:36:11.891Z] f67b1459558c: Preparing [2023-01-30T06:36:11.891Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:11.891Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:11.891Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:12.157Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:12.157Z] 5b3c8bd6b643: Pushed [2023-01-30T06:36:12.157Z] d0d7ca093e4d: Pushed [2023-01-30T06:36:12.157Z] 4d99fb39da01: Pushed [2023-01-30T06:36:15.491Z] f67b1459558c: Pushed [2023-01-30T06:36:15.492Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:6d29d9b47564793d8d480a4f93875786772f73b1eb250ff584e5af7fc38c6c1d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:15.823Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:16.151Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-30T06:36:16.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-30T06:36:16.151Z] 4d99fb39da01: Preparing [2023-01-30T06:36:16.151Z] f67b1459558c: Preparing [2023-01-30T06:36:16.151Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:16.151Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:16.151Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:16.151Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:16.151Z] 4d99fb39da01: Layer already exists [2023-01-30T06:36:16.151Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:16.151Z] f67b1459558c: Layer already exists [2023-01-30T06:36:16.151Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:16.151Z] latest: digest: sha256:6d29d9b47564793d8d480a4f93875786772f73b1eb250ff584e5af7fc38c6c1d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:16.744Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:17.077Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.30 [2023-01-30T06:36:17.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-30T06:36:17.077Z] 4d99fb39da01: Preparing [2023-01-30T06:36:17.077Z] f67b1459558c: Preparing [2023-01-30T06:36:17.077Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:17.077Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:17.077Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:17.077Z] 4d99fb39da01: Layer already exists [2023-01-30T06:36:17.077Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:17.077Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:17.077Z] f67b1459558c: Layer already exists [2023-01-30T06:36:17.077Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:17.077Z] 3.0.0-dev.30: digest: sha256:6d29d9b47564793d8d480a4f93875786772f73b1eb250ff584e5af7fc38c6c1d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:17.407Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:17.737Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:17.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-30T06:36:17.737Z] 4d99fb39da01: Preparing [2023-01-30T06:36:17.737Z] f67b1459558c: Preparing [2023-01-30T06:36:17.737Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:17.737Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:17.737Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:17.737Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:17.737Z] f67b1459558c: Layer already exists [2023-01-30T06:36:17.737Z] 4d99fb39da01: Layer already exists [2023-01-30T06:36:17.737Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:17.737Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:17.737Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:6d29d9b47564793d8d480a4f93875786772f73b1eb250ff584e5af7fc38c6c1d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:18.076Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:18.416Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-30T06:36:18.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-30T06:36:18.416Z] 4d99fb39da01: Preparing [2023-01-30T06:36:18.416Z] f67b1459558c: Preparing [2023-01-30T06:36:18.416Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:18.416Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:18.416Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:18.416Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:18.416Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:18.416Z] f67b1459558c: Layer already exists [2023-01-30T06:36:18.416Z] 4d99fb39da01: Layer already exists [2023-01-30T06:36:18.416Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:18.683Z] main: digest: sha256:6d29d9b47564793d8d480a4f93875786772f73b1eb250ff584e5af7fc38c6c1d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:36:18.723Z] ===================================================== [Pipeline] echo [2023-01-30T06:36:18.729Z] taggedImages: [2023-01-30T06:36:18.729Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:18.729Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-30T06:36:18.729Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.30 [2023-01-30T06:36:18.729Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:18.729Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-30T06:36:18.744Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-01-30T06:36:18.744Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:18.744Z] latest [2023-01-30T06:36:18.744Z] 3.0.0-dev.30 [2023-01-30T06:36:18.744Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:18.744Z] main [2023-01-30T06:36:18.744Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:19.076Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:19.412Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:19.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-30T06:36:19.412Z] e3b19aac8559: Preparing [2023-01-30T06:36:19.412Z] 7bf9d41e8460: Preparing [2023-01-30T06:36:19.412Z] df141ba0839f: Preparing [2023-01-30T06:36:19.412Z] a636b02128af: Preparing [2023-01-30T06:36:19.412Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:19.412Z] 115474bce8e1: Preparing [2023-01-30T06:36:19.412Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:19.412Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:19.412Z] 115474bce8e1: Waiting [2023-01-30T06:36:19.412Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:19.678Z] e3b19aac8559: Pushed [2023-01-30T06:36:19.678Z] 115474bce8e1: Pushed [2023-01-30T06:36:19.678Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:19.678Z] df141ba0839f: Pushed [2023-01-30T06:36:19.678Z] 7bf9d41e8460: Pushed [2023-01-30T06:36:22.250Z] a636b02128af: Pushed [2023-01-30T06:36:22.251Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:8ecd43b3227577115db7bd9fac6c1a39318f0abbf40dd38241784131e102da6f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:22.578Z] + 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-01-30T06:36:22.946Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-01-30T06:36:22.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-30T06:36:22.946Z] e3b19aac8559: Preparing [2023-01-30T06:36:22.946Z] 7bf9d41e8460: Preparing [2023-01-30T06:36:22.946Z] df141ba0839f: Preparing [2023-01-30T06:36:22.946Z] a636b02128af: Preparing [2023-01-30T06:36:22.946Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:22.946Z] 115474bce8e1: Preparing [2023-01-30T06:36:22.946Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:22.946Z] 115474bce8e1: Waiting [2023-01-30T06:36:22.946Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:22.946Z] 7bf9d41e8460: Layer already exists [2023-01-30T06:36:22.946Z] df141ba0839f: Layer already exists [2023-01-30T06:36:22.946Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:22.946Z] e3b19aac8559: Layer already exists [2023-01-30T06:36:22.946Z] a636b02128af: Layer already exists [2023-01-30T06:36:22.946Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:22.946Z] 115474bce8e1: Layer already exists [2023-01-30T06:36:23.213Z] latest: digest: sha256:8ecd43b3227577115db7bd9fac6c1a39318f0abbf40dd38241784131e102da6f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:23.562Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:23.925Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.30 [2023-01-30T06:36:23.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-30T06:36:23.925Z] e3b19aac8559: Preparing [2023-01-30T06:36:23.925Z] 7bf9d41e8460: Preparing [2023-01-30T06:36:23.925Z] df141ba0839f: Preparing [2023-01-30T06:36:23.925Z] a636b02128af: Preparing [2023-01-30T06:36:23.925Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:23.925Z] 115474bce8e1: Preparing [2023-01-30T06:36:23.925Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:23.925Z] 115474bce8e1: Waiting [2023-01-30T06:36:23.925Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:23.925Z] 7bf9d41e8460: Layer already exists [2023-01-30T06:36:23.925Z] a636b02128af: Layer already exists [2023-01-30T06:36:23.925Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:23.925Z] e3b19aac8559: Layer already exists [2023-01-30T06:36:23.925Z] df141ba0839f: Layer already exists [2023-01-30T06:36:23.925Z] 115474bce8e1: Layer already exists [2023-01-30T06:36:23.925Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:24.194Z] 3.0.0-dev.30: digest: sha256:8ecd43b3227577115db7bd9fac6c1a39318f0abbf40dd38241784131e102da6f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:24.536Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:24.885Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:24.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-30T06:36:24.885Z] e3b19aac8559: Preparing [2023-01-30T06:36:24.885Z] 7bf9d41e8460: Preparing [2023-01-30T06:36:24.885Z] df141ba0839f: Preparing [2023-01-30T06:36:24.885Z] a636b02128af: Preparing [2023-01-30T06:36:24.885Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:24.885Z] 115474bce8e1: Preparing [2023-01-30T06:36:24.885Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:24.885Z] 115474bce8e1: Waiting [2023-01-30T06:36:24.885Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:24.885Z] df141ba0839f: Layer already exists [2023-01-30T06:36:24.885Z] 7bf9d41e8460: Layer already exists [2023-01-30T06:36:24.885Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:24.885Z] a636b02128af: Layer already exists [2023-01-30T06:36:24.885Z] e3b19aac8559: Layer already exists [2023-01-30T06:36:24.885Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:24.885Z] 115474bce8e1: Layer already exists [2023-01-30T06:36:25.149Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:8ecd43b3227577115db7bd9fac6c1a39318f0abbf40dd38241784131e102da6f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:25.498Z] + 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-01-30T06:36:25.836Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-01-30T06:36:25.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-30T06:36:25.836Z] e3b19aac8559: Preparing [2023-01-30T06:36:25.836Z] 7bf9d41e8460: Preparing [2023-01-30T06:36:25.836Z] df141ba0839f: Preparing [2023-01-30T06:36:25.836Z] a636b02128af: Preparing [2023-01-30T06:36:25.836Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:25.836Z] 115474bce8e1: Preparing [2023-01-30T06:36:25.836Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:25.836Z] 115474bce8e1: Waiting [2023-01-30T06:36:25.836Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:25.836Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:25.836Z] e3b19aac8559: Layer already exists [2023-01-30T06:36:25.836Z] df141ba0839f: Layer already exists [2023-01-30T06:36:25.836Z] 7bf9d41e8460: Layer already exists [2023-01-30T06:36:25.836Z] a636b02128af: Layer already exists [2023-01-30T06:36:25.836Z] 115474bce8e1: Layer already exists [2023-01-30T06:36:25.836Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:26.100Z] main: digest: sha256:8ecd43b3227577115db7bd9fac6c1a39318f0abbf40dd38241784131e102da6f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:36:26.146Z] ===================================================== [Pipeline] echo [2023-01-30T06:36:26.153Z] taggedImages: [2023-01-30T06:36:26.153Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:26.153Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-01-30T06:36:26.153Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.30 [2023-01-30T06:36:26.153Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:26.153Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-01-30T06:36:26.170Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-30T06:36:26.170Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:26.170Z] latest [2023-01-30T06:36:26.170Z] 3.0.0-dev.30 [2023-01-30T06:36:26.170Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:26.170Z] main [2023-01-30T06:36:26.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:26.520Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:26.856Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:26.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-30T06:36:26.856Z] 23b7175917ae: Preparing [2023-01-30T06:36:26.856Z] 4b346830b132: Preparing [2023-01-30T06:36:26.856Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:26.857Z] cb5ede421cc4: Preparing [2023-01-30T06:36:26.857Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:26.857Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:26.857Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:27.121Z] 23b7175917ae: Pushed [2023-01-30T06:36:27.121Z] cb5ede421cc4: Pushed [2023-01-30T06:36:29.691Z] 4b346830b132: Pushed [2023-01-30T06:36:29.957Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:ca4c35db8556b0e019300d8e5566886a5e0ff344501f459c9e76797a0a5ce7fc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:30.300Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:30.637Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-30T06:36:30.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-30T06:36:30.637Z] 23b7175917ae: Preparing [2023-01-30T06:36:30.637Z] 4b346830b132: Preparing [2023-01-30T06:36:30.637Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:30.637Z] cb5ede421cc4: Preparing [2023-01-30T06:36:30.637Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:30.637Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:30.637Z] 23b7175917ae: Layer already exists [2023-01-30T06:36:30.637Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:30.637Z] cb5ede421cc4: Layer already exists [2023-01-30T06:36:30.637Z] 4b346830b132: Layer already exists [2023-01-30T06:36:30.637Z] latest: digest: sha256:ca4c35db8556b0e019300d8e5566886a5e0ff344501f459c9e76797a0a5ce7fc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:30.976Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:31.318Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.30 [2023-01-30T06:36:31.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-30T06:36:31.318Z] 23b7175917ae: Preparing [2023-01-30T06:36:31.318Z] 4b346830b132: Preparing [2023-01-30T06:36:31.318Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:31.318Z] cb5ede421cc4: Preparing [2023-01-30T06:36:31.318Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:31.318Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:31.318Z] 4b346830b132: Layer already exists [2023-01-30T06:36:31.318Z] cb5ede421cc4: Layer already exists [2023-01-30T06:36:31.318Z] 23b7175917ae: Layer already exists [2023-01-30T06:36:31.318Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:31.318Z] 3.0.0-dev.30: digest: sha256:ca4c35db8556b0e019300d8e5566886a5e0ff344501f459c9e76797a0a5ce7fc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:31.672Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:32.000Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:32.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-30T06:36:32.000Z] 23b7175917ae: Preparing [2023-01-30T06:36:32.000Z] 4b346830b132: Preparing [2023-01-30T06:36:32.000Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:32.000Z] cb5ede421cc4: Preparing [2023-01-30T06:36:32.000Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:32.000Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:32.000Z] cb5ede421cc4: Layer already exists [2023-01-30T06:36:32.000Z] 23b7175917ae: Layer already exists [2023-01-30T06:36:32.000Z] 4b346830b132: Layer already exists [2023-01-30T06:36:32.000Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:32.268Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:ca4c35db8556b0e019300d8e5566886a5e0ff344501f459c9e76797a0a5ce7fc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:32.603Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:32.929Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-30T06:36:32.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-30T06:36:32.930Z] 23b7175917ae: Preparing [2023-01-30T06:36:32.930Z] 4b346830b132: Preparing [2023-01-30T06:36:32.930Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:32.930Z] cb5ede421cc4: Preparing [2023-01-30T06:36:32.930Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:32.930Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:32.930Z] 4b346830b132: Layer already exists [2023-01-30T06:36:32.930Z] cb5ede421cc4: Layer already exists [2023-01-30T06:36:32.930Z] 23b7175917ae: Layer already exists [2023-01-30T06:36:32.930Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:32.930Z] main: digest: sha256:ca4c35db8556b0e019300d8e5566886a5e0ff344501f459c9e76797a0a5ce7fc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:36:33.229Z] ===================================================== [Pipeline] echo [2023-01-30T06:36:33.235Z] taggedImages: [2023-01-30T06:36:33.235Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:33.235Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-30T06:36:33.235Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.30 [2023-01-30T06:36:33.235Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:33.235Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-30T06:36:33.250Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-30T06:36:33.250Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:33.250Z] latest [2023-01-30T06:36:33.250Z] 3.0.0-dev.30 [2023-01-30T06:36:33.250Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:33.250Z] main [2023-01-30T06:36:33.250Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:33.569Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:33.897Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:33.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-30T06:36:33.897Z] aa1896e749e8: Preparing [2023-01-30T06:36:33.897Z] 5e0873a81a88: Preparing [2023-01-30T06:36:33.897Z] d9d44ca4726c: Preparing [2023-01-30T06:36:33.897Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:33.897Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:33.897Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:33.897Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:33.897Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:33.897Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:33.897Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:34.162Z] 5e0873a81a88: Pushed [2023-01-30T06:36:34.162Z] aa1896e749e8: Pushed [2023-01-30T06:36:36.733Z] d9d44ca4726c: Pushed [2023-01-30T06:36:36.999Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:e2637d949998a4e50ab9679d4e2f7bfb72c398eb8ffc1e7cd71e2629a57fe12c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:37.335Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:37.668Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-30T06:36:37.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-30T06:36:37.668Z] aa1896e749e8: Preparing [2023-01-30T06:36:37.668Z] 5e0873a81a88: Preparing [2023-01-30T06:36:37.668Z] d9d44ca4726c: Preparing [2023-01-30T06:36:37.668Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:37.668Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:37.668Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:37.668Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:37.668Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:37.668Z] aa1896e749e8: Layer already exists [2023-01-30T06:36:37.668Z] 5e0873a81a88: Layer already exists [2023-01-30T06:36:37.668Z] d9d44ca4726c: Layer already exists [2023-01-30T06:36:37.668Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:37.668Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:37.934Z] latest: digest: sha256:e2637d949998a4e50ab9679d4e2f7bfb72c398eb8ffc1e7cd71e2629a57fe12c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:38.272Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:38.599Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.30 [2023-01-30T06:36:38.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-30T06:36:38.599Z] aa1896e749e8: Preparing [2023-01-30T06:36:38.599Z] 5e0873a81a88: Preparing [2023-01-30T06:36:38.600Z] d9d44ca4726c: Preparing [2023-01-30T06:36:38.600Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:38.600Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:38.600Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:38.600Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:38.600Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:38.600Z] 5e0873a81a88: Layer already exists [2023-01-30T06:36:38.600Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:38.600Z] d9d44ca4726c: Layer already exists [2023-01-30T06:36:38.600Z] aa1896e749e8: Layer already exists [2023-01-30T06:36:38.600Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:38.600Z] 3.0.0-dev.30: digest: sha256:e2637d949998a4e50ab9679d4e2f7bfb72c398eb8ffc1e7cd71e2629a57fe12c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:39.197Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:39.518Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:39.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-30T06:36:39.519Z] aa1896e749e8: Preparing [2023-01-30T06:36:39.519Z] 5e0873a81a88: Preparing [2023-01-30T06:36:39.519Z] d9d44ca4726c: Preparing [2023-01-30T06:36:39.519Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:39.519Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:39.519Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:39.519Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:39.519Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:39.519Z] aa1896e749e8: Layer already exists [2023-01-30T06:36:39.519Z] d9d44ca4726c: Layer already exists [2023-01-30T06:36:39.519Z] 5e0873a81a88: Layer already exists [2023-01-30T06:36:39.519Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:39.519Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:39.782Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:e2637d949998a4e50ab9679d4e2f7bfb72c398eb8ffc1e7cd71e2629a57fe12c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:40.111Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:40.439Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-30T06:36:40.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-30T06:36:40.439Z] aa1896e749e8: Preparing [2023-01-30T06:36:40.439Z] 5e0873a81a88: Preparing [2023-01-30T06:36:40.439Z] d9d44ca4726c: Preparing [2023-01-30T06:36:40.439Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:40.439Z] 5b3c8bd6b643: Preparing [2023-01-30T06:36:40.439Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:40.439Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:40.439Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:36:40.439Z] d9d44ca4726c: Layer already exists [2023-01-30T06:36:40.439Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:40.439Z] aa1896e749e8: Layer already exists [2023-01-30T06:36:40.439Z] 5e0873a81a88: Layer already exists [2023-01-30T06:36:40.439Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:40.439Z] main: digest: sha256:e2637d949998a4e50ab9679d4e2f7bfb72c398eb8ffc1e7cd71e2629a57fe12c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:36:40.488Z] ===================================================== [Pipeline] echo [2023-01-30T06:36:40.494Z] taggedImages: [2023-01-30T06:36:40.494Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:40.494Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-30T06:36:40.494Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.30 [2023-01-30T06:36:40.494Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:40.494Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-30T06:36:40.508Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-30T06:36:40.508Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:40.508Z] latest [2023-01-30T06:36:40.508Z] 3.0.0-dev.30 [2023-01-30T06:36:40.508Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:40.508Z] main [2023-01-30T06:36:40.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:40.836Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:41.168Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:41.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-30T06:36:41.168Z] d20326e30d26: Preparing [2023-01-30T06:36:41.168Z] d20326e30d26: Preparing [2023-01-30T06:36:41.168Z] 3a0f8442e058: Preparing [2023-01-30T06:36:41.168Z] 03c590d6ba3a: Preparing [2023-01-30T06:36:41.168Z] 5702fc86b034: Preparing [2023-01-30T06:36:41.168Z] e276db4d6c30: Preparing [2023-01-30T06:36:41.168Z] 6241666df9d3: Preparing [2023-01-30T06:36:41.168Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:41.168Z] 2f865e190558: Preparing [2023-01-30T06:36:41.168Z] 8310b1973c19: Preparing [2023-01-30T06:36:41.168Z] 28499265d56a: Preparing [2023-01-30T06:36:41.168Z] 8e9cc384f699: Preparing [2023-01-30T06:36:41.168Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:41.168Z] d0d7ca093e4d: Waiting [2023-01-30T06:36:41.168Z] 2f865e190558: Waiting [2023-01-30T06:36:41.168Z] 8310b1973c19: Waiting [2023-01-30T06:36:41.168Z] 6241666df9d3: Waiting [2023-01-30T06:36:41.168Z] 28499265d56a: Waiting [2023-01-30T06:36:41.168Z] 8e9cc384f699: Waiting [2023-01-30T06:36:41.168Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:41.438Z] 3a0f8442e058: Pushed [2023-01-30T06:36:41.438Z] e276db4d6c30: Pushed [2023-01-30T06:36:41.438Z] 03c590d6ba3a: Pushed [2023-01-30T06:36:41.438Z] d20326e30d26: Pushed [2023-01-30T06:36:41.438Z] 5702fc86b034: Pushed [2023-01-30T06:36:41.438Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:41.705Z] 28499265d56a: Pushed [2023-01-30T06:36:41.706Z] 8310b1973c19: Pushed [2023-01-30T06:36:41.706Z] 2f865e190558: Pushed [2023-01-30T06:36:41.706Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:41.706Z] 8e9cc384f699: Pushed [2023-01-30T06:36:45.035Z] 6241666df9d3: Pushed [2023-01-30T06:36:45.035Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:06b59bd7169cae0e6210b4c83eb37e2ddc6c3f9de2142b05dc0d4b87bba8d7b3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:45.363Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:45.687Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-30T06:36:45.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-30T06:36:45.687Z] d20326e30d26: Preparing [2023-01-30T06:36:45.687Z] d20326e30d26: Preparing [2023-01-30T06:36:45.687Z] 3a0f8442e058: Preparing [2023-01-30T06:36:45.687Z] 03c590d6ba3a: Preparing [2023-01-30T06:36:45.687Z] 5702fc86b034: Preparing [2023-01-30T06:36:45.687Z] e276db4d6c30: Preparing [2023-01-30T06:36:45.687Z] 6241666df9d3: Preparing [2023-01-30T06:36:45.687Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:45.687Z] 2f865e190558: Preparing [2023-01-30T06:36:45.687Z] 8310b1973c19: Preparing [2023-01-30T06:36:45.687Z] 28499265d56a: Preparing [2023-01-30T06:36:45.687Z] 8e9cc384f699: Preparing [2023-01-30T06:36:45.687Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:45.687Z] 6241666df9d3: Waiting [2023-01-30T06:36:45.687Z] d0d7ca093e4d: Waiting [2023-01-30T06:36:45.687Z] 2f865e190558: Waiting [2023-01-30T06:36:45.687Z] 8310b1973c19: Waiting [2023-01-30T06:36:45.687Z] 28499265d56a: Waiting [2023-01-30T06:36:45.687Z] 8e9cc384f699: Waiting [2023-01-30T06:36:45.687Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:45.687Z] 3a0f8442e058: Layer already exists [2023-01-30T06:36:45.687Z] 03c590d6ba3a: Layer already exists [2023-01-30T06:36:45.687Z] 5702fc86b034: Layer already exists [2023-01-30T06:36:45.687Z] d20326e30d26: Layer already exists [2023-01-30T06:36:45.687Z] e276db4d6c30: Layer already exists [2023-01-30T06:36:45.687Z] 6241666df9d3: Layer already exists [2023-01-30T06:36:45.687Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:45.687Z] 28499265d56a: Layer already exists [2023-01-30T06:36:45.687Z] 2f865e190558: Layer already exists [2023-01-30T06:36:45.687Z] 8310b1973c19: Layer already exists [2023-01-30T06:36:45.687Z] 8e9cc384f699: Layer already exists [2023-01-30T06:36:45.687Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:45.951Z] latest: digest: sha256:06b59bd7169cae0e6210b4c83eb37e2ddc6c3f9de2142b05dc0d4b87bba8d7b3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:46.285Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:46.608Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.30 [2023-01-30T06:36:46.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-30T06:36:46.608Z] d20326e30d26: Preparing [2023-01-30T06:36:46.608Z] d20326e30d26: Preparing [2023-01-30T06:36:46.608Z] 3a0f8442e058: Preparing [2023-01-30T06:36:46.608Z] 03c590d6ba3a: Preparing [2023-01-30T06:36:46.608Z] 5702fc86b034: Preparing [2023-01-30T06:36:46.608Z] e276db4d6c30: Preparing [2023-01-30T06:36:46.608Z] 6241666df9d3: Preparing [2023-01-30T06:36:46.608Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:46.608Z] 2f865e190558: Preparing [2023-01-30T06:36:46.608Z] 8310b1973c19: Preparing [2023-01-30T06:36:46.608Z] 28499265d56a: Preparing [2023-01-30T06:36:46.608Z] 8e9cc384f699: Preparing [2023-01-30T06:36:46.608Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:46.608Z] 8310b1973c19: Waiting [2023-01-30T06:36:46.608Z] d0d7ca093e4d: Waiting [2023-01-30T06:36:46.608Z] 2f865e190558: Waiting [2023-01-30T06:36:46.608Z] 28499265d56a: Waiting [2023-01-30T06:36:46.608Z] 8e9cc384f699: Waiting [2023-01-30T06:36:46.608Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:46.608Z] 6241666df9d3: Waiting [2023-01-30T06:36:46.608Z] 3a0f8442e058: Layer already exists [2023-01-30T06:36:46.608Z] 03c590d6ba3a: Layer already exists [2023-01-30T06:36:46.608Z] 5702fc86b034: Layer already exists [2023-01-30T06:36:46.608Z] e276db4d6c30: Layer already exists [2023-01-30T06:36:46.608Z] d20326e30d26: Layer already exists [2023-01-30T06:36:46.608Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:46.608Z] 6241666df9d3: Layer already exists [2023-01-30T06:36:46.608Z] 2f865e190558: Layer already exists [2023-01-30T06:36:46.608Z] 28499265d56a: Layer already exists [2023-01-30T06:36:46.608Z] 8310b1973c19: Layer already exists [2023-01-30T06:36:46.608Z] 8e9cc384f699: Layer already exists [2023-01-30T06:36:46.608Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:46.872Z] 3.0.0-dev.30: digest: sha256:06b59bd7169cae0e6210b4c83eb37e2ddc6c3f9de2142b05dc0d4b87bba8d7b3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:47.207Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:47.530Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:47.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-30T06:36:47.530Z] d20326e30d26: Preparing [2023-01-30T06:36:47.530Z] d20326e30d26: Preparing [2023-01-30T06:36:47.530Z] 3a0f8442e058: Preparing [2023-01-30T06:36:47.530Z] 03c590d6ba3a: Preparing [2023-01-30T06:36:47.530Z] 5702fc86b034: Preparing [2023-01-30T06:36:47.530Z] e276db4d6c30: Preparing [2023-01-30T06:36:47.530Z] 6241666df9d3: Preparing [2023-01-30T06:36:47.530Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:47.530Z] 2f865e190558: Preparing [2023-01-30T06:36:47.530Z] 8310b1973c19: Preparing [2023-01-30T06:36:47.530Z] 28499265d56a: Preparing [2023-01-30T06:36:47.530Z] 8e9cc384f699: Preparing [2023-01-30T06:36:47.530Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:47.530Z] 6241666df9d3: Waiting [2023-01-30T06:36:47.530Z] d0d7ca093e4d: Waiting [2023-01-30T06:36:47.530Z] 2f865e190558: Waiting [2023-01-30T06:36:47.530Z] 8310b1973c19: Waiting [2023-01-30T06:36:47.530Z] 28499265d56a: Waiting [2023-01-30T06:36:47.530Z] 8e9cc384f699: Waiting [2023-01-30T06:36:47.530Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:47.530Z] 03c590d6ba3a: Layer already exists [2023-01-30T06:36:47.530Z] d20326e30d26: Layer already exists [2023-01-30T06:36:47.530Z] e276db4d6c30: Layer already exists [2023-01-30T06:36:47.530Z] 3a0f8442e058: Layer already exists [2023-01-30T06:36:47.530Z] 5702fc86b034: Layer already exists [2023-01-30T06:36:47.530Z] 6241666df9d3: Layer already exists [2023-01-30T06:36:47.530Z] 8310b1973c19: Layer already exists [2023-01-30T06:36:47.530Z] 2f865e190558: Layer already exists [2023-01-30T06:36:47.530Z] 28499265d56a: Layer already exists [2023-01-30T06:36:47.530Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:47.530Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:47.530Z] 8e9cc384f699: Layer already exists [2023-01-30T06:36:47.794Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:06b59bd7169cae0e6210b4c83eb37e2ddc6c3f9de2142b05dc0d4b87bba8d7b3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:48.120Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:48.449Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-30T06:36:48.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-30T06:36:48.449Z] d20326e30d26: Preparing [2023-01-30T06:36:48.449Z] d20326e30d26: Preparing [2023-01-30T06:36:48.449Z] 3a0f8442e058: Preparing [2023-01-30T06:36:48.449Z] 03c590d6ba3a: Preparing [2023-01-30T06:36:48.449Z] 5702fc86b034: Preparing [2023-01-30T06:36:48.449Z] e276db4d6c30: Preparing [2023-01-30T06:36:48.449Z] 6241666df9d3: Preparing [2023-01-30T06:36:48.449Z] d0d7ca093e4d: Preparing [2023-01-30T06:36:48.449Z] 2f865e190558: Preparing [2023-01-30T06:36:48.449Z] 8310b1973c19: Preparing [2023-01-30T06:36:48.449Z] 28499265d56a: Preparing [2023-01-30T06:36:48.449Z] 8e9cc384f699: Preparing [2023-01-30T06:36:48.449Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:48.449Z] 8310b1973c19: Waiting [2023-01-30T06:36:48.449Z] 6241666df9d3: Waiting [2023-01-30T06:36:48.449Z] d0d7ca093e4d: Waiting [2023-01-30T06:36:48.449Z] 2f865e190558: Waiting [2023-01-30T06:36:48.449Z] 8e9cc384f699: Waiting [2023-01-30T06:36:48.449Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:48.449Z] 28499265d56a: Waiting [2023-01-30T06:36:48.449Z] e276db4d6c30: Layer already exists [2023-01-30T06:36:48.449Z] 03c590d6ba3a: Layer already exists [2023-01-30T06:36:48.449Z] 3a0f8442e058: Layer already exists [2023-01-30T06:36:48.449Z] 5702fc86b034: Layer already exists [2023-01-30T06:36:48.449Z] d20326e30d26: Layer already exists [2023-01-30T06:36:48.449Z] 6241666df9d3: Layer already exists [2023-01-30T06:36:48.449Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:36:48.449Z] 2f865e190558: Layer already exists [2023-01-30T06:36:48.449Z] 28499265d56a: Layer already exists [2023-01-30T06:36:48.449Z] 8310b1973c19: Layer already exists [2023-01-30T06:36:48.449Z] 8e9cc384f699: Layer already exists [2023-01-30T06:36:48.449Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:48.714Z] main: digest: sha256:06b59bd7169cae0e6210b4c83eb37e2ddc6c3f9de2142b05dc0d4b87bba8d7b3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:36:48.762Z] ===================================================== [Pipeline] echo [2023-01-30T06:36:48.768Z] taggedImages: [2023-01-30T06:36:48.768Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:48.768Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-30T06:36:48.768Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.30 [2023-01-30T06:36:48.768Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:48.768Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-30T06:36:48.796Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-30T06:36:48.796Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:48.796Z] latest [2023-01-30T06:36:48.796Z] 3.0.0-dev.30 [2023-01-30T06:36:48.796Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:48.796Z] main [2023-01-30T06:36:48.796Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:49.147Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:49.477Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:49.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-30T06:36:49.477Z] fc26f7a236c7: Preparing [2023-01-30T06:36:49.477Z] 3f948ac2871f: Preparing [2023-01-30T06:36:49.477Z] ea74c1a92461: Preparing [2023-01-30T06:36:49.477Z] 4dc4b6b3f465: Preparing [2023-01-30T06:36:49.477Z] 1fc2e27c6d7a: Preparing [2023-01-30T06:36:49.477Z] 17a412d47e73: Preparing [2023-01-30T06:36:49.477Z] 232ec3b31ca8: Preparing [2023-01-30T06:36:49.477Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:49.477Z] 17a412d47e73: Waiting [2023-01-30T06:36:49.477Z] 232ec3b31ca8: Waiting [2023-01-30T06:36:49.477Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:49.741Z] 1fc2e27c6d7a: Pushed [2023-01-30T06:36:49.741Z] fc26f7a236c7: Pushed [2023-01-30T06:36:49.741Z] 3f948ac2871f: Pushed [2023-01-30T06:36:49.741Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:50.009Z] 17a412d47e73: Pushed [2023-01-30T06:36:50.591Z] 232ec3b31ca8: Pushed [2023-01-30T06:36:51.997Z] ea74c1a92461: Pushed [2023-01-30T06:36:51.997Z] 4dc4b6b3f465: Pushed [2023-01-30T06:36:52.261Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:137d491253da1e7e75cd6b939211fc256e819709581a3a24afeadf6606b08c2e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:52.597Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:52.927Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-30T06:36:52.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-30T06:36:52.928Z] fc26f7a236c7: Preparing [2023-01-30T06:36:52.928Z] 3f948ac2871f: Preparing [2023-01-30T06:36:52.928Z] ea74c1a92461: Preparing [2023-01-30T06:36:52.928Z] 4dc4b6b3f465: Preparing [2023-01-30T06:36:52.928Z] 1fc2e27c6d7a: Preparing [2023-01-30T06:36:52.928Z] 17a412d47e73: Preparing [2023-01-30T06:36:52.928Z] 232ec3b31ca8: Preparing [2023-01-30T06:36:52.928Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:52.928Z] 17a412d47e73: Waiting [2023-01-30T06:36:52.928Z] 232ec3b31ca8: Waiting [2023-01-30T06:36:52.928Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:52.928Z] fc26f7a236c7: Layer already exists [2023-01-30T06:36:52.928Z] 4dc4b6b3f465: Layer already exists [2023-01-30T06:36:52.928Z] 3f948ac2871f: Layer already exists [2023-01-30T06:36:52.928Z] ea74c1a92461: Layer already exists [2023-01-30T06:36:52.928Z] 1fc2e27c6d7a: Layer already exists [2023-01-30T06:36:52.928Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:52.928Z] 17a412d47e73: Layer already exists [2023-01-30T06:36:52.928Z] 232ec3b31ca8: Layer already exists [2023-01-30T06:36:53.192Z] latest: digest: sha256:137d491253da1e7e75cd6b939211fc256e819709581a3a24afeadf6606b08c2e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:53.535Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:53.874Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.30 [2023-01-30T06:36:53.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-30T06:36:53.874Z] fc26f7a236c7: Preparing [2023-01-30T06:36:53.874Z] 3f948ac2871f: Preparing [2023-01-30T06:36:53.874Z] ea74c1a92461: Preparing [2023-01-30T06:36:53.874Z] 4dc4b6b3f465: Preparing [2023-01-30T06:36:53.874Z] 1fc2e27c6d7a: Preparing [2023-01-30T06:36:53.874Z] 17a412d47e73: Preparing [2023-01-30T06:36:53.874Z] 232ec3b31ca8: Preparing [2023-01-30T06:36:53.874Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:53.874Z] 232ec3b31ca8: Waiting [2023-01-30T06:36:53.874Z] 17a412d47e73: Waiting [2023-01-30T06:36:53.874Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:53.874Z] ea74c1a92461: Layer already exists [2023-01-30T06:36:53.874Z] 1fc2e27c6d7a: Layer already exists [2023-01-30T06:36:53.874Z] fc26f7a236c7: Layer already exists [2023-01-30T06:36:53.874Z] 3f948ac2871f: Layer already exists [2023-01-30T06:36:53.874Z] 4dc4b6b3f465: Layer already exists [2023-01-30T06:36:53.874Z] 232ec3b31ca8: Layer already exists [2023-01-30T06:36:53.874Z] 17a412d47e73: Layer already exists [2023-01-30T06:36:53.874Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:54.139Z] 3.0.0-dev.30: digest: sha256:137d491253da1e7e75cd6b939211fc256e819709581a3a24afeadf6606b08c2e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:54.481Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:54.815Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:54.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-30T06:36:54.815Z] fc26f7a236c7: Preparing [2023-01-30T06:36:54.815Z] 3f948ac2871f: Preparing [2023-01-30T06:36:54.815Z] ea74c1a92461: Preparing [2023-01-30T06:36:54.815Z] 4dc4b6b3f465: Preparing [2023-01-30T06:36:54.815Z] 1fc2e27c6d7a: Preparing [2023-01-30T06:36:54.815Z] 17a412d47e73: Preparing [2023-01-30T06:36:54.815Z] 232ec3b31ca8: Preparing [2023-01-30T06:36:54.815Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:54.815Z] 17a412d47e73: Waiting [2023-01-30T06:36:54.815Z] 232ec3b31ca8: Waiting [2023-01-30T06:36:54.815Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:54.815Z] 3f948ac2871f: Layer already exists [2023-01-30T06:36:54.815Z] ea74c1a92461: Layer already exists [2023-01-30T06:36:54.815Z] 1fc2e27c6d7a: Layer already exists [2023-01-30T06:36:54.815Z] 4dc4b6b3f465: Layer already exists [2023-01-30T06:36:54.815Z] fc26f7a236c7: Layer already exists [2023-01-30T06:36:54.815Z] 232ec3b31ca8: Layer already exists [2023-01-30T06:36:54.815Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:54.815Z] 17a412d47e73: Layer already exists [2023-01-30T06:36:55.079Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:137d491253da1e7e75cd6b939211fc256e819709581a3a24afeadf6606b08c2e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:55.419Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:55.757Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-30T06:36:55.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-30T06:36:55.757Z] fc26f7a236c7: Preparing [2023-01-30T06:36:55.757Z] 3f948ac2871f: Preparing [2023-01-30T06:36:55.757Z] ea74c1a92461: Preparing [2023-01-30T06:36:55.757Z] 4dc4b6b3f465: Preparing [2023-01-30T06:36:55.757Z] 1fc2e27c6d7a: Preparing [2023-01-30T06:36:55.757Z] 17a412d47e73: Preparing [2023-01-30T06:36:55.757Z] 232ec3b31ca8: Preparing [2023-01-30T06:36:55.757Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:55.757Z] 17a412d47e73: Waiting [2023-01-30T06:36:55.757Z] 232ec3b31ca8: Waiting [2023-01-30T06:36:55.757Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:55.757Z] 3f948ac2871f: Layer already exists [2023-01-30T06:36:55.757Z] fc26f7a236c7: Layer already exists [2023-01-30T06:36:55.757Z] 4dc4b6b3f465: Layer already exists [2023-01-30T06:36:55.757Z] ea74c1a92461: Layer already exists [2023-01-30T06:36:55.757Z] 1fc2e27c6d7a: Layer already exists [2023-01-30T06:36:55.757Z] 17a412d47e73: Layer already exists [2023-01-30T06:36:55.757Z] 232ec3b31ca8: Layer already exists [2023-01-30T06:36:55.757Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:56.021Z] main: digest: sha256:137d491253da1e7e75cd6b939211fc256e819709581a3a24afeadf6606b08c2e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:36:56.071Z] ===================================================== [Pipeline] echo [2023-01-30T06:36:56.081Z] taggedImages: [2023-01-30T06:36:56.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:56.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-30T06:36:56.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.30 [2023-01-30T06:36:56.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:56.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-30T06:36:56.106Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-30T06:36:56.106Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:56.106Z] latest [2023-01-30T06:36:56.106Z] 3.0.0-dev.30 [2023-01-30T06:36:56.106Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:36:56.106Z] main [2023-01-30T06:36:56.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:56.443Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:36:56.773Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:36:56.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-30T06:36:56.773Z] 2117390324a8: Preparing [2023-01-30T06:36:56.773Z] 3f5b110d3c1a: Preparing [2023-01-30T06:36:56.773Z] b6f696415f62: Preparing [2023-01-30T06:36:56.773Z] 3396c49072a3: Preparing [2023-01-30T06:36:56.773Z] feb2128207bb: Preparing [2023-01-30T06:36:56.773Z] 540d4b155d75: Preparing [2023-01-30T06:36:56.773Z] c11f3e43ccf2: Preparing [2023-01-30T06:36:56.773Z] 8d07c7055ea7: Preparing [2023-01-30T06:36:56.773Z] 3c3ffe575efc: Preparing [2023-01-30T06:36:56.773Z] 17bec77d7fdc: Preparing [2023-01-30T06:36:56.773Z] 540d4b155d75: Waiting [2023-01-30T06:36:56.773Z] c11f3e43ccf2: Waiting [2023-01-30T06:36:56.773Z] 8d07c7055ea7: Waiting [2023-01-30T06:36:56.773Z] 3c3ffe575efc: Waiting [2023-01-30T06:36:56.773Z] 17bec77d7fdc: Waiting [2023-01-30T06:36:57.039Z] feb2128207bb: Pushed [2023-01-30T06:36:57.039Z] 2117390324a8: Pushed [2023-01-30T06:36:57.039Z] 3f5b110d3c1a: Pushed [2023-01-30T06:36:57.039Z] 540d4b155d75: Pushed [2023-01-30T06:36:57.304Z] 8d07c7055ea7: Pushed [2023-01-30T06:36:57.304Z] c11f3e43ccf2: Pushed [2023-01-30T06:36:57.304Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:36:57.304Z] 3c3ffe575efc: Pushed [2023-01-30T06:36:59.236Z] 3396c49072a3: Pushed [2023-01-30T06:36:59.813Z] b6f696415f62: Pushed [2023-01-30T06:37:00.077Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:c4f3f35a24cbd55e52e2af2e583ca736f944bcc1641eb77fe13c574c232a4b46 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:00.404Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:00.763Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-30T06:37:00.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-30T06:37:00.763Z] 2117390324a8: Preparing [2023-01-30T06:37:00.763Z] 3f5b110d3c1a: Preparing [2023-01-30T06:37:00.763Z] b6f696415f62: Preparing [2023-01-30T06:37:00.763Z] 3396c49072a3: Preparing [2023-01-30T06:37:00.763Z] feb2128207bb: Preparing [2023-01-30T06:37:00.763Z] 540d4b155d75: Preparing [2023-01-30T06:37:00.763Z] c11f3e43ccf2: Preparing [2023-01-30T06:37:00.763Z] 8d07c7055ea7: Preparing [2023-01-30T06:37:00.763Z] 3c3ffe575efc: Preparing [2023-01-30T06:37:00.763Z] 17bec77d7fdc: Preparing [2023-01-30T06:37:00.763Z] 540d4b155d75: Waiting [2023-01-30T06:37:00.763Z] c11f3e43ccf2: Waiting [2023-01-30T06:37:00.763Z] 8d07c7055ea7: Waiting [2023-01-30T06:37:00.763Z] 17bec77d7fdc: Waiting [2023-01-30T06:37:00.763Z] 3c3ffe575efc: Waiting [2023-01-30T06:37:00.763Z] 3f5b110d3c1a: Layer already exists [2023-01-30T06:37:00.763Z] 2117390324a8: Layer already exists [2023-01-30T06:37:00.763Z] 3396c49072a3: Layer already exists [2023-01-30T06:37:00.763Z] b6f696415f62: Layer already exists [2023-01-30T06:37:00.763Z] feb2128207bb: Layer already exists [2023-01-30T06:37:00.763Z] 540d4b155d75: Layer already exists [2023-01-30T06:37:00.763Z] 8d07c7055ea7: Layer already exists [2023-01-30T06:37:00.763Z] c11f3e43ccf2: Layer already exists [2023-01-30T06:37:00.763Z] 3c3ffe575efc: Layer already exists [2023-01-30T06:37:00.763Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:37:01.029Z] latest: digest: sha256:c4f3f35a24cbd55e52e2af2e583ca736f944bcc1641eb77fe13c574c232a4b46 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:01.370Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:01.701Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.30 [2023-01-30T06:37:01.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-30T06:37:01.701Z] 2117390324a8: Preparing [2023-01-30T06:37:01.701Z] 3f5b110d3c1a: Preparing [2023-01-30T06:37:01.701Z] b6f696415f62: Preparing [2023-01-30T06:37:01.701Z] 3396c49072a3: Preparing [2023-01-30T06:37:01.701Z] feb2128207bb: Preparing [2023-01-30T06:37:01.701Z] 540d4b155d75: Preparing [2023-01-30T06:37:01.701Z] c11f3e43ccf2: Preparing [2023-01-30T06:37:01.701Z] 8d07c7055ea7: Preparing [2023-01-30T06:37:01.701Z] 3c3ffe575efc: Preparing [2023-01-30T06:37:01.701Z] 17bec77d7fdc: Preparing [2023-01-30T06:37:01.701Z] 540d4b155d75: Waiting [2023-01-30T06:37:01.701Z] c11f3e43ccf2: Waiting [2023-01-30T06:37:01.701Z] 3c3ffe575efc: Waiting [2023-01-30T06:37:01.701Z] 8d07c7055ea7: Waiting [2023-01-30T06:37:01.701Z] 17bec77d7fdc: Waiting [2023-01-30T06:37:01.701Z] b6f696415f62: Layer already exists [2023-01-30T06:37:01.701Z] 3396c49072a3: Layer already exists [2023-01-30T06:37:01.701Z] 3f5b110d3c1a: Layer already exists [2023-01-30T06:37:01.701Z] feb2128207bb: Layer already exists [2023-01-30T06:37:01.701Z] 2117390324a8: Layer already exists [2023-01-30T06:37:01.701Z] c11f3e43ccf2: Layer already exists [2023-01-30T06:37:01.701Z] 8d07c7055ea7: Layer already exists [2023-01-30T06:37:01.701Z] 540d4b155d75: Layer already exists [2023-01-30T06:37:01.701Z] 3c3ffe575efc: Layer already exists [2023-01-30T06:37:01.701Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:37:02.137Z] 3.0.0-dev.30: digest: sha256:c4f3f35a24cbd55e52e2af2e583ca736f944bcc1641eb77fe13c574c232a4b46 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:02.471Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:02.803Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:02.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-30T06:37:02.803Z] 2117390324a8: Preparing [2023-01-30T06:37:02.803Z] 3f5b110d3c1a: Preparing [2023-01-30T06:37:02.803Z] b6f696415f62: Preparing [2023-01-30T06:37:02.803Z] 3396c49072a3: Preparing [2023-01-30T06:37:02.803Z] feb2128207bb: Preparing [2023-01-30T06:37:02.803Z] 540d4b155d75: Preparing [2023-01-30T06:37:02.804Z] c11f3e43ccf2: Preparing [2023-01-30T06:37:02.804Z] 8d07c7055ea7: Preparing [2023-01-30T06:37:02.804Z] 3c3ffe575efc: Preparing [2023-01-30T06:37:02.804Z] 17bec77d7fdc: Preparing [2023-01-30T06:37:02.804Z] 540d4b155d75: Waiting [2023-01-30T06:37:02.804Z] c11f3e43ccf2: Waiting [2023-01-30T06:37:02.804Z] 8d07c7055ea7: Waiting [2023-01-30T06:37:02.804Z] 3c3ffe575efc: Waiting [2023-01-30T06:37:02.804Z] 17bec77d7fdc: Waiting [2023-01-30T06:37:02.804Z] 3f5b110d3c1a: Layer already exists [2023-01-30T06:37:02.804Z] 2117390324a8: Layer already exists [2023-01-30T06:37:02.804Z] feb2128207bb: Layer already exists [2023-01-30T06:37:02.804Z] 3396c49072a3: Layer already exists [2023-01-30T06:37:02.804Z] b6f696415f62: Layer already exists [2023-01-30T06:37:02.804Z] 3c3ffe575efc: Layer already exists [2023-01-30T06:37:02.804Z] c11f3e43ccf2: Layer already exists [2023-01-30T06:37:02.804Z] 540d4b155d75: Layer already exists [2023-01-30T06:37:02.804Z] 8d07c7055ea7: Layer already exists [2023-01-30T06:37:02.804Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:37:03.069Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:c4f3f35a24cbd55e52e2af2e583ca736f944bcc1641eb77fe13c574c232a4b46 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:03.412Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:03.867Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-30T06:37:03.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-30T06:37:03.867Z] 2117390324a8: Preparing [2023-01-30T06:37:03.867Z] 3f5b110d3c1a: Preparing [2023-01-30T06:37:03.867Z] b6f696415f62: Preparing [2023-01-30T06:37:03.867Z] 3396c49072a3: Preparing [2023-01-30T06:37:03.867Z] feb2128207bb: Preparing [2023-01-30T06:37:03.867Z] 540d4b155d75: Preparing [2023-01-30T06:37:03.867Z] c11f3e43ccf2: Preparing [2023-01-30T06:37:03.867Z] 8d07c7055ea7: Preparing [2023-01-30T06:37:03.867Z] 3c3ffe575efc: Preparing [2023-01-30T06:37:03.867Z] 17bec77d7fdc: Preparing [2023-01-30T06:37:03.867Z] 540d4b155d75: Waiting [2023-01-30T06:37:03.867Z] c11f3e43ccf2: Waiting [2023-01-30T06:37:03.867Z] 8d07c7055ea7: Waiting [2023-01-30T06:37:03.867Z] 3c3ffe575efc: Waiting [2023-01-30T06:37:03.867Z] 17bec77d7fdc: Waiting [2023-01-30T06:37:03.867Z] 3396c49072a3: Layer already exists [2023-01-30T06:37:03.867Z] feb2128207bb: Layer already exists [2023-01-30T06:37:03.867Z] 3f5b110d3c1a: Layer already exists [2023-01-30T06:37:03.867Z] b6f696415f62: Layer already exists [2023-01-30T06:37:03.867Z] 2117390324a8: Layer already exists [2023-01-30T06:37:03.867Z] 8d07c7055ea7: Layer already exists [2023-01-30T06:37:03.867Z] c11f3e43ccf2: Layer already exists [2023-01-30T06:37:03.867Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:37:03.867Z] 540d4b155d75: Layer already exists [2023-01-30T06:37:03.867Z] 3c3ffe575efc: Layer already exists [2023-01-30T06:37:04.130Z] main: digest: sha256:c4f3f35a24cbd55e52e2af2e583ca736f944bcc1641eb77fe13c574c232a4b46 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:37:04.178Z] ===================================================== [Pipeline] echo [2023-01-30T06:37:04.186Z] taggedImages: [2023-01-30T06:37:04.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:04.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-30T06:37:04.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.30 [2023-01-30T06:37:04.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:04.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-30T06:37:04.202Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-30T06:37:04.202Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:04.202Z] latest [2023-01-30T06:37:04.202Z] 3.0.0-dev.30 [2023-01-30T06:37:04.202Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:04.202Z] main [2023-01-30T06:37:04.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:04.526Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:04.855Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:04.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-30T06:37:04.855Z] 00fe63740c24: Preparing [2023-01-30T06:37:04.855Z] 1bf0b1f34a86: Preparing [2023-01-30T06:37:04.855Z] d0d7ca093e4d: Preparing [2023-01-30T06:37:04.855Z] 73d6c8f5e178: Preparing [2023-01-30T06:37:04.855Z] 9833f26c6bda: Preparing [2023-01-30T06:37:04.855Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:04.855Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:37:05.123Z] 00fe63740c24: Pushed [2023-01-30T06:37:06.080Z] 73d6c8f5e178: Pushed [2023-01-30T06:37:09.408Z] 1bf0b1f34a86: Pushed [2023-01-30T06:37:09.408Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:3f2ad334e59f83e935f1f6f6eb182975e32bacf8f8a5916cbd4f1310353beffd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:09.730Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:10.051Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-30T06:37:10.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-30T06:37:10.051Z] 00fe63740c24: Preparing [2023-01-30T06:37:10.051Z] 1bf0b1f34a86: Preparing [2023-01-30T06:37:10.051Z] d0d7ca093e4d: Preparing [2023-01-30T06:37:10.051Z] 73d6c8f5e178: Preparing [2023-01-30T06:37:10.051Z] 9833f26c6bda: Preparing [2023-01-30T06:37:10.051Z] 1bf0b1f34a86: Layer already exists [2023-01-30T06:37:10.051Z] 73d6c8f5e178: Layer already exists [2023-01-30T06:37:10.051Z] 00fe63740c24: Layer already exists [2023-01-30T06:37:10.051Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:10.051Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:37:10.051Z] latest: digest: sha256:3f2ad334e59f83e935f1f6f6eb182975e32bacf8f8a5916cbd4f1310353beffd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:10.647Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:10.976Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.30 [2023-01-30T06:37:10.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-30T06:37:10.976Z] 00fe63740c24: Preparing [2023-01-30T06:37:10.976Z] 1bf0b1f34a86: Preparing [2023-01-30T06:37:10.976Z] d0d7ca093e4d: Preparing [2023-01-30T06:37:10.976Z] 73d6c8f5e178: Preparing [2023-01-30T06:37:10.976Z] 9833f26c6bda: Preparing [2023-01-30T06:37:10.976Z] 00fe63740c24: Layer already exists [2023-01-30T06:37:10.976Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:37:10.976Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:10.976Z] 1bf0b1f34a86: Layer already exists [2023-01-30T06:37:10.976Z] 73d6c8f5e178: Layer already exists [2023-01-30T06:37:10.976Z] 3.0.0-dev.30: digest: sha256:3f2ad334e59f83e935f1f6f6eb182975e32bacf8f8a5916cbd4f1310353beffd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:11.309Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:11.634Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:11.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-30T06:37:11.634Z] 00fe63740c24: Preparing [2023-01-30T06:37:11.634Z] 1bf0b1f34a86: Preparing [2023-01-30T06:37:11.634Z] d0d7ca093e4d: Preparing [2023-01-30T06:37:11.634Z] 73d6c8f5e178: Preparing [2023-01-30T06:37:11.634Z] 9833f26c6bda: Preparing [2023-01-30T06:37:11.634Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:37:11.634Z] 1bf0b1f34a86: Layer already exists [2023-01-30T06:37:11.634Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:11.634Z] 00fe63740c24: Layer already exists [2023-01-30T06:37:11.634Z] 73d6c8f5e178: Layer already exists [2023-01-30T06:37:11.634Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:3f2ad334e59f83e935f1f6f6eb182975e32bacf8f8a5916cbd4f1310353beffd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:11.970Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:12.311Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-30T06:37:12.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-30T06:37:12.312Z] 00fe63740c24: Preparing [2023-01-30T06:37:12.312Z] 1bf0b1f34a86: Preparing [2023-01-30T06:37:12.312Z] d0d7ca093e4d: Preparing [2023-01-30T06:37:12.312Z] 73d6c8f5e178: Preparing [2023-01-30T06:37:12.312Z] 9833f26c6bda: Preparing [2023-01-30T06:37:12.312Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:12.312Z] 00fe63740c24: Layer already exists [2023-01-30T06:37:12.312Z] 1bf0b1f34a86: Layer already exists [2023-01-30T06:37:12.312Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:37:12.312Z] 73d6c8f5e178: Layer already exists [2023-01-30T06:37:12.312Z] main: digest: sha256:3f2ad334e59f83e935f1f6f6eb182975e32bacf8f8a5916cbd4f1310353beffd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:37:12.351Z] ===================================================== [Pipeline] echo [2023-01-30T06:37:12.356Z] taggedImages: [2023-01-30T06:37:12.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:12.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-30T06:37:12.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.30 [2023-01-30T06:37:12.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:12.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-30T06:37:12.370Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-30T06:37:12.370Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:12.370Z] latest [2023-01-30T06:37:12.370Z] 3.0.0-dev.30 [2023-01-30T06:37:12.370Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:12.370Z] main [2023-01-30T06:37:12.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:12.693Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:13.019Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:13.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-30T06:37:13.019Z] 0a5ebfc2e5a4: Preparing [2023-01-30T06:37:13.019Z] e8eee9aca79b: Preparing [2023-01-30T06:37:13.019Z] 8ce49d01835d: Preparing [2023-01-30T06:37:13.019Z] d399911c950f: Preparing [2023-01-30T06:37:13.019Z] eb35a26f89d0: Preparing [2023-01-30T06:37:13.019Z] b950f4927523: Preparing [2023-01-30T06:37:13.019Z] 9833f26c6bda: Preparing [2023-01-30T06:37:13.019Z] b950f4927523: Waiting [2023-01-30T06:37:13.019Z] 9833f26c6bda: Waiting [2023-01-30T06:37:13.285Z] 0a5ebfc2e5a4: Pushed [2023-01-30T06:37:13.285Z] e8eee9aca79b: Pushed [2023-01-30T06:37:13.285Z] 8ce49d01835d: Pushed [2023-01-30T06:37:13.285Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:14.240Z] b950f4927523: Pushed [2023-01-30T06:37:20.875Z] eb35a26f89d0: Pushed [2023-01-30T06:37:27.490Z] d399911c950f: Pushed [2023-01-30T06:37:27.490Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:c24fae1ff288f4a0dc1bada4817953a2d693852d955bddc1843e4dcf8faa8d66 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:27.831Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:28.157Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-30T06:37:28.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-30T06:37:28.157Z] 0a5ebfc2e5a4: Preparing [2023-01-30T06:37:28.157Z] e8eee9aca79b: Preparing [2023-01-30T06:37:28.157Z] 8ce49d01835d: Preparing [2023-01-30T06:37:28.157Z] d399911c950f: Preparing [2023-01-30T06:37:28.157Z] eb35a26f89d0: Preparing [2023-01-30T06:37:28.157Z] b950f4927523: Preparing [2023-01-30T06:37:28.157Z] 9833f26c6bda: Preparing [2023-01-30T06:37:28.157Z] b950f4927523: Waiting [2023-01-30T06:37:28.157Z] 9833f26c6bda: Waiting [2023-01-30T06:37:28.157Z] d399911c950f: Layer already exists [2023-01-30T06:37:28.157Z] eb35a26f89d0: Layer already exists [2023-01-30T06:37:28.157Z] e8eee9aca79b: Layer already exists [2023-01-30T06:37:28.157Z] 0a5ebfc2e5a4: Layer already exists [2023-01-30T06:37:28.157Z] 8ce49d01835d: Layer already exists [2023-01-30T06:37:28.157Z] b950f4927523: Layer already exists [2023-01-30T06:37:28.157Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:28.421Z] latest: digest: sha256:c24fae1ff288f4a0dc1bada4817953a2d693852d955bddc1843e4dcf8faa8d66 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:28.759Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:29.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.30 [2023-01-30T06:37:29.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-30T06:37:29.092Z] 0a5ebfc2e5a4: Preparing [2023-01-30T06:37:29.092Z] e8eee9aca79b: Preparing [2023-01-30T06:37:29.092Z] 8ce49d01835d: Preparing [2023-01-30T06:37:29.092Z] d399911c950f: Preparing [2023-01-30T06:37:29.092Z] eb35a26f89d0: Preparing [2023-01-30T06:37:29.092Z] b950f4927523: Preparing [2023-01-30T06:37:29.092Z] 9833f26c6bda: Preparing [2023-01-30T06:37:29.092Z] b950f4927523: Waiting [2023-01-30T06:37:29.092Z] 9833f26c6bda: Waiting [2023-01-30T06:37:29.092Z] e8eee9aca79b: Layer already exists [2023-01-30T06:37:29.092Z] d399911c950f: Layer already exists [2023-01-30T06:37:29.092Z] eb35a26f89d0: Layer already exists [2023-01-30T06:37:29.092Z] 8ce49d01835d: Layer already exists [2023-01-30T06:37:29.092Z] 0a5ebfc2e5a4: Layer already exists [2023-01-30T06:37:29.092Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:29.092Z] b950f4927523: Layer already exists [2023-01-30T06:37:29.092Z] 3.0.0-dev.30: digest: sha256:c24fae1ff288f4a0dc1bada4817953a2d693852d955bddc1843e4dcf8faa8d66 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:29.679Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:29.998Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:29.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-30T06:37:29.999Z] 0a5ebfc2e5a4: Preparing [2023-01-30T06:37:29.999Z] e8eee9aca79b: Preparing [2023-01-30T06:37:29.999Z] 8ce49d01835d: Preparing [2023-01-30T06:37:29.999Z] d399911c950f: Preparing [2023-01-30T06:37:29.999Z] eb35a26f89d0: Preparing [2023-01-30T06:37:29.999Z] b950f4927523: Preparing [2023-01-30T06:37:29.999Z] 9833f26c6bda: Preparing [2023-01-30T06:37:29.999Z] b950f4927523: Waiting [2023-01-30T06:37:29.999Z] 9833f26c6bda: Waiting [2023-01-30T06:37:29.999Z] d399911c950f: Layer already exists [2023-01-30T06:37:29.999Z] eb35a26f89d0: Layer already exists [2023-01-30T06:37:29.999Z] 8ce49d01835d: Layer already exists [2023-01-30T06:37:29.999Z] 0a5ebfc2e5a4: Layer already exists [2023-01-30T06:37:29.999Z] e8eee9aca79b: Layer already exists [2023-01-30T06:37:29.999Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:29.999Z] b950f4927523: Layer already exists [2023-01-30T06:37:30.262Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:c24fae1ff288f4a0dc1bada4817953a2d693852d955bddc1843e4dcf8faa8d66 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:30.596Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:30.924Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-30T06:37:30.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-30T06:37:30.924Z] 0a5ebfc2e5a4: Preparing [2023-01-30T06:37:30.924Z] e8eee9aca79b: Preparing [2023-01-30T06:37:30.924Z] 8ce49d01835d: Preparing [2023-01-30T06:37:30.924Z] d399911c950f: Preparing [2023-01-30T06:37:30.924Z] eb35a26f89d0: Preparing [2023-01-30T06:37:30.924Z] b950f4927523: Preparing [2023-01-30T06:37:30.924Z] 9833f26c6bda: Preparing [2023-01-30T06:37:30.924Z] b950f4927523: Waiting [2023-01-30T06:37:30.924Z] 9833f26c6bda: Waiting [2023-01-30T06:37:30.924Z] 8ce49d01835d: Layer already exists [2023-01-30T06:37:30.924Z] e8eee9aca79b: Layer already exists [2023-01-30T06:37:30.924Z] eb35a26f89d0: Layer already exists [2023-01-30T06:37:30.924Z] d399911c950f: Layer already exists [2023-01-30T06:37:30.924Z] 0a5ebfc2e5a4: Layer already exists [2023-01-30T06:37:30.924Z] b950f4927523: Layer already exists [2023-01-30T06:37:30.924Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:31.188Z] main: digest: sha256:c24fae1ff288f4a0dc1bada4817953a2d693852d955bddc1843e4dcf8faa8d66 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:37:31.233Z] ===================================================== [Pipeline] echo [2023-01-30T06:37:31.239Z] taggedImages: [2023-01-30T06:37:31.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:31.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-30T06:37:31.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.30 [2023-01-30T06:37:31.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:31.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-30T06:37:31.254Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-30T06:37:31.254Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:31.254Z] latest [2023-01-30T06:37:31.254Z] 3.0.0-dev.30 [2023-01-30T06:37:31.254Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:31.254Z] main [2023-01-30T06:37:31.254Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:31.575Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:31.899Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:31.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-30T06:37:31.899Z] 36df85b0571e: Preparing [2023-01-30T06:37:31.899Z] 6e90fcec7ed6: Preparing [2023-01-30T06:37:31.899Z] 059bf4242ddc: Preparing [2023-01-30T06:37:31.899Z] 5aaac7641804: Preparing [2023-01-30T06:37:31.899Z] 0998fb37fce0: Preparing [2023-01-30T06:37:31.899Z] 9833f26c6bda: Preparing [2023-01-30T06:37:31.899Z] 9833f26c6bda: Waiting [2023-01-30T06:37:32.167Z] 059bf4242ddc: Pushed [2023-01-30T06:37:32.167Z] 36df85b0571e: Pushed [2023-01-30T06:37:32.167Z] 6e90fcec7ed6: Pushed [2023-01-30T06:37:32.167Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:32.747Z] 0998fb37fce0: Pushed [2023-01-30T06:37:47.693Z] 5aaac7641804: Pushed [2023-01-30T06:37:47.693Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:6b6a5496a62cc5555f75b67f88bfb5a939e4f7147486b96408ac0ded80e11d86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:48.017Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:48.343Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-30T06:37:48.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-30T06:37:48.343Z] 36df85b0571e: Preparing [2023-01-30T06:37:48.343Z] 6e90fcec7ed6: Preparing [2023-01-30T06:37:48.343Z] 059bf4242ddc: Preparing [2023-01-30T06:37:48.343Z] 5aaac7641804: Preparing [2023-01-30T06:37:48.343Z] 0998fb37fce0: Preparing [2023-01-30T06:37:48.343Z] 9833f26c6bda: Preparing [2023-01-30T06:37:48.343Z] 9833f26c6bda: Waiting [2023-01-30T06:37:48.343Z] 6e90fcec7ed6: Layer already exists [2023-01-30T06:37:48.343Z] 36df85b0571e: Layer already exists [2023-01-30T06:37:48.343Z] 059bf4242ddc: Layer already exists [2023-01-30T06:37:48.343Z] 5aaac7641804: Layer already exists [2023-01-30T06:37:48.343Z] 0998fb37fce0: Layer already exists [2023-01-30T06:37:48.343Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:48.343Z] latest: digest: sha256:6b6a5496a62cc5555f75b67f88bfb5a939e4f7147486b96408ac0ded80e11d86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:48.665Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:48.994Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.30 [2023-01-30T06:37:48.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-30T06:37:48.994Z] 36df85b0571e: Preparing [2023-01-30T06:37:48.994Z] 6e90fcec7ed6: Preparing [2023-01-30T06:37:48.994Z] 059bf4242ddc: Preparing [2023-01-30T06:37:48.994Z] 5aaac7641804: Preparing [2023-01-30T06:37:48.994Z] 0998fb37fce0: Preparing [2023-01-30T06:37:48.994Z] 9833f26c6bda: Preparing [2023-01-30T06:37:48.994Z] 9833f26c6bda: Waiting [2023-01-30T06:37:48.994Z] 5aaac7641804: Layer already exists [2023-01-30T06:37:48.994Z] 6e90fcec7ed6: Layer already exists [2023-01-30T06:37:48.994Z] 36df85b0571e: Layer already exists [2023-01-30T06:37:48.994Z] 059bf4242ddc: Layer already exists [2023-01-30T06:37:48.994Z] 0998fb37fce0: Layer already exists [2023-01-30T06:37:48.994Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:48.994Z] 3.0.0-dev.30: digest: sha256:6b6a5496a62cc5555f75b67f88bfb5a939e4f7147486b96408ac0ded80e11d86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:49.580Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:49.902Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:49.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-30T06:37:49.902Z] 36df85b0571e: Preparing [2023-01-30T06:37:49.902Z] 6e90fcec7ed6: Preparing [2023-01-30T06:37:49.902Z] 059bf4242ddc: Preparing [2023-01-30T06:37:49.902Z] 5aaac7641804: Preparing [2023-01-30T06:37:49.902Z] 0998fb37fce0: Preparing [2023-01-30T06:37:49.902Z] 9833f26c6bda: Preparing [2023-01-30T06:37:49.902Z] 9833f26c6bda: Waiting [2023-01-30T06:37:49.902Z] 6e90fcec7ed6: Layer already exists [2023-01-30T06:37:49.902Z] 059bf4242ddc: Layer already exists [2023-01-30T06:37:49.902Z] 5aaac7641804: Layer already exists [2023-01-30T06:37:49.902Z] 0998fb37fce0: Layer already exists [2023-01-30T06:37:49.902Z] 36df85b0571e: Layer already exists [2023-01-30T06:37:49.902Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:49.902Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:6b6a5496a62cc5555f75b67f88bfb5a939e4f7147486b96408ac0ded80e11d86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:50.240Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:50.568Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-30T06:37:50.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-30T06:37:50.569Z] 36df85b0571e: Preparing [2023-01-30T06:37:50.569Z] 6e90fcec7ed6: Preparing [2023-01-30T06:37:50.569Z] 059bf4242ddc: Preparing [2023-01-30T06:37:50.569Z] 5aaac7641804: Preparing [2023-01-30T06:37:50.569Z] 0998fb37fce0: Preparing [2023-01-30T06:37:50.569Z] 9833f26c6bda: Preparing [2023-01-30T06:37:50.569Z] 9833f26c6bda: Waiting [2023-01-30T06:37:50.569Z] 6e90fcec7ed6: Layer already exists [2023-01-30T06:37:50.569Z] 36df85b0571e: Layer already exists [2023-01-30T06:37:50.569Z] 059bf4242ddc: Layer already exists [2023-01-30T06:37:50.569Z] 0998fb37fce0: Layer already exists [2023-01-30T06:37:50.569Z] 5aaac7641804: Layer already exists [2023-01-30T06:37:50.569Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:50.569Z] main: digest: sha256:6b6a5496a62cc5555f75b67f88bfb5a939e4f7147486b96408ac0ded80e11d86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:37:50.877Z] ===================================================== [Pipeline] echo [2023-01-30T06:37:50.883Z] taggedImages: [2023-01-30T06:37:50.883Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:50.883Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-30T06:37:50.883Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.30 [2023-01-30T06:37:50.883Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:50.883Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-30T06:37:50.899Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-30T06:37:50.899Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:50.899Z] latest [2023-01-30T06:37:50.899Z] 3.0.0-dev.30 [2023-01-30T06:37:50.899Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:37:50.899Z] main [2023-01-30T06:37:50.899Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:51.224Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:37:51.557Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:37:51.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-30T06:37:51.557Z] 2fdf9528914b: Preparing [2023-01-30T06:37:51.557Z] f6e0cbbd4b9a: Preparing [2023-01-30T06:37:51.557Z] 72691005e603: Preparing [2023-01-30T06:37:51.557Z] 92841ebe23c0: Preparing [2023-01-30T06:37:51.557Z] b950f4927523: Preparing [2023-01-30T06:37:51.557Z] 9833f26c6bda: Preparing [2023-01-30T06:37:51.557Z] 9833f26c6bda: Waiting [2023-01-30T06:37:51.557Z] b950f4927523: Layer already exists [2023-01-30T06:37:51.821Z] 9833f26c6bda: Layer already exists [2023-01-30T06:37:51.821Z] 2fdf9528914b: Pushed [2023-01-30T06:37:51.821Z] 72691005e603: Pushed [2023-01-30T06:37:51.821Z] f6e0cbbd4b9a: Pushed [2023-01-30T06:38:06.769Z] 92841ebe23c0: Pushed [2023-01-30T06:38:06.769Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:64498d002c8ce03cd78bcfa59612d1496af728b7d6c9aeebcae5c6d09d5b19df size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:07.093Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:07.419Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-30T06:38:07.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-30T06:38:07.419Z] 2fdf9528914b: Preparing [2023-01-30T06:38:07.419Z] f6e0cbbd4b9a: Preparing [2023-01-30T06:38:07.419Z] 72691005e603: Preparing [2023-01-30T06:38:07.419Z] 92841ebe23c0: Preparing [2023-01-30T06:38:07.419Z] b950f4927523: Preparing [2023-01-30T06:38:07.420Z] 9833f26c6bda: Preparing [2023-01-30T06:38:07.420Z] 9833f26c6bda: Waiting [2023-01-30T06:38:07.420Z] 72691005e603: Layer already exists [2023-01-30T06:38:07.420Z] b950f4927523: Layer already exists [2023-01-30T06:38:07.420Z] f6e0cbbd4b9a: Layer already exists [2023-01-30T06:38:07.420Z] 2fdf9528914b: Layer already exists [2023-01-30T06:38:07.420Z] 92841ebe23c0: Layer already exists [2023-01-30T06:38:07.420Z] 9833f26c6bda: Layer already exists [2023-01-30T06:38:07.420Z] latest: digest: sha256:64498d002c8ce03cd78bcfa59612d1496af728b7d6c9aeebcae5c6d09d5b19df size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:08.009Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:08.338Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.30 [2023-01-30T06:38:08.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-30T06:38:08.338Z] 2fdf9528914b: Preparing [2023-01-30T06:38:08.338Z] f6e0cbbd4b9a: Preparing [2023-01-30T06:38:08.338Z] 72691005e603: Preparing [2023-01-30T06:38:08.338Z] 92841ebe23c0: Preparing [2023-01-30T06:38:08.338Z] b950f4927523: Preparing [2023-01-30T06:38:08.338Z] 9833f26c6bda: Preparing [2023-01-30T06:38:08.338Z] 9833f26c6bda: Waiting [2023-01-30T06:38:08.338Z] 92841ebe23c0: Layer already exists [2023-01-30T06:38:08.338Z] 2fdf9528914b: Layer already exists [2023-01-30T06:38:08.338Z] b950f4927523: Layer already exists [2023-01-30T06:38:08.338Z] f6e0cbbd4b9a: Layer already exists [2023-01-30T06:38:08.338Z] 72691005e603: Layer already exists [2023-01-30T06:38:08.338Z] 9833f26c6bda: Layer already exists [2023-01-30T06:38:08.602Z] 3.0.0-dev.30: digest: sha256:64498d002c8ce03cd78bcfa59612d1496af728b7d6c9aeebcae5c6d09d5b19df size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:08.941Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:09.293Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:38:09.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-30T06:38:09.293Z] 2fdf9528914b: Preparing [2023-01-30T06:38:09.293Z] f6e0cbbd4b9a: Preparing [2023-01-30T06:38:09.293Z] 72691005e603: Preparing [2023-01-30T06:38:09.293Z] 92841ebe23c0: Preparing [2023-01-30T06:38:09.293Z] b950f4927523: Preparing [2023-01-30T06:38:09.293Z] 9833f26c6bda: Preparing [2023-01-30T06:38:09.293Z] 9833f26c6bda: Waiting [2023-01-30T06:38:09.293Z] b950f4927523: Layer already exists [2023-01-30T06:38:09.293Z] 2fdf9528914b: Layer already exists [2023-01-30T06:38:09.293Z] 92841ebe23c0: Layer already exists [2023-01-30T06:38:09.293Z] f6e0cbbd4b9a: Layer already exists [2023-01-30T06:38:09.293Z] 72691005e603: Layer already exists [2023-01-30T06:38:09.293Z] 9833f26c6bda: Layer already exists [2023-01-30T06:38:09.558Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:64498d002c8ce03cd78bcfa59612d1496af728b7d6c9aeebcae5c6d09d5b19df size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:09.896Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:10.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-30T06:38:10.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-30T06:38:10.231Z] 2fdf9528914b: Preparing [2023-01-30T06:38:10.231Z] f6e0cbbd4b9a: Preparing [2023-01-30T06:38:10.231Z] 72691005e603: Preparing [2023-01-30T06:38:10.231Z] 92841ebe23c0: Preparing [2023-01-30T06:38:10.231Z] b950f4927523: Preparing [2023-01-30T06:38:10.231Z] 9833f26c6bda: Preparing [2023-01-30T06:38:10.231Z] 9833f26c6bda: Waiting [2023-01-30T06:38:10.231Z] b950f4927523: Layer already exists [2023-01-30T06:38:10.231Z] f6e0cbbd4b9a: Layer already exists [2023-01-30T06:38:10.231Z] 2fdf9528914b: Layer already exists [2023-01-30T06:38:10.231Z] 92841ebe23c0: Layer already exists [2023-01-30T06:38:10.231Z] 72691005e603: Layer already exists [2023-01-30T06:38:10.231Z] 9833f26c6bda: Layer already exists [2023-01-30T06:38:10.496Z] main: digest: sha256:64498d002c8ce03cd78bcfa59612d1496af728b7d6c9aeebcae5c6d09d5b19df size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:38:10.551Z] ===================================================== [Pipeline] echo [2023-01-30T06:38:10.563Z] taggedImages: [2023-01-30T06:38:10.563Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:38:10.563Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-30T06:38:10.563Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.30 [2023-01-30T06:38:10.563Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:38:10.563Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-30T06:38:10.590Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-30T06:38:10.590Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:38:10.590Z] latest [2023-01-30T06:38:10.590Z] 3.0.0-dev.30 [2023-01-30T06:38:10.590Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:38:10.590Z] main [2023-01-30T06:38:10.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:10.930Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:11.252Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:38:11.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-30T06:38:11.252Z] b200b1a72b15: Preparing [2023-01-30T06:38:11.252Z] 1042075254f2: Preparing [2023-01-30T06:38:11.252Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:11.252Z] 6947b04daf9a: Preparing [2023-01-30T06:38:11.252Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:11.252Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:11.252Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:11.516Z] b200b1a72b15: Pushed [2023-01-30T06:38:11.516Z] 6947b04daf9a: Pushed [2023-01-30T06:38:16.833Z] 1042075254f2: Pushed [2023-01-30T06:38:16.833Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:29efe2128ce19702331a26e02afc6987face40d7010022d491699f2928c4be1c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:17.156Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:17.477Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-30T06:38:17.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-30T06:38:17.477Z] b200b1a72b15: Preparing [2023-01-30T06:38:17.477Z] 1042075254f2: Preparing [2023-01-30T06:38:17.477Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:17.477Z] 6947b04daf9a: Preparing [2023-01-30T06:38:17.477Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:17.477Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:17.477Z] b200b1a72b15: Layer already exists [2023-01-30T06:38:17.477Z] 1042075254f2: Layer already exists [2023-01-30T06:38:17.477Z] 6947b04daf9a: Layer already exists [2023-01-30T06:38:17.477Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:17.477Z] latest: digest: sha256:29efe2128ce19702331a26e02afc6987face40d7010022d491699f2928c4be1c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:17.804Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:18.134Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.30 [2023-01-30T06:38:18.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-30T06:38:18.134Z] b200b1a72b15: Preparing [2023-01-30T06:38:18.134Z] 1042075254f2: Preparing [2023-01-30T06:38:18.134Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:18.134Z] 6947b04daf9a: Preparing [2023-01-30T06:38:18.134Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:18.134Z] 6947b04daf9a: Layer already exists [2023-01-30T06:38:18.134Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:18.134Z] 1042075254f2: Layer already exists [2023-01-30T06:38:18.134Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:18.134Z] b200b1a72b15: Layer already exists [2023-01-30T06:38:18.134Z] 3.0.0-dev.30: digest: sha256:29efe2128ce19702331a26e02afc6987face40d7010022d491699f2928c4be1c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:18.458Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:18.786Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:38:18.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-30T06:38:18.786Z] b200b1a72b15: Preparing [2023-01-30T06:38:18.786Z] 1042075254f2: Preparing [2023-01-30T06:38:18.786Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:18.786Z] 6947b04daf9a: Preparing [2023-01-30T06:38:18.786Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:18.786Z] 1042075254f2: Layer already exists [2023-01-30T06:38:18.786Z] b200b1a72b15: Layer already exists [2023-01-30T06:38:18.786Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:18.786Z] 6947b04daf9a: Layer already exists [2023-01-30T06:38:18.786Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:18.786Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:29efe2128ce19702331a26e02afc6987face40d7010022d491699f2928c4be1c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:19.117Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:19.444Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-30T06:38:19.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-30T06:38:19.444Z] b200b1a72b15: Preparing [2023-01-30T06:38:19.444Z] 1042075254f2: Preparing [2023-01-30T06:38:19.444Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:19.444Z] 6947b04daf9a: Preparing [2023-01-30T06:38:19.444Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:19.444Z] 1042075254f2: Layer already exists [2023-01-30T06:38:19.444Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:19.444Z] b200b1a72b15: Layer already exists [2023-01-30T06:38:19.444Z] 6947b04daf9a: Layer already exists [2023-01-30T06:38:19.444Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:19.708Z] main: digest: sha256:29efe2128ce19702331a26e02afc6987face40d7010022d491699f2928c4be1c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:38:19.757Z] ===================================================== [Pipeline] echo [2023-01-30T06:38:19.766Z] taggedImages: [2023-01-30T06:38:19.766Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:38:19.766Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-30T06:38:19.766Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.30 [2023-01-30T06:38:19.766Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:38:19.766Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-30T06:38:19.790Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-30T06:38:19.790Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:38:19.790Z] latest [2023-01-30T06:38:19.790Z] 3.0.0-dev.30 [2023-01-30T06:38:19.790Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:38:19.790Z] main [2023-01-30T06:38:19.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:20.138Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:20.470Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:38:20.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-30T06:38:20.470Z] 48f84752a25c: Preparing [2023-01-30T06:38:20.470Z] 8493df6042af: Preparing [2023-01-30T06:38:20.470Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:20.470Z] 5b3c8bd6b643: Preparing [2023-01-30T06:38:20.470Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:20.470Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:38:20.470Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:20.470Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:20.734Z] 48f84752a25c: Pushed [2023-01-30T06:38:26.058Z] 8493df6042af: Pushed [2023-01-30T06:38:26.058Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53: digest: sha256:b3e0ef3fafd176059e27d763d9381269e36d2e69da795bd036d6729ddb1a8144 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:26.388Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:26.711Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-30T06:38:26.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-30T06:38:26.711Z] 48f84752a25c: Preparing [2023-01-30T06:38:26.711Z] 8493df6042af: Preparing [2023-01-30T06:38:26.711Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:26.711Z] 5b3c8bd6b643: Preparing [2023-01-30T06:38:26.711Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:26.711Z] 8493df6042af: Layer already exists [2023-01-30T06:38:26.711Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:26.711Z] 48f84752a25c: Layer already exists [2023-01-30T06:38:26.711Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:38:26.711Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:26.711Z] latest: digest: sha256:b3e0ef3fafd176059e27d763d9381269e36d2e69da795bd036d6729ddb1a8144 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:27.038Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:27.362Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.30 [2023-01-30T06:38:27.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-30T06:38:27.362Z] 48f84752a25c: Preparing [2023-01-30T06:38:27.362Z] 8493df6042af: Preparing [2023-01-30T06:38:27.362Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:27.362Z] 5b3c8bd6b643: Preparing [2023-01-30T06:38:27.362Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:27.362Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:27.362Z] 8493df6042af: Layer already exists [2023-01-30T06:38:27.362Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:38:27.362Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:27.362Z] 48f84752a25c: Layer already exists [2023-01-30T06:38:27.362Z] 3.0.0-dev.30: digest: sha256:b3e0ef3fafd176059e27d763d9381269e36d2e69da795bd036d6729ddb1a8144 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:27.708Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:28.037Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:38:28.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-30T06:38:28.037Z] 48f84752a25c: Preparing [2023-01-30T06:38:28.037Z] 8493df6042af: Preparing [2023-01-30T06:38:28.037Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:28.037Z] 5b3c8bd6b643: Preparing [2023-01-30T06:38:28.037Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:28.037Z] 48f84752a25c: Layer already exists [2023-01-30T06:38:28.037Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:38:28.037Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:28.037Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:28.037Z] 8493df6042af: Layer already exists [2023-01-30T06:38:28.037Z] 5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30: digest: sha256:b3e0ef3fafd176059e27d763d9381269e36d2e69da795bd036d6729ddb1a8144 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:28.363Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:28.689Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-30T06:38:28.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-30T06:38:28.689Z] 48f84752a25c: Preparing [2023-01-30T06:38:28.689Z] 8493df6042af: Preparing [2023-01-30T06:38:28.689Z] d0d7ca093e4d: Preparing [2023-01-30T06:38:28.689Z] 5b3c8bd6b643: Preparing [2023-01-30T06:38:28.689Z] 17bec77d7fdc: Preparing [2023-01-30T06:38:28.689Z] 5b3c8bd6b643: Layer already exists [2023-01-30T06:38:28.689Z] d0d7ca093e4d: Layer already exists [2023-01-30T06:38:28.689Z] 8493df6042af: Layer already exists [2023-01-30T06:38:28.689Z] 48f84752a25c: Layer already exists [2023-01-30T06:38:28.689Z] 17bec77d7fdc: Layer already exists [2023-01-30T06:38:28.689Z] main: digest: sha256:b3e0ef3fafd176059e27d763d9381269e36d2e69da795bd036d6729ddb1a8144 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T06:38:28.998Z] ===================================================== [Pipeline] echo [2023-01-30T06:38:29.003Z] taggedImages: [2023-01-30T06:38:29.003Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53 [2023-01-30T06:38:29.003Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-30T06:38:29.003Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.30 [2023-01-30T06:38:29.003Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b3503b3ec54b2f611c817a2964a7928ebb06f53-3.0.0-dev.30 [2023-01-30T06:38:29.003Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:29.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T06:38:29.366Z] [2023-01-30T06:38:29.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:38:29.686Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T06:38:29.686Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-30T06:38:29.686Z] 8998bd30e6a1: Pulling fs layer [2023-01-30T06:38:29.686Z] 04944245beec: Pulling fs layer [2023-01-30T06:38:29.951Z] 699f458cf7ca: Pulling fs layer [2023-01-30T06:38:29.951Z] 765212b225bb: Pulling fs layer [2023-01-30T06:38:29.951Z] f23df028b6ca: Pulling fs layer [2023-01-30T06:38:29.951Z] d65c8cfc05b1: Pulling fs layer [2023-01-30T06:38:29.951Z] 2437ff75d9bd: Pulling fs layer [2023-01-30T06:38:29.951Z] f23df028b6ca: Waiting [2023-01-30T06:38:29.951Z] d65c8cfc05b1: Waiting [2023-01-30T06:38:29.951Z] 2437ff75d9bd: Waiting [2023-01-30T06:38:29.951Z] 765212b225bb: Waiting [2023-01-30T06:38:29.951Z] 04944245beec: Verifying Checksum [2023-01-30T06:38:29.951Z] 04944245beec: Download complete [2023-01-30T06:38:29.951Z] 765212b225bb: Download complete [2023-01-30T06:38:29.951Z] f23df028b6ca: Verifying Checksum [2023-01-30T06:38:29.951Z] f23df028b6ca: Download complete [2023-01-30T06:38:29.951Z] d65c8cfc05b1: Verifying Checksum [2023-01-30T06:38:29.951Z] d65c8cfc05b1: Download complete [2023-01-30T06:38:30.215Z] 699f458cf7ca: Verifying Checksum [2023-01-30T06:38:30.215Z] 699f458cf7ca: Download complete [2023-01-30T06:38:30.482Z] 8998bd30e6a1: Verifying Checksum [2023-01-30T06:38:30.482Z] 8998bd30e6a1: Download complete [2023-01-30T06:38:33.053Z] 2437ff75d9bd: Verifying Checksum [2023-01-30T06:38:33.053Z] 2437ff75d9bd: Download complete [2023-01-30T06:38:34.453Z] 8998bd30e6a1: Pull complete [2023-01-30T06:38:34.717Z] 04944245beec: Pull complete [2023-01-30T06:38:36.118Z] 699f458cf7ca: Pull complete [2023-01-30T06:38:36.118Z] 765212b225bb: Pull complete [2023-01-30T06:38:37.073Z] f23df028b6ca: Pull complete [2023-01-30T06:38:37.073Z] d65c8cfc05b1: Pull complete [2023-01-30T06:38:52.040Z] 2437ff75d9bd: Pull complete [2023-01-30T06:38:52.040Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-30T06:38:52.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T06:38:52.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:38:52.209Z] prd-ubuntu20.04-docker-arm64-4c-16g-3952 does not seem to be running inside a container [2023-01-30T06:38:52.212Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-30T06:38:54.584Z] $ docker top c31400f093917066ef104b8d2b225244add2b21b2481cf10cd0271cd8031ab03 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:38:55.185Z] ---> job-cost.sh [2023-01-30T06:38:55.451Z] lf-activate-venv: SKIPPING [2023-01-30T06:38:55.451Z] INFO: No Stack... [2023-01-30T06:38:56.027Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-30T06:38:56.605Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T06:38:56.918Z] + cat /w/workspace/edgex-go/388/archives/cost.csv [2023-01-30T06:38:56.918Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T06:38:56.978Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-388-stack-cost] [2023-01-30T06:38:56.986Z] Resource [jenkins-edgexfoundry-edgex-go-main-388-stack-cost] did not exist. Created. [2023-01-30T06:38:56.986Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-388-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T06:38:57.302Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-30T06:38:57.846Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T06:38:57.855Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-388-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T06:38:57.820Z] $ docker stop --time=1 c31400f093917066ef104b8d2b225244add2b21b2481cf10cd0271cd8031ab03 [2023-01-30T06:38:59.251Z] $ docker rm -f --volumes c31400f093917066ef104b8d2b225244add2b21b2481cf10cd0271cd8031ab03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-30T06:38:59.719Z] provisioning config files... [2023-01-30T06:38:59.725Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/388@tmp/config2123975880719433603tmp [Pipeline] { [Pipeline] sh [2023-01-30T06:39:00.013Z] + set +x [2023-01-30T06:39:00.013Z] + bash -s -- [2023-01-30T06:39:00.013Z] + curl -s https://codecov.io/bash [2023-01-30T06:39:00.013Z] [2023-01-30T06:39:00.013Z] _____ _ [2023-01-30T06:39:00.013Z] / ____| | | [2023-01-30T06:39:00.013Z] | | ___ __| | ___ ___ _____ __ [2023-01-30T06:39:00.013Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-30T06:39:00.013Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-30T06:39:00.013Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-30T06:39:00.013Z] Bash-1.0.6 [2023-01-30T06:39:00.013Z] [2023-01-30T06:39:00.013Z] [2023-01-30T06:39:00.013Z] ==> git version 2.25.1 found [2023-01-30T06:39:00.013Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-30T06:39:00.013Z] Release-Date: 2020-01-08 [2023-01-30T06:39:00.013Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-30T06:39:00.013Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-30T06:39:00.013Z] ==> Jenkins CI detected. [2023-01-30T06:39:00.013Z] current dir:  /w/workspace/edgex-go/388 [2023-01-30T06:39:00.013Z] project root: . [2023-01-30T06:39:00.013Z] --> token set from env [2023-01-30T06:39:00.013Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-30T06:39:00.271Z] ==> Running gcov in . (disable via -X gcov) [2023-01-30T06:39:00.271Z] ==> Python coveragepy not found [2023-01-30T06:39:00.271Z] ==> Searching for coverage reports in: [2023-01-30T06:39:00.271Z] + . [2023-01-30T06:39:00.271Z] -> Found 1 reports [2023-01-30T06:39:00.271Z] ==> Detecting git/mercurial file structure [2023-01-30T06:39:00.271Z] ==> Reading reports [2023-01-30T06:39:00.271Z] + ./coverage.out bytes=487391 [2023-01-30T06:39:00.271Z] ==> Appending adjustments [2023-01-30T06:39:00.271Z] https://docs.codecov.io/docs/fixing-reports [2023-01-30T06:39:01.649Z] + Found adjustments [2023-01-30T06:39:01.649Z] ==> Gzipping contents [2023-01-30T06:39:01.649Z] 64K /tmp/codecov.ho6zhY.gz [2023-01-30T06:39:01.649Z] ==> Uploading reports [2023-01-30T06:39:01.649Z] url: https://codecov.io [2023-01-30T06:39:01.649Z] query: branch=main&commit=5b3503b3ec54b2f611c817a2964a7928ebb06f53&build=388&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F388%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-30T06:39:01.649Z] -> Pinging Codecov [2023-01-30T06:39:01.649Z] 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=5b3503b3ec54b2f611c817a2964a7928ebb06f53&build=388&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F388%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-30T06:39:01.649Z] -> Uploading to [2023-01-30T06:39:01.649Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-30/00271124DB129430A58F1EEE437C3FCB/5b3503b3ec54b2f611c817a2964a7928ebb06f53/f438f5c6-40d7-4ff3-a8a9-7ead008669a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230130T063901Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69e8f311dca6f83b1395d19fd87d42003a6de61d56d46fb94d771135b8a1531d [2023-01-30T06:39:01.649Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T06:39:01.649Z] Dload Upload Total Spent Left Speed [2023-01-30T06:39:01.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63256 0 0 100 63256 0 233k --:--:-- --:--:-- --:--:-- 233k [2023-01-30T06:39:01.908Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/5b3503b3ec54b2f611c817a2964a7928ebb06f53 [Pipeline] } [2023-01-30T06:39:01.915Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-30T06:39:02.105Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-30T06:39:02.121Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:39:02.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T06:39:02.416Z] [2023-01-30T06:39:02.416Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:39:02.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T06:39:02.712Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-30T06:39:02.712Z] df9b9388f04a: Pulling fs layer [2023-01-30T06:39:02.712Z] 52dc419b0ee2: Pulling fs layer [2023-01-30T06:39:02.712Z] 25bc292e5bac: Pulling fs layer [2023-01-30T06:39:02.712Z] 114826534d7a: Pulling fs layer [2023-01-30T06:39:02.712Z] 4657fd5d0bcf: Pulling fs layer [2023-01-30T06:39:02.712Z] 6ad1cebc031e: Pulling fs layer [2023-01-30T06:39:02.712Z] 8a3aa393b2d8: Pulling fs layer [2023-01-30T06:39:02.712Z] 4657fd5d0bcf: Waiting [2023-01-30T06:39:02.712Z] 6ad1cebc031e: Waiting [2023-01-30T06:39:02.712Z] 8a3aa393b2d8: Waiting [2023-01-30T06:39:02.712Z] 114826534d7a: Waiting [2023-01-30T06:39:02.712Z] 25bc292e5bac: Verifying Checksum [2023-01-30T06:39:02.712Z] 25bc292e5bac: Download complete [2023-01-30T06:39:02.712Z] 52dc419b0ee2: Verifying Checksum [2023-01-30T06:39:02.712Z] 52dc419b0ee2: Download complete [2023-01-30T06:39:02.712Z] 4657fd5d0bcf: Download complete [2023-01-30T06:39:02.712Z] df9b9388f04a: Download complete [2023-01-30T06:39:02.978Z] df9b9388f04a: Pull complete [2023-01-30T06:39:02.978Z] 52dc419b0ee2: Pull complete [2023-01-30T06:39:03.254Z] 25bc292e5bac: Pull complete [2023-01-30T06:39:03.254Z] 6ad1cebc031e: Verifying Checksum [2023-01-30T06:39:03.254Z] 6ad1cebc031e: Download complete [2023-01-30T06:39:04.285Z] 114826534d7a: Verifying Checksum [2023-01-30T06:39:04.285Z] 114826534d7a: Download complete [2023-01-30T06:39:04.851Z] 8a3aa393b2d8: Verifying Checksum [2023-01-30T06:39:04.851Z] 8a3aa393b2d8: Download complete [2023-01-30T06:39:08.132Z] 114826534d7a: Pull complete [2023-01-30T06:39:08.133Z] 4657fd5d0bcf: Pull complete [2023-01-30T06:39:08.133Z] 6ad1cebc031e: Pull complete [2023-01-30T06:39:10.658Z] 8a3aa393b2d8: Pull complete [2023-01-30T06:39:10.658Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-30T06:39:10.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T06:39:10.658Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:39:10.734Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:39:10.761Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-30T06:39:14.547Z] $ docker top 4c21ea671292fb6a607c6ea3d4e8fc472e767bf25850ede80ab68a8d02ce89d2 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-30T06:39:14.614Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-30T06:39:14.889Z] + set -o pipefail [2023-01-30T06:39:14.889Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-30T06:39:20.161Z] [2023-01-30T06:39:20.161Z] Monitoring /w/workspace/edgex-go/388 (github.com/edgexfoundry/edgex-go)... [2023-01-30T06:39:20.161Z] [2023-01-30T06:39:20.161Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/a662da5d-ebe4-44a6-b985-4773e938b327 [2023-01-30T06:39:20.161Z] [2023-01-30T06:39:20.161Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-30T06:39:20.161Z] [2023-01-30T06:39:20.161Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-30T06:39:20.161Z] [2023-01-30T06:39:20.161Z] [2023-01-30T06:39:20.161Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-30T06:39:20.161Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-30T06:39:20.161Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-30T06:39:20.192Z] $ docker stop --time=1 4c21ea671292fb6a607c6ea3d4e8fc472e767bf25850ede80ab68a8d02ce89d2 [2023-01-30T06:39:23.158Z] $ docker rm -f --volumes 4c21ea671292fb6a607c6ea3d4e8fc472e767bf25850ede80ab68a8d02ce89d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-30T06:39:23.518Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T06:39:23.527Z] provisioning config files... [2023-01-30T06:39:23.533Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/388@tmp/config10285419532063283791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:39:23.822Z] --> edgex-publish-swagger.sh [2023-01-30T06:39:23.822Z] === Publish openapi/v2 API === [2023-01-30T06:39:23.822Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-30T06:39:23.822Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/388/openapi/v2/core-command.yaml] [2023-01-30T06:39:23.822Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T06:39:23.822Z] Dload Upload Total Spent Left Speed [2023-01-30T06:39:24.756Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33880 100 38 100 33842 44 39767 --:--:-- --:--:-- --:--:-- 39765 100 33880 100 38 100 33842 44 39767 --:--:-- --:--:-- --:--:-- 39765 [2023-01-30T06:39:24.756Z] {"code":403,"message":"Access Denied"} [2023-01-30T06:39:24.756Z] [2023-01-30T06:39:24.756Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/388/openapi/v2/core-data.yaml] [2023-01-30T06:39:24.756Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T06:39:24.756Z] Dload Upload Total Spent Left Speed [2023-01-30T06:39:25.322Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71704 100 38 100 71666 44 84115 --:--:-- --:--:-- --:--:-- 84060 100 71704 100 38 100 71666 44 84115 --:--:-- --:--:-- --:--:-- 84060 [2023-01-30T06:39:25.322Z] {"code":403,"message":"Access Denied"} [2023-01-30T06:39:25.322Z] [2023-01-30T06:39:25.322Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/388/openapi/v2/core-metadata.yaml] [2023-01-30T06:39:25.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T06:39:25.322Z] Dload Upload Total Spent Left Speed [2023-01-30T06:39:26.256Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 43 166k --:--:-- --:--:-- --:--:-- 166k 100 144k 100 38 100 144k 43 166k --:--:-- --:--:-- --:--:-- 166k [2023-01-30T06:39:26.256Z] {"code":403,"message":"Access Denied"} [2023-01-30T06:39:26.256Z] [2023-01-30T06:39:26.256Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/388/openapi/v2/support-notifications.yaml] [2023-01-30T06:39:26.256Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T06:39:26.256Z] Dload Upload Total Spent Left Speed [2023-01-30T06:39:27.190Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 43 100k --:--:-- --:--:-- --:--:-- 100k [2023-01-30T06:39:27.190Z] {"code":403,"message":"Access Denied"} [2023-01-30T06:39:27.190Z] [2023-01-30T06:39:27.190Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/388/openapi/v2/support-scheduler.yaml] [2023-01-30T06:39:27.190Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T06:39:27.190Z] Dload Upload Total Spent Left Speed [2023-01-30T06:39:28.125Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 46 47877 --:--:-- --:--:-- --:--:-- 47865 [2023-01-30T06:39:28.125Z] {"code":403,"message":"Access Denied"} [2023-01-30T06:39:28.125Z] [Pipeline] } [2023-01-30T06:39:28.132Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-01-30T06:39:28.504Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T06:39:28.504Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:39:28.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T06:39:28.799Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:39:28.867Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:39:28.892Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T06:39:29.260Z] $ docker top d47186ca287b30821bbf8dd019823b9fca452b922169ad76d9f0b8b888f51b67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T06:39:29.341Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T06:39:29.341Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T06:39:29.459Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T06:39:29.460Z] $ docker exec d47186ca287b30821bbf8dd019823b9fca452b922169ad76d9f0b8b888f51b67 ssh-agent [2023-01-30T06:39:29.598Z] SSH_AUTH_SOCK=/tmp/ssh-voNYBXXxbH86/agent.32 [2023-01-30T06:39:29.598Z] SSH_AGENT_PID=38 [2023-01-30T06:39:29.603Z] Running ssh-add (command line suppressed) [2023-01-30T06:39:29.711Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_7570904410604835626.key (/w/workspace/edgex-go/388@tmp/private_key_7570904410604835626.key) [2023-01-30T06:39:29.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T06:39:30.009Z] + git semver tag [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,176 [run_tag] DEBUG tag force:False [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,176 [check_head_tag] DEBUG check head tag [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,179 [execute] INFO git cat-file --batch-check [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,179 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/388, universal_newlines=False, shell=None, istream=) [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,182 [execute] INFO git cat-file --batch [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/388, universal_newlines=False, shell=None, istream=) [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,226 [read_version] DEBUG read version from /w/workspace/edgex-go/388/.semver/main [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,226 [execute] INFO git tag -a v3.0.0-dev.30 -m v3.0.0-dev.30 [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,227 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.30', '-m', 'v3.0.0-dev.30'], cwd=/w/workspace/edgex-go/388, universal_newlines=False, shell=None, istream=None) [2023-01-30T06:39:30.268Z] 2023-01-30 06:39:30,231 [read_version] DEBUG read version from /w/workspace/edgex-go/388/.semver/main [2023-01-30T06:39:30.268Z] 3.0.0-dev.30 [Pipeline] } [2023-01-30T06:39:30.274Z] $ docker exec --env ******** --env ******** d47186ca287b30821bbf8dd019823b9fca452b922169ad76d9f0b8b888f51b67 ssh-agent -k [2023-01-30T06:39:30.369Z] unset SSH_AUTH_SOCK; [2023-01-30T06:39:30.369Z] unset SSH_AGENT_PID; [2023-01-30T06:39:30.369Z] echo Agent pid 38 killed; [2023-01-30T06:39:30.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T06:39:30.674Z] + git semver [Pipeline] } [2023-01-30T06:39:30.941Z] $ docker stop --time=1 d47186ca287b30821bbf8dd019823b9fca452b922169ad76d9f0b8b888f51b67 [2023-01-30T06:39:32.341Z] $ docker rm -f --volumes d47186ca287b30821bbf8dd019823b9fca452b922169ad76d9f0b8b888f51b67 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:39:32.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T06:39:32.743Z] [2023-01-30T06:39:32.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:39:33.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T06:39:33.051Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-30T06:39:33.051Z] ab5ef0e58194: Pulling fs layer [2023-01-30T06:39:33.051Z] 9712f1f96733: Pulling fs layer [2023-01-30T06:39:33.051Z] 63f879dbbcfc: Pulling fs layer [2023-01-30T06:39:33.051Z] 0d9ebad4ef96: Pulling fs layer [2023-01-30T06:39:33.051Z] e9a5061849ea: Pulling fs layer [2023-01-30T06:39:33.051Z] d747dcd14b5f: Pulling fs layer [2023-01-30T06:39:33.051Z] 2de7ff778b66: Pulling fs layer [2023-01-30T06:39:33.051Z] 0d9ebad4ef96: Waiting [2023-01-30T06:39:33.051Z] e9a5061849ea: Waiting [2023-01-30T06:39:33.051Z] d747dcd14b5f: Waiting [2023-01-30T06:39:33.051Z] 2de7ff778b66: Waiting [2023-01-30T06:39:33.051Z] 9712f1f96733: Verifying Checksum [2023-01-30T06:39:33.051Z] 9712f1f96733: Download complete [2023-01-30T06:39:34.055Z] 63f879dbbcfc: Verifying Checksum [2023-01-30T06:39:34.056Z] 63f879dbbcfc: Download complete [2023-01-30T06:39:34.382Z] e9a5061849ea: Verifying Checksum [2023-01-30T06:39:34.382Z] e9a5061849ea: Download complete [2023-01-30T06:39:34.382Z] d747dcd14b5f: Download complete [2023-01-30T06:39:34.708Z] 0d9ebad4ef96: Verifying Checksum [2023-01-30T06:39:34.708Z] 0d9ebad4ef96: Download complete [2023-01-30T06:39:34.985Z] ab5ef0e58194: Verifying Checksum [2023-01-30T06:39:34.985Z] ab5ef0e58194: Download complete [2023-01-30T06:39:34.985Z] 2de7ff778b66: Verifying Checksum [2023-01-30T06:39:34.985Z] 2de7ff778b66: Download complete [2023-01-30T06:39:38.267Z] ab5ef0e58194: Pull complete [2023-01-30T06:39:38.267Z] 9712f1f96733: Pull complete [2023-01-30T06:39:38.834Z] 63f879dbbcfc: Pull complete [2023-01-30T06:39:43.019Z] 0d9ebad4ef96: Pull complete [2023-01-30T06:39:43.019Z] e9a5061849ea: Pull complete [2023-01-30T06:39:43.019Z] d747dcd14b5f: Pull complete [2023-01-30T06:39:43.584Z] 2de7ff778b66: Pull complete [2023-01-30T06:39:43.584Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-30T06:39:43.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T06:39:43.584Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:39:43.661Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:39:43.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-30T06:39:47.334Z] $ docker top 8c327403840832894515806aae62993094ad8106b6eab7306802cf9868a66f58 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-30T06:39:47.412Z] provisioning config files... [2023-01-30T06:39:47.419Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/388@tmp/config8255973972490577472tmp [2023-01-30T06:39:47.430Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/388@tmp/config10785582937239783944tmp [2023-01-30T06:39:47.437Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/388@tmp/config6880720824952665684tmp [Pipeline] { [Pipeline] echo [2023-01-30T06:39:47.451Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:39:47.732Z] ---> sigul-configuration.sh [2023-01-30T06:39:47.732Z] gpg: directory `/root/.gnupg' created [2023-01-30T06:39:47.732Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-30T06:39:47.732Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-30T06:39:47.732Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-30T06:39:47.732Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-30T06:39:47.732Z] gpg: CAST5 encrypted data [2023-01-30T06:39:47.732Z] gpg: encrypted with 1 passphrase [2023-01-30T06:39:47.732Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-30T06:39:48.017Z] + mkdir /home/jenkins [2023-01-30T06:39:48.017Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-30T06:39:48.324Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-01-30T06:39:48.342Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:39:48.626Z] ---> sigul-install.sh [2023-01-30T06:39:48.626Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-30T06:39:48.909Z] + git tag --list [2023-01-30T06:39:48.909Z] 0.6.0 [2023-01-30T06:39:48.909Z] 0.6.1 [2023-01-30T06:39:48.909Z] 0.7.0 [2023-01-30T06:39:48.909Z] 0.7.1 [2023-01-30T06:39:48.909Z] v1.0.0 [2023-01-30T06:39:48.909Z] v1.0.1 [2023-01-30T06:39:48.909Z] v1.1.0 [2023-01-30T06:39:48.909Z] v1.2.0 [2023-01-30T06:39:48.909Z] v1.2.1 [2023-01-30T06:39:48.909Z] v1.3.0 [2023-01-30T06:39:48.909Z] v1.3.1 [2023-01-30T06:39:48.909Z] v2.0.0 [2023-01-30T06:39:48.909Z] v2.1.0 [2023-01-30T06:39:48.909Z] v2.1.1 [2023-01-30T06:39:48.909Z] v2.1.1-dev.1 [2023-01-30T06:39:48.909Z] v2.1.1-dev.2 [2023-01-30T06:39:48.909Z] v2.1.1-dev.3 [2023-01-30T06:39:48.909Z] v2.1.1-dev.4 [2023-01-30T06:39:48.909Z] v2.1.1-dev.5 [2023-01-30T06:39:48.909Z] v2.1.1-dev.6 [2023-01-30T06:39:48.909Z] v2.1.1-dev.7 [2023-01-30T06:39:48.909Z] v2.1.1-dev.8 [2023-01-30T06:39:48.909Z] v2.1.2-dev.1 [2023-01-30T06:39:48.909Z] v2.2.0 [2023-01-30T06:39:48.909Z] v2.2.1-dev.1 [2023-01-30T06:39:48.909Z] v2.2.1-dev.10 [2023-01-30T06:39:48.909Z] v2.2.1-dev.11 [2023-01-30T06:39:48.909Z] v2.2.1-dev.12 [2023-01-30T06:39:48.909Z] v2.2.1-dev.13 [2023-01-30T06:39:48.909Z] v2.2.1-dev.14 [2023-01-30T06:39:48.909Z] v2.2.1-dev.15 [2023-01-30T06:39:48.909Z] v2.2.1-dev.16 [2023-01-30T06:39:48.909Z] v2.2.1-dev.17 [2023-01-30T06:39:48.909Z] v2.2.1-dev.18 [2023-01-30T06:39:48.909Z] v2.2.1-dev.19 [2023-01-30T06:39:48.909Z] v2.2.1-dev.2 [2023-01-30T06:39:48.909Z] v2.2.1-dev.20 [2023-01-30T06:39:48.909Z] v2.2.1-dev.21 [2023-01-30T06:39:48.909Z] v2.2.1-dev.22 [2023-01-30T06:39:48.909Z] v2.2.1-dev.23 [2023-01-30T06:39:48.909Z] v2.2.1-dev.24 [2023-01-30T06:39:48.909Z] v2.2.1-dev.25 [2023-01-30T06:39:48.909Z] v2.2.1-dev.26 [2023-01-30T06:39:48.909Z] v2.2.1-dev.27 [2023-01-30T06:39:48.909Z] v2.2.1-dev.28 [2023-01-30T06:39:48.909Z] v2.2.1-dev.29 [2023-01-30T06:39:48.909Z] v2.2.1-dev.3 [2023-01-30T06:39:48.909Z] v2.2.1-dev.4 [2023-01-30T06:39:48.909Z] v2.2.1-dev.5 [2023-01-30T06:39:48.909Z] v2.2.1-dev.6 [2023-01-30T06:39:48.909Z] v2.2.1-dev.7 [2023-01-30T06:39:48.909Z] v2.2.1-dev.8 [2023-01-30T06:39:48.909Z] v2.2.1-dev.9 [2023-01-30T06:39:48.909Z] v2.3.0 [2023-01-30T06:39:48.909Z] v2.3.0-dev.100 [2023-01-30T06:39:48.909Z] v2.3.0-dev.101 [2023-01-30T06:39:48.909Z] v2.3.0-dev.102 [2023-01-30T06:39:48.909Z] v2.3.0-dev.103 [2023-01-30T06:39:48.909Z] v2.3.0-dev.104 [2023-01-30T06:39:48.909Z] v2.3.0-dev.105 [2023-01-30T06:39:48.909Z] v2.3.0-dev.106 [2023-01-30T06:39:48.909Z] v2.3.0-dev.29 [2023-01-30T06:39:48.909Z] v2.3.0-dev.30 [2023-01-30T06:39:48.909Z] v2.3.0-dev.31 [2023-01-30T06:39:48.909Z] v2.3.0-dev.32 [2023-01-30T06:39:48.909Z] v2.3.0-dev.33 [2023-01-30T06:39:48.909Z] v2.3.0-dev.34 [2023-01-30T06:39:48.909Z] v2.3.0-dev.35 [2023-01-30T06:39:48.909Z] v2.3.0-dev.36 [2023-01-30T06:39:48.909Z] v2.3.0-dev.37 [2023-01-30T06:39:48.909Z] v2.3.0-dev.38 [2023-01-30T06:39:48.909Z] v2.3.0-dev.39 [2023-01-30T06:39:48.909Z] v2.3.0-dev.40 [2023-01-30T06:39:48.909Z] v2.3.0-dev.41 [2023-01-30T06:39:48.909Z] v2.3.0-dev.42 [2023-01-30T06:39:48.909Z] v2.3.0-dev.43 [2023-01-30T06:39:48.909Z] v2.3.0-dev.44 [2023-01-30T06:39:48.909Z] v2.3.0-dev.45 [2023-01-30T06:39:48.909Z] v2.3.0-dev.46 [2023-01-30T06:39:48.909Z] v2.3.0-dev.47 [2023-01-30T06:39:48.909Z] v2.3.0-dev.48 [2023-01-30T06:39:48.909Z] v2.3.0-dev.49 [2023-01-30T06:39:48.909Z] v2.3.0-dev.50 [2023-01-30T06:39:48.909Z] v2.3.0-dev.51 [2023-01-30T06:39:48.909Z] v2.3.0-dev.52 [2023-01-30T06:39:48.909Z] v2.3.0-dev.53 [2023-01-30T06:39:48.909Z] v2.3.0-dev.54 [2023-01-30T06:39:48.909Z] v2.3.0-dev.55 [2023-01-30T06:39:48.909Z] v2.3.0-dev.56 [2023-01-30T06:39:48.909Z] v2.3.0-dev.57 [2023-01-30T06:39:48.909Z] v2.3.0-dev.58 [2023-01-30T06:39:48.910Z] v2.3.0-dev.59 [2023-01-30T06:39:48.910Z] v2.3.0-dev.60 [2023-01-30T06:39:48.910Z] v2.3.0-dev.61 [2023-01-30T06:39:48.910Z] v2.3.0-dev.62 [2023-01-30T06:39:48.910Z] v2.3.0-dev.63 [2023-01-30T06:39:48.910Z] v2.3.0-dev.64 [2023-01-30T06:39:48.910Z] v2.3.0-dev.65 [2023-01-30T06:39:48.910Z] v2.3.0-dev.66 [2023-01-30T06:39:48.910Z] v2.3.0-dev.67 [2023-01-30T06:39:48.910Z] v2.3.0-dev.68 [2023-01-30T06:39:48.910Z] v2.3.0-dev.69 [2023-01-30T06:39:48.910Z] v2.3.0-dev.70 [2023-01-30T06:39:48.910Z] v2.3.0-dev.71 [2023-01-30T06:39:48.910Z] v2.3.0-dev.72 [2023-01-30T06:39:48.910Z] v2.3.0-dev.73 [2023-01-30T06:39:48.910Z] v2.3.0-dev.74 [2023-01-30T06:39:48.910Z] v2.3.0-dev.75 [2023-01-30T06:39:48.910Z] v2.3.0-dev.76 [2023-01-30T06:39:48.910Z] v2.3.0-dev.77 [2023-01-30T06:39:48.910Z] v2.3.0-dev.78 [2023-01-30T06:39:48.910Z] v2.3.0-dev.79 [2023-01-30T06:39:48.910Z] v2.3.0-dev.80 [2023-01-30T06:39:48.910Z] v2.3.0-dev.81 [2023-01-30T06:39:48.910Z] v2.3.0-dev.82 [2023-01-30T06:39:48.910Z] v2.3.0-dev.83 [2023-01-30T06:39:48.910Z] v2.3.0-dev.84 [2023-01-30T06:39:48.910Z] v2.3.0-dev.85 [2023-01-30T06:39:48.910Z] v2.3.0-dev.86 [2023-01-30T06:39:48.910Z] v2.3.0-dev.87 [2023-01-30T06:39:48.910Z] v2.3.0-dev.88 [2023-01-30T06:39:48.910Z] v2.3.0-dev.89 [2023-01-30T06:39:48.910Z] v2.3.0-dev.90 [2023-01-30T06:39:48.910Z] v2.3.0-dev.91 [2023-01-30T06:39:48.910Z] v2.3.0-dev.92 [2023-01-30T06:39:48.910Z] v2.3.0-dev.93 [2023-01-30T06:39:48.910Z] v2.3.0-dev.94 [2023-01-30T06:39:48.910Z] v2.3.0-dev.95 [2023-01-30T06:39:48.910Z] v2.3.0-dev.96 [2023-01-30T06:39:48.910Z] v2.3.0-dev.97 [2023-01-30T06:39:48.910Z] v2.3.0-dev.98 [2023-01-30T06:39:48.910Z] v2.3.0-dev.99 [2023-01-30T06:39:48.910Z] v2.3.1-dev.1 [2023-01-30T06:39:48.910Z] v2.3.1-dev.2 [2023-01-30T06:39:48.910Z] v2.3.1-dev.3 [2023-01-30T06:39:48.910Z] v2.3.1-dev.4 [2023-01-30T06:39:48.910Z] v2.3.1-dev.5 [2023-01-30T06:39:48.910Z] v3.0.0-dev.1 [2023-01-30T06:39:48.910Z] v3.0.0-dev.10 [2023-01-30T06:39:48.910Z] v3.0.0-dev.11 [2023-01-30T06:39:48.910Z] v3.0.0-dev.12 [2023-01-30T06:39:48.910Z] v3.0.0-dev.13 [2023-01-30T06:39:48.910Z] v3.0.0-dev.14 [2023-01-30T06:39:48.910Z] v3.0.0-dev.15 [2023-01-30T06:39:48.910Z] v3.0.0-dev.16 [2023-01-30T06:39:48.910Z] v3.0.0-dev.17 [2023-01-30T06:39:48.910Z] v3.0.0-dev.18 [2023-01-30T06:39:48.910Z] v3.0.0-dev.19 [2023-01-30T06:39:48.910Z] v3.0.0-dev.2 [2023-01-30T06:39:48.910Z] v3.0.0-dev.20 [2023-01-30T06:39:48.910Z] v3.0.0-dev.21 [2023-01-30T06:39:48.910Z] v3.0.0-dev.22 [2023-01-30T06:39:48.910Z] v3.0.0-dev.23 [2023-01-30T06:39:48.910Z] v3.0.0-dev.24 [2023-01-30T06:39:48.910Z] v3.0.0-dev.25 [2023-01-30T06:39:48.910Z] v3.0.0-dev.26 [2023-01-30T06:39:48.910Z] v3.0.0-dev.27 [2023-01-30T06:39:48.910Z] v3.0.0-dev.28 [2023-01-30T06:39:48.910Z] v3.0.0-dev.29 [2023-01-30T06:39:48.910Z] v3.0.0-dev.3 [2023-01-30T06:39:48.910Z] v3.0.0-dev.30 [2023-01-30T06:39:48.910Z] v3.0.0-dev.4 [2023-01-30T06:39:48.910Z] v3.0.0-dev.5 [2023-01-30T06:39:48.910Z] v3.0.0-dev.6 [2023-01-30T06:39:48.910Z] v3.0.0-dev.7 [2023-01-30T06:39:48.910Z] v3.0.0-dev.8 [2023-01-30T06:39:48.910Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-30T06:39:49.195Z] + lftools sign git-tag v3.0.0-dev.30 [2023-01-30T06:39:49.761Z] Signing Git tag with Sigul... [2023-01-30T06:39:49.761Z] Signing v3.0.0-dev.30 [Pipeline] echo [2023-01-30T06:39:51.676Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:39:51.961Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-30T06:39:51.968Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-30T06:39:51.981Z] $ docker stop --time=1 8c327403840832894515806aae62993094ad8106b6eab7306802cf9868a66f58 [2023-01-30T06:39:53.266Z] $ docker rm -f --volumes 8c327403840832894515806aae62993094ad8106b6eab7306802cf9868a66f58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-30T06:39:53.668Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T06:39:53.668Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:39:53.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T06:39:53.964Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:39:54.026Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:39:54.052Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T06:39:54.398Z] $ docker top 6f44d3b32c755e4315702e978cd18b123da1f273a4e627afe4af53a05d55e41a -eo pid,comm [2023-01-30T06:39:54.445Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T06:39:54.445Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T06:39:54.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T06:39:54.481Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T06:39:54.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T06:39:54.600Z] $ docker exec 6f44d3b32c755e4315702e978cd18b123da1f273a4e627afe4af53a05d55e41a ssh-agent [2023-01-30T06:39:54.700Z] SSH_AUTH_SOCK=/tmp/ssh-N7S0kmaDsNLK/agent.32 [2023-01-30T06:39:54.700Z] SSH_AGENT_PID=39 [2023-01-30T06:39:54.706Z] Running ssh-add (command line suppressed) [2023-01-30T06:39:54.800Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_15638179256821429287.key (/w/workspace/edgex-go/388@tmp/private_key_15638179256821429287.key) [2023-01-30T06:39:54.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T06:39:55.102Z] + git semver bump pre [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,285 [read_version] DEBUG read version from /w/workspace/edgex-go/388/.semver/main [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,286 [bump_version] DEBUG bumping version:3.0.0-dev.30 on axis:pre with prefix:dev [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,286 [bump_version] DEBUG bumped version:3.0.0-dev.31 [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,286 [write_version] DEBUG write version:3.0.0-dev.31 to path:/w/workspace/edgex-go/388/.semver/main with force:True [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,286 [read_version] DEBUG read version from /w/workspace/edgex-go/388/.semver/main [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,286 [write_file] DEBUG write to file:/w/workspace/edgex-go/388/.semver/main [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,288 [execute] INFO git cat-file --batch-check [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,288 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/388/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,293 [execute] INFO git cat-file --batch [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,293 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/388/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T06:39:55.361Z] 2023-01-30 06:39:55,298 [read_version] DEBUG read version from /w/workspace/edgex-go/388/.semver/main [2023-01-30T06:39:55.361Z] 3.0.0-dev.31 [Pipeline] } [2023-01-30T06:39:55.369Z] $ docker exec --env ******** --env ******** 6f44d3b32c755e4315702e978cd18b123da1f273a4e627afe4af53a05d55e41a ssh-agent -k [2023-01-30T06:39:55.460Z] unset SSH_AUTH_SOCK; [2023-01-30T06:39:55.461Z] unset SSH_AGENT_PID; [2023-01-30T06:39:55.461Z] echo Agent pid 39 killed; [2023-01-30T06:39:55.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T06:39:55.769Z] + git semver [Pipeline] } [2023-01-30T06:39:56.040Z] $ docker stop --time=1 6f44d3b32c755e4315702e978cd18b123da1f273a4e627afe4af53a05d55e41a [2023-01-30T06:39:57.321Z] $ docker rm -f --volumes 6f44d3b32c755e4315702e978cd18b123da1f273a4e627afe4af53a05d55e41a [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T06:39:57.652Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T06:39:57.652Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:39:57.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T06:39:57.953Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:39:58.022Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:39:58.052Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T06:39:58.395Z] $ docker top e2cc00f8a0e0bba8d9383f877a5d5f39bd951c956fb09510c04fd59162117ef4 -eo pid,comm [2023-01-30T06:39:58.445Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T06:39:58.445Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T06:39:58.477Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T06:39:58.477Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T06:39:58.578Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T06:39:58.579Z] $ docker exec e2cc00f8a0e0bba8d9383f877a5d5f39bd951c956fb09510c04fd59162117ef4 ssh-agent [2023-01-30T06:39:58.686Z] SSH_AUTH_SOCK=/tmp/ssh-1KOURFzBUJZe/agent.32 [2023-01-30T06:39:58.686Z] SSH_AGENT_PID=38 [2023-01-30T06:39:58.690Z] Running ssh-add (command line suppressed) [2023-01-30T06:39:58.786Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_12982276708540177690.key (/w/workspace/edgex-go/388@tmp/private_key_12982276708540177690.key) [2023-01-30T06:39:58.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T06:39:59.085Z] + git semver push [2023-01-30T06:39:59.342Z] 2023-01-30 06:39:59,253 [run_push] DEBUG push [2023-01-30T06:39:59.342Z] 2023-01-30 06:39:59,253 [execute] INFO git cat-file --batch-check [2023-01-30T06:39:59.342Z] 2023-01-30 06:39:59,254 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/388/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T06:39:59.342Z] 2023-01-30 06:39:59,257 [execute] INFO git rev-list c5c24bcd43f9ea0c91b549086302f8da2de420fb -- [2023-01-30T06:39:59.342Z] 2023-01-30 06:39:59,258 [execute] DEBUG Popen(['git', 'rev-list', 'c5c24bcd43f9ea0c91b549086302f8da2de420fb', '--'], cwd=/w/workspace/edgex-go/388/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-30T06:39:59.342Z] 2023-01-30 06:39:59,270 [execute] INFO git fetch -v origin [2023-01-30T06:39:59.342Z] 2023-01-30 06:39:59,270 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/388/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-30T06:39:59.911Z] 2023-01-30 06:39:59,721 [run_push] DEBUG no remote changes detected [2023-01-30T06:39:59.911Z] 2023-01-30 06:39:59,722 [execute] INFO git push origin semver [2023-01-30T06:39:59.911Z] 2023-01-30 06:39:59,722 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/388/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-30T06:40:00.847Z] 2023-01-30 06:40:00,558 [run_push] DEBUG push all version tags [2023-01-30T06:40:00.847Z] 2023-01-30 06:40:00,558 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-30T06:40:00.847Z] 2023-01-30 06:40:00,559 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/388, universal_newlines=False, shell=None, istream=None) [2023-01-30T06:40:01.417Z] 2023-01-30 06:40:01,338 [read_version] DEBUG read version from /w/workspace/edgex-go/388/.semver/main [2023-01-30T06:40:01.417Z] 3.0.0-dev.31 [Pipeline] } [2023-01-30T06:40:01.422Z] $ docker exec --env ******** --env ******** e2cc00f8a0e0bba8d9383f877a5d5f39bd951c956fb09510c04fd59162117ef4 ssh-agent -k [2023-01-30T06:40:01.512Z] unset SSH_AUTH_SOCK; [2023-01-30T06:40:01.513Z] unset SSH_AGENT_PID; [2023-01-30T06:40:01.513Z] echo Agent pid 38 killed; [2023-01-30T06:40:01.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T06:40:01.816Z] + git semver [Pipeline] } [2023-01-30T06:40:02.083Z] $ docker stop --time=1 e2cc00f8a0e0bba8d9383f877a5d5f39bd951c956fb09510c04fd59162117ef4 [2023-01-30T06:40:03.371Z] $ docker rm -f --volumes e2cc00f8a0e0bba8d9383f877a5d5f39bd951c956fb09510c04fd59162117ef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-30T06:40:03.884Z] + [ -d /w/workspace/edgex-go/388/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:40:04.172Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:40:05.027Z] ---> package-listing.sh [2023-01-30T06:40:05.027Z] ++ facter osfamily [2023-01-30T06:40:05.027Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-30T06:40:05.285Z] + OS_FAMILY=debian [2023-01-30T06:40:05.285Z] + workspace=/w/workspace/edgex-go/388 [2023-01-30T06:40:05.285Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-30T06:40:05.285Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-30T06:40:05.285Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-30T06:40:05.285Z] + PACKAGES=/tmp/packages_start.txt [2023-01-30T06:40:05.285Z] + '[' /w/workspace/edgex-go/388 ']' [2023-01-30T06:40:05.285Z] + PACKAGES=/tmp/packages_end.txt [2023-01-30T06:40:05.285Z] + case "${OS_FAMILY}" in [2023-01-30T06:40:05.285Z] + dpkg -l [2023-01-30T06:40:05.285Z] + grep '^ii' [2023-01-30T06:40:05.285Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-30T06:40:05.285Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-30T06:40:05.285Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-30T06:40:05.285Z] + '[' /w/workspace/edgex-go/388 ']' [2023-01-30T06:40:05.285Z] + mkdir -p /w/workspace/edgex-go/388/archives/ [2023-01-30T06:40:05.285Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/388/archives/ [Pipeline] echo [2023-01-30T06:40:05.296Z] 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/388/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-30T06:40:05.571Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:40:06.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T06:40:06.121Z] [2023-01-30T06:40:06.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T06:40:06.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T06:40:06.420Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-30T06:40:06.420Z] 5eb5b503b376: Pulling fs layer [2023-01-30T06:40:06.420Z] 5c69ac0246d0: Pulling fs layer [2023-01-30T06:40:06.420Z] ec43610c2a17: Pulling fs layer [2023-01-30T06:40:06.420Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-30T06:40:06.420Z] 33b1e0a273af: Pulling fs layer [2023-01-30T06:40:06.420Z] 5d3b04190fa2: Pulling fs layer [2023-01-30T06:40:06.420Z] 2f39f015ded8: Pulling fs layer [2023-01-30T06:40:06.420Z] 3a2ae6a8a46f: Waiting [2023-01-30T06:40:06.420Z] 33b1e0a273af: Waiting [2023-01-30T06:40:06.420Z] 5d3b04190fa2: Waiting [2023-01-30T06:40:06.420Z] 2f39f015ded8: Waiting [2023-01-30T06:40:06.420Z] 5c69ac0246d0: Verifying Checksum [2023-01-30T06:40:06.420Z] 3a2ae6a8a46f: Download complete [2023-01-30T06:40:06.693Z] 33b1e0a273af: Verifying Checksum [2023-01-30T06:40:06.693Z] 33b1e0a273af: Download complete [2023-01-30T06:40:06.693Z] 5d3b04190fa2: Verifying Checksum [2023-01-30T06:40:06.693Z] 5d3b04190fa2: Download complete [2023-01-30T06:40:06.956Z] ec43610c2a17: Verifying Checksum [2023-01-30T06:40:06.957Z] ec43610c2a17: Download complete [2023-01-30T06:40:06.957Z] 5eb5b503b376: Verifying Checksum [2023-01-30T06:40:06.957Z] 5eb5b503b376: Download complete [2023-01-30T06:40:07.890Z] 2f39f015ded8: Download complete [2023-01-30T06:40:08.147Z] 5eb5b503b376: Pull complete [2023-01-30T06:40:08.405Z] 5c69ac0246d0: Pull complete [2023-01-30T06:40:08.662Z] ec43610c2a17: Pull complete [2023-01-30T06:40:08.922Z] 3a2ae6a8a46f: Pull complete [2023-01-30T06:40:08.922Z] 33b1e0a273af: Pull complete [2023-01-30T06:40:09.179Z] 5d3b04190fa2: Pull complete [2023-01-30T06:40:13.364Z] 2f39f015ded8: Pull complete [2023-01-30T06:40:13.364Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-30T06:40:13.364Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T06:40:13.364Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T06:40:13.442Z] prd-ubuntu20.04-docker-8c-8g-3951 does not seem to be running inside a container [2023-01-30T06:40:13.467Z] $ 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/388/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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-30T06:40:15.898Z] $ docker top 02c0b2a57a44047f4ca902dad723d3c7d13c5454d8125472b5231ffd7aca9050 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T06:40:16.243Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-30T06:40:16.529Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-30T06:40:16.818Z] + ls /var/log/sa-host [2023-01-30T06:40:16.818Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T06:40:16.962Z] provisioning config files... [2023-01-30T06:40:16.969Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/388@tmp/config16281521267482015718tmp [Pipeline] { [Pipeline] echo [2023-01-30T06:40:16.980Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:40:17.262Z] ---> create-netrc.sh [Pipeline] } [2023-01-30T06:40:17.269Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:40:17.604Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-30T06:40:17.613Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:40:17.894Z] ---> sudo-logs.sh [2023-01-30T06:40:17.894Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-30T06:40:17.913Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:40:18.193Z] ---> job-cost.sh [2023-01-30T06:40:18.193Z] lf-activate-venv: SKIPPING [2023-01-30T06:40:18.193Z] DEBUG: total: 0.10999999940395355 [2023-01-30T06:40:18.193Z] INFO: Retrieving Stack Cost... [2023-01-30T06:40:18.451Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T06:40:19.017Z] INFO: Archiving Costs [Pipeline] echo [2023-01-30T06:40:19.028Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T06:40:19.312Z] ---> logs-deploy.sh [2023-01-30T06:40:19.312Z] lf-activate-venv: SKIPPING [2023-01-30T06:40:19.312Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/388 [2023-01-30T06:40:19.312Z] INFO: archiving workspace using pattern(s): [2023-01-30T06:40:20.247Z] Archives upload complete. [2023-01-30T06:40:20.247Z] INFO: archiving logs to Nexus