Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 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-ssh1636604307907630025.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-ssh12873167105667976900.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-ssh6590671281744033870.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-ssh7532861541075364847.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-ssh15957147615078174146.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2963’ Running on prd-ubuntu20.04-docker-8c-8g-2965 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/378 [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/378 # 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 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3 (#4289)" > 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 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 # timeout=10 > git rev-list --no-walk 88ad77027d783d3ac8e9165f21296ab9ea2526ae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-18T16:42:23.406Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-18T16:42:23.460Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-18T16:42:23.477Z] ========================================================= [2023-01-18T16:42:23.477Z] EdgeX Global Pipelines Version Info [2023-01-18T16:42:23.477Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:42:24.181Z] ------------------- [2023-01-18T16:42:24.181Z] stable info: [2023-01-18T16:42:24.181Z] ------------------- [2023-01-18T16:42:24.181Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-18T16:42:24.181Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-18T16:42:24.181Z] Message: update stable to v1.0.244 [2023-01-18T16:42:24.750Z] ------------------- [2023-01-18T16:42:24.750Z] experimental info: [2023-01-18T16:42:24.750Z] ------------------- [2023-01-18T16:42:24.750Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-18T16:42:24.750Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-18T16:42:24.750Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-18T16:42:24.921Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-18T16:42:24.931Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-18T16:42:24.942Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-18T16:42:24.953Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-18T16:42:24.964Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-18T16:42:24.976Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-18T16:42:24.987Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-18T16:42:25.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-18T16:42:25.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-18T16:42:25.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-18T16:42:25.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-18T16:42:25.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-18T16:42:25.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-18T16:42:25.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-18T16:42:25.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-18T16:42:25.094Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-18T16:42:25.104Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-18T16:42:25.114Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-18T16:42:25.126Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-18T16:42:25.137Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-18T16:42:25.147Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-18T16:42:25.157Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-18T16:42:25.169Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-18T16:42:25.186Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-18T16:42:25.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-18T16:42:25.214Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-18T16:42:25.224Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] echo [2023-01-18T16:42:25.235Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7268a7d [Pipeline] echo [2023-01-18T16:42:25.246Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T16:42:25.286Z] provisioning config files... [2023-01-18T16:42:25.300Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/378@tmp/config16564369485888372019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:42:25.596Z] ---> docker-login.sh [2023-01-18T16:42:25.596Z] nexus3.edgexfoundry.org:10001 [2023-01-18T16:42:25.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:42:25.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:42:25.855Z] Configure a credential helper to remove this warning. See [2023-01-18T16:42:25.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:42:25.855Z] [2023-01-18T16:42:25.855Z] Login Succeeded [2023-01-18T16:42:25.855Z] nexus3.edgexfoundry.org:10002 [2023-01-18T16:42:25.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:42:26.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:42:26.116Z] Configure a credential helper to remove this warning. See [2023-01-18T16:42:26.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:42:26.116Z] [2023-01-18T16:42:26.116Z] Login Succeeded [2023-01-18T16:42:26.116Z] nexus3.edgexfoundry.org:10003 [2023-01-18T16:42:26.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:42:26.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:42:26.116Z] Configure a credential helper to remove this warning. See [2023-01-18T16:42:26.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:42:26.116Z] [2023-01-18T16:42:26.116Z] Login Succeeded [2023-01-18T16:42:26.116Z] nexus3.edgexfoundry.org:10004 [2023-01-18T16:42:26.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:42:26.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:42:26.116Z] Configure a credential helper to remove this warning. See [2023-01-18T16:42:26.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:42:26.116Z] [2023-01-18T16:42:26.116Z] Login Succeeded [2023-01-18T16:42:26.116Z] docker.io [2023-01-18T16:42:26.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:42:26.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:42:26.376Z] Configure a credential helper to remove this warning. See [2023-01-18T16:42:26.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:42:26.376Z] [2023-01-18T16:42:26.376Z] Login Succeeded [2023-01-18T16:42:26.376Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T16:42:26.384Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T16:42:26.696Z] + ls cmd/core-command/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-18T16:42:26.696Z] + dirname cmd/core-command/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-18T16:42:26.696Z] + dirname cmd/core-data/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-18T16:42:26.696Z] + + cut -d/ -f2 [2023-01-18T16:42:26.696Z] dirname cmd/core-metadata/Dockerfile [2023-01-18T16:42:26.696Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-18T16:42:26.696Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-18T16:42:26.696Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-18T16:42:26.696Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-18T16:42:26.696Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-18T16:42:26.696Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-18T16:42:26.696Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-18T16:42:26.696Z] + + dirname cmd/security-spire-server/Dockerfile [2023-01-18T16:42:26.696Z] cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-18T16:42:26.696Z] + + dirname cmd/support-notifications/Dockerfile [2023-01-18T16:42:26.696Z] cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-18T16:42:26.696Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-18T16:42:26.696Z] + cut -d/ -f2 [2023-01-18T16:42:26.696Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-18T16:42:26.751Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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-18T16:42:27.094Z] + git rev-list -1 --merges 7268a7d9db9aa59f9db7bbdf01756f853ebe3457~1..7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] echo [2023-01-18T16:42:27.110Z] -----------> git rev-list -1 --merges 7268a7d9db9aa59f9db7bbdf01756f853ebe3457~1..7268a7d9db9aa59f9db7bbdf01756f853ebe3457 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [false] [Pipeline] sh [2023-01-18T16:42:27.393Z] + git log --format=format:%s -1 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] echo [2023-01-18T16:42:27.410Z] ========================================================= [2023-01-18T16:42:27.410Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-18T16:42:27.410Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-18T16:42:27.761Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T16:42:27.761Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-18T16:42:27.761Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-18T16:42:27.761Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-18T16:42:27.761Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-18T16:42:27.761Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-18T16:42:27.761Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:42:28.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:42:28.105Z] [2023-01-18T16:42:28.105Z] 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-18T16:42:28.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:42:28.405Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-18T16:42:28.405Z] b85a868b505f: Pulling fs layer [2023-01-18T16:42:28.405Z] e2be974225ed: Pulling fs layer [2023-01-18T16:42:28.405Z] 339a4e72a1f5: Pulling fs layer [2023-01-18T16:42:28.405Z] 988bab9f4d93: Pulling fs layer [2023-01-18T16:42:28.405Z] 1469e6f7b9e6: Pulling fs layer [2023-01-18T16:42:28.405Z] eaf3925da568: Pulling fs layer [2023-01-18T16:42:28.405Z] bab4dde63d76: Pulling fs layer [2023-01-18T16:42:28.405Z] bde34c3a00c8: Pulling fs layer [2023-01-18T16:42:28.405Z] b352a97aabf1: Pulling fs layer [2023-01-18T16:42:28.405Z] 4872d77fe225: Pulling fs layer [2023-01-18T16:42:28.405Z] 5851b861e8e6: Pulling fs layer [2023-01-18T16:42:28.405Z] 4872d77fe225: Waiting [2023-01-18T16:42:28.405Z] bab4dde63d76: Waiting [2023-01-18T16:42:28.405Z] bde34c3a00c8: Waiting [2023-01-18T16:42:28.406Z] 5851b861e8e6: Waiting [2023-01-18T16:42:28.406Z] eaf3925da568: Waiting [2023-01-18T16:42:28.406Z] b352a97aabf1: Waiting [2023-01-18T16:42:28.406Z] 988bab9f4d93: Waiting [2023-01-18T16:42:28.406Z] 1469e6f7b9e6: Waiting [2023-01-18T16:42:28.406Z] e2be974225ed: Verifying Checksum [2023-01-18T16:42:28.406Z] e2be974225ed: Download complete [2023-01-18T16:42:28.406Z] 988bab9f4d93: Verifying Checksum [2023-01-18T16:42:28.406Z] 988bab9f4d93: Download complete [2023-01-18T16:42:28.671Z] 1469e6f7b9e6: Verifying Checksum [2023-01-18T16:42:28.671Z] 1469e6f7b9e6: Download complete [2023-01-18T16:42:28.671Z] eaf3925da568: Verifying Checksum [2023-01-18T16:42:28.671Z] eaf3925da568: Download complete [2023-01-18T16:42:28.671Z] 339a4e72a1f5: Verifying Checksum [2023-01-18T16:42:28.671Z] 339a4e72a1f5: Download complete [2023-01-18T16:42:28.671Z] bde34c3a00c8: Download complete [2023-01-18T16:42:28.929Z] b352a97aabf1: Download complete [2023-01-18T16:42:28.929Z] 4872d77fe225: Verifying Checksum [2023-01-18T16:42:28.929Z] 4872d77fe225: Download complete [2023-01-18T16:42:28.929Z] b85a868b505f: Verifying Checksum [2023-01-18T16:42:28.929Z] b85a868b505f: Download complete [2023-01-18T16:42:28.929Z] 5851b861e8e6: Verifying Checksum [2023-01-18T16:42:28.929Z] 5851b861e8e6: Download complete [2023-01-18T16:42:29.187Z] bab4dde63d76: Verifying Checksum [2023-01-18T16:42:29.187Z] bab4dde63d76: Download complete [2023-01-18T16:42:30.125Z] b85a868b505f: Pull complete [2023-01-18T16:42:30.125Z] e2be974225ed: Pull complete [2023-01-18T16:42:30.693Z] 339a4e72a1f5: Pull complete [2023-01-18T16:42:30.693Z] 988bab9f4d93: Pull complete [2023-01-18T16:42:30.960Z] 1469e6f7b9e6: Pull complete [2023-01-18T16:42:31.220Z] eaf3925da568: Pull complete [2023-01-18T16:42:33.122Z] bab4dde63d76: Pull complete [2023-01-18T16:42:33.122Z] bde34c3a00c8: Pull complete [2023-01-18T16:42:33.122Z] b352a97aabf1: Pull complete [2023-01-18T16:42:33.122Z] 4872d77fe225: Pull complete [2023-01-18T16:42:33.122Z] 5851b861e8e6: Pull complete [2023-01-18T16:42:33.122Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-18T16:42:33.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T16:42:33.383Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:42:33.476Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T16:42:33.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T16:42:37.527Z] $ docker top ad83236d8181f9af2ec9cac51a76aeed84ebbaea3692de4b5e7f89bafe308951 -eo pid,comm [2023-01-18T16:42:37.589Z] 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-18T16:42:37.589Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T16:42:37.628Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T16:42:37.628Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T16:42:37.739Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T16:42:37.742Z] $ docker exec ad83236d8181f9af2ec9cac51a76aeed84ebbaea3692de4b5e7f89bafe308951 ssh-agent [2023-01-18T16:42:37.869Z] SSH_AUTH_SOCK=/tmp/ssh-s71VtUuZvTUZ/agent.33 [2023-01-18T16:42:37.869Z] SSH_AGENT_PID=39 [2023-01-18T16:42:37.880Z] Running ssh-add (command line suppressed) [2023-01-18T16:42:37.987Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_6370558277670256679.key (/w/workspace/edgex-go/378@tmp/private_key_6370558277670256679.key) [2023-01-18T16:42:38.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T16:42:38.361Z] + git tag --points-at HEAD [Pipeline] } [2023-01-18T16:42:38.374Z] $ docker exec --env ******** --env ******** ad83236d8181f9af2ec9cac51a76aeed84ebbaea3692de4b5e7f89bafe308951 ssh-agent -k [2023-01-18T16:42:38.471Z] unset SSH_AUTH_SOCK; [2023-01-18T16:42:38.472Z] unset SSH_AGENT_PID; [2023-01-18T16:42:38.473Z] echo Agent pid 39 killed; [2023-01-18T16:42:38.482Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-18T16:42:38.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T16:42:38.509Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T16:42:38.657Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T16:42:38.660Z] $ docker exec ad83236d8181f9af2ec9cac51a76aeed84ebbaea3692de4b5e7f89bafe308951 ssh-agent [2023-01-18T16:42:38.807Z] SSH_AUTH_SOCK=/tmp/ssh-d9vBinQioGfc/agent.71 [2023-01-18T16:42:38.807Z] SSH_AGENT_PID=77 [2023-01-18T16:42:38.812Z] Running ssh-add (command line suppressed) [2023-01-18T16:42:38.908Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_8743460264834932358.key (/w/workspace/edgex-go/378@tmp/private_key_8743460264834932358.key) [2023-01-18T16:42:38.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T16:42:39.208Z] + git semver init [2023-01-18T16:42:39.466Z] 2023-01-18 16:42:39,387 [run_init] DEBUG init version:0.0.0 force:False [2023-01-18T16:42:39.466Z] 2023-01-18 16:42:39,388 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/378/.semver [2023-01-18T16:42:39.466Z] 2023-01-18 16:42:39,388 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/378/.semver [2023-01-18T16:42:39.466Z] 2023-01-18 16:42:39,389 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/378/.semver'], cwd=/w/workspace/edgex-go/378, universal_newlines=False, shell=None, istream=None) [2023-01-18T16:42:46.053Z] 2023-01-18 16:42:45,251 [append_file] DEBUG append to file:/w/workspace/edgex-go/378/.git/info/exclude [2023-01-18T16:42:46.053Z] 2023-01-18 16:42:45,252 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/378/.semver/main with force:False [2023-01-18T16:42:46.053Z] 2023-01-18 16:42:45,252 [read_version] DEBUG read version from /w/workspace/edgex-go/378/.semver/main [2023-01-18T16:42:46.053Z] 2023-01-18 16:42:45,252 [read_version] DEBUG read version from /w/workspace/edgex-go/378/.semver/main [2023-01-18T16:42:46.053Z] 3.0.0-dev.22 [Pipeline] } [2023-01-18T16:42:46.063Z] $ docker exec --env ******** --env ******** ad83236d8181f9af2ec9cac51a76aeed84ebbaea3692de4b5e7f89bafe308951 ssh-agent -k [2023-01-18T16:42:46.185Z] unset SSH_AUTH_SOCK; [2023-01-18T16:42:46.186Z] unset SSH_AGENT_PID; [2023-01-18T16:42:46.186Z] echo Agent pid 77 killed; [2023-01-18T16:42:46.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T16:42:46.491Z] + git semver [Pipeline] } [2023-01-18T16:42:47.084Z] $ docker stop --time=1 ad83236d8181f9af2ec9cac51a76aeed84ebbaea3692de4b5e7f89bafe308951 [2023-01-18T16:42:48.930Z] $ docker rm -f --volumes ad83236d8181f9af2ec9cac51a76aeed84ebbaea3692de4b5e7f89bafe308951 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T16:42:49.366Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-18T16:42:49.623Z] Stashed 1 file(s) [Pipeline] echo [2023-01-18T16:42:49.627Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.22 [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-18T16:42:50.038Z] + git config --global --add safe.directory /w/workspace/edgex-go/378 [Pipeline] echo [2023-01-18T16:42:50.049Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:42:50.058Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:42:50.065Z] ========================================================= [2023-01-18T16:42:50.065Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-18T16:42:50.065Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-18T16:42:50.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T16:42:50.609Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-18T16:42:50.609Z] 213ec9aee27d: Pulling fs layer [2023-01-18T16:42:50.609Z] 4583459ba037: Pulling fs layer [2023-01-18T16:42:50.609Z] 93c1e223e6f2: Pulling fs layer [2023-01-18T16:42:50.609Z] 53926ce57604: Pulling fs layer [2023-01-18T16:42:50.609Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-18T16:42:50.609Z] 22ff95d597cd: Pulling fs layer [2023-01-18T16:42:50.609Z] 12d6caf4c0d1: Pulling fs layer [2023-01-18T16:42:50.609Z] 96b7cbca73a9: Pulling fs layer [2023-01-18T16:42:50.609Z] a7acece74701: Pulling fs layer [2023-01-18T16:42:50.609Z] 12d6caf4c0d1: Waiting [2023-01-18T16:42:50.609Z] 53926ce57604: Waiting [2023-01-18T16:42:50.609Z] 96b7cbca73a9: Waiting [2023-01-18T16:42:50.609Z] 21b2b0c7a3f4: Waiting [2023-01-18T16:42:50.609Z] 22ff95d597cd: Waiting [2023-01-18T16:42:50.609Z] a7acece74701: Waiting [2023-01-18T16:42:50.609Z] 93c1e223e6f2: Download complete [2023-01-18T16:42:50.609Z] 4583459ba037: Verifying Checksum [2023-01-18T16:42:50.609Z] 4583459ba037: Download complete [2023-01-18T16:42:50.609Z] 21b2b0c7a3f4: Download complete [2023-01-18T16:42:50.891Z] 22ff95d597cd: Verifying Checksum [2023-01-18T16:42:50.891Z] 22ff95d597cd: Download complete [2023-01-18T16:42:50.891Z] 213ec9aee27d: Verifying Checksum [2023-01-18T16:42:50.891Z] 213ec9aee27d: Download complete [2023-01-18T16:42:50.891Z] 12d6caf4c0d1: Verifying Checksum [2023-01-18T16:42:50.891Z] 12d6caf4c0d1: Download complete [2023-01-18T16:42:51.492Z] 213ec9aee27d: Pull complete [2023-01-18T16:42:51.492Z] 4583459ba037: Pull complete [2023-01-18T16:42:51.492Z] 93c1e223e6f2: Pull complete [2023-01-18T16:42:52.116Z] a7acece74701: Verifying Checksum [2023-01-18T16:42:52.116Z] a7acece74701: Download complete [2023-01-18T16:42:52.116Z] 53926ce57604: Verifying Checksum [2023-01-18T16:42:52.116Z] 53926ce57604: Download complete [2023-01-18T16:42:52.379Z] 96b7cbca73a9: Verifying Checksum [2023-01-18T16:42:52.379Z] 96b7cbca73a9: Download complete [2023-01-18T16:42:56.565Z] 53926ce57604: Pull complete [2023-01-18T16:42:56.565Z] 21b2b0c7a3f4: Pull complete [2023-01-18T16:42:56.565Z] 22ff95d597cd: Pull complete [2023-01-18T16:42:56.565Z] 12d6caf4c0d1: Pull complete [2023-01-18T16:42:58.466Z] 96b7cbca73a9: Pull complete [2023-01-18T16:42:59.034Z] a7acece74701: Pull complete [2023-01-18T16:42:59.034Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-18T16:42:59.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T16:42:59.034Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-18T16:42:59.328Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T16:42:59.328Z] WORKDIR /edgex [2023-01-18T16:42:59.328Z] COPY go.mod . [2023-01-18T16:42:59.328Z] RUN go mod download [2023-01-18T16:42:59.328Z] docker build -t ci-base-image-x86_64 -f - . [2023-01-18T16:42:59.954Z] Sending build context to Docker daemon 170.1MB [2023-01-18T16:42:59.954Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T16:42:59.954Z] ---> db6d94c90886 [2023-01-18T16:42:59.954Z] Step 2/4 : WORKDIR /edgex [2023-01-18T16:43:04.711Z] Still waiting to schedule task [2023-01-18T16:43:04.712Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-2964’ is offline [2023-01-18T16:43:09.936Z] ---> Running in c3b399cc8803 [2023-01-18T16:43:09.936Z] Removing intermediate container c3b399cc8803 [2023-01-18T16:43:09.936Z] ---> 2407c0d9ee7f [2023-01-18T16:43:09.936Z] Step 3/4 : COPY go.mod . [2023-01-18T16:43:09.936Z] ---> fbcafdc3a066 [2023-01-18T16:43:09.936Z] Step 4/4 : RUN go mod download [2023-01-18T16:43:09.936Z] ---> Running in bd75f5feff36 [2023-01-18T16:43:28.087Z] Removing intermediate container bd75f5feff36 [2023-01-18T16:43:28.087Z] ---> 3d962f28c9b9 [2023-01-18T16:43:28.087Z] Successfully built 3d962f28c9b9 [2023-01-18T16:43:28.087Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:43:28.388Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-18T16:43:28.389Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:43:28.474Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T16:43:28.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T16:43:29.397Z] $ docker top 70f6fb2d14951d622f62a79642953dd3629105e66d10a6e855fc170bfb89f2de -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:43:29.762Z] + go version [2023-01-18T16:43:29.762Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-18T16:43:29.772Z] $ docker stop --time=1 70f6fb2d14951d622f62a79642953dd3629105e66d10a6e855fc170bfb89f2de [2023-01-18T16:43:31.092Z] $ docker rm -f --volumes 70f6fb2d14951d622f62a79642953dd3629105e66d10a6e855fc170bfb89f2de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:43:31.499Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-18T16:43:31.499Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:43:31.578Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T16:43:31.617Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T16:43:31.968Z] $ docker top caa51afede335773bd39960ce2004b3ef0642c323bca9d0f0f49ee2a60a584ab -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-18T16:43:32.039Z] ========================================================= [2023-01-18T16:43:32.039Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-18T16:43:32.039Z] ========================================================= [Pipeline] sh [2023-01-18T16:43:32.321Z] + git config --global --add safe.directory /w/workspace/edgex-go/378 [Pipeline] fileExists [Pipeline] sh [2023-01-18T16:43:32.625Z] + make test [2023-01-18T16:43:32.625Z] go test -race -coverprofile=coverage.out ./... [2023-01-18T16:43:39.187Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-18T16:43:54.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.065s coverage: 28.7% of statements [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-18T16:43:54.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.111s coverage: 98.5% of statements [2023-01-18T16:43:54.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.094s coverage: 43.0% of statements [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-18T16:43:54.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.131s coverage: 54.0% of statements [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-18T16:43:54.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.340s coverage: 89.2% of statements [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.072s coverage: 2.4% of statements [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.444s coverage: 95.6% of statements [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.069s coverage: 72.2% of statements [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 60.0% of statements [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.9% of statements [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.094s coverage: 58.8% of statements [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.108s coverage: 29.6% of statements [2023-01-18T16:43:57.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 79.5% of statements [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2023-01-18T16:43:57.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2023-01-18T16:44:03.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2023-01-18T16:44:03.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2023-01-18T16:44:09.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.297s coverage: 79.9% of statements [2023-01-18T16:44:09.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.115s coverage: 92.9% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.076s coverage: 86.9% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 77.4% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.0% of statements [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.2% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 64.7% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 65.3% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 41.8% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.147s coverage: 92.3% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-18T16:44:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-18T16:44:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-18T16:44:17.331Z] 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-18T16:44:32.325Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2966 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-18T16:44:32.337Z] Running in /w/workspace/edgex-go/378 [Pipeline] { [Pipeline] checkout [2023-01-18T16:44:32.365Z] The recommended git tool is: git [2023-01-18T16:44:35.399Z] 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-18T16:44:35.400Z] go vet ./... [2023-01-18T16:44:36.771Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-18T16:44:36.771Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-18T16:44:36.771Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-18T16:44:36.782Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-18T16:44:37.065Z] + ls -al . [2023-01-18T16:44:37.065Z] total 748 [2023-01-18T16:44:37.065Z] drwxrwxr-x 11 1001 1001 4096 Jan 18 16:43 . [2023-01-18T16:44:37.065Z] drwxr-xr-x 4 root root 4096 Jan 18 16:43 .. [2023-01-18T16:44:37.066Z] drwxrwxr-x 2 1001 1001 4096 Jan 18 16:42 .blubracket [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 16 Jan 18 16:42 .dockerignore [2023-01-18T16:44:37.066Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 16:44 .git [2023-01-18T16:44:37.066Z] drwxrwxr-x 3 1001 1001 4096 Jan 18 16:42 .github [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 956 Jan 18 16:42 .gitignore [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 42 Jan 18 16:42 .golangci.yml [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 87 Jan 18 16:42 .hadolint.yml [2023-01-18T16:44:37.066Z] drwxr-xr-x 3 1001 1001 4096 Jan 18 16:42 .semver [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 16:42 .sonarcloud.properties [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 1171 Jan 18 16:42 ADOPTERS.md [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 10825 Jan 18 16:42 Attribution.txt [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 73765 Jan 18 16:42 CHANGELOG.md [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 16:42 CONTRIBUTING.md [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 677 Jan 18 16:42 GOVERNANCE.md [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 850 Jan 18 16:42 Jenkinsfile [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 16:42 LICENSE [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 12513 Jan 18 16:42 Makefile [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 582 Jan 18 16:42 OWNERS.md [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 9403 Jan 18 16:42 README.md [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 6912 Jan 18 16:42 SECURITY.md [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 12 Jan 18 16:42 VERSION [2023-01-18T16:44:37.066Z] drwxrwxr-x 2 1001 1001 4096 Jan 18 16:42 bin [2023-01-18T16:44:37.066Z] drwxrwxr-x 16 1001 1001 4096 Jan 18 16:42 cmd [2023-01-18T16:44:37.066Z] -rw-r--r-- 1 root root 489970 Jan 18 16:44 coverage.out [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 3377 Jan 18 16:42 go.mod [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 34951 Jan 18 16:42 go.sum [2023-01-18T16:44:37.066Z] drwxrwxr-x 7 1001 1001 4096 Jan 18 16:42 internal [2023-01-18T16:44:37.066Z] drwxrwxr-x 3 1001 1001 4096 Jan 18 16:42 openapi [2023-01-18T16:44:37.066Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 16:42 snap [2023-01-18T16:44:37.066Z] -rw-rw-r-- 1 1001 1001 204 Jan 18 16:42 version.go [Pipeline] sh [2023-01-18T16:44:37.347Z] + '[' -e coverage.out ] [2023-01-18T16:44:37.347Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-18T16:44:37.376Z] using credential edgex-jenkins-ssh [2023-01-18T16:44:37.393Z] Cloning the remote Git repository [2023-01-18T16:44:37.456Z] Stashed 1 file(s) [Pipeline] sh [2023-01-18T16:44:37.826Z] + make build [2023-01-18T16:44:37.826Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-18T16:44:37.426Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-18T16:44:37.495Z] > git init /w/workspace/edgex-go/378 # timeout=10 [2023-01-18T16:44:37.622Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-18T16:44:37.623Z] > git --version # timeout=10 [2023-01-18T16:44:37.650Z] > git --version # 'git version 2.25.1' [2023-01-18T16:44:37.652Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-18T16:44:37.705Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-18T16:44:50.161Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-18T16:44:50.162Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-18T16:44:50.728Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-18T16:44:53.810Z] Avoid second fetch [2023-01-18T16:44:53.810Z] Checking out Revision 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 (main) [2023-01-18T16:44:54.529Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3 (#4289)" [2023-01-18T16:44:52.905Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-18T16:44:52.923Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-18T16:44:53.830Z] > git config core.sparsecheckout # timeout=10 [2023-01-18T16:44:53.848Z] > git checkout -f 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-18T16:44:55.566Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-18T16:44:55.566Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T16:44:55.566Z] Dload Upload Total Spent Left Speed [2023-01-18T16:44:55.566Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 70447 0 --:--:-- --:--:-- --:--:-- 70838 [Pipeline] sh [2023-01-18T16:44:56.164Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-18T16:44:56.482Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-18T16:44:56.482Z] + sudo tee /etc/docker/daemon.new [2023-01-18T16:44:56.482Z] { [2023-01-18T16:44:56.482Z] "registry-mirrors": [ [2023-01-18T16:44:56.482Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-18T16:44:56.482Z] ], [2023-01-18T16:44:56.482Z] "bip": "10.250.0.254/24", [2023-01-18T16:44:56.482Z] "hosts": [ [2023-01-18T16:44:56.482Z] "tcp://0.0.0.0:5555", [2023-01-18T16:44:56.482Z] "unix:///var/run/docker.sock" [2023-01-18T16:44:56.482Z] ], [2023-01-18T16:44:56.482Z] "mtu": 1458, [2023-01-18T16:44:56.482Z] "selinux-enabled": true, [2023-01-18T16:44:56.482Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-18T16:44:56.482Z] } [Pipeline] sh [2023-01-18T16:44:56.811Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-18T16:44:57.153Z] + sudo service docker restart [2023-01-18T16:44:57.285Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-18T16:44:58.663Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-18T16:44:59.601Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-18T16:45:00.538Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-18T16:45:01.476Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-18T16:45:02.415Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-18T16:45:04.944Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-18T16:45:06.338Z] $ docker stop --time=1 caa51afede335773bd39960ce2004b3ef0642c323bca9d0f0f49ee2a60a584ab [2023-01-18T16:45:11.400Z] $ docker rm -f --volumes caa51afede335773bd39960ce2004b3ef0642c323bca9d0f0f49ee2a60a584ab [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-18T16:45:12.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-18T16:45:12.162Z] [2023-01-18T16:45:12.162Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:45:12.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-18T16:45:12.496Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-18T16:45:12.496Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-18T16:45:12.496Z] ca9280d653b3: Pulling fs layer [2023-01-18T16:45:12.496Z] 7e9c9ca2126c: Pulling fs layer [2023-01-18T16:45:12.762Z] cbdbe7a5bc2a: Verifying Checksum [2023-01-18T16:45:12.762Z] cbdbe7a5bc2a: Download complete [2023-01-18T16:45:12.762Z] cbdbe7a5bc2a: Pull complete [2023-01-18T16:45:13.024Z] ca9280d653b3: Verifying Checksum [2023-01-18T16:45:13.024Z] ca9280d653b3: Download complete [2023-01-18T16:45:13.283Z] 7e9c9ca2126c: Download complete [2023-01-18T16:45:13.283Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T16:45:15.398Z] provisioning config files... [2023-01-18T16:45:15.423Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/378@tmp/config4276644787131724626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:45:15.786Z] ---> docker-login.sh [2023-01-18T16:45:15.786Z] nexus3.edgexfoundry.org:10001 [2023-01-18T16:45:16.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:45:16.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:45:16.325Z] Configure a credential helper to remove this warning. See [2023-01-18T16:45:16.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:45:16.325Z] [2023-01-18T16:45:16.325Z] Login Succeeded [2023-01-18T16:45:16.325Z] nexus3.edgexfoundry.org:10002 [2023-01-18T16:45:16.565Z] 7e9c9ca2126c: Pull complete [2023-01-18T16:45:16.565Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-18T16:45:16.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-18T16:45:16.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2023-01-18T16:45:16.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withDockerContainer [2023-01-18T16:45:16.646Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T16:45:16.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T16:45:16.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:45:16.865Z] Configure a credential helper to remove this warning. See [2023-01-18T16:45:16.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:45:16.865Z] [2023-01-18T16:45:16.865Z] Login Succeeded [2023-01-18T16:45:16.865Z] nexus3.edgexfoundry.org:10003 [2023-01-18T16:45:16.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:45:17.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:45:17.135Z] Configure a credential helper to remove this warning. See [2023-01-18T16:45:17.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:45:17.135Z] [2023-01-18T16:45:17.135Z] Login Succeeded [2023-01-18T16:45:17.135Z] nexus3.edgexfoundry.org:10004 [2023-01-18T16:45:17.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:45:17.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:45:17.403Z] Configure a credential helper to remove this warning. See [2023-01-18T16:45:17.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:45:17.403Z] [2023-01-18T16:45:17.403Z] Login Succeeded [2023-01-18T16:45:17.403Z] docker.io [2023-01-18T16:45:17.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:45:17.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:45:17.940Z] Configure a credential helper to remove this warning. See [2023-01-18T16:45:17.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:45:17.940Z] [2023-01-18T16:45:17.940Z] Login Succeeded [2023-01-18T16:45:17.940Z] ---> docker-login.sh ends [2023-01-18T16:45:19.553Z] $ docker top 66f3326b52679764bbd09b001c0710c251cf17da3c66dcba595aea8d224f6bf3 -eo pid,comm [Pipeline] { [Pipeline] } [2023-01-18T16:45:19.619Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-18T16:45:19.901Z] + docker-compose build --help [2023-01-18T16:45:19.902Z] + grep parallel [2023-01-18T16:45:20.189Z] + git config --global --add safe.directory /w/workspace/edgex-go/378 [Pipeline] echo [2023-01-18T16:45:20.207Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:45:20.216Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:45:20.223Z] ========================================================= [2023-01-18T16:45:20.223Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-18T16:45:20.223Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-18T16:45:20.469Z] --parallel Build images in parallel. [Pipeline] } [2023-01-18T16:45:20.479Z] $ docker stop --time=1 66f3326b52679764bbd09b001c0710c251cf17da3c66dcba595aea8d224f6bf3 [2023-01-18T16:45:20.536Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T16:45:20.536Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-18T16:45:20.536Z] 9b18e9b68314: Pulling fs layer [2023-01-18T16:45:20.536Z] 35d82f9e3411: Pulling fs layer [2023-01-18T16:45:20.536Z] e16973657156: Pulling fs layer [2023-01-18T16:45:20.536Z] fc693d55d65f: Pulling fs layer [2023-01-18T16:45:20.536Z] 7e9fc2657dce: Pulling fs layer [2023-01-18T16:45:20.536Z] dda99020689f: Pulling fs layer [2023-01-18T16:45:20.536Z] db1c61fa0a46: Pulling fs layer [2023-01-18T16:45:20.536Z] 891c053d2c06: Pulling fs layer [2023-01-18T16:45:20.536Z] 7e9fc2657dce: Waiting [2023-01-18T16:45:20.536Z] dda99020689f: Waiting [2023-01-18T16:45:20.536Z] db1c61fa0a46: Waiting [2023-01-18T16:45:20.536Z] 891c053d2c06: Waiting [2023-01-18T16:45:20.536Z] fc693d55d65f: Waiting [2023-01-18T16:45:20.813Z] e16973657156: Download complete [2023-01-18T16:45:20.813Z] 35d82f9e3411: Verifying Checksum [2023-01-18T16:45:20.813Z] 35d82f9e3411: Download complete [2023-01-18T16:45:20.813Z] 7e9fc2657dce: Verifying Checksum [2023-01-18T16:45:20.813Z] 7e9fc2657dce: Download complete [2023-01-18T16:45:20.813Z] dda99020689f: Verifying Checksum [2023-01-18T16:45:20.813Z] dda99020689f: Download complete [2023-01-18T16:45:20.813Z] 9b18e9b68314: Verifying Checksum [2023-01-18T16:45:20.813Z] 9b18e9b68314: Download complete [2023-01-18T16:45:21.733Z] $ docker rm -f --volumes 66f3326b52679764bbd09b001c0710c251cf17da3c66dcba595aea8d224f6bf3 [Pipeline] // withDockerContainer [2023-01-18T16:45:21.786Z] 9b18e9b68314: Pull complete [2023-01-18T16:45:21.786Z] 891c053d2c06: Verifying Checksum [2023-01-18T16:45:21.786Z] 891c053d2c06: Download complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:45:22.061Z] 35d82f9e3411: Pull complete [2023-01-18T16:45:22.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-18T16:45:22.136Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:45:22.204Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T16:45:22.236Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T16:45:22.586Z] $ docker top 1d04af42ffa82926c842534b3cdec34ca8a149dd80819a275d3897a6f575e839 -eo pid,comm [Pipeline] { [2023-01-18T16:45:22.653Z] e16973657156: Pull complete [Pipeline] sh [2023-01-18T16:45:22.920Z] db1c61fa0a46: Verifying Checksum [2023-01-18T16:45:22.920Z] db1c61fa0a46: Download complete [2023-01-18T16:45:22.942Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-18T16:45:23.506Z] fc693d55d65f: Verifying Checksum [2023-01-18T16:45:23.506Z] fc693d55d65f: Download complete [2023-01-18T16:45:23.512Z] Building core-command ... [2023-01-18T16:45:23.512Z] Building core-data ... [2023-01-18T16:45:23.512Z] Building core-metadata ... [2023-01-18T16:45:23.512Z] Building security-bootstrapper ... [2023-01-18T16:45:23.512Z] Building security-proxy-setup ... [2023-01-18T16:45:23.512Z] Building security-secretstore-setup ... [2023-01-18T16:45:23.512Z] Building security-spiffe-token-provider ... [2023-01-18T16:45:23.512Z] Building security-spire-agent ... [2023-01-18T16:45:23.512Z] Building security-spire-config ... [2023-01-18T16:45:23.512Z] Building security-spire-server ... [2023-01-18T16:45:23.512Z] Building support-notifications ... [2023-01-18T16:45:23.512Z] Building support-scheduler ... [2023-01-18T16:45:23.512Z] Building security-secretstore-setup [2023-01-18T16:45:23.512Z] Building security-spire-agent [2023-01-18T16:45:23.512Z] Building support-scheduler [2023-01-18T16:45:23.512Z] Building security-bootstrapper [2023-01-18T16:45:23.512Z] Building security-spire-server [2023-01-18T16:45:33.485Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:45:33.485Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:45:33.485Z] ---> 3d962f28c9b9 [2023-01-18T16:45:33.485Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:45:33.485Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:45:33.485Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:45:33.485Z] ---> 3d962f28c9b9 [2023-01-18T16:45:33.485Z] Step 3/32 : WORKDIR /edgex-go [2023-01-18T16:45:33.485Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:45:33.485Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:45:33.485Z] ---> 3d962f28c9b9 [2023-01-18T16:45:33.485Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T16:45:33.580Z] fc693d55d65f: Pull complete [2023-01-18T16:45:33.749Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:45:33.749Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:45:33.749Z] ---> 3d962f28c9b9 [2023-01-18T16:45:33.749Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T16:45:33.749Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:45:33.749Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:45:33.749Z] ---> 3d962f28c9b9 [2023-01-18T16:45:33.749Z] Step 3/23 : WORKDIR /edgex-go [2023-01-18T16:45:33.848Z] 7e9fc2657dce: Pull complete [2023-01-18T16:45:34.119Z] dda99020689f: Pull complete [2023-01-18T16:45:40.794Z] db1c61fa0a46: Pull complete [2023-01-18T16:45:41.758Z] 891c053d2c06: Pull complete [2023-01-18T16:45:41.758Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-18T16:45:41.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T16:45:41.758Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-18T16:45:42.105Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T16:45:42.105Z] WORKDIR /edgex [2023-01-18T16:45:42.105Z] COPY go.mod . [2023-01-18T16:45:42.105Z] RUN go mod download+ [2023-01-18T16:45:42.105Z] docker build -t ci-base-image-arm64 -f - . [2023-01-18T16:45:42.690Z] Sending build context to Docker daemon 3.109MB [2023-01-18T16:45:42.690Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T16:45:42.690Z] ---> f96f9c87975a [2023-01-18T16:45:42.690Z] Step 2/4 : WORKDIR /edgex [2023-01-18T16:45:44.641Z] ---> Running in 553db3262544 [2023-01-18T16:45:44.641Z] Removing intermediate container 553db3262544 [2023-01-18T16:45:44.641Z] ---> 5e5570a4c68d [2023-01-18T16:45:44.641Z] Step 3/4 : COPY go.mod . [2023-01-18T16:45:45.226Z] ---> 666f9e000ed4 [2023-01-18T16:45:45.226Z] Step 4/4 : RUN go mod download [2023-01-18T16:45:45.226Z] ---> Running in df9eba949d0d [2023-01-18T16:45:51.833Z] ---> Running in 82bdcf2437fc [2023-01-18T16:45:51.833Z] ---> Running in 5901afeb9f46 [2023-01-18T16:45:51.833Z] ---> Running in a3dd2863ceeb [2023-01-18T16:45:51.833Z] ---> Running in 08cac03843ff [2023-01-18T16:45:51.833Z] ---> Running in bad57af93367 [2023-01-18T16:45:51.833Z] Removing intermediate container 82bdcf2437fc [2023-01-18T16:45:51.833Z] ---> effc67938649 [2023-01-18T16:45:51.833Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T16:45:51.833Z] Removing intermediate container 5901afeb9f46 [2023-01-18T16:45:51.833Z] Removing intermediate container 08cac03843ff [2023-01-18T16:45:51.833Z] ---> 2cc772ca0c60 [2023-01-18T16:45:51.833Z] Step 4/24 : RUN apk add --update --no-cache make git ---> 27e1d4380409 [2023-01-18T16:45:51.833Z] [2023-01-18T16:45:51.833Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T16:45:51.833Z] Removing intermediate container a3dd2863ceeb [2023-01-18T16:45:51.833Z] ---> 77427414dff9 [2023-01-18T16:45:51.833Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T16:45:51.833Z] Removing intermediate container bad57af93367 [2023-01-18T16:45:51.833Z] ---> 9a481880457c [2023-01-18T16:45:51.833Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-18T16:45:51.833Z] ---> Running in bc609678bde3 [2023-01-18T16:45:51.833Z] ---> Running in d3a6254c0ead [2023-01-18T16:45:51.833Z] ---> Running in 183d6b4022fa [2023-01-18T16:45:51.833Z] ---> Running in c8eff32b3b5e [2023-01-18T16:45:51.833Z] ---> Running in 3f72815ba4be [2023-01-18T16:45:51.833Z] Removing intermediate container 183d6b4022fa [2023-01-18T16:45:51.833Z] ---> 97512c313bf3 [2023-01-18T16:45:51.833Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-18T16:45:51.833Z] ---> Running in 4e1dd93799dc [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] OK: 211 MiB in 51 packages [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] OK: 211 MiB in 51 packages [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:51.833Z] OK: 211 MiB in 51 packages [2023-01-18T16:45:51.833Z] OK: 211 MiB in 51 packages [2023-01-18T16:45:51.833Z] Removing intermediate container d3a6254c0ead [2023-01-18T16:45:51.833Z] ---> 8de627a565c6 [2023-01-18T16:45:51.833Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-18T16:45:51.833Z] Removing intermediate container bc609678bde3 [2023-01-18T16:45:51.833Z] ---> 35fb0f3685a0 [2023-01-18T16:45:51.833Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T16:45:51.833Z] ---> 3a045215febf [2023-01-18T16:45:51.834Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:45:51.834Z] ---> b3d5fc71e3f1 [2023-01-18T16:45:51.834Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:45:51.834Z] ---> Running in 69620dea92f0 [2023-01-18T16:45:51.834Z] ---> Running in 4bae2d0095cb [2023-01-18T16:45:51.834Z] Removing intermediate container c8eff32b3b5e [2023-01-18T16:45:51.834Z] ---> dd4689917c5e [2023-01-18T16:45:51.834Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T16:45:51.834Z] Removing intermediate container 4e1dd93799dc [2023-01-18T16:45:51.834Z] ---> f61be2763ccd [2023-01-18T16:45:51.834Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T16:45:51.834Z] ---> 1064617ec9d5 [2023-01-18T16:45:51.834Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:45:51.834Z] ---> Running in 77c878d080a8 [2023-01-18T16:45:51.834Z] ---> 0f46d222ed1c [2023-01-18T16:45:51.834Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:45:51.834Z] ---> Running in 7b3f443511c5 [2023-01-18T16:45:52.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:45:52.353Z] OK: 211 MiB in 51 packages [2023-01-18T16:45:52.921Z] Removing intermediate container 3f72815ba4be [2023-01-18T16:45:52.921Z] ---> 9bda0a2cb228 [2023-01-18T16:45:52.921Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-18T16:45:52.921Z] ---> fea47f723e8f [2023-01-18T16:45:52.921Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:45:52.921Z] ---> Running in df65b55d8a64 [2023-01-18T16:46:17.553Z] Removing intermediate container df9eba949d0d [2023-01-18T16:46:17.553Z] ---> 6c57a0d8dc74 [2023-01-18T16:46:17.553Z] Successfully built 6c57a0d8dc74 [2023-01-18T16:46:17.553Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:46:17.895Z] + docker inspect -f . ci-base-image-arm64 [2023-01-18T16:46:17.895Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:46:18.089Z] prd-ubuntu20.04-docker-arm64-4c-16g-2966 does not seem to be running inside a container [2023-01-18T16:46:18.170Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-18T16:46:19.333Z] $ docker top 02f3366141b7813c3ba39de895612bfc4231dc13c39295afdce388aa81463d33 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:46:20.144Z] + go version [2023-01-18T16:46:20.144Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-18T16:46:20.171Z] $ docker stop --time=1 02f3366141b7813c3ba39de895612bfc4231dc13c39295afdce388aa81463d33 [2023-01-18T16:46:21.751Z] $ docker rm -f --volumes 02f3366141b7813c3ba39de895612bfc4231dc13c39295afdce388aa81463d33 [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-18T16:46:22.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-18T16:46:22.321Z] [2023-01-18T16:46:22.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:46:22.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-18T16:46:22.655Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-18T16:46:22.655Z] 29e5d40040c1: Pulling fs layer [2023-01-18T16:46:22.655Z] 1ce36da41761: Pulling fs layer [2023-01-18T16:46:22.655Z] 25b303627fd3: Pulling fs layer [2023-01-18T16:46:22.923Z] 29e5d40040c1: Download complete [2023-01-18T16:46:23.191Z] 1ce36da41761: Verifying Checksum [2023-01-18T16:46:23.191Z] 1ce36da41761: Download complete [2023-01-18T16:46:23.458Z] 29e5d40040c1: Pull complete [2023-01-18T16:46:24.418Z] 1ce36da41761: Pull complete [2023-01-18T16:46:24.684Z] 25b303627fd3: Verifying Checksum [2023-01-18T16:46:24.685Z] 25b303627fd3: Download complete [2023-01-18T16:46:32.880Z] 25b303627fd3: Pull complete [2023-01-18T16:46:32.880Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-18T16:46:32.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-18T16:46:32.880Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:46:33.064Z] prd-ubuntu20.04-docker-arm64-4c-16g-2966 does not seem to be running inside a container [2023-01-18T16:46:33.130Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T16:46:35.250Z] $ docker top 07bea537f09613246e96a14fb7a43c8dbf8b913accf03d34f61463aa9cff15d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:46:36.045Z] + docker-compose build --help [2023-01-18T16:46:36.045Z] + grep parallel [2023-01-18T16:46:40.288Z] --parallel Build images in parallel. [Pipeline] } [2023-01-18T16:46:40.314Z] $ docker stop --time=1 07bea537f09613246e96a14fb7a43c8dbf8b913accf03d34f61463aa9cff15d7 [2023-01-18T16:46:42.775Z] $ docker rm -f --volumes 07bea537f09613246e96a14fb7a43c8dbf8b913accf03d34f61463aa9cff15d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:46:43.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-18T16:46:43.308Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T16:46:43.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-2966 does not seem to be running inside a container [2023-01-18T16:46:43.549Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-18T16:46:44.722Z] $ docker top 707610ff8e9a7348c08247ee2fdbf0013aa54a97371530a2061cb8e2f913448a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T16:46:45.209Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-18T16:46:49.202Z] Removing intermediate container df65b55d8a64 [2023-01-18T16:46:49.202Z] ---> 76aa8dd54a9b [2023-01-18T16:46:49.202Z] Step 7/32 : COPY . . [2023-01-18T16:46:49.202Z] Removing intermediate container 77c878d080a8 [2023-01-18T16:46:49.202Z] ---> e77c3b1a28cb [2023-01-18T16:46:49.202Z] Step 7/24 : COPY . . [2023-01-18T16:46:49.202Z] Removing intermediate container 4bae2d0095cb [2023-01-18T16:46:49.202Z] ---> abadab8890c4 [2023-01-18T16:46:49.202Z] Step 7/24 : COPY . . [2023-01-18T16:46:49.202Z] Removing intermediate container 7b3f443511c5 [2023-01-18T16:46:49.202Z] ---> c72bc2c66812 [2023-01-18T16:46:49.202Z] Step 8/22 : COPY . . [2023-01-18T16:46:49.202Z] Removing intermediate container 69620dea92f0 [2023-01-18T16:46:49.202Z] ---> 42ca639533c2 [2023-01-18T16:46:49.202Z] Step 7/23 : COPY . . [2023-01-18T16:46:49.468Z] Building core-command ... [2023-01-18T16:46:49.468Z] Building core-data ... [2023-01-18T16:46:49.468Z] Building core-metadata ... [2023-01-18T16:46:49.468Z] Building security-bootstrapper ... [2023-01-18T16:46:49.468Z] Building security-proxy-setup ... [2023-01-18T16:46:49.468Z] Building security-secretstore-setup ... [2023-01-18T16:46:49.468Z] Building security-spiffe-token-provider ... [2023-01-18T16:46:49.468Z] Building security-spire-agent ... [2023-01-18T16:46:49.468Z] Building security-spire-config ... [2023-01-18T16:46:49.468Z] Building security-spire-server ... [2023-01-18T16:46:49.468Z] Building support-notifications ... [2023-01-18T16:46:49.468Z] Building support-scheduler ... [2023-01-18T16:46:49.468Z] Building security-spire-config [2023-01-18T16:46:49.468Z] Building security-bootstrapper [2023-01-18T16:46:49.468Z] Building support-scheduler [2023-01-18T16:46:49.468Z] Building security-spiffe-token-provider [2023-01-18T16:46:49.468Z] Building security-spire-server [2023-01-18T16:46:59.525Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:46:59.525Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:46:59.525Z] ---> 6c57a0d8dc74 [2023-01-18T16:46:59.525Z] Step 3/32 : WORKDIR /edgex-go [2023-01-18T16:46:59.525Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:46:59.525Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:46:59.525Z] ---> 6c57a0d8dc74 [2023-01-18T16:46:59.525Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T16:46:59.525Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:46:59.525Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:46:59.525Z] ---> 6c57a0d8dc74 [2023-01-18T16:46:59.525Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:46:59.525Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:46:59.525Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:46:59.525Z] ---> 6c57a0d8dc74 [2023-01-18T16:46:59.525Z] Step 3/23 : WORKDIR /edgex-go [2023-01-18T16:46:59.525Z] ---> Running in b31a383dcdbb [2023-01-18T16:46:59.525Z] ---> Running in 557aa13a9a7e [2023-01-18T16:46:59.525Z] ---> Running in 06291a444556 [2023-01-18T16:46:59.525Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:46:59.525Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:46:59.525Z] ---> 6c57a0d8dc74 [2023-01-18T16:46:59.525Z] Step 3/19 : WORKDIR /edgex-go [2023-01-18T16:46:59.525Z] ---> Running in 99f101829500 [2023-01-18T16:46:59.793Z] ---> Running in 3afcd6325787 [2023-01-18T16:47:00.060Z] Removing intermediate container 557aa13a9a7e [2023-01-18T16:47:00.060Z] ---> 45eac5976dcb [2023-01-18T16:47:00.060Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T16:47:00.060Z] Removing intermediate container 06291a444556 [2023-01-18T16:47:00.060Z] ---> 91887614aef1 [2023-01-18T16:47:00.060Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T16:47:00.060Z] Removing intermediate container b31a383dcdbb [2023-01-18T16:47:00.060Z] ---> 7bdd56d25d5e [2023-01-18T16:47:00.060Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-18T16:47:00.060Z] ---> Running in ef6e7c165e44 [2023-01-18T16:47:00.060Z] ---> Running in ca5f06472ec6 [2023-01-18T16:47:00.329Z] Removing intermediate container 99f101829500 [2023-01-18T16:47:00.329Z] ---> 4c0e758ba81e [2023-01-18T16:47:00.329Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T16:47:00.329Z] ---> Running in 13005a40a43f [2023-01-18T16:47:00.329Z] Removing intermediate container 3afcd6325787 [2023-01-18T16:47:00.329Z] ---> 391de87b302b [2023-01-18T16:47:00.329Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-18T16:47:00.597Z] ---> Running in 9c3021d15e7d [2023-01-18T16:47:00.597Z] ---> Running in 61678c559ed3 [2023-01-18T16:47:01.179Z] Removing intermediate container ef6e7c165e44 [2023-01-18T16:47:01.179Z] ---> b34a17291e0c [2023-01-18T16:47:01.179Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-18T16:47:01.179Z] ---> Running in b60bc531e464 [2023-01-18T16:47:03.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:03.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:04.557Z] OK: 221 MiB in 51 packages [2023-01-18T16:47:05.158Z] OK: 221 MiB in 51 packages [2023-01-18T16:47:05.748Z] OK: 221 MiB in 51 packages [2023-01-18T16:47:05.748Z] v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-18T16:47:05.748Z] v3.16.3-126-g19213cd943 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-18T16:47:05.748Z] OK: 16900 distinct packages available [2023-01-18T16:47:06.019Z] OK: 221 MiB in 51 packages [2023-01-18T16:47:06.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:06.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:47:06.908Z] Removing intermediate container ca5f06472ec6 [2023-01-18T16:47:06.908Z] ---> 96469e9165b8 [2023-01-18T16:47:06.908Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T16:47:07.517Z] OK: 221 MiB in 51 packages [2023-01-18T16:47:08.478Z] Removing intermediate container 13005a40a43f [2023-01-18T16:47:08.478Z] ---> 3c4f0d6f4dd0 [2023-01-18T16:47:08.478Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-18T16:47:08.478Z] Removing intermediate container b60bc531e464 [2023-01-18T16:47:08.478Z] ---> a1db2c090566 [2023-01-18T16:47:08.478Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T16:47:08.478Z] Removing intermediate container 9c3021d15e7d [2023-01-18T16:47:08.478Z] ---> 504c0f95d65e [2023-01-18T16:47:08.478Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-18T16:47:08.478Z] ---> e954fb07b408 [2023-01-18T16:47:08.478Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:47:08.748Z] ---> Running in d29fdc6bca01 [2023-01-18T16:47:10.968Z] Removing intermediate container 61678c559ed3 [2023-01-18T16:47:10.968Z] ---> 987ed96b69ac [2023-01-18T16:47:10.968Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-18T16:47:10.968Z] ---> 6030593a2a4a [2023-01-18T16:47:10.968Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:47:10.968Z] ---> 7eed7d3e9393 [2023-01-18T16:47:10.968Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:47:10.968Z] ---> 358f7e1e8975 [2023-01-18T16:47:10.968Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:47:10.968Z] ---> Running in 0be118c82c23 [2023-01-18T16:47:10.968Z] ---> Running in 375ccfd72b13 [2023-01-18T16:47:10.968Z] ---> Running in ddacf8b5d820 [2023-01-18T16:47:10.968Z] ---> d4b739c8459b [2023-01-18T16:47:10.968Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:47:10.968Z] ---> Running in 7be9b4117f95 [2023-01-18T16:47:11.294Z] ---> d5ac7900d102 [2023-01-18T16:47:11.294Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-18T16:47:11.294Z] ---> a1fbe9807595 [2023-01-18T16:47:11.294Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-18T16:47:11.294Z] ---> d43115804ef4 [2023-01-18T16:47:11.294Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T16:47:11.294Z] ---> 13aa259db606 [2023-01-18T16:47:11.294Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T16:47:11.294Z] ---> 7c3900eeeb5d [2023-01-18T16:47:11.294Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-18T16:47:11.294Z] ---> Running in 953de37f1a72 [2023-01-18T16:47:11.294Z] ---> Running in 99fe2f67f1fb [2023-01-18T16:47:11.294Z] ---> Running in f6f8e0f5d8c9 [2023-01-18T16:47:11.294Z] ---> Running in ff840281041f [2023-01-18T16:47:11.294Z] ---> Running in 7dd6a0759458 [2023-01-18T16:47:11.294Z] Removing intermediate container f6f8e0f5d8c9 [2023-01-18T16:47:11.294Z] ---> da46473e61ef [2023-01-18T16:47:11.294Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-18T16:47:11.294Z] Removing intermediate container ff840281041f [2023-01-18T16:47:11.294Z] ---> e00405fbe107 [2023-01-18T16:47:11.294Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-18T16:47:11.294Z] ---> Running in 66285e1cc7a1 [2023-01-18T16:47:11.294Z] ---> Running in 5da517f01aab [2023-01-18T16:47:11.294Z] Removing intermediate container 5da517f01aab [2023-01-18T16:47:11.294Z] ---> 09ab7e699ea6 [2023-01-18T16:47:11.294Z] 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-18T16:47:11.294Z] Removing intermediate container 66285e1cc7a1 [2023-01-18T16:47:11.294Z] ---> 7a7007cb61d5 [2023-01-18T16:47:11.294Z] 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-18T16:47:11.294Z] ---> Running in db5376e4baf7 [2023-01-18T16:47:11.294Z] ---> Running in 92a40f8b66fa [2023-01-18T16:47:11.294Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-18T16:47:11.294Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-18T16:47:11.294Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-18T16:47:11.552Z] Removing intermediate container db5376e4baf7 [2023-01-18T16:47:11.552Z] ---> 15b877d1f090 [2023-01-18T16:47:11.552Z] Step 11/23 : WORKDIR /edgex-go [2023-01-18T16:47:11.811Z] ---> Running in 66012b126f80 [2023-01-18T16:47:11.811Z] Removing intermediate container 92a40f8b66fa [2023-01-18T16:47:11.811Z] ---> 7bc8422989d1 [2023-01-18T16:47:11.811Z] Step 11/24 : WORKDIR /edgex-go [2023-01-18T16:47:11.811Z] ---> Running in 8c69f0728b6c [2023-01-18T16:47:12.070Z] Removing intermediate container 66012b126f80 [2023-01-18T16:47:12.070Z] ---> 9efbddd930b0 [2023-01-18T16:47:12.070Z] [2023-01-18T16:47:12.070Z] Step 12/23 : FROM alpine:3.15 [2023-01-18T16:47:12.328Z] Removing intermediate container 8c69f0728b6c [2023-01-18T16:47:12.328Z] ---> ffccb9b2e824 [2023-01-18T16:47:12.328Z] [2023-01-18T16:47:12.328Z] Step 12/24 : FROM alpine:3.15 [2023-01-18T16:47:12.895Z] 3.15: Pulling from library/alpine [2023-01-18T16:47:12.895Z] 3.15: Pulling from library/alpine [2023-01-18T16:47:13.829Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-18T16:47:13.829Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-18T16:47:13.829Z] Status: Downloaded newer image for alpine:3.15 [2023-01-18T16:47:13.829Z] Status: Downloaded newer image for alpine:3.15 [2023-01-18T16:47:13.829Z] ---> c4fc93816858 [2023-01-18T16:47:13.829Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:47:13.829Z] ---> c4fc93816858 [2023-01-18T16:47:13.829Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:47:14.088Z] ---> Running in 2b1ea5fa0bf9 [2023-01-18T16:47:14.088Z] ---> Running in c483d9e7fd2d [2023-01-18T16:47:14.347Z] Removing intermediate container 2b1ea5fa0bf9 [2023-01-18T16:47:14.347Z] ---> 9313ffe43de8 [2023-01-18T16:47:14.347Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-18T16:47:14.605Z] Removing intermediate container c483d9e7fd2d [2023-01-18T16:47:14.605Z] ---> fab10df39b79 [2023-01-18T16:47:14.605Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-18T16:47:14.963Z] ---> Running in 071428fa6733 [2023-01-18T16:47:15.223Z] ---> Running in 7ee3a9f8ad14 [2023-01-18T16:47:15.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:15.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:15.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:15.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:16.045Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T16:47:16.045Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T16:47:16.045Z] OK: 15859 distinct packages available [2023-01-18T16:47:16.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:16.045Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T16:47:16.045Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T16:47:16.045Z] OK: 15859 distinct packages available [2023-01-18T16:47:16.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:16.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:16.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:16.302Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-18T16:47:16.302Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-18T16:47:16.302Z] (3/5) Installing libucontext (1.1-r0) [2023-01-18T16:47:16.302Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-18T16:47:16.302Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-18T16:47:16.302Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T16:47:16.560Z] OK: 7 MiB in 19 packages [2023-01-18T16:47:16.560Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-18T16:47:16.560Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-18T16:47:16.560Z] (3/5) Installing libucontext (1.1-r0) [2023-01-18T16:47:16.560Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-18T16:47:16.560Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-18T16:47:16.560Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T16:47:16.560Z] OK: 7 MiB in 19 packages [2023-01-18T16:47:19.182Z] Removing intermediate container 071428fa6733 [2023-01-18T16:47:19.182Z] ---> c379854b381d [2023-01-18T16:47:19.182Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-18T16:47:19.182Z] Removing intermediate container 7ee3a9f8ad14 [2023-01-18T16:47:19.182Z] ---> 010f1c4ad1ce [2023-01-18T16:47:19.182Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T16:47:27.397Z] ---> 66ab7e752d0a [2023-01-18T16:47:27.397Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T16:47:27.397Z] ---> f422979925fb [2023-01-18T16:47:27.397Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T16:47:28.687Z] ---> b6036b069159 [2023-01-18T16:47:28.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-18T16:47:30.061Z] ---> 83d0e42b8af2 [2023-01-18T16:47:30.061Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T16:47:30.061Z] ---> 57d84d1e6472 [2023-01-18T16:47:30.061Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-18T16:47:31.004Z] ---> b22299e29fbc [2023-01-18T16:47:31.004Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-18T16:47:31.004Z] ---> 0791773c3735 [2023-01-18T16:47:31.004Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T16:47:31.004Z] ---> Running in e162a7c4fcaa [2023-01-18T16:47:31.004Z] ---> 6086efccbf1c [2023-01-18T16:47:31.004Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-18T16:47:31.261Z] Removing intermediate container e162a7c4fcaa [2023-01-18T16:47:31.261Z] ---> dc13d3df506c [2023-01-18T16:47:31.261Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T16:47:31.261Z] ---> Running in e3573ea7e85e [2023-01-18T16:47:31.261Z] ---> dbac8fc56d1f [2023-01-18T16:47:31.261Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T16:47:31.261Z] ---> Running in f8ab38888726 [2023-01-18T16:47:31.517Z] Removing intermediate container e3573ea7e85e [2023-01-18T16:47:31.517Z] ---> 943f55ad7a2c [2023-01-18T16:47:31.517Z] Step 21/23 : LABEL arch=x86_64 [2023-01-18T16:47:31.517Z] ---> Running in 068a41f15ec8 [2023-01-18T16:47:31.517Z] Removing intermediate container f8ab38888726 [2023-01-18T16:47:31.517Z] ---> a5df1b3b0da3 [2023-01-18T16:47:31.517Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T16:47:31.517Z] ---> Running in 6706701e7c14 [2023-01-18T16:47:31.517Z] Removing intermediate container 068a41f15ec8 [2023-01-18T16:47:31.517Z] ---> 5e0695e3cf55 [2023-01-18T16:47:31.517Z] Step 22/23 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:47:31.517Z] ---> Running in 9eb199f2677e [2023-01-18T16:47:31.793Z] Removing intermediate container 6706701e7c14 [2023-01-18T16:47:31.793Z] ---> bf30addbed1a [2023-01-18T16:47:31.793Z] Step 22/24 : LABEL arch=x86_64 [2023-01-18T16:47:31.793Z] ---> Running in 0e74e61a9af5 [2023-01-18T16:47:32.051Z] Removing intermediate container 9eb199f2677e [2023-01-18T16:47:32.051Z] ---> 7f075c00982e [2023-01-18T16:47:32.051Z] Step 23/23 : LABEL version=3.0.0-dev.22 [2023-01-18T16:47:32.051Z] ---> Running in d748ddeb4543 [2023-01-18T16:47:32.051Z] Removing intermediate container 0e74e61a9af5 [2023-01-18T16:47:32.051Z] ---> 4ef399fe1a28 [2023-01-18T16:47:32.051Z] Step 23/24 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:47:32.308Z] ---> Running in 10e8739744c2 [2023-01-18T16:47:32.892Z] Removing intermediate container d748ddeb4543 [2023-01-18T16:47:32.892Z] ---> 5f48ad94a727 [2023-01-18T16:47:32.892Z] [2023-01-18T16:47:32.892Z] Successfully built 5f48ad94a727 [2023-01-18T16:47:33.149Z] Successfully tagged security-spire-server:latest [2023-01-18T16:47:33.149Z]  Building security-spire-server ... done Building security-spiffe-token-provider [2023-01-18T16:47:33.149Z] Removing intermediate container 10e8739744c2 [2023-01-18T16:47:33.149Z] ---> 8e2fea5e2bea [2023-01-18T16:47:33.149Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T16:47:33.149Z] ---> Running in b66c131da258 [2023-01-18T16:47:36.444Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:47:36.444Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:47:36.444Z] ---> 3d962f28c9b9 [2023-01-18T16:47:36.444Z] Step 3/19 : WORKDIR /edgex-go [2023-01-18T16:47:36.444Z] ---> Using cache [2023-01-18T16:47:36.444Z] ---> 77427414dff9 [2023-01-18T16:47:36.444Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-18T16:47:38.983Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-18T16:47:41.528Z] Removing intermediate container b66c131da258 [2023-01-18T16:47:41.528Z] ---> ae01886b50cf [2023-01-18T16:47:41.528Z] [2023-01-18T16:47:41.528Z] ---> Running in e6cb7b4374db [2023-01-18T16:47:41.528Z] Successfully built ae01886b50cf [2023-01-18T16:47:41.528Z] Successfully tagged security-spire-agent:latest [2023-01-18T16:47:41.528Z]  Building security-spire-agent ... done Building security-spire-config [2023-01-18T16:47:45.735Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:47:45.735Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:47:45.735Z] ---> 3d962f28c9b9 [2023-01-18T16:47:45.735Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> 77427414dff9 [2023-01-18T16:47:45.735Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> dd4689917c5e [2023-01-18T16:47:45.735Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> 1064617ec9d5 [2023-01-18T16:47:45.735Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> e77c3b1a28cb [2023-01-18T16:47:45.735Z] Step 7/24 : COPY . . [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> d43115804ef4 [2023-01-18T16:47:45.735Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> da46473e61ef [2023-01-18T16:47:45.735Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> 7a7007cb61d5 [2023-01-18T16:47:45.735Z] 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-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> 7bc8422989d1 [2023-01-18T16:47:45.735Z] Step 11/24 : WORKDIR /edgex-go [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> ffccb9b2e824 [2023-01-18T16:47:45.735Z] [2023-01-18T16:47:45.735Z] Step 12/24 : FROM alpine:3.15 [2023-01-18T16:47:45.735Z] ---> c4fc93816858 [2023-01-18T16:47:45.735Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:47:45.735Z] ---> Using cache [2023-01-18T16:47:45.735Z] ---> fab10df39b79 [2023-01-18T16:47:45.735Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-18T16:47:49.049Z] ---> Running in ceffafb4916f [2023-01-18T16:47:49.049Z] Removing intermediate container 953de37f1a72 [2023-01-18T16:47:49.049Z] ---> 4488d7b8b52d [2023-01-18T16:47:49.049Z] [2023-01-18T16:47:49.049Z] Step 9/32 : FROM alpine:3.16 [2023-01-18T16:47:49.049Z] 3.16: Pulling from library/alpine [2023-01-18T16:47:49.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:49.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:49.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:49.567Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-18T16:47:49.567Z] Status: Downloaded newer image for alpine:3.16 [2023-01-18T16:47:49.567Z] ---> bfe296a52501 [2023-01-18T16:47:49.567Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:47:49.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:49.828Z] v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-18T16:47:49.828Z] v3.16.3-126-g19213cd943 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-18T16:47:49.828Z] OK: 17043 distinct packages available [2023-01-18T16:47:49.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:49.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:49.828Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T16:47:49.828Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T16:47:49.828Z] OK: 15859 distinct packages available [2023-01-18T16:47:49.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:50.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:50.088Z] OK: 211 MiB in 51 packages [2023-01-18T16:47:50.443Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-18T16:47:50.443Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-18T16:47:50.443Z] (3/4) Installing libucontext (1.1-r0) [2023-01-18T16:47:50.443Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-18T16:47:50.443Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T16:47:50.443Z] OK: 6 MiB in 18 packages [2023-01-18T16:47:52.360Z] ---> Running in 619d872eaad9 [2023-01-18T16:47:52.619Z] Removing intermediate container 619d872eaad9 [2023-01-18T16:47:52.619Z] ---> c3619049c44c [2023-01-18T16:47:52.619Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-18T16:47:52.875Z] Removing intermediate container 99fe2f67f1fb [2023-01-18T16:47:52.875Z] ---> 63d09748c9ea [2023-01-18T16:47:52.875Z] [2023-01-18T16:47:52.875Z] Step 9/24 : FROM alpine:3.16 [2023-01-18T16:47:52.875Z] ---> bfe296a52501 [2023-01-18T16:47:52.875Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-18T16:47:52.875Z] ---> Running in a28cd6295bed [2023-01-18T16:47:52.875Z] ---> Running in 4f06cd3cfeb7 [2023-01-18T16:47:52.875Z] Removing intermediate container e6cb7b4374db [2023-01-18T16:47:52.875Z] ---> b83e4847c8ba [2023-01-18T16:47:52.875Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-18T16:47:52.875Z] Removing intermediate container 7dd6a0759458 [2023-01-18T16:47:52.876Z] ---> b03d1f89eebe [2023-01-18T16:47:52.876Z] [2023-01-18T16:47:52.876Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T16:47:52.876Z] ---> bfe296a52501 [2023-01-18T16:47:52.876Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-18T16:47:52.876Z] Removing intermediate container ceffafb4916f [2023-01-18T16:47:52.876Z] ---> d41a20c42a1a [2023-01-18T16:47:52.876Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T16:47:52.876Z] ---> Running in d179adae96b9 [2023-01-18T16:47:53.811Z] ---> 22fbfe840d93 [2023-01-18T16:47:53.811Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:47:55.191Z] ---> Running in d37ceae52230 [2023-01-18T16:47:55.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:55.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:55.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:55.191Z] ---> 4066263eb7b5 [2023-01-18T16:47:55.191Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T16:47:55.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:55.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:55.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:47:55.191Z] ---> c6b9c7279752 [2023-01-18T16:47:55.191Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-18T16:47:55.191Z] ---> Running in f782a50fbe3a [2023-01-18T16:47:55.191Z] Removing intermediate container f782a50fbe3a [2023-01-18T16:47:55.191Z] ---> 3cf3ba69c817 [2023-01-18T16:47:55.191Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-18T16:47:55.191Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-18T16:47:55.191Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:47:55.191Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-18T16:47:55.191Z] OK: 6 MiB in 15 packages [2023-01-18T16:47:55.191Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-18T16:47:55.191Z] (3/3) Installing su-exec (0.2-r1) [2023-01-18T16:47:55.191Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-18T16:47:55.191Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:47:55.191Z] (2/2) Installing su-exec (0.2-r1) [2023-01-18T16:47:55.191Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:47:55.191Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:47:55.191Z] OK: 6 MiB in 16 packages [2023-01-18T16:47:55.191Z] OK: 6 MiB in 17 packages [2023-01-18T16:47:55.452Z] ---> 8988dbb0070e [2023-01-18T16:47:55.452Z] Step 19/24 : WORKDIR / [2023-01-18T16:47:55.452Z] ---> Running in c4c49a6cfec2 [2023-01-18T16:47:55.452Z] Removing intermediate container c4c49a6cfec2 [2023-01-18T16:47:55.452Z] ---> 878a92a624f2 [2023-01-18T16:47:55.452Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T16:47:55.452Z] ---> Running in cbed582718ed [2023-01-18T16:47:55.712Z] Removing intermediate container cbed582718ed [2023-01-18T16:47:55.712Z] ---> dc21b260cb71 [2023-01-18T16:47:55.712Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T16:47:55.712Z] ---> Running in 15afa74deb2e [2023-01-18T16:47:55.712Z] Removing intermediate container d179adae96b9 [2023-01-18T16:47:55.712Z] ---> 357b31b99240 [2023-01-18T16:47:55.712Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T16:47:55.712Z] ---> Running in e14e4563f662 [2023-01-18T16:47:55.712Z] Removing intermediate container 15afa74deb2e [2023-01-18T16:47:55.712Z] ---> 9feca047a289 [2023-01-18T16:47:55.712Z] Step 22/24 : LABEL arch=x86_64 [2023-01-18T16:47:55.712Z] ---> Running in 1ec9f20c4f1b [2023-01-18T16:47:55.712Z] Removing intermediate container e14e4563f662 [2023-01-18T16:47:55.712Z] ---> 2e1319d4652a [2023-01-18T16:47:55.712Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-18T16:47:55.712Z] Removing intermediate container a28cd6295bed [2023-01-18T16:47:55.712Z] ---> 96f413a634ff [2023-01-18T16:47:55.712Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-18T16:47:55.972Z] ---> Running in e7f4bfb4391e [2023-01-18T16:47:55.972Z] ---> Running in bab602e86544 [2023-01-18T16:47:55.972Z] Removing intermediate container 4f06cd3cfeb7 [2023-01-18T16:47:55.972Z] ---> 238112bd6e0c [2023-01-18T16:47:55.972Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-18T16:47:55.972Z] Removing intermediate container 1ec9f20c4f1b [2023-01-18T16:47:55.972Z] ---> dce286c55909 [2023-01-18T16:47:55.972Z] Step 23/24 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:47:55.972Z] ---> Running in beec45f70628 [2023-01-18T16:47:55.972Z] ---> Running in c6bf2d81ee89 [2023-01-18T16:47:55.973Z] Removing intermediate container bab602e86544 [2023-01-18T16:47:55.973Z] ---> 9bf4598e6085 [2023-01-18T16:47:55.973Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-18T16:47:55.973Z] Removing intermediate container e7f4bfb4391e [2023-01-18T16:47:55.973Z] ---> 14d4d278f0d0 [2023-01-18T16:47:55.973Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-18T16:47:55.973Z] ---> Running in 2dcaa64a5771 [2023-01-18T16:47:55.973Z] ---> Running in 6c2c320d5c41 [2023-01-18T16:47:56.234Z] Removing intermediate container beec45f70628 [2023-01-18T16:47:56.234Z] ---> a7c00d8bbc35 [2023-01-18T16:47:56.234Z] Step 12/24 : WORKDIR / [2023-01-18T16:47:56.234Z] Removing intermediate container c6bf2d81ee89 [2023-01-18T16:47:56.234Z] ---> 2bc6985f7ad7 [2023-01-18T16:47:56.234Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T16:47:56.234Z] ---> Running in 02d80a078806 [2023-01-18T16:47:56.234Z] ---> Running in d919fb9e01db [2023-01-18T16:47:56.234Z] Removing intermediate container 2dcaa64a5771 [2023-01-18T16:47:56.234Z] ---> aeea90481d75 [2023-01-18T16:47:56.234Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:47:56.234Z] Removing intermediate container 6c2c320d5c41 [2023-01-18T16:47:56.234Z] ---> 8201f3535084 [2023-01-18T16:47:56.234Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-18T16:47:56.234Z] ---> Running in b0339eedb21c [2023-01-18T16:47:56.234Z] Removing intermediate container d919fb9e01db [2023-01-18T16:47:56.234Z] ---> be172d71a191 [2023-01-18T16:47:56.234Z] [2023-01-18T16:47:56.234Z] Removing intermediate container 02d80a078806 [2023-01-18T16:47:56.234Z] ---> a4963a583e14 [2023-01-18T16:47:56.234Z] 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-18T16:47:56.511Z] Removing intermediate container b0339eedb21c [2023-01-18T16:47:56.511Z] ---> ebed2b27ac90 [2023-01-18T16:47:56.511Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-18T16:47:56.511Z] Successfully built be172d71a191 [2023-01-18T16:47:56.511Z] Successfully tagged security-spire-config:latest [2023-01-18T16:47:56.511Z] Building support-notifications [2023-01-18T16:47:56.511Z] ---> f214f6666e8f [2023-01-18T16:47:56.511Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-18T16:47:56.511Z]  Building security-spire-config ... done  ---> Running in 32701eb261c0 [2023-01-18T16:47:56.511Z] ---> f295495d31f2 [2023-01-18T16:47:56.511Z] 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-18T16:47:57.454Z] Removing intermediate container 32701eb261c0 [2023-01-18T16:47:57.454Z] ---> 81f70a47fb6e [2023-01-18T16:47:57.454Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-18T16:48:00.020Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:48:00.020Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:48:00.020Z] ---> 3d962f28c9b9 [2023-01-18T16:48:00.020Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:48:00.020Z] ---> Using cache [2023-01-18T16:48:00.020Z] ---> effc67938649 [2023-01-18T16:48:00.021Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T16:48:00.021Z] ---> Using cache [2023-01-18T16:48:00.021Z] ---> 97512c313bf3 [2023-01-18T16:48:00.021Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-18T16:48:01.426Z] ---> ace771a74803 [2023-01-18T16:48:01.426Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-18T16:48:01.426Z] ---> a0b4920c1c60 [2023-01-18T16:48:01.426Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-18T16:48:01.426Z] ---> Running in d73a0e464718 [2023-01-18T16:48:01.426Z] ---> Running in 85fea7727488 [2023-01-18T16:48:01.426Z] ---> f48438928bff [2023-01-18T16:48:01.426Z] 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-18T16:48:01.426Z] ---> d42d6f454bab [2023-01-18T16:48:01.426Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-18T16:48:01.426Z] ---> Running in b9318929ffb5 [2023-01-18T16:48:01.426Z] Removing intermediate container b9318929ffb5 [2023-01-18T16:48:01.426Z] ---> b3d214712010 [2023-01-18T16:48:01.426Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T16:48:01.426Z] ---> eb994c32b826 [2023-01-18T16:48:01.426Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-18T16:48:01.426Z] ---> Running in 77101dff2d19 [2023-01-18T16:48:01.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:48:01.687Z] Removing intermediate container 77101dff2d19 [2023-01-18T16:48:01.687Z] ---> 15d0de64c8bd [2023-01-18T16:48:01.687Z] Step 20/22 : LABEL arch=x86_64 [2023-01-18T16:48:01.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:48:01.687Z] ---> Running in 1f5b57696713 [2023-01-18T16:48:01.946Z] OK: 211 MiB in 51 packages [2023-01-18T16:48:01.946Z] Removing intermediate container 1f5b57696713 [2023-01-18T16:48:01.946Z] ---> d60e4286d67c [2023-01-18T16:48:01.946Z] Step 21/22 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:48:01.946Z] ---> 00f47fc18573 [2023-01-18T16:48:01.946Z] Removing intermediate container d73a0e464718 [2023-01-18T16:48:01.946Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-18T16:48:01.946Z] ---> 45e2921e3018 [2023-01-18T16:48:01.946Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-18T16:48:01.946Z] ---> Running in 80da4939ffab [2023-01-18T16:48:02.205Z] ---> Running in 0dce5c4ea49c [2023-01-18T16:48:02.205Z] Removing intermediate container 80da4939ffab [2023-01-18T16:48:02.205Z] ---> 18da8aa91c58 [2023-01-18T16:48:02.205Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-18T16:48:02.205Z] Removing intermediate container 0dce5c4ea49c [2023-01-18T16:48:02.205Z] ---> 3d2fa5008510 [2023-01-18T16:48:02.205Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T16:48:02.774Z] ---> Running in 1d26109999a6 [2023-01-18T16:48:02.774Z] ---> 8d096eb41046 [2023-01-18T16:48:02.774Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-18T16:48:02.774Z] ---> 617bed1ce4c2 [2023-01-18T16:48:02.774Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-18T16:48:02.774Z] ---> Running in d433df356f70 [2023-01-18T16:48:02.774Z] Removing intermediate container 1d26109999a6 [2023-01-18T16:48:02.774Z] ---> c9b86ec311dc [2023-01-18T16:48:02.774Z] [2023-01-18T16:48:02.774Z] Removing intermediate container 85fea7727488 [2023-01-18T16:48:02.774Z] ---> 836d9da1e742 [2023-01-18T16:48:02.774Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T16:48:02.774Z] Successfully built c9b86ec311dc [2023-01-18T16:48:02.775Z] Successfully tagged support-scheduler:latest [2023-01-18T16:48:02.775Z]  Building support-scheduler ... done Building core-command [2023-01-18T16:48:03.034Z] ---> 159f4e11f675 [2023-01-18T16:48:03.034Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-18T16:48:05.735Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:48:05.735Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:48:05.735Z] ---> 3d962f28c9b9 [2023-01-18T16:48:05.735Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:48:05.735Z] ---> Using cache [2023-01-18T16:48:05.735Z] ---> effc67938649 [2023-01-18T16:48:05.735Z] Step 4/23 : WORKDIR /edgex-go [2023-01-18T16:48:05.735Z] ---> Using cache [2023-01-18T16:48:05.735Z] ---> 97512c313bf3 [2023-01-18T16:48:05.735Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-18T16:48:05.735Z] ---> Using cache [2023-01-18T16:48:05.735Z] ---> f61be2763ccd [2023-01-18T16:48:05.735Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-18T16:48:05.735Z] ---> Using cache [2023-01-18T16:48:05.735Z] ---> 0f46d222ed1c [2023-01-18T16:48:05.735Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:48:05.735Z] ---> Using cache [2023-01-18T16:48:05.735Z] ---> c72bc2c66812 [2023-01-18T16:48:05.735Z] Step 8/23 : COPY . . [2023-01-18T16:48:05.735Z] ---> Using cache [2023-01-18T16:48:05.735Z] ---> 7c3900eeeb5d [2023-01-18T16:48:05.735Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-18T16:48:05.995Z] ---> Running in b55a419403ac [2023-01-18T16:48:06.944Z] ---> fff32f469bdc [2023-01-18T16:48:06.944Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:48:06.944Z] ---> Running in ffe2404a3420 [2023-01-18T16:48:06.944Z] ---> Running in 234e1477f859 [2023-01-18T16:48:07.203Z] Removing intermediate container d433df356f70 [2023-01-18T16:48:07.203Z] ---> 38ac35f147f7 [2023-01-18T16:48:07.203Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:48:07.471Z] ---> 538ca6e17963 [2023-01-18T16:48:07.471Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-18T16:48:07.471Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-18T16:48:08.404Z] Removing intermediate container b55a419403ac [2023-01-18T16:48:08.404Z] ---> f1026dced18a [2023-01-18T16:48:08.404Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-18T16:48:08.404Z] ---> 54abeaa0b2e1 [2023-01-18T16:48:08.404Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-18T16:48:08.404Z] ---> Running in ef0960354156 [2023-01-18T16:48:08.404Z] Removing intermediate container ef0960354156 [2023-01-18T16:48:08.404Z] ---> f3073ca638cf [2023-01-18T16:48:08.404Z] Step 22/24 : LABEL arch=x86_64 [2023-01-18T16:48:08.404Z] ---> Running in 4506ec1cf26c [2023-01-18T16:48:08.404Z] ---> a5b1ddff6998 [2023-01-18T16:48:08.404Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-18T16:48:08.662Z] Removing intermediate container 4506ec1cf26c [2023-01-18T16:48:08.662Z] ---> e81cd8332ad9 [2023-01-18T16:48:08.662Z] Step 23/24 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:48:08.662Z] ---> Running in de8ef4dabae2 [2023-01-18T16:48:08.662Z] ---> cca164949779 [2023-01-18T16:48:08.662Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-18T16:48:08.662Z] Removing intermediate container de8ef4dabae2 [2023-01-18T16:48:08.662Z] ---> a3aae88b523c [2023-01-18T16:48:08.662Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T16:48:08.662Z] ---> Running in b78dd40c4bfd [2023-01-18T16:48:08.919Z] ---> ab3ba32aca09 [2023-01-18T16:48:08.919Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-18T16:48:08.919Z] Removing intermediate container b78dd40c4bfd [2023-01-18T16:48:08.919Z] ---> 8a31ba1fe3ad [2023-01-18T16:48:08.919Z] [2023-01-18T16:48:08.919Z] Successfully built 8a31ba1fe3ad [2023-01-18T16:48:09.176Z] Successfully tagged security-secretstore-setup:latest [2023-01-18T16:48:09.176Z]  Building security-secretstore-setup ... done Building core-data [2023-01-18T16:48:09.176Z] ---> d5a030ee1bf1 [2023-01-18T16:48:09.176Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-18T16:48:13.354Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:48:13.354Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:48:13.354Z] ---> 3d962f28c9b9 [2023-01-18T16:48:13.354Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:48:13.354Z] ---> Using cache [2023-01-18T16:48:13.354Z] ---> effc67938649 [2023-01-18T16:48:13.354Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T16:48:13.354Z] ---> Using cache [2023-01-18T16:48:13.354Z] ---> 97512c313bf3 [2023-01-18T16:48:13.354Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-18T16:48:13.354Z] ---> Using cache [2023-01-18T16:48:13.354Z] ---> f61be2763ccd [2023-01-18T16:48:13.354Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T16:48:13.354Z] ---> Using cache [2023-01-18T16:48:13.354Z] ---> 0f46d222ed1c [2023-01-18T16:48:13.354Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:48:13.354Z] ---> Using cache [2023-01-18T16:48:13.354Z] ---> c72bc2c66812 [2023-01-18T16:48:13.354Z] Step 8/22 : COPY . . [2023-01-18T16:48:13.354Z] ---> Using cache [2023-01-18T16:48:13.354Z] ---> 7c3900eeeb5d [2023-01-18T16:48:13.354Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-18T16:48:15.882Z] ---> ae78b30fd13d [2023-01-18T16:48:15.882Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-18T16:48:16.139Z] ---> Running in abbe79393ad9 [2023-01-18T16:48:16.139Z] ---> Running in 161422dc451e [2023-01-18T16:48:16.705Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-18T16:48:19.275Z] Removing intermediate container 161422dc451e [2023-01-18T16:48:19.275Z] ---> 441f973ce0f5 [2023-01-18T16:48:19.275Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-18T16:48:19.607Z] ---> Running in 0664d8553dbf [2023-01-18T16:48:20.559Z] Removing intermediate container 0664d8553dbf [2023-01-18T16:48:20.559Z] ---> 02ca3e3c2c68 [2023-01-18T16:48:20.559Z] Step 29/32 : CMD ["gate"] [2023-01-18T16:48:21.701Z] ---> Running in 30b06727b75f [2023-01-18T16:48:21.701Z] Removing intermediate container 30b06727b75f [2023-01-18T16:48:21.701Z] ---> 398f4bad0a09 [2023-01-18T16:48:21.701Z] Step 30/32 : LABEL arch=x86_64 [2023-01-18T16:48:22.129Z] ---> Running in f059bedf6235 [2023-01-18T16:48:22.388Z] Removing intermediate container f059bedf6235 [2023-01-18T16:48:22.388Z] ---> c2fc35649076 [2023-01-18T16:48:22.388Z] Step 31/32 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:48:22.645Z] ---> Running in 1eb79b989914 [2023-01-18T16:48:24.183Z] Removing intermediate container 1eb79b989914 [2023-01-18T16:48:24.183Z] ---> b4a70b1e4455 [2023-01-18T16:48:24.183Z] Step 32/32 : LABEL version=3.0.0-dev.22 [2023-01-18T16:48:28.476Z] ---> Running in 43ae2ae1759a [2023-01-18T16:48:31.844Z] Removing intermediate container 43ae2ae1759a [2023-01-18T16:48:31.844Z] ---> 812200c2e2e7 [2023-01-18T16:48:31.844Z] [2023-01-18T16:48:31.844Z] Successfully built 812200c2e2e7 [2023-01-18T16:48:31.844Z] Successfully tagged security-bootstrapper:latest [2023-01-18T16:48:31.844Z]  Building security-bootstrapper ... done Building security-proxy-setup [2023-01-18T16:48:32.103Z] Removing intermediate container d37ceae52230 [2023-01-18T16:48:32.103Z] ---> 57eb2d8758a3 [2023-01-18T16:48:32.103Z] Step 7/19 : COPY . . [2023-01-18T16:48:37.445Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:48:37.445Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:48:37.445Z] ---> 3d962f28c9b9 [2023-01-18T16:48:37.445Z] Step 3/21 : WORKDIR /edgex-go [2023-01-18T16:48:37.445Z] ---> Using cache [2023-01-18T16:48:37.445Z] ---> 77427414dff9 [2023-01-18T16:48:37.445Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-18T16:48:47.435Z] ---> 38a889e4259f [2023-01-18T16:48:47.435Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-18T16:48:47.435Z] ---> Running in 57008a0ba471 [2023-01-18T16:48:47.435Z] ---> Running in 870af1baf0ff [2023-01-18T16:48:47.435Z] Removing intermediate container ffe2404a3420 [2023-01-18T16:48:47.435Z] ---> 1a6178c88fdf [2023-01-18T16:48:47.435Z] [2023-01-18T16:48:47.435Z] Step 10/23 : FROM alpine:3.16 [2023-01-18T16:48:47.435Z] ---> bfe296a52501 [2023-01-18T16:48:47.435Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-18T16:48:47.435Z] ---> Using cache [2023-01-18T16:48:47.435Z] ---> 357b31b99240 [2023-01-18T16:48:47.435Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T16:48:47.435Z] ---> Using cache [2023-01-18T16:48:47.435Z] ---> 2e1319d4652a [2023-01-18T16:48:47.435Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-18T16:48:47.616Z] Removing intermediate container d29fdc6bca01 [2023-01-18T16:48:47.616Z] ---> 1f17a9b494e6 [2023-01-18T16:48:47.616Z] Step 7/24 : COPY . . [2023-01-18T16:48:47.616Z] Removing intermediate container 375ccfd72b13 [2023-01-18T16:48:47.616Z] ---> 2e4427ab0b55 [2023-01-18T16:48:47.616Z] Step 7/23 : COPY . . [2023-01-18T16:48:47.616Z] Removing intermediate container 0be118c82c23 [2023-01-18T16:48:47.616Z] ---> 3559920dc6ef [2023-01-18T16:48:47.617Z] Step 7/32 : COPY . . [2023-01-18T16:48:47.617Z] Removing intermediate container 7be9b4117f95 [2023-01-18T16:48:47.617Z] ---> cc8601239bda [2023-01-18T16:48:47.617Z] Step 7/19 : COPY . . [2023-01-18T16:48:47.617Z] Removing intermediate container ddacf8b5d820 [2023-01-18T16:48:47.617Z] ---> 49ad3dc93e26 [2023-01-18T16:48:47.617Z] Step 8/22 : COPY . . [2023-01-18T16:48:47.617Z] ---> ee0a96c2eb9e [2023-01-18T16:48:47.617Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T16:48:47.617Z] ---> Running in 4169fe048be9 [2023-01-18T16:48:48.399Z] ---> Running in bad3cd30523b [2023-01-18T16:48:48.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:48:48.971Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-18T16:48:49.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:48:49.526Z] OK: 211 MiB in 51 packages [2023-01-18T16:48:49.568Z] Removing intermediate container 4169fe048be9 [2023-01-18T16:48:49.568Z] ---> a9d7fa0f6cdf [2023-01-18T16:48:49.568Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-18T16:48:49.834Z] ---> Running in 10ed781e744f [2023-01-18T16:48:50.480Z] Removing intermediate container bad3cd30523b [2023-01-18T16:48:50.480Z] ---> 575c288329ee [2023-01-18T16:48:50.480Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-18T16:48:50.813Z] Removing intermediate container 10ed781e744f [2023-01-18T16:48:50.813Z] ---> 85f63e1495d0 [2023-01-18T16:48:50.813Z] 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-18T16:48:50.813Z] ---> Running in 9d66451ab5c0 [2023-01-18T16:48:51.434Z] ---> Running in 616fc1a0c2e2 [2023-01-18T16:48:51.737Z] Removing intermediate container abbe79393ad9 [2023-01-18T16:48:51.737Z] ---> bc118f3c1f17 [2023-01-18T16:48:51.737Z] [2023-01-18T16:48:51.737Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T16:48:51.737Z] ---> bfe296a52501 [2023-01-18T16:48:51.737Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-18T16:48:51.737Z] ---> Running in 6b1c183c5b16 [2023-01-18T16:48:51.737Z] Removing intermediate container 57008a0ba471 [2023-01-18T16:48:51.737Z] ---> 4c59b8ccbda8 [2023-01-18T16:48:51.737Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-18T16:48:51.737Z] Removing intermediate container 616fc1a0c2e2 [2023-01-18T16:48:51.737Z] ---> 8e5af7b0ab8c [2023-01-18T16:48:51.737Z] Step 15/23 : WORKDIR / [2023-01-18T16:48:51.737Z] ---> Running in 93bd67e1f1d5 [2023-01-18T16:48:52.020Z] Removing intermediate container 6b1c183c5b16 [2023-01-18T16:48:52.020Z] ---> 2c046180c966 [2023-01-18T16:48:52.020Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-18T16:48:52.020Z] ---> Running in 8a601fb65563 [2023-01-18T16:48:52.020Z] ---> c9a19e389a81 [2023-01-18T16:48:52.020Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:48:52.020Z] ---> Running in c1cb1d828946 [2023-01-18T16:48:52.020Z] Removing intermediate container 93bd67e1f1d5 [2023-01-18T16:48:52.020Z] ---> ae2ecdc5f5ab [2023-01-18T16:48:52.020Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:48:52.279Z] Removing intermediate container 8a601fb65563 [2023-01-18T16:48:52.279Z] ---> 1096c32d8739 [2023-01-18T16:48:52.279Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-18T16:48:52.279Z] ---> Running in f882879b7b96 [2023-01-18T16:48:52.279Z] ---> 1222c1d6f1d7 [2023-01-18T16:48:52.279Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-18T16:48:52.566Z] Removing intermediate container f882879b7b96 [2023-01-18T16:48:52.566Z] ---> a4cb5848ca31 [2023-01-18T16:48:52.566Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-18T16:48:52.759Z] ---> 5f69910de2df [2023-01-18T16:48:52.759Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T16:48:52.759Z] ---> Running in 0a5755759451 [2023-01-18T16:48:53.275Z] ---> Running in 7b4b41308498 [2023-01-18T16:48:53.276Z] ---> 66c38350692c [2023-01-18T16:48:53.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-18T16:48:53.730Z] ---> 97d611e52689 [2023-01-18T16:48:53.730Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-18T16:48:53.730Z] ---> Running in 2de89e2f56b0 [2023-01-18T16:48:54.317Z] ---> 2d91c022ec32 [2023-01-18T16:48:54.317Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-18T16:48:54.317Z] ---> 0be14b3071ee [2023-01-18T16:48:54.317Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-18T16:48:54.317Z] ---> Running in acafb5f4db99 [2023-01-18T16:48:54.450Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:48:54.450Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:48:54.587Z] ---> Running in dbc6e822f4d0 [2023-01-18T16:48:54.711Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-18T16:48:54.711Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:48:54.711Z] OK: 6 MiB in 15 packages [2023-01-18T16:48:54.865Z] Removing intermediate container 0a5755759451 [2023-01-18T16:48:54.865Z] ---> 814b75b9eba6 [2023-01-18T16:48:54.865Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-18T16:48:54.865Z] Removing intermediate container 9d66451ab5c0 [2023-01-18T16:48:54.865Z] ---> 12b89d4134b9 [2023-01-18T16:48:54.865Z] Step 11/24 : WORKDIR /edgex-go [2023-01-18T16:48:54.865Z] ---> Running in d5698bef1661 [2023-01-18T16:48:54.865Z] ---> Running in 469961a40cda [2023-01-18T16:48:55.031Z] ---> 5f9ee6e9e9ec [2023-01-18T16:48:55.031Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-18T16:48:55.613Z] ---> Running in b6151af581c6 [2023-01-18T16:48:55.829Z] Removing intermediate container d5698bef1661 [2023-01-18T16:48:55.829Z] ---> 333c4708fc1e [2023-01-18T16:48:55.829Z] [2023-01-18T16:48:55.829Z] Step 12/24 : FROM alpine:3.15 [2023-01-18T16:48:55.829Z] Removing intermediate container 469961a40cda [2023-01-18T16:48:55.829Z] ---> a902173b22f0 [2023-01-18T16:48:55.830Z] 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-18T16:48:55.830Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-18T16:48:55.874Z] Removing intermediate container b6151af581c6 [2023-01-18T16:48:55.874Z] ---> 4543e412f9f1 [2023-01-18T16:48:55.874Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T16:48:55.874Z] Removing intermediate container 7b4b41308498 [2023-01-18T16:48:55.874Z] ---> 8aa11313302d [2023-01-18T16:48:55.874Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:48:55.874Z] ---> Running in 0c5cbcf9cdc8 [2023-01-18T16:48:56.102Z] 3.15: Pulling from library/alpine [2023-01-18T16:48:56.102Z] ---> Running in 22567463adca [2023-01-18T16:48:56.135Z] Removing intermediate container 234e1477f859 [2023-01-18T16:48:56.135Z] ---> 34791ffc2d1b [2023-01-18T16:48:56.135Z] Step 8/22 : COPY . . [2023-01-18T16:48:56.135Z] Removing intermediate container 0c5cbcf9cdc8 [2023-01-18T16:48:56.135Z] ---> 00770896df41 [2023-01-18T16:48:56.135Z] Step 21/23 : LABEL arch=x86_64 [2023-01-18T16:48:56.135Z] ---> 8ccfc52b6667 [2023-01-18T16:48:56.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-18T16:48:56.135Z] ---> Running in bb744fe2ceee [2023-01-18T16:48:57.059Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-18T16:48:57.059Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-18T16:48:58.247Z] Removing intermediate container bb744fe2ceee [2023-01-18T16:48:58.247Z] ---> 29d24e17fd40 [2023-01-18T16:48:58.247Z] Step 22/23 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:48:59.004Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-18T16:48:59.004Z] Status: Downloaded newer image for alpine:3.15 [2023-01-18T16:48:59.004Z] ---> 8aa73fd46299 [2023-01-18T16:48:59.004Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:48:59.004Z] ---> Running in 67f79c6fbd36 [2023-01-18T16:48:59.982Z] Removing intermediate container 67f79c6fbd36 [2023-01-18T16:48:59.982Z] ---> 405da12cfa88 [2023-01-18T16:48:59.982Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-18T16:48:59.982Z] ---> Running in f6d62c80ee52 [2023-01-18T16:49:01.389Z] Removing intermediate container 22567463adca [2023-01-18T16:49:01.389Z] ---> 429938aa56fc [2023-01-18T16:49:01.390Z] Step 11/23 : WORKDIR /edgex-go [2023-01-18T16:49:01.390Z] ---> Running in d36858215e37 [2023-01-18T16:49:02.352Z] Removing intermediate container d36858215e37 [2023-01-18T16:49:02.352Z] ---> e51edc27916e [2023-01-18T16:49:02.352Z] [2023-01-18T16:49:02.352Z] Step 12/23 : FROM alpine:3.15 [2023-01-18T16:49:02.352Z] ---> 8aa73fd46299 [2023-01-18T16:49:02.352Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:49:02.352Z] ---> Using cache [2023-01-18T16:49:02.352Z] ---> 405da12cfa88 [2023-01-18T16:49:02.352Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-18T16:49:02.352Z] ---> Running in 9f2316ed1224 [2023-01-18T16:49:02.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:02.630Z] ---> 52fe75567618 [2023-01-18T16:49:02.630Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-18T16:49:02.630Z] ---> Running in e8e9438770ac [2023-01-18T16:49:02.630Z] ---> f327e07918df [2023-01-18T16:49:02.630Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-18T16:49:03.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:03.226Z] ---> Running in 3ba064220e2a [2023-01-18T16:49:03.486Z] Removing intermediate container e8e9438770ac [2023-01-18T16:49:03.487Z] ---> e838457aeef0 [2023-01-18T16:49:03.487Z] Step 23/23 : LABEL version=3.0.0-dev.22 [2023-01-18T16:49:03.487Z] ---> 9ecf9420b487 [2023-01-18T16:49:03.487Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-18T16:49:04.425Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-18T16:49:04.425Z] ---> Running in 7e83070587ec [2023-01-18T16:49:04.425Z] ---> Running in 772accbd639c [2023-01-18T16:49:04.425Z] Removing intermediate container 772accbd639c [2023-01-18T16:49:04.425Z] ---> a867df307b29 [2023-01-18T16:49:04.425Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T16:49:04.425Z] Removing intermediate container 7e83070587ec [2023-01-18T16:49:04.425Z] ---> 385c7a0d0a39 [2023-01-18T16:49:04.425Z] [2023-01-18T16:49:04.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:04.707Z] ---> Running in 09510b209df8 [2023-01-18T16:49:04.707Z] Successfully built 385c7a0d0a39 [2023-01-18T16:49:04.707Z] Successfully tagged core-command:latest [2023-01-18T16:49:04.707Z] Building core-metadata [2023-01-18T16:49:04.898Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T16:49:04.898Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T16:49:04.898Z] OK: 15736 distinct packages available [2023-01-18T16:49:05.172Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:05.172Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:05.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:06.859Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T16:49:06.859Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T16:49:06.859Z] OK: 15736 distinct packages available [2023-01-18T16:49:07.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:07.126Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-18T16:49:07.126Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-18T16:49:07.127Z] (3/4) Installing libucontext (1.1-r0) [2023-01-18T16:49:07.127Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-18T16:49:07.127Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T16:49:07.127Z] OK: 6 MiB in 18 packages [2023-01-18T16:49:07.295Z]  Building core-command ... done Removing intermediate container 09510b209df8 [2023-01-18T16:49:07.295Z] ---> 2bab317ef903 [2023-01-18T16:49:07.295Z] Step 20/22 : LABEL arch=x86_64 [2023-01-18T16:49:07.295Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:49:07.295Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:49:07.295Z] ---> 3d962f28c9b9 [2023-01-18T16:49:07.295Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:49:07.295Z] ---> Using cache [2023-01-18T16:49:07.295Z] ---> effc67938649 [2023-01-18T16:49:07.295Z] Step 4/24 : WORKDIR /edgex-go [2023-01-18T16:49:07.295Z] ---> Using cache [2023-01-18T16:49:07.295Z] ---> 97512c313bf3 [2023-01-18T16:49:07.295Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-18T16:49:07.295Z] ---> Using cache [2023-01-18T16:49:07.295Z] ---> f61be2763ccd [2023-01-18T16:49:07.295Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-18T16:49:07.295Z] ---> Using cache [2023-01-18T16:49:07.295Z] ---> 0f46d222ed1c [2023-01-18T16:49:07.295Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:49:07.295Z] ---> Using cache [2023-01-18T16:49:07.295Z] ---> c72bc2c66812 [2023-01-18T16:49:07.295Z] Step 8/24 : COPY . . [2023-01-18T16:49:07.295Z] ---> Using cache [2023-01-18T16:49:07.296Z] ---> 7c3900eeeb5d [2023-01-18T16:49:07.296Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-18T16:49:07.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:09.148Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-18T16:49:09.148Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-18T16:49:09.148Z] (3/5) Installing libucontext (1.1-r0) [2023-01-18T16:49:09.148Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-18T16:49:09.148Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-18T16:49:09.453Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T16:49:09.453Z] OK: 6 MiB in 19 packages [2023-01-18T16:49:09.453Z] Removing intermediate container f6d62c80ee52 [2023-01-18T16:49:09.453Z] ---> 437c818c2f1a [2023-01-18T16:49:09.453Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T16:49:10.623Z] ---> Running in a48ac4dd4975 [2023-01-18T16:49:10.624Z] ---> Running in 0cb3e70b45a7 [2023-01-18T16:49:10.624Z] Removing intermediate container a48ac4dd4975 [2023-01-18T16:49:10.624Z] ---> bdce662912dc [2023-01-18T16:49:10.624Z] Step 21/22 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:49:10.624Z] ---> Running in b21a58ac0c54 [2023-01-18T16:49:10.885Z] Removing intermediate container b21a58ac0c54 [2023-01-18T16:49:10.885Z] ---> 97b46b214455 [2023-01-18T16:49:10.885Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T16:49:10.885Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-18T16:49:11.153Z] ---> Running in 4679b740f7a6 [2023-01-18T16:49:11.153Z] Removing intermediate container 4679b740f7a6 [2023-01-18T16:49:11.153Z] ---> 171e54c36444 [2023-01-18T16:49:11.153Z] [2023-01-18T16:49:11.413Z] Successfully built 171e54c36444 [2023-01-18T16:49:11.413Z] Successfully tagged core-data:latest [2023-01-18T16:49:12.150Z] Removing intermediate container 9f2316ed1224 [2023-01-18T16:49:12.150Z] ---> 8f7fe88faf7f [2023-01-18T16:49:12.150Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T16:49:22.214Z] ---> 26737e2b9f98 [2023-01-18T16:49:22.214Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T16:49:22.214Z] ---> d956403247bc [2023-01-18T16:49:22.214Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-18T16:49:22.480Z] ---> Running in 356f231316d1 [2023-01-18T16:49:23.885Z] Removing intermediate container 356f231316d1 [2023-01-18T16:49:23.885Z] ---> 04ace6ac9c67 [2023-01-18T16:49:23.885Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-18T16:49:25.822Z] ---> 71568b246ef7 [2023-01-18T16:49:25.822Z] Step 19/24 : WORKDIR / [2023-01-18T16:49:25.822Z] ---> Running in 5b1e2eb02c4f [2023-01-18T16:49:26.403Z] ---> 5118191b6b48 [2023-01-18T16:49:26.403Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T16:49:26.669Z] Removing intermediate container 5b1e2eb02c4f [2023-01-18T16:49:26.669Z] ---> 00dee5ac0318 [2023-01-18T16:49:26.669Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T16:49:26.935Z] ---> Running in 56fba436f3ac [2023-01-18T16:49:27.523Z] Removing intermediate container 56fba436f3ac [2023-01-18T16:49:27.523Z] ---> 80536db13bf7 [2023-01-18T16:49:27.523Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T16:49:27.790Z] ---> Running in 5e1fcc33bc10 [2023-01-18T16:49:27.790Z] ---> 54856f7cca19 [2023-01-18T16:49:27.790Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-18T16:49:29.204Z] Removing intermediate container 5e1fcc33bc10 [2023-01-18T16:49:29.204Z] ---> 0a27e49a496c [2023-01-18T16:49:29.204Z] Step 22/24 : LABEL arch=arm64 [2023-01-18T16:49:29.204Z] ---> Running in 7162ea413bb8 [2023-01-18T16:49:29.472Z] ---> 7bfacd155dd2 [2023-01-18T16:49:29.472Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-18T16:49:30.428Z] Removing intermediate container 7162ea413bb8 [2023-01-18T16:49:30.428Z] ---> 457812f42788 [2023-01-18T16:49:30.428Z] Step 23/24 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:49:30.428Z] ---> Running in 39e27dfb815d [2023-01-18T16:49:31.009Z] ---> 89842e5a7bb7 [2023-01-18T16:49:31.009Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T16:49:31.275Z] Removing intermediate container 39e27dfb815d [2023-01-18T16:49:31.275Z] ---> d46b75c461d4 [2023-01-18T16:49:31.275Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T16:49:31.275Z] ---> Running in 9b99ebf4eaa1 [2023-01-18T16:49:31.540Z] ---> Running in e88e03f69d42 [2023-01-18T16:49:32.499Z] Removing intermediate container 9b99ebf4eaa1 [2023-01-18T16:49:32.499Z] ---> 568db7208a24 [2023-01-18T16:49:32.499Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T16:49:32.499Z] Removing intermediate container e88e03f69d42 [2023-01-18T16:49:32.499Z] ---> a4a336faa89f [2023-01-18T16:49:32.499Z] [2023-01-18T16:49:32.499Z] ---> Running in a13aa463ea35 [2023-01-18T16:49:32.765Z] Successfully built a4a336faa89f [2023-01-18T16:49:32.765Z] Successfully tagged security-spire-config-arm64:latest [2023-01-18T16:49:32.765Z]  Building security-spire-config ... done Building security-secretstore-setup [2023-01-18T16:49:33.347Z] Removing intermediate container a13aa463ea35 [2023-01-18T16:49:33.347Z] ---> 13ab064def8d [2023-01-18T16:49:33.347Z] Step 21/23 : LABEL arch=arm64 [2023-01-18T16:49:33.347Z] ---> Running in 8c0adc7f308c [2023-01-18T16:49:33.927Z] Removing intermediate container 8c0adc7f308c [2023-01-18T16:49:33.927Z] ---> a249f812378d [2023-01-18T16:49:33.927Z] Step 22/23 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:49:33.927Z] ---> Running in b6b8a7c413a2 [2023-01-18T16:49:34.523Z] Removing intermediate container b6b8a7c413a2 [2023-01-18T16:49:34.523Z] ---> f78dd45ada8e [2023-01-18T16:49:34.523Z] Step 23/23 : LABEL version=3.0.0-dev.22 [2023-01-18T16:49:34.789Z] ---> Running in 91b1c0546a4a [2023-01-18T16:49:35.368Z] Removing intermediate container 91b1c0546a4a [2023-01-18T16:49:35.368Z] ---> 044d61b0877b [2023-01-18T16:49:35.368Z] [2023-01-18T16:49:35.633Z] Successfully built 044d61b0877b [2023-01-18T16:49:35.633Z] Successfully tagged security-spire-server-arm64:latest [2023-01-18T16:49:35.633Z] Building security-proxy-setup [2023-01-18T16:49:38.211Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:49:38.211Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:49:38.211Z] ---> 6c57a0d8dc74 [2023-01-18T16:49:38.211Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T16:49:38.211Z] ---> Using cache [2023-01-18T16:49:38.211Z] ---> 391de87b302b [2023-01-18T16:49:38.211Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-18T16:49:38.467Z]  Building core-data ... done Removing intermediate container 870af1baf0ff [2023-01-18T16:49:38.467Z] ---> 84b96877af2d [2023-01-18T16:49:38.467Z] [2023-01-18T16:49:38.467Z] Step 9/19 : FROM alpine:3.15 [2023-01-18T16:49:38.467Z] ---> c4fc93816858 [2023-01-18T16:49:38.467Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:49:38.467Z] ---> Using cache [2023-01-18T16:49:38.467Z] ---> fab10df39b79 [2023-01-18T16:49:38.467Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-18T16:49:38.467Z] ---> Running in 194f450ccd24 [2023-01-18T16:49:38.467Z] Removing intermediate container c1cb1d828946 [2023-01-18T16:49:38.467Z] ---> 34d4d4b997ca [2023-01-18T16:49:38.467Z] Step 7/21 : COPY . . [2023-01-18T16:49:38.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:49:38.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:49:38.467Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T16:49:38.467Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T16:49:38.467Z] OK: 15859 distinct packages available [2023-01-18T16:49:38.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:49:38.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:49:38.467Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-18T16:49:38.467Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-18T16:49:38.467Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-18T16:49:38.467Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-18T16:49:38.467Z] (5/9) Installing curl (7.80.0-r5) [2023-01-18T16:49:38.467Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-18T16:49:38.467Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-18T16:49:38.467Z] (8/9) Installing libucontext (1.1-r0) [2023-01-18T16:49:38.467Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-18T16:49:38.467Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T16:49:38.467Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:49:38.467Z] OK: 8 MiB in 23 packages [2023-01-18T16:49:40.149Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:49:40.150Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:49:40.150Z] ---> 6c57a0d8dc74 [2023-01-18T16:49:40.150Z] Step 3/21 : WORKDIR /edgex-go [2023-01-18T16:49:40.150Z] ---> Using cache [2023-01-18T16:49:40.150Z] ---> 391de87b302b [2023-01-18T16:49:40.150Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-18T16:49:40.415Z] ---> Running in f91ac6088178 [2023-01-18T16:49:40.415Z] ---> Running in 52d826e4376a [2023-01-18T16:49:45.219Z] ---> 199ab76963c4 [2023-01-18T16:49:45.219Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-18T16:49:45.219Z] Removing intermediate container 0cb3e70b45a7 [2023-01-18T16:49:45.219Z] ---> 0e4da835eeb5 [2023-01-18T16:49:45.219Z] [2023-01-18T16:49:45.219Z] Step 10/24 : FROM alpine:3.16 [2023-01-18T16:49:45.219Z] ---> bfe296a52501 [2023-01-18T16:49:45.219Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-18T16:49:45.219Z] ---> Using cache [2023-01-18T16:49:45.219Z] ---> 357b31b99240 [2023-01-18T16:49:45.219Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T16:49:45.219Z] ---> Using cache [2023-01-18T16:49:45.219Z] ---> 2e1319d4652a [2023-01-18T16:49:45.219Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-18T16:49:45.219Z] Removing intermediate container 3ba064220e2a [2023-01-18T16:49:45.219Z] ---> ccd7ad899643 [2023-01-18T16:49:45.219Z] [2023-01-18T16:49:45.219Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T16:49:45.219Z] ---> bfe296a52501 [2023-01-18T16:49:45.219Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-18T16:49:45.219Z] ---> Running in 9a05e8de731f [2023-01-18T16:49:45.219Z] ---> Running in e8c3841e4daf [2023-01-18T16:49:45.219Z] ---> Running in 8ee6d52c690c [2023-01-18T16:49:45.219Z] Removing intermediate container e8c3841e4daf [2023-01-18T16:49:45.219Z] ---> 92b0fbc24744 [2023-01-18T16:49:45.219Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-18T16:49:45.219Z] Removing intermediate container 194f450ccd24 [2023-01-18T16:49:45.219Z] ---> f616605bd271 [2023-01-18T16:49:45.219Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:49:45.219Z] ---> Running in 7ed812f63bc7 [2023-01-18T16:49:45.219Z] Removing intermediate container 7ed812f63bc7 [2023-01-18T16:49:45.219Z] ---> f5e8af4a4619 [2023-01-18T16:49:45.219Z] Step 15/24 : WORKDIR / [2023-01-18T16:49:45.219Z] ---> Running in 6120fa4c2096 [2023-01-18T16:49:45.219Z] ---> 53569958dee0 [2023-01-18T16:49:45.219Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-18T16:49:45.219Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-18T16:49:45.219Z] Removing intermediate container 6120fa4c2096 [2023-01-18T16:49:45.219Z] ---> df87fc4b53f4 [2023-01-18T16:49:45.219Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:49:45.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:49:45.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:49:45.219Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-18T16:49:45.219Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-18T16:49:45.219Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:49:45.219Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:49:45.479Z] ---> cc055772d8b6 [2023-01-18T16:49:45.479Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-18T16:49:45.479Z] ---> 17b1eaf07400 [2023-01-18T16:49:45.479Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-18T16:49:45.479Z] OK: 6 MiB in 16 packages [2023-01-18T16:49:45.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:45.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:45.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:45.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:49:46.050Z] ---> 72ac7bd118c4 [2023-01-18T16:49:46.050Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-18T16:49:46.050Z] ---> fd7b5d08aae3 [2023-01-18T16:49:46.050Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-18T16:49:46.313Z] ---> Running in 80ac836e703c [2023-01-18T16:49:46.313Z] Removing intermediate container 80ac836e703c [2023-01-18T16:49:46.313Z] ---> f146589623dd [2023-01-18T16:49:46.313Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T16:49:46.313Z] ---> Running in 074bc7f4acf1 [2023-01-18T16:49:46.313Z] ---> cdcd8f5bed57 [2023-01-18T16:49:46.313Z] Removing intermediate container 8ee6d52c690c [2023-01-18T16:49:46.313Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-18T16:49:46.313Z] ---> 2ea311dd4144 [2023-01-18T16:49:46.313Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T16:49:46.313Z] ---> Running in 7165478fb2e6 [2023-01-18T16:49:46.313Z] Removing intermediate container 074bc7f4acf1 [2023-01-18T16:49:46.313Z] ---> 5800fdc2c07d [2023-01-18T16:49:46.313Z] Step 17/19 : LABEL arch=x86_64 [2023-01-18T16:49:46.574Z] ---> Running in b4501f80250a [2023-01-18T16:49:46.574Z] Removing intermediate container 7165478fb2e6 [2023-01-18T16:49:46.574Z] ---> 7c9000c4d869 [2023-01-18T16:49:46.574Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-18T16:49:46.574Z] ---> 5cb1668aafc5 [2023-01-18T16:49:46.574Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-18T16:49:46.574Z] ---> Running in 92b6be02e80d [2023-01-18T16:49:46.574Z] ---> Running in fd0af35bf00b [2023-01-18T16:49:46.574Z] Removing intermediate container 92b6be02e80d [2023-01-18T16:49:46.574Z] ---> cc2f3204e9a8 [2023-01-18T16:49:46.574Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-18T16:49:46.574Z] ---> Running in a432a1f8acec [2023-01-18T16:49:46.574Z] Removing intermediate container b4501f80250a [2023-01-18T16:49:46.574Z] ---> 25658a41c668 [2023-01-18T16:49:46.574Z] Step 18/19 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:49:46.574Z] ---> Running in 90038cbbb0cc [2023-01-18T16:49:46.836Z] Removing intermediate container fd0af35bf00b [2023-01-18T16:49:46.836Z] ---> a15a3c974c43 [2023-01-18T16:49:46.836Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T16:49:46.836Z] ---> Running in 92236f84acaf [2023-01-18T16:49:46.836Z] Removing intermediate container 90038cbbb0cc [2023-01-18T16:49:46.836Z] ---> 8b95b4afba2c [2023-01-18T16:49:46.836Z] Step 19/19 : LABEL version=3.0.0-dev.22 [2023-01-18T16:49:46.836Z] Removing intermediate container a432a1f8acec [2023-01-18T16:49:46.836Z] ---> b7d19bf687f3 [2023-01-18T16:49:46.836Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:49:46.836Z] Removing intermediate container 92236f84acaf [2023-01-18T16:49:46.836Z] ---> 595efb5dc866 [2023-01-18T16:49:46.836Z] Step 22/24 : LABEL arch=x86_64 [2023-01-18T16:49:46.836Z] ---> Running in 859ca36edf8d [2023-01-18T16:49:46.836Z] ---> Running in 8757ed648afe [2023-01-18T16:49:47.096Z] Removing intermediate container 859ca36edf8d [2023-01-18T16:49:47.096Z] ---> 6ebc50ce68f3 [2023-01-18T16:49:47.096Z] [2023-01-18T16:49:47.096Z] Removing intermediate container 8757ed648afe [2023-01-18T16:49:47.096Z] ---> 955d4b22f767 [2023-01-18T16:49:47.096Z] Step 23/24 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:49:47.096Z] ---> 74e33a615b74 [2023-01-18T16:49:47.096Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-18T16:49:47.096Z] ---> Running in 5c20fcbccceb [2023-01-18T16:49:47.096Z] Successfully built 6ebc50ce68f3 [2023-01-18T16:49:47.096Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-18T16:49:47.096Z]  Building security-spiffe-token-provider ... done Removing intermediate container 5c20fcbccceb [2023-01-18T16:49:47.096Z] ---> 994bb1205f83 [2023-01-18T16:49:47.096Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T16:49:47.166Z] OK: 221 MiB in 51 packages [2023-01-18T16:49:47.166Z] OK: 221 MiB in 51 packages [2023-01-18T16:49:47.452Z] ---> Running in f36122a04972 [2023-01-18T16:49:47.710Z] Removing intermediate container f36122a04972 [2023-01-18T16:49:47.710Z] ---> 602625bcdbcd [2023-01-18T16:49:47.710Z] [2023-01-18T16:49:47.710Z] Successfully built 602625bcdbcd [2023-01-18T16:49:47.971Z] Successfully tagged core-metadata:latest [2023-01-18T16:49:47.971Z]  Building core-metadata ... done  ---> 311f4961ad6e [2023-01-18T16:49:47.971Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-18T16:49:48.230Z] ---> c0900c1b9f34 [2023-01-18T16:49:48.230Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-18T16:49:48.230Z] ---> Running in cc9259614d86 [2023-01-18T16:49:48.490Z] Removing intermediate container cc9259614d86 [2023-01-18T16:49:48.490Z] ---> b4fdcb9ad3dc [2023-01-18T16:49:48.490Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T16:49:48.490Z] ---> Running in ded2df669e35 [2023-01-18T16:49:48.750Z] Removing intermediate container ded2df669e35 [2023-01-18T16:49:48.750Z] ---> 40991a873762 [2023-01-18T16:49:48.750Z] Step 20/22 : LABEL arch=x86_64 [2023-01-18T16:49:48.750Z] ---> Running in 4cce4a6d2269 [2023-01-18T16:49:49.010Z] Removing intermediate container 4cce4a6d2269 [2023-01-18T16:49:49.010Z] ---> d688d6b7f371 [2023-01-18T16:49:49.010Z] Step 21/22 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:49:49.010Z] ---> Running in 52401cb5b7ba [2023-01-18T16:49:49.108Z] Removing intermediate container 52d826e4376a [2023-01-18T16:49:49.108Z] ---> a129f2b20e4d [2023-01-18T16:49:49.108Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-18T16:49:49.270Z] Removing intermediate container 52401cb5b7ba [2023-01-18T16:49:49.270Z] ---> 8d0d0756f336 [2023-01-18T16:49:49.270Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T16:49:49.374Z] Removing intermediate container f91ac6088178 [2023-01-18T16:49:49.374Z] ---> c6ce855d0107 [2023-01-18T16:49:49.374Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T16:49:49.551Z] ---> Running in 775ff070b3c4 [2023-01-18T16:49:49.551Z] Removing intermediate container 775ff070b3c4 [2023-01-18T16:49:49.551Z] ---> 78ac490870de [2023-01-18T16:49:49.551Z] [2023-01-18T16:49:49.551Z] Successfully built 78ac490870de [2023-01-18T16:49:49.812Z] Successfully tagged support-notifications:latest [2023-01-18T16:49:52.720Z] ---> 8d2fb12798a1 [2023-01-18T16:49:52.720Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:49:52.720Z] ---> 4388d0aceba0 [2023-01-18T16:49:52.720Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:49:53.305Z] ---> Running in 8712531d17e6 [2023-01-18T16:49:53.305Z] ---> Running in 51a12521db9c [2023-01-18T16:49:57.939Z]  Building support-notifications ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-18T16:50:00.499Z] Removing intermediate container 9a05e8de731f [2023-01-18T16:50:00.499Z] ---> 1234ae2c9539 [2023-01-18T16:50:00.499Z] [2023-01-18T16:50:00.499Z] Step 9/21 : FROM alpine:3.16 [2023-01-18T16:50:00.499Z] ---> bfe296a52501 [2023-01-18T16:50:00.499Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-18T16:50:00.760Z] ---> Running in ae4ad9e14980 [2023-01-18T16:50:01.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-18T16:50:01.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-18T16:50:01.282Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-18T16:50:01.282Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-18T16:50:01.282Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-18T16:50:01.282Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-18T16:50:01.282Z] (5/6) Installing curl (7.83.1-r5) [2023-01-18T16:50:01.282Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-18T16:50:01.282Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:50:01.282Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:50:01.542Z] OK: 8 MiB in 20 packages [2023-01-18T16:50:02.114Z] Removing intermediate container ae4ad9e14980 [2023-01-18T16:50:02.114Z] ---> 11d1f27df61f [2023-01-18T16:50:02.114Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-18T16:50:02.114Z] ---> Running in 8a27d628bacd [2023-01-18T16:50:02.114Z] Removing intermediate container 8a27d628bacd [2023-01-18T16:50:02.114Z] ---> 1d09da8c86f9 [2023-01-18T16:50:02.114Z] Step 12/21 : WORKDIR /edgex [2023-01-18T16:50:02.114Z] ---> Running in 4878e60d31a3 [2023-01-18T16:50:02.114Z] Removing intermediate container 4878e60d31a3 [2023-01-18T16:50:02.114Z] ---> 9da3310dce3a [2023-01-18T16:50:02.114Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-18T16:50:02.375Z] ---> f267e1a889fd [2023-01-18T16:50:02.375Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-18T16:50:03.208Z] ---> d92d1c4f805d [2023-01-18T16:50:03.208Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-18T16:50:03.468Z] ---> 2158a193097f [2023-01-18T16:50:03.468Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-18T16:50:03.468Z] ---> 643953614c34 [2023-01-18T16:50:03.468Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-18T16:50:03.468Z] ---> Running in f55b0a0cd2c0 [2023-01-18T16:50:04.038Z] Removing intermediate container f55b0a0cd2c0 [2023-01-18T16:50:04.038Z] ---> c374ea8606f5 [2023-01-18T16:50:04.038Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-18T16:50:04.038Z] ---> Running in 4dbd419de50b [2023-01-18T16:50:04.038Z] Removing intermediate container 4dbd419de50b [2023-01-18T16:50:04.038Z] ---> bcf64f453063 [2023-01-18T16:50:04.038Z] Step 19/21 : LABEL arch=x86_64 [2023-01-18T16:50:04.038Z] ---> Running in dd2876e4508f [2023-01-18T16:50:04.038Z] Removing intermediate container dd2876e4508f [2023-01-18T16:50:04.038Z] ---> 185b52742d66 [2023-01-18T16:50:04.038Z] Step 20/21 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:04.299Z] ---> Running in 0b49c632e082 [2023-01-18T16:50:04.299Z] Removing intermediate container 0b49c632e082 [2023-01-18T16:50:04.299Z] ---> 00c223273f2d [2023-01-18T16:50:04.299Z] Step 21/21 : LABEL version=3.0.0-dev.22 [2023-01-18T16:50:04.299Z] ---> Running in 7401b342de75 [2023-01-18T16:50:04.299Z] Removing intermediate container 7401b342de75 [2023-01-18T16:50:04.299Z] ---> 542109989993 [2023-01-18T16:50:04.299Z] [2023-01-18T16:50:04.299Z] Successfully built 542109989993 [2023-01-18T16:50:04.299Z] Successfully tagged security-proxy-setup:latest [2023-01-18T16:50:04.570Z]  Building security-proxy-setup ... done  [Pipeline] } [2023-01-18T16:50:04.573Z] $ docker stop --time=1 1d04af42ffa82926c842534b3cdec34ca8a149dd80819a275d3897a6f575e839 [2023-01-18T16:50:05.838Z] $ docker rm -f --volumes 1d04af42ffa82926c842534b3cdec34ca8a149dd80819a275d3897a6f575e839 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T16:50:06.174Z] + docker images [2023-01-18T16:50:06.174Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-18T16:50:06.174Z] security-proxy-setup latest 542109989993 1 second ago 27.8MB [2023-01-18T16:50:06.174Z] 1234ae2c9539 6 seconds ago 1.66GB [2023-01-18T16:50:06.174Z] support-notifications latest 78ac490870de 16 seconds ago 30.6MB [2023-01-18T16:50:06.174Z] core-metadata latest 602625bcdbcd 18 seconds ago 18.5MB [2023-01-18T16:50:06.174Z] security-spiffe-token-provider latest 6ebc50ce68f3 19 seconds ago 29.8MB [2023-01-18T16:50:06.174Z] ccd7ad899643 25 seconds ago 1.74GB [2023-01-18T16:50:06.174Z] 0e4da835eeb5 28 seconds ago 1.68GB [2023-01-18T16:50:06.174Z] 84b96877af2d 38 seconds ago 1.71GB [2023-01-18T16:50:06.174Z] core-data latest 171e54c36444 55 seconds ago 17.9MB [2023-01-18T16:50:06.174Z] core-command latest 385c7a0d0a39 About a minute ago 17.7MB [2023-01-18T16:50:06.174Z] bc118f3c1f17 About a minute ago 1.68GB [2023-01-18T16:50:06.174Z] 1a6178c88fdf About a minute ago 1.67GB [2023-01-18T16:50:06.174Z] security-bootstrapper latest 812200c2e2e7 About a minute ago 20.3MB [2023-01-18T16:50:06.174Z] security-secretstore-setup latest 8a31ba1fe3ad About a minute ago 29.9MB [2023-01-18T16:50:06.174Z] support-scheduler latest c9b86ec311dc 2 minutes ago 30MB [2023-01-18T16:50:06.174Z] security-spire-config latest be172d71a191 2 minutes ago 85.8MB [2023-01-18T16:50:06.174Z] b03d1f89eebe 2 minutes ago 1.74GB [2023-01-18T16:50:06.174Z] 63d09748c9ea 2 minutes ago 1.67GB [2023-01-18T16:50:06.174Z] 4488d7b8b52d 2 minutes ago 1.66GB [2023-01-18T16:50:06.174Z] security-spire-agent latest ae01886b50cf 2 minutes ago 125MB [2023-01-18T16:50:06.174Z] security-spire-server latest 5f48ad94a727 2 minutes ago 86.5MB [2023-01-18T16:50:06.174Z] ffccb9b2e824 2 minutes ago 1.54GB [2023-01-18T16:50:06.174Z] 9efbddd930b0 2 minutes ago 1.54GB [2023-01-18T16:50:06.174Z] ci-base-image-x86_64 latest 3d962f28c9b9 6 minutes ago 904MB [2023-01-18T16:50:06.174Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-18T16:50:06.174Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-18T16:50:06.174Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-18T16:50:06.174Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-18T16:50:06.174Z] 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-18T16:50:06.262Z] provisioning config files... [2023-01-18T16:50:06.271Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/378@tmp/config14064671823174312175tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T16:50:06.564Z] ---> docker-login.sh [2023-01-18T16:50:06.564Z] nexus3.edgexfoundry.org:10001 [2023-01-18T16:50:06.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:50:06.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:50:06.564Z] Configure a credential helper to remove this warning. See [2023-01-18T16:50:06.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:50:06.564Z] [2023-01-18T16:50:06.564Z] Login Succeeded [2023-01-18T16:50:06.564Z] nexus3.edgexfoundry.org:10002 [2023-01-18T16:50:06.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:50:06.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:50:06.564Z] Configure a credential helper to remove this warning. See [2023-01-18T16:50:06.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:50:06.564Z] [2023-01-18T16:50:06.564Z] Login Succeeded [2023-01-18T16:50:06.564Z] nexus3.edgexfoundry.org:10003 [2023-01-18T16:50:06.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:50:06.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:50:06.824Z] Configure a credential helper to remove this warning. See [2023-01-18T16:50:06.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:50:06.824Z] [2023-01-18T16:50:06.824Z] Login Succeeded [2023-01-18T16:50:06.824Z] nexus3.edgexfoundry.org:10004 [2023-01-18T16:50:06.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:50:06.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:50:06.824Z] Configure a credential helper to remove this warning. See [2023-01-18T16:50:06.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:50:06.824Z] [2023-01-18T16:50:06.824Z] Login Succeeded [2023-01-18T16:50:06.824Z] docker.io [2023-01-18T16:50:06.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T16:50:07.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T16:50:07.082Z] Configure a credential helper to remove this warning. See [2023-01-18T16:50:07.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T16:50:07.082Z] [2023-01-18T16:50:07.082Z] Login Succeeded [2023-01-18T16:50:07.082Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T16:50:07.088Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:07.112Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T16:50:07.128Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-18T16:50:07.128Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:07.128Z] latest [2023-01-18T16:50:07.128Z] 3.0.0-dev.22 [2023-01-18T16:50:07.128Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:07.128Z] main [2023-01-18T16:50:07.128Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:07.435Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:07.740Z] + docker push nexus3.edgexfoundry.org:10004/core-command:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:07.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-18T16:50:07.740Z] 3b65da4f9a0b: Preparing [2023-01-18T16:50:07.740Z] 9722e418e0d9: Preparing [2023-01-18T16:50:07.740Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:07.740Z] b1ae766b6cac: Preparing [2023-01-18T16:50:07.740Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:07.740Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:07.740Z] 41c03a7a04b6: Pushed [2023-01-18T16:50:07.740Z] 3b65da4f9a0b: Pushed [2023-01-18T16:50:07.740Z] b1ae766b6cac: Pushed [2023-01-18T16:50:09.123Z] 9722e418e0d9: Pushed [2023-01-18T16:50:09.123Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:bd1989afb934f73ab82c0bd37fb3c1b51236a4b050313d96f72e1201ce33ba9e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:09.435Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:09.740Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-18T16:50:09.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-18T16:50:09.741Z] 3b65da4f9a0b: Preparing [2023-01-18T16:50:09.741Z] 9722e418e0d9: Preparing [2023-01-18T16:50:09.741Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:09.741Z] b1ae766b6cac: Preparing [2023-01-18T16:50:09.741Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:09.741Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:09.741Z] 3b65da4f9a0b: Layer already exists [2023-01-18T16:50:09.741Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:09.741Z] 9722e418e0d9: Layer already exists [2023-01-18T16:50:09.741Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:09.741Z] latest: digest: sha256:bd1989afb934f73ab82c0bd37fb3c1b51236a4b050313d96f72e1201ce33ba9e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:10.048Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:10.350Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.22 [2023-01-18T16:50:10.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-18T16:50:10.350Z] 3b65da4f9a0b: Preparing [2023-01-18T16:50:10.350Z] 9722e418e0d9: Preparing [2023-01-18T16:50:10.350Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:10.350Z] b1ae766b6cac: Preparing [2023-01-18T16:50:10.350Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:10.350Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:10.350Z] 9722e418e0d9: Layer already exists [2023-01-18T16:50:10.350Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:10.350Z] 3b65da4f9a0b: Layer already exists [2023-01-18T16:50:10.350Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:10.350Z] 3.0.0-dev.22: digest: sha256:bd1989afb934f73ab82c0bd37fb3c1b51236a4b050313d96f72e1201ce33ba9e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:10.665Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:10.975Z] + docker push nexus3.edgexfoundry.org:10004/core-command:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:10.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-18T16:50:10.975Z] 3b65da4f9a0b: Preparing [2023-01-18T16:50:10.975Z] 9722e418e0d9: Preparing [2023-01-18T16:50:10.975Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:10.975Z] b1ae766b6cac: Preparing [2023-01-18T16:50:10.975Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:10.975Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:10.975Z] 3b65da4f9a0b: Layer already exists [2023-01-18T16:50:10.975Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:10.975Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:10.975Z] 9722e418e0d9: Layer already exists [2023-01-18T16:50:10.975Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:bd1989afb934f73ab82c0bd37fb3c1b51236a4b050313d96f72e1201ce33ba9e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:11.288Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:11.592Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-18T16:50:11.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-18T16:50:11.592Z] 3b65da4f9a0b: Preparing [2023-01-18T16:50:11.592Z] 9722e418e0d9: Preparing [2023-01-18T16:50:11.592Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:11.592Z] b1ae766b6cac: Preparing [2023-01-18T16:50:11.592Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:11.592Z] 9722e418e0d9: Layer already exists [2023-01-18T16:50:11.592Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:11.592Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:11.592Z] 3b65da4f9a0b: Layer already exists [2023-01-18T16:50:11.592Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:11.592Z] main: digest: sha256:bd1989afb934f73ab82c0bd37fb3c1b51236a4b050313d96f72e1201ce33ba9e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:11.629Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:11.634Z] taggedImages: [2023-01-18T16:50:11.634Z] - nexus3.edgexfoundry.org:10004/core-command:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:11.634Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-18T16:50:11.634Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.22 [2023-01-18T16:50:11.634Z] - nexus3.edgexfoundry.org:10004/core-command:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:11.634Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-18T16:50:11.648Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-18T16:50:11.648Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:11.648Z] latest [2023-01-18T16:50:11.648Z] 3.0.0-dev.22 [2023-01-18T16:50:11.648Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:11.648Z] main [2023-01-18T16:50:11.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:12.060Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:12.411Z] + docker push nexus3.edgexfoundry.org:10004/core-data:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:12.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-18T16:50:12.411Z] 763945d661ac: Preparing [2023-01-18T16:50:12.411Z] 375455a68e18: Preparing [2023-01-18T16:50:12.411Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:12.411Z] deadcb660b18: Preparing [2023-01-18T16:50:12.411Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:12.411Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:12.411Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:12.411Z] 763945d661ac: Pushed [2023-01-18T16:50:12.411Z] deadcb660b18: Pushed [2023-01-18T16:50:13.864Z] 375455a68e18: Pushed [2023-01-18T16:50:13.864Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:191938e174b02c986b4c5daba76a128841a445132313ecd749a0a4e25653de56 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:14.214Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:14.519Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-18T16:50:14.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-18T16:50:14.519Z] 763945d661ac: Preparing [2023-01-18T16:50:14.519Z] 375455a68e18: Preparing [2023-01-18T16:50:14.519Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:14.519Z] deadcb660b18: Preparing [2023-01-18T16:50:14.519Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:14.519Z] 763945d661ac: Layer already exists [2023-01-18T16:50:14.519Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:14.519Z] 375455a68e18: Layer already exists [2023-01-18T16:50:14.519Z] deadcb660b18: Layer already exists [2023-01-18T16:50:14.519Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:14.519Z] latest: digest: sha256:191938e174b02c986b4c5daba76a128841a445132313ecd749a0a4e25653de56 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:14.826Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:15.131Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.22 [2023-01-18T16:50:15.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-18T16:50:15.131Z] 763945d661ac: Preparing [2023-01-18T16:50:15.131Z] 375455a68e18: Preparing [2023-01-18T16:50:15.131Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:15.131Z] deadcb660b18: Preparing [2023-01-18T16:50:15.131Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:15.131Z] 375455a68e18: Layer already exists [2023-01-18T16:50:15.131Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:15.131Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:15.132Z] 763945d661ac: Layer already exists [2023-01-18T16:50:15.132Z] deadcb660b18: Layer already exists [2023-01-18T16:50:15.132Z] 3.0.0-dev.22: digest: sha256:191938e174b02c986b4c5daba76a128841a445132313ecd749a0a4e25653de56 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:15.438Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:15.743Z] + docker push nexus3.edgexfoundry.org:10004/core-data:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:15.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-18T16:50:15.743Z] 763945d661ac: Preparing [2023-01-18T16:50:15.743Z] 375455a68e18: Preparing [2023-01-18T16:50:15.743Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:15.743Z] deadcb660b18: Preparing [2023-01-18T16:50:15.743Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:15.743Z] deadcb660b18: Layer already exists [2023-01-18T16:50:15.743Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:15.743Z] 763945d661ac: Layer already exists [2023-01-18T16:50:15.743Z] 375455a68e18: Layer already exists [2023-01-18T16:50:15.743Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:15.743Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:191938e174b02c986b4c5daba76a128841a445132313ecd749a0a4e25653de56 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:16.047Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:16.351Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-18T16:50:16.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-18T16:50:16.351Z] 763945d661ac: Preparing [2023-01-18T16:50:16.351Z] 375455a68e18: Preparing [2023-01-18T16:50:16.351Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:16.351Z] deadcb660b18: Preparing [2023-01-18T16:50:16.351Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:16.351Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:16.351Z] deadcb660b18: Layer already exists [2023-01-18T16:50:16.351Z] 375455a68e18: Layer already exists [2023-01-18T16:50:16.351Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:16.351Z] 763945d661ac: Layer already exists [2023-01-18T16:50:16.351Z] main: digest: sha256:191938e174b02c986b4c5daba76a128841a445132313ecd749a0a4e25653de56 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:16.389Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:16.395Z] taggedImages: [2023-01-18T16:50:16.395Z] - nexus3.edgexfoundry.org:10004/core-data:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:16.395Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-18T16:50:16.395Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.22 [2023-01-18T16:50:16.395Z] - nexus3.edgexfoundry.org:10004/core-data:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:16.395Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-18T16:50:16.416Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-18T16:50:16.416Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:16.416Z] latest [2023-01-18T16:50:16.416Z] 3.0.0-dev.22 [2023-01-18T16:50:16.416Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:16.416Z] main [2023-01-18T16:50:16.416Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:16.791Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:17.101Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:17.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-18T16:50:17.101Z] bdc75365da2c: Preparing [2023-01-18T16:50:17.101Z] 4b91f38afd70: Preparing [2023-01-18T16:50:17.101Z] 9903ca4bf9c7: Preparing [2023-01-18T16:50:17.101Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:17.101Z] b1ae766b6cac: Preparing [2023-01-18T16:50:17.101Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:17.101Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:17.101Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:17.101Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:17.101Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:17.101Z] 4b91f38afd70: Pushed [2023-01-18T16:50:17.101Z] bdc75365da2c: Pushed [2023-01-18T16:50:18.482Z] 9903ca4bf9c7: Pushed [2023-01-18T16:50:18.740Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:3e10ef47b9f9a5c072ef6a6e4fee9fc56ebb463b94cb901f399c79ad5e7c3274 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:19.047Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:19.349Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-18T16:50:19.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-18T16:50:19.349Z] bdc75365da2c: Preparing [2023-01-18T16:50:19.349Z] 4b91f38afd70: Preparing [2023-01-18T16:50:19.349Z] 9903ca4bf9c7: Preparing [2023-01-18T16:50:19.349Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:19.349Z] b1ae766b6cac: Preparing [2023-01-18T16:50:19.349Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:19.349Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:19.349Z] 9903ca4bf9c7: Layer already exists [2023-01-18T16:50:19.349Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:19.349Z] bdc75365da2c: Layer already exists [2023-01-18T16:50:19.349Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:19.349Z] 4b91f38afd70: Layer already exists [2023-01-18T16:50:19.349Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:19.349Z] latest: digest: sha256:3e10ef47b9f9a5c072ef6a6e4fee9fc56ebb463b94cb901f399c79ad5e7c3274 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:19.653Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:19.961Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.22 [2023-01-18T16:50:19.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-18T16:50:19.962Z] bdc75365da2c: Preparing [2023-01-18T16:50:19.962Z] 4b91f38afd70: Preparing [2023-01-18T16:50:19.962Z] 9903ca4bf9c7: Preparing [2023-01-18T16:50:19.962Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:19.962Z] b1ae766b6cac: Preparing [2023-01-18T16:50:19.962Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:19.962Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:19.962Z] 9903ca4bf9c7: Layer already exists [2023-01-18T16:50:19.962Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:19.962Z] bdc75365da2c: Layer already exists [2023-01-18T16:50:19.962Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:19.962Z] 4b91f38afd70: Layer already exists [2023-01-18T16:50:19.962Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:19.962Z] 3.0.0-dev.22: digest: sha256:3e10ef47b9f9a5c072ef6a6e4fee9fc56ebb463b94cb901f399c79ad5e7c3274 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:20.268Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:20.571Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:20.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-18T16:50:20.571Z] bdc75365da2c: Preparing [2023-01-18T16:50:20.571Z] 4b91f38afd70: Preparing [2023-01-18T16:50:20.571Z] 9903ca4bf9c7: Preparing [2023-01-18T16:50:20.571Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:20.571Z] b1ae766b6cac: Preparing [2023-01-18T16:50:20.571Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:20.571Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:20.571Z] 4b91f38afd70: Layer already exists [2023-01-18T16:50:20.571Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:20.571Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:20.571Z] bdc75365da2c: Layer already exists [2023-01-18T16:50:20.571Z] 9903ca4bf9c7: Layer already exists [2023-01-18T16:50:20.571Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:20.571Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:3e10ef47b9f9a5c072ef6a6e4fee9fc56ebb463b94cb901f399c79ad5e7c3274 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:20.879Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:21.183Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-18T16:50:21.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-18T16:50:21.183Z] bdc75365da2c: Preparing [2023-01-18T16:50:21.183Z] 4b91f38afd70: Preparing [2023-01-18T16:50:21.183Z] 9903ca4bf9c7: Preparing [2023-01-18T16:50:21.183Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:21.183Z] b1ae766b6cac: Preparing [2023-01-18T16:50:21.183Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:21.183Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:21.183Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:21.183Z] 4b91f38afd70: Layer already exists [2023-01-18T16:50:21.183Z] b1ae766b6cac: Layer already exists [2023-01-18T16:50:21.183Z] 9903ca4bf9c7: Layer already exists [2023-01-18T16:50:21.183Z] bdc75365da2c: Layer already exists [2023-01-18T16:50:21.183Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:21.183Z] main: digest: sha256:3e10ef47b9f9a5c072ef6a6e4fee9fc56ebb463b94cb901f399c79ad5e7c3274 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:21.220Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:21.226Z] taggedImages: [2023-01-18T16:50:21.226Z] - nexus3.edgexfoundry.org:10004/core-metadata:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:21.226Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-18T16:50:21.226Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.22 [2023-01-18T16:50:21.226Z] - nexus3.edgexfoundry.org:10004/core-metadata:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:21.226Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-18T16:50:21.240Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-18T16:50:21.240Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:21.240Z] latest [2023-01-18T16:50:21.240Z] 3.0.0-dev.22 [2023-01-18T16:50:21.240Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:21.240Z] main [2023-01-18T16:50:21.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:21.542Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:21.845Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:21.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-18T16:50:21.845Z] 4a2395f8429d: Preparing [2023-01-18T16:50:21.845Z] 4a2395f8429d: Preparing [2023-01-18T16:50:21.845Z] f4fa36ccfe15: Preparing [2023-01-18T16:50:21.845Z] de1c0df0d8dd: Preparing [2023-01-18T16:50:21.845Z] a85c83150caf: Preparing [2023-01-18T16:50:21.845Z] e92c06b9d389: Preparing [2023-01-18T16:50:21.845Z] eb54a5222cfb: Preparing [2023-01-18T16:50:21.845Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:21.845Z] 9caa6aec33d6: Preparing [2023-01-18T16:50:21.845Z] 228c26a78da2: Preparing [2023-01-18T16:50:21.845Z] 48bc4ee98c49: Preparing [2023-01-18T16:50:21.845Z] 3769cacf9d2b: Preparing [2023-01-18T16:50:21.845Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:21.845Z] 41c03a7a04b6: Waiting [2023-01-18T16:50:21.845Z] 9caa6aec33d6: Waiting [2023-01-18T16:50:21.845Z] 228c26a78da2: Waiting [2023-01-18T16:50:21.845Z] eb54a5222cfb: Waiting [2023-01-18T16:50:21.845Z] 48bc4ee98c49: Waiting [2023-01-18T16:50:21.845Z] 3769cacf9d2b: Waiting [2023-01-18T16:50:21.845Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:21.845Z] de1c0df0d8dd: Pushed [2023-01-18T16:50:21.845Z] 4a2395f8429d: Pushed [2023-01-18T16:50:21.845Z] e92c06b9d389: Pushed [2023-01-18T16:50:21.845Z] a85c83150caf: Pushed [2023-01-18T16:50:21.845Z] f4fa36ccfe15: Pushed [2023-01-18T16:50:22.107Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:22.107Z] 228c26a78da2: Pushed [2023-01-18T16:50:22.107Z] 9caa6aec33d6: Pushed [2023-01-18T16:50:22.107Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:22.107Z] 3769cacf9d2b: Pushed [2023-01-18T16:50:22.107Z] 48bc4ee98c49: Pushed [2023-01-18T16:50:23.486Z] eb54a5222cfb: Pushed [2023-01-18T16:50:23.746Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:af9a56173cbee115accf3a6d17aa633c8649ff584c3f8d0b666622106c5f2b18 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:24.052Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:24.359Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-18T16:50:24.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-18T16:50:24.360Z] 4a2395f8429d: Preparing [2023-01-18T16:50:24.360Z] 4a2395f8429d: Preparing [2023-01-18T16:50:24.360Z] f4fa36ccfe15: Preparing [2023-01-18T16:50:24.360Z] de1c0df0d8dd: Preparing [2023-01-18T16:50:24.360Z] a85c83150caf: Preparing [2023-01-18T16:50:24.360Z] e92c06b9d389: Preparing [2023-01-18T16:50:24.360Z] eb54a5222cfb: Preparing [2023-01-18T16:50:24.360Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:24.360Z] 9caa6aec33d6: Preparing [2023-01-18T16:50:24.360Z] 228c26a78da2: Preparing [2023-01-18T16:50:24.360Z] 48bc4ee98c49: Preparing [2023-01-18T16:50:24.360Z] 3769cacf9d2b: Preparing [2023-01-18T16:50:24.360Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:24.360Z] 48bc4ee98c49: Waiting [2023-01-18T16:50:24.360Z] 3769cacf9d2b: Waiting [2023-01-18T16:50:24.360Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:24.360Z] 41c03a7a04b6: Waiting [2023-01-18T16:50:24.360Z] 9caa6aec33d6: Waiting [2023-01-18T16:50:24.621Z] e92c06b9d389: Layer already exists [2023-01-18T16:50:24.621Z] f4fa36ccfe15: Layer already exists [2023-01-18T16:50:24.621Z] 4a2395f8429d: Layer already exists [2023-01-18T16:50:24.621Z] a85c83150caf: Layer already exists [2023-01-18T16:50:24.621Z] de1c0df0d8dd: Layer already exists [2023-01-18T16:50:24.621Z] eb54a5222cfb: Layer already exists [2023-01-18T16:50:24.621Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:24.621Z] 48bc4ee98c49: Layer already exists [2023-01-18T16:50:24.621Z] 228c26a78da2: Layer already exists [2023-01-18T16:50:24.621Z] 9caa6aec33d6: Layer already exists [2023-01-18T16:50:24.621Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:24.621Z] 3769cacf9d2b: Layer already exists [2023-01-18T16:50:24.621Z] latest: digest: sha256:af9a56173cbee115accf3a6d17aa633c8649ff584c3f8d0b666622106c5f2b18 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:24.926Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:25.227Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.22 [2023-01-18T16:50:25.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-18T16:50:25.227Z] 4a2395f8429d: Preparing [2023-01-18T16:50:25.227Z] 4a2395f8429d: Preparing [2023-01-18T16:50:25.227Z] f4fa36ccfe15: Preparing [2023-01-18T16:50:25.227Z] de1c0df0d8dd: Preparing [2023-01-18T16:50:25.227Z] a85c83150caf: Preparing [2023-01-18T16:50:25.227Z] e92c06b9d389: Preparing [2023-01-18T16:50:25.227Z] eb54a5222cfb: Preparing [2023-01-18T16:50:25.227Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:25.227Z] eb54a5222cfb: Waiting [2023-01-18T16:50:25.227Z] 9caa6aec33d6: Preparing [2023-01-18T16:50:25.227Z] 228c26a78da2: Preparing [2023-01-18T16:50:25.227Z] 228c26a78da2: Waiting [2023-01-18T16:50:25.227Z] 41c03a7a04b6: Waiting [2023-01-18T16:50:25.227Z] 9caa6aec33d6: Waiting [2023-01-18T16:50:25.227Z] 48bc4ee98c49: Preparing [2023-01-18T16:50:25.227Z] 3769cacf9d2b: Preparing [2023-01-18T16:50:25.227Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:25.227Z] 48bc4ee98c49: Waiting [2023-01-18T16:50:25.227Z] 3769cacf9d2b: Waiting [2023-01-18T16:50:25.227Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:25.227Z] f4fa36ccfe15: Layer already exists [2023-01-18T16:50:25.227Z] e92c06b9d389: Layer already exists [2023-01-18T16:50:25.227Z] a85c83150caf: Layer already exists [2023-01-18T16:50:25.227Z] 4a2395f8429d: Layer already exists [2023-01-18T16:50:25.227Z] de1c0df0d8dd: Layer already exists [2023-01-18T16:50:25.227Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:25.227Z] eb54a5222cfb: Layer already exists [2023-01-18T16:50:25.227Z] 9caa6aec33d6: Layer already exists [2023-01-18T16:50:25.227Z] 228c26a78da2: Layer already exists [2023-01-18T16:50:25.227Z] 48bc4ee98c49: Layer already exists [2023-01-18T16:50:25.227Z] 3769cacf9d2b: Layer already exists [2023-01-18T16:50:25.227Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:25.227Z] 3.0.0-dev.22: digest: sha256:af9a56173cbee115accf3a6d17aa633c8649ff584c3f8d0b666622106c5f2b18 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:25.539Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:25.849Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:25.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-18T16:50:25.849Z] 4a2395f8429d: Preparing [2023-01-18T16:50:25.849Z] 4a2395f8429d: Preparing [2023-01-18T16:50:25.849Z] f4fa36ccfe15: Preparing [2023-01-18T16:50:25.849Z] de1c0df0d8dd: Preparing [2023-01-18T16:50:25.849Z] a85c83150caf: Preparing [2023-01-18T16:50:25.849Z] e92c06b9d389: Preparing [2023-01-18T16:50:25.849Z] eb54a5222cfb: Preparing [2023-01-18T16:50:25.849Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:25.849Z] 9caa6aec33d6: Preparing [2023-01-18T16:50:25.849Z] 228c26a78da2: Preparing [2023-01-18T16:50:25.849Z] 48bc4ee98c49: Preparing [2023-01-18T16:50:25.849Z] 3769cacf9d2b: Preparing [2023-01-18T16:50:25.849Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:25.849Z] eb54a5222cfb: Waiting [2023-01-18T16:50:25.849Z] 48bc4ee98c49: Waiting [2023-01-18T16:50:25.849Z] 3769cacf9d2b: Waiting [2023-01-18T16:50:25.849Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:25.849Z] 41c03a7a04b6: Waiting [2023-01-18T16:50:25.849Z] f4fa36ccfe15: Layer already exists [2023-01-18T16:50:25.849Z] e92c06b9d389: Layer already exists [2023-01-18T16:50:25.849Z] 4a2395f8429d: Layer already exists [2023-01-18T16:50:25.849Z] de1c0df0d8dd: Layer already exists [2023-01-18T16:50:25.849Z] a85c83150caf: Layer already exists [2023-01-18T16:50:25.849Z] eb54a5222cfb: Layer already exists [2023-01-18T16:50:25.849Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:25.849Z] 9caa6aec33d6: Layer already exists [2023-01-18T16:50:25.849Z] 48bc4ee98c49: Layer already exists [2023-01-18T16:50:25.849Z] 228c26a78da2: Layer already exists [2023-01-18T16:50:25.849Z] 3769cacf9d2b: Layer already exists [2023-01-18T16:50:25.849Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:25.849Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:af9a56173cbee115accf3a6d17aa633c8649ff584c3f8d0b666622106c5f2b18 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:26.157Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:26.463Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-18T16:50:26.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-18T16:50:26.463Z] 4a2395f8429d: Preparing [2023-01-18T16:50:26.463Z] 4a2395f8429d: Preparing [2023-01-18T16:50:26.463Z] f4fa36ccfe15: Preparing [2023-01-18T16:50:26.463Z] de1c0df0d8dd: Preparing [2023-01-18T16:50:26.463Z] a85c83150caf: Preparing [2023-01-18T16:50:26.463Z] e92c06b9d389: Preparing [2023-01-18T16:50:26.463Z] eb54a5222cfb: Preparing [2023-01-18T16:50:26.463Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:26.463Z] 9caa6aec33d6: Preparing [2023-01-18T16:50:26.463Z] 228c26a78da2: Preparing [2023-01-18T16:50:26.463Z] 48bc4ee98c49: Preparing [2023-01-18T16:50:26.463Z] 3769cacf9d2b: Preparing [2023-01-18T16:50:26.463Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:26.463Z] 41c03a7a04b6: Waiting [2023-01-18T16:50:26.463Z] 9caa6aec33d6: Waiting [2023-01-18T16:50:26.463Z] 228c26a78da2: Waiting [2023-01-18T16:50:26.463Z] 48bc4ee98c49: Waiting [2023-01-18T16:50:26.463Z] 3769cacf9d2b: Waiting [2023-01-18T16:50:26.463Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:26.463Z] eb54a5222cfb: Waiting [2023-01-18T16:50:26.463Z] e92c06b9d389: Layer already exists [2023-01-18T16:50:26.463Z] 4a2395f8429d: Layer already exists [2023-01-18T16:50:26.463Z] f4fa36ccfe15: Layer already exists [2023-01-18T16:50:26.463Z] de1c0df0d8dd: Layer already exists [2023-01-18T16:50:26.463Z] a85c83150caf: Layer already exists [2023-01-18T16:50:26.463Z] eb54a5222cfb: Layer already exists [2023-01-18T16:50:26.463Z] 228c26a78da2: Layer already exists [2023-01-18T16:50:26.463Z] 9caa6aec33d6: Layer already exists [2023-01-18T16:50:26.463Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:26.463Z] 48bc4ee98c49: Layer already exists [2023-01-18T16:50:26.463Z] 3769cacf9d2b: Layer already exists [2023-01-18T16:50:26.463Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:26.463Z] main: digest: sha256:af9a56173cbee115accf3a6d17aa633c8649ff584c3f8d0b666622106c5f2b18 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:26.502Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:26.507Z] taggedImages: [2023-01-18T16:50:26.507Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:26.507Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-18T16:50:26.507Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.22 [2023-01-18T16:50:26.507Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:26.507Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-18T16:50:26.522Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-18T16:50:26.523Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:26.523Z] latest [2023-01-18T16:50:26.523Z] 3.0.0-dev.22 [2023-01-18T16:50:26.523Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:26.523Z] main [2023-01-18T16:50:26.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:26.839Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:27.162Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:27.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-18T16:50:27.162Z] d8671e50f84d: Preparing [2023-01-18T16:50:27.162Z] f664c86d39f5: Preparing [2023-01-18T16:50:27.162Z] d96252210ffd: Preparing [2023-01-18T16:50:27.162Z] a1d4800d4fec: Preparing [2023-01-18T16:50:27.162Z] 9753f9b28191: Preparing [2023-01-18T16:50:27.162Z] 2bf196c98217: Preparing [2023-01-18T16:50:27.162Z] a1ba753b71c6: Preparing [2023-01-18T16:50:27.162Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:27.162Z] a1ba753b71c6: Waiting [2023-01-18T16:50:27.162Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:27.162Z] d8671e50f84d: Pushed [2023-01-18T16:50:27.162Z] f664c86d39f5: Pushed [2023-01-18T16:50:27.162Z] 9753f9b28191: Pushed [2023-01-18T16:50:27.162Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:27.421Z] 2bf196c98217: Pushed [2023-01-18T16:50:27.686Z] a1ba753b71c6: Pushed [2023-01-18T16:50:28.256Z] a1d4800d4fec: Pushed [2023-01-18T16:50:28.256Z] d96252210ffd: Pushed [2023-01-18T16:50:28.256Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:1b546547c10e300be9226a481ba9701e740212b70e2be48691b7269eb9fbfd82 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:28.581Z] + 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-18T16:50:28.889Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-18T16:50:28.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-18T16:50:28.889Z] d8671e50f84d: Preparing [2023-01-18T16:50:28.889Z] f664c86d39f5: Preparing [2023-01-18T16:50:28.889Z] d96252210ffd: Preparing [2023-01-18T16:50:28.889Z] a1d4800d4fec: Preparing [2023-01-18T16:50:28.889Z] 9753f9b28191: Preparing [2023-01-18T16:50:28.889Z] 2bf196c98217: Preparing [2023-01-18T16:50:28.889Z] a1ba753b71c6: Preparing [2023-01-18T16:50:28.889Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:28.889Z] 2bf196c98217: Waiting [2023-01-18T16:50:28.889Z] a1ba753b71c6: Waiting [2023-01-18T16:50:28.889Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:28.889Z] d96252210ffd: Layer already exists [2023-01-18T16:50:28.889Z] a1d4800d4fec: Layer already exists [2023-01-18T16:50:28.889Z] f664c86d39f5: Layer already exists [2023-01-18T16:50:28.889Z] d8671e50f84d: Layer already exists [2023-01-18T16:50:28.890Z] 9753f9b28191: Layer already exists [2023-01-18T16:50:28.890Z] a1ba753b71c6: Layer already exists [2023-01-18T16:50:28.890Z] 2bf196c98217: Layer already exists [2023-01-18T16:50:28.890Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:28.890Z] latest: digest: sha256:1b546547c10e300be9226a481ba9701e740212b70e2be48691b7269eb9fbfd82 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:29.212Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:29.523Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.22 [2023-01-18T16:50:29.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-18T16:50:29.523Z] d8671e50f84d: Preparing [2023-01-18T16:50:29.523Z] f664c86d39f5: Preparing [2023-01-18T16:50:29.523Z] d96252210ffd: Preparing [2023-01-18T16:50:29.523Z] a1d4800d4fec: Preparing [2023-01-18T16:50:29.523Z] 9753f9b28191: Preparing [2023-01-18T16:50:29.523Z] 2bf196c98217: Preparing [2023-01-18T16:50:29.523Z] a1ba753b71c6: Preparing [2023-01-18T16:50:29.523Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:29.523Z] a1ba753b71c6: Waiting [2023-01-18T16:50:29.523Z] 2bf196c98217: Waiting [2023-01-18T16:50:29.523Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:29.523Z] f664c86d39f5: Layer already exists [2023-01-18T16:50:29.523Z] d96252210ffd: Layer already exists [2023-01-18T16:50:29.523Z] a1d4800d4fec: Layer already exists [2023-01-18T16:50:29.523Z] d8671e50f84d: Layer already exists [2023-01-18T16:50:29.523Z] 9753f9b28191: Layer already exists [2023-01-18T16:50:29.523Z] a1ba753b71c6: Layer already exists [2023-01-18T16:50:29.523Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:29.523Z] 2bf196c98217: Layer already exists [2023-01-18T16:50:29.523Z] 3.0.0-dev.22: digest: sha256:1b546547c10e300be9226a481ba9701e740212b70e2be48691b7269eb9fbfd82 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:29.846Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:30.154Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:30.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-18T16:50:30.154Z] d8671e50f84d: Preparing [2023-01-18T16:50:30.154Z] f664c86d39f5: Preparing [2023-01-18T16:50:30.154Z] d96252210ffd: Preparing [2023-01-18T16:50:30.154Z] a1d4800d4fec: Preparing [2023-01-18T16:50:30.154Z] 9753f9b28191: Preparing [2023-01-18T16:50:30.154Z] 2bf196c98217: Preparing [2023-01-18T16:50:30.154Z] a1ba753b71c6: Preparing [2023-01-18T16:50:30.154Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:30.154Z] a1ba753b71c6: Waiting [2023-01-18T16:50:30.154Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:30.154Z] 2bf196c98217: Waiting [2023-01-18T16:50:30.154Z] a1d4800d4fec: Layer already exists [2023-01-18T16:50:30.154Z] f664c86d39f5: Layer already exists [2023-01-18T16:50:30.154Z] 9753f9b28191: Layer already exists [2023-01-18T16:50:30.154Z] d8671e50f84d: Layer already exists [2023-01-18T16:50:30.154Z] d96252210ffd: Layer already exists [2023-01-18T16:50:30.154Z] a1ba753b71c6: Layer already exists [2023-01-18T16:50:30.154Z] 2bf196c98217: Layer already exists [2023-01-18T16:50:30.154Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:30.154Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:1b546547c10e300be9226a481ba9701e740212b70e2be48691b7269eb9fbfd82 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:30.473Z] + 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-18T16:50:30.788Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-18T16:50:30.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-18T16:50:30.788Z] d8671e50f84d: Preparing [2023-01-18T16:50:30.788Z] f664c86d39f5: Preparing [2023-01-18T16:50:30.788Z] d96252210ffd: Preparing [2023-01-18T16:50:30.788Z] a1d4800d4fec: Preparing [2023-01-18T16:50:30.788Z] 9753f9b28191: Preparing [2023-01-18T16:50:30.788Z] 2bf196c98217: Preparing [2023-01-18T16:50:30.788Z] a1ba753b71c6: Preparing [2023-01-18T16:50:30.788Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:30.788Z] 2bf196c98217: Waiting [2023-01-18T16:50:30.788Z] a1ba753b71c6: Waiting [2023-01-18T16:50:30.788Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:30.788Z] d8671e50f84d: Layer already exists [2023-01-18T16:50:30.788Z] 9753f9b28191: Layer already exists [2023-01-18T16:50:30.788Z] f664c86d39f5: Layer already exists [2023-01-18T16:50:30.788Z] a1d4800d4fec: Layer already exists [2023-01-18T16:50:30.788Z] d96252210ffd: Layer already exists [2023-01-18T16:50:30.788Z] 2bf196c98217: Layer already exists [2023-01-18T16:50:30.788Z] a1ba753b71c6: Layer already exists [2023-01-18T16:50:30.788Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:30.788Z] main: digest: sha256:1b546547c10e300be9226a481ba9701e740212b70e2be48691b7269eb9fbfd82 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:30.826Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:30.832Z] taggedImages: [2023-01-18T16:50:30.832Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:30.832Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-18T16:50:30.832Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.22 [2023-01-18T16:50:30.832Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:30.832Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-18T16:50:30.848Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-18T16:50:30.848Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:30.848Z] latest [2023-01-18T16:50:30.848Z] 3.0.0-dev.22 [2023-01-18T16:50:30.848Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:30.848Z] main [2023-01-18T16:50:30.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:31.154Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:31.458Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:31.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-18T16:50:31.458Z] 914f6436eaab: Preparing [2023-01-18T16:50:31.458Z] 1b4cc216ed05: Preparing [2023-01-18T16:50:31.458Z] ebde768f85a3: Preparing [2023-01-18T16:50:31.458Z] e1501dfee38d: Preparing [2023-01-18T16:50:31.458Z] 2321d37a1010: Preparing [2023-01-18T16:50:31.458Z] 3509274b41db: Preparing [2023-01-18T16:50:31.458Z] 1ffc76b7b1c0: Preparing [2023-01-18T16:50:31.458Z] b316b7629d12: Preparing [2023-01-18T16:50:31.458Z] 9d517f5106f9: Preparing [2023-01-18T16:50:31.458Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:31.458Z] 1ffc76b7b1c0: Waiting [2023-01-18T16:50:31.459Z] b316b7629d12: Waiting [2023-01-18T16:50:31.459Z] 9d517f5106f9: Waiting [2023-01-18T16:50:31.459Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:31.459Z] 3509274b41db: Waiting [2023-01-18T16:50:31.459Z] 914f6436eaab: Pushed [2023-01-18T16:50:31.459Z] 2321d37a1010: Pushed [2023-01-18T16:50:31.459Z] 1b4cc216ed05: Pushed [2023-01-18T16:50:31.720Z] 3509274b41db: Pushed [2023-01-18T16:50:31.720Z] b316b7629d12: Pushed [2023-01-18T16:50:31.720Z] 1ffc76b7b1c0: Pushed [2023-01-18T16:50:31.720Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:31.720Z] 9d517f5106f9: Pushed [2023-01-18T16:50:32.659Z] e1501dfee38d: Pushed [2023-01-18T16:50:32.918Z] ebde768f85a3: Pushed [2023-01-18T16:50:32.918Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:c82f68d6d316fbcb5ff8e57dff0e611816b63fe828021947bbd9f0d6f246175c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:33.222Z] + 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-18T16:50:33.523Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-18T16:50:33.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-18T16:50:33.523Z] 914f6436eaab: Preparing [2023-01-18T16:50:33.523Z] 1b4cc216ed05: Preparing [2023-01-18T16:50:33.523Z] ebde768f85a3: Preparing [2023-01-18T16:50:33.523Z] e1501dfee38d: Preparing [2023-01-18T16:50:33.523Z] 2321d37a1010: Preparing [2023-01-18T16:50:33.523Z] 3509274b41db: Preparing [2023-01-18T16:50:33.523Z] 1ffc76b7b1c0: Preparing [2023-01-18T16:50:33.523Z] 3509274b41db: Waiting [2023-01-18T16:50:33.523Z] b316b7629d12: Preparing [2023-01-18T16:50:33.523Z] 9d517f5106f9: Preparing [2023-01-18T16:50:33.523Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:33.523Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:33.523Z] 9d517f5106f9: Waiting [2023-01-18T16:50:33.523Z] 1ffc76b7b1c0: Waiting [2023-01-18T16:50:33.523Z] ebde768f85a3: Layer already exists [2023-01-18T16:50:33.523Z] 1b4cc216ed05: Layer already exists [2023-01-18T16:50:33.523Z] 2321d37a1010: Layer already exists [2023-01-18T16:50:33.523Z] 914f6436eaab: Layer already exists [2023-01-18T16:50:33.523Z] e1501dfee38d: Layer already exists [2023-01-18T16:50:33.523Z] 3509274b41db: Layer already exists [2023-01-18T16:50:33.523Z] 1ffc76b7b1c0: Layer already exists [2023-01-18T16:50:33.523Z] b316b7629d12: Layer already exists [2023-01-18T16:50:33.523Z] 9d517f5106f9: Layer already exists [2023-01-18T16:50:33.523Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:33.523Z] latest: digest: sha256:c82f68d6d316fbcb5ff8e57dff0e611816b63fe828021947bbd9f0d6f246175c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:33.828Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:34.127Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.22 [2023-01-18T16:50:34.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-18T16:50:34.127Z] 914f6436eaab: Preparing [2023-01-18T16:50:34.127Z] 1b4cc216ed05: Preparing [2023-01-18T16:50:34.127Z] ebde768f85a3: Preparing [2023-01-18T16:50:34.127Z] e1501dfee38d: Preparing [2023-01-18T16:50:34.127Z] 2321d37a1010: Preparing [2023-01-18T16:50:34.127Z] 3509274b41db: Preparing [2023-01-18T16:50:34.127Z] 1ffc76b7b1c0: Preparing [2023-01-18T16:50:34.127Z] b316b7629d12: Preparing [2023-01-18T16:50:34.127Z] 9d517f5106f9: Preparing [2023-01-18T16:50:34.127Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:34.127Z] b316b7629d12: Waiting [2023-01-18T16:50:34.127Z] 9d517f5106f9: Waiting [2023-01-18T16:50:34.127Z] 1ffc76b7b1c0: Waiting [2023-01-18T16:50:34.127Z] ebde768f85a3: Layer already exists [2023-01-18T16:50:34.127Z] e1501dfee38d: Layer already exists [2023-01-18T16:50:34.127Z] 1b4cc216ed05: Layer already exists [2023-01-18T16:50:34.127Z] 2321d37a1010: Layer already exists [2023-01-18T16:50:34.127Z] 914f6436eaab: Layer already exists [2023-01-18T16:50:34.127Z] 3509274b41db: Layer already exists [2023-01-18T16:50:34.127Z] 1ffc76b7b1c0: Layer already exists [2023-01-18T16:50:34.127Z] b316b7629d12: Layer already exists [2023-01-18T16:50:34.127Z] 9d517f5106f9: Layer already exists [2023-01-18T16:50:34.127Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:34.127Z] 3.0.0-dev.22: digest: sha256:c82f68d6d316fbcb5ff8e57dff0e611816b63fe828021947bbd9f0d6f246175c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:34.430Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:34.730Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:34.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-18T16:50:34.730Z] 914f6436eaab: Preparing [2023-01-18T16:50:34.730Z] 1b4cc216ed05: Preparing [2023-01-18T16:50:34.730Z] ebde768f85a3: Preparing [2023-01-18T16:50:34.730Z] e1501dfee38d: Preparing [2023-01-18T16:50:34.730Z] 2321d37a1010: Preparing [2023-01-18T16:50:34.730Z] 3509274b41db: Preparing [2023-01-18T16:50:34.730Z] 1ffc76b7b1c0: Preparing [2023-01-18T16:50:34.730Z] b316b7629d12: Preparing [2023-01-18T16:50:34.730Z] 9d517f5106f9: Preparing [2023-01-18T16:50:34.730Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:34.730Z] 3509274b41db: Waiting [2023-01-18T16:50:34.730Z] 1ffc76b7b1c0: Waiting [2023-01-18T16:50:34.730Z] b316b7629d12: Waiting [2023-01-18T16:50:34.730Z] 9d517f5106f9: Waiting [2023-01-18T16:50:34.730Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:34.730Z] 2321d37a1010: Layer already exists [2023-01-18T16:50:34.730Z] ebde768f85a3: Layer already exists [2023-01-18T16:50:34.730Z] 1b4cc216ed05: Layer already exists [2023-01-18T16:50:34.730Z] 914f6436eaab: Layer already exists [2023-01-18T16:50:34.730Z] e1501dfee38d: Layer already exists [2023-01-18T16:50:34.730Z] 3509274b41db: Layer already exists [2023-01-18T16:50:34.730Z] b316b7629d12: Layer already exists [2023-01-18T16:50:34.730Z] 1ffc76b7b1c0: Layer already exists [2023-01-18T16:50:34.730Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:34.730Z] 9d517f5106f9: Layer already exists [2023-01-18T16:50:34.730Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:c82f68d6d316fbcb5ff8e57dff0e611816b63fe828021947bbd9f0d6f246175c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:35.033Z] + 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-18T16:50:35.340Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-18T16:50:35.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-18T16:50:35.340Z] 914f6436eaab: Preparing [2023-01-18T16:50:35.340Z] 1b4cc216ed05: Preparing [2023-01-18T16:50:35.340Z] ebde768f85a3: Preparing [2023-01-18T16:50:35.340Z] e1501dfee38d: Preparing [2023-01-18T16:50:35.340Z] 2321d37a1010: Preparing [2023-01-18T16:50:35.340Z] 3509274b41db: Preparing [2023-01-18T16:50:35.340Z] 1ffc76b7b1c0: Preparing [2023-01-18T16:50:35.340Z] b316b7629d12: Preparing [2023-01-18T16:50:35.340Z] 9d517f5106f9: Preparing [2023-01-18T16:50:35.340Z] e5e13b0c77cb: Preparing [2023-01-18T16:50:35.340Z] b316b7629d12: Waiting [2023-01-18T16:50:35.340Z] 9d517f5106f9: Waiting [2023-01-18T16:50:35.340Z] 1ffc76b7b1c0: Waiting [2023-01-18T16:50:35.340Z] e5e13b0c77cb: Waiting [2023-01-18T16:50:35.340Z] 3509274b41db: Waiting [2023-01-18T16:50:35.340Z] 2321d37a1010: Layer already exists [2023-01-18T16:50:35.340Z] 914f6436eaab: Layer already exists [2023-01-18T16:50:35.340Z] 1b4cc216ed05: Layer already exists [2023-01-18T16:50:35.340Z] ebde768f85a3: Layer already exists [2023-01-18T16:50:35.340Z] e1501dfee38d: Layer already exists [2023-01-18T16:50:35.340Z] 1ffc76b7b1c0: Layer already exists [2023-01-18T16:50:35.340Z] b316b7629d12: Layer already exists [2023-01-18T16:50:35.340Z] 3509274b41db: Layer already exists [2023-01-18T16:50:35.340Z] 9d517f5106f9: Layer already exists [2023-01-18T16:50:35.340Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:50:35.340Z] main: digest: sha256:c82f68d6d316fbcb5ff8e57dff0e611816b63fe828021947bbd9f0d6f246175c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:35.375Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:35.381Z] taggedImages: [2023-01-18T16:50:35.381Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:35.381Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-18T16:50:35.381Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.22 [2023-01-18T16:50:35.381Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:35.381Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-18T16:50:35.396Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-18T16:50:35.396Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:35.396Z] latest [2023-01-18T16:50:35.396Z] 3.0.0-dev.22 [2023-01-18T16:50:35.396Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:35.396Z] main [2023-01-18T16:50:35.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:35.701Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:36.003Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:36.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-18T16:50:36.003Z] 020e9d70a151: Preparing [2023-01-18T16:50:36.003Z] c363a38a229b: Preparing [2023-01-18T16:50:36.003Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:36.003Z] 962d60c4d263: Preparing [2023-01-18T16:50:36.003Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:36.003Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:36.003Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:36.003Z] 020e9d70a151: Pushed [2023-01-18T16:50:36.569Z] 962d60c4d263: Pushed [2023-01-18T16:50:37.954Z] c363a38a229b: Pushed [2023-01-18T16:50:37.954Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:a830712df626320e8b4bef0bca20383391520b642d82e1f565a9c8c27b3b6c94 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:38.515Z] + 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-18T16:50:38.830Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-18T16:50:38.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-18T16:50:38.830Z] 020e9d70a151: Preparing [2023-01-18T16:50:38.830Z] c363a38a229b: Preparing [2023-01-18T16:50:38.830Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:38.830Z] 962d60c4d263: Preparing [2023-01-18T16:50:38.830Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:38.830Z] 962d60c4d263: Layer already exists [2023-01-18T16:50:38.830Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:38.830Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:38.830Z] c363a38a229b: Layer already exists [2023-01-18T16:50:38.830Z] 020e9d70a151: Layer already exists [2023-01-18T16:50:38.830Z] latest: digest: sha256:a830712df626320e8b4bef0bca20383391520b642d82e1f565a9c8c27b3b6c94 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:39.140Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:39.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.22 [2023-01-18T16:50:39.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-18T16:50:39.445Z] 020e9d70a151: Preparing [2023-01-18T16:50:39.445Z] c363a38a229b: Preparing [2023-01-18T16:50:39.445Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:39.445Z] 962d60c4d263: Preparing [2023-01-18T16:50:39.445Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:39.445Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:39.445Z] c363a38a229b: Layer already exists [2023-01-18T16:50:39.445Z] 020e9d70a151: Layer already exists [2023-01-18T16:50:39.445Z] 962d60c4d263: Layer already exists [2023-01-18T16:50:39.445Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:39.445Z] 3.0.0-dev.22: digest: sha256:a830712df626320e8b4bef0bca20383391520b642d82e1f565a9c8c27b3b6c94 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:39.771Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:40.081Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:40.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-18T16:50:40.081Z] 020e9d70a151: Preparing [2023-01-18T16:50:40.081Z] c363a38a229b: Preparing [2023-01-18T16:50:40.081Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:40.081Z] 962d60c4d263: Preparing [2023-01-18T16:50:40.081Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:40.081Z] c363a38a229b: Layer already exists [2023-01-18T16:50:40.081Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:40.081Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:40.081Z] 020e9d70a151: Layer already exists [2023-01-18T16:50:40.081Z] 962d60c4d263: Layer already exists [2023-01-18T16:50:40.081Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:a830712df626320e8b4bef0bca20383391520b642d82e1f565a9c8c27b3b6c94 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:40.401Z] + 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-18T16:50:40.709Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-18T16:50:40.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-18T16:50:40.709Z] 020e9d70a151: Preparing [2023-01-18T16:50:40.709Z] c363a38a229b: Preparing [2023-01-18T16:50:40.709Z] 41c03a7a04b6: Preparing [2023-01-18T16:50:40.709Z] 962d60c4d263: Preparing [2023-01-18T16:50:40.709Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:40.709Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:40.709Z] c363a38a229b: Layer already exists [2023-01-18T16:50:40.709Z] 020e9d70a151: Layer already exists [2023-01-18T16:50:40.709Z] 962d60c4d263: Layer already exists [2023-01-18T16:50:40.709Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:50:40.709Z] main: digest: sha256:a830712df626320e8b4bef0bca20383391520b642d82e1f565a9c8c27b3b6c94 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:40.744Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:40.749Z] taggedImages: [2023-01-18T16:50:40.749Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:40.749Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-18T16:50:40.749Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.22 [2023-01-18T16:50:40.749Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:40.749Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-18T16:50:40.764Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-18T16:50:40.764Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:40.764Z] latest [2023-01-18T16:50:40.764Z] 3.0.0-dev.22 [2023-01-18T16:50:40.764Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:40.764Z] main [2023-01-18T16:50:40.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:41.067Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:41.376Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:41.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-18T16:50:41.376Z] bfd7b95e73f4: Preparing [2023-01-18T16:50:41.376Z] e2cea94b3d39: Preparing [2023-01-18T16:50:41.376Z] 774e0c0a6337: Preparing [2023-01-18T16:50:41.376Z] 96ed49a160f7: Preparing [2023-01-18T16:50:41.376Z] b7f5c6b6200f: Preparing [2023-01-18T16:50:41.376Z] bb23d6973865: Preparing [2023-01-18T16:50:41.376Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:41.376Z] bfd7b95e73f4: Pushed [2023-01-18T16:50:41.376Z] 774e0c0a6337: Pushed [2023-01-18T16:50:41.376Z] e2cea94b3d39: Pushed [2023-01-18T16:50:41.376Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:41.945Z] bb23d6973865: Pushed [2023-01-18T16:50:44.482Z] b7f5c6b6200f: Pushed [2023-01-18T16:50:47.015Z] 96ed49a160f7: Pushed [2023-01-18T16:50:47.015Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:084775566f94c6d30a140d0b70a10801b41ee3f8dcc0179c46d203fc5f52fc3a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:47.318Z] + 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-18T16:50:47.628Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-18T16:50:47.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-18T16:50:47.628Z] bfd7b95e73f4: Preparing [2023-01-18T16:50:47.628Z] e2cea94b3d39: Preparing [2023-01-18T16:50:47.628Z] 774e0c0a6337: Preparing [2023-01-18T16:50:47.628Z] 96ed49a160f7: Preparing [2023-01-18T16:50:47.628Z] b7f5c6b6200f: Preparing [2023-01-18T16:50:47.628Z] bb23d6973865: Preparing [2023-01-18T16:50:47.628Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:47.628Z] bb23d6973865: Waiting [2023-01-18T16:50:47.628Z] 34d5ebaa5410: Waiting [2023-01-18T16:50:47.628Z] 774e0c0a6337: Layer already exists [2023-01-18T16:50:47.628Z] e2cea94b3d39: Layer already exists [2023-01-18T16:50:47.628Z] b7f5c6b6200f: Layer already exists [2023-01-18T16:50:47.628Z] bfd7b95e73f4: Layer already exists [2023-01-18T16:50:47.628Z] 96ed49a160f7: Layer already exists [2023-01-18T16:50:47.628Z] bb23d6973865: Layer already exists [2023-01-18T16:50:47.628Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:47.628Z] latest: digest: sha256:084775566f94c6d30a140d0b70a10801b41ee3f8dcc0179c46d203fc5f52fc3a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:47.950Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:48.263Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.22 [2023-01-18T16:50:48.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-18T16:50:48.263Z] bfd7b95e73f4: Preparing [2023-01-18T16:50:48.263Z] e2cea94b3d39: Preparing [2023-01-18T16:50:48.263Z] 774e0c0a6337: Preparing [2023-01-18T16:50:48.263Z] 96ed49a160f7: Preparing [2023-01-18T16:50:48.263Z] b7f5c6b6200f: Preparing [2023-01-18T16:50:48.263Z] bb23d6973865: Preparing [2023-01-18T16:50:48.263Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:48.263Z] bb23d6973865: Waiting [2023-01-18T16:50:48.263Z] e2cea94b3d39: Layer already exists [2023-01-18T16:50:48.263Z] bfd7b95e73f4: Layer already exists [2023-01-18T16:50:48.263Z] 774e0c0a6337: Layer already exists [2023-01-18T16:50:48.264Z] 96ed49a160f7: Layer already exists [2023-01-18T16:50:48.264Z] b7f5c6b6200f: Layer already exists [2023-01-18T16:50:48.264Z] bb23d6973865: Layer already exists [2023-01-18T16:50:48.264Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:48.264Z] 3.0.0-dev.22: digest: sha256:084775566f94c6d30a140d0b70a10801b41ee3f8dcc0179c46d203fc5f52fc3a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:48.571Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:48.877Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:48.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-18T16:50:48.877Z] bfd7b95e73f4: Preparing [2023-01-18T16:50:48.877Z] e2cea94b3d39: Preparing [2023-01-18T16:50:48.877Z] 774e0c0a6337: Preparing [2023-01-18T16:50:48.877Z] 96ed49a160f7: Preparing [2023-01-18T16:50:48.877Z] b7f5c6b6200f: Preparing [2023-01-18T16:50:48.877Z] bb23d6973865: Preparing [2023-01-18T16:50:48.877Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:48.877Z] bb23d6973865: Waiting [2023-01-18T16:50:48.877Z] 34d5ebaa5410: Waiting [2023-01-18T16:50:48.877Z] e2cea94b3d39: Layer already exists [2023-01-18T16:50:48.877Z] b7f5c6b6200f: Layer already exists [2023-01-18T16:50:48.877Z] 774e0c0a6337: Layer already exists [2023-01-18T16:50:48.877Z] bfd7b95e73f4: Layer already exists [2023-01-18T16:50:48.877Z] 96ed49a160f7: Layer already exists [2023-01-18T16:50:48.877Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:48.877Z] bb23d6973865: Layer already exists [2023-01-18T16:50:48.877Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:084775566f94c6d30a140d0b70a10801b41ee3f8dcc0179c46d203fc5f52fc3a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:49.191Z] + 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-18T16:50:49.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-18T16:50:49.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-18T16:50:49.501Z] bfd7b95e73f4: Preparing [2023-01-18T16:50:49.501Z] e2cea94b3d39: Preparing [2023-01-18T16:50:49.501Z] 774e0c0a6337: Preparing [2023-01-18T16:50:49.501Z] 96ed49a160f7: Preparing [2023-01-18T16:50:49.501Z] b7f5c6b6200f: Preparing [2023-01-18T16:50:49.501Z] bb23d6973865: Preparing [2023-01-18T16:50:49.501Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:49.501Z] bb23d6973865: Waiting [2023-01-18T16:50:49.501Z] 34d5ebaa5410: Waiting [2023-01-18T16:50:49.501Z] 96ed49a160f7: Layer already exists [2023-01-18T16:50:49.501Z] e2cea94b3d39: Layer already exists [2023-01-18T16:50:49.501Z] b7f5c6b6200f: Layer already exists [2023-01-18T16:50:49.501Z] 774e0c0a6337: Layer already exists [2023-01-18T16:50:49.501Z] bfd7b95e73f4: Layer already exists [2023-01-18T16:50:49.501Z] bb23d6973865: Layer already exists [2023-01-18T16:50:49.501Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:49.501Z] main: digest: sha256:084775566f94c6d30a140d0b70a10801b41ee3f8dcc0179c46d203fc5f52fc3a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:49.538Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:49.544Z] taggedImages: [2023-01-18T16:50:49.544Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:49.544Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-18T16:50:49.544Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.22 [2023-01-18T16:50:49.544Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:49.544Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-18T16:50:49.559Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-18T16:50:49.559Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:49.559Z] latest [2023-01-18T16:50:49.559Z] 3.0.0-dev.22 [2023-01-18T16:50:49.559Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:49.559Z] main [2023-01-18T16:50:49.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:49.862Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:50.166Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:50.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-18T16:50:50.167Z] 0b2771160200: Preparing [2023-01-18T16:50:50.167Z] 9864223fd825: Preparing [2023-01-18T16:50:50.167Z] f91914c0b2cc: Preparing [2023-01-18T16:50:50.167Z] 459970dc1533: Preparing [2023-01-18T16:50:50.167Z] 49bedebd8de3: Preparing [2023-01-18T16:50:50.167Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:50.167Z] 34d5ebaa5410: Waiting [2023-01-18T16:50:50.167Z] 0b2771160200: Pushed [2023-01-18T16:50:50.167Z] 9864223fd825: Pushed [2023-01-18T16:50:50.167Z] f91914c0b2cc: Pushed [2023-01-18T16:50:50.167Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:50.428Z] 49bedebd8de3: Pushed [2023-01-18T16:50:57.007Z] 459970dc1533: Pushed [2023-01-18T16:50:57.007Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:c6a058cbe2913d38d33dcde83d804290137aa9da88e8fc503c6ee64542d17445 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:57.312Z] + 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-18T16:50:57.619Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-18T16:50:57.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-18T16:50:57.619Z] 0b2771160200: Preparing [2023-01-18T16:50:57.619Z] 9864223fd825: Preparing [2023-01-18T16:50:57.619Z] f91914c0b2cc: Preparing [2023-01-18T16:50:57.619Z] 459970dc1533: Preparing [2023-01-18T16:50:57.619Z] 49bedebd8de3: Preparing [2023-01-18T16:50:57.619Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:57.619Z] 34d5ebaa5410: Waiting [2023-01-18T16:50:57.619Z] 9864223fd825: Layer already exists [2023-01-18T16:50:57.619Z] 49bedebd8de3: Layer already exists [2023-01-18T16:50:57.619Z] f91914c0b2cc: Layer already exists [2023-01-18T16:50:57.619Z] 0b2771160200: Layer already exists [2023-01-18T16:50:57.619Z] 459970dc1533: Layer already exists [2023-01-18T16:50:57.619Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:57.619Z] latest: digest: sha256:c6a058cbe2913d38d33dcde83d804290137aa9da88e8fc503c6ee64542d17445 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:57.932Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:58.237Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.22 [2023-01-18T16:50:58.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-18T16:50:58.237Z] 0b2771160200: Preparing [2023-01-18T16:50:58.237Z] 9864223fd825: Preparing [2023-01-18T16:50:58.237Z] f91914c0b2cc: Preparing [2023-01-18T16:50:58.237Z] 459970dc1533: Preparing [2023-01-18T16:50:58.237Z] 49bedebd8de3: Preparing [2023-01-18T16:50:58.237Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:58.237Z] 34d5ebaa5410: Waiting [2023-01-18T16:50:58.237Z] f91914c0b2cc: Layer already exists [2023-01-18T16:50:58.237Z] 0b2771160200: Layer already exists [2023-01-18T16:50:58.237Z] 49bedebd8de3: Layer already exists [2023-01-18T16:50:58.237Z] 459970dc1533: Layer already exists [2023-01-18T16:50:58.237Z] 9864223fd825: Layer already exists [2023-01-18T16:50:58.237Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:58.237Z] 3.0.0-dev.22: digest: sha256:c6a058cbe2913d38d33dcde83d804290137aa9da88e8fc503c6ee64542d17445 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:58.554Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:58.859Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:58.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-18T16:50:58.859Z] 0b2771160200: Preparing [2023-01-18T16:50:58.859Z] 9864223fd825: Preparing [2023-01-18T16:50:58.859Z] f91914c0b2cc: Preparing [2023-01-18T16:50:58.859Z] 459970dc1533: Preparing [2023-01-18T16:50:58.859Z] 49bedebd8de3: Preparing [2023-01-18T16:50:58.859Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:58.859Z] 34d5ebaa5410: Waiting [2023-01-18T16:50:58.859Z] 9864223fd825: Layer already exists [2023-01-18T16:50:58.859Z] 459970dc1533: Layer already exists [2023-01-18T16:50:58.859Z] 49bedebd8de3: Layer already exists [2023-01-18T16:50:58.859Z] 0b2771160200: Layer already exists [2023-01-18T16:50:58.859Z] f91914c0b2cc: Layer already exists [2023-01-18T16:50:58.859Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:58.859Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:c6a058cbe2913d38d33dcde83d804290137aa9da88e8fc503c6ee64542d17445 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:59.172Z] + 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-18T16:50:59.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-18T16:50:59.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-18T16:50:59.470Z] 0b2771160200: Preparing [2023-01-18T16:50:59.470Z] 9864223fd825: Preparing [2023-01-18T16:50:59.470Z] f91914c0b2cc: Preparing [2023-01-18T16:50:59.470Z] 459970dc1533: Preparing [2023-01-18T16:50:59.470Z] 49bedebd8de3: Preparing [2023-01-18T16:50:59.470Z] 34d5ebaa5410: Preparing [2023-01-18T16:50:59.470Z] 34d5ebaa5410: Waiting [2023-01-18T16:50:59.470Z] 49bedebd8de3: Layer already exists [2023-01-18T16:50:59.470Z] 9864223fd825: Layer already exists [2023-01-18T16:50:59.470Z] 459970dc1533: Layer already exists [2023-01-18T16:50:59.470Z] 0b2771160200: Layer already exists [2023-01-18T16:50:59.470Z] f91914c0b2cc: Layer already exists [2023-01-18T16:50:59.470Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:50:59.470Z] main: digest: sha256:c6a058cbe2913d38d33dcde83d804290137aa9da88e8fc503c6ee64542d17445 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:50:59.507Z] ===================================================== [Pipeline] echo [2023-01-18T16:50:59.513Z] taggedImages: [2023-01-18T16:50:59.513Z] - nexus3.edgexfoundry.org:10004/security-spire-config:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:59.513Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-18T16:50:59.513Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.22 [2023-01-18T16:50:59.513Z] - nexus3.edgexfoundry.org:10004/security-spire-config:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:59.513Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-18T16:50:59.528Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-18T16:50:59.528Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:50:59.528Z] latest [2023-01-18T16:50:59.528Z] 3.0.0-dev.22 [2023-01-18T16:50:59.528Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:50:59.528Z] main [2023-01-18T16:50:59.528Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:50:59.830Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:00.131Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:51:00.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-18T16:51:00.131Z] 7e1eca821911: Preparing [2023-01-18T16:51:00.131Z] cb9d8210b7b8: Preparing [2023-01-18T16:51:00.131Z] c8b36cee96a5: Preparing [2023-01-18T16:51:00.131Z] 03814b886c64: Preparing [2023-01-18T16:51:00.131Z] bb23d6973865: Preparing [2023-01-18T16:51:00.131Z] 34d5ebaa5410: Preparing [2023-01-18T16:51:00.131Z] 34d5ebaa5410: Waiting [2023-01-18T16:51:00.131Z] bb23d6973865: Layer already exists [2023-01-18T16:51:00.131Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:51:00.131Z] c8b36cee96a5: Pushed [2023-01-18T16:51:00.131Z] cb9d8210b7b8: Pushed [2023-01-18T16:51:00.131Z] 7e1eca821911: Pushed [2023-01-18T16:51:06.713Z] 03814b886c64: Pushed [2023-01-18T16:51:06.713Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:1aba3cf8e33b15d8a5d054e7074428992861f8c143f3ee3e043e682d54c4f0da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:07.029Z] + 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-18T16:51:07.337Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-18T16:51:07.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-18T16:51:07.337Z] 7e1eca821911: Preparing [2023-01-18T16:51:07.337Z] cb9d8210b7b8: Preparing [2023-01-18T16:51:07.337Z] c8b36cee96a5: Preparing [2023-01-18T16:51:07.337Z] 03814b886c64: Preparing [2023-01-18T16:51:07.337Z] bb23d6973865: Preparing [2023-01-18T16:51:07.337Z] 34d5ebaa5410: Preparing [2023-01-18T16:51:07.337Z] 34d5ebaa5410: Waiting [2023-01-18T16:51:07.337Z] cb9d8210b7b8: Layer already exists [2023-01-18T16:51:07.337Z] bb23d6973865: Layer already exists [2023-01-18T16:51:07.337Z] 03814b886c64: Layer already exists [2023-01-18T16:51:07.337Z] 7e1eca821911: Layer already exists [2023-01-18T16:51:07.338Z] c8b36cee96a5: Layer already exists [2023-01-18T16:51:07.338Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:51:07.338Z] latest: digest: sha256:1aba3cf8e33b15d8a5d054e7074428992861f8c143f3ee3e043e682d54c4f0da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:07.641Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:07.943Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.22 [2023-01-18T16:51:07.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-18T16:51:07.944Z] 7e1eca821911: Preparing [2023-01-18T16:51:07.944Z] cb9d8210b7b8: Preparing [2023-01-18T16:51:07.944Z] c8b36cee96a5: Preparing [2023-01-18T16:51:07.944Z] 03814b886c64: Preparing [2023-01-18T16:51:07.944Z] bb23d6973865: Preparing [2023-01-18T16:51:07.944Z] 34d5ebaa5410: Preparing [2023-01-18T16:51:07.944Z] 34d5ebaa5410: Waiting [2023-01-18T16:51:07.944Z] bb23d6973865: Layer already exists [2023-01-18T16:51:07.944Z] 7e1eca821911: Layer already exists [2023-01-18T16:51:07.944Z] cb9d8210b7b8: Layer already exists [2023-01-18T16:51:07.944Z] c8b36cee96a5: Layer already exists [2023-01-18T16:51:07.944Z] 03814b886c64: Layer already exists [2023-01-18T16:51:07.944Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:51:07.944Z] 3.0.0-dev.22: digest: sha256:1aba3cf8e33b15d8a5d054e7074428992861f8c143f3ee3e043e682d54c4f0da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:08.253Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:08.558Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:51:08.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-18T16:51:08.558Z] 7e1eca821911: Preparing [2023-01-18T16:51:08.558Z] cb9d8210b7b8: Preparing [2023-01-18T16:51:08.558Z] c8b36cee96a5: Preparing [2023-01-18T16:51:08.558Z] 03814b886c64: Preparing [2023-01-18T16:51:08.558Z] bb23d6973865: Preparing [2023-01-18T16:51:08.558Z] 34d5ebaa5410: Preparing [2023-01-18T16:51:08.558Z] 34d5ebaa5410: Waiting [2023-01-18T16:51:08.558Z] bb23d6973865: Layer already exists [2023-01-18T16:51:08.558Z] c8b36cee96a5: Layer already exists [2023-01-18T16:51:08.558Z] cb9d8210b7b8: Layer already exists [2023-01-18T16:51:08.558Z] 7e1eca821911: Layer already exists [2023-01-18T16:51:08.558Z] 03814b886c64: Layer already exists [2023-01-18T16:51:08.558Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:51:08.558Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:1aba3cf8e33b15d8a5d054e7074428992861f8c143f3ee3e043e682d54c4f0da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:08.880Z] + 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-18T16:51:09.187Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-18T16:51:09.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-18T16:51:09.187Z] 7e1eca821911: Preparing [2023-01-18T16:51:09.187Z] cb9d8210b7b8: Preparing [2023-01-18T16:51:09.187Z] c8b36cee96a5: Preparing [2023-01-18T16:51:09.187Z] 03814b886c64: Preparing [2023-01-18T16:51:09.187Z] bb23d6973865: Preparing [2023-01-18T16:51:09.187Z] 34d5ebaa5410: Preparing [2023-01-18T16:51:09.187Z] c8b36cee96a5: Layer already exists [2023-01-18T16:51:09.187Z] 03814b886c64: Layer already exists [2023-01-18T16:51:09.187Z] 7e1eca821911: Layer already exists [2023-01-18T16:51:09.187Z] cb9d8210b7b8: Layer already exists [2023-01-18T16:51:09.187Z] bb23d6973865: Layer already exists [2023-01-18T16:51:09.187Z] 34d5ebaa5410: Layer already exists [2023-01-18T16:51:09.187Z] main: digest: sha256:1aba3cf8e33b15d8a5d054e7074428992861f8c143f3ee3e043e682d54c4f0da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:51:09.223Z] ===================================================== [Pipeline] echo [2023-01-18T16:51:09.233Z] taggedImages: [2023-01-18T16:51:09.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:51:09.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-18T16:51:09.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.22 [2023-01-18T16:51:09.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:51:09.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-18T16:51:09.255Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-18T16:51:09.255Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:51:09.255Z] latest [2023-01-18T16:51:09.255Z] 3.0.0-dev.22 [2023-01-18T16:51:09.255Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:51:09.255Z] main [2023-01-18T16:51:09.255Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:09.588Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:09.896Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:51:09.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-18T16:51:09.897Z] 819b11c16847: Preparing [2023-01-18T16:51:09.897Z] d6b7d80c9b36: Preparing [2023-01-18T16:51:09.897Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:09.897Z] f93a61d2f6c5: Preparing [2023-01-18T16:51:09.897Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:09.897Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:09.897Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:09.897Z] 819b11c16847: Pushed [2023-01-18T16:51:09.897Z] f93a61d2f6c5: Pushed [2023-01-18T16:51:12.443Z] d6b7d80c9b36: Pushed [2023-01-18T16:51:12.443Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:72e8920b9ed8c9c3be01c44fedeab69951085e5f6bd9905fd65cab353dc96ccb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:12.750Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:13.055Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-18T16:51:13.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-18T16:51:13.055Z] 819b11c16847: Preparing [2023-01-18T16:51:13.055Z] d6b7d80c9b36: Preparing [2023-01-18T16:51:13.055Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:13.055Z] f93a61d2f6c5: Preparing [2023-01-18T16:51:13.055Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:13.055Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:13.055Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:13.055Z] f93a61d2f6c5: Layer already exists [2023-01-18T16:51:13.055Z] d6b7d80c9b36: Layer already exists [2023-01-18T16:51:13.055Z] 819b11c16847: Layer already exists [2023-01-18T16:51:13.055Z] latest: digest: sha256:72e8920b9ed8c9c3be01c44fedeab69951085e5f6bd9905fd65cab353dc96ccb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:13.361Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:13.663Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.22 [2023-01-18T16:51:13.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-18T16:51:13.663Z] 819b11c16847: Preparing [2023-01-18T16:51:13.663Z] d6b7d80c9b36: Preparing [2023-01-18T16:51:13.663Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:13.663Z] f93a61d2f6c5: Preparing [2023-01-18T16:51:13.663Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:13.663Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:13.663Z] f93a61d2f6c5: Layer already exists [2023-01-18T16:51:13.663Z] d6b7d80c9b36: Layer already exists [2023-01-18T16:51:13.663Z] 819b11c16847: Layer already exists [2023-01-18T16:51:13.663Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:13.663Z] 3.0.0-dev.22: digest: sha256:72e8920b9ed8c9c3be01c44fedeab69951085e5f6bd9905fd65cab353dc96ccb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:13.966Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:14.266Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:51:14.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-18T16:51:14.266Z] 819b11c16847: Preparing [2023-01-18T16:51:14.266Z] d6b7d80c9b36: Preparing [2023-01-18T16:51:14.266Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:14.266Z] f93a61d2f6c5: Preparing [2023-01-18T16:51:14.266Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:14.266Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:14.266Z] d6b7d80c9b36: Layer already exists [2023-01-18T16:51:14.266Z] 819b11c16847: Layer already exists [2023-01-18T16:51:14.266Z] f93a61d2f6c5: Layer already exists [2023-01-18T16:51:14.266Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:14.266Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:72e8920b9ed8c9c3be01c44fedeab69951085e5f6bd9905fd65cab353dc96ccb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:14.664Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:15.036Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-18T16:51:15.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-18T16:51:15.036Z] 819b11c16847: Preparing [2023-01-18T16:51:15.036Z] d6b7d80c9b36: Preparing [2023-01-18T16:51:15.036Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:15.036Z] f93a61d2f6c5: Preparing [2023-01-18T16:51:15.036Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:15.036Z] d6b7d80c9b36: Layer already exists [2023-01-18T16:51:15.036Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:15.036Z] 819b11c16847: Layer already exists [2023-01-18T16:51:15.036Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:15.036Z] f93a61d2f6c5: Layer already exists [2023-01-18T16:51:15.036Z] main: digest: sha256:72e8920b9ed8c9c3be01c44fedeab69951085e5f6bd9905fd65cab353dc96ccb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:51:15.073Z] ===================================================== [Pipeline] echo [2023-01-18T16:51:15.078Z] taggedImages: [2023-01-18T16:51:15.078Z] - nexus3.edgexfoundry.org:10004/support-notifications:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:51:15.078Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-18T16:51:15.078Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.22 [2023-01-18T16:51:15.078Z] - nexus3.edgexfoundry.org:10004/support-notifications:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:51:15.078Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-18T16:51:15.093Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-18T16:51:15.093Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:51:15.093Z] latest [2023-01-18T16:51:15.093Z] 3.0.0-dev.22 [2023-01-18T16:51:15.093Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:51:15.093Z] main [2023-01-18T16:51:15.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:15.410Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:15.711Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:51:15.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-18T16:51:15.711Z] d7805ec25ea2: Preparing [2023-01-18T16:51:15.711Z] bc9dd76429ef: Preparing [2023-01-18T16:51:15.711Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:15.711Z] b1ae766b6cac: Preparing [2023-01-18T16:51:15.711Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:15.711Z] b1ae766b6cac: Layer already exists [2023-01-18T16:51:15.711Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:15.711Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:15.711Z] d7805ec25ea2: Pushed [2023-01-18T16:51:18.246Z] bc9dd76429ef: Pushed [2023-01-18T16:51:18.246Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:cfd571b3e879b2536366db4553b2adbdeb96a4044b7ff99cd3253c5b0778da2d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:18.557Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:18.863Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-18T16:51:18.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-18T16:51:18.863Z] d7805ec25ea2: Preparing [2023-01-18T16:51:18.863Z] bc9dd76429ef: Preparing [2023-01-18T16:51:18.863Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:18.863Z] b1ae766b6cac: Preparing [2023-01-18T16:51:18.863Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:18.863Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:18.863Z] d7805ec25ea2: Layer already exists [2023-01-18T16:51:18.863Z] bc9dd76429ef: Layer already exists [2023-01-18T16:51:18.863Z] b1ae766b6cac: Layer already exists [2023-01-18T16:51:18.863Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:18.863Z] latest: digest: sha256:cfd571b3e879b2536366db4553b2adbdeb96a4044b7ff99cd3253c5b0778da2d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:19.171Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:19.476Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.22 [2023-01-18T16:51:19.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-18T16:51:19.476Z] d7805ec25ea2: Preparing [2023-01-18T16:51:19.477Z] bc9dd76429ef: Preparing [2023-01-18T16:51:19.477Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:19.477Z] b1ae766b6cac: Preparing [2023-01-18T16:51:19.477Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:19.477Z] bc9dd76429ef: Layer already exists [2023-01-18T16:51:19.477Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:19.477Z] b1ae766b6cac: Layer already exists [2023-01-18T16:51:19.477Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:19.477Z] d7805ec25ea2: Layer already exists [2023-01-18T16:51:19.477Z] 3.0.0-dev.22: digest: sha256:cfd571b3e879b2536366db4553b2adbdeb96a4044b7ff99cd3253c5b0778da2d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:19.785Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:20.087Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:51:20.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-18T16:51:20.087Z] d7805ec25ea2: Preparing [2023-01-18T16:51:20.087Z] bc9dd76429ef: Preparing [2023-01-18T16:51:20.087Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:20.087Z] b1ae766b6cac: Preparing [2023-01-18T16:51:20.087Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:20.087Z] d7805ec25ea2: Layer already exists [2023-01-18T16:51:20.087Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:20.087Z] b1ae766b6cac: Layer already exists [2023-01-18T16:51:20.087Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:20.087Z] bc9dd76429ef: Layer already exists [2023-01-18T16:51:20.087Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:cfd571b3e879b2536366db4553b2adbdeb96a4044b7ff99cd3253c5b0778da2d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:20.404Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T16:51:20.703Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-18T16:51:20.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-18T16:51:20.704Z] d7805ec25ea2: Preparing [2023-01-18T16:51:20.704Z] bc9dd76429ef: Preparing [2023-01-18T16:51:20.704Z] 41c03a7a04b6: Preparing [2023-01-18T16:51:20.704Z] b1ae766b6cac: Preparing [2023-01-18T16:51:20.704Z] e5e13b0c77cb: Preparing [2023-01-18T16:51:20.704Z] d7805ec25ea2: Layer already exists [2023-01-18T16:51:20.704Z] 41c03a7a04b6: Layer already exists [2023-01-18T16:51:20.704Z] bc9dd76429ef: Layer already exists [2023-01-18T16:51:20.704Z] b1ae766b6cac: Layer already exists [2023-01-18T16:51:20.704Z] e5e13b0c77cb: Layer already exists [2023-01-18T16:51:20.704Z] main: digest: sha256:cfd571b3e879b2536366db4553b2adbdeb96a4044b7ff99cd3253c5b0778da2d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T16:51:20.737Z] ===================================================== [Pipeline] echo [2023-01-18T16:51:20.743Z] taggedImages: [2023-01-18T16:51:20.743Z] - nexus3.edgexfoundry.org:10004/support-scheduler:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:51:20.743Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-18T16:51:20.743Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.22 [2023-01-18T16:51:20.743Z] - nexus3.edgexfoundry.org:10004/support-scheduler:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T16:51:20.743Z] - 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-18T16:51:59.960Z] Removing intermediate container 8712531d17e6 [2023-01-18T16:51:59.961Z] ---> bec259e46e20 [2023-01-18T16:51:59.961Z] Step 7/24 : COPY . . [2023-01-18T16:51:59.961Z] Removing intermediate container 51a12521db9c [2023-01-18T16:51:59.961Z] ---> 809e5d7ab123 [2023-01-18T16:51:59.961Z] Step 7/21 : COPY . . [2023-01-18T16:51:59.961Z] ---> d8333f3c5dbf [2023-01-18T16:51:59.961Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-18T16:51:59.961Z] ---> dba931eb1eed [2023-01-18T16:51:59.961Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-18T16:51:59.961Z] ---> Running in a5e51012da39 [2023-01-18T16:51:59.961Z] ---> Running in bf5bbfca278e [2023-01-18T16:51:59.961Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-18T16:51:59.961Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-18T16:54:51.780Z] Removing intermediate container 2de89e2f56b0 [2023-01-18T16:54:51.780Z] ---> 242164da6706 [2023-01-18T16:54:51.780Z] [2023-01-18T16:54:51.780Z] Step 9/32 : FROM alpine:3.16 [2023-01-18T16:54:51.780Z] 3.16: Pulling from library/alpine [2023-01-18T16:54:51.780Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-18T16:54:51.780Z] Status: Downloaded newer image for alpine:3.16 [2023-01-18T16:54:51.780Z] ---> 2b4661558fb8 [2023-01-18T16:54:51.780Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:54:51.780Z] ---> Running in 0f9e7125839c [2023-01-18T16:54:51.780Z] Removing intermediate container 0f9e7125839c [2023-01-18T16:54:51.780Z] ---> 98b971670324 [2023-01-18T16:54:51.780Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-18T16:54:51.780Z] ---> Running in c5e5d3fade6d [2023-01-18T16:54:51.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:54:51.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:54:53.188Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-18T16:54:53.188Z] (2/2) Installing su-exec (0.2-r1) [2023-01-18T16:54:53.188Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:54:53.188Z] OK: 5 MiB in 16 packages [2023-01-18T16:54:55.161Z] Removing intermediate container c5e5d3fade6d [2023-01-18T16:54:55.161Z] ---> db52c988be7d [2023-01-18T16:54:55.161Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-18T16:54:55.161Z] ---> Running in 0e74c9a6691f [2023-01-18T16:54:55.747Z] Removing intermediate container 0e74c9a6691f [2023-01-18T16:54:55.747Z] ---> 154b9c432923 [2023-01-18T16:54:55.747Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-18T16:54:55.747Z] ---> Running in 12c51fbcbf67 [2023-01-18T16:54:56.341Z] Removing intermediate container 12c51fbcbf67 [2023-01-18T16:54:56.341Z] ---> c2b0b8773c0d [2023-01-18T16:54:56.341Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-18T16:54:56.341Z] ---> Running in bfc898599c34 [2023-01-18T16:54:56.928Z] Removing intermediate container bfc898599c34 [2023-01-18T16:54:56.928Z] ---> f1a814582c5c [2023-01-18T16:54:56.928Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-18T16:54:56.928Z] ---> Running in 3355418545f7 [2023-01-18T16:54:57.212Z] Removing intermediate container 3355418545f7 [2023-01-18T16:54:57.212Z] ---> cb81647be261 [2023-01-18T16:54:57.212Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-18T16:54:57.481Z] ---> Running in 9a4354999f99 [2023-01-18T16:55:00.838Z] Removing intermediate container 9a4354999f99 [2023-01-18T16:55:00.838Z] ---> 12742e015138 [2023-01-18T16:55:00.838Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-18T16:55:00.838Z] ---> Running in 011e7d26f5c9 [2023-01-18T16:55:00.838Z] Removing intermediate container 011e7d26f5c9 [2023-01-18T16:55:00.838Z] ---> 9ae9566fa417 [2023-01-18T16:55:00.838Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-18T16:55:01.792Z] ---> 70cfeb707f99 [2023-01-18T16:55:01.792Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-18T16:55:01.792Z] ---> Running in 4414882e2582 [2023-01-18T16:55:05.132Z] Removing intermediate container 4414882e2582 [2023-01-18T16:55:05.132Z] ---> e4577028a573 [2023-01-18T16:55:05.132Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:55:05.711Z] ---> f4f2fb0e2af9 [2023-01-18T16:55:05.711Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-18T16:55:09.048Z] ---> 6c0c74219c73 [2023-01-18T16:55:09.048Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-18T16:55:09.631Z] ---> 2c9ec3f0ca4c [2023-01-18T16:55:09.631Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-18T16:55:10.591Z] ---> c910b18f15bb [2023-01-18T16:55:10.591Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-18T16:55:11.175Z] ---> 3955a378889c [2023-01-18T16:55:11.175Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-18T16:55:12.135Z] ---> 872ad20aa98e [2023-01-18T16:55:12.135Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-18T16:55:12.721Z] ---> 3bc37d262834 [2023-01-18T16:55:12.721Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-18T16:55:12.989Z] ---> Running in c4c682e1aa4b [2023-01-18T16:55:15.603Z] Removing intermediate container c4c682e1aa4b [2023-01-18T16:55:15.603Z] ---> e164b026fd7a [2023-01-18T16:55:15.603Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-18T16:55:15.870Z] ---> Running in d9167d4c2010 [2023-01-18T16:55:16.137Z] Removing intermediate container d9167d4c2010 [2023-01-18T16:55:16.137Z] ---> 127cfe8ee2cb [2023-01-18T16:55:16.137Z] Step 29/32 : CMD ["gate"] [2023-01-18T16:55:16.404Z] ---> Running in 9b07576c405e [2023-01-18T16:55:16.671Z] Removing intermediate container 9b07576c405e [2023-01-18T16:55:16.671Z] ---> 6494669e7c58 [2023-01-18T16:55:16.671Z] Step 30/32 : LABEL arch=arm64 [2023-01-18T16:55:16.941Z] ---> Running in cb6e426fa8cc [2023-01-18T16:55:17.208Z] Removing intermediate container cb6e426fa8cc [2023-01-18T16:55:17.208Z] ---> 23d4aa9e34d2 [2023-01-18T16:55:17.208Z] Step 31/32 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:55:17.478Z] ---> Running in 34865e49d077 [2023-01-18T16:55:18.061Z] Removing intermediate container 34865e49d077 [2023-01-18T16:55:18.061Z] ---> f21f1363a612 [2023-01-18T16:55:18.061Z] Step 32/32 : LABEL version=3.0.0-dev.22 [2023-01-18T16:55:18.061Z] ---> Running in 1aafc33a0979 [2023-01-18T16:55:18.645Z] Removing intermediate container 1aafc33a0979 [2023-01-18T16:55:18.645Z] ---> dcfcfafd0887 [2023-01-18T16:55:18.645Z] [2023-01-18T16:55:18.645Z] Successfully built dcfcfafd0887 [2023-01-18T16:55:18.645Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-18T16:55:18.645Z]  Building security-bootstrapper ... done Building security-spire-agent [2023-01-18T16:55:22.018Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:55:22.018Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:55:22.018Z] ---> 6c57a0d8dc74 [2023-01-18T16:55:22.018Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T16:55:22.018Z] ---> Using cache [2023-01-18T16:55:22.018Z] ---> 391de87b302b [2023-01-18T16:55:22.018Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T16:55:22.018Z] ---> Running in 2a86011405a8 [2023-01-18T16:55:23.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:55:24.226Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:55:25.643Z] OK: 221 MiB in 51 packages [2023-01-18T16:55:27.051Z] Removing intermediate container 2a86011405a8 [2023-01-18T16:55:27.051Z] ---> a8053f955a02 [2023-01-18T16:55:27.051Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T16:55:28.009Z] ---> c9c5ce640627 [2023-01-18T16:55:28.009Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:55:28.009Z] ---> Running in d8431fb198eb [2023-01-18T16:57:05.513Z] Removing intermediate container dbc6e822f4d0 [2023-01-18T16:57:05.513Z] ---> 2c53cc165d9f [2023-01-18T16:57:05.513Z] [2023-01-18T16:57:05.513Z] Step 9/19 : FROM alpine:3.15 [2023-01-18T16:57:05.513Z] ---> 8aa73fd46299 [2023-01-18T16:57:05.513Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:57:05.513Z] ---> Using cache [2023-01-18T16:57:05.513Z] ---> 405da12cfa88 [2023-01-18T16:57:05.513Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-18T16:57:05.513Z] ---> Running in 1dbfe681736f [2023-01-18T16:57:05.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:57:05.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:57:05.514Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T16:57:05.514Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T16:57:05.514Z] OK: 15736 distinct packages available [2023-01-18T16:57:05.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:57:05.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:57:05.514Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-18T16:57:05.514Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-18T16:57:05.514Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-18T16:57:05.514Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-18T16:57:05.514Z] (5/9) Installing curl (7.80.0-r5) [2023-01-18T16:57:05.514Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-18T16:57:05.514Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-18T16:57:05.514Z] (8/9) Installing libucontext (1.1-r0) [2023-01-18T16:57:05.514Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-18T16:57:05.514Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T16:57:05.514Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:57:05.514Z] Removing intermediate container d8431fb198eb [2023-01-18T16:57:05.514Z] ---> 9b223483d89a [2023-01-18T16:57:05.514Z] Step 7/24 : COPY . . [2023-01-18T16:57:05.514Z] OK: 8 MiB in 23 packages [2023-01-18T16:57:05.514Z] Removing intermediate container 1dbfe681736f [2023-01-18T16:57:05.514Z] ---> 645512748769 [2023-01-18T16:57:05.514Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:57:05.514Z] ---> ea136954f262 [2023-01-18T16:57:05.514Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T16:57:05.514Z] ---> Running in b997b562681b [2023-01-18T16:57:05.514Z] ---> 4e4182d011d8 [2023-01-18T16:57:05.514Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-18T16:57:05.514Z] Removing intermediate container b997b562681b [2023-01-18T16:57:05.514Z] ---> e7ef878f68ab [2023-01-18T16:57:05.514Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-18T16:57:05.514Z] ---> Running in 3ef67a9ec368 [2023-01-18T16:57:05.514Z] Removing intermediate container 3ef67a9ec368 [2023-01-18T16:57:05.514Z] ---> 60bf8843c2c0 [2023-01-18T16:57:05.514Z] 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-18T16:57:05.514Z] ---> Running in 6a063733d339 [2023-01-18T16:57:06.919Z] ---> a2e1eea4d4a5 [2023-01-18T16:57:06.919Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-18T16:57:08.491Z] ---> c68833640abe [2023-01-18T16:57:08.491Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-18T16:57:08.491Z] ---> Running in 3abbb244ecc7 [2023-01-18T16:57:08.491Z] Removing intermediate container 6a063733d339 [2023-01-18T16:57:08.491Z] ---> 77a27545ac31 [2023-01-18T16:57:08.491Z] Step 11/24 : WORKDIR /edgex-go [2023-01-18T16:57:08.491Z] ---> Running in 4213a6b5bc26 [2023-01-18T16:57:09.130Z] Removing intermediate container 3abbb244ecc7 [2023-01-18T16:57:09.130Z] ---> 62196ec66130 [2023-01-18T16:57:09.130Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T16:57:09.402Z] Removing intermediate container 4213a6b5bc26 [2023-01-18T16:57:09.402Z] ---> 976228faa87e [2023-01-18T16:57:09.402Z] [2023-01-18T16:57:09.402Z] Step 12/24 : FROM alpine:3.15 [2023-01-18T16:57:09.402Z] ---> 8aa73fd46299 [2023-01-18T16:57:09.402Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T16:57:09.402Z] ---> Using cache [2023-01-18T16:57:09.402Z] ---> 405da12cfa88 [2023-01-18T16:57:09.402Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-18T16:57:09.402Z] ---> Using cache [2023-01-18T16:57:09.402Z] ---> 8f7fe88faf7f [2023-01-18T16:57:09.402Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-18T16:57:09.402Z] ---> Running in 4fc926ffbf09 [2023-01-18T16:57:10.013Z] Removing intermediate container 4fc926ffbf09 [2023-01-18T16:57:10.013Z] ---> 5f367578b7da [2023-01-18T16:57:10.013Z] Step 17/19 : LABEL arch=arm64 [2023-01-18T16:57:10.013Z] ---> Running in 4b3bf2ac45e5 [2023-01-18T16:57:11.003Z] Removing intermediate container 4b3bf2ac45e5 [2023-01-18T16:57:11.003Z] ---> efe8694642a8 [2023-01-18T16:57:11.003Z] Step 18/19 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:57:11.003Z] ---> Running in 822684c79c43 [2023-01-18T16:57:11.592Z] Removing intermediate container 822684c79c43 [2023-01-18T16:57:11.592Z] ---> d475031cc039 [2023-01-18T16:57:11.592Z] Step 19/19 : LABEL version=3.0.0-dev.22 [2023-01-18T16:57:11.870Z] ---> Running in d7bce0a277da [2023-01-18T16:57:12.451Z] Removing intermediate container d7bce0a277da [2023-01-18T16:57:12.451Z] ---> 3b5063d985b0 [2023-01-18T16:57:12.451Z] [2023-01-18T16:57:12.717Z] Successfully built 3b5063d985b0 [2023-01-18T16:57:12.717Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-18T16:57:12.717Z]  Building security-spiffe-token-provider ... done Building core-data [2023-01-18T16:57:15.299Z] ---> 5cb17773cd5f [2023-01-18T16:57:15.299Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T16:57:15.879Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-18T16:57:15.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:57:15.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:57:15.879Z] ---> 6c57a0d8dc74 [2023-01-18T16:57:15.879Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:57:15.879Z] ---> Using cache [2023-01-18T16:57:15.879Z] ---> 91887614aef1 [2023-01-18T16:57:15.879Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T16:57:15.879Z] ---> Using cache [2023-01-18T16:57:15.879Z] ---> b34a17291e0c [2023-01-18T16:57:15.879Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-18T16:57:15.879Z] ---> Using cache [2023-01-18T16:57:15.879Z] ---> a1db2c090566 [2023-01-18T16:57:15.879Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T16:57:15.879Z] ---> Using cache [2023-01-18T16:57:15.879Z] ---> 358f7e1e8975 [2023-01-18T16:57:15.879Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:57:15.879Z] ---> Using cache [2023-01-18T16:57:15.879Z] ---> 49ad3dc93e26 [2023-01-18T16:57:15.879Z] Step 8/22 : COPY . . [2023-01-18T16:57:16.145Z] ---> Using cache [2023-01-18T16:57:16.145Z] ---> 2d91c022ec32 [2023-01-18T16:57:16.145Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-18T16:57:16.411Z] ---> Running in 89f9acb86c00 [2023-01-18T16:57:18.347Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-18T16:57:19.748Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-18T16:57:22.324Z] ---> e735ac55ce96 [2023-01-18T16:57:22.324Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T16:57:22.905Z] ---> 005d7c5b4736 [2023-01-18T16:57:22.905Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-18T16:57:23.862Z] ---> 5a68cda36bb1 [2023-01-18T16:57:23.863Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-18T16:57:24.822Z] ---> 8faf590df8e3 [2023-01-18T16:57:24.822Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T16:57:25.088Z] ---> Running in 000fb721299d [2023-01-18T16:57:27.026Z] Removing intermediate container 000fb721299d [2023-01-18T16:57:27.026Z] ---> 7319e6e85cbe [2023-01-18T16:57:27.026Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T16:57:27.026Z] ---> Running in 62728630cd7b [2023-01-18T16:57:27.607Z] Removing intermediate container 62728630cd7b [2023-01-18T16:57:27.607Z] ---> af1f0d3c7f80 [2023-01-18T16:57:27.607Z] Step 22/24 : LABEL arch=arm64 [2023-01-18T16:57:27.607Z] ---> Running in 60913484067a [2023-01-18T16:57:28.189Z] Removing intermediate container 60913484067a [2023-01-18T16:57:28.189Z] ---> b3ca49ca0b7b [2023-01-18T16:57:28.189Z] Step 23/24 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:57:28.189Z] ---> Running in 89e318f59fe2 [2023-01-18T16:57:28.776Z] Removing intermediate container 89e318f59fe2 [2023-01-18T16:57:28.776Z] ---> 5f2ea28b7079 [2023-01-18T16:57:28.776Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T16:57:29.049Z] ---> Running in f6affabc51f2 [2023-01-18T16:57:29.635Z] Removing intermediate container f6affabc51f2 [2023-01-18T16:57:29.635Z] ---> bb86a68e4fd7 [2023-01-18T16:57:29.635Z] [2023-01-18T16:57:29.635Z] Successfully built bb86a68e4fd7 [2023-01-18T16:57:29.635Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-18T16:57:29.635Z]  Building security-spire-agent ... done Building core-command [2023-01-18T16:57:34.973Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:57:34.973Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:57:34.973Z] ---> 6c57a0d8dc74 [2023-01-18T16:57:34.973Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:57:34.973Z] ---> Using cache [2023-01-18T16:57:34.973Z] ---> 91887614aef1 [2023-01-18T16:57:34.973Z] Step 4/23 : WORKDIR /edgex-go [2023-01-18T16:57:34.973Z] ---> Using cache [2023-01-18T16:57:34.973Z] ---> b34a17291e0c [2023-01-18T16:57:34.973Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-18T16:57:34.973Z] ---> Using cache [2023-01-18T16:57:34.973Z] ---> a1db2c090566 [2023-01-18T16:57:34.973Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-18T16:57:34.973Z] ---> Using cache [2023-01-18T16:57:34.973Z] ---> 358f7e1e8975 [2023-01-18T16:57:34.973Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:57:34.973Z] ---> Using cache [2023-01-18T16:57:34.973Z] ---> 49ad3dc93e26 [2023-01-18T16:57:34.973Z] Step 8/23 : COPY . . [2023-01-18T16:57:34.973Z] ---> Using cache [2023-01-18T16:57:34.973Z] ---> 2d91c022ec32 [2023-01-18T16:57:34.973Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-18T16:57:35.239Z] ---> Running in 7254a81131f0 [2023-01-18T16:57:37.178Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-18T16:57:43.817Z] Removing intermediate container bf5bbfca278e [2023-01-18T16:57:43.817Z] ---> d11109cd288d [2023-01-18T16:57:43.817Z] [2023-01-18T16:57:43.817Z] Step 9/24 : FROM alpine:3.16 [2023-01-18T16:57:43.817Z] ---> 2b4661558fb8 [2023-01-18T16:57:43.817Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-18T16:57:43.817Z] Removing intermediate container a5e51012da39 [2023-01-18T16:57:43.817Z] ---> 7fd1086fcd37 [2023-01-18T16:57:43.817Z] [2023-01-18T16:57:43.817Z] Step 9/21 : FROM alpine:3.16 [2023-01-18T16:57:43.817Z] ---> 2b4661558fb8 [2023-01-18T16:57:43.817Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-18T16:57:43.817Z] ---> Running in 1f2b9b03b67d [2023-01-18T16:57:43.817Z] ---> Running in 953d7148c41c [2023-01-18T16:57:45.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:57:45.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:57:46.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:57:46.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:57:47.430Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-18T16:57:47.430Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-18T16:57:47.696Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-18T16:57:47.696Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-18T16:57:47.696Z] (3/3) Installing su-exec (0.2-r1) [2023-01-18T16:57:47.696Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:57:47.696Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-18T16:57:47.696Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-18T16:57:47.696Z] (5/6) Installing curl (7.83.1-r5) [2023-01-18T16:57:47.696Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:57:47.696Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-18T16:57:47.696Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:57:47.696Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T16:57:47.965Z] OK: 6 MiB in 17 packages [2023-01-18T16:57:48.234Z] OK: 8 MiB in 20 packages [2023-01-18T16:57:51.579Z] Removing intermediate container 953d7148c41c [2023-01-18T16:57:51.579Z] ---> b7509250bb00 [2023-01-18T16:57:51.579Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-18T16:57:51.579Z] ---> Running in aa79c9033b74 [2023-01-18T16:57:52.161Z] Removing intermediate container 1f2b9b03b67d [2023-01-18T16:57:52.162Z] ---> 308d1846ec4b [2023-01-18T16:57:52.162Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-18T16:57:52.162Z] ---> Running in e4b79c77be11 [2023-01-18T16:57:52.741Z] Removing intermediate container aa79c9033b74 [2023-01-18T16:57:52.741Z] ---> 42a3339e0d19 [2023-01-18T16:57:52.741Z] Step 12/24 : WORKDIR / [2023-01-18T16:57:52.741Z] ---> Running in fbca4be5a50d [2023-01-18T16:57:53.006Z] Removing intermediate container e4b79c77be11 [2023-01-18T16:57:53.006Z] ---> ae214444367d [2023-01-18T16:57:53.006Z] Step 12/21 : WORKDIR /edgex [2023-01-18T16:57:53.271Z] ---> Running in 8d8289323f45 [2023-01-18T16:57:53.536Z] Removing intermediate container fbca4be5a50d [2023-01-18T16:57:53.536Z] ---> 699760f696e7 [2023-01-18T16:57:53.536Z] 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-18T16:57:54.118Z] Removing intermediate container 8d8289323f45 [2023-01-18T16:57:54.118Z] ---> 76bd5a3c3771 [2023-01-18T16:57:54.118Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-18T16:57:55.074Z] ---> 96ef2a33bf4a [2023-01-18T16:57:55.074Z] 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-18T16:57:56.034Z] ---> baa0a33f76b9 [2023-01-18T16:57:56.034Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-18T16:57:56.617Z] ---> 035eb10273a9 [2023-01-18T16:57:56.617Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-18T16:57:58.605Z] ---> 9b3b401a5f77 [2023-01-18T16:57:58.605Z] 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-18T16:57:59.184Z] ---> 41277d384bbf [2023-01-18T16:57:59.184Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-18T16:58:00.137Z] ---> c4df95a49d9d [2023-01-18T16:58:00.137Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-18T16:58:02.719Z] ---> c90514ac114e [2023-01-18T16:58:02.719Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-18T16:58:02.984Z] ---> a302e0fcd347 [2023-01-18T16:58:02.984Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-18T16:58:03.563Z] ---> 6c40bf60e07e [2023-01-18T16:58:03.563Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-18T16:58:03.829Z] Removing intermediate container acafb5f4db99 [2023-01-18T16:58:03.829Z] ---> 4f2f4a6b2d27 [2023-01-18T16:58:03.829Z] [2023-01-18T16:58:03.829Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T16:58:03.829Z] ---> 2b4661558fb8 [2023-01-18T16:58:03.829Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-18T16:58:03.829Z] ---> Running in 0f9b5ff4e7b2 [2023-01-18T16:58:04.096Z] ---> Running in 8989e048b281 [2023-01-18T16:58:06.047Z] ---> 8dac7bf31181 [2023-01-18T16:58:06.047Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-18T16:58:06.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:58:06.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:58:07.495Z] ---> c9716c228bab [2023-01-18T16:58:07.495Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-18T16:58:07.760Z] ---> Running in 3f8c481b5519 [2023-01-18T16:58:08.340Z] Removing intermediate container 0f9b5ff4e7b2 [2023-01-18T16:58:08.340Z] ---> ca47537d035e [2023-01-18T16:58:08.340Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-18T16:58:08.340Z] ---> Running in 7f960ce71f47 [2023-01-18T16:58:08.615Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-18T16:58:08.615Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T16:58:08.615Z] OK: 5 MiB in 15 packages [2023-01-18T16:58:08.884Z] Removing intermediate container 7f960ce71f47 [2023-01-18T16:58:08.884Z] ---> ed1dbe5295b2 [2023-01-18T16:58:08.884Z] Step 19/21 : LABEL arch=arm64 [2023-01-18T16:58:09.154Z] ---> Running in a7d348c4d68c [2023-01-18T16:58:10.116Z] Removing intermediate container a7d348c4d68c [2023-01-18T16:58:10.116Z] ---> 389728b0a785 [2023-01-18T16:58:10.116Z] Step 20/21 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:58:10.386Z] ---> Running in 541d0c77f149 [2023-01-18T16:58:11.348Z] Removing intermediate container 8989e048b281 [2023-01-18T16:58:11.348Z] ---> 44eb4572ff10 [2023-01-18T16:58:11.348Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T16:58:11.348Z] Removing intermediate container 541d0c77f149 [2023-01-18T16:58:11.348Z] ---> ffd947738bc5 [2023-01-18T16:58:11.348Z] Step 21/21 : LABEL version=3.0.0-dev.22 [2023-01-18T16:58:11.348Z] ---> Running in 6efd028a5be6 [2023-01-18T16:58:11.616Z] ---> Running in a9d9d8f9710a [2023-01-18T16:58:11.883Z] Removing intermediate container 3f8c481b5519 [2023-01-18T16:58:11.883Z] ---> 031cf8508bd2 [2023-01-18T16:58:11.883Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-18T16:58:12.154Z] ---> Running in 61d99e7739f1 [2023-01-18T16:58:12.154Z] Removing intermediate container 6efd028a5be6 [2023-01-18T16:58:12.154Z] ---> a751fd7ea3df [2023-01-18T16:58:12.154Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-18T16:58:12.424Z] ---> Running in 434f18005bc5 [2023-01-18T16:58:12.424Z] Removing intermediate container a9d9d8f9710a [2023-01-18T16:58:12.424Z] ---> 822ef1048e9e [2023-01-18T16:58:12.424Z] [2023-01-18T16:58:12.690Z] Removing intermediate container 61d99e7739f1 [2023-01-18T16:58:12.690Z] ---> 57951cd0c288 [2023-01-18T16:58:12.690Z] Step 22/24 : LABEL arch=arm64 [2023-01-18T16:58:12.690Z] Successfully built 822ef1048e9e [2023-01-18T16:58:12.690Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-18T16:58:12.690Z]  Building security-proxy-setup ... done Building core-metadata [2023-01-18T16:58:12.956Z] ---> Running in 05b73ba86c26 [2023-01-18T16:58:13.221Z] Removing intermediate container 434f18005bc5 [2023-01-18T16:58:13.221Z] ---> 5a1bfb78c0b1 [2023-01-18T16:58:13.221Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-18T16:58:13.221Z] ---> Running in 10123daaec9e [2023-01-18T16:58:13.802Z] Removing intermediate container 05b73ba86c26 [2023-01-18T16:58:13.802Z] ---> 8c575e0a82ca [2023-01-18T16:58:13.802Z] Step 23/24 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:58:13.802Z] ---> Running in 99ed97ff00b6 [2023-01-18T16:58:14.067Z] Removing intermediate container 10123daaec9e [2023-01-18T16:58:14.067Z] ---> d3a2943de505 [2023-01-18T16:58:14.067Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T16:58:14.339Z] Removing intermediate container 99ed97ff00b6 [2023-01-18T16:58:14.339Z] ---> f876c4bf346c [2023-01-18T16:58:14.339Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T16:58:14.339Z] ---> Running in a3396b824fec [2023-01-18T16:58:15.296Z] Removing intermediate container a3396b824fec [2023-01-18T16:58:15.296Z] ---> 065f98c72327 [2023-01-18T16:58:15.296Z] [2023-01-18T16:58:15.296Z] ---> 429e46d34a28 [2023-01-18T16:58:15.296Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-18T16:58:15.296Z] Successfully built 065f98c72327 [2023-01-18T16:58:17.238Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-18T16:58:17.238Z]  Building security-secretstore-setup ... done Building support-notifications [2023-01-18T16:58:17.238Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:58:17.238Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:58:17.238Z] ---> 6c57a0d8dc74 [2023-01-18T16:58:17.238Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:58:17.238Z] ---> Using cache [2023-01-18T16:58:17.238Z] ---> 91887614aef1 [2023-01-18T16:58:17.238Z] Step 4/24 : WORKDIR /edgex-go [2023-01-18T16:58:17.238Z] ---> Using cache [2023-01-18T16:58:17.238Z] ---> b34a17291e0c [2023-01-18T16:58:17.238Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-18T16:58:17.238Z] ---> Using cache [2023-01-18T16:58:17.238Z] ---> a1db2c090566 [2023-01-18T16:58:17.238Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-18T16:58:17.505Z] ---> Using cache [2023-01-18T16:58:17.505Z] ---> 358f7e1e8975 [2023-01-18T16:58:17.505Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:58:17.505Z] ---> Using cache [2023-01-18T16:58:17.505Z] ---> 49ad3dc93e26 [2023-01-18T16:58:17.505Z] Step 8/24 : COPY . . [2023-01-18T16:58:17.505Z] ---> Using cache [2023-01-18T16:58:17.505Z] ---> 2d91c022ec32 [2023-01-18T16:58:17.505Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-18T16:58:18.100Z] ---> Running in e68b1827c48b [2023-01-18T16:58:18.370Z] ---> efcf1a06f3cd [2023-01-18T16:58:18.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-18T16:58:19.794Z] ---> c4e48cc09922 [2023-01-18T16:58:19.794Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-18T16:58:19.794Z] ---> Running in 61886df11954 [2023-01-18T16:58:20.062Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-18T16:58:20.332Z] Removing intermediate container 61886df11954 [2023-01-18T16:58:20.332Z] ---> 9a41d24be53d [2023-01-18T16:58:20.332Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T16:58:20.597Z] ---> Running in 45e5bf2320a9 [2023-01-18T16:58:21.556Z] Removing intermediate container 45e5bf2320a9 [2023-01-18T16:58:21.556Z] ---> fcac23b01459 [2023-01-18T16:58:21.556Z] Step 20/22 : LABEL arch=arm64 [2023-01-18T16:58:21.556Z] ---> Running in 2231514f2e74 [2023-01-18T16:58:21.556Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T16:58:21.556Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T16:58:21.556Z] ---> 6c57a0d8dc74 [2023-01-18T16:58:21.556Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T16:58:21.556Z] ---> Using cache [2023-01-18T16:58:21.556Z] ---> 91887614aef1 [2023-01-18T16:58:21.556Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T16:58:21.556Z] ---> Using cache [2023-01-18T16:58:21.556Z] ---> b34a17291e0c [2023-01-18T16:58:21.556Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-18T16:58:21.822Z] ---> Running in ba21c31c0f4d [2023-01-18T16:58:22.419Z] Removing intermediate container 2231514f2e74 [2023-01-18T16:58:22.419Z] ---> 988d96a974ac [2023-01-18T16:58:22.419Z] Step 21/22 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T16:58:22.419Z] ---> Running in 74a8fd8dd6f2 [2023-01-18T16:58:23.005Z] Removing intermediate container 74a8fd8dd6f2 [2023-01-18T16:58:23.005Z] ---> bedbec2a56ca [2023-01-18T16:58:23.005Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T16:58:23.271Z] ---> Running in f68cb7141ccd [2023-01-18T16:58:23.856Z] Removing intermediate container f68cb7141ccd [2023-01-18T16:58:23.856Z] ---> 0bb6edafa9b7 [2023-01-18T16:58:23.856Z] [2023-01-18T16:58:23.856Z] Successfully built 0bb6edafa9b7 [2023-01-18T16:58:23.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T16:58:24.122Z] Successfully tagged support-scheduler-arm64:latest [2023-01-18T16:58:24.387Z]  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T16:58:25.790Z] OK: 221 MiB in 51 packages [2023-01-18T16:58:27.193Z] Removing intermediate container ba21c31c0f4d [2023-01-18T16:58:27.193Z] ---> 3a5e6e48d8ff [2023-01-18T16:58:27.193Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T16:58:28.150Z] ---> aa41d5c39a6c [2023-01-18T16:58:28.150Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T16:58:28.150Z] ---> Running in 014c87b78f11 [2023-01-18T16:59:49.739Z] Removing intermediate container 014c87b78f11 [2023-01-18T16:59:49.739Z] ---> dc6794627300 [2023-01-18T16:59:49.739Z] Step 8/22 : COPY . . [2023-01-18T16:59:49.739Z] ---> 82d3e4002758 [2023-01-18T16:59:49.739Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-18T16:59:49.739Z] ---> Running in 50193bffdd26 [2023-01-18T16:59:50.696Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-18T17:02:42.427Z] Removing intermediate container 89f9acb86c00 [2023-01-18T17:02:42.427Z] ---> 7fd9c8da2e61 [2023-01-18T17:02:42.427Z] [2023-01-18T17:02:42.427Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T17:02:42.427Z] ---> 2b4661558fb8 [2023-01-18T17:02:42.427Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-18T17:02:42.427Z] ---> Running in 7cb27708423d [2023-01-18T17:02:42.427Z] Removing intermediate container 7cb27708423d [2023-01-18T17:02:42.427Z] ---> c163b9aa3b0f [2023-01-18T17:02:42.427Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-18T17:02:42.427Z] ---> Running in 2815f06652e5 [2023-01-18T17:02:42.427Z] Removing intermediate container 2815f06652e5 [2023-01-18T17:02:42.427Z] ---> b4377c2e0577 [2023-01-18T17:02:42.427Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-18T17:02:42.427Z] ---> Running in 3196d849ee99 [2023-01-18T17:02:42.427Z] Removing intermediate container 3196d849ee99 [2023-01-18T17:02:42.427Z] ---> 9156f2b0fd38 [2023-01-18T17:02:42.427Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-18T17:02:42.427Z] ---> Running in 782b271733b2 [2023-01-18T17:02:42.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T17:02:42.427Z] Removing intermediate container 7254a81131f0 [2023-01-18T17:02:42.427Z] ---> 6397485f228f [2023-01-18T17:02:42.427Z] [2023-01-18T17:02:42.427Z] Step 10/23 : FROM alpine:3.16 [2023-01-18T17:02:42.427Z] ---> 2b4661558fb8 [2023-01-18T17:02:42.427Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-18T17:02:42.427Z] ---> Using cache [2023-01-18T17:02:42.427Z] ---> 44eb4572ff10 [2023-01-18T17:02:42.427Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T17:02:42.427Z] ---> Using cache [2023-01-18T17:02:42.427Z] ---> a751fd7ea3df [2023-01-18T17:02:42.427Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-18T17:02:42.427Z] ---> Running in f46a2f5a8123 [2023-01-18T17:02:42.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T17:02:42.427Z] Removing intermediate container f46a2f5a8123 [2023-01-18T17:02:42.427Z] ---> 6ee437aca5ab [2023-01-18T17:02:42.427Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-18T17:02:42.427Z] ---> Running in a1655f1db757 [2023-01-18T17:02:42.427Z] Removing intermediate container a1655f1db757 [2023-01-18T17:02:42.427Z] ---> 2812b50e3945 [2023-01-18T17:02:42.427Z] Step 15/23 : WORKDIR / [2023-01-18T17:02:42.427Z] ---> Running in 1a5d9bbf1dd4 [2023-01-18T17:02:42.427Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-18T17:02:42.427Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T17:02:42.427Z] OK: 5 MiB in 15 packages [2023-01-18T17:02:42.427Z] Removing intermediate container 1a5d9bbf1dd4 [2023-01-18T17:02:42.427Z] ---> dd0e2b34be02 [2023-01-18T17:02:42.427Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T17:02:42.427Z] ---> 02085ffc7fbc [2023-01-18T17:02:42.427Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-18T17:02:42.427Z] Removing intermediate container 782b271733b2 [2023-01-18T17:02:42.427Z] ---> dbaab190da5e [2023-01-18T17:02:42.427Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T17:02:42.427Z] ---> 2c0198204622 [2023-01-18T17:02:42.427Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-18T17:02:42.427Z] ---> 83791b47c975 [2023-01-18T17:02:42.427Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-18T17:02:42.427Z] ---> 21d9b8384d25 [2023-01-18T17:02:42.427Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-18T17:02:42.427Z] ---> b01645024c0a [2023-01-18T17:02:42.427Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-18T17:02:42.427Z] ---> Running in 94ece8321f43 [2023-01-18T17:02:43.007Z] Removing intermediate container 94ece8321f43 [2023-01-18T17:02:43.007Z] ---> 34e0aaef8646 [2023-01-18T17:02:43.007Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T17:02:43.007Z] ---> Running in caf34a5d1a34 [2023-01-18T17:02:43.275Z] ---> 8184e6a8b130 [2023-01-18T17:02:43.275Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-18T17:02:43.275Z] ---> Running in 5bbd3ca9e8b5 [2023-01-18T17:02:43.856Z] Removing intermediate container caf34a5d1a34 [2023-01-18T17:02:43.856Z] ---> 89428e6ac9da [2023-01-18T17:02:43.856Z] Step 21/23 : LABEL arch=arm64 [2023-01-18T17:02:43.856Z] Removing intermediate container 5bbd3ca9e8b5 [2023-01-18T17:02:43.856Z] ---> d61fc69c091b [2023-01-18T17:02:43.856Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T17:02:43.856Z] ---> Running in d06d79b16272 [2023-01-18T17:02:44.123Z] ---> Running in 991b90f1def0 [2023-01-18T17:02:44.705Z] Removing intermediate container d06d79b16272 [2023-01-18T17:02:44.705Z] ---> e653663da735 [2023-01-18T17:02:44.705Z] Step 22/23 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:02:44.705Z] ---> Running in 1916f6f9c173 [2023-01-18T17:02:44.705Z] Removing intermediate container 991b90f1def0 [2023-01-18T17:02:44.705Z] ---> de6320fbe05b [2023-01-18T17:02:44.705Z] Step 20/22 : LABEL arch=arm64 [2023-01-18T17:02:44.970Z] ---> Running in 190caede3b71 [2023-01-18T17:02:45.566Z] Removing intermediate container 1916f6f9c173 [2023-01-18T17:02:45.566Z] ---> d652a0035257 [2023-01-18T17:02:45.566Z] Step 23/23 : LABEL version=3.0.0-dev.22 [2023-01-18T17:02:45.566Z] Removing intermediate container 190caede3b71 [2023-01-18T17:02:45.566Z] ---> 971d83bac5d0 [2023-01-18T17:02:45.566Z] Step 21/22 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:02:45.566Z] ---> Running in 53d14b94c3f8 [2023-01-18T17:02:45.837Z] ---> Running in 03d5b995f86a [2023-01-18T17:02:46.419Z] Removing intermediate container 53d14b94c3f8 [2023-01-18T17:02:46.419Z] ---> f165585b077d [2023-01-18T17:02:46.419Z] [2023-01-18T17:02:46.419Z] Removing intermediate container 03d5b995f86a [2023-01-18T17:02:46.419Z] ---> 21f6ad4aef0e [2023-01-18T17:02:46.419Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T17:02:46.688Z] Successfully built f165585b077d [2023-01-18T17:02:46.688Z] ---> Running in 2dd6955327cf [2023-01-18T17:02:46.688Z] Successfully tagged core-command-arm64:latest [2023-01-18T17:02:46.954Z]  Building core-command ... done Removing intermediate container 2dd6955327cf [2023-01-18T17:02:46.954Z] ---> 39ee8ab3e777 [2023-01-18T17:02:46.954Z] [2023-01-18T17:02:47.222Z] Successfully built 39ee8ab3e777 [2023-01-18T17:02:47.222Z] Successfully tagged core-data-arm64:latest [2023-01-18T17:03:13.884Z]  Building core-data ... done Removing intermediate container e68b1827c48b [2023-01-18T17:03:13.884Z] ---> 158c0aef1a84 [2023-01-18T17:03:13.884Z] [2023-01-18T17:03:13.884Z] Step 10/24 : FROM alpine:3.16 [2023-01-18T17:03:13.884Z] ---> 2b4661558fb8 [2023-01-18T17:03:13.884Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-18T17:03:13.884Z] ---> Using cache [2023-01-18T17:03:13.884Z] ---> 44eb4572ff10 [2023-01-18T17:03:13.884Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T17:03:13.884Z] ---> Using cache [2023-01-18T17:03:13.884Z] ---> a751fd7ea3df [2023-01-18T17:03:13.884Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-18T17:03:13.884Z] ---> Running in d9b9e32218b7 [2023-01-18T17:03:13.884Z] Removing intermediate container d9b9e32218b7 [2023-01-18T17:03:13.884Z] ---> c1c230048541 [2023-01-18T17:03:13.884Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-18T17:03:13.884Z] ---> Running in 795d1f5b3db8 [2023-01-18T17:03:13.884Z] Removing intermediate container 795d1f5b3db8 [2023-01-18T17:03:13.884Z] ---> 7b44d3113ffa [2023-01-18T17:03:13.884Z] Step 15/24 : WORKDIR / [2023-01-18T17:03:13.884Z] ---> Running in 69eadeb1fd1d [2023-01-18T17:03:13.884Z] Removing intermediate container 69eadeb1fd1d [2023-01-18T17:03:13.884Z] ---> 38393b3f190f [2023-01-18T17:03:13.884Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T17:03:14.838Z] ---> bc8abe95cd82 [2023-01-18T17:03:14.838Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-18T17:03:16.772Z] ---> e84900a31c3c [2023-01-18T17:03:16.772Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-18T17:03:17.351Z] ---> 657e800973a1 [2023-01-18T17:03:17.351Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-18T17:03:18.327Z] ---> 4515b3e1419a [2023-01-18T17:03:18.327Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-18T17:03:18.327Z] ---> Running in 537c173e8923 [2023-01-18T17:03:20.859Z] Removing intermediate container 537c173e8923 [2023-01-18T17:03:20.859Z] ---> a116357306e0 [2023-01-18T17:03:20.859Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T17:03:20.859Z] ---> Running in bd8984b520a0 [2023-01-18T17:03:21.131Z] Removing intermediate container bd8984b520a0 [2023-01-18T17:03:21.131Z] ---> 24113a768fa0 [2023-01-18T17:03:21.131Z] Step 22/24 : LABEL arch=arm64 [2023-01-18T17:03:21.405Z] ---> Running in 4ba20ee9df0f [2023-01-18T17:03:21.672Z] Removing intermediate container 4ba20ee9df0f [2023-01-18T17:03:21.672Z] ---> feb82b33808f [2023-01-18T17:03:21.672Z] Step 23/24 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:03:21.949Z] ---> Running in 9a482155fcf7 [2023-01-18T17:03:22.394Z] Removing intermediate container 9a482155fcf7 [2023-01-18T17:03:22.394Z] ---> 6cc8f087913e [2023-01-18T17:03:22.394Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T17:03:22.707Z] ---> Running in fd75219d7bac [2023-01-18T17:03:22.985Z] Removing intermediate container fd75219d7bac [2023-01-18T17:03:22.985Z] ---> 9a79e8fed925 [2023-01-18T17:03:22.985Z] [2023-01-18T17:03:22.985Z] Successfully built 9a79e8fed925 [2023-01-18T17:03:22.985Z] Successfully tagged core-metadata-arm64:latest [2023-01-18T17:04:10.040Z]  Building core-metadata ... done Removing intermediate container 50193bffdd26 [2023-01-18T17:04:10.040Z] ---> 1303cac3fe31 [2023-01-18T17:04:10.040Z] [2023-01-18T17:04:10.040Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T17:04:10.040Z] ---> 2b4661558fb8 [2023-01-18T17:04:10.040Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-18T17:04:10.040Z] ---> Running in 235e4af902d7 [2023-01-18T17:04:10.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T17:04:10.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T17:04:11.263Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-18T17:04:11.532Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-18T17:04:11.532Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T17:04:11.532Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T17:04:11.532Z] OK: 6 MiB in 16 packages [2023-01-18T17:04:12.951Z] Removing intermediate container 235e4af902d7 [2023-01-18T17:04:12.951Z] ---> 361c5b8cde1b [2023-01-18T17:04:12.951Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T17:04:12.951Z] ---> Running in 3cb013a49bb5 [2023-01-18T17:04:13.218Z] Removing intermediate container 3cb013a49bb5 [2023-01-18T17:04:13.218Z] ---> df9a22d9962e [2023-01-18T17:04:13.218Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-18T17:04:13.485Z] ---> Running in 915ba08cea83 [2023-01-18T17:04:13.751Z] Removing intermediate container 915ba08cea83 [2023-01-18T17:04:13.751Z] ---> e5247095b504 [2023-01-18T17:04:13.751Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-18T17:04:13.751Z] ---> Running in a5ec1f6c20d6 [2023-01-18T17:04:14.016Z] Removing intermediate container a5ec1f6c20d6 [2023-01-18T17:04:14.016Z] ---> 5aadad542590 [2023-01-18T17:04:14.016Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T17:04:14.609Z] ---> b66245800d02 [2023-01-18T17:04:14.609Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-18T17:04:16.011Z] ---> 19ce90b0d504 [2023-01-18T17:04:16.011Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-18T17:04:16.277Z] ---> a461767a8280 [2023-01-18T17:04:16.277Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-18T17:04:16.277Z] ---> Running in cc6a4c67319b [2023-01-18T17:04:16.545Z] Removing intermediate container cc6a4c67319b [2023-01-18T17:04:16.545Z] ---> 0dc1b0cb731a [2023-01-18T17:04:16.545Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T17:04:16.545Z] ---> Running in 0ebfb99bafb5 [2023-01-18T17:04:16.810Z] Removing intermediate container 0ebfb99bafb5 [2023-01-18T17:04:16.810Z] ---> 3ef86c0d8bd9 [2023-01-18T17:04:16.810Z] Step 20/22 : LABEL arch=arm64 [2023-01-18T17:04:17.075Z] ---> Running in de1215f4700f [2023-01-18T17:04:17.340Z] Removing intermediate container de1215f4700f [2023-01-18T17:04:17.340Z] ---> 9e58a311a0ef [2023-01-18T17:04:17.340Z] Step 21/22 : LABEL git_sha=7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:17.340Z] ---> Running in 5da3aadae003 [2023-01-18T17:04:17.605Z] Removing intermediate container 5da3aadae003 [2023-01-18T17:04:17.605Z] ---> 948677f65b34 [2023-01-18T17:04:17.605Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T17:04:17.874Z] ---> Running in ae0e46a8e983 [2023-01-18T17:04:17.874Z] Removing intermediate container ae0e46a8e983 [2023-01-18T17:04:17.874Z] ---> ca9fdac092d1 [2023-01-18T17:04:17.874Z] [2023-01-18T17:04:18.139Z] Successfully built ca9fdac092d1 [2023-01-18T17:04:18.139Z] Successfully tagged support-notifications-arm64:latest [2023-01-18T17:04:18.413Z]  Building support-notifications ... done  [Pipeline] } [2023-01-18T17:04:18.434Z] $ docker stop --time=1 707610ff8e9a7348c08247ee2fdbf0013aa54a97371530a2061cb8e2f913448a [2023-01-18T17:04:20.043Z] $ docker rm -f --volumes 707610ff8e9a7348c08247ee2fdbf0013aa54a97371530a2061cb8e2f913448a [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T17:04:20.477Z] + docker images [2023-01-18T17:04:20.741Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-18T17:04:20.741Z] support-notifications-arm64 latest ca9fdac092d1 3 seconds ago 29.6MB [2023-01-18T17:04:20.741Z] 1303cac3fe31 13 seconds ago 1.41GB [2023-01-18T17:04:20.741Z] core-metadata-arm64 latest 9a79e8fed925 58 seconds ago 17.8MB [2023-01-18T17:04:20.741Z] 158c0aef1a84 About a minute ago 1.35GB [2023-01-18T17:04:20.741Z] core-command-arm64 latest f165585b077d About a minute ago 17MB [2023-01-18T17:04:20.741Z] core-data-arm64 latest 39ee8ab3e777 About a minute ago 17.2MB [2023-01-18T17:04:20.741Z] 6397485f228f About a minute ago 1.34GB [2023-01-18T17:04:20.741Z] 7fd9c8da2e61 About a minute ago 1.35GB [2023-01-18T17:04:20.741Z] support-scheduler-arm64 latest 0bb6edafa9b7 5 minutes ago 29MB [2023-01-18T17:04:20.742Z] security-secretstore-setup-arm64 latest 065f98c72327 6 minutes ago 28.7MB [2023-01-18T17:04:20.742Z] security-proxy-setup-arm64 latest 822ef1048e9e 6 minutes ago 26.8MB [2023-01-18T17:04:20.742Z] 4f2f4a6b2d27 6 minutes ago 1.4GB [2023-01-18T17:04:20.742Z] d11109cd288d 6 minutes ago 1.33GB [2023-01-18T17:04:20.742Z] 7fd1086fcd37 6 minutes ago 1.33GB [2023-01-18T17:04:20.742Z] security-spire-agent-arm64 latest bb86a68e4fd7 6 minutes ago 122MB [2023-01-18T17:04:20.742Z] security-spiffe-token-provider-arm64 latest 3b5063d985b0 7 minutes ago 28.9MB [2023-01-18T17:04:20.742Z] 976228faa87e 7 minutes ago 1.21GB [2023-01-18T17:04:20.742Z] 2c53cc165d9f 7 minutes ago 1.37GB [2023-01-18T17:04:20.742Z] security-bootstrapper-arm64 latest dcfcfafd0887 9 minutes ago 19.5MB [2023-01-18T17:04:20.742Z] 242164da6706 9 minutes ago 1.33GB [2023-01-18T17:04:20.742Z] security-spire-server-arm64 latest 044d61b0877b 14 minutes ago 84.3MB [2023-01-18T17:04:20.742Z] security-spire-config-arm64 latest a4a336faa89f 14 minutes ago 83.6MB [2023-01-18T17:04:20.742Z] e51edc27916e 15 minutes ago 1.21GB [2023-01-18T17:04:20.742Z] 333c4708fc1e 15 minutes ago 1.21GB [2023-01-18T17:04:20.742Z] ci-base-image-arm64 latest 6c57a0d8dc74 18 minutes ago 905MB [2023-01-18T17:04:20.742Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-18T17:04:20.742Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-18T17:04:20.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-18T17:04:20.742Z] 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-18T17:04:20.859Z] provisioning config files... [2023-01-18T17:04:20.871Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/378@tmp/config18010296053969028085tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:04:21.197Z] ---> docker-login.sh [2023-01-18T17:04:21.197Z] nexus3.edgexfoundry.org:10001 [2023-01-18T17:04:21.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T17:04:21.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T17:04:21.464Z] Configure a credential helper to remove this warning. See [2023-01-18T17:04:21.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T17:04:21.464Z] [2023-01-18T17:04:21.464Z] Login Succeeded [2023-01-18T17:04:21.464Z] nexus3.edgexfoundry.org:10002 [2023-01-18T17:04:21.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T17:04:21.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T17:04:21.729Z] Configure a credential helper to remove this warning. See [2023-01-18T17:04:21.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T17:04:21.729Z] [2023-01-18T17:04:21.995Z] Login Succeeded [2023-01-18T17:04:21.995Z] nexus3.edgexfoundry.org:10003 [2023-01-18T17:04:21.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T17:04:22.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T17:04:22.260Z] Configure a credential helper to remove this warning. See [2023-01-18T17:04:22.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T17:04:22.260Z] [2023-01-18T17:04:22.261Z] Login Succeeded [2023-01-18T17:04:22.261Z] nexus3.edgexfoundry.org:10004 [2023-01-18T17:04:22.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T17:04:22.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T17:04:22.526Z] Configure a credential helper to remove this warning. See [2023-01-18T17:04:22.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T17:04:22.526Z] [2023-01-18T17:04:22.526Z] Login Succeeded [2023-01-18T17:04:22.526Z] docker.io [2023-01-18T17:04:22.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T17:04:23.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T17:04:23.054Z] Configure a credential helper to remove this warning. See [2023-01-18T17:04:23.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T17:04:23.054Z] [2023-01-18T17:04:23.054Z] Login Succeeded [2023-01-18T17:04:23.054Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T17:04:23.066Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:04:23.098Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T17:04:23.118Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-18T17:04:23.118Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:23.118Z] latest [2023-01-18T17:04:23.118Z] 3.0.0-dev.22 [2023-01-18T17:04:23.118Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:23.118Z] main [2023-01-18T17:04:23.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:23.445Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:23.773Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:23.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T17:04:23.773Z] 42349dd3f6fc: Preparing [2023-01-18T17:04:23.773Z] 1d5de3f4c330: Preparing [2023-01-18T17:04:23.773Z] f933ef55a306: Preparing [2023-01-18T17:04:23.773Z] 409b09e88d4f: Preparing [2023-01-18T17:04:23.774Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:23.774Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:24.038Z] 42349dd3f6fc: Pushed [2023-01-18T17:04:24.038Z] f933ef55a306: Pushed [2023-01-18T17:04:24.038Z] 409b09e88d4f: Pushed [2023-01-18T17:04:26.609Z] 1d5de3f4c330: Pushed [2023-01-18T17:04:26.609Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:e0823948118a9331f8174a3ddc59b51ea32d4d52dda3687e62318d76db010dca size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:26.940Z] + 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-18T17:04:27.267Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-18T17:04:27.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T17:04:27.268Z] 42349dd3f6fc: Preparing [2023-01-18T17:04:27.268Z] 1d5de3f4c330: Preparing [2023-01-18T17:04:27.268Z] f933ef55a306: Preparing [2023-01-18T17:04:27.268Z] 409b09e88d4f: Preparing [2023-01-18T17:04:27.268Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:27.268Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:27.268Z] 42349dd3f6fc: Layer already exists [2023-01-18T17:04:27.268Z] f933ef55a306: Layer already exists [2023-01-18T17:04:27.268Z] 1d5de3f4c330: Layer already exists [2023-01-18T17:04:27.268Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:27.268Z] latest: digest: sha256:e0823948118a9331f8174a3ddc59b51ea32d4d52dda3687e62318d76db010dca size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:27.862Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:28.184Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 [2023-01-18T17:04:28.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T17:04:28.185Z] 42349dd3f6fc: Preparing [2023-01-18T17:04:28.185Z] 1d5de3f4c330: Preparing [2023-01-18T17:04:28.185Z] f933ef55a306: Preparing [2023-01-18T17:04:28.185Z] 409b09e88d4f: Preparing [2023-01-18T17:04:28.185Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:28.185Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:28.185Z] f933ef55a306: Layer already exists [2023-01-18T17:04:28.185Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:28.185Z] 42349dd3f6fc: Layer already exists [2023-01-18T17:04:28.185Z] 1d5de3f4c330: Layer already exists [2023-01-18T17:04:28.185Z] 3.0.0-dev.22: digest: sha256:e0823948118a9331f8174a3ddc59b51ea32d4d52dda3687e62318d76db010dca size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:28.522Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:28.845Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:28.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T17:04:28.845Z] 42349dd3f6fc: Preparing [2023-01-18T17:04:28.845Z] 1d5de3f4c330: Preparing [2023-01-18T17:04:28.845Z] f933ef55a306: Preparing [2023-01-18T17:04:28.845Z] 409b09e88d4f: Preparing [2023-01-18T17:04:28.845Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:28.845Z] 42349dd3f6fc: Layer already exists [2023-01-18T17:04:28.845Z] 1d5de3f4c330: Layer already exists [2023-01-18T17:04:28.845Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:28.845Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:28.845Z] f933ef55a306: Layer already exists [2023-01-18T17:04:28.845Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:e0823948118a9331f8174a3ddc59b51ea32d4d52dda3687e62318d76db010dca size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:29.182Z] + 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-18T17:04:29.506Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-18T17:04:29.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T17:04:29.506Z] 42349dd3f6fc: Preparing [2023-01-18T17:04:29.506Z] 1d5de3f4c330: Preparing [2023-01-18T17:04:29.506Z] f933ef55a306: Preparing [2023-01-18T17:04:29.506Z] 409b09e88d4f: Preparing [2023-01-18T17:04:29.506Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:29.506Z] 42349dd3f6fc: Layer already exists [2023-01-18T17:04:29.506Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:29.506Z] 1d5de3f4c330: Layer already exists [2023-01-18T17:04:29.506Z] f933ef55a306: Layer already exists [2023-01-18T17:04:29.506Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:29.506Z] main: digest: sha256:e0823948118a9331f8174a3ddc59b51ea32d4d52dda3687e62318d76db010dca size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:04:29.545Z] ===================================================== [Pipeline] echo [2023-01-18T17:04:29.551Z] taggedImages: [2023-01-18T17:04:29.551Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:29.551Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-18T17:04:29.551Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 [2023-01-18T17:04:29.551Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:29.551Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-18T17:04:29.566Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-18T17:04:29.566Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:29.566Z] latest [2023-01-18T17:04:29.566Z] 3.0.0-dev.22 [2023-01-18T17:04:29.566Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:29.566Z] main [2023-01-18T17:04:29.566Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:29.897Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:30.232Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:30.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T17:04:30.232Z] d9056654bce2: Preparing [2023-01-18T17:04:30.232Z] 018f4ec898b4: Preparing [2023-01-18T17:04:30.232Z] f933ef55a306: Preparing [2023-01-18T17:04:30.232Z] 22f287ecdeff: Preparing [2023-01-18T17:04:30.232Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:30.232Z] f933ef55a306: Layer already exists [2023-01-18T17:04:30.232Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:30.497Z] d9056654bce2: Pushed [2023-01-18T17:04:30.497Z] 22f287ecdeff: Pushed [2023-01-18T17:04:33.063Z] 018f4ec898b4: Pushed [2023-01-18T17:04:33.063Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:3173ac6dde7ce884fae6e53891455d801d89fab25073486d79229bce84777d76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:33.437Z] + 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-18T17:04:33.764Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-18T17:04:33.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T17:04:33.764Z] d9056654bce2: Preparing [2023-01-18T17:04:33.764Z] 018f4ec898b4: Preparing [2023-01-18T17:04:33.764Z] f933ef55a306: Preparing [2023-01-18T17:04:33.764Z] 22f287ecdeff: Preparing [2023-01-18T17:04:33.764Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:33.764Z] f933ef55a306: Layer already exists [2023-01-18T17:04:33.764Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:33.764Z] 22f287ecdeff: Layer already exists [2023-01-18T17:04:33.764Z] 018f4ec898b4: Layer already exists [2023-01-18T17:04:33.765Z] d9056654bce2: Layer already exists [2023-01-18T17:04:34.029Z] latest: digest: sha256:3173ac6dde7ce884fae6e53891455d801d89fab25073486d79229bce84777d76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:34.363Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:34.699Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 [2023-01-18T17:04:34.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T17:04:34.700Z] d9056654bce2: Preparing [2023-01-18T17:04:34.700Z] 018f4ec898b4: Preparing [2023-01-18T17:04:34.700Z] f933ef55a306: Preparing [2023-01-18T17:04:34.700Z] 22f287ecdeff: Preparing [2023-01-18T17:04:34.700Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:34.700Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:34.700Z] 22f287ecdeff: Layer already exists [2023-01-18T17:04:34.700Z] d9056654bce2: Layer already exists [2023-01-18T17:04:34.700Z] f933ef55a306: Layer already exists [2023-01-18T17:04:34.700Z] 018f4ec898b4: Layer already exists [2023-01-18T17:04:34.700Z] 3.0.0-dev.22: digest: sha256:3173ac6dde7ce884fae6e53891455d801d89fab25073486d79229bce84777d76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:35.303Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:35.639Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:35.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T17:04:35.639Z] d9056654bce2: Preparing [2023-01-18T17:04:35.639Z] 018f4ec898b4: Preparing [2023-01-18T17:04:35.639Z] f933ef55a306: Preparing [2023-01-18T17:04:35.639Z] 22f287ecdeff: Preparing [2023-01-18T17:04:35.639Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:35.639Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:35.639Z] 22f287ecdeff: Layer already exists [2023-01-18T17:04:35.639Z] f933ef55a306: Layer already exists [2023-01-18T17:04:35.639Z] d9056654bce2: Layer already exists [2023-01-18T17:04:35.639Z] 018f4ec898b4: Layer already exists [2023-01-18T17:04:35.639Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:3173ac6dde7ce884fae6e53891455d801d89fab25073486d79229bce84777d76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:35.980Z] + 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-18T17:04:36.318Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-18T17:04:36.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T17:04:36.318Z] d9056654bce2: Preparing [2023-01-18T17:04:36.318Z] 018f4ec898b4: Preparing [2023-01-18T17:04:36.318Z] f933ef55a306: Preparing [2023-01-18T17:04:36.318Z] 22f287ecdeff: Preparing [2023-01-18T17:04:36.318Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:36.318Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:36.318Z] d9056654bce2: Layer already exists [2023-01-18T17:04:36.318Z] 22f287ecdeff: Layer already exists [2023-01-18T17:04:36.318Z] f933ef55a306: Layer already exists [2023-01-18T17:04:36.318Z] 018f4ec898b4: Layer already exists [2023-01-18T17:04:36.318Z] main: digest: sha256:3173ac6dde7ce884fae6e53891455d801d89fab25073486d79229bce84777d76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:04:36.367Z] ===================================================== [Pipeline] echo [2023-01-18T17:04:36.377Z] taggedImages: [2023-01-18T17:04:36.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:36.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-18T17:04:36.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 [2023-01-18T17:04:36.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:36.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-18T17:04:36.400Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-18T17:04:36.400Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:36.400Z] latest [2023-01-18T17:04:36.400Z] 3.0.0-dev.22 [2023-01-18T17:04:36.400Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:36.400Z] main [2023-01-18T17:04:36.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:36.749Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:37.076Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:37.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T17:04:37.076Z] e3be27375f10: Preparing [2023-01-18T17:04:37.076Z] c353b7024d5b: Preparing [2023-01-18T17:04:37.076Z] 7f916b6493e2: Preparing [2023-01-18T17:04:37.076Z] f933ef55a306: Preparing [2023-01-18T17:04:37.076Z] 409b09e88d4f: Preparing [2023-01-18T17:04:37.076Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:37.076Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:37.076Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:37.076Z] f933ef55a306: Layer already exists [2023-01-18T17:04:37.076Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:37.341Z] e3be27375f10: Pushed [2023-01-18T17:04:37.341Z] c353b7024d5b: Pushed [2023-01-18T17:04:39.906Z] 7f916b6493e2: Pushed [2023-01-18T17:04:40.170Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:55dbd626ce50678f5ecd0845cb38d0737f1b5cad2cace6551fb4943b86670323 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:40.500Z] + 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-18T17:04:40.823Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-18T17:04:40.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T17:04:40.823Z] e3be27375f10: Preparing [2023-01-18T17:04:40.823Z] c353b7024d5b: Preparing [2023-01-18T17:04:40.823Z] 7f916b6493e2: Preparing [2023-01-18T17:04:40.823Z] f933ef55a306: Preparing [2023-01-18T17:04:40.823Z] 409b09e88d4f: Preparing [2023-01-18T17:04:40.823Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:40.823Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:40.823Z] f933ef55a306: Layer already exists [2023-01-18T17:04:40.823Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:40.823Z] 7f916b6493e2: Layer already exists [2023-01-18T17:04:40.823Z] e3be27375f10: Layer already exists [2023-01-18T17:04:40.823Z] c353b7024d5b: Layer already exists [2023-01-18T17:04:40.823Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:40.823Z] latest: digest: sha256:55dbd626ce50678f5ecd0845cb38d0737f1b5cad2cace6551fb4943b86670323 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:41.150Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:41.476Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 [2023-01-18T17:04:41.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T17:04:41.476Z] e3be27375f10: Preparing [2023-01-18T17:04:41.476Z] c353b7024d5b: Preparing [2023-01-18T17:04:41.476Z] 7f916b6493e2: Preparing [2023-01-18T17:04:41.476Z] f933ef55a306: Preparing [2023-01-18T17:04:41.476Z] 409b09e88d4f: Preparing [2023-01-18T17:04:41.476Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:41.476Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:41.476Z] e3be27375f10: Layer already exists [2023-01-18T17:04:41.476Z] c353b7024d5b: Layer already exists [2023-01-18T17:04:41.476Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:41.476Z] f933ef55a306: Layer already exists [2023-01-18T17:04:41.476Z] 7f916b6493e2: Layer already exists [2023-01-18T17:04:41.476Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:41.476Z] 3.0.0-dev.22: digest: sha256:55dbd626ce50678f5ecd0845cb38d0737f1b5cad2cace6551fb4943b86670323 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:42.067Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:42.390Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:42.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T17:04:42.391Z] e3be27375f10: Preparing [2023-01-18T17:04:42.391Z] c353b7024d5b: Preparing [2023-01-18T17:04:42.391Z] 7f916b6493e2: Preparing [2023-01-18T17:04:42.391Z] f933ef55a306: Preparing [2023-01-18T17:04:42.391Z] 409b09e88d4f: Preparing [2023-01-18T17:04:42.391Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:42.391Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:42.391Z] e3be27375f10: Layer already exists [2023-01-18T17:04:42.391Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:42.391Z] f933ef55a306: Layer already exists [2023-01-18T17:04:42.391Z] c353b7024d5b: Layer already exists [2023-01-18T17:04:42.391Z] 7f916b6493e2: Layer already exists [2023-01-18T17:04:42.391Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:42.391Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:55dbd626ce50678f5ecd0845cb38d0737f1b5cad2cace6551fb4943b86670323 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:42.732Z] + 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-18T17:04:43.058Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-18T17:04:43.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T17:04:43.059Z] e3be27375f10: Preparing [2023-01-18T17:04:43.059Z] c353b7024d5b: Preparing [2023-01-18T17:04:43.059Z] 7f916b6493e2: Preparing [2023-01-18T17:04:43.059Z] f933ef55a306: Preparing [2023-01-18T17:04:43.059Z] 409b09e88d4f: Preparing [2023-01-18T17:04:43.059Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:43.059Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:43.059Z] e3be27375f10: Layer already exists [2023-01-18T17:04:43.059Z] c353b7024d5b: Layer already exists [2023-01-18T17:04:43.059Z] f933ef55a306: Layer already exists [2023-01-18T17:04:43.059Z] 409b09e88d4f: Layer already exists [2023-01-18T17:04:43.059Z] 7f916b6493e2: Layer already exists [2023-01-18T17:04:43.059Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:43.059Z] main: digest: sha256:55dbd626ce50678f5ecd0845cb38d0737f1b5cad2cace6551fb4943b86670323 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:04:43.376Z] ===================================================== [Pipeline] echo [2023-01-18T17:04:43.386Z] taggedImages: [2023-01-18T17:04:43.386Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:43.386Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-18T17:04:43.386Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 [2023-01-18T17:04:43.386Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:43.386Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-18T17:04:43.415Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-18T17:04:43.415Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:43.415Z] latest [2023-01-18T17:04:43.415Z] 3.0.0-dev.22 [2023-01-18T17:04:43.415Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:43.415Z] main [2023-01-18T17:04:43.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:43.756Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:44.095Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:44.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T17:04:44.095Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:44.095Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:44.095Z] fee7fa4feba7: Preparing [2023-01-18T17:04:44.095Z] adf84f52c87d: Preparing [2023-01-18T17:04:44.095Z] b1bd4a755e13: Preparing [2023-01-18T17:04:44.095Z] 53854a3faebc: Preparing [2023-01-18T17:04:44.095Z] 43fff10109bb: Preparing [2023-01-18T17:04:44.095Z] f933ef55a306: Preparing [2023-01-18T17:04:44.095Z] 1492df17bb86: Preparing [2023-01-18T17:04:44.095Z] 550661bb5d66: Preparing [2023-01-18T17:04:44.095Z] d1bcb2489286: Preparing [2023-01-18T17:04:44.095Z] f43cd580cfb2: Preparing [2023-01-18T17:04:44.095Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:44.095Z] 550661bb5d66: Waiting [2023-01-18T17:04:44.095Z] d1bcb2489286: Waiting [2023-01-18T17:04:44.095Z] f43cd580cfb2: Waiting [2023-01-18T17:04:44.095Z] 43fff10109bb: Waiting [2023-01-18T17:04:44.095Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:44.095Z] f933ef55a306: Waiting [2023-01-18T17:04:44.095Z] 1492df17bb86: Waiting [2023-01-18T17:04:44.368Z] b1bd4a755e13: Pushed [2023-01-18T17:04:44.368Z] 0dc6a65f25cd: Pushed [2023-01-18T17:04:44.368Z] adf84f52c87d: Pushed [2023-01-18T17:04:44.368Z] 53854a3faebc: Pushed [2023-01-18T17:04:44.368Z] fee7fa4feba7: Pushed [2023-01-18T17:04:44.368Z] f933ef55a306: Layer already exists [2023-01-18T17:04:44.634Z] 1492df17bb86: Pushed [2023-01-18T17:04:44.634Z] d1bcb2489286: Pushed [2023-01-18T17:04:44.634Z] f43cd580cfb2: Pushed [2023-01-18T17:04:44.634Z] 550661bb5d66: Pushed [2023-01-18T17:04:44.634Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:47.969Z] 43fff10109bb: Pushed [2023-01-18T17:04:47.969Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:5963f97f2706c9d5fe2d4042aab7e5fa9147f6e925e12ad6398a70d21fb499e8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:48.320Z] + 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-18T17:04:48.661Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-18T17:04:48.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T17:04:48.662Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:48.662Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:48.662Z] fee7fa4feba7: Preparing [2023-01-18T17:04:48.662Z] adf84f52c87d: Preparing [2023-01-18T17:04:48.662Z] b1bd4a755e13: Preparing [2023-01-18T17:04:48.662Z] 53854a3faebc: Preparing [2023-01-18T17:04:48.662Z] 43fff10109bb: Preparing [2023-01-18T17:04:48.662Z] f933ef55a306: Preparing [2023-01-18T17:04:48.662Z] 1492df17bb86: Preparing [2023-01-18T17:04:48.662Z] 550661bb5d66: Preparing [2023-01-18T17:04:48.662Z] d1bcb2489286: Preparing [2023-01-18T17:04:48.662Z] f43cd580cfb2: Preparing [2023-01-18T17:04:48.662Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:48.662Z] 43fff10109bb: Waiting [2023-01-18T17:04:48.662Z] f933ef55a306: Waiting [2023-01-18T17:04:48.662Z] 1492df17bb86: Waiting [2023-01-18T17:04:48.662Z] 550661bb5d66: Waiting [2023-01-18T17:04:48.662Z] d1bcb2489286: Waiting [2023-01-18T17:04:48.662Z] f43cd580cfb2: Waiting [2023-01-18T17:04:48.662Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:48.662Z] 0dc6a65f25cd: Layer already exists [2023-01-18T17:04:48.662Z] b1bd4a755e13: Layer already exists [2023-01-18T17:04:48.662Z] 53854a3faebc: Layer already exists [2023-01-18T17:04:48.662Z] adf84f52c87d: Layer already exists [2023-01-18T17:04:48.662Z] fee7fa4feba7: Layer already exists [2023-01-18T17:04:48.662Z] 43fff10109bb: Layer already exists [2023-01-18T17:04:48.662Z] 1492df17bb86: Layer already exists [2023-01-18T17:04:48.662Z] 550661bb5d66: Layer already exists [2023-01-18T17:04:48.662Z] d1bcb2489286: Layer already exists [2023-01-18T17:04:48.662Z] f933ef55a306: Layer already exists [2023-01-18T17:04:48.662Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:48.662Z] f43cd580cfb2: Layer already exists [2023-01-18T17:04:48.927Z] latest: digest: sha256:5963f97f2706c9d5fe2d4042aab7e5fa9147f6e925e12ad6398a70d21fb499e8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:49.266Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:49.653Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 [2023-01-18T17:04:49.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T17:04:49.653Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:49.653Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:49.653Z] fee7fa4feba7: Preparing [2023-01-18T17:04:49.653Z] adf84f52c87d: Preparing [2023-01-18T17:04:49.653Z] b1bd4a755e13: Preparing [2023-01-18T17:04:49.653Z] 53854a3faebc: Preparing [2023-01-18T17:04:49.653Z] 43fff10109bb: Preparing [2023-01-18T17:04:49.653Z] f933ef55a306: Preparing [2023-01-18T17:04:49.653Z] 1492df17bb86: Preparing [2023-01-18T17:04:49.653Z] 550661bb5d66: Preparing [2023-01-18T17:04:49.653Z] d1bcb2489286: Preparing [2023-01-18T17:04:49.653Z] f43cd580cfb2: Preparing [2023-01-18T17:04:49.653Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:49.653Z] 43fff10109bb: Waiting [2023-01-18T17:04:49.653Z] f933ef55a306: Waiting [2023-01-18T17:04:49.653Z] 550661bb5d66: Waiting [2023-01-18T17:04:49.653Z] 1492df17bb86: Waiting [2023-01-18T17:04:49.653Z] d1bcb2489286: Waiting [2023-01-18T17:04:49.653Z] f43cd580cfb2: Waiting [2023-01-18T17:04:49.653Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:49.653Z] fee7fa4feba7: Layer already exists [2023-01-18T17:04:49.653Z] 53854a3faebc: Layer already exists [2023-01-18T17:04:49.653Z] adf84f52c87d: Layer already exists [2023-01-18T17:04:49.653Z] 0dc6a65f25cd: Layer already exists [2023-01-18T17:04:49.653Z] b1bd4a755e13: Layer already exists [2023-01-18T17:04:49.653Z] 43fff10109bb: Layer already exists [2023-01-18T17:04:49.653Z] f933ef55a306: Layer already exists [2023-01-18T17:04:49.653Z] d1bcb2489286: Layer already exists [2023-01-18T17:04:49.653Z] 550661bb5d66: Layer already exists [2023-01-18T17:04:49.653Z] 1492df17bb86: Layer already exists [2023-01-18T17:04:49.653Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:49.653Z] f43cd580cfb2: Layer already exists [2023-01-18T17:04:49.924Z] 3.0.0-dev.22: digest: sha256:5963f97f2706c9d5fe2d4042aab7e5fa9147f6e925e12ad6398a70d21fb499e8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:50.279Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:50.646Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:50.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T17:04:50.646Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:50.646Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:50.646Z] fee7fa4feba7: Preparing [2023-01-18T17:04:50.646Z] adf84f52c87d: Preparing [2023-01-18T17:04:50.646Z] b1bd4a755e13: Preparing [2023-01-18T17:04:50.646Z] 53854a3faebc: Preparing [2023-01-18T17:04:50.646Z] 43fff10109bb: Preparing [2023-01-18T17:04:50.646Z] f933ef55a306: Preparing [2023-01-18T17:04:50.646Z] 1492df17bb86: Preparing [2023-01-18T17:04:50.646Z] 550661bb5d66: Preparing [2023-01-18T17:04:50.646Z] d1bcb2489286: Preparing [2023-01-18T17:04:50.646Z] f933ef55a306: Waiting [2023-01-18T17:04:50.646Z] f43cd580cfb2: Preparing [2023-01-18T17:04:50.646Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:50.646Z] 1492df17bb86: Waiting [2023-01-18T17:04:50.646Z] 550661bb5d66: Waiting [2023-01-18T17:04:50.646Z] d1bcb2489286: Waiting [2023-01-18T17:04:50.646Z] f43cd580cfb2: Waiting [2023-01-18T17:04:50.646Z] 43fff10109bb: Waiting [2023-01-18T17:04:50.646Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:50.646Z] b1bd4a755e13: Layer already exists [2023-01-18T17:04:50.646Z] adf84f52c87d: Layer already exists [2023-01-18T17:04:50.646Z] fee7fa4feba7: Layer already exists [2023-01-18T17:04:50.646Z] 53854a3faebc: Layer already exists [2023-01-18T17:04:50.646Z] 0dc6a65f25cd: Layer already exists [2023-01-18T17:04:50.646Z] 1492df17bb86: Layer already exists [2023-01-18T17:04:50.646Z] 550661bb5d66: Layer already exists [2023-01-18T17:04:50.646Z] 43fff10109bb: Layer already exists [2023-01-18T17:04:50.646Z] d1bcb2489286: Layer already exists [2023-01-18T17:04:50.646Z] f933ef55a306: Layer already exists [2023-01-18T17:04:50.646Z] f43cd580cfb2: Layer already exists [2023-01-18T17:04:50.646Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:50.923Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:5963f97f2706c9d5fe2d4042aab7e5fa9147f6e925e12ad6398a70d21fb499e8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:51.273Z] + 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-18T17:04:51.608Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-18T17:04:51.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T17:04:51.608Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:51.608Z] 0dc6a65f25cd: Preparing [2023-01-18T17:04:51.608Z] fee7fa4feba7: Preparing [2023-01-18T17:04:51.608Z] adf84f52c87d: Preparing [2023-01-18T17:04:51.608Z] b1bd4a755e13: Preparing [2023-01-18T17:04:51.608Z] 53854a3faebc: Preparing [2023-01-18T17:04:51.608Z] 43fff10109bb: Preparing [2023-01-18T17:04:51.608Z] f933ef55a306: Preparing [2023-01-18T17:04:51.608Z] 1492df17bb86: Preparing [2023-01-18T17:04:51.608Z] 550661bb5d66: Preparing [2023-01-18T17:04:51.608Z] d1bcb2489286: Preparing [2023-01-18T17:04:51.608Z] f43cd580cfb2: Preparing [2023-01-18T17:04:51.608Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:51.608Z] 1492df17bb86: Waiting [2023-01-18T17:04:51.608Z] 550661bb5d66: Waiting [2023-01-18T17:04:51.608Z] d1bcb2489286: Waiting [2023-01-18T17:04:51.608Z] f43cd580cfb2: Waiting [2023-01-18T17:04:51.608Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:51.608Z] 43fff10109bb: Waiting [2023-01-18T17:04:51.608Z] f933ef55a306: Waiting [2023-01-18T17:04:51.608Z] 53854a3faebc: Layer already exists [2023-01-18T17:04:51.608Z] adf84f52c87d: Layer already exists [2023-01-18T17:04:51.608Z] fee7fa4feba7: Layer already exists [2023-01-18T17:04:51.608Z] b1bd4a755e13: Layer already exists [2023-01-18T17:04:51.608Z] 0dc6a65f25cd: Layer already exists [2023-01-18T17:04:51.608Z] 43fff10109bb: Layer already exists [2023-01-18T17:04:51.608Z] 1492df17bb86: Layer already exists [2023-01-18T17:04:51.608Z] f933ef55a306: Layer already exists [2023-01-18T17:04:51.608Z] d1bcb2489286: Layer already exists [2023-01-18T17:04:51.608Z] 550661bb5d66: Layer already exists [2023-01-18T17:04:51.608Z] f43cd580cfb2: Layer already exists [2023-01-18T17:04:51.608Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:51.874Z] main: digest: sha256:5963f97f2706c9d5fe2d4042aab7e5fa9147f6e925e12ad6398a70d21fb499e8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:04:51.924Z] ===================================================== [Pipeline] echo [2023-01-18T17:04:51.932Z] taggedImages: [2023-01-18T17:04:51.932Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:51.932Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-18T17:04:51.932Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 [2023-01-18T17:04:51.932Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:51.932Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-18T17:04:51.955Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-18T17:04:51.955Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:51.955Z] latest [2023-01-18T17:04:51.955Z] 3.0.0-dev.22 [2023-01-18T17:04:51.955Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:51.955Z] main [2023-01-18T17:04:51.955Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:52.286Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:52.617Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:52.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T17:04:52.617Z] 34d17b3688fc: Preparing [2023-01-18T17:04:52.617Z] 67dbde582105: Preparing [2023-01-18T17:04:52.617Z] 7f8118068f5c: Preparing [2023-01-18T17:04:52.617Z] 075ac42154f3: Preparing [2023-01-18T17:04:52.617Z] 82e713803024: Preparing [2023-01-18T17:04:52.617Z] dd0090b611b4: Preparing [2023-01-18T17:04:52.617Z] df325a2c8798: Preparing [2023-01-18T17:04:52.617Z] dd0090b611b4: Waiting [2023-01-18T17:04:52.617Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:52.617Z] df325a2c8798: Waiting [2023-01-18T17:04:52.617Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:52.883Z] 67dbde582105: Pushed [2023-01-18T17:04:52.883Z] 34d17b3688fc: Pushed [2023-01-18T17:04:52.883Z] 82e713803024: Pushed [2023-01-18T17:04:52.883Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:53.151Z] dd0090b611b4: Pushed [2023-01-18T17:04:53.747Z] df325a2c8798: Pushed [2023-01-18T17:04:55.154Z] 075ac42154f3: Pushed [2023-01-18T17:04:55.418Z] 7f8118068f5c: Pushed [2023-01-18T17:04:55.418Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:0fdbbb651a5edaab3d9f0d2777732ef63fee549ca46f3be41056dcd76b929146 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:55.758Z] + 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-18T17:04:56.089Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-18T17:04:56.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T17:04:56.090Z] 34d17b3688fc: Preparing [2023-01-18T17:04:56.090Z] 67dbde582105: Preparing [2023-01-18T17:04:56.090Z] 7f8118068f5c: Preparing [2023-01-18T17:04:56.090Z] 075ac42154f3: Preparing [2023-01-18T17:04:56.090Z] 82e713803024: Preparing [2023-01-18T17:04:56.090Z] dd0090b611b4: Preparing [2023-01-18T17:04:56.090Z] df325a2c8798: Preparing [2023-01-18T17:04:56.090Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:56.090Z] dd0090b611b4: Waiting [2023-01-18T17:04:56.090Z] df325a2c8798: Waiting [2023-01-18T17:04:56.090Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:56.090Z] 67dbde582105: Layer already exists [2023-01-18T17:04:56.090Z] 82e713803024: Layer already exists [2023-01-18T17:04:56.090Z] 075ac42154f3: Layer already exists [2023-01-18T17:04:56.090Z] 7f8118068f5c: Layer already exists [2023-01-18T17:04:56.090Z] 34d17b3688fc: Layer already exists [2023-01-18T17:04:56.090Z] df325a2c8798: Layer already exists [2023-01-18T17:04:56.090Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:56.090Z] dd0090b611b4: Layer already exists [2023-01-18T17:04:56.355Z] latest: digest: sha256:0fdbbb651a5edaab3d9f0d2777732ef63fee549ca46f3be41056dcd76b929146 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:56.699Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:57.030Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 [2023-01-18T17:04:57.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T17:04:57.030Z] 34d17b3688fc: Preparing [2023-01-18T17:04:57.030Z] 67dbde582105: Preparing [2023-01-18T17:04:57.030Z] 7f8118068f5c: Preparing [2023-01-18T17:04:57.030Z] 075ac42154f3: Preparing [2023-01-18T17:04:57.030Z] 82e713803024: Preparing [2023-01-18T17:04:57.030Z] dd0090b611b4: Preparing [2023-01-18T17:04:57.030Z] df325a2c8798: Preparing [2023-01-18T17:04:57.030Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:57.030Z] dd0090b611b4: Waiting [2023-01-18T17:04:57.030Z] df325a2c8798: Waiting [2023-01-18T17:04:57.030Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:57.030Z] 67dbde582105: Layer already exists [2023-01-18T17:04:57.030Z] 7f8118068f5c: Layer already exists [2023-01-18T17:04:57.030Z] 075ac42154f3: Layer already exists [2023-01-18T17:04:57.030Z] 82e713803024: Layer already exists [2023-01-18T17:04:57.030Z] 34d17b3688fc: Layer already exists [2023-01-18T17:04:57.030Z] dd0090b611b4: Layer already exists [2023-01-18T17:04:57.030Z] df325a2c8798: Layer already exists [2023-01-18T17:04:57.030Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:57.296Z] 3.0.0-dev.22: digest: sha256:0fdbbb651a5edaab3d9f0d2777732ef63fee549ca46f3be41056dcd76b929146 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:57.640Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:57.966Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:57.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T17:04:57.966Z] 34d17b3688fc: Preparing [2023-01-18T17:04:57.966Z] 67dbde582105: Preparing [2023-01-18T17:04:57.966Z] 7f8118068f5c: Preparing [2023-01-18T17:04:57.966Z] 075ac42154f3: Preparing [2023-01-18T17:04:57.966Z] 82e713803024: Preparing [2023-01-18T17:04:57.966Z] dd0090b611b4: Preparing [2023-01-18T17:04:57.966Z] df325a2c8798: Preparing [2023-01-18T17:04:57.966Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:57.966Z] df325a2c8798: Waiting [2023-01-18T17:04:57.966Z] dd0090b611b4: Waiting [2023-01-18T17:04:57.966Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:57.966Z] 67dbde582105: Layer already exists [2023-01-18T17:04:57.966Z] 075ac42154f3: Layer already exists [2023-01-18T17:04:57.966Z] 82e713803024: Layer already exists [2023-01-18T17:04:57.966Z] 34d17b3688fc: Layer already exists [2023-01-18T17:04:57.966Z] 7f8118068f5c: Layer already exists [2023-01-18T17:04:57.966Z] df325a2c8798: Layer already exists [2023-01-18T17:04:57.966Z] dd0090b611b4: Layer already exists [2023-01-18T17:04:57.966Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:58.230Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:0fdbbb651a5edaab3d9f0d2777732ef63fee549ca46f3be41056dcd76b929146 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:58.568Z] + 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-18T17:04:58.894Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-18T17:04:58.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T17:04:58.894Z] 34d17b3688fc: Preparing [2023-01-18T17:04:58.894Z] 67dbde582105: Preparing [2023-01-18T17:04:58.894Z] 7f8118068f5c: Preparing [2023-01-18T17:04:58.894Z] 075ac42154f3: Preparing [2023-01-18T17:04:58.894Z] 82e713803024: Preparing [2023-01-18T17:04:58.894Z] dd0090b611b4: Preparing [2023-01-18T17:04:58.894Z] df325a2c8798: Preparing [2023-01-18T17:04:58.894Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:58.894Z] dd0090b611b4: Waiting [2023-01-18T17:04:58.894Z] df325a2c8798: Waiting [2023-01-18T17:04:58.894Z] 17bec77d7fdc: Waiting [2023-01-18T17:04:58.894Z] 82e713803024: Layer already exists [2023-01-18T17:04:58.894Z] 34d17b3688fc: Layer already exists [2023-01-18T17:04:58.894Z] 7f8118068f5c: Layer already exists [2023-01-18T17:04:58.894Z] 075ac42154f3: Layer already exists [2023-01-18T17:04:58.894Z] 67dbde582105: Layer already exists [2023-01-18T17:04:58.894Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:04:58.894Z] dd0090b611b4: Layer already exists [2023-01-18T17:04:58.894Z] df325a2c8798: Layer already exists [2023-01-18T17:04:59.159Z] main: digest: sha256:0fdbbb651a5edaab3d9f0d2777732ef63fee549ca46f3be41056dcd76b929146 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:04:59.204Z] ===================================================== [Pipeline] echo [2023-01-18T17:04:59.211Z] taggedImages: [2023-01-18T17:04:59.211Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:59.211Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-18T17:04:59.211Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 [2023-01-18T17:04:59.211Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:59.211Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-18T17:04:59.226Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-18T17:04:59.226Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:59.226Z] latest [2023-01-18T17:04:59.226Z] 3.0.0-dev.22 [2023-01-18T17:04:59.226Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:04:59.226Z] main [2023-01-18T17:04:59.226Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:59.553Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:04:59.884Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:04:59.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T17:04:59.884Z] f135350cf65e: Preparing [2023-01-18T17:04:59.884Z] 467a4ca9bf88: Preparing [2023-01-18T17:04:59.884Z] 4483f86b6664: Preparing [2023-01-18T17:04:59.884Z] 8ecb7a5b39e3: Preparing [2023-01-18T17:04:59.884Z] 00e5cdc48eb9: Preparing [2023-01-18T17:04:59.884Z] 175722eb8bed: Preparing [2023-01-18T17:04:59.884Z] db5d640d6a5e: Preparing [2023-01-18T17:04:59.884Z] 8e2b22007ad1: Preparing [2023-01-18T17:04:59.884Z] c5cbc1c5c3c3: Preparing [2023-01-18T17:04:59.884Z] 17bec77d7fdc: Preparing [2023-01-18T17:04:59.884Z] 175722eb8bed: Waiting [2023-01-18T17:04:59.884Z] 8e2b22007ad1: Waiting [2023-01-18T17:04:59.884Z] db5d640d6a5e: Waiting [2023-01-18T17:04:59.884Z] c5cbc1c5c3c3: Waiting [2023-01-18T17:05:00.153Z] 467a4ca9bf88: Pushed [2023-01-18T17:05:00.153Z] 00e5cdc48eb9: Pushed [2023-01-18T17:05:00.153Z] f135350cf65e: Pushed [2023-01-18T17:05:00.417Z] 175722eb8bed: Pushed [2023-01-18T17:05:00.417Z] db5d640d6a5e: Pushed [2023-01-18T17:05:00.417Z] 8e2b22007ad1: Pushed [2023-01-18T17:05:00.417Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:05:00.682Z] c5cbc1c5c3c3: Pushed [2023-01-18T17:05:02.622Z] 8ecb7a5b39e3: Pushed [2023-01-18T17:05:03.200Z] 4483f86b6664: Pushed [2023-01-18T17:05:03.464Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:5e3432b4e6d522be70e7cfd1eeb6fe87f98da97cf5ef77abdddb1c76d6338637 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:03.792Z] + 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-18T17:05:04.127Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-18T17:05:04.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T17:05:04.127Z] f135350cf65e: Preparing [2023-01-18T17:05:04.127Z] 467a4ca9bf88: Preparing [2023-01-18T17:05:04.127Z] 4483f86b6664: Preparing [2023-01-18T17:05:04.127Z] 8ecb7a5b39e3: Preparing [2023-01-18T17:05:04.127Z] 00e5cdc48eb9: Preparing [2023-01-18T17:05:04.127Z] 175722eb8bed: Preparing [2023-01-18T17:05:04.127Z] db5d640d6a5e: Preparing [2023-01-18T17:05:04.127Z] 8e2b22007ad1: Preparing [2023-01-18T17:05:04.127Z] c5cbc1c5c3c3: Preparing [2023-01-18T17:05:04.127Z] 17bec77d7fdc: Preparing [2023-01-18T17:05:04.127Z] db5d640d6a5e: Waiting [2023-01-18T17:05:04.127Z] 8e2b22007ad1: Waiting [2023-01-18T17:05:04.127Z] c5cbc1c5c3c3: Waiting [2023-01-18T17:05:04.127Z] 17bec77d7fdc: Waiting [2023-01-18T17:05:04.127Z] f135350cf65e: Layer already exists [2023-01-18T17:05:04.127Z] 00e5cdc48eb9: Layer already exists [2023-01-18T17:05:04.127Z] 4483f86b6664: Layer already exists [2023-01-18T17:05:04.127Z] 467a4ca9bf88: Layer already exists [2023-01-18T17:05:04.127Z] 8ecb7a5b39e3: Layer already exists [2023-01-18T17:05:04.127Z] 175722eb8bed: Layer already exists [2023-01-18T17:05:04.127Z] 8e2b22007ad1: Layer already exists [2023-01-18T17:05:04.127Z] db5d640d6a5e: Layer already exists [2023-01-18T17:05:04.127Z] c5cbc1c5c3c3: Layer already exists [2023-01-18T17:05:04.127Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:05:04.390Z] latest: digest: sha256:5e3432b4e6d522be70e7cfd1eeb6fe87f98da97cf5ef77abdddb1c76d6338637 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:04.727Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:05.061Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 [2023-01-18T17:05:05.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T17:05:05.061Z] f135350cf65e: Preparing [2023-01-18T17:05:05.061Z] 467a4ca9bf88: Preparing [2023-01-18T17:05:05.061Z] 4483f86b6664: Preparing [2023-01-18T17:05:05.061Z] 8ecb7a5b39e3: Preparing [2023-01-18T17:05:05.061Z] 00e5cdc48eb9: Preparing [2023-01-18T17:05:05.061Z] 175722eb8bed: Preparing [2023-01-18T17:05:05.061Z] db5d640d6a5e: Preparing [2023-01-18T17:05:05.061Z] 8e2b22007ad1: Preparing [2023-01-18T17:05:05.061Z] c5cbc1c5c3c3: Preparing [2023-01-18T17:05:05.061Z] 17bec77d7fdc: Preparing [2023-01-18T17:05:05.061Z] 175722eb8bed: Waiting [2023-01-18T17:05:05.061Z] db5d640d6a5e: Waiting [2023-01-18T17:05:05.061Z] 8e2b22007ad1: Waiting [2023-01-18T17:05:05.061Z] c5cbc1c5c3c3: Waiting [2023-01-18T17:05:05.061Z] 17bec77d7fdc: Waiting [2023-01-18T17:05:05.061Z] 8ecb7a5b39e3: Layer already exists [2023-01-18T17:05:05.061Z] 00e5cdc48eb9: Layer already exists [2023-01-18T17:05:05.061Z] f135350cf65e: Layer already exists [2023-01-18T17:05:05.061Z] 467a4ca9bf88: Layer already exists [2023-01-18T17:05:05.061Z] 4483f86b6664: Layer already exists [2023-01-18T17:05:05.061Z] 175722eb8bed: Layer already exists [2023-01-18T17:05:05.061Z] 8e2b22007ad1: Layer already exists [2023-01-18T17:05:05.061Z] db5d640d6a5e: Layer already exists [2023-01-18T17:05:05.061Z] c5cbc1c5c3c3: Layer already exists [2023-01-18T17:05:05.061Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:05:05.325Z] 3.0.0-dev.22: digest: sha256:5e3432b4e6d522be70e7cfd1eeb6fe87f98da97cf5ef77abdddb1c76d6338637 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:05.667Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:06.004Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:06.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T17:05:06.004Z] f135350cf65e: Preparing [2023-01-18T17:05:06.004Z] 467a4ca9bf88: Preparing [2023-01-18T17:05:06.004Z] 4483f86b6664: Preparing [2023-01-18T17:05:06.004Z] 8ecb7a5b39e3: Preparing [2023-01-18T17:05:06.004Z] 00e5cdc48eb9: Preparing [2023-01-18T17:05:06.004Z] 175722eb8bed: Preparing [2023-01-18T17:05:06.004Z] db5d640d6a5e: Preparing [2023-01-18T17:05:06.004Z] 8e2b22007ad1: Preparing [2023-01-18T17:05:06.004Z] c5cbc1c5c3c3: Preparing [2023-01-18T17:05:06.004Z] 17bec77d7fdc: Preparing [2023-01-18T17:05:06.004Z] 175722eb8bed: Waiting [2023-01-18T17:05:06.004Z] db5d640d6a5e: Waiting [2023-01-18T17:05:06.004Z] 8e2b22007ad1: Waiting [2023-01-18T17:05:06.004Z] c5cbc1c5c3c3: Waiting [2023-01-18T17:05:06.004Z] 17bec77d7fdc: Waiting [2023-01-18T17:05:06.004Z] 467a4ca9bf88: Layer already exists [2023-01-18T17:05:06.004Z] 00e5cdc48eb9: Layer already exists [2023-01-18T17:05:06.004Z] 4483f86b6664: Layer already exists [2023-01-18T17:05:06.004Z] f135350cf65e: Layer already exists [2023-01-18T17:05:06.004Z] 8ecb7a5b39e3: Layer already exists [2023-01-18T17:05:06.004Z] db5d640d6a5e: Layer already exists [2023-01-18T17:05:06.004Z] 175722eb8bed: Layer already exists [2023-01-18T17:05:06.004Z] c5cbc1c5c3c3: Layer already exists [2023-01-18T17:05:06.004Z] 8e2b22007ad1: Layer already exists [2023-01-18T17:05:06.004Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:05:06.269Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:5e3432b4e6d522be70e7cfd1eeb6fe87f98da97cf5ef77abdddb1c76d6338637 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:06.607Z] + 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-18T17:05:06.940Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-18T17:05:06.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T17:05:06.940Z] f135350cf65e: Preparing [2023-01-18T17:05:06.940Z] 467a4ca9bf88: Preparing [2023-01-18T17:05:06.940Z] 4483f86b6664: Preparing [2023-01-18T17:05:06.940Z] 8ecb7a5b39e3: Preparing [2023-01-18T17:05:06.940Z] 00e5cdc48eb9: Preparing [2023-01-18T17:05:06.940Z] 175722eb8bed: Preparing [2023-01-18T17:05:06.940Z] db5d640d6a5e: Preparing [2023-01-18T17:05:06.940Z] 8e2b22007ad1: Preparing [2023-01-18T17:05:06.940Z] c5cbc1c5c3c3: Preparing [2023-01-18T17:05:06.940Z] 17bec77d7fdc: Preparing [2023-01-18T17:05:06.940Z] db5d640d6a5e: Waiting [2023-01-18T17:05:06.940Z] 175722eb8bed: Waiting [2023-01-18T17:05:06.940Z] c5cbc1c5c3c3: Waiting [2023-01-18T17:05:06.940Z] 17bec77d7fdc: Waiting [2023-01-18T17:05:06.940Z] 8e2b22007ad1: Waiting [2023-01-18T17:05:06.940Z] f135350cf65e: Layer already exists [2023-01-18T17:05:06.940Z] 8ecb7a5b39e3: Layer already exists [2023-01-18T17:05:06.940Z] 00e5cdc48eb9: Layer already exists [2023-01-18T17:05:06.940Z] 467a4ca9bf88: Layer already exists [2023-01-18T17:05:06.940Z] 4483f86b6664: Layer already exists [2023-01-18T17:05:06.940Z] db5d640d6a5e: Layer already exists [2023-01-18T17:05:06.940Z] 175722eb8bed: Layer already exists [2023-01-18T17:05:06.940Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:05:06.940Z] c5cbc1c5c3c3: Layer already exists [2023-01-18T17:05:06.940Z] 8e2b22007ad1: Layer already exists [2023-01-18T17:05:07.205Z] main: digest: sha256:5e3432b4e6d522be70e7cfd1eeb6fe87f98da97cf5ef77abdddb1c76d6338637 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:05:07.242Z] ===================================================== [Pipeline] echo [2023-01-18T17:05:07.248Z] taggedImages: [2023-01-18T17:05:07.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:07.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-18T17:05:07.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 [2023-01-18T17:05:07.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:07.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-18T17:05:07.262Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-18T17:05:07.262Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:07.262Z] latest [2023-01-18T17:05:07.262Z] 3.0.0-dev.22 [2023-01-18T17:05:07.262Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:07.262Z] main [2023-01-18T17:05:07.262Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:07.582Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:07.910Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:07.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T17:05:07.910Z] 7552f7329f3c: Preparing [2023-01-18T17:05:07.910Z] 833498584176: Preparing [2023-01-18T17:05:07.910Z] f933ef55a306: Preparing [2023-01-18T17:05:07.910Z] 8a743f0e88cb: Preparing [2023-01-18T17:05:07.910Z] 9833f26c6bda: Preparing [2023-01-18T17:05:07.910Z] f933ef55a306: Layer already exists [2023-01-18T17:05:07.910Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:08.176Z] 7552f7329f3c: Pushed [2023-01-18T17:05:09.133Z] 8a743f0e88cb: Pushed [2023-01-18T17:05:12.462Z] 833498584176: Pushed [2023-01-18T17:05:12.462Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:00bdb248aafb75e857ebc07018fee74414fedc97a30694cfc6fc22a0dd834690 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:12.794Z] + 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-18T17:05:13.121Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-18T17:05:13.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T17:05:13.122Z] 7552f7329f3c: Preparing [2023-01-18T17:05:13.122Z] 833498584176: Preparing [2023-01-18T17:05:13.122Z] f933ef55a306: Preparing [2023-01-18T17:05:13.122Z] 8a743f0e88cb: Preparing [2023-01-18T17:05:13.122Z] 9833f26c6bda: Preparing [2023-01-18T17:05:13.122Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:13.122Z] 8a743f0e88cb: Layer already exists [2023-01-18T17:05:13.122Z] f933ef55a306: Layer already exists [2023-01-18T17:05:13.122Z] 7552f7329f3c: Layer already exists [2023-01-18T17:05:13.122Z] 833498584176: Layer already exists [2023-01-18T17:05:13.122Z] latest: digest: sha256:00bdb248aafb75e857ebc07018fee74414fedc97a30694cfc6fc22a0dd834690 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:13.448Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:13.776Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 [2023-01-18T17:05:13.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T17:05:13.776Z] 7552f7329f3c: Preparing [2023-01-18T17:05:13.776Z] 833498584176: Preparing [2023-01-18T17:05:13.776Z] f933ef55a306: Preparing [2023-01-18T17:05:13.776Z] 8a743f0e88cb: Preparing [2023-01-18T17:05:13.776Z] 9833f26c6bda: Preparing [2023-01-18T17:05:13.776Z] f933ef55a306: Layer already exists [2023-01-18T17:05:13.776Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:13.776Z] 8a743f0e88cb: Layer already exists [2023-01-18T17:05:13.776Z] 7552f7329f3c: Layer already exists [2023-01-18T17:05:13.776Z] 833498584176: Layer already exists [2023-01-18T17:05:13.776Z] 3.0.0-dev.22: digest: sha256:00bdb248aafb75e857ebc07018fee74414fedc97a30694cfc6fc22a0dd834690 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:14.376Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:14.706Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:14.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T17:05:14.706Z] 7552f7329f3c: Preparing [2023-01-18T17:05:14.706Z] 833498584176: Preparing [2023-01-18T17:05:14.706Z] f933ef55a306: Preparing [2023-01-18T17:05:14.706Z] 8a743f0e88cb: Preparing [2023-01-18T17:05:14.706Z] 9833f26c6bda: Preparing [2023-01-18T17:05:14.706Z] 7552f7329f3c: Layer already exists [2023-01-18T17:05:14.706Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:14.706Z] f933ef55a306: Layer already exists [2023-01-18T17:05:14.706Z] 833498584176: Layer already exists [2023-01-18T17:05:14.706Z] 8a743f0e88cb: Layer already exists [2023-01-18T17:05:14.706Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:00bdb248aafb75e857ebc07018fee74414fedc97a30694cfc6fc22a0dd834690 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:15.040Z] + 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-18T17:05:15.389Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-18T17:05:15.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T17:05:15.389Z] 7552f7329f3c: Preparing [2023-01-18T17:05:15.389Z] 833498584176: Preparing [2023-01-18T17:05:15.389Z] f933ef55a306: Preparing [2023-01-18T17:05:15.389Z] 8a743f0e88cb: Preparing [2023-01-18T17:05:15.389Z] 9833f26c6bda: Preparing [2023-01-18T17:05:15.389Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:15.389Z] 7552f7329f3c: Layer already exists [2023-01-18T17:05:15.389Z] f933ef55a306: Layer already exists [2023-01-18T17:05:15.389Z] 8a743f0e88cb: Layer already exists [2023-01-18T17:05:15.389Z] 833498584176: Layer already exists [2023-01-18T17:05:15.389Z] main: digest: sha256:00bdb248aafb75e857ebc07018fee74414fedc97a30694cfc6fc22a0dd834690 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:05:15.696Z] ===================================================== [Pipeline] echo [2023-01-18T17:05:15.702Z] taggedImages: [2023-01-18T17:05:15.702Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:15.702Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-18T17:05:15.702Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 [2023-01-18T17:05:15.702Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:15.702Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-18T17:05:15.720Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-18T17:05:15.720Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:15.720Z] latest [2023-01-18T17:05:15.720Z] 3.0.0-dev.22 [2023-01-18T17:05:15.720Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:15.720Z] main [2023-01-18T17:05:15.720Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:16.044Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:16.377Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:16.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T17:05:16.377Z] 3906a20d22b8: Preparing [2023-01-18T17:05:16.377Z] d018701c4ff0: Preparing [2023-01-18T17:05:16.377Z] 9c7d1f004b2b: Preparing [2023-01-18T17:05:16.377Z] 4c84dfb10682: Preparing [2023-01-18T17:05:16.377Z] fea791775dc0: Preparing [2023-01-18T17:05:16.377Z] 8517c5e3b086: Preparing [2023-01-18T17:05:16.377Z] 9833f26c6bda: Preparing [2023-01-18T17:05:16.377Z] 8517c5e3b086: Waiting [2023-01-18T17:05:16.377Z] 9833f26c6bda: Waiting [2023-01-18T17:05:16.642Z] d018701c4ff0: Pushed [2023-01-18T17:05:16.642Z] 9c7d1f004b2b: Pushed [2023-01-18T17:05:16.642Z] 3906a20d22b8: Pushed [2023-01-18T17:05:16.642Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:17.598Z] 8517c5e3b086: Pushed [2023-01-18T17:05:24.234Z] fea791775dc0: Pushed [2023-01-18T17:05:32.415Z] 4c84dfb10682: Pushed [2023-01-18T17:05:32.415Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:1d8e3ce1b118d929baf3948d3f69ab2236739cbb8e3c6046fd6670176491d252 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:32.748Z] + 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-18T17:05:33.073Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-18T17:05:33.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T17:05:33.073Z] 3906a20d22b8: Preparing [2023-01-18T17:05:33.073Z] d018701c4ff0: Preparing [2023-01-18T17:05:33.073Z] 9c7d1f004b2b: Preparing [2023-01-18T17:05:33.073Z] 4c84dfb10682: Preparing [2023-01-18T17:05:33.073Z] fea791775dc0: Preparing [2023-01-18T17:05:33.073Z] 8517c5e3b086: Preparing [2023-01-18T17:05:33.073Z] 9833f26c6bda: Preparing [2023-01-18T17:05:33.073Z] 8517c5e3b086: Waiting [2023-01-18T17:05:33.073Z] 9833f26c6bda: Waiting [2023-01-18T17:05:33.073Z] 9c7d1f004b2b: Layer already exists [2023-01-18T17:05:33.073Z] d018701c4ff0: Layer already exists [2023-01-18T17:05:33.073Z] fea791775dc0: Layer already exists [2023-01-18T17:05:33.073Z] 4c84dfb10682: Layer already exists [2023-01-18T17:05:33.073Z] 3906a20d22b8: Layer already exists [2023-01-18T17:05:33.073Z] 8517c5e3b086: Layer already exists [2023-01-18T17:05:33.073Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:33.336Z] latest: digest: sha256:1d8e3ce1b118d929baf3948d3f69ab2236739cbb8e3c6046fd6670176491d252 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:33.666Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:33.992Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 [2023-01-18T17:05:33.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T17:05:33.992Z] 3906a20d22b8: Preparing [2023-01-18T17:05:33.992Z] d018701c4ff0: Preparing [2023-01-18T17:05:33.992Z] 9c7d1f004b2b: Preparing [2023-01-18T17:05:33.992Z] 4c84dfb10682: Preparing [2023-01-18T17:05:33.992Z] fea791775dc0: Preparing [2023-01-18T17:05:33.992Z] 8517c5e3b086: Preparing [2023-01-18T17:05:33.992Z] 9833f26c6bda: Preparing [2023-01-18T17:05:33.992Z] 8517c5e3b086: Waiting [2023-01-18T17:05:33.992Z] 9833f26c6bda: Waiting [2023-01-18T17:05:33.992Z] fea791775dc0: Layer already exists [2023-01-18T17:05:33.992Z] 3906a20d22b8: Layer already exists [2023-01-18T17:05:33.992Z] d018701c4ff0: Layer already exists [2023-01-18T17:05:33.992Z] 4c84dfb10682: Layer already exists [2023-01-18T17:05:33.992Z] 9c7d1f004b2b: Layer already exists [2023-01-18T17:05:33.992Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:33.992Z] 8517c5e3b086: Layer already exists [2023-01-18T17:05:34.256Z] 3.0.0-dev.22: digest: sha256:1d8e3ce1b118d929baf3948d3f69ab2236739cbb8e3c6046fd6670176491d252 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:34.592Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:34.924Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:34.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T17:05:34.924Z] 3906a20d22b8: Preparing [2023-01-18T17:05:34.924Z] d018701c4ff0: Preparing [2023-01-18T17:05:34.924Z] 9c7d1f004b2b: Preparing [2023-01-18T17:05:34.924Z] 4c84dfb10682: Preparing [2023-01-18T17:05:34.924Z] fea791775dc0: Preparing [2023-01-18T17:05:34.924Z] 8517c5e3b086: Preparing [2023-01-18T17:05:34.925Z] 9833f26c6bda: Preparing [2023-01-18T17:05:34.925Z] 8517c5e3b086: Waiting [2023-01-18T17:05:34.925Z] 9833f26c6bda: Waiting [2023-01-18T17:05:34.925Z] 9c7d1f004b2b: Layer already exists [2023-01-18T17:05:34.925Z] d018701c4ff0: Layer already exists [2023-01-18T17:05:34.925Z] 4c84dfb10682: Layer already exists [2023-01-18T17:05:34.925Z] 3906a20d22b8: Layer already exists [2023-01-18T17:05:34.925Z] fea791775dc0: Layer already exists [2023-01-18T17:05:34.925Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:34.925Z] 8517c5e3b086: Layer already exists [2023-01-18T17:05:35.189Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:1d8e3ce1b118d929baf3948d3f69ab2236739cbb8e3c6046fd6670176491d252 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:35.532Z] + 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-18T17:05:35.872Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-18T17:05:35.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T17:05:35.872Z] 3906a20d22b8: Preparing [2023-01-18T17:05:35.872Z] d018701c4ff0: Preparing [2023-01-18T17:05:35.872Z] 9c7d1f004b2b: Preparing [2023-01-18T17:05:35.872Z] 4c84dfb10682: Preparing [2023-01-18T17:05:35.872Z] fea791775dc0: Preparing [2023-01-18T17:05:35.872Z] 8517c5e3b086: Preparing [2023-01-18T17:05:35.872Z] 9833f26c6bda: Preparing [2023-01-18T17:05:35.872Z] 8517c5e3b086: Waiting [2023-01-18T17:05:35.872Z] 9833f26c6bda: Waiting [2023-01-18T17:05:35.872Z] fea791775dc0: Layer already exists [2023-01-18T17:05:35.872Z] 9c7d1f004b2b: Layer already exists [2023-01-18T17:05:35.872Z] 3906a20d22b8: Layer already exists [2023-01-18T17:05:35.872Z] d018701c4ff0: Layer already exists [2023-01-18T17:05:35.872Z] 4c84dfb10682: Layer already exists [2023-01-18T17:05:35.872Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:35.872Z] 8517c5e3b086: Layer already exists [2023-01-18T17:05:36.137Z] main: digest: sha256:1d8e3ce1b118d929baf3948d3f69ab2236739cbb8e3c6046fd6670176491d252 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:05:36.177Z] ===================================================== [Pipeline] echo [2023-01-18T17:05:36.182Z] taggedImages: [2023-01-18T17:05:36.182Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:36.182Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-18T17:05:36.182Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 [2023-01-18T17:05:36.182Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:36.182Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-18T17:05:36.197Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-18T17:05:36.197Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:36.197Z] latest [2023-01-18T17:05:36.197Z] 3.0.0-dev.22 [2023-01-18T17:05:36.197Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:36.197Z] main [2023-01-18T17:05:36.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:36.529Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:36.877Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:36.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T17:05:36.877Z] 619b32341d8d: Preparing [2023-01-18T17:05:36.877Z] 6babf0ee3940: Preparing [2023-01-18T17:05:36.877Z] 4a4cbdacea1a: Preparing [2023-01-18T17:05:36.877Z] 47408d587c4e: Preparing [2023-01-18T17:05:36.877Z] 892ed3126b59: Preparing [2023-01-18T17:05:36.877Z] 9833f26c6bda: Preparing [2023-01-18T17:05:36.877Z] 9833f26c6bda: Waiting [2023-01-18T17:05:37.145Z] 619b32341d8d: Pushed [2023-01-18T17:05:37.145Z] 6babf0ee3940: Pushed [2023-01-18T17:05:37.145Z] 4a4cbdacea1a: Pushed [2023-01-18T17:05:37.145Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:37.723Z] 892ed3126b59: Pushed [2023-01-18T17:05:52.713Z] 47408d587c4e: Pushed [2023-01-18T17:05:52.713Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:c99c01910bed233315697364b11af63c7ebca9aca6647d337bb3c8349071832b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:53.058Z] + 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-18T17:05:53.439Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-18T17:05:53.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T17:05:53.439Z] 619b32341d8d: Preparing [2023-01-18T17:05:53.439Z] 6babf0ee3940: Preparing [2023-01-18T17:05:53.439Z] 4a4cbdacea1a: Preparing [2023-01-18T17:05:53.439Z] 47408d587c4e: Preparing [2023-01-18T17:05:53.439Z] 892ed3126b59: Preparing [2023-01-18T17:05:53.439Z] 9833f26c6bda: Preparing [2023-01-18T17:05:53.439Z] 9833f26c6bda: Waiting [2023-01-18T17:05:53.439Z] 47408d587c4e: Layer already exists [2023-01-18T17:05:53.439Z] 4a4cbdacea1a: Layer already exists [2023-01-18T17:05:53.439Z] 6babf0ee3940: Layer already exists [2023-01-18T17:05:53.439Z] 892ed3126b59: Layer already exists [2023-01-18T17:05:53.439Z] 619b32341d8d: Layer already exists [2023-01-18T17:05:53.439Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:53.707Z] latest: digest: sha256:c99c01910bed233315697364b11af63c7ebca9aca6647d337bb3c8349071832b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:54.066Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:54.411Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 [2023-01-18T17:05:54.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T17:05:54.411Z] 619b32341d8d: Preparing [2023-01-18T17:05:54.411Z] 6babf0ee3940: Preparing [2023-01-18T17:05:54.411Z] 4a4cbdacea1a: Preparing [2023-01-18T17:05:54.411Z] 47408d587c4e: Preparing [2023-01-18T17:05:54.411Z] 892ed3126b59: Preparing [2023-01-18T17:05:54.411Z] 9833f26c6bda: Preparing [2023-01-18T17:05:54.411Z] 9833f26c6bda: Waiting [2023-01-18T17:05:54.411Z] 892ed3126b59: Layer already exists [2023-01-18T17:05:54.411Z] 6babf0ee3940: Layer already exists [2023-01-18T17:05:54.411Z] 619b32341d8d: Layer already exists [2023-01-18T17:05:54.411Z] 4a4cbdacea1a: Layer already exists [2023-01-18T17:05:54.411Z] 47408d587c4e: Layer already exists [2023-01-18T17:05:54.411Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:54.687Z] 3.0.0-dev.22: digest: sha256:c99c01910bed233315697364b11af63c7ebca9aca6647d337bb3c8349071832b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:55.036Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:55.369Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:55.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T17:05:55.369Z] 619b32341d8d: Preparing [2023-01-18T17:05:55.369Z] 6babf0ee3940: Preparing [2023-01-18T17:05:55.369Z] 4a4cbdacea1a: Preparing [2023-01-18T17:05:55.369Z] 47408d587c4e: Preparing [2023-01-18T17:05:55.369Z] 892ed3126b59: Preparing [2023-01-18T17:05:55.369Z] 9833f26c6bda: Preparing [2023-01-18T17:05:55.369Z] 9833f26c6bda: Waiting [2023-01-18T17:05:55.369Z] 4a4cbdacea1a: Layer already exists [2023-01-18T17:05:55.369Z] 6babf0ee3940: Layer already exists [2023-01-18T17:05:55.370Z] 619b32341d8d: Layer already exists [2023-01-18T17:05:55.370Z] 892ed3126b59: Layer already exists [2023-01-18T17:05:55.370Z] 47408d587c4e: Layer already exists [2023-01-18T17:05:55.370Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:55.634Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:c99c01910bed233315697364b11af63c7ebca9aca6647d337bb3c8349071832b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:55.964Z] + 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-18T17:05:56.294Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-18T17:05:56.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T17:05:56.295Z] 619b32341d8d: Preparing [2023-01-18T17:05:56.295Z] 6babf0ee3940: Preparing [2023-01-18T17:05:56.295Z] 4a4cbdacea1a: Preparing [2023-01-18T17:05:56.295Z] 47408d587c4e: Preparing [2023-01-18T17:05:56.295Z] 892ed3126b59: Preparing [2023-01-18T17:05:56.295Z] 9833f26c6bda: Preparing [2023-01-18T17:05:56.295Z] 9833f26c6bda: Waiting [2023-01-18T17:05:56.295Z] 6babf0ee3940: Layer already exists [2023-01-18T17:05:56.295Z] 619b32341d8d: Layer already exists [2023-01-18T17:05:56.295Z] 892ed3126b59: Layer already exists [2023-01-18T17:05:56.295Z] 4a4cbdacea1a: Layer already exists [2023-01-18T17:05:56.295Z] 47408d587c4e: Layer already exists [2023-01-18T17:05:56.295Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:56.560Z] main: digest: sha256:c99c01910bed233315697364b11af63c7ebca9aca6647d337bb3c8349071832b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:05:56.601Z] ===================================================== [Pipeline] echo [2023-01-18T17:05:56.607Z] taggedImages: [2023-01-18T17:05:56.607Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:56.607Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-18T17:05:56.607Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 [2023-01-18T17:05:56.607Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:56.607Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-18T17:05:56.621Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-18T17:05:56.621Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:56.621Z] latest [2023-01-18T17:05:56.621Z] 3.0.0-dev.22 [2023-01-18T17:05:56.621Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:05:56.621Z] main [2023-01-18T17:05:56.621Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:56.943Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:05:57.274Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:05:57.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T17:05:57.274Z] 4f64ff07e063: Preparing [2023-01-18T17:05:57.274Z] a99f857cf8a8: Preparing [2023-01-18T17:05:57.274Z] 0d2853359b69: Preparing [2023-01-18T17:05:57.274Z] d3617f779111: Preparing [2023-01-18T17:05:57.274Z] 8517c5e3b086: Preparing [2023-01-18T17:05:57.274Z] 9833f26c6bda: Preparing [2023-01-18T17:05:57.274Z] 9833f26c6bda: Waiting [2023-01-18T17:05:57.274Z] 8517c5e3b086: Layer already exists [2023-01-18T17:05:57.541Z] 9833f26c6bda: Layer already exists [2023-01-18T17:05:57.541Z] 4f64ff07e063: Pushed [2023-01-18T17:05:57.541Z] a99f857cf8a8: Pushed [2023-01-18T17:05:57.541Z] 0d2853359b69: Pushed [2023-01-18T17:06:12.523Z] d3617f779111: Pushed [2023-01-18T17:06:12.787Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:af6414199cea8bd742efeccca2bba29d9368cfebf0a725868e13dc90ad34325a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:13.122Z] + 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-18T17:06:13.443Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-18T17:06:13.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T17:06:13.443Z] 4f64ff07e063: Preparing [2023-01-18T17:06:13.443Z] a99f857cf8a8: Preparing [2023-01-18T17:06:13.443Z] 0d2853359b69: Preparing [2023-01-18T17:06:13.443Z] d3617f779111: Preparing [2023-01-18T17:06:13.443Z] 8517c5e3b086: Preparing [2023-01-18T17:06:13.443Z] 9833f26c6bda: Preparing [2023-01-18T17:06:13.443Z] 9833f26c6bda: Waiting [2023-01-18T17:06:13.443Z] d3617f779111: Layer already exists [2023-01-18T17:06:13.443Z] 4f64ff07e063: Layer already exists [2023-01-18T17:06:13.443Z] a99f857cf8a8: Layer already exists [2023-01-18T17:06:13.443Z] 8517c5e3b086: Layer already exists [2023-01-18T17:06:13.443Z] 0d2853359b69: Layer already exists [2023-01-18T17:06:13.443Z] 9833f26c6bda: Layer already exists [2023-01-18T17:06:13.707Z] latest: digest: sha256:af6414199cea8bd742efeccca2bba29d9368cfebf0a725868e13dc90ad34325a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:14.031Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:14.353Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 [2023-01-18T17:06:14.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T17:06:14.353Z] 4f64ff07e063: Preparing [2023-01-18T17:06:14.353Z] a99f857cf8a8: Preparing [2023-01-18T17:06:14.353Z] 0d2853359b69: Preparing [2023-01-18T17:06:14.353Z] d3617f779111: Preparing [2023-01-18T17:06:14.353Z] 8517c5e3b086: Preparing [2023-01-18T17:06:14.353Z] 9833f26c6bda: Preparing [2023-01-18T17:06:14.353Z] 9833f26c6bda: Waiting [2023-01-18T17:06:14.353Z] 4f64ff07e063: Layer already exists [2023-01-18T17:06:14.353Z] d3617f779111: Layer already exists [2023-01-18T17:06:14.353Z] 0d2853359b69: Layer already exists [2023-01-18T17:06:14.353Z] a99f857cf8a8: Layer already exists [2023-01-18T17:06:14.353Z] 8517c5e3b086: Layer already exists [2023-01-18T17:06:14.353Z] 9833f26c6bda: Layer already exists [2023-01-18T17:06:14.353Z] 3.0.0-dev.22: digest: sha256:af6414199cea8bd742efeccca2bba29d9368cfebf0a725868e13dc90ad34325a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:14.943Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:15.265Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:06:15.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T17:06:15.265Z] 4f64ff07e063: Preparing [2023-01-18T17:06:15.265Z] a99f857cf8a8: Preparing [2023-01-18T17:06:15.265Z] 0d2853359b69: Preparing [2023-01-18T17:06:15.266Z] d3617f779111: Preparing [2023-01-18T17:06:15.266Z] 8517c5e3b086: Preparing [2023-01-18T17:06:15.266Z] 9833f26c6bda: Preparing [2023-01-18T17:06:15.266Z] 9833f26c6bda: Waiting [2023-01-18T17:06:15.266Z] a99f857cf8a8: Layer already exists [2023-01-18T17:06:15.266Z] 0d2853359b69: Layer already exists [2023-01-18T17:06:15.266Z] 8517c5e3b086: Layer already exists [2023-01-18T17:06:15.266Z] 4f64ff07e063: Layer already exists [2023-01-18T17:06:15.266Z] d3617f779111: Layer already exists [2023-01-18T17:06:15.266Z] 9833f26c6bda: Layer already exists [2023-01-18T17:06:15.530Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:af6414199cea8bd742efeccca2bba29d9368cfebf0a725868e13dc90ad34325a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:15.861Z] + 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-18T17:06:16.184Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-18T17:06:16.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T17:06:16.184Z] 4f64ff07e063: Preparing [2023-01-18T17:06:16.184Z] a99f857cf8a8: Preparing [2023-01-18T17:06:16.184Z] 0d2853359b69: Preparing [2023-01-18T17:06:16.184Z] d3617f779111: Preparing [2023-01-18T17:06:16.184Z] 8517c5e3b086: Preparing [2023-01-18T17:06:16.184Z] 9833f26c6bda: Preparing [2023-01-18T17:06:16.184Z] 9833f26c6bda: Waiting [2023-01-18T17:06:16.184Z] 8517c5e3b086: Layer already exists [2023-01-18T17:06:16.184Z] 0d2853359b69: Layer already exists [2023-01-18T17:06:16.184Z] a99f857cf8a8: Layer already exists [2023-01-18T17:06:16.184Z] 4f64ff07e063: Layer already exists [2023-01-18T17:06:16.184Z] d3617f779111: Layer already exists [2023-01-18T17:06:16.184Z] 9833f26c6bda: Layer already exists [2023-01-18T17:06:16.184Z] main: digest: sha256:af6414199cea8bd742efeccca2bba29d9368cfebf0a725868e13dc90ad34325a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:06:16.487Z] ===================================================== [Pipeline] echo [2023-01-18T17:06:16.493Z] taggedImages: [2023-01-18T17:06:16.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:06:16.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-18T17:06:16.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 [2023-01-18T17:06:16.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:06:16.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-18T17:06:16.507Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-18T17:06:16.507Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:06:16.507Z] latest [2023-01-18T17:06:16.507Z] 3.0.0-dev.22 [2023-01-18T17:06:16.507Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:06:16.507Z] main [2023-01-18T17:06:16.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:16.841Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:17.176Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:06:17.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T17:06:17.176Z] f4c6dbdf901f: Preparing [2023-01-18T17:06:17.176Z] 49413f1fd06a: Preparing [2023-01-18T17:06:17.176Z] f933ef55a306: Preparing [2023-01-18T17:06:17.176Z] 84834be387f8: Preparing [2023-01-18T17:06:17.176Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:17.176Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:17.176Z] f933ef55a306: Layer already exists [2023-01-18T17:06:17.441Z] f4c6dbdf901f: Pushed [2023-01-18T17:06:17.706Z] 84834be387f8: Pushed [2023-01-18T17:06:23.022Z] 49413f1fd06a: Pushed [2023-01-18T17:06:23.022Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:31b94beca2d6ea17ffab1fe0c9b59b7fe6518058124d07b2ba3ae5ccc37a8470 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:23.358Z] + 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-18T17:06:23.685Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-18T17:06:23.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T17:06:23.685Z] f4c6dbdf901f: Preparing [2023-01-18T17:06:23.685Z] 49413f1fd06a: Preparing [2023-01-18T17:06:23.685Z] f933ef55a306: Preparing [2023-01-18T17:06:23.685Z] 84834be387f8: Preparing [2023-01-18T17:06:23.685Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:23.685Z] 49413f1fd06a: Layer already exists [2023-01-18T17:06:23.685Z] 84834be387f8: Layer already exists [2023-01-18T17:06:23.685Z] f4c6dbdf901f: Layer already exists [2023-01-18T17:06:23.685Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:23.685Z] f933ef55a306: Layer already exists [2023-01-18T17:06:23.685Z] latest: digest: sha256:31b94beca2d6ea17ffab1fe0c9b59b7fe6518058124d07b2ba3ae5ccc37a8470 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:24.011Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:24.332Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 [2023-01-18T17:06:24.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T17:06:24.333Z] f4c6dbdf901f: Preparing [2023-01-18T17:06:24.333Z] 49413f1fd06a: Preparing [2023-01-18T17:06:24.333Z] f933ef55a306: Preparing [2023-01-18T17:06:24.333Z] 84834be387f8: Preparing [2023-01-18T17:06:24.333Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:24.333Z] f933ef55a306: Layer already exists [2023-01-18T17:06:24.333Z] 49413f1fd06a: Layer already exists [2023-01-18T17:06:24.333Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:24.333Z] 84834be387f8: Layer already exists [2023-01-18T17:06:24.333Z] f4c6dbdf901f: Layer already exists [2023-01-18T17:06:24.333Z] 3.0.0-dev.22: digest: sha256:31b94beca2d6ea17ffab1fe0c9b59b7fe6518058124d07b2ba3ae5ccc37a8470 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:24.663Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:24.995Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:06:24.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T17:06:24.995Z] f4c6dbdf901f: Preparing [2023-01-18T17:06:24.995Z] 49413f1fd06a: Preparing [2023-01-18T17:06:24.995Z] f933ef55a306: Preparing [2023-01-18T17:06:24.995Z] 84834be387f8: Preparing [2023-01-18T17:06:24.995Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:24.995Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:24.995Z] f933ef55a306: Layer already exists [2023-01-18T17:06:24.995Z] f4c6dbdf901f: Layer already exists [2023-01-18T17:06:24.995Z] 84834be387f8: Layer already exists [2023-01-18T17:06:24.995Z] 49413f1fd06a: Layer already exists [2023-01-18T17:06:24.995Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:31b94beca2d6ea17ffab1fe0c9b59b7fe6518058124d07b2ba3ae5ccc37a8470 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:25.323Z] + 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-18T17:06:25.653Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-18T17:06:25.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T17:06:25.654Z] f4c6dbdf901f: Preparing [2023-01-18T17:06:25.654Z] 49413f1fd06a: Preparing [2023-01-18T17:06:25.654Z] f933ef55a306: Preparing [2023-01-18T17:06:25.654Z] 84834be387f8: Preparing [2023-01-18T17:06:25.654Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:25.654Z] f4c6dbdf901f: Layer already exists [2023-01-18T17:06:25.654Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:25.654Z] 84834be387f8: Layer already exists [2023-01-18T17:06:25.654Z] f933ef55a306: Layer already exists [2023-01-18T17:06:25.654Z] 49413f1fd06a: Layer already exists [2023-01-18T17:06:25.654Z] main: digest: sha256:31b94beca2d6ea17ffab1fe0c9b59b7fe6518058124d07b2ba3ae5ccc37a8470 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:06:25.963Z] ===================================================== [Pipeline] echo [2023-01-18T17:06:25.968Z] taggedImages: [2023-01-18T17:06:25.969Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:06:25.969Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-18T17:06:25.969Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 [2023-01-18T17:06:25.969Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:06:25.969Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-18T17:06:25.983Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-18T17:06:25.983Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:06:25.983Z] latest [2023-01-18T17:06:25.983Z] 3.0.0-dev.22 [2023-01-18T17:06:25.983Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:06:25.983Z] main [2023-01-18T17:06:25.983Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:26.308Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:26.637Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:06:26.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T17:06:26.637Z] d853a6a4c8e3: Preparing [2023-01-18T17:06:26.637Z] 5624a061cf6f: Preparing [2023-01-18T17:06:26.637Z] f933ef55a306: Preparing [2023-01-18T17:06:26.637Z] 409b09e88d4f: Preparing [2023-01-18T17:06:26.637Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:26.637Z] f933ef55a306: Layer already exists [2023-01-18T17:06:26.637Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:26.637Z] 409b09e88d4f: Layer already exists [2023-01-18T17:06:26.902Z] d853a6a4c8e3: Pushed [2023-01-18T17:06:32.229Z] 5624a061cf6f: Pushed [2023-01-18T17:06:32.229Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457: digest: sha256:d160f1c545717383e354376db551894bd17cbef8f6699453bc3e8d45bf7e603b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:32.570Z] + 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-18T17:06:32.905Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-18T17:06:32.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T17:06:32.905Z] d853a6a4c8e3: Preparing [2023-01-18T17:06:32.905Z] 5624a061cf6f: Preparing [2023-01-18T17:06:32.905Z] f933ef55a306: Preparing [2023-01-18T17:06:32.905Z] 409b09e88d4f: Preparing [2023-01-18T17:06:32.905Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:32.905Z] 409b09e88d4f: Layer already exists [2023-01-18T17:06:32.905Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:32.905Z] 5624a061cf6f: Layer already exists [2023-01-18T17:06:32.905Z] d853a6a4c8e3: Layer already exists [2023-01-18T17:06:32.905Z] f933ef55a306: Layer already exists [2023-01-18T17:06:32.905Z] latest: digest: sha256:d160f1c545717383e354376db551894bd17cbef8f6699453bc3e8d45bf7e603b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:33.515Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:33.846Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 [2023-01-18T17:06:33.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T17:06:33.846Z] d853a6a4c8e3: Preparing [2023-01-18T17:06:33.846Z] 5624a061cf6f: Preparing [2023-01-18T17:06:33.846Z] f933ef55a306: Preparing [2023-01-18T17:06:33.846Z] 409b09e88d4f: Preparing [2023-01-18T17:06:33.846Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:33.846Z] f933ef55a306: Layer already exists [2023-01-18T17:06:33.846Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:33.846Z] 5624a061cf6f: Layer already exists [2023-01-18T17:06:33.846Z] d853a6a4c8e3: Layer already exists [2023-01-18T17:06:33.846Z] 409b09e88d4f: Layer already exists [2023-01-18T17:06:33.846Z] 3.0.0-dev.22: digest: sha256:d160f1c545717383e354376db551894bd17cbef8f6699453bc3e8d45bf7e603b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:34.435Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:34.760Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:06:34.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T17:06:34.760Z] d853a6a4c8e3: Preparing [2023-01-18T17:06:34.760Z] 5624a061cf6f: Preparing [2023-01-18T17:06:34.760Z] f933ef55a306: Preparing [2023-01-18T17:06:34.760Z] 409b09e88d4f: Preparing [2023-01-18T17:06:34.760Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:34.760Z] 5624a061cf6f: Layer already exists [2023-01-18T17:06:34.760Z] f933ef55a306: Layer already exists [2023-01-18T17:06:34.760Z] 409b09e88d4f: Layer already exists [2023-01-18T17:06:34.760Z] d853a6a4c8e3: Layer already exists [2023-01-18T17:06:34.761Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:34.761Z] 7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22: digest: sha256:d160f1c545717383e354376db551894bd17cbef8f6699453bc3e8d45bf7e603b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:35.086Z] + 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-18T17:06:35.414Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-18T17:06:35.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T17:06:35.415Z] d853a6a4c8e3: Preparing [2023-01-18T17:06:35.415Z] 5624a061cf6f: Preparing [2023-01-18T17:06:35.415Z] f933ef55a306: Preparing [2023-01-18T17:06:35.415Z] 409b09e88d4f: Preparing [2023-01-18T17:06:35.415Z] 17bec77d7fdc: Preparing [2023-01-18T17:06:35.415Z] d853a6a4c8e3: Layer already exists [2023-01-18T17:06:35.415Z] f933ef55a306: Layer already exists [2023-01-18T17:06:35.415Z] 17bec77d7fdc: Layer already exists [2023-01-18T17:06:35.415Z] 5624a061cf6f: Layer already exists [2023-01-18T17:06:35.415Z] 409b09e88d4f: Layer already exists [2023-01-18T17:06:35.415Z] main: digest: sha256:d160f1c545717383e354376db551894bd17cbef8f6699453bc3e8d45bf7e603b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T17:06:35.464Z] ===================================================== [Pipeline] echo [2023-01-18T17:06:35.473Z] taggedImages: [2023-01-18T17:06:35.473Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [2023-01-18T17:06:35.473Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-18T17:06:35.473Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 [2023-01-18T17:06:35.473Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7268a7d9db9aa59f9db7bbdf01756f853ebe3457-3.0.0-dev.22 [2023-01-18T17:06:35.473Z] - 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-18T17:06:35.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T17:06:35.833Z] [2023-01-18T17:06:35.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:06:36.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T17:06:36.156Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-18T17:06:36.156Z] 8998bd30e6a1: Pulling fs layer [2023-01-18T17:06:36.156Z] 04944245beec: Pulling fs layer [2023-01-18T17:06:36.156Z] 699f458cf7ca: Pulling fs layer [2023-01-18T17:06:36.156Z] 765212b225bb: Pulling fs layer [2023-01-18T17:06:36.156Z] f23df028b6ca: Pulling fs layer [2023-01-18T17:06:36.156Z] d65c8cfc05b1: Pulling fs layer [2023-01-18T17:06:36.156Z] 2437ff75d9bd: Pulling fs layer [2023-01-18T17:06:36.156Z] f23df028b6ca: Waiting [2023-01-18T17:06:36.156Z] 765212b225bb: Waiting [2023-01-18T17:06:36.156Z] d65c8cfc05b1: Waiting [2023-01-18T17:06:36.423Z] 04944245beec: Verifying Checksum [2023-01-18T17:06:36.423Z] 04944245beec: Download complete [2023-01-18T17:06:36.423Z] 765212b225bb: Verifying Checksum [2023-01-18T17:06:36.423Z] 765212b225bb: Download complete [2023-01-18T17:06:36.423Z] f23df028b6ca: Verifying Checksum [2023-01-18T17:06:36.423Z] f23df028b6ca: Download complete [2023-01-18T17:06:36.423Z] d65c8cfc05b1: Verifying Checksum [2023-01-18T17:06:36.423Z] d65c8cfc05b1: Download complete [2023-01-18T17:06:36.689Z] 699f458cf7ca: Verifying Checksum [2023-01-18T17:06:36.689Z] 699f458cf7ca: Download complete [2023-01-18T17:06:36.955Z] 8998bd30e6a1: Download complete [2023-01-18T17:06:38.888Z] 2437ff75d9bd: Verifying Checksum [2023-01-18T17:06:38.888Z] 2437ff75d9bd: Download complete [2023-01-18T17:06:42.211Z] 8998bd30e6a1: Pull complete [2023-01-18T17:06:42.476Z] 04944245beec: Pull complete [2023-01-18T17:06:43.874Z] 699f458cf7ca: Pull complete [2023-01-18T17:06:43.874Z] 765212b225bb: Pull complete [2023-01-18T17:06:44.826Z] f23df028b6ca: Pull complete [2023-01-18T17:06:44.826Z] d65c8cfc05b1: Pull complete [2023-01-18T17:06:57.101Z] 2437ff75d9bd: Pull complete [2023-01-18T17:06:57.101Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-18T17:06:57.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T17:06:57.101Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T17:06:57.280Z] prd-ubuntu20.04-docker-arm64-4c-16g-2966 does not seem to be running inside a container [2023-01-18T17:06:57.352Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-18T17:06:59.904Z] $ docker top 3ac9e5a15f3cf214767a5b34619df9a3860bcfdde60904b543133dad0586eb3a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:07:00.460Z] ---> job-cost.sh [2023-01-18T17:07:00.723Z] lf-activate-venv: SKIPPING [2023-01-18T17:07:00.723Z] INFO: No Stack... [2023-01-18T17:07:01.299Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-18T17:07:02.304Z] INFO: Archiving Costs [Pipeline] sh [2023-01-18T17:07:02.642Z] + cat /w/workspace/edgex-go/378/archives/cost.csv [2023-01-18T17:07:02.642Z] + cut -d, -f6 [Pipeline] lock [2023-01-18T17:07:02.963Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-378-stack-cost] [2023-01-18T17:07:02.973Z] Resource [jenkins-edgexfoundry-edgex-go-main-378-stack-cost] did not exist. Created. [2023-01-18T17:07:02.973Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-378-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-18T17:07:03.310Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-18T17:07:04.150Z] Stashed 1 file(s) [Pipeline] } [2023-01-18T17:07:04.157Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-378-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-18T17:07:04.189Z] $ docker stop --time=1 3ac9e5a15f3cf214767a5b34619df9a3860bcfdde60904b543133dad0586eb3a [2023-01-18T17:07:05.648Z] $ docker rm -f --volumes 3ac9e5a15f3cf214767a5b34619df9a3860bcfdde60904b543133dad0586eb3a [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-18T17:07:06.069Z] provisioning config files... [2023-01-18T17:07:06.076Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/378@tmp/config17932428193879152628tmp [Pipeline] { [Pipeline] sh [2023-01-18T17:07:06.364Z] + set +x [2023-01-18T17:07:06.364Z] + bash -s -- [2023-01-18T17:07:06.364Z] + curl -s https://codecov.io/bash [2023-01-18T17:07:06.364Z] [2023-01-18T17:07:06.364Z] _____ _ [2023-01-18T17:07:06.364Z] / ____| | | [2023-01-18T17:07:06.364Z] | | ___ __| | ___ ___ _____ __ [2023-01-18T17:07:06.364Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-18T17:07:06.364Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-18T17:07:06.364Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-18T17:07:06.364Z] Bash-1.0.6 [2023-01-18T17:07:06.364Z] [2023-01-18T17:07:06.364Z] [2023-01-18T17:07:06.364Z] ==> git version 2.25.1 found [2023-01-18T17:07:06.364Z] ==> 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-18T17:07:06.364Z] Release-Date: 2020-01-08 [2023-01-18T17:07:06.364Z] 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-18T17:07:06.364Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-18T17:07:06.364Z] ==> Jenkins CI detected. [2023-01-18T17:07:06.364Z] current dir:  /w/workspace/edgex-go/378 [2023-01-18T17:07:06.364Z] project root: . [2023-01-18T17:07:06.364Z] --> token set from env [2023-01-18T17:07:06.364Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-18T17:07:06.364Z] ==> Running gcov in . (disable via -X gcov) [2023-01-18T17:07:06.364Z] ==> Python coveragepy not found [2023-01-18T17:07:06.364Z] ==> Searching for coverage reports in: [2023-01-18T17:07:06.364Z] + . [2023-01-18T17:07:06.364Z] -> Found 1 reports [2023-01-18T17:07:06.364Z] ==> Detecting git/mercurial file structure [2023-01-18T17:07:06.622Z] ==> Reading reports [2023-01-18T17:07:06.622Z] + ./coverage.out bytes=489970 [2023-01-18T17:07:06.622Z] ==> Appending adjustments [2023-01-18T17:07:06.622Z] https://docs.codecov.io/docs/fixing-reports [2023-01-18T17:07:07.559Z] + Found adjustments [2023-01-18T17:07:07.559Z] ==> Gzipping contents [2023-01-18T17:07:07.817Z] 64K /tmp/codecov.KYIhPh.gz [2023-01-18T17:07:07.817Z] ==> Uploading reports [2023-01-18T17:07:07.817Z] url: https://codecov.io [2023-01-18T17:07:07.817Z] query: branch=main&commit=7268a7d9db9aa59f9db7bbdf01756f853ebe3457&build=378&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F378%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-18T17:07:07.817Z] -> Pinging Codecov [2023-01-18T17:07:07.817Z] 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=7268a7d9db9aa59f9db7bbdf01756f853ebe3457&build=378&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F378%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-18T17:07:08.076Z] -> Uploading to [2023-01-18T17:07:08.076Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-18/00271124DB129430A58F1EEE437C3FCB/7268a7d9db9aa59f9db7bbdf01756f853ebe3457/f69a3616-3821-4589-ac2a-e818a331f498.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230118T170707Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=39d861d5b8bbb67cb87ec8035aee2c165fe54a5f1e844579d6b1eeee90fceaca [2023-01-18T17:07:08.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T17:07:08.076Z] Dload Upload Total Spent Left Speed [2023-01-18T17:07:08.345Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63228 0 0 100 63228 0 210k --:--:-- --:--:-- --:--:-- 210k [2023-01-18T17:07:08.345Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7268a7d9db9aa59f9db7bbdf01756f853ebe3457 [Pipeline] } [2023-01-18T17:07:08.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-18T17:07:08.542Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-18T17:07:08.551Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:07:08.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-18T17:07:08.855Z] [2023-01-18T17:07:08.855Z] 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-18T17:07:09.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-18T17:07:09.419Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-18T17:07:09.419Z] df9b9388f04a: Pulling fs layer [2023-01-18T17:07:09.419Z] 52dc419b0ee2: Pulling fs layer [2023-01-18T17:07:09.419Z] 25bc292e5bac: Pulling fs layer [2023-01-18T17:07:09.419Z] 114826534d7a: Pulling fs layer [2023-01-18T17:07:09.419Z] 4657fd5d0bcf: Pulling fs layer [2023-01-18T17:07:09.419Z] 6ad1cebc031e: Pulling fs layer [2023-01-18T17:07:09.419Z] 8a3aa393b2d8: Pulling fs layer [2023-01-18T17:07:09.419Z] 114826534d7a: Waiting [2023-01-18T17:07:09.419Z] 4657fd5d0bcf: Waiting [2023-01-18T17:07:09.419Z] 6ad1cebc031e: Waiting [2023-01-18T17:07:09.419Z] 8a3aa393b2d8: Waiting [2023-01-18T17:07:09.419Z] 25bc292e5bac: Download complete [2023-01-18T17:07:09.419Z] 52dc419b0ee2: Verifying Checksum [2023-01-18T17:07:09.419Z] 52dc419b0ee2: Download complete [2023-01-18T17:07:09.419Z] 4657fd5d0bcf: Verifying Checksum [2023-01-18T17:07:09.419Z] 4657fd5d0bcf: Download complete [2023-01-18T17:07:09.419Z] df9b9388f04a: Verifying Checksum [2023-01-18T17:07:09.419Z] df9b9388f04a: Download complete [2023-01-18T17:07:09.680Z] df9b9388f04a: Pull complete [2023-01-18T17:07:09.681Z] 52dc419b0ee2: Pull complete [2023-01-18T17:07:09.681Z] 25bc292e5bac: Pull complete [2023-01-18T17:07:09.681Z] 6ad1cebc031e: Verifying Checksum [2023-01-18T17:07:09.681Z] 6ad1cebc031e: Download complete [2023-01-18T17:07:10.661Z] 114826534d7a: Verifying Checksum [2023-01-18T17:07:10.661Z] 114826534d7a: Download complete [2023-01-18T17:07:10.661Z] 8a3aa393b2d8: Verifying Checksum [2023-01-18T17:07:10.661Z] 8a3aa393b2d8: Download complete [2023-01-18T17:07:13.950Z] 114826534d7a: Pull complete [2023-01-18T17:07:13.950Z] 4657fd5d0bcf: Pull complete [2023-01-18T17:07:14.209Z] 6ad1cebc031e: Pull complete [2023-01-18T17:07:17.494Z] 8a3aa393b2d8: Pull complete [2023-01-18T17:07:17.494Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-18T17:07:17.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-18T17:07:17.494Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T17:07:17.573Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T17:07:17.606Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T17:07:24.457Z] $ docker top 7dad2c48e8eb2e4148fa38180b1d0d2399140be73d3021a4db856328a48389c4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-18T17:07:24.535Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-18T17:07:24.814Z] + set -o pipefail [2023-01-18T17:07:24.814Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-18T17:07:30.089Z] [2023-01-18T17:07:30.089Z] Monitoring /w/workspace/edgex-go/378 (github.com/edgexfoundry/edgex-go)... [2023-01-18T17:07:30.089Z] [2023-01-18T17:07:30.089Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/bef041d4-c72d-4f4b-b9ee-1885e9b8b7c9 [2023-01-18T17:07:30.089Z] [2023-01-18T17:07:30.089Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-18T17:07:30.089Z] [2023-01-18T17:07:30.089Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-18T17:07:30.089Z] [2023-01-18T17:07:30.089Z] [2023-01-18T17:07:30.089Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-18T17:07:30.089Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-18T17:07:30.089Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-18T17:07:30.100Z] $ docker stop --time=1 7dad2c48e8eb2e4148fa38180b1d0d2399140be73d3021a4db856328a48389c4 [2023-01-18T17:07:35.408Z] $ docker rm -f --volumes 7dad2c48e8eb2e4148fa38180b1d0d2399140be73d3021a4db856328a48389c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-18T17:07:35.758Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T17:07:35.769Z] provisioning config files... [2023-01-18T17:07:35.777Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/378@tmp/config18271460459194424184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:07:36.077Z] --> edgex-publish-swagger.sh [2023-01-18T17:07:36.077Z] === Publish openapi/v2 API === [2023-01-18T17:07:36.077Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-18T17:07:36.077Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/378/openapi/v2/core-command.yaml] [2023-01-18T17:07:36.077Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T17:07:36.077Z] Dload Upload Total Spent Left Speed [2023-01-18T17:07:37.014Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33880 100 38 100 33842 44 40002 --:--:-- --:--:-- --:--:-- 40000 100 33880 100 38 100 33842 44 40002 --:--:-- --:--:-- --:--:-- 40000 [2023-01-18T17:07:37.014Z] {"code":403,"message":"Access Denied"} [2023-01-18T17:07:37.014Z] [2023-01-18T17:07:37.014Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/378/openapi/v2/core-data.yaml] [2023-01-18T17:07:37.014Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T17:07:37.014Z] Dload Upload Total Spent Left Speed [2023-01-18T17:07:37.583Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71748 100 38 100 71710 44 83773 --:--:-- --:--:-- --:--:-- 83915 [2023-01-18T17:07:37.583Z] {"code":403,"message":"Access Denied"} [2023-01-18T17:07:37.583Z] [2023-01-18T17:07:37.583Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/378/openapi/v2/core-metadata.yaml] [2023-01-18T17:07:37.583Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T17:07:37.583Z] Dload Upload Total Spent Left Speed [2023-01-18T17:07:38.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 43 164k --:--:-- --:--:-- --:--:-- 164k [2023-01-18T17:07:38.519Z] {"code":403,"message":"Access Denied"} [2023-01-18T17:07:38.519Z] [2023-01-18T17:07:38.519Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/378/openapi/v2/support-notifications.yaml] [2023-01-18T17:07:38.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T17:07:38.519Z] Dload Upload Total Spent Left Speed [2023-01-18T17:07:39.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89309 0 0 100 89309 0 872k --:--:-- --:--:-- --:--:-- 863k 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k [2023-01-18T17:07:39.344Z] {"code":403,"message":"Access Denied"} [2023-01-18T17:07:39.344Z] [2023-01-18T17:07:39.344Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/378/openapi/v2/support-scheduler.yaml] [2023-01-18T17:07:39.604Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T17:07:39.604Z] Dload Upload Total Spent Left Speed [2023-01-18T17:07:40.538Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 45 47248 --:--:-- --:--:-- --:--:-- 47237 100 39585 100 38 100 39547 45 47248 --:--:-- --:--:-- --:--:-- 47237 [2023-01-18T17:07:40.538Z] {"code":403,"message":"Access Denied"} [2023-01-18T17:07:40.538Z] [Pipeline] } [2023-01-18T17:07:40.544Z] 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-18T17:07:41.002Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T17:07:41.002Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:07:41.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T17:07:41.313Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T17:07:41.382Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T17:07:41.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T17:07:41.879Z] $ docker top 33ecd164e559d7992a5ddb61cb134d238c72099ae8d167b4e7e81bac782e2727 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T17:07:41.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T17:07:41.973Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T17:07:42.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T17:07:42.090Z] $ docker exec 33ecd164e559d7992a5ddb61cb134d238c72099ae8d167b4e7e81bac782e2727 ssh-agent [2023-01-18T17:07:42.214Z] SSH_AUTH_SOCK=/tmp/ssh-PyCzV6UC9AGl/agent.32 [2023-01-18T17:07:42.214Z] SSH_AGENT_PID=38 [2023-01-18T17:07:42.219Z] Running ssh-add (command line suppressed) [2023-01-18T17:07:42.327Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_6864469455569924798.key (/w/workspace/edgex-go/378@tmp/private_key_6864469455569924798.key) [2023-01-18T17:07:42.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T17:07:42.634Z] + git semver tag [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,802 [run_tag] DEBUG tag force:False [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,802 [check_head_tag] DEBUG check head tag [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,804 [execute] INFO git cat-file --batch-check [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,804 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/378, universal_newlines=False, shell=None, istream=) [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,808 [execute] INFO git cat-file --batch [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,808 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/378, universal_newlines=False, shell=None, istream=) [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,853 [read_version] DEBUG read version from /w/workspace/edgex-go/378/.semver/main [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,854 [execute] INFO git tag -a v3.0.0-dev.22 -m v3.0.0-dev.22 [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,854 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.22', '-m', 'v3.0.0-dev.22'], cwd=/w/workspace/edgex-go/378, universal_newlines=False, shell=None, istream=None) [2023-01-18T17:07:42.893Z] 2023-01-18 17:07:42,861 [read_version] DEBUG read version from /w/workspace/edgex-go/378/.semver/main [2023-01-18T17:07:42.893Z] 3.0.0-dev.22 [Pipeline] } [2023-01-18T17:07:42.900Z] $ docker exec --env ******** --env ******** 33ecd164e559d7992a5ddb61cb134d238c72099ae8d167b4e7e81bac782e2727 ssh-agent -k [2023-01-18T17:07:43.007Z] unset SSH_AUTH_SOCK; [2023-01-18T17:07:43.007Z] unset SSH_AGENT_PID; [2023-01-18T17:07:43.007Z] echo Agent pid 38 killed; [2023-01-18T17:07:43.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T17:07:43.332Z] + git semver [Pipeline] } [2023-01-18T17:07:43.600Z] $ docker stop --time=1 33ecd164e559d7992a5ddb61cb134d238c72099ae8d167b4e7e81bac782e2727 [2023-01-18T17:07:44.886Z] $ docker rm -f --volumes 33ecd164e559d7992a5ddb61cb134d238c72099ae8d167b4e7e81bac782e2727 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:07:45.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-18T17:07:45.275Z] [2023-01-18T17:07:45.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:07:45.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-18T17:07:45.581Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-18T17:07:45.581Z] ab5ef0e58194: Pulling fs layer [2023-01-18T17:07:45.581Z] 9712f1f96733: Pulling fs layer [2023-01-18T17:07:45.581Z] 63f879dbbcfc: Pulling fs layer [2023-01-18T17:07:45.581Z] 0d9ebad4ef96: Pulling fs layer [2023-01-18T17:07:45.581Z] e9a5061849ea: Pulling fs layer [2023-01-18T17:07:45.581Z] d747dcd14b5f: Pulling fs layer [2023-01-18T17:07:45.581Z] 2de7ff778b66: Pulling fs layer [2023-01-18T17:07:45.581Z] 0d9ebad4ef96: Waiting [2023-01-18T17:07:45.582Z] e9a5061849ea: Waiting [2023-01-18T17:07:45.582Z] d747dcd14b5f: Waiting [2023-01-18T17:07:45.582Z] 2de7ff778b66: Waiting [2023-01-18T17:07:45.582Z] 9712f1f96733: Download complete [2023-01-18T17:07:46.623Z] 63f879dbbcfc: Verifying Checksum [2023-01-18T17:07:46.623Z] 63f879dbbcfc: Download complete [2023-01-18T17:07:46.623Z] e9a5061849ea: Verifying Checksum [2023-01-18T17:07:46.623Z] e9a5061849ea: Download complete [2023-01-18T17:07:46.967Z] d747dcd14b5f: Verifying Checksum [2023-01-18T17:07:46.967Z] d747dcd14b5f: Download complete [2023-01-18T17:07:46.967Z] 0d9ebad4ef96: Verifying Checksum [2023-01-18T17:07:46.967Z] 0d9ebad4ef96: Download complete [2023-01-18T17:07:47.249Z] ab5ef0e58194: Verifying Checksum [2023-01-18T17:07:47.249Z] ab5ef0e58194: Download complete [2023-01-18T17:07:47.249Z] 2de7ff778b66: Download complete [2023-01-18T17:07:50.529Z] ab5ef0e58194: Pull complete [2023-01-18T17:07:50.529Z] 9712f1f96733: Pull complete [2023-01-18T17:07:50.790Z] 63f879dbbcfc: Pull complete [2023-01-18T17:07:54.970Z] 0d9ebad4ef96: Pull complete [2023-01-18T17:07:54.970Z] e9a5061849ea: Pull complete [2023-01-18T17:07:54.970Z] d747dcd14b5f: Pull complete [2023-01-18T17:07:56.340Z] 2de7ff778b66: Pull complete [2023-01-18T17:07:56.340Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-18T17:07:56.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-18T17:07:56.340Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T17:07:56.418Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T17:07:56.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T17:08:02.339Z] $ docker top 35c3d7d7449ca2ca842dca7176268f49f40674212a96b6bc28c49636a49ad2ca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-18T17:08:02.424Z] provisioning config files... [2023-01-18T17:08:02.431Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/378@tmp/config16976132470052764899tmp [2023-01-18T17:08:02.442Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/378@tmp/config1549456530441141756tmp [2023-01-18T17:08:02.449Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/378@tmp/config14773341648766623246tmp [Pipeline] { [Pipeline] echo [2023-01-18T17:08:02.463Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:02.744Z] ---> sigul-configuration.sh [2023-01-18T17:08:02.745Z] gpg: directory `/root/.gnupg' created [2023-01-18T17:08:02.745Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-18T17:08:02.745Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-18T17:08:02.745Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-18T17:08:02.745Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-18T17:08:02.745Z] gpg: CAST5 encrypted data [2023-01-18T17:08:02.745Z] gpg: encrypted with 1 passphrase [2023-01-18T17:08:02.745Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-18T17:08:03.032Z] + mkdir /home/jenkins [2023-01-18T17:08:03.032Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-18T17:08:03.316Z] + 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-18T17:08:03.324Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:03.607Z] ---> sigul-install.sh [2023-01-18T17:08:03.608Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-18T17:08:03.893Z] + git tag --list [2023-01-18T17:08:03.893Z] 0.6.0 [2023-01-18T17:08:03.893Z] 0.6.1 [2023-01-18T17:08:03.893Z] 0.7.0 [2023-01-18T17:08:03.893Z] 0.7.1 [2023-01-18T17:08:03.893Z] v1.0.0 [2023-01-18T17:08:03.893Z] v1.0.1 [2023-01-18T17:08:03.893Z] v1.1.0 [2023-01-18T17:08:03.893Z] v1.2.0 [2023-01-18T17:08:03.893Z] v1.2.1 [2023-01-18T17:08:03.893Z] v1.3.0 [2023-01-18T17:08:03.893Z] v1.3.1 [2023-01-18T17:08:03.893Z] v2.0.0 [2023-01-18T17:08:03.893Z] v2.1.0 [2023-01-18T17:08:03.893Z] v2.1.1 [2023-01-18T17:08:03.893Z] v2.1.1-dev.1 [2023-01-18T17:08:03.893Z] v2.1.1-dev.2 [2023-01-18T17:08:03.893Z] v2.1.1-dev.3 [2023-01-18T17:08:03.893Z] v2.1.1-dev.4 [2023-01-18T17:08:03.893Z] v2.1.1-dev.5 [2023-01-18T17:08:03.893Z] v2.1.1-dev.6 [2023-01-18T17:08:03.893Z] v2.1.1-dev.7 [2023-01-18T17:08:03.893Z] v2.1.1-dev.8 [2023-01-18T17:08:03.893Z] v2.1.2-dev.1 [2023-01-18T17:08:03.893Z] v2.2.0 [2023-01-18T17:08:03.893Z] v2.2.1-dev.1 [2023-01-18T17:08:03.893Z] v2.2.1-dev.10 [2023-01-18T17:08:03.893Z] v2.2.1-dev.11 [2023-01-18T17:08:03.893Z] v2.2.1-dev.12 [2023-01-18T17:08:03.893Z] v2.2.1-dev.13 [2023-01-18T17:08:03.893Z] v2.2.1-dev.14 [2023-01-18T17:08:03.893Z] v2.2.1-dev.15 [2023-01-18T17:08:03.893Z] v2.2.1-dev.16 [2023-01-18T17:08:03.893Z] v2.2.1-dev.17 [2023-01-18T17:08:03.893Z] v2.2.1-dev.18 [2023-01-18T17:08:03.893Z] v2.2.1-dev.19 [2023-01-18T17:08:03.893Z] v2.2.1-dev.2 [2023-01-18T17:08:03.893Z] v2.2.1-dev.20 [2023-01-18T17:08:03.893Z] v2.2.1-dev.21 [2023-01-18T17:08:03.893Z] v2.2.1-dev.22 [2023-01-18T17:08:03.893Z] v2.2.1-dev.23 [2023-01-18T17:08:03.893Z] v2.2.1-dev.24 [2023-01-18T17:08:03.893Z] v2.2.1-dev.25 [2023-01-18T17:08:03.893Z] v2.2.1-dev.26 [2023-01-18T17:08:03.893Z] v2.2.1-dev.27 [2023-01-18T17:08:03.893Z] v2.2.1-dev.28 [2023-01-18T17:08:03.893Z] v2.2.1-dev.29 [2023-01-18T17:08:03.893Z] v2.2.1-dev.3 [2023-01-18T17:08:03.893Z] v2.2.1-dev.4 [2023-01-18T17:08:03.893Z] v2.2.1-dev.5 [2023-01-18T17:08:03.893Z] v2.2.1-dev.6 [2023-01-18T17:08:03.893Z] v2.2.1-dev.7 [2023-01-18T17:08:03.893Z] v2.2.1-dev.8 [2023-01-18T17:08:03.893Z] v2.2.1-dev.9 [2023-01-18T17:08:03.893Z] v2.3.0 [2023-01-18T17:08:03.893Z] v2.3.0-dev.100 [2023-01-18T17:08:03.893Z] v2.3.0-dev.101 [2023-01-18T17:08:03.893Z] v2.3.0-dev.102 [2023-01-18T17:08:03.893Z] v2.3.0-dev.103 [2023-01-18T17:08:03.893Z] v2.3.0-dev.104 [2023-01-18T17:08:03.893Z] v2.3.0-dev.105 [2023-01-18T17:08:03.893Z] v2.3.0-dev.106 [2023-01-18T17:08:03.893Z] v2.3.0-dev.29 [2023-01-18T17:08:03.893Z] v2.3.0-dev.30 [2023-01-18T17:08:03.893Z] v2.3.0-dev.31 [2023-01-18T17:08:03.893Z] v2.3.0-dev.32 [2023-01-18T17:08:03.893Z] v2.3.0-dev.33 [2023-01-18T17:08:03.893Z] v2.3.0-dev.34 [2023-01-18T17:08:03.893Z] v2.3.0-dev.35 [2023-01-18T17:08:03.893Z] v2.3.0-dev.36 [2023-01-18T17:08:03.893Z] v2.3.0-dev.37 [2023-01-18T17:08:03.893Z] v2.3.0-dev.38 [2023-01-18T17:08:03.893Z] v2.3.0-dev.39 [2023-01-18T17:08:03.893Z] v2.3.0-dev.40 [2023-01-18T17:08:03.893Z] v2.3.0-dev.41 [2023-01-18T17:08:03.893Z] v2.3.0-dev.42 [2023-01-18T17:08:03.893Z] v2.3.0-dev.43 [2023-01-18T17:08:03.893Z] v2.3.0-dev.44 [2023-01-18T17:08:03.893Z] v2.3.0-dev.45 [2023-01-18T17:08:03.893Z] v2.3.0-dev.46 [2023-01-18T17:08:03.893Z] v2.3.0-dev.47 [2023-01-18T17:08:03.893Z] v2.3.0-dev.48 [2023-01-18T17:08:03.893Z] v2.3.0-dev.49 [2023-01-18T17:08:03.893Z] v2.3.0-dev.50 [2023-01-18T17:08:03.893Z] v2.3.0-dev.51 [2023-01-18T17:08:03.893Z] v2.3.0-dev.52 [2023-01-18T17:08:03.893Z] v2.3.0-dev.53 [2023-01-18T17:08:03.893Z] v2.3.0-dev.54 [2023-01-18T17:08:03.893Z] v2.3.0-dev.55 [2023-01-18T17:08:03.893Z] v2.3.0-dev.56 [2023-01-18T17:08:03.893Z] v2.3.0-dev.57 [2023-01-18T17:08:03.893Z] v2.3.0-dev.58 [2023-01-18T17:08:03.893Z] v2.3.0-dev.59 [2023-01-18T17:08:03.893Z] v2.3.0-dev.60 [2023-01-18T17:08:03.893Z] v2.3.0-dev.61 [2023-01-18T17:08:03.893Z] v2.3.0-dev.62 [2023-01-18T17:08:03.893Z] v2.3.0-dev.63 [2023-01-18T17:08:03.893Z] v2.3.0-dev.64 [2023-01-18T17:08:03.893Z] v2.3.0-dev.65 [2023-01-18T17:08:03.893Z] v2.3.0-dev.66 [2023-01-18T17:08:03.893Z] v2.3.0-dev.67 [2023-01-18T17:08:03.893Z] v2.3.0-dev.68 [2023-01-18T17:08:03.893Z] v2.3.0-dev.69 [2023-01-18T17:08:03.893Z] v2.3.0-dev.70 [2023-01-18T17:08:03.893Z] v2.3.0-dev.71 [2023-01-18T17:08:03.893Z] v2.3.0-dev.72 [2023-01-18T17:08:03.893Z] v2.3.0-dev.73 [2023-01-18T17:08:03.893Z] v2.3.0-dev.74 [2023-01-18T17:08:03.893Z] v2.3.0-dev.75 [2023-01-18T17:08:03.893Z] v2.3.0-dev.76 [2023-01-18T17:08:03.893Z] v2.3.0-dev.77 [2023-01-18T17:08:03.893Z] v2.3.0-dev.78 [2023-01-18T17:08:03.893Z] v2.3.0-dev.79 [2023-01-18T17:08:03.893Z] v2.3.0-dev.80 [2023-01-18T17:08:03.893Z] v2.3.0-dev.81 [2023-01-18T17:08:03.893Z] v2.3.0-dev.82 [2023-01-18T17:08:03.893Z] v2.3.0-dev.83 [2023-01-18T17:08:03.893Z] v2.3.0-dev.84 [2023-01-18T17:08:03.893Z] v2.3.0-dev.85 [2023-01-18T17:08:03.893Z] v2.3.0-dev.86 [2023-01-18T17:08:03.893Z] v2.3.0-dev.87 [2023-01-18T17:08:03.893Z] v2.3.0-dev.88 [2023-01-18T17:08:03.893Z] v2.3.0-dev.89 [2023-01-18T17:08:03.893Z] v2.3.0-dev.90 [2023-01-18T17:08:03.893Z] v2.3.0-dev.91 [2023-01-18T17:08:03.893Z] v2.3.0-dev.92 [2023-01-18T17:08:03.893Z] v2.3.0-dev.93 [2023-01-18T17:08:03.893Z] v2.3.0-dev.94 [2023-01-18T17:08:03.893Z] v2.3.0-dev.95 [2023-01-18T17:08:03.893Z] v2.3.0-dev.96 [2023-01-18T17:08:03.893Z] v2.3.0-dev.97 [2023-01-18T17:08:03.893Z] v2.3.0-dev.98 [2023-01-18T17:08:03.893Z] v2.3.0-dev.99 [2023-01-18T17:08:03.893Z] v2.3.1-dev.1 [2023-01-18T17:08:03.893Z] v2.3.1-dev.2 [2023-01-18T17:08:03.893Z] v2.3.1-dev.3 [2023-01-18T17:08:03.893Z] v2.3.1-dev.4 [2023-01-18T17:08:03.893Z] v2.3.1-dev.5 [2023-01-18T17:08:03.893Z] v3.0.0-dev.1 [2023-01-18T17:08:03.893Z] v3.0.0-dev.10 [2023-01-18T17:08:03.893Z] v3.0.0-dev.11 [2023-01-18T17:08:03.893Z] v3.0.0-dev.12 [2023-01-18T17:08:03.893Z] v3.0.0-dev.13 [2023-01-18T17:08:03.893Z] v3.0.0-dev.14 [2023-01-18T17:08:03.893Z] v3.0.0-dev.15 [2023-01-18T17:08:03.893Z] v3.0.0-dev.16 [2023-01-18T17:08:03.893Z] v3.0.0-dev.17 [2023-01-18T17:08:03.893Z] v3.0.0-dev.18 [2023-01-18T17:08:03.893Z] v3.0.0-dev.19 [2023-01-18T17:08:03.893Z] v3.0.0-dev.2 [2023-01-18T17:08:03.893Z] v3.0.0-dev.20 [2023-01-18T17:08:03.893Z] v3.0.0-dev.21 [2023-01-18T17:08:03.893Z] v3.0.0-dev.22 [2023-01-18T17:08:03.893Z] v3.0.0-dev.3 [2023-01-18T17:08:03.893Z] v3.0.0-dev.4 [2023-01-18T17:08:03.893Z] v3.0.0-dev.5 [2023-01-18T17:08:03.893Z] v3.0.0-dev.6 [2023-01-18T17:08:03.893Z] v3.0.0-dev.7 [2023-01-18T17:08:03.893Z] v3.0.0-dev.8 [2023-01-18T17:08:03.893Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-18T17:08:04.176Z] + lftools sign git-tag v3.0.0-dev.22 [2023-01-18T17:08:04.746Z] Signing Git tag with Sigul... [2023-01-18T17:08:04.746Z] Signing v3.0.0-dev.22 [Pipeline] echo [2023-01-18T17:08:05.324Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:05.606Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-18T17:08:05.614Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-18T17:08:05.632Z] $ docker stop --time=1 35c3d7d7449ca2ca842dca7176268f49f40674212a96b6bc28c49636a49ad2ca [2023-01-18T17:08:07.175Z] $ docker rm -f --volumes 35c3d7d7449ca2ca842dca7176268f49f40674212a96b6bc28c49636a49ad2ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-18T17:08:07.641Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T17:08:07.641Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:08:07.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T17:08:07.946Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T17:08:08.018Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T17:08:08.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T17:08:08.383Z] $ docker top 9ba5cb7c8c617e4d055d7eb6c8f664338655e8d3512e48672858f5f265a44a6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T17:08:08.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T17:08:08.469Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T17:08:08.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T17:08:08.593Z] $ docker exec 9ba5cb7c8c617e4d055d7eb6c8f664338655e8d3512e48672858f5f265a44a6a ssh-agent [2023-01-18T17:08:08.704Z] SSH_AUTH_SOCK=/tmp/ssh-xh226dX2UNqs/agent.32 [2023-01-18T17:08:08.704Z] SSH_AGENT_PID=38 [2023-01-18T17:08:08.709Z] Running ssh-add (command line suppressed) [2023-01-18T17:08:08.801Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_11411911171799955432.key (/w/workspace/edgex-go/378@tmp/private_key_11411911171799955432.key) [2023-01-18T17:08:08.817Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T17:08:09.097Z] + git semver bump pre [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,253 [read_version] DEBUG read version from /w/workspace/edgex-go/378/.semver/main [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,253 [bump_version] DEBUG bumping version:3.0.0-dev.22 on axis:pre with prefix:dev [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,253 [bump_version] DEBUG bumped version:3.0.0-dev.23 [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,253 [write_version] DEBUG write version:3.0.0-dev.23 to path:/w/workspace/edgex-go/378/.semver/main with force:True [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,253 [read_version] DEBUG read version from /w/workspace/edgex-go/378/.semver/main [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,253 [write_file] DEBUG write to file:/w/workspace/edgex-go/378/.semver/main [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,256 [execute] INFO git cat-file --batch-check [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,256 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/378/.semver, universal_newlines=False, shell=None, istream=) [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,262 [execute] INFO git cat-file --batch [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,262 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/378/.semver, universal_newlines=False, shell=None, istream=) [2023-01-18T17:08:09.357Z] 2023-01-18 17:08:09,268 [read_version] DEBUG read version from /w/workspace/edgex-go/378/.semver/main [2023-01-18T17:08:09.357Z] 3.0.0-dev.23 [Pipeline] } [2023-01-18T17:08:09.364Z] $ docker exec --env ******** --env ******** 9ba5cb7c8c617e4d055d7eb6c8f664338655e8d3512e48672858f5f265a44a6a ssh-agent -k [2023-01-18T17:08:09.468Z] unset SSH_AUTH_SOCK; [2023-01-18T17:08:09.469Z] unset SSH_AGENT_PID; [2023-01-18T17:08:09.469Z] echo Agent pid 38 killed; [2023-01-18T17:08:09.483Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T17:08:09.776Z] + git semver [Pipeline] } [2023-01-18T17:08:10.055Z] $ docker stop --time=1 9ba5cb7c8c617e4d055d7eb6c8f664338655e8d3512e48672858f5f265a44a6a [2023-01-18T17:08:11.335Z] $ docker rm -f --volumes 9ba5cb7c8c617e4d055d7eb6c8f664338655e8d3512e48672858f5f265a44a6a [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T17:08:11.706Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T17:08:11.706Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:08:12.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T17:08:12.004Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T17:08:12.082Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T17:08:12.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T17:08:12.452Z] $ docker top 1afd7802edd2ebdc21d75e5f2b6a1e40a3d170da3e221727df72aac93217bb74 -eo pid,comm [2023-01-18T17:08:12.498Z] 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-18T17:08:12.498Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T17:08:12.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T17:08:12.533Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T17:08:12.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T17:08:12.653Z] $ docker exec 1afd7802edd2ebdc21d75e5f2b6a1e40a3d170da3e221727df72aac93217bb74 ssh-agent [2023-01-18T17:08:12.769Z] SSH_AUTH_SOCK=/tmp/ssh-kTObybyzAhdF/agent.32 [2023-01-18T17:08:12.769Z] SSH_AGENT_PID=38 [2023-01-18T17:08:12.774Z] Running ssh-add (command line suppressed) [2023-01-18T17:08:12.901Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_14456087706391448144.key (/w/workspace/edgex-go/378@tmp/private_key_14456087706391448144.key) [2023-01-18T17:08:12.938Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T17:08:13.232Z] + git semver push [2023-01-18T17:08:13.491Z] 2023-01-18 17:08:13,407 [run_push] DEBUG push [2023-01-18T17:08:13.491Z] 2023-01-18 17:08:13,408 [execute] INFO git cat-file --batch-check [2023-01-18T17:08:13.491Z] 2023-01-18 17:08:13,408 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/378/.semver, universal_newlines=False, shell=None, istream=) [2023-01-18T17:08:13.491Z] 2023-01-18 17:08:13,411 [execute] INFO git rev-list d7febbc0e726a0bfc89de5b9fe5d0de9b1956a2c -- [2023-01-18T17:08:13.491Z] 2023-01-18 17:08:13,412 [execute] DEBUG Popen(['git', 'rev-list', 'd7febbc0e726a0bfc89de5b9fe5d0de9b1956a2c', '--'], cwd=/w/workspace/edgex-go/378/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-18T17:08:13.491Z] 2023-01-18 17:08:13,428 [execute] INFO git fetch -v origin [2023-01-18T17:08:13.491Z] 2023-01-18 17:08:13,428 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/378/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-18T17:08:14.058Z] 2023-01-18 17:08:13,894 [run_push] DEBUG no remote changes detected [2023-01-18T17:08:14.058Z] 2023-01-18 17:08:13,894 [execute] INFO git push origin semver [2023-01-18T17:08:14.058Z] 2023-01-18 17:08:13,895 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/378/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-18T17:08:14.994Z] 2023-01-18 17:08:14,835 [run_push] DEBUG push all version tags [2023-01-18T17:08:14.994Z] 2023-01-18 17:08:14,836 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-18T17:08:14.994Z] 2023-01-18 17:08:14,836 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/378, universal_newlines=False, shell=None, istream=None) [2023-01-18T17:08:15.932Z] 2023-01-18 17:08:15,802 [read_version] DEBUG read version from /w/workspace/edgex-go/378/.semver/main [2023-01-18T17:08:15.932Z] 3.0.0-dev.23 [Pipeline] } [2023-01-18T17:08:15.940Z] $ docker exec --env ******** --env ******** 1afd7802edd2ebdc21d75e5f2b6a1e40a3d170da3e221727df72aac93217bb74 ssh-agent -k [2023-01-18T17:08:16.029Z] unset SSH_AUTH_SOCK; [2023-01-18T17:08:16.030Z] unset SSH_AGENT_PID; [2023-01-18T17:08:16.030Z] echo Agent pid 38 killed; [2023-01-18T17:08:16.043Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T17:08:16.345Z] + git semver [Pipeline] } [2023-01-18T17:08:16.614Z] $ docker stop --time=1 1afd7802edd2ebdc21d75e5f2b6a1e40a3d170da3e221727df72aac93217bb74 [2023-01-18T17:08:17.894Z] $ docker rm -f --volumes 1afd7802edd2ebdc21d75e5f2b6a1e40a3d170da3e221727df72aac93217bb74 [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-18T17:08:18.410Z] + [ -d /w/workspace/edgex-go/378/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:18.700Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:19.573Z] ---> package-listing.sh [2023-01-18T17:08:19.573Z] ++ facter osfamily [2023-01-18T17:08:19.573Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-18T17:08:19.833Z] + OS_FAMILY=debian [2023-01-18T17:08:19.833Z] + workspace=/w/workspace/edgex-go/378 [2023-01-18T17:08:19.833Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-18T17:08:19.833Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-18T17:08:19.833Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-18T17:08:19.833Z] + PACKAGES=/tmp/packages_start.txt [2023-01-18T17:08:19.833Z] + '[' /w/workspace/edgex-go/378 ']' [2023-01-18T17:08:19.833Z] + PACKAGES=/tmp/packages_end.txt [2023-01-18T17:08:19.833Z] + case "${OS_FAMILY}" in [2023-01-18T17:08:19.833Z] + dpkg -l [2023-01-18T17:08:19.833Z] + grep '^ii' [2023-01-18T17:08:19.833Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-18T17:08:19.833Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-18T17:08:19.833Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-18T17:08:19.833Z] + '[' /w/workspace/edgex-go/378 ']' [2023-01-18T17:08:19.833Z] + mkdir -p /w/workspace/edgex-go/378/archives/ [2023-01-18T17:08:19.833Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/378/archives/ [Pipeline] echo [2023-01-18T17:08:19.845Z] 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/378/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-18T17:08:20.123Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:08:20.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T17:08:20.677Z] [2023-01-18T17:08:20.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T17:08:20.977Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T17:08:20.977Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-18T17:08:20.977Z] 5eb5b503b376: Pulling fs layer [2023-01-18T17:08:20.977Z] 5c69ac0246d0: Pulling fs layer [2023-01-18T17:08:20.977Z] ec43610c2a17: Pulling fs layer [2023-01-18T17:08:20.977Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-18T17:08:20.977Z] 33b1e0a273af: Pulling fs layer [2023-01-18T17:08:20.977Z] 5d3b04190fa2: Pulling fs layer [2023-01-18T17:08:20.977Z] 2f39f015ded8: Pulling fs layer [2023-01-18T17:08:20.977Z] 3a2ae6a8a46f: Waiting [2023-01-18T17:08:20.977Z] 33b1e0a273af: Waiting [2023-01-18T17:08:20.977Z] 5d3b04190fa2: Waiting [2023-01-18T17:08:20.977Z] 2f39f015ded8: Waiting [2023-01-18T17:08:20.977Z] 5c69ac0246d0: Download complete [2023-01-18T17:08:20.977Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-18T17:08:20.977Z] 3a2ae6a8a46f: Download complete [2023-01-18T17:08:21.244Z] 33b1e0a273af: Verifying Checksum [2023-01-18T17:08:21.244Z] 33b1e0a273af: Download complete [2023-01-18T17:08:21.244Z] 5d3b04190fa2: Download complete [2023-01-18T17:08:21.244Z] ec43610c2a17: Verifying Checksum [2023-01-18T17:08:21.244Z] ec43610c2a17: Download complete [2023-01-18T17:08:21.506Z] 5eb5b503b376: Download complete [2023-01-18T17:08:22.073Z] 2f39f015ded8: Download complete [2023-01-18T17:08:22.639Z] 5eb5b503b376: Pull complete [2023-01-18T17:08:22.898Z] 5c69ac0246d0: Pull complete [2023-01-18T17:08:23.157Z] ec43610c2a17: Pull complete [2023-01-18T17:08:23.416Z] 3a2ae6a8a46f: Pull complete [2023-01-18T17:08:23.416Z] 33b1e0a273af: Pull complete [2023-01-18T17:08:23.673Z] 5d3b04190fa2: Pull complete [2023-01-18T17:08:27.859Z] 2f39f015ded8: Pull complete [2023-01-18T17:08:27.859Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-18T17:08:27.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T17:08:27.859Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T17:08:27.994Z] prd-ubuntu20.04-docker-8c-8g-2965 does not seem to be running inside a container [2023-01-18T17:08:28.058Z] $ 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/378/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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-18T17:08:32.674Z] $ docker top e6668a282b842981f0f84b58d1e59ded7606c958405f21888b9df29aed45fbb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T17:08:33.006Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-18T17:08:33.290Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-18T17:08:33.575Z] + ls /var/log/sa-host [2023-01-18T17:08:33.575Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T17:08:33.725Z] provisioning config files... [2023-01-18T17:08:33.733Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/378@tmp/config16593179133779761087tmp [Pipeline] { [Pipeline] echo [2023-01-18T17:08:33.744Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:34.027Z] ---> create-netrc.sh [Pipeline] } [2023-01-18T17:08:34.033Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:34.354Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-18T17:08:34.361Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:34.642Z] ---> sudo-logs.sh [2023-01-18T17:08:34.642Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-18T17:08:34.659Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:34.940Z] ---> job-cost.sh [2023-01-18T17:08:34.940Z] lf-activate-venv: SKIPPING [2023-01-18T17:08:34.940Z] DEBUG: total: 0.10999999940395355 [2023-01-18T17:08:34.940Z] INFO: Retrieving Stack Cost... [2023-01-18T17:08:35.507Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-18T17:08:35.766Z] INFO: Archiving Costs [Pipeline] echo [2023-01-18T17:08:35.778Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T17:08:36.059Z] ---> logs-deploy.sh [2023-01-18T17:08:36.059Z] lf-activate-venv: SKIPPING [2023-01-18T17:08:36.059Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/378 [2023-01-18T17:08:36.059Z] INFO: archiving workspace using pattern(s): [2023-01-18T17:08:36.995Z] Archives upload complete. [2023-01-18T17:08:36.995Z] INFO: archiving logs to Nexus