Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9e386417050e4cffa7025a09e4120fb1660b81d4 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-ssh9108343325062734162.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-ssh9986614078381634347.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-ssh2765272417164314618.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-ssh16840193841540958281.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-ssh3797848346981575090.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-3178 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/382 [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/382 # 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 9e386417050e4cffa7025a09e4120fb1660b81d4 (main) Commit message: "docs(snap): Remove outdated build instructions (#4298)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9e386417050e4cffa7025a09e4120fb1660b81d4 # timeout=10 > git rev-list --no-walk 9f6c2d12596b055c2e2c9bccf1d135bdf65fffde # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-20T10:03:20.790Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-20T10:03:20.831Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-20T10:03:20.848Z] ========================================================= [2023-01-20T10:03:20.848Z] EdgeX Global Pipelines Version Info [2023-01-20T10:03:20.848Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:03:21.565Z] ------------------- [2023-01-20T10:03:21.565Z] stable info: [2023-01-20T10:03:21.565Z] ------------------- [2023-01-20T10:03:21.565Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-20T10:03:21.565Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-20T10:03:21.565Z] Message: update stable to v1.0.244 [2023-01-20T10:03:22.134Z] ------------------- [2023-01-20T10:03:22.134Z] experimental info: [2023-01-20T10:03:22.134Z] ------------------- [2023-01-20T10:03:22.134Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-20T10:03:22.134Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-20T10:03:22.134Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-20T10:03:22.300Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-20T10:03:22.308Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-20T10:03:22.316Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-20T10:03:22.323Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-20T10:03:22.331Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-20T10:03:22.339Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-20T10:03:22.347Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-20T10:03:22.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-20T10:03:22.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-20T10:03:22.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-20T10:03:22.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-20T10:03:22.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-20T10:03:22.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-20T10:03:22.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-20T10:03:22.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-20T10:03:22.449Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-20T10:03:22.465Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-20T10:03:22.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-20T10:03:22.495Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-20T10:03:22.505Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-20T10:03:22.519Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-20T10:03:22.529Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-20T10:03:22.543Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-20T10:03:22.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-20T10:03:22.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-20T10:03:22.587Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-20T10:03:22.598Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] echo [2023-01-20T10:03:22.608Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e38641 [Pipeline] echo [2023-01-20T10:03:22.620Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-20T10:03:22.661Z] provisioning config files... [2023-01-20T10:03:22.674Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config4830066776069127942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:03:22.971Z] ---> docker-login.sh [2023-01-20T10:03:22.971Z] nexus3.edgexfoundry.org:10001 [2023-01-20T10:03:23.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:03:23.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:03:23.492Z] Configure a credential helper to remove this warning. See [2023-01-20T10:03:23.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:03:23.492Z] [2023-01-20T10:03:23.492Z] Login Succeeded [2023-01-20T10:03:23.492Z] nexus3.edgexfoundry.org:10002 [2023-01-20T10:03:23.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:03:23.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:03:23.492Z] Configure a credential helper to remove this warning. See [2023-01-20T10:03:23.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:03:23.492Z] [2023-01-20T10:03:23.492Z] Login Succeeded [2023-01-20T10:03:23.492Z] nexus3.edgexfoundry.org:10003 [2023-01-20T10:03:23.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:03:23.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:03:23.492Z] Configure a credential helper to remove this warning. See [2023-01-20T10:03:23.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:03:23.492Z] [2023-01-20T10:03:23.492Z] Login Succeeded [2023-01-20T10:03:23.492Z] nexus3.edgexfoundry.org:10004 [2023-01-20T10:03:23.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:03:23.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:03:23.753Z] Configure a credential helper to remove this warning. See [2023-01-20T10:03:23.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:03:23.753Z] [2023-01-20T10:03:23.753Z] Login Succeeded [2023-01-20T10:03:23.753Z] docker.io [2023-01-20T10:03:23.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:03:24.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:03:24.013Z] Configure a credential helper to remove this warning. See [2023-01-20T10:03:24.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:03:24.013Z] [2023-01-20T10:03:24.013Z] Login Succeeded [2023-01-20T10:03:24.013Z] ---> docker-login.sh ends [Pipeline] } [2023-01-20T10:03:24.021Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-20T10:03:24.330Z] + 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-20T10:03:24.330Z] + dirname cmd/core-command/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/core-data/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/core-metadata/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-20T10:03:24.330Z] + dirname cmd/support-notifications/Dockerfile [2023-01-20T10:03:24.330Z] + cut -d/ -f2 [2023-01-20T10:03:24.330Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-20T10:03:24.330Z] + + dirname cmd/support-scheduler/Dockerfilecut [2023-01-20T10:03:24.330Z] -d/ -f2 [2023-01-20T10:03:24.330Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-20T10:03:24.375Z] 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-20T10:03:24.712Z] + git rev-list -1 --merges 9e386417050e4cffa7025a09e4120fb1660b81d4~1..9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] echo [2023-01-20T10:03:24.754Z] -----------> git rev-list -1 --merges 9e386417050e4cffa7025a09e4120fb1660b81d4~1..9e386417050e4cffa7025a09e4120fb1660b81d4 9e386417050e4cffa7025a09e4120fb1660b81d4 [false] [Pipeline] sh [2023-01-20T10:03:25.046Z] + git log --format=format:%s -1 9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] echo [2023-01-20T10:03:25.063Z] ========================================================= [2023-01-20T10:03:25.063Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-20T10:03:25.063Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-20T10:03:25.474Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-20T10:03:25.474Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-20T10:03:25.474Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-20T10:03:25.474Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-20T10:03:25.474Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-20T10:03:25.474Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-20T10:03:25.474Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:03:25.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-20T10:03:25.877Z] [2023-01-20T10:03:25.877Z] 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-20T10:03:26.176Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-20T10:03:26.176Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-20T10:03:26.176Z] b85a868b505f: Pulling fs layer [2023-01-20T10:03:26.176Z] e2be974225ed: Pulling fs layer [2023-01-20T10:03:26.176Z] 339a4e72a1f5: Pulling fs layer [2023-01-20T10:03:26.176Z] 988bab9f4d93: Pulling fs layer [2023-01-20T10:03:26.176Z] 1469e6f7b9e6: Pulling fs layer [2023-01-20T10:03:26.176Z] eaf3925da568: Pulling fs layer [2023-01-20T10:03:26.176Z] bab4dde63d76: Pulling fs layer [2023-01-20T10:03:26.176Z] bde34c3a00c8: Pulling fs layer [2023-01-20T10:03:26.176Z] b352a97aabf1: Pulling fs layer [2023-01-20T10:03:26.176Z] 4872d77fe225: Pulling fs layer [2023-01-20T10:03:26.176Z] 5851b861e8e6: Pulling fs layer [2023-01-20T10:03:26.176Z] bde34c3a00c8: Waiting [2023-01-20T10:03:26.176Z] b352a97aabf1: Waiting [2023-01-20T10:03:26.176Z] bab4dde63d76: Waiting [2023-01-20T10:03:26.176Z] eaf3925da568: Waiting [2023-01-20T10:03:26.176Z] 5851b861e8e6: Waiting [2023-01-20T10:03:26.176Z] e2be974225ed: Download complete [2023-01-20T10:03:26.176Z] 988bab9f4d93: Verifying Checksum [2023-01-20T10:03:26.176Z] 988bab9f4d93: Download complete [2023-01-20T10:03:26.440Z] 1469e6f7b9e6: Verifying Checksum [2023-01-20T10:03:26.440Z] 1469e6f7b9e6: Download complete [2023-01-20T10:03:26.440Z] 339a4e72a1f5: Verifying Checksum [2023-01-20T10:03:26.440Z] 339a4e72a1f5: Download complete [2023-01-20T10:03:26.440Z] eaf3925da568: Verifying Checksum [2023-01-20T10:03:26.440Z] eaf3925da568: Download complete [2023-01-20T10:03:26.440Z] bde34c3a00c8: Verifying Checksum [2023-01-20T10:03:26.440Z] bde34c3a00c8: Download complete [2023-01-20T10:03:26.701Z] b352a97aabf1: Verifying Checksum [2023-01-20T10:03:26.701Z] b352a97aabf1: Download complete [2023-01-20T10:03:26.701Z] 4872d77fe225: Verifying Checksum [2023-01-20T10:03:26.701Z] 4872d77fe225: Download complete [2023-01-20T10:03:26.701Z] 5851b861e8e6: Verifying Checksum [2023-01-20T10:03:26.701Z] 5851b861e8e6: Download complete [2023-01-20T10:03:26.701Z] b85a868b505f: Verifying Checksum [2023-01-20T10:03:26.701Z] b85a868b505f: Download complete [2023-01-20T10:03:26.961Z] bab4dde63d76: Verifying Checksum [2023-01-20T10:03:26.961Z] bab4dde63d76: Download complete [2023-01-20T10:03:27.897Z] b85a868b505f: Pull complete [2023-01-20T10:03:27.897Z] e2be974225ed: Pull complete [2023-01-20T10:03:28.463Z] 339a4e72a1f5: Pull complete [2023-01-20T10:03:28.463Z] 988bab9f4d93: Pull complete [2023-01-20T10:03:28.724Z] 1469e6f7b9e6: Pull complete [2023-01-20T10:03:28.724Z] eaf3925da568: Pull complete [2023-01-20T10:03:30.633Z] bab4dde63d76: Pull complete [2023-01-20T10:03:30.633Z] bde34c3a00c8: Pull complete [2023-01-20T10:03:30.633Z] b352a97aabf1: Pull complete [2023-01-20T10:03:30.633Z] 4872d77fe225: Pull complete [2023-01-20T10:03:30.893Z] 5851b861e8e6: Pull complete [2023-01-20T10:03:30.893Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-20T10:03:30.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-20T10:03:30.893Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:03:30.973Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:03:31.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-20T10:03:33.332Z] $ docker top 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e -eo pid,comm [2023-01-20T10:03:33.376Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-20T10:03:33.376Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-20T10:03:33.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-20T10:03:33.413Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-20T10:03:33.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-20T10:03:33.532Z] $ docker exec 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e ssh-agent [2023-01-20T10:03:33.631Z] SSH_AUTH_SOCK=/tmp/ssh-qzY9AEhkcllj/agent.31 [2023-01-20T10:03:33.632Z] SSH_AGENT_PID=37 [2023-01-20T10:03:33.637Z] Running ssh-add (command line suppressed) [2023-01-20T10:03:33.747Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_1532720760488768139.key (/w/workspace/edgex-go/382@tmp/private_key_1532720760488768139.key) [2023-01-20T10:03:33.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-20T10:03:34.041Z] + git tag --points-at HEAD [Pipeline] } [2023-01-20T10:03:34.059Z] $ docker exec --env ******** --env ******** 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e ssh-agent -k [2023-01-20T10:03:34.155Z] unset SSH_AUTH_SOCK; [2023-01-20T10:03:34.155Z] unset SSH_AGENT_PID; [2023-01-20T10:03:34.155Z] echo Agent pid 37 killed; [2023-01-20T10:03:34.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-20T10:03:34.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-20T10:03:34.186Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-20T10:03:34.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-20T10:03:34.299Z] $ docker exec 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e ssh-agent [2023-01-20T10:03:34.398Z] SSH_AUTH_SOCK=/tmp/ssh-1X4MBj27BPwQ/agent.69 [2023-01-20T10:03:34.398Z] SSH_AGENT_PID=75 [2023-01-20T10:03:34.403Z] Running ssh-add (command line suppressed) [2023-01-20T10:03:34.514Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_10017501263218576871.key (/w/workspace/edgex-go/382@tmp/private_key_10017501263218576871.key) [2023-01-20T10:03:34.520Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-20T10:03:34.813Z] + git semver init [2023-01-20T10:03:35.072Z] 2023-01-20 10:03:35,000 [run_init] DEBUG init version:0.0.0 force:False [2023-01-20T10:03:35.072Z] 2023-01-20 10:03:35,001 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/382/.semver [2023-01-20T10:03:35.072Z] 2023-01-20 10:03:35,001 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/382/.semver [2023-01-20T10:03:35.072Z] 2023-01-20 10:03:35,001 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/382/.semver'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=None) [2023-01-20T10:03:45.074Z] 2023-01-20 10:03:43,343 [append_file] DEBUG append to file:/w/workspace/edgex-go/382/.git/info/exclude [2023-01-20T10:03:45.074Z] 2023-01-20 10:03:43,344 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/382/.semver/main with force:False [2023-01-20T10:03:45.074Z] 2023-01-20 10:03:43,344 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main [2023-01-20T10:03:45.074Z] 2023-01-20 10:03:43,344 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main [2023-01-20T10:03:45.074Z] 3.0.0-dev.26 [Pipeline] } [2023-01-20T10:03:45.090Z] $ docker exec --env ******** --env ******** 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e ssh-agent -k [2023-01-20T10:03:45.193Z] unset SSH_AUTH_SOCK; [2023-01-20T10:03:45.194Z] unset SSH_AGENT_PID; [2023-01-20T10:03:45.194Z] echo Agent pid 75 killed; [2023-01-20T10:03:45.198Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-20T10:03:45.500Z] + git semver [Pipeline] } [2023-01-20T10:03:45.777Z] $ docker stop --time=1 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e [2023-01-20T10:03:47.060Z] $ docker rm -f --volumes 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-20T10:03:47.388Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-20T10:03:47.593Z] Stashed 1 file(s) [Pipeline] echo [2023-01-20T10:03:47.596Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.26 [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-20T10:03:47.984Z] + git config --global --add safe.directory /w/workspace/edgex-go/382 [Pipeline] echo [2023-01-20T10:03:47.996Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-20T10:03:48.008Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-20T10:03:48.014Z] ========================================================= [2023-01-20T10:03:48.014Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-20T10:03:48.014Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-20T10:03:48.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-20T10:03:48.304Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-20T10:03:48.304Z] 213ec9aee27d: Pulling fs layer [2023-01-20T10:03:48.304Z] 4583459ba037: Pulling fs layer [2023-01-20T10:03:48.304Z] 93c1e223e6f2: Pulling fs layer [2023-01-20T10:03:48.304Z] 53926ce57604: Pulling fs layer [2023-01-20T10:03:48.304Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-20T10:03:48.304Z] 22ff95d597cd: Pulling fs layer [2023-01-20T10:03:48.304Z] 12d6caf4c0d1: Pulling fs layer [2023-01-20T10:03:48.304Z] 96b7cbca73a9: Pulling fs layer [2023-01-20T10:03:48.304Z] a7acece74701: Pulling fs layer [2023-01-20T10:03:48.304Z] 21b2b0c7a3f4: Waiting [2023-01-20T10:03:48.304Z] 53926ce57604: Waiting [2023-01-20T10:03:48.304Z] 22ff95d597cd: Waiting [2023-01-20T10:03:48.304Z] 12d6caf4c0d1: Waiting [2023-01-20T10:03:48.304Z] 96b7cbca73a9: Waiting [2023-01-20T10:03:48.304Z] a7acece74701: Waiting [2023-01-20T10:03:48.304Z] 93c1e223e6f2: Verifying Checksum [2023-01-20T10:03:48.304Z] 93c1e223e6f2: Download complete [2023-01-20T10:03:48.304Z] 4583459ba037: Verifying Checksum [2023-01-20T10:03:48.304Z] 4583459ba037: Download complete [2023-01-20T10:03:48.304Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-20T10:03:48.304Z] 21b2b0c7a3f4: Download complete [2023-01-20T10:03:48.304Z] 22ff95d597cd: Verifying Checksum [2023-01-20T10:03:48.304Z] 22ff95d597cd: Download complete [2023-01-20T10:03:48.304Z] 213ec9aee27d: Verifying Checksum [2023-01-20T10:03:48.304Z] 213ec9aee27d: Download complete [2023-01-20T10:03:48.571Z] 12d6caf4c0d1: Verifying Checksum [2023-01-20T10:03:48.571Z] 12d6caf4c0d1: Download complete [2023-01-20T10:03:48.571Z] 213ec9aee27d: Pull complete [2023-01-20T10:03:48.571Z] 4583459ba037: Pull complete [2023-01-20T10:03:48.850Z] 93c1e223e6f2: Pull complete [2023-01-20T10:03:49.953Z] a7acece74701: Verifying Checksum [2023-01-20T10:03:49.953Z] a7acece74701: Download complete [2023-01-20T10:03:50.222Z] 53926ce57604: Download complete [2023-01-20T10:03:50.222Z] 96b7cbca73a9: Verifying Checksum [2023-01-20T10:03:50.222Z] 96b7cbca73a9: Download complete [2023-01-20T10:03:53.504Z] 53926ce57604: Pull complete [2023-01-20T10:03:53.504Z] 21b2b0c7a3f4: Pull complete [2023-01-20T10:03:53.504Z] 22ff95d597cd: Pull complete [2023-01-20T10:03:53.762Z] 12d6caf4c0d1: Pull complete [2023-01-20T10:03:55.669Z] 96b7cbca73a9: Pull complete [2023-01-20T10:03:56.235Z] a7acece74701: Pull complete [2023-01-20T10:03:56.235Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-20T10:03:56.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-20T10:03:56.235Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-20T10:03:56.529Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-20T10:03:56.529Z] WORKDIR /edgex [2023-01-20T10:03:56.529Z] COPY go.mod . [2023-01-20T10:03:56.529Z] RUN go mod download [2023-01-20T10:03:56.529Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-20T10:03:57.099Z] Sending build context to Docker daemon 170.1MB [2023-01-20T10:03:57.099Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-20T10:03:57.099Z] ---> db6d94c90886 [2023-01-20T10:03:57.099Z] Step 2/4 : WORKDIR /edgex [2023-01-20T10:04:01.290Z] ---> Running in 7be98aeb6f34 [2023-01-20T10:04:01.290Z] Removing intermediate container 7be98aeb6f34 [2023-01-20T10:04:01.290Z] ---> 9ec39734cb05 [2023-01-20T10:04:01.290Z] Step 3/4 : COPY go.mod . [2023-01-20T10:04:01.549Z] ---> 08b3bc35ca91 [2023-01-20T10:04:01.549Z] Step 4/4 : RUN go mod download [2023-01-20T10:04:01.549Z] ---> Running in 6586507866fe [2023-01-20T10:04:02.678Z] Still waiting to schedule task [2023-01-20T10:04:02.678Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-20T10:04:19.637Z] Removing intermediate container 6586507866fe [2023-01-20T10:04:19.637Z] ---> ccbce75f8467 [2023-01-20T10:04:19.637Z] Successfully built ccbce75f8467 [2023-01-20T10:04:19.637Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:04:19.945Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-20T10:04:19.946Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:04:20.020Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:04:20.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-20T10:04:20.714Z] $ docker top cd93882a96a7e6a4b35538b9e794c551d596a57c7c3dee20b72f4cde1f1c87b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-20T10:04:21.048Z] + go version [2023-01-20T10:04:21.048Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-20T10:04:21.064Z] $ docker stop --time=1 cd93882a96a7e6a4b35538b9e794c551d596a57c7c3dee20b72f4cde1f1c87b2 [2023-01-20T10:04:22.394Z] $ docker rm -f --volumes cd93882a96a7e6a4b35538b9e794c551d596a57c7c3dee20b72f4cde1f1c87b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:04:22.777Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-20T10:04:22.777Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:04:22.844Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:04:22.878Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-20T10:04:23.176Z] $ docker top 881208b0702865b2a3ac5aae60dc47a2cdffa12d137a9920ede69de655e97f7e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-20T10:04:23.236Z] ========================================================= [2023-01-20T10:04:23.236Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-20T10:04:23.236Z] ========================================================= [Pipeline] sh [2023-01-20T10:04:23.509Z] + git config --global --add safe.directory /w/workspace/edgex-go/382 [Pipeline] fileExists [Pipeline] sh [2023-01-20T10:04:23.803Z] + make test [2023-01-20T10:04:23.803Z] go test -race -coverprofile=coverage.out ./... [2023-01-20T10:04:30.361Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-20T10:04:42.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-20T10:04:42.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-01-20T10:04:42.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-20T10:04:42.829Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-20T10:04:42.829Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-20T10:04:42.829Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-20T10:04:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-20T10:04:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-20T10:04:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-20T10:04:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-20T10:04:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-20T10:04:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-20T10:04:43.086Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-20T10:04:43.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-20T10:04:43.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements [2023-01-20T10:04:43.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-20T10:04:43.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-20T10:04:44.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.141s coverage: 98.5% of statements [2023-01-20T10:04:44.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.171s coverage: 43.0% of statements [2023-01-20T10:04:44.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-20T10:04:44.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-01-20T10:04:44.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-20T10:04:44.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.118s coverage: 54.0% of statements [2023-01-20T10:04:44.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-20T10:04:44.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-20T10:04:48.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.878s coverage: 89.2% of statements [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 2.4% of statements [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.559s coverage: 95.6% of statements [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.086s coverage: 72.2% of statements [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.111s coverage: 0.9% of statements [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.082s coverage: 29.6% of statements [2023-01-20T10:04:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2023-01-20T10:04:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements [2023-01-20T10:04:56.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2023-01-20T10:04:56.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2023-01-20T10:04:59.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.251s coverage: 79.9% of statements [2023-01-20T10:04:59.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 65.1% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 86.9% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 77.4% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.0% of statements [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.2% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.7% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 65.3% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 41.8% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-20T10:05:07.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-20T10:05:07.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements [2023-01-20T10:05:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-20T10:05:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-20T10:05:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-20T10:05:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-20T10:05:07.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements [2023-01-20T10:05:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-20T10:05:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-20T10:05:07.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2023-01-20T10:05:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-20T10:05:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-20T10:05:07.928Z] 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-20T10:05:29.842Z] 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-20T10:05:29.842Z] go vet ./... [2023-01-20T10:05:30.772Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-20T10:05:30.772Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-20T10:05:30.772Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-20T10:05:31.043Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-20T10:05:31.327Z] + ls -al . [2023-01-20T10:05:31.327Z] total 748 [2023-01-20T10:05:31.327Z] drwxrwxr-x 11 1001 1001 4096 Jan 20 10:04 . [2023-01-20T10:05:31.327Z] drwxr-xr-x 4 root root 4096 Jan 20 10:04 .. [2023-01-20T10:05:31.327Z] drwxrwxr-x 2 1001 1001 4096 Jan 20 10:03 .blubracket [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 16 Jan 20 10:03 .dockerignore [2023-01-20T10:05:31.327Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 10:05 .git [2023-01-20T10:05:31.327Z] drwxrwxr-x 3 1001 1001 4096 Jan 20 10:03 .github [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 1024 Jan 20 10:03 .gitignore [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 42 Jan 20 10:03 .golangci.yml [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 87 Jan 20 10:03 .hadolint.yml [2023-01-20T10:05:31.327Z] drwxr-xr-x 3 1001 1001 4096 Jan 20 10:03 .semver [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 10:03 .sonarcloud.properties [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 1171 Jan 20 10:03 ADOPTERS.md [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 10825 Jan 20 10:03 Attribution.txt [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 73765 Jan 20 10:03 CHANGELOG.md [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 10:03 CONTRIBUTING.md [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 677 Jan 20 10:03 GOVERNANCE.md [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 850 Jan 20 10:03 Jenkinsfile [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 10:03 LICENSE [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 13388 Jan 20 10:03 Makefile [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 582 Jan 20 10:03 OWNERS.md [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 9403 Jan 20 10:03 README.md [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 6912 Jan 20 10:03 SECURITY.md [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 12 Jan 20 10:03 VERSION [2023-01-20T10:05:31.327Z] drwxrwxr-x 2 1001 1001 4096 Jan 20 10:03 bin [2023-01-20T10:05:31.327Z] drwxrwxr-x 17 1001 1001 4096 Jan 20 10:03 cmd [2023-01-20T10:05:31.327Z] -rw-r--r-- 1 root root 489970 Jan 20 10:05 coverage.out [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 3377 Jan 20 10:03 go.mod [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 34951 Jan 20 10:03 go.sum [2023-01-20T10:05:31.327Z] drwxrwxr-x 7 1001 1001 4096 Jan 20 10:03 internal [2023-01-20T10:05:31.327Z] drwxrwxr-x 3 1001 1001 4096 Jan 20 10:03 openapi [2023-01-20T10:05:31.327Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 10:03 snap [2023-01-20T10:05:31.327Z] -rw-rw-r-- 1 1001 1001 204 Jan 20 10:03 version.go [Pipeline] sh [2023-01-20T10:05:31.611Z] + '[' -e coverage.out ] [2023-01-20T10:05:31.612Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-20T10:05:31.713Z] Stashed 1 file(s) [Pipeline] sh [2023-01-20T10:05:32.024Z] + make build [2023-01-20T10:05:32.024Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-20T10:05:34.032Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3180 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-20T10:05:34.044Z] Running in /w/workspace/edgex-go/382 [Pipeline] { [Pipeline] checkout [2023-01-20T10:05:34.081Z] The recommended git tool is: git [2023-01-20T10:05:39.101Z] using credential edgex-jenkins-ssh [2023-01-20T10:05:39.117Z] Cloning the remote Git repository [2023-01-20T10:05:39.163Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-20T10:05:39.237Z] > git init /w/workspace/edgex-go/382 # timeout=10 [2023-01-20T10:05:39.379Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-20T10:05:39.380Z] > git --version # timeout=10 [2023-01-20T10:05:39.402Z] > git --version # 'git version 2.25.1' [2023-01-20T10:05:39.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-20T10:05:39.472Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-20T10:05:44.290Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-20T10:05:45.662Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-20T10:05:46.594Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-20T10:05:47.529Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-20T10:05:55.649Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-20T10:05:56.586Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-20T10:05:57.260Z] Avoid second fetch [2023-01-20T10:05:57.261Z] Checking out Revision 9e386417050e4cffa7025a09e4120fb1660b81d4 (main) [2023-01-20T10:05:57.520Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-20T10:05:57.911Z] Commit message: "docs(snap): Remove outdated build instructions (#4298)" [Pipeline] withEnv [Pipeline] { [2023-01-20T10:05:56.393Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-20T10:05:56.418Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-20T10:05:57.280Z] > git config core.sparsecheckout # timeout=10 [2023-01-20T10:05:57.296Z] > git checkout -f 9e386417050e4cffa7025a09e4120fb1660b81d4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-20T10:05:58.890Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-20T10:05:58.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-20T10:05:58.891Z] Dload Upload Total Spent Left Speed [2023-01-20T10:05:58.895Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-20T10:05:59.160Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 48299 0 --:--:-- --:--:-- --:--:-- 48482 [Pipeline] sh [2023-01-20T10:05:59.463Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-20T10:05:59.684Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-20T10:06:00.026Z] + sudo tee /etc/docker/daemon.new [2023-01-20T10:06:00.026Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-20T10:06:00.026Z] { [2023-01-20T10:06:00.026Z] "registry-mirrors": [ [2023-01-20T10:06:00.026Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-20T10:06:00.026Z] ], [2023-01-20T10:06:00.026Z] "bip": "10.250.0.254/24", [2023-01-20T10:06:00.026Z] "hosts": [ [2023-01-20T10:06:00.026Z] "tcp://0.0.0.0:5555", [2023-01-20T10:06:00.026Z] "unix:///var/run/docker.sock" [2023-01-20T10:06:00.026Z] ], [2023-01-20T10:06:00.026Z] "mtu": 1458, [2023-01-20T10:06:00.026Z] "selinux-enabled": true, [2023-01-20T10:06:00.026Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-20T10:06:00.026Z] } [Pipeline] sh [2023-01-20T10:06:00.359Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-20T10:06:00.397Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-20T10:06:00.689Z] + sudo service docker restart [2023-01-20T10:06:02.933Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-20T10:06:04.330Z] $ docker stop --time=1 881208b0702865b2a3ac5aae60dc47a2cdffa12d137a9920ede69de655e97f7e [2023-01-20T10:06:07.882Z] $ docker rm -f --volumes 881208b0702865b2a3ac5aae60dc47a2cdffa12d137a9920ede69de655e97f7e [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-20T10:06:08.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-20T10:06:08.745Z] [2023-01-20T10:06:08.745Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:06:09.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-20T10:06:09.057Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-20T10:06:09.057Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-20T10:06:09.057Z] ca9280d653b3: Pulling fs layer [2023-01-20T10:06:09.057Z] 7e9c9ca2126c: Pulling fs layer [2023-01-20T10:06:09.322Z] cbdbe7a5bc2a: Verifying Checksum [2023-01-20T10:06:09.322Z] cbdbe7a5bc2a: Download complete [2023-01-20T10:06:09.322Z] cbdbe7a5bc2a: Pull complete [2023-01-20T10:06:09.581Z] ca9280d653b3: Download complete [2023-01-20T10:06:09.841Z] 7e9c9ca2126c: Verifying Checksum [2023-01-20T10:06:09.841Z] 7e9c9ca2126c: Download complete [2023-01-20T10:06:10.102Z] ca9280d653b3: Pull complete [2023-01-20T10:06:13.394Z] 7e9c9ca2126c: Pull complete [2023-01-20T10:06:13.394Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-20T10:06:13.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-20T10:06:13.394Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:06:13.481Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:06:13.520Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-20T10:06:15.736Z] $ docker top d863edff04406ad27b2b044b9defba8d87aa777fe9467cb97a9bc6f90f6ebcde -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-20T10:06:16.073Z] + + docker-composegrep build parallel --help [2023-01-20T10:06:16.073Z] [2023-01-20T10:06:16.641Z] --parallel Build images in parallel. [Pipeline] } [2023-01-20T10:06:16.657Z] $ docker stop --time=1 d863edff04406ad27b2b044b9defba8d87aa777fe9467cb97a9bc6f90f6ebcde [2023-01-20T10:06:17.918Z] $ docker rm -f --volumes d863edff04406ad27b2b044b9defba8d87aa777fe9467cb97a9bc6f90f6ebcde [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:06:18.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-20T10:06:18.320Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:06:18.393Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:06:18.423Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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-20T10:06:18.735Z] $ docker top 4bf314a2daa118dc767cc7f4bc69e4887838bffe68aec19d41c1355dc30d56ca -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-20T10:06:18.940Z] provisioning config files... [2023-01-20T10:06:18.964Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config12162210786470741607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:06:19.077Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-20T10:06:19.315Z] ---> docker-login.sh [2023-01-20T10:06:19.315Z] nexus3.edgexfoundry.org:10001 [2023-01-20T10:06:19.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:06:19.645Z] Building core-command ... [2023-01-20T10:06:19.645Z] Building core-common-config-bootstrapper ... [2023-01-20T10:06:19.645Z] Building core-data ... [2023-01-20T10:06:19.645Z] Building core-metadata ... [2023-01-20T10:06:19.645Z] Building security-bootstrapper ... [2023-01-20T10:06:19.645Z] Building security-proxy-setup ... [2023-01-20T10:06:19.645Z] Building security-secretstore-setup ... [2023-01-20T10:06:19.645Z] Building security-spiffe-token-provider ... [2023-01-20T10:06:19.645Z] Building security-spire-agent ... [2023-01-20T10:06:19.645Z] Building security-spire-config ... [2023-01-20T10:06:19.645Z] Building security-spire-server ... [2023-01-20T10:06:19.645Z] Building support-notifications ... [2023-01-20T10:06:19.645Z] Building support-scheduler ... [2023-01-20T10:06:19.645Z] Building support-notifications [2023-01-20T10:06:19.645Z] Building core-metadata [2023-01-20T10:06:19.645Z] Building security-spire-server [2023-01-20T10:06:19.645Z] Building security-spire-agent [2023-01-20T10:06:19.645Z] Building security-bootstrapper [2023-01-20T10:06:19.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:06:19.866Z] Configure a credential helper to remove this warning. See [2023-01-20T10:06:19.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:06:19.866Z] [2023-01-20T10:06:19.866Z] Login Succeeded [2023-01-20T10:06:19.866Z] nexus3.edgexfoundry.org:10002 [2023-01-20T10:06:20.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:06:20.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:06:20.145Z] Configure a credential helper to remove this warning. See [2023-01-20T10:06:20.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:06:20.145Z] [2023-01-20T10:06:20.145Z] Login Succeeded [2023-01-20T10:06:20.145Z] nexus3.edgexfoundry.org:10003 [2023-01-20T10:06:20.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:06:20.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:06:20.681Z] Configure a credential helper to remove this warning. See [2023-01-20T10:06:20.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:06:20.681Z] [2023-01-20T10:06:20.681Z] Login Succeeded [2023-01-20T10:06:20.681Z] nexus3.edgexfoundry.org:10004 [2023-01-20T10:06:20.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:06:20.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:06:20.955Z] Configure a credential helper to remove this warning. See [2023-01-20T10:06:20.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:06:20.955Z] [2023-01-20T10:06:20.955Z] Login Succeeded [2023-01-20T10:06:20.955Z] docker.io [2023-01-20T10:06:21.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:06:21.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:06:21.487Z] Configure a credential helper to remove this warning. See [2023-01-20T10:06:21.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:06:21.487Z] [2023-01-20T10:06:21.487Z] Login Succeeded [2023-01-20T10:06:21.487Z] ---> docker-login.sh ends [Pipeline] } [2023-01-20T10:06:21.501Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-20T10:06:22.067Z] + git config --global --add safe.directory /w/workspace/edgex-go/382 [Pipeline] echo [2023-01-20T10:06:22.088Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-20T10:06:22.100Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-20T10:06:22.112Z] ========================================================= [2023-01-20T10:06:22.112Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-20T10:06:22.112Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-20T10:06:22.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-20T10:06:22.431Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-20T10:06:22.431Z] 9b18e9b68314: Pulling fs layer [2023-01-20T10:06:22.431Z] 35d82f9e3411: Pulling fs layer [2023-01-20T10:06:22.431Z] e16973657156: Pulling fs layer [2023-01-20T10:06:22.431Z] fc693d55d65f: Pulling fs layer [2023-01-20T10:06:22.431Z] 7e9fc2657dce: Pulling fs layer [2023-01-20T10:06:22.431Z] dda99020689f: Pulling fs layer [2023-01-20T10:06:22.431Z] db1c61fa0a46: Pulling fs layer [2023-01-20T10:06:22.431Z] 891c053d2c06: Pulling fs layer [2023-01-20T10:06:22.431Z] fc693d55d65f: Waiting [2023-01-20T10:06:22.431Z] 7e9fc2657dce: Waiting [2023-01-20T10:06:22.431Z] dda99020689f: Waiting [2023-01-20T10:06:22.431Z] db1c61fa0a46: Waiting [2023-01-20T10:06:22.431Z] 891c053d2c06: Waiting [2023-01-20T10:06:22.700Z] e16973657156: Verifying Checksum [2023-01-20T10:06:22.700Z] e16973657156: Download complete [2023-01-20T10:06:22.700Z] 35d82f9e3411: Verifying Checksum [2023-01-20T10:06:22.700Z] 35d82f9e3411: Download complete [2023-01-20T10:06:22.700Z] 7e9fc2657dce: Verifying Checksum [2023-01-20T10:06:22.700Z] 7e9fc2657dce: Download complete [2023-01-20T10:06:22.700Z] dda99020689f: Verifying Checksum [2023-01-20T10:06:22.700Z] dda99020689f: Download complete [2023-01-20T10:06:22.700Z] 9b18e9b68314: Verifying Checksum [2023-01-20T10:06:22.700Z] 9b18e9b68314: Download complete [2023-01-20T10:06:23.664Z] 9b18e9b68314: Pull complete [2023-01-20T10:06:23.664Z] 891c053d2c06: Verifying Checksum [2023-01-20T10:06:23.664Z] 891c053d2c06: Download complete [2023-01-20T10:06:23.934Z] 35d82f9e3411: Pull complete [2023-01-20T10:06:24.204Z] e16973657156: Pull complete [2023-01-20T10:06:24.791Z] db1c61fa0a46: Verifying Checksum [2023-01-20T10:06:24.791Z] db1c61fa0a46: Download complete [2023-01-20T10:06:25.375Z] fc693d55d65f: Verifying Checksum [2023-01-20T10:06:25.375Z] fc693d55d65f: Download complete [2023-01-20T10:06:29.620Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:06:29.620Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:06:29.620Z] ---> ccbce75f8467 [2023-01-20T10:06:29.620Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:06:29.620Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:06:29.620Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:06:29.620Z] ---> ccbce75f8467 [2023-01-20T10:06:29.620Z] Step 3/32 : WORKDIR /edgex-go [2023-01-20T10:06:29.620Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:06:29.620Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:06:29.620Z] ---> ccbce75f8467 [2023-01-20T10:06:29.620Z] Step 3/23 : WORKDIR /edgex-go [2023-01-20T10:06:29.620Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:06:29.620Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:06:29.620Z] ---> ccbce75f8467 [2023-01-20T10:06:29.620Z] Step 3/24 : WORKDIR /edgex-go [2023-01-20T10:06:30.557Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:06:30.557Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:06:30.557Z] ---> ccbce75f8467 [2023-01-20T10:06:30.557Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:06:37.172Z] ---> Running in bb6bf2b87a66 [2023-01-20T10:06:37.172Z] ---> Running in 5ab188e10334 [2023-01-20T10:06:37.172Z] ---> Running in 347d687838aa [2023-01-20T10:06:37.172Z] ---> Running in f0de73c10a77 [2023-01-20T10:06:37.172Z] ---> Running in d5292ef94490 [2023-01-20T10:06:37.172Z] Removing intermediate container bb6bf2b87a66 [2023-01-20T10:06:37.172Z] ---> 48fa42bd7375 [2023-01-20T10:06:37.172Z] Step 4/24 : WORKDIR /edgex-go [2023-01-20T10:06:37.172Z] Removing intermediate container 347d687838aa [2023-01-20T10:06:37.172Z] ---> 62425a2b8e57 [2023-01-20T10:06:37.172Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-20T10:06:37.172Z] Removing intermediate container 5ab188e10334 [2023-01-20T10:06:37.172Z] ---> 1c32ada001db [2023-01-20T10:06:37.172Z] Step 4/22 : WORKDIR /edgex-go [2023-01-20T10:06:37.172Z] Removing intermediate container f0de73c10a77 [2023-01-20T10:06:37.172Z] ---> e2a4a16ce7d0 [2023-01-20T10:06:37.172Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-20T10:06:37.172Z] Removing intermediate container d5292ef94490 [2023-01-20T10:06:37.172Z] ---> f13494fb56c8 [2023-01-20T10:06:37.172Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-20T10:06:37.172Z] ---> Running in 98cdc7f03d25 [2023-01-20T10:06:37.172Z] ---> Running in e87d189b7e80 [2023-01-20T10:06:37.172Z] ---> Running in a117c91ef447 [2023-01-20T10:06:37.172Z] ---> Running in bd4f257c87e4 [2023-01-20T10:06:37.172Z] ---> Running in 2368e952d271 [2023-01-20T10:06:37.432Z] Removing intermediate container 98cdc7f03d25 [2023-01-20T10:06:37.432Z] ---> 24ed1166aa36 [2023-01-20T10:06:37.432Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-20T10:06:37.432Z] Removing intermediate container bd4f257c87e4 [2023-01-20T10:06:37.432Z] ---> f18506d93bd7 [2023-01-20T10:06:37.432Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-20T10:06:37.432Z] ---> Running in 17114f65973b [2023-01-20T10:06:37.432Z] ---> Running in da6aca02517a [2023-01-20T10:06:37.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:37.695Z] fc693d55d65f: Pull complete [2023-01-20T10:06:37.695Z] 7e9fc2657dce: Pull complete [2023-01-20T10:06:37.695Z] dda99020689f: Pull complete [2023-01-20T10:06:37.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:37.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:37.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:37.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:37.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:38.207Z] OK: 211 MiB in 51 packages [2023-01-20T10:06:38.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:38.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:38.207Z] OK: 211 MiB in 51 packages [2023-01-20T10:06:38.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:38.207Z] OK: 211 MiB in 51 packages [2023-01-20T10:06:38.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:06:38.465Z] OK: 211 MiB in 51 packages [2023-01-20T10:06:38.465Z] OK: 211 MiB in 51 packages [2023-01-20T10:06:38.465Z] Removing intermediate container e87d189b7e80 [2023-01-20T10:06:38.465Z] ---> cf4bb494c215 [2023-01-20T10:06:38.465Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-20T10:06:38.725Z] Removing intermediate container a117c91ef447 [2023-01-20T10:06:38.725Z] ---> d9cfc486ed01 [2023-01-20T10:06:38.725Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-20T10:06:38.725Z] ---> 68065e979f10 [2023-01-20T10:06:38.725Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:06:38.725Z] ---> Running in 0fc8e386cbd5 [2023-01-20T10:06:38.725Z] ---> 2a67987ef3a2 [2023-01-20T10:06:38.725Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:06:38.725Z] ---> Running in 3d3213f71504 [2023-01-20T10:06:38.725Z] Removing intermediate container 2368e952d271 [2023-01-20T10:06:38.725Z] ---> 6567369511b4 [2023-01-20T10:06:38.725Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-20T10:06:38.984Z] Removing intermediate container 17114f65973b [2023-01-20T10:06:38.984Z] ---> cb85e1f75684 [2023-01-20T10:06:38.984Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-20T10:06:38.984Z] Removing intermediate container da6aca02517a [2023-01-20T10:06:38.984Z] ---> cf64f12c3bcb [2023-01-20T10:06:38.984Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-20T10:06:39.243Z] ---> 06cdf3c7587f [2023-01-20T10:06:39.243Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:06:39.243Z] ---> 9d94f93fa9c6 [2023-01-20T10:06:39.243Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:06:39.243Z] ---> 51b78f40d4ca [2023-01-20T10:06:39.243Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:06:39.243Z] ---> Running in 5107238e9a46 [2023-01-20T10:06:39.243Z] ---> Running in 1385395d797b [2023-01-20T10:06:39.243Z] ---> Running in 512197caf20d [2023-01-20T10:06:41.036Z] db1c61fa0a46: Pull complete [2023-01-20T10:06:42.983Z] 891c053d2c06: Pull complete [2023-01-20T10:06:42.983Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-20T10:06:42.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-20T10:06:42.983Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-20T10:06:43.322Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-20T10:06:43.322Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-20T10:06:43.322Z] WORKDIR /edgex [2023-01-20T10:06:43.322Z] COPY go.mod . [2023-01-20T10:06:43.322Z] RUN go mod download [2023-01-20T10:06:43.905Z] Sending build context to Docker daemon 3.124MB [2023-01-20T10:06:43.905Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-20T10:06:43.905Z] ---> f96f9c87975a [2023-01-20T10:06:43.905Z] Step 2/4 : WORKDIR /edgex [2023-01-20T10:06:45.852Z] ---> Running in 6e181bf82f4a [2023-01-20T10:06:45.852Z] Removing intermediate container 6e181bf82f4a [2023-01-20T10:06:45.852Z] ---> 3cdb9918c4a8 [2023-01-20T10:06:45.852Z] Step 3/4 : COPY go.mod . [2023-01-20T10:06:46.434Z] ---> 0e37929cb52c [2023-01-20T10:06:46.434Z] Step 4/4 : RUN go mod download [2023-01-20T10:06:46.434Z] ---> Running in 583497079fe8 [2023-01-20T10:07:18.756Z] Removing intermediate container 583497079fe8 [2023-01-20T10:07:18.756Z] ---> 1a761833dd1b [2023-01-20T10:07:18.756Z] Successfully built 1a761833dd1b [2023-01-20T10:07:18.756Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:07:19.086Z] + docker inspect -f . ci-base-image-arm64 [2023-01-20T10:07:19.086Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:07:19.270Z] prd-ubuntu20.04-docker-arm64-4c-16g-3180 does not seem to be running inside a container [2023-01-20T10:07:19.336Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-20T10:07:20.512Z] $ docker top 4d5b533b2301e7fd45fdfa217d59e4860078576366ce87b647a594b7959f7106 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-20T10:07:21.321Z] + go version [2023-01-20T10:07:21.321Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-20T10:07:21.345Z] $ docker stop --time=1 4d5b533b2301e7fd45fdfa217d59e4860078576366ce87b647a594b7959f7106 [2023-01-20T10:07:22.895Z] $ docker rm -f --volumes 4d5b533b2301e7fd45fdfa217d59e4860078576366ce87b647a594b7959f7106 [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-20T10:07:23.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-20T10:07:23.479Z] [2023-01-20T10:07:23.479Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:07:23.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-20T10:07:23.813Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-20T10:07:23.813Z] 29e5d40040c1: Pulling fs layer [2023-01-20T10:07:23.813Z] 1ce36da41761: Pulling fs layer [2023-01-20T10:07:23.813Z] 25b303627fd3: Pulling fs layer [2023-01-20T10:07:24.080Z] 29e5d40040c1: Verifying Checksum [2023-01-20T10:07:24.080Z] 29e5d40040c1: Download complete [2023-01-20T10:07:24.349Z] 1ce36da41761: Verifying Checksum [2023-01-20T10:07:24.349Z] 1ce36da41761: Download complete [2023-01-20T10:07:24.617Z] 29e5d40040c1: Pull complete [2023-01-20T10:07:25.591Z] 1ce36da41761: Pull complete [2023-01-20T10:07:25.857Z] 25b303627fd3: Verifying Checksum [2023-01-20T10:07:25.857Z] 25b303627fd3: Download complete [2023-01-20T10:07:35.516Z] Removing intermediate container 512197caf20d [2023-01-20T10:07:35.517Z] ---> dd585bae37ed [2023-01-20T10:07:35.517Z] Step 8/22 : COPY . . [2023-01-20T10:07:35.517Z] Removing intermediate container 5107238e9a46 [2023-01-20T10:07:35.517Z] ---> ace92d76482f [2023-01-20T10:07:35.517Z] Step 7/32 : COPY . . [2023-01-20T10:07:35.517Z] Removing intermediate container 0fc8e386cbd5 [2023-01-20T10:07:35.517Z] ---> 153425516c13 [2023-01-20T10:07:35.517Z] Step 7/23 : COPY . . [2023-01-20T10:07:35.517Z] Removing intermediate container 1385395d797b [2023-01-20T10:07:35.517Z] ---> ccfd2aaf3c8a [2023-01-20T10:07:35.517Z] Step 8/24 : COPY . . [2023-01-20T10:07:35.517Z] Removing intermediate container 3d3213f71504 [2023-01-20T10:07:35.517Z] ---> 5067ba4402b9 [2023-01-20T10:07:35.517Z] Step 7/24 : COPY . . [2023-01-20T10:07:35.923Z] 25b303627fd3: Pull complete [2023-01-20T10:07:35.923Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-20T10:07:35.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-20T10:07:35.923Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:07:36.099Z] prd-ubuntu20.04-docker-arm64-4c-16g-3180 does not seem to be running inside a container [2023-01-20T10:07:36.164Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-20T10:07:38.176Z] $ docker top 54d3795c831f21c7e3af207f471c62044ac12b26cef0780c08bdc30fd9c2a661 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-20T10:07:38.970Z] + grep parallel [2023-01-20T10:07:38.970Z] + docker-compose build --help [2023-01-20T10:07:43.212Z] --parallel Build images in parallel. [Pipeline] } [2023-01-20T10:07:43.235Z] $ docker stop --time=1 54d3795c831f21c7e3af207f471c62044ac12b26cef0780c08bdc30fd9c2a661 [2023-01-20T10:07:44.809Z] $ docker rm -f --volumes 54d3795c831f21c7e3af207f471c62044ac12b26cef0780c08bdc30fd9c2a661 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:07:45.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-20T10:07:45.306Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:07:45.467Z] prd-ubuntu20.04-docker-arm64-4c-16g-3180 does not seem to be running inside a container [2023-01-20T10:07:45.538Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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-20T10:07:46.971Z] $ docker top faba181bfb1cf28500b3537f0cbac1de0ea35076ccb5463e398df8180f9be1b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-20T10:07:47.440Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-20T10:07:52.771Z] Building core-command ... [2023-01-20T10:07:52.771Z] Building core-common-config-bootstrapper ... [2023-01-20T10:07:52.771Z] Building core-data ... [2023-01-20T10:07:52.771Z] Building core-metadata ... [2023-01-20T10:07:52.771Z] Building security-bootstrapper ... [2023-01-20T10:07:52.771Z] Building security-proxy-setup ... [2023-01-20T10:07:52.771Z] Building security-secretstore-setup ... [2023-01-20T10:07:52.771Z] Building security-spiffe-token-provider ... [2023-01-20T10:07:52.771Z] Building security-spire-agent ... [2023-01-20T10:07:52.771Z] Building security-spire-config ... [2023-01-20T10:07:52.771Z] Building security-spire-server ... [2023-01-20T10:07:52.771Z] Building support-notifications ... [2023-01-20T10:07:52.771Z] Building support-scheduler ... [2023-01-20T10:07:52.771Z] Building security-spire-agent [2023-01-20T10:07:52.771Z] Building core-command [2023-01-20T10:07:52.771Z] Building support-notifications [2023-01-20T10:07:52.771Z] Building security-proxy-setup [2023-01-20T10:07:52.771Z] Building security-secretstore-setup [2023-01-20T10:08:02.212Z] ---> 16d50a6c3beb [2023-01-20T10:08:02.212Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-20T10:08:02.212Z] ---> 152dff107933 [2023-01-20T10:08:02.212Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-20T10:08:02.212Z] ---> 2745f74e7dee [2023-01-20T10:08:02.212Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-20T10:08:02.212Z] ---> ac2227ae792d [2023-01-20T10:08:02.212Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-20T10:08:02.212Z] ---> ded06a4276d3 [2023-01-20T10:08:02.212Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-20T10:08:02.212Z] ---> Running in 656970bbd94c [2023-01-20T10:08:02.212Z] ---> Running in 545313001e6a [2023-01-20T10:08:02.212Z] ---> Running in e40396b4b8cd [2023-01-20T10:08:02.212Z] ---> Running in cf5109c3b798 [2023-01-20T10:08:02.212Z] ---> Running in 734287ff3abe [2023-01-20T10:08:02.212Z] Removing intermediate container e40396b4b8cd [2023-01-20T10:08:02.212Z] ---> 0852c71589e0 [2023-01-20T10:08:02.212Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-20T10:08:02.212Z] Removing intermediate container cf5109c3b798 [2023-01-20T10:08:02.212Z] ---> 26427467fa7c [2023-01-20T10:08:02.212Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-20T10:08:02.212Z] ---> Running in 61c9d29e384d [2023-01-20T10:08:02.212Z] ---> Running in a30dc77ec082 [2023-01-20T10:08:02.212Z] Removing intermediate container 61c9d29e384d [2023-01-20T10:08:02.212Z] ---> da9d21384f03 [2023-01-20T10:08:02.212Z] 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-20T10:08:02.212Z] Removing intermediate container a30dc77ec082 [2023-01-20T10:08:02.212Z] ---> cf27fa4a67f2 [2023-01-20T10:08:02.212Z] 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-20T10:08:02.212Z] ---> Running in 0f20fe9ff885 [2023-01-20T10:08:02.212Z] ---> Running in f0986a3e01f4 [2023-01-20T10:08:02.212Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-20T10:08:02.212Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-20T10:08:02.212Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-20T10:08:02.212Z] Removing intermediate container f0986a3e01f4 [2023-01-20T10:08:02.212Z] ---> a7cc3624865c [2023-01-20T10:08:02.212Z] Step 11/23 : WORKDIR /edgex-go [2023-01-20T10:08:02.212Z] Removing intermediate container 0f20fe9ff885 [2023-01-20T10:08:02.212Z] ---> 4cd808a0ac98 [2023-01-20T10:08:02.212Z] Step 11/24 : WORKDIR /edgex-go [2023-01-20T10:08:02.212Z] ---> Running in dcd5d97bb89f [2023-01-20T10:08:02.212Z] ---> Running in 343551fad07e [2023-01-20T10:08:02.212Z] Removing intermediate container dcd5d97bb89f [2023-01-20T10:08:02.212Z] ---> 593356be8301 [2023-01-20T10:08:02.212Z] [2023-01-20T10:08:02.212Z] Step 12/23 : FROM alpine:3.15 [2023-01-20T10:08:02.212Z] Removing intermediate container 343551fad07e [2023-01-20T10:08:02.212Z] ---> f2ece8a7d404 [2023-01-20T10:08:02.212Z] [2023-01-20T10:08:02.212Z] Step 12/24 : FROM alpine:3.15 [2023-01-20T10:08:02.212Z] 3.15: Pulling from library/alpine [2023-01-20T10:08:02.212Z] 3.15: Pulling from library/alpine [2023-01-20T10:08:02.212Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-20T10:08:02.212Z] Status: Downloaded newer image for alpine:3.15 [2023-01-20T10:08:02.212Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-20T10:08:02.212Z] Status: Image is up to date for alpine:3.15 [2023-01-20T10:08:02.212Z] ---> c4fc93816858 [2023-01-20T10:08:02.212Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:08:02.212Z] ---> c4fc93816858 [2023-01-20T10:08:02.212Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:08:02.848Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:02.848Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:02.848Z] ---> 1a761833dd1b [2023-01-20T10:08:02.848Z] Step 3/21 : WORKDIR /edgex-go [2023-01-20T10:08:02.848Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:02.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:02.848Z] ---> 1a761833dd1b [2023-01-20T10:08:02.848Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:08:02.848Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:02.848Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:02.848Z] ---> 1a761833dd1b [2023-01-20T10:08:02.848Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:08:02.848Z] ---> Running in 586deae4b5c3 [2023-01-20T10:08:02.848Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:02.848Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:02.848Z] ---> 1a761833dd1b [2023-01-20T10:08:02.848Z] Step 3/24 : WORKDIR /edgex-go [2023-01-20T10:08:02.848Z] ---> Running in 8eb3e8f33640 [2023-01-20T10:08:02.848Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:02.848Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:02.848Z] ---> 1a761833dd1b [2023-01-20T10:08:02.848Z] Step 3/24 : WORKDIR /edgex-go [2023-01-20T10:08:02.848Z] ---> Running in c0a1587489d4 [2023-01-20T10:08:02.848Z] ---> Running in a60eabe70a5d [2023-01-20T10:08:02.848Z] ---> Running in ad059db9e5e2 [2023-01-20T10:08:03.114Z] Removing intermediate container 586deae4b5c3 [2023-01-20T10:08:03.114Z] ---> 9a2701021f59 [2023-01-20T10:08:03.114Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-20T10:08:03.144Z] ---> Running in 4f70b38fb0d7 [2023-01-20T10:08:03.144Z] ---> Running in 9b0a21c65e37 [2023-01-20T10:08:03.387Z] ---> Running in dac8805e9da5 [2023-01-20T10:08:03.387Z] Removing intermediate container 8eb3e8f33640 [2023-01-20T10:08:03.387Z] ---> d59b91876a99 [2023-01-20T10:08:03.387Z] Step 4/22 : WORKDIR /edgex-go [2023-01-20T10:08:03.453Z] Removing intermediate container 9b0a21c65e37 [2023-01-20T10:08:03.453Z] ---> ded8ae50be3a [2023-01-20T10:08:03.453Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-20T10:08:03.654Z] ---> Running in 714cd4d255be [2023-01-20T10:08:03.654Z] Removing intermediate container a60eabe70a5d [2023-01-20T10:08:03.654Z] ---> 2f1f4065ab26 [2023-01-20T10:08:03.654Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-20T10:08:03.654Z] Removing intermediate container ad059db9e5e2 [2023-01-20T10:08:03.654Z] ---> f3d3022be1cd [2023-01-20T10:08:03.654Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-20T10:08:03.654Z] Removing intermediate container c0a1587489d4 [2023-01-20T10:08:03.654Z] ---> 9cd7c93ab8b5 [2023-01-20T10:08:03.654Z] Step 4/23 : WORKDIR /edgex-go [2023-01-20T10:08:03.710Z] Removing intermediate container 4f70b38fb0d7 [2023-01-20T10:08:03.710Z] ---> 6cd1e3121320 [2023-01-20T10:08:03.710Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-20T10:08:03.710Z] ---> Running in 551dbe192a99 [2023-01-20T10:08:03.710Z] ---> Running in d11179ea8b69 [2023-01-20T10:08:03.937Z] ---> Running in 92c152f64514 [2023-01-20T10:08:03.938Z] ---> Running in ceafb034f157 [2023-01-20T10:08:03.938Z] ---> Running in d6b8aecefc28 [2023-01-20T10:08:04.526Z] Removing intermediate container 714cd4d255be [2023-01-20T10:08:04.526Z] ---> f5b997b848ce [2023-01-20T10:08:04.526Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-20T10:08:04.526Z] Removing intermediate container ceafb034f157 [2023-01-20T10:08:04.526Z] ---> eee6f21a4060 [2023-01-20T10:08:04.526Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-20T10:08:04.526Z] ---> Running in 6d77e852d53a [2023-01-20T10:08:04.811Z] ---> Running in 83d2fe4fa3fd [2023-01-20T10:08:04.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:04.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:05.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:05.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:05.089Z] v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-20T10:08:05.089Z] v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-20T10:08:05.089Z] OK: 15859 distinct packages available [2023-01-20T10:08:05.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:05.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:05.346Z] v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-20T10:08:05.346Z] v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-20T10:08:05.346Z] OK: 15859 distinct packages available [2023-01-20T10:08:05.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:05.346Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-20T10:08:05.346Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-20T10:08:05.346Z] (3/5) Installing libucontext (1.1-r0) [2023-01-20T10:08:05.346Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-20T10:08:05.346Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-20T10:08:05.346Z] Executing busybox-1.34.1-r7.trigger [2023-01-20T10:08:05.346Z] OK: 7 MiB in 19 packages [2023-01-20T10:08:05.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:05.400Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:05.604Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-20T10:08:05.604Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-20T10:08:05.604Z] (3/5) Installing libucontext (1.1-r0) [2023-01-20T10:08:05.604Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-20T10:08:05.604Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-20T10:08:05.604Z] Executing busybox-1.34.1-r7.trigger [2023-01-20T10:08:05.604Z] OK: 7 MiB in 19 packages [2023-01-20T10:08:05.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:05.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:05.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:06.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:06.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:06.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:06.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:06.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:06.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:08:07.364Z] OK: 221 MiB in 51 packages [2023-01-20T10:08:07.364Z] OK: 221 MiB in 51 packages [2023-01-20T10:08:07.623Z] Removing intermediate container d11179ea8b69 [2023-01-20T10:08:07.623Z] ---> 17307060bf0e [2023-01-20T10:08:07.623Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-20T10:08:07.629Z] OK: 221 MiB in 51 packages [2023-01-20T10:08:07.881Z] Removing intermediate container 551dbe192a99 [2023-01-20T10:08:07.881Z] ---> 3eacad61ec88 [2023-01-20T10:08:07.881Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-20T10:08:08.213Z] OK: 221 MiB in 51 packages [2023-01-20T10:08:08.213Z] OK: 221 MiB in 51 packages [2023-01-20T10:08:08.801Z] Removing intermediate container dac8805e9da5 [2023-01-20T10:08:08.801Z] ---> 9fe391b21fab [2023-01-20T10:08:08.801Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-20T10:08:09.070Z] Removing intermediate container d6b8aecefc28 [2023-01-20T10:08:09.070Z] ---> 3eece31120a3 [2023-01-20T10:08:09.070Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-20T10:08:09.337Z] Removing intermediate container 92c152f64514 [2023-01-20T10:08:09.337Z] ---> 63def256d1a1 [2023-01-20T10:08:09.337Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-20T10:08:09.604Z] Removing intermediate container 83d2fe4fa3fd [2023-01-20T10:08:09.604Z] ---> c85dcb335998 [2023-01-20T10:08:09.604Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-20T10:08:09.870Z] ---> a66d437def9e [2023-01-20T10:08:09.870Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:10.136Z] Removing intermediate container 6d77e852d53a [2023-01-20T10:08:10.136Z] ---> 4313b9ddbb4a [2023-01-20T10:08:10.136Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-20T10:08:10.136Z] ---> Running in 836352dbc873 [2023-01-20T10:08:10.136Z] ---> 2e49dea45983 [2023-01-20T10:08:10.136Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:10.403Z] ---> Running in 091be65ea7c0 [2023-01-20T10:08:10.403Z] ---> 2fc8615d1ab7 [2023-01-20T10:08:10.403Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:10.670Z] ---> Running in cc1564983e2a [2023-01-20T10:08:10.670Z] ---> 433cf9073bd4 [2023-01-20T10:08:10.670Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:10.936Z] ---> Running in 63e202be753c [2023-01-20T10:08:11.527Z] ---> 812cca289b82 [2023-01-20T10:08:11.527Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:11.527Z] ---> Running in c5fb582e414f [2023-01-20T10:08:15.978Z] ---> c01b288a74df [2023-01-20T10:08:15.978Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-20T10:08:15.978Z] ---> a8fb40fa4789 [2023-01-20T10:08:15.978Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-20T10:08:15.978Z] ---> ebc5175358e6 [2023-01-20T10:08:15.978Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-20T10:08:18.520Z] ---> c3df642f29e1 [2023-01-20T10:08:18.520Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-20T10:08:18.520Z] ---> 4b136bc499f8 [2023-01-20T10:08:18.520Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-20T10:08:19.451Z] ---> 08614c2397b3 [2023-01-20T10:08:19.451Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-20T10:08:19.451Z] ---> 2f1571022e5f [2023-01-20T10:08:19.451Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-20T10:08:19.451Z] ---> Running in 5a2b1f608186 [2023-01-20T10:08:20.219Z] Removing intermediate container 5a2b1f608186 [2023-01-20T10:08:20.219Z] ---> 7a57c323a95b [2023-01-20T10:08:20.219Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-20T10:08:20.219Z] ---> 77b4734d3ea2 [2023-01-20T10:08:20.219Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-20T10:08:20.219Z] ---> Running in 1be9fcc6c6f5 [2023-01-20T10:08:20.477Z] Removing intermediate container 1be9fcc6c6f5 [2023-01-20T10:08:20.477Z] ---> 7385cdbb06c2 [2023-01-20T10:08:20.477Z] Step 21/23 : LABEL arch=x86_64 [2023-01-20T10:08:20.740Z] ---> 237058d82c9a [2023-01-20T10:08:20.740Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-20T10:08:20.740Z] ---> Running in 71b9cb2e9a8e [2023-01-20T10:08:21.005Z] ---> Running in 00f3b41b3839 [2023-01-20T10:08:21.282Z] Removing intermediate container 71b9cb2e9a8e [2023-01-20T10:08:21.282Z] ---> f863a1842edd [2023-01-20T10:08:21.282Z] Step 22/23 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:08:21.282Z] Removing intermediate container 00f3b41b3839 [2023-01-20T10:08:21.282Z] ---> 5e78799aaf37 [2023-01-20T10:08:21.282Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-20T10:08:21.565Z] ---> Running in ddc5e6a0fb96 [2023-01-20T10:08:21.565Z] ---> Running in 517f06658ca0 [2023-01-20T10:08:21.823Z] Removing intermediate container ddc5e6a0fb96 [2023-01-20T10:08:21.824Z] ---> 1d5a17afc0ae [2023-01-20T10:08:21.824Z] Step 23/23 : LABEL version=3.0.0-dev.26 [2023-01-20T10:08:21.824Z] ---> Running in 39de17c6f3a9 [2023-01-20T10:08:21.824Z] Removing intermediate container 517f06658ca0 [2023-01-20T10:08:21.824Z] ---> e6ff37256966 [2023-01-20T10:08:21.824Z] Step 22/24 : LABEL arch=x86_64 [2023-01-20T10:08:22.081Z] ---> Running in e228a4397e86 [2023-01-20T10:08:22.081Z] Removing intermediate container 39de17c6f3a9 [2023-01-20T10:08:22.081Z] ---> ae265785ba95 [2023-01-20T10:08:22.081Z] [2023-01-20T10:08:22.081Z] Successfully built ae265785ba95 [2023-01-20T10:08:22.081Z] Successfully tagged security-spire-server:latest [2023-01-20T10:08:22.081Z] Building support-scheduler [2023-01-20T10:08:25.386Z]  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:25.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:25.386Z] ---> ccbce75f8467 [2023-01-20T10:08:25.386Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:08:25.386Z] ---> Using cache [2023-01-20T10:08:25.386Z] ---> 1c32ada001db [2023-01-20T10:08:25.386Z] Step 4/22 : WORKDIR /edgex-go [2023-01-20T10:08:25.386Z] ---> Using cache [2023-01-20T10:08:25.386Z] ---> f18506d93bd7 [2023-01-20T10:08:25.386Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-20T10:08:30.664Z] Removing intermediate container e228a4397e86 [2023-01-20T10:08:30.664Z] ---> 3fb7447a3cf8 [2023-01-20T10:08:30.664Z] Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:08:30.664Z] ---> Running in bab584406bb3 [2023-01-20T10:08:30.664Z] ---> Running in 4992c7ff8095 [2023-01-20T10:08:30.664Z] Removing intermediate container 4992c7ff8095 [2023-01-20T10:08:30.664Z] ---> 67b2db5eedac [2023-01-20T10:08:30.664Z] Step 24/24 : LABEL version=3.0.0-dev.26 [2023-01-20T10:08:30.922Z] ---> Running in d7e868ba4dd9 [2023-01-20T10:08:34.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:34.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:34.860Z] Removing intermediate container d7e868ba4dd9 [2023-01-20T10:08:34.860Z] ---> 69b824535e18 [2023-01-20T10:08:34.861Z] [2023-01-20T10:08:34.861Z] OK: 211 MiB in 51 packages [2023-01-20T10:08:34.861Z] Successfully built 69b824535e18 [2023-01-20T10:08:35.120Z] Successfully tagged security-spire-agent:latest [2023-01-20T10:08:35.120Z]  Building security-spire-agent ... done Building core-command [2023-01-20T10:08:35.120Z] Removing intermediate container 734287ff3abe [2023-01-20T10:08:35.120Z] ---> 1589710fdcb8 [2023-01-20T10:08:35.120Z] [2023-01-20T10:08:35.120Z] Step 9/32 : FROM alpine:3.16 [2023-01-20T10:08:35.120Z] Removing intermediate container 545313001e6a [2023-01-20T10:08:35.120Z] ---> 24613b5c11d5 [2023-01-20T10:08:35.120Z] [2023-01-20T10:08:35.120Z] Step 10/24 : FROM alpine:3.16 [2023-01-20T10:08:35.120Z] Removing intermediate container 656970bbd94c [2023-01-20T10:08:35.120Z] ---> e4949fa76837 [2023-01-20T10:08:35.120Z] [2023-01-20T10:08:35.120Z] Step 10/22 : FROM alpine:3.16 [2023-01-20T10:08:37.646Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:37.646Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:37.646Z] ---> ccbce75f8467 [2023-01-20T10:08:37.646Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:08:37.646Z] ---> Using cache [2023-01-20T10:08:37.646Z] ---> 1c32ada001db [2023-01-20T10:08:37.646Z] Step 4/23 : WORKDIR /edgex-go [2023-01-20T10:08:37.646Z] ---> Using cache [2023-01-20T10:08:37.646Z] ---> f18506d93bd7 [2023-01-20T10:08:37.646Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-20T10:08:40.177Z] ---> Running in c0e32079abd1 [2023-01-20T10:08:40.435Z] 3.16: Pulling from library/alpine [2023-01-20T10:08:40.694Z] 3.16: Pulling from library/alpine [2023-01-20T10:08:40.694Z] 3.16: Pulling from library/alpine [2023-01-20T10:08:40.694Z] Removing intermediate container bab584406bb3 [2023-01-20T10:08:40.694Z] ---> bdcbcaad5b9b [2023-01-20T10:08:40.694Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-20T10:08:40.952Z] ---> a85d7f64d2f5 [2023-01-20T10:08:40.952Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:40.952Z] ---> Running in e0384d85b561 [2023-01-20T10:08:41.884Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-20T10:08:41.884Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-20T10:08:41.884Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-20T10:08:41.884Z] Status: Image is up to date for alpine:3.16 [2023-01-20T10:08:41.884Z] Status: Downloaded newer image for alpine:3.16 [2023-01-20T10:08:41.884Z] Status: Downloaded newer image for alpine:3.16 [2023-01-20T10:08:41.884Z] ---> bfe296a52501 [2023-01-20T10:08:41.884Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-20T10:08:42.141Z] ---> bfe296a52501 [2023-01-20T10:08:42.141Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:08:42.141Z] ---> bfe296a52501 [2023-01-20T10:08:42.141Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:08:42.141Z] ---> Running in 22c4c9d18c62 [2023-01-20T10:08:42.141Z] ---> Running in 5195b570b373 [2023-01-20T10:08:42.141Z] ---> Running in f72b07d35baa [2023-01-20T10:08:42.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:42.141Z] Removing intermediate container 5195b570b373 [2023-01-20T10:08:42.141Z] ---> fda37200543e [2023-01-20T10:08:42.141Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-20T10:08:42.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:42.399Z] ---> Running in d970c050f388 [2023-01-20T10:08:42.657Z] OK: 211 MiB in 51 packages [2023-01-20T10:08:42.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:42.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:42.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:42.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:42.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:42.915Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-20T10:08:42.915Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:08:43.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:08:43.174Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-20T10:08:43.174Z] (2/2) Installing su-exec (0.2-r1) [2023-01-20T10:08:43.174Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:08:43.174Z] OK: 6 MiB in 16 packages [2023-01-20T10:08:43.174Z] OK: 6 MiB in 15 packages [2023-01-20T10:08:43.432Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-20T10:08:43.432Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-20T10:08:43.432Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:08:43.432Z] Executing ca-certificates-20220614-r0.trigger [2023-01-20T10:08:43.432Z] OK: 6 MiB in 16 packages [2023-01-20T10:08:44.004Z] Removing intermediate container c0e32079abd1 [2023-01-20T10:08:44.004Z] ---> 32bd083d13e6 [2023-01-20T10:08:44.004Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-20T10:08:44.263Z] Removing intermediate container d970c050f388 [2023-01-20T10:08:44.263Z] ---> 1d9de297daf6 [2023-01-20T10:08:44.263Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-20T10:08:44.263Z] ---> 0c0256894e48 [2023-01-20T10:08:44.263Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:44.263Z] ---> Running in fad954fe810e [2023-01-20T10:08:44.263Z] ---> Running in b6b5ccf44dc5 [2023-01-20T10:08:44.263Z] Removing intermediate container f72b07d35baa [2023-01-20T10:08:44.263Z] ---> a08abeaec6e7 [2023-01-20T10:08:44.263Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-20T10:08:44.263Z] ---> Running in 655a8b4b8a98 [2023-01-20T10:08:44.522Z] Removing intermediate container b6b5ccf44dc5 [2023-01-20T10:08:44.522Z] ---> 35b03e429e30 [2023-01-20T10:08:44.522Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-20T10:08:44.522Z] Removing intermediate container 22c4c9d18c62 [2023-01-20T10:08:44.522Z] ---> 60a979078ef2 [2023-01-20T10:08:44.522Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-20T10:08:44.522Z] ---> Running in a6e3c63e8fc7 [2023-01-20T10:08:44.522Z] ---> Running in 699c9125ca5c [2023-01-20T10:08:44.522Z] Removing intermediate container 655a8b4b8a98 [2023-01-20T10:08:44.522Z] ---> bb03c6755028 [2023-01-20T10:08:44.522Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-20T10:08:44.522Z] ---> Running in 991aa0026506 [2023-01-20T10:08:44.522Z] Removing intermediate container a6e3c63e8fc7 [2023-01-20T10:08:44.522Z] ---> 9f03252df731 [2023-01-20T10:08:44.522Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-20T10:08:44.522Z] ---> Running in 23722e103a7b [2023-01-20T10:08:44.522Z] Removing intermediate container 699c9125ca5c [2023-01-20T10:08:44.522Z] ---> 8a5ef6fee656 [2023-01-20T10:08:44.522Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-20T10:08:44.522Z] Removing intermediate container 991aa0026506 [2023-01-20T10:08:44.522Z] ---> e3be334c357d [2023-01-20T10:08:44.522Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-20T10:08:44.522Z] ---> Running in 672e28b2ab71 [2023-01-20T10:08:44.781Z] ---> Running in 35e1d5d05a24 [2023-01-20T10:08:44.781Z] Removing intermediate container 23722e103a7b [2023-01-20T10:08:44.781Z] ---> 8c622fa1fb82 [2023-01-20T10:08:44.781Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-20T10:08:44.781Z] ---> Running in 92fb84a20133 [2023-01-20T10:08:44.781Z] Removing intermediate container 672e28b2ab71 [2023-01-20T10:08:44.781Z] ---> 495712174902 [2023-01-20T10:08:44.781Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-20T10:08:44.781Z] ---> Running in 2fbe151f2ce1 [2023-01-20T10:08:44.781Z] Removing intermediate container 35e1d5d05a24 [2023-01-20T10:08:44.781Z] ---> 7683070bdc29 [2023-01-20T10:08:44.781Z] Step 15/24 : WORKDIR / [2023-01-20T10:08:44.781Z] ---> Running in 1373e77eaf2c [2023-01-20T10:08:44.781Z] Removing intermediate container 92fb84a20133 [2023-01-20T10:08:44.781Z] ---> 8a741a1f6b72 [2023-01-20T10:08:44.781Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-20T10:08:44.781Z] Removing intermediate container 2fbe151f2ce1 [2023-01-20T10:08:44.781Z] ---> 85e11e044c45 [2023-01-20T10:08:44.781Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:08:45.040Z] ---> Running in 5eeeb833d4b2 [2023-01-20T10:08:45.040Z] Removing intermediate container 1373e77eaf2c [2023-01-20T10:08:45.040Z] ---> 5fb47377c92e [2023-01-20T10:08:45.040Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:08:45.040Z] ---> ccbc9ae81c98 [2023-01-20T10:08:45.040Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-20T10:08:45.040Z] ---> c1e83ca9274b [2023-01-20T10:08:45.040Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-20T10:08:46.413Z] ---> 00ddfd50fa0e [2023-01-20T10:08:46.413Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-20T10:08:46.413Z] ---> c5d7f798c1ad [2023-01-20T10:08:46.413Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-20T10:08:46.413Z] Removing intermediate container 5eeeb833d4b2 [2023-01-20T10:08:46.413Z] ---> bc19b907caf5 [2023-01-20T10:08:46.413Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-20T10:08:46.413Z] ---> Running in a206f8629588 [2023-01-20T10:08:46.413Z] Removing intermediate container a206f8629588 [2023-01-20T10:08:46.413Z] ---> 79bc4113dfe7 [2023-01-20T10:08:46.413Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-20T10:08:46.413Z] ---> 60ed5f08a91c [2023-01-20T10:08:46.413Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-20T10:08:46.413Z] ---> 6cacf1a2c042 [2023-01-20T10:08:46.413Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-20T10:08:46.413Z] ---> Running in 6a1976f964fd [2023-01-20T10:08:46.413Z] Removing intermediate container 6a1976f964fd [2023-01-20T10:08:46.413Z] ---> b49065bd60ab [2023-01-20T10:08:46.413Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:08:46.413Z] ---> Running in d16c3d91b14d [2023-01-20T10:08:46.413Z] ---> af261eaafe76 [2023-01-20T10:08:46.413Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-20T10:08:46.672Z] ---> a132781deec2 [2023-01-20T10:08:46.672Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-20T10:08:46.672Z] ---> Running in 3c672313cfa6 [2023-01-20T10:08:46.672Z] ---> Running in f0b99e7175ae [2023-01-20T10:08:46.672Z] Removing intermediate container d16c3d91b14d [2023-01-20T10:08:46.672Z] ---> 7e8c083813be [2023-01-20T10:08:46.672Z] Step 20/22 : LABEL arch=x86_64 [2023-01-20T10:08:46.672Z] ---> Running in 338ecf3dbd82 [2023-01-20T10:08:46.672Z] Removing intermediate container 3c672313cfa6 [2023-01-20T10:08:46.672Z] ---> fb2d5ead2d0b [2023-01-20T10:08:46.672Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:08:46.672Z] ---> Running in 65bc7a433746 [2023-01-20T10:08:46.932Z] Removing intermediate container 338ecf3dbd82 [2023-01-20T10:08:46.932Z] ---> 9fb1e3d833b3 [2023-01-20T10:08:46.932Z] Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:08:46.932Z] ---> Running in fe834423d905 [2023-01-20T10:08:46.932Z] Removing intermediate container 65bc7a433746 [2023-01-20T10:08:46.932Z] ---> 13ff81a2e8bf [2023-01-20T10:08:46.932Z] Step 22/24 : LABEL arch=x86_64 [2023-01-20T10:08:46.932Z] ---> Running in 6179cae28ea0 [2023-01-20T10:08:46.932Z] Removing intermediate container fe834423d905 [2023-01-20T10:08:46.932Z] ---> 53ed13bf5e22 [2023-01-20T10:08:46.932Z] Step 22/22 : LABEL version=3.0.0-dev.26 [2023-01-20T10:08:46.932Z] ---> Running in 5cb0d5c4e98f [2023-01-20T10:08:46.932Z] Removing intermediate container 6179cae28ea0 [2023-01-20T10:08:46.932Z] ---> 2ed54c93785e [2023-01-20T10:08:46.932Z] Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:08:46.932Z] ---> Running in 789ad1890054 [2023-01-20T10:08:46.932Z] Removing intermediate container 5cb0d5c4e98f [2023-01-20T10:08:46.932Z] ---> 5eaeef0fd9e4 [2023-01-20T10:08:46.932Z] [2023-01-20T10:08:47.277Z] Removing intermediate container 789ad1890054 [2023-01-20T10:08:47.277Z] ---> 7a68cedeed25 [2023-01-20T10:08:47.277Z] Step 24/24 : LABEL version=3.0.0-dev.26 [2023-01-20T10:08:47.277Z] ---> Running in 5de3a9a4f9e1 [2023-01-20T10:08:47.277Z] Successfully built 5eaeef0fd9e4 [2023-01-20T10:08:47.277Z] Successfully tagged support-notifications:latest [2023-01-20T10:08:47.277Z] Building security-secretstore-setup [2023-01-20T10:08:47.277Z]  Building support-notifications ... done Removing intermediate container 5de3a9a4f9e1 [2023-01-20T10:08:47.277Z] ---> 87520204a2bf [2023-01-20T10:08:47.277Z] [2023-01-20T10:08:47.536Z] Successfully built 87520204a2bf [2023-01-20T10:08:47.537Z] Successfully tagged core-metadata:latest [2023-01-20T10:08:47.537Z] Removing intermediate container f0b99e7175ae [2023-01-20T10:08:47.537Z]  Building core-metadata ... done Building security-proxy-setup [2023-01-20T10:08:47.537Z] ---> 0312aed0ebf7 [2023-01-20T10:08:47.537Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:08:52.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:52.350Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:52.350Z] ---> ccbce75f8467 [2023-01-20T10:08:52.350Z] Step 3/24 : WORKDIR /edgex-go [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> f13494fb56c8 [2023-01-20T10:08:52.350Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> 6567369511b4 [2023-01-20T10:08:52.350Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> 06cdf3c7587f [2023-01-20T10:08:52.350Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> ace92d76482f [2023-01-20T10:08:52.350Z] Step 7/24 : COPY . . [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> ac2227ae792d [2023-01-20T10:08:52.350Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-20T10:08:52.350Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:08:52.350Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:08:52.350Z] ---> ccbce75f8467 [2023-01-20T10:08:52.350Z] Step 3/21 : WORKDIR /edgex-go [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> f13494fb56c8 [2023-01-20T10:08:52.350Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> 6567369511b4 [2023-01-20T10:08:52.350Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> 06cdf3c7587f [2023-01-20T10:08:52.350Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> ace92d76482f [2023-01-20T10:08:52.350Z] Step 7/21 : COPY . . [2023-01-20T10:08:52.350Z] ---> Using cache [2023-01-20T10:08:52.350Z] ---> ac2227ae792d [2023-01-20T10:08:52.350Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-20T10:08:56.574Z] ---> 59296a2f2d37 [2023-01-20T10:08:56.574Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-20T10:08:56.574Z] ---> Running in 6d2282d31c68 [2023-01-20T10:08:56.574Z] ---> Running in b30cc054a9b3 [2023-01-20T10:08:56.574Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-20T10:08:56.574Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-20T10:08:56.574Z] ---> 9b47c1f46399 [2023-01-20T10:08:56.574Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-20T10:08:57.147Z] ---> 2028afcdd65f [2023-01-20T10:08:57.147Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-20T10:08:57.425Z] ---> 8a3c98141896 [2023-01-20T10:08:57.425Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-20T10:08:57.717Z] ---> c372c47e2d49 [2023-01-20T10:08:57.717Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-20T10:08:57.975Z] ---> c66a4364ca7d [2023-01-20T10:08:57.975Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-20T10:08:58.232Z] ---> 2db704c95b84 [2023-01-20T10:08:58.232Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-20T10:08:58.232Z] ---> Running in 63cf1baf1046 [2023-01-20T10:09:04.961Z] Removing intermediate container 63cf1baf1046 [2023-01-20T10:09:04.961Z] ---> daea1ff02ef4 [2023-01-20T10:09:04.961Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-20T10:09:06.872Z] ---> Running in 469b7766f36c [2023-01-20T10:09:07.436Z] Removing intermediate container 469b7766f36c [2023-01-20T10:09:07.436Z] ---> 4582957ede90 [2023-01-20T10:09:07.436Z] Step 29/32 : CMD ["gate"] [2023-01-20T10:09:15.611Z] ---> Running in 19a2509cf71d [2023-01-20T10:09:19.983Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-20T10:09:19.983Z] Removing intermediate container 19a2509cf71d [2023-01-20T10:09:19.983Z] ---> 1f0903f8e535 [2023-01-20T10:09:19.983Z] Step 30/32 : LABEL arch=x86_64 [2023-01-20T10:09:19.983Z] ---> Running in 29a9ce2897fc [2023-01-20T10:09:19.983Z] Removing intermediate container e0384d85b561 [2023-01-20T10:09:19.983Z] ---> 66d4a1516f90 [2023-01-20T10:09:19.983Z] Step 8/22 : COPY . . [2023-01-20T10:09:19.983Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-20T10:09:19.983Z] Removing intermediate container 29a9ce2897fc [2023-01-20T10:09:19.983Z] ---> 4e406b1ec73e [2023-01-20T10:09:19.983Z] Step 31/32 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:09:32.228Z] ---> Running in 3daee90dc105 [2023-01-20T10:09:32.228Z] ---> 8f14e49146cf [2023-01-20T10:09:32.228Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-20T10:09:32.228Z] Removing intermediate container fad954fe810e [2023-01-20T10:09:32.228Z] ---> 65a1faaa0513 [2023-01-20T10:09:32.228Z] Step 8/23 : COPY . . [2023-01-20T10:09:40.385Z] ---> Running in a52bc8b27d67 [2023-01-20T10:09:40.643Z] Removing intermediate container 3daee90dc105 [2023-01-20T10:09:40.643Z] ---> 1822ced70eea [2023-01-20T10:09:40.643Z] Step 32/32 : LABEL version=3.0.0-dev.26 [2023-01-20T10:09:40.901Z] ---> 7b3fa987b3ff [2023-01-20T10:09:40.901Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-20T10:09:40.901Z] Removing intermediate container 6d2282d31c68 [2023-01-20T10:09:40.901Z] ---> e9d5b13a7137 [2023-01-20T10:09:40.901Z] [2023-01-20T10:09:40.901Z] Step 9/21 : FROM alpine:3.16 [2023-01-20T10:09:40.901Z] ---> bfe296a52501 [2023-01-20T10:09:40.901Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-20T10:09:40.901Z] Removing intermediate container b30cc054a9b3 [2023-01-20T10:09:40.901Z] ---> b8c4d70c0267 [2023-01-20T10:09:40.901Z] [2023-01-20T10:09:40.901Z] Step 9/24 : FROM alpine:3.16 [2023-01-20T10:09:40.901Z] ---> bfe296a52501 [2023-01-20T10:09:40.901Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-20T10:09:40.901Z] ---> Running in f9519b33cb95 [2023-01-20T10:09:40.901Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-20T10:09:41.464Z] ---> Running in 263607d57998 [2023-01-20T10:09:41.464Z] ---> Running in 4e21d31f8bf1 [2023-01-20T10:09:41.464Z] ---> Running in 273253fa85b9 [2023-01-20T10:09:41.722Z] Removing intermediate container f9519b33cb95 [2023-01-20T10:09:41.722Z] ---> 2205f67cc838 [2023-01-20T10:09:41.722Z] [2023-01-20T10:09:41.978Z] Successfully built 2205f67cc838 [2023-01-20T10:09:41.978Z] Successfully tagged security-bootstrapper:latest [2023-01-20T10:09:41.978Z]  Building security-bootstrapper ... done Building core-data [2023-01-20T10:09:45.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:09:45.255Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:09:45.255Z] ---> ccbce75f8467 [2023-01-20T10:09:45.255Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:09:45.255Z] ---> Using cache [2023-01-20T10:09:45.255Z] ---> 1c32ada001db [2023-01-20T10:09:45.255Z] Step 4/22 : WORKDIR /edgex-go [2023-01-20T10:09:45.255Z] ---> Using cache [2023-01-20T10:09:45.255Z] ---> f18506d93bd7 [2023-01-20T10:09:45.255Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-20T10:09:45.255Z] ---> Using cache [2023-01-20T10:09:45.255Z] ---> 32bd083d13e6 [2023-01-20T10:09:45.255Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-20T10:09:45.255Z] ---> Using cache [2023-01-20T10:09:45.255Z] ---> 0c0256894e48 [2023-01-20T10:09:45.255Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:09:45.255Z] ---> Using cache [2023-01-20T10:09:45.255Z] ---> 65a1faaa0513 [2023-01-20T10:09:45.255Z] Step 8/22 : COPY . . [2023-01-20T10:09:45.255Z] ---> Using cache [2023-01-20T10:09:45.255Z] ---> 7b3fa987b3ff [2023-01-20T10:09:45.255Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-20T10:09:45.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:09:45.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:09:45.768Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-20T10:09:45.768Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-20T10:09:45.768Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-20T10:09:45.768Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-20T10:09:45.768Z] (5/6) Installing curl (7.83.1-r5) [2023-01-20T10:09:45.768Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-20T10:09:45.768Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:09:45.768Z] Executing ca-certificates-20220614-r0.trigger [2023-01-20T10:09:45.768Z] OK: 8 MiB in 20 packages [2023-01-20T10:09:46.336Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-20T10:09:49.632Z] ---> Running in b3eb5045051b [2023-01-20T10:09:49.632Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:09:49.632Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:09:49.632Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-20T10:09:49.632Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-20T10:09:49.632Z] (3/3) Installing su-exec (0.2-r1) [2023-01-20T10:09:49.632Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:09:49.632Z] Executing ca-certificates-20220614-r0.trigger [2023-01-20T10:09:49.632Z] OK: 6 MiB in 17 packages [2023-01-20T10:09:49.632Z] Removing intermediate container 263607d57998 [2023-01-20T10:09:49.632Z] ---> 68a86a57771e [2023-01-20T10:09:49.632Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-20T10:09:49.632Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-20T10:09:49.895Z] ---> Running in 45cc811a7499 [2023-01-20T10:09:50.159Z] Removing intermediate container 45cc811a7499 [2023-01-20T10:09:50.159Z] ---> 3d5620e9d76e [2023-01-20T10:09:50.159Z] Step 12/21 : WORKDIR /edgex [2023-01-20T10:09:50.429Z] ---> Running in f082b17ec8f3 [2023-01-20T10:09:50.692Z] Removing intermediate container 4e21d31f8bf1 [2023-01-20T10:09:50.692Z] ---> c00050ae2506 [2023-01-20T10:09:50.692Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-20T10:09:50.692Z] ---> Running in 47a1fb3d584e [2023-01-20T10:09:50.951Z] Removing intermediate container f082b17ec8f3 [2023-01-20T10:09:50.951Z] ---> 2b2344f19076 [2023-01-20T10:09:50.951Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-20T10:09:50.951Z] Removing intermediate container 47a1fb3d584e [2023-01-20T10:09:50.951Z] ---> 54ce332ac639 [2023-01-20T10:09:50.951Z] Step 12/24 : WORKDIR / [2023-01-20T10:09:50.951Z] ---> Running in c244b94473b6 [2023-01-20T10:09:51.888Z] ---> 8b60036ef406 [2023-01-20T10:09:51.888Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-20T10:09:51.888Z] Removing intermediate container c244b94473b6 [2023-01-20T10:09:51.888Z] ---> b47f6ac47e62 [2023-01-20T10:09: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-20T10:09:53.260Z] ---> d501ba88adb6 [2023-01-20T10:09:53.260Z] 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-20T10:09:53.260Z] ---> 47b40b4cc4b2 [2023-01-20T10:09:53.260Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-20T10:09:55.201Z] ---> 9f0d12d122eb [2023-01-20T10:09:55.201Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-20T10:09:56.581Z] ---> fa9caba475d3 [2023-01-20T10:09:56.581Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-20T10:09:56.581Z] ---> d90b36b5cd2a [2023-01-20T10:09:56.581Z] 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-20T10:09:59.146Z] ---> a677798a109a [2023-01-20T10:09:59.146Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-20T10:09:59.146Z] ---> 0b271cbf1433 [2023-01-20T10:09:59.146Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-20T10:09:59.407Z] ---> Running in 61bf15394977 [2023-01-20T10:10:00.785Z] ---> 935e19c30c7a [2023-01-20T10:10:00.785Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-20T10:10:01.723Z] ---> 7cfa4778d7db [2023-01-20T10:10:01.723Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-20T10:10:01.723Z] Removing intermediate container 61bf15394977 [2023-01-20T10:10:01.723Z] ---> 730d8204bcfb [2023-01-20T10:10:01.723Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-20T10:10:01.723Z] ---> Running in 7d2eeedf41b8 [2023-01-20T10:10:01.983Z] Removing intermediate container 7d2eeedf41b8 [2023-01-20T10:10:01.983Z] ---> 24aaf1e9d2de [2023-01-20T10:10:01.983Z] Step 19/21 : LABEL arch=x86_64 [2023-01-20T10:10:01.983Z] ---> 84a1ad2a4074 [2023-01-20T10:10:01.983Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-20T10:10:01.983Z] ---> Running in 87fa1e59f951 [2023-01-20T10:10:02.259Z] ---> Running in cb75fd558801 [2023-01-20T10:10:02.827Z] Removing intermediate container 87fa1e59f951 [2023-01-20T10:10:02.827Z] ---> 12e22811d0b1 [2023-01-20T10:10:02.827Z] Step 20/21 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:10:03.086Z] ---> Running in 78203e619a15 [2023-01-20T10:10:03.191Z] Removing intermediate container c5fb582e414f [2023-01-20T10:10:03.191Z] ---> 1ff906567b18 [2023-01-20T10:10:03.191Z] Step 8/22 : COPY . . [2023-01-20T10:10:03.191Z] Removing intermediate container 63e202be753c [2023-01-20T10:10:03.191Z] ---> 884df8bc5a9f [2023-01-20T10:10:03.191Z] Step 8/23 : COPY . . [2023-01-20T10:10:03.191Z] Removing intermediate container 091be65ea7c0 [2023-01-20T10:10:03.191Z] ---> 1fa5df23e8a6 [2023-01-20T10:10:03.191Z] Step 7/24 : COPY . . [2023-01-20T10:10:03.191Z] Removing intermediate container cc1564983e2a [2023-01-20T10:10:03.191Z] ---> 0c49d282d585 [2023-01-20T10:10:03.191Z] Step 7/24 : COPY . . [2023-01-20T10:10:03.191Z] Removing intermediate container 836352dbc873 [2023-01-20T10:10:03.191Z] ---> 8952c25312a6 [2023-01-20T10:10:03.191Z] Step 7/21 : COPY . . [2023-01-20T10:10:03.191Z] ---> b5b32424cc8c [2023-01-20T10:10:03.191Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-20T10:10:03.191Z] ---> eea41bc67663 [2023-01-20T10:10:03.191Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-20T10:10:03.191Z] ---> Running in abec33d3bcd3 [2023-01-20T10:10:03.191Z] ---> Running in 8aa86addc0d3 [2023-01-20T10:10:03.191Z] ---> 20cd6427e5e8 [2023-01-20T10:10:03.191Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-20T10:10:03.191Z] ---> Running in f764d094416d [2023-01-20T10:10:03.191Z] ---> 5fbbddb00111 [2023-01-20T10:10:03.191Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-20T10:10:03.191Z] ---> 778612edee9b [2023-01-20T10:10:03.191Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-20T10:10:03.191Z] ---> Running in ecc7389f23db [2023-01-20T10:10:03.191Z] ---> Running in 78314e73c2bd [2023-01-20T10:10:03.191Z] Removing intermediate container 78314e73c2bd [2023-01-20T10:10:03.191Z] ---> 5771efb1163a [2023-01-20T10:10:03.191Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-20T10:10:03.191Z] ---> Running in dece57fb20ee [2023-01-20T10:10:03.191Z] Removing intermediate container dece57fb20ee [2023-01-20T10:10:03.191Z] ---> ceed27d5a849 [2023-01-20T10:10:03.191Z] 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-20T10:10:03.191Z] ---> Running in 85e948d2b94d [2023-01-20T10:10:03.191Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-20T10:10:03.458Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-20T10:10:03.458Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-20T10:10:03.692Z] Removing intermediate container 78203e619a15 [2023-01-20T10:10:03.692Z] ---> 4ccb2e60e0b1 [2023-01-20T10:10:03.692Z] Step 21/21 : LABEL version=3.0.0-dev.26 [2023-01-20T10:10:03.726Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-20T10:10:03.950Z] Removing intermediate container cb75fd558801 [2023-01-20T10:10:03.950Z] ---> dcdf5522d2c5 [2023-01-20T10:10:03.950Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-20T10:10:03.950Z] ---> Running in e462c301b1e1 [2023-01-20T10:10:03.950Z] ---> Running in caca08e54c4f [2023-01-20T10:10:03.950Z] Removing intermediate container e462c301b1e1 [2023-01-20T10:10:03.950Z] ---> be5cdccd9030 [2023-01-20T10:10:03.950Z] [2023-01-20T10:10:04.207Z] Successfully built be5cdccd9030 [2023-01-20T10:10:04.207Z] Successfully tagged security-proxy-setup:latest [2023-01-20T10:10:04.207Z]  Building security-proxy-setup ... done Building security-spire-config [2023-01-20T10:10:04.207Z] Removing intermediate container caca08e54c4f [2023-01-20T10:10:04.207Z] ---> f02aed8059bd [2023-01-20T10:10:04.207Z] Step 22/24 : LABEL arch=x86_64 [2023-01-20T10:10:07.513Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:10:07.513Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:10:07.513Z] ---> ccbce75f8467 [2023-01-20T10:10:07.513Z] Step 3/24 : WORKDIR /edgex-go [2023-01-20T10:10:07.513Z] ---> Using cache [2023-01-20T10:10:07.513Z] ---> f13494fb56c8 [2023-01-20T10:10:07.513Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-20T10:10:09.088Z] Removing intermediate container 85e948d2b94d [2023-01-20T10:10:09.088Z] ---> ad24aaac1d92 [2023-01-20T10:10:09.088Z] Step 11/24 : WORKDIR /edgex-go [2023-01-20T10:10:09.088Z] ---> Running in f2960f63041c [2023-01-20T10:10:10.053Z] Removing intermediate container f2960f63041c [2023-01-20T10:10:10.053Z] ---> b55073432438 [2023-01-20T10:10:10.053Z] [2023-01-20T10:10:10.053Z] Step 12/24 : FROM alpine:3.15 [2023-01-20T10:10:10.053Z] 3.15: Pulling from library/alpine [2023-01-20T10:10:12.639Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-20T10:10:12.639Z] Status: Downloaded newer image for alpine:3.15 [2023-01-20T10:10:12.639Z] ---> 8aa73fd46299 [2023-01-20T10:10:12.639Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:10:12.639Z] ---> Running in 4624cd391ca4 [2023-01-20T10:10:13.221Z] Removing intermediate container 4624cd391ca4 [2023-01-20T10:10:13.221Z] ---> 1ad25a08daee [2023-01-20T10:10:13.221Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-20T10:10:13.511Z] ---> Running in d13863e172af [2023-01-20T10:10:15.736Z] ---> Running in e1c25eb8660b [2023-01-20T10:10:15.736Z] ---> Running in 90214b4b0b4c [2023-01-20T10:10:15.736Z] Removing intermediate container e1c25eb8660b [2023-01-20T10:10:15.736Z] ---> c4488b7b4764 [2023-01-20T10:10:15.736Z] Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:10:16.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:10:16.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:10:18.705Z] v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-20T10:10:18.705Z] v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-20T10:10:18.705Z] OK: 15736 distinct packages available [2023-01-20T10:10:18.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:10:19.061Z] ---> Running in 6d2ae447aa11 [2023-01-20T10:10:19.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:10:20.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:10:20.000Z] Removing intermediate container 6d2ae447aa11 [2023-01-20T10:10:20.000Z] ---> c2e5fdf37f73 [2023-01-20T10:10:20.000Z] Step 24/24 : LABEL version=3.0.0-dev.26 [2023-01-20T10:10:20.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:10:20.259Z] Removing intermediate container 273253fa85b9 [2023-01-20T10:10:20.259Z] ---> c10fc1c5d2b4 [2023-01-20T10:10:20.259Z] [2023-01-20T10:10:20.259Z] Step 10/23 : FROM alpine:3.16 [2023-01-20T10:10:20.259Z] ---> bfe296a52501 [2023-01-20T10:10:20.259Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:10:20.259Z] ---> Using cache [2023-01-20T10:10:20.259Z] ---> a08abeaec6e7 [2023-01-20T10:10:20.259Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-20T10:10:20.259Z] ---> Using cache [2023-01-20T10:10:20.259Z] ---> bb03c6755028 [2023-01-20T10:10:20.259Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-20T10:10:20.259Z] Removing intermediate container a52bc8b27d67 [2023-01-20T10:10:20.259Z] ---> 4216343970da [2023-01-20T10:10:20.259Z] [2023-01-20T10:10:20.259Z] Step 10/22 : FROM alpine:3.16 [2023-01-20T10:10:20.259Z] ---> bfe296a52501 [2023-01-20T10:10:20.259Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:10:20.259Z] ---> Using cache [2023-01-20T10:10:20.259Z] ---> a08abeaec6e7 [2023-01-20T10:10:20.259Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-20T10:10:20.259Z] ---> Using cache [2023-01-20T10:10:20.259Z] ---> bb03c6755028 [2023-01-20T10:10:20.259Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-20T10:10:20.259Z] OK: 211 MiB in 51 packages [2023-01-20T10:10:21.642Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-20T10:10:21.642Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-20T10:10:21.642Z] (3/5) Installing libucontext (1.1-r0) [2023-01-20T10:10:21.642Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-20T10:10:21.642Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-20T10:10:21.915Z] Executing busybox-1.34.1-r7.trigger [2023-01-20T10:10:21.915Z] OK: 6 MiB in 19 packages [2023-01-20T10:10:22.807Z] ---> Running in 99fe41dceef1 [2023-01-20T10:10:22.807Z] ---> Running in 424a49eed5bd [2023-01-20T10:10:22.807Z] ---> Running in 34b8093c4643 [2023-01-20T10:10:23.068Z] Removing intermediate container 99fe41dceef1 [2023-01-20T10:10:23.068Z] ---> 4e495c0eff8b [2023-01-20T10:10:23.068Z] [2023-01-20T10:10:23.068Z] Removing intermediate container b3eb5045051b [2023-01-20T10:10:23.068Z] ---> b9f4399cffc1 [2023-01-20T10:10:23.068Z] [2023-01-20T10:10:23.068Z] Step 10/22 : FROM alpine:3.16 [2023-01-20T10:10:23.068Z] ---> bfe296a52501 [2023-01-20T10:10:23.068Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-20T10:10:23.328Z] Successfully built 4e495c0eff8b [2023-01-20T10:10:23.328Z] ---> Running in f5a2939d13e2 [2023-01-20T10:10:23.328Z] Successfully tagged security-secretstore-setup:latest [2023-01-20T10:10:23.328Z]  Building security-secretstore-setup ... done Building core-common-config-bootstrapper [2023-01-20T10:10:23.328Z] Removing intermediate container 424a49eed5bd [2023-01-20T10:10:23.328Z] ---> 2d454b46335d [2023-01-20T10:10:23.328Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-20T10:10:23.328Z] Removing intermediate container 34b8093c4643 [2023-01-20T10:10:23.328Z] ---> e3ad02389ce4 [2023-01-20T10:10:23.328Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-20T10:10:23.587Z] Removing intermediate container 90214b4b0b4c [2023-01-20T10:10:23.587Z] ---> 509d856436cc [2023-01-20T10:10:23.587Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-20T10:10:23.915Z] Removing intermediate container d13863e172af [2023-01-20T10:10:23.915Z] ---> 14a021d1c587 [2023-01-20T10:10:23.915Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-20T10:10:27.851Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:10:27.851Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:10:28.178Z] ---> 8e0a901c38e6 [2023-01-20T10:10:28.178Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-20T10:10:28.422Z] ---> ccbce75f8467 [2023-01-20T10:10:28.422Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:10:28.422Z] ---> Using cache [2023-01-20T10:10:28.422Z] ---> 1c32ada001db [2023-01-20T10:10:28.422Z] Step 4/22 : WORKDIR /edgex-go [2023-01-20T10:10:28.422Z] ---> Using cache [2023-01-20T10:10:28.422Z] ---> f18506d93bd7 [2023-01-20T10:10:28.422Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-20T10:10:28.422Z] ---> Using cache [2023-01-20T10:10:28.422Z] ---> 32bd083d13e6 [2023-01-20T10:10:28.422Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-20T10:10:28.422Z] ---> Running in 683ea4896556 [2023-01-20T10:10:28.422Z] ---> Running in b2d3708f86bc [2023-01-20T10:10:28.422Z] ---> Using cache [2023-01-20T10:10:28.422Z] ---> 0c0256894e48 [2023-01-20T10:10:28.422Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:10:28.422Z] ---> Using cache [2023-01-20T10:10:28.422Z] ---> 65a1faaa0513 [2023-01-20T10:10:28.422Z] Step 8/22 : COPY . . [2023-01-20T10:10:28.422Z] ---> Using cache [2023-01-20T10:10:28.422Z] ---> 7b3fa987b3ff [2023-01-20T10:10:28.422Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-20T10:10:28.422Z] Removing intermediate container f5a2939d13e2 [2023-01-20T10:10:28.422Z] ---> 23dbf0fa372c [2023-01-20T10:10:28.422Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-20T10:10:28.422Z] ---> 2f5d443923ff [2023-01-20T10:10:28.422Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:10:28.422Z] ---> Running in 99f6547fd84b [2023-01-20T10:10:28.423Z] ---> Running in 7d9e24e34353 [2023-01-20T10:10:28.683Z] ---> Running in 7bb2240146cb [2023-01-20T10:10:28.683Z] Removing intermediate container b2d3708f86bc [2023-01-20T10:10:28.683Z] ---> a41cbe85e90b [2023-01-20T10:10:28.683Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:10:28.683Z] Removing intermediate container 683ea4896556 [2023-01-20T10:10:28.683Z] ---> 3e8be676dcc9 [2023-01-20T10:10:28.683Z] Step 15/23 : WORKDIR / [2023-01-20T10:10:28.683Z] ---> Running in 5c1f7c977667 [2023-01-20T10:10:28.944Z] Removing intermediate container 99f6547fd84b [2023-01-20T10:10:28.944Z] ---> 6033416529c4 [2023-01-20T10:10:28.944Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-20T10:10:28.944Z] Removing intermediate container 5c1f7c977667 [2023-01-20T10:10:28.944Z] ---> 65a37760d5ed [2023-01-20T10:10:28.944Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:10:28.944Z] ---> baca88c1a44d [2023-01-20T10:10:28.944Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-20T10:10:28.944Z] ---> Running in e3b1bcfee815 [2023-01-20T10:10:29.277Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-20T10:10:30.236Z] Removing intermediate container e3b1bcfee815 [2023-01-20T10:10:30.236Z] ---> 19fe402035d1 [2023-01-20T10:10:30.236Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:10:30.500Z] ---> 0c2a0879501b [2023-01-20T10:10:30.500Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-20T10:10:30.500Z] ---> Running in 491bc256198a [2023-01-20T10:10:30.500Z] ---> 21aab6589639 [2023-01-20T10:10:30.500Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-20T10:10:31.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:10:31.434Z] ---> dc6be8e3e5f5 [2023-01-20T10:10:31.434Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-20T10:10:31.434Z] ---> dab90ebd8f24 [2023-01-20T10:10:31.434Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-20T10:10:31.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:10:31.713Z] ---> Running in 720bc4b64ef0 [2023-01-20T10:10:31.713Z] ---> 3417cc11d6a5 [2023-01-20T10:10:31.713Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-20T10:10:31.713Z] ---> Running in dffa6cbbebf4 [2023-01-20T10:10:31.713Z] Removing intermediate container 720bc4b64ef0 [2023-01-20T10:10:31.713Z] ---> 82ec7ea74416 [2023-01-20T10:10:31.713Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:10:31.713Z] ---> Running in cd4d77641588 [2023-01-20T10:10:31.971Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-20T10:10:31.971Z] Removing intermediate container dffa6cbbebf4 [2023-01-20T10:10:31.971Z] ---> 867301f2e2f6 [2023-01-20T10:10:31.971Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:10:31.971Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:10:31.971Z] OK: 6 MiB in 15 packages [2023-01-20T10:10:31.971Z] Removing intermediate container cd4d77641588 [2023-01-20T10:10:31.971Z] ---> 08f44e1b1e82 [2023-01-20T10:10:31.971Z] Step 20/22 : LABEL arch=x86_64 [2023-01-20T10:10:31.971Z] ---> Running in 34099ba03d31 [2023-01-20T10:10:31.971Z] ---> Running in faad1179bced [2023-01-20T10:10:31.971Z] Removing intermediate container 34099ba03d31 [2023-01-20T10:10:31.971Z] ---> 742c7fe0c9d5 [2023-01-20T10:10:31.971Z] Step 21/23 : LABEL arch=x86_64 [2023-01-20T10:10:31.971Z] Removing intermediate container faad1179bced [2023-01-20T10:10:31.971Z] ---> f335a6b264d6 [2023-01-20T10:10:31.971Z] Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:10:32.229Z] ---> Running in b337a85496d6 [2023-01-20T10:10:32.229Z] ---> Running in cccfc03f3fc1 [2023-01-20T10:10:32.229Z] Removing intermediate container cccfc03f3fc1 [2023-01-20T10:10:32.229Z] ---> 12deea40ba73 [2023-01-20T10:10:32.229Z] Step 22/22 : LABEL version=3.0.0-dev.26 [2023-01-20T10:10:32.229Z] Removing intermediate container b337a85496d6 [2023-01-20T10:10:32.229Z] ---> 4242df393fdb [2023-01-20T10:10:32.229Z] Step 22/23 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:10:32.486Z] ---> Running in bc5fa7fade44 [2023-01-20T10:10:32.486Z] ---> Running in d63b7ec63119 [2023-01-20T10:10:32.486Z] Removing intermediate container 491bc256198a [2023-01-20T10:10:32.486Z] ---> 4481873c8aec [2023-01-20T10:10:32.486Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:10:32.744Z] Removing intermediate container d63b7ec63119 [2023-01-20T10:10:32.744Z] ---> 3c150464c760 [2023-01-20T10:10:32.744Z] [2023-01-20T10:10:32.744Z] Removing intermediate container bc5fa7fade44 [2023-01-20T10:10:32.744Z] ---> 7341958de0be [2023-01-20T10:10:32.744Z] Step 23/23 : LABEL version=3.0.0-dev.26 [2023-01-20T10:10:33.063Z] Successfully built 3c150464c760 [2023-01-20T10:10:33.063Z] Successfully tagged support-scheduler:latest [2023-01-20T10:10:33.063Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2023-01-20T10:10:33.063Z] ---> da00c49c15b1 [2023-01-20T10:10:33.063Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-20T10:10:33.063Z] ---> Running in 970963dbb61b [2023-01-20T10:10:35.641Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:10:35.641Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:10:35.641Z] ---> ccbce75f8467 [2023-01-20T10:10:35.641Z] Step 3/19 : WORKDIR /edgex-go [2023-01-20T10:10:35.641Z] ---> Using cache [2023-01-20T10:10:35.641Z] ---> f13494fb56c8 [2023-01-20T10:10:35.641Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-20T10:10:36.376Z] ---> c7382dfef758 [2023-01-20T10:10:36.376Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-20T10:10:37.363Z] ---> 3db16e6e23f3 [2023-01-20T10:10:37.363Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-20T10:10:38.323Z] ---> 460751c9e814 [2023-01-20T10:10:38.323Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-20T10:10:39.146Z] Removing intermediate container 970963dbb61b [2023-01-20T10:10:39.146Z] ---> aa52e4615750 [2023-01-20T10:10:39.146Z] [2023-01-20T10:10:39.146Z] ---> c9e8c9e0b2dd [2023-01-20T10:10:39.146Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-20T10:10:39.146Z] ---> Running in 60c672df5a3c [2023-01-20T10:10:39.146Z] Successfully built aa52e4615750 [2023-01-20T10:10:39.146Z] Successfully tagged core-command:latest [2023-01-20T10:10:39.146Z]  Building core-command ... done  ---> 914c1750ad04 [2023-01-20T10:10:39.146Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-20T10:10:39.146Z] ---> Running in b7c4cfa7fd13 [2023-01-20T10:10:39.288Z] ---> 924f595969db [2023-01-20T10:10:39.288Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-20T10:10:39.408Z] Removing intermediate container b7c4cfa7fd13 [2023-01-20T10:10:39.408Z] ---> 27ece42b0d32 [2023-01-20T10:10:39.408Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:10:39.408Z] ---> Running in 516653b6632a [2023-01-20T10:10:39.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:10:39.408Z] Removing intermediate container 516653b6632a [2023-01-20T10:10:39.408Z] ---> 318aa9706419 [2023-01-20T10:10:39.408Z] Step 20/22 : LABEL arch=x86_64 [2023-01-20T10:10:39.408Z] ---> Running in 6e044bcd462a [2023-01-20T10:10:39.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:10:39.553Z] ---> Running in fb923a1265e5 [2023-01-20T10:10:39.670Z] Removing intermediate container 6e044bcd462a [2023-01-20T10:10:39.670Z] ---> a38700287aa3 [2023-01-20T10:10:39.670Z] Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:10:39.670Z] ---> Running in 7adb0b35b9e2 [2023-01-20T10:10:39.670Z] Removing intermediate container 7adb0b35b9e2 [2023-01-20T10:10:39.670Z] ---> c60104017833 [2023-01-20T10:10:39.670Z] Step 22/22 : LABEL version=3.0.0-dev.26 [2023-01-20T10:10:39.670Z] ---> Running in 195ff086b8ad [2023-01-20T10:10:39.931Z] v3.16.3-136-g69116be59b [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-20T10:10:39.931Z] v3.16.3-135-geaceb73d52 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-20T10:10:39.931Z] OK: 17043 distinct packages available [2023-01-20T10:10:39.931Z] Removing intermediate container 195ff086b8ad [2023-01-20T10:10:39.931Z] ---> ecdc573376d7 [2023-01-20T10:10:39.931Z] [2023-01-20T10:10:39.931Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:10:39.931Z] Successfully built ecdc573376d7 [2023-01-20T10:10:39.931Z] Successfully tagged core-data:latest [2023-01-20T10:10:39.931Z]  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:10:40.133Z] Removing intermediate container fb923a1265e5 [2023-01-20T10:10:40.133Z] ---> 620dda099594 [2023-01-20T10:10:40.133Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-20T10:10:40.133Z] ---> Running in 0db8451d554a [2023-01-20T10:10:40.191Z] OK: 211 MiB in 51 packages [2023-01-20T10:10:40.767Z] Removing intermediate container 60c672df5a3c [2023-01-20T10:10:40.767Z] ---> fc50ca6d32af [2023-01-20T10:10:40.767Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-20T10:10:41.033Z] ---> b5271e33738a [2023-01-20T10:10:41.033Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:10:41.033Z] ---> Running in 783e7a87591b [2023-01-20T10:10:42.084Z] Removing intermediate container 0db8451d554a [2023-01-20T10:10:42.085Z] ---> 57da2fcb3c80 [2023-01-20T10:10:42.085Z] Step 22/24 : LABEL arch=arm64 [2023-01-20T10:10:42.085Z] ---> Running in ac426ac6d3fe [2023-01-20T10:10:42.717Z] Removing intermediate container ac426ac6d3fe [2023-01-20T10:10:42.718Z] ---> 25d313172803 [2023-01-20T10:10:42.718Z] Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:10:42.718Z] ---> Running in f7b85b8c9c4c [2023-01-20T10:10:43.677Z] Removing intermediate container f7b85b8c9c4c [2023-01-20T10:10:43.677Z] ---> 4ba9389902c6 [2023-01-20T10:10:43.677Z] Step 24/24 : LABEL version=3.0.0-dev.26 [2023-01-20T10:10:43.677Z] ---> Running in 87f55ed28bfd [2023-01-20T10:10:44.261Z] Removing intermediate container 87f55ed28bfd [2023-01-20T10:10:44.261Z] ---> d992a2562a58 [2023-01-20T10:10:44.261Z] [2023-01-20T10:10:44.261Z] Successfully built d992a2562a58 [2023-01-20T10:10:44.531Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-20T10:10:44.531Z]  Building security-spire-agent ... done Building core-metadata [2023-01-20T10:10:48.812Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:10:48.812Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:10:48.812Z] ---> 1a761833dd1b [2023-01-20T10:10:48.812Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:10:48.812Z] ---> Using cache [2023-01-20T10:10:48.812Z] ---> 9cd7c93ab8b5 [2023-01-20T10:10:48.812Z] Step 4/24 : WORKDIR /edgex-go [2023-01-20T10:10:48.812Z] ---> Using cache [2023-01-20T10:10:48.812Z] ---> eee6f21a4060 [2023-01-20T10:10:48.812Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-20T10:10:49.080Z] ---> Using cache [2023-01-20T10:10:49.080Z] ---> c85dcb335998 [2023-01-20T10:10:49.080Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-20T10:10:49.081Z] ---> Using cache [2023-01-20T10:10:49.081Z] ---> 433cf9073bd4 [2023-01-20T10:10:49.081Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:10:49.081Z] ---> Using cache [2023-01-20T10:10:49.081Z] ---> 884df8bc5a9f [2023-01-20T10:10:49.081Z] Step 8/24 : COPY . . [2023-01-20T10:10:49.081Z] ---> Using cache [2023-01-20T10:10:49.081Z] ---> b5b32424cc8c [2023-01-20T10:10:49.081Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-20T10:10:49.348Z] ---> Running in 24fc3198c965 [2023-01-20T10:10:52.175Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-20T10:10:59.152Z] Removing intermediate container 7d9e24e34353 [2023-01-20T10:10:59.152Z] ---> 5708c24a85e4 [2023-01-20T10:10:59.152Z] [2023-01-20T10:10:59.152Z] Step 10/22 : FROM alpine:3.16 [2023-01-20T10:10:59.152Z] ---> bfe296a52501 [2023-01-20T10:10:59.152Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-20T10:10:59.152Z] Removing intermediate container 7bb2240146cb [2023-01-20T10:10:59.152Z] ---> 61cca8138676 [2023-01-20T10:10:59.152Z] Step 7/24 : COPY . . [2023-01-20T10:11:01.101Z] ---> Running in 7191b246dcb0 [2023-01-20T10:11:07.740Z] Removing intermediate container 7191b246dcb0 [2023-01-20T10:11:07.740Z] ---> b597c37695d0 [2023-01-20T10:11:07.740Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:11:07.740Z] ---> Running in 365cd2f0fb45 [2023-01-20T10:11:07.740Z] ---> 27d53427d98a [2023-01-20T10:11:07.740Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-20T10:11:07.740Z] ---> Running in ec8614fcf1a0 [2023-01-20T10:11:07.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:07.740Z] Removing intermediate container ec8614fcf1a0 [2023-01-20T10:11:07.740Z] ---> 1ae2dca134a3 [2023-01-20T10:11:07.740Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-20T10:11:07.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:07.740Z] ---> Running in d3f50d384465 [2023-01-20T10:11:07.740Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-20T10:11:07.740Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:11:07.740Z] OK: 6 MiB in 15 packages [2023-01-20T10:11:07.740Z] Removing intermediate container d3f50d384465 [2023-01-20T10:11:07.740Z] ---> e89da7b54e07 [2023-01-20T10:11:07.740Z] 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-20T10:11:08.000Z] ---> Running in 79c12dc21e6b [2023-01-20T10:11:08.000Z] Removing intermediate container 365cd2f0fb45 [2023-01-20T10:11:08.000Z] ---> 629dc1135a11 [2023-01-20T10:11:08.000Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:11:08.945Z] ---> 2d645f32af9c [2023-01-20T10:11:08.945Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-20T10:11:09.205Z] Removing intermediate container 79c12dc21e6b [2023-01-20T10:11:09.206Z] ---> f97908bea3a4 [2023-01-20T10:11:09.206Z] Step 11/24 : WORKDIR /edgex-go [2023-01-20T10:11:10.579Z] ---> ae8cf5a24705 [2023-01-20T10:11:10.579Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-20T10:11:10.579Z] ---> Running in 0937d4e76475 [2023-01-20T10:11:11.147Z] ---> b5a28fe36031 [2023-01-20T10:11:11.147Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-20T10:11:11.406Z] Removing intermediate container 0937d4e76475 [2023-01-20T10:11:11.406Z] ---> 1f64fd00001a [2023-01-20T10:11:11.406Z] [2023-01-20T10:11:11.406Z] Step 12/24 : FROM alpine:3.15 [2023-01-20T10:11:11.406Z] ---> c4fc93816858 [2023-01-20T10:11:11.406Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:11:11.406Z] ---> Using cache [2023-01-20T10:11:11.406Z] ---> 6cd1e3121320 [2023-01-20T10:11:11.406Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-20T10:11:11.406Z] ---> 36dab55507d4 [2023-01-20T10:11:11.406Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-20T10:11:11.666Z] ---> Running in 264187eca2e6 [2023-01-20T10:11:11.666Z] ---> Running in 905b45040f0c [2023-01-20T10:11:12.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:12.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:12.500Z] v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-20T10:11:12.500Z] v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-20T10:11:12.500Z] OK: 15859 distinct packages available [2023-01-20T10:11:12.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:12.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:12.759Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-20T10:11:12.759Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-20T10:11:12.759Z] (3/4) Installing libucontext (1.1-r0) [2023-01-20T10:11:12.759Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-20T10:11:13.020Z] Executing busybox-1.34.1-r7.trigger [2023-01-20T10:11:13.020Z] OK: 6 MiB in 18 packages [2023-01-20T10:11:13.020Z] Removing intermediate container 905b45040f0c [2023-01-20T10:11:13.020Z] ---> a3b6f8ef553c [2023-01-20T10:11:13.020Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-20T10:11:13.280Z] ---> Running in 77e5a1cabd59 [2023-01-20T10:11:13.280Z] Removing intermediate container 77e5a1cabd59 [2023-01-20T10:11:13.280Z] ---> c84a90d0b4fd [2023-01-20T10:11:13.280Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-01-20T10:11:13.539Z] Removing intermediate container 264187eca2e6 [2023-01-20T10:11:13.539Z] ---> c112f97ae46a [2023-01-20T10:11:13.539Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-20T10:11:13.539Z] ---> Running in 5bb84fb811bb [2023-01-20T10:11:13.539Z] Removing intermediate container 5bb84fb811bb [2023-01-20T10:11:13.539Z] ---> 45cd12ebb568 [2023-01-20T10:11:13.539Z] Step 20/22 : LABEL arch=x86_64 [2023-01-20T10:11:13.539Z] ---> Running in dcacc945a998 [2023-01-20T10:11:13.539Z] Removing intermediate container 783e7a87591b [2023-01-20T10:11:13.539Z] ---> f6258a4090e8 [2023-01-20T10:11:13.539Z] Step 7/19 : COPY . . [2023-01-20T10:11:18.830Z] Removing intermediate container dcacc945a998 [2023-01-20T10:11:18.830Z] ---> 3538eeb407e6 [2023-01-20T10:11:18.830Z] Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:19.100Z] ---> 56a029af4d24 [2023-01-20T10:11:19.100Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-20T10:11:19.100Z] ---> Running in 36f0c12dd20b [2023-01-20T10:11:19.363Z] ---> 51ab887e39d0 [2023-01-20T10:11:19.363Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-20T10:11:19.363Z] ---> Running in 8c198417572d [2023-01-20T10:11:19.363Z] Removing intermediate container 36f0c12dd20b [2023-01-20T10:11:19.363Z] ---> 8f7adef262ac [2023-01-20T10:11:19.363Z] Step 22/22 : LABEL version=3.0.0-dev.26 [2023-01-20T10:11:19.363Z] ---> Running in 4def61ad373c [2023-01-20T10:11:19.363Z] ---> 5957ce1944a9 [2023-01-20T10:11:19.363Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-20T10:11:19.363Z] ---> Running in a88c6398042c [2023-01-20T10:11:19.363Z] Removing intermediate container 4def61ad373c [2023-01-20T10:11:19.363Z] ---> ce7cf4dcbb3e [2023-01-20T10:11:19.363Z] [2023-01-20T10:11:19.363Z] Successfully built ce7cf4dcbb3e [2023-01-20T10:11:19.363Z] Removing intermediate container a88c6398042c [2023-01-20T10:11:19.363Z] ---> 7dccf1462a29 [2023-01-20T10:11:19.363Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.dSuccessfully tagged core-common-config-bootstrapper:latest [2023-01-20T10:11:19.363Z] [2023-01-20T10:11:19.623Z]  Building core-common-config-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-20T10:11:19.623Z] ---> 98d3f85aceda [2023-01-20T10:11:19.623Z] Step 19/24 : WORKDIR / [2023-01-20T10:11:19.623Z] ---> Running in b0d81f039beb [2023-01-20T10:11:19.623Z] Removing intermediate container b0d81f039beb [2023-01-20T10:11:19.623Z] ---> b4bdc088af2a [2023-01-20T10:11:19.623Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-20T10:11:19.883Z] ---> Running in 97afe3f520b4 [2023-01-20T10:11:19.883Z] Removing intermediate container 97afe3f520b4 [2023-01-20T10:11:19.883Z] ---> 0994f910c102 [2023-01-20T10:11:19.883Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-20T10:11:20.142Z] ---> Running in 986aa6877609 [2023-01-20T10:11:20.142Z] Removing intermediate container 986aa6877609 [2023-01-20T10:11:20.142Z] ---> ef5c84153cea [2023-01-20T10:11:20.142Z] Step 22/24 : LABEL arch=x86_64 [2023-01-20T10:11:20.142Z] ---> Running in 506d5338d26c [2023-01-20T10:11:20.402Z] Removing intermediate container 506d5338d26c [2023-01-20T10:11:20.402Z] ---> 01ffa14df0be [2023-01-20T10:11:20.402Z] Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:20.402Z] ---> Running in 616cd25ebc32 [2023-01-20T10:11:20.402Z] Removing intermediate container 616cd25ebc32 [2023-01-20T10:11:20.402Z] ---> 4144ef2e66d4 [2023-01-20T10:11:20.402Z] Step 24/24 : LABEL version=3.0.0-dev.26 [2023-01-20T10:11:20.402Z] ---> Running in ab418249d0fc [2023-01-20T10:11:20.402Z] Removing intermediate container ab418249d0fc [2023-01-20T10:11:20.402Z] ---> 600c81499fe9 [2023-01-20T10:11:20.402Z] [2023-01-20T10:11:20.661Z] Successfully built 600c81499fe9 [2023-01-20T10:11:20.661Z] Successfully tagged security-spire-config:latest [2023-01-20T10:11:38.761Z]  Building security-spire-config ... done Removing intermediate container 8c198417572d [2023-01-20T10:11:38.761Z] ---> e318bd674228 [2023-01-20T10:11:38.761Z] [2023-01-20T10:11:38.761Z] Step 9/19 : FROM alpine:3.15 [2023-01-20T10:11:38.761Z] ---> c4fc93816858 [2023-01-20T10:11:38.761Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:11:38.761Z] ---> Using cache [2023-01-20T10:11:38.761Z] ---> 6cd1e3121320 [2023-01-20T10:11:38.761Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-20T10:11:38.762Z] ---> Running in 96f309c9aafb [2023-01-20T10:11:38.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:38.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:38.762Z] v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-20T10:11:38.762Z] v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-20T10:11:38.762Z] OK: 15859 distinct packages available [2023-01-20T10:11:38.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:39.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-20T10:11:39.021Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-20T10:11:39.021Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-20T10:11:39.021Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-20T10:11:39.021Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-20T10:11:39.021Z] (5/9) Installing curl (7.80.0-r5) [2023-01-20T10:11:39.021Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-20T10:11:39.021Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-20T10:11:39.021Z] (8/9) Installing libucontext (1.1-r0) [2023-01-20T10:11:39.021Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-20T10:11:39.281Z] Executing busybox-1.34.1-r7.trigger [2023-01-20T10:11:39.281Z] Executing ca-certificates-20220614-r0.trigger [2023-01-20T10:11:39.281Z] OK: 8 MiB in 23 packages [2023-01-20T10:11:39.851Z] Removing intermediate container 96f309c9aafb [2023-01-20T10:11:39.851Z] ---> 94116cc9a12c [2023-01-20T10:11:39.852Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:11:39.852Z] ---> 013035599864 [2023-01-20T10:11:39.852Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-20T10:11:40.792Z] ---> 3da788cd745d [2023-01-20T10:11:40.792Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-20T10:11:40.792Z] ---> 822c4e9ba141 [2023-01-20T10:11:40.792Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-20T10:11:40.792Z] ---> Running in ced298b343e8 [2023-01-20T10:11:40.792Z] Removing intermediate container ced298b343e8 [2023-01-20T10:11:40.792Z] ---> b856baf5ff36 [2023-01-20T10:11:40.792Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:11:40.792Z] ---> Running in 5fea17fee57b [2023-01-20T10:11:41.052Z] Removing intermediate container 5fea17fee57b [2023-01-20T10:11:41.052Z] ---> 50af35f7a5f1 [2023-01-20T10:11:41.052Z] Step 17/19 : LABEL arch=x86_64 [2023-01-20T10:11:41.052Z] ---> Running in b4e8b7e12838 [2023-01-20T10:11:41.052Z] Removing intermediate container b4e8b7e12838 [2023-01-20T10:11:41.052Z] ---> 591e7648325d [2023-01-20T10:11:41.052Z] Step 18/19 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:41.052Z] ---> Running in 7c8231a286c5 [2023-01-20T10:11:41.312Z] Removing intermediate container 7c8231a286c5 [2023-01-20T10:11:41.312Z] ---> 70bfa708f3be [2023-01-20T10:11:41.312Z] Step 19/19 : LABEL version=3.0.0-dev.26 [2023-01-20T10:11:41.312Z] ---> Running in 53e25c9064d6 [2023-01-20T10:11:41.312Z] Removing intermediate container 53e25c9064d6 [2023-01-20T10:11:41.312Z] ---> bfd07cee398d [2023-01-20T10:11:41.312Z] [2023-01-20T10:11:41.312Z] Successfully built bfd07cee398d [2023-01-20T10:11:41.312Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-20T10:11:41.319Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-20T10:11:41.328Z] $ docker stop --time=1 4bf314a2daa118dc767cc7f4bc69e4887838bffe68aec19d41c1355dc30d56ca [2023-01-20T10:11:42.642Z] $ docker rm -f --volumes 4bf314a2daa118dc767cc7f4bc69e4887838bffe68aec19d41c1355dc30d56ca [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-20T10:11:42.969Z] + docker images [2023-01-20T10:11:42.969Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-20T10:11:42.969Z] security-spiffe-token-provider latest bfd07cee398d 1 second ago 29.8MB [2023-01-20T10:11:42.969Z] e318bd674228 6 seconds ago 1.71GB [2023-01-20T10:11:42.969Z] security-spire-config latest 600c81499fe9 22 seconds ago 85.8MB [2023-01-20T10:11:42.969Z] core-common-config-bootstrapper latest ce7cf4dcbb3e 23 seconds ago 14.9MB [2023-01-20T10:11:42.969Z] 1f64fd00001a 31 seconds ago 1.55GB [2023-01-20T10:11:42.969Z] 5708c24a85e4 50 seconds ago 1.67GB [2023-01-20T10:11:42.969Z] core-data latest ecdc573376d7 About a minute ago 17.9MB [2023-01-20T10:11:42.969Z] support-scheduler latest 3c150464c760 About a minute ago 30MB [2023-01-20T10:11:42.969Z] core-command latest aa52e4615750 About a minute ago 17.7MB [2023-01-20T10:11:42.969Z] b9f4399cffc1 About a minute ago 1.69GB [2023-01-20T10:11:42.969Z] security-secretstore-setup latest 4e495c0eff8b About a minute ago 29.9MB [2023-01-20T10:11:42.969Z] c10fc1c5d2b4 About a minute ago 1.68GB [2023-01-20T10:11:42.970Z] 4216343970da About a minute ago 1.74GB [2023-01-20T10:11:42.970Z] security-proxy-setup latest be5cdccd9030 About a minute ago 27.8MB [2023-01-20T10:11:42.970Z] security-bootstrapper latest 2205f67cc838 2 minutes ago 20.3MB [2023-01-20T10:11:42.970Z] e9d5b13a7137 2 minutes ago 1.67GB [2023-01-20T10:11:42.970Z] b8c4d70c0267 2 minutes ago 1.67GB [2023-01-20T10:11:42.970Z] core-metadata latest 87520204a2bf 2 minutes ago 18.6MB [2023-01-20T10:11:42.970Z] support-notifications latest 5eaeef0fd9e4 2 minutes ago 30.6MB [2023-01-20T10:11:42.970Z] e4949fa76837 3 minutes ago 1.75GB [2023-01-20T10:11:42.970Z] 24613b5c11d5 3 minutes ago 1.69GB [2023-01-20T10:11:42.970Z] security-spire-agent latest 69b824535e18 3 minutes ago 125MB [2023-01-20T10:11:42.970Z] 1589710fdcb8 3 minutes ago 1.67GB [2023-01-20T10:11:42.970Z] security-spire-server latest ae265785ba95 3 minutes ago 86.5MB [2023-01-20T10:11:42.970Z] 593356be8301 3 minutes ago 1.55GB [2023-01-20T10:11:42.970Z] f2ece8a7d404 3 minutes ago 1.55GB [2023-01-20T10:11:42.970Z] ci-base-image-x86_64 latest ccbce75f8467 7 minutes ago 904MB [2023-01-20T10:11:42.970Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-20T10:11:42.970Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-20T10:11:42.970Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-20T10:11:42.970Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-20T10:11:42.970Z] 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-20T10:11:43.092Z] provisioning config files... [2023-01-20T10:11:43.269Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config2199872786164666130tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:11:43.571Z] ---> docker-login.sh [2023-01-20T10:11:43.572Z] nexus3.edgexfoundry.org:10001 [2023-01-20T10:11:43.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:11:43.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:11:43.572Z] Configure a credential helper to remove this warning. See [2023-01-20T10:11:43.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:11:43.572Z] [2023-01-20T10:11:43.572Z] Login Succeeded [2023-01-20T10:11:43.572Z] nexus3.edgexfoundry.org:10002 [2023-01-20T10:11:43.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:11:43.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:11:43.572Z] Configure a credential helper to remove this warning. See [2023-01-20T10:11:43.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:11:43.572Z] [2023-01-20T10:11:43.572Z] Login Succeeded [2023-01-20T10:11:43.572Z] nexus3.edgexfoundry.org:10003 [2023-01-20T10:11:43.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:11:43.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:11:43.831Z] Configure a credential helper to remove this warning. See [2023-01-20T10:11:43.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:11:43.831Z] [2023-01-20T10:11:43.831Z] Login Succeeded [2023-01-20T10:11:43.831Z] nexus3.edgexfoundry.org:10004 [2023-01-20T10:11:43.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:11:43.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:11:43.831Z] Configure a credential helper to remove this warning. See [2023-01-20T10:11:43.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:11:43.831Z] [2023-01-20T10:11:43.831Z] Login Succeeded [2023-01-20T10:11:43.831Z] docker.io [2023-01-20T10:11:44.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:11:44.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:11:44.090Z] Configure a credential helper to remove this warning. See [2023-01-20T10:11:44.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:11:44.090Z] [2023-01-20T10:11:44.090Z] Login Succeeded [2023-01-20T10:11:44.090Z] ---> docker-login.sh ends [Pipeline] } [2023-01-20T10:11:44.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:11:44.128Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-20T10:11:44.144Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-20T10:11:44.144Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:44.144Z] latest [2023-01-20T10:11:44.144Z] 3.0.0-dev.26 [2023-01-20T10:11:44.144Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:44.144Z] main [2023-01-20T10:11:44.144Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:44.450Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:44.750Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:44.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-20T10:11:44.750Z] c1062f5c717b: Preparing [2023-01-20T10:11:44.750Z] 3e9a865b91bd: Preparing [2023-01-20T10:11:44.750Z] 883620779292: Preparing [2023-01-20T10:11:44.750Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:11:44.750Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:44.750Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:44.750Z] c1062f5c717b: Pushed [2023-01-20T10:11:44.750Z] 0c0e7b0aa19c: Pushed [2023-01-20T10:11:44.750Z] 883620779292: Pushed [2023-01-20T10:11:46.127Z] 3e9a865b91bd: Pushed [2023-01-20T10:11:46.127Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:46.546Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:46.881Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-20T10:11:46.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-20T10:11:46.881Z] c1062f5c717b: Preparing [2023-01-20T10:11:46.881Z] 3e9a865b91bd: Preparing [2023-01-20T10:11:46.881Z] 883620779292: Preparing [2023-01-20T10:11:46.881Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:11:46.881Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:46.881Z] c1062f5c717b: Layer already exists [2023-01-20T10:11:46.881Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:11:46.881Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:46.881Z] 883620779292: Layer already exists [2023-01-20T10:11:46.881Z] 3e9a865b91bd: Layer already exists [2023-01-20T10:11:46.881Z] latest: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:47.231Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:47.580Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.26 [2023-01-20T10:11:47.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-20T10:11:47.580Z] c1062f5c717b: Preparing [2023-01-20T10:11:47.580Z] 3e9a865b91bd: Preparing [2023-01-20T10:11:47.580Z] 883620779292: Preparing [2023-01-20T10:11:47.580Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:11:47.580Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:47.580Z] 883620779292: Layer already exists [2023-01-20T10:11:47.580Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:11:47.580Z] 3e9a865b91bd: Layer already exists [2023-01-20T10:11:47.580Z] c1062f5c717b: Layer already exists [2023-01-20T10:11:47.580Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:47.580Z] 3.0.0-dev.26: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:47.918Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:48.238Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:48.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-20T10:11:48.238Z] c1062f5c717b: Preparing [2023-01-20T10:11:48.238Z] 3e9a865b91bd: Preparing [2023-01-20T10:11:48.238Z] 883620779292: Preparing [2023-01-20T10:11:48.238Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:11:48.238Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:48.238Z] 3e9a865b91bd: Layer already exists [2023-01-20T10:11:48.238Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:48.238Z] 883620779292: Layer already exists [2023-01-20T10:11:48.238Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:11:48.238Z] c1062f5c717b: Layer already exists [2023-01-20T10:11:48.238Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:48.540Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:48.842Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-20T10:11:48.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-20T10:11:48.842Z] c1062f5c717b: Preparing [2023-01-20T10:11:48.842Z] 3e9a865b91bd: Preparing [2023-01-20T10:11:48.842Z] 883620779292: Preparing [2023-01-20T10:11:48.842Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:11:48.842Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:48.842Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:48.842Z] 883620779292: Layer already exists [2023-01-20T10:11:48.842Z] 3e9a865b91bd: Layer already exists [2023-01-20T10:11:48.842Z] c1062f5c717b: Layer already exists [2023-01-20T10:11:48.842Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:11:48.842Z] main: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:11:48.877Z] ===================================================== [Pipeline] echo [2023-01-20T10:11:48.884Z] taggedImages: [2023-01-20T10:11:48.884Z] - nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:48.884Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-20T10:11:48.884Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.26 [2023-01-20T10:11:48.884Z] - nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:48.884Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-20T10:11:48.898Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-01-20T10:11:48.898Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:48.898Z] latest [2023-01-20T10:11:48.898Z] 3.0.0-dev.26 [2023-01-20T10:11:48.898Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:48.898Z] main [2023-01-20T10:11:48.898Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:49.200Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:49.497Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:49.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-20T10:11:49.497Z] 044d0ada06df: Preparing [2023-01-20T10:11:49.497Z] eb37f0882f20: Preparing [2023-01-20T10:11:49.497Z] 07298265507e: Preparing [2023-01-20T10:11:49.497Z] 1e41da2df06c: Preparing [2023-01-20T10:11:49.497Z] 883620779292: Preparing [2023-01-20T10:11:49.497Z] 9d0aba3c1631: Preparing [2023-01-20T10:11:49.497Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:49.497Z] 9d0aba3c1631: Waiting [2023-01-20T10:11:49.497Z] e5e13b0c77cb: Waiting [2023-01-20T10:11:49.497Z] 883620779292: Layer already exists [2023-01-20T10:11:49.497Z] eb37f0882f20: Pushed [2023-01-20T10:11:49.497Z] 9d0aba3c1631: Pushed [2023-01-20T10:11:49.497Z] 07298265507e: Pushed [2023-01-20T10:11:49.497Z] 044d0ada06df: Pushed [2023-01-20T10:11:49.497Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:50.431Z] 1e41da2df06c: Pushed [2023-01-20T10:11:50.689Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:50.995Z] + 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-20T10:11:51.296Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-01-20T10:11:51.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-20T10:11:51.297Z] 044d0ada06df: Preparing [2023-01-20T10:11:51.297Z] eb37f0882f20: Preparing [2023-01-20T10:11:51.297Z] 07298265507e: Preparing [2023-01-20T10:11:51.297Z] 1e41da2df06c: Preparing [2023-01-20T10:11:51.297Z] 883620779292: Preparing [2023-01-20T10:11:51.297Z] 9d0aba3c1631: Preparing [2023-01-20T10:11:51.297Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:51.297Z] 9d0aba3c1631: Waiting [2023-01-20T10:11:51.297Z] e5e13b0c77cb: Waiting [2023-01-20T10:11:51.297Z] 07298265507e: Layer already exists [2023-01-20T10:11:51.297Z] 1e41da2df06c: Layer already exists [2023-01-20T10:11:51.297Z] 883620779292: Layer already exists [2023-01-20T10:11:51.297Z] eb37f0882f20: Layer already exists [2023-01-20T10:11:51.297Z] 044d0ada06df: Layer already exists [2023-01-20T10:11:51.297Z] 9d0aba3c1631: Layer already exists [2023-01-20T10:11:51.297Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:51.297Z] latest: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:51.602Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:51.905Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.26 [2023-01-20T10:11:51.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-20T10:11:51.905Z] 044d0ada06df: Preparing [2023-01-20T10:11:51.905Z] eb37f0882f20: Preparing [2023-01-20T10:11:51.905Z] 07298265507e: Preparing [2023-01-20T10:11:51.905Z] 1e41da2df06c: Preparing [2023-01-20T10:11:51.905Z] 883620779292: Preparing [2023-01-20T10:11:51.905Z] 9d0aba3c1631: Preparing [2023-01-20T10:11:51.905Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:51.905Z] 9d0aba3c1631: Waiting [2023-01-20T10:11:51.905Z] e5e13b0c77cb: Waiting [2023-01-20T10:11:51.905Z] 07298265507e: Layer already exists [2023-01-20T10:11:51.905Z] eb37f0882f20: Layer already exists [2023-01-20T10:11:51.905Z] 883620779292: Layer already exists [2023-01-20T10:11:51.905Z] 044d0ada06df: Layer already exists [2023-01-20T10:11:51.905Z] 1e41da2df06c: Layer already exists [2023-01-20T10:11:51.905Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:51.905Z] 9d0aba3c1631: Layer already exists [2023-01-20T10:11:51.905Z] 3.0.0-dev.26: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:52.210Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:52.512Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:52.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-20T10:11:52.512Z] 044d0ada06df: Preparing [2023-01-20T10:11:52.512Z] eb37f0882f20: Preparing [2023-01-20T10:11:52.512Z] 07298265507e: Preparing [2023-01-20T10:11:52.512Z] 1e41da2df06c: Preparing [2023-01-20T10:11:52.512Z] 883620779292: Preparing [2023-01-20T10:11:52.512Z] 9d0aba3c1631: Preparing [2023-01-20T10:11:52.512Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:52.512Z] e5e13b0c77cb: Waiting [2023-01-20T10:11:52.512Z] 9d0aba3c1631: Waiting [2023-01-20T10:11:52.512Z] 883620779292: Layer already exists [2023-01-20T10:11:52.512Z] 044d0ada06df: Layer already exists [2023-01-20T10:11:52.513Z] 07298265507e: Layer already exists [2023-01-20T10:11:52.513Z] eb37f0882f20: Layer already exists [2023-01-20T10:11:52.513Z] 1e41da2df06c: Layer already exists [2023-01-20T10:11:52.513Z] 9d0aba3c1631: Layer already exists [2023-01-20T10:11:52.513Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:52.513Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:52.820Z] + 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-20T10:11:53.123Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-01-20T10:11:53.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-20T10:11:53.123Z] 044d0ada06df: Preparing [2023-01-20T10:11:53.123Z] eb37f0882f20: Preparing [2023-01-20T10:11:53.123Z] 07298265507e: Preparing [2023-01-20T10:11:53.123Z] 1e41da2df06c: Preparing [2023-01-20T10:11:53.123Z] 883620779292: Preparing [2023-01-20T10:11:53.123Z] 9d0aba3c1631: Preparing [2023-01-20T10:11:53.123Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:53.123Z] e5e13b0c77cb: Waiting [2023-01-20T10:11:53.123Z] 9d0aba3c1631: Waiting [2023-01-20T10:11:53.123Z] 1e41da2df06c: Layer already exists [2023-01-20T10:11:53.123Z] 044d0ada06df: Layer already exists [2023-01-20T10:11:53.123Z] eb37f0882f20: Layer already exists [2023-01-20T10:11:53.123Z] 883620779292: Layer already exists [2023-01-20T10:11:53.123Z] 07298265507e: Layer already exists [2023-01-20T10:11:53.123Z] 9d0aba3c1631: Layer already exists [2023-01-20T10:11:53.123Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:53.123Z] main: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:11:53.158Z] ===================================================== [Pipeline] echo [2023-01-20T10:11:53.163Z] taggedImages: [2023-01-20T10:11:53.163Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:53.163Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-01-20T10:11:53.163Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.26 [2023-01-20T10:11:53.163Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:53.163Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-01-20T10:11:53.177Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-20T10:11:53.177Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:53.177Z] latest [2023-01-20T10:11:53.177Z] 3.0.0-dev.26 [2023-01-20T10:11:53.177Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:53.177Z] main [2023-01-20T10:11:53.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:53.476Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:53.776Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:53.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-20T10:11:53.776Z] 51e1291f2c45: Preparing [2023-01-20T10:11:53.776Z] 7afe979a7aca: Preparing [2023-01-20T10:11:53.776Z] 883620779292: Preparing [2023-01-20T10:11:53.776Z] 4ab6ef080195: Preparing [2023-01-20T10:11:53.776Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:53.776Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:53.776Z] 883620779292: Layer already exists [2023-01-20T10:11:53.776Z] 51e1291f2c45: Pushed [2023-01-20T10:11:53.776Z] 4ab6ef080195: Pushed [2023-01-20T10:11:55.151Z] 7afe979a7aca: Pushed [2023-01-20T10:11:55.151Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:55.451Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:55.754Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-20T10:11:55.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-20T10:11:55.754Z] 51e1291f2c45: Preparing [2023-01-20T10:11:55.754Z] 7afe979a7aca: Preparing [2023-01-20T10:11:55.754Z] 883620779292: Preparing [2023-01-20T10:11:55.754Z] 4ab6ef080195: Preparing [2023-01-20T10:11:55.754Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:55.754Z] 7afe979a7aca: Layer already exists [2023-01-20T10:11:55.754Z] 4ab6ef080195: Layer already exists [2023-01-20T10:11:55.754Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:55.754Z] 51e1291f2c45: Layer already exists [2023-01-20T10:11:55.754Z] 883620779292: Layer already exists [2023-01-20T10:11:55.754Z] latest: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:56.055Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:56.353Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.26 [2023-01-20T10:11:56.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-20T10:11:56.353Z] 51e1291f2c45: Preparing [2023-01-20T10:11:56.353Z] 7afe979a7aca: Preparing [2023-01-20T10:11:56.353Z] 883620779292: Preparing [2023-01-20T10:11:56.353Z] 4ab6ef080195: Preparing [2023-01-20T10:11:56.353Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:56.353Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:56.353Z] 51e1291f2c45: Layer already exists [2023-01-20T10:11:56.353Z] 883620779292: Layer already exists [2023-01-20T10:11:56.353Z] 4ab6ef080195: Layer already exists [2023-01-20T10:11:56.353Z] 7afe979a7aca: Layer already exists [2023-01-20T10:11:56.353Z] 3.0.0-dev.26: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:56.665Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:56.963Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:56.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-20T10:11:56.963Z] 51e1291f2c45: Preparing [2023-01-20T10:11:56.963Z] 7afe979a7aca: Preparing [2023-01-20T10:11:56.963Z] 883620779292: Preparing [2023-01-20T10:11:56.963Z] 4ab6ef080195: Preparing [2023-01-20T10:11:56.963Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:56.963Z] 883620779292: Layer already exists [2023-01-20T10:11:56.963Z] 7afe979a7aca: Layer already exists [2023-01-20T10:11:56.963Z] 4ab6ef080195: Layer already exists [2023-01-20T10:11:56.963Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:56.963Z] 51e1291f2c45: Layer already exists [2023-01-20T10:11:56.963Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:57.273Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:57.574Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-20T10:11:57.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-20T10:11:57.574Z] 51e1291f2c45: Preparing [2023-01-20T10:11:57.574Z] 7afe979a7aca: Preparing [2023-01-20T10:11:57.574Z] 883620779292: Preparing [2023-01-20T10:11:57.574Z] 4ab6ef080195: Preparing [2023-01-20T10:11:57.574Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:57.574Z] 7afe979a7aca: Layer already exists [2023-01-20T10:11:57.574Z] 883620779292: Layer already exists [2023-01-20T10:11:57.574Z] 51e1291f2c45: Layer already exists [2023-01-20T10:11:57.574Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:57.574Z] 4ab6ef080195: Layer already exists [2023-01-20T10:11:57.574Z] main: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:11:57.608Z] ===================================================== [Pipeline] echo [2023-01-20T10:11:57.613Z] taggedImages: [2023-01-20T10:11:57.613Z] - nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:57.613Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-20T10:11:57.613Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.26 [2023-01-20T10:11:57.613Z] - nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:57.613Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-20T10:11:57.628Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-20T10:11:57.628Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:57.628Z] latest [2023-01-20T10:11:57.628Z] 3.0.0-dev.26 [2023-01-20T10:11:57.628Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:11:57.628Z] main [2023-01-20T10:11:57.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:57.933Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:11:58.234Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:11:58.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-20T10:11:58.234Z] 6eda2af53ff1: Preparing [2023-01-20T10:11:58.234Z] 21e66dd10179: Preparing [2023-01-20T10:11:58.234Z] c2d1093b0cd8: Preparing [2023-01-20T10:11:58.234Z] 883620779292: Preparing [2023-01-20T10:11:58.234Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:11:58.234Z] e5e13b0c77cb: Preparing [2023-01-20T10:11:58.234Z] e5e13b0c77cb: Waiting [2023-01-20T10:11:58.234Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:11:58.234Z] 883620779292: Layer already exists [2023-01-20T10:11:58.234Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:11:58.234Z] 6eda2af53ff1: Pushed [2023-01-20T10:11:58.234Z] 21e66dd10179: Pushed [2023-01-20T10:11:59.612Z] c2d1093b0cd8: Pushed [2023-01-20T10:11:59.870Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:00.183Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:00.492Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-20T10:12:00.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-20T10:12:00.492Z] 6eda2af53ff1: Preparing [2023-01-20T10:12:00.492Z] 21e66dd10179: Preparing [2023-01-20T10:12:00.492Z] c2d1093b0cd8: Preparing [2023-01-20T10:12:00.492Z] 883620779292: Preparing [2023-01-20T10:12:00.492Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:12:00.492Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:00.492Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:00.492Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:12:00.492Z] c2d1093b0cd8: Layer already exists [2023-01-20T10:12:00.492Z] 21e66dd10179: Layer already exists [2023-01-20T10:12:00.492Z] 6eda2af53ff1: Layer already exists [2023-01-20T10:12:00.492Z] 883620779292: Layer already exists [2023-01-20T10:12:00.492Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:00.492Z] latest: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:00.796Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:01.092Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.26 [2023-01-20T10:12:01.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-20T10:12:01.092Z] 6eda2af53ff1: Preparing [2023-01-20T10:12:01.092Z] 21e66dd10179: Preparing [2023-01-20T10:12:01.092Z] c2d1093b0cd8: Preparing [2023-01-20T10:12:01.092Z] 883620779292: Preparing [2023-01-20T10:12:01.092Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:12:01.092Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:01.092Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:01.092Z] 21e66dd10179: Layer already exists [2023-01-20T10:12:01.092Z] c2d1093b0cd8: Layer already exists [2023-01-20T10:12:01.092Z] 883620779292: Layer already exists [2023-01-20T10:12:01.092Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:12:01.092Z] 6eda2af53ff1: Layer already exists [2023-01-20T10:12:01.092Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:01.092Z] 3.0.0-dev.26: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:01.389Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:01.691Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:01.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-20T10:12:01.691Z] 6eda2af53ff1: Preparing [2023-01-20T10:12:01.691Z] 21e66dd10179: Preparing [2023-01-20T10:12:01.691Z] c2d1093b0cd8: Preparing [2023-01-20T10:12:01.691Z] 883620779292: Preparing [2023-01-20T10:12:01.691Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:12:01.691Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:01.691Z] 883620779292: Layer already exists [2023-01-20T10:12:01.691Z] 6eda2af53ff1: Layer already exists [2023-01-20T10:12:01.691Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:12:01.691Z] 21e66dd10179: Layer already exists [2023-01-20T10:12:01.691Z] c2d1093b0cd8: Layer already exists [2023-01-20T10:12:01.691Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:01.691Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:01.993Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:02.289Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-20T10:12:02.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-20T10:12:02.289Z] 6eda2af53ff1: Preparing [2023-01-20T10:12:02.289Z] 21e66dd10179: Preparing [2023-01-20T10:12:02.289Z] c2d1093b0cd8: Preparing [2023-01-20T10:12:02.289Z] 883620779292: Preparing [2023-01-20T10:12:02.289Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:12:02.289Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:02.289Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:02.289Z] 883620779292: Layer already exists [2023-01-20T10:12:02.289Z] c2d1093b0cd8: Layer already exists [2023-01-20T10:12:02.289Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:12:02.289Z] 21e66dd10179: Layer already exists [2023-01-20T10:12:02.289Z] 6eda2af53ff1: Layer already exists [2023-01-20T10:12:02.289Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:02.289Z] main: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:02.323Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:02.329Z] taggedImages: [2023-01-20T10:12:02.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:02.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-20T10:12:02.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.26 [2023-01-20T10:12:02.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:02.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-20T10:12:02.343Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-20T10:12:02.343Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:02.343Z] latest [2023-01-20T10:12:02.343Z] 3.0.0-dev.26 [2023-01-20T10:12:02.343Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:02.343Z] main [2023-01-20T10:12:02.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:02.645Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:02.947Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:02.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-20T10:12:02.947Z] e037d99f152c: Preparing [2023-01-20T10:12:02.947Z] e037d99f152c: Preparing [2023-01-20T10:12:02.947Z] 05bbe37aeead: Preparing [2023-01-20T10:12:02.947Z] 8fa417b4a25f: Preparing [2023-01-20T10:12:02.947Z] 9258c2a57ab9: Preparing [2023-01-20T10:12:02.947Z] 1097fbbb5905: Preparing [2023-01-20T10:12:02.947Z] 734a416e007b: Preparing [2023-01-20T10:12:02.947Z] 883620779292: Preparing [2023-01-20T10:12:02.947Z] e07876581af7: Preparing [2023-01-20T10:12:02.947Z] 692c2ef15949: Preparing [2023-01-20T10:12:02.947Z] f1f7e2168478: Preparing [2023-01-20T10:12:02.947Z] ad23f5d7aacc: Preparing [2023-01-20T10:12:02.947Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:02.947Z] 734a416e007b: Waiting [2023-01-20T10:12:02.947Z] 883620779292: Waiting [2023-01-20T10:12:02.947Z] e07876581af7: Waiting [2023-01-20T10:12:02.947Z] 692c2ef15949: Waiting [2023-01-20T10:12:02.947Z] f1f7e2168478: Waiting [2023-01-20T10:12:02.947Z] ad23f5d7aacc: Waiting [2023-01-20T10:12:02.947Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:02.947Z] 8fa417b4a25f: Pushed [2023-01-20T10:12:02.947Z] 05bbe37aeead: Pushed [2023-01-20T10:12:02.947Z] e037d99f152c: Pushed [2023-01-20T10:12:02.947Z] 1097fbbb5905: Pushed [2023-01-20T10:12:02.947Z] 9258c2a57ab9: Pushed [2023-01-20T10:12:02.947Z] 883620779292: Layer already exists [2023-01-20T10:12:03.206Z] e07876581af7: Pushed [2023-01-20T10:12:03.206Z] f1f7e2168478: Pushed [2023-01-20T10:12:03.206Z] 692c2ef15949: Pushed [2023-01-20T10:12:03.206Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:03.206Z] ad23f5d7aacc: Pushed [2023-01-20T10:12:04.586Z] 734a416e007b: Pushed [2023-01-20T10:12:04.845Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:05.156Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:05.466Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-20T10:12:05.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-20T10:12:05.466Z] e037d99f152c: Preparing [2023-01-20T10:12:05.466Z] e037d99f152c: Preparing [2023-01-20T10:12:05.466Z] 05bbe37aeead: Preparing [2023-01-20T10:12:05.466Z] 8fa417b4a25f: Preparing [2023-01-20T10:12:05.466Z] 9258c2a57ab9: Preparing [2023-01-20T10:12:05.466Z] 1097fbbb5905: Preparing [2023-01-20T10:12:05.466Z] 734a416e007b: Preparing [2023-01-20T10:12:05.466Z] 883620779292: Preparing [2023-01-20T10:12:05.466Z] e07876581af7: Preparing [2023-01-20T10:12:05.466Z] 692c2ef15949: Preparing [2023-01-20T10:12:05.466Z] f1f7e2168478: Preparing [2023-01-20T10:12:05.466Z] ad23f5d7aacc: Preparing [2023-01-20T10:12:05.466Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:05.466Z] 692c2ef15949: Waiting [2023-01-20T10:12:05.466Z] 734a416e007b: Waiting [2023-01-20T10:12:05.466Z] 883620779292: Waiting [2023-01-20T10:12:05.466Z] f1f7e2168478: Waiting [2023-01-20T10:12:05.466Z] e07876581af7: Waiting [2023-01-20T10:12:05.466Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:05.466Z] 05bbe37aeead: Layer already exists [2023-01-20T10:12:05.466Z] 1097fbbb5905: Layer already exists [2023-01-20T10:12:05.466Z] 8fa417b4a25f: Layer already exists [2023-01-20T10:12:05.466Z] e037d99f152c: Layer already exists [2023-01-20T10:12:05.466Z] 9258c2a57ab9: Layer already exists [2023-01-20T10:12:05.466Z] 734a416e007b: Layer already exists [2023-01-20T10:12:05.466Z] f1f7e2168478: Layer already exists [2023-01-20T10:12:05.466Z] 883620779292: Layer already exists [2023-01-20T10:12:05.466Z] e07876581af7: Layer already exists [2023-01-20T10:12:05.466Z] 692c2ef15949: Layer already exists [2023-01-20T10:12:05.466Z] ad23f5d7aacc: Layer already exists [2023-01-20T10:12:05.466Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:05.466Z] latest: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:05.767Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:06.067Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.26 [2023-01-20T10:12:06.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-20T10:12:06.067Z] e037d99f152c: Preparing [2023-01-20T10:12:06.067Z] e037d99f152c: Preparing [2023-01-20T10:12:06.067Z] 05bbe37aeead: Preparing [2023-01-20T10:12:06.067Z] 8fa417b4a25f: Preparing [2023-01-20T10:12:06.067Z] 9258c2a57ab9: Preparing [2023-01-20T10:12:06.067Z] 1097fbbb5905: Preparing [2023-01-20T10:12:06.067Z] 734a416e007b: Preparing [2023-01-20T10:12:06.067Z] 883620779292: Preparing [2023-01-20T10:12:06.067Z] e07876581af7: Preparing [2023-01-20T10:12:06.067Z] 692c2ef15949: Preparing [2023-01-20T10:12:06.067Z] 734a416e007b: Waiting [2023-01-20T10:12:06.067Z] 883620779292: Waiting [2023-01-20T10:12:06.067Z] e07876581af7: Waiting [2023-01-20T10:12:06.067Z] f1f7e2168478: Preparing [2023-01-20T10:12:06.067Z] ad23f5d7aacc: Preparing [2023-01-20T10:12:06.067Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:06.067Z] 692c2ef15949: Waiting [2023-01-20T10:12:06.067Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:06.067Z] f1f7e2168478: Waiting [2023-01-20T10:12:06.067Z] ad23f5d7aacc: Waiting [2023-01-20T10:12:06.067Z] 9258c2a57ab9: Layer already exists [2023-01-20T10:12:06.067Z] 1097fbbb5905: Layer already exists [2023-01-20T10:12:06.067Z] 05bbe37aeead: Layer already exists [2023-01-20T10:12:06.067Z] e037d99f152c: Layer already exists [2023-01-20T10:12:06.067Z] 8fa417b4a25f: Layer already exists [2023-01-20T10:12:06.067Z] 734a416e007b: Layer already exists [2023-01-20T10:12:06.067Z] f1f7e2168478: Layer already exists [2023-01-20T10:12:06.067Z] 883620779292: Layer already exists [2023-01-20T10:12:06.067Z] e07876581af7: Layer already exists [2023-01-20T10:12:06.067Z] 692c2ef15949: Layer already exists [2023-01-20T10:12:06.067Z] ad23f5d7aacc: Layer already exists [2023-01-20T10:12:06.067Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:06.067Z] 3.0.0-dev.26: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:06.369Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:06.668Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:06.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-20T10:12:06.668Z] e037d99f152c: Preparing [2023-01-20T10:12:06.668Z] e037d99f152c: Preparing [2023-01-20T10:12:06.668Z] 05bbe37aeead: Preparing [2023-01-20T10:12:06.668Z] 8fa417b4a25f: Preparing [2023-01-20T10:12:06.668Z] 9258c2a57ab9: Preparing [2023-01-20T10:12:06.668Z] 1097fbbb5905: Preparing [2023-01-20T10:12:06.668Z] 734a416e007b: Preparing [2023-01-20T10:12:06.668Z] 883620779292: Preparing [2023-01-20T10:12:06.668Z] e07876581af7: Preparing [2023-01-20T10:12:06.668Z] 692c2ef15949: Preparing [2023-01-20T10:12:06.668Z] f1f7e2168478: Preparing [2023-01-20T10:12:06.668Z] ad23f5d7aacc: Preparing [2023-01-20T10:12:06.668Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:06.668Z] e07876581af7: Waiting [2023-01-20T10:12:06.668Z] ad23f5d7aacc: Waiting [2023-01-20T10:12:06.668Z] 692c2ef15949: Waiting [2023-01-20T10:12:06.668Z] f1f7e2168478: Waiting [2023-01-20T10:12:06.668Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:06.668Z] 734a416e007b: Waiting [2023-01-20T10:12:06.668Z] 883620779292: Waiting [2023-01-20T10:12:06.668Z] 1097fbbb5905: Layer already exists [2023-01-20T10:12:06.668Z] 8fa417b4a25f: Layer already exists [2023-01-20T10:12:06.668Z] e037d99f152c: Layer already exists [2023-01-20T10:12:06.668Z] 9258c2a57ab9: Layer already exists [2023-01-20T10:12:06.668Z] 05bbe37aeead: Layer already exists [2023-01-20T10:12:06.668Z] 734a416e007b: Layer already exists [2023-01-20T10:12:06.668Z] 883620779292: Layer already exists [2023-01-20T10:12:06.668Z] f1f7e2168478: Layer already exists [2023-01-20T10:12:06.668Z] e07876581af7: Layer already exists [2023-01-20T10:12:06.668Z] 692c2ef15949: Layer already exists [2023-01-20T10:12:06.668Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:06.668Z] ad23f5d7aacc: Layer already exists [2023-01-20T10:12:06.668Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:06.968Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:07.266Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-20T10:12:07.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-20T10:12:07.266Z] e037d99f152c: Preparing [2023-01-20T10:12:07.266Z] e037d99f152c: Preparing [2023-01-20T10:12:07.266Z] 05bbe37aeead: Preparing [2023-01-20T10:12:07.266Z] 8fa417b4a25f: Preparing [2023-01-20T10:12:07.266Z] 9258c2a57ab9: Preparing [2023-01-20T10:12:07.266Z] 1097fbbb5905: Preparing [2023-01-20T10:12:07.266Z] 734a416e007b: Preparing [2023-01-20T10:12:07.266Z] 883620779292: Preparing [2023-01-20T10:12:07.266Z] e07876581af7: Preparing [2023-01-20T10:12:07.266Z] 692c2ef15949: Preparing [2023-01-20T10:12:07.266Z] f1f7e2168478: Preparing [2023-01-20T10:12:07.266Z] ad23f5d7aacc: Preparing [2023-01-20T10:12:07.266Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:07.266Z] 734a416e007b: Waiting [2023-01-20T10:12:07.266Z] 883620779292: Waiting [2023-01-20T10:12:07.266Z] e07876581af7: Waiting [2023-01-20T10:12:07.266Z] 692c2ef15949: Waiting [2023-01-20T10:12:07.266Z] f1f7e2168478: Waiting [2023-01-20T10:12:07.266Z] ad23f5d7aacc: Waiting [2023-01-20T10:12:07.266Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:07.266Z] e037d99f152c: Layer already exists [2023-01-20T10:12:07.266Z] 05bbe37aeead: Layer already exists [2023-01-20T10:12:07.266Z] 9258c2a57ab9: Layer already exists [2023-01-20T10:12:07.266Z] 1097fbbb5905: Layer already exists [2023-01-20T10:12:07.266Z] 8fa417b4a25f: Layer already exists [2023-01-20T10:12:07.266Z] 883620779292: Layer already exists [2023-01-20T10:12:07.266Z] 734a416e007b: Layer already exists [2023-01-20T10:12:07.266Z] f1f7e2168478: Layer already exists [2023-01-20T10:12:07.266Z] 692c2ef15949: Layer already exists [2023-01-20T10:12:07.266Z] e07876581af7: Layer already exists [2023-01-20T10:12:07.266Z] ad23f5d7aacc: Layer already exists [2023-01-20T10:12:07.266Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:07.266Z] main: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:07.301Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:07.306Z] taggedImages: [2023-01-20T10:12:07.306Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:07.306Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-20T10:12:07.306Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.26 [2023-01-20T10:12:07.306Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:07.306Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-20T10:12:07.320Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-20T10:12:07.320Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:07.320Z] latest [2023-01-20T10:12:07.320Z] 3.0.0-dev.26 [2023-01-20T10:12:07.320Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:07.320Z] main [2023-01-20T10:12:07.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:07.623Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:07.923Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:07.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-20T10:12:07.923Z] 72812686e013: Preparing [2023-01-20T10:12:07.923Z] fd972e43b3e0: Preparing [2023-01-20T10:12:07.923Z] 1507cbdb6420: Preparing [2023-01-20T10:12:07.923Z] e6c766b893e3: Preparing [2023-01-20T10:12:07.923Z] 9ca031157d93: Preparing [2023-01-20T10:12:07.923Z] 5caa728b205f: Preparing [2023-01-20T10:12:07.923Z] 2b778112c03e: Preparing [2023-01-20T10:12:07.923Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:07.923Z] 5caa728b205f: Waiting [2023-01-20T10:12:07.923Z] 2b778112c03e: Waiting [2023-01-20T10:12:07.923Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:07.923Z] 72812686e013: Pushed [2023-01-20T10:12:07.923Z] 9ca031157d93: Pushed [2023-01-20T10:12:07.923Z] fd972e43b3e0: Pushed [2023-01-20T10:12:08.185Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:08.185Z] 5caa728b205f: Pushed [2023-01-20T10:12:08.451Z] 2b778112c03e: Pushed [2023-01-20T10:12:09.019Z] 1507cbdb6420: Pushed [2023-01-20T10:12:09.019Z] e6c766b893e3: Pushed [2023-01-20T10:12:09.277Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:09.576Z] + 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-20T10:12:09.886Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-20T10:12:09.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-20T10:12:09.886Z] 72812686e013: Preparing [2023-01-20T10:12:09.886Z] fd972e43b3e0: Preparing [2023-01-20T10:12:09.886Z] 1507cbdb6420: Preparing [2023-01-20T10:12:09.886Z] e6c766b893e3: Preparing [2023-01-20T10:12:09.886Z] 9ca031157d93: Preparing [2023-01-20T10:12:09.886Z] 5caa728b205f: Preparing [2023-01-20T10:12:09.886Z] 2b778112c03e: Preparing [2023-01-20T10:12:09.886Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:09.886Z] 5caa728b205f: Waiting [2023-01-20T10:12:09.886Z] 2b778112c03e: Waiting [2023-01-20T10:12:09.886Z] fd972e43b3e0: Layer already exists [2023-01-20T10:12:09.886Z] 1507cbdb6420: Layer already exists [2023-01-20T10:12:09.886Z] 9ca031157d93: Layer already exists [2023-01-20T10:12:09.886Z] e6c766b893e3: Layer already exists [2023-01-20T10:12:09.886Z] 72812686e013: Layer already exists [2023-01-20T10:12:09.886Z] 5caa728b205f: Layer already exists [2023-01-20T10:12:09.886Z] 2b778112c03e: Layer already exists [2023-01-20T10:12:09.886Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:09.886Z] latest: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:10.200Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:10.506Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.26 [2023-01-20T10:12:10.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-20T10:12:10.506Z] 72812686e013: Preparing [2023-01-20T10:12:10.506Z] fd972e43b3e0: Preparing [2023-01-20T10:12:10.506Z] 1507cbdb6420: Preparing [2023-01-20T10:12:10.506Z] e6c766b893e3: Preparing [2023-01-20T10:12:10.506Z] 9ca031157d93: Preparing [2023-01-20T10:12:10.506Z] 5caa728b205f: Preparing [2023-01-20T10:12:10.506Z] 2b778112c03e: Preparing [2023-01-20T10:12:10.506Z] 5caa728b205f: Waiting [2023-01-20T10:12:10.506Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:10.506Z] 2b778112c03e: Waiting [2023-01-20T10:12:10.506Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:10.506Z] 1507cbdb6420: Layer already exists [2023-01-20T10:12:10.506Z] 9ca031157d93: Layer already exists [2023-01-20T10:12:10.506Z] e6c766b893e3: Layer already exists [2023-01-20T10:12:10.506Z] fd972e43b3e0: Layer already exists [2023-01-20T10:12:10.506Z] 72812686e013: Layer already exists [2023-01-20T10:12:10.506Z] 5caa728b205f: Layer already exists [2023-01-20T10:12:10.506Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:10.506Z] 2b778112c03e: Layer already exists [2023-01-20T10:12:10.506Z] 3.0.0-dev.26: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:10.808Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:11.111Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:11.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-20T10:12:11.111Z] 72812686e013: Preparing [2023-01-20T10:12:11.111Z] fd972e43b3e0: Preparing [2023-01-20T10:12:11.111Z] 1507cbdb6420: Preparing [2023-01-20T10:12:11.111Z] e6c766b893e3: Preparing [2023-01-20T10:12:11.111Z] 9ca031157d93: Preparing [2023-01-20T10:12:11.111Z] 5caa728b205f: Preparing [2023-01-20T10:12:11.111Z] 2b778112c03e: Preparing [2023-01-20T10:12:11.111Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:11.111Z] 5caa728b205f: Waiting [2023-01-20T10:12:11.111Z] 2b778112c03e: Waiting [2023-01-20T10:12:11.111Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:11.111Z] 9ca031157d93: Layer already exists [2023-01-20T10:12:11.111Z] 72812686e013: Layer already exists [2023-01-20T10:12:11.111Z] fd972e43b3e0: Layer already exists [2023-01-20T10:12:11.111Z] e6c766b893e3: Layer already exists [2023-01-20T10:12:11.111Z] 1507cbdb6420: Layer already exists [2023-01-20T10:12:11.111Z] 2b778112c03e: Layer already exists [2023-01-20T10:12:11.111Z] 5caa728b205f: Layer already exists [2023-01-20T10:12:11.111Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:11.111Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:11.410Z] + 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-20T10:12:11.713Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-20T10:12:11.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-20T10:12:11.713Z] 72812686e013: Preparing [2023-01-20T10:12:11.713Z] fd972e43b3e0: Preparing [2023-01-20T10:12:11.713Z] 1507cbdb6420: Preparing [2023-01-20T10:12:11.713Z] e6c766b893e3: Preparing [2023-01-20T10:12:11.713Z] 9ca031157d93: Preparing [2023-01-20T10:12:11.713Z] 5caa728b205f: Preparing [2023-01-20T10:12:11.713Z] 2b778112c03e: Preparing [2023-01-20T10:12:11.713Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:11.713Z] 5caa728b205f: Waiting [2023-01-20T10:12:11.713Z] 2b778112c03e: Waiting [2023-01-20T10:12:11.713Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:11.713Z] 72812686e013: Layer already exists [2023-01-20T10:12:11.713Z] 9ca031157d93: Layer already exists [2023-01-20T10:12:11.713Z] fd972e43b3e0: Layer already exists [2023-01-20T10:12:11.713Z] 1507cbdb6420: Layer already exists [2023-01-20T10:12:11.713Z] e6c766b893e3: Layer already exists [2023-01-20T10:12:11.713Z] 5caa728b205f: Layer already exists [2023-01-20T10:12:11.713Z] 2b778112c03e: Layer already exists [2023-01-20T10:12:11.713Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:11.713Z] main: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:11.759Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:11.768Z] taggedImages: [2023-01-20T10:12:11.768Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:11.768Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-20T10:12:11.768Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.26 [2023-01-20T10:12:11.768Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:11.768Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-20T10:12:11.790Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-20T10:12:11.790Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:11.790Z] latest [2023-01-20T10:12:11.790Z] 3.0.0-dev.26 [2023-01-20T10:12:11.790Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:11.790Z] main [2023-01-20T10:12:11.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:12.097Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:12.397Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:12.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-20T10:12:12.397Z] d94e21918b99: Preparing [2023-01-20T10:12:12.397Z] 09abe11e3038: Preparing [2023-01-20T10:12:12.397Z] 9d3208331755: Preparing [2023-01-20T10:12:12.397Z] 38078e424ebc: Preparing [2023-01-20T10:12:12.397Z] dfaeca5f7388: Preparing [2023-01-20T10:12:12.397Z] 7fbefcfdaf2a: Preparing [2023-01-20T10:12:12.397Z] bd4ca4d95708: Preparing [2023-01-20T10:12:12.397Z] fb47e4d447e1: Preparing [2023-01-20T10:12:12.397Z] 6bca8a27d12d: Preparing [2023-01-20T10:12:12.397Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:12.397Z] 6bca8a27d12d: Waiting [2023-01-20T10:12:12.397Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:12.397Z] fb47e4d447e1: Waiting [2023-01-20T10:12:12.397Z] 7fbefcfdaf2a: Waiting [2023-01-20T10:12:12.397Z] d94e21918b99: Pushed [2023-01-20T10:12:12.397Z] 09abe11e3038: Pushed [2023-01-20T10:12:12.397Z] dfaeca5f7388: Pushed [2023-01-20T10:12:12.660Z] fb47e4d447e1: Pushed [2023-01-20T10:12:12.660Z] 7fbefcfdaf2a: Pushed [2023-01-20T10:12:12.660Z] bd4ca4d95708: Pushed [2023-01-20T10:12:12.660Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:12.660Z] 6bca8a27d12d: Pushed [2023-01-20T10:12:13.596Z] 38078e424ebc: Pushed [2023-01-20T10:12:13.854Z] 9d3208331755: Pushed [2023-01-20T10:12:13.854Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:14.166Z] + 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-20T10:12:14.476Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-20T10:12:14.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-20T10:12:14.476Z] d94e21918b99: Preparing [2023-01-20T10:12:14.476Z] 09abe11e3038: Preparing [2023-01-20T10:12:14.476Z] 9d3208331755: Preparing [2023-01-20T10:12:14.476Z] 38078e424ebc: Preparing [2023-01-20T10:12:14.476Z] dfaeca5f7388: Preparing [2023-01-20T10:12:14.476Z] 7fbefcfdaf2a: Preparing [2023-01-20T10:12:14.476Z] bd4ca4d95708: Preparing [2023-01-20T10:12:14.476Z] fb47e4d447e1: Preparing [2023-01-20T10:12:14.476Z] 6bca8a27d12d: Preparing [2023-01-20T10:12:14.476Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:14.476Z] bd4ca4d95708: Waiting [2023-01-20T10:12:14.476Z] fb47e4d447e1: Waiting [2023-01-20T10:12:14.476Z] 6bca8a27d12d: Waiting [2023-01-20T10:12:14.476Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:14.476Z] 7fbefcfdaf2a: Waiting [2023-01-20T10:12:14.476Z] 09abe11e3038: Layer already exists [2023-01-20T10:12:14.476Z] dfaeca5f7388: Layer already exists [2023-01-20T10:12:14.476Z] 38078e424ebc: Layer already exists [2023-01-20T10:12:14.476Z] d94e21918b99: Layer already exists [2023-01-20T10:12:14.476Z] 9d3208331755: Layer already exists [2023-01-20T10:12:14.476Z] bd4ca4d95708: Layer already exists [2023-01-20T10:12:14.476Z] 7fbefcfdaf2a: Layer already exists [2023-01-20T10:12:14.476Z] fb47e4d447e1: Layer already exists [2023-01-20T10:12:14.476Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:14.476Z] 6bca8a27d12d: Layer already exists [2023-01-20T10:12:14.476Z] latest: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:14.785Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:15.086Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.26 [2023-01-20T10:12:15.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-20T10:12:15.086Z] d94e21918b99: Preparing [2023-01-20T10:12:15.086Z] 09abe11e3038: Preparing [2023-01-20T10:12:15.086Z] 9d3208331755: Preparing [2023-01-20T10:12:15.086Z] 38078e424ebc: Preparing [2023-01-20T10:12:15.086Z] dfaeca5f7388: Preparing [2023-01-20T10:12:15.086Z] 7fbefcfdaf2a: Preparing [2023-01-20T10:12:15.086Z] bd4ca4d95708: Preparing [2023-01-20T10:12:15.086Z] fb47e4d447e1: Preparing [2023-01-20T10:12:15.086Z] 6bca8a27d12d: Preparing [2023-01-20T10:12:15.086Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:15.086Z] 7fbefcfdaf2a: Waiting [2023-01-20T10:12:15.086Z] bd4ca4d95708: Waiting [2023-01-20T10:12:15.086Z] fb47e4d447e1: Waiting [2023-01-20T10:12:15.086Z] 6bca8a27d12d: Waiting [2023-01-20T10:12:15.086Z] 9d3208331755: Layer already exists [2023-01-20T10:12:15.086Z] 09abe11e3038: Layer already exists [2023-01-20T10:12:15.086Z] 38078e424ebc: Layer already exists [2023-01-20T10:12:15.086Z] dfaeca5f7388: Layer already exists [2023-01-20T10:12:15.086Z] d94e21918b99: Layer already exists [2023-01-20T10:12:15.086Z] fb47e4d447e1: Layer already exists [2023-01-20T10:12:15.086Z] 7fbefcfdaf2a: Layer already exists [2023-01-20T10:12:15.086Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:15.086Z] 6bca8a27d12d: Layer already exists [2023-01-20T10:12:15.086Z] bd4ca4d95708: Layer already exists [2023-01-20T10:12:15.086Z] 3.0.0-dev.26: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:15.400Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:15.707Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:15.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-20T10:12:15.707Z] d94e21918b99: Preparing [2023-01-20T10:12:15.707Z] 09abe11e3038: Preparing [2023-01-20T10:12:15.707Z] 9d3208331755: Preparing [2023-01-20T10:12:15.707Z] 38078e424ebc: Preparing [2023-01-20T10:12:15.707Z] dfaeca5f7388: Preparing [2023-01-20T10:12:15.707Z] 7fbefcfdaf2a: Preparing [2023-01-20T10:12:15.707Z] bd4ca4d95708: Preparing [2023-01-20T10:12:15.707Z] fb47e4d447e1: Preparing [2023-01-20T10:12:15.707Z] 6bca8a27d12d: Preparing [2023-01-20T10:12:15.707Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:15.707Z] bd4ca4d95708: Waiting [2023-01-20T10:12:15.707Z] 7fbefcfdaf2a: Waiting [2023-01-20T10:12:15.707Z] fb47e4d447e1: Waiting [2023-01-20T10:12:15.707Z] 6bca8a27d12d: Waiting [2023-01-20T10:12:15.707Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:15.707Z] 38078e424ebc: Layer already exists [2023-01-20T10:12:15.707Z] 09abe11e3038: Layer already exists [2023-01-20T10:12:15.707Z] dfaeca5f7388: Layer already exists [2023-01-20T10:12:15.707Z] d94e21918b99: Layer already exists [2023-01-20T10:12:15.707Z] 9d3208331755: Layer already exists [2023-01-20T10:12:15.707Z] 7fbefcfdaf2a: Layer already exists [2023-01-20T10:12:15.707Z] 6bca8a27d12d: Layer already exists [2023-01-20T10:12:15.707Z] bd4ca4d95708: Layer already exists [2023-01-20T10:12:15.707Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:15.707Z] fb47e4d447e1: Layer already exists [2023-01-20T10:12:15.707Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:16.018Z] + 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-20T10:12:16.323Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-20T10:12:16.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-20T10:12:16.323Z] d94e21918b99: Preparing [2023-01-20T10:12:16.323Z] 09abe11e3038: Preparing [2023-01-20T10:12:16.323Z] 9d3208331755: Preparing [2023-01-20T10:12:16.323Z] 38078e424ebc: Preparing [2023-01-20T10:12:16.323Z] dfaeca5f7388: Preparing [2023-01-20T10:12:16.323Z] 7fbefcfdaf2a: Preparing [2023-01-20T10:12:16.323Z] bd4ca4d95708: Preparing [2023-01-20T10:12:16.323Z] fb47e4d447e1: Preparing [2023-01-20T10:12:16.323Z] 6bca8a27d12d: Preparing [2023-01-20T10:12:16.323Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:16.323Z] 7fbefcfdaf2a: Waiting [2023-01-20T10:12:16.323Z] bd4ca4d95708: Waiting [2023-01-20T10:12:16.323Z] fb47e4d447e1: Waiting [2023-01-20T10:12:16.323Z] e5e13b0c77cb: Waiting [2023-01-20T10:12:16.323Z] 09abe11e3038: Layer already exists [2023-01-20T10:12:16.323Z] dfaeca5f7388: Layer already exists [2023-01-20T10:12:16.323Z] 9d3208331755: Layer already exists [2023-01-20T10:12:16.323Z] 38078e424ebc: Layer already exists [2023-01-20T10:12:16.323Z] d94e21918b99: Layer already exists [2023-01-20T10:12:16.323Z] 7fbefcfdaf2a: Layer already exists [2023-01-20T10:12:16.323Z] bd4ca4d95708: Layer already exists [2023-01-20T10:12:16.323Z] fb47e4d447e1: Layer already exists [2023-01-20T10:12:16.323Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:16.323Z] 6bca8a27d12d: Layer already exists [2023-01-20T10:12:16.323Z] main: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:16.360Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:16.366Z] taggedImages: [2023-01-20T10:12:16.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:16.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-20T10:12:16.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.26 [2023-01-20T10:12:16.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:16.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-20T10:12:16.381Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-20T10:12:16.381Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:16.381Z] latest [2023-01-20T10:12:16.381Z] 3.0.0-dev.26 [2023-01-20T10:12:16.381Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:16.381Z] main [2023-01-20T10:12:16.381Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:16.702Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:17.016Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:17.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-20T10:12:17.016Z] cea60be4d006: Preparing [2023-01-20T10:12:17.016Z] 1292c6e89255: Preparing [2023-01-20T10:12:17.016Z] 883620779292: Preparing [2023-01-20T10:12:17.016Z] 5a089f017bf0: Preparing [2023-01-20T10:12:17.016Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:17.016Z] 883620779292: Layer already exists [2023-01-20T10:12:17.016Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:17.016Z] cea60be4d006: Pushed [2023-01-20T10:12:17.584Z] 5a089f017bf0: Pushed [2023-01-20T10:12:18.964Z] 1292c6e89255: Pushed [2023-01-20T10:12:19.223Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:19.537Z] + 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-20T10:12:19.845Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-20T10:12:19.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-20T10:12:19.845Z] cea60be4d006: Preparing [2023-01-20T10:12:19.845Z] 1292c6e89255: Preparing [2023-01-20T10:12:19.845Z] 883620779292: Preparing [2023-01-20T10:12:19.845Z] 5a089f017bf0: Preparing [2023-01-20T10:12:19.845Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:19.845Z] 1292c6e89255: Layer already exists [2023-01-20T10:12:19.845Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:19.845Z] cea60be4d006: Layer already exists [2023-01-20T10:12:19.845Z] 883620779292: Layer already exists [2023-01-20T10:12:19.845Z] 5a089f017bf0: Layer already exists [2023-01-20T10:12:19.845Z] latest: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:20.160Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:20.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.26 [2023-01-20T10:12:20.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-20T10:12:20.465Z] cea60be4d006: Preparing [2023-01-20T10:12:20.465Z] 1292c6e89255: Preparing [2023-01-20T10:12:20.465Z] 883620779292: Preparing [2023-01-20T10:12:20.465Z] 5a089f017bf0: Preparing [2023-01-20T10:12:20.465Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:20.465Z] 5a089f017bf0: Layer already exists [2023-01-20T10:12:20.465Z] 883620779292: Layer already exists [2023-01-20T10:12:20.465Z] 1292c6e89255: Layer already exists [2023-01-20T10:12:20.465Z] cea60be4d006: Layer already exists [2023-01-20T10:12:20.465Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:20.465Z] 3.0.0-dev.26: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:20.769Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:21.069Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:21.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-20T10:12:21.069Z] cea60be4d006: Preparing [2023-01-20T10:12:21.069Z] 1292c6e89255: Preparing [2023-01-20T10:12:21.069Z] 883620779292: Preparing [2023-01-20T10:12:21.069Z] 5a089f017bf0: Preparing [2023-01-20T10:12:21.069Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:21.069Z] 883620779292: Layer already exists [2023-01-20T10:12:21.069Z] 5a089f017bf0: Layer already exists [2023-01-20T10:12:21.069Z] 1292c6e89255: Layer already exists [2023-01-20T10:12:21.069Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:21.069Z] cea60be4d006: Layer already exists [2023-01-20T10:12:21.069Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:21.369Z] + 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-20T10:12:21.672Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-20T10:12:21.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-20T10:12:21.673Z] cea60be4d006: Preparing [2023-01-20T10:12:21.673Z] 1292c6e89255: Preparing [2023-01-20T10:12:21.673Z] 883620779292: Preparing [2023-01-20T10:12:21.673Z] 5a089f017bf0: Preparing [2023-01-20T10:12:21.673Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:21.673Z] 5a089f017bf0: Layer already exists [2023-01-20T10:12:21.673Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:21.673Z] 1292c6e89255: Layer already exists [2023-01-20T10:12:21.673Z] 883620779292: Layer already exists [2023-01-20T10:12:21.673Z] cea60be4d006: Layer already exists [2023-01-20T10:12:21.673Z] main: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:21.714Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:21.722Z] taggedImages: [2023-01-20T10:12:21.722Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:21.722Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-20T10:12:21.722Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.26 [2023-01-20T10:12:21.722Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:21.722Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-20T10:12:21.743Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-20T10:12:21.743Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:21.743Z] latest [2023-01-20T10:12:21.743Z] 3.0.0-dev.26 [2023-01-20T10:12:21.743Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:21.743Z] main [2023-01-20T10:12:21.743Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:22.065Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:22.375Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:22.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-20T10:12:22.375Z] 0bb5f58ba8b7: Preparing [2023-01-20T10:12:22.375Z] 3556136430a1: Preparing [2023-01-20T10:12:22.375Z] 2f1dcc9ab558: Preparing [2023-01-20T10:12:22.375Z] f1ade3f9fe84: Preparing [2023-01-20T10:12:22.375Z] 20a641818495: Preparing [2023-01-20T10:12:22.375Z] 770cdbd000a2: Preparing [2023-01-20T10:12:22.375Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:22.375Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:22.375Z] 770cdbd000a2: Waiting [2023-01-20T10:12:22.375Z] 3556136430a1: Pushed [2023-01-20T10:12:22.375Z] 2f1dcc9ab558: Pushed [2023-01-20T10:12:22.375Z] 0bb5f58ba8b7: Pushed [2023-01-20T10:12:22.375Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:22.947Z] 770cdbd000a2: Pushed [2023-01-20T10:12:26.244Z] 20a641818495: Pushed [2023-01-20T10:12:28.779Z] f1ade3f9fe84: Pushed [2023-01-20T10:12:29.038Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:29.347Z] + 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-20T10:12:29.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-20T10:12:29.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-20T10:12:29.650Z] 0bb5f58ba8b7: Preparing [2023-01-20T10:12:29.650Z] 3556136430a1: Preparing [2023-01-20T10:12:29.650Z] 2f1dcc9ab558: Preparing [2023-01-20T10:12:29.650Z] f1ade3f9fe84: Preparing [2023-01-20T10:12:29.650Z] 20a641818495: Preparing [2023-01-20T10:12:29.650Z] 770cdbd000a2: Preparing [2023-01-20T10:12:29.650Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:29.650Z] 770cdbd000a2: Waiting [2023-01-20T10:12:29.650Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:29.650Z] 20a641818495: Layer already exists [2023-01-20T10:12:29.650Z] 0bb5f58ba8b7: Layer already exists [2023-01-20T10:12:29.650Z] 2f1dcc9ab558: Layer already exists [2023-01-20T10:12:29.650Z] 3556136430a1: Layer already exists [2023-01-20T10:12:29.650Z] f1ade3f9fe84: Layer already exists [2023-01-20T10:12:29.650Z] 770cdbd000a2: Layer already exists [2023-01-20T10:12:29.650Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:29.650Z] latest: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:29.955Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:30.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.26 [2023-01-20T10:12:30.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-20T10:12:30.256Z] 0bb5f58ba8b7: Preparing [2023-01-20T10:12:30.256Z] 3556136430a1: Preparing [2023-01-20T10:12:30.256Z] 2f1dcc9ab558: Preparing [2023-01-20T10:12:30.256Z] f1ade3f9fe84: Preparing [2023-01-20T10:12:30.256Z] 20a641818495: Preparing [2023-01-20T10:12:30.256Z] 770cdbd000a2: Preparing [2023-01-20T10:12:30.256Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:30.256Z] 770cdbd000a2: Waiting [2023-01-20T10:12:30.256Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:30.256Z] 2f1dcc9ab558: Layer already exists [2023-01-20T10:12:30.256Z] 3556136430a1: Layer already exists [2023-01-20T10:12:30.256Z] 0bb5f58ba8b7: Layer already exists [2023-01-20T10:12:30.256Z] 20a641818495: Layer already exists [2023-01-20T10:12:30.256Z] f1ade3f9fe84: Layer already exists [2023-01-20T10:12:30.256Z] 770cdbd000a2: Layer already exists [2023-01-20T10:12:30.256Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:30.256Z] 3.0.0-dev.26: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:30.559Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:30.861Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:30.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-20T10:12:30.861Z] 0bb5f58ba8b7: Preparing [2023-01-20T10:12:30.861Z] 3556136430a1: Preparing [2023-01-20T10:12:30.861Z] 2f1dcc9ab558: Preparing [2023-01-20T10:12:30.861Z] f1ade3f9fe84: Preparing [2023-01-20T10:12:30.861Z] 20a641818495: Preparing [2023-01-20T10:12:30.861Z] 770cdbd000a2: Preparing [2023-01-20T10:12:30.861Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:30.861Z] 770cdbd000a2: Waiting [2023-01-20T10:12:30.861Z] 2f1dcc9ab558: Layer already exists [2023-01-20T10:12:30.861Z] 3556136430a1: Layer already exists [2023-01-20T10:12:30.861Z] 0bb5f58ba8b7: Layer already exists [2023-01-20T10:12:30.861Z] 20a641818495: Layer already exists [2023-01-20T10:12:30.861Z] f1ade3f9fe84: Layer already exists [2023-01-20T10:12:30.861Z] 770cdbd000a2: Layer already exists [2023-01-20T10:12:30.861Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:30.861Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:31.171Z] + 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-20T10:12:31.480Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-20T10:12:31.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-20T10:12:31.480Z] 0bb5f58ba8b7: Preparing [2023-01-20T10:12:31.480Z] 3556136430a1: Preparing [2023-01-20T10:12:31.480Z] 2f1dcc9ab558: Preparing [2023-01-20T10:12:31.480Z] f1ade3f9fe84: Preparing [2023-01-20T10:12:31.480Z] 20a641818495: Preparing [2023-01-20T10:12:31.480Z] 770cdbd000a2: Preparing [2023-01-20T10:12:31.480Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:31.480Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:31.480Z] 770cdbd000a2: Waiting [2023-01-20T10:12:31.480Z] f1ade3f9fe84: Layer already exists [2023-01-20T10:12:31.480Z] 0bb5f58ba8b7: Layer already exists [2023-01-20T10:12:31.480Z] 20a641818495: Layer already exists [2023-01-20T10:12:31.480Z] 3556136430a1: Layer already exists [2023-01-20T10:12:31.480Z] 2f1dcc9ab558: Layer already exists [2023-01-20T10:12:31.480Z] 770cdbd000a2: Layer already exists [2023-01-20T10:12:31.480Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:31.480Z] main: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:31.525Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:31.534Z] taggedImages: [2023-01-20T10:12:31.534Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:31.534Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-20T10:12:31.534Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.26 [2023-01-20T10:12:31.534Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:31.534Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-20T10:12:31.563Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-20T10:12:31.563Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:31.563Z] latest [2023-01-20T10:12:31.563Z] 3.0.0-dev.26 [2023-01-20T10:12:31.563Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:31.563Z] main [2023-01-20T10:12:31.563Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:31.885Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:32.196Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:32.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-20T10:12:32.196Z] e4ae9acb1e0a: Preparing [2023-01-20T10:12:32.196Z] acb2d6df36a4: Preparing [2023-01-20T10:12:32.196Z] 243fc265cb3f: Preparing [2023-01-20T10:12:32.196Z] 7249c36116fe: Preparing [2023-01-20T10:12:32.196Z] f1fd62f97834: Preparing [2023-01-20T10:12:32.196Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:32.196Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:32.196Z] e4ae9acb1e0a: Pushed [2023-01-20T10:12:32.196Z] acb2d6df36a4: Pushed [2023-01-20T10:12:32.196Z] 243fc265cb3f: Pushed [2023-01-20T10:12:32.196Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:32.457Z] f1fd62f97834: Pushed [2023-01-20T10:12:39.023Z] 7249c36116fe: Pushed [2023-01-20T10:12:39.023Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:39.336Z] + 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-20T10:12:39.647Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-20T10:12:39.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-20T10:12:39.648Z] e4ae9acb1e0a: Preparing [2023-01-20T10:12:39.648Z] acb2d6df36a4: Preparing [2023-01-20T10:12:39.648Z] 243fc265cb3f: Preparing [2023-01-20T10:12:39.648Z] 7249c36116fe: Preparing [2023-01-20T10:12:39.648Z] f1fd62f97834: Preparing [2023-01-20T10:12:39.648Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:39.648Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:39.648Z] f1fd62f97834: Layer already exists [2023-01-20T10:12:39.648Z] acb2d6df36a4: Layer already exists [2023-01-20T10:12:39.648Z] 7249c36116fe: Layer already exists [2023-01-20T10:12:39.648Z] 243fc265cb3f: Layer already exists [2023-01-20T10:12:39.648Z] e4ae9acb1e0a: Layer already exists [2023-01-20T10:12:39.648Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:39.648Z] latest: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:39.960Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:40.262Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.26 [2023-01-20T10:12:40.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-20T10:12:40.262Z] e4ae9acb1e0a: Preparing [2023-01-20T10:12:40.262Z] acb2d6df36a4: Preparing [2023-01-20T10:12:40.262Z] 243fc265cb3f: Preparing [2023-01-20T10:12:40.262Z] 7249c36116fe: Preparing [2023-01-20T10:12:40.262Z] f1fd62f97834: Preparing [2023-01-20T10:12:40.262Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:40.262Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:40.262Z] acb2d6df36a4: Layer already exists [2023-01-20T10:12:40.262Z] 243fc265cb3f: Layer already exists [2023-01-20T10:12:40.262Z] f1fd62f97834: Layer already exists [2023-01-20T10:12:40.262Z] e4ae9acb1e0a: Layer already exists [2023-01-20T10:12:40.262Z] 7249c36116fe: Layer already exists [2023-01-20T10:12:40.262Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:40.262Z] 3.0.0-dev.26: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:40.564Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:40.865Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:40.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-20T10:12:40.865Z] e4ae9acb1e0a: Preparing [2023-01-20T10:12:40.865Z] acb2d6df36a4: Preparing [2023-01-20T10:12:40.865Z] 243fc265cb3f: Preparing [2023-01-20T10:12:40.865Z] 7249c36116fe: Preparing [2023-01-20T10:12:40.865Z] f1fd62f97834: Preparing [2023-01-20T10:12:40.865Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:40.865Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:40.865Z] 7249c36116fe: Layer already exists [2023-01-20T10:12:40.865Z] f1fd62f97834: Layer already exists [2023-01-20T10:12:40.865Z] 243fc265cb3f: Layer already exists [2023-01-20T10:12:40.865Z] acb2d6df36a4: Layer already exists [2023-01-20T10:12:40.865Z] e4ae9acb1e0a: Layer already exists [2023-01-20T10:12:40.865Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:40.865Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:41.165Z] + 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-20T10:12:41.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-20T10:12:41.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-20T10:12:41.465Z] e4ae9acb1e0a: Preparing [2023-01-20T10:12:41.465Z] acb2d6df36a4: Preparing [2023-01-20T10:12:41.465Z] 243fc265cb3f: Preparing [2023-01-20T10:12:41.465Z] 7249c36116fe: Preparing [2023-01-20T10:12:41.465Z] f1fd62f97834: Preparing [2023-01-20T10:12:41.465Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:41.465Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:41.465Z] f1fd62f97834: Layer already exists [2023-01-20T10:12:41.465Z] e4ae9acb1e0a: Layer already exists [2023-01-20T10:12:41.465Z] acb2d6df36a4: Layer already exists [2023-01-20T10:12:41.465Z] 243fc265cb3f: Layer already exists [2023-01-20T10:12:41.465Z] 7249c36116fe: Layer already exists [2023-01-20T10:12:41.465Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:41.465Z] main: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:41.500Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:41.505Z] taggedImages: [2023-01-20T10:12:41.505Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:41.505Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-20T10:12:41.505Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.26 [2023-01-20T10:12:41.505Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:41.505Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-20T10:12:41.519Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-20T10:12:41.519Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:41.519Z] latest [2023-01-20T10:12:41.519Z] 3.0.0-dev.26 [2023-01-20T10:12:41.519Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:41.519Z] main [2023-01-20T10:12:41.519Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:41.823Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:42.134Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:42.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-20T10:12:42.134Z] 4df7ad75886f: Preparing [2023-01-20T10:12:42.134Z] 42396bccc503: Preparing [2023-01-20T10:12:42.134Z] dd424adccbfb: Preparing [2023-01-20T10:12:42.134Z] 68315c81c597: Preparing [2023-01-20T10:12:42.134Z] 19f6c4c01d52: Preparing [2023-01-20T10:12:42.134Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:42.134Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:42.134Z] 4df7ad75886f: Pushed [2023-01-20T10:12:42.134Z] dd424adccbfb: Pushed [2023-01-20T10:12:42.134Z] 42396bccc503: Pushed [2023-01-20T10:12:42.395Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:42.395Z] 19f6c4c01d52: Pushed [2023-01-20T10:12:48.973Z] 68315c81c597: Pushed [2023-01-20T10:12:48.973Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:49.276Z] + 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-20T10:12:49.699Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-20T10:12:49.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-20T10:12:49.700Z] 4df7ad75886f: Preparing [2023-01-20T10:12:49.700Z] 42396bccc503: Preparing [2023-01-20T10:12:49.700Z] dd424adccbfb: Preparing [2023-01-20T10:12:49.700Z] 68315c81c597: Preparing [2023-01-20T10:12:49.700Z] 19f6c4c01d52: Preparing [2023-01-20T10:12:49.700Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:49.700Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:49.700Z] 19f6c4c01d52: Layer already exists [2023-01-20T10:12:49.700Z] 4df7ad75886f: Layer already exists [2023-01-20T10:12:49.700Z] 42396bccc503: Layer already exists [2023-01-20T10:12:49.700Z] dd424adccbfb: Layer already exists [2023-01-20T10:12:49.700Z] 68315c81c597: Layer already exists [2023-01-20T10:12:49.700Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:49.700Z] latest: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:50.088Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:50.401Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.26 [2023-01-20T10:12:50.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-20T10:12:50.401Z] 4df7ad75886f: Preparing [2023-01-20T10:12:50.401Z] 42396bccc503: Preparing [2023-01-20T10:12:50.401Z] dd424adccbfb: Preparing [2023-01-20T10:12:50.401Z] 68315c81c597: Preparing [2023-01-20T10:12:50.401Z] 19f6c4c01d52: Preparing [2023-01-20T10:12:50.401Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:50.401Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:50.401Z] 4df7ad75886f: Layer already exists [2023-01-20T10:12:50.401Z] 68315c81c597: Layer already exists [2023-01-20T10:12:50.401Z] 42396bccc503: Layer already exists [2023-01-20T10:12:50.401Z] dd424adccbfb: Layer already exists [2023-01-20T10:12:50.401Z] 19f6c4c01d52: Layer already exists [2023-01-20T10:12:50.401Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:50.401Z] 3.0.0-dev.26: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:50.705Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:51.010Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:51.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-20T10:12:51.010Z] 4df7ad75886f: Preparing [2023-01-20T10:12:51.010Z] 42396bccc503: Preparing [2023-01-20T10:12:51.010Z] dd424adccbfb: Preparing [2023-01-20T10:12:51.010Z] 68315c81c597: Preparing [2023-01-20T10:12:51.010Z] 19f6c4c01d52: Preparing [2023-01-20T10:12:51.010Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:51.010Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:51.010Z] 19f6c4c01d52: Layer already exists [2023-01-20T10:12:51.010Z] 4df7ad75886f: Layer already exists [2023-01-20T10:12:51.010Z] 42396bccc503: Layer already exists [2023-01-20T10:12:51.010Z] dd424adccbfb: Layer already exists [2023-01-20T10:12:51.010Z] 68315c81c597: Layer already exists [2023-01-20T10:12:51.010Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:51.010Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:51.316Z] + 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-20T10:12:51.616Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-20T10:12:51.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-20T10:12:51.616Z] 4df7ad75886f: Preparing [2023-01-20T10:12:51.616Z] 42396bccc503: Preparing [2023-01-20T10:12:51.616Z] dd424adccbfb: Preparing [2023-01-20T10:12:51.616Z] 68315c81c597: Preparing [2023-01-20T10:12:51.616Z] 19f6c4c01d52: Preparing [2023-01-20T10:12:51.616Z] 34d5ebaa5410: Preparing [2023-01-20T10:12:51.616Z] 34d5ebaa5410: Waiting [2023-01-20T10:12:51.616Z] 19f6c4c01d52: Layer already exists [2023-01-20T10:12:51.616Z] dd424adccbfb: Layer already exists [2023-01-20T10:12:51.616Z] 4df7ad75886f: Layer already exists [2023-01-20T10:12:51.616Z] 68315c81c597: Layer already exists [2023-01-20T10:12:51.616Z] 42396bccc503: Layer already exists [2023-01-20T10:12:51.616Z] 34d5ebaa5410: Layer already exists [2023-01-20T10:12:51.616Z] main: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:51.652Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:51.658Z] taggedImages: [2023-01-20T10:12:51.658Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:51.658Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-20T10:12:51.658Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.26 [2023-01-20T10:12:51.658Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:51.658Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-20T10:12:51.672Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-20T10:12:51.672Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:51.672Z] latest [2023-01-20T10:12:51.672Z] 3.0.0-dev.26 [2023-01-20T10:12:51.672Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:51.672Z] main [2023-01-20T10:12:51.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:51.987Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:52.298Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:52.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-20T10:12:52.298Z] e0db96917371: Preparing [2023-01-20T10:12:52.298Z] 08a363ac2998: Preparing [2023-01-20T10:12:52.298Z] 883620779292: Preparing [2023-01-20T10:12:52.298Z] fce4536640ea: Preparing [2023-01-20T10:12:52.298Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:52.298Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:52.298Z] 883620779292: Layer already exists [2023-01-20T10:12:52.298Z] e0db96917371: Pushed [2023-01-20T10:12:52.298Z] fce4536640ea: Pushed [2023-01-20T10:12:54.832Z] 08a363ac2998: Pushed [2023-01-20T10:12:54.832Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:55.145Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:55.445Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-20T10:12:55.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-20T10:12:55.445Z] e0db96917371: Preparing [2023-01-20T10:12:55.445Z] 08a363ac2998: Preparing [2023-01-20T10:12:55.445Z] 883620779292: Preparing [2023-01-20T10:12:55.445Z] fce4536640ea: Preparing [2023-01-20T10:12:55.445Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:55.445Z] 883620779292: Layer already exists [2023-01-20T10:12:55.445Z] e0db96917371: Layer already exists [2023-01-20T10:12:55.445Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:55.445Z] 08a363ac2998: Layer already exists [2023-01-20T10:12:55.445Z] fce4536640ea: Layer already exists [2023-01-20T10:12:55.445Z] latest: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:55.754Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:56.055Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.26 [2023-01-20T10:12:56.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-20T10:12:56.055Z] e0db96917371: Preparing [2023-01-20T10:12:56.055Z] 08a363ac2998: Preparing [2023-01-20T10:12:56.055Z] 883620779292: Preparing [2023-01-20T10:12:56.055Z] fce4536640ea: Preparing [2023-01-20T10:12:56.055Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:56.055Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:56.055Z] 883620779292: Layer already exists [2023-01-20T10:12:56.055Z] fce4536640ea: Layer already exists [2023-01-20T10:12:56.055Z] e0db96917371: Layer already exists [2023-01-20T10:12:56.055Z] 08a363ac2998: Layer already exists [2023-01-20T10:12:56.055Z] 3.0.0-dev.26: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:56.362Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:56.668Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:56.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-20T10:12:56.668Z] e0db96917371: Preparing [2023-01-20T10:12:56.668Z] 08a363ac2998: Preparing [2023-01-20T10:12:56.668Z] 883620779292: Preparing [2023-01-20T10:12:56.668Z] fce4536640ea: Preparing [2023-01-20T10:12:56.668Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:56.668Z] fce4536640ea: Layer already exists [2023-01-20T10:12:56.668Z] 08a363ac2998: Layer already exists [2023-01-20T10:12:56.668Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:56.668Z] e0db96917371: Layer already exists [2023-01-20T10:12:56.668Z] 883620779292: Layer already exists [2023-01-20T10:12:56.668Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:56.990Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:57.300Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-20T10:12:57.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-20T10:12:57.300Z] e0db96917371: Preparing [2023-01-20T10:12:57.300Z] 08a363ac2998: Preparing [2023-01-20T10:12:57.300Z] 883620779292: Preparing [2023-01-20T10:12:57.300Z] fce4536640ea: Preparing [2023-01-20T10:12:57.300Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:57.300Z] e0db96917371: Layer already exists [2023-01-20T10:12:57.300Z] 08a363ac2998: Layer already exists [2023-01-20T10:12:57.300Z] 883620779292: Layer already exists [2023-01-20T10:12:57.300Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:57.300Z] fce4536640ea: Layer already exists [2023-01-20T10:12:57.300Z] main: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:12:57.347Z] ===================================================== [Pipeline] echo [2023-01-20T10:12:57.356Z] taggedImages: [2023-01-20T10:12:57.356Z] - nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:57.356Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-20T10:12:57.356Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.26 [2023-01-20T10:12:57.356Z] - nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:57.356Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-20T10:12:57.378Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-20T10:12:57.378Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:57.378Z] latest [2023-01-20T10:12:57.378Z] 3.0.0-dev.26 [2023-01-20T10:12:57.378Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:12:57.378Z] main [2023-01-20T10:12:57.378Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:57.699Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:12:58.009Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:12:58.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-20T10:12:58.009Z] d8b8f4d06893: Preparing [2023-01-20T10:12:58.009Z] 77c3b4f635eb: Preparing [2023-01-20T10:12:58.009Z] 883620779292: Preparing [2023-01-20T10:12:58.009Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:12:58.009Z] e5e13b0c77cb: Preparing [2023-01-20T10:12:58.009Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:12:58.009Z] 883620779292: Layer already exists [2023-01-20T10:12:58.009Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:12:58.009Z] d8b8f4d06893: Pushed [2023-01-20T10:13:00.543Z] 77c3b4f635eb: Pushed [2023-01-20T10:13:00.543Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:13:00.847Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:13:01.148Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-20T10:13:01.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-20T10:13:01.148Z] d8b8f4d06893: Preparing [2023-01-20T10:13:01.148Z] 77c3b4f635eb: Preparing [2023-01-20T10:13:01.148Z] 883620779292: Preparing [2023-01-20T10:13:01.148Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:13:01.148Z] e5e13b0c77cb: Preparing [2023-01-20T10:13:01.148Z] 883620779292: Layer already exists [2023-01-20T10:13:01.148Z] d8b8f4d06893: Layer already exists [2023-01-20T10:13:01.148Z] 77c3b4f635eb: Layer already exists [2023-01-20T10:13:01.148Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:13:01.148Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:13:01.148Z] latest: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:13:01.463Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:13:01.762Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.26 [2023-01-20T10:13:01.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-20T10:13:01.762Z] d8b8f4d06893: Preparing [2023-01-20T10:13:01.762Z] 77c3b4f635eb: Preparing [2023-01-20T10:13:01.762Z] 883620779292: Preparing [2023-01-20T10:13:01.762Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:13:01.762Z] e5e13b0c77cb: Preparing [2023-01-20T10:13:01.762Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:13:01.762Z] 77c3b4f635eb: Layer already exists [2023-01-20T10:13:01.762Z] 883620779292: Layer already exists [2023-01-20T10:13:01.762Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:13:01.762Z] d8b8f4d06893: Layer already exists [2023-01-20T10:13:01.762Z] 3.0.0-dev.26: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:13:02.069Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:13:02.372Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:13:02.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-20T10:13:02.372Z] d8b8f4d06893: Preparing [2023-01-20T10:13:02.372Z] 77c3b4f635eb: Preparing [2023-01-20T10:13:02.372Z] 883620779292: Preparing [2023-01-20T10:13:02.372Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:13:02.372Z] e5e13b0c77cb: Preparing [2023-01-20T10:13:02.372Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:13:02.372Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:13:02.372Z] 77c3b4f635eb: Layer already exists [2023-01-20T10:13:02.372Z] d8b8f4d06893: Layer already exists [2023-01-20T10:13:02.372Z] 883620779292: Layer already exists [2023-01-20T10:13:02.372Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:13:02.688Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:13:02.990Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-20T10:13:02.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-20T10:13:02.990Z] d8b8f4d06893: Preparing [2023-01-20T10:13:02.990Z] 77c3b4f635eb: Preparing [2023-01-20T10:13:02.990Z] 883620779292: Preparing [2023-01-20T10:13:02.990Z] 0c0e7b0aa19c: Preparing [2023-01-20T10:13:02.990Z] e5e13b0c77cb: Preparing [2023-01-20T10:13:02.990Z] d8b8f4d06893: Layer already exists [2023-01-20T10:13:02.990Z] 0c0e7b0aa19c: Layer already exists [2023-01-20T10:13:02.990Z] e5e13b0c77cb: Layer already exists [2023-01-20T10:13:02.990Z] 883620779292: Layer already exists [2023-01-20T10:13:02.990Z] 77c3b4f635eb: Layer already exists [2023-01-20T10:13:02.990Z] main: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:13:03.025Z] ===================================================== [Pipeline] echo [2023-01-20T10:13:03.030Z] taggedImages: [2023-01-20T10:13:03.030Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:13:03.030Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-20T10:13:03.030Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.26 [2023-01-20T10:13:03.030Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:13:03.030Z] - 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-20T10:16:14.145Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-20T10:16:22.333Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-20T10:16:40.532Z] Removing intermediate container ecc7389f23db [2023-01-20T10:16:40.532Z] ---> 6137c736e7af [2023-01-20T10:16:40.532Z] [2023-01-20T10:16:40.532Z] Step 9/21 : FROM alpine:3.16 [2023-01-20T10:16:40.532Z] 3.16: Pulling from library/alpine [2023-01-20T10:16:40.532Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-20T10:16:40.532Z] Status: Downloaded newer image for alpine:3.16 [2023-01-20T10:16:40.532Z] ---> 2b4661558fb8 [2023-01-20T10:16:40.532Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-20T10:16:40.532Z] ---> Running in d36a413e7a75 [2023-01-20T10:16:43.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:16:43.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:16:44.813Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-20T10:16:44.813Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-20T10:16:44.813Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-20T10:16:44.813Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-20T10:16:44.813Z] (5/6) Installing curl (7.83.1-r5) [2023-01-20T10:16:44.813Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-20T10:16:44.813Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:16:44.813Z] Executing ca-certificates-20220614-r0.trigger [2023-01-20T10:16:45.396Z] OK: 8 MiB in 20 packages [2023-01-20T10:16:45.977Z] Removing intermediate container abec33d3bcd3 [2023-01-20T10:16:45.977Z] ---> c89c84511e98 [2023-01-20T10:16:45.977Z] [2023-01-20T10:16:45.977Z] Step 9/24 : FROM alpine:3.16 [2023-01-20T10:16:45.977Z] ---> 2b4661558fb8 [2023-01-20T10:16:45.977Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-20T10:16:46.243Z] ---> Running in 4a1834866670 [2023-01-20T10:16:48.181Z] Removing intermediate container d36a413e7a75 [2023-01-20T10:16:48.181Z] ---> 3141b875b75c [2023-01-20T10:16:48.181Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-20T10:16:48.181Z] ---> Running in 1dc6bb458ab7 [2023-01-20T10:16:48.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:16:48.762Z] Removing intermediate container 1dc6bb458ab7 [2023-01-20T10:16:48.762Z] ---> 559523d310af [2023-01-20T10:16:48.762Z] Step 12/21 : WORKDIR /edgex [2023-01-20T10:16:49.027Z] ---> Running in 758754d8b4bc [2023-01-20T10:16:49.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:16:49.609Z] Removing intermediate container 758754d8b4bc [2023-01-20T10:16:49.609Z] ---> 907141f991c8 [2023-01-20T10:16:49.609Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-20T10:16:50.565Z] ---> d8bb0a51b3e2 [2023-01-20T10:16:50.565Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-20T10:16:50.830Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-20T10:16:50.831Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-20T10:16:50.831Z] (3/3) Installing su-exec (0.2-r1) [2023-01-20T10:16:51.096Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:16:51.096Z] Executing ca-certificates-20220614-r0.trigger [2023-01-20T10:16:51.365Z] OK: 6 MiB in 17 packages [2023-01-20T10:16:52.321Z] ---> 94605d9562a5 [2023-01-20T10:16:52.321Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-20T10:16:54.258Z] Removing intermediate container 4a1834866670 [2023-01-20T10:16:54.258Z] ---> f4c1bdd4bc85 [2023-01-20T10:16:54.258Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-20T10:16:54.258Z] ---> 5466b491cc70 [2023-01-20T10:16:54.258Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-20T10:16:54.258Z] ---> Running in 026a200c9589 [2023-01-20T10:16:55.238Z] Removing intermediate container 026a200c9589 [2023-01-20T10:16:55.238Z] ---> 6082e3fb3ab7 [2023-01-20T10:16:55.238Z] Step 12/24 : WORKDIR / [2023-01-20T10:16:55.238Z] ---> Running in 0c94ff463c51 [2023-01-20T10:16:55.506Z] ---> 07985330e0b4 [2023-01-20T10:16:55.506Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-20T10:16:55.772Z] ---> Running in 5f9163ac0e72 [2023-01-20T10:16:55.772Z] Removing intermediate container 0c94ff463c51 [2023-01-20T10:16:55.772Z] ---> e002f2a07624 [2023-01-20T10:16:55.772Z] 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-20T10:16:57.178Z] ---> 6eb920721721 [2023-01-20T10:16:57.178Z] 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-20T10:16:58.135Z] ---> 0736e5b403ee [2023-01-20T10:16:58.135Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-20T10:16:59.535Z] ---> 114aab9cbaf3 [2023-01-20T10:16:59.535Z] Removing intermediate container 5f9163ac0e72 [2023-01-20T10:16:59.535Z] ---> fd37859b9670 [2023-01-20T10:16:59.535Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-20T10:16:59.535Z] 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-20T10:16:59.535Z] ---> Running in 19d5a8c8a8f4 [2023-01-20T10:17:00.485Z] Removing intermediate container 19d5a8c8a8f4 [2023-01-20T10:17:00.485Z] ---> 06a9577c9f12 [2023-01-20T10:17:00.485Z] Step 19/21 : LABEL arch=arm64 [2023-01-20T10:17:00.485Z] ---> Running in 0ed35ccca765 [2023-01-20T10:17:00.485Z] ---> 4cd814fbaeed [2023-01-20T10:17:00.485Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-20T10:17:01.441Z] Removing intermediate container 0ed35ccca765 [2023-01-20T10:17:01.441Z] ---> e4d5c7251cae [2023-01-20T10:17:01.441Z] Step 20/21 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:17:01.708Z] ---> Running in 61bdd1fabbfc [2023-01-20T10:17:02.287Z] Removing intermediate container 61bdd1fabbfc [2023-01-20T10:17:02.287Z] ---> fb6489ac57d4 [2023-01-20T10:17:02.287Z] Step 21/21 : LABEL version=3.0.0-dev.26 [2023-01-20T10:17:02.554Z] ---> Running in 9ad005290087 [2023-01-20T10:17:02.821Z] ---> 849f371b8843 [2023-01-20T10:17:02.821Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-20T10:17:03.775Z] Removing intermediate container 9ad005290087 [2023-01-20T10:17:03.775Z] ---> 393a761c16f7 [2023-01-20T10:17:03.775Z] [2023-01-20T10:17:04.040Z] Successfully built 393a761c16f7 [2023-01-20T10:17:04.040Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-20T10:17:04.040Z]  Building security-proxy-setup ... done Building security-spire-server [2023-01-20T10:17:05.976Z] ---> 4763fa04e17b [2023-01-20T10:17:05.976Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-20T10:17:06.934Z] ---> 59e5ca66896a [2023-01-20T10:17:06.934Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-20T10:17:06.934Z] ---> Running in acfc92a595ec [2023-01-20T10:17:09.510Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:17:09.510Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:17:09.510Z] ---> 1a761833dd1b [2023-01-20T10:17:09.510Z] Step 3/23 : WORKDIR /edgex-go [2023-01-20T10:17:09.510Z] ---> Using cache [2023-01-20T10:17:09.510Z] ---> f3d3022be1cd [2023-01-20T10:17:09.510Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-20T10:17:09.510Z] ---> Using cache [2023-01-20T10:17:09.510Z] ---> 3eece31120a3 [2023-01-20T10:17:09.510Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-20T10:17:09.783Z] ---> Using cache [2023-01-20T10:17:09.783Z] ---> 2e49dea45983 [2023-01-20T10:17:09.783Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:17:09.783Z] ---> Using cache [2023-01-20T10:17:09.783Z] ---> 1fa5df23e8a6 [2023-01-20T10:17:09.783Z] Step 7/23 : COPY . . [2023-01-20T10:17:10.375Z] ---> Using cache [2023-01-20T10:17:10.375Z] ---> 778612edee9b [2023-01-20T10:17:10.375Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-20T10:17:10.375Z] ---> Using cache [2023-01-20T10:17:10.375Z] ---> 5771efb1163a [2023-01-20T10:17:10.375Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-20T10:17:10.375Z] ---> Using cache [2023-01-20T10:17:10.375Z] ---> ceed27d5a849 [2023-01-20T10:17:10.375Z] 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-20T10:17:10.641Z] ---> Running in 95424eef79f2 [2023-01-20T10:17:12.051Z] Removing intermediate container acfc92a595ec [2023-01-20T10:17:12.051Z] ---> 5319a5a6f247 [2023-01-20T10:17:12.052Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-20T10:17:12.317Z] ---> Running in 75224239a1e5 [2023-01-20T10:17:13.282Z] Removing intermediate container 75224239a1e5 [2023-01-20T10:17:13.282Z] ---> 6e885821bb21 [2023-01-20T10:17:13.282Z] Step 22/24 : LABEL arch=arm64 [2023-01-20T10:17:13.548Z] ---> Running in 0a57e0a67b5f [2023-01-20T10:17:14.953Z] Removing intermediate container 0a57e0a67b5f [2023-01-20T10:17:14.953Z] ---> 1cc61fbab6a2 [2023-01-20T10:17:14.953Z] Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:17:14.953Z] Removing intermediate container 95424eef79f2 [2023-01-20T10:17:14.953Z] ---> c9733e32f479 [2023-01-20T10:17:14.953Z] Step 11/23 : WORKDIR /edgex-go [2023-01-20T10:17:14.953Z] ---> Running in 592dac10ae89 [2023-01-20T10:17:14.953Z] ---> Running in 25b59d726b5d [2023-01-20T10:17:15.929Z] Removing intermediate container 592dac10ae89 [2023-01-20T10:17:15.929Z] ---> cce62840ab4e [2023-01-20T10:17:15.929Z] Step 24/24 : LABEL version=3.0.0-dev.26 [2023-01-20T10:17:15.929Z] Removing intermediate container 25b59d726b5d [2023-01-20T10:17:15.929Z] ---> 120a7f852f95 [2023-01-20T10:17:15.929Z] [2023-01-20T10:17:15.929Z] Step 12/23 : FROM alpine:3.15 [2023-01-20T10:17:15.929Z] ---> 8aa73fd46299 [2023-01-20T10:17:15.929Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:17:15.929Z] ---> Using cache [2023-01-20T10:17:15.929Z] ---> 1ad25a08daee [2023-01-20T10:17:15.929Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-20T10:17:15.929Z] ---> Using cache [2023-01-20T10:17:15.929Z] ---> 14a021d1c587 [2023-01-20T10:17:15.929Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-20T10:17:16.194Z] ---> Running in 3eeffd83f974 [2023-01-20T10:17:16.775Z] Removing intermediate container 3eeffd83f974 [2023-01-20T10:17:16.775Z] ---> 8a560572626c [2023-01-20T10:17:16.775Z] [2023-01-20T10:17:17.040Z] Successfully built 8a560572626c [2023-01-20T10:17:17.040Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-20T10:17:17.040Z]  Building security-secretstore-setup ... done Building security-spiffe-token-provider [2023-01-20T10:17:17.306Z] Removing intermediate container 8aa86addc0d3 [2023-01-20T10:17:17.572Z] ---> aa8252369650 [2023-01-20T10:17:17.572Z] [2023-01-20T10:17:17.572Z] Step 10/23 : FROM alpine:3.16 [2023-01-20T10:17:17.572Z] ---> 2b4661558fb8 [2023-01-20T10:17:17.572Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:17:17.572Z] ---> Running in fa0a50d3bb1f [2023-01-20T10:17:19.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:17:20.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:17:21.503Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-20T10:17:21.503Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:17:21.503Z] OK: 5 MiB in 15 packages [2023-01-20T10:17:21.771Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:17:21.771Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:17:21.771Z] ---> 1a761833dd1b [2023-01-20T10:17:21.771Z] Step 3/19 : WORKDIR /edgex-go [2023-01-20T10:17:21.771Z] ---> Using cache [2023-01-20T10:17:21.771Z] ---> f3d3022be1cd [2023-01-20T10:17:21.771Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-20T10:17:22.355Z] ---> Running in ba357ad2ba42 [2023-01-20T10:17:24.302Z] Removing intermediate container fa0a50d3bb1f [2023-01-20T10:17:24.302Z] ---> d047e7e8c9e5 [2023-01-20T10:17:24.302Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-20T10:17:24.302Z] ---> Running in dbb05623878a [2023-01-20T10:17:25.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:17:25.260Z] Removing intermediate container dbb05623878a [2023-01-20T10:17:25.260Z] ---> 9922b7dbf796 [2023-01-20T10:17:25.260Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-20T10:17:25.527Z] ---> Running in 036aac7b8ffb [2023-01-20T10:17:25.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:17:25.793Z] ---> 8e01cbe27f9a [2023-01-20T10:17:25.793Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-20T10:17:26.059Z] Removing intermediate container 036aac7b8ffb [2023-01-20T10:17:26.060Z] ---> 84b10782f212 [2023-01-20T10:17:26.060Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-20T10:17:26.331Z] ---> Running in 9da0b0cd560b [2023-01-20T10:17:26.939Z] v3.16.3-136-g69116be59b [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-20T10:17:26.939Z] v3.16.3-135-geaceb73d52 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-20T10:17:26.939Z] OK: 16900 distinct packages available [2023-01-20T10:17:26.939Z] ---> bb3efeaa291c [2023-01-20T10:17:26.939Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-20T10:17:27.213Z] Removing intermediate container 9da0b0cd560b [2023-01-20T10:17:27.213Z] ---> 4d260d921c03 [2023-01-20T10:17:27.213Z] Step 15/23 : WORKDIR / [2023-01-20T10:17:27.213Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:17:27.213Z] ---> Running in 2cecce12b25d [2023-01-20T10:17:27.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:17:27.744Z] Removing intermediate container 2cecce12b25d [2023-01-20T10:17:27.744Z] ---> b6de26d29901 [2023-01-20T10:17:27.744Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:17:28.330Z] ---> 305588b5c14a [2023-01-20T10:17:28.330Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-20T10:17:28.914Z] ---> 5c5bb470c03c [2023-01-20T10:17:28.914Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-20T10:17:28.914Z] OK: 221 MiB in 51 packages [2023-01-20T10:17:29.496Z] ---> d03005972a15 [2023-01-20T10:17:29.496Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-20T10:17:29.770Z] ---> Running in 29f40a44a688 [2023-01-20T10:17:30.739Z] Removing intermediate container 29f40a44a688 [2023-01-20T10:17:30.739Z] ---> 7ac29928d9be [2023-01-20T10:17:30.739Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-20T10:17:30.739Z] ---> Running in c75e04c5ac2b [2023-01-20T10:17:31.320Z] Removing intermediate container ba357ad2ba42 [2023-01-20T10:17:31.320Z] ---> 4d807082c66c [2023-01-20T10:17:31.320Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-20T10:17:31.903Z] Removing intermediate container c75e04c5ac2b [2023-01-20T10:17:31.903Z] ---> a19a80f7cca3 [2023-01-20T10:17:31.903Z] Step 21/23 : LABEL arch=arm64 [2023-01-20T10:17:31.903Z] ---> 5d4958d9a955 [2023-01-20T10:17:31.903Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-20T10:17:32.169Z] ---> Running in 3b73ff67d936 [2023-01-20T10:17:32.751Z] Removing intermediate container 3b73ff67d936 [2023-01-20T10:17:32.751Z] ---> c5746ac0ca12 [2023-01-20T10:17:32.751Z] Step 22/23 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:17:32.751Z] ---> 6967a80c35ba [2023-01-20T10:17:32.751Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:17:33.017Z] ---> Running in 243c2bab756e [2023-01-20T10:17:33.284Z] ---> Running in 2c7cf2add549 [2023-01-20T10:17:33.550Z] ---> f3254d835f8f [2023-01-20T10:17:33.818Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-20T10:17:34.084Z] ---> Running in 41373815211c [2023-01-20T10:17:34.349Z] Removing intermediate container 2c7cf2add549 [2023-01-20T10:17:34.349Z] ---> 048c5c38a1a8 [2023-01-20T10:17:34.349Z] Step 23/23 : LABEL version=3.0.0-dev.26 [2023-01-20T10:17:34.615Z] ---> Running in f39ee812a907 [2023-01-20T10:17:34.881Z] Removing intermediate container 41373815211c [2023-01-20T10:17:34.881Z] ---> 2e49fc4cf601 [2023-01-20T10:17:34.881Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:17:35.147Z] ---> Running in 280834342b41 [2023-01-20T10:17:35.413Z] Removing intermediate container f39ee812a907 [2023-01-20T10:17:35.413Z] ---> 283ed6b33165 [2023-01-20T10:17:35.413Z] [2023-01-20T10:17:35.679Z] Successfully built 283ed6b33165 [2023-01-20T10:17:35.679Z] Successfully tagged security-spire-server-arm64:latest [2023-01-20T10:17:35.679Z]  Building security-spire-server ... done Building security-bootstrapper [2023-01-20T10:17:35.679Z] Removing intermediate container 280834342b41 [2023-01-20T10:17:35.679Z] ---> 34992df9bccf [2023-01-20T10:17:35.679Z] Step 21/23 : LABEL arch=arm64 [2023-01-20T10:17:35.951Z] ---> Running in 9570c8b5155a [2023-01-20T10:17:36.224Z] Removing intermediate container 9570c8b5155a [2023-01-20T10:17:36.224Z] ---> c3f4c4a42514 [2023-01-20T10:17:36.224Z] Step 22/23 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:17:36.491Z] ---> Running in 2475b91d39da [2023-01-20T10:17:37.074Z] Removing intermediate container 2475b91d39da [2023-01-20T10:17:37.074Z] ---> 58959b9cad28 [2023-01-20T10:17:37.074Z] Step 23/23 : LABEL version=3.0.0-dev.26 [2023-01-20T10:17:37.074Z] ---> Running in 841041e1f184 [2023-01-20T10:17:37.655Z] Removing intermediate container 841041e1f184 [2023-01-20T10:17:37.655Z] ---> e5a6cbdcc141 [2023-01-20T10:17:37.655Z] [2023-01-20T10:17:37.655Z] Successfully built e5a6cbdcc141 [2023-01-20T10:17:37.655Z] Successfully tagged core-command-arm64:latest [2023-01-20T10:17:37.655Z] Building core-common-config-bootstrapper [2023-01-20T10:17:40.232Z]  Building core-command ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:17:40.232Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:17:40.232Z] ---> 1a761833dd1b [2023-01-20T10:17:40.232Z] Step 3/32 : WORKDIR /edgex-go [2023-01-20T10:17:40.232Z] ---> Using cache [2023-01-20T10:17:40.232Z] ---> f3d3022be1cd [2023-01-20T10:17:40.232Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-20T10:17:40.232Z] ---> Running in 6b20a035f6b5 [2023-01-20T10:17:42.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:17:42.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:17:42.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:17:42.813Z] ---> 1a761833dd1b [2023-01-20T10:17:42.813Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:17:42.813Z] ---> Using cache [2023-01-20T10:17:42.813Z] ---> 9cd7c93ab8b5 [2023-01-20T10:17:42.813Z] Step 4/22 : WORKDIR /edgex-go [2023-01-20T10:17:42.813Z] ---> Using cache [2023-01-20T10:17:42.813Z] ---> eee6f21a4060 [2023-01-20T10:17:42.813Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-20T10:17:42.813Z] ---> Using cache [2023-01-20T10:17:42.813Z] ---> c85dcb335998 [2023-01-20T10:17:42.813Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-20T10:17:42.813Z] ---> Using cache [2023-01-20T10:17:42.813Z] ---> 433cf9073bd4 [2023-01-20T10:17:42.813Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:17:42.813Z] ---> Using cache [2023-01-20T10:17:42.813Z] ---> 884df8bc5a9f [2023-01-20T10:17:42.813Z] Step 8/22 : COPY . . [2023-01-20T10:17:42.813Z] ---> Using cache [2023-01-20T10:17:42.813Z] ---> b5b32424cc8c [2023-01-20T10:17:42.813Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-20T10:17:42.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:17:43.081Z] ---> Running in 5c19c94494e6 [2023-01-20T10:17:44.488Z] OK: 221 MiB in 51 packages [2023-01-20T10:17:45.069Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-20T10:17:45.652Z] Removing intermediate container 6b20a035f6b5 [2023-01-20T10:17:45.652Z] ---> e1ff81879e3f [2023-01-20T10:17:45.652Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-20T10:17:46.613Z] ---> 44359954899e [2023-01-20T10:17:46.613Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:17:46.613Z] ---> Running in a1549d9c502f [2023-01-20T10:17:58.914Z] Removing intermediate container 24fc3198c965 [2023-01-20T10:17:58.914Z] ---> d2319dd27858 [2023-01-20T10:17:58.914Z] [2023-01-20T10:17:58.914Z] Step 10/24 : FROM alpine:3.16 [2023-01-20T10:17:58.914Z] ---> 2b4661558fb8 [2023-01-20T10:17:58.914Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:17:58.914Z] ---> Using cache [2023-01-20T10:17:58.914Z] ---> d047e7e8c9e5 [2023-01-20T10:17:58.914Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-20T10:17:58.914Z] ---> Using cache [2023-01-20T10:17:58.914Z] ---> 9922b7dbf796 [2023-01-20T10:17:58.914Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-20T10:17:58.914Z] ---> Running in ed75952c6468 [2023-01-20T10:17:58.914Z] Removing intermediate container ed75952c6468 [2023-01-20T10:17:58.914Z] ---> 5f5805867099 [2023-01-20T10:17:58.914Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-20T10:17:58.914Z] ---> Running in 23bac6c49bb0 [2023-01-20T10:17:58.914Z] Removing intermediate container 23bac6c49bb0 [2023-01-20T10:17:58.914Z] ---> 5c0fe0061502 [2023-01-20T10:17:58.914Z] Step 15/24 : WORKDIR / [2023-01-20T10:17:58.914Z] ---> Running in 57ace4d6fd96 [2023-01-20T10:17:58.914Z] Removing intermediate container 57ace4d6fd96 [2023-01-20T10:17:58.914Z] ---> b7f6c6f43f8f [2023-01-20T10:17:58.914Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:17:59.885Z] ---> f033e6b7efcd [2023-01-20T10:17:59.885Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-20T10:18:01.827Z] ---> 6385b0023e7e [2023-01-20T10:18:01.827Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-20T10:18:02.408Z] ---> 3d17765afe95 [2023-01-20T10:18:02.408Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-20T10:18:03.369Z] ---> fcb2688277ab [2023-01-20T10:18:03.369Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-20T10:18:03.635Z] ---> Running in 4a065f766698 [2023-01-20T10:18:03.909Z] Removing intermediate container 4a065f766698 [2023-01-20T10:18:03.909Z] ---> 9585ea6c7970 [2023-01-20T10:18:03.909Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:18:04.174Z] ---> Running in 5792dd07c790 [2023-01-20T10:18:04.752Z] Removing intermediate container 5792dd07c790 [2023-01-20T10:18:04.752Z] ---> cae760ed1f4d [2023-01-20T10:18:04.752Z] Step 22/24 : LABEL arch=arm64 [2023-01-20T10:18:05.018Z] ---> Running in d543d6d1171b [2023-01-20T10:18:05.597Z] Removing intermediate container d543d6d1171b [2023-01-20T10:18:05.597Z] ---> 9d7e5346e4ae [2023-01-20T10:18:05.597Z] Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:18:05.597Z] ---> Running in 87fa71150f3c [2023-01-20T10:18:06.191Z] Removing intermediate container 87fa71150f3c [2023-01-20T10:18:06.191Z] ---> de985664bd55 [2023-01-20T10:18:06.191Z] Step 24/24 : LABEL version=3.0.0-dev.26 [2023-01-20T10:18:06.191Z] ---> Running in 29757fe2be77 [2023-01-20T10:18:06.769Z] Removing intermediate container 29757fe2be77 [2023-01-20T10:18:06.770Z] ---> d4779a4e9d74 [2023-01-20T10:18:06.770Z] [2023-01-20T10:18:07.034Z] Successfully built d4779a4e9d74 [2023-01-20T10:18:07.034Z] Successfully tagged core-metadata-arm64:latest [2023-01-20T10:18:07.034Z]  Building core-metadata ... done Building support-scheduler [2023-01-20T10:18:10.362Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:18:10.362Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:18:10.362Z] ---> 1a761833dd1b [2023-01-20T10:18:10.362Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:18:10.362Z] ---> Using cache [2023-01-20T10:18:10.362Z] ---> 9cd7c93ab8b5 [2023-01-20T10:18:10.362Z] Step 4/22 : WORKDIR /edgex-go [2023-01-20T10:18:10.362Z] ---> Using cache [2023-01-20T10:18:10.362Z] ---> eee6f21a4060 [2023-01-20T10:18:10.362Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-20T10:18:10.362Z] ---> Using cache [2023-01-20T10:18:10.362Z] ---> c85dcb335998 [2023-01-20T10:18:10.362Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-20T10:18:10.362Z] ---> Using cache [2023-01-20T10:18:10.362Z] ---> 433cf9073bd4 [2023-01-20T10:18:10.362Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:18:10.362Z] ---> Using cache [2023-01-20T10:18:10.362Z] ---> 884df8bc5a9f [2023-01-20T10:18:10.362Z] Step 8/22 : COPY . . [2023-01-20T10:18:10.362Z] ---> Using cache [2023-01-20T10:18:10.362Z] ---> b5b32424cc8c [2023-01-20T10:18:10.362Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-20T10:18:10.627Z] ---> Running in 58e0e130553b [2023-01-20T10:18:12.558Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-20T10:19:49.437Z] Removing intermediate container a1549d9c502f [2023-01-20T10:19:49.437Z] ---> c4300b90b2b0 [2023-01-20T10:19:49.437Z] Step 7/32 : COPY . . [2023-01-20T10:19:49.437Z] Removing intermediate container 243c2bab756e [2023-01-20T10:19:49.437Z] ---> 3a5146234422 [2023-01-20T10:19:49.437Z] Step 7/19 : COPY . . [2023-01-20T10:19:49.437Z] ---> 99aa87084763 [2023-01-20T10:19:49.437Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-20T10:19:49.437Z] ---> 06b4e1f9d624 [2023-01-20T10:19:49.437Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-20T10:19:49.437Z] ---> Running in 7543609444e1 [2023-01-20T10:19:49.437Z] ---> Running in d38ba765ccb2 [2023-01-20T10:19:49.437Z] Removing intermediate container f764d094416d [2023-01-20T10:19:49.437Z] ---> c8ada9dcbe4e [2023-01-20T10:19:49.437Z] [2023-01-20T10:19:49.437Z] Step 10/22 : FROM alpine:3.16 [2023-01-20T10:19:49.437Z] ---> 2b4661558fb8 [2023-01-20T10:19:49.437Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-20T10:19:49.437Z] ---> Running in 9c1717c3de5b [2023-01-20T10:19:49.437Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-20T10:19:49.437Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-20T10:19:49.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:19:49.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:19:49.437Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-20T10:19:49.437Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-20T10:19:49.437Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:19:49.706Z] Executing ca-certificates-20220614-r0.trigger [2023-01-20T10:19:49.974Z] OK: 6 MiB in 16 packages [2023-01-20T10:19:53.380Z] Removing intermediate container 9c1717c3de5b [2023-01-20T10:19:53.380Z] ---> 8d18713b19e9 [2023-01-20T10:19:53.381Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-20T10:19:53.381Z] ---> Running in be3cc3b69cfa [2023-01-20T10:19:53.966Z] Removing intermediate container be3cc3b69cfa [2023-01-20T10:19:53.966Z] ---> 5ec2677aa0fa [2023-01-20T10:19:53.966Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-20T10:19:53.966Z] ---> Running in 61ed297eb796 [2023-01-20T10:19:54.552Z] Removing intermediate container 61ed297eb796 [2023-01-20T10:19:54.552Z] ---> 7112d1b29c1c [2023-01-20T10:19:54.552Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-20T10:19:54.552Z] ---> Running in c49d87f1c698 [2023-01-20T10:19:55.144Z] Removing intermediate container c49d87f1c698 [2023-01-20T10:19:55.144Z] ---> 0a1cdf72cadd [2023-01-20T10:19:55.144Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:19:56.102Z] ---> f0fab198132f [2023-01-20T10:19:56.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-20T10:19:58.671Z] ---> 8b06293a67de [2023-01-20T10:19:58.671Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-20T10:19:59.260Z] ---> 2815310fe860 [2023-01-20T10:19:59.260Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-20T10:19:59.260Z] ---> Running in 27526d762dc8 [2023-01-20T10:19:59.840Z] Removing intermediate container 27526d762dc8 [2023-01-20T10:19:59.840Z] ---> 2e2e8a5688ed [2023-01-20T10:19:59.840Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:19:59.840Z] ---> Running in 2ea962c802f1 [2023-01-20T10:20:00.418Z] Removing intermediate container 2ea962c802f1 [2023-01-20T10:20:00.418Z] ---> 10d10559c677 [2023-01-20T10:20:00.418Z] Step 20/22 : LABEL arch=arm64 [2023-01-20T10:20:00.418Z] ---> Running in e056bccf0b77 [2023-01-20T10:20:00.997Z] Removing intermediate container e056bccf0b77 [2023-01-20T10:20:00.997Z] ---> bddace2f1fa3 [2023-01-20T10:20:00.997Z] Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:20:00.997Z] ---> Running in 5fd2c1a3fca9 [2023-01-20T10:20:01.580Z] Removing intermediate container 5fd2c1a3fca9 [2023-01-20T10:20:01.580Z] ---> 3236b7b1ef23 [2023-01-20T10:20:01.580Z] Step 22/22 : LABEL version=3.0.0-dev.26 [2023-01-20T10:20:01.580Z] ---> Running in 18d3160ab62c [2023-01-20T10:20:02.159Z] Removing intermediate container 18d3160ab62c [2023-01-20T10:20:02.159Z] ---> 7f113e94176c [2023-01-20T10:20:02.159Z] [2023-01-20T10:20:02.159Z] Successfully built 7f113e94176c [2023-01-20T10:20:02.159Z] Successfully tagged support-notifications-arm64:latest [2023-01-20T10:20:02.159Z] Building core-data [2023-01-20T10:20:05.499Z]  Building support-notifications ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:20:05.499Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:20:05.499Z] ---> 1a761833dd1b [2023-01-20T10:20:05.499Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-20T10:20:05.499Z] ---> Using cache [2023-01-20T10:20:05.499Z] ---> 9cd7c93ab8b5 [2023-01-20T10:20:05.499Z] Step 4/22 : WORKDIR /edgex-go [2023-01-20T10:20:05.499Z] ---> Using cache [2023-01-20T10:20:05.499Z] ---> eee6f21a4060 [2023-01-20T10:20:05.499Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-20T10:20:05.499Z] ---> Using cache [2023-01-20T10:20:05.499Z] ---> c85dcb335998 [2023-01-20T10:20:05.499Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-20T10:20:05.499Z] ---> Using cache [2023-01-20T10:20:05.499Z] ---> 433cf9073bd4 [2023-01-20T10:20:05.499Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:20:05.499Z] ---> Using cache [2023-01-20T10:20:05.499Z] ---> 884df8bc5a9f [2023-01-20T10:20:05.499Z] Step 8/22 : COPY . . [2023-01-20T10:20:05.499Z] ---> Using cache [2023-01-20T10:20:05.499Z] ---> b5b32424cc8c [2023-01-20T10:20:05.499Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-20T10:20:05.764Z] ---> Running in 5be8d1639174 [2023-01-20T10:20:07.695Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-20T10:23:29.386Z] Removing intermediate container 5c19c94494e6 [2023-01-20T10:23:29.386Z] ---> e8e501a6e89a [2023-01-20T10:23:29.386Z] [2023-01-20T10:23:29.386Z] Step 10/22 : FROM alpine:3.16 [2023-01-20T10:23:29.386Z] ---> 2b4661558fb8 [2023-01-20T10:23:29.386Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-20T10:23:29.386Z] ---> Running in 8353e9173b04 [2023-01-20T10:23:29.386Z] Removing intermediate container 8353e9173b04 [2023-01-20T10:23:29.386Z] ---> c1342f73734c [2023-01-20T10:23:29.386Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:23:29.386Z] ---> Running in cf27a24c0d88 [2023-01-20T10:23:29.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:23:29.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:23:29.386Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-20T10:23:29.386Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:23:29.386Z] OK: 5 MiB in 15 packages [2023-01-20T10:23:29.387Z] Removing intermediate container cf27a24c0d88 [2023-01-20T10:23:29.387Z] ---> 930f5e5e1068 [2023-01-20T10:23:29.387Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:23:29.387Z] ---> 5f34cdd9b356 [2023-01-20T10:23:29.387Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-20T10:23:30.339Z] ---> 45a6e4c97d0d [2023-01-20T10:23:30.339Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-20T10:23:31.289Z] ---> e88f1b1e6ed8 [2023-01-20T10:23:31.289Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-20T10:23:31.871Z] ---> 4597e7e4397d [2023-01-20T10:23:31.871Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-20T10:23:32.138Z] ---> Running in 3adebbc5109c [2023-01-20T10:23:34.708Z] Removing intermediate container 3adebbc5109c [2023-01-20T10:23:34.708Z] ---> de3fb21390b3 [2023-01-20T10:23:34.708Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-20T10:23:34.974Z] ---> Running in 82ecd5f33169 [2023-01-20T10:23:35.240Z] Removing intermediate container 82ecd5f33169 [2023-01-20T10:23:35.240Z] ---> e284ab8e2c76 [2023-01-20T10:23:35.240Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-01-20T10:23:35.504Z] ---> Running in a08ba9a00b5c [2023-01-20T10:23:36.084Z] Removing intermediate container a08ba9a00b5c [2023-01-20T10:23:36.084Z] ---> cdd754aabb93 [2023-01-20T10:23:36.084Z] Step 20/22 : LABEL arch=arm64 [2023-01-20T10:23:36.084Z] ---> Running in b2624e21a918 [2023-01-20T10:23:36.350Z] Removing intermediate container b2624e21a918 [2023-01-20T10:23:36.624Z] ---> f3259d7270e2 [2023-01-20T10:23:36.624Z] Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:23:36.624Z] ---> Running in e191121ec3f7 [2023-01-20T10:23:37.217Z] Removing intermediate container e191121ec3f7 [2023-01-20T10:23:37.217Z] ---> 1e0c4142096a [2023-01-20T10:23:37.217Z] Step 22/22 : LABEL version=3.0.0-dev.26 [2023-01-20T10:23:37.217Z] ---> Running in 7cfdc2fc93b7 [2023-01-20T10:23:37.797Z] Removing intermediate container 7cfdc2fc93b7 [2023-01-20T10:23:37.797Z] ---> 2a56d0f292c5 [2023-01-20T10:23:37.797Z] [2023-01-20T10:23:37.797Z] Successfully built 2a56d0f292c5 [2023-01-20T10:23:37.797Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-01-20T10:23:37.797Z]  Building core-common-config-bootstrapper ... done Building security-spire-config [2023-01-20T10:23:41.122Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-20T10:23:41.122Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-20T10:23:41.122Z] ---> 1a761833dd1b [2023-01-20T10:23:41.122Z] Step 3/24 : WORKDIR /edgex-go [2023-01-20T10:23:41.122Z] ---> Using cache [2023-01-20T10:23:41.122Z] ---> f3d3022be1cd [2023-01-20T10:23:41.122Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-20T10:23:41.122Z] ---> Using cache [2023-01-20T10:23:41.122Z] ---> 3eece31120a3 [2023-01-20T10:23:41.122Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-20T10:23:41.122Z] ---> Using cache [2023-01-20T10:23:41.122Z] ---> 2e49dea45983 [2023-01-20T10:23:41.122Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-20T10:23:41.122Z] ---> Using cache [2023-01-20T10:23:41.122Z] ---> 1fa5df23e8a6 [2023-01-20T10:23:41.122Z] Step 7/24 : COPY . . [2023-01-20T10:23:41.402Z] ---> Using cache [2023-01-20T10:23:41.402Z] ---> 778612edee9b [2023-01-20T10:23:41.402Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-20T10:23:41.402Z] ---> Using cache [2023-01-20T10:23:41.402Z] ---> 5771efb1163a [2023-01-20T10:23:41.402Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-20T10:23:41.402Z] ---> Using cache [2023-01-20T10:23:41.402Z] ---> ceed27d5a849 [2023-01-20T10:23:41.402Z] 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-20T10:23:41.402Z] ---> Using cache [2023-01-20T10:23:41.402Z] ---> ad24aaac1d92 [2023-01-20T10:23:41.402Z] Step 11/24 : WORKDIR /edgex-go [2023-01-20T10:23:41.402Z] ---> Using cache [2023-01-20T10:23:41.402Z] ---> b55073432438 [2023-01-20T10:23:41.402Z] [2023-01-20T10:23:41.402Z] Step 12/24 : FROM alpine:3.15 [2023-01-20T10:23:41.402Z] ---> 8aa73fd46299 [2023-01-20T10:23:41.402Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:23:41.402Z] ---> Using cache [2023-01-20T10:23:41.402Z] ---> 1ad25a08daee [2023-01-20T10:23:41.402Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-20T10:23:41.775Z] ---> Running in 7b09049800b0 [2023-01-20T10:23:43.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:23:43.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:23:45.373Z] v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-20T10:23:45.373Z] v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-20T10:23:45.373Z] OK: 15736 distinct packages available [2023-01-20T10:23:45.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:23:45.955Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:23:46.913Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-20T10:23:46.913Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-20T10:23:46.913Z] (3/4) Installing libucontext (1.1-r0) [2023-01-20T10:23:46.913Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-20T10:23:46.913Z] Executing busybox-1.34.1-r7.trigger [2023-01-20T10:23:46.913Z] OK: 6 MiB in 18 packages [2023-01-20T10:23:48.847Z] Removing intermediate container 7b09049800b0 [2023-01-20T10:23:48.847Z] ---> 65fb4d2ae7a7 [2023-01-20T10:23:48.847Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-20T10:23:54.165Z] ---> 71a9ad2fded2 [2023-01-20T10:23:54.165Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-20T10:23:54.431Z] ---> 05569b91679f [2023-01-20T10:23:54.431Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-20T10:23:54.696Z] ---> Running in 203c87376e1c [2023-01-20T10:23:54.961Z] Removing intermediate container 203c87376e1c [2023-01-20T10:23:54.961Z] ---> f074b9a01ac5 [2023-01-20T10:23:54.961Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-20T10:23:55.915Z] ---> 08cb2472cfdb [2023-01-20T10:23:55.916Z] Step 19/24 : WORKDIR / [2023-01-20T10:23:55.916Z] ---> Running in 12744624f3e8 [2023-01-20T10:23:56.497Z] Removing intermediate container 12744624f3e8 [2023-01-20T10:23:56.497Z] ---> 988731534a3e [2023-01-20T10:23:56.497Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-20T10:23:56.497Z] ---> Running in acafea242924 [2023-01-20T10:23:57.075Z] Removing intermediate container acafea242924 [2023-01-20T10:23:57.075Z] ---> 2dfa3449d4df [2023-01-20T10:23:57.075Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-20T10:23:57.075Z] ---> Running in fd2e7504a587 [2023-01-20T10:23:57.655Z] Removing intermediate container fd2e7504a587 [2023-01-20T10:23:57.655Z] ---> e5c90cc365bb [2023-01-20T10:23:57.655Z] Step 22/24 : LABEL arch=arm64 [2023-01-20T10:23:57.655Z] ---> Running in e6e9e5348e03 [2023-01-20T10:23:58.235Z] Removing intermediate container e6e9e5348e03 [2023-01-20T10:23:58.235Z] ---> 52591f491f37 [2023-01-20T10:23:58.235Z] Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:23:58.235Z] ---> Running in 1c4ed9fb65c3 [2023-01-20T10:23:58.816Z] Removing intermediate container 1c4ed9fb65c3 [2023-01-20T10:23:58.816Z] ---> fddaacc4c42e [2023-01-20T10:23:58.816Z] Step 24/24 : LABEL version=3.0.0-dev.26 [2023-01-20T10:23:58.816Z] ---> Running in ef87f8a02942 [2023-01-20T10:23:59.395Z] Removing intermediate container ef87f8a02942 [2023-01-20T10:23:59.395Z] ---> 26fac7b89218 [2023-01-20T10:23:59.395Z] [2023-01-20T10:23:59.659Z] Successfully built 26fac7b89218 [2023-01-20T10:23:59.659Z] Successfully tagged security-spire-config-arm64:latest [2023-01-20T10:25:36.239Z]  Building security-spire-config ... done Removing intermediate container d38ba765ccb2 [2023-01-20T10:25:36.239Z] ---> 9a8a88c23fca [2023-01-20T10:25:36.239Z] [2023-01-20T10:25:36.239Z] Step 9/32 : FROM alpine:3.16 [2023-01-20T10:25:36.239Z] ---> 2b4661558fb8 [2023-01-20T10:25:36.239Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:25:36.239Z] ---> Running in 653251d53634 [2023-01-20T10:25:36.239Z] Removing intermediate container 653251d53634 [2023-01-20T10:25:36.239Z] ---> 8d2efce6603c [2023-01-20T10:25:36.239Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-20T10:25:36.239Z] ---> Running in 4c00d2ebd038 [2023-01-20T10:25:36.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:25:36.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:25:36.239Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-20T10:25:36.239Z] (2/2) Installing su-exec (0.2-r1) [2023-01-20T10:25:36.239Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:25:36.239Z] OK: 5 MiB in 16 packages [2023-01-20T10:25:36.239Z] Removing intermediate container 4c00d2ebd038 [2023-01-20T10:25:36.239Z] ---> 5e9feb03837c [2023-01-20T10:25:36.239Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-20T10:25:36.239Z] ---> Running in e68c8d2e7c75 [2023-01-20T10:25:36.239Z] Removing intermediate container e68c8d2e7c75 [2023-01-20T10:25:36.239Z] ---> b76d882f00c2 [2023-01-20T10:25:36.239Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-20T10:25:36.239Z] ---> Running in 357fa6ea20a1 [2023-01-20T10:25:36.507Z] Removing intermediate container 357fa6ea20a1 [2023-01-20T10:25:36.507Z] ---> 8d51dc129f81 [2023-01-20T10:25:36.507Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-20T10:25:36.771Z] ---> Running in f9588b9b0ad1 [2023-01-20T10:25:37.349Z] Removing intermediate container f9588b9b0ad1 [2023-01-20T10:25:37.349Z] ---> 4e3f083de99c [2023-01-20T10:25:37.349Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-20T10:25:37.349Z] ---> Running in 9004a183f366 [2023-01-20T10:25:37.927Z] Removing intermediate container 9004a183f366 [2023-01-20T10:25:37.927Z] ---> 54ff1acc255a [2023-01-20T10:25:37.927Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-20T10:25:37.927Z] ---> Running in 3f173d64abb9 [2023-01-20T10:25:44.575Z] Removing intermediate container 3f173d64abb9 [2023-01-20T10:25:44.575Z] ---> 42b64944f812 [2023-01-20T10:25:44.575Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-20T10:25:44.575Z] ---> Running in 77bce36e0b91 [2023-01-20T10:25:44.575Z] Removing intermediate container 77bce36e0b91 [2023-01-20T10:25:44.575Z] ---> 5003cf6d19e6 [2023-01-20T10:25:44.575Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-20T10:25:45.155Z] ---> 5e7d85cc2afb [2023-01-20T10:25:45.155Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-20T10:25:45.155Z] ---> Running in 02add722e22f [2023-01-20T10:25:47.728Z] Removing intermediate container 02add722e22f [2023-01-20T10:25:47.729Z] ---> 6a609a9eef6a [2023-01-20T10:25:47.729Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:25:48.682Z] ---> 2156c32eb457 [2023-01-20T10:25:48.682Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-20T10:25:50.614Z] ---> 90f11282afba [2023-01-20T10:25:50.614Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-20T10:25:51.569Z] ---> f6fc24289aba [2023-01-20T10:25:51.569Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-20T10:25:52.526Z] ---> 56085e57234a [2023-01-20T10:25:52.526Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-20T10:25:53.486Z] ---> a7dd0b09d6f1 [2023-01-20T10:25:53.486Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-20T10:25:56.066Z] ---> 66f1227febfb [2023-01-20T10:25:56.066Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-20T10:25:57.019Z] ---> 3d385e4b0800 [2023-01-20T10:25:57.019Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-20T10:25:57.019Z] ---> Running in 24ffc13efb52 [2023-01-20T10:26:00.351Z] Removing intermediate container 24ffc13efb52 [2023-01-20T10:26:00.351Z] ---> 49f0efc6c638 [2023-01-20T10:26:00.351Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-20T10:26:00.351Z] ---> Running in 3185eab3e1fc [2023-01-20T10:26:00.632Z] Removing intermediate container 3185eab3e1fc [2023-01-20T10:26:00.632Z] ---> b4a3b4b6d892 [2023-01-20T10:26:00.632Z] Step 29/32 : CMD ["gate"] [2023-01-20T10:26:00.897Z] ---> Running in f4e870a29d9c [2023-01-20T10:26:01.479Z] Removing intermediate container f4e870a29d9c [2023-01-20T10:26:01.479Z] ---> 9d8f69436154 [2023-01-20T10:26:01.479Z] Step 30/32 : LABEL arch=arm64 [2023-01-20T10:26:01.479Z] ---> Running in 2c907c0f6a33 [2023-01-20T10:26:01.743Z] Removing intermediate container 2c907c0f6a33 [2023-01-20T10:26:01.743Z] ---> bd1088a381f4 [2023-01-20T10:26:01.743Z] Step 31/32 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:02.009Z] ---> Running in c41d0977e6a8 [2023-01-20T10:26:02.590Z] Removing intermediate container c41d0977e6a8 [2023-01-20T10:26:02.590Z] ---> 07b6c8cdc140 [2023-01-20T10:26:02.590Z] Step 32/32 : LABEL version=3.0.0-dev.26 [2023-01-20T10:26:02.590Z] ---> Running in 1af5bc7f5433 [2023-01-20T10:26:03.173Z] Removing intermediate container 1af5bc7f5433 [2023-01-20T10:26:03.173Z] ---> 319e28995d29 [2023-01-20T10:26:03.173Z] [2023-01-20T10:26:03.173Z] Successfully built 319e28995d29 [2023-01-20T10:26:03.173Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-20T10:26:13.217Z]  Building security-bootstrapper ... done Removing intermediate container 5be8d1639174 [2023-01-20T10:26:13.217Z] ---> 31fe62e12c3c [2023-01-20T10:26:13.217Z] [2023-01-20T10:26:13.217Z] Step 10/22 : FROM alpine:3.16 [2023-01-20T10:26:13.217Z] ---> 2b4661558fb8 [2023-01-20T10:26:13.217Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-20T10:26:13.217Z] ---> Running in 6d562e65a0f1 [2023-01-20T10:26:13.217Z] Removing intermediate container 6d562e65a0f1 [2023-01-20T10:26:13.217Z] ---> 04a2d49ea35d [2023-01-20T10:26:13.217Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-20T10:26:13.217Z] ---> Running in 3e587cdb47e2 [2023-01-20T10:26:13.217Z] Removing intermediate container 3e587cdb47e2 [2023-01-20T10:26:13.217Z] ---> cb3af6d469c5 [2023-01-20T10:26:13.217Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-20T10:26:13.217Z] ---> Running in a16ffff1ceef [2023-01-20T10:26:13.217Z] Removing intermediate container a16ffff1ceef [2023-01-20T10:26:13.217Z] ---> 8071a7f9e795 [2023-01-20T10:26:13.217Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:26:13.217Z] ---> Running in 4cbad203cf02 [2023-01-20T10:26:15.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:26:15.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:26:16.098Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-20T10:26:16.098Z] Executing busybox-1.35.0-r17.trigger [2023-01-20T10:26:16.363Z] OK: 5 MiB in 15 packages [2023-01-20T10:26:17.765Z] Removing intermediate container 4cbad203cf02 [2023-01-20T10:26:17.765Z] ---> 49d805fc384f [2023-01-20T10:26:17.765Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:26:18.716Z] ---> d9158072997c [2023-01-20T10:26:18.716Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-20T10:26:20.652Z] ---> bbd8113533ce [2023-01-20T10:26:20.652Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-20T10:26:22.054Z] ---> a627305fe7fd [2023-01-20T10:26:22.054Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-20T10:26:22.054Z] ---> Running in e7e6209c7162 [2023-01-20T10:26:22.641Z] Removing intermediate container e7e6209c7162 [2023-01-20T10:26:22.641Z] ---> 9103a5859c5e [2023-01-20T10:26:22.641Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:26:22.986Z] ---> Running in 66663a3710cf [2023-01-20T10:26:23.270Z] Removing intermediate container 66663a3710cf [2023-01-20T10:26:23.270Z] ---> 4f2e7cacb2ab [2023-01-20T10:26:23.270Z] Step 20/22 : LABEL arch=arm64 [2023-01-20T10:26:23.270Z] ---> Running in f631034517ef [2023-01-20T10:26:23.868Z] Removing intermediate container f631034517ef [2023-01-20T10:26:23.868Z] ---> e8a4398cfc39 [2023-01-20T10:26:23.868Z] Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:24.145Z] ---> Running in 167656de02c3 [2023-01-20T10:26:24.429Z] Removing intermediate container 167656de02c3 [2023-01-20T10:26:24.429Z] ---> 81bcec72127b [2023-01-20T10:26:24.429Z] Step 22/22 : LABEL version=3.0.0-dev.26 [2023-01-20T10:26:24.761Z] ---> Running in 476ea1176b40 [2023-01-20T10:26:25.383Z] Removing intermediate container 476ea1176b40 [2023-01-20T10:26:25.383Z] ---> 6bccb95534f2 [2023-01-20T10:26:25.383Z] [2023-01-20T10:26:25.383Z] Successfully built 6bccb95534f2 [2023-01-20T10:26:25.383Z] Successfully tagged core-data-arm64:latest [2023-01-20T10:26:26.845Z]  Building core-data ... done Removing intermediate container 58e0e130553b [2023-01-20T10:26:26.845Z] ---> 8dd820edd4fc [2023-01-20T10:26:26.845Z] [2023-01-20T10:26:26.845Z] Step 10/22 : FROM alpine:3.16 [2023-01-20T10:26:26.845Z] ---> 2b4661558fb8 [2023-01-20T10:26:26.845Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-20T10:26:26.845Z] ---> Using cache [2023-01-20T10:26:26.845Z] ---> d047e7e8c9e5 [2023-01-20T10:26:26.845Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-20T10:26:26.845Z] ---> Using cache [2023-01-20T10:26:26.845Z] ---> 9922b7dbf796 [2023-01-20T10:26:26.845Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-20T10:26:27.116Z] ---> Running in e5518c5c80b5 [2023-01-20T10:26:27.383Z] Removing intermediate container e5518c5c80b5 [2023-01-20T10:26:27.383Z] ---> e2577141cfd6 [2023-01-20T10:26:27.383Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-20T10:26:27.383Z] ---> Running in f66058fd14e7 [2023-01-20T10:26:27.650Z] Removing intermediate container f66058fd14e7 [2023-01-20T10:26:27.650Z] ---> ddec08af9e5f [2023-01-20T10:26:27.650Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:26:28.611Z] ---> b2e978c9e2b5 [2023-01-20T10:26:28.611Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-20T10:26:30.567Z] ---> b20396cce234 [2023-01-20T10:26:30.567Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-20T10:26:31.151Z] ---> 60b4d3121d99 [2023-01-20T10:26:31.151Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-20T10:26:31.151Z] ---> Running in ef84597bb5d0 [2023-01-20T10:26:31.731Z] Removing intermediate container ef84597bb5d0 [2023-01-20T10:26:31.731Z] ---> f9898b2fa7fe [2023-01-20T10:26:31.731Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:26:31.731Z] ---> Running in 09eeb66e565b [2023-01-20T10:26:32.314Z] Removing intermediate container 09eeb66e565b [2023-01-20T10:26:32.314Z] ---> 4233d515cd72 [2023-01-20T10:26:32.314Z] Step 20/22 : LABEL arch=arm64 [2023-01-20T10:26:32.314Z] ---> Running in df35f7e56219 [2023-01-20T10:26:32.581Z] Removing intermediate container df35f7e56219 [2023-01-20T10:26:32.581Z] ---> 931efb66f055 [2023-01-20T10:26:32.581Z] Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:32.846Z] ---> Running in 51686ff048c9 [2023-01-20T10:26:33.113Z] Removing intermediate container 51686ff048c9 [2023-01-20T10:26:33.113Z] ---> d6d6fbe509d9 [2023-01-20T10:26:33.113Z] Step 22/22 : LABEL version=3.0.0-dev.26 [2023-01-20T10:26:33.113Z] ---> Running in 57d77cd3162a [2023-01-20T10:26:33.696Z] Removing intermediate container 57d77cd3162a [2023-01-20T10:26:33.696Z] ---> 721247e28693 [2023-01-20T10:26:33.696Z] [2023-01-20T10:26:33.696Z] Successfully built 721247e28693 [2023-01-20T10:26:33.696Z] Successfully tagged support-scheduler-arm64:latest [2023-01-20T10:26:33.696Z]  Building support-scheduler ... done Removing intermediate container 7543609444e1 [2023-01-20T10:26:33.696Z] ---> 26b6d0dc72c7 [2023-01-20T10:26:33.696Z] [2023-01-20T10:26:33.696Z] Step 9/19 : FROM alpine:3.15 [2023-01-20T10:26:33.696Z] ---> 8aa73fd46299 [2023-01-20T10:26:33.696Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-20T10:26:33.696Z] ---> Using cache [2023-01-20T10:26:33.696Z] ---> 1ad25a08daee [2023-01-20T10:26:33.696Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-20T10:26:33.963Z] ---> Running in 57474620d97c [2023-01-20T10:26:34.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:26:35.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:26:36.138Z] v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-20T10:26:36.138Z] v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-20T10:26:36.138Z] OK: 15736 distinct packages available [2023-01-20T10:26:36.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-20T10:26:36.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-20T10:26:37.356Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-20T10:26:37.356Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-20T10:26:37.356Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-20T10:26:37.356Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-20T10:26:37.356Z] (5/9) Installing curl (7.80.0-r5) [2023-01-20T10:26:37.356Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-20T10:26:37.356Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-20T10:26:37.356Z] (8/9) Installing libucontext (1.1-r0) [2023-01-20T10:26:37.624Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-20T10:26:37.624Z] Executing busybox-1.34.1-r7.trigger [2023-01-20T10:26:37.624Z] Executing ca-certificates-20220614-r0.trigger [2023-01-20T10:26:37.624Z] OK: 8 MiB in 23 packages [2023-01-20T10:26:39.034Z] Removing intermediate container 57474620d97c [2023-01-20T10:26:39.034Z] ---> b8b565c5e151 [2023-01-20T10:26:39.034Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-20T10:26:39.617Z] ---> 3680aa80c1b0 [2023-01-20T10:26:39.617Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-20T10:26:40.575Z] ---> 8aaf09fbe64f [2023-01-20T10:26:40.575Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-20T10:26:41.157Z] ---> cb8b07b39727 [2023-01-20T10:26:41.157Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-20T10:26:41.157Z] ---> Running in b531728d32f2 [2023-01-20T10:26:41.424Z] Removing intermediate container b531728d32f2 [2023-01-20T10:26:41.424Z] ---> 4f5bed65a31b [2023-01-20T10:26:41.424Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-20T10:26:41.424Z] ---> Running in 74c9af893f8c [2023-01-20T10:26:41.692Z] Removing intermediate container 74c9af893f8c [2023-01-20T10:26:41.692Z] ---> b5303e58da63 [2023-01-20T10:26:41.692Z] Step 17/19 : LABEL arch=arm64 [2023-01-20T10:26:41.960Z] ---> Running in 5c362cc9e8b7 [2023-01-20T10:26:42.226Z] Removing intermediate container 5c362cc9e8b7 [2023-01-20T10:26:42.226Z] ---> 2fd6eb581a51 [2023-01-20T10:26:42.226Z] Step 18/19 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:42.226Z] ---> Running in b37cc99d7305 [2023-01-20T10:26:42.493Z] Removing intermediate container b37cc99d7305 [2023-01-20T10:26:42.493Z] ---> 086bd6ba4dd2 [2023-01-20T10:26:42.493Z] Step 19/19 : LABEL version=3.0.0-dev.26 [2023-01-20T10:26:42.493Z] ---> Running in 580425a9d09a [2023-01-20T10:26:42.759Z] Removing intermediate container 580425a9d09a [2023-01-20T10:26:42.759Z] ---> 3e9b734a0709 [2023-01-20T10:26:42.759Z] [2023-01-20T10:26:43.027Z] Successfully built 3e9b734a0709 [2023-01-20T10:26:43.027Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-20T10:26:43.302Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-20T10:26:43.313Z] $ docker stop --time=1 faba181bfb1cf28500b3537f0cbac1de0ea35076ccb5463e398df8180f9be1b6 [2023-01-20T10:26:44.946Z] $ docker rm -f --volumes faba181bfb1cf28500b3537f0cbac1de0ea35076ccb5463e398df8180f9be1b6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-20T10:26:45.427Z] + docker images [2023-01-20T10:26:45.692Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-20T10:26:45.692Z] security-spiffe-token-provider-arm64 latest 3e9b734a0709 3 seconds ago 28.9MB [2023-01-20T10:26:45.692Z] support-scheduler-arm64 latest 721247e28693 12 seconds ago 29MB [2023-01-20T10:26:45.692Z] 26b6d0dc72c7 12 seconds ago 1.37GB [2023-01-20T10:26:45.692Z] 8dd820edd4fc 20 seconds ago 1.4GB [2023-01-20T10:26:45.692Z] core-data-arm64 latest 6bccb95534f2 21 seconds ago 17.2MB [2023-01-20T10:26:45.692Z] 31fe62e12c3c 35 seconds ago 1.35GB [2023-01-20T10:26:45.692Z] security-bootstrapper-arm64 latest 319e28995d29 43 seconds ago 19.5MB [2023-01-20T10:26:45.692Z] 9a8a88c23fca About a minute ago 1.33GB [2023-01-20T10:26:45.692Z] security-spire-config-arm64 latest 26fac7b89218 2 minutes ago 83.6MB [2023-01-20T10:26:45.692Z] core-common-config-bootstrapper-arm64 latest 2a56d0f292c5 3 minutes ago 14.4MB [2023-01-20T10:26:45.692Z] e8e501a6e89a 3 minutes ago 1.33GB [2023-01-20T10:26:45.692Z] support-notifications-arm64 latest 7f113e94176c 6 minutes ago 29.6MB [2023-01-20T10:26:45.692Z] c8ada9dcbe4e 7 minutes ago 1.41GB [2023-01-20T10:26:45.692Z] core-metadata-arm64 latest d4779a4e9d74 8 minutes ago 17.8MB [2023-01-20T10:26:45.692Z] d2319dd27858 8 minutes ago 1.35GB [2023-01-20T10:26:45.692Z] core-command-arm64 latest e5a6cbdcc141 9 minutes ago 17MB [2023-01-20T10:26:45.692Z] security-spire-server-arm64 latest 283ed6b33165 9 minutes ago 84.3MB [2023-01-20T10:26:45.692Z] aa8252369650 9 minutes ago 1.34GB [2023-01-20T10:26:45.692Z] security-secretstore-setup-arm64 latest 8a560572626c 9 minutes ago 28.7MB [2023-01-20T10:26:45.692Z] 120a7f852f95 9 minutes ago 1.21GB [2023-01-20T10:26:45.692Z] security-proxy-setup-arm64 latest 393a761c16f7 9 minutes ago 26.8MB [2023-01-20T10:26:45.692Z] c89c84511e98 10 minutes ago 1.33GB [2023-01-20T10:26:45.692Z] 6137c736e7af 10 minutes ago 1.33GB [2023-01-20T10:26:45.692Z] security-spire-agent-arm64 latest d992a2562a58 16 minutes ago 122MB [2023-01-20T10:26:45.692Z] b55073432438 16 minutes ago 1.21GB [2023-01-20T10:26:45.692Z] ci-base-image-arm64 latest 1a761833dd1b 19 minutes ago 905MB [2023-01-20T10:26:45.692Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-20T10:26:45.692Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-20T10:26:45.692Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-20T10:26:45.692Z] 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-20T10:26:45.816Z] provisioning config files... [2023-01-20T10:26:45.835Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config10680482641324343399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:26:46.160Z] ---> docker-login.sh [2023-01-20T10:26:46.160Z] nexus3.edgexfoundry.org:10001 [2023-01-20T10:26:46.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:26:46.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:26:46.428Z] Configure a credential helper to remove this warning. See [2023-01-20T10:26:46.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:26:46.428Z] [2023-01-20T10:26:46.428Z] Login Succeeded [2023-01-20T10:26:46.428Z] nexus3.edgexfoundry.org:10002 [2023-01-20T10:26:46.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:26:46.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:26:46.959Z] Configure a credential helper to remove this warning. See [2023-01-20T10:26:46.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:26:46.959Z] [2023-01-20T10:26:46.959Z] Login Succeeded [2023-01-20T10:26:46.959Z] nexus3.edgexfoundry.org:10003 [2023-01-20T10:26:47.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:26:47.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:26:47.225Z] Configure a credential helper to remove this warning. See [2023-01-20T10:26:47.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:26:47.225Z] [2023-01-20T10:26:47.225Z] Login Succeeded [2023-01-20T10:26:47.225Z] nexus3.edgexfoundry.org:10004 [2023-01-20T10:26:47.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:26:47.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:26:47.756Z] Configure a credential helper to remove this warning. See [2023-01-20T10:26:47.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:26:47.756Z] [2023-01-20T10:26:47.756Z] Login Succeeded [2023-01-20T10:26:47.756Z] docker.io [2023-01-20T10:26:48.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-20T10:26:48.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-20T10:26:48.286Z] Configure a credential helper to remove this warning. See [2023-01-20T10:26:48.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-20T10:26:48.286Z] [2023-01-20T10:26:48.286Z] Login Succeeded [2023-01-20T10:26:48.286Z] ---> docker-login.sh ends [Pipeline] } [2023-01-20T10:26:48.297Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:26:48.319Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-20T10:26:48.335Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-20T10:26:48.335Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:48.335Z] latest [2023-01-20T10:26:48.335Z] 3.0.0-dev.26 [2023-01-20T10:26:48.335Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:26:48.335Z] main [2023-01-20T10:26:48.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:48.669Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:49.010Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:49.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-20T10:26:49.010Z] 254cb84fa7fb: Preparing [2023-01-20T10:26:49.010Z] e762a226549e: Preparing [2023-01-20T10:26:49.010Z] c111d89c4bf5: Preparing [2023-01-20T10:26:49.010Z] 8c2cc30dd61c: Preparing [2023-01-20T10:26:49.010Z] 17bec77d7fdc: Preparing [2023-01-20T10:26:49.279Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:26:49.279Z] 8c2cc30dd61c: Pushed [2023-01-20T10:26:49.279Z] 254cb84fa7fb: Pushed [2023-01-20T10:26:49.279Z] c111d89c4bf5: Pushed [2023-01-20T10:26:52.610Z] e762a226549e: Pushed [2023-01-20T10:26:52.610Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:52.969Z] + 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-20T10:26:53.329Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-20T10:26:53.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-20T10:26:53.329Z] 254cb84fa7fb: Preparing [2023-01-20T10:26:53.329Z] e762a226549e: Preparing [2023-01-20T10:26:53.329Z] c111d89c4bf5: Preparing [2023-01-20T10:26:53.329Z] 8c2cc30dd61c: Preparing [2023-01-20T10:26:53.329Z] 17bec77d7fdc: Preparing [2023-01-20T10:26:53.329Z] 254cb84fa7fb: Layer already exists [2023-01-20T10:26:53.329Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:26:53.329Z] c111d89c4bf5: Layer already exists [2023-01-20T10:26:53.329Z] e762a226549e: Layer already exists [2023-01-20T10:26:53.329Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:26:53.595Z] latest: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:53.953Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:54.303Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.26 [2023-01-20T10:26:54.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-20T10:26:54.303Z] 254cb84fa7fb: Preparing [2023-01-20T10:26:54.303Z] e762a226549e: Preparing [2023-01-20T10:26:54.303Z] c111d89c4bf5: Preparing [2023-01-20T10:26:54.303Z] 8c2cc30dd61c: Preparing [2023-01-20T10:26:54.303Z] 17bec77d7fdc: Preparing [2023-01-20T10:26:54.303Z] e762a226549e: Layer already exists [2023-01-20T10:26:54.303Z] 254cb84fa7fb: Layer already exists [2023-01-20T10:26:54.303Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:26:54.303Z] c111d89c4bf5: Layer already exists [2023-01-20T10:26:54.303Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:26:54.569Z] 3.0.0-dev.26: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:54.911Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:55.256Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:26:55.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-20T10:26:55.256Z] 254cb84fa7fb: Preparing [2023-01-20T10:26:55.256Z] e762a226549e: Preparing [2023-01-20T10:26:55.256Z] c111d89c4bf5: Preparing [2023-01-20T10:26:55.256Z] 8c2cc30dd61c: Preparing [2023-01-20T10:26:55.256Z] 17bec77d7fdc: Preparing [2023-01-20T10:26:55.256Z] c111d89c4bf5: Layer already exists [2023-01-20T10:26:55.256Z] 254cb84fa7fb: Layer already exists [2023-01-20T10:26:55.256Z] e762a226549e: Layer already exists [2023-01-20T10:26:55.256Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:26:55.256Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:26:55.523Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:55.880Z] + 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-20T10:26:56.233Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-20T10:26:56.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-20T10:26:56.233Z] 254cb84fa7fb: Preparing [2023-01-20T10:26:56.233Z] e762a226549e: Preparing [2023-01-20T10:26:56.233Z] c111d89c4bf5: Preparing [2023-01-20T10:26:56.233Z] 8c2cc30dd61c: Preparing [2023-01-20T10:26:56.233Z] 17bec77d7fdc: Preparing [2023-01-20T10:26:56.233Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:26:56.233Z] e762a226549e: Layer already exists [2023-01-20T10:26:56.233Z] 254cb84fa7fb: Layer already exists [2023-01-20T10:26:56.233Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:26:56.233Z] c111d89c4bf5: Layer already exists [2023-01-20T10:26:56.500Z] main: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:26:56.543Z] ===================================================== [Pipeline] echo [2023-01-20T10:26:56.549Z] taggedImages: [2023-01-20T10:26:56.549Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:56.549Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-20T10:26:56.549Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.26 [2023-01-20T10:26:56.549Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:26:56.549Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-20T10:26:56.563Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-01-20T10:26:56.563Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:56.563Z] latest [2023-01-20T10:26:56.563Z] 3.0.0-dev.26 [2023-01-20T10:26:56.563Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:26:56.563Z] main [2023-01-20T10:26:56.563Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:56.901Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:26:57.240Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:26:57.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-20T10:26:57.240Z] 492f99ecc8cf: Preparing [2023-01-20T10:26:57.240Z] 9f4a4f9242b4: Preparing [2023-01-20T10:26:57.240Z] a31fe0e5f54c: Preparing [2023-01-20T10:26:57.240Z] 7421dbd7aeb9: Preparing [2023-01-20T10:26:57.240Z] c111d89c4bf5: Preparing [2023-01-20T10:26:57.240Z] af70ae9e2ec5: Preparing [2023-01-20T10:26:57.240Z] 17bec77d7fdc: Preparing [2023-01-20T10:26:57.240Z] af70ae9e2ec5: Waiting [2023-01-20T10:26:57.240Z] 17bec77d7fdc: Waiting [2023-01-20T10:26:57.240Z] c111d89c4bf5: Layer already exists [2023-01-20T10:26:57.506Z] a31fe0e5f54c: Pushed [2023-01-20T10:26:57.506Z] 492f99ecc8cf: Pushed [2023-01-20T10:26:57.506Z] 9f4a4f9242b4: Pushed [2023-01-20T10:26:57.506Z] af70ae9e2ec5: Pushed [2023-01-20T10:26:58.463Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:26:59.863Z] 7421dbd7aeb9: Pushed [2023-01-20T10:26:59.863Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:00.202Z] + 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-20T10:27:00.533Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-01-20T10:27:00.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-20T10:27:00.534Z] 492f99ecc8cf: Preparing [2023-01-20T10:27:00.534Z] 9f4a4f9242b4: Preparing [2023-01-20T10:27:00.534Z] a31fe0e5f54c: Preparing [2023-01-20T10:27:00.534Z] 7421dbd7aeb9: Preparing [2023-01-20T10:27:00.534Z] c111d89c4bf5: Preparing [2023-01-20T10:27:00.534Z] af70ae9e2ec5: Preparing [2023-01-20T10:27:00.534Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:00.534Z] af70ae9e2ec5: Waiting [2023-01-20T10:27:00.534Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:00.534Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:00.534Z] 9f4a4f9242b4: Layer already exists [2023-01-20T10:27:00.534Z] 492f99ecc8cf: Layer already exists [2023-01-20T10:27:00.534Z] 7421dbd7aeb9: Layer already exists [2023-01-20T10:27:00.534Z] a31fe0e5f54c: Layer already exists [2023-01-20T10:27:00.534Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:00.534Z] af70ae9e2ec5: Layer already exists [2023-01-20T10:27:00.800Z] latest: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:01.151Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:01.498Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.26 [2023-01-20T10:27:01.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-20T10:27:01.498Z] 492f99ecc8cf: Preparing [2023-01-20T10:27:01.498Z] 9f4a4f9242b4: Preparing [2023-01-20T10:27:01.498Z] a31fe0e5f54c: Preparing [2023-01-20T10:27:01.498Z] 7421dbd7aeb9: Preparing [2023-01-20T10:27:01.498Z] c111d89c4bf5: Preparing [2023-01-20T10:27:01.498Z] af70ae9e2ec5: Preparing [2023-01-20T10:27:01.498Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:01.498Z] af70ae9e2ec5: Waiting [2023-01-20T10:27:01.498Z] 7421dbd7aeb9: Layer already exists [2023-01-20T10:27:01.498Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:01.498Z] 492f99ecc8cf: Layer already exists [2023-01-20T10:27:01.498Z] a31fe0e5f54c: Layer already exists [2023-01-20T10:27:01.498Z] 9f4a4f9242b4: Layer already exists [2023-01-20T10:27:01.498Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:01.498Z] af70ae9e2ec5: Layer already exists [2023-01-20T10:27:01.763Z] 3.0.0-dev.26: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:02.107Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:02.445Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:02.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-20T10:27:02.445Z] 492f99ecc8cf: Preparing [2023-01-20T10:27:02.445Z] 9f4a4f9242b4: Preparing [2023-01-20T10:27:02.445Z] a31fe0e5f54c: Preparing [2023-01-20T10:27:02.445Z] 7421dbd7aeb9: Preparing [2023-01-20T10:27:02.445Z] c111d89c4bf5: Preparing [2023-01-20T10:27:02.445Z] af70ae9e2ec5: Preparing [2023-01-20T10:27:02.445Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:02.445Z] af70ae9e2ec5: Waiting [2023-01-20T10:27:02.445Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:02.445Z] a31fe0e5f54c: Layer already exists [2023-01-20T10:27:02.445Z] 492f99ecc8cf: Layer already exists [2023-01-20T10:27:02.445Z] 9f4a4f9242b4: Layer already exists [2023-01-20T10:27:02.445Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:02.445Z] 7421dbd7aeb9: Layer already exists [2023-01-20T10:27:02.445Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:02.445Z] af70ae9e2ec5: Layer already exists [2023-01-20T10:27:02.708Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:03.041Z] + 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-20T10:27:03.379Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-01-20T10:27:03.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-20T10:27:03.379Z] 492f99ecc8cf: Preparing [2023-01-20T10:27:03.379Z] 9f4a4f9242b4: Preparing [2023-01-20T10:27:03.379Z] a31fe0e5f54c: Preparing [2023-01-20T10:27:03.379Z] 7421dbd7aeb9: Preparing [2023-01-20T10:27:03.379Z] c111d89c4bf5: Preparing [2023-01-20T10:27:03.379Z] af70ae9e2ec5: Preparing [2023-01-20T10:27:03.379Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:03.379Z] af70ae9e2ec5: Waiting [2023-01-20T10:27:03.379Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:03.379Z] a31fe0e5f54c: Layer already exists [2023-01-20T10:27:03.379Z] 9f4a4f9242b4: Layer already exists [2023-01-20T10:27:03.379Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:03.379Z] 492f99ecc8cf: Layer already exists [2023-01-20T10:27:03.379Z] 7421dbd7aeb9: Layer already exists [2023-01-20T10:27:03.379Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:03.379Z] af70ae9e2ec5: Layer already exists [2023-01-20T10:27:03.379Z] main: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:27:03.681Z] ===================================================== [Pipeline] echo [2023-01-20T10:27:03.687Z] taggedImages: [2023-01-20T10:27:03.687Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:03.687Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-01-20T10:27:03.687Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.26 [2023-01-20T10:27:03.687Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:03.687Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-01-20T10:27:03.703Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-20T10:27:03.703Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:03.703Z] latest [2023-01-20T10:27:03.703Z] 3.0.0-dev.26 [2023-01-20T10:27:03.703Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:03.703Z] main [2023-01-20T10:27:03.703Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:04.030Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:04.368Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:04.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-20T10:27:04.368Z] fb9054c0381d: Preparing [2023-01-20T10:27:04.368Z] 6f9717fb5c09: Preparing [2023-01-20T10:27:04.368Z] c111d89c4bf5: Preparing [2023-01-20T10:27:04.368Z] 059bb34fa289: Preparing [2023-01-20T10:27:04.368Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:04.368Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:04.368Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:04.633Z] fb9054c0381d: Pushed [2023-01-20T10:27:04.633Z] 059bb34fa289: Pushed [2023-01-20T10:27:07.959Z] 6f9717fb5c09: Pushed [2023-01-20T10:27:07.959Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:08.307Z] + 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-20T10:27:08.638Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-20T10:27:08.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-20T10:27:08.638Z] fb9054c0381d: Preparing [2023-01-20T10:27:08.638Z] 6f9717fb5c09: Preparing [2023-01-20T10:27:08.638Z] c111d89c4bf5: Preparing [2023-01-20T10:27:08.638Z] 059bb34fa289: Preparing [2023-01-20T10:27:08.638Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:08.638Z] fb9054c0381d: Layer already exists [2023-01-20T10:27:08.638Z] 6f9717fb5c09: Layer already exists [2023-01-20T10:27:08.638Z] 059bb34fa289: Layer already exists [2023-01-20T10:27:08.638Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:08.638Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:08.638Z] latest: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:09.234Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:10.972Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.26 [2023-01-20T10:27:10.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-20T10:27:10.972Z] fb9054c0381d: Preparing [2023-01-20T10:27:10.972Z] 6f9717fb5c09: Preparing [2023-01-20T10:27:10.972Z] c111d89c4bf5: Preparing [2023-01-20T10:27:10.972Z] 059bb34fa289: Preparing [2023-01-20T10:27:10.972Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:10.972Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:10.972Z] 6f9717fb5c09: Layer already exists [2023-01-20T10:27:10.972Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:10.972Z] 059bb34fa289: Layer already exists [2023-01-20T10:27:10.972Z] fb9054c0381d: Layer already exists [2023-01-20T10:27:11.238Z] 3.0.0-dev.26: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:11.579Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:11.917Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:11.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-20T10:27:11.917Z] fb9054c0381d: Preparing [2023-01-20T10:27:11.917Z] 6f9717fb5c09: Preparing [2023-01-20T10:27:11.917Z] c111d89c4bf5: Preparing [2023-01-20T10:27:11.917Z] 059bb34fa289: Preparing [2023-01-20T10:27:11.917Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:11.917Z] 059bb34fa289: Layer already exists [2023-01-20T10:27:11.917Z] fb9054c0381d: Layer already exists [2023-01-20T10:27:11.917Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:11.917Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:11.917Z] 6f9717fb5c09: Layer already exists [2023-01-20T10:27:11.917Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:12.520Z] + 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-20T10:27:12.852Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-20T10:27:12.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-20T10:27:12.852Z] fb9054c0381d: Preparing [2023-01-20T10:27:12.852Z] 6f9717fb5c09: Preparing [2023-01-20T10:27:12.852Z] c111d89c4bf5: Preparing [2023-01-20T10:27:12.852Z] 059bb34fa289: Preparing [2023-01-20T10:27:12.852Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:12.852Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:12.852Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:12.852Z] fb9054c0381d: Layer already exists [2023-01-20T10:27:12.852Z] 059bb34fa289: Layer already exists [2023-01-20T10:27:12.852Z] 6f9717fb5c09: Layer already exists [2023-01-20T10:27:13.119Z] main: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:27:13.163Z] ===================================================== [Pipeline] echo [2023-01-20T10:27:13.171Z] taggedImages: [2023-01-20T10:27:13.171Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:13.171Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-20T10:27:13.171Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.26 [2023-01-20T10:27:13.171Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:13.171Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-20T10:27:13.185Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-20T10:27:13.185Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:13.185Z] latest [2023-01-20T10:27:13.185Z] 3.0.0-dev.26 [2023-01-20T10:27:13.185Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:13.185Z] main [2023-01-20T10:27:13.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:13.528Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:13.870Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:13.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-20T10:27:13.870Z] 463bb7983a50: Preparing [2023-01-20T10:27:13.870Z] babb9f030474: Preparing [2023-01-20T10:27:13.870Z] a85a38aaaf71: Preparing [2023-01-20T10:27:13.870Z] c111d89c4bf5: Preparing [2023-01-20T10:27:13.870Z] 8c2cc30dd61c: Preparing [2023-01-20T10:27:13.870Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:13.870Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:13.870Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:13.870Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:27:14.188Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:14.188Z] 463bb7983a50: Pushed [2023-01-20T10:27:14.188Z] babb9f030474: Pushed [2023-01-20T10:27:17.581Z] a85a38aaaf71: Pushed [2023-01-20T10:27:17.582Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:17.958Z] + 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-20T10:27:18.297Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-20T10:27:18.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-20T10:27:18.297Z] 463bb7983a50: Preparing [2023-01-20T10:27:18.297Z] babb9f030474: Preparing [2023-01-20T10:27:18.297Z] a85a38aaaf71: Preparing [2023-01-20T10:27:18.297Z] c111d89c4bf5: Preparing [2023-01-20T10:27:18.297Z] 8c2cc30dd61c: Preparing [2023-01-20T10:27:18.297Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:18.297Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:18.297Z] babb9f030474: Layer already exists [2023-01-20T10:27:18.297Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:18.297Z] 463bb7983a50: Layer already exists [2023-01-20T10:27:18.297Z] a85a38aaaf71: Layer already exists [2023-01-20T10:27:18.297Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:27:18.297Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:18.563Z] latest: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:18.915Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:19.252Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.26 [2023-01-20T10:27:19.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-20T10:27:19.252Z] 463bb7983a50: Preparing [2023-01-20T10:27:19.252Z] babb9f030474: Preparing [2023-01-20T10:27:19.252Z] a85a38aaaf71: Preparing [2023-01-20T10:27:19.252Z] c111d89c4bf5: Preparing [2023-01-20T10:27:19.252Z] 8c2cc30dd61c: Preparing [2023-01-20T10:27:19.252Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:19.252Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:19.252Z] 463bb7983a50: Layer already exists [2023-01-20T10:27:19.252Z] a85a38aaaf71: Layer already exists [2023-01-20T10:27:19.252Z] babb9f030474: Layer already exists [2023-01-20T10:27:19.252Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:27:19.252Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:19.252Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:19.252Z] 3.0.0-dev.26: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:19.598Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:19.937Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:19.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-20T10:27:19.937Z] 463bb7983a50: Preparing [2023-01-20T10:27:19.937Z] babb9f030474: Preparing [2023-01-20T10:27:19.937Z] a85a38aaaf71: Preparing [2023-01-20T10:27:19.937Z] c111d89c4bf5: Preparing [2023-01-20T10:27:19.937Z] 8c2cc30dd61c: Preparing [2023-01-20T10:27:19.937Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:19.937Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:19.937Z] a85a38aaaf71: Layer already exists [2023-01-20T10:27:19.937Z] 463bb7983a50: Layer already exists [2023-01-20T10:27:19.937Z] babb9f030474: Layer already exists [2023-01-20T10:27:19.937Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:27:19.937Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:19.937Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:19.937Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:20.554Z] + 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-20T10:27:20.901Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-20T10:27:20.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-20T10:27:20.901Z] 463bb7983a50: Preparing [2023-01-20T10:27:20.901Z] babb9f030474: Preparing [2023-01-20T10:27:20.901Z] a85a38aaaf71: Preparing [2023-01-20T10:27:20.901Z] c111d89c4bf5: Preparing [2023-01-20T10:27:20.901Z] 8c2cc30dd61c: Preparing [2023-01-20T10:27:20.901Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:20.901Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:20.901Z] babb9f030474: Layer already exists [2023-01-20T10:27:20.901Z] 463bb7983a50: Layer already exists [2023-01-20T10:27:20.901Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:27:20.901Z] a85a38aaaf71: Layer already exists [2023-01-20T10:27:20.901Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:20.901Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:21.165Z] main: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:27:21.207Z] ===================================================== [Pipeline] echo [2023-01-20T10:27:21.216Z] taggedImages: [2023-01-20T10:27:21.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:21.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-20T10:27:21.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.26 [2023-01-20T10:27:21.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:21.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-20T10:27:21.245Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-20T10:27:21.245Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:21.245Z] latest [2023-01-20T10:27:21.245Z] 3.0.0-dev.26 [2023-01-20T10:27:21.245Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:21.245Z] main [2023-01-20T10:27:21.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:21.580Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:23.316Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:23.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-20T10:27:23.316Z] ed40fb729ed3: Preparing [2023-01-20T10:27:23.316Z] ed40fb729ed3: Preparing [2023-01-20T10:27:23.316Z] 581a15c94606: Preparing [2023-01-20T10:27:23.316Z] af21b8e68931: Preparing [2023-01-20T10:27:23.316Z] 335f4407142d: Preparing [2023-01-20T10:27:23.316Z] 84e88d674616: Preparing [2023-01-20T10:27:23.316Z] f06f83f68aa2: Preparing [2023-01-20T10:27:23.316Z] c111d89c4bf5: Preparing [2023-01-20T10:27:23.316Z] 51a1e1aa7e06: Preparing [2023-01-20T10:27:23.316Z] ff741654f17f: Preparing [2023-01-20T10:27:23.316Z] c92bde45ea49: Preparing [2023-01-20T10:27:23.316Z] a7c8245cd8f6: Preparing [2023-01-20T10:27:23.316Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:23.316Z] 51a1e1aa7e06: Waiting [2023-01-20T10:27:23.316Z] f06f83f68aa2: Waiting [2023-01-20T10:27:23.316Z] c111d89c4bf5: Waiting [2023-01-20T10:27:23.316Z] a7c8245cd8f6: Waiting [2023-01-20T10:27:23.316Z] ff741654f17f: Waiting [2023-01-20T10:27:23.316Z] c92bde45ea49: Waiting [2023-01-20T10:27:23.316Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:23.584Z] 581a15c94606: Pushed [2023-01-20T10:27:23.584Z] 335f4407142d: Pushed [2023-01-20T10:27:23.584Z] af21b8e68931: Pushed [2023-01-20T10:27:23.584Z] ed40fb729ed3: Pushed [2023-01-20T10:27:23.584Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:23.584Z] 84e88d674616: Pushed [2023-01-20T10:27:23.849Z] ff741654f17f: Pushed [2023-01-20T10:27:23.849Z] 51a1e1aa7e06: Pushed [2023-01-20T10:27:23.849Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:23.849Z] c92bde45ea49: Pushed [2023-01-20T10:27:23.849Z] a7c8245cd8f6: Pushed [2023-01-20T10:27:27.171Z] f06f83f68aa2: Pushed [2023-01-20T10:27:27.171Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:27.502Z] + 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-20T10:27:27.826Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-20T10:27:27.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-20T10:27:27.826Z] ed40fb729ed3: Preparing [2023-01-20T10:27:27.826Z] ed40fb729ed3: Preparing [2023-01-20T10:27:27.826Z] 581a15c94606: Preparing [2023-01-20T10:27:27.826Z] af21b8e68931: Preparing [2023-01-20T10:27:27.826Z] 335f4407142d: Preparing [2023-01-20T10:27:27.826Z] 84e88d674616: Preparing [2023-01-20T10:27:27.826Z] f06f83f68aa2: Preparing [2023-01-20T10:27:27.826Z] c111d89c4bf5: Preparing [2023-01-20T10:27:27.826Z] 51a1e1aa7e06: Preparing [2023-01-20T10:27:27.826Z] ff741654f17f: Preparing [2023-01-20T10:27:27.826Z] c92bde45ea49: Preparing [2023-01-20T10:27:27.826Z] a7c8245cd8f6: Preparing [2023-01-20T10:27:27.826Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:27.826Z] f06f83f68aa2: Waiting [2023-01-20T10:27:27.826Z] c111d89c4bf5: Waiting [2023-01-20T10:27:27.826Z] 51a1e1aa7e06: Waiting [2023-01-20T10:27:27.826Z] a7c8245cd8f6: Waiting [2023-01-20T10:27:27.826Z] ff741654f17f: Waiting [2023-01-20T10:27:27.826Z] c92bde45ea49: Waiting [2023-01-20T10:27:27.826Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:27.826Z] 84e88d674616: Layer already exists [2023-01-20T10:27:27.826Z] 335f4407142d: Layer already exists [2023-01-20T10:27:27.826Z] 581a15c94606: Layer already exists [2023-01-20T10:27:27.826Z] af21b8e68931: Layer already exists [2023-01-20T10:27:27.826Z] ed40fb729ed3: Layer already exists [2023-01-20T10:27:27.826Z] c92bde45ea49: Layer already exists [2023-01-20T10:27:27.826Z] f06f83f68aa2: Layer already exists [2023-01-20T10:27:27.826Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:27.826Z] 51a1e1aa7e06: Layer already exists [2023-01-20T10:27:27.826Z] ff741654f17f: Layer already exists [2023-01-20T10:27:27.826Z] a7c8245cd8f6: Layer already exists [2023-01-20T10:27:27.826Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:28.091Z] latest: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:28.424Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:28.751Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.26 [2023-01-20T10:27:28.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-20T10:27:28.751Z] ed40fb729ed3: Preparing [2023-01-20T10:27:28.751Z] ed40fb729ed3: Preparing [2023-01-20T10:27:28.751Z] 581a15c94606: Preparing [2023-01-20T10:27:28.751Z] af21b8e68931: Preparing [2023-01-20T10:27:28.751Z] 335f4407142d: Preparing [2023-01-20T10:27:28.751Z] 84e88d674616: Preparing [2023-01-20T10:27:28.751Z] f06f83f68aa2: Preparing [2023-01-20T10:27:28.751Z] c111d89c4bf5: Preparing [2023-01-20T10:27:28.751Z] 51a1e1aa7e06: Preparing [2023-01-20T10:27:28.751Z] ff741654f17f: Preparing [2023-01-20T10:27:28.751Z] c92bde45ea49: Preparing [2023-01-20T10:27:28.751Z] a7c8245cd8f6: Preparing [2023-01-20T10:27:28.751Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:28.751Z] f06f83f68aa2: Waiting [2023-01-20T10:27:28.751Z] c111d89c4bf5: Waiting [2023-01-20T10:27:28.751Z] 51a1e1aa7e06: Waiting [2023-01-20T10:27:28.751Z] ff741654f17f: Waiting [2023-01-20T10:27:28.751Z] c92bde45ea49: Waiting [2023-01-20T10:27:28.751Z] a7c8245cd8f6: Waiting [2023-01-20T10:27:28.751Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:28.751Z] 335f4407142d: Layer already exists [2023-01-20T10:27:28.751Z] ed40fb729ed3: Layer already exists [2023-01-20T10:27:28.751Z] 84e88d674616: Layer already exists [2023-01-20T10:27:28.751Z] af21b8e68931: Layer already exists [2023-01-20T10:27:28.751Z] 581a15c94606: Layer already exists [2023-01-20T10:27:28.751Z] f06f83f68aa2: Layer already exists [2023-01-20T10:27:28.751Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:28.751Z] 51a1e1aa7e06: Layer already exists [2023-01-20T10:27:28.751Z] c92bde45ea49: Layer already exists [2023-01-20T10:27:28.751Z] ff741654f17f: Layer already exists [2023-01-20T10:27:28.751Z] a7c8245cd8f6: Layer already exists [2023-01-20T10:27:28.751Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:29.016Z] 3.0.0-dev.26: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:29.351Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:29.696Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:29.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-20T10:27:29.696Z] ed40fb729ed3: Preparing [2023-01-20T10:27:29.696Z] ed40fb729ed3: Preparing [2023-01-20T10:27:29.696Z] 581a15c94606: Preparing [2023-01-20T10:27:29.696Z] af21b8e68931: Preparing [2023-01-20T10:27:29.696Z] 335f4407142d: Preparing [2023-01-20T10:27:29.696Z] 84e88d674616: Preparing [2023-01-20T10:27:29.696Z] f06f83f68aa2: Preparing [2023-01-20T10:27:29.696Z] c111d89c4bf5: Preparing [2023-01-20T10:27:29.696Z] 51a1e1aa7e06: Preparing [2023-01-20T10:27:29.696Z] ff741654f17f: Preparing [2023-01-20T10:27:29.696Z] c92bde45ea49: Preparing [2023-01-20T10:27:29.696Z] a7c8245cd8f6: Preparing [2023-01-20T10:27:29.696Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:29.696Z] c111d89c4bf5: Waiting [2023-01-20T10:27:29.696Z] 51a1e1aa7e06: Waiting [2023-01-20T10:27:29.696Z] ff741654f17f: Waiting [2023-01-20T10:27:29.696Z] c92bde45ea49: Waiting [2023-01-20T10:27:29.696Z] a7c8245cd8f6: Waiting [2023-01-20T10:27:29.696Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:29.696Z] f06f83f68aa2: Waiting [2023-01-20T10:27:29.696Z] 335f4407142d: Layer already exists [2023-01-20T10:27:29.696Z] ed40fb729ed3: Layer already exists [2023-01-20T10:27:29.696Z] af21b8e68931: Layer already exists [2023-01-20T10:27:29.696Z] 84e88d674616: Layer already exists [2023-01-20T10:27:29.696Z] 581a15c94606: Layer already exists [2023-01-20T10:27:29.696Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:29.696Z] f06f83f68aa2: Layer already exists [2023-01-20T10:27:29.696Z] ff741654f17f: Layer already exists [2023-01-20T10:27:29.696Z] 51a1e1aa7e06: Layer already exists [2023-01-20T10:27:29.696Z] c92bde45ea49: Layer already exists [2023-01-20T10:27:29.696Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:29.696Z] a7c8245cd8f6: Layer already exists [2023-01-20T10:27:29.960Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:30.303Z] + 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-20T10:27:30.641Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-20T10:27:30.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-20T10:27:30.641Z] ed40fb729ed3: Preparing [2023-01-20T10:27:30.641Z] ed40fb729ed3: Preparing [2023-01-20T10:27:30.641Z] 581a15c94606: Preparing [2023-01-20T10:27:30.641Z] af21b8e68931: Preparing [2023-01-20T10:27:30.641Z] 335f4407142d: Preparing [2023-01-20T10:27:30.641Z] 84e88d674616: Preparing [2023-01-20T10:27:30.641Z] f06f83f68aa2: Preparing [2023-01-20T10:27:30.641Z] c111d89c4bf5: Preparing [2023-01-20T10:27:30.641Z] 51a1e1aa7e06: Preparing [2023-01-20T10:27:30.641Z] ff741654f17f: Preparing [2023-01-20T10:27:30.641Z] c92bde45ea49: Preparing [2023-01-20T10:27:30.641Z] a7c8245cd8f6: Preparing [2023-01-20T10:27:30.641Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:30.641Z] 51a1e1aa7e06: Waiting [2023-01-20T10:27:30.641Z] ff741654f17f: Waiting [2023-01-20T10:27:30.641Z] f06f83f68aa2: Waiting [2023-01-20T10:27:30.641Z] c111d89c4bf5: Waiting [2023-01-20T10:27:30.641Z] c92bde45ea49: Waiting [2023-01-20T10:27:30.641Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:30.641Z] a7c8245cd8f6: Waiting [2023-01-20T10:27:30.641Z] 581a15c94606: Layer already exists [2023-01-20T10:27:30.641Z] ed40fb729ed3: Layer already exists [2023-01-20T10:27:30.641Z] 84e88d674616: Layer already exists [2023-01-20T10:27:30.641Z] 335f4407142d: Layer already exists [2023-01-20T10:27:30.641Z] af21b8e68931: Layer already exists [2023-01-20T10:27:30.641Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:30.641Z] 51a1e1aa7e06: Layer already exists [2023-01-20T10:27:30.641Z] f06f83f68aa2: Layer already exists [2023-01-20T10:27:30.641Z] ff741654f17f: Layer already exists [2023-01-20T10:27:30.641Z] c92bde45ea49: Layer already exists [2023-01-20T10:27:30.641Z] a7c8245cd8f6: Layer already exists [2023-01-20T10:27:30.641Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:30.905Z] main: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:27:30.952Z] ===================================================== [Pipeline] echo [2023-01-20T10:27:30.958Z] taggedImages: [2023-01-20T10:27:30.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:30.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-20T10:27:30.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.26 [2023-01-20T10:27:30.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:30.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-20T10:27:30.973Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-20T10:27:30.973Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:30.973Z] latest [2023-01-20T10:27:30.973Z] 3.0.0-dev.26 [2023-01-20T10:27:30.973Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:30.973Z] main [2023-01-20T10:27:30.973Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:31.307Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:31.643Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:31.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-20T10:27:31.644Z] cf5c1bf7f101: Preparing [2023-01-20T10:27:31.644Z] 1c34762d5e4b: Preparing [2023-01-20T10:27:31.644Z] 5311c0c7216d: Preparing [2023-01-20T10:27:31.644Z] 89cff02c3394: Preparing [2023-01-20T10:27:31.644Z] 33ee0bcca3bf: Preparing [2023-01-20T10:27:31.644Z] f33930ea7150: Preparing [2023-01-20T10:27:31.644Z] 4b0da18a7bae: Preparing [2023-01-20T10:27:31.644Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:31.644Z] f33930ea7150: Waiting [2023-01-20T10:27:31.644Z] 4b0da18a7bae: Waiting [2023-01-20T10:27:31.644Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:31.909Z] 1c34762d5e4b: Pushed [2023-01-20T10:27:31.909Z] 33ee0bcca3bf: Pushed [2023-01-20T10:27:31.909Z] cf5c1bf7f101: Pushed [2023-01-20T10:27:31.909Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:31.909Z] f33930ea7150: Pushed [2023-01-20T10:27:32.866Z] 4b0da18a7bae: Pushed [2023-01-20T10:27:34.270Z] 89cff02c3394: Pushed [2023-01-20T10:27:34.270Z] 5311c0c7216d: Pushed [2023-01-20T10:27:34.534Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:34.865Z] + 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-20T10:27:35.198Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-20T10:27:35.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-20T10:27:35.198Z] cf5c1bf7f101: Preparing [2023-01-20T10:27:35.198Z] 1c34762d5e4b: Preparing [2023-01-20T10:27:35.198Z] 5311c0c7216d: Preparing [2023-01-20T10:27:35.198Z] 89cff02c3394: Preparing [2023-01-20T10:27:35.198Z] 33ee0bcca3bf: Preparing [2023-01-20T10:27:35.198Z] f33930ea7150: Preparing [2023-01-20T10:27:35.198Z] 4b0da18a7bae: Preparing [2023-01-20T10:27:35.198Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:35.198Z] f33930ea7150: Waiting [2023-01-20T10:27:35.198Z] 4b0da18a7bae: Waiting [2023-01-20T10:27:35.198Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:35.198Z] 5311c0c7216d: Layer already exists [2023-01-20T10:27:35.198Z] 33ee0bcca3bf: Layer already exists [2023-01-20T10:27:35.198Z] 1c34762d5e4b: Layer already exists [2023-01-20T10:27:35.198Z] cf5c1bf7f101: Layer already exists [2023-01-20T10:27:35.198Z] 89cff02c3394: Layer already exists [2023-01-20T10:27:35.198Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:35.198Z] 4b0da18a7bae: Layer already exists [2023-01-20T10:27:35.198Z] f33930ea7150: Layer already exists [2023-01-20T10:27:35.462Z] latest: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:35.794Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:36.123Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.26 [2023-01-20T10:27:36.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-20T10:27:36.123Z] cf5c1bf7f101: Preparing [2023-01-20T10:27:36.123Z] 1c34762d5e4b: Preparing [2023-01-20T10:27:36.123Z] 5311c0c7216d: Preparing [2023-01-20T10:27:36.123Z] 89cff02c3394: Preparing [2023-01-20T10:27:36.123Z] 33ee0bcca3bf: Preparing [2023-01-20T10:27:36.123Z] f33930ea7150: Preparing [2023-01-20T10:27:36.123Z] 4b0da18a7bae: Preparing [2023-01-20T10:27:36.123Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:36.123Z] f33930ea7150: Waiting [2023-01-20T10:27:36.123Z] 4b0da18a7bae: Waiting [2023-01-20T10:27:36.123Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:36.123Z] 1c34762d5e4b: Layer already exists [2023-01-20T10:27:36.123Z] 33ee0bcca3bf: Layer already exists [2023-01-20T10:27:36.123Z] 89cff02c3394: Layer already exists [2023-01-20T10:27:36.123Z] 5311c0c7216d: Layer already exists [2023-01-20T10:27:36.123Z] cf5c1bf7f101: Layer already exists [2023-01-20T10:27:36.123Z] 4b0da18a7bae: Layer already exists [2023-01-20T10:27:36.123Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:36.123Z] f33930ea7150: Layer already exists [2023-01-20T10:27:36.386Z] 3.0.0-dev.26: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:36.726Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:37.059Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:37.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-20T10:27:37.060Z] cf5c1bf7f101: Preparing [2023-01-20T10:27:37.060Z] 1c34762d5e4b: Preparing [2023-01-20T10:27:37.060Z] 5311c0c7216d: Preparing [2023-01-20T10:27:37.060Z] 89cff02c3394: Preparing [2023-01-20T10:27:37.060Z] 33ee0bcca3bf: Preparing [2023-01-20T10:27:37.060Z] f33930ea7150: Preparing [2023-01-20T10:27:37.060Z] 4b0da18a7bae: Preparing [2023-01-20T10:27:37.060Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:37.060Z] f33930ea7150: Waiting [2023-01-20T10:27:37.060Z] 4b0da18a7bae: Waiting [2023-01-20T10:27:37.060Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:37.060Z] cf5c1bf7f101: Layer already exists [2023-01-20T10:27:37.060Z] 1c34762d5e4b: Layer already exists [2023-01-20T10:27:37.060Z] 5311c0c7216d: Layer already exists [2023-01-20T10:27:37.060Z] 33ee0bcca3bf: Layer already exists [2023-01-20T10:27:37.060Z] 89cff02c3394: Layer already exists [2023-01-20T10:27:37.060Z] f33930ea7150: Layer already exists [2023-01-20T10:27:37.060Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:37.060Z] 4b0da18a7bae: Layer already exists [2023-01-20T10:27:37.060Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:37.666Z] + 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-20T10:27:37.996Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-20T10:27:37.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-20T10:27:37.996Z] cf5c1bf7f101: Preparing [2023-01-20T10:27:37.996Z] 1c34762d5e4b: Preparing [2023-01-20T10:27:37.996Z] 5311c0c7216d: Preparing [2023-01-20T10:27:37.996Z] 89cff02c3394: Preparing [2023-01-20T10:27:37.996Z] 33ee0bcca3bf: Preparing [2023-01-20T10:27:37.996Z] f33930ea7150: Preparing [2023-01-20T10:27:37.996Z] 4b0da18a7bae: Preparing [2023-01-20T10:27:37.996Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:37.996Z] 4b0da18a7bae: Waiting [2023-01-20T10:27:37.996Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:37.996Z] f33930ea7150: Waiting [2023-01-20T10:27:37.996Z] 1c34762d5e4b: Layer already exists [2023-01-20T10:27:37.996Z] 89cff02c3394: Layer already exists [2023-01-20T10:27:37.996Z] 5311c0c7216d: Layer already exists [2023-01-20T10:27:37.996Z] cf5c1bf7f101: Layer already exists [2023-01-20T10:27:37.996Z] 33ee0bcca3bf: Layer already exists [2023-01-20T10:27:37.996Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:37.996Z] f33930ea7150: Layer already exists [2023-01-20T10:27:37.996Z] 4b0da18a7bae: Layer already exists [2023-01-20T10:27:38.260Z] main: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:27:38.300Z] ===================================================== [Pipeline] echo [2023-01-20T10:27:38.305Z] taggedImages: [2023-01-20T10:27:38.305Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:38.305Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-20T10:27:38.305Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.26 [2023-01-20T10:27:38.305Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:38.305Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-20T10:27:38.320Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-20T10:27:38.320Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:38.320Z] latest [2023-01-20T10:27:38.320Z] 3.0.0-dev.26 [2023-01-20T10:27:38.320Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:38.320Z] main [2023-01-20T10:27:38.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:38.642Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:38.977Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:38.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-20T10:27:38.977Z] 17ac6e4cae21: Preparing [2023-01-20T10:27:38.977Z] 7fcd34119daf: Preparing [2023-01-20T10:27:38.977Z] fe663ead4ae5: Preparing [2023-01-20T10:27:38.977Z] 55ff13a98500: Preparing [2023-01-20T10:27:38.977Z] eeea799069af: Preparing [2023-01-20T10:27:38.977Z] c9ae9b4db438: Preparing [2023-01-20T10:27:38.977Z] a5cb17b1b272: Preparing [2023-01-20T10:27:38.977Z] 43bd2bb7d92a: Preparing [2023-01-20T10:27:38.977Z] fe53e96f651e: Preparing [2023-01-20T10:27:38.977Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:38.977Z] c9ae9b4db438: Waiting [2023-01-20T10:27:38.977Z] a5cb17b1b272: Waiting [2023-01-20T10:27:38.977Z] 43bd2bb7d92a: Waiting [2023-01-20T10:27:38.977Z] fe53e96f651e: Waiting [2023-01-20T10:27:38.978Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:39.245Z] 17ac6e4cae21: Pushed [2023-01-20T10:27:39.245Z] 7fcd34119daf: Pushed [2023-01-20T10:27:39.245Z] eeea799069af: Pushed [2023-01-20T10:27:39.522Z] 43bd2bb7d92a: Pushed [2023-01-20T10:27:39.522Z] c9ae9b4db438: Pushed [2023-01-20T10:27:39.522Z] a5cb17b1b272: Pushed [2023-01-20T10:27:39.522Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:40.101Z] fe53e96f651e: Pushed [2023-01-20T10:27:41.510Z] 55ff13a98500: Pushed [2023-01-20T10:27:42.461Z] fe663ead4ae5: Pushed [2023-01-20T10:27:42.461Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:42.800Z] + 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-20T10:27:43.131Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-20T10:27:43.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-20T10:27:43.131Z] 17ac6e4cae21: Preparing [2023-01-20T10:27:43.131Z] 7fcd34119daf: Preparing [2023-01-20T10:27:43.131Z] fe663ead4ae5: Preparing [2023-01-20T10:27:43.131Z] 55ff13a98500: Preparing [2023-01-20T10:27:43.131Z] eeea799069af: Preparing [2023-01-20T10:27:43.131Z] c9ae9b4db438: Preparing [2023-01-20T10:27:43.131Z] a5cb17b1b272: Preparing [2023-01-20T10:27:43.131Z] 43bd2bb7d92a: Preparing [2023-01-20T10:27:43.131Z] fe53e96f651e: Preparing [2023-01-20T10:27:43.131Z] a5cb17b1b272: Waiting [2023-01-20T10:27:43.131Z] 43bd2bb7d92a: Waiting [2023-01-20T10:27:43.131Z] c9ae9b4db438: Waiting [2023-01-20T10:27:43.131Z] fe53e96f651e: Waiting [2023-01-20T10:27:43.131Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:43.131Z] 17ac6e4cae21: Layer already exists [2023-01-20T10:27:43.131Z] 55ff13a98500: Layer already exists [2023-01-20T10:27:43.131Z] fe663ead4ae5: Layer already exists [2023-01-20T10:27:43.131Z] eeea799069af: Layer already exists [2023-01-20T10:27:43.131Z] 7fcd34119daf: Layer already exists [2023-01-20T10:27:43.131Z] 43bd2bb7d92a: Layer already exists [2023-01-20T10:27:43.131Z] fe53e96f651e: Layer already exists [2023-01-20T10:27:43.131Z] c9ae9b4db438: Layer already exists [2023-01-20T10:27:43.131Z] a5cb17b1b272: Layer already exists [2023-01-20T10:27:43.131Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:43.394Z] latest: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:43.721Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:44.047Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.26 [2023-01-20T10:27:44.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-20T10:27:44.047Z] 17ac6e4cae21: Preparing [2023-01-20T10:27:44.047Z] 7fcd34119daf: Preparing [2023-01-20T10:27:44.047Z] fe663ead4ae5: Preparing [2023-01-20T10:27:44.047Z] 55ff13a98500: Preparing [2023-01-20T10:27:44.047Z] eeea799069af: Preparing [2023-01-20T10:27:44.047Z] c9ae9b4db438: Preparing [2023-01-20T10:27:44.047Z] a5cb17b1b272: Preparing [2023-01-20T10:27:44.047Z] 43bd2bb7d92a: Preparing [2023-01-20T10:27:44.047Z] fe53e96f651e: Preparing [2023-01-20T10:27:44.047Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:44.047Z] c9ae9b4db438: Waiting [2023-01-20T10:27:44.047Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:44.047Z] a5cb17b1b272: Waiting [2023-01-20T10:27:44.047Z] 43bd2bb7d92a: Waiting [2023-01-20T10:27:44.047Z] fe663ead4ae5: Layer already exists [2023-01-20T10:27:44.047Z] 17ac6e4cae21: Layer already exists [2023-01-20T10:27:44.047Z] eeea799069af: Layer already exists [2023-01-20T10:27:44.047Z] 55ff13a98500: Layer already exists [2023-01-20T10:27:44.047Z] 7fcd34119daf: Layer already exists [2023-01-20T10:27:44.047Z] 43bd2bb7d92a: Layer already exists [2023-01-20T10:27:44.047Z] c9ae9b4db438: Layer already exists [2023-01-20T10:27:44.047Z] fe53e96f651e: Layer already exists [2023-01-20T10:27:44.047Z] a5cb17b1b272: Layer already exists [2023-01-20T10:27:44.047Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:44.312Z] 3.0.0-dev.26: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:44.653Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:44.984Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:44.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-20T10:27:44.984Z] 17ac6e4cae21: Preparing [2023-01-20T10:27:44.984Z] 7fcd34119daf: Preparing [2023-01-20T10:27:44.984Z] fe663ead4ae5: Preparing [2023-01-20T10:27:44.984Z] 55ff13a98500: Preparing [2023-01-20T10:27:44.984Z] eeea799069af: Preparing [2023-01-20T10:27:44.984Z] c9ae9b4db438: Preparing [2023-01-20T10:27:44.984Z] a5cb17b1b272: Preparing [2023-01-20T10:27:44.984Z] 43bd2bb7d92a: Preparing [2023-01-20T10:27:44.984Z] fe53e96f651e: Preparing [2023-01-20T10:27:44.984Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:44.984Z] c9ae9b4db438: Waiting [2023-01-20T10:27:44.984Z] a5cb17b1b272: Waiting [2023-01-20T10:27:44.984Z] 43bd2bb7d92a: Waiting [2023-01-20T10:27:44.984Z] fe53e96f651e: Waiting [2023-01-20T10:27:44.984Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:44.984Z] 7fcd34119daf: Layer already exists [2023-01-20T10:27:44.984Z] eeea799069af: Layer already exists [2023-01-20T10:27:44.984Z] fe663ead4ae5: Layer already exists [2023-01-20T10:27:44.984Z] 17ac6e4cae21: Layer already exists [2023-01-20T10:27:44.984Z] 55ff13a98500: Layer already exists [2023-01-20T10:27:44.984Z] c9ae9b4db438: Layer already exists [2023-01-20T10:27:44.984Z] 43bd2bb7d92a: Layer already exists [2023-01-20T10:27:44.984Z] a5cb17b1b272: Layer already exists [2023-01-20T10:27:44.984Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:44.984Z] fe53e96f651e: Layer already exists [2023-01-20T10:27:44.984Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:45.580Z] + 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-20T10:27:45.917Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-20T10:27:45.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-20T10:27:45.917Z] 17ac6e4cae21: Preparing [2023-01-20T10:27:45.917Z] 7fcd34119daf: Preparing [2023-01-20T10:27:45.917Z] fe663ead4ae5: Preparing [2023-01-20T10:27:45.917Z] 55ff13a98500: Preparing [2023-01-20T10:27:45.917Z] eeea799069af: Preparing [2023-01-20T10:27:45.917Z] c9ae9b4db438: Preparing [2023-01-20T10:27:45.917Z] a5cb17b1b272: Preparing [2023-01-20T10:27:45.917Z] 43bd2bb7d92a: Preparing [2023-01-20T10:27:45.917Z] fe53e96f651e: Preparing [2023-01-20T10:27:45.917Z] 17bec77d7fdc: Preparing [2023-01-20T10:27:45.917Z] 43bd2bb7d92a: Waiting [2023-01-20T10:27:45.917Z] c9ae9b4db438: Waiting [2023-01-20T10:27:45.917Z] a5cb17b1b272: Waiting [2023-01-20T10:27:45.917Z] fe53e96f651e: Waiting [2023-01-20T10:27:45.917Z] 17bec77d7fdc: Waiting [2023-01-20T10:27:45.917Z] 17ac6e4cae21: Layer already exists [2023-01-20T10:27:45.917Z] 55ff13a98500: Layer already exists [2023-01-20T10:27:45.917Z] eeea799069af: Layer already exists [2023-01-20T10:27:45.917Z] fe663ead4ae5: Layer already exists [2023-01-20T10:27:45.917Z] 7fcd34119daf: Layer already exists [2023-01-20T10:27:45.917Z] a5cb17b1b272: Layer already exists [2023-01-20T10:27:45.917Z] fe53e96f651e: Layer already exists [2023-01-20T10:27:45.917Z] c9ae9b4db438: Layer already exists [2023-01-20T10:27:45.917Z] 43bd2bb7d92a: Layer already exists [2023-01-20T10:27:45.917Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:27:46.182Z] main: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:27:46.236Z] ===================================================== [Pipeline] echo [2023-01-20T10:27:46.246Z] taggedImages: [2023-01-20T10:27:46.246Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:46.246Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-20T10:27:46.246Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.26 [2023-01-20T10:27:46.246Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:46.246Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-20T10:27:46.270Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-20T10:27:46.270Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:46.270Z] latest [2023-01-20T10:27:46.270Z] 3.0.0-dev.26 [2023-01-20T10:27:46.270Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:46.270Z] main [2023-01-20T10:27:46.270Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:46.625Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:46.971Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:46.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-20T10:27:46.972Z] 15e85419bade: Preparing [2023-01-20T10:27:46.972Z] 2d24436f570d: Preparing [2023-01-20T10:27:46.972Z] c111d89c4bf5: Preparing [2023-01-20T10:27:46.972Z] 74427d8fc9d2: Preparing [2023-01-20T10:27:46.972Z] 9833f26c6bda: Preparing [2023-01-20T10:27:46.972Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:46.972Z] 9833f26c6bda: Layer already exists [2023-01-20T10:27:47.237Z] 15e85419bade: Pushed [2023-01-20T10:27:48.188Z] 74427d8fc9d2: Pushed [2023-01-20T10:27:51.506Z] 2d24436f570d: Pushed [2023-01-20T10:27:51.506Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:51.844Z] + 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-20T10:27:52.175Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-20T10:27:52.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-20T10:27:52.175Z] 15e85419bade: Preparing [2023-01-20T10:27:52.175Z] 2d24436f570d: Preparing [2023-01-20T10:27:52.175Z] c111d89c4bf5: Preparing [2023-01-20T10:27:52.175Z] 74427d8fc9d2: Preparing [2023-01-20T10:27:52.175Z] 9833f26c6bda: Preparing [2023-01-20T10:27:52.175Z] 9833f26c6bda: Layer already exists [2023-01-20T10:27:52.175Z] 15e85419bade: Layer already exists [2023-01-20T10:27:52.175Z] 2d24436f570d: Layer already exists [2023-01-20T10:27:52.175Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:52.175Z] 74427d8fc9d2: Layer already exists [2023-01-20T10:27:52.175Z] latest: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:52.517Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:52.854Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.26 [2023-01-20T10:27:52.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-20T10:27:52.854Z] 15e85419bade: Preparing [2023-01-20T10:27:52.854Z] 2d24436f570d: Preparing [2023-01-20T10:27:52.854Z] c111d89c4bf5: Preparing [2023-01-20T10:27:52.854Z] 74427d8fc9d2: Preparing [2023-01-20T10:27:52.854Z] 9833f26c6bda: Preparing [2023-01-20T10:27:52.854Z] 74427d8fc9d2: Layer already exists [2023-01-20T10:27:52.854Z] 9833f26c6bda: Layer already exists [2023-01-20T10:27:52.854Z] 2d24436f570d: Layer already exists [2023-01-20T10:27:52.854Z] 15e85419bade: Layer already exists [2023-01-20T10:27:52.854Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:52.854Z] 3.0.0-dev.26: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:53.195Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:53.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:53.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-20T10:27:53.531Z] 15e85419bade: Preparing [2023-01-20T10:27:53.531Z] 2d24436f570d: Preparing [2023-01-20T10:27:53.531Z] c111d89c4bf5: Preparing [2023-01-20T10:27:53.531Z] 74427d8fc9d2: Preparing [2023-01-20T10:27:53.531Z] 9833f26c6bda: Preparing [2023-01-20T10:27:53.531Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:53.531Z] 2d24436f570d: Layer already exists [2023-01-20T10:27:53.531Z] 74427d8fc9d2: Layer already exists [2023-01-20T10:27:53.531Z] 9833f26c6bda: Layer already exists [2023-01-20T10:27:53.531Z] 15e85419bade: Layer already exists [2023-01-20T10:27:53.795Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:54.135Z] + 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-20T10:27:54.472Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-20T10:27:54.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-20T10:27:54.472Z] 15e85419bade: Preparing [2023-01-20T10:27:54.472Z] 2d24436f570d: Preparing [2023-01-20T10:27:54.472Z] c111d89c4bf5: Preparing [2023-01-20T10:27:54.472Z] 74427d8fc9d2: Preparing [2023-01-20T10:27:54.472Z] 9833f26c6bda: Preparing [2023-01-20T10:27:54.472Z] 9833f26c6bda: Layer already exists [2023-01-20T10:27:54.472Z] 74427d8fc9d2: Layer already exists [2023-01-20T10:27:54.472Z] 15e85419bade: Layer already exists [2023-01-20T10:27:54.472Z] c111d89c4bf5: Layer already exists [2023-01-20T10:27:54.472Z] 2d24436f570d: Layer already exists [2023-01-20T10:27:54.472Z] main: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:27:54.790Z] ===================================================== [Pipeline] echo [2023-01-20T10:27:54.798Z] taggedImages: [2023-01-20T10:27:54.798Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:54.798Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-20T10:27:54.798Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.26 [2023-01-20T10:27:54.798Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:54.798Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-20T10:27:54.822Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-20T10:27:54.822Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:54.822Z] latest [2023-01-20T10:27:54.822Z] 3.0.0-dev.26 [2023-01-20T10:27:54.822Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:27:54.822Z] main [2023-01-20T10:27:54.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:55.165Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:27:55.551Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:27:55.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-20T10:27:55.551Z] 677aaca4e67a: Preparing [2023-01-20T10:27:55.551Z] 61057e9a03e3: Preparing [2023-01-20T10:27:55.551Z] 9f108922ae39: Preparing [2023-01-20T10:27:55.551Z] 8b3d9c95cfff: Preparing [2023-01-20T10:27:55.551Z] 79da4c930cbf: Preparing [2023-01-20T10:27:55.551Z] 5788a970815d: Preparing [2023-01-20T10:27:55.551Z] 9833f26c6bda: Preparing [2023-01-20T10:27:55.551Z] 5788a970815d: Waiting [2023-01-20T10:27:55.551Z] 9833f26c6bda: Waiting [2023-01-20T10:27:55.839Z] 9f108922ae39: Pushed [2023-01-20T10:27:55.839Z] 61057e9a03e3: Pushed [2023-01-20T10:27:55.839Z] 677aaca4e67a: Pushed [2023-01-20T10:27:55.839Z] 9833f26c6bda: Layer already exists [2023-01-20T10:27:56.840Z] 5788a970815d: Pushed [2023-01-20T10:28:03.488Z] 79da4c930cbf: Pushed [2023-01-20T10:28:11.666Z] 8b3d9c95cfff: Pushed [2023-01-20T10:28:11.666Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:12.007Z] + 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-20T10:28:12.331Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-20T10:28:12.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-20T10:28:12.331Z] 677aaca4e67a: Preparing [2023-01-20T10:28:12.331Z] 61057e9a03e3: Preparing [2023-01-20T10:28:12.331Z] 9f108922ae39: Preparing [2023-01-20T10:28:12.331Z] 8b3d9c95cfff: Preparing [2023-01-20T10:28:12.331Z] 79da4c930cbf: Preparing [2023-01-20T10:28:12.331Z] 5788a970815d: Preparing [2023-01-20T10:28:12.331Z] 9833f26c6bda: Preparing [2023-01-20T10:28:12.331Z] 5788a970815d: Waiting [2023-01-20T10:28:12.331Z] 9833f26c6bda: Waiting [2023-01-20T10:28:12.331Z] 61057e9a03e3: Layer already exists [2023-01-20T10:28:12.331Z] 79da4c930cbf: Layer already exists [2023-01-20T10:28:12.331Z] 8b3d9c95cfff: Layer already exists [2023-01-20T10:28:12.331Z] 9f108922ae39: Layer already exists [2023-01-20T10:28:12.331Z] 677aaca4e67a: Layer already exists [2023-01-20T10:28:12.331Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:12.331Z] 5788a970815d: Layer already exists [2023-01-20T10:28:12.331Z] latest: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:12.925Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:13.247Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.26 [2023-01-20T10:28:13.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-20T10:28:13.247Z] 677aaca4e67a: Preparing [2023-01-20T10:28:13.247Z] 61057e9a03e3: Preparing [2023-01-20T10:28:13.247Z] 9f108922ae39: Preparing [2023-01-20T10:28:13.247Z] 8b3d9c95cfff: Preparing [2023-01-20T10:28:13.247Z] 79da4c930cbf: Preparing [2023-01-20T10:28:13.247Z] 5788a970815d: Preparing [2023-01-20T10:28:13.247Z] 9833f26c6bda: Preparing [2023-01-20T10:28:13.247Z] 5788a970815d: Waiting [2023-01-20T10:28:13.247Z] 9833f26c6bda: Waiting [2023-01-20T10:28:13.247Z] 8b3d9c95cfff: Layer already exists [2023-01-20T10:28:13.247Z] 79da4c930cbf: Layer already exists [2023-01-20T10:28:13.247Z] 9f108922ae39: Layer already exists [2023-01-20T10:28:13.247Z] 677aaca4e67a: Layer already exists [2023-01-20T10:28:13.247Z] 61057e9a03e3: Layer already exists [2023-01-20T10:28:13.247Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:13.247Z] 5788a970815d: Layer already exists [2023-01-20T10:28:13.247Z] 3.0.0-dev.26: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:13.574Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:13.896Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:13.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-20T10:28:13.896Z] 677aaca4e67a: Preparing [2023-01-20T10:28:13.896Z] 61057e9a03e3: Preparing [2023-01-20T10:28:13.896Z] 9f108922ae39: Preparing [2023-01-20T10:28:13.896Z] 8b3d9c95cfff: Preparing [2023-01-20T10:28:13.896Z] 79da4c930cbf: Preparing [2023-01-20T10:28:13.896Z] 5788a970815d: Preparing [2023-01-20T10:28:13.896Z] 9833f26c6bda: Preparing [2023-01-20T10:28:13.896Z] 5788a970815d: Waiting [2023-01-20T10:28:13.896Z] 9833f26c6bda: Waiting [2023-01-20T10:28:13.896Z] 9f108922ae39: Layer already exists [2023-01-20T10:28:13.896Z] 61057e9a03e3: Layer already exists [2023-01-20T10:28:13.896Z] 8b3d9c95cfff: Layer already exists [2023-01-20T10:28:13.896Z] 79da4c930cbf: Layer already exists [2023-01-20T10:28:13.896Z] 677aaca4e67a: Layer already exists [2023-01-20T10:28:13.896Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:13.896Z] 5788a970815d: Layer already exists [2023-01-20T10:28:13.896Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:14.220Z] + 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-20T10:28:14.548Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-20T10:28:14.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-20T10:28:14.548Z] 677aaca4e67a: Preparing [2023-01-20T10:28:14.548Z] 61057e9a03e3: Preparing [2023-01-20T10:28:14.548Z] 9f108922ae39: Preparing [2023-01-20T10:28:14.548Z] 8b3d9c95cfff: Preparing [2023-01-20T10:28:14.548Z] 79da4c930cbf: Preparing [2023-01-20T10:28:14.548Z] 5788a970815d: Preparing [2023-01-20T10:28:14.548Z] 9833f26c6bda: Preparing [2023-01-20T10:28:14.548Z] 5788a970815d: Waiting [2023-01-20T10:28:14.548Z] 9833f26c6bda: Waiting [2023-01-20T10:28:14.548Z] 79da4c930cbf: Layer already exists [2023-01-20T10:28:14.548Z] 9f108922ae39: Layer already exists [2023-01-20T10:28:14.548Z] 61057e9a03e3: Layer already exists [2023-01-20T10:28:14.548Z] 677aaca4e67a: Layer already exists [2023-01-20T10:28:14.548Z] 8b3d9c95cfff: Layer already exists [2023-01-20T10:28:14.548Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:14.548Z] 5788a970815d: Layer already exists [2023-01-20T10:28:14.810Z] main: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:28:14.860Z] ===================================================== [Pipeline] echo [2023-01-20T10:28:14.869Z] taggedImages: [2023-01-20T10:28:14.869Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:14.869Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-20T10:28:14.869Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.26 [2023-01-20T10:28:14.869Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:14.869Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-20T10:28:14.889Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-20T10:28:14.889Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:14.889Z] latest [2023-01-20T10:28:14.889Z] 3.0.0-dev.26 [2023-01-20T10:28:14.889Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:14.889Z] main [2023-01-20T10:28:14.889Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:15.219Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:15.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:15.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-20T10:28:15.545Z] 2512c416b2b7: Preparing [2023-01-20T10:28:15.545Z] f53f0b519706: Preparing [2023-01-20T10:28:15.545Z] 94798e129b61: Preparing [2023-01-20T10:28:15.545Z] 4bbaa530f9f9: Preparing [2023-01-20T10:28:15.545Z] 5a4a48ccbeef: Preparing [2023-01-20T10:28:15.545Z] 9833f26c6bda: Preparing [2023-01-20T10:28:15.545Z] 9833f26c6bda: Waiting [2023-01-20T10:28:15.809Z] 2512c416b2b7: Pushed [2023-01-20T10:28:15.809Z] 94798e129b61: Pushed [2023-01-20T10:28:15.809Z] f53f0b519706: Pushed [2023-01-20T10:28:15.809Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:16.386Z] 5a4a48ccbeef: Pushed [2023-01-20T10:28:31.327Z] 4bbaa530f9f9: Pushed [2023-01-20T10:28:31.327Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:31.646Z] + 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-20T10:28:31.973Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-20T10:28:31.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-20T10:28:31.973Z] 2512c416b2b7: Preparing [2023-01-20T10:28:31.973Z] f53f0b519706: Preparing [2023-01-20T10:28:31.973Z] 94798e129b61: Preparing [2023-01-20T10:28:31.973Z] 4bbaa530f9f9: Preparing [2023-01-20T10:28:31.973Z] 5a4a48ccbeef: Preparing [2023-01-20T10:28:31.973Z] 9833f26c6bda: Preparing [2023-01-20T10:28:31.973Z] 9833f26c6bda: Waiting [2023-01-20T10:28:31.973Z] 4bbaa530f9f9: Layer already exists [2023-01-20T10:28:31.973Z] f53f0b519706: Layer already exists [2023-01-20T10:28:31.973Z] 5a4a48ccbeef: Layer already exists [2023-01-20T10:28:31.973Z] 2512c416b2b7: Layer already exists [2023-01-20T10:28:31.973Z] 94798e129b61: Layer already exists [2023-01-20T10:28:31.973Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:31.973Z] latest: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:32.295Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:32.617Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.26 [2023-01-20T10:28:32.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-20T10:28:32.617Z] 2512c416b2b7: Preparing [2023-01-20T10:28:32.617Z] f53f0b519706: Preparing [2023-01-20T10:28:32.617Z] 94798e129b61: Preparing [2023-01-20T10:28:32.617Z] 4bbaa530f9f9: Preparing [2023-01-20T10:28:32.617Z] 5a4a48ccbeef: Preparing [2023-01-20T10:28:32.617Z] 9833f26c6bda: Preparing [2023-01-20T10:28:32.617Z] 9833f26c6bda: Waiting [2023-01-20T10:28:32.617Z] 5a4a48ccbeef: Layer already exists [2023-01-20T10:28:32.617Z] 4bbaa530f9f9: Layer already exists [2023-01-20T10:28:32.617Z] 94798e129b61: Layer already exists [2023-01-20T10:28:32.617Z] f53f0b519706: Layer already exists [2023-01-20T10:28:32.617Z] 2512c416b2b7: Layer already exists [2023-01-20T10:28:32.617Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:32.617Z] 3.0.0-dev.26: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:32.939Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:33.255Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:33.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-20T10:28:33.255Z] 2512c416b2b7: Preparing [2023-01-20T10:28:33.255Z] f53f0b519706: Preparing [2023-01-20T10:28:33.255Z] 94798e129b61: Preparing [2023-01-20T10:28:33.255Z] 4bbaa530f9f9: Preparing [2023-01-20T10:28:33.255Z] 5a4a48ccbeef: Preparing [2023-01-20T10:28:33.255Z] 9833f26c6bda: Preparing [2023-01-20T10:28:33.255Z] 9833f26c6bda: Waiting [2023-01-20T10:28:33.255Z] f53f0b519706: Layer already exists [2023-01-20T10:28:33.255Z] 94798e129b61: Layer already exists [2023-01-20T10:28:33.255Z] 4bbaa530f9f9: Layer already exists [2023-01-20T10:28:33.255Z] 2512c416b2b7: Layer already exists [2023-01-20T10:28:33.255Z] 5a4a48ccbeef: Layer already exists [2023-01-20T10:28:33.255Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:33.255Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:33.578Z] + 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-20T10:28:33.898Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-20T10:28:33.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-20T10:28:33.899Z] 2512c416b2b7: Preparing [2023-01-20T10:28:33.899Z] f53f0b519706: Preparing [2023-01-20T10:28:33.899Z] 94798e129b61: Preparing [2023-01-20T10:28:33.899Z] 4bbaa530f9f9: Preparing [2023-01-20T10:28:33.899Z] 5a4a48ccbeef: Preparing [2023-01-20T10:28:33.899Z] 9833f26c6bda: Preparing [2023-01-20T10:28:33.899Z] 9833f26c6bda: Waiting [2023-01-20T10:28:33.899Z] f53f0b519706: Layer already exists [2023-01-20T10:28:33.899Z] 4bbaa530f9f9: Layer already exists [2023-01-20T10:28:33.899Z] 94798e129b61: Layer already exists [2023-01-20T10:28:33.899Z] 5a4a48ccbeef: Layer already exists [2023-01-20T10:28:33.899Z] 2512c416b2b7: Layer already exists [2023-01-20T10:28:33.899Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:33.899Z] main: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:28:33.937Z] ===================================================== [Pipeline] echo [2023-01-20T10:28:33.943Z] taggedImages: [2023-01-20T10:28:33.943Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:33.943Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-20T10:28:33.943Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.26 [2023-01-20T10:28:33.943Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:33.943Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-20T10:28:33.957Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-20T10:28:33.957Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:33.957Z] latest [2023-01-20T10:28:33.957Z] 3.0.0-dev.26 [2023-01-20T10:28:33.957Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:33.957Z] main [2023-01-20T10:28:33.957Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:34.291Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:34.611Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:34.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-20T10:28:34.612Z] 1559c18fb302: Preparing [2023-01-20T10:28:34.612Z] 9421fc427a3f: Preparing [2023-01-20T10:28:34.612Z] cd044afd4944: Preparing [2023-01-20T10:28:34.612Z] e0fe916416a0: Preparing [2023-01-20T10:28:34.612Z] 5788a970815d: Preparing [2023-01-20T10:28:34.612Z] 9833f26c6bda: Preparing [2023-01-20T10:28:34.612Z] 9833f26c6bda: Waiting [2023-01-20T10:28:34.612Z] 5788a970815d: Layer already exists [2023-01-20T10:28:34.878Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:34.878Z] 9421fc427a3f: Pushed [2023-01-20T10:28:34.878Z] 1559c18fb302: Pushed [2023-01-20T10:28:34.878Z] cd044afd4944: Pushed [2023-01-20T10:28:49.836Z] e0fe916416a0: Pushed [2023-01-20T10:28:49.836Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:50.169Z] + 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-20T10:28:50.494Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-20T10:28:50.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-20T10:28:50.494Z] 1559c18fb302: Preparing [2023-01-20T10:28:50.494Z] 9421fc427a3f: Preparing [2023-01-20T10:28:50.494Z] cd044afd4944: Preparing [2023-01-20T10:28:50.494Z] e0fe916416a0: Preparing [2023-01-20T10:28:50.494Z] 5788a970815d: Preparing [2023-01-20T10:28:50.494Z] 9833f26c6bda: Preparing [2023-01-20T10:28:50.494Z] 9833f26c6bda: Waiting [2023-01-20T10:28:50.494Z] 5788a970815d: Layer already exists [2023-01-20T10:28:50.494Z] e0fe916416a0: Layer already exists [2023-01-20T10:28:50.494Z] 1559c18fb302: Layer already exists [2023-01-20T10:28:50.494Z] cd044afd4944: Layer already exists [2023-01-20T10:28:50.494Z] 9421fc427a3f: Layer already exists [2023-01-20T10:28:50.494Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:50.758Z] latest: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:51.085Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:51.415Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.26 [2023-01-20T10:28:51.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-20T10:28:51.415Z] 1559c18fb302: Preparing [2023-01-20T10:28:51.415Z] 9421fc427a3f: Preparing [2023-01-20T10:28:51.415Z] cd044afd4944: Preparing [2023-01-20T10:28:51.415Z] e0fe916416a0: Preparing [2023-01-20T10:28:51.415Z] 5788a970815d: Preparing [2023-01-20T10:28:51.415Z] 9833f26c6bda: Preparing [2023-01-20T10:28:51.415Z] 9833f26c6bda: Waiting [2023-01-20T10:28:51.415Z] 1559c18fb302: Layer already exists [2023-01-20T10:28:51.415Z] e0fe916416a0: Layer already exists [2023-01-20T10:28:51.415Z] 5788a970815d: Layer already exists [2023-01-20T10:28:51.415Z] cd044afd4944: Layer already exists [2023-01-20T10:28:51.415Z] 9421fc427a3f: Layer already exists [2023-01-20T10:28:51.415Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:51.415Z] 3.0.0-dev.26: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:52.003Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:52.330Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:52.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-20T10:28:52.330Z] 1559c18fb302: Preparing [2023-01-20T10:28:52.330Z] 9421fc427a3f: Preparing [2023-01-20T10:28:52.331Z] cd044afd4944: Preparing [2023-01-20T10:28:52.331Z] e0fe916416a0: Preparing [2023-01-20T10:28:52.331Z] 5788a970815d: Preparing [2023-01-20T10:28:52.331Z] 9833f26c6bda: Preparing [2023-01-20T10:28:52.331Z] 9833f26c6bda: Waiting [2023-01-20T10:28:52.331Z] 9421fc427a3f: Layer already exists [2023-01-20T10:28:52.331Z] 5788a970815d: Layer already exists [2023-01-20T10:28:52.331Z] cd044afd4944: Layer already exists [2023-01-20T10:28:52.331Z] e0fe916416a0: Layer already exists [2023-01-20T10:28:52.331Z] 1559c18fb302: Layer already exists [2023-01-20T10:28:52.331Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:52.331Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:52.931Z] + 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-20T10:28:53.251Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-20T10:28:53.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-20T10:28:53.251Z] 1559c18fb302: Preparing [2023-01-20T10:28:53.251Z] 9421fc427a3f: Preparing [2023-01-20T10:28:53.251Z] cd044afd4944: Preparing [2023-01-20T10:28:53.251Z] e0fe916416a0: Preparing [2023-01-20T10:28:53.251Z] 5788a970815d: Preparing [2023-01-20T10:28:53.251Z] 9833f26c6bda: Preparing [2023-01-20T10:28:53.251Z] 9833f26c6bda: Waiting [2023-01-20T10:28:53.251Z] cd044afd4944: Layer already exists [2023-01-20T10:28:53.251Z] 1559c18fb302: Layer already exists [2023-01-20T10:28:53.251Z] 9421fc427a3f: Layer already exists [2023-01-20T10:28:53.251Z] e0fe916416a0: Layer already exists [2023-01-20T10:28:53.251Z] 5788a970815d: Layer already exists [2023-01-20T10:28:53.251Z] 9833f26c6bda: Layer already exists [2023-01-20T10:28:53.515Z] main: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:28:53.554Z] ===================================================== [Pipeline] echo [2023-01-20T10:28:53.559Z] taggedImages: [2023-01-20T10:28:53.559Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:53.559Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-20T10:28:53.559Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.26 [2023-01-20T10:28:53.559Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:53.559Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-20T10:28:53.573Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-20T10:28:53.573Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:53.573Z] latest [2023-01-20T10:28:53.573Z] 3.0.0-dev.26 [2023-01-20T10:28:53.573Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:28:53.573Z] main [2023-01-20T10:28:53.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:53.893Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:28:54.217Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:28:54.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-20T10:28:54.217Z] 6ad354b31f89: Preparing [2023-01-20T10:28:54.217Z] f9011ee0201a: Preparing [2023-01-20T10:28:54.217Z] c111d89c4bf5: Preparing [2023-01-20T10:28:54.217Z] fb2e6b7d34f2: Preparing [2023-01-20T10:28:54.217Z] 17bec77d7fdc: Preparing [2023-01-20T10:28:54.217Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:28:54.217Z] c111d89c4bf5: Layer already exists [2023-01-20T10:28:54.481Z] 6ad354b31f89: Pushed [2023-01-20T10:28:54.481Z] fb2e6b7d34f2: Pushed [2023-01-20T10:28:59.786Z] f9011ee0201a: Pushed [2023-01-20T10:28:59.786Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:00.113Z] + 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-20T10:29:00.435Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-20T10:29:00.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-20T10:29:00.435Z] 6ad354b31f89: Preparing [2023-01-20T10:29:00.435Z] f9011ee0201a: Preparing [2023-01-20T10:29:00.435Z] c111d89c4bf5: Preparing [2023-01-20T10:29:00.435Z] fb2e6b7d34f2: Preparing [2023-01-20T10:29:00.435Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:00.435Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:00.435Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:00.435Z] 6ad354b31f89: Layer already exists [2023-01-20T10:29:00.435Z] fb2e6b7d34f2: Layer already exists [2023-01-20T10:29:00.435Z] f9011ee0201a: Layer already exists [2023-01-20T10:29:00.435Z] latest: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:00.766Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:01.089Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.26 [2023-01-20T10:29:01.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-20T10:29:01.089Z] 6ad354b31f89: Preparing [2023-01-20T10:29:01.089Z] f9011ee0201a: Preparing [2023-01-20T10:29:01.089Z] c111d89c4bf5: Preparing [2023-01-20T10:29:01.089Z] fb2e6b7d34f2: Preparing [2023-01-20T10:29:01.089Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:01.089Z] 6ad354b31f89: Layer already exists [2023-01-20T10:29:01.089Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:01.089Z] f9011ee0201a: Layer already exists [2023-01-20T10:29:01.089Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:01.089Z] fb2e6b7d34f2: Layer already exists [2023-01-20T10:29:01.089Z] 3.0.0-dev.26: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:01.417Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:01.740Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:29:01.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-20T10:29:01.740Z] 6ad354b31f89: Preparing [2023-01-20T10:29:01.740Z] f9011ee0201a: Preparing [2023-01-20T10:29:01.740Z] c111d89c4bf5: Preparing [2023-01-20T10:29:01.740Z] fb2e6b7d34f2: Preparing [2023-01-20T10:29:01.740Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:01.740Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:01.740Z] fb2e6b7d34f2: Layer already exists [2023-01-20T10:29:01.740Z] 6ad354b31f89: Layer already exists [2023-01-20T10:29:01.740Z] f9011ee0201a: Layer already exists [2023-01-20T10:29:01.740Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:01.740Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:02.064Z] + 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-20T10:29:03.340Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-20T10:29:03.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-20T10:29:03.340Z] 6ad354b31f89: Preparing [2023-01-20T10:29:03.340Z] f9011ee0201a: Preparing [2023-01-20T10:29:03.340Z] c111d89c4bf5: Preparing [2023-01-20T10:29:03.340Z] fb2e6b7d34f2: Preparing [2023-01-20T10:29:03.340Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:03.340Z] f9011ee0201a: Layer already exists [2023-01-20T10:29:03.340Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:03.340Z] fb2e6b7d34f2: Layer already exists [2023-01-20T10:29:03.340Z] 6ad354b31f89: Layer already exists [2023-01-20T10:29:03.340Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:03.604Z] main: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:29:03.643Z] ===================================================== [Pipeline] echo [2023-01-20T10:29:03.654Z] taggedImages: [2023-01-20T10:29:03.654Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:29:03.654Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-20T10:29:03.654Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.26 [2023-01-20T10:29:03.654Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:29:03.654Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-20T10:29:03.679Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-20T10:29:03.679Z] 9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:29:03.679Z] latest [2023-01-20T10:29:03.679Z] 3.0.0-dev.26 [2023-01-20T10:29:03.679Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:29:03.679Z] main [2023-01-20T10:29:03.679Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:04.018Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:04.358Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:29:04.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-20T10:29:04.358Z] 45a71fdd9c58: Preparing [2023-01-20T10:29:04.358Z] 485c4b5cab52: Preparing [2023-01-20T10:29:04.358Z] c111d89c4bf5: Preparing [2023-01-20T10:29:04.358Z] 8c2cc30dd61c: Preparing [2023-01-20T10:29:04.358Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:04.358Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:04.358Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:29:04.358Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:04.626Z] 45a71fdd9c58: Pushed [2023-01-20T10:29:09.953Z] 485c4b5cab52: Pushed [2023-01-20T10:29:10.218Z] 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:10.561Z] + 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-20T10:29:10.898Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-20T10:29:10.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-20T10:29:10.898Z] 45a71fdd9c58: Preparing [2023-01-20T10:29:10.898Z] 485c4b5cab52: Preparing [2023-01-20T10:29:10.898Z] c111d89c4bf5: Preparing [2023-01-20T10:29:10.898Z] 8c2cc30dd61c: Preparing [2023-01-20T10:29:10.898Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:10.898Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:10.898Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:10.898Z] 485c4b5cab52: Layer already exists [2023-01-20T10:29:10.898Z] 45a71fdd9c58: Layer already exists [2023-01-20T10:29:10.898Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:29:10.899Z] latest: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:11.492Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:11.817Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.26 [2023-01-20T10:29:11.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-20T10:29:11.817Z] 45a71fdd9c58: Preparing [2023-01-20T10:29:11.817Z] 485c4b5cab52: Preparing [2023-01-20T10:29:11.817Z] c111d89c4bf5: Preparing [2023-01-20T10:29:11.817Z] 8c2cc30dd61c: Preparing [2023-01-20T10:29:11.817Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:11.817Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:11.817Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:11.817Z] 45a71fdd9c58: Layer already exists [2023-01-20T10:29:11.817Z] 485c4b5cab52: Layer already exists [2023-01-20T10:29:11.817Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:29:11.817Z] 3.0.0-dev.26: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:12.165Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:12.502Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:29:12.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-20T10:29:12.503Z] 45a71fdd9c58: Preparing [2023-01-20T10:29:12.503Z] 485c4b5cab52: Preparing [2023-01-20T10:29:12.503Z] c111d89c4bf5: Preparing [2023-01-20T10:29:12.503Z] 8c2cc30dd61c: Preparing [2023-01-20T10:29:12.503Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:12.503Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:12.503Z] 45a71fdd9c58: Layer already exists [2023-01-20T10:29:12.503Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:12.503Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:29:12.503Z] 485c4b5cab52: Layer already exists [2023-01-20T10:29:12.503Z] 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:13.122Z] + 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-20T10:29:13.469Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-20T10:29:13.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-20T10:29:13.469Z] 45a71fdd9c58: Preparing [2023-01-20T10:29:13.469Z] 485c4b5cab52: Preparing [2023-01-20T10:29:13.469Z] c111d89c4bf5: Preparing [2023-01-20T10:29:13.469Z] 8c2cc30dd61c: Preparing [2023-01-20T10:29:13.469Z] 17bec77d7fdc: Preparing [2023-01-20T10:29:13.469Z] 485c4b5cab52: Layer already exists [2023-01-20T10:29:13.469Z] 17bec77d7fdc: Layer already exists [2023-01-20T10:29:13.469Z] 45a71fdd9c58: Layer already exists [2023-01-20T10:29:13.469Z] 8c2cc30dd61c: Layer already exists [2023-01-20T10:29:13.469Z] c111d89c4bf5: Layer already exists [2023-01-20T10:29:13.739Z] main: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-20T10:29:13.801Z] ===================================================== [Pipeline] echo [2023-01-20T10:29:13.809Z] taggedImages: [2023-01-20T10:29:13.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [2023-01-20T10:29:13.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-20T10:29:13.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.26 [2023-01-20T10:29:13.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [2023-01-20T10:29:13.809Z] - 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-20T10:29:14.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-20T10:29:14.191Z] [2023-01-20T10:29:14.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:14.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-20T10:29:14.518Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-20T10:29:14.518Z] 8998bd30e6a1: Pulling fs layer [2023-01-20T10:29:14.518Z] 04944245beec: Pulling fs layer [2023-01-20T10:29:14.518Z] 699f458cf7ca: Pulling fs layer [2023-01-20T10:29:14.518Z] 765212b225bb: Pulling fs layer [2023-01-20T10:29:14.518Z] f23df028b6ca: Pulling fs layer [2023-01-20T10:29:14.518Z] d65c8cfc05b1: Pulling fs layer [2023-01-20T10:29:14.518Z] 2437ff75d9bd: Pulling fs layer [2023-01-20T10:29:14.518Z] f23df028b6ca: Waiting [2023-01-20T10:29:14.518Z] 765212b225bb: Waiting [2023-01-20T10:29:14.518Z] d65c8cfc05b1: Waiting [2023-01-20T10:29:14.518Z] 2437ff75d9bd: Waiting [2023-01-20T10:29:14.784Z] 04944245beec: Verifying Checksum [2023-01-20T10:29:14.784Z] 04944245beec: Download complete [2023-01-20T10:29:14.784Z] 765212b225bb: Verifying Checksum [2023-01-20T10:29:14.784Z] 765212b225bb: Download complete [2023-01-20T10:29:14.784Z] f23df028b6ca: Download complete [2023-01-20T10:29:14.784Z] d65c8cfc05b1: Verifying Checksum [2023-01-20T10:29:14.784Z] d65c8cfc05b1: Download complete [2023-01-20T10:29:15.051Z] 699f458cf7ca: Verifying Checksum [2023-01-20T10:29:15.051Z] 699f458cf7ca: Download complete [2023-01-20T10:29:15.316Z] 8998bd30e6a1: Verifying Checksum [2023-01-20T10:29:15.316Z] 8998bd30e6a1: Download complete [2023-01-20T10:29:17.890Z] 2437ff75d9bd: Verifying Checksum [2023-01-20T10:29:17.890Z] 2437ff75d9bd: Download complete [2023-01-20T10:29:19.291Z] 8998bd30e6a1: Pull complete [2023-01-20T10:29:19.871Z] 04944245beec: Pull complete [2023-01-20T10:29:21.273Z] 699f458cf7ca: Pull complete [2023-01-20T10:29:21.273Z] 765212b225bb: Pull complete [2023-01-20T10:29:22.224Z] f23df028b6ca: Pull complete [2023-01-20T10:29:22.489Z] d65c8cfc05b1: Pull complete [2023-01-20T10:29:37.454Z] 2437ff75d9bd: Pull complete [2023-01-20T10:29:37.454Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-20T10:29:37.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-20T10:29:37.454Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:29:37.620Z] prd-ubuntu20.04-docker-arm64-4c-16g-3180 does not seem to be running inside a container [2023-01-20T10:29:37.674Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-20T10:29:40.281Z] $ docker top fef070b06dc279f9a77e88941bc7cb4efb0197b8e16793260e08f5bac51f49ae -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:29:40.852Z] ---> job-cost.sh [2023-01-20T10:29:41.115Z] lf-activate-venv: SKIPPING [2023-01-20T10:29:41.115Z] INFO: No Stack... [2023-01-20T10:29:41.691Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-20T10:29:42.265Z] INFO: Archiving Costs [Pipeline] sh [2023-01-20T10:29:42.570Z] + cat /w/workspace/edgex-go/382/archives/cost.csv [2023-01-20T10:29:42.570Z] + cut -d, -f6 [Pipeline] lock [2023-01-20T10:29:42.632Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-382-stack-cost] [2023-01-20T10:29:42.638Z] Resource [jenkins-edgexfoundry-edgex-go-main-382-stack-cost] did not exist. Created. [2023-01-20T10:29:42.638Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-382-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-20T10:29:42.951Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-20T10:29:43.437Z] Stashed 1 file(s) [Pipeline] } [2023-01-20T10:29:43.444Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-382-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-20T10:29:43.461Z] $ docker stop --time=1 fef070b06dc279f9a77e88941bc7cb4efb0197b8e16793260e08f5bac51f49ae [2023-01-20T10:29:44.896Z] $ docker rm -f --volumes fef070b06dc279f9a77e88941bc7cb4efb0197b8e16793260e08f5bac51f49ae [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-20T10:29:45.345Z] provisioning config files... [2023-01-20T10:29:45.352Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/382@tmp/config14942589815891918629tmp [Pipeline] { [Pipeline] sh [2023-01-20T10:29:45.642Z] + set +x [2023-01-20T10:29:45.642Z] + + curlbash -s -s https://codecov.io/bash -- [2023-01-20T10:29:45.642Z] [2023-01-20T10:29:45.642Z] [2023-01-20T10:29:45.642Z] _____ _ [2023-01-20T10:29:45.642Z] / ____| | | [2023-01-20T10:29:45.642Z] | | ___ __| | ___ ___ _____ __ [2023-01-20T10:29:45.642Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-20T10:29:45.642Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-20T10:29:45.642Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-20T10:29:45.642Z] Bash-1.0.6 [2023-01-20T10:29:45.642Z] [2023-01-20T10:29:45.642Z] [2023-01-20T10:29:45.642Z] ==> git version 2.25.1 found [2023-01-20T10:29:45.642Z] ==> 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-20T10:29:45.642Z] Release-Date: 2020-01-08 [2023-01-20T10:29:45.642Z] 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-20T10:29:45.642Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-20T10:29:45.642Z] ==> Jenkins CI detected. [2023-01-20T10:29:45.642Z] current dir:  /w/workspace/edgex-go/382 [2023-01-20T10:29:45.642Z] project root: . [2023-01-20T10:29:45.642Z] --> token set from env [2023-01-20T10:29:45.642Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-20T10:29:45.642Z] ==> Running gcov in . (disable via -X gcov) [2023-01-20T10:29:45.642Z] ==> Python coveragepy not found [2023-01-20T10:29:45.642Z] ==> Searching for coverage reports in: [2023-01-20T10:29:45.642Z] + . [2023-01-20T10:29:45.900Z] -> Found 1 reports [2023-01-20T10:29:45.900Z] ==> Detecting git/mercurial file structure [2023-01-20T10:29:45.900Z] ==> Reading reports [2023-01-20T10:29:45.900Z] + ./coverage.out bytes=489970 [2023-01-20T10:29:45.900Z] ==> Appending adjustments [2023-01-20T10:29:45.900Z] https://docs.codecov.io/docs/fixing-reports [2023-01-20T10:29:46.832Z] + Found adjustments [2023-01-20T10:29:46.833Z] ==> Gzipping contents [2023-01-20T10:29:46.833Z] 64K /tmp/codecov.kBc6zk.gz [2023-01-20T10:29:46.833Z] ==> Uploading reports [2023-01-20T10:29:46.833Z] url: https://codecov.io [2023-01-20T10:29:46.833Z] query: branch=main&commit=9e386417050e4cffa7025a09e4120fb1660b81d4&build=382&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F382%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-20T10:29:46.833Z] -> Pinging Codecov [2023-01-20T10:29:46.833Z] 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=9e386417050e4cffa7025a09e4120fb1660b81d4&build=382&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F382%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-20T10:29:47.399Z] -> Uploading to [2023-01-20T10:29:47.399Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-20/00271124DB129430A58F1EEE437C3FCB/9e386417050e4cffa7025a09e4120fb1660b81d4/fd514df2-738f-434a-acb2-5b40c4564a7e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230120T102947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5eaddf3c577487ead20a30137c3132c8c7a1e5ffc290c141e670376196eb46b [2023-01-20T10:29:47.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-20T10:29:47.399Z] Dload Upload Total Spent Left Speed [2023-01-20T10:29:47.657Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63369 0 0 100 63369 0 208k --:--:-- --:--:-- --:--:-- 209k [2023-01-20T10:29:47.657Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [2023-01-20T10:29:47.665Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-20T10:29:47.849Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-20T10:29:47.864Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:29:48.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-20T10:29:48.156Z] [2023-01-20T10:29:48.156Z] 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-20T10:29:48.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-20T10:29:48.457Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-20T10:29:48.457Z] df9b9388f04a: Pulling fs layer [2023-01-20T10:29:48.457Z] 52dc419b0ee2: Pulling fs layer [2023-01-20T10:29:48.457Z] 25bc292e5bac: Pulling fs layer [2023-01-20T10:29:48.457Z] 114826534d7a: Pulling fs layer [2023-01-20T10:29:48.457Z] 4657fd5d0bcf: Pulling fs layer [2023-01-20T10:29:48.457Z] 6ad1cebc031e: Pulling fs layer [2023-01-20T10:29:48.457Z] 8a3aa393b2d8: Pulling fs layer [2023-01-20T10:29:48.458Z] 4657fd5d0bcf: Waiting [2023-01-20T10:29:48.458Z] 6ad1cebc031e: Waiting [2023-01-20T10:29:48.458Z] 8a3aa393b2d8: Waiting [2023-01-20T10:29:48.458Z] 25bc292e5bac: Verifying Checksum [2023-01-20T10:29:48.458Z] 25bc292e5bac: Download complete [2023-01-20T10:29:48.458Z] 52dc419b0ee2: Verifying Checksum [2023-01-20T10:29:48.458Z] 52dc419b0ee2: Download complete [2023-01-20T10:29:48.458Z] 4657fd5d0bcf: Verifying Checksum [2023-01-20T10:29:48.458Z] 4657fd5d0bcf: Download complete [2023-01-20T10:29:48.725Z] df9b9388f04a: Download complete [2023-01-20T10:29:48.726Z] df9b9388f04a: Pull complete [2023-01-20T10:29:49.000Z] 6ad1cebc031e: Verifying Checksum [2023-01-20T10:29:49.000Z] 6ad1cebc031e: Download complete [2023-01-20T10:29:49.000Z] 52dc419b0ee2: Pull complete [2023-01-20T10:29:49.000Z] 25bc292e5bac: Pull complete [2023-01-20T10:29:50.051Z] 114826534d7a: Verifying Checksum [2023-01-20T10:29:50.051Z] 114826534d7a: Download complete [2023-01-20T10:29:50.051Z] 8a3aa393b2d8: Verifying Checksum [2023-01-20T10:29:50.051Z] 8a3aa393b2d8: Download complete [2023-01-20T10:29:53.327Z] 114826534d7a: Pull complete [2023-01-20T10:29:53.327Z] 4657fd5d0bcf: Pull complete [2023-01-20T10:29:53.327Z] 6ad1cebc031e: Pull complete [2023-01-20T10:29:55.855Z] 8a3aa393b2d8: Pull complete [2023-01-20T10:29:55.855Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-20T10:29:55.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-20T10:29:55.855Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:29:55.936Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:29:55.960Z] $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-20T10:30:00.468Z] $ docker top e9080533a19dd7b007b6d1ad803a934720aa2e30649f53cde8f3502fc594fbe1 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-20T10:30:00.526Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-20T10:30:00.800Z] + set -o pipefail [2023-01-20T10:30:00.800Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-20T10:30:06.077Z] [2023-01-20T10:30:06.077Z] Monitoring /w/workspace/edgex-go/382 (github.com/edgexfoundry/edgex-go)... [2023-01-20T10:30:06.077Z] [2023-01-20T10:30:06.077Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/1254ed2e-1785-4a78-837d-3fc2027428cd [2023-01-20T10:30:06.077Z] [2023-01-20T10:30:06.077Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-20T10:30:06.077Z] [2023-01-20T10:30:06.077Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-20T10:30:06.077Z] [2023-01-20T10:30:06.077Z] [2023-01-20T10:30:06.077Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-20T10:30:06.077Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-20T10:30:06.077Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-20T10:30:06.088Z] $ docker stop --time=1 e9080533a19dd7b007b6d1ad803a934720aa2e30649f53cde8f3502fc594fbe1 [2023-01-20T10:30:09.001Z] $ docker rm -f --volumes e9080533a19dd7b007b6d1ad803a934720aa2e30649f53cde8f3502fc594fbe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-20T10:30:09.367Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-20T10:30:09.377Z] provisioning config files... [2023-01-20T10:30:09.384Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/382@tmp/config3801836132233487184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:30:09.675Z] --> edgex-publish-swagger.sh [2023-01-20T10:30:09.675Z] === Publish openapi/v2 API === [2023-01-20T10:30:09.675Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-20T10:30:09.675Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/382/openapi/v2/core-command.yaml] [2023-01-20T10:30:09.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-20T10:30:09.675Z] Dload Upload Total Spent Left Speed [2023-01-20T10:30:10.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33880 100 38 100 33842 43 38369 --:--:-- --:--:-- --:--:-- 38369 [2023-01-20T10:30:10.612Z] {"code":403,"message":"Access Denied"} [2023-01-20T10:30:10.612Z] [2023-01-20T10:30:10.612Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/382/openapi/v2/core-data.yaml] [2023-01-20T10:30:10.612Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-20T10:30:10.612Z] Dload Upload Total Spent Left Speed [2023-01-20T10:30:11.181Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71710 0 0 100 71710 0 344k --:--:-- --:--:-- --:--:-- 343k 100 71748 100 38 100 71710 46 88530 --:--:-- --:--:-- --:--:-- 88468 [2023-01-20T10:30:11.181Z] {"code":403,"message":"Access Denied"} [2023-01-20T10:30:11.181Z] [2023-01-20T10:30:11.181Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/382/openapi/v2/core-metadata.yaml] [2023-01-20T10:30:11.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-20T10:30:11.181Z] Dload Upload Total Spent Left Speed [2023-01-20T10:30:12.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 45 174k --:--:-- --:--:-- --:--:-- 174k 100 144k 100 38 100 144k 45 174k --:--:-- --:--:-- --:--:-- 174k [2023-01-20T10:30:12.114Z] {"code":403,"message":"Access Denied"} [2023-01-20T10:30:12.114Z] [2023-01-20T10:30:12.114Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/382/openapi/v2/support-notifications.yaml] [2023-01-20T10:30:12.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-20T10:30:12.114Z] Dload Upload Total Spent Left Speed [2023-01-20T10:30:13.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k [2023-01-20T10:30:13.051Z] {"code":403,"message":"Access Denied"} [2023-01-20T10:30:13.051Z] [2023-01-20T10:30:13.051Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/382/openapi/v2/support-scheduler.yaml] [2023-01-20T10:30:13.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-20T10:30:13.051Z] Dload Upload Total Spent Left Speed [2023-01-20T10:30:13.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 43 44837 --:--:-- --:--:-- --:--:-- 44830 100 39585 100 38 100 39547 43 44787 --:--:-- --:--:-- --:--:-- 44830 [2023-01-20T10:30:13.990Z] {"code":403,"message":"Access Denied"} [2023-01-20T10:30:13.990Z] [Pipeline] } [2023-01-20T10:30:13.996Z] 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-20T10:30:14.395Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-20T10:30:14.395Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:30:14.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-20T10:30:14.699Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:30:14.764Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:30:14.793Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-20T10:30:15.313Z] $ docker top c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 -eo pid,comm [2023-01-20T10:30:15.355Z] 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-20T10:30:15.355Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-20T10:30:15.467Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-20T10:30:15.467Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-20T10:30:15.574Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-20T10:30:15.576Z] $ docker exec c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 ssh-agent [2023-01-20T10:30:15.686Z] SSH_AUTH_SOCK=/tmp/ssh-CoJPffLAgH6l/agent.32 [2023-01-20T10:30:15.686Z] SSH_AGENT_PID=38 [2023-01-20T10:30:15.690Z] Running ssh-add (command line suppressed) [2023-01-20T10:30:15.790Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_2836036801033327878.key (/w/workspace/edgex-go/382@tmp/private_key_2836036801033327878.key) [2023-01-20T10:30:15.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-20T10:30:16.088Z] + git semver tag [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,241 [run_tag] DEBUG tag force:False [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,241 [check_head_tag] DEBUG check head tag [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,244 [execute] INFO git cat-file --batch-check [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,245 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=) [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,248 [execute] INFO git cat-file --batch [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,248 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=) [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,288 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,289 [execute] INFO git tag -a v3.0.0-dev.26 -m v3.0.0-dev.26 [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,289 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.26', '-m', 'v3.0.0-dev.26'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=None) [2023-01-20T10:30:16.348Z] 2023-01-20 10:30:16,293 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main [2023-01-20T10:30:16.348Z] 3.0.0-dev.26 [Pipeline] } [2023-01-20T10:30:16.357Z] $ docker exec --env ******** --env ******** c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 ssh-agent -k [2023-01-20T10:30:16.451Z] unset SSH_AUTH_SOCK; [2023-01-20T10:30:16.452Z] unset SSH_AGENT_PID; [2023-01-20T10:30:16.452Z] echo Agent pid 38 killed; [2023-01-20T10:30:16.467Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-20T10:30:16.767Z] + git semver [Pipeline] } [2023-01-20T10:30:17.040Z] $ docker stop --time=1 c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 [2023-01-20T10:30:18.350Z] $ docker rm -f --volumes c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:30:18.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-20T10:30:18.723Z] [2023-01-20T10:30:18.723Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:30:19.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-20T10:30:19.021Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-20T10:30:19.021Z] ab5ef0e58194: Pulling fs layer [2023-01-20T10:30:19.021Z] 9712f1f96733: Pulling fs layer [2023-01-20T10:30:19.021Z] 63f879dbbcfc: Pulling fs layer [2023-01-20T10:30:19.021Z] 0d9ebad4ef96: Pulling fs layer [2023-01-20T10:30:19.021Z] e9a5061849ea: Pulling fs layer [2023-01-20T10:30:19.021Z] d747dcd14b5f: Pulling fs layer [2023-01-20T10:30:19.021Z] 2de7ff778b66: Pulling fs layer [2023-01-20T10:30:19.021Z] e9a5061849ea: Waiting [2023-01-20T10:30:19.021Z] 2de7ff778b66: Waiting [2023-01-20T10:30:19.021Z] d747dcd14b5f: Waiting [2023-01-20T10:30:19.021Z] 0d9ebad4ef96: Waiting [2023-01-20T10:30:19.021Z] 9712f1f96733: Download complete [2023-01-20T10:30:20.052Z] 63f879dbbcfc: Verifying Checksum [2023-01-20T10:30:20.052Z] 63f879dbbcfc: Download complete [2023-01-20T10:30:20.052Z] e9a5061849ea: Verifying Checksum [2023-01-20T10:30:20.052Z] e9a5061849ea: Download complete [2023-01-20T10:30:20.318Z] ab5ef0e58194: Verifying Checksum [2023-01-20T10:30:20.318Z] ab5ef0e58194: Download complete [2023-01-20T10:30:20.318Z] d747dcd14b5f: Verifying Checksum [2023-01-20T10:30:20.318Z] d747dcd14b5f: Download complete [2023-01-20T10:30:20.318Z] 0d9ebad4ef96: Verifying Checksum [2023-01-20T10:30:20.318Z] 0d9ebad4ef96: Download complete [2023-01-20T10:30:20.318Z] 2de7ff778b66: Verifying Checksum [2023-01-20T10:30:20.318Z] 2de7ff778b66: Download complete [2023-01-20T10:30:22.848Z] ab5ef0e58194: Pull complete [2023-01-20T10:30:22.848Z] 9712f1f96733: Pull complete [2023-01-20T10:30:23.105Z] 63f879dbbcfc: Pull complete [2023-01-20T10:30:26.382Z] 0d9ebad4ef96: Pull complete [2023-01-20T10:30:26.639Z] e9a5061849ea: Pull complete [2023-01-20T10:30:26.639Z] d747dcd14b5f: Pull complete [2023-01-20T10:30:27.572Z] 2de7ff778b66: Pull complete [2023-01-20T10:30:27.572Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-20T10:30:27.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-20T10:30:27.572Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:30:27.645Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:30:27.672Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-20T10:30:33.401Z] $ docker top 47478ca76520981f2ed30feb05b5c4db9547aa9e4d0f60b8ace12bd6c8d01119 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-20T10:30:33.465Z] provisioning config files... [2023-01-20T10:30:33.471Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/382@tmp/config14638242852292065784tmp [2023-01-20T10:30:33.480Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/382@tmp/config7002176429197157995tmp [2023-01-20T10:30:33.487Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/382@tmp/config13723966644024818082tmp [Pipeline] { [Pipeline] echo [2023-01-20T10:30:33.499Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:30:33.775Z] ---> sigul-configuration.sh [2023-01-20T10:30:33.775Z] gpg: directory `/root/.gnupg' created [2023-01-20T10:30:33.775Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-20T10:30:33.775Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-20T10:30:33.775Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-20T10:30:33.775Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-20T10:30:33.775Z] gpg: CAST5 encrypted data [2023-01-20T10:30:33.775Z] gpg: encrypted with 1 passphrase [2023-01-20T10:30:33.775Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-20T10:30:34.060Z] + mkdir /home/jenkins [2023-01-20T10:30:34.060Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-20T10:30:34.340Z] + 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-20T10:30:34.348Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:30:34.630Z] ---> sigul-install.sh [2023-01-20T10:30:34.630Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-20T10:30:34.914Z] + git tag --list [2023-01-20T10:30:34.914Z] 0.6.0 [2023-01-20T10:30:34.914Z] 0.6.1 [2023-01-20T10:30:34.914Z] 0.7.0 [2023-01-20T10:30:34.914Z] 0.7.1 [2023-01-20T10:30:34.914Z] v1.0.0 [2023-01-20T10:30:34.914Z] v1.0.1 [2023-01-20T10:30:34.914Z] v1.1.0 [2023-01-20T10:30:34.914Z] v1.2.0 [2023-01-20T10:30:34.914Z] v1.2.1 [2023-01-20T10:30:34.914Z] v1.3.0 [2023-01-20T10:30:34.914Z] v1.3.1 [2023-01-20T10:30:34.914Z] v2.0.0 [2023-01-20T10:30:34.914Z] v2.1.0 [2023-01-20T10:30:34.914Z] v2.1.1 [2023-01-20T10:30:34.914Z] v2.1.1-dev.1 [2023-01-20T10:30:34.914Z] v2.1.1-dev.2 [2023-01-20T10:30:34.914Z] v2.1.1-dev.3 [2023-01-20T10:30:34.914Z] v2.1.1-dev.4 [2023-01-20T10:30:34.914Z] v2.1.1-dev.5 [2023-01-20T10:30:34.914Z] v2.1.1-dev.6 [2023-01-20T10:30:34.914Z] v2.1.1-dev.7 [2023-01-20T10:30:34.914Z] v2.1.1-dev.8 [2023-01-20T10:30:34.914Z] v2.1.2-dev.1 [2023-01-20T10:30:34.914Z] v2.2.0 [2023-01-20T10:30:34.914Z] v2.2.1-dev.1 [2023-01-20T10:30:34.914Z] v2.2.1-dev.10 [2023-01-20T10:30:34.914Z] v2.2.1-dev.11 [2023-01-20T10:30:34.914Z] v2.2.1-dev.12 [2023-01-20T10:30:34.914Z] v2.2.1-dev.13 [2023-01-20T10:30:34.914Z] v2.2.1-dev.14 [2023-01-20T10:30:34.914Z] v2.2.1-dev.15 [2023-01-20T10:30:34.914Z] v2.2.1-dev.16 [2023-01-20T10:30:34.914Z] v2.2.1-dev.17 [2023-01-20T10:30:34.914Z] v2.2.1-dev.18 [2023-01-20T10:30:34.914Z] v2.2.1-dev.19 [2023-01-20T10:30:34.914Z] v2.2.1-dev.2 [2023-01-20T10:30:34.914Z] v2.2.1-dev.20 [2023-01-20T10:30:34.914Z] v2.2.1-dev.21 [2023-01-20T10:30:34.914Z] v2.2.1-dev.22 [2023-01-20T10:30:34.914Z] v2.2.1-dev.23 [2023-01-20T10:30:34.914Z] v2.2.1-dev.24 [2023-01-20T10:30:34.914Z] v2.2.1-dev.25 [2023-01-20T10:30:34.914Z] v2.2.1-dev.26 [2023-01-20T10:30:34.914Z] v2.2.1-dev.27 [2023-01-20T10:30:34.914Z] v2.2.1-dev.28 [2023-01-20T10:30:34.914Z] v2.2.1-dev.29 [2023-01-20T10:30:34.914Z] v2.2.1-dev.3 [2023-01-20T10:30:34.914Z] v2.2.1-dev.4 [2023-01-20T10:30:34.914Z] v2.2.1-dev.5 [2023-01-20T10:30:34.914Z] v2.2.1-dev.6 [2023-01-20T10:30:34.914Z] v2.2.1-dev.7 [2023-01-20T10:30:34.914Z] v2.2.1-dev.8 [2023-01-20T10:30:34.914Z] v2.2.1-dev.9 [2023-01-20T10:30:34.914Z] v2.3.0 [2023-01-20T10:30:34.914Z] v2.3.0-dev.100 [2023-01-20T10:30:34.914Z] v2.3.0-dev.101 [2023-01-20T10:30:34.914Z] v2.3.0-dev.102 [2023-01-20T10:30:34.914Z] v2.3.0-dev.103 [2023-01-20T10:30:34.914Z] v2.3.0-dev.104 [2023-01-20T10:30:34.914Z] v2.3.0-dev.105 [2023-01-20T10:30:34.914Z] v2.3.0-dev.106 [2023-01-20T10:30:34.914Z] v2.3.0-dev.29 [2023-01-20T10:30:34.914Z] v2.3.0-dev.30 [2023-01-20T10:30:34.914Z] v2.3.0-dev.31 [2023-01-20T10:30:34.914Z] v2.3.0-dev.32 [2023-01-20T10:30:34.914Z] v2.3.0-dev.33 [2023-01-20T10:30:34.914Z] v2.3.0-dev.34 [2023-01-20T10:30:34.914Z] v2.3.0-dev.35 [2023-01-20T10:30:34.914Z] v2.3.0-dev.36 [2023-01-20T10:30:34.914Z] v2.3.0-dev.37 [2023-01-20T10:30:34.914Z] v2.3.0-dev.38 [2023-01-20T10:30:34.914Z] v2.3.0-dev.39 [2023-01-20T10:30:34.914Z] v2.3.0-dev.40 [2023-01-20T10:30:34.914Z] v2.3.0-dev.41 [2023-01-20T10:30:34.914Z] v2.3.0-dev.42 [2023-01-20T10:30:34.914Z] v2.3.0-dev.43 [2023-01-20T10:30:34.914Z] v2.3.0-dev.44 [2023-01-20T10:30:34.914Z] v2.3.0-dev.45 [2023-01-20T10:30:34.914Z] v2.3.0-dev.46 [2023-01-20T10:30:34.914Z] v2.3.0-dev.47 [2023-01-20T10:30:34.914Z] v2.3.0-dev.48 [2023-01-20T10:30:34.914Z] v2.3.0-dev.49 [2023-01-20T10:30:34.914Z] v2.3.0-dev.50 [2023-01-20T10:30:34.914Z] v2.3.0-dev.51 [2023-01-20T10:30:34.914Z] v2.3.0-dev.52 [2023-01-20T10:30:34.914Z] v2.3.0-dev.53 [2023-01-20T10:30:34.914Z] v2.3.0-dev.54 [2023-01-20T10:30:34.914Z] v2.3.0-dev.55 [2023-01-20T10:30:34.914Z] v2.3.0-dev.56 [2023-01-20T10:30:34.914Z] v2.3.0-dev.57 [2023-01-20T10:30:34.914Z] v2.3.0-dev.58 [2023-01-20T10:30:34.914Z] v2.3.0-dev.59 [2023-01-20T10:30:34.914Z] v2.3.0-dev.60 [2023-01-20T10:30:34.914Z] v2.3.0-dev.61 [2023-01-20T10:30:34.914Z] v2.3.0-dev.62 [2023-01-20T10:30:34.914Z] v2.3.0-dev.63 [2023-01-20T10:30:34.914Z] v2.3.0-dev.64 [2023-01-20T10:30:34.914Z] v2.3.0-dev.65 [2023-01-20T10:30:34.914Z] v2.3.0-dev.66 [2023-01-20T10:30:34.914Z] v2.3.0-dev.67 [2023-01-20T10:30:34.914Z] v2.3.0-dev.68 [2023-01-20T10:30:34.914Z] v2.3.0-dev.69 [2023-01-20T10:30:34.914Z] v2.3.0-dev.70 [2023-01-20T10:30:34.914Z] v2.3.0-dev.71 [2023-01-20T10:30:34.914Z] v2.3.0-dev.72 [2023-01-20T10:30:34.914Z] v2.3.0-dev.73 [2023-01-20T10:30:34.914Z] v2.3.0-dev.74 [2023-01-20T10:30:34.914Z] v2.3.0-dev.75 [2023-01-20T10:30:34.914Z] v2.3.0-dev.76 [2023-01-20T10:30:34.914Z] v2.3.0-dev.77 [2023-01-20T10:30:34.914Z] v2.3.0-dev.78 [2023-01-20T10:30:34.914Z] v2.3.0-dev.79 [2023-01-20T10:30:34.914Z] v2.3.0-dev.80 [2023-01-20T10:30:34.914Z] v2.3.0-dev.81 [2023-01-20T10:30:34.914Z] v2.3.0-dev.82 [2023-01-20T10:30:34.914Z] v2.3.0-dev.83 [2023-01-20T10:30:34.914Z] v2.3.0-dev.84 [2023-01-20T10:30:34.914Z] v2.3.0-dev.85 [2023-01-20T10:30:34.914Z] v2.3.0-dev.86 [2023-01-20T10:30:34.914Z] v2.3.0-dev.87 [2023-01-20T10:30:34.914Z] v2.3.0-dev.88 [2023-01-20T10:30:34.914Z] v2.3.0-dev.89 [2023-01-20T10:30:34.914Z] v2.3.0-dev.90 [2023-01-20T10:30:34.914Z] v2.3.0-dev.91 [2023-01-20T10:30:34.914Z] v2.3.0-dev.92 [2023-01-20T10:30:34.914Z] v2.3.0-dev.93 [2023-01-20T10:30:34.914Z] v2.3.0-dev.94 [2023-01-20T10:30:34.914Z] v2.3.0-dev.95 [2023-01-20T10:30:34.914Z] v2.3.0-dev.96 [2023-01-20T10:30:34.914Z] v2.3.0-dev.97 [2023-01-20T10:30:34.914Z] v2.3.0-dev.98 [2023-01-20T10:30:34.914Z] v2.3.0-dev.99 [2023-01-20T10:30:34.914Z] v2.3.1-dev.1 [2023-01-20T10:30:34.914Z] v2.3.1-dev.2 [2023-01-20T10:30:34.914Z] v2.3.1-dev.3 [2023-01-20T10:30:34.914Z] v2.3.1-dev.4 [2023-01-20T10:30:34.914Z] v2.3.1-dev.5 [2023-01-20T10:30:34.914Z] v3.0.0-dev.1 [2023-01-20T10:30:34.914Z] v3.0.0-dev.10 [2023-01-20T10:30:34.914Z] v3.0.0-dev.11 [2023-01-20T10:30:34.914Z] v3.0.0-dev.12 [2023-01-20T10:30:34.914Z] v3.0.0-dev.13 [2023-01-20T10:30:34.914Z] v3.0.0-dev.14 [2023-01-20T10:30:34.914Z] v3.0.0-dev.15 [2023-01-20T10:30:34.914Z] v3.0.0-dev.16 [2023-01-20T10:30:34.914Z] v3.0.0-dev.17 [2023-01-20T10:30:34.914Z] v3.0.0-dev.18 [2023-01-20T10:30:34.914Z] v3.0.0-dev.19 [2023-01-20T10:30:34.914Z] v3.0.0-dev.2 [2023-01-20T10:30:34.914Z] v3.0.0-dev.20 [2023-01-20T10:30:34.914Z] v3.0.0-dev.21 [2023-01-20T10:30:34.914Z] v3.0.0-dev.22 [2023-01-20T10:30:34.914Z] v3.0.0-dev.23 [2023-01-20T10:30:34.914Z] v3.0.0-dev.24 [2023-01-20T10:30:34.914Z] v3.0.0-dev.25 [2023-01-20T10:30:34.914Z] v3.0.0-dev.26 [2023-01-20T10:30:34.914Z] v3.0.0-dev.3 [2023-01-20T10:30:34.914Z] v3.0.0-dev.4 [2023-01-20T10:30:34.914Z] v3.0.0-dev.5 [2023-01-20T10:30:34.914Z] v3.0.0-dev.6 [2023-01-20T10:30:34.914Z] v3.0.0-dev.7 [2023-01-20T10:30:34.914Z] v3.0.0-dev.8 [2023-01-20T10:30:34.914Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-20T10:30:35.197Z] + lftools sign git-tag v3.0.0-dev.26 [2023-01-20T10:30:35.764Z] Signing Git tag with Sigul... [2023-01-20T10:30:35.764Z] Signing v3.0.0-dev.26 [Pipeline] echo [2023-01-20T10:30:36.031Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:30:36.316Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-20T10:30:36.324Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-20T10:30:36.343Z] $ docker stop --time=1 47478ca76520981f2ed30feb05b5c4db9547aa9e4d0f60b8ace12bd6c8d01119 [2023-01-20T10:30:37.623Z] $ docker rm -f --volumes 47478ca76520981f2ed30feb05b5c4db9547aa9e4d0f60b8ace12bd6c8d01119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-20T10:30:38.012Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-20T10:30:38.012Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:30:38.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-20T10:30:38.304Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:30:38.369Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:30:38.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-20T10:30:38.732Z] $ docker top cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e -eo pid,comm [2023-01-20T10:30:38.772Z] 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-20T10:30:38.772Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-20T10:30:38.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-20T10:30:38.803Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-20T10:30:38.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-20T10:30:38.902Z] $ docker exec cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e ssh-agent [2023-01-20T10:30:39.010Z] SSH_AUTH_SOCK=/tmp/ssh-EGqf4kOOv0du/agent.32 [2023-01-20T10:30:39.010Z] SSH_AGENT_PID=38 [2023-01-20T10:30:39.016Z] Running ssh-add (command line suppressed) [2023-01-20T10:30:39.116Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_11657079442788509801.key (/w/workspace/edgex-go/382@tmp/private_key_11657079442788509801.key) [2023-01-20T10:30:39.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-20T10:30:39.418Z] + git semver bump pre [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,603 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,603 [bump_version] DEBUG bumping version:3.0.0-dev.26 on axis:pre with prefix:dev [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,603 [bump_version] DEBUG bumped version:3.0.0-dev.27 [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,604 [write_version] DEBUG write version:3.0.0-dev.27 to path:/w/workspace/edgex-go/382/.semver/main with force:True [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,604 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,604 [write_file] DEBUG write to file:/w/workspace/edgex-go/382/.semver/main [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,606 [execute] INFO git cat-file --batch-check [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,606 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=) [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,611 [execute] INFO git cat-file --batch [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,612 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=) [2023-01-20T10:30:39.677Z] 2023-01-20 10:30:39,616 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main [2023-01-20T10:30:39.677Z] 3.0.0-dev.27 [Pipeline] } [2023-01-20T10:30:39.686Z] $ docker exec --env ******** --env ******** cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e ssh-agent -k [2023-01-20T10:30:39.778Z] unset SSH_AUTH_SOCK; [2023-01-20T10:30:39.778Z] unset SSH_AGENT_PID; [2023-01-20T10:30:39.778Z] echo Agent pid 38 killed; [2023-01-20T10:30:39.789Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-20T10:30:40.100Z] + git semver [Pipeline] } [2023-01-20T10:30:40.371Z] $ docker stop --time=1 cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e [2023-01-20T10:30:41.651Z] $ docker rm -f --volumes cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-20T10:30:41.993Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-20T10:30:41.993Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:30:42.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-20T10:30:42.299Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:30:42.370Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:30:42.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-20T10:30:42.720Z] $ docker top 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d -eo pid,comm [2023-01-20T10:30:42.764Z] 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-20T10:30:42.764Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-20T10:30:42.799Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-20T10:30:42.799Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-20T10:30:42.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-20T10:30:42.903Z] $ docker exec 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d ssh-agent [2023-01-20T10:30:43.007Z] SSH_AUTH_SOCK=/tmp/ssh-8Dz1SuzRsG5O/agent.32 [2023-01-20T10:30:43.007Z] SSH_AGENT_PID=38 [2023-01-20T10:30:43.011Z] Running ssh-add (command line suppressed) [2023-01-20T10:30:43.115Z] Identity added: /w/workspace/edgex-go/382@tmp/private_key_2721986150579592896.key (/w/workspace/edgex-go/382@tmp/private_key_2721986150579592896.key) [2023-01-20T10:30:43.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-20T10:30:43.423Z] + git semver push [2023-01-20T10:30:43.684Z] 2023-01-20 10:30:43,593 [run_push] DEBUG push [2023-01-20T10:30:43.684Z] 2023-01-20 10:30:43,593 [execute] INFO git cat-file --batch-check [2023-01-20T10:30:43.684Z] 2023-01-20 10:30:43,593 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=) [2023-01-20T10:30:43.684Z] 2023-01-20 10:30:43,597 [execute] INFO git rev-list 91282e0a0fcb4a92f1c6ff9bdb586162db8fa530 -- [2023-01-20T10:30:43.684Z] 2023-01-20 10:30:43,597 [execute] DEBUG Popen(['git', 'rev-list', '91282e0a0fcb4a92f1c6ff9bdb586162db8fa530', '--'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-20T10:30:43.684Z] 2023-01-20 10:30:43,615 [execute] INFO git fetch -v origin [2023-01-20T10:30:43.684Z] 2023-01-20 10:30:43,616 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-20T10:30:44.279Z] 2023-01-20 10:30:44,112 [run_push] DEBUG no remote changes detected [2023-01-20T10:30:44.279Z] 2023-01-20 10:30:44,112 [execute] INFO git push origin semver [2023-01-20T10:30:44.279Z] 2023-01-20 10:30:44,113 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-20T10:30:45.239Z] 2023-01-20 10:30:45,002 [run_push] DEBUG push all version tags [2023-01-20T10:30:45.239Z] 2023-01-20 10:30:45,002 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-20T10:30:45.239Z] 2023-01-20 10:30:45,003 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=None) [2023-01-20T10:30:46.191Z] 2023-01-20 10:30:45,882 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main [2023-01-20T10:30:46.191Z] 3.0.0-dev.27 [Pipeline] } [2023-01-20T10:30:46.200Z] $ docker exec --env ******** --env ******** 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d ssh-agent -k [2023-01-20T10:30:46.303Z] unset SSH_AUTH_SOCK; [2023-01-20T10:30:46.303Z] unset SSH_AGENT_PID; [2023-01-20T10:30:46.303Z] echo Agent pid 38 killed; [2023-01-20T10:30:46.312Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-20T10:30:46.605Z] + git semver [Pipeline] } [2023-01-20T10:30:46.903Z] $ docker stop --time=1 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d [2023-01-20T10:30:48.222Z] $ docker rm -f --volumes 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d [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-20T10:30:48.732Z] + [ -d /w/workspace/edgex-go/382/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:30:49.024Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:30:49.880Z] ---> package-listing.sh [2023-01-20T10:30:49.881Z] ++ facter osfamily [2023-01-20T10:30:49.881Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-20T10:30:50.139Z] + OS_FAMILY=debian [2023-01-20T10:30:50.139Z] + workspace=/w/workspace/edgex-go/382 [2023-01-20T10:30:50.139Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-20T10:30:50.139Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-20T10:30:50.139Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-20T10:30:50.139Z] + PACKAGES=/tmp/packages_start.txt [2023-01-20T10:30:50.139Z] + '[' /w/workspace/edgex-go/382 ']' [2023-01-20T10:30:50.139Z] + PACKAGES=/tmp/packages_end.txt [2023-01-20T10:30:50.139Z] + case "${OS_FAMILY}" in [2023-01-20T10:30:50.139Z] + dpkg -l [2023-01-20T10:30:50.139Z] + grep '^ii' [2023-01-20T10:30:50.139Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-20T10:30:50.139Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-20T10:30:50.139Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-20T10:30:50.139Z] + '[' /w/workspace/edgex-go/382 ']' [2023-01-20T10:30:50.139Z] + mkdir -p /w/workspace/edgex-go/382/archives/ [2023-01-20T10:30:50.139Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/382/archives/ [Pipeline] echo [2023-01-20T10:30:50.151Z] 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/382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-20T10:30:50.428Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:30:50.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-20T10:30:50.982Z] [2023-01-20T10:30:50.982Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-20T10:30:51.280Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-20T10:30:51.280Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-20T10:30:51.280Z] 5eb5b503b376: Pulling fs layer [2023-01-20T10:30:51.280Z] 5c69ac0246d0: Pulling fs layer [2023-01-20T10:30:51.280Z] ec43610c2a17: Pulling fs layer [2023-01-20T10:30:51.280Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-20T10:30:51.280Z] 33b1e0a273af: Pulling fs layer [2023-01-20T10:30:51.280Z] 5d3b04190fa2: Pulling fs layer [2023-01-20T10:30:51.280Z] 2f39f015ded8: Pulling fs layer [2023-01-20T10:30:51.280Z] 3a2ae6a8a46f: Waiting [2023-01-20T10:30:51.280Z] 5d3b04190fa2: Waiting [2023-01-20T10:30:51.280Z] 33b1e0a273af: Waiting [2023-01-20T10:30:51.280Z] 2f39f015ded8: Waiting [2023-01-20T10:30:51.280Z] 5c69ac0246d0: Verifying Checksum [2023-01-20T10:30:51.280Z] 5c69ac0246d0: Download complete [2023-01-20T10:30:51.280Z] 3a2ae6a8a46f: Download complete [2023-01-20T10:30:51.544Z] 33b1e0a273af: Verifying Checksum [2023-01-20T10:30:51.544Z] 33b1e0a273af: Download complete [2023-01-20T10:30:51.544Z] 5d3b04190fa2: Verifying Checksum [2023-01-20T10:30:51.544Z] 5d3b04190fa2: Download complete [2023-01-20T10:30:51.544Z] ec43610c2a17: Verifying Checksum [2023-01-20T10:30:51.544Z] ec43610c2a17: Download complete [2023-01-20T10:30:51.806Z] 5eb5b503b376: Verifying Checksum [2023-01-20T10:30:51.806Z] 5eb5b503b376: Download complete [2023-01-20T10:30:52.372Z] 2f39f015ded8: Download complete [2023-01-20T10:30:52.937Z] 5eb5b503b376: Pull complete [2023-01-20T10:30:52.937Z] 5c69ac0246d0: Pull complete [2023-01-20T10:30:53.196Z] ec43610c2a17: Pull complete [2023-01-20T10:30:53.454Z] 3a2ae6a8a46f: Pull complete [2023-01-20T10:30:53.454Z] 33b1e0a273af: Pull complete [2023-01-20T10:30:53.712Z] 5d3b04190fa2: Pull complete [2023-01-20T10:30:57.924Z] 2f39f015ded8: Pull complete [2023-01-20T10:30:57.924Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-20T10:30:57.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-20T10:30:57.924Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-20T10:30:58.048Z] prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container [2023-01-20T10:30:58.127Z] $ 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/382/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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-20T10:31:02.636Z] $ docker top 8ba33b2187c545f7d87d123ef82802003178433462c51f26f165ef3c6202ba6e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-20T10:31:03.024Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-20T10:31:03.359Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-20T10:31:03.705Z] + ls /var/log/sa-host [2023-01-20T10:31:03.705Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-20T10:31:03.867Z] provisioning config files... [2023-01-20T10:31:03.887Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/382@tmp/config7515663349727833161tmp [Pipeline] { [Pipeline] echo [2023-01-20T10:31:03.913Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:31:04.205Z] ---> create-netrc.sh [Pipeline] } [2023-01-20T10:31:04.221Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:31:04.584Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-20T10:31:04.592Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:31:04.897Z] ---> sudo-logs.sh [2023-01-20T10:31:04.897Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-20T10:31:04.943Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:31:05.263Z] ---> job-cost.sh [2023-01-20T10:31:05.263Z] lf-activate-venv: SKIPPING [2023-01-20T10:31:05.263Z] DEBUG: total: 0.10999999940395355 [2023-01-20T10:31:05.263Z] INFO: Retrieving Stack Cost... [2023-01-20T10:31:05.522Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-20T10:31:06.112Z] INFO: Archiving Costs [Pipeline] echo [2023-01-20T10:31:06.133Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-20T10:31:06.443Z] ---> logs-deploy.sh [2023-01-20T10:31:06.443Z] lf-activate-venv: SKIPPING [2023-01-20T10:31:06.443Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/382 [2023-01-20T10:31:06.443Z] INFO: archiving workspace using pattern(s): [2023-01-20T10:31:07.379Z] Archives upload complete. [2023-01-20T10:31:07.379Z] INFO: archiving logs to Nexus