Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9347108a609dd459f88553db2d4ce562ddd577d6 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-ssh17066285435836908452.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-ssh18136414469175580753.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-ssh6392812702676362884.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-ssh618193764622440151.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-ssh13378657046997300112.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6238 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/414 [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/414 # 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 > 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 Avoid second fetch Checking out Revision 9347108a609dd459f88553db2d4ce562ddd577d6 (main) Commit message: "Merge pull request #4365 from lenny-intel/core-topic" > git config core.sparsecheckout # timeout=10 > git checkout -f 9347108a609dd459f88553db2d4ce562ddd577d6 # timeout=10 > git rev-list --no-walk 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-16T02:33:08.925Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-16T02:33:08.963Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-16T02:33:08.977Z] ========================================================= [2023-02-16T02:33:08.977Z] EdgeX Global Pipelines Version Info [2023-02-16T02:33:08.977Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-16T02:33:09.702Z] ------------------- [2023-02-16T02:33:09.702Z] stable info: [2023-02-16T02:33:09.702Z] ------------------- [2023-02-16T02:33:09.702Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-16T02:33:09.702Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T02:33:09.702Z] Message: update stable to v1.0.244 [2023-02-16T02:33:10.272Z] ------------------- [2023-02-16T02:33:10.272Z] experimental info: [2023-02-16T02:33:10.272Z] ------------------- [2023-02-16T02:33:10.272Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-16T02:33:10.272Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T02:33:10.272Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-16T02:33:10.433Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-16T02:33:10.441Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-16T02:33:10.448Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-16T02:33:10.455Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-16T02:33:10.463Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-16T02:33:10.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-16T02:33:10.487Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-16T02:33:10.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-16T02:33:10.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-16T02:33:10.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-16T02:33:10.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-16T02:33:10.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-16T02:33:10.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-16T02:33:10.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-16T02:33:10.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-16T02:33:10.586Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T02:33:10.598Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T02:33:10.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-16T02:33:10.619Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-16T02:33:10.631Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-16T02:33:10.645Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-16T02:33:10.655Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-16T02:33:10.667Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-16T02:33:10.682Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-16T02:33:10.696Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-16T02:33:10.707Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-16T02:33:10.718Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] echo [2023-02-16T02:33:10.730Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9347108 [Pipeline] echo [2023-02-16T02:33:10.740Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T02:33:10.786Z] provisioning config files... [2023-02-16T02:33:10.801Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/414@tmp/config4180146943803726313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T02:33:11.116Z] ---> docker-login.sh [2023-02-16T02:33:11.116Z] nexus3.edgexfoundry.org:10001 [2023-02-16T02:33:11.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:33:11.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:33:11.377Z] Configure a credential helper to remove this warning. See [2023-02-16T02:33:11.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:33:11.377Z] [2023-02-16T02:33:11.377Z] Login Succeeded [2023-02-16T02:33:11.377Z] nexus3.edgexfoundry.org:10002 [2023-02-16T02:33:11.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:33:11.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:33:11.638Z] Configure a credential helper to remove this warning. See [2023-02-16T02:33:11.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:33:11.638Z] [2023-02-16T02:33:11.638Z] Login Succeeded [2023-02-16T02:33:11.638Z] nexus3.edgexfoundry.org:10003 [2023-02-16T02:33:11.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:33:11.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:33:11.638Z] Configure a credential helper to remove this warning. See [2023-02-16T02:33:11.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:33:11.638Z] [2023-02-16T02:33:11.638Z] Login Succeeded [2023-02-16T02:33:11.638Z] nexus3.edgexfoundry.org:10004 [2023-02-16T02:33:11.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:33:11.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:33:11.898Z] Configure a credential helper to remove this warning. See [2023-02-16T02:33:11.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:33:11.898Z] [2023-02-16T02:33:11.898Z] Login Succeeded [2023-02-16T02:33:11.898Z] docker.io [2023-02-16T02:33:11.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:33:12.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:33:12.157Z] Configure a credential helper to remove this warning. See [2023-02-16T02:33:12.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:33:12.157Z] [2023-02-16T02:33:12.157Z] Login Succeeded [2023-02-16T02:33:12.157Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T02:33:12.164Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T02:33:12.475Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/core-command/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/core-data/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-16T02:33:12.475Z] + + dirname cmd/core-metadata/Dockerfilecut [2023-02-16T02:33:12.475Z] -d/ -f2 [2023-02-16T02:33:12.475Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-16T02:33:12.475Z] + + dirname cmd/security-spire-agent/Dockerfile [2023-02-16T02:33:12.475Z] cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/support-notifications/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-16T02:33:12.475Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-16T02:33:12.475Z] + cut -d/ -f2 [2023-02-16T02:33:12.475Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-16T02:33:12.525Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-16T02:33:12.867Z] + git rev-list -1 --merges 9347108a609dd459f88553db2d4ce562ddd577d6~1..9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] echo [2023-02-16T02:33:12.887Z] -----------> git rev-list -1 --merges 9347108a609dd459f88553db2d4ce562ddd577d6~1..9347108a609dd459f88553db2d4ce562ddd577d6 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:33:12.887Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [false] [Pipeline] sh [2023-02-16T02:33:13.179Z] + git log --format=format:%s -1 9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] echo [2023-02-16T02:33:13.193Z] ========================================================= [2023-02-16T02:33:13.193Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-16T02:33:13.193Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-16T02:33:13.621Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T02:33:13.621Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-16T02:33:13.621Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-16T02:33:13.621Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-16T02:33:13.621Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-16T02:33:13.621Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-16T02:33:13.621Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:33:14.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T02:33:14.027Z] [2023-02-16T02:33:14.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:33:14.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T02:33:14.327Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-16T02:33:14.327Z] b85a868b505f: Pulling fs layer [2023-02-16T02:33:14.327Z] e2be974225ed: Pulling fs layer [2023-02-16T02:33:14.327Z] 339a4e72a1f5: Pulling fs layer [2023-02-16T02:33:14.327Z] 988bab9f4d93: Pulling fs layer [2023-02-16T02:33:14.327Z] 1469e6f7b9e6: Pulling fs layer [2023-02-16T02:33:14.327Z] eaf3925da568: Pulling fs layer [2023-02-16T02:33:14.327Z] bab4dde63d76: Pulling fs layer [2023-02-16T02:33:14.327Z] bde34c3a00c8: Pulling fs layer [2023-02-16T02:33:14.327Z] b352a97aabf1: Pulling fs layer [2023-02-16T02:33:14.327Z] 4872d77fe225: Pulling fs layer [2023-02-16T02:33:14.327Z] 5851b861e8e6: Pulling fs layer [2023-02-16T02:33:14.327Z] bab4dde63d76: Waiting [2023-02-16T02:33:14.327Z] bde34c3a00c8: Waiting [2023-02-16T02:33:14.327Z] b352a97aabf1: Waiting [2023-02-16T02:33:14.327Z] 4872d77fe225: Waiting [2023-02-16T02:33:14.327Z] 1469e6f7b9e6: Waiting [2023-02-16T02:33:14.327Z] 988bab9f4d93: Waiting [2023-02-16T02:33:14.327Z] 5851b861e8e6: Waiting [2023-02-16T02:33:14.327Z] e2be974225ed: Verifying Checksum [2023-02-16T02:33:14.327Z] e2be974225ed: Download complete [2023-02-16T02:33:14.327Z] 988bab9f4d93: Verifying Checksum [2023-02-16T02:33:14.327Z] 988bab9f4d93: Download complete [2023-02-16T02:33:14.591Z] 1469e6f7b9e6: Verifying Checksum [2023-02-16T02:33:14.591Z] 1469e6f7b9e6: Download complete [2023-02-16T02:33:14.591Z] eaf3925da568: Verifying Checksum [2023-02-16T02:33:14.591Z] eaf3925da568: Download complete [2023-02-16T02:33:14.591Z] 339a4e72a1f5: Verifying Checksum [2023-02-16T02:33:14.591Z] 339a4e72a1f5: Download complete [2023-02-16T02:33:14.591Z] bde34c3a00c8: Download complete [2023-02-16T02:33:14.591Z] b352a97aabf1: Verifying Checksum [2023-02-16T02:33:14.591Z] b352a97aabf1: Download complete [2023-02-16T02:33:14.591Z] 4872d77fe225: Verifying Checksum [2023-02-16T02:33:14.591Z] 4872d77fe225: Download complete [2023-02-16T02:33:14.591Z] 5851b861e8e6: Download complete [2023-02-16T02:33:14.851Z] b85a868b505f: Verifying Checksum [2023-02-16T02:33:14.851Z] b85a868b505f: Download complete [2023-02-16T02:33:15.109Z] bab4dde63d76: Verifying Checksum [2023-02-16T02:33:15.109Z] bab4dde63d76: Download complete [2023-02-16T02:33:16.044Z] b85a868b505f: Pull complete [2023-02-16T02:33:16.044Z] e2be974225ed: Pull complete [2023-02-16T02:33:16.304Z] 339a4e72a1f5: Pull complete [2023-02-16T02:33:16.562Z] 988bab9f4d93: Pull complete [2023-02-16T02:33:16.821Z] 1469e6f7b9e6: Pull complete [2023-02-16T02:33:16.821Z] eaf3925da568: Pull complete [2023-02-16T02:33:18.722Z] bab4dde63d76: Pull complete [2023-02-16T02:33:18.722Z] bde34c3a00c8: Pull complete [2023-02-16T02:33:18.722Z] b352a97aabf1: Pull complete [2023-02-16T02:33:18.722Z] 4872d77fe225: Pull complete [2023-02-16T02:33:18.722Z] 5851b861e8e6: Pull complete [2023-02-16T02:33:18.722Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-16T02:33:18.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T02:33:18.722Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:33:18.799Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T02:33:18.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T02:33:20.215Z] $ docker top a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 -eo pid,comm [2023-02-16T02:33:20.271Z] 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-02-16T02:33:20.271Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T02:33:20.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T02:33:20.309Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T02:33:20.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T02:33:20.427Z] $ docker exec a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 ssh-agent [2023-02-16T02:33:20.523Z] SSH_AUTH_SOCK=/tmp/ssh-apx1eT0gFSO4/agent.32 [2023-02-16T02:33:20.523Z] SSH_AGENT_PID=38 [2023-02-16T02:33:20.528Z] Running ssh-add (command line suppressed) [2023-02-16T02:33:20.631Z] Identity added: /w/workspace/edgex-go/414@tmp/private_key_16100894157425279530.key (/w/workspace/edgex-go/414@tmp/private_key_16100894157425279530.key) [2023-02-16T02:33:20.641Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T02:33:20.925Z] + git tag --points-at HEAD [Pipeline] } [2023-02-16T02:33:20.944Z] $ docker exec --env ******** --env ******** a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 ssh-agent -k [2023-02-16T02:33:21.032Z] unset SSH_AUTH_SOCK; [2023-02-16T02:33:21.032Z] unset SSH_AGENT_PID; [2023-02-16T02:33:21.032Z] echo Agent pid 38 killed; [2023-02-16T02:33:21.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-16T02:33:21.065Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T02:33:21.065Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T02:33:21.166Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T02:33:21.171Z] $ docker exec a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 ssh-agent [2023-02-16T02:33:21.286Z] SSH_AUTH_SOCK=/tmp/ssh-ztIxwFEcSWbm/agent.70 [2023-02-16T02:33:21.286Z] SSH_AGENT_PID=76 [2023-02-16T02:33:21.290Z] Running ssh-add (command line suppressed) [2023-02-16T02:33:21.394Z] Identity added: /w/workspace/edgex-go/414@tmp/private_key_8232567241672634383.key (/w/workspace/edgex-go/414@tmp/private_key_8232567241672634383.key) [2023-02-16T02:33:21.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T02:33:21.691Z] + git semver init [2023-02-16T02:33:21.950Z] 2023-02-16 02:33:21,863 [run_init] DEBUG init version:0.0.0 force:False [2023-02-16T02:33:21.950Z] 2023-02-16 02:33:21,864 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/414/.semver [2023-02-16T02:33:21.950Z] 2023-02-16 02:33:21,864 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/414/.semver [2023-02-16T02:33:21.950Z] 2023-02-16 02:33:21,864 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/414/.semver'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=None) [2023-02-16T02:33:27.283Z] 2023-02-16 02:33:26,464 [append_file] DEBUG append to file:/w/workspace/edgex-go/414/.git/info/exclude [2023-02-16T02:33:27.283Z] 2023-02-16 02:33:26,464 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/414/.semver/main with force:False [2023-02-16T02:33:27.283Z] 2023-02-16 02:33:26,465 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main [2023-02-16T02:33:27.283Z] 2023-02-16 02:33:26,465 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main [2023-02-16T02:33:27.283Z] 3.0.0-dev.53 [Pipeline] } [2023-02-16T02:33:27.295Z] $ docker exec --env ******** --env ******** a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 ssh-agent -k [2023-02-16T02:33:27.389Z] unset SSH_AUTH_SOCK; [2023-02-16T02:33:27.389Z] unset SSH_AGENT_PID; [2023-02-16T02:33:27.390Z] echo Agent pid 76 killed; [2023-02-16T02:33:27.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T02:33:27.697Z] + git semver [Pipeline] } [2023-02-16T02:33:27.970Z] $ docker stop --time=1 a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 [2023-02-16T02:33:29.277Z] $ docker rm -f --volumes a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T02:33:29.611Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-16T02:33:29.820Z] Stashed 1 file(s) [Pipeline] echo [2023-02-16T02:33:29.823Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.53 [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-02-16T02:33:30.220Z] + git config --global --add safe.directory /w/workspace/edgex-go/414 [Pipeline] echo [2023-02-16T02:33:30.233Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T02:33:30.245Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T02:33:30.253Z] ========================================================= [2023-02-16T02:33:30.253Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-16T02:33:30.253Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-16T02:33:30.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T02:33:30.540Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-16T02:33:30.540Z] 213ec9aee27d: Pulling fs layer [2023-02-16T02:33:30.540Z] 4583459ba037: Pulling fs layer [2023-02-16T02:33:30.540Z] 93c1e223e6f2: Pulling fs layer [2023-02-16T02:33:30.540Z] 53926ce57604: Pulling fs layer [2023-02-16T02:33:30.540Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-16T02:33:30.540Z] 22ff95d597cd: Pulling fs layer [2023-02-16T02:33:30.540Z] 12d6caf4c0d1: Pulling fs layer [2023-02-16T02:33:30.540Z] 96b7cbca73a9: Pulling fs layer [2023-02-16T02:33:30.540Z] a7acece74701: Pulling fs layer [2023-02-16T02:33:30.540Z] 53926ce57604: Waiting [2023-02-16T02:33:30.540Z] 21b2b0c7a3f4: Waiting [2023-02-16T02:33:30.540Z] 22ff95d597cd: Waiting [2023-02-16T02:33:30.540Z] 96b7cbca73a9: Waiting [2023-02-16T02:33:30.540Z] a7acece74701: Waiting [2023-02-16T02:33:30.540Z] 12d6caf4c0d1: Waiting [2023-02-16T02:33:30.540Z] 93c1e223e6f2: Verifying Checksum [2023-02-16T02:33:30.540Z] 93c1e223e6f2: Download complete [2023-02-16T02:33:30.540Z] 4583459ba037: Verifying Checksum [2023-02-16T02:33:30.540Z] 4583459ba037: Download complete [2023-02-16T02:33:30.540Z] 21b2b0c7a3f4: Download complete [2023-02-16T02:33:30.540Z] 22ff95d597cd: Verifying Checksum [2023-02-16T02:33:30.540Z] 22ff95d597cd: Download complete [2023-02-16T02:33:30.540Z] 213ec9aee27d: Verifying Checksum [2023-02-16T02:33:30.540Z] 213ec9aee27d: Download complete [2023-02-16T02:33:30.801Z] 12d6caf4c0d1: Verifying Checksum [2023-02-16T02:33:30.801Z] 12d6caf4c0d1: Download complete [2023-02-16T02:33:30.801Z] 213ec9aee27d: Pull complete [2023-02-16T02:33:31.072Z] 4583459ba037: Pull complete [2023-02-16T02:33:31.072Z] 93c1e223e6f2: Pull complete [2023-02-16T02:33:32.099Z] a7acece74701: Verifying Checksum [2023-02-16T02:33:32.099Z] a7acece74701: Download complete [2023-02-16T02:33:32.099Z] 53926ce57604: Verifying Checksum [2023-02-16T02:33:32.099Z] 53926ce57604: Download complete [2023-02-16T02:33:32.358Z] 96b7cbca73a9: Verifying Checksum [2023-02-16T02:33:32.358Z] 96b7cbca73a9: Download complete [2023-02-16T02:33:35.645Z] 53926ce57604: Pull complete [2023-02-16T02:33:35.645Z] 21b2b0c7a3f4: Pull complete [2023-02-16T02:33:35.645Z] 22ff95d597cd: Pull complete [2023-02-16T02:33:35.645Z] 12d6caf4c0d1: Pull complete [2023-02-16T02:33:37.560Z] 96b7cbca73a9: Pull complete [2023-02-16T02:33:38.495Z] a7acece74701: Pull complete [2023-02-16T02:33:38.495Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-16T02:33:38.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T02:33:38.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-16T02:33:38.789Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T02:33:38.789Z] WORKDIR /edgex [2023-02-16T02:33:38.789Z] COPY go.mod . [2023-02-16T02:33:38.789Z] RUN go mod download [2023-02-16T02:33:38.789Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-16T02:33:39.356Z] Sending build context to Docker daemon 170.3MB [2023-02-16T02:33:39.356Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T02:33:39.356Z] ---> db6d94c90886 [2023-02-16T02:33:39.356Z] Step 2/4 : WORKDIR /edgex [2023-02-16T02:33:41.267Z] ---> Running in 41062b965acc [2023-02-16T02:33:41.267Z] Removing intermediate container 41062b965acc [2023-02-16T02:33:41.267Z] ---> 2f40399274ba [2023-02-16T02:33:41.267Z] Step 3/4 : COPY go.mod . [2023-02-16T02:33:41.526Z] ---> d6e8f2bf4257 [2023-02-16T02:33:41.526Z] Step 4/4 : RUN go mod download [2023-02-16T02:33:41.526Z] ---> Running in 0db7f373e3f6 [2023-02-16T02:33:44.905Z] Still waiting to schedule task [2023-02-16T02:33:44.906Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-16T02:33:53.743Z] Removing intermediate container 0db7f373e3f6 [2023-02-16T02:33:53.743Z] ---> fc5e8e83ec4f [2023-02-16T02:33:53.743Z] Successfully built fc5e8e83ec4f [2023-02-16T02:33:53.743Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:33:54.044Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T02:33:54.044Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:33:54.111Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T02:33:54.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T02:33:54.487Z] $ docker top 231eb94a7d3ec5d2629f8b293801a137a698bc29070bbe271141483caf08ab72 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T02:33:54.827Z] + go version [2023-02-16T02:33:54.827Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-16T02:33:54.840Z] $ docker stop --time=1 231eb94a7d3ec5d2629f8b293801a137a698bc29070bbe271141483caf08ab72 [2023-02-16T02:33:56.124Z] $ docker rm -f --volumes 231eb94a7d3ec5d2629f8b293801a137a698bc29070bbe271141483caf08ab72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:33:56.536Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T02:33:56.536Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:33:56.611Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T02:33:56.649Z] $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T02:33:57.040Z] $ docker top f620d42d7ebbcdfb5b7948c36a22f6ea1c895c3d65a2eb953e5630f181287ca5 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-16T02:33:57.106Z] ========================================================= [2023-02-16T02:33:57.106Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-16T02:33:57.106Z] ========================================================= [Pipeline] sh [2023-02-16T02:33:57.384Z] + git config --global --add safe.directory /w/workspace/edgex-go/414 [Pipeline] fileExists [Pipeline] sh [2023-02-16T02:33:57.680Z] + make test [2023-02-16T02:33:57.680Z] go test -race -coverprofile=coverage.out ./... [2023-02-16T02:34:04.245Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-16T02:34:19.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-16T02:34:19.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-16T02:34:19.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.095s coverage: 98.5% of statements [2023-02-16T02:34:21.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.141s coverage: 73.7% of statements [2023-02-16T02:34:21.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-16T02:34:21.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-16T02:34:21.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-16T02:34:21.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.094s coverage: 54.0% of statements [2023-02-16T02:34:21.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-16T02:34:21.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.334s coverage: 88.5% of statements [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.077s coverage: 3.9% of statements [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.581s coverage: 95.6% of statements [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.058s coverage: 72.2% of statements [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.072s coverage: 65.9% of statements [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.083s coverage: 0.9% of statements [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 29.6% of statements [2023-02-16T02:34:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 82.9% of statements [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2023-02-16T02:34:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2023-02-16T02:34:27.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.058s coverage: 94.4% of statements [2023-02-16T02:34:27.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.359s coverage: 79.9% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.057s coverage: 20.0% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 77.4% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.0% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.2% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.1% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 65.3% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 41.0% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-16T02:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.135s coverage: 92.3% of statements [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-16T02:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-16T02:34:45.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-16T02:34:45.956Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2023-02-16T02:34:45.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-16T02:34:45.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-16T02:34:45.956Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.105s coverage: 97.7% of statements [2023-02-16T02:34:45.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-16T02:34:45.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-16T02:34:45.956Z] 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-02-16T02:35:04.025Z] 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-02-16T02:35:04.025Z] go vet ./... [2023-02-16T02:35:04.593Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-16T02:35:04.852Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-16T02:35:04.852Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-16T02:35:05.123Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-16T02:35:05.413Z] + ls -al . [2023-02-16T02:35:05.413Z] total 748 [2023-02-16T02:35:05.413Z] drwxrwxr-x 11 1001 1001 4096 Feb 16 02:33 . [2023-02-16T02:35:05.413Z] drwxr-xr-x 4 root root 4096 Feb 16 02:33 .. [2023-02-16T02:35:05.413Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 02:33 .blubracket [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 16 Feb 16 02:33 .dockerignore [2023-02-16T02:35:05.413Z] drwxrwxr-x 8 1001 1001 4096 Feb 16 02:34 .git [2023-02-16T02:35:05.413Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 02:33 .github [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 1024 Feb 16 02:33 .gitignore [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 42 Feb 16 02:33 .golangci.yml [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 87 Feb 16 02:33 .hadolint.yml [2023-02-16T02:35:05.413Z] drwxr-xr-x 3 1001 1001 4096 Feb 16 02:33 .semver [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 166 Feb 16 02:33 .sonarcloud.properties [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 1171 Feb 16 02:33 ADOPTERS.md [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 10825 Feb 16 02:33 Attribution.txt [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 73765 Feb 16 02:33 CHANGELOG.md [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 3804 Feb 16 02:33 CONTRIBUTING.md [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 677 Feb 16 02:33 GOVERNANCE.md [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 850 Feb 16 02:33 Jenkinsfile [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 10775 Feb 16 02:33 LICENSE [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 13375 Feb 16 02:33 Makefile [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 582 Feb 16 02:33 OWNERS.md [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 9403 Feb 16 02:33 README.md [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 6912 Feb 16 02:33 SECURITY.md [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 12 Feb 16 02:33 VERSION [2023-02-16T02:35:05.413Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 02:33 bin [2023-02-16T02:35:05.413Z] drwxrwxr-x 17 1001 1001 4096 Feb 16 02:33 cmd [2023-02-16T02:35:05.413Z] -rw-r--r-- 1 root root 487530 Feb 16 02:34 coverage.out [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 3295 Feb 16 02:33 go.mod [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 33318 Feb 16 02:33 go.sum [2023-02-16T02:35:05.413Z] drwxrwxr-x 7 1001 1001 4096 Feb 16 02:33 internal [2023-02-16T02:35:05.413Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 02:33 openapi [2023-02-16T02:35:05.413Z] drwxrwxr-x 4 1001 1001 4096 Feb 16 02:33 snap [2023-02-16T02:35:05.413Z] -rw-rw-r-- 1 1001 1001 204 Feb 16 02:33 version.go [Pipeline] sh [2023-02-16T02:35:05.708Z] + '[' -e coverage.out ] [2023-02-16T02:35:05.708Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-16T02:35:05.807Z] Stashed 1 file(s) [Pipeline] sh [2023-02-16T02:35:06.083Z] + make build [2023-02-16T02:35:06.083Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-16T02:35:16.307Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6239 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-16T02:35:16.320Z] Running in /w/workspace/edgex-go/414 [Pipeline] { [Pipeline] checkout [2023-02-16T02:35:16.349Z] The recommended git tool is: git [2023-02-16T02:35:17.546Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-16T02:35:18.483Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-16T02:35:19.415Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-16T02:35:20.349Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-16T02:35:21.044Z] using credential edgex-jenkins-ssh [2023-02-16T02:35:21.064Z] Cloning the remote Git repository [2023-02-16T02:35:21.106Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-16T02:35:21.184Z] > git init /w/workspace/edgex-go/414 # timeout=10 [2023-02-16T02:35:21.325Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-16T02:35:21.326Z] > git --version # timeout=10 [2023-02-16T02:35:21.345Z] > git --version # 'git version 2.25.1' [2023-02-16T02:35:21.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T02:35:22.188Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T02:35:27.108Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-16T02:35:28.484Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-16T02:35:29.420Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-16T02:35:30.798Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-16T02:35:31.367Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-16T02:35:32.301Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-16T02:35:34.836Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-16T02:35:35.796Z] $ docker stop --time=1 f620d42d7ebbcdfb5b7948c36a22f6ea1c895c3d65a2eb953e5630f181287ca5 [2023-02-16T02:35:37.960Z] Avoid second fetch [2023-02-16T02:35:37.961Z] Checking out Revision 9347108a609dd459f88553db2d4ce562ddd577d6 (main) [2023-02-16T02:35:38.271Z] $ docker rm -f --volumes f620d42d7ebbcdfb5b7948c36a22f6ea1c895c3d65a2eb953e5630f181287ca5 [2023-02-16T02:35:37.173Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-16T02:35:37.196Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T02:35:37.977Z] > git config core.sparsecheckout # timeout=10 [2023-02-16T02:35:37.993Z] > git checkout -f 9347108a609dd459f88553db2d4ce562ddd577d6 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2023-02-16T02:35:38.579Z] Commit message: "Merge pull request #4365 from lenny-intel/core-topic" [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T02:35:39.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T02:35:39.097Z] [2023-02-16T02:35:39.097Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:35:39.455Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T02:35:39.456Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-16T02:35:39.456Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-16T02:35:39.456Z] ca9280d653b3: Pulling fs layer [2023-02-16T02:35:39.456Z] 7e9c9ca2126c: Pulling fs layer [2023-02-16T02:35:39.456Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-16T02:35:39.456Z] cbdbe7a5bc2a: Download complete [2023-02-16T02:35:39.475Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-16T02:35:39.475Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T02:35:39.475Z] Dload Upload Total Spent Left Speed [2023-02-16T02:35:39.475Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 104k 0 --:--:-- --:--:-- --:--:-- 105k [2023-02-16T02:35:39.715Z] cbdbe7a5bc2a: Pull complete [2023-02-16T02:35:39.715Z] ca9280d653b3: Verifying Checksum [2023-02-16T02:35:39.715Z] ca9280d653b3: Download complete [Pipeline] sh [2023-02-16T02:35:40.089Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-16T02:35:40.284Z] 7e9c9ca2126c: Download complete [2023-02-16T02:35:40.284Z] ca9280d653b3: Pull complete [2023-02-16T02:35:40.410Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-16T02:35:40.410Z] + sudo tee /etc/docker/daemon.new [2023-02-16T02:35:40.410Z] { [2023-02-16T02:35:40.410Z] "registry-mirrors": [ [2023-02-16T02:35:40.410Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-16T02:35:40.410Z] ], [2023-02-16T02:35:40.410Z] "bip": "10.250.0.254/24", [2023-02-16T02:35:40.410Z] "hosts": [ [2023-02-16T02:35:40.410Z] "tcp://0.0.0.0:5555", [2023-02-16T02:35:40.411Z] "unix:///var/run/docker.sock" [2023-02-16T02:35:40.411Z] ], [2023-02-16T02:35:40.411Z] "mtu": 1458, [2023-02-16T02:35:40.411Z] "selinux-enabled": true, [2023-02-16T02:35:40.411Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-16T02:35:40.411Z] } [Pipeline] sh [2023-02-16T02:35:40.737Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-16T02:35:41.065Z] + sudo service docker restart [2023-02-16T02:35:43.566Z] 7e9c9ca2126c: Pull complete [2023-02-16T02:35:43.566Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-16T02:35:43.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T02:35:43.566Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:35:43.646Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T02:35:43.677Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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-02-16T02:35:45.080Z] $ docker top 2eb793b9c3cbd32a4afca7a5e1daf89c47f74770ec918a65b054b008eae7964d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T02:35:45.419Z] + docker-compose build --help [2023-02-16T02:35:45.419Z] + grep parallel [2023-02-16T02:35:45.989Z] --parallel Build images in parallel. [Pipeline] } [2023-02-16T02:35:46.003Z] $ docker stop --time=1 2eb793b9c3cbd32a4afca7a5e1daf89c47f74770ec918a65b054b008eae7964d [2023-02-16T02:35:47.290Z] $ docker rm -f --volumes 2eb793b9c3cbd32a4afca7a5e1daf89c47f74770ec918a65b054b008eae7964d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:35:47.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T02:35:47.662Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:35:47.726Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T02:35:47.758Z] $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-16T02:35:48.113Z] $ docker top 7cfa386827edcaa4bed580b55a63fe71f47332ba5bb3225016e661bd06addd06 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T02:35:48.444Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-16T02:35:49.012Z] Building core-command ... [2023-02-16T02:35:49.012Z] Building core-common-config-bootstrapper ... [2023-02-16T02:35:49.012Z] Building core-data ... [2023-02-16T02:35:49.012Z] Building core-metadata ... [2023-02-16T02:35:49.012Z] Building security-bootstrapper ... [2023-02-16T02:35:49.012Z] Building security-proxy-setup ... [2023-02-16T02:35:49.012Z] Building security-secretstore-setup ... [2023-02-16T02:35:49.012Z] Building security-spiffe-token-provider ... [2023-02-16T02:35:49.012Z] Building security-spire-agent ... [2023-02-16T02:35:49.012Z] Building security-spire-config ... [2023-02-16T02:35:49.012Z] Building security-spire-server ... [2023-02-16T02:35:49.012Z] Building support-notifications ... [2023-02-16T02:35:49.012Z] Building support-scheduler ... [2023-02-16T02:35:49.012Z] Building core-common-config-bootstrapper [2023-02-16T02:35:49.012Z] Building security-proxy-setup [2023-02-16T02:35:49.012Z] Building support-scheduler [2023-02-16T02:35:49.012Z] Building core-data [2023-02-16T02:35:49.012Z] Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T02:35:59.304Z] provisioning config files... [2023-02-16T02:35:59.329Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/414@tmp/config8995863192718208239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T02:35:59.685Z] ---> docker-login.sh [2023-02-16T02:35:59.685Z] nexus3.edgexfoundry.org:10001 [2023-02-16T02:35:59.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:36:00.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:36:00.222Z] Configure a credential helper to remove this warning. See [2023-02-16T02:36:00.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:36:00.222Z] [2023-02-16T02:36:00.222Z] Login Succeeded [2023-02-16T02:36:00.222Z] nexus3.edgexfoundry.org:10002 [2023-02-16T02:36:00.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:36:00.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:36:00.765Z] Configure a credential helper to remove this warning. See [2023-02-16T02:36:00.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:36:00.765Z] [2023-02-16T02:36:00.765Z] Login Succeeded [2023-02-16T02:36:00.765Z] nexus3.edgexfoundry.org:10003 [2023-02-16T02:36:00.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:36:01.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:36:01.039Z] Configure a credential helper to remove this warning. See [2023-02-16T02:36:01.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:36:01.039Z] [2023-02-16T02:36:01.039Z] Login Succeeded [2023-02-16T02:36:01.039Z] nexus3.edgexfoundry.org:10004 [2023-02-16T02:36:01.226Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:36:01.226Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:36:01.226Z] ---> fc5e8e83ec4f [2023-02-16T02:36:01.226Z] Step 3/21 : WORKDIR /edgex-go [2023-02-16T02:36:01.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:36:01.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:36:01.226Z] ---> fc5e8e83ec4f [2023-02-16T02:36:01.226Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:36:01.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:36:01.226Z] [2023-02-16T02:36:01.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:36:01.226Z] ---> fc5e8e83ec4f [2023-02-16T02:36:01.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:36:01.226Z] [2023-02-16T02:36:01.226Z] ---> fc5e8e83ec4f [2023-02-16T02:36:01.226Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:36:01.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:36:01.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:36:01.226Z] ---> fc5e8e83ec4f [2023-02-16T02:36:01.226Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T02:36:01.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:36:01.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:36:01.307Z] Configure a credential helper to remove this warning. See [2023-02-16T02:36:01.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:36:01.307Z] [2023-02-16T02:36:01.307Z] Login Succeeded [2023-02-16T02:36:01.307Z] docker.io [2023-02-16T02:36:01.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:36:01.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:36:01.845Z] Configure a credential helper to remove this warning. See [2023-02-16T02:36:01.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:36:01.845Z] [2023-02-16T02:36:01.845Z] Login Succeeded [2023-02-16T02:36:01.845Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T02:36:01.859Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-16T02:36:02.418Z] + git config --global --add safe.directory /w/workspace/edgex-go/414 [Pipeline] echo [2023-02-16T02:36:02.436Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T02:36:02.450Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T02:36:02.459Z] ========================================================= [2023-02-16T02:36:02.459Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-16T02:36:02.459Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-16T02:36:02.602Z] ---> Running in 6299c863adcc [2023-02-16T02:36:02.602Z] ---> Running in 88e06b28b8c4 [2023-02-16T02:36:02.602Z] ---> Running in 406ee25dc1e8 [2023-02-16T02:36:02.602Z] ---> Running in 04a791e09811 [2023-02-16T02:36:02.602Z] ---> Running in b6909ee35544 [2023-02-16T02:36:02.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T02:36:02.781Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-16T02:36:02.781Z] 9b18e9b68314: Pulling fs layer [2023-02-16T02:36:02.781Z] 35d82f9e3411: Pulling fs layer [2023-02-16T02:36:02.781Z] e16973657156: Pulling fs layer [2023-02-16T02:36:02.781Z] fc693d55d65f: Pulling fs layer [2023-02-16T02:36:02.781Z] 7e9fc2657dce: Pulling fs layer [2023-02-16T02:36:02.781Z] dda99020689f: Pulling fs layer [2023-02-16T02:36:02.781Z] db1c61fa0a46: Pulling fs layer [2023-02-16T02:36:02.781Z] 891c053d2c06: Pulling fs layer [2023-02-16T02:36:02.781Z] 7e9fc2657dce: Waiting [2023-02-16T02:36:02.781Z] fc693d55d65f: Waiting [2023-02-16T02:36:02.781Z] dda99020689f: Waiting [2023-02-16T02:36:02.781Z] db1c61fa0a46: Waiting [2023-02-16T02:36:02.781Z] 891c053d2c06: Waiting [2023-02-16T02:36:02.861Z] Removing intermediate container 04a791e09811 [2023-02-16T02:36:02.861Z] ---> 7a666cbfeee8 [2023-02-16T02:36:02.861Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T02:36:02.861Z] Removing intermediate container b6909ee35544 [2023-02-16T02:36:02.861Z] ---> 0a4138941712 [2023-02-16T02:36:02.861Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T02:36:02.861Z] Removing intermediate container 6299c863adcc [2023-02-16T02:36:02.861Z] ---> e2199651b233 [2023-02-16T02:36:02.861Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T02:36:02.861Z] Removing intermediate container 406ee25dc1e8 [2023-02-16T02:36:02.861Z] ---> 90ec55d7ae6a [2023-02-16T02:36:02.861Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T02:36:02.861Z] Removing intermediate container 88e06b28b8c4 [2023-02-16T02:36:02.861Z] ---> b855c2f97239 [2023-02-16T02:36:02.861Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-16T02:36:02.861Z] ---> Running in fc50234c939e [2023-02-16T02:36:02.861Z] ---> Running in cd4d36541d19 [2023-02-16T02:36:02.861Z] ---> Running in 197f9c0aca3e [2023-02-16T02:36:02.861Z] ---> Running in 1037766d6111 [2023-02-16T02:36:02.861Z] ---> Running in 18e374482be3 [2023-02-16T02:36:03.054Z] e16973657156: Download complete [2023-02-16T02:36:03.054Z] 35d82f9e3411: Verifying Checksum [2023-02-16T02:36:03.054Z] 35d82f9e3411: Download complete [2023-02-16T02:36:03.054Z] 7e9fc2657dce: Verifying Checksum [2023-02-16T02:36:03.054Z] 7e9fc2657dce: Download complete [2023-02-16T02:36:03.054Z] dda99020689f: Download complete [2023-02-16T02:36:03.054Z] 9b18e9b68314: Verifying Checksum [2023-02-16T02:36:03.054Z] 9b18e9b68314: Download complete [2023-02-16T02:36:03.120Z] Removing intermediate container fc50234c939e [2023-02-16T02:36:03.120Z] ---> d27349a7baec [2023-02-16T02:36:03.120Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T02:36:03.120Z] Removing intermediate container cd4d36541d19 [2023-02-16T02:36:03.120Z] ---> c2053fca7db0 [2023-02-16T02:36:03.120Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T02:36:03.120Z] Removing intermediate container 197f9c0aca3e [2023-02-16T02:36:03.120Z] ---> e891a9c3b0bc [2023-02-16T02:36:03.120Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T02:36:03.120Z] ---> Running in 25d6dab9f1b2 [2023-02-16T02:36:03.120Z] ---> Running in ce59dafc7572 [2023-02-16T02:36:03.120Z] ---> Running in a7b71d74715a [2023-02-16T02:36:03.379Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:03.896Z] OK: 211 MiB in 51 packages [2023-02-16T02:36:03.896Z] OK: 211 MiB in 51 packages [2023-02-16T02:36:03.896Z] OK: 211 MiB in 51 packages [2023-02-16T02:36:04.031Z] 9b18e9b68314: Pull complete [2023-02-16T02:36:04.031Z] 891c053d2c06: Verifying Checksum [2023-02-16T02:36:04.031Z] 891c053d2c06: Download complete [2023-02-16T02:36:04.154Z] OK: 211 MiB in 51 packages [2023-02-16T02:36:04.155Z] OK: 211 MiB in 51 packages [2023-02-16T02:36:04.416Z] Removing intermediate container 1037766d6111 [2023-02-16T02:36:04.416Z] ---> 783740ef56cd [2023-02-16T02:36:04.416Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T02:36:04.416Z] Removing intermediate container 18e374482be3 [2023-02-16T02:36:04.416Z] ---> 5a2d539c8cad [2023-02-16T02:36:04.416Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-16T02:36:04.619Z] 35d82f9e3411: Pull complete [2023-02-16T02:36:04.674Z] Removing intermediate container 25d6dab9f1b2 [2023-02-16T02:36:04.674Z] ---> 804cdbfa5243 [2023-02-16T02:36:04.674Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T02:36:04.674Z] ---> 4b0e321de2ca [2023-02-16T02:36:04.674Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:36:04.674Z] ---> Running in 98937b7ed1ef [2023-02-16T02:36:04.674Z] Removing intermediate container ce59dafc7572 [2023-02-16T02:36:04.674Z] ---> 667db66c5eed [2023-02-16T02:36:04.674Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T02:36:04.675Z] ---> e942d0ed9453 [2023-02-16T02:36:04.675Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:36:04.675Z] Removing intermediate container a7b71d74715a [2023-02-16T02:36:04.675Z] ---> 5fb9b36f8ba6 [2023-02-16T02:36:04.675Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T02:36:04.675Z] ---> 83414d84e5f0 [2023-02-16T02:36:04.675Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:36:04.894Z] e16973657156: Pull complete [2023-02-16T02:36:04.931Z] ---> Running in 613d055f800e [2023-02-16T02:36:04.931Z] ---> 7d28956b0274 [2023-02-16T02:36:04.931Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:36:04.931Z] ---> Running in 2f7a4c204c24 [2023-02-16T02:36:04.931Z] ---> Running in a653449f7df7 [2023-02-16T02:36:04.931Z] ---> c48e7d90d872 [2023-02-16T02:36:04.931Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:36:04.931Z] ---> Running in ce2329d0606e [2023-02-16T02:36:05.495Z] db1c61fa0a46: Verifying Checksum [2023-02-16T02:36:05.496Z] db1c61fa0a46: Download complete [2023-02-16T02:36:05.765Z] fc693d55d65f: Verifying Checksum [2023-02-16T02:36:05.765Z] fc693d55d65f: Download complete [2023-02-16T02:36:18.112Z] fc693d55d65f: Pull complete [2023-02-16T02:36:18.112Z] 7e9fc2657dce: Pull complete [2023-02-16T02:36:18.112Z] dda99020689f: Pull complete [2023-02-16T02:36:24.989Z] db1c61fa0a46: Pull complete [2023-02-16T02:36:27.568Z] 891c053d2c06: Pull complete [2023-02-16T02:36:27.568Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-16T02:36:27.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T02:36:27.568Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-16T02:36:27.895Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T02:36:27.895Z] WORKDIR /edgex [2023-02-16T02:36:27.895Z] COPY go.mod . [2023-02-16T02:36:27.895Z] RUN go mod download [2023-02-16T02:36:27.895Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-16T02:36:28.477Z] Sending build context to Docker daemon 3.1MB [2023-02-16T02:36:28.477Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T02:36:28.477Z] ---> f96f9c87975a [2023-02-16T02:36:28.477Z] Step 2/4 : WORKDIR /edgex [2023-02-16T02:36:30.420Z] ---> Running in 7c24d4ae6834 [2023-02-16T02:36:30.420Z] Removing intermediate container 7c24d4ae6834 [2023-02-16T02:36:30.420Z] ---> 41a5fb65994e [2023-02-16T02:36:30.420Z] Step 3/4 : COPY go.mod . [2023-02-16T02:36:30.687Z] ---> cd8ac0f76a04 [2023-02-16T02:36:30.687Z] Step 4/4 : RUN go mod download [2023-02-16T02:36:30.954Z] ---> Running in 0a44a589c10e [2023-02-16T02:36:37.028Z] Removing intermediate container ce2329d0606e [2023-02-16T02:36:37.028Z] ---> 05a276031dd2 [2023-02-16T02:36:37.028Z] Step 8/22 : COPY . . [2023-02-16T02:36:37.028Z] Removing intermediate container 613d055f800e [2023-02-16T02:36:37.028Z] ---> d87a87ed0d27 [2023-02-16T02:36:37.028Z] Step 7/21 : COPY . . [2023-02-16T02:36:37.028Z] Removing intermediate container 98937b7ed1ef [2023-02-16T02:36:37.028Z] ---> 5ea16bc6b9d8 [2023-02-16T02:36:37.028Z] Step 7/24 : COPY . . [2023-02-16T02:36:37.028Z] Removing intermediate container a653449f7df7 [2023-02-16T02:36:37.028Z] ---> 02292135a442 [2023-02-16T02:36:37.028Z] Step 8/22 : COPY . . [2023-02-16T02:36:45.161Z] ---> 46e649e4f8df [2023-02-16T02:36:45.161Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-16T02:36:45.161Z] ---> d0cc23763363 [2023-02-16T02:36:45.161Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T02:36:45.161Z] ---> 482429338e5b [2023-02-16T02:36:45.161Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-16T02:36:45.161Z] ---> aac2e13aad11 [2023-02-16T02:36:45.161Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-16T02:36:45.161Z] ---> Running in 9012fba8a35f [2023-02-16T02:36:45.419Z] ---> Running in 08a560dee40c [2023-02-16T02:36:45.419Z] ---> Running in 14ac4ce4a138 [2023-02-16T02:36:45.419Z] ---> Running in 68865936e062 [2023-02-16T02:36:45.419Z] Removing intermediate container 2f7a4c204c24 [2023-02-16T02:36:45.419Z] ---> 10befb2a17e8 [2023-02-16T02:36:45.419Z] Step 8/22 : COPY . . [2023-02-16T02:36:45.419Z] Removing intermediate container 14ac4ce4a138 [2023-02-16T02:36:45.419Z] ---> 79e36faa2c9c [2023-02-16T02:36:45.419Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T02:36:45.679Z] ---> Running in 42303bf9a501 [2023-02-16T02:36:45.944Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-16T02:36:46.510Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-16T02:36:46.510Z] Removing intermediate container 42303bf9a501 [2023-02-16T02:36:46.510Z] ---> 1ac6c47bdd35 [2023-02-16T02:36:46.510Z] 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-02-16T02:36:46.510Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-16T02:36:46.510Z] ---> Running in 63585feb5698 [2023-02-16T02:36:47.887Z] Removing intermediate container 63585feb5698 [2023-02-16T02:36:47.887Z] ---> 958b65e5ed5f [2023-02-16T02:36:47.887Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T02:36:47.887Z] ---> Running in 37bec1d655cb [2023-02-16T02:36:47.887Z] Removing intermediate container 37bec1d655cb [2023-02-16T02:36:47.887Z] ---> ebf4ae2eba21 [2023-02-16T02:36:47.887Z] [2023-02-16T02:36:47.887Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T02:36:48.148Z] 3.15: Pulling from library/alpine [2023-02-16T02:36:48.716Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T02:36:48.716Z] Status: Downloaded newer image for alpine:3.15 [2023-02-16T02:36:48.716Z] ---> 5ce65d7b0fde [2023-02-16T02:36:48.716Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:36:48.976Z] ---> Running in dc3899215a3c [2023-02-16T02:36:49.237Z] ---> 554ef53ad2bc [2023-02-16T02:36:49.237Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-16T02:36:49.237Z] ---> Running in 3e6d93b7927f [2023-02-16T02:36:49.237Z] Removing intermediate container dc3899215a3c [2023-02-16T02:36:49.237Z] ---> 41e65278f10a [2023-02-16T02:36:49.237Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-16T02:36:49.497Z] ---> Running in 5d4b5ba8c046 [2023-02-16T02:36:50.063Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-16T02:36:50.064Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:50.064Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:50.321Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T02:36:50.321Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T02:36:50.321Z] OK: 15857 distinct packages available [2023-02-16T02:36:50.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:50.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:36:50.839Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-16T02:36:50.839Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-16T02:36:50.839Z] (3/4) Installing libucontext (1.1-r0) [2023-02-16T02:36:50.839Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-16T02:36:50.839Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T02:36:50.839Z] OK: 6 MiB in 18 packages [2023-02-16T02:36:51.780Z] Removing intermediate container 5d4b5ba8c046 [2023-02-16T02:36:51.780Z] ---> 8c3d4d5826fa [2023-02-16T02:36:51.780Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T02:36:54.311Z] ---> ef8bdd428006 [2023-02-16T02:36:54.311Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T02:36:54.876Z] ---> 9c1097273ad2 [2023-02-16T02:36:54.876Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-16T02:36:54.876Z] ---> Running in f6ef7e33a685 [2023-02-16T02:36:55.133Z] Removing intermediate container f6ef7e33a685 [2023-02-16T02:36:55.133Z] ---> 05a7d5145d5e [2023-02-16T02:36:55.133Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-16T02:36:55.697Z] ---> 5dfe51cfe38d [2023-02-16T02:36:55.697Z] Step 19/24 : WORKDIR / [2023-02-16T02:36:55.697Z] ---> Running in 089e38900271 [2023-02-16T02:36:56.265Z] Removing intermediate container 089e38900271 [2023-02-16T02:36:56.265Z] ---> 50ce76ad8bbd [2023-02-16T02:36:56.265Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T02:36:56.265Z] ---> Running in fd186c571a14 [2023-02-16T02:36:56.523Z] Removing intermediate container fd186c571a14 [2023-02-16T02:36:56.523Z] ---> 7b304bc16fcc [2023-02-16T02:36:56.523Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T02:36:56.793Z] ---> Running in b175ed56021d [2023-02-16T02:36:57.051Z] Removing intermediate container b175ed56021d [2023-02-16T02:36:57.051Z] ---> 7007cb6f0749 [2023-02-16T02:36:57.051Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T02:36:57.051Z] ---> Running in b870c9a7859e [2023-02-16T02:36:57.326Z] Removing intermediate container b870c9a7859e [2023-02-16T02:36:57.326Z] ---> b032306b46e9 [2023-02-16T02:36:57.326Z] Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:36:57.584Z] ---> Running in f136d3dd2dce [2023-02-16T02:36:57.857Z] Removing intermediate container f136d3dd2dce [2023-02-16T02:36:57.857Z] ---> a37548ede63c [2023-02-16T02:36:57.857Z] Step 24/24 : LABEL version=3.0.0-dev.53 [2023-02-16T02:36:57.857Z] ---> Running in cff4e8b933fc [2023-02-16T02:36:58.116Z] Removing intermediate container cff4e8b933fc [2023-02-16T02:36:58.116Z] ---> 379cf75d242e [2023-02-16T02:36:58.116Z] [2023-02-16T02:36:58.116Z] Successfully built 379cf75d242e [2023-02-16T02:36:58.116Z] Successfully tagged security-spire-config:latest [2023-02-16T02:36:58.116Z]  Building security-spire-config ... done Building security-bootstrapper [2023-02-16T02:37:02.309Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:02.309Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:02.309Z] ---> fc5e8e83ec4f [2023-02-16T02:37:02.309Z] Step 3/32 : WORKDIR /edgex-go [2023-02-16T02:37:02.309Z] ---> Using cache [2023-02-16T02:37:02.309Z] ---> b855c2f97239 [2023-02-16T02:37:02.309Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-16T02:37:02.309Z] ---> Using cache [2023-02-16T02:37:02.309Z] ---> 5a2d539c8cad [2023-02-16T02:37:02.309Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-16T02:37:02.309Z] ---> Using cache [2023-02-16T02:37:02.309Z] ---> e942d0ed9453 [2023-02-16T02:37:02.309Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:02.309Z] ---> Using cache [2023-02-16T02:37:02.309Z] ---> d87a87ed0d27 [2023-02-16T02:37:02.309Z] Step 7/32 : COPY . . [2023-02-16T02:37:02.309Z] ---> Using cache [2023-02-16T02:37:02.309Z] ---> aac2e13aad11 [2023-02-16T02:37:02.309Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-16T02:37:02.570Z] ---> Running in 60e8508e7560 [2023-02-16T02:37:03.213Z] Removing intermediate container 0a44a589c10e [2023-02-16T02:37:03.213Z] ---> 56102f7657c0 [2023-02-16T02:37:03.213Z] Successfully built 56102f7657c0 [2023-02-16T02:37:03.213Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:37:03.508Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-16T02:37:03.554Z] + docker inspect -f . ci-base-image-arm64 [2023-02-16T02:37:03.554Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:37:03.745Z] prd-ubuntu20.04-docker-arm64-4c-16g-6239 does not seem to be running inside a container [2023-02-16T02:37:03.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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-02-16T02:37:05.081Z] $ docker top 6e699667d45bba0bbb1353641b94f84b0cede71ee337e088296c1fa3a2178927 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T02:37:05.923Z] + go version [2023-02-16T02:37:05.923Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-16T02:37:05.943Z] $ docker stop --time=1 6e699667d45bba0bbb1353641b94f84b0cede71ee337e088296c1fa3a2178927 [2023-02-16T02:37:07.597Z] $ docker rm -f --volumes 6e699667d45bba0bbb1353641b94f84b0cede71ee337e088296c1fa3a2178927 [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-02-16T02:37:08.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T02:37:08.210Z] [2023-02-16T02:37:08.210Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:37:08.549Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T02:37:08.549Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-16T02:37:08.549Z] 29e5d40040c1: Pulling fs layer [2023-02-16T02:37:08.549Z] 1ce36da41761: Pulling fs layer [2023-02-16T02:37:08.549Z] 25b303627fd3: Pulling fs layer [2023-02-16T02:37:08.819Z] 29e5d40040c1: Verifying Checksum [2023-02-16T02:37:08.819Z] 29e5d40040c1: Download complete [2023-02-16T02:37:09.086Z] 1ce36da41761: Verifying Checksum [2023-02-16T02:37:09.086Z] 1ce36da41761: Download complete [2023-02-16T02:37:09.356Z] 29e5d40040c1: Pull complete [2023-02-16T02:37:10.772Z] 25b303627fd3: Verifying Checksum [2023-02-16T02:37:10.772Z] 25b303627fd3: Download complete [2023-02-16T02:37:10.772Z] 1ce36da41761: Pull complete [2023-02-16T02:37:13.477Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-16T02:37:20.035Z] Removing intermediate container 08a560dee40c [2023-02-16T02:37:20.035Z] ---> ecef6c4818d8 [2023-02-16T02:37:20.035Z] [2023-02-16T02:37:20.035Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T02:37:20.035Z] Removing intermediate container 68865936e062 [2023-02-16T02:37:20.035Z] ---> 4c188b9c95c8 [2023-02-16T02:37:20.035Z] [2023-02-16T02:37:20.035Z] Step 9/21 : FROM alpine:3.16 [2023-02-16T02:37:20.860Z] 25b303627fd3: Pull complete [2023-02-16T02:37:20.860Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-16T02:37:20.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T02:37:20.860Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:37:20.968Z] 3.16: Pulling from library/alpine [2023-02-16T02:37:20.968Z] 3.16: Pulling from library/alpine [2023-02-16T02:37:20.968Z] Removing intermediate container 3e6d93b7927f [2023-02-16T02:37:20.968Z] ---> b97db3248071 [2023-02-16T02:37:20.968Z] [2023-02-16T02:37:20.968Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T02:37:21.049Z] prd-ubuntu20.04-docker-arm64-4c-16g-6239 does not seem to be running inside a container [2023-02-16T02:37:21.109Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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-02-16T02:37:21.537Z] 3.16: Pulling from library/alpine [2023-02-16T02:37:21.537Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T02:37:21.537Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T02:37:21.537Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T02:37:21.537Z] Status: Image is up to date for alpine:3.16 [2023-02-16T02:37:21.537Z] ---> dfd21b5a31f5 [2023-02-16T02:37:21.537Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-16T02:37:21.537Z] ---> dfd21b5a31f5 [2023-02-16T02:37:21.537Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-16T02:37:21.537Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T02:37:21.537Z] Status: Image is up to date for alpine:3.16 [2023-02-16T02:37:21.801Z] ---> dfd21b5a31f5 [2023-02-16T02:37:21.801Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-16T02:37:21.801Z] ---> Running in 99a503fa7eec [2023-02-16T02:37:21.801Z] ---> Running in 10c35ad7d79d [2023-02-16T02:37:21.801Z] ---> Running in af8f890c6b02 [2023-02-16T02:37:22.062Z] Removing intermediate container 99a503fa7eec [2023-02-16T02:37:22.062Z] ---> 9e049b7640e7 [2023-02-16T02:37:22.062Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-16T02:37:22.062Z] Removing intermediate container 10c35ad7d79d [2023-02-16T02:37:22.062Z] ---> f01263fb021a [2023-02-16T02:37:22.062Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:37:22.062Z] ---> Running in bf255c8d2780 [2023-02-16T02:37:22.062Z] ---> Running in 84a397cc55a5 [2023-02-16T02:37:22.320Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:22.320Z] Removing intermediate container bf255c8d2780 [2023-02-16T02:37:22.320Z] ---> 0efbfc34ae7e [2023-02-16T02:37:22.320Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-16T02:37:22.320Z] ---> Running in df05067bcb84 [2023-02-16T02:37:22.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:22.578Z] Removing intermediate container df05067bcb84 [2023-02-16T02:37:22.578Z] ---> 4e95f1d16d48 [2023-02-16T02:37:22.578Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:37:22.835Z] ---> Running in 3139006fa7d5 [2023-02-16T02:37:22.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:22.835Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-16T02:37:22.835Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-16T02:37:22.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:22.835Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-16T02:37:22.835Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-16T02:37:22.835Z] (5/6) Installing curl (7.83.1-r6) [2023-02-16T02:37:22.835Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-16T02:37:22.835Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:37:22.835Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T02:37:22.835Z] OK: 8 MiB in 20 packages [2023-02-16T02:37:23.095Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T02:37:23.095Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:37:23.095Z] OK: 6 MiB in 15 packages [2023-02-16T02:37:23.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:23.209Z] $ docker top 85b337b96eba6d1caf3bbb79fda3d486558b2c63135c229a022e34ed885eed1e -eo pid,comm [2023-02-16T02:37:23.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2023-02-16T02:37:23.610Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T02:37:23.610Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:37:23.610Z] OK: 6 MiB in 15 packages [2023-02-16T02:37:23.870Z] Removing intermediate container 84a397cc55a5 [2023-02-16T02:37:23.870Z] ---> cbc6acbed829 [2023-02-16T02:37:23.870Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:37:23.870Z] Removing intermediate container 9012fba8a35f [2023-02-16T02:37:23.870Z] ---> d6934a5087d9 [2023-02-16T02:37:23.870Z] [2023-02-16T02:37:23.870Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T02:37:23.870Z] ---> dfd21b5a31f5 [2023-02-16T02:37:23.870Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:37:23.870Z] Removing intermediate container af8f890c6b02 [2023-02-16T02:37:23.870Z] ---> 397971728b89 [2023-02-16T02:37:23.870Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T02:37:24.031Z] + docker-compose build --help [2023-02-16T02:37:24.031Z] + grep parallel [2023-02-16T02:37:24.129Z] Removing intermediate container 3139006fa7d5 [2023-02-16T02:37:24.129Z] ---> 4e19cdf062d1 [2023-02-16T02:37:24.129Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:37:24.129Z] ---> Running in 56bfa8460f74 [2023-02-16T02:37:24.129Z] ---> Running in a716a999ef49 [2023-02-16T02:37:24.129Z] ---> 1530131369ae [2023-02-16T02:37:24.129Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-16T02:37:24.129Z] Removing intermediate container 56bfa8460f74 [2023-02-16T02:37:24.129Z] ---> 342597359d89 [2023-02-16T02:37:24.129Z] Step 12/21 : WORKDIR /edgex [2023-02-16T02:37:24.129Z] ---> Running in 26e7e255c1b3 [2023-02-16T02:37:24.129Z] ---> 81c4f4736c94 [2023-02-16T02:37:24.129Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-16T02:37:24.387Z] Removing intermediate container 26e7e255c1b3 [2023-02-16T02:37:24.387Z] ---> 9021a4938cc3 [2023-02-16T02:37:24.387Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-16T02:37:24.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:24.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:24.645Z] ---> b7b94bc25dfd [2023-02-16T02:37:24.645Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-16T02:37:24.645Z] ---> b30c0acf16ec [2023-02-16T02:37:24.645Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-16T02:37:24.645Z] ---> a4fa486d3aa0 [2023-02-16T02:37:24.645Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-16T02:37:24.645Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T02:37:24.645Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:37:24.645Z] OK: 6 MiB in 15 packages [2023-02-16T02:37:24.645Z] ---> a9ea67c8c524 [2023-02-16T02:37:24.645Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-16T02:37:24.903Z] ---> a2879f868d2d [2023-02-16T02:37:24.903Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-16T02:37:24.903Z] ---> Running in e9a851315b5c [2023-02-16T02:37:24.903Z] ---> be3343292292 [2023-02-16T02:37:24.903Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-16T02:37:24.903Z] ---> 3eca31226f56 [2023-02-16T02:37:24.903Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T02:37:25.164Z] Removing intermediate container e9a851315b5c [2023-02-16T02:37:25.164Z] ---> 7ab797e74b98 [2023-02-16T02:37:25.164Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:37:25.164Z] ---> Running in 8111adde4252 [2023-02-16T02:37:25.164Z] Removing intermediate container a716a999ef49 [2023-02-16T02:37:25.164Z] ---> 92dc4ecb5d75 [2023-02-16T02:37:25.164Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T02:37:25.164Z] ---> Running in 9f19f68291b7 [2023-02-16T02:37:25.423Z] ---> Running in 03773c2e95a3 [2023-02-16T02:37:25.423Z] ---> dda4f91b3f0b [2023-02-16T02:37:25.423Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T02:37:25.423Z] Removing intermediate container 9f19f68291b7 [2023-02-16T02:37:25.423Z] ---> cf5f896eac25 [2023-02-16T02:37:25.423Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T02:37:25.423Z] Removing intermediate container 03773c2e95a3 [2023-02-16T02:37:25.423Z] ---> 3a07b5d1b80c [2023-02-16T02:37:25.423Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-16T02:37:25.423Z] ---> Running in 53ac4bb52b57 [2023-02-16T02:37:25.423Z] ---> Running in 19480ec67992 [2023-02-16T02:37:25.682Z] ---> 8bbc8ab4ae0d [2023-02-16T02:37:25.682Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T02:37:25.682Z] ---> Running in d59a436306b7 [2023-02-16T02:37:25.682Z] Removing intermediate container 53ac4bb52b57 [2023-02-16T02:37:25.682Z] ---> ec08b72962f1 [2023-02-16T02:37:25.682Z] Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:37:25.682Z] Removing intermediate container 19480ec67992 [2023-02-16T02:37:25.682Z] ---> 5db57abf0ad9 [2023-02-16T02:37:25.682Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T02:37:25.949Z] ---> Running in 02edfaf4bb29 [2023-02-16T02:37:25.949Z] ---> Running in 32bd092ec904 [2023-02-16T02:37:25.949Z] Removing intermediate container 32bd092ec904 [2023-02-16T02:37:25.949Z] ---> 1d277448d500 [2023-02-16T02:37:25.949Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:37:25.949Z] Removing intermediate container 02edfaf4bb29 [2023-02-16T02:37:25.949Z] ---> 4b039255366d [2023-02-16T02:37:25.949Z] Step 22/22 : LABEL version=3.0.0-dev.53 [2023-02-16T02:37:26.207Z] ---> Running in 6bb25089a744 [2023-02-16T02:37:26.207Z] Removing intermediate container 8111adde4252 [2023-02-16T02:37:26.207Z] ---> 2331be9bf049 [2023-02-16T02:37:26.207Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T02:37:26.207Z] ---> Running in aeb27b0b1ac9 [2023-02-16T02:37:26.207Z] ---> 3ddeb8b94895 [2023-02-16T02:37:26.207Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-16T02:37:26.207Z] Removing intermediate container 6bb25089a744 [2023-02-16T02:37:26.207Z] ---> 50580927872d [2023-02-16T02:37:26.207Z] [2023-02-16T02:37:26.207Z] Removing intermediate container aeb27b0b1ac9 [2023-02-16T02:37:26.207Z] ---> 4f3ba86b5736 [2023-02-16T02:37:26.207Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-16T02:37:26.465Z] Successfully built 50580927872d [2023-02-16T02:37:26.465Z] Successfully tagged core-data:latest [2023-02-16T02:37:26.465Z]  Building core-data ... done Building support-notifications [2023-02-16T02:37:26.465Z] ---> Running in 7d96072abc57 [2023-02-16T02:37:27.034Z] Removing intermediate container d59a436306b7 [2023-02-16T02:37:27.034Z] ---> 5cffaf97c730 [2023-02-16T02:37:27.034Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T02:37:27.608Z] Removing intermediate container 7d96072abc57 [2023-02-16T02:37:27.608Z] ---> 8662b9d3ad55 [2023-02-16T02:37:27.608Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T02:37:27.608Z] ---> fd4884699c8c [2023-02-16T02:37:27.608Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-16T02:37:27.608Z] ---> Running in 4ef5d10c8ad0 [2023-02-16T02:37:27.608Z] ---> Running in c27f2fc63ab7 [2023-02-16T02:37:27.608Z] Removing intermediate container 60e8508e7560 [2023-02-16T02:37:27.608Z] ---> c598920bdc80 [2023-02-16T02:37:27.608Z] [2023-02-16T02:37:27.608Z] Step 9/32 : FROM alpine:3.16 [2023-02-16T02:37:27.608Z] ---> dfd21b5a31f5 [2023-02-16T02:37:27.608Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:37:27.874Z] Removing intermediate container 4ef5d10c8ad0 [2023-02-16T02:37:27.874Z] ---> ddbff80621eb [2023-02-16T02:37:27.874Z] Step 19/21 : LABEL arch=x86_64 [2023-02-16T02:37:27.874Z] ---> 7a7c2ecd1a3a [2023-02-16T02:37:27.874Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-16T02:37:27.874Z] ---> Running in 1effed344b7d [2023-02-16T02:37:27.874Z] Removing intermediate container c27f2fc63ab7 [2023-02-16T02:37:27.874Z] ---> 35d09eca5d70 [2023-02-16T02:37:27.874Z] Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:37:27.874Z] ---> Running in b340164c3431 [2023-02-16T02:37:27.874Z] ---> Running in cc605cb63a98 [2023-02-16T02:37:28.132Z] ---> Running in 8939b45b09aa [2023-02-16T02:37:28.132Z] Removing intermediate container 1effed344b7d [2023-02-16T02:37:28.132Z] ---> 000fb2d8d6d3 [2023-02-16T02:37:28.132Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-16T02:37:28.132Z] Removing intermediate container cc605cb63a98 [2023-02-16T02:37:28.132Z] Removing intermediate container b340164c3431 [2023-02-16T02:37:28.132Z] ---> 1cb144df832f [2023-02-16T02:37:28.132Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] ---> 28cbc23ffd8f [2023-02-16T02:37:28.132Z] [2023-02-16T02:37:28.132Z] Step 20/21 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:37:28.132Z] ---> Running in 44a5741bd507 [2023-02-16T02:37:28.132Z] Removing intermediate container 8939b45b09aa [2023-02-16T02:37:28.132Z] ---> 4f16d323a8be [2023-02-16T02:37:28.132Z] Step 22/22 : LABEL version=3.0.0-dev.53 [2023-02-16T02:37:28.283Z] --parallel Build images in parallel. [Pipeline] } [2023-02-16T02:37:28.302Z] $ docker stop --time=1 85b337b96eba6d1caf3bbb79fda3d486558b2c63135c229a022e34ed885eed1e [2023-02-16T02:37:28.391Z] ---> Running in e3f3c332d801 [2023-02-16T02:37:28.391Z] ---> Running in 093f48119320 [2023-02-16T02:37:28.391Z] ---> Running in b038560a1046 [2023-02-16T02:37:28.391Z] Removing intermediate container e3f3c332d801 [2023-02-16T02:37:28.391Z] ---> 4ec4dc8ec42c [2023-02-16T02:37:28.391Z] Step 21/21 : LABEL version=3.0.0-dev.53 [2023-02-16T02:37:28.391Z] Removing intermediate container 093f48119320 [2023-02-16T02:37:28.391Z] ---> 71555ce89ea7 [2023-02-16T02:37:28.391Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T02:37:28.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:28.690Z] Removing intermediate container b038560a1046 [2023-02-16T02:37:28.690Z] ---> 77e682234258 [2023-02-16T02:37:28.690Z] [2023-02-16T02:37:28.690Z] ---> Running in c35a88c1de0e [2023-02-16T02:37:28.690Z] ---> Running in ab9e98354d61 [2023-02-16T02:37:28.690Z] Successfully built 77e682234258 [2023-02-16T02:37:28.691Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-16T02:37:28.691Z] Building security-spiffe-token-provider [2023-02-16T02:37:28.949Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:28.949Z] Removing intermediate container c35a88c1de0e [2023-02-16T02:37:28.949Z] ---> 52cd69c1e33f [2023-02-16T02:37:28.949Z] [2023-02-16T02:37:28.949Z] Removing intermediate container ab9e98354d61 [2023-02-16T02:37:28.949Z] ---> a69bb1bb733f [2023-02-16T02:37:28.949Z] Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:37:28.949Z] Successfully built 52cd69c1e33f [2023-02-16T02:37:28.949Z] Successfully tagged security-proxy-setup:latest [2023-02-16T02:37:28.949Z]  Building security-proxy-setup ... done Building core-command [2023-02-16T02:37:28.949Z] ---> Running in 0164a277ae5c [2023-02-16T02:37:28.949Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-16T02:37:28.949Z] (2/2) Installing su-exec (0.2-r1) [2023-02-16T02:37:29.206Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:37:29.206Z] OK: 6 MiB in 16 packages [2023-02-16T02:37:29.206Z] Removing intermediate container 0164a277ae5c [2023-02-16T02:37:29.206Z] ---> 83004abd8449 [2023-02-16T02:37:29.206Z] Step 22/22 : LABEL version=3.0.0-dev.53 [2023-02-16T02:37:29.206Z] ---> Running in 5b44bc41f201 [2023-02-16T02:37:29.776Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:29.776Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:29.776Z] ---> fc5e8e83ec4f [2023-02-16T02:37:29.776Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:37:29.776Z] ---> Using cache [2023-02-16T02:37:29.777Z] ---> e2199651b233 [2023-02-16T02:37:29.777Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T02:37:29.777Z] ---> Using cache [2023-02-16T02:37:29.777Z] ---> c2053fca7db0 [2023-02-16T02:37:29.777Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-16T02:37:29.967Z] $ docker rm -f --volumes 85b337b96eba6d1caf3bbb79fda3d486558b2c63135c229a022e34ed885eed1e [2023-02-16T02:37:30.035Z] Removing intermediate container 5b44bc41f201 [2023-02-16T02:37:30.035Z] ---> 3bc3dce45b6e [2023-02-16T02:37:30.035Z] [2023-02-16T02:37:30.035Z] Successfully built 3bc3dce45b6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:37:30.296Z] Successfully tagged support-scheduler:latest [2023-02-16T02:37:30.296Z] Building security-spire-server [2023-02-16T02:37:30.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T02:37:30.506Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:37:30.691Z] prd-ubuntu20.04-docker-arm64-4c-16g-6239 does not seem to be running inside a container [2023-02-16T02:37:30.764Z] $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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-02-16T02:37:30.863Z]  Building support-scheduler ... done  ---> Running in 02f8d6608e0f [2023-02-16T02:37:31.122Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:31.122Z] Removing intermediate container 44a5741bd507 [2023-02-16T02:37:31.122Z] ---> e4acd0643579 [2023-02-16T02:37:31.122Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-16T02:37:31.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:31.380Z] OK: 211 MiB in 51 packages [2023-02-16T02:37:31.637Z] ---> Running in 57ebffc2ec2e [2023-02-16T02:37:31.637Z] Removing intermediate container 57ebffc2ec2e [2023-02-16T02:37:31.637Z] ---> 23525b8867aa [2023-02-16T02:37:31.637Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-16T02:37:31.637Z] ---> Running in 2cf3206af147 [2023-02-16T02:37:31.937Z] Removing intermediate container 2cf3206af147 [2023-02-16T02:37:31.937Z] ---> d269add8cb70 [2023-02-16T02:37:31.937Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-16T02:37:31.937Z] Removing intermediate container 02f8d6608e0f [2023-02-16T02:37:31.937Z] ---> 7e2b6973a12f [2023-02-16T02:37:31.937Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T02:37:31.937Z] ---> Running in 19c7bf1b7adb [2023-02-16T02:37:31.937Z] $ docker top bf1e04e2a0529d8d4b77101043327944b9f8937203e54539d201a9ea2de74337 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T02:37:32.219Z] Removing intermediate container 19c7bf1b7adb [2023-02-16T02:37:32.219Z] ---> ba39d720a8ad [2023-02-16T02:37:32.219Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-16T02:37:32.219Z] ---> Running in 93dab248ac29 [2023-02-16T02:37:32.219Z] ---> 3b24f6632fa6 [2023-02-16T02:37:32.219Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:32.219Z] ---> Running in 8da256f556be [2023-02-16T02:37:32.452Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-16T02:37:32.476Z] Removing intermediate container 93dab248ac29 [2023-02-16T02:37:32.476Z] ---> b164b4bf9e14 [2023-02-16T02:37:32.476Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-16T02:37:32.476Z] ---> Running in b3194c7adb1d [2023-02-16T02:37:33.847Z] Removing intermediate container b3194c7adb1d [2023-02-16T02:37:33.847Z] ---> c0ce49b433fc [2023-02-16T02:37:33.847Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-16T02:37:33.847Z] ---> Running in b38db90ff105 [2023-02-16T02:37:34.115Z] Removing intermediate container b38db90ff105 [2023-02-16T02:37:34.115Z] ---> b0c99a4262ea [2023-02-16T02:37:34.115Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-16T02:37:34.373Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:34.373Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:34.373Z] ---> fc5e8e83ec4f [2023-02-16T02:37:34.373Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:37:34.373Z] ---> Using cache [2023-02-16T02:37:34.373Z] ---> e2199651b233 [2023-02-16T02:37:34.373Z] Step 4/23 : WORKDIR /edgex-go [2023-02-16T02:37:34.373Z] ---> Using cache [2023-02-16T02:37:34.373Z] ---> c2053fca7db0 [2023-02-16T02:37:34.373Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-16T02:37:34.373Z] ---> Using cache [2023-02-16T02:37:34.373Z] ---> 804cdbfa5243 [2023-02-16T02:37:34.373Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-16T02:37:34.373Z] ---> Using cache [2023-02-16T02:37:34.373Z] ---> 83414d84e5f0 [2023-02-16T02:37:34.373Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:34.373Z] ---> Using cache [2023-02-16T02:37:34.373Z] ---> 10befb2a17e8 [2023-02-16T02:37:34.373Z] Step 8/23 : COPY . . [2023-02-16T02:37:34.373Z] ---> Using cache [2023-02-16T02:37:34.373Z] ---> 554ef53ad2bc [2023-02-16T02:37:34.373Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-16T02:37:34.373Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:34.373Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:34.373Z] ---> fc5e8e83ec4f [2023-02-16T02:37:34.373Z] Step 3/19 : WORKDIR /edgex-go [2023-02-16T02:37:34.373Z] ---> Using cache [2023-02-16T02:37:34.373Z] ---> b855c2f97239 [2023-02-16T02:37:34.373Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-16T02:37:34.631Z] ---> b23d5e9e7ff4 [2023-02-16T02:37:34.631Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-16T02:37:34.631Z] ---> Running in 491c4fa93e60 [2023-02-16T02:37:34.631Z] ---> Running in fc86424cdc8d [2023-02-16T02:37:34.631Z] ---> Running in c956972d03db [2023-02-16T02:37:34.891Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-16T02:37:34.891Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:34.891Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:34.891Z] ---> fc5e8e83ec4f [2023-02-16T02:37:34.891Z] Step 3/23 : WORKDIR /edgex-go [2023-02-16T02:37:34.891Z] ---> Using cache [2023-02-16T02:37:34.891Z] ---> b855c2f97239 [2023-02-16T02:37:34.891Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T02:37:35.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:35.149Z] ---> Running in 4f60c5577b1f [2023-02-16T02:37:35.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:35.665Z] Removing intermediate container c956972d03db [2023-02-16T02:37:35.665Z] ---> 4d39dce411b5 [2023-02-16T02:37:35.665Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:37:35.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:35.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:35.665Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-16T02:37:35.665Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-16T02:37:35.665Z] OK: 17046 distinct packages available [2023-02-16T02:37:35.665Z] ---> c41f29106e0b [2023-02-16T02:37:35.665Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-16T02:37:35.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:35.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:37:35.923Z] OK: 211 MiB in 51 packages [2023-02-16T02:37:36.184Z] OK: 211 MiB in 51 packages [2023-02-16T02:37:36.184Z] ---> 977ca65a01dd [2023-02-16T02:37:36.184Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-16T02:37:36.442Z] ---> 1055c5a67a38 [2023-02-16T02:37:36.442Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-16T02:37:36.442Z] Removing intermediate container 4f60c5577b1f [2023-02-16T02:37:36.442Z] ---> 10d3d02351d0 [2023-02-16T02:37:36.442Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-16T02:37:36.700Z] ---> 9e1cf71d6bc9 [2023-02-16T02:37:36.700Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-16T02:37:36.700Z] ---> 31f1df23e9a5 [2023-02-16T02:37:36.700Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:36.700Z] Removing intermediate container 491c4fa93e60 [2023-02-16T02:37:36.700Z] ---> 6a20fb9c5082 [2023-02-16T02:37:36.700Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-16T02:37:36.700Z] ---> Running in 169f4146b35f [2023-02-16T02:37:36.703Z] Building core-command ... [2023-02-16T02:37:36.703Z] Building core-common-config-bootstrapper ... [2023-02-16T02:37:36.703Z] Building core-data ... [2023-02-16T02:37:36.703Z] Building core-metadata ... [2023-02-16T02:37:36.703Z] Building security-bootstrapper ... [2023-02-16T02:37:36.703Z] Building security-proxy-setup ... [2023-02-16T02:37:36.703Z] Building security-secretstore-setup ... [2023-02-16T02:37:36.703Z] Building security-spiffe-token-provider ... [2023-02-16T02:37:36.703Z] Building security-spire-agent ... [2023-02-16T02:37:36.703Z] Building security-spire-config ... [2023-02-16T02:37:36.703Z] Building security-spire-server ... [2023-02-16T02:37:36.703Z] Building support-notifications ... [2023-02-16T02:37:36.703Z] Building support-scheduler ... [2023-02-16T02:37:36.703Z] Building security-secretstore-setup [2023-02-16T02:37:36.703Z] Building core-common-config-bootstrapper [2023-02-16T02:37:36.703Z] Building security-proxy-setup [2023-02-16T02:37:36.703Z] Building security-spire-server [2023-02-16T02:37:36.703Z] Building core-metadata [2023-02-16T02:37:36.958Z] ---> b97f05bdae46 [2023-02-16T02:37:36.958Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:36.958Z] ---> ad6966f2ca43 [2023-02-16T02:37:36.958Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-16T02:37:36.958Z] ---> Running in eb72d364db40 [2023-02-16T02:37:37.216Z] ---> 016f79d1e7db [2023-02-16T02:37:37.216Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-16T02:37:37.473Z] ---> 636acaf7007d [2023-02-16T02:37:37.473Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-16T02:37:37.730Z] ---> Running in 7aa7c19f0c24 [2023-02-16T02:37:38.666Z] Removing intermediate container 7aa7c19f0c24 [2023-02-16T02:37:38.666Z] ---> de14fe4118e0 [2023-02-16T02:37:38.666Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-16T02:37:38.666Z] ---> Running in ab26c3f8b01a [2023-02-16T02:37:38.924Z] Removing intermediate container ab26c3f8b01a [2023-02-16T02:37:38.924Z] ---> f3fa966661fe [2023-02-16T02:37:38.924Z] Step 29/32 : CMD ["gate"] [2023-02-16T02:37:38.924Z] ---> Running in a262e7973792 [2023-02-16T02:37:38.924Z] Removing intermediate container a262e7973792 [2023-02-16T02:37:38.924Z] ---> f188ddcd71d4 [2023-02-16T02:37:38.924Z] Step 30/32 : LABEL arch=x86_64 [2023-02-16T02:37:39.181Z] ---> Running in 7184f0453e04 [2023-02-16T02:37:39.181Z] Removing intermediate container 7184f0453e04 [2023-02-16T02:37:39.181Z] ---> d73f0be64b23 [2023-02-16T02:37:39.181Z] Step 31/32 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:37:39.439Z] ---> Running in 158d0a3b70db [2023-02-16T02:37:39.697Z] Removing intermediate container 158d0a3b70db [2023-02-16T02:37:39.697Z] ---> 16e4303702b2 [2023-02-16T02:37:39.697Z] Step 32/32 : LABEL version=3.0.0-dev.53 [2023-02-16T02:37:39.697Z] ---> Running in 82e1823cadfc [2023-02-16T02:37:39.697Z] Removing intermediate container 82e1823cadfc [2023-02-16T02:37:39.697Z] ---> 0442faa639b0 [2023-02-16T02:37:39.697Z] [2023-02-16T02:37:39.954Z] Successfully built 0442faa639b0 [2023-02-16T02:37:39.954Z] Successfully tagged security-bootstrapper:latest [2023-02-16T02:37:39.954Z] Building security-spire-agent [2023-02-16T02:37:43.308Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:43.308Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:43.308Z] ---> fc5e8e83ec4f [2023-02-16T02:37:43.308Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T02:37:43.308Z] ---> Using cache [2023-02-16T02:37:43.308Z] ---> b855c2f97239 [2023-02-16T02:37:43.308Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T02:37:43.308Z] ---> Using cache [2023-02-16T02:37:43.308Z] ---> 10d3d02351d0 [2023-02-16T02:37:43.308Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T02:37:43.308Z] ---> Using cache [2023-02-16T02:37:43.308Z] ---> 31f1df23e9a5 [2023-02-16T02:37:43.308Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:45.212Z] ---> Running in 906d93d1fe5d [2023-02-16T02:37:46.777Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:46.777Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:46.777Z] ---> 56102f7657c0 [2023-02-16T02:37:46.777Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T02:37:46.777Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:46.777Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:46.777Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:46.777Z] [2023-02-16T02:37:46.777Z] ---> 56102f7657c0 [2023-02-16T02:37:46.777Z] Step 3/21 : WORKDIR /edgex-goStep 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:46.777Z] [2023-02-16T02:37:46.777Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:46.777Z] ---> 56102f7657c0 [2023-02-16T02:37:46.777Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:37:46.777Z] ---> 56102f7657c0 [2023-02-16T02:37:46.777Z] Step 3/23 : WORKDIR /edgex-go [2023-02-16T02:37:46.777Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:37:46.777Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:37:46.777Z] ---> 56102f7657c0 [2023-02-16T02:37:46.777Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:37:46.777Z] ---> Running in 50afd3d53bdf [2023-02-16T02:37:46.777Z] ---> Running in 9122af8ca1b6 [2023-02-16T02:37:46.777Z] ---> Running in e3e2242f4aa0 [2023-02-16T02:37:46.777Z] ---> Running in 149b0da8bca2 [2023-02-16T02:37:46.777Z] ---> Running in b259722bc7e6 [2023-02-16T02:37:47.368Z] Removing intermediate container 50afd3d53bdf [2023-02-16T02:37:47.368Z] ---> 15223a8ddd6e [2023-02-16T02:37:47.368Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T02:37:47.368Z] Removing intermediate container e3e2242f4aa0 [2023-02-16T02:37:47.368Z] ---> 4f96f37641fe [2023-02-16T02:37:47.368Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T02:37:47.368Z] Removing intermediate container 9122af8ca1b6 [2023-02-16T02:37:47.368Z] ---> db669f8b6618 [2023-02-16T02:37:47.368Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-16T02:37:47.368Z] Removing intermediate container b259722bc7e6 [2023-02-16T02:37:47.368Z] ---> 27a6cb5aa86c [2023-02-16T02:37:47.368Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-16T02:37:47.368Z] Removing intermediate container 149b0da8bca2 [2023-02-16T02:37:47.368Z] ---> c3f8b813a9bd [2023-02-16T02:37:47.368Z] Step 4/24 : WORKDIR /edgex-go [2023-02-16T02:37:47.650Z] ---> Running in 57dec27abdac [2023-02-16T02:37:47.650Z] ---> Running in d577f4d0ec70 [2023-02-16T02:37:47.650Z] ---> Running in 4ad5795348b1 [2023-02-16T02:37:47.650Z] ---> Running in e250b47a0130 [2023-02-16T02:37:47.650Z] ---> Running in f6565b5d804d [2023-02-16T02:37:48.243Z] Removing intermediate container 4ad5795348b1 [2023-02-16T02:37:48.243Z] ---> 43d917769941 [2023-02-16T02:37:48.243Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T02:37:48.512Z] Removing intermediate container f6565b5d804d [2023-02-16T02:37:48.512Z] ---> 80f83b4b1683 [2023-02-16T02:37:48.512Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-16T02:37:48.512Z] ---> Running in faa9cc7be66e [2023-02-16T02:37:48.782Z] ---> Running in 30ce0c6e6894 [2023-02-16T02:37:50.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:50.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:50.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:50.471Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:50.471Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:50.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:50.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:50.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:51.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:51.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:37:51.591Z] OK: 221 MiB in 51 packages [2023-02-16T02:37:51.859Z] OK: 221 MiB in 51 packages [2023-02-16T02:37:51.859Z] OK: 221 MiB in 51 packages [2023-02-16T02:37:52.841Z] OK: 221 MiB in 51 packages [2023-02-16T02:37:52.841Z] OK: 221 MiB in 51 packages [2023-02-16T02:37:55.220Z] Removing intermediate container 8da256f556be [2023-02-16T02:37:55.220Z] ---> 92c7409231a8 [2023-02-16T02:37:55.220Z] Step 8/22 : COPY . . [2023-02-16T02:37:56.183Z] Removing intermediate container 57dec27abdac [2023-02-16T02:37:56.183Z] ---> dc33775f7fdd [2023-02-16T02:37:56.183Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-16T02:37:56.183Z] Removing intermediate container d577f4d0ec70 [2023-02-16T02:37:56.183Z] ---> 0127da780838 [2023-02-16T02:37:56.183Z] Removing intermediate container e250b47a0130 [2023-02-16T02:37:56.183Z] ---> f17223290842 [2023-02-16T02:37:56.183Z] Step 5/24 : COPY go.mod vendor* ./Step 5/21 : COPY go.mod vendor* ./ [2023-02-16T02:37:56.183Z] [2023-02-16T02:37:56.452Z] Removing intermediate container faa9cc7be66e [2023-02-16T02:37:56.452Z] ---> c256dbd1776d [2023-02-16T02:37:56.452Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T02:37:56.452Z] Removing intermediate container 30ce0c6e6894 [2023-02-16T02:37:56.452Z] ---> 8ec4ffc866e9 [2023-02-16T02:37:56.452Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-16T02:37:57.416Z] ---> 4d9828bfc6b7 [2023-02-16T02:37:57.416Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:57.416Z] ---> d197a9069b32 [2023-02-16T02:37:57.416Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:57.416Z] ---> 0a74663a860a [2023-02-16T02:37:57.416Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> 6cf2dee0ae63 [2023-02-16T02:37:57.416Z] [2023-02-16T02:37:57.416Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:57.416Z] ---> Running in 4a835351f8e5 [2023-02-16T02:37:57.416Z] ---> Running in edd23e05b6b5 [2023-02-16T02:37:57.684Z] ---> Running in 3ed2c4346a93 [2023-02-16T02:37:57.684Z] ---> Running in f46adf5ae5c6 [2023-02-16T02:37:57.684Z] ---> b5e80c9a0884 [2023-02-16T02:37:57.684Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:37:57.684Z] ---> Running in 465e6619b595 [2023-02-16T02:37:58.502Z] Removing intermediate container fc86424cdc8d [2023-02-16T02:37:58.502Z] ---> 668deead3ff6 [2023-02-16T02:37:58.502Z] [2023-02-16T02:37:58.502Z] Step 10/23 : FROM alpine:3.16 [2023-02-16T02:37:58.502Z] ---> dfd21b5a31f5 [2023-02-16T02:37:58.502Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:37:58.502Z] ---> Using cache [2023-02-16T02:37:58.502Z] ---> 92dc4ecb5d75 [2023-02-16T02:37:58.502Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T02:37:58.502Z] ---> Using cache [2023-02-16T02:37:58.502Z] ---> 3a07b5d1b80c [2023-02-16T02:37:58.502Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-16T02:37:59.080Z] ---> Running in 90b416bf2bac [2023-02-16T02:37:59.337Z] ---> 4816e3dadd45 [2023-02-16T02:37:59.337Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-16T02:37:59.597Z] Removing intermediate container 90b416bf2bac [2023-02-16T02:37:59.597Z] ---> 01c1788b4153 [2023-02-16T02:37:59.597Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-16T02:38:00.176Z] ---> Running in 93f39655e10b [2023-02-16T02:38:00.176Z] ---> Running in 290174020ce4 [2023-02-16T02:38:00.434Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-16T02:38:00.699Z] Removing intermediate container 290174020ce4 [2023-02-16T02:38:00.699Z] ---> 1e8045c94576 [2023-02-16T02:38:00.699Z] Step 15/23 : WORKDIR / [2023-02-16T02:38:00.965Z] ---> Running in add6ea53cceb [2023-02-16T02:38:01.224Z] Removing intermediate container 169f4146b35f [2023-02-16T02:38:01.224Z] ---> f7fa1c8676bd [2023-02-16T02:38:01.224Z] Step 7/23 : COPY . . [2023-02-16T02:38:01.484Z] Removing intermediate container eb72d364db40 [2023-02-16T02:38:01.484Z] ---> 59f54827fa00 [2023-02-16T02:38:01.484Z] Step 7/19 : COPY . . [2023-02-16T02:38:01.745Z] Removing intermediate container add6ea53cceb [2023-02-16T02:38:01.745Z] ---> a9dd63df3a6f [2023-02-16T02:38:01.745Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:38:03.650Z] ---> 5605baf45300 [2023-02-16T02:38:03.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-16T02:38:05.022Z] ---> f8d0b5bb19df [2023-02-16T02:38:05.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-16T02:38:05.586Z] ---> d6f09d281639 [2023-02-16T02:38:05.586Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-16T02:38:05.586Z] ---> Running in d236631a0f01 [2023-02-16T02:38:06.152Z] Removing intermediate container d236631a0f01 [2023-02-16T02:38:06.152Z] ---> 8e877e9e7b2a [2023-02-16T02:38:06.152Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:38:06.152Z] ---> Running in b7d34c9ee232 [2023-02-16T02:38:06.411Z] Removing intermediate container b7d34c9ee232 [2023-02-16T02:38:06.411Z] ---> d535591f9756 [2023-02-16T02:38:06.411Z] Step 21/23 : LABEL arch=x86_64 [2023-02-16T02:38:06.668Z] ---> Running in aeae45bc3ab5 [2023-02-16T02:38:06.925Z] Removing intermediate container aeae45bc3ab5 [2023-02-16T02:38:06.925Z] ---> 84eb5c72d42a [2023-02-16T02:38:06.925Z] Step 22/23 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:07.182Z] ---> Running in d3fbcd46f7b8 [2023-02-16T02:38:07.748Z] Removing intermediate container d3fbcd46f7b8 [2023-02-16T02:38:07.748Z] ---> 70fc102e834b [2023-02-16T02:38:07.748Z] Step 23/23 : LABEL version=3.0.0-dev.53 [2023-02-16T02:38:07.748Z] ---> 7e1240b78753 [2023-02-16T02:38:07.748Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-16T02:38:08.006Z] ---> Running in 54437d865048 [2023-02-16T02:38:08.006Z] ---> Running in 3375f9ed63be [2023-02-16T02:38:08.006Z] ---> 0244bce4d86d [2023-02-16T02:38:08.006Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T02:38:08.263Z] ---> Running in a2bfcb2b0dad [2023-02-16T02:38:08.263Z] Removing intermediate container 54437d865048 [2023-02-16T02:38:08.263Z] ---> 04a107940b1f [2023-02-16T02:38:08.263Z] [2023-02-16T02:38:08.263Z] Successfully built 04a107940b1f [2023-02-16T02:38:08.263Z] Successfully tagged core-command:latest [2023-02-16T02:38:08.263Z] Building core-metadata [2023-02-16T02:38:08.522Z]  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-16T02:38:08.522Z] Removing intermediate container a2bfcb2b0dad [2023-02-16T02:38:08.522Z] ---> 414606a0aaff [2023-02-16T02:38:08.522Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-16T02:38:09.896Z] ---> Running in c64ddcacf6f1 [2023-02-16T02:38:10.159Z] Removing intermediate container c64ddcacf6f1 [2023-02-16T02:38:10.159Z] ---> 676f52d37a5f [2023-02-16T02:38:10.159Z] 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-02-16T02:38:10.416Z] ---> Running in 2a5d14dab4d8 [2023-02-16T02:38:12.957Z] Removing intermediate container 2a5d14dab4d8 [2023-02-16T02:38:12.957Z] ---> 4b58df27d9fc [2023-02-16T02:38:12.957Z] Step 11/23 : WORKDIR /edgex-go [2023-02-16T02:38:12.957Z] ---> Running in b634ba0ca8a1 [2023-02-16T02:38:13.223Z] Removing intermediate container 906d93d1fe5d [2023-02-16T02:38:13.223Z] ---> e22c452624b5 [2023-02-16T02:38:13.223Z] Step 7/24 : COPY . . [2023-02-16T02:38:13.481Z] Removing intermediate container b634ba0ca8a1 [2023-02-16T02:38:13.481Z] ---> cb84a4b5794f [2023-02-16T02:38:13.481Z] [2023-02-16T02:38:13.481Z] Step 12/23 : FROM alpine:3.15 [2023-02-16T02:38:13.481Z] ---> 5ce65d7b0fde [2023-02-16T02:38:13.481Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:38:13.481Z] ---> Using cache [2023-02-16T02:38:13.481Z] ---> 41e65278f10a [2023-02-16T02:38:13.481Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T02:38:13.481Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:38:13.481Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:38:13.481Z] ---> fc5e8e83ec4f [2023-02-16T02:38:13.481Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:38:13.481Z] ---> Using cache [2023-02-16T02:38:13.481Z] ---> e2199651b233 [2023-02-16T02:38:13.481Z] Step 4/24 : WORKDIR /edgex-go [2023-02-16T02:38:13.481Z] ---> Using cache [2023-02-16T02:38:13.481Z] ---> c2053fca7db0 [2023-02-16T02:38:13.481Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-16T02:38:13.481Z] ---> Using cache [2023-02-16T02:38:13.481Z] ---> 804cdbfa5243 [2023-02-16T02:38:13.481Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-16T02:38:13.481Z] ---> Using cache [2023-02-16T02:38:13.481Z] ---> 83414d84e5f0 [2023-02-16T02:38:13.481Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:38:13.481Z] ---> Using cache [2023-02-16T02:38:13.481Z] ---> 10befb2a17e8 [2023-02-16T02:38:13.481Z] Step 8/24 : COPY . . [2023-02-16T02:38:13.481Z] ---> Using cache [2023-02-16T02:38:13.481Z] ---> 554ef53ad2bc [2023-02-16T02:38:13.481Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-16T02:38:13.481Z] ---> Running in 1d3bcda4a906 [2023-02-16T02:38:13.481Z] ---> Running in 9d052c808cd0 [2023-02-16T02:38:14.413Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-16T02:38:14.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:14.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:14.929Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T02:38:14.929Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T02:38:14.929Z] OK: 15857 distinct packages available [2023-02-16T02:38:14.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:14.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:15.188Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-16T02:38:15.188Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-16T02:38:15.188Z] (3/5) Installing libucontext (1.1-r0) [2023-02-16T02:38:15.188Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-16T02:38:15.188Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-16T02:38:15.188Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T02:38:15.188Z] OK: 7 MiB in 19 packages [2023-02-16T02:38:17.724Z] Removing intermediate container 1d3bcda4a906 [2023-02-16T02:38:17.724Z] ---> 4f223ac1fe42 [2023-02-16T02:38:17.724Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T02:38:19.633Z] ---> d4b02a4e73b9 [2023-02-16T02:38:19.633Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T02:38:19.633Z] ---> Running in 219c8249ee4a [2023-02-16T02:38:20.201Z] Removing intermediate container 219c8249ee4a [2023-02-16T02:38:20.201Z] ---> f5c9f542b2d0 [2023-02-16T02:38:20.201Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T02:38:20.201Z] ---> 952eba8ce445 [2023-02-16T02:38:20.201Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T02:38:20.201Z] ---> Running in 9ff130989ea1 [2023-02-16T02:38:20.460Z] Removing intermediate container 9ff130989ea1 [2023-02-16T02:38:20.460Z] ---> 55f6f3ab1697 [2023-02-16T02:38:20.460Z] 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-02-16T02:38:20.719Z] ---> 91826cedaf06 [2023-02-16T02:38:20.719Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-16T02:38:20.719Z] ---> Running in c4fdb793c6fc [2023-02-16T02:38:21.288Z] ---> 8397b0105c6d [2023-02-16T02:38:21.288Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-16T02:38:21.855Z] ---> 9c49fe9609fc [2023-02-16T02:38:21.855Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T02:38:21.855Z] ---> Running in cb86389fef8e [2023-02-16T02:38:22.114Z] Removing intermediate container c4fdb793c6fc [2023-02-16T02:38:22.114Z] ---> e18236c2f03e [2023-02-16T02:38:22.114Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T02:38:22.114Z] Removing intermediate container cb86389fef8e [2023-02-16T02:38:22.114Z] ---> bd38a8173a71 [2023-02-16T02:38:22.114Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T02:38:22.114Z] ---> Running in ef10cb5b6752 [2023-02-16T02:38:22.114Z] ---> Running in a31453121448 [2023-02-16T02:38:22.378Z] Removing intermediate container a31453121448 [2023-02-16T02:38:22.378Z] ---> a3b56acb6371 [2023-02-16T02:38:22.378Z] Step 21/23 : LABEL arch=x86_64 [2023-02-16T02:38:22.378Z] ---> Running in f814528107df [2023-02-16T02:38:22.378Z] Removing intermediate container ef10cb5b6752 [2023-02-16T02:38:22.378Z] ---> e738f55cc4a3 [2023-02-16T02:38:22.378Z] [2023-02-16T02:38:22.378Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T02:38:22.378Z] ---> 5ce65d7b0fde [2023-02-16T02:38:22.378Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:38:22.378Z] ---> Using cache [2023-02-16T02:38:22.378Z] ---> 41e65278f10a [2023-02-16T02:38:22.378Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T02:38:22.378Z] ---> Using cache [2023-02-16T02:38:22.378Z] ---> 4f223ac1fe42 [2023-02-16T02:38:22.378Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-16T02:38:22.945Z] Removing intermediate container f814528107df [2023-02-16T02:38:22.945Z] ---> 756dbe8c22f5 [2023-02-16T02:38:22.945Z] Step 22/23 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:22.945Z] ---> Running in 58faaf239958 [2023-02-16T02:38:23.535Z] Removing intermediate container 58faaf239958 [2023-02-16T02:38:23.535Z] ---> 85e041eae08b [2023-02-16T02:38:23.535Z] Step 23/23 : LABEL version=3.0.0-dev.53 [2023-02-16T02:38:23.535Z] ---> Running in 644127e17ad4 [2023-02-16T02:38:23.535Z] ---> 1b6bb88025f6 [2023-02-16T02:38:23.535Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T02:38:23.794Z] Removing intermediate container 644127e17ad4 [2023-02-16T02:38:23.794Z] ---> 76abd6a700b8 [2023-02-16T02:38:23.794Z] [2023-02-16T02:38:23.794Z] Successfully built 76abd6a700b8 [2023-02-16T02:38:23.794Z] Successfully tagged security-spire-server:latest [2023-02-16T02:38:23.794Z] Building security-secretstore-setup [2023-02-16T02:38:27.086Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:38:27.086Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:38:27.086Z] ---> fc5e8e83ec4f [2023-02-16T02:38:27.086Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T02:38:27.086Z] ---> Using cache [2023-02-16T02:38:27.086Z] ---> b855c2f97239 [2023-02-16T02:38:27.086Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-16T02:38:27.086Z] ---> Using cache [2023-02-16T02:38:27.086Z] ---> 5a2d539c8cad [2023-02-16T02:38:27.086Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T02:38:27.086Z] ---> Using cache [2023-02-16T02:38:27.086Z] ---> e942d0ed9453 [2023-02-16T02:38:27.086Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:38:27.086Z] ---> Using cache [2023-02-16T02:38:27.086Z] ---> d87a87ed0d27 [2023-02-16T02:38:27.086Z] Step 7/24 : COPY . . [2023-02-16T02:38:27.086Z] ---> Using cache [2023-02-16T02:38:27.086Z] ---> aac2e13aad11 [2023-02-16T02:38:27.086Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-16T02:38:27.086Z] ---> de3a6081ba6c [2023-02-16T02:38:27.086Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T02:38:27.086Z] ---> Running in d6bbba8df454 [2023-02-16T02:38:27.653Z] ---> 22a0c2b11eaf [2023-02-16T02:38:27.653Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-16T02:38:27.653Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-16T02:38:28.243Z] ---> b8d5eda45774 [2023-02-16T02:38:28.243Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-16T02:38:28.809Z] ---> 013368039487 [2023-02-16T02:38:28.809Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T02:38:28.809Z] ---> Running in ec28c96f55a9 [2023-02-16T02:38:29.375Z] Removing intermediate container ec28c96f55a9 [2023-02-16T02:38:29.375Z] ---> 02ed6f72cbb4 [2023-02-16T02:38:29.375Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T02:38:29.375Z] ---> Running in 40b15621ebbf [2023-02-16T02:38:29.632Z] Removing intermediate container 40b15621ebbf [2023-02-16T02:38:29.632Z] ---> 740573345b5c [2023-02-16T02:38:29.632Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T02:38:29.891Z] ---> Running in 8df05d46abb1 [2023-02-16T02:38:30.474Z] Removing intermediate container 8df05d46abb1 [2023-02-16T02:38:30.474Z] ---> 417ff8311f44 [2023-02-16T02:38:30.474Z] Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:30.474Z] ---> Running in 82aa8a6906d0 [2023-02-16T02:38:30.474Z] Removing intermediate container 93f39655e10b [2023-02-16T02:38:30.474Z] ---> c5e79f6b0439 [2023-02-16T02:38:30.474Z] [2023-02-16T02:38:30.474Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T02:38:30.474Z] ---> dfd21b5a31f5 [2023-02-16T02:38:30.474Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-16T02:38:30.474Z] ---> Running in 0f5d539bed75 [2023-02-16T02:38:30.732Z] Removing intermediate container 82aa8a6906d0 [2023-02-16T02:38:30.732Z] ---> d0c10057fcab [2023-02-16T02:38:30.732Z] Step 24/24 : LABEL version=3.0.0-dev.53 [2023-02-16T02:38:30.732Z] ---> Running in f384c86cde55 [2023-02-16T02:38:30.991Z] Removing intermediate container f384c86cde55 [2023-02-16T02:38:30.991Z] ---> bf28916dcb44 [2023-02-16T02:38:30.991Z] [2023-02-16T02:38:31.249Z] Successfully built bf28916dcb44 [2023-02-16T02:38:31.249Z] Successfully tagged security-spire-agent:latest [2023-02-16T02:38:31.249Z]  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:31.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:31.765Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-16T02:38:31.765Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-16T02:38:31.765Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:38:31.765Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T02:38:31.765Z] OK: 6 MiB in 16 packages [2023-02-16T02:38:32.701Z] Removing intermediate container 0f5d539bed75 [2023-02-16T02:38:32.701Z] ---> 322b34afd4ff [2023-02-16T02:38:32.701Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T02:38:32.701Z] ---> Running in 07d2e2d3d574 [2023-02-16T02:38:32.962Z] Removing intermediate container 07d2e2d3d574 [2023-02-16T02:38:32.962Z] ---> 250b27a85204 [2023-02-16T02:38:32.962Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-16T02:38:32.962Z] ---> Running in 60958539d2e1 [2023-02-16T02:38:33.219Z] Removing intermediate container 60958539d2e1 [2023-02-16T02:38:33.220Z] ---> c64ec29153ef [2023-02-16T02:38:33.220Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T02:38:33.220Z] ---> Running in 2faf85505c7a [2023-02-16T02:38:33.786Z] Removing intermediate container 2faf85505c7a [2023-02-16T02:38:33.786Z] ---> b089e1812247 [2023-02-16T02:38:33.786Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:38:34.043Z] ---> 59895b41f530 [2023-02-16T02:38:34.043Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-16T02:38:35.027Z] ---> e1f3d76e6fea [2023-02-16T02:38:35.027Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-16T02:38:35.332Z] ---> d60312f0f796 [2023-02-16T02:38:35.332Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-16T02:38:35.332Z] ---> Running in 81421ab7ae9d [2023-02-16T02:38:35.591Z] Removing intermediate container 81421ab7ae9d [2023-02-16T02:38:35.591Z] ---> 853d170a1fdd [2023-02-16T02:38:35.591Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:38:35.591Z] ---> Running in 8e3e220cb940 [2023-02-16T02:38:35.849Z] Removing intermediate container 8e3e220cb940 [2023-02-16T02:38:35.849Z] ---> bea8e54d772a [2023-02-16T02:38:35.849Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T02:38:36.108Z] ---> Running in db1b8de02806 [2023-02-16T02:38:36.366Z] Removing intermediate container db1b8de02806 [2023-02-16T02:38:36.366Z] ---> 8cef4d1487c3 [2023-02-16T02:38:36.366Z] Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:36.366Z] ---> Running in 2e1c32f3bc3f [2023-02-16T02:38:36.623Z] Removing intermediate container 2e1c32f3bc3f [2023-02-16T02:38:36.623Z] ---> 3e2c748a060b [2023-02-16T02:38:36.623Z] Step 22/22 : LABEL version=3.0.0-dev.53 [2023-02-16T02:38:36.881Z] ---> Running in 98c019ff1327 [2023-02-16T02:38:37.140Z] Removing intermediate container 98c019ff1327 [2023-02-16T02:38:37.140Z] ---> 008cbff6c795 [2023-02-16T02:38:37.140Z] [2023-02-16T02:38:37.409Z] Successfully built 008cbff6c795 [2023-02-16T02:38:37.409Z] Successfully tagged support-notifications:latest [2023-02-16T02:38:39.310Z]  Building support-notifications ... done Removing intermediate container 3375f9ed63be [2023-02-16T02:38:39.310Z] ---> d5ecf5f426c5 [2023-02-16T02:38:39.310Z] [2023-02-16T02:38:39.310Z] Step 9/19 : FROM alpine:3.15 [2023-02-16T02:38:39.310Z] ---> 5ce65d7b0fde [2023-02-16T02:38:39.310Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:38:39.310Z] ---> Using cache [2023-02-16T02:38:39.310Z] ---> 41e65278f10a [2023-02-16T02:38:39.310Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-16T02:38:39.310Z] ---> Running in b9578c16acc1 [2023-02-16T02:38:39.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:39.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:40.760Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T02:38:40.760Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T02:38:40.760Z] OK: 15857 distinct packages available [2023-02-16T02:38:40.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:41.019Z] Removing intermediate container 9d052c808cd0 [2023-02-16T02:38:41.019Z] ---> 2955fde5237e [2023-02-16T02:38:41.019Z] [2023-02-16T02:38:41.019Z] Step 10/24 : FROM alpine:3.16 [2023-02-16T02:38:41.019Z] ---> dfd21b5a31f5 [2023-02-16T02:38:41.019Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:38:41.019Z] ---> Using cache [2023-02-16T02:38:41.019Z] ---> 92dc4ecb5d75 [2023-02-16T02:38:41.019Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T02:38:41.019Z] ---> Using cache [2023-02-16T02:38:41.019Z] ---> 3a07b5d1b80c [2023-02-16T02:38:41.019Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-16T02:38:41.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:41.019Z] ---> Running in 39ddba0418d6 [2023-02-16T02:38:41.019Z] Removing intermediate container 39ddba0418d6 [2023-02-16T02:38:41.019Z] ---> 2d9d17bf4b1a [2023-02-16T02:38:41.019Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-16T02:38:41.276Z] ---> Running in d73145dc38f3 [2023-02-16T02:38:41.276Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-16T02:38:41.276Z] Removing intermediate container d73145dc38f3 [2023-02-16T02:38:41.276Z] ---> f747b82d1d67 [2023-02-16T02:38:41.276Z] Step 15/24 : WORKDIR / [2023-02-16T02:38:41.276Z] ---> Running in b8cf15b37eb6 [2023-02-16T02:38:41.276Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-16T02:38:41.276Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-16T02:38:41.535Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-16T02:38:41.535Z] Removing intermediate container b8cf15b37eb6 [2023-02-16T02:38:41.535Z] ---> f1e393c06c74 [2023-02-16T02:38:41.535Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:38:41.535Z] (5/9) Installing curl (7.80.0-r6) [2023-02-16T02:38:41.535Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-16T02:38:41.535Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-16T02:38:41.535Z] (8/9) Installing libucontext (1.1-r0) [2023-02-16T02:38:41.535Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-16T02:38:41.535Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T02:38:41.535Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T02:38:41.535Z] OK: 8 MiB in 23 packages [2023-02-16T02:38:41.535Z] ---> 1f1fdcc95dde [2023-02-16T02:38:41.535Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-16T02:38:42.105Z] ---> 59fb9f1d7cd6 [2023-02-16T02:38:42.105Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-16T02:38:42.105Z] Removing intermediate container b9578c16acc1 [2023-02-16T02:38:42.105Z] ---> 9f7009bf5be0 [2023-02-16T02:38:42.105Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:38:42.383Z] ---> 82cfcb94aee9 [2023-02-16T02:38:42.383Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-16T02:38:42.383Z] ---> 7179e15dd4a1 [2023-02-16T02:38:42.383Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-16T02:38:42.383Z] ---> 4f001825f4d5 [2023-02-16T02:38:42.383Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-16T02:38:42.646Z] ---> Running in cff014d5b5a1 [2023-02-16T02:38:42.646Z] Removing intermediate container cff014d5b5a1 [2023-02-16T02:38:42.646Z] ---> 63155684f990 [2023-02-16T02:38:42.646Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:38:42.646Z] ---> 0fbe76672da2 [2023-02-16T02:38:42.646Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-16T02:38:42.646Z] ---> Running in b37628d4dcfd [2023-02-16T02:38:42.903Z] Removing intermediate container b37628d4dcfd [2023-02-16T02:38:42.904Z] ---> 6916bd8c64c6 [2023-02-16T02:38:42.904Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T02:38:42.904Z] ---> 5e641e36f1ff [2023-02-16T02:38:42.904Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-16T02:38:43.161Z] ---> Running in 1cb82eea734a [2023-02-16T02:38:43.161Z] ---> Running in 6a7a43de9129 [2023-02-16T02:38:43.161Z] Removing intermediate container 1cb82eea734a [2023-02-16T02:38:43.161Z] ---> 8cb8fe9df415 [2023-02-16T02:38:43.161Z] Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:43.161Z] Removing intermediate container 6a7a43de9129 [2023-02-16T02:38:43.161Z] ---> 86366137d33d [2023-02-16T02:38:43.161Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:38:43.161Z] ---> Running in 6495d4422f0b [2023-02-16T02:38:43.161Z] ---> Running in 092e5956d122 [2023-02-16T02:38:43.418Z] Removing intermediate container 092e5956d122 [2023-02-16T02:38:43.418Z] ---> f62c9abe4800 [2023-02-16T02:38:43.418Z] Step 17/19 : LABEL arch=x86_64 [2023-02-16T02:38:43.418Z] ---> Running in c708f1a421ae [2023-02-16T02:38:43.418Z] Removing intermediate container 6495d4422f0b [2023-02-16T02:38:43.418Z] ---> 9fc783f5a268 [2023-02-16T02:38:43.418Z] Step 24/24 : LABEL version=3.0.0-dev.53 [2023-02-16T02:38:43.418Z] ---> Running in 48bea8fdb35d [2023-02-16T02:38:43.677Z] Removing intermediate container c708f1a421ae [2023-02-16T02:38:43.677Z] ---> 4df10feaf588 [2023-02-16T02:38:43.677Z] Step 18/19 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:43.677Z] Removing intermediate container 48bea8fdb35d [2023-02-16T02:38:43.677Z] ---> a7cce2d9e1fd [2023-02-16T02:38:43.677Z] [2023-02-16T02:38:43.677Z] ---> Running in f280c2228edf [2023-02-16T02:38:43.677Z] Successfully built a7cce2d9e1fd [2023-02-16T02:38:43.677Z] Successfully tagged core-metadata:latest [2023-02-16T02:38:43.677Z]  Building core-metadata ... done Removing intermediate container f280c2228edf [2023-02-16T02:38:43.677Z] ---> af7bf97ea76e [2023-02-16T02:38:43.677Z] Step 19/19 : LABEL version=3.0.0-dev.53 [2023-02-16T02:38:43.938Z] ---> Running in 2da2fca69cf0 [2023-02-16T02:38:43.938Z] Removing intermediate container 2da2fca69cf0 [2023-02-16T02:38:43.938Z] ---> eee612a0e2e4 [2023-02-16T02:38:43.938Z] [2023-02-16T02:38:43.938Z] Successfully built eee612a0e2e4 [2023-02-16T02:38:43.938Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-16T02:38:45.312Z]  Building security-spiffe-token-provider ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-16T02:38:47.843Z] Removing intermediate container d6bbba8df454 [2023-02-16T02:38:47.843Z] ---> e8e137f7f82d [2023-02-16T02:38:47.843Z] [2023-02-16T02:38:47.843Z] Step 9/24 : FROM alpine:3.16 [2023-02-16T02:38:47.843Z] ---> dfd21b5a31f5 [2023-02-16T02:38:47.843Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-16T02:38:47.843Z] ---> Running in 4dfc37236fec [2023-02-16T02:38:48.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:48.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T02:38:48.623Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-16T02:38:48.623Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-16T02:38:48.623Z] (3/3) Installing su-exec (0.2-r1) [2023-02-16T02:38:48.623Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:38:48.623Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T02:38:48.623Z] OK: 6 MiB in 17 packages [2023-02-16T02:38:49.188Z] Removing intermediate container 4dfc37236fec [2023-02-16T02:38:49.188Z] ---> 816e280c8b35 [2023-02-16T02:38:49.188Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T02:38:49.188Z] ---> Running in 01e43ee061e4 [2023-02-16T02:38:49.188Z] Removing intermediate container 01e43ee061e4 [2023-02-16T02:38:49.188Z] ---> 9fc91c61622d [2023-02-16T02:38:49.188Z] Step 12/24 : WORKDIR / [2023-02-16T02:38:49.188Z] ---> Running in 2c7201fc4616 [2023-02-16T02:38:49.447Z] Removing intermediate container 2c7201fc4616 [2023-02-16T02:38:49.447Z] ---> 7567499209f5 [2023-02-16T02:38:49.447Z] 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-02-16T02:38:49.447Z] ---> 37a87149ab56 [2023-02-16T02:38:49.447Z] 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-02-16T02:38:49.707Z] ---> 46c96d18f615 [2023-02-16T02:38:49.707Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-16T02:38:49.707Z] ---> 021779230e40 [2023-02-16T02:38:49.707Z] 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-02-16T02:38:49.965Z] ---> 11061845a026 [2023-02-16T02:38:49.965Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-16T02:38:50.223Z] ---> 6d3109a2d13b [2023-02-16T02:38:50.223Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-16T02:38:50.482Z] ---> 346f7e7f8189 [2023-02-16T02:38:50.482Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T02:38:50.739Z] ---> 0464373fa1c0 [2023-02-16T02:38:50.740Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T02:38:50.740Z] ---> Running in 648af907fec4 [2023-02-16T02:38:51.304Z] Removing intermediate container 648af907fec4 [2023-02-16T02:38:51.304Z] ---> 96824ca0a27a [2023-02-16T02:38:51.304Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T02:38:51.304Z] ---> Running in cc0861d10393 [2023-02-16T02:38:51.304Z] Removing intermediate container cc0861d10393 [2023-02-16T02:38:51.304Z] ---> ea39a62f95a9 [2023-02-16T02:38:51.304Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T02:38:51.304Z] ---> Running in e2536fb48576 [2023-02-16T02:38:51.563Z] Removing intermediate container e2536fb48576 [2023-02-16T02:38:51.563Z] ---> b5716a5f7203 [2023-02-16T02:38:51.563Z] Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:51.563Z] ---> Running in 71287a738d26 [2023-02-16T02:38:51.563Z] Removing intermediate container 71287a738d26 [2023-02-16T02:38:51.564Z] ---> a763537a9b6a [2023-02-16T02:38:51.564Z] Step 24/24 : LABEL version=3.0.0-dev.53 [2023-02-16T02:38:51.564Z] ---> Running in 16fa934d7fb2 [2023-02-16T02:38:51.822Z] Removing intermediate container 16fa934d7fb2 [2023-02-16T02:38:51.822Z] ---> ec5c125ff0b2 [2023-02-16T02:38:51.822Z] [2023-02-16T02:38:51.822Z] Successfully built ec5c125ff0b2 [2023-02-16T02:38:51.822Z] Successfully tagged security-secretstore-setup:latest [2023-02-16T02:38:51.828Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-02-16T02:38:51.835Z] $ docker stop --time=1 7cfa386827edcaa4bed580b55a63fe71f47332ba5bb3225016e661bd06addd06 [2023-02-16T02:38:53.136Z] $ docker rm -f --volumes 7cfa386827edcaa4bed580b55a63fe71f47332ba5bb3225016e661bd06addd06 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T02:38:53.468Z] + docker images [2023-02-16T02:38:53.468Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-16T02:38:53.468Z] security-secretstore-setup latest ec5c125ff0b2 2 seconds ago 30MB [2023-02-16T02:38:53.468Z] e8e137f7f82d 6 seconds ago 1.67GB [2023-02-16T02:38:53.468Z] core-metadata latest a7cce2d9e1fd 10 seconds ago 18.5MB [2023-02-16T02:38:53.468Z] security-spiffe-token-provider latest eee612a0e2e4 10 seconds ago 30MB [2023-02-16T02:38:53.468Z] 2955fde5237e 13 seconds ago 1.68GB [2023-02-16T02:38:53.468Z] d5ecf5f426c5 15 seconds ago 1.71GB [2023-02-16T02:38:53.468Z] support-notifications latest 008cbff6c795 17 seconds ago 30.7MB [2023-02-16T02:38:53.468Z] security-spire-agent latest bf28916dcb44 23 seconds ago 125MB [2023-02-16T02:38:53.468Z] c5e79f6b0439 23 seconds ago 1.74GB [2023-02-16T02:38:53.468Z] security-spire-server latest 76abd6a700b8 30 seconds ago 86.5MB [2023-02-16T02:38:53.468Z] e738f55cc4a3 31 seconds ago 1.55GB [2023-02-16T02:38:53.468Z] cb84a4b5794f 41 seconds ago 1.55GB [2023-02-16T02:38:53.468Z] core-command latest 04a107940b1f 45 seconds ago 17.7MB [2023-02-16T02:38:53.468Z] 668deead3ff6 58 seconds ago 1.68GB [2023-02-16T02:38:53.468Z] security-bootstrapper latest 0442faa639b0 About a minute ago 20.4MB [2023-02-16T02:38:53.468Z] support-scheduler latest 3bc3dce45b6e About a minute ago 30MB [2023-02-16T02:38:53.468Z] core-common-config-bootstrapper latest 77e682234258 About a minute ago 15.5MB [2023-02-16T02:38:53.468Z] security-proxy-setup latest 52cd69c1e33f About a minute ago 27.8MB [2023-02-16T02:38:53.468Z] c598920bdc80 About a minute ago 1.67GB [2023-02-16T02:38:53.468Z] core-data latest 50580927872d About a minute ago 17.9MB [2023-02-16T02:38:53.468Z] d6934a5087d9 About a minute ago 1.74GB [2023-02-16T02:38:53.468Z] b97db3248071 About a minute ago 1.67GB [2023-02-16T02:38:53.468Z] 4c188b9c95c8 About a minute ago 1.67GB [2023-02-16T02:38:53.468Z] ecef6c4818d8 About a minute ago 1.68GB [2023-02-16T02:38:53.468Z] security-spire-config latest 379cf75d242e About a minute ago 85.8MB [2023-02-16T02:38:53.468Z] ebf4ae2eba21 2 minutes ago 1.55GB [2023-02-16T02:38:53.468Z] ci-base-image-x86_64 latest fc5e8e83ec4f 5 minutes ago 903MB [2023-02-16T02:38:53.468Z] alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB [2023-02-16T02:38:53.468Z] alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB [2023-02-16T02:38:53.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-16T02:38:53.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-16T02:38:53.468Z] 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-02-16T02:38:53.587Z] provisioning config files... [2023-02-16T02:38:53.595Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/414@tmp/config9403981973490689176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T02:38:53.893Z] ---> docker-login.sh [2023-02-16T02:38:53.893Z] nexus3.edgexfoundry.org:10001 [2023-02-16T02:38:53.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:38:53.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:38:53.893Z] Configure a credential helper to remove this warning. See [2023-02-16T02:38:53.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:38:53.893Z] [2023-02-16T02:38:53.893Z] Login Succeeded [2023-02-16T02:38:53.893Z] nexus3.edgexfoundry.org:10002 [2023-02-16T02:38:54.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:38:54.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:38:54.154Z] Configure a credential helper to remove this warning. See [2023-02-16T02:38:54.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:38:54.154Z] [2023-02-16T02:38:54.154Z] Login Succeeded [2023-02-16T02:38:54.154Z] nexus3.edgexfoundry.org:10003 [2023-02-16T02:38:54.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:38:54.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:38:54.154Z] Configure a credential helper to remove this warning. See [2023-02-16T02:38:54.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:38:54.154Z] [2023-02-16T02:38:54.154Z] Login Succeeded [2023-02-16T02:38:54.415Z] nexus3.edgexfoundry.org:10004 [2023-02-16T02:38:54.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:38:54.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:38:54.415Z] Configure a credential helper to remove this warning. See [2023-02-16T02:38:54.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:38:54.415Z] [2023-02-16T02:38:54.415Z] Login Succeeded [2023-02-16T02:38:54.415Z] docker.io [2023-02-16T02:38:54.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:38:54.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:38:54.675Z] Configure a credential helper to remove this warning. See [2023-02-16T02:38:54.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:38:54.675Z] [2023-02-16T02:38:54.675Z] Login Succeeded [2023-02-16T02:38:54.675Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T02:38:54.683Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:38:54.717Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T02:38:54.740Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-16T02:38:54.740Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:54.740Z] latest [2023-02-16T02:38:54.740Z] 3.0.0-dev.53 [2023-02-16T02:38:54.740Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:38:54.740Z] main [2023-02-16T02:38:54.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:55.058Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:55.366Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:55.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T02:38:55.366Z] 4b76aad24bc7: Preparing [2023-02-16T02:38:55.366Z] 0bbf6b56598a: Preparing [2023-02-16T02:38:55.366Z] 3c17ee317141: Preparing [2023-02-16T02:38:55.366Z] 4fdcaf2bd634: Preparing [2023-02-16T02:38:55.366Z] aa5968d388b8: Preparing [2023-02-16T02:38:55.366Z] aa5968d388b8: Layer already exists [2023-02-16T02:38:55.366Z] 4fdcaf2bd634: Pushed [2023-02-16T02:38:55.366Z] 3c17ee317141: Pushed [2023-02-16T02:38:56.743Z] 4b76aad24bc7: Pushed [2023-02-16T02:38:56.743Z] 0bbf6b56598a: Pushed [2023-02-16T02:38:56.743Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:57.062Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:57.406Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-16T02:38:57.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T02:38:57.406Z] 4b76aad24bc7: Preparing [2023-02-16T02:38:57.406Z] 0bbf6b56598a: Preparing [2023-02-16T02:38:57.406Z] 3c17ee317141: Preparing [2023-02-16T02:38:57.406Z] 4fdcaf2bd634: Preparing [2023-02-16T02:38:57.406Z] aa5968d388b8: Preparing [2023-02-16T02:38:57.406Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:38:57.406Z] 4b76aad24bc7: Layer already exists [2023-02-16T02:38:57.406Z] aa5968d388b8: Layer already exists [2023-02-16T02:38:57.406Z] 0bbf6b56598a: Layer already exists [2023-02-16T02:38:57.406Z] 3c17ee317141: Layer already exists [2023-02-16T02:38:57.406Z] latest: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:57.721Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:58.028Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.53 [2023-02-16T02:38:58.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T02:38:58.028Z] 4b76aad24bc7: Preparing [2023-02-16T02:38:58.028Z] 0bbf6b56598a: Preparing [2023-02-16T02:38:58.028Z] 3c17ee317141: Preparing [2023-02-16T02:38:58.028Z] 4fdcaf2bd634: Preparing [2023-02-16T02:38:58.028Z] aa5968d388b8: Preparing [2023-02-16T02:38:58.028Z] aa5968d388b8: Layer already exists [2023-02-16T02:38:58.028Z] 0bbf6b56598a: Layer already exists [2023-02-16T02:38:58.028Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:38:58.028Z] 3c17ee317141: Layer already exists [2023-02-16T02:38:58.028Z] 4b76aad24bc7: Layer already exists [2023-02-16T02:38:58.028Z] 3.0.0-dev.53: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:58.340Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:58.649Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:38:58.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T02:38:58.649Z] 4b76aad24bc7: Preparing [2023-02-16T02:38:58.649Z] 0bbf6b56598a: Preparing [2023-02-16T02:38:58.649Z] 3c17ee317141: Preparing [2023-02-16T02:38:58.649Z] 4fdcaf2bd634: Preparing [2023-02-16T02:38:58.649Z] aa5968d388b8: Preparing [2023-02-16T02:38:58.649Z] 4b76aad24bc7: Layer already exists [2023-02-16T02:38:58.649Z] aa5968d388b8: Layer already exists [2023-02-16T02:38:58.649Z] 0bbf6b56598a: Layer already exists [2023-02-16T02:38:58.649Z] 3c17ee317141: Layer already exists [2023-02-16T02:38:58.649Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:38:58.649Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:58.979Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:59.287Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-16T02:38:59.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T02:38:59.287Z] 4b76aad24bc7: Preparing [2023-02-16T02:38:59.287Z] 0bbf6b56598a: Preparing [2023-02-16T02:38:59.287Z] 3c17ee317141: Preparing [2023-02-16T02:38:59.287Z] 4fdcaf2bd634: Preparing [2023-02-16T02:38:59.287Z] aa5968d388b8: Preparing [2023-02-16T02:38:59.287Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:38:59.287Z] aa5968d388b8: Layer already exists [2023-02-16T02:38:59.287Z] 4b76aad24bc7: Layer already exists [2023-02-16T02:38:59.287Z] 0bbf6b56598a: Layer already exists [2023-02-16T02:38:59.287Z] 3c17ee317141: Layer already exists [2023-02-16T02:38:59.287Z] main: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:38:59.326Z] ===================================================== [Pipeline] echo [2023-02-16T02:38:59.332Z] taggedImages: [2023-02-16T02:38:59.332Z] - nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:59.332Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-16T02:38:59.332Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.53 [2023-02-16T02:38:59.332Z] - nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:38:59.332Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-16T02:38:59.350Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-16T02:38:59.350Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:38:59.350Z] latest [2023-02-16T02:38:59.350Z] 3.0.0-dev.53 [2023-02-16T02:38:59.350Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:38:59.350Z] main [2023-02-16T02:38:59.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:38:59.661Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:00.133Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:00.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T02:39:00.134Z] 20fc3c881136: Preparing [2023-02-16T02:39:00.134Z] 3681fb22b7e2: Preparing [2023-02-16T02:39:00.134Z] 44995246fd8e: Preparing [2023-02-16T02:39:00.134Z] 33c2c96b20c2: Preparing [2023-02-16T02:39:00.134Z] 3c17ee317141: Preparing [2023-02-16T02:39:00.134Z] 3ce453dc4cc5: Preparing [2023-02-16T02:39:00.134Z] aa5968d388b8: Preparing [2023-02-16T02:39:00.134Z] 3ce453dc4cc5: Waiting [2023-02-16T02:39:00.134Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:00.134Z] 44995246fd8e: Pushed [2023-02-16T02:39:00.134Z] 3ce453dc4cc5: Pushed [2023-02-16T02:39:00.134Z] 20fc3c881136: Pushed [2023-02-16T02:39:00.134Z] 3681fb22b7e2: Pushed [2023-02-16T02:39:00.134Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:01.144Z] 33c2c96b20c2: Pushed [2023-02-16T02:39:01.416Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:01.784Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:02.159Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-16T02:39:02.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T02:39:02.159Z] 20fc3c881136: Preparing [2023-02-16T02:39:02.159Z] 3681fb22b7e2: Preparing [2023-02-16T02:39:02.159Z] 44995246fd8e: Preparing [2023-02-16T02:39:02.159Z] 33c2c96b20c2: Preparing [2023-02-16T02:39:02.159Z] 3c17ee317141: Preparing [2023-02-16T02:39:02.159Z] 3ce453dc4cc5: Preparing [2023-02-16T02:39:02.159Z] aa5968d388b8: Preparing [2023-02-16T02:39:02.159Z] 3ce453dc4cc5: Waiting [2023-02-16T02:39:02.159Z] aa5968d388b8: Waiting [2023-02-16T02:39:02.159Z] 3681fb22b7e2: Layer already exists [2023-02-16T02:39:02.159Z] 44995246fd8e: Layer already exists [2023-02-16T02:39:02.159Z] 33c2c96b20c2: Layer already exists [2023-02-16T02:39:02.159Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:02.159Z] 20fc3c881136: Layer already exists [2023-02-16T02:39:02.159Z] 3ce453dc4cc5: Layer already exists [2023-02-16T02:39:02.159Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:02.159Z] latest: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:02.460Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:02.766Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.53 [2023-02-16T02:39:02.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T02:39:02.766Z] 20fc3c881136: Preparing [2023-02-16T02:39:02.766Z] 3681fb22b7e2: Preparing [2023-02-16T02:39:02.766Z] 44995246fd8e: Preparing [2023-02-16T02:39:02.766Z] 33c2c96b20c2: Preparing [2023-02-16T02:39:02.766Z] 3c17ee317141: Preparing [2023-02-16T02:39:02.766Z] 3ce453dc4cc5: Preparing [2023-02-16T02:39:02.766Z] aa5968d388b8: Preparing [2023-02-16T02:39:02.766Z] 3ce453dc4cc5: Waiting [2023-02-16T02:39:02.766Z] aa5968d388b8: Waiting [2023-02-16T02:39:02.766Z] 33c2c96b20c2: Layer already exists [2023-02-16T02:39:02.766Z] 20fc3c881136: Layer already exists [2023-02-16T02:39:02.766Z] 44995246fd8e: Layer already exists [2023-02-16T02:39:02.766Z] 3681fb22b7e2: Layer already exists [2023-02-16T02:39:02.766Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:02.766Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:02.766Z] 3ce453dc4cc5: Layer already exists [2023-02-16T02:39:02.766Z] 3.0.0-dev.53: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:03.075Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:03.381Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:03.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T02:39:03.381Z] 20fc3c881136: Preparing [2023-02-16T02:39:03.381Z] 3681fb22b7e2: Preparing [2023-02-16T02:39:03.381Z] 44995246fd8e: Preparing [2023-02-16T02:39:03.381Z] 33c2c96b20c2: Preparing [2023-02-16T02:39:03.381Z] 3c17ee317141: Preparing [2023-02-16T02:39:03.381Z] 3ce453dc4cc5: Preparing [2023-02-16T02:39:03.381Z] aa5968d388b8: Preparing [2023-02-16T02:39:03.381Z] 33c2c96b20c2: Layer already exists [2023-02-16T02:39:03.381Z] 3681fb22b7e2: Layer already exists [2023-02-16T02:39:03.381Z] 20fc3c881136: Layer already exists [2023-02-16T02:39:03.381Z] 44995246fd8e: Layer already exists [2023-02-16T02:39:03.381Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:03.381Z] 3ce453dc4cc5: Layer already exists [2023-02-16T02:39:03.381Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:03.381Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:03.691Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:03.999Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-16T02:39:03.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T02:39:03.999Z] 20fc3c881136: Preparing [2023-02-16T02:39:03.999Z] 3681fb22b7e2: Preparing [2023-02-16T02:39:03.999Z] 44995246fd8e: Preparing [2023-02-16T02:39:03.999Z] 33c2c96b20c2: Preparing [2023-02-16T02:39:03.999Z] 3c17ee317141: Preparing [2023-02-16T02:39:03.999Z] 3ce453dc4cc5: Preparing [2023-02-16T02:39:03.999Z] aa5968d388b8: Preparing [2023-02-16T02:39:03.999Z] 3ce453dc4cc5: Waiting [2023-02-16T02:39:03.999Z] aa5968d388b8: Waiting [2023-02-16T02:39:03.999Z] 44995246fd8e: Layer already exists [2023-02-16T02:39:03.999Z] 3681fb22b7e2: Layer already exists [2023-02-16T02:39:03.999Z] 33c2c96b20c2: Layer already exists [2023-02-16T02:39:03.999Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:03.999Z] 20fc3c881136: Layer already exists [2023-02-16T02:39:03.999Z] 3ce453dc4cc5: Layer already exists [2023-02-16T02:39:03.999Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:03.999Z] main: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:04.039Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:04.049Z] taggedImages: [2023-02-16T02:39:04.049Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:04.049Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-16T02:39:04.049Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.53 [2023-02-16T02:39:04.050Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:04.050Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-16T02:39:04.073Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-16T02:39:04.073Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:04.073Z] latest [2023-02-16T02:39:04.073Z] 3.0.0-dev.53 [2023-02-16T02:39:04.073Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:04.073Z] main [2023-02-16T02:39:04.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:04.403Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:04.713Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:04.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T02:39:04.713Z] 7688abba8aaa: Preparing [2023-02-16T02:39:04.713Z] bdb73a3b1ec1: Preparing [2023-02-16T02:39:04.713Z] 3c17ee317141: Preparing [2023-02-16T02:39:04.713Z] a143de85ed92: Preparing [2023-02-16T02:39:04.713Z] aa5968d388b8: Preparing [2023-02-16T02:39:04.713Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:04.713Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:04.713Z] 7688abba8aaa: Pushed [2023-02-16T02:39:04.713Z] a143de85ed92: Pushed [2023-02-16T02:39:06.093Z] bdb73a3b1ec1: Pushed [2023-02-16T02:39:06.093Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:06.410Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:06.714Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-16T02:39:06.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T02:39:06.714Z] 7688abba8aaa: Preparing [2023-02-16T02:39:06.714Z] bdb73a3b1ec1: Preparing [2023-02-16T02:39:06.714Z] 3c17ee317141: Preparing [2023-02-16T02:39:06.714Z] a143de85ed92: Preparing [2023-02-16T02:39:06.714Z] aa5968d388b8: Preparing [2023-02-16T02:39:06.714Z] 7688abba8aaa: Layer already exists [2023-02-16T02:39:06.714Z] bdb73a3b1ec1: Layer already exists [2023-02-16T02:39:06.714Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:06.714Z] a143de85ed92: Layer already exists [2023-02-16T02:39:06.714Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:06.714Z] latest: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:07.023Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:07.327Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.53 [2023-02-16T02:39:07.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T02:39:07.327Z] 7688abba8aaa: Preparing [2023-02-16T02:39:07.327Z] bdb73a3b1ec1: Preparing [2023-02-16T02:39:07.327Z] 3c17ee317141: Preparing [2023-02-16T02:39:07.327Z] a143de85ed92: Preparing [2023-02-16T02:39:07.327Z] aa5968d388b8: Preparing [2023-02-16T02:39:07.327Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:07.327Z] 7688abba8aaa: Layer already exists [2023-02-16T02:39:07.327Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:07.327Z] bdb73a3b1ec1: Layer already exists [2023-02-16T02:39:07.327Z] a143de85ed92: Layer already exists [2023-02-16T02:39:07.327Z] 3.0.0-dev.53: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:07.635Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:07.948Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:07.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T02:39:07.948Z] 7688abba8aaa: Preparing [2023-02-16T02:39:07.948Z] bdb73a3b1ec1: Preparing [2023-02-16T02:39:07.948Z] 3c17ee317141: Preparing [2023-02-16T02:39:07.948Z] a143de85ed92: Preparing [2023-02-16T02:39:07.948Z] aa5968d388b8: Preparing [2023-02-16T02:39:07.948Z] bdb73a3b1ec1: Layer already exists [2023-02-16T02:39:07.948Z] a143de85ed92: Layer already exists [2023-02-16T02:39:07.948Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:07.948Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:07.948Z] 7688abba8aaa: Layer already exists [2023-02-16T02:39:07.948Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:08.262Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:08.572Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-16T02:39:08.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T02:39:08.572Z] 7688abba8aaa: Preparing [2023-02-16T02:39:08.572Z] bdb73a3b1ec1: Preparing [2023-02-16T02:39:08.572Z] 3c17ee317141: Preparing [2023-02-16T02:39:08.572Z] a143de85ed92: Preparing [2023-02-16T02:39:08.572Z] aa5968d388b8: Preparing [2023-02-16T02:39:08.572Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:08.572Z] 7688abba8aaa: Layer already exists [2023-02-16T02:39:08.572Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:08.572Z] bdb73a3b1ec1: Layer already exists [2023-02-16T02:39:08.572Z] a143de85ed92: Layer already exists [2023-02-16T02:39:08.572Z] main: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:08.606Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:08.612Z] taggedImages: [2023-02-16T02:39:08.612Z] - nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:08.612Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-16T02:39:08.612Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.53 [2023-02-16T02:39:08.612Z] - nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:08.612Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-16T02:39:08.626Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-16T02:39:08.626Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:08.626Z] latest [2023-02-16T02:39:08.626Z] 3.0.0-dev.53 [2023-02-16T02:39:08.626Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:08.626Z] main [2023-02-16T02:39:08.626Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:08.927Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:09.233Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:09.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T02:39:09.233Z] 1abd1e522688: Preparing [2023-02-16T02:39:09.233Z] 58834e6776b8: Preparing [2023-02-16T02:39:09.233Z] 09a792f599fe: Preparing [2023-02-16T02:39:09.233Z] 3c17ee317141: Preparing [2023-02-16T02:39:09.233Z] 4fdcaf2bd634: Preparing [2023-02-16T02:39:09.233Z] aa5968d388b8: Preparing [2023-02-16T02:39:09.233Z] aa5968d388b8: Waiting [2023-02-16T02:39:09.233Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:09.233Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:39:09.233Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:09.493Z] 58834e6776b8: Pushed [2023-02-16T02:39:09.493Z] 1abd1e522688: Pushed [2023-02-16T02:39:10.876Z] 09a792f599fe: Pushed [2023-02-16T02:39:10.876Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:11.190Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:11.492Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-16T02:39:11.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T02:39:11.492Z] 1abd1e522688: Preparing [2023-02-16T02:39:11.492Z] 58834e6776b8: Preparing [2023-02-16T02:39:11.492Z] 09a792f599fe: Preparing [2023-02-16T02:39:11.492Z] 3c17ee317141: Preparing [2023-02-16T02:39:11.492Z] 4fdcaf2bd634: Preparing [2023-02-16T02:39:11.492Z] aa5968d388b8: Preparing [2023-02-16T02:39:11.492Z] aa5968d388b8: Waiting [2023-02-16T02:39:11.492Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:39:11.492Z] 09a792f599fe: Layer already exists [2023-02-16T02:39:11.492Z] 1abd1e522688: Layer already exists [2023-02-16T02:39:11.492Z] 58834e6776b8: Layer already exists [2023-02-16T02:39:11.493Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:11.493Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:11.493Z] latest: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:11.797Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:12.101Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.53 [2023-02-16T02:39:12.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T02:39:12.101Z] 1abd1e522688: Preparing [2023-02-16T02:39:12.101Z] 58834e6776b8: Preparing [2023-02-16T02:39:12.101Z] 09a792f599fe: Preparing [2023-02-16T02:39:12.101Z] 3c17ee317141: Preparing [2023-02-16T02:39:12.101Z] 4fdcaf2bd634: Preparing [2023-02-16T02:39:12.101Z] aa5968d388b8: Preparing [2023-02-16T02:39:12.101Z] aa5968d388b8: Waiting [2023-02-16T02:39:12.101Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:39:12.101Z] 58834e6776b8: Layer already exists [2023-02-16T02:39:12.101Z] 1abd1e522688: Layer already exists [2023-02-16T02:39:12.101Z] 09a792f599fe: Layer already exists [2023-02-16T02:39:12.101Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:12.101Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:12.101Z] 3.0.0-dev.53: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:12.406Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:12.706Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:12.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T02:39:12.706Z] 1abd1e522688: Preparing [2023-02-16T02:39:12.706Z] 58834e6776b8: Preparing [2023-02-16T02:39:12.706Z] 09a792f599fe: Preparing [2023-02-16T02:39:12.706Z] 3c17ee317141: Preparing [2023-02-16T02:39:12.706Z] 4fdcaf2bd634: Preparing [2023-02-16T02:39:12.706Z] aa5968d388b8: Preparing [2023-02-16T02:39:12.706Z] aa5968d388b8: Waiting [2023-02-16T02:39:12.706Z] 1abd1e522688: Layer already exists [2023-02-16T02:39:12.706Z] 09a792f599fe: Layer already exists [2023-02-16T02:39:12.706Z] 58834e6776b8: Layer already exists [2023-02-16T02:39:12.706Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:12.706Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:39:12.706Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:12.706Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:13.007Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:13.307Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-16T02:39:13.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T02:39:13.307Z] 1abd1e522688: Preparing [2023-02-16T02:39:13.307Z] 58834e6776b8: Preparing [2023-02-16T02:39:13.307Z] 09a792f599fe: Preparing [2023-02-16T02:39:13.307Z] 3c17ee317141: Preparing [2023-02-16T02:39:13.307Z] 4fdcaf2bd634: Preparing [2023-02-16T02:39:13.307Z] aa5968d388b8: Preparing [2023-02-16T02:39:13.307Z] aa5968d388b8: Waiting [2023-02-16T02:39:13.307Z] 09a792f599fe: Layer already exists [2023-02-16T02:39:13.307Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:13.307Z] 1abd1e522688: Layer already exists [2023-02-16T02:39:13.307Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:39:13.307Z] 58834e6776b8: Layer already exists [2023-02-16T02:39:13.307Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:13.307Z] main: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:13.343Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:13.349Z] taggedImages: [2023-02-16T02:39:13.349Z] - nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:13.349Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-16T02:39:13.349Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.53 [2023-02-16T02:39:13.349Z] - nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:13.349Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-16T02:39:13.363Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-16T02:39:13.363Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:13.363Z] latest [2023-02-16T02:39:13.363Z] 3.0.0-dev.53 [2023-02-16T02:39:13.363Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:13.363Z] main [2023-02-16T02:39:13.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:13.665Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:13.970Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:13.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T02:39:13.970Z] 77bb57706368: Preparing [2023-02-16T02:39:13.970Z] 77bb57706368: Preparing [2023-02-16T02:39:13.970Z] 11f9fdc426aa: Preparing [2023-02-16T02:39:13.970Z] 2d97f3137a44: Preparing [2023-02-16T02:39:13.970Z] 293e51dfa09c: Preparing [2023-02-16T02:39:13.970Z] eebc9bae1244: Preparing [2023-02-16T02:39:13.970Z] c17669138cba: Preparing [2023-02-16T02:39:13.970Z] 3c17ee317141: Preparing [2023-02-16T02:39:13.970Z] d482657febe6: Preparing [2023-02-16T02:39:13.970Z] f45edd620bc6: Preparing [2023-02-16T02:39:13.970Z] fd396b9b9067: Preparing [2023-02-16T02:39:13.970Z] 4985844cc1f4: Preparing [2023-02-16T02:39:13.970Z] aa5968d388b8: Preparing [2023-02-16T02:39:13.970Z] c17669138cba: Waiting [2023-02-16T02:39:13.970Z] f45edd620bc6: Waiting [2023-02-16T02:39:13.970Z] d482657febe6: Waiting [2023-02-16T02:39:13.970Z] fd396b9b9067: Waiting [2023-02-16T02:39:13.970Z] aa5968d388b8: Waiting [2023-02-16T02:39:13.970Z] 4985844cc1f4: Waiting [2023-02-16T02:39:13.970Z] 293e51dfa09c: Pushed [2023-02-16T02:39:13.970Z] 77bb57706368: Pushed [2023-02-16T02:39:13.970Z] eebc9bae1244: Pushed [2023-02-16T02:39:13.970Z] 2d97f3137a44: Pushed [2023-02-16T02:39:13.970Z] 11f9fdc426aa: Pushed [2023-02-16T02:39:13.970Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:14.235Z] d482657febe6: Pushed [2023-02-16T02:39:14.235Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:14.235Z] 4985844cc1f4: Pushed [2023-02-16T02:39:14.235Z] f45edd620bc6: Pushed [2023-02-16T02:39:14.235Z] fd396b9b9067: Pushed [2023-02-16T02:39:15.648Z] c17669138cba: Pushed [2023-02-16T02:39:15.908Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:16.222Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:16.523Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-16T02:39:16.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T02:39:16.523Z] 77bb57706368: Preparing [2023-02-16T02:39:16.523Z] 77bb57706368: Preparing [2023-02-16T02:39:16.523Z] 11f9fdc426aa: Preparing [2023-02-16T02:39:16.523Z] 2d97f3137a44: Preparing [2023-02-16T02:39:16.523Z] 293e51dfa09c: Preparing [2023-02-16T02:39:16.523Z] eebc9bae1244: Preparing [2023-02-16T02:39:16.523Z] c17669138cba: Preparing [2023-02-16T02:39:16.523Z] 3c17ee317141: Preparing [2023-02-16T02:39:16.523Z] d482657febe6: Preparing [2023-02-16T02:39:16.523Z] f45edd620bc6: Preparing [2023-02-16T02:39:16.523Z] fd396b9b9067: Preparing [2023-02-16T02:39:16.523Z] 4985844cc1f4: Preparing [2023-02-16T02:39:16.523Z] aa5968d388b8: Preparing [2023-02-16T02:39:16.523Z] 3c17ee317141: Waiting [2023-02-16T02:39:16.523Z] d482657febe6: Waiting [2023-02-16T02:39:16.523Z] f45edd620bc6: Waiting [2023-02-16T02:39:16.523Z] fd396b9b9067: Waiting [2023-02-16T02:39:16.523Z] aa5968d388b8: Waiting [2023-02-16T02:39:16.523Z] 4985844cc1f4: Waiting [2023-02-16T02:39:16.523Z] 11f9fdc426aa: Layer already exists [2023-02-16T02:39:16.523Z] 2d97f3137a44: Layer already exists [2023-02-16T02:39:16.523Z] eebc9bae1244: Layer already exists [2023-02-16T02:39:16.523Z] 293e51dfa09c: Layer already exists [2023-02-16T02:39:16.523Z] 77bb57706368: Layer already exists [2023-02-16T02:39:16.523Z] c17669138cba: Layer already exists [2023-02-16T02:39:16.523Z] f45edd620bc6: Layer already exists [2023-02-16T02:39:16.523Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:16.523Z] d482657febe6: Layer already exists [2023-02-16T02:39:16.523Z] fd396b9b9067: Layer already exists [2023-02-16T02:39:16.523Z] 4985844cc1f4: Layer already exists [2023-02-16T02:39:16.523Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:16.523Z] latest: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:16.827Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:17.128Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.53 [2023-02-16T02:39:17.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T02:39:17.128Z] 77bb57706368: Preparing [2023-02-16T02:39:17.128Z] 77bb57706368: Preparing [2023-02-16T02:39:17.128Z] 11f9fdc426aa: Preparing [2023-02-16T02:39:17.128Z] 2d97f3137a44: Preparing [2023-02-16T02:39:17.128Z] 293e51dfa09c: Preparing [2023-02-16T02:39:17.128Z] eebc9bae1244: Preparing [2023-02-16T02:39:17.128Z] c17669138cba: Preparing [2023-02-16T02:39:17.128Z] 3c17ee317141: Preparing [2023-02-16T02:39:17.128Z] d482657febe6: Preparing [2023-02-16T02:39:17.128Z] c17669138cba: Waiting [2023-02-16T02:39:17.128Z] 3c17ee317141: Waiting [2023-02-16T02:39:17.128Z] f45edd620bc6: Preparing [2023-02-16T02:39:17.128Z] fd396b9b9067: Preparing [2023-02-16T02:39:17.128Z] 4985844cc1f4: Preparing [2023-02-16T02:39:17.128Z] aa5968d388b8: Preparing [2023-02-16T02:39:17.128Z] 4985844cc1f4: Waiting [2023-02-16T02:39:17.128Z] f45edd620bc6: Waiting [2023-02-16T02:39:17.128Z] fd396b9b9067: Waiting [2023-02-16T02:39:17.128Z] aa5968d388b8: Waiting [2023-02-16T02:39:17.128Z] 2d97f3137a44: Layer already exists [2023-02-16T02:39:17.128Z] 11f9fdc426aa: Layer already exists [2023-02-16T02:39:17.128Z] 293e51dfa09c: Layer already exists [2023-02-16T02:39:17.128Z] 77bb57706368: Layer already exists [2023-02-16T02:39:17.128Z] eebc9bae1244: Layer already exists [2023-02-16T02:39:17.128Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:17.128Z] c17669138cba: Layer already exists [2023-02-16T02:39:17.128Z] fd396b9b9067: Layer already exists [2023-02-16T02:39:17.129Z] d482657febe6: Layer already exists [2023-02-16T02:39:17.129Z] f45edd620bc6: Layer already exists [2023-02-16T02:39:17.129Z] 4985844cc1f4: Layer already exists [2023-02-16T02:39:17.129Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:17.129Z] 3.0.0-dev.53: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:17.434Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:17.734Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:17.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T02:39:17.734Z] 77bb57706368: Preparing [2023-02-16T02:39:17.734Z] 77bb57706368: Preparing [2023-02-16T02:39:17.734Z] 11f9fdc426aa: Preparing [2023-02-16T02:39:17.734Z] 2d97f3137a44: Preparing [2023-02-16T02:39:17.734Z] 293e51dfa09c: Preparing [2023-02-16T02:39:17.734Z] eebc9bae1244: Preparing [2023-02-16T02:39:17.734Z] c17669138cba: Preparing [2023-02-16T02:39:17.734Z] 3c17ee317141: Preparing [2023-02-16T02:39:17.734Z] d482657febe6: Preparing [2023-02-16T02:39:17.734Z] f45edd620bc6: Preparing [2023-02-16T02:39:17.734Z] 3c17ee317141: Waiting [2023-02-16T02:39:17.734Z] fd396b9b9067: Preparing [2023-02-16T02:39:17.734Z] 4985844cc1f4: Preparing [2023-02-16T02:39:17.734Z] aa5968d388b8: Preparing [2023-02-16T02:39:17.734Z] f45edd620bc6: Waiting [2023-02-16T02:39:17.734Z] aa5968d388b8: Waiting [2023-02-16T02:39:17.734Z] fd396b9b9067: Waiting [2023-02-16T02:39:17.734Z] d482657febe6: Waiting [2023-02-16T02:39:17.734Z] c17669138cba: Waiting [2023-02-16T02:39:17.734Z] 77bb57706368: Layer already exists [2023-02-16T02:39:17.734Z] 2d97f3137a44: Layer already exists [2023-02-16T02:39:17.734Z] 11f9fdc426aa: Layer already exists [2023-02-16T02:39:17.735Z] 293e51dfa09c: Layer already exists [2023-02-16T02:39:17.735Z] eebc9bae1244: Layer already exists [2023-02-16T02:39:17.735Z] c17669138cba: Layer already exists [2023-02-16T02:39:17.735Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:17.735Z] fd396b9b9067: Layer already exists [2023-02-16T02:39:17.735Z] f45edd620bc6: Layer already exists [2023-02-16T02:39:17.735Z] d482657febe6: Layer already exists [2023-02-16T02:39:17.735Z] 4985844cc1f4: Layer already exists [2023-02-16T02:39:17.735Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:17.735Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:18.036Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:18.338Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-16T02:39:18.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T02:39:18.338Z] 77bb57706368: Preparing [2023-02-16T02:39:18.338Z] 77bb57706368: Preparing [2023-02-16T02:39:18.338Z] 11f9fdc426aa: Preparing [2023-02-16T02:39:18.338Z] 2d97f3137a44: Preparing [2023-02-16T02:39:18.338Z] 293e51dfa09c: Preparing [2023-02-16T02:39:18.338Z] eebc9bae1244: Preparing [2023-02-16T02:39:18.338Z] c17669138cba: Preparing [2023-02-16T02:39:18.338Z] 3c17ee317141: Preparing [2023-02-16T02:39:18.338Z] d482657febe6: Preparing [2023-02-16T02:39:18.338Z] f45edd620bc6: Preparing [2023-02-16T02:39:18.338Z] fd396b9b9067: Preparing [2023-02-16T02:39:18.338Z] 4985844cc1f4: Preparing [2023-02-16T02:39:18.338Z] aa5968d388b8: Preparing [2023-02-16T02:39:18.338Z] 3c17ee317141: Waiting [2023-02-16T02:39:18.338Z] d482657febe6: Waiting [2023-02-16T02:39:18.338Z] f45edd620bc6: Waiting [2023-02-16T02:39:18.338Z] fd396b9b9067: Waiting [2023-02-16T02:39:18.338Z] 4985844cc1f4: Waiting [2023-02-16T02:39:18.338Z] aa5968d388b8: Waiting [2023-02-16T02:39:18.338Z] c17669138cba: Waiting [2023-02-16T02:39:18.338Z] eebc9bae1244: Layer already exists [2023-02-16T02:39:18.338Z] 2d97f3137a44: Layer already exists [2023-02-16T02:39:18.338Z] 293e51dfa09c: Layer already exists [2023-02-16T02:39:18.338Z] 77bb57706368: Layer already exists [2023-02-16T02:39:18.338Z] 11f9fdc426aa: Layer already exists [2023-02-16T02:39:18.338Z] c17669138cba: Layer already exists [2023-02-16T02:39:18.338Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:18.338Z] fd396b9b9067: Layer already exists [2023-02-16T02:39:18.338Z] f45edd620bc6: Layer already exists [2023-02-16T02:39:18.338Z] d482657febe6: Layer already exists [2023-02-16T02:39:18.338Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:18.338Z] 4985844cc1f4: Layer already exists [2023-02-16T02:39:18.338Z] main: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:18.386Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:18.396Z] taggedImages: [2023-02-16T02:39:18.396Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:18.396Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-16T02:39:18.396Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.53 [2023-02-16T02:39:18.396Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:18.396Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-16T02:39:18.416Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-16T02:39:18.416Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:18.416Z] latest [2023-02-16T02:39:18.416Z] 3.0.0-dev.53 [2023-02-16T02:39:18.416Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:18.416Z] main [2023-02-16T02:39:18.416Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:18.732Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:19.035Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:19.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T02:39:19.035Z] dd136fa8c110: Preparing [2023-02-16T02:39:19.035Z] c181ce1419aa: Preparing [2023-02-16T02:39:19.035Z] 11c8e00f207b: Preparing [2023-02-16T02:39:19.035Z] 890c8e29913b: Preparing [2023-02-16T02:39:19.035Z] fa4169bf7638: Preparing [2023-02-16T02:39:19.035Z] 00f2bdb7bf74: Preparing [2023-02-16T02:39:19.035Z] e239b1a4ac41: Preparing [2023-02-16T02:39:19.035Z] aa5968d388b8: Preparing [2023-02-16T02:39:19.035Z] 00f2bdb7bf74: Waiting [2023-02-16T02:39:19.035Z] aa5968d388b8: Waiting [2023-02-16T02:39:19.035Z] e239b1a4ac41: Waiting [2023-02-16T02:39:19.035Z] c181ce1419aa: Pushed [2023-02-16T02:39:19.035Z] dd136fa8c110: Pushed [2023-02-16T02:39:19.035Z] fa4169bf7638: Pushed [2023-02-16T02:39:19.300Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:19.300Z] 00f2bdb7bf74: Pushed [2023-02-16T02:39:19.561Z] e239b1a4ac41: Pushed [2023-02-16T02:39:20.192Z] 890c8e29913b: Pushed [2023-02-16T02:39:20.451Z] 11c8e00f207b: Pushed [2023-02-16T02:39:20.451Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:20.761Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:21.069Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-16T02:39:21.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T02:39:21.069Z] dd136fa8c110: Preparing [2023-02-16T02:39:21.070Z] c181ce1419aa: Preparing [2023-02-16T02:39:21.070Z] 11c8e00f207b: Preparing [2023-02-16T02:39:21.070Z] 890c8e29913b: Preparing [2023-02-16T02:39:21.070Z] fa4169bf7638: Preparing [2023-02-16T02:39:21.070Z] 00f2bdb7bf74: Preparing [2023-02-16T02:39:21.070Z] e239b1a4ac41: Preparing [2023-02-16T02:39:21.070Z] aa5968d388b8: Preparing [2023-02-16T02:39:21.070Z] 00f2bdb7bf74: Waiting [2023-02-16T02:39:21.070Z] e239b1a4ac41: Waiting [2023-02-16T02:39:21.070Z] aa5968d388b8: Waiting [2023-02-16T02:39:21.070Z] dd136fa8c110: Layer already exists [2023-02-16T02:39:21.070Z] 890c8e29913b: Layer already exists [2023-02-16T02:39:21.070Z] 11c8e00f207b: Layer already exists [2023-02-16T02:39:21.070Z] fa4169bf7638: Layer already exists [2023-02-16T02:39:21.070Z] c181ce1419aa: Layer already exists [2023-02-16T02:39:21.070Z] e239b1a4ac41: Layer already exists [2023-02-16T02:39:21.070Z] 00f2bdb7bf74: Layer already exists [2023-02-16T02:39:21.070Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:21.070Z] latest: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:21.389Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:21.705Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.53 [2023-02-16T02:39:21.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T02:39:21.706Z] dd136fa8c110: Preparing [2023-02-16T02:39:21.706Z] c181ce1419aa: Preparing [2023-02-16T02:39:21.706Z] 11c8e00f207b: Preparing [2023-02-16T02:39:21.706Z] 890c8e29913b: Preparing [2023-02-16T02:39:21.706Z] fa4169bf7638: Preparing [2023-02-16T02:39:21.706Z] 00f2bdb7bf74: Preparing [2023-02-16T02:39:21.706Z] e239b1a4ac41: Preparing [2023-02-16T02:39:21.706Z] aa5968d388b8: Preparing [2023-02-16T02:39:21.706Z] 00f2bdb7bf74: Waiting [2023-02-16T02:39:21.706Z] e239b1a4ac41: Waiting [2023-02-16T02:39:21.706Z] aa5968d388b8: Waiting [2023-02-16T02:39:21.706Z] dd136fa8c110: Layer already exists [2023-02-16T02:39:21.706Z] c181ce1419aa: Layer already exists [2023-02-16T02:39:21.706Z] fa4169bf7638: Layer already exists [2023-02-16T02:39:21.706Z] 890c8e29913b: Layer already exists [2023-02-16T02:39:21.706Z] 11c8e00f207b: Layer already exists [2023-02-16T02:39:21.706Z] 00f2bdb7bf74: Layer already exists [2023-02-16T02:39:21.706Z] e239b1a4ac41: Layer already exists [2023-02-16T02:39:21.706Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:21.706Z] 3.0.0-dev.53: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:22.018Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:22.324Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:22.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T02:39:22.324Z] dd136fa8c110: Preparing [2023-02-16T02:39:22.324Z] c181ce1419aa: Preparing [2023-02-16T02:39:22.324Z] 11c8e00f207b: Preparing [2023-02-16T02:39:22.324Z] 890c8e29913b: Preparing [2023-02-16T02:39:22.324Z] fa4169bf7638: Preparing [2023-02-16T02:39:22.324Z] 00f2bdb7bf74: Preparing [2023-02-16T02:39:22.324Z] e239b1a4ac41: Preparing [2023-02-16T02:39:22.324Z] aa5968d388b8: Preparing [2023-02-16T02:39:22.324Z] 00f2bdb7bf74: Waiting [2023-02-16T02:39:22.324Z] e239b1a4ac41: Waiting [2023-02-16T02:39:22.324Z] aa5968d388b8: Waiting [2023-02-16T02:39:22.324Z] dd136fa8c110: Layer already exists [2023-02-16T02:39:22.324Z] 11c8e00f207b: Layer already exists [2023-02-16T02:39:22.324Z] 890c8e29913b: Layer already exists [2023-02-16T02:39:22.324Z] c181ce1419aa: Layer already exists [2023-02-16T02:39:22.324Z] fa4169bf7638: Layer already exists [2023-02-16T02:39:22.324Z] e239b1a4ac41: Layer already exists [2023-02-16T02:39:22.324Z] 00f2bdb7bf74: Layer already exists [2023-02-16T02:39:22.324Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:22.324Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:22.640Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:22.943Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-16T02:39:22.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T02:39:22.943Z] dd136fa8c110: Preparing [2023-02-16T02:39:22.943Z] c181ce1419aa: Preparing [2023-02-16T02:39:22.943Z] 11c8e00f207b: Preparing [2023-02-16T02:39:22.943Z] 890c8e29913b: Preparing [2023-02-16T02:39:22.943Z] fa4169bf7638: Preparing [2023-02-16T02:39:22.943Z] 00f2bdb7bf74: Preparing [2023-02-16T02:39:22.943Z] e239b1a4ac41: Preparing [2023-02-16T02:39:22.943Z] aa5968d388b8: Preparing [2023-02-16T02:39:22.943Z] 00f2bdb7bf74: Waiting [2023-02-16T02:39:22.943Z] e239b1a4ac41: Waiting [2023-02-16T02:39:22.943Z] aa5968d388b8: Waiting [2023-02-16T02:39:22.943Z] fa4169bf7638: Layer already exists [2023-02-16T02:39:22.943Z] dd136fa8c110: Layer already exists [2023-02-16T02:39:22.943Z] c181ce1419aa: Layer already exists [2023-02-16T02:39:22.943Z] 11c8e00f207b: Layer already exists [2023-02-16T02:39:22.943Z] 890c8e29913b: Layer already exists [2023-02-16T02:39:22.943Z] 00f2bdb7bf74: Layer already exists [2023-02-16T02:39:22.943Z] e239b1a4ac41: Layer already exists [2023-02-16T02:39:22.943Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:22.943Z] main: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:22.979Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:22.985Z] taggedImages: [2023-02-16T02:39:22.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:22.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-16T02:39:22.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.53 [2023-02-16T02:39:22.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:22.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-16T02:39:23.004Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-16T02:39:23.004Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:23.004Z] latest [2023-02-16T02:39:23.004Z] 3.0.0-dev.53 [2023-02-16T02:39:23.004Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:23.004Z] main [2023-02-16T02:39:23.004Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:23.322Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:23.632Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:23.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T02:39:23.632Z] 8fe8721b5025: Preparing [2023-02-16T02:39:23.632Z] 676dd202c90d: Preparing [2023-02-16T02:39:23.632Z] ac1c5d563a04: Preparing [2023-02-16T02:39:23.632Z] e4ffb288d9d6: Preparing [2023-02-16T02:39:23.632Z] 21eaf730dbca: Preparing [2023-02-16T02:39:23.632Z] c1a3752d8d22: Preparing [2023-02-16T02:39:23.632Z] f086f3c310ea: Preparing [2023-02-16T02:39:23.633Z] 271f16019859: Preparing [2023-02-16T02:39:23.633Z] 8d043b4ba2a5: Preparing [2023-02-16T02:39:23.633Z] aa5968d388b8: Preparing [2023-02-16T02:39:23.633Z] c1a3752d8d22: Waiting [2023-02-16T02:39:23.633Z] aa5968d388b8: Waiting [2023-02-16T02:39:23.633Z] 8d043b4ba2a5: Waiting [2023-02-16T02:39:23.633Z] f086f3c310ea: Waiting [2023-02-16T02:39:23.633Z] 21eaf730dbca: Pushed [2023-02-16T02:39:23.633Z] 676dd202c90d: Pushed [2023-02-16T02:39:23.633Z] 8fe8721b5025: Pushed [2023-02-16T02:39:23.893Z] c1a3752d8d22: Pushed [2023-02-16T02:39:23.893Z] f086f3c310ea: Pushed [2023-02-16T02:39:23.893Z] 271f16019859: Pushed [2023-02-16T02:39:23.893Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:23.893Z] 8d043b4ba2a5: Pushed [2023-02-16T02:39:24.831Z] e4ffb288d9d6: Pushed [2023-02-16T02:39:25.090Z] ac1c5d563a04: Pushed [2023-02-16T02:39:25.350Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:25.667Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:25.978Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-16T02:39:25.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T02:39:25.978Z] 8fe8721b5025: Preparing [2023-02-16T02:39:25.978Z] 676dd202c90d: Preparing [2023-02-16T02:39:25.978Z] ac1c5d563a04: Preparing [2023-02-16T02:39:25.978Z] e4ffb288d9d6: Preparing [2023-02-16T02:39:25.978Z] 21eaf730dbca: Preparing [2023-02-16T02:39:25.978Z] c1a3752d8d22: Preparing [2023-02-16T02:39:25.978Z] f086f3c310ea: Preparing [2023-02-16T02:39:25.978Z] 271f16019859: Preparing [2023-02-16T02:39:25.978Z] 8d043b4ba2a5: Preparing [2023-02-16T02:39:25.978Z] aa5968d388b8: Preparing [2023-02-16T02:39:25.978Z] f086f3c310ea: Waiting [2023-02-16T02:39:25.978Z] 271f16019859: Waiting [2023-02-16T02:39:25.978Z] c1a3752d8d22: Waiting [2023-02-16T02:39:25.978Z] 8d043b4ba2a5: Waiting [2023-02-16T02:39:25.978Z] aa5968d388b8: Waiting [2023-02-16T02:39:25.978Z] e4ffb288d9d6: Layer already exists [2023-02-16T02:39:25.978Z] 8fe8721b5025: Layer already exists [2023-02-16T02:39:25.978Z] 676dd202c90d: Layer already exists [2023-02-16T02:39:25.978Z] ac1c5d563a04: Layer already exists [2023-02-16T02:39:25.978Z] 21eaf730dbca: Layer already exists [2023-02-16T02:39:25.978Z] c1a3752d8d22: Layer already exists [2023-02-16T02:39:25.978Z] 271f16019859: Layer already exists [2023-02-16T02:39:25.978Z] f086f3c310ea: Layer already exists [2023-02-16T02:39:25.978Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:25.978Z] 8d043b4ba2a5: Layer already exists [2023-02-16T02:39:25.978Z] latest: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:26.286Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:26.591Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.53 [2023-02-16T02:39:26.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T02:39:26.591Z] 8fe8721b5025: Preparing [2023-02-16T02:39:26.591Z] 676dd202c90d: Preparing [2023-02-16T02:39:26.591Z] ac1c5d563a04: Preparing [2023-02-16T02:39:26.591Z] e4ffb288d9d6: Preparing [2023-02-16T02:39:26.591Z] 21eaf730dbca: Preparing [2023-02-16T02:39:26.591Z] c1a3752d8d22: Preparing [2023-02-16T02:39:26.591Z] f086f3c310ea: Preparing [2023-02-16T02:39:26.591Z] 271f16019859: Preparing [2023-02-16T02:39:26.591Z] 8d043b4ba2a5: Preparing [2023-02-16T02:39:26.591Z] aa5968d388b8: Preparing [2023-02-16T02:39:26.591Z] 271f16019859: Waiting [2023-02-16T02:39:26.591Z] c1a3752d8d22: Waiting [2023-02-16T02:39:26.591Z] 8d043b4ba2a5: Waiting [2023-02-16T02:39:26.591Z] f086f3c310ea: Waiting [2023-02-16T02:39:26.591Z] aa5968d388b8: Waiting [2023-02-16T02:39:26.591Z] 676dd202c90d: Layer already exists [2023-02-16T02:39:26.591Z] 21eaf730dbca: Layer already exists [2023-02-16T02:39:26.591Z] 8fe8721b5025: Layer already exists [2023-02-16T02:39:26.591Z] e4ffb288d9d6: Layer already exists [2023-02-16T02:39:26.591Z] ac1c5d563a04: Layer already exists [2023-02-16T02:39:26.591Z] c1a3752d8d22: Layer already exists [2023-02-16T02:39:26.591Z] f086f3c310ea: Layer already exists [2023-02-16T02:39:26.591Z] 271f16019859: Layer already exists [2023-02-16T02:39:26.591Z] 8d043b4ba2a5: Layer already exists [2023-02-16T02:39:26.591Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:26.591Z] 3.0.0-dev.53: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:26.902Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:27.207Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:27.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T02:39:27.207Z] 8fe8721b5025: Preparing [2023-02-16T02:39:27.207Z] 676dd202c90d: Preparing [2023-02-16T02:39:27.207Z] ac1c5d563a04: Preparing [2023-02-16T02:39:27.207Z] e4ffb288d9d6: Preparing [2023-02-16T02:39:27.207Z] 21eaf730dbca: Preparing [2023-02-16T02:39:27.207Z] c1a3752d8d22: Preparing [2023-02-16T02:39:27.207Z] f086f3c310ea: Preparing [2023-02-16T02:39:27.207Z] 271f16019859: Preparing [2023-02-16T02:39:27.207Z] 8d043b4ba2a5: Preparing [2023-02-16T02:39:27.207Z] aa5968d388b8: Preparing [2023-02-16T02:39:27.207Z] c1a3752d8d22: Waiting [2023-02-16T02:39:27.207Z] f086f3c310ea: Waiting [2023-02-16T02:39:27.207Z] 271f16019859: Waiting [2023-02-16T02:39:27.207Z] 8d043b4ba2a5: Waiting [2023-02-16T02:39:27.207Z] aa5968d388b8: Waiting [2023-02-16T02:39:27.207Z] e4ffb288d9d6: Layer already exists [2023-02-16T02:39:27.207Z] ac1c5d563a04: Layer already exists [2023-02-16T02:39:27.207Z] 8fe8721b5025: Layer already exists [2023-02-16T02:39:27.207Z] 676dd202c90d: Layer already exists [2023-02-16T02:39:27.207Z] 21eaf730dbca: Layer already exists [2023-02-16T02:39:27.207Z] c1a3752d8d22: Layer already exists [2023-02-16T02:39:27.207Z] 271f16019859: Layer already exists [2023-02-16T02:39:27.207Z] f086f3c310ea: Layer already exists [2023-02-16T02:39:27.207Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:27.207Z] 8d043b4ba2a5: Layer already exists [2023-02-16T02:39:27.207Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:27.520Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:27.825Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-16T02:39:27.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T02:39:27.825Z] 8fe8721b5025: Preparing [2023-02-16T02:39:27.825Z] 676dd202c90d: Preparing [2023-02-16T02:39:27.825Z] ac1c5d563a04: Preparing [2023-02-16T02:39:27.825Z] e4ffb288d9d6: Preparing [2023-02-16T02:39:27.825Z] 21eaf730dbca: Preparing [2023-02-16T02:39:27.825Z] c1a3752d8d22: Preparing [2023-02-16T02:39:27.825Z] f086f3c310ea: Preparing [2023-02-16T02:39:27.825Z] 271f16019859: Preparing [2023-02-16T02:39:27.825Z] 8d043b4ba2a5: Preparing [2023-02-16T02:39:27.825Z] aa5968d388b8: Preparing [2023-02-16T02:39:27.825Z] c1a3752d8d22: Waiting [2023-02-16T02:39:27.825Z] f086f3c310ea: Waiting [2023-02-16T02:39:27.825Z] 271f16019859: Waiting [2023-02-16T02:39:27.825Z] 8d043b4ba2a5: Waiting [2023-02-16T02:39:27.825Z] aa5968d388b8: Waiting [2023-02-16T02:39:27.825Z] 676dd202c90d: Layer already exists [2023-02-16T02:39:27.825Z] 8fe8721b5025: Layer already exists [2023-02-16T02:39:27.825Z] 21eaf730dbca: Layer already exists [2023-02-16T02:39:27.825Z] e4ffb288d9d6: Layer already exists [2023-02-16T02:39:27.825Z] ac1c5d563a04: Layer already exists [2023-02-16T02:39:27.825Z] f086f3c310ea: Layer already exists [2023-02-16T02:39:27.825Z] 271f16019859: Layer already exists [2023-02-16T02:39:27.825Z] c1a3752d8d22: Layer already exists [2023-02-16T02:39:27.825Z] 8d043b4ba2a5: Layer already exists [2023-02-16T02:39:27.825Z] aa5968d388b8: Layer already exists [2023-02-16T02:39:27.825Z] main: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:27.866Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:27.872Z] taggedImages: [2023-02-16T02:39:27.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:27.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-16T02:39:27.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.53 [2023-02-16T02:39:27.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:27.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-16T02:39:27.887Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-16T02:39:27.887Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:27.887Z] latest [2023-02-16T02:39:27.887Z] 3.0.0-dev.53 [2023-02-16T02:39:27.887Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:27.887Z] main [2023-02-16T02:39:27.887Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:28.209Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:28.511Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:28.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T02:39:28.511Z] 6f40e6f1816c: Preparing [2023-02-16T02:39:28.511Z] b9fae285902b: Preparing [2023-02-16T02:39:28.511Z] 3c17ee317141: Preparing [2023-02-16T02:39:28.511Z] 84e1e7e7c7f4: Preparing [2023-02-16T02:39:28.511Z] 4e6476652798: Preparing [2023-02-16T02:39:28.511Z] 4e6476652798: Layer already exists [2023-02-16T02:39:28.511Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:28.511Z] 6f40e6f1816c: Pushed [2023-02-16T02:39:29.081Z] 84e1e7e7c7f4: Pushed [2023-02-16T02:39:30.462Z] b9fae285902b: Pushed [2023-02-16T02:39:30.722Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:31.034Z] + 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-02-16T02:39:31.348Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-16T02:39:31.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T02:39:31.348Z] 6f40e6f1816c: Preparing [2023-02-16T02:39:31.348Z] b9fae285902b: Preparing [2023-02-16T02:39:31.348Z] 3c17ee317141: Preparing [2023-02-16T02:39:31.348Z] 84e1e7e7c7f4: Preparing [2023-02-16T02:39:31.348Z] 4e6476652798: Preparing [2023-02-16T02:39:31.348Z] 4e6476652798: Layer already exists [2023-02-16T02:39:31.348Z] b9fae285902b: Layer already exists [2023-02-16T02:39:31.348Z] 84e1e7e7c7f4: Layer already exists [2023-02-16T02:39:31.348Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:31.348Z] 6f40e6f1816c: Layer already exists [2023-02-16T02:39:31.348Z] latest: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:31.658Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:31.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.53 [2023-02-16T02:39:31.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T02:39:31.963Z] 6f40e6f1816c: Preparing [2023-02-16T02:39:31.963Z] b9fae285902b: Preparing [2023-02-16T02:39:31.963Z] 3c17ee317141: Preparing [2023-02-16T02:39:31.963Z] 84e1e7e7c7f4: Preparing [2023-02-16T02:39:31.963Z] 4e6476652798: Preparing [2023-02-16T02:39:31.963Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:31.963Z] 6f40e6f1816c: Layer already exists [2023-02-16T02:39:31.963Z] b9fae285902b: Layer already exists [2023-02-16T02:39:31.963Z] 84e1e7e7c7f4: Layer already exists [2023-02-16T02:39:31.963Z] 4e6476652798: Layer already exists [2023-02-16T02:39:31.963Z] 3.0.0-dev.53: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:32.272Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:32.577Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:32.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T02:39:32.577Z] 6f40e6f1816c: Preparing [2023-02-16T02:39:32.577Z] b9fae285902b: Preparing [2023-02-16T02:39:32.577Z] 3c17ee317141: Preparing [2023-02-16T02:39:32.577Z] 84e1e7e7c7f4: Preparing [2023-02-16T02:39:32.577Z] 4e6476652798: Preparing [2023-02-16T02:39:32.577Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:32.577Z] 4e6476652798: Layer already exists [2023-02-16T02:39:32.577Z] b9fae285902b: Layer already exists [2023-02-16T02:39:32.577Z] 84e1e7e7c7f4: Layer already exists [2023-02-16T02:39:32.577Z] 6f40e6f1816c: Layer already exists [2023-02-16T02:39:32.577Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:32.900Z] + 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-02-16T02:39:33.202Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-16T02:39:33.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T02:39:33.203Z] 6f40e6f1816c: Preparing [2023-02-16T02:39:33.203Z] b9fae285902b: Preparing [2023-02-16T02:39:33.203Z] 3c17ee317141: Preparing [2023-02-16T02:39:33.203Z] 84e1e7e7c7f4: Preparing [2023-02-16T02:39:33.203Z] 4e6476652798: Preparing [2023-02-16T02:39:33.203Z] 4e6476652798: Layer already exists [2023-02-16T02:39:33.203Z] 84e1e7e7c7f4: Layer already exists [2023-02-16T02:39:33.203Z] 3c17ee317141: Layer already exists [2023-02-16T02:39:33.203Z] b9fae285902b: Layer already exists [2023-02-16T02:39:33.203Z] 6f40e6f1816c: Layer already exists [2023-02-16T02:39:33.203Z] main: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:33.239Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:33.245Z] taggedImages: [2023-02-16T02:39:33.245Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:33.245Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-16T02:39:33.245Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.53 [2023-02-16T02:39:33.245Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:33.245Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-16T02:39:33.259Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-16T02:39:33.259Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:33.259Z] latest [2023-02-16T02:39:33.259Z] 3.0.0-dev.53 [2023-02-16T02:39:33.259Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:33.259Z] main [2023-02-16T02:39:33.259Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:33.567Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:33.869Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:33.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T02:39:33.869Z] bdb61bef5059: Preparing [2023-02-16T02:39:33.869Z] 1effb399962f: Preparing [2023-02-16T02:39:33.869Z] df94ab63ba59: Preparing [2023-02-16T02:39:33.869Z] aeb6845edf40: Preparing [2023-02-16T02:39:33.869Z] 822aaa0de3f6: Preparing [2023-02-16T02:39:33.869Z] d5bba9628d74: Preparing [2023-02-16T02:39:33.869Z] 4e6476652798: Preparing [2023-02-16T02:39:33.869Z] d5bba9628d74: Waiting [2023-02-16T02:39:33.869Z] 1effb399962f: Pushed [2023-02-16T02:39:33.869Z] bdb61bef5059: Pushed [2023-02-16T02:39:33.869Z] df94ab63ba59: Pushed [2023-02-16T02:39:33.869Z] 4e6476652798: Layer already exists [2023-02-16T02:39:34.438Z] d5bba9628d74: Pushed [2023-02-16T02:39:37.729Z] 822aaa0de3f6: Pushed [2023-02-16T02:39:41.022Z] aeb6845edf40: Pushed [2023-02-16T02:39:41.281Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:41.588Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:41.893Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-16T02:39:41.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T02:39:41.893Z] bdb61bef5059: Preparing [2023-02-16T02:39:41.893Z] 1effb399962f: Preparing [2023-02-16T02:39:41.893Z] df94ab63ba59: Preparing [2023-02-16T02:39:41.893Z] aeb6845edf40: Preparing [2023-02-16T02:39:41.893Z] 822aaa0de3f6: Preparing [2023-02-16T02:39:41.893Z] d5bba9628d74: Preparing [2023-02-16T02:39:41.893Z] 4e6476652798: Preparing [2023-02-16T02:39:41.893Z] d5bba9628d74: Waiting [2023-02-16T02:39:41.893Z] 4e6476652798: Waiting [2023-02-16T02:39:41.893Z] 822aaa0de3f6: Layer already exists [2023-02-16T02:39:41.893Z] bdb61bef5059: Layer already exists [2023-02-16T02:39:41.893Z] df94ab63ba59: Layer already exists [2023-02-16T02:39:41.893Z] 1effb399962f: Layer already exists [2023-02-16T02:39:41.893Z] aeb6845edf40: Layer already exists [2023-02-16T02:39:41.893Z] d5bba9628d74: Layer already exists [2023-02-16T02:39:41.893Z] 4e6476652798: Layer already exists [2023-02-16T02:39:41.894Z] latest: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:42.202Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:42.508Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.53 [2023-02-16T02:39:42.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T02:39:42.508Z] bdb61bef5059: Preparing [2023-02-16T02:39:42.508Z] 1effb399962f: Preparing [2023-02-16T02:39:42.508Z] df94ab63ba59: Preparing [2023-02-16T02:39:42.508Z] aeb6845edf40: Preparing [2023-02-16T02:39:42.508Z] 822aaa0de3f6: Preparing [2023-02-16T02:39:42.508Z] d5bba9628d74: Preparing [2023-02-16T02:39:42.508Z] 4e6476652798: Preparing [2023-02-16T02:39:42.508Z] 4e6476652798: Waiting [2023-02-16T02:39:42.508Z] d5bba9628d74: Waiting [2023-02-16T02:39:42.508Z] 822aaa0de3f6: Layer already exists [2023-02-16T02:39:42.508Z] df94ab63ba59: Layer already exists [2023-02-16T02:39:42.508Z] bdb61bef5059: Layer already exists [2023-02-16T02:39:42.508Z] 1effb399962f: Layer already exists [2023-02-16T02:39:42.508Z] aeb6845edf40: Layer already exists [2023-02-16T02:39:42.508Z] d5bba9628d74: Layer already exists [2023-02-16T02:39:42.508Z] 4e6476652798: Layer already exists [2023-02-16T02:39:42.508Z] 3.0.0-dev.53: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:42.817Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:43.121Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:43.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T02:39:43.121Z] bdb61bef5059: Preparing [2023-02-16T02:39:43.121Z] 1effb399962f: Preparing [2023-02-16T02:39:43.121Z] df94ab63ba59: Preparing [2023-02-16T02:39:43.121Z] aeb6845edf40: Preparing [2023-02-16T02:39:43.121Z] 822aaa0de3f6: Preparing [2023-02-16T02:39:43.121Z] d5bba9628d74: Preparing [2023-02-16T02:39:43.121Z] 4e6476652798: Preparing [2023-02-16T02:39:43.121Z] d5bba9628d74: Waiting [2023-02-16T02:39:43.121Z] 4e6476652798: Waiting [2023-02-16T02:39:43.121Z] 822aaa0de3f6: Layer already exists [2023-02-16T02:39:43.121Z] df94ab63ba59: Layer already exists [2023-02-16T02:39:43.121Z] bdb61bef5059: Layer already exists [2023-02-16T02:39:43.121Z] aeb6845edf40: Layer already exists [2023-02-16T02:39:43.121Z] 1effb399962f: Layer already exists [2023-02-16T02:39:43.121Z] d5bba9628d74: Layer already exists [2023-02-16T02:39:43.121Z] 4e6476652798: Layer already exists [2023-02-16T02:39:43.122Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:43.436Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:43.747Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-16T02:39:43.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T02:39:43.747Z] bdb61bef5059: Preparing [2023-02-16T02:39:43.747Z] 1effb399962f: Preparing [2023-02-16T02:39:43.747Z] df94ab63ba59: Preparing [2023-02-16T02:39:43.747Z] aeb6845edf40: Preparing [2023-02-16T02:39:43.747Z] 822aaa0de3f6: Preparing [2023-02-16T02:39:43.747Z] d5bba9628d74: Preparing [2023-02-16T02:39:43.747Z] 4e6476652798: Preparing [2023-02-16T02:39:43.747Z] 4e6476652798: Waiting [2023-02-16T02:39:43.747Z] d5bba9628d74: Waiting [2023-02-16T02:39:43.747Z] aeb6845edf40: Layer already exists [2023-02-16T02:39:43.747Z] bdb61bef5059: Layer already exists [2023-02-16T02:39:43.747Z] 1effb399962f: Layer already exists [2023-02-16T02:39:43.747Z] 822aaa0de3f6: Layer already exists [2023-02-16T02:39:43.747Z] df94ab63ba59: Layer already exists [2023-02-16T02:39:43.747Z] d5bba9628d74: Layer already exists [2023-02-16T02:39:43.747Z] 4e6476652798: Layer already exists [2023-02-16T02:39:43.747Z] main: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:43.787Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:43.801Z] taggedImages: [2023-02-16T02:39:43.801Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:43.801Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-16T02:39:43.801Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.53 [2023-02-16T02:39:43.801Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:43.801Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-16T02:39:43.818Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-16T02:39:43.818Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:43.818Z] latest [2023-02-16T02:39:43.818Z] 3.0.0-dev.53 [2023-02-16T02:39:43.818Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:43.818Z] main [2023-02-16T02:39:43.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:44.122Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:44.427Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:44.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T02:39:44.427Z] fc1b60617496: Preparing [2023-02-16T02:39:44.427Z] 9a1b9247add7: Preparing [2023-02-16T02:39:44.427Z] 428327a51fd1: Preparing [2023-02-16T02:39:44.427Z] 2b86cad068c4: Preparing [2023-02-16T02:39:44.427Z] 1872e55ff8e2: Preparing [2023-02-16T02:39:44.427Z] 4e6476652798: Preparing [2023-02-16T02:39:44.427Z] 4e6476652798: Waiting [2023-02-16T02:39:44.427Z] fc1b60617496: Pushed [2023-02-16T02:39:44.427Z] 428327a51fd1: Pushed [2023-02-16T02:39:44.427Z] 9a1b9247add7: Pushed [2023-02-16T02:39:44.687Z] 4e6476652798: Layer already exists [2023-02-16T02:39:44.687Z] 1872e55ff8e2: Pushed [2023-02-16T02:39:49.373Z] Removing intermediate container 465e6619b595 [2023-02-16T02:39:49.373Z] ---> 9da7bfe0aa69 [2023-02-16T02:39:49.373Z] Step 8/24 : COPY . . [2023-02-16T02:39:49.373Z] Removing intermediate container 3ed2c4346a93 [2023-02-16T02:39:49.373Z] ---> d63b5feab767 [2023-02-16T02:39:49.373Z] Removing intermediate container edd23e05b6b5 [2023-02-16T02:39:49.373Z] ---> 768713088afa [2023-02-16T02:39:49.373Z] Step 7/23 : COPY . . [2023-02-16T02:39:49.373Z] Step 8/22 : COPY . . [2023-02-16T02:39:49.373Z] Removing intermediate container 4a835351f8e5 [2023-02-16T02:39:49.373Z] ---> b3dd24191949 [2023-02-16T02:39:49.373Z] Step 7/21 : COPY . . [2023-02-16T02:39:49.373Z] Removing intermediate container f46adf5ae5c6 [2023-02-16T02:39:49.373Z] ---> 72cf809a2957 [2023-02-16T02:39:49.373Z] Step 7/24 : COPY . . [2023-02-16T02:39:49.373Z] ---> da4e9ffdde3d [2023-02-16T02:39:49.373Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-16T02:39:49.373Z] ---> 78656fa66ee1 [2023-02-16T02:39:49.373Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 ---> 09840e9be0e1 [2023-02-16T02:39:49.373Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-16T02:39:49.373Z] [2023-02-16T02:39:49.373Z] ---> Running in b4ba804d0cbf [2023-02-16T02:39:49.373Z] ---> Running in da627d254784 [2023-02-16T02:39:49.373Z] ---> Running in bd8b5119a31b [2023-02-16T02:39:49.373Z] ---> d2b0842d6072 [2023-02-16T02:39:49.374Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-16T02:39:49.374Z] ---> aeafa23725e2 [2023-02-16T02:39:49.374Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-16T02:39:49.374Z] ---> Running in 8395fd08c67b [2023-02-16T02:39:49.374Z] ---> Running in f34e47b44284 [2023-02-16T02:39:49.374Z] Removing intermediate container bd8b5119a31b [2023-02-16T02:39:49.374Z] ---> 0d61bbbb88f7 [2023-02-16T02:39:49.374Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-16T02:39:49.374Z] ---> Running in 8f986c790a2a [2023-02-16T02:39:49.374Z] Removing intermediate container 8f986c790a2a [2023-02-16T02:39:49.374Z] ---> 8866109ec9ab [2023-02-16T02:39:49.374Z] 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-02-16T02:39:49.374Z] ---> Running in 4f977f4076b0 [2023-02-16T02:39:49.374Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-16T02:39:49.374Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-16T02:39:49.374Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-16T02:39:49.374Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-16T02:39:51.266Z] 2b86cad068c4: Pushed [2023-02-16T02:39:51.266Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:51.571Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:51.880Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-16T02:39:51.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T02:39:51.881Z] fc1b60617496: Preparing [2023-02-16T02:39:51.881Z] 9a1b9247add7: Preparing [2023-02-16T02:39:51.881Z] 428327a51fd1: Preparing [2023-02-16T02:39:51.881Z] 2b86cad068c4: Preparing [2023-02-16T02:39:51.881Z] 1872e55ff8e2: Preparing [2023-02-16T02:39:51.881Z] 4e6476652798: Preparing [2023-02-16T02:39:51.881Z] 2b86cad068c4: Layer already exists [2023-02-16T02:39:51.881Z] 428327a51fd1: Layer already exists [2023-02-16T02:39:51.881Z] fc1b60617496: Layer already exists [2023-02-16T02:39:51.881Z] 1872e55ff8e2: Layer already exists [2023-02-16T02:39:51.881Z] 9a1b9247add7: Layer already exists [2023-02-16T02:39:51.881Z] 4e6476652798: Layer already exists [2023-02-16T02:39:51.968Z] Removing intermediate container 4f977f4076b0 [2023-02-16T02:39:51.968Z] ---> c83a6c2e6e41 [2023-02-16T02:39:51.968Z] Step 11/23 : WORKDIR /edgex-go [2023-02-16T02:39:51.968Z] ---> Running in a7778d410655 [2023-02-16T02:39:52.449Z] latest: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:52.560Z] Removing intermediate container a7778d410655 [2023-02-16T02:39:52.561Z] ---> 59ab3c365fb8 [2023-02-16T02:39:52.561Z] [2023-02-16T02:39:52.561Z] Step 12/23 : FROM alpine:3.15 [2023-02-16T02:39:52.561Z] 3.15: Pulling from library/alpine [2023-02-16T02:39:52.758Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:53.063Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.53 [2023-02-16T02:39:53.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T02:39:53.063Z] fc1b60617496: Preparing [2023-02-16T02:39:53.064Z] 9a1b9247add7: Preparing [2023-02-16T02:39:53.064Z] 428327a51fd1: Preparing [2023-02-16T02:39:53.064Z] 2b86cad068c4: Preparing [2023-02-16T02:39:53.064Z] 1872e55ff8e2: Preparing [2023-02-16T02:39:53.064Z] 4e6476652798: Preparing [2023-02-16T02:39:53.064Z] 4e6476652798: Waiting [2023-02-16T02:39:53.064Z] 2b86cad068c4: Layer already exists [2023-02-16T02:39:53.064Z] 1872e55ff8e2: Layer already exists [2023-02-16T02:39:53.064Z] 428327a51fd1: Layer already exists [2023-02-16T02:39:53.064Z] 9a1b9247add7: Layer already exists [2023-02-16T02:39:53.064Z] fc1b60617496: Layer already exists [2023-02-16T02:39:53.064Z] 4e6476652798: Layer already exists [2023-02-16T02:39:53.064Z] 3.0.0-dev.53: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:53.376Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:53.684Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:53.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T02:39:53.684Z] fc1b60617496: Preparing [2023-02-16T02:39:53.684Z] 9a1b9247add7: Preparing [2023-02-16T02:39:53.684Z] 428327a51fd1: Preparing [2023-02-16T02:39:53.684Z] 2b86cad068c4: Preparing [2023-02-16T02:39:53.684Z] 1872e55ff8e2: Preparing [2023-02-16T02:39:53.684Z] 4e6476652798: Preparing [2023-02-16T02:39:53.684Z] 4e6476652798: Waiting [2023-02-16T02:39:53.684Z] 1872e55ff8e2: Layer already exists [2023-02-16T02:39:53.684Z] fc1b60617496: Layer already exists [2023-02-16T02:39:53.684Z] 428327a51fd1: Layer already exists [2023-02-16T02:39:53.684Z] 9a1b9247add7: Layer already exists [2023-02-16T02:39:53.684Z] 2b86cad068c4: Layer already exists [2023-02-16T02:39:53.684Z] 4e6476652798: Layer already exists [2023-02-16T02:39:53.684Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:53.986Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:54.286Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-16T02:39:54.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T02:39:54.286Z] fc1b60617496: Preparing [2023-02-16T02:39:54.286Z] 9a1b9247add7: Preparing [2023-02-16T02:39:54.286Z] 428327a51fd1: Preparing [2023-02-16T02:39:54.286Z] 2b86cad068c4: Preparing [2023-02-16T02:39:54.286Z] 1872e55ff8e2: Preparing [2023-02-16T02:39:54.286Z] 4e6476652798: Preparing [2023-02-16T02:39:54.286Z] 4e6476652798: Waiting [2023-02-16T02:39:54.286Z] fc1b60617496: Layer already exists [2023-02-16T02:39:54.286Z] 9a1b9247add7: Layer already exists [2023-02-16T02:39:54.286Z] 428327a51fd1: Layer already exists [2023-02-16T02:39:54.286Z] 1872e55ff8e2: Layer already exists [2023-02-16T02:39:54.286Z] 2b86cad068c4: Layer already exists [2023-02-16T02:39:54.286Z] 4e6476652798: Layer already exists [2023-02-16T02:39:54.286Z] main: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:39:54.319Z] ===================================================== [Pipeline] echo [2023-02-16T02:39:54.325Z] taggedImages: [2023-02-16T02:39:54.325Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:54.325Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-16T02:39:54.325Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.53 [2023-02-16T02:39:54.325Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:54.325Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-16T02:39:54.340Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-16T02:39:54.340Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:54.340Z] latest [2023-02-16T02:39:54.340Z] 3.0.0-dev.53 [2023-02-16T02:39:54.340Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:39:54.340Z] main [2023-02-16T02:39:54.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:54.498Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T02:39:54.498Z] Status: Downloaded newer image for alpine:3.15 [2023-02-16T02:39:54.644Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:39:54.777Z] ---> 354640af7b1b [2023-02-16T02:39:54.777Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:39:54.777Z] ---> Running in 49e31343f605 [2023-02-16T02:39:54.946Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:39:54.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T02:39:54.946Z] 40c78208765e: Preparing [2023-02-16T02:39:54.946Z] bd491a392890: Preparing [2023-02-16T02:39:54.946Z] 1ea4c7d3099d: Preparing [2023-02-16T02:39:54.946Z] d804907a5a7c: Preparing [2023-02-16T02:39:54.946Z] d5bba9628d74: Preparing [2023-02-16T02:39:54.946Z] 4e6476652798: Preparing [2023-02-16T02:39:54.946Z] 4e6476652798: Waiting [2023-02-16T02:39:54.946Z] d5bba9628d74: Layer already exists [2023-02-16T02:39:54.946Z] 4e6476652798: Layer already exists [2023-02-16T02:39:54.946Z] bd491a392890: Pushed [2023-02-16T02:39:54.946Z] 40c78208765e: Pushed [2023-02-16T02:39:54.946Z] 1ea4c7d3099d: Pushed [2023-02-16T02:39:55.741Z] Removing intermediate container 49e31343f605 [2023-02-16T02:39:55.741Z] ---> 68a209313dfd [2023-02-16T02:39:55.741Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T02:39:55.741Z] ---> Running in e42e38c99353 [2023-02-16T02:39:58.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:39:58.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:40:00.887Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T02:40:00.887Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T02:40:00.887Z] OK: 15734 distinct packages available [2023-02-16T02:40:01.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:40:01.521Z] d804907a5a7c: Pushed [2023-02-16T02:40:01.521Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:01.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:40:01.969Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:02.340Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-16T02:40:02.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T02:40:02.340Z] 40c78208765e: Preparing [2023-02-16T02:40:02.340Z] bd491a392890: Preparing [2023-02-16T02:40:02.340Z] 1ea4c7d3099d: Preparing [2023-02-16T02:40:02.340Z] d804907a5a7c: Preparing [2023-02-16T02:40:02.340Z] d5bba9628d74: Preparing [2023-02-16T02:40:02.340Z] 4e6476652798: Preparing [2023-02-16T02:40:02.340Z] 4e6476652798: Waiting [2023-02-16T02:40:02.340Z] d5bba9628d74: Layer already exists [2023-02-16T02:40:02.340Z] 40c78208765e: Layer already exists [2023-02-16T02:40:02.340Z] 1ea4c7d3099d: Layer already exists [2023-02-16T02:40:02.340Z] bd491a392890: Layer already exists [2023-02-16T02:40:02.340Z] d804907a5a7c: Layer already exists [2023-02-16T02:40:02.340Z] 4e6476652798: Layer already exists [2023-02-16T02:40:02.340Z] latest: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:02.657Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:02.964Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.53 [2023-02-16T02:40:02.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T02:40:02.964Z] 40c78208765e: Preparing [2023-02-16T02:40:02.964Z] bd491a392890: Preparing [2023-02-16T02:40:02.964Z] 1ea4c7d3099d: Preparing [2023-02-16T02:40:02.964Z] d804907a5a7c: Preparing [2023-02-16T02:40:02.964Z] d5bba9628d74: Preparing [2023-02-16T02:40:02.964Z] 4e6476652798: Preparing [2023-02-16T02:40:02.964Z] d804907a5a7c: Layer already exists [2023-02-16T02:40:02.964Z] bd491a392890: Layer already exists [2023-02-16T02:40:02.964Z] 40c78208765e: Layer already exists [2023-02-16T02:40:02.964Z] 1ea4c7d3099d: Layer already exists [2023-02-16T02:40:02.964Z] d5bba9628d74: Layer already exists [2023-02-16T02:40:02.964Z] 4e6476652798: Layer already exists [2023-02-16T02:40:02.964Z] 3.0.0-dev.53: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:03.271Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:03.576Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:40:03.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T02:40:03.576Z] 40c78208765e: Preparing [2023-02-16T02:40:03.576Z] bd491a392890: Preparing [2023-02-16T02:40:03.576Z] 1ea4c7d3099d: Preparing [2023-02-16T02:40:03.576Z] d804907a5a7c: Preparing [2023-02-16T02:40:03.576Z] d5bba9628d74: Preparing [2023-02-16T02:40:03.576Z] 4e6476652798: Preparing [2023-02-16T02:40:03.576Z] 4e6476652798: Waiting [2023-02-16T02:40:03.576Z] 1ea4c7d3099d: Layer already exists [2023-02-16T02:40:03.576Z] d804907a5a7c: Layer already exists [2023-02-16T02:40:03.576Z] 40c78208765e: Layer already exists [2023-02-16T02:40:03.576Z] bd491a392890: Layer already exists [2023-02-16T02:40:03.576Z] d5bba9628d74: Layer already exists [2023-02-16T02:40:03.576Z] 4e6476652798: Layer already exists [2023-02-16T02:40:03.576Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:03.884Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:04.189Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-16T02:40:04.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T02:40:04.189Z] 40c78208765e: Preparing [2023-02-16T02:40:04.189Z] bd491a392890: Preparing [2023-02-16T02:40:04.189Z] 1ea4c7d3099d: Preparing [2023-02-16T02:40:04.189Z] d804907a5a7c: Preparing [2023-02-16T02:40:04.189Z] d5bba9628d74: Preparing [2023-02-16T02:40:04.189Z] 4e6476652798: Preparing [2023-02-16T02:40:04.189Z] 4e6476652798: Waiting [2023-02-16T02:40:04.189Z] bd491a392890: Layer already exists [2023-02-16T02:40:04.189Z] d804907a5a7c: Layer already exists [2023-02-16T02:40:04.189Z] d5bba9628d74: Layer already exists [2023-02-16T02:40:04.189Z] 1ea4c7d3099d: Layer already exists [2023-02-16T02:40:04.189Z] 40c78208765e: Layer already exists [2023-02-16T02:40:04.189Z] 4e6476652798: Layer already exists [2023-02-16T02:40:04.189Z] main: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:40:04.226Z] ===================================================== [Pipeline] echo [2023-02-16T02:40:04.231Z] taggedImages: [2023-02-16T02:40:04.231Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:40:04.231Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-16T02:40:04.231Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.53 [2023-02-16T02:40:04.231Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:40:04.231Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-16T02:40:04.245Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-16T02:40:04.245Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:40:04.245Z] latest [2023-02-16T02:40:04.245Z] 3.0.0-dev.53 [2023-02-16T02:40:04.245Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:40:04.245Z] main [2023-02-16T02:40:04.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:04.361Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-16T02:40:04.361Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-16T02:40:04.361Z] (3/5) Installing libucontext (1.1-r0) [2023-02-16T02:40:04.361Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-16T02:40:04.361Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-16T02:40:04.361Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T02:40:04.548Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:04.632Z] OK: 6 MiB in 19 packages [2023-02-16T02:40:04.858Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:40:04.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T02:40:04.858Z] feaea4530886: Preparing [2023-02-16T02:40:04.858Z] a8789d93cf76: Preparing [2023-02-16T02:40:04.858Z] 3c17ee317141: Preparing [2023-02-16T02:40:04.858Z] 9368a42fb9aa: Preparing [2023-02-16T02:40:04.858Z] aa5968d388b8: Preparing [2023-02-16T02:40:04.858Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:04.858Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:04.858Z] feaea4530886: Pushed [2023-02-16T02:40:04.858Z] 9368a42fb9aa: Pushed [2023-02-16T02:40:07.393Z] a8789d93cf76: Pushed [2023-02-16T02:40:07.463Z] Removing intermediate container e42e38c99353 [2023-02-16T02:40:07.463Z] ---> 238a54d13044 [2023-02-16T02:40:07.463Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T02:40:07.652Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:07.958Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:08.264Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-16T02:40:08.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T02:40:08.264Z] feaea4530886: Preparing [2023-02-16T02:40:08.264Z] a8789d93cf76: Preparing [2023-02-16T02:40:08.264Z] 3c17ee317141: Preparing [2023-02-16T02:40:08.264Z] 9368a42fb9aa: Preparing [2023-02-16T02:40:08.264Z] aa5968d388b8: Preparing [2023-02-16T02:40:08.264Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:08.264Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:08.264Z] feaea4530886: Layer already exists [2023-02-16T02:40:08.264Z] 9368a42fb9aa: Layer already exists [2023-02-16T02:40:08.264Z] a8789d93cf76: Layer already exists [2023-02-16T02:40:08.264Z] latest: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:08.568Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:08.871Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.53 [2023-02-16T02:40:08.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T02:40:08.871Z] feaea4530886: Preparing [2023-02-16T02:40:08.871Z] a8789d93cf76: Preparing [2023-02-16T02:40:08.871Z] 3c17ee317141: Preparing [2023-02-16T02:40:08.871Z] 9368a42fb9aa: Preparing [2023-02-16T02:40:08.871Z] aa5968d388b8: Preparing [2023-02-16T02:40:08.871Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:08.871Z] feaea4530886: Layer already exists [2023-02-16T02:40:08.871Z] 9368a42fb9aa: Layer already exists [2023-02-16T02:40:08.871Z] a8789d93cf76: Layer already exists [2023-02-16T02:40:08.871Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:08.871Z] 3.0.0-dev.53: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:09.175Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:09.476Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:40:09.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T02:40:09.476Z] feaea4530886: Preparing [2023-02-16T02:40:09.476Z] a8789d93cf76: Preparing [2023-02-16T02:40:09.476Z] 3c17ee317141: Preparing [2023-02-16T02:40:09.476Z] 9368a42fb9aa: Preparing [2023-02-16T02:40:09.476Z] aa5968d388b8: Preparing [2023-02-16T02:40:09.476Z] feaea4530886: Layer already exists [2023-02-16T02:40:09.476Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:09.476Z] a8789d93cf76: Layer already exists [2023-02-16T02:40:09.476Z] 9368a42fb9aa: Layer already exists [2023-02-16T02:40:09.476Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:09.476Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:09.784Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:10.090Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-16T02:40:10.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T02:40:10.090Z] feaea4530886: Preparing [2023-02-16T02:40:10.090Z] a8789d93cf76: Preparing [2023-02-16T02:40:10.090Z] 3c17ee317141: Preparing [2023-02-16T02:40:10.090Z] 9368a42fb9aa: Preparing [2023-02-16T02:40:10.090Z] aa5968d388b8: Preparing [2023-02-16T02:40:10.090Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:10.090Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:10.090Z] a8789d93cf76: Layer already exists [2023-02-16T02:40:10.090Z] 9368a42fb9aa: Layer already exists [2023-02-16T02:40:10.090Z] feaea4530886: Layer already exists [2023-02-16T02:40:10.090Z] main: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:40:10.125Z] ===================================================== [Pipeline] echo [2023-02-16T02:40:10.130Z] taggedImages: [2023-02-16T02:40:10.130Z] - nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:40:10.130Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-16T02:40:10.130Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.53 [2023-02-16T02:40:10.130Z] - nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:40:10.130Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-16T02:40:10.144Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-16T02:40:10.144Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:40:10.144Z] latest [2023-02-16T02:40:10.144Z] 3.0.0-dev.53 [2023-02-16T02:40:10.144Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:40:10.144Z] main [2023-02-16T02:40:10.144Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:10.455Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:10.763Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:40:10.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T02:40:10.763Z] c06aaef2502a: Preparing [2023-02-16T02:40:10.763Z] 385adb96dd1c: Preparing [2023-02-16T02:40:10.763Z] 3c17ee317141: Preparing [2023-02-16T02:40:10.763Z] 4fdcaf2bd634: Preparing [2023-02-16T02:40:10.763Z] aa5968d388b8: Preparing [2023-02-16T02:40:10.763Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:10.763Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:40:10.763Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:10.763Z] c06aaef2502a: Pushed [2023-02-16T02:40:13.297Z] 385adb96dd1c: Pushed [2023-02-16T02:40:13.297Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:13.869Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:14.175Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-16T02:40:14.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T02:40:14.175Z] c06aaef2502a: Preparing [2023-02-16T02:40:14.175Z] 385adb96dd1c: Preparing [2023-02-16T02:40:14.175Z] 3c17ee317141: Preparing [2023-02-16T02:40:14.175Z] 4fdcaf2bd634: Preparing [2023-02-16T02:40:14.175Z] aa5968d388b8: Preparing [2023-02-16T02:40:14.175Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:40:14.175Z] c06aaef2502a: Layer already exists [2023-02-16T02:40:14.175Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:14.175Z] 385adb96dd1c: Layer already exists [2023-02-16T02:40:14.175Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:14.743Z] latest: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:15.052Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:15.361Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.53 [2023-02-16T02:40:15.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T02:40:15.361Z] c06aaef2502a: Preparing [2023-02-16T02:40:15.361Z] 385adb96dd1c: Preparing [2023-02-16T02:40:15.361Z] 3c17ee317141: Preparing [2023-02-16T02:40:15.361Z] 4fdcaf2bd634: Preparing [2023-02-16T02:40:15.361Z] aa5968d388b8: Preparing [2023-02-16T02:40:15.361Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:15.361Z] c06aaef2502a: Layer already exists [2023-02-16T02:40:15.361Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:40:15.361Z] 385adb96dd1c: Layer already exists [2023-02-16T02:40:15.361Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:15.361Z] 3.0.0-dev.53: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:15.677Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:15.986Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:40:15.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T02:40:15.987Z] c06aaef2502a: Preparing [2023-02-16T02:40:15.987Z] 385adb96dd1c: Preparing [2023-02-16T02:40:15.987Z] 3c17ee317141: Preparing [2023-02-16T02:40:15.987Z] 4fdcaf2bd634: Preparing [2023-02-16T02:40:15.987Z] aa5968d388b8: Preparing [2023-02-16T02:40:15.987Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:15.987Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:15.987Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:40:15.987Z] 385adb96dd1c: Layer already exists [2023-02-16T02:40:15.987Z] c06aaef2502a: Layer already exists [2023-02-16T02:40:15.987Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:16.303Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:40:16.611Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-16T02:40:16.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T02:40:16.611Z] c06aaef2502a: Preparing [2023-02-16T02:40:16.611Z] 385adb96dd1c: Preparing [2023-02-16T02:40:16.611Z] 3c17ee317141: Preparing [2023-02-16T02:40:16.611Z] 4fdcaf2bd634: Preparing [2023-02-16T02:40:16.611Z] aa5968d388b8: Preparing [2023-02-16T02:40:16.611Z] aa5968d388b8: Layer already exists [2023-02-16T02:40:16.611Z] 385adb96dd1c: Layer already exists [2023-02-16T02:40:16.611Z] 4fdcaf2bd634: Layer already exists [2023-02-16T02:40:16.611Z] 3c17ee317141: Layer already exists [2023-02-16T02:40:16.611Z] c06aaef2502a: Layer already exists [2023-02-16T02:40:16.611Z] main: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:40:16.647Z] ===================================================== [Pipeline] echo [2023-02-16T02:40:16.653Z] taggedImages: [2023-02-16T02:40:16.653Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:40:16.653Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-16T02:40:16.653Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.53 [2023-02-16T02:40:16.653Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:40:16.653Z] - 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-02-16T02:40:17.613Z] ---> 55f823ddb352 [2023-02-16T02:40:17.613Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T02:40:17.613Z] ---> faf61ea00d7a [2023-02-16T02:40:17.613Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-16T02:40:18.194Z] ---> 0f451e9bc1fb [2023-02-16T02:40:18.194Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-16T02:40:19.172Z] ---> 0a757c3e098a [2023-02-16T02:40:19.172Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T02:40:19.172Z] ---> Running in fa766f0b7731 [2023-02-16T02:40:20.126Z] Removing intermediate container fa766f0b7731 [2023-02-16T02:40:20.126Z] ---> d3f31f43c963 [2023-02-16T02:40:20.126Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T02:40:20.126Z] ---> Running in cafd1dc8bbb5 [2023-02-16T02:40:20.706Z] Removing intermediate container cafd1dc8bbb5 [2023-02-16T02:40:20.706Z] ---> c61b028a0c3f [2023-02-16T02:40:20.706Z] Step 21/23 : LABEL arch=arm64 [2023-02-16T02:40:20.972Z] ---> Running in 2a33984bc46a [2023-02-16T02:40:21.552Z] Removing intermediate container 2a33984bc46a [2023-02-16T02:40:21.552Z] ---> 715ce687a4d0 [2023-02-16T02:40:21.552Z] Step 22/23 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:40:21.817Z] ---> Running in 893a78fb556a [2023-02-16T02:40:22.401Z] Removing intermediate container 893a78fb556a [2023-02-16T02:40:22.401Z] ---> 167dde22651f [2023-02-16T02:40:22.401Z] Step 23/23 : LABEL version=3.0.0-dev.53 [2023-02-16T02:40:22.401Z] ---> Running in b0cf911b67a2 [2023-02-16T02:40:23.363Z] Removing intermediate container b0cf911b67a2 [2023-02-16T02:40:23.363Z] ---> 4233b3734429 [2023-02-16T02:40:23.363Z] [2023-02-16T02:40:23.363Z] Successfully built 4233b3734429 [2023-02-16T02:40:23.363Z] Successfully tagged security-spire-server-arm64:latest [2023-02-16T02:40:23.363Z] Building core-command [2023-02-16T02:40:27.630Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:40:27.630Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:40:27.630Z] ---> 56102f7657c0 [2023-02-16T02:40:27.630Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:40:27.630Z] ---> Using cache [2023-02-16T02:40:27.630Z] ---> c3f8b813a9bd [2023-02-16T02:40:27.630Z] Step 4/23 : WORKDIR /edgex-go [2023-02-16T02:40:27.630Z] ---> Using cache [2023-02-16T02:40:27.630Z] ---> 80f83b4b1683 [2023-02-16T02:40:27.630Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-16T02:40:27.630Z] ---> Using cache [2023-02-16T02:40:27.630Z] ---> 8ec4ffc866e9 [2023-02-16T02:40:27.630Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-16T02:40:27.630Z] ---> Using cache [2023-02-16T02:40:27.630Z] ---> b5e80c9a0884 [2023-02-16T02:40:27.630Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:40:27.630Z] ---> Using cache [2023-02-16T02:40:27.630Z] ---> 9da7bfe0aa69 [2023-02-16T02:40:27.630Z] Step 8/23 : COPY . . [2023-02-16T02:40:27.630Z] ---> Using cache [2023-02-16T02:40:27.630Z] ---> da4e9ffdde3d [2023-02-16T02:40:27.630Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-16T02:40:27.630Z] ---> Running in 85fba6b78c11 [2023-02-16T02:40:30.215Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-16T02:45:37.123Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-16T02:45:39.080Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-16T02:45:57.286Z] Removing intermediate container f34e47b44284 [2023-02-16T02:45:57.286Z] ---> 83913b3677dc [2023-02-16T02:45:57.286Z] [2023-02-16T02:45:57.286Z] Step 9/21 : FROM alpine:3.16 [2023-02-16T02:45:57.286Z] 3.16: Pulling from library/alpine [2023-02-16T02:45:58.245Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T02:45:58.245Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T02:45:58.245Z] ---> 4c81e5bf8899 [2023-02-16T02:45:58.245Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-16T02:46:00.738Z] ---> Running in e8b58dc02227 [2023-02-16T02:46:03.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:03.327Z] Removing intermediate container da627d254784 [2023-02-16T02:46:03.327Z] ---> f3775e866452 [2023-02-16T02:46:03.327Z] [2023-02-16T02:46:03.327Z] Step 9/24 : FROM alpine:3.16 [2023-02-16T02:46:03.327Z] ---> 4c81e5bf8899 [2023-02-16T02:46:03.327Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-16T02:46:03.327Z] ---> Running in b8a0e316b836 [2023-02-16T02:46:03.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:05.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:05.005Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-16T02:46:05.005Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-16T02:46:05.272Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-16T02:46:05.272Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-16T02:46:05.272Z] (5/6) Installing curl (7.83.1-r6) [2023-02-16T02:46:05.272Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-16T02:46:05.272Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:46:05.272Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T02:46:05.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:05.540Z] OK: 8 MiB in 20 packages [2023-02-16T02:46:06.500Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-16T02:46:06.772Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-16T02:46:06.772Z] (3/3) Installing su-exec (0.2-r1) [2023-02-16T02:46:06.772Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:46:06.772Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T02:46:07.353Z] OK: 6 MiB in 17 packages [2023-02-16T02:46:07.934Z] Removing intermediate container e8b58dc02227 [2023-02-16T02:46:07.934Z] ---> cd7af827f05b [2023-02-16T02:46:07.935Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T02:46:08.202Z] ---> Running in 82c2254f866e [2023-02-16T02:46:09.163Z] Removing intermediate container 82c2254f866e [2023-02-16T02:46:09.163Z] ---> f8e114b398b2 [2023-02-16T02:46:09.163Z] Step 12/21 : WORKDIR /edgex [2023-02-16T02:46:09.163Z] ---> Running in 3abc12fed1ee [2023-02-16T02:46:09.434Z] Removing intermediate container b8a0e316b836 [2023-02-16T02:46:09.434Z] ---> 783d6a75e526 [2023-02-16T02:46:09.434Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T02:46:09.703Z] ---> Running in 1e3c0f9ed532 [2023-02-16T02:46:09.703Z] Removing intermediate container 3abc12fed1ee [2023-02-16T02:46:09.703Z] ---> f8e09c3ea45f [2023-02-16T02:46:09.703Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-16T02:46:10.291Z] Removing intermediate container 1e3c0f9ed532 [2023-02-16T02:46:10.291Z] ---> 8d6be1ec60b4 [2023-02-16T02:46:10.291Z] Step 12/24 : WORKDIR / [2023-02-16T02:46:10.566Z] ---> Running in af26a3d1bbf0 [2023-02-16T02:46:11.158Z] ---> edacdeff102f [2023-02-16T02:46:11.158Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-16T02:46:11.158Z] Removing intermediate container af26a3d1bbf0 [2023-02-16T02:46:11.158Z] ---> a90e9c87d818 [2023-02-16T02:46:11.158Z] 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-02-16T02:46:13.112Z] ---> 9630ba1d5b20 [2023-02-16T02:46:13.112Z] 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-02-16T02:46:13.112Z] ---> d12ac501c441 [2023-02-16T02:46:13.112Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-16T02:46:14.542Z] ---> 136ccf0a5962 [2023-02-16T02:46:14.542Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-16T02:46:16.003Z] ---> 114e7bc4d322 [2023-02-16T02:46:16.003Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T02:46:16.003Z] ---> 8ebdbfeb5b33 [2023-02-16T02:46:16.003Z] 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-02-16T02:46:17.950Z] ---> 55e0270a3f96 [2023-02-16T02:46:17.950Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T02:46:17.950Z] ---> d7aa1980be17 [2023-02-16T02:46:17.950Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-16T02:46:17.950Z] ---> Running in 2fcc329944e9 [2023-02-16T02:46:21.286Z] ---> e48970dd8420 [2023-02-16T02:46:21.286Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-16T02:46:21.866Z] Removing intermediate container 2fcc329944e9 [2023-02-16T02:46:21.866Z] ---> 464111f5cc86 [2023-02-16T02:46:21.866Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T02:46:22.135Z] ---> Running in e4866ae9bf86 [2023-02-16T02:46:23.093Z] Removing intermediate container e4866ae9bf86 [2023-02-16T02:46:23.093Z] ---> ff95153c5fbe [2023-02-16T02:46:23.093Z] Step 19/21 : LABEL arch=arm64 [2023-02-16T02:46:23.093Z] ---> Running in 2e1fc6131c46 [2023-02-16T02:46:27.333Z] ---> e5b5dd45398d [2023-02-16T02:46:27.333Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T02:46:27.333Z] Removing intermediate container 2e1fc6131c46 [2023-02-16T02:46:27.333Z] ---> 093e53d514c7 [2023-02-16T02:46:27.333Z] Step 20/21 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:46:27.333Z] ---> Running in d1437e1f065a [2023-02-16T02:46:27.599Z] Removing intermediate container 8395fd08c67b [2023-02-16T02:46:27.599Z] ---> 611eed0780d9 [2023-02-16T02:46:27.599Z] [2023-02-16T02:46:27.599Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T02:46:27.599Z] ---> 4c81e5bf8899 [2023-02-16T02:46:27.599Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-16T02:46:27.599Z] Removing intermediate container d1437e1f065a [2023-02-16T02:46:27.599Z] ---> 510b1d32d061 [2023-02-16T02:46:27.599Z] Step 21/21 : LABEL version=3.0.0-dev.53 [2023-02-16T02:46:27.599Z] ---> Running in 268de4eb8eb6 [2023-02-16T02:46:27.599Z] ---> Running in 99857d16d5b1 [2023-02-16T02:46:27.866Z] ---> 6ec65036337c [2023-02-16T02:46:27.866Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T02:46:28.134Z] ---> Running in 187a02600def [2023-02-16T02:46:28.419Z] Removing intermediate container 99857d16d5b1 [2023-02-16T02:46:28.419Z] ---> 612dd370bfcb [2023-02-16T02:46:28.419Z] [2023-02-16T02:46:28.419Z] Removing intermediate container 268de4eb8eb6 [2023-02-16T02:46:28.419Z] ---> 2f55a5b45f5d [2023-02-16T02:46:28.419Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:46:28.686Z] ---> Running in 13a30d839923 [2023-02-16T02:46:28.686Z] Successfully built 612dd370bfcb [2023-02-16T02:46:28.686Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-16T02:46:28.686Z]  Building security-proxy-setup ... done Building support-notifications [2023-02-16T02:46:30.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:30.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:31.490Z] Removing intermediate container 187a02600def [2023-02-16T02:46:31.490Z] ---> 67e174bf56c0 [2023-02-16T02:46:31.490Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T02:46:31.490Z] ---> Running in ebf672608953 [2023-02-16T02:46:32.082Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T02:46:32.082Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:46:32.082Z] OK: 5 MiB in 15 packages [2023-02-16T02:46:32.357Z] Removing intermediate container ebf672608953 [2023-02-16T02:46:32.357Z] ---> 444109799710 [2023-02-16T02:46:32.357Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T02:46:32.625Z] ---> Running in 10558a50cce5 [2023-02-16T02:46:32.893Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:46:32.893Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:46:32.893Z] ---> 56102f7657c0 [2023-02-16T02:46:32.893Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:46:32.893Z] ---> Using cache [2023-02-16T02:46:32.893Z] ---> c3f8b813a9bd [2023-02-16T02:46:32.893Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T02:46:32.893Z] ---> Using cache [2023-02-16T02:46:32.893Z] ---> 80f83b4b1683 [2023-02-16T02:46:32.893Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-16T02:46:33.161Z] ---> Running in f6a394ddc0e6 [2023-02-16T02:46:33.161Z] Removing intermediate container 10558a50cce5 [2023-02-16T02:46:33.161Z] ---> 52847fa64e7e [2023-02-16T02:46:33.161Z] Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:46:33.429Z] ---> Running in 6255e959b852 [2023-02-16T02:46:33.698Z] Removing intermediate container 13a30d839923 [2023-02-16T02:46:33.698Z] ---> c94600195b04 [2023-02-16T02:46:33.698Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:46:34.281Z] Removing intermediate container 6255e959b852 [2023-02-16T02:46:34.281Z] ---> ce68cee97be7 [2023-02-16T02:46:34.281Z] Step 24/24 : LABEL version=3.0.0-dev.53 [2023-02-16T02:46:34.547Z] ---> Running in cb43a444f31b [2023-02-16T02:46:34.547Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:34.547Z] ---> 441b0f94fdca [2023-02-16T02:46:34.547Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-16T02:46:34.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:35.394Z] Removing intermediate container cb43a444f31b [2023-02-16T02:46:35.394Z] ---> 4ec7c37b744b [2023-02-16T02:46:35.394Z] [2023-02-16T02:46:35.663Z] Successfully built 4ec7c37b744b [2023-02-16T02:46:35.663Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-16T02:46:35.663Z]  Building security-secretstore-setup ... done Building security-spire-config [2023-02-16T02:46:35.663Z] OK: 221 MiB in 51 packages [2023-02-16T02:46:37.086Z] ---> abf68aad8be2 [2023-02-16T02:46:37.086Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-16T02:46:37.374Z] Removing intermediate container f6a394ddc0e6 [2023-02-16T02:46:37.374Z] ---> fcedfda07f2e [2023-02-16T02:46:37.374Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T02:46:37.961Z] Removing intermediate container b4ba804d0cbf [2023-02-16T02:46:37.961Z] ---> fe9bf630db3e [2023-02-16T02:46:37.961Z] [2023-02-16T02:46:37.961Z] Step 10/24 : FROM alpine:3.16 [2023-02-16T02:46:37.961Z] ---> 4c81e5bf8899 [2023-02-16T02:46:37.961Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:46:38.541Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:46:38.541Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:46:38.541Z] ---> 56102f7657c0 [2023-02-16T02:46:38.541Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T02:46:38.541Z] ---> Using cache [2023-02-16T02:46:38.541Z] ---> 27a6cb5aa86c [2023-02-16T02:46:38.541Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T02:46:38.808Z] ---> 48188ede4260 [2023-02-16T02:46:38.808Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-16T02:46:38.808Z] ---> Running in 213c2a721fe3 [2023-02-16T02:46:38.808Z] ---> Running in d4ae7152aae8 [2023-02-16T02:46:38.808Z] ---> 3151ffea6458 [2023-02-16T02:46:38.808Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:46:39.076Z] ---> Running in b4e0b320fae9 [2023-02-16T02:46:40.058Z] Removing intermediate container 85fba6b78c11 [2023-02-16T02:46:40.058Z] ---> e1495ce11d50 [2023-02-16T02:46:40.058Z] [2023-02-16T02:46:40.058Z] Step 10/23 : FROM alpine:3.16 [2023-02-16T02:46:40.058Z] ---> 4c81e5bf8899 [2023-02-16T02:46:40.058Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:46:40.058Z] ---> Running in 7e3abf8621d9 [2023-02-16T02:46:40.058Z] ---> f6ce36ae9c15 [2023-02-16T02:46:40.058Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T02:46:40.327Z] ---> Running in b2e639a85c79 [2023-02-16T02:46:41.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:41.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:41.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:41.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:42.159Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:42.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:46:43.014Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T02:46:43.014Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:46:43.283Z] OK: 5 MiB in 15 packages [2023-02-16T02:46:43.283Z] OK: 221 MiB in 51 packages [2023-02-16T02:46:43.283Z] Removing intermediate container b2e639a85c79 [2023-02-16T02:46:43.283Z] ---> 2d67b5b34f93 [2023-02-16T02:46:43.283Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T02:46:43.283Z] ---> Running in 1b4cad87a1cb [2023-02-16T02:46:43.881Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T02:46:43.881Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:46:43.881Z] OK: 5 MiB in 15 packages [2023-02-16T02:46:44.157Z] Removing intermediate container 1b4cad87a1cb [2023-02-16T02:46:44.157Z] ---> 88ee4ed912ad [2023-02-16T02:46:44.157Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-16T02:46:44.429Z] ---> Running in 01a207653cf5 [2023-02-16T02:46:44.699Z] Removing intermediate container d4ae7152aae8 [2023-02-16T02:46:44.699Z] ---> 662c57b9df5d [2023-02-16T02:46:44.699Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T02:46:44.973Z] Removing intermediate container 01a207653cf5 [2023-02-16T02:46:44.973Z] ---> bb619267dde6 [2023-02-16T02:46:44.973Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T02:46:44.973Z] Removing intermediate container 213c2a721fe3 [2023-02-16T02:46:44.973Z] ---> c3504fbb782d [2023-02-16T02:46:44.973Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T02:46:45.247Z] ---> Running in 71646ae89da3 [2023-02-16T02:46:45.247Z] Removing intermediate container 7e3abf8621d9 [2023-02-16T02:46:45.247Z] ---> 81535f67e47c [2023-02-16T02:46:45.247Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T02:46:45.247Z] ---> Running in 88f21037cc86 [2023-02-16T02:46:45.247Z] ---> Running in ec7a30ed7642 [2023-02-16T02:46:45.515Z] Removing intermediate container 71646ae89da3 [2023-02-16T02:46:45.515Z] ---> bee34d1b2836 [2023-02-16T02:46:45.515Z] Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:46:45.515Z] ---> 8c4456e55ae3 [2023-02-16T02:46:45.515Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:46:45.795Z] Removing intermediate container 88f21037cc86 [2023-02-16T02:46:45.795Z] ---> 555291d0a1bc [2023-02-16T02:46:45.795Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-16T02:46:45.795Z] ---> Running in be1d5fe0089c [2023-02-16T02:46:45.795Z] ---> Running in ee6620ed4671 [2023-02-16T02:46:45.795Z] Removing intermediate container ec7a30ed7642 [2023-02-16T02:46:45.795Z] ---> 4a8db39ca89c [2023-02-16T02:46:45.795Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-16T02:46:46.064Z] ---> Running in 03ac34db44f0 [2023-02-16T02:46:46.064Z] ---> Running in ec75f2c13967 [2023-02-16T02:46:46.685Z] Removing intermediate container ee6620ed4671 [2023-02-16T02:46:46.685Z] ---> efec2cbe0d66 [2023-02-16T02:46:46.685Z] Step 22/22 : LABEL version=3.0.0-dev.53 [2023-02-16T02:46:46.685Z] Removing intermediate container 03ac34db44f0 [2023-02-16T02:46:46.685Z] ---> fd410aa9fe00 [2023-02-16T02:46:46.685Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-16T02:46:46.685Z] ---> Running in 4ffe017b4899 [2023-02-16T02:46:46.685Z] Removing intermediate container ec75f2c13967 [2023-02-16T02:46:46.685Z] ---> bdb8acdf4cdf [2023-02-16T02:46:46.685Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-16T02:46:46.685Z] ---> Running in c7c4f385df73 [2023-02-16T02:46:46.960Z] ---> Running in 466aa85cfe33 [2023-02-16T02:46:47.229Z] Removing intermediate container 4ffe017b4899 [2023-02-16T02:46:47.229Z] ---> 5fe6ad610ddb [2023-02-16T02:46:47.229Z] [2023-02-16T02:46:47.498Z] Removing intermediate container c7c4f385df73 [2023-02-16T02:46:47.498Z] ---> 36ec40384c89 [2023-02-16T02:46:47.498Z] Step 15/24 : WORKDIR / [2023-02-16T02:46:47.498Z] Successfully built 5fe6ad610ddb [2023-02-16T02:46:47.498Z] Removing intermediate container 466aa85cfe33 [2023-02-16T02:46:47.498Z] ---> b67093061dba [2023-02-16T02:46:47.498Z] Step 15/23 : WORKDIR / [2023-02-16T02:46:47.498Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-16T02:46:47.498Z] Building security-spire-agent [2023-02-16T02:46:47.498Z]  Building core-common-config-bootstrapper ... done  ---> Running in 5f61f9556f2b [2023-02-16T02:46:47.498Z] ---> Running in 996989861df2 [2023-02-16T02:46:48.085Z] Removing intermediate container 5f61f9556f2b [2023-02-16T02:46:48.085Z] ---> 53054c110dd2 [2023-02-16T02:46:48.085Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:46:48.085Z] Removing intermediate container 996989861df2 [2023-02-16T02:46:48.085Z] ---> d644cae5c41a [2023-02-16T02:46:48.085Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:46:49.049Z] ---> 1cd96e865028 [2023-02-16T02:46:49.049Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-16T02:46:49.049Z] ---> 84b9ba782c37 [2023-02-16T02:46:49.049Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-16T02:46:50.489Z] ---> 0eedd4c50b0b [2023-02-16T02:46:50.489Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-16T02:46:50.489Z] ---> ac578fd4c104 [2023-02-16T02:46:50.489Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-16T02:46:50.489Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:46:50.490Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:46:50.490Z] ---> 56102f7657c0 [2023-02-16T02:46:50.490Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T02:46:50.490Z] ---> Using cache [2023-02-16T02:46:50.490Z] ---> 27a6cb5aa86c [2023-02-16T02:46:50.490Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T02:46:50.490Z] ---> Using cache [2023-02-16T02:46:50.490Z] ---> 662c57b9df5d [2023-02-16T02:46:50.490Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T02:46:50.490Z] ---> Using cache [2023-02-16T02:46:50.490Z] ---> 8c4456e55ae3 [2023-02-16T02:46:50.490Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:46:50.760Z] ---> Running in cdbe1337993a [2023-02-16T02:46:51.029Z] ---> a0dca039abc4 [2023-02-16T02:46:51.029Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-16T02:46:51.309Z] ---> cd95508bd115 [2023-02-16T02:46:51.309Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-16T02:46:51.309Z] ---> Running in 978fb126e76b [2023-02-16T02:46:51.904Z] Removing intermediate container 978fb126e76b [2023-02-16T02:46:51.904Z] ---> c9ee01249f10 [2023-02-16T02:46:51.904Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:46:51.904Z] ---> 87a73bbce7b8 [2023-02-16T02:46:51.904Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-16T02:46:51.904Z] ---> Running in 8f46491af930 [2023-02-16T02:46:52.176Z] ---> Running in 22270c584ec8 [2023-02-16T02:46:52.448Z] Removing intermediate container 8f46491af930 [2023-02-16T02:46:52.448Z] ---> 7d3ae650a253 [2023-02-16T02:46:52.448Z] Step 21/23 : LABEL arch=arm64 [2023-02-16T02:46:52.448Z] Removing intermediate container 22270c584ec8 [2023-02-16T02:46:52.448Z] ---> f54c05ef1c55 [2023-02-16T02:46:52.448Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:46:52.717Z] ---> Running in 7811a8e327bc [2023-02-16T02:46:52.717Z] ---> Running in be5aea8b1fbf [2023-02-16T02:46:52.988Z] Removing intermediate container 7811a8e327bc [2023-02-16T02:46:52.988Z] ---> 21eaeae94690 [2023-02-16T02:46:52.988Z] Step 22/23 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:46:52.988Z] Removing intermediate container be5aea8b1fbf [2023-02-16T02:46:52.988Z] ---> c27ecb2ba6e2 [2023-02-16T02:46:52.988Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T02:46:53.256Z] ---> Running in 9f0ba0ec9e94 [2023-02-16T02:46:53.256Z] ---> Running in 9a3d214198dd [2023-02-16T02:46:53.529Z] Removing intermediate container 9f0ba0ec9e94 [2023-02-16T02:46:53.529Z] ---> 25852e8ae592 [2023-02-16T02:46:53.529Z] Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:46:53.529Z] Removing intermediate container 9a3d214198dd [2023-02-16T02:46:53.529Z] ---> 3dd7796657d9 [2023-02-16T02:46:53.529Z] Step 23/23 : LABEL version=3.0.0-dev.53 [2023-02-16T02:46:53.799Z] ---> Running in 657bcf06230f [2023-02-16T02:46:53.799Z] ---> Running in e42201ac633b [2023-02-16T02:46:54.077Z] Removing intermediate container 657bcf06230f [2023-02-16T02:46:54.078Z] ---> 9492f19acbb2 [2023-02-16T02:46:54.078Z] Step 24/24 : LABEL version=3.0.0-dev.53 [2023-02-16T02:46:54.078Z] Removing intermediate container e42201ac633b [2023-02-16T02:46:54.078Z] ---> e7cf21d15368 [2023-02-16T02:46:54.078Z] [2023-02-16T02:46:54.347Z] ---> Running in 2e2a1a5d4fc7 [2023-02-16T02:46:54.347Z] Successfully built e7cf21d15368 [2023-02-16T02:46:54.347Z] Successfully tagged core-command-arm64:latest [2023-02-16T02:46:54.347Z]  Building core-command ... done Building core-data [2023-02-16T02:46:54.615Z] Removing intermediate container 2e2a1a5d4fc7 [2023-02-16T02:46:54.615Z] ---> 5aa436cea0d1 [2023-02-16T02:46:54.615Z] [2023-02-16T02:46:54.615Z] Successfully built 5aa436cea0d1 [2023-02-16T02:46:54.615Z] Successfully tagged core-metadata-arm64:latest [2023-02-16T02:46:54.615Z] Building security-spiffe-token-provider [2023-02-16T02:46:57.970Z]  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:46:57.970Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:46:57.970Z] ---> 56102f7657c0 [2023-02-16T02:46:57.970Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:46:57.970Z] ---> Using cache [2023-02-16T02:46:57.970Z] ---> c3f8b813a9bd [2023-02-16T02:46:57.970Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T02:46:58.238Z] ---> Using cache [2023-02-16T02:46:58.238Z] ---> 80f83b4b1683 [2023-02-16T02:46:58.239Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T02:46:58.239Z] ---> Using cache [2023-02-16T02:46:58.239Z] ---> 8ec4ffc866e9 [2023-02-16T02:46:58.239Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T02:46:58.239Z] ---> Using cache [2023-02-16T02:46:58.239Z] ---> b5e80c9a0884 [2023-02-16T02:46:58.239Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:46:58.239Z] ---> Using cache [2023-02-16T02:46:58.239Z] ---> 9da7bfe0aa69 [2023-02-16T02:46:58.239Z] Step 8/22 : COPY . . [2023-02-16T02:46:58.506Z] ---> Using cache [2023-02-16T02:46:58.506Z] ---> da4e9ffdde3d [2023-02-16T02:46:58.506Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-16T02:46:58.780Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:46:58.780Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:46:58.780Z] ---> 56102f7657c0 [2023-02-16T02:46:58.780Z] Step 3/19 : WORKDIR /edgex-go [2023-02-16T02:46:58.780Z] ---> Using cache [2023-02-16T02:46:58.780Z] ---> 27a6cb5aa86c [2023-02-16T02:46:58.780Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-16T02:46:58.780Z] ---> Running in d631e62dc1f9 [2023-02-16T02:46:58.780Z] ---> Running in 1c7d5cd7a7a0 [2023-02-16T02:47:00.736Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-16T02:47:00.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:47:01.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:47:02.735Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-16T02:47:02.735Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-16T02:47:02.735Z] OK: 16903 distinct packages available [2023-02-16T02:47:02.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:47:03.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:47:03.970Z] OK: 221 MiB in 51 packages [2023-02-16T02:47:06.587Z] Removing intermediate container 1c7d5cd7a7a0 [2023-02-16T02:47:06.587Z] ---> 28a432a03d4b [2023-02-16T02:47:06.587Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-16T02:47:06.857Z] ---> 8d81e5788691 [2023-02-16T02:47:06.857Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:47:07.136Z] ---> Running in f9c5d4c4a476 [2023-02-16T02:48:58.900Z] Removing intermediate container b4e0b320fae9 [2023-02-16T02:48:58.901Z] ---> eeddf9396f1d [2023-02-16T02:48:58.901Z] Step 8/22 : COPY . . [2023-02-16T02:48:58.901Z] Removing intermediate container be1d5fe0089c [2023-02-16T02:48:58.901Z] ---> a728579bdc09 [2023-02-16T02:48:58.901Z] Step 7/24 : COPY . . [2023-02-16T02:48:58.901Z] ---> f46f43cb9378 [2023-02-16T02:48:58.901Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-16T02:48:58.901Z] ---> Running in e41977469685 [2023-02-16T02:48:58.901Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-16T02:48:58.901Z] ---> 9eb43d4f7e10 [2023-02-16T02:48:58.901Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T02:48:58.901Z] ---> Running in 670c31ccc288 [2023-02-16T02:48:59.178Z] Removing intermediate container 670c31ccc288 [2023-02-16T02:48:59.178Z] ---> 4f1ff1bbd029 [2023-02-16T02:48:59.178Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T02:48:59.767Z] ---> Running in 1fdd3d927779 [2023-02-16T02:49:00.233Z] Removing intermediate container cdbe1337993a [2023-02-16T02:49:00.233Z] ---> 19236e230d3f [2023-02-16T02:49:00.233Z] Step 7/24 : COPY . . [2023-02-16T02:49:00.865Z] Removing intermediate container 1fdd3d927779 [2023-02-16T02:49:00.865Z] ---> 40882ed5e6f9 [2023-02-16T02:49:00.865Z] 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-02-16T02:49:01.140Z] ---> Running in 999e6773e7d0 [2023-02-16T02:49:06.685Z] Removing intermediate container 999e6773e7d0 [2023-02-16T02:49:06.685Z] ---> df44c7d485dc [2023-02-16T02:49:06.685Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T02:49:06.685Z] ---> Running in b489758b021a [2023-02-16T02:49:06.977Z] Removing intermediate container b489758b021a [2023-02-16T02:49:06.977Z] ---> 423fe8f1c55d [2023-02-16T02:49:06.977Z] [2023-02-16T02:49:06.977Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T02:49:06.977Z] ---> 354640af7b1b [2023-02-16T02:49:06.977Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:49:06.977Z] ---> Using cache [2023-02-16T02:49:06.977Z] ---> 68a209313dfd [2023-02-16T02:49:06.977Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-16T02:49:07.250Z] ---> Running in 5056b2894c43 [2023-02-16T02:49:09.220Z] ---> bb66b1f63e7e [2023-02-16T02:49:09.220Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T02:49:09.220Z] ---> Running in 09fe35ad13bc [2023-02-16T02:49:10.187Z] Removing intermediate container 09fe35ad13bc [2023-02-16T02:49:10.187Z] ---> fbf8acda5c88 [2023-02-16T02:49:10.187Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T02:49:10.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:49:10.187Z] ---> Running in 0174d963bf65 [2023-02-16T02:49:10.457Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:49:11.871Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T02:49:11.871Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T02:49:11.871Z] OK: 15734 distinct packages available [2023-02-16T02:49:11.871Z] Removing intermediate container 0174d963bf65 [2023-02-16T02:49:11.871Z] ---> 23f460d3007a [2023-02-16T02:49:11.871Z] 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-02-16T02:49:11.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:49:11.871Z] ---> Running in a0a2cae27cad [2023-02-16T02:49:12.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:49:13.570Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-16T02:49:13.570Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-16T02:49:13.570Z] (3/4) Installing libucontext (1.1-r0) [2023-02-16T02:49:13.570Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-16T02:49:13.570Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T02:49:13.570Z] OK: 6 MiB in 18 packages [2023-02-16T02:49:16.154Z] Removing intermediate container 5056b2894c43 [2023-02-16T02:49:16.154Z] ---> fcf34ea70b3e [2023-02-16T02:49:16.154Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T02:49:16.154Z] Removing intermediate container a0a2cae27cad [2023-02-16T02:49:16.154Z] ---> e877f70cc3dc [2023-02-16T02:49:16.154Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T02:49:16.424Z] ---> Running in f0ac7e43a99a [2023-02-16T02:49:17.009Z] Removing intermediate container f0ac7e43a99a [2023-02-16T02:49:17.009Z] ---> 3f18792c9824 [2023-02-16T02:49:17.009Z] [2023-02-16T02:49:17.009Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T02:49:17.009Z] ---> 354640af7b1b [2023-02-16T02:49:17.009Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:49:17.009Z] ---> Using cache [2023-02-16T02:49:17.009Z] ---> 68a209313dfd [2023-02-16T02:49:17.009Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T02:49:17.009Z] ---> Using cache [2023-02-16T02:49:17.009Z] ---> 238a54d13044 [2023-02-16T02:49:17.009Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-16T02:49:19.597Z] Removing intermediate container f9c5d4c4a476 [2023-02-16T02:49:19.597Z] ---> c833e6699fa4 [2023-02-16T02:49:19.597Z] Step 7/19 : COPY . . [2023-02-16T02:49:24.951Z] ---> b94f3a16b2ce [2023-02-16T02:49:24.951Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T02:49:25.221Z] ---> 2f1acd81408e [2023-02-16T02:49:25.221Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T02:49:26.187Z] ---> 23e58a7bd74a [2023-02-16T02:49:26.187Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-16T02:49:26.187Z] ---> Running in fe77b7d25b5f [2023-02-16T02:49:26.777Z] ---> e1f1df013d80 [2023-02-16T02:49:26.777Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-16T02:49:27.046Z] ---> Running in 08f0cd395d30 [2023-02-16T02:49:28.014Z] Removing intermediate container 08f0cd395d30 [2023-02-16T02:49:28.014Z] ---> fd122a103ecd [2023-02-16T02:49:28.014Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-16T02:49:28.283Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-16T02:49:29.250Z] ---> e2d8f2db7d25 [2023-02-16T02:49:29.250Z] Step 19/24 : WORKDIR / [2023-02-16T02:49:29.520Z] ---> Running in 5a80e020e9b3 [2023-02-16T02:49:30.110Z] Removing intermediate container 5a80e020e9b3 [2023-02-16T02:49:30.110Z] ---> d8a1e65e68c9 [2023-02-16T02:49:30.110Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T02:49:30.379Z] ---> Running in 28fd12e91016 [2023-02-16T02:49:31.344Z] Removing intermediate container 28fd12e91016 [2023-02-16T02:49:31.344Z] ---> d35fa42ec757 [2023-02-16T02:49:31.344Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T02:49:31.345Z] ---> Running in 3ae57f70edd2 [2023-02-16T02:49:32.313Z] Removing intermediate container 3ae57f70edd2 [2023-02-16T02:49:32.313Z] ---> 530b29790886 [2023-02-16T02:49:32.313Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T02:49:32.313Z] ---> Running in 34fb2a28ed1a [2023-02-16T02:49:32.899Z] Removing intermediate container 34fb2a28ed1a [2023-02-16T02:49:32.899Z] ---> 24155b1b4bf8 [2023-02-16T02:49:32.899Z] Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:49:33.166Z] ---> Running in 66ecc4ec57d5 [2023-02-16T02:49:33.166Z] ---> 28c749d8503d [2023-02-16T02:49:33.166Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T02:49:33.751Z] Removing intermediate container 66ecc4ec57d5 [2023-02-16T02:49:33.751Z] ---> adbadd10d2cc [2023-02-16T02:49:33.751Z] Step 24/24 : LABEL version=3.0.0-dev.53 [2023-02-16T02:49:34.024Z] ---> Running in 6d27061f57f5 [2023-02-16T02:49:34.296Z] ---> 2643599b8f21 [2023-02-16T02:49:34.296Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-16T02:49:34.568Z] Removing intermediate container 6d27061f57f5 [2023-02-16T02:49:34.568Z] ---> fa13406ba030 [2023-02-16T02:49:34.568Z] [2023-02-16T02:49:34.568Z] Successfully built fa13406ba030 [2023-02-16T02:49:34.837Z] Successfully tagged security-spire-config-arm64:latest [2023-02-16T02:49:34.837Z] Building support-scheduler [2023-02-16T02:49:36.786Z]  Building security-spire-config ... done  ---> f85e7fb9b4f5 [2023-02-16T02:49:36.786Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-16T02:49:37.769Z] ---> 69c9bc95fcbc [2023-02-16T02:49:37.769Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T02:49:37.769Z] ---> Running in c666a9b7a068 [2023-02-16T02:49:38.741Z] Removing intermediate container c666a9b7a068 [2023-02-16T02:49:38.741Z] ---> 933fd193999e [2023-02-16T02:49:38.741Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T02:49:38.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:49:38.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:49:38.741Z] ---> 56102f7657c0 [2023-02-16T02:49:38.741Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T02:49:38.741Z] ---> Using cache [2023-02-16T02:49:38.741Z] ---> c3f8b813a9bd [2023-02-16T02:49:38.741Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T02:49:38.741Z] ---> Using cache [2023-02-16T02:49:38.741Z] ---> 80f83b4b1683 [2023-02-16T02:49:38.741Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T02:49:38.741Z] ---> Using cache [2023-02-16T02:49:38.741Z] ---> 8ec4ffc866e9 [2023-02-16T02:49:38.741Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T02:49:38.741Z] ---> Running in 0d617cfd3dbf [2023-02-16T02:49:38.741Z] ---> Using cache [2023-02-16T02:49:38.741Z] ---> b5e80c9a0884 [2023-02-16T02:49:38.741Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:49:38.741Z] ---> Using cache [2023-02-16T02:49:38.741Z] ---> 9da7bfe0aa69 [2023-02-16T02:49:38.741Z] Step 8/22 : COPY . . [2023-02-16T02:49:39.328Z] ---> Using cache [2023-02-16T02:49:39.328Z] ---> da4e9ffdde3d [2023-02-16T02:49:39.328Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-16T02:49:39.328Z] ---> Running in f0cdea12942f [2023-02-16T02:49:39.604Z] Removing intermediate container 0d617cfd3dbf [2023-02-16T02:49:39.604Z] ---> 751092578dca [2023-02-16T02:49:39.604Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T02:49:39.873Z] ---> Running in 853ee19c8e53 [2023-02-16T02:49:40.460Z] Removing intermediate container 853ee19c8e53 [2023-02-16T02:49:40.460Z] ---> 5d72f7f75e07 [2023-02-16T02:49:40.460Z] Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:49:40.739Z] ---> Running in aaee6d48a610 [2023-02-16T02:49:41.330Z] Removing intermediate container aaee6d48a610 [2023-02-16T02:49:41.331Z] ---> aceff7758065 [2023-02-16T02:49:41.331Z] Step 24/24 : LABEL version=3.0.0-dev.53 [2023-02-16T02:49:41.331Z] ---> Running in 408a06bcda01 [2023-02-16T02:49:41.600Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-16T02:49:41.870Z] Removing intermediate container 408a06bcda01 [2023-02-16T02:49:41.870Z] ---> 9ce7bbbc6bae [2023-02-16T02:49:41.870Z] [2023-02-16T02:49:42.139Z] Successfully built 9ce7bbbc6bae [2023-02-16T02:49:42.139Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-16T02:49:42.139Z]  Building security-spire-agent ... done Building security-bootstrapper [2023-02-16T02:49:45.510Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T02:49:45.510Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-16T02:49:45.510Z] ---> 56102f7657c0 [2023-02-16T02:49:45.510Z] Step 3/32 : WORKDIR /edgex-go [2023-02-16T02:49:45.510Z] ---> Using cache [2023-02-16T02:49:45.510Z] ---> 27a6cb5aa86c [2023-02-16T02:49:45.510Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-16T02:49:45.510Z] ---> Using cache [2023-02-16T02:49:45.510Z] ---> 0127da780838 [2023-02-16T02:49:45.510Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-16T02:49:45.510Z] ---> Using cache [2023-02-16T02:49:45.510Z] ---> 0a74663a860a [2023-02-16T02:49:45.510Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T02:49:45.510Z] ---> Using cache [2023-02-16T02:49:45.510Z] ---> 72cf809a2957 [2023-02-16T02:49:45.510Z] Step 7/32 : COPY . . [2023-02-16T02:49:45.510Z] ---> Using cache [2023-02-16T02:49:45.510Z] ---> 09840e9be0e1 [2023-02-16T02:49:45.510Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-16T02:49:45.782Z] ---> Running in 79329627b51c [2023-02-16T02:49:47.741Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-16T02:51:24.414Z] Removing intermediate container d631e62dc1f9 [2023-02-16T02:51:24.414Z] ---> f20f94416d6f [2023-02-16T02:51:24.414Z] [2023-02-16T02:51:24.414Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T02:51:24.414Z] ---> 4c81e5bf8899 [2023-02-16T02:51:24.414Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-16T02:51:24.414Z] ---> Running in f965f3f30ea4 [2023-02-16T02:51:24.414Z] Removing intermediate container f965f3f30ea4 [2023-02-16T02:51:24.414Z] ---> d69375c8746f [2023-02-16T02:51:24.414Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-16T02:51:24.414Z] ---> Running in 6eb344d39732 [2023-02-16T02:51:24.414Z] Removing intermediate container 6eb344d39732 [2023-02-16T02:51:24.414Z] ---> 4f2d1309057f [2023-02-16T02:51:24.414Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-16T02:51:24.414Z] ---> Running in 4a8cc3c01a7a [2023-02-16T02:51:24.414Z] Removing intermediate container 4a8cc3c01a7a [2023-02-16T02:51:24.414Z] ---> 9cdba9b6a6c5 [2023-02-16T02:51:24.414Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:51:24.414Z] ---> Running in 37cf0a5a02e0 [2023-02-16T02:51:24.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:51:24.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:51:24.414Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T02:51:24.414Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:51:24.414Z] OK: 5 MiB in 15 packages [2023-02-16T02:51:24.414Z] Removing intermediate container 37cf0a5a02e0 [2023-02-16T02:51:24.414Z] ---> 04b0e5668e98 [2023-02-16T02:51:24.414Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:51:24.414Z] ---> aa9caa5c61a5 [2023-02-16T02:51:24.414Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-16T02:51:24.414Z] ---> d25732212564 [2023-02-16T02:51:24.414Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-16T02:51:24.414Z] ---> 03dcc0722de0 [2023-02-16T02:51:24.414Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-16T02:51:24.414Z] ---> Running in 49743c1a81d1 [2023-02-16T02:51:24.414Z] Removing intermediate container 49743c1a81d1 [2023-02-16T02:51:24.414Z] ---> 9fa281c644ab [2023-02-16T02:51:24.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:51:24.414Z] ---> Running in 5f4ba56268cd [2023-02-16T02:51:24.414Z] Removing intermediate container 5f4ba56268cd [2023-02-16T02:51:24.414Z] ---> 43d27edc329f [2023-02-16T02:51:24.414Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T02:51:24.683Z] ---> Running in 879a2ee65c4f [2023-02-16T02:51:24.951Z] Removing intermediate container 879a2ee65c4f [2023-02-16T02:51:24.951Z] ---> 94ede173d319 [2023-02-16T02:51:24.951Z] Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:51:25.219Z] ---> Running in 5add9252ca27 [2023-02-16T02:51:25.488Z] Removing intermediate container 5add9252ca27 [2023-02-16T02:51:25.488Z] ---> 72c8b7c35de0 [2023-02-16T02:51:25.488Z] Step 22/22 : LABEL version=3.0.0-dev.53 [2023-02-16T02:51:25.756Z] ---> Running in 1c2e3fcacb4f [2023-02-16T02:51:26.026Z] Removing intermediate container 1c2e3fcacb4f [2023-02-16T02:51:26.026Z] ---> f33675a9e676 [2023-02-16T02:51:26.026Z] [2023-02-16T02:51:26.295Z] Successfully built f33675a9e676 [2023-02-16T02:51:26.295Z] Successfully tagged core-data-arm64:latest [2023-02-16T02:55:03.143Z]  Building core-data ... done Removing intermediate container 79329627b51c [2023-02-16T02:55:03.143Z] ---> 66cd49b4f711 [2023-02-16T02:55:03.143Z] [2023-02-16T02:55:03.143Z] Step 9/32 : FROM alpine:3.16 [2023-02-16T02:55:03.143Z] ---> 4c81e5bf8899 [2023-02-16T02:55:03.143Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:55:03.143Z] ---> Running in 4b9a16d9480f [2023-02-16T02:55:03.143Z] Removing intermediate container 4b9a16d9480f [2023-02-16T02:55:03.143Z] ---> 03acda240b0b [2023-02-16T02:55:03.143Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-16T02:55:03.143Z] ---> Running in 408c1c3952ce [2023-02-16T02:55:03.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:55:03.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:55:03.143Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-16T02:55:03.143Z] (2/2) Installing su-exec (0.2-r1) [2023-02-16T02:55:03.143Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:55:03.143Z] OK: 5 MiB in 16 packages [2023-02-16T02:55:03.143Z] Removing intermediate container 408c1c3952ce [2023-02-16T02:55:03.143Z] ---> e36b121a8ad6 [2023-02-16T02:55:03.143Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-16T02:55:03.143Z] ---> Running in ea8c8ef26943 [2023-02-16T02:55:03.143Z] Removing intermediate container ea8c8ef26943 [2023-02-16T02:55:03.143Z] ---> 8f98855571a2 [2023-02-16T02:55:03.143Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-16T02:55:03.143Z] ---> Running in 0f5e881cce3a [2023-02-16T02:55:03.143Z] Removing intermediate container 0f5e881cce3a [2023-02-16T02:55:03.143Z] ---> 0e01d62588a7 [2023-02-16T02:55:03.143Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-16T02:55:03.143Z] ---> Running in 0e4f09ba8dd9 [2023-02-16T02:55:03.143Z] Removing intermediate container 0e4f09ba8dd9 [2023-02-16T02:55:03.143Z] ---> d6d2f66f0d2e [2023-02-16T02:55:03.143Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-16T02:55:03.143Z] ---> Running in 2c7ca639618b [2023-02-16T02:55:03.143Z] Removing intermediate container 2c7ca639618b [2023-02-16T02:55:03.143Z] ---> 12a06c0c73c8 [2023-02-16T02:55:03.143Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-16T02:55:03.143Z] ---> Running in 2a3605df8cf5 [2023-02-16T02:55:04.567Z] Removing intermediate container 2a3605df8cf5 [2023-02-16T02:55:04.567Z] ---> 3d635a0094a4 [2023-02-16T02:55:04.567Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-16T02:55:04.567Z] ---> Running in 46a28b92b95d [2023-02-16T02:55:05.182Z] Removing intermediate container 46a28b92b95d [2023-02-16T02:55:05.182Z] ---> b7496d2211a2 [2023-02-16T02:55:05.182Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-16T02:55:06.165Z] ---> 0f3ec64e5900 [2023-02-16T02:55:06.165Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-16T02:55:06.434Z] ---> Running in f4accd4bd903 [2023-02-16T02:55:09.821Z] Removing intermediate container f4accd4bd903 [2023-02-16T02:55:09.821Z] ---> 35cab0b2c3df [2023-02-16T02:55:09.821Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:55:11.771Z] ---> bda678bf35c0 [2023-02-16T02:55:11.771Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-16T02:55:13.188Z] ---> e7a4198cdc16 [2023-02-16T02:55:13.188Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-16T02:55:14.159Z] ---> 5baefaffdcba [2023-02-16T02:55:14.159Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-16T02:55:15.120Z] ---> 1c9b4f3d8ccf [2023-02-16T02:55:15.120Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-16T02:55:16.085Z] ---> d05778aebbf9 [2023-02-16T02:55:16.085Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-16T02:55:17.047Z] ---> e08bac9e8494 [2023-02-16T02:55:17.047Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-16T02:55:18.012Z] ---> 89f9adfd5caf [2023-02-16T02:55:18.012Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-16T02:55:18.012Z] ---> Running in 95ab3003bc38 [2023-02-16T02:55:20.608Z] Removing intermediate container 95ab3003bc38 [2023-02-16T02:55:20.608Z] ---> 475a9f1f11d5 [2023-02-16T02:55:20.608Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-16T02:55:20.876Z] ---> Running in 946c405790ae [2023-02-16T02:55:21.142Z] Removing intermediate container 946c405790ae [2023-02-16T02:55:21.142Z] ---> ed362373da32 [2023-02-16T02:55:21.142Z] Step 29/32 : CMD ["gate"] [2023-02-16T02:55:21.409Z] ---> Running in d68e003a03fe [2023-02-16T02:55:21.993Z] Removing intermediate container d68e003a03fe [2023-02-16T02:55:21.993Z] ---> 793be7b7a836 [2023-02-16T02:55:21.993Z] Step 30/32 : LABEL arch=arm64 [2023-02-16T02:55:21.993Z] ---> Running in abd2a53707b8 [2023-02-16T02:55:25.339Z] Removing intermediate container abd2a53707b8 [2023-02-16T02:55:25.339Z] ---> 8e6c60c8f492 [2023-02-16T02:55:25.339Z] Step 31/32 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:55:25.339Z] ---> Running in 3b55e6df35ee [2023-02-16T02:55:25.616Z] Removing intermediate container 3b55e6df35ee [2023-02-16T02:55:25.616Z] ---> f3881e91c18a [2023-02-16T02:55:25.616Z] Step 32/32 : LABEL version=3.0.0-dev.53 [2023-02-16T02:55:25.883Z] ---> Running in 2c0da30a8192 [2023-02-16T02:55:26.151Z] Removing intermediate container 2c0da30a8192 [2023-02-16T02:55:26.151Z] ---> 887cfb2885c1 [2023-02-16T02:55:26.151Z] [2023-02-16T02:55:26.420Z] Successfully built 887cfb2885c1 [2023-02-16T02:55:26.420Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-16T02:56:13.285Z]  Building security-bootstrapper ... done Removing intermediate container fe77b7d25b5f [2023-02-16T02:56:13.285Z] ---> b2fbb4dab0e3 [2023-02-16T02:56:13.285Z] [2023-02-16T02:56:13.285Z] Step 9/19 : FROM alpine:3.15 [2023-02-16T02:56:13.285Z] ---> 354640af7b1b [2023-02-16T02:56:13.285Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T02:56:13.285Z] ---> Using cache [2023-02-16T02:56:13.285Z] ---> 68a209313dfd [2023-02-16T02:56:13.285Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-16T02:56:13.285Z] ---> Running in 1be3c6b7c61f [2023-02-16T02:56:13.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:56:13.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:56:13.285Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T02:56:13.285Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T02:56:13.285Z] OK: 15734 distinct packages available [2023-02-16T02:56:13.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:56:13.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:56:13.285Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-16T02:56:13.285Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-16T02:56:13.285Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-16T02:56:13.285Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-16T02:56:13.285Z] (5/9) Installing curl (7.80.0-r6) [2023-02-16T02:56:13.285Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-16T02:56:13.285Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-16T02:56:13.285Z] (8/9) Installing libucontext (1.1-r0) [2023-02-16T02:56:13.285Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-16T02:56:13.285Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T02:56:13.285Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T02:56:13.285Z] OK: 8 MiB in 23 packages [2023-02-16T02:56:15.869Z] Removing intermediate container 1be3c6b7c61f [2023-02-16T02:56:15.869Z] ---> c133212fa33a [2023-02-16T02:56:15.869Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:56:16.452Z] Removing intermediate container e41977469685 [2023-02-16T02:56:16.452Z] ---> 06d70607e420 [2023-02-16T02:56:16.452Z] [2023-02-16T02:56:16.452Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T02:56:16.452Z] ---> 4c81e5bf8899 [2023-02-16T02:56:16.452Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-16T02:56:16.717Z] ---> Running in cea547418b78 [2023-02-16T02:56:16.717Z] ---> 1cda3b96734c [2023-02-16T02:56:16.717Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-16T02:56:18.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T02:56:18.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T02:56:18.976Z] ---> cc060d79eb9b [2023-02-16T02:56:18.976Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-16T02:56:19.559Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-16T02:56:19.559Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-16T02:56:19.559Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T02:56:19.559Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T02:56:19.826Z] ---> 078e49db29a4 [2023-02-16T02:56:19.826Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-16T02:56:19.826Z] ---> Running in 4c9261f21363 [2023-02-16T02:56:20.093Z] OK: 6 MiB in 16 packages [2023-02-16T02:56:20.357Z] Removing intermediate container 4c9261f21363 [2023-02-16T02:56:20.358Z] ---> 1bfc1edd9a35 [2023-02-16T02:56:20.358Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:56:20.358Z] ---> Running in 98c60fd6b0e5 [2023-02-16T02:56:20.943Z] Removing intermediate container 98c60fd6b0e5 [2023-02-16T02:56:20.943Z] ---> cd09ca6336ed [2023-02-16T02:56:20.943Z] Step 17/19 : LABEL arch=arm64 [2023-02-16T02:56:21.210Z] ---> Running in fb28a3d482c4 [2023-02-16T02:56:21.482Z] Removing intermediate container fb28a3d482c4 [2023-02-16T02:56:21.482Z] ---> 1d1874ee6251 [2023-02-16T02:56:21.482Z] Step 18/19 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:21.750Z] Removing intermediate container cea547418b78 [2023-02-16T02:56:21.750Z] ---> a42dae807a45 [2023-02-16T02:56:21.750Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T02:56:21.750Z] ---> Running in 2b8e0d10989a [2023-02-16T02:56:21.750Z] ---> Running in 6dac0b6a9984 [2023-02-16T02:56:22.031Z] Removing intermediate container 6dac0b6a9984 [2023-02-16T02:56:22.031Z] ---> 66423c633c73 [2023-02-16T02:56:22.031Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-16T02:56:22.031Z] Removing intermediate container 2b8e0d10989a [2023-02-16T02:56:22.031Z] ---> a1856b3e6dc6 [2023-02-16T02:56:22.031Z] Step 19/19 : LABEL version=3.0.0-dev.53 [2023-02-16T02:56:22.298Z] ---> Running in 3c3b20befd9f [2023-02-16T02:56:22.298Z] ---> Running in 3c658bbf2c34 [2023-02-16T02:56:22.566Z] Removing intermediate container 3c3b20befd9f [2023-02-16T02:56:22.566Z] ---> 9c97730e91cc [2023-02-16T02:56:22.566Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T02:56:22.566Z] Removing intermediate container 3c658bbf2c34 [2023-02-16T02:56:22.566Z] ---> fe2a64073e10 [2023-02-16T02:56:22.566Z] [2023-02-16T02:56:22.832Z] ---> Running in 88aa6acb2935 [2023-02-16T02:56:22.832Z] Successfully built fe2a64073e10 [2023-02-16T02:56:22.832Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-16T02:56:23.097Z]  Building security-spiffe-token-provider ... done Removing intermediate container 88aa6acb2935 [2023-02-16T02:56:23.097Z] ---> b7571ad462f6 [2023-02-16T02:56:23.097Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:56:23.675Z] ---> 71571f681be1 [2023-02-16T02:56:23.675Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-16T02:56:25.171Z] ---> 26e27ecbcbd4 [2023-02-16T02:56:25.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-16T02:56:25.768Z] ---> 1cd3234d57ab [2023-02-16T02:56:25.768Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-16T02:56:25.768Z] ---> Running in b4bb43644afd [2023-02-16T02:56:26.368Z] Removing intermediate container b4bb43644afd [2023-02-16T02:56:26.368Z] ---> 656125fc6bc3 [2023-02-16T02:56:26.368Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:56:26.368Z] ---> Running in 5fd2d20e6993 [2023-02-16T02:56:26.659Z] Removing intermediate container 5fd2d20e6993 [2023-02-16T02:56:26.660Z] ---> d9f9c87ad040 [2023-02-16T02:56:26.660Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T02:56:26.660Z] ---> Running in 2ea32d921495 [2023-02-16T02:56:27.279Z] Removing intermediate container 2ea32d921495 [2023-02-16T02:56:27.279Z] ---> d4e97bf90594 [2023-02-16T02:56:27.279Z] Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:27.279Z] ---> Running in cea2560adb0a [2023-02-16T02:56:27.887Z] Removing intermediate container cea2560adb0a [2023-02-16T02:56:27.887Z] ---> 9ada601a994d [2023-02-16T02:56:27.887Z] Step 22/22 : LABEL version=3.0.0-dev.53 [2023-02-16T02:56:27.887Z] ---> Running in 92335d6825f8 [2023-02-16T02:56:28.159Z] Removing intermediate container 92335d6825f8 [2023-02-16T02:56:28.159Z] ---> 0e2568ea90fc [2023-02-16T02:56:28.159Z] [2023-02-16T02:56:28.159Z] Successfully built 0e2568ea90fc [2023-02-16T02:56:28.159Z] Successfully tagged support-notifications-arm64:latest [2023-02-16T02:56:33.515Z]  Building support-notifications ... done Removing intermediate container f0cdea12942f [2023-02-16T02:56:33.515Z] ---> cc94d2aa3512 [2023-02-16T02:56:33.515Z] [2023-02-16T02:56:33.515Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T02:56:33.515Z] ---> 4c81e5bf8899 [2023-02-16T02:56:33.515Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T02:56:33.515Z] ---> Using cache [2023-02-16T02:56:33.515Z] ---> 81535f67e47c [2023-02-16T02:56:33.515Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T02:56:33.515Z] ---> Using cache [2023-02-16T02:56:33.515Z] ---> 4a8db39ca89c [2023-02-16T02:56:33.515Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-16T02:56:33.515Z] ---> Running in f575b4b3b2fd [2023-02-16T02:56:33.795Z] Removing intermediate container f575b4b3b2fd [2023-02-16T02:56:33.795Z] ---> 9db01c4a0dbf [2023-02-16T02:56:33.795Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T02:56:33.795Z] ---> Running in 7f089ad1abb1 [2023-02-16T02:56:34.064Z] Removing intermediate container 7f089ad1abb1 [2023-02-16T02:56:34.064Z] ---> c432aecb984b [2023-02-16T02:56:34.064Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T02:56:34.650Z] ---> 93516e8083cb [2023-02-16T02:56:34.650Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-16T02:56:36.066Z] ---> 3705a2ec65d7 [2023-02-16T02:56:36.066Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-16T02:56:36.337Z] ---> 3b827f5d8fa9 [2023-02-16T02:56:36.337Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-16T02:56:36.605Z] ---> Running in 364b16c61a78 [2023-02-16T02:56:36.872Z] Removing intermediate container 364b16c61a78 [2023-02-16T02:56:36.872Z] ---> 0562c7917a7a [2023-02-16T02:56:36.872Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T02:56:36.872Z] ---> Running in 49686c480481 [2023-02-16T02:56:37.141Z] Removing intermediate container 49686c480481 [2023-02-16T02:56:37.141Z] ---> ef7073c781de [2023-02-16T02:56:37.141Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T02:56:37.141Z] ---> Running in dca20fdc01b3 [2023-02-16T02:56:37.410Z] Removing intermediate container dca20fdc01b3 [2023-02-16T02:56:37.410Z] ---> bc08379acb39 [2023-02-16T02:56:37.410Z] Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:37.678Z] ---> Running in 2c4fc636eea5 [2023-02-16T02:56:37.947Z] Removing intermediate container 2c4fc636eea5 [2023-02-16T02:56:37.947Z] ---> 36b03ced2509 [2023-02-16T02:56:37.947Z] Step 22/22 : LABEL version=3.0.0-dev.53 [2023-02-16T02:56:37.947Z] ---> Running in a9a696d9bb52 [2023-02-16T02:56:38.214Z] Removing intermediate container a9a696d9bb52 [2023-02-16T02:56:38.214Z] ---> 9b70a62136a7 [2023-02-16T02:56:38.214Z] [2023-02-16T02:56:38.214Z] Successfully built 9b70a62136a7 [2023-02-16T02:56:38.214Z] Successfully tagged support-scheduler-arm64:latest [2023-02-16T02:56:38.493Z]  Building support-scheduler ... done  [Pipeline] } [2023-02-16T02:56:38.497Z] $ docker stop --time=1 bf1e04e2a0529d8d4b77101043327944b9f8937203e54539d201a9ea2de74337 [2023-02-16T02:56:40.537Z] $ docker rm -f --volumes bf1e04e2a0529d8d4b77101043327944b9f8937203e54539d201a9ea2de74337 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T02:56:41.015Z] + docker images [2023-02-16T02:56:41.282Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-16T02:56:41.282Z] support-scheduler-arm64 latest 9b70a62136a7 3 seconds ago 29MB [2023-02-16T02:56:41.282Z] cc94d2aa3512 9 seconds ago 1.4GB [2023-02-16T02:56:41.282Z] support-notifications-arm64 latest 0e2568ea90fc 14 seconds ago 29.7MB [2023-02-16T02:56:41.282Z] security-spiffe-token-provider-arm64 latest fe2a64073e10 19 seconds ago 29.1MB [2023-02-16T02:56:41.282Z] 06d70607e420 26 seconds ago 1.4GB [2023-02-16T02:56:41.282Z] b2fbb4dab0e3 36 seconds ago 1.37GB [2023-02-16T02:56:41.282Z] security-bootstrapper-arm64 latest 887cfb2885c1 About a minute ago 19.6MB [2023-02-16T02:56:41.282Z] 66cd49b4f711 About a minute ago 1.33GB [2023-02-16T02:56:41.282Z] core-data-arm64 latest f33675a9e676 5 minutes ago 17.2MB [2023-02-16T02:56:41.282Z] f20f94416d6f 5 minutes ago 1.34GB [2023-02-16T02:56:41.282Z] security-spire-agent-arm64 latest 9ce7bbbc6bae 7 minutes ago 122MB [2023-02-16T02:56:41.282Z] security-spire-config-arm64 latest fa13406ba030 7 minutes ago 83.6MB [2023-02-16T02:56:41.282Z] 3f18792c9824 7 minutes ago 1.21GB [2023-02-16T02:56:41.282Z] 423fe8f1c55d 7 minutes ago 1.21GB [2023-02-16T02:56:41.282Z] core-metadata-arm64 latest 5aa436cea0d1 9 minutes ago 17.7MB [2023-02-16T02:56:41.282Z] core-command-arm64 latest e7cf21d15368 9 minutes ago 17MB [2023-02-16T02:56:41.282Z] core-common-config-bootstrapper-arm64 latest 5fe6ad610ddb 9 minutes ago 14.9MB [2023-02-16T02:56:41.282Z] e1495ce11d50 10 minutes ago 1.34GB [2023-02-16T02:56:41.282Z] fe9bf630db3e 10 minutes ago 1.34GB [2023-02-16T02:56:41.282Z] security-secretstore-setup-arm64 latest 4ec7c37b744b 10 minutes ago 29MB [2023-02-16T02:56:41.282Z] security-proxy-setup-arm64 latest 612dd370bfcb 10 minutes ago 26.9MB [2023-02-16T02:56:41.282Z] 611eed0780d9 10 minutes ago 1.33GB [2023-02-16T02:56:41.282Z] f3775e866452 10 minutes ago 1.33GB [2023-02-16T02:56:41.282Z] 83913b3677dc 10 minutes ago 1.33GB [2023-02-16T02:56:41.282Z] security-spire-server-arm64 latest 4233b3734429 16 minutes ago 84.3MB [2023-02-16T02:56:41.282Z] 59ab3c365fb8 16 minutes ago 1.21GB [2023-02-16T02:56:41.282Z] ci-base-image-arm64 latest 56102f7657c0 19 minutes ago 905MB [2023-02-16T02:56:41.282Z] alpine 3.15 354640af7b1b 5 days ago 5.34MB [2023-02-16T02:56:41.282Z] alpine 3.16 4c81e5bf8899 5 days ago 5.3MB [2023-02-16T02:56:41.282Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-16T02:56:41.282Z] 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-02-16T02:56:41.419Z] provisioning config files... [2023-02-16T02:56:41.434Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/414@tmp/config13422549757447020975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T02:56:41.768Z] ---> docker-login.sh [2023-02-16T02:56:41.768Z] nexus3.edgexfoundry.org:10001 [2023-02-16T02:56:41.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:56:42.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:56:42.033Z] Configure a credential helper to remove this warning. See [2023-02-16T02:56:42.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:56:42.033Z] [2023-02-16T02:56:42.033Z] Login Succeeded [2023-02-16T02:56:42.033Z] nexus3.edgexfoundry.org:10002 [2023-02-16T02:56:42.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:56:42.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:56:42.563Z] Configure a credential helper to remove this warning. See [2023-02-16T02:56:42.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:56:42.563Z] [2023-02-16T02:56:42.563Z] Login Succeeded [2023-02-16T02:56:42.563Z] nexus3.edgexfoundry.org:10003 [2023-02-16T02:56:42.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:56:42.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:56:42.829Z] Configure a credential helper to remove this warning. See [2023-02-16T02:56:42.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:56:42.829Z] [2023-02-16T02:56:42.829Z] Login Succeeded [2023-02-16T02:56:42.829Z] nexus3.edgexfoundry.org:10004 [2023-02-16T02:56:43.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:56:43.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:56:43.096Z] Configure a credential helper to remove this warning. See [2023-02-16T02:56:43.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:56:43.096Z] [2023-02-16T02:56:43.096Z] Login Succeeded [2023-02-16T02:56:43.096Z] docker.io [2023-02-16T02:56:43.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T02:56:43.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T02:56:43.627Z] Configure a credential helper to remove this warning. See [2023-02-16T02:56:43.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T02:56:43.627Z] [2023-02-16T02:56:43.627Z] Login Succeeded [2023-02-16T02:56:43.627Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T02:56:43.638Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:56:43.664Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T02:56:43.737Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-16T02:56:43.737Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:43.737Z] latest [2023-02-16T02:56:43.737Z] 3.0.0-dev.53 [2023-02-16T02:56:43.737Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:56:43.737Z] main [2023-02-16T02:56:43.737Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:44.094Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:44.445Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:44.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T02:56:44.445Z] e0d27f69b586: Preparing [2023-02-16T02:56:44.445Z] e5bb1fddddd9: Preparing [2023-02-16T02:56:44.445Z] cc9e9d585077: Preparing [2023-02-16T02:56:44.445Z] fd7de7bfe17a: Preparing [2023-02-16T02:56:44.445Z] f70ee36035b9: Preparing [2023-02-16T02:56:44.445Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:44.711Z] e0d27f69b586: Pushed [2023-02-16T02:56:44.711Z] cc9e9d585077: Pushed [2023-02-16T02:56:44.711Z] fd7de7bfe17a: Pushed [2023-02-16T02:56:48.040Z] e5bb1fddddd9: Pushed [2023-02-16T02:56:48.040Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:48.378Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:48.710Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-16T02:56:48.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T02:56:48.710Z] e0d27f69b586: Preparing [2023-02-16T02:56:48.710Z] e5bb1fddddd9: Preparing [2023-02-16T02:56:48.710Z] cc9e9d585077: Preparing [2023-02-16T02:56:48.710Z] fd7de7bfe17a: Preparing [2023-02-16T02:56:48.710Z] f70ee36035b9: Preparing [2023-02-16T02:56:48.710Z] e5bb1fddddd9: Layer already exists [2023-02-16T02:56:48.710Z] e0d27f69b586: Layer already exists [2023-02-16T02:56:48.710Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:48.710Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:48.710Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:56:48.710Z] latest: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:49.304Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:49.634Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.53 [2023-02-16T02:56:49.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T02:56:49.634Z] e0d27f69b586: Preparing [2023-02-16T02:56:49.634Z] e5bb1fddddd9: Preparing [2023-02-16T02:56:49.634Z] cc9e9d585077: Preparing [2023-02-16T02:56:49.634Z] fd7de7bfe17a: Preparing [2023-02-16T02:56:49.634Z] f70ee36035b9: Preparing [2023-02-16T02:56:49.634Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:49.634Z] e0d27f69b586: Layer already exists [2023-02-16T02:56:49.634Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:56:49.634Z] e5bb1fddddd9: Layer already exists [2023-02-16T02:56:49.634Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:49.634Z] 3.0.0-dev.53: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:50.248Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:50.588Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:56:50.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T02:56:50.588Z] e0d27f69b586: Preparing [2023-02-16T02:56:50.588Z] e5bb1fddddd9: Preparing [2023-02-16T02:56:50.588Z] cc9e9d585077: Preparing [2023-02-16T02:56:50.588Z] fd7de7bfe17a: Preparing [2023-02-16T02:56:50.588Z] f70ee36035b9: Preparing [2023-02-16T02:56:50.588Z] e0d27f69b586: Layer already exists [2023-02-16T02:56:50.588Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:56:50.588Z] e5bb1fddddd9: Layer already exists [2023-02-16T02:56:50.588Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:50.588Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:50.588Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:50.933Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:51.275Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-16T02:56:51.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T02:56:51.275Z] e0d27f69b586: Preparing [2023-02-16T02:56:51.275Z] e5bb1fddddd9: Preparing [2023-02-16T02:56:51.275Z] cc9e9d585077: Preparing [2023-02-16T02:56:51.275Z] fd7de7bfe17a: Preparing [2023-02-16T02:56:51.275Z] f70ee36035b9: Preparing [2023-02-16T02:56:51.275Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:56:51.275Z] e0d27f69b586: Layer already exists [2023-02-16T02:56:51.275Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:51.275Z] e5bb1fddddd9: Layer already exists [2023-02-16T02:56:51.275Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:51.275Z] main: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:56:51.317Z] ===================================================== [Pipeline] echo [2023-02-16T02:56:51.325Z] taggedImages: [2023-02-16T02:56:51.325Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:51.325Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-16T02:56:51.325Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.53 [2023-02-16T02:56:51.325Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:56:51.325Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-16T02:56:51.353Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-16T02:56:51.353Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:51.353Z] latest [2023-02-16T02:56:51.353Z] 3.0.0-dev.53 [2023-02-16T02:56:51.353Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:56:51.353Z] main [2023-02-16T02:56:51.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:51.695Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:52.028Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:52.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T02:56:52.028Z] 2b7c0566eae6: Preparing [2023-02-16T02:56:52.028Z] 9673ad1e118c: Preparing [2023-02-16T02:56:52.028Z] 54b9307970de: Preparing [2023-02-16T02:56:52.028Z] deb02e6ffbe3: Preparing [2023-02-16T02:56:52.028Z] cc9e9d585077: Preparing [2023-02-16T02:56:52.028Z] 1f59d69a3d87: Preparing [2023-02-16T02:56:52.028Z] f70ee36035b9: Preparing [2023-02-16T02:56:52.028Z] 1f59d69a3d87: Waiting [2023-02-16T02:56:52.028Z] f70ee36035b9: Waiting [2023-02-16T02:56:52.028Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:52.293Z] 2b7c0566eae6: Pushed [2023-02-16T02:56:52.293Z] 54b9307970de: Pushed [2023-02-16T02:56:52.293Z] 9673ad1e118c: Pushed [2023-02-16T02:56:52.293Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:52.293Z] 1f59d69a3d87: Pushed [2023-02-16T02:56:54.863Z] deb02e6ffbe3: Pushed [2023-02-16T02:56:54.863Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:55.203Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:55.536Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-16T02:56:55.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T02:56:55.536Z] 2b7c0566eae6: Preparing [2023-02-16T02:56:55.536Z] 9673ad1e118c: Preparing [2023-02-16T02:56:55.536Z] 54b9307970de: Preparing [2023-02-16T02:56:55.536Z] deb02e6ffbe3: Preparing [2023-02-16T02:56:55.536Z] cc9e9d585077: Preparing [2023-02-16T02:56:55.536Z] 1f59d69a3d87: Preparing [2023-02-16T02:56:55.536Z] f70ee36035b9: Preparing [2023-02-16T02:56:55.536Z] 1f59d69a3d87: Waiting [2023-02-16T02:56:55.536Z] f70ee36035b9: Waiting [2023-02-16T02:56:55.536Z] 2b7c0566eae6: Layer already exists [2023-02-16T02:56:55.536Z] 9673ad1e118c: Layer already exists [2023-02-16T02:56:55.536Z] 54b9307970de: Layer already exists [2023-02-16T02:56:55.536Z] deb02e6ffbe3: Layer already exists [2023-02-16T02:56:55.536Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:55.536Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:55.536Z] 1f59d69a3d87: Layer already exists [2023-02-16T02:56:55.801Z] latest: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:56.150Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:56.482Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.53 [2023-02-16T02:56:56.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T02:56:56.482Z] 2b7c0566eae6: Preparing [2023-02-16T02:56:56.482Z] 9673ad1e118c: Preparing [2023-02-16T02:56:56.482Z] 54b9307970de: Preparing [2023-02-16T02:56:56.482Z] deb02e6ffbe3: Preparing [2023-02-16T02:56:56.482Z] cc9e9d585077: Preparing [2023-02-16T02:56:56.482Z] 1f59d69a3d87: Preparing [2023-02-16T02:56:56.482Z] f70ee36035b9: Preparing [2023-02-16T02:56:56.482Z] 1f59d69a3d87: Waiting [2023-02-16T02:56:56.482Z] f70ee36035b9: Waiting [2023-02-16T02:56:56.482Z] 2b7c0566eae6: Layer already exists [2023-02-16T02:56:56.482Z] 54b9307970de: Layer already exists [2023-02-16T02:56:56.482Z] deb02e6ffbe3: Layer already exists [2023-02-16T02:56:56.482Z] 9673ad1e118c: Layer already exists [2023-02-16T02:56:56.482Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:56.482Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:56.482Z] 1f59d69a3d87: Layer already exists [2023-02-16T02:56:56.482Z] 3.0.0-dev.53: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:56.827Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:57.155Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:56:57.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T02:56:57.155Z] 2b7c0566eae6: Preparing [2023-02-16T02:56:57.155Z] 9673ad1e118c: Preparing [2023-02-16T02:56:57.155Z] 54b9307970de: Preparing [2023-02-16T02:56:57.155Z] deb02e6ffbe3: Preparing [2023-02-16T02:56:57.155Z] cc9e9d585077: Preparing [2023-02-16T02:56:57.155Z] 1f59d69a3d87: Preparing [2023-02-16T02:56:57.155Z] f70ee36035b9: Preparing [2023-02-16T02:56:57.155Z] 1f59d69a3d87: Waiting [2023-02-16T02:56:57.155Z] f70ee36035b9: Waiting [2023-02-16T02:56:57.155Z] deb02e6ffbe3: Layer already exists [2023-02-16T02:56:57.155Z] 54b9307970de: Layer already exists [2023-02-16T02:56:57.155Z] 9673ad1e118c: Layer already exists [2023-02-16T02:56:57.155Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:57.155Z] 2b7c0566eae6: Layer already exists [2023-02-16T02:56:57.155Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:57.155Z] 1f59d69a3d87: Layer already exists [2023-02-16T02:56:57.155Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:57.761Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:58.092Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-16T02:56:58.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T02:56:58.092Z] 2b7c0566eae6: Preparing [2023-02-16T02:56:58.092Z] 9673ad1e118c: Preparing [2023-02-16T02:56:58.092Z] 54b9307970de: Preparing [2023-02-16T02:56:58.092Z] deb02e6ffbe3: Preparing [2023-02-16T02:56:58.092Z] cc9e9d585077: Preparing [2023-02-16T02:56:58.092Z] 1f59d69a3d87: Preparing [2023-02-16T02:56:58.092Z] f70ee36035b9: Preparing [2023-02-16T02:56:58.092Z] 1f59d69a3d87: Waiting [2023-02-16T02:56:58.092Z] f70ee36035b9: Waiting [2023-02-16T02:56:58.092Z] 9673ad1e118c: Layer already exists [2023-02-16T02:56:58.092Z] deb02e6ffbe3: Layer already exists [2023-02-16T02:56:58.092Z] 2b7c0566eae6: Layer already exists [2023-02-16T02:56:58.092Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:58.092Z] 54b9307970de: Layer already exists [2023-02-16T02:56:58.092Z] 1f59d69a3d87: Layer already exists [2023-02-16T02:56:58.092Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:58.673Z] main: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:56:58.713Z] ===================================================== [Pipeline] echo [2023-02-16T02:56:58.719Z] taggedImages: [2023-02-16T02:56:58.719Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:58.719Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-16T02:56:58.719Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.53 [2023-02-16T02:56:58.719Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:56:58.719Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-16T02:56:58.735Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-16T02:56:58.735Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:58.735Z] latest [2023-02-16T02:56:58.735Z] 3.0.0-dev.53 [2023-02-16T02:56:58.735Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:56:58.735Z] main [2023-02-16T02:56:58.735Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:59.065Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:56:59.393Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:56:59.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T02:56:59.394Z] 6c433a07833c: Preparing [2023-02-16T02:56:59.394Z] 82793aff9ebf: Preparing [2023-02-16T02:56:59.394Z] cc9e9d585077: Preparing [2023-02-16T02:56:59.394Z] 7e09ab1e0f99: Preparing [2023-02-16T02:56:59.394Z] f70ee36035b9: Preparing [2023-02-16T02:56:59.394Z] cc9e9d585077: Layer already exists [2023-02-16T02:56:59.394Z] f70ee36035b9: Layer already exists [2023-02-16T02:56:59.661Z] 6c433a07833c: Pushed [2023-02-16T02:56:59.661Z] 7e09ab1e0f99: Pushed [2023-02-16T02:57:02.990Z] 82793aff9ebf: Pushed [2023-02-16T02:57:02.990Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:03.325Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:03.659Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-16T02:57:03.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T02:57:03.660Z] 6c433a07833c: Preparing [2023-02-16T02:57:03.660Z] 82793aff9ebf: Preparing [2023-02-16T02:57:03.660Z] cc9e9d585077: Preparing [2023-02-16T02:57:03.660Z] 7e09ab1e0f99: Preparing [2023-02-16T02:57:03.660Z] f70ee36035b9: Preparing [2023-02-16T02:57:03.660Z] 6c433a07833c: Layer already exists [2023-02-16T02:57:03.660Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:03.660Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:03.660Z] 7e09ab1e0f99: Layer already exists [2023-02-16T02:57:03.660Z] 82793aff9ebf: Layer already exists [2023-02-16T02:57:03.660Z] latest: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:04.000Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:04.336Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.53 [2023-02-16T02:57:04.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T02:57:04.336Z] 6c433a07833c: Preparing [2023-02-16T02:57:04.336Z] 82793aff9ebf: Preparing [2023-02-16T02:57:04.336Z] cc9e9d585077: Preparing [2023-02-16T02:57:04.336Z] 7e09ab1e0f99: Preparing [2023-02-16T02:57:04.336Z] f70ee36035b9: Preparing [2023-02-16T02:57:04.336Z] 6c433a07833c: Layer already exists [2023-02-16T02:57:04.336Z] 7e09ab1e0f99: Layer already exists [2023-02-16T02:57:04.336Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:04.336Z] 82793aff9ebf: Layer already exists [2023-02-16T02:57:04.336Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:04.336Z] 3.0.0-dev.53: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:04.955Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:05.290Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:05.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T02:57:05.291Z] 6c433a07833c: Preparing [2023-02-16T02:57:05.291Z] 82793aff9ebf: Preparing [2023-02-16T02:57:05.291Z] cc9e9d585077: Preparing [2023-02-16T02:57:05.291Z] 7e09ab1e0f99: Preparing [2023-02-16T02:57:05.291Z] f70ee36035b9: Preparing [2023-02-16T02:57:05.291Z] 82793aff9ebf: Layer already exists [2023-02-16T02:57:05.291Z] 6c433a07833c: Layer already exists [2023-02-16T02:57:05.291Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:05.291Z] 7e09ab1e0f99: Layer already exists [2023-02-16T02:57:05.291Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:05.291Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:05.631Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:05.971Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-16T02:57:05.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T02:57:05.971Z] 6c433a07833c: Preparing [2023-02-16T02:57:05.971Z] 82793aff9ebf: Preparing [2023-02-16T02:57:05.971Z] cc9e9d585077: Preparing [2023-02-16T02:57:05.971Z] 7e09ab1e0f99: Preparing [2023-02-16T02:57:05.971Z] f70ee36035b9: Preparing [2023-02-16T02:57:05.971Z] 82793aff9ebf: Layer already exists [2023-02-16T02:57:05.971Z] 6c433a07833c: Layer already exists [2023-02-16T02:57:05.971Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:05.971Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:05.971Z] 7e09ab1e0f99: Layer already exists [2023-02-16T02:57:05.971Z] main: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:57:06.286Z] ===================================================== [Pipeline] echo [2023-02-16T02:57:06.294Z] taggedImages: [2023-02-16T02:57:06.294Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:06.294Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-16T02:57:06.294Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.53 [2023-02-16T02:57:06.294Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:06.295Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-16T02:57:06.315Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-16T02:57:06.315Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:06.315Z] latest [2023-02-16T02:57:06.315Z] 3.0.0-dev.53 [2023-02-16T02:57:06.315Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:06.315Z] main [2023-02-16T02:57:06.315Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:06.668Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:07.009Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:07.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T02:57:07.009Z] 6f2f2231ff42: Preparing [2023-02-16T02:57:07.009Z] 48f401badf16: Preparing [2023-02-16T02:57:07.009Z] 9a8b7a76aeba: Preparing [2023-02-16T02:57:07.009Z] cc9e9d585077: Preparing [2023-02-16T02:57:07.009Z] 3ef4a38fc8a2: Preparing [2023-02-16T02:57:07.009Z] f70ee36035b9: Preparing [2023-02-16T02:57:07.009Z] f70ee36035b9: Waiting [2023-02-16T02:57:07.009Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:07.275Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:07.275Z] 6f2f2231ff42: Pushed [2023-02-16T02:57:07.275Z] 48f401badf16: Pushed [2023-02-16T02:57:07.275Z] 3ef4a38fc8a2: Pushed [2023-02-16T02:57:10.609Z] 9a8b7a76aeba: Pushed [2023-02-16T02:57:10.609Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:10.949Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:11.283Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-16T02:57:11.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T02:57:11.284Z] 6f2f2231ff42: Preparing [2023-02-16T02:57:11.284Z] 48f401badf16: Preparing [2023-02-16T02:57:11.284Z] 9a8b7a76aeba: Preparing [2023-02-16T02:57:11.284Z] cc9e9d585077: Preparing [2023-02-16T02:57:11.284Z] 3ef4a38fc8a2: Preparing [2023-02-16T02:57:11.284Z] f70ee36035b9: Preparing [2023-02-16T02:57:11.284Z] f70ee36035b9: Waiting [2023-02-16T02:57:11.284Z] 48f401badf16: Layer already exists [2023-02-16T02:57:11.284Z] 3ef4a38fc8a2: Layer already exists [2023-02-16T02:57:11.284Z] 6f2f2231ff42: Layer already exists [2023-02-16T02:57:11.284Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:11.284Z] 9a8b7a76aeba: Layer already exists [2023-02-16T02:57:11.284Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:11.549Z] latest: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:11.896Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:12.228Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.53 [2023-02-16T02:57:12.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T02:57:12.228Z] 6f2f2231ff42: Preparing [2023-02-16T02:57:12.228Z] 48f401badf16: Preparing [2023-02-16T02:57:12.228Z] 9a8b7a76aeba: Preparing [2023-02-16T02:57:12.228Z] cc9e9d585077: Preparing [2023-02-16T02:57:12.228Z] 3ef4a38fc8a2: Preparing [2023-02-16T02:57:12.228Z] f70ee36035b9: Preparing [2023-02-16T02:57:12.228Z] f70ee36035b9: Waiting [2023-02-16T02:57:12.228Z] 3ef4a38fc8a2: Layer already exists [2023-02-16T02:57:12.228Z] 48f401badf16: Layer already exists [2023-02-16T02:57:12.228Z] 6f2f2231ff42: Layer already exists [2023-02-16T02:57:12.228Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:12.228Z] 9a8b7a76aeba: Layer already exists [2023-02-16T02:57:12.228Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:12.493Z] 3.0.0-dev.53: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:12.854Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:13.206Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:13.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T02:57:13.206Z] 6f2f2231ff42: Preparing [2023-02-16T02:57:13.206Z] 48f401badf16: Preparing [2023-02-16T02:57:13.206Z] 9a8b7a76aeba: Preparing [2023-02-16T02:57:13.206Z] cc9e9d585077: Preparing [2023-02-16T02:57:13.206Z] 3ef4a38fc8a2: Preparing [2023-02-16T02:57:13.206Z] f70ee36035b9: Preparing [2023-02-16T02:57:13.206Z] f70ee36035b9: Waiting [2023-02-16T02:57:13.206Z] 3ef4a38fc8a2: Layer already exists [2023-02-16T02:57:13.206Z] 6f2f2231ff42: Layer already exists [2023-02-16T02:57:13.206Z] 48f401badf16: Layer already exists [2023-02-16T02:57:13.206Z] 9a8b7a76aeba: Layer already exists [2023-02-16T02:57:13.206Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:13.206Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:13.475Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:13.838Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:14.193Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-16T02:57:14.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T02:57:14.193Z] 6f2f2231ff42: Preparing [2023-02-16T02:57:14.193Z] 48f401badf16: Preparing [2023-02-16T02:57:14.193Z] 9a8b7a76aeba: Preparing [2023-02-16T02:57:14.193Z] cc9e9d585077: Preparing [2023-02-16T02:57:14.193Z] 3ef4a38fc8a2: Preparing [2023-02-16T02:57:14.193Z] f70ee36035b9: Preparing [2023-02-16T02:57:14.193Z] f70ee36035b9: Waiting [2023-02-16T02:57:14.193Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:14.193Z] 6f2f2231ff42: Layer already exists [2023-02-16T02:57:14.193Z] 48f401badf16: Layer already exists [2023-02-16T02:57:14.193Z] 9a8b7a76aeba: Layer already exists [2023-02-16T02:57:14.193Z] 3ef4a38fc8a2: Layer already exists [2023-02-16T02:57:14.193Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:14.460Z] main: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:57:14.519Z] ===================================================== [Pipeline] echo [2023-02-16T02:57:14.531Z] taggedImages: [2023-02-16T02:57:14.531Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:14.531Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-16T02:57:14.531Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.53 [2023-02-16T02:57:14.531Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:14.531Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-16T02:57:14.552Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-16T02:57:14.552Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:14.552Z] latest [2023-02-16T02:57:14.552Z] 3.0.0-dev.53 [2023-02-16T02:57:14.552Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:14.552Z] main [2023-02-16T02:57:14.552Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:14.899Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:15.241Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:15.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T02:57:15.241Z] f7e62448a95c: Preparing [2023-02-16T02:57:15.241Z] f7e62448a95c: Preparing [2023-02-16T02:57:15.241Z] 00ee8d99ccda: Preparing [2023-02-16T02:57:15.241Z] 9756ccdecc30: Preparing [2023-02-16T02:57:15.241Z] 0ab2091b84fc: Preparing [2023-02-16T02:57:15.241Z] bbeed271cfb1: Preparing [2023-02-16T02:57:15.241Z] 669014c76747: Preparing [2023-02-16T02:57:15.241Z] cc9e9d585077: Preparing [2023-02-16T02:57:15.241Z] 4e287092206d: Preparing [2023-02-16T02:57:15.241Z] 61e475cf78b0: Preparing [2023-02-16T02:57:15.241Z] ad7d2c383a4a: Preparing [2023-02-16T02:57:15.241Z] 1862331af391: Preparing [2023-02-16T02:57:15.241Z] f70ee36035b9: Preparing [2023-02-16T02:57:15.241Z] 61e475cf78b0: Waiting [2023-02-16T02:57:15.241Z] 669014c76747: Waiting [2023-02-16T02:57:15.241Z] cc9e9d585077: Waiting [2023-02-16T02:57:15.241Z] 4e287092206d: Waiting [2023-02-16T02:57:15.241Z] ad7d2c383a4a: Waiting [2023-02-16T02:57:15.241Z] 1862331af391: Waiting [2023-02-16T02:57:15.241Z] f70ee36035b9: Waiting [2023-02-16T02:57:15.506Z] bbeed271cfb1: Pushed [2023-02-16T02:57:15.506Z] 0ab2091b84fc: Pushed [2023-02-16T02:57:15.506Z] f7e62448a95c: Pushed [2023-02-16T02:57:15.506Z] 00ee8d99ccda: Pushed [2023-02-16T02:57:15.506Z] 9756ccdecc30: Pushed [2023-02-16T02:57:15.506Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:15.772Z] 4e287092206d: Pushed [2023-02-16T02:57:15.772Z] 61e475cf78b0: Pushed [2023-02-16T02:57:15.772Z] ad7d2c383a4a: Pushed [2023-02-16T02:57:15.772Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:15.772Z] 1862331af391: Pushed [2023-02-16T02:57:19.106Z] 669014c76747: Pushed [2023-02-16T02:57:19.106Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:19.439Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:19.777Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-16T02:57:19.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T02:57:19.777Z] f7e62448a95c: Preparing [2023-02-16T02:57:19.777Z] f7e62448a95c: Preparing [2023-02-16T02:57:19.777Z] 00ee8d99ccda: Preparing [2023-02-16T02:57:19.777Z] 9756ccdecc30: Preparing [2023-02-16T02:57:19.777Z] 0ab2091b84fc: Preparing [2023-02-16T02:57:19.777Z] bbeed271cfb1: Preparing [2023-02-16T02:57:19.777Z] 669014c76747: Preparing [2023-02-16T02:57:19.777Z] cc9e9d585077: Preparing [2023-02-16T02:57:19.777Z] 4e287092206d: Preparing [2023-02-16T02:57:19.777Z] 61e475cf78b0: Preparing [2023-02-16T02:57:19.777Z] ad7d2c383a4a: Preparing [2023-02-16T02:57:19.777Z] 1862331af391: Preparing [2023-02-16T02:57:19.777Z] f70ee36035b9: Preparing [2023-02-16T02:57:19.777Z] 669014c76747: Waiting [2023-02-16T02:57:19.777Z] 61e475cf78b0: Waiting [2023-02-16T02:57:19.777Z] 1862331af391: Waiting [2023-02-16T02:57:19.777Z] ad7d2c383a4a: Waiting [2023-02-16T02:57:19.777Z] f70ee36035b9: Waiting [2023-02-16T02:57:19.777Z] cc9e9d585077: Waiting [2023-02-16T02:57:19.777Z] 4e287092206d: Waiting [2023-02-16T02:57:19.777Z] 0ab2091b84fc: Layer already exists [2023-02-16T02:57:19.777Z] 00ee8d99ccda: Layer already exists [2023-02-16T02:57:19.777Z] f7e62448a95c: Layer already exists [2023-02-16T02:57:19.777Z] 9756ccdecc30: Layer already exists [2023-02-16T02:57:19.777Z] bbeed271cfb1: Layer already exists [2023-02-16T02:57:19.777Z] 669014c76747: Layer already exists [2023-02-16T02:57:19.777Z] 61e475cf78b0: Layer already exists [2023-02-16T02:57:19.777Z] 4e287092206d: Layer already exists [2023-02-16T02:57:19.777Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:19.777Z] ad7d2c383a4a: Layer already exists [2023-02-16T02:57:19.777Z] 1862331af391: Layer already exists [2023-02-16T02:57:19.777Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:20.042Z] latest: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:20.387Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:20.721Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.53 [2023-02-16T02:57:20.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T02:57:20.721Z] f7e62448a95c: Preparing [2023-02-16T02:57:20.721Z] f7e62448a95c: Preparing [2023-02-16T02:57:20.721Z] 00ee8d99ccda: Preparing [2023-02-16T02:57:20.721Z] 9756ccdecc30: Preparing [2023-02-16T02:57:20.721Z] 0ab2091b84fc: Preparing [2023-02-16T02:57:20.721Z] bbeed271cfb1: Preparing [2023-02-16T02:57:20.721Z] 669014c76747: Preparing [2023-02-16T02:57:20.721Z] cc9e9d585077: Preparing [2023-02-16T02:57:20.721Z] 4e287092206d: Preparing [2023-02-16T02:57:20.721Z] 61e475cf78b0: Preparing [2023-02-16T02:57:20.721Z] ad7d2c383a4a: Preparing [2023-02-16T02:57:20.721Z] 1862331af391: Preparing [2023-02-16T02:57:20.721Z] f70ee36035b9: Preparing [2023-02-16T02:57:20.721Z] 669014c76747: Waiting [2023-02-16T02:57:20.721Z] cc9e9d585077: Waiting [2023-02-16T02:57:20.721Z] 4e287092206d: Waiting [2023-02-16T02:57:20.721Z] 61e475cf78b0: Waiting [2023-02-16T02:57:20.721Z] ad7d2c383a4a: Waiting [2023-02-16T02:57:20.721Z] 1862331af391: Waiting [2023-02-16T02:57:20.722Z] f70ee36035b9: Waiting [2023-02-16T02:57:20.722Z] 9756ccdecc30: Layer already exists [2023-02-16T02:57:20.722Z] 00ee8d99ccda: Layer already exists [2023-02-16T02:57:20.722Z] bbeed271cfb1: Layer already exists [2023-02-16T02:57:20.722Z] f7e62448a95c: Layer already exists [2023-02-16T02:57:20.722Z] 0ab2091b84fc: Layer already exists [2023-02-16T02:57:20.722Z] 61e475cf78b0: Layer already exists [2023-02-16T02:57:20.722Z] 669014c76747: Layer already exists [2023-02-16T02:57:20.722Z] 4e287092206d: Layer already exists [2023-02-16T02:57:20.722Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:20.722Z] ad7d2c383a4a: Layer already exists [2023-02-16T02:57:20.722Z] 1862331af391: Layer already exists [2023-02-16T02:57:20.722Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:20.987Z] 3.0.0-dev.53: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:21.328Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:21.657Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:21.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T02:57:21.657Z] f7e62448a95c: Preparing [2023-02-16T02:57:21.657Z] f7e62448a95c: Preparing [2023-02-16T02:57:21.657Z] 00ee8d99ccda: Preparing [2023-02-16T02:57:21.657Z] 9756ccdecc30: Preparing [2023-02-16T02:57:21.657Z] 0ab2091b84fc: Preparing [2023-02-16T02:57:21.657Z] bbeed271cfb1: Preparing [2023-02-16T02:57:21.657Z] 669014c76747: Preparing [2023-02-16T02:57:21.657Z] cc9e9d585077: Preparing [2023-02-16T02:57:21.657Z] 4e287092206d: Preparing [2023-02-16T02:57:21.657Z] 61e475cf78b0: Preparing [2023-02-16T02:57:21.657Z] ad7d2c383a4a: Preparing [2023-02-16T02:57:21.657Z] 1862331af391: Preparing [2023-02-16T02:57:21.657Z] f70ee36035b9: Preparing [2023-02-16T02:57:21.657Z] 61e475cf78b0: Waiting [2023-02-16T02:57:21.657Z] f70ee36035b9: Waiting [2023-02-16T02:57:21.657Z] 1862331af391: Waiting [2023-02-16T02:57:21.657Z] 669014c76747: Waiting [2023-02-16T02:57:21.657Z] cc9e9d585077: Waiting [2023-02-16T02:57:21.657Z] 4e287092206d: Waiting [2023-02-16T02:57:21.657Z] bbeed271cfb1: Layer already exists [2023-02-16T02:57:21.657Z] f7e62448a95c: Layer already exists [2023-02-16T02:57:21.657Z] 0ab2091b84fc: Layer already exists [2023-02-16T02:57:21.657Z] 00ee8d99ccda: Layer already exists [2023-02-16T02:57:21.657Z] 9756ccdecc30: Layer already exists [2023-02-16T02:57:21.657Z] 669014c76747: Layer already exists [2023-02-16T02:57:21.657Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:21.657Z] 4e287092206d: Layer already exists [2023-02-16T02:57:21.657Z] 61e475cf78b0: Layer already exists [2023-02-16T02:57:21.657Z] ad7d2c383a4a: Layer already exists [2023-02-16T02:57:21.923Z] 1862331af391: Layer already exists [2023-02-16T02:57:21.923Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:21.923Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:22.262Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:22.597Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-16T02:57:22.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T02:57:22.597Z] f7e62448a95c: Preparing [2023-02-16T02:57:22.597Z] f7e62448a95c: Preparing [2023-02-16T02:57:22.597Z] 00ee8d99ccda: Preparing [2023-02-16T02:57:22.597Z] 9756ccdecc30: Preparing [2023-02-16T02:57:22.597Z] 0ab2091b84fc: Preparing [2023-02-16T02:57:22.597Z] bbeed271cfb1: Preparing [2023-02-16T02:57:22.597Z] 669014c76747: Preparing [2023-02-16T02:57:22.597Z] cc9e9d585077: Preparing [2023-02-16T02:57:22.597Z] 4e287092206d: Preparing [2023-02-16T02:57:22.597Z] 61e475cf78b0: Preparing [2023-02-16T02:57:22.597Z] ad7d2c383a4a: Preparing [2023-02-16T02:57:22.597Z] 1862331af391: Preparing [2023-02-16T02:57:22.597Z] f70ee36035b9: Preparing [2023-02-16T02:57:22.597Z] 4e287092206d: Waiting [2023-02-16T02:57:22.597Z] 61e475cf78b0: Waiting [2023-02-16T02:57:22.597Z] 669014c76747: Waiting [2023-02-16T02:57:22.597Z] cc9e9d585077: Waiting [2023-02-16T02:57:22.597Z] ad7d2c383a4a: Waiting [2023-02-16T02:57:22.597Z] f70ee36035b9: Waiting [2023-02-16T02:57:22.597Z] 1862331af391: Waiting [2023-02-16T02:57:22.597Z] 00ee8d99ccda: Layer already exists [2023-02-16T02:57:22.597Z] bbeed271cfb1: Layer already exists [2023-02-16T02:57:22.597Z] 9756ccdecc30: Layer already exists [2023-02-16T02:57:22.597Z] f7e62448a95c: Layer already exists [2023-02-16T02:57:22.597Z] 0ab2091b84fc: Layer already exists [2023-02-16T02:57:22.597Z] 61e475cf78b0: Layer already exists [2023-02-16T02:57:22.597Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:22.597Z] ad7d2c383a4a: Layer already exists [2023-02-16T02:57:22.597Z] 4e287092206d: Layer already exists [2023-02-16T02:57:22.597Z] 669014c76747: Layer already exists [2023-02-16T02:57:22.597Z] 1862331af391: Layer already exists [2023-02-16T02:57:22.597Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:22.859Z] main: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:57:22.910Z] ===================================================== [Pipeline] echo [2023-02-16T02:57:22.918Z] taggedImages: [2023-02-16T02:57:22.918Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:22.918Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-16T02:57:22.918Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.53 [2023-02-16T02:57:22.918Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:22.918Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-16T02:57:22.945Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-16T02:57:22.945Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:22.945Z] latest [2023-02-16T02:57:22.945Z] 3.0.0-dev.53 [2023-02-16T02:57:22.945Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:22.945Z] main [2023-02-16T02:57:22.945Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:23.279Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:23.608Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:23.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T02:57:23.608Z] 9d8c2a7d7e82: Preparing [2023-02-16T02:57:23.608Z] 6cf5f38104a3: Preparing [2023-02-16T02:57:23.608Z] 075ad6e6029d: Preparing [2023-02-16T02:57:23.608Z] 76279a2263ce: Preparing [2023-02-16T02:57:23.608Z] 907fdd69558e: Preparing [2023-02-16T02:57:23.608Z] e9d4d5523ac8: Preparing [2023-02-16T02:57:23.608Z] ae25a94931a9: Preparing [2023-02-16T02:57:23.608Z] f70ee36035b9: Preparing [2023-02-16T02:57:23.608Z] ae25a94931a9: Waiting [2023-02-16T02:57:23.608Z] f70ee36035b9: Waiting [2023-02-16T02:57:23.608Z] e9d4d5523ac8: Waiting [2023-02-16T02:57:23.881Z] 907fdd69558e: Pushed [2023-02-16T02:57:23.881Z] 6cf5f38104a3: Pushed [2023-02-16T02:57:23.881Z] 9d8c2a7d7e82: Pushed [2023-02-16T02:57:23.881Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:24.155Z] e9d4d5523ac8: Pushed [2023-02-16T02:57:24.751Z] ae25a94931a9: Pushed [2023-02-16T02:57:26.167Z] 075ad6e6029d: Pushed [2023-02-16T02:57:26.167Z] 76279a2263ce: Pushed [2023-02-16T02:57:26.433Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:26.777Z] + 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-02-16T02:57:27.110Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-16T02:57:27.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T02:57:27.110Z] 9d8c2a7d7e82: Preparing [2023-02-16T02:57:27.110Z] 6cf5f38104a3: Preparing [2023-02-16T02:57:27.110Z] 075ad6e6029d: Preparing [2023-02-16T02:57:27.110Z] 76279a2263ce: Preparing [2023-02-16T02:57:27.110Z] 907fdd69558e: Preparing [2023-02-16T02:57:27.110Z] e9d4d5523ac8: Preparing [2023-02-16T02:57:27.110Z] ae25a94931a9: Preparing [2023-02-16T02:57:27.110Z] f70ee36035b9: Preparing [2023-02-16T02:57:27.110Z] e9d4d5523ac8: Waiting [2023-02-16T02:57:27.110Z] ae25a94931a9: Waiting [2023-02-16T02:57:27.110Z] f70ee36035b9: Waiting [2023-02-16T02:57:27.110Z] 907fdd69558e: Layer already exists [2023-02-16T02:57:27.110Z] 6cf5f38104a3: Layer already exists [2023-02-16T02:57:27.110Z] 9d8c2a7d7e82: Layer already exists [2023-02-16T02:57:27.110Z] 76279a2263ce: Layer already exists [2023-02-16T02:57:27.110Z] 075ad6e6029d: Layer already exists [2023-02-16T02:57:27.110Z] e9d4d5523ac8: Layer already exists [2023-02-16T02:57:27.110Z] ae25a94931a9: Layer already exists [2023-02-16T02:57:27.110Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:27.376Z] latest: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:27.712Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:28.054Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.53 [2023-02-16T02:57:28.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T02:57:28.054Z] 9d8c2a7d7e82: Preparing [2023-02-16T02:57:28.054Z] 6cf5f38104a3: Preparing [2023-02-16T02:57:28.054Z] 075ad6e6029d: Preparing [2023-02-16T02:57:28.054Z] 76279a2263ce: Preparing [2023-02-16T02:57:28.054Z] 907fdd69558e: Preparing [2023-02-16T02:57:28.054Z] e9d4d5523ac8: Preparing [2023-02-16T02:57:28.054Z] ae25a94931a9: Preparing [2023-02-16T02:57:28.054Z] f70ee36035b9: Preparing [2023-02-16T02:57:28.054Z] e9d4d5523ac8: Waiting [2023-02-16T02:57:28.054Z] ae25a94931a9: Waiting [2023-02-16T02:57:28.054Z] f70ee36035b9: Waiting [2023-02-16T02:57:28.054Z] 075ad6e6029d: Layer already exists [2023-02-16T02:57:28.054Z] 9d8c2a7d7e82: Layer already exists [2023-02-16T02:57:28.054Z] 6cf5f38104a3: Layer already exists [2023-02-16T02:57:28.054Z] 907fdd69558e: Layer already exists [2023-02-16T02:57:28.054Z] 76279a2263ce: Layer already exists [2023-02-16T02:57:28.054Z] ae25a94931a9: Layer already exists [2023-02-16T02:57:28.054Z] e9d4d5523ac8: Layer already exists [2023-02-16T02:57:28.054Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:28.319Z] 3.0.0-dev.53: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:28.657Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:28.993Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:28.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T02:57:28.993Z] 9d8c2a7d7e82: Preparing [2023-02-16T02:57:28.993Z] 6cf5f38104a3: Preparing [2023-02-16T02:57:28.994Z] 075ad6e6029d: Preparing [2023-02-16T02:57:28.994Z] 76279a2263ce: Preparing [2023-02-16T02:57:28.994Z] 907fdd69558e: Preparing [2023-02-16T02:57:28.994Z] e9d4d5523ac8: Preparing [2023-02-16T02:57:28.994Z] ae25a94931a9: Preparing [2023-02-16T02:57:28.994Z] f70ee36035b9: Preparing [2023-02-16T02:57:28.994Z] ae25a94931a9: Waiting [2023-02-16T02:57:28.994Z] f70ee36035b9: Waiting [2023-02-16T02:57:28.994Z] e9d4d5523ac8: Waiting [2023-02-16T02:57:28.994Z] 9d8c2a7d7e82: Layer already exists [2023-02-16T02:57:28.994Z] 6cf5f38104a3: Layer already exists [2023-02-16T02:57:28.994Z] 075ad6e6029d: Layer already exists [2023-02-16T02:57:28.994Z] 907fdd69558e: Layer already exists [2023-02-16T02:57:28.994Z] 76279a2263ce: Layer already exists [2023-02-16T02:57:28.994Z] ae25a94931a9: Layer already exists [2023-02-16T02:57:28.994Z] e9d4d5523ac8: Layer already exists [2023-02-16T02:57:28.994Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:29.257Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:29.612Z] + 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-02-16T02:57:29.944Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-16T02:57:29.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T02:57:29.944Z] 9d8c2a7d7e82: Preparing [2023-02-16T02:57:29.944Z] 6cf5f38104a3: Preparing [2023-02-16T02:57:29.944Z] 075ad6e6029d: Preparing [2023-02-16T02:57:29.944Z] 76279a2263ce: Preparing [2023-02-16T02:57:29.944Z] 907fdd69558e: Preparing [2023-02-16T02:57:29.944Z] e9d4d5523ac8: Preparing [2023-02-16T02:57:29.944Z] ae25a94931a9: Preparing [2023-02-16T02:57:29.944Z] f70ee36035b9: Preparing [2023-02-16T02:57:29.944Z] e9d4d5523ac8: Waiting [2023-02-16T02:57:29.944Z] ae25a94931a9: Waiting [2023-02-16T02:57:29.944Z] f70ee36035b9: Waiting [2023-02-16T02:57:29.944Z] 76279a2263ce: Layer already exists [2023-02-16T02:57:29.944Z] 9d8c2a7d7e82: Layer already exists [2023-02-16T02:57:29.944Z] 075ad6e6029d: Layer already exists [2023-02-16T02:57:29.944Z] 6cf5f38104a3: Layer already exists [2023-02-16T02:57:29.944Z] 907fdd69558e: Layer already exists [2023-02-16T02:57:29.944Z] ae25a94931a9: Layer already exists [2023-02-16T02:57:29.944Z] e9d4d5523ac8: Layer already exists [2023-02-16T02:57:29.944Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:30.211Z] main: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:57:30.252Z] ===================================================== [Pipeline] echo [2023-02-16T02:57:30.257Z] taggedImages: [2023-02-16T02:57:30.257Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:30.257Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-16T02:57:30.257Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.53 [2023-02-16T02:57:30.257Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:30.257Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-16T02:57:30.271Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-16T02:57:30.271Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:30.271Z] latest [2023-02-16T02:57:30.271Z] 3.0.0-dev.53 [2023-02-16T02:57:30.271Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:30.271Z] main [2023-02-16T02:57:30.271Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:30.619Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:30.970Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:30.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T02:57:30.970Z] 634e9ed89680: Preparing [2023-02-16T02:57:30.970Z] 2240ecaac09f: Preparing [2023-02-16T02:57:30.970Z] 9bec8a847df0: Preparing [2023-02-16T02:57:30.970Z] 6bda0227f384: Preparing [2023-02-16T02:57:30.970Z] 43232b43f260: Preparing [2023-02-16T02:57:30.970Z] 5b830edeb228: Preparing [2023-02-16T02:57:30.970Z] 079c7d296816: Preparing [2023-02-16T02:57:30.970Z] d29709d3d173: Preparing [2023-02-16T02:57:30.970Z] 111e645b2e09: Preparing [2023-02-16T02:57:30.970Z] f70ee36035b9: Preparing [2023-02-16T02:57:30.970Z] 5b830edeb228: Waiting [2023-02-16T02:57:30.970Z] d29709d3d173: Waiting [2023-02-16T02:57:30.970Z] 111e645b2e09: Waiting [2023-02-16T02:57:30.970Z] 079c7d296816: Waiting [2023-02-16T02:57:30.970Z] f70ee36035b9: Waiting [2023-02-16T02:57:31.236Z] 43232b43f260: Pushed [2023-02-16T02:57:31.236Z] 2240ecaac09f: Pushed [2023-02-16T02:57:31.236Z] 634e9ed89680: Pushed [2023-02-16T02:57:31.506Z] 5b830edeb228: Pushed [2023-02-16T02:57:31.506Z] d29709d3d173: Pushed [2023-02-16T02:57:31.506Z] 079c7d296816: Pushed [2023-02-16T02:57:31.506Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:31.772Z] 111e645b2e09: Pushed [2023-02-16T02:57:33.727Z] 6bda0227f384: Pushed [2023-02-16T02:57:34.683Z] 9bec8a847df0: Pushed [2023-02-16T02:57:34.683Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:35.029Z] + 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-02-16T02:57:35.364Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-16T02:57:35.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T02:57:35.364Z] 634e9ed89680: Preparing [2023-02-16T02:57:35.364Z] 2240ecaac09f: Preparing [2023-02-16T02:57:35.364Z] 9bec8a847df0: Preparing [2023-02-16T02:57:35.364Z] 6bda0227f384: Preparing [2023-02-16T02:57:35.364Z] 43232b43f260: Preparing [2023-02-16T02:57:35.364Z] 5b830edeb228: Preparing [2023-02-16T02:57:35.364Z] 079c7d296816: Preparing [2023-02-16T02:57:35.364Z] d29709d3d173: Preparing [2023-02-16T02:57:35.364Z] 111e645b2e09: Preparing [2023-02-16T02:57:35.364Z] f70ee36035b9: Preparing [2023-02-16T02:57:35.364Z] 079c7d296816: Waiting [2023-02-16T02:57:35.364Z] d29709d3d173: Waiting [2023-02-16T02:57:35.364Z] 111e645b2e09: Waiting [2023-02-16T02:57:35.364Z] f70ee36035b9: Waiting [2023-02-16T02:57:35.364Z] 43232b43f260: Layer already exists [2023-02-16T02:57:35.364Z] 9bec8a847df0: Layer already exists [2023-02-16T02:57:35.364Z] 2240ecaac09f: Layer already exists [2023-02-16T02:57:35.364Z] 6bda0227f384: Layer already exists [2023-02-16T02:57:35.364Z] 634e9ed89680: Layer already exists [2023-02-16T02:57:35.364Z] 079c7d296816: Layer already exists [2023-02-16T02:57:35.364Z] 5b830edeb228: Layer already exists [2023-02-16T02:57:35.364Z] 111e645b2e09: Layer already exists [2023-02-16T02:57:35.364Z] d29709d3d173: Layer already exists [2023-02-16T02:57:35.364Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:35.629Z] latest: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:35.972Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:36.301Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.53 [2023-02-16T02:57:36.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T02:57:36.301Z] 634e9ed89680: Preparing [2023-02-16T02:57:36.301Z] 2240ecaac09f: Preparing [2023-02-16T02:57:36.301Z] 9bec8a847df0: Preparing [2023-02-16T02:57:36.301Z] 6bda0227f384: Preparing [2023-02-16T02:57:36.301Z] 43232b43f260: Preparing [2023-02-16T02:57:36.301Z] 5b830edeb228: Preparing [2023-02-16T02:57:36.301Z] 079c7d296816: Preparing [2023-02-16T02:57:36.301Z] d29709d3d173: Preparing [2023-02-16T02:57:36.301Z] 111e645b2e09: Preparing [2023-02-16T02:57:36.301Z] f70ee36035b9: Preparing [2023-02-16T02:57:36.301Z] 5b830edeb228: Waiting [2023-02-16T02:57:36.301Z] 079c7d296816: Waiting [2023-02-16T02:57:36.301Z] d29709d3d173: Waiting [2023-02-16T02:57:36.301Z] 111e645b2e09: Waiting [2023-02-16T02:57:36.301Z] 6bda0227f384: Layer already exists [2023-02-16T02:57:36.301Z] 2240ecaac09f: Layer already exists [2023-02-16T02:57:36.301Z] 43232b43f260: Layer already exists [2023-02-16T02:57:36.301Z] 634e9ed89680: Layer already exists [2023-02-16T02:57:36.301Z] 9bec8a847df0: Layer already exists [2023-02-16T02:57:36.301Z] 5b830edeb228: Layer already exists [2023-02-16T02:57:36.301Z] 079c7d296816: Layer already exists [2023-02-16T02:57:36.301Z] 111e645b2e09: Layer already exists [2023-02-16T02:57:36.301Z] d29709d3d173: Layer already exists [2023-02-16T02:57:36.301Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:36.568Z] 3.0.0-dev.53: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:36.909Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:37.245Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:37.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T02:57:37.245Z] 634e9ed89680: Preparing [2023-02-16T02:57:37.245Z] 2240ecaac09f: Preparing [2023-02-16T02:57:37.245Z] 9bec8a847df0: Preparing [2023-02-16T02:57:37.245Z] 6bda0227f384: Preparing [2023-02-16T02:57:37.245Z] 43232b43f260: Preparing [2023-02-16T02:57:37.245Z] 5b830edeb228: Preparing [2023-02-16T02:57:37.245Z] 079c7d296816: Preparing [2023-02-16T02:57:37.245Z] d29709d3d173: Preparing [2023-02-16T02:57:37.245Z] 111e645b2e09: Preparing [2023-02-16T02:57:37.245Z] f70ee36035b9: Preparing [2023-02-16T02:57:37.245Z] 5b830edeb228: Waiting [2023-02-16T02:57:37.245Z] 079c7d296816: Waiting [2023-02-16T02:57:37.245Z] d29709d3d173: Waiting [2023-02-16T02:57:37.245Z] 111e645b2e09: Waiting [2023-02-16T02:57:37.245Z] f70ee36035b9: Waiting [2023-02-16T02:57:37.245Z] 634e9ed89680: Layer already exists [2023-02-16T02:57:37.245Z] 2240ecaac09f: Layer already exists [2023-02-16T02:57:37.245Z] 43232b43f260: Layer already exists [2023-02-16T02:57:37.245Z] 6bda0227f384: Layer already exists [2023-02-16T02:57:37.245Z] 9bec8a847df0: Layer already exists [2023-02-16T02:57:37.245Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:37.245Z] 079c7d296816: Layer already exists [2023-02-16T02:57:37.245Z] 5b830edeb228: Layer already exists [2023-02-16T02:57:37.245Z] 111e645b2e09: Layer already exists [2023-02-16T02:57:37.245Z] d29709d3d173: Layer already exists [2023-02-16T02:57:37.509Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:37.840Z] + 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-02-16T02:57:38.172Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-16T02:57:38.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T02:57:38.172Z] 634e9ed89680: Preparing [2023-02-16T02:57:38.172Z] 2240ecaac09f: Preparing [2023-02-16T02:57:38.172Z] 9bec8a847df0: Preparing [2023-02-16T02:57:38.172Z] 6bda0227f384: Preparing [2023-02-16T02:57:38.173Z] 43232b43f260: Preparing [2023-02-16T02:57:38.173Z] 5b830edeb228: Preparing [2023-02-16T02:57:38.173Z] 079c7d296816: Preparing [2023-02-16T02:57:38.173Z] d29709d3d173: Preparing [2023-02-16T02:57:38.173Z] 111e645b2e09: Preparing [2023-02-16T02:57:38.173Z] f70ee36035b9: Preparing [2023-02-16T02:57:38.173Z] d29709d3d173: Waiting [2023-02-16T02:57:38.173Z] 111e645b2e09: Waiting [2023-02-16T02:57:38.173Z] 5b830edeb228: Waiting [2023-02-16T02:57:38.173Z] f70ee36035b9: Waiting [2023-02-16T02:57:38.173Z] 079c7d296816: Waiting [2023-02-16T02:57:38.173Z] 9bec8a847df0: Layer already exists [2023-02-16T02:57:38.173Z] 634e9ed89680: Layer already exists [2023-02-16T02:57:38.173Z] 6bda0227f384: Layer already exists [2023-02-16T02:57:38.173Z] 43232b43f260: Layer already exists [2023-02-16T02:57:38.173Z] 2240ecaac09f: Layer already exists [2023-02-16T02:57:38.173Z] 079c7d296816: Layer already exists [2023-02-16T02:57:38.173Z] 5b830edeb228: Layer already exists [2023-02-16T02:57:38.173Z] f70ee36035b9: Layer already exists [2023-02-16T02:57:38.173Z] d29709d3d173: Layer already exists [2023-02-16T02:57:38.173Z] 111e645b2e09: Layer already exists [2023-02-16T02:57:38.440Z] main: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:57:38.482Z] ===================================================== [Pipeline] echo [2023-02-16T02:57:38.487Z] taggedImages: [2023-02-16T02:57:38.487Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:38.487Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-16T02:57:38.488Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.53 [2023-02-16T02:57:38.488Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:38.488Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-16T02:57:38.502Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-16T02:57:38.502Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:38.502Z] latest [2023-02-16T02:57:38.502Z] 3.0.0-dev.53 [2023-02-16T02:57:38.502Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:38.502Z] main [2023-02-16T02:57:38.502Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:38.833Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:39.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:39.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T02:57:39.168Z] e9dca061581a: Preparing [2023-02-16T02:57:39.168Z] beb10c203b4c: Preparing [2023-02-16T02:57:39.168Z] cc9e9d585077: Preparing [2023-02-16T02:57:39.168Z] 7e66ee5d21ef: Preparing [2023-02-16T02:57:39.168Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:57:39.168Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:57:39.436Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:39.437Z] e9dca061581a: Pushed [2023-02-16T02:57:40.395Z] 7e66ee5d21ef: Pushed [2023-02-16T02:57:43.731Z] beb10c203b4c: Pushed [2023-02-16T02:57:46.305Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:46.640Z] + 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-02-16T02:57:46.972Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-16T02:57:46.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T02:57:46.972Z] e9dca061581a: Preparing [2023-02-16T02:57:46.972Z] beb10c203b4c: Preparing [2023-02-16T02:57:46.972Z] cc9e9d585077: Preparing [2023-02-16T02:57:46.972Z] 7e66ee5d21ef: Preparing [2023-02-16T02:57:46.972Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:57:46.972Z] e9dca061581a: Layer already exists [2023-02-16T02:57:46.972Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:57:46.972Z] 7e66ee5d21ef: Layer already exists [2023-02-16T02:57:46.972Z] beb10c203b4c: Layer already exists [2023-02-16T02:57:46.972Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:46.972Z] latest: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:47.576Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:47.922Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.53 [2023-02-16T02:57:47.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T02:57:47.922Z] e9dca061581a: Preparing [2023-02-16T02:57:47.922Z] beb10c203b4c: Preparing [2023-02-16T02:57:47.922Z] cc9e9d585077: Preparing [2023-02-16T02:57:47.922Z] 7e66ee5d21ef: Preparing [2023-02-16T02:57:47.922Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:57:47.922Z] 7e66ee5d21ef: Layer already exists [2023-02-16T02:57:47.922Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:57:47.922Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:47.922Z] beb10c203b4c: Layer already exists [2023-02-16T02:57:47.922Z] e9dca061581a: Layer already exists [2023-02-16T02:57:47.922Z] 3.0.0-dev.53: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:48.256Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:48.586Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:48.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T02:57:48.586Z] e9dca061581a: Preparing [2023-02-16T02:57:48.586Z] beb10c203b4c: Preparing [2023-02-16T02:57:48.586Z] cc9e9d585077: Preparing [2023-02-16T02:57:48.586Z] 7e66ee5d21ef: Preparing [2023-02-16T02:57:48.586Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:57:48.586Z] 7e66ee5d21ef: Layer already exists [2023-02-16T02:57:48.586Z] beb10c203b4c: Layer already exists [2023-02-16T02:57:48.586Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:57:48.586Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:48.586Z] e9dca061581a: Layer already exists [2023-02-16T02:57:48.586Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:48.919Z] + 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-02-16T02:57:49.249Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-16T02:57:49.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T02:57:49.249Z] e9dca061581a: Preparing [2023-02-16T02:57:49.249Z] beb10c203b4c: Preparing [2023-02-16T02:57:49.249Z] cc9e9d585077: Preparing [2023-02-16T02:57:49.249Z] 7e66ee5d21ef: Preparing [2023-02-16T02:57:49.249Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:57:49.249Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:57:49.249Z] beb10c203b4c: Layer already exists [2023-02-16T02:57:49.249Z] cc9e9d585077: Layer already exists [2023-02-16T02:57:49.249Z] e9dca061581a: Layer already exists [2023-02-16T02:57:49.249Z] 7e66ee5d21ef: Layer already exists [2023-02-16T02:57:49.249Z] main: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:57:49.554Z] ===================================================== [Pipeline] echo [2023-02-16T02:57:49.560Z] taggedImages: [2023-02-16T02:57:49.560Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:49.560Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-16T02:57:49.560Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.53 [2023-02-16T02:57:49.560Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:49.560Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-16T02:57:49.574Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-16T02:57:49.574Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:49.574Z] latest [2023-02-16T02:57:49.574Z] 3.0.0-dev.53 [2023-02-16T02:57:49.574Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:57:49.574Z] main [2023-02-16T02:57:49.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:49.898Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:57:50.232Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:57:50.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T02:57:50.232Z] 7e7f26017214: Preparing [2023-02-16T02:57:50.232Z] 98c59f4314d7: Preparing [2023-02-16T02:57:50.232Z] eebfa4230a15: Preparing [2023-02-16T02:57:50.232Z] b589a3ba7185: Preparing [2023-02-16T02:57:50.232Z] 734ebdd8196b: Preparing [2023-02-16T02:57:50.232Z] 28072a667bc4: Preparing [2023-02-16T02:57:50.232Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:57:50.232Z] 28072a667bc4: Waiting [2023-02-16T02:57:50.232Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:57:50.508Z] 7e7f26017214: Pushed [2023-02-16T02:57:50.508Z] eebfa4230a15: Pushed [2023-02-16T02:57:50.508Z] 98c59f4314d7: Pushed [2023-02-16T02:57:50.508Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:57:51.462Z] 28072a667bc4: Pushed [2023-02-16T02:57:58.088Z] 734ebdd8196b: Pushed [2023-02-16T02:58:06.273Z] b589a3ba7185: Pushed [2023-02-16T02:58:06.273Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:06.688Z] + 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-02-16T02:58:07.034Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-16T02:58:07.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T02:58:07.034Z] 7e7f26017214: Preparing [2023-02-16T02:58:07.034Z] 98c59f4314d7: Preparing [2023-02-16T02:58:07.034Z] eebfa4230a15: Preparing [2023-02-16T02:58:07.034Z] b589a3ba7185: Preparing [2023-02-16T02:58:07.034Z] 734ebdd8196b: Preparing [2023-02-16T02:58:07.034Z] 28072a667bc4: Preparing [2023-02-16T02:58:07.034Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:07.034Z] 28072a667bc4: Waiting [2023-02-16T02:58:07.034Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:07.034Z] 734ebdd8196b: Layer already exists [2023-02-16T02:58:07.034Z] 7e7f26017214: Layer already exists [2023-02-16T02:58:07.034Z] 98c59f4314d7: Layer already exists [2023-02-16T02:58:07.034Z] b589a3ba7185: Layer already exists [2023-02-16T02:58:07.034Z] eebfa4230a15: Layer already exists [2023-02-16T02:58:07.034Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:07.034Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:07.304Z] latest: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:07.654Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:07.994Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.53 [2023-02-16T02:58:07.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T02:58:07.994Z] 7e7f26017214: Preparing [2023-02-16T02:58:07.994Z] 98c59f4314d7: Preparing [2023-02-16T02:58:07.994Z] eebfa4230a15: Preparing [2023-02-16T02:58:07.994Z] b589a3ba7185: Preparing [2023-02-16T02:58:07.994Z] 734ebdd8196b: Preparing [2023-02-16T02:58:07.994Z] 28072a667bc4: Preparing [2023-02-16T02:58:07.994Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:07.994Z] 28072a667bc4: Waiting [2023-02-16T02:58:07.994Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:07.994Z] 734ebdd8196b: Layer already exists [2023-02-16T02:58:07.994Z] 98c59f4314d7: Layer already exists [2023-02-16T02:58:07.994Z] eebfa4230a15: Layer already exists [2023-02-16T02:58:07.994Z] 7e7f26017214: Layer already exists [2023-02-16T02:58:07.994Z] b589a3ba7185: Layer already exists [2023-02-16T02:58:07.994Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:07.994Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:08.258Z] 3.0.0-dev.53: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:08.589Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:08.923Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:08.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T02:58:08.923Z] 7e7f26017214: Preparing [2023-02-16T02:58:08.923Z] 98c59f4314d7: Preparing [2023-02-16T02:58:08.923Z] eebfa4230a15: Preparing [2023-02-16T02:58:08.923Z] b589a3ba7185: Preparing [2023-02-16T02:58:08.923Z] 734ebdd8196b: Preparing [2023-02-16T02:58:08.923Z] 28072a667bc4: Preparing [2023-02-16T02:58:08.923Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:08.923Z] 28072a667bc4: Waiting [2023-02-16T02:58:08.923Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:08.923Z] b589a3ba7185: Layer already exists [2023-02-16T02:58:08.923Z] 98c59f4314d7: Layer already exists [2023-02-16T02:58:08.923Z] 734ebdd8196b: Layer already exists [2023-02-16T02:58:08.923Z] 7e7f26017214: Layer already exists [2023-02-16T02:58:08.923Z] eebfa4230a15: Layer already exists [2023-02-16T02:58:08.923Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:08.923Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:09.190Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:09.542Z] + 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-02-16T02:58:09.889Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-16T02:58:09.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T02:58:09.889Z] 7e7f26017214: Preparing [2023-02-16T02:58:09.889Z] 98c59f4314d7: Preparing [2023-02-16T02:58:09.889Z] eebfa4230a15: Preparing [2023-02-16T02:58:09.889Z] b589a3ba7185: Preparing [2023-02-16T02:58:09.889Z] 734ebdd8196b: Preparing [2023-02-16T02:58:09.889Z] 28072a667bc4: Preparing [2023-02-16T02:58:09.889Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:09.889Z] 28072a667bc4: Waiting [2023-02-16T02:58:09.889Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:09.889Z] 98c59f4314d7: Layer already exists [2023-02-16T02:58:09.889Z] 7e7f26017214: Layer already exists [2023-02-16T02:58:09.889Z] eebfa4230a15: Layer already exists [2023-02-16T02:58:09.889Z] 734ebdd8196b: Layer already exists [2023-02-16T02:58:09.889Z] b589a3ba7185: Layer already exists [2023-02-16T02:58:09.889Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:09.889Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:10.159Z] main: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:58:10.215Z] ===================================================== [Pipeline] echo [2023-02-16T02:58:10.226Z] taggedImages: [2023-02-16T02:58:10.226Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:10.226Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-16T02:58:10.226Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.53 [2023-02-16T02:58:10.226Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:10.226Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-16T02:58:10.249Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-16T02:58:10.249Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:10.249Z] latest [2023-02-16T02:58:10.249Z] 3.0.0-dev.53 [2023-02-16T02:58:10.249Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:10.249Z] main [2023-02-16T02:58:10.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:10.597Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:10.946Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:10.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T02:58:10.946Z] c51f29875212: Preparing [2023-02-16T02:58:10.946Z] c0d9d743e579: Preparing [2023-02-16T02:58:10.946Z] 0c76f8f7ce00: Preparing [2023-02-16T02:58:10.946Z] ce6868e18837: Preparing [2023-02-16T02:58:10.946Z] afc8a9639ce4: Preparing [2023-02-16T02:58:10.946Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:10.946Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:11.211Z] c51f29875212: Pushed [2023-02-16T02:58:11.211Z] c0d9d743e579: Pushed [2023-02-16T02:58:11.211Z] 0c76f8f7ce00: Pushed [2023-02-16T02:58:11.211Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:11.794Z] afc8a9639ce4: Pushed [2023-02-16T02:58:26.767Z] ce6868e18837: Pushed [2023-02-16T02:58:27.722Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:28.059Z] + 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-02-16T02:58:28.387Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-16T02:58:28.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T02:58:28.387Z] c51f29875212: Preparing [2023-02-16T02:58:28.387Z] c0d9d743e579: Preparing [2023-02-16T02:58:28.387Z] 0c76f8f7ce00: Preparing [2023-02-16T02:58:28.387Z] ce6868e18837: Preparing [2023-02-16T02:58:28.387Z] afc8a9639ce4: Preparing [2023-02-16T02:58:28.387Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:28.387Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:28.387Z] c0d9d743e579: Layer already exists [2023-02-16T02:58:28.387Z] ce6868e18837: Layer already exists [2023-02-16T02:58:28.387Z] afc8a9639ce4: Layer already exists [2023-02-16T02:58:28.387Z] c51f29875212: Layer already exists [2023-02-16T02:58:28.387Z] 0c76f8f7ce00: Layer already exists [2023-02-16T02:58:28.387Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:28.387Z] latest: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:28.984Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:29.312Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.53 [2023-02-16T02:58:29.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T02:58:29.312Z] c51f29875212: Preparing [2023-02-16T02:58:29.312Z] c0d9d743e579: Preparing [2023-02-16T02:58:29.312Z] 0c76f8f7ce00: Preparing [2023-02-16T02:58:29.312Z] ce6868e18837: Preparing [2023-02-16T02:58:29.312Z] afc8a9639ce4: Preparing [2023-02-16T02:58:29.312Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:29.312Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:29.312Z] c51f29875212: Layer already exists [2023-02-16T02:58:29.312Z] afc8a9639ce4: Layer already exists [2023-02-16T02:58:29.312Z] ce6868e18837: Layer already exists [2023-02-16T02:58:29.312Z] c0d9d743e579: Layer already exists [2023-02-16T02:58:29.312Z] 0c76f8f7ce00: Layer already exists [2023-02-16T02:58:29.312Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:29.312Z] 3.0.0-dev.53: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:29.648Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:29.978Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:29.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T02:58:29.978Z] c51f29875212: Preparing [2023-02-16T02:58:29.978Z] c0d9d743e579: Preparing [2023-02-16T02:58:29.978Z] 0c76f8f7ce00: Preparing [2023-02-16T02:58:29.978Z] ce6868e18837: Preparing [2023-02-16T02:58:29.978Z] afc8a9639ce4: Preparing [2023-02-16T02:58:29.978Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:29.978Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:29.978Z] ce6868e18837: Layer already exists [2023-02-16T02:58:29.978Z] 0c76f8f7ce00: Layer already exists [2023-02-16T02:58:29.978Z] afc8a9639ce4: Layer already exists [2023-02-16T02:58:29.978Z] c0d9d743e579: Layer already exists [2023-02-16T02:58:29.978Z] c51f29875212: Layer already exists [2023-02-16T02:58:29.978Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:29.978Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:30.564Z] + 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-02-16T02:58:30.882Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-16T02:58:30.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T02:58:30.882Z] c51f29875212: Preparing [2023-02-16T02:58:30.882Z] c0d9d743e579: Preparing [2023-02-16T02:58:30.882Z] 0c76f8f7ce00: Preparing [2023-02-16T02:58:30.882Z] ce6868e18837: Preparing [2023-02-16T02:58:30.882Z] afc8a9639ce4: Preparing [2023-02-16T02:58:30.882Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:30.882Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:30.882Z] 0c76f8f7ce00: Layer already exists [2023-02-16T02:58:30.882Z] c0d9d743e579: Layer already exists [2023-02-16T02:58:30.882Z] c51f29875212: Layer already exists [2023-02-16T02:58:30.882Z] ce6868e18837: Layer already exists [2023-02-16T02:58:30.882Z] afc8a9639ce4: Layer already exists [2023-02-16T02:58:30.882Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:30.882Z] main: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:58:30.920Z] ===================================================== [Pipeline] echo [2023-02-16T02:58:30.925Z] taggedImages: [2023-02-16T02:58:30.925Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:30.925Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-16T02:58:30.925Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.53 [2023-02-16T02:58:30.925Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:30.925Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-16T02:58:30.940Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-16T02:58:30.940Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:30.940Z] latest [2023-02-16T02:58:30.940Z] 3.0.0-dev.53 [2023-02-16T02:58:30.940Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:30.940Z] main [2023-02-16T02:58:30.940Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:31.257Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:31.579Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:31.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T02:58:31.579Z] 71cb88ac1164: Preparing [2023-02-16T02:58:31.579Z] 705e9487fc7b: Preparing [2023-02-16T02:58:31.579Z] 1f1c7cc10df9: Preparing [2023-02-16T02:58:31.579Z] 722ceac9b277: Preparing [2023-02-16T02:58:31.579Z] 28072a667bc4: Preparing [2023-02-16T02:58:31.579Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:31.579Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:31.579Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:31.579Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:31.842Z] 705e9487fc7b: Pushed [2023-02-16T02:58:31.842Z] 71cb88ac1164: Pushed [2023-02-16T02:58:31.842Z] 1f1c7cc10df9: Pushed [2023-02-16T02:58:46.793Z] 722ceac9b277: Pushed [2023-02-16T02:58:46.793Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:47.128Z] + 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-02-16T02:58:47.456Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-16T02:58:47.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T02:58:47.456Z] 71cb88ac1164: Preparing [2023-02-16T02:58:47.456Z] 705e9487fc7b: Preparing [2023-02-16T02:58:47.456Z] 1f1c7cc10df9: Preparing [2023-02-16T02:58:47.456Z] 722ceac9b277: Preparing [2023-02-16T02:58:47.456Z] 28072a667bc4: Preparing [2023-02-16T02:58:47.456Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:47.456Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:47.456Z] 722ceac9b277: Layer already exists [2023-02-16T02:58:47.456Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:47.456Z] 1f1c7cc10df9: Layer already exists [2023-02-16T02:58:47.456Z] 71cb88ac1164: Layer already exists [2023-02-16T02:58:47.456Z] 705e9487fc7b: Layer already exists [2023-02-16T02:58:47.456Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:47.456Z] latest: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:48.047Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:48.380Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.53 [2023-02-16T02:58:48.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T02:58:48.380Z] 71cb88ac1164: Preparing [2023-02-16T02:58:48.380Z] 705e9487fc7b: Preparing [2023-02-16T02:58:48.380Z] 1f1c7cc10df9: Preparing [2023-02-16T02:58:48.380Z] 722ceac9b277: Preparing [2023-02-16T02:58:48.380Z] 28072a667bc4: Preparing [2023-02-16T02:58:48.380Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:48.380Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:48.380Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:48.380Z] 71cb88ac1164: Layer already exists [2023-02-16T02:58:48.380Z] 705e9487fc7b: Layer already exists [2023-02-16T02:58:48.380Z] 1f1c7cc10df9: Layer already exists [2023-02-16T02:58:48.380Z] 722ceac9b277: Layer already exists [2023-02-16T02:58:48.380Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:48.380Z] 3.0.0-dev.53: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:48.976Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:49.302Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:49.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T02:58:49.302Z] 71cb88ac1164: Preparing [2023-02-16T02:58:49.302Z] 705e9487fc7b: Preparing [2023-02-16T02:58:49.302Z] 1f1c7cc10df9: Preparing [2023-02-16T02:58:49.302Z] 722ceac9b277: Preparing [2023-02-16T02:58:49.302Z] 28072a667bc4: Preparing [2023-02-16T02:58:49.302Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:49.302Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:49.302Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:49.302Z] 705e9487fc7b: Layer already exists [2023-02-16T02:58:49.302Z] 1f1c7cc10df9: Layer already exists [2023-02-16T02:58:49.302Z] 71cb88ac1164: Layer already exists [2023-02-16T02:58:49.302Z] 722ceac9b277: Layer already exists [2023-02-16T02:58:49.302Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:49.302Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:49.634Z] + 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-02-16T02:58:49.962Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-16T02:58:49.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T02:58:49.962Z] 71cb88ac1164: Preparing [2023-02-16T02:58:49.962Z] 705e9487fc7b: Preparing [2023-02-16T02:58:49.962Z] 1f1c7cc10df9: Preparing [2023-02-16T02:58:49.962Z] 722ceac9b277: Preparing [2023-02-16T02:58:49.962Z] 28072a667bc4: Preparing [2023-02-16T02:58:49.962Z] a8cfdf0cc8ec: Preparing [2023-02-16T02:58:49.962Z] a8cfdf0cc8ec: Waiting [2023-02-16T02:58:49.962Z] 28072a667bc4: Layer already exists [2023-02-16T02:58:49.962Z] 705e9487fc7b: Layer already exists [2023-02-16T02:58:49.962Z] 71cb88ac1164: Layer already exists [2023-02-16T02:58:49.962Z] 722ceac9b277: Layer already exists [2023-02-16T02:58:49.962Z] 1f1c7cc10df9: Layer already exists [2023-02-16T02:58:49.962Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T02:58:49.962Z] main: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:58:50.007Z] ===================================================== [Pipeline] echo [2023-02-16T02:58:50.012Z] taggedImages: [2023-02-16T02:58:50.012Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:50.012Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-16T02:58:50.012Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.53 [2023-02-16T02:58:50.012Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:50.012Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-16T02:58:50.026Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-16T02:58:50.026Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:50.026Z] latest [2023-02-16T02:58:50.026Z] 3.0.0-dev.53 [2023-02-16T02:58:50.026Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:50.026Z] main [2023-02-16T02:58:50.026Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:50.344Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:50.670Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:50.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T02:58:50.670Z] 18879fb6e47c: Preparing [2023-02-16T02:58:50.670Z] 0a2afc91eea9: Preparing [2023-02-16T02:58:50.670Z] cc9e9d585077: Preparing [2023-02-16T02:58:50.670Z] b84408814ba2: Preparing [2023-02-16T02:58:50.670Z] f70ee36035b9: Preparing [2023-02-16T02:58:50.670Z] cc9e9d585077: Layer already exists [2023-02-16T02:58:50.670Z] f70ee36035b9: Layer already exists [2023-02-16T02:58:50.934Z] 18879fb6e47c: Pushed [2023-02-16T02:58:50.934Z] b84408814ba2: Pushed [2023-02-16T02:58:56.259Z] 0a2afc91eea9: Pushed [2023-02-16T02:58:56.259Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:56.594Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:56.926Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-16T02:58:56.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T02:58:56.926Z] 18879fb6e47c: Preparing [2023-02-16T02:58:56.926Z] 0a2afc91eea9: Preparing [2023-02-16T02:58:56.926Z] cc9e9d585077: Preparing [2023-02-16T02:58:56.926Z] b84408814ba2: Preparing [2023-02-16T02:58:56.926Z] f70ee36035b9: Preparing [2023-02-16T02:58:56.926Z] 18879fb6e47c: Layer already exists [2023-02-16T02:58:56.926Z] f70ee36035b9: Layer already exists [2023-02-16T02:58:56.926Z] 0a2afc91eea9: Layer already exists [2023-02-16T02:58:56.926Z] b84408814ba2: Layer already exists [2023-02-16T02:58:56.926Z] cc9e9d585077: Layer already exists [2023-02-16T02:58:56.926Z] latest: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:57.249Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:57.577Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.53 [2023-02-16T02:58:57.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T02:58:57.577Z] 18879fb6e47c: Preparing [2023-02-16T02:58:57.577Z] 0a2afc91eea9: Preparing [2023-02-16T02:58:57.577Z] cc9e9d585077: Preparing [2023-02-16T02:58:57.577Z] b84408814ba2: Preparing [2023-02-16T02:58:57.577Z] f70ee36035b9: Preparing [2023-02-16T02:58:57.577Z] b84408814ba2: Layer already exists [2023-02-16T02:58:57.577Z] 18879fb6e47c: Layer already exists [2023-02-16T02:58:57.577Z] 0a2afc91eea9: Layer already exists [2023-02-16T02:58:57.577Z] cc9e9d585077: Layer already exists [2023-02-16T02:58:57.577Z] f70ee36035b9: Layer already exists [2023-02-16T02:58:57.577Z] 3.0.0-dev.53: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:57.921Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:58.249Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:58.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T02:58:58.249Z] 18879fb6e47c: Preparing [2023-02-16T02:58:58.249Z] 0a2afc91eea9: Preparing [2023-02-16T02:58:58.249Z] cc9e9d585077: Preparing [2023-02-16T02:58:58.249Z] b84408814ba2: Preparing [2023-02-16T02:58:58.249Z] f70ee36035b9: Preparing [2023-02-16T02:58:58.249Z] b84408814ba2: Layer already exists [2023-02-16T02:58:58.249Z] 0a2afc91eea9: Layer already exists [2023-02-16T02:58:58.249Z] cc9e9d585077: Layer already exists [2023-02-16T02:58:58.249Z] f70ee36035b9: Layer already exists [2023-02-16T02:58:58.249Z] 18879fb6e47c: Layer already exists [2023-02-16T02:58:58.249Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:58.592Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:58.920Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-16T02:58:58.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T02:58:58.920Z] 18879fb6e47c: Preparing [2023-02-16T02:58:58.920Z] 0a2afc91eea9: Preparing [2023-02-16T02:58:58.920Z] cc9e9d585077: Preparing [2023-02-16T02:58:58.920Z] b84408814ba2: Preparing [2023-02-16T02:58:58.920Z] f70ee36035b9: Preparing [2023-02-16T02:58:58.920Z] 0a2afc91eea9: Layer already exists [2023-02-16T02:58:58.920Z] 18879fb6e47c: Layer already exists [2023-02-16T02:58:58.920Z] b84408814ba2: Layer already exists [2023-02-16T02:58:58.920Z] f70ee36035b9: Layer already exists [2023-02-16T02:58:58.920Z] cc9e9d585077: Layer already exists [2023-02-16T02:58:58.920Z] main: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:58:59.225Z] ===================================================== [Pipeline] echo [2023-02-16T02:58:59.231Z] taggedImages: [2023-02-16T02:58:59.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:59.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-16T02:58:59.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.53 [2023-02-16T02:58:59.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:59.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-16T02:58:59.250Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-16T02:58:59.250Z] 9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:59.250Z] latest [2023-02-16T02:58:59.250Z] 3.0.0-dev.53 [2023-02-16T02:58:59.250Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:58:59.250Z] main [2023-02-16T02:58:59.250Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:59.575Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:58:59.905Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:58:59.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T02:58:59.905Z] 960e08188d35: Preparing [2023-02-16T02:58:59.905Z] 06758e7e0193: Preparing [2023-02-16T02:58:59.905Z] cc9e9d585077: Preparing [2023-02-16T02:58:59.905Z] fd7de7bfe17a: Preparing [2023-02-16T02:58:59.905Z] f70ee36035b9: Preparing [2023-02-16T02:58:59.905Z] cc9e9d585077: Layer already exists [2023-02-16T02:58:59.905Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:58:59.905Z] f70ee36035b9: Layer already exists [2023-02-16T02:59:00.170Z] 960e08188d35: Pushed [2023-02-16T02:59:08.353Z] 06758e7e0193: Pushed [2023-02-16T02:59:08.353Z] 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:08.688Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:09.022Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-16T02:59:09.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T02:59:09.022Z] 960e08188d35: Preparing [2023-02-16T02:59:09.022Z] 06758e7e0193: Preparing [2023-02-16T02:59:09.022Z] cc9e9d585077: Preparing [2023-02-16T02:59:09.022Z] fd7de7bfe17a: Preparing [2023-02-16T02:59:09.022Z] f70ee36035b9: Preparing [2023-02-16T02:59:09.022Z] f70ee36035b9: Layer already exists [2023-02-16T02:59:09.022Z] cc9e9d585077: Layer already exists [2023-02-16T02:59:09.022Z] 06758e7e0193: Layer already exists [2023-02-16T02:59:09.022Z] 960e08188d35: Layer already exists [2023-02-16T02:59:09.022Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:59:09.288Z] latest: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:09.619Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:09.945Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.53 [2023-02-16T02:59:09.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T02:59:09.945Z] 960e08188d35: Preparing [2023-02-16T02:59:09.945Z] 06758e7e0193: Preparing [2023-02-16T02:59:09.945Z] cc9e9d585077: Preparing [2023-02-16T02:59:09.945Z] fd7de7bfe17a: Preparing [2023-02-16T02:59:09.945Z] f70ee36035b9: Preparing [2023-02-16T02:59:09.945Z] f70ee36035b9: Layer already exists [2023-02-16T02:59:09.945Z] 960e08188d35: Layer already exists [2023-02-16T02:59:09.945Z] cc9e9d585077: Layer already exists [2023-02-16T02:59:09.945Z] 06758e7e0193: Layer already exists [2023-02-16T02:59:09.945Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:59:09.945Z] 3.0.0-dev.53: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:10.274Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:10.599Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:59:10.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T02:59:10.600Z] 960e08188d35: Preparing [2023-02-16T02:59:10.600Z] 06758e7e0193: Preparing [2023-02-16T02:59:10.600Z] cc9e9d585077: Preparing [2023-02-16T02:59:10.600Z] fd7de7bfe17a: Preparing [2023-02-16T02:59:10.600Z] f70ee36035b9: Preparing [2023-02-16T02:59:10.600Z] cc9e9d585077: Layer already exists [2023-02-16T02:59:10.600Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:59:10.600Z] 960e08188d35: Layer already exists [2023-02-16T02:59:10.600Z] f70ee36035b9: Layer already exists [2023-02-16T02:59:10.600Z] 06758e7e0193: Layer already exists [2023-02-16T02:59:10.600Z] 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:11.196Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:11.524Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-16T02:59:11.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T02:59:11.524Z] 960e08188d35: Preparing [2023-02-16T02:59:11.524Z] 06758e7e0193: Preparing [2023-02-16T02:59:11.524Z] cc9e9d585077: Preparing [2023-02-16T02:59:11.524Z] fd7de7bfe17a: Preparing [2023-02-16T02:59:11.524Z] f70ee36035b9: Preparing [2023-02-16T02:59:11.524Z] cc9e9d585077: Layer already exists [2023-02-16T02:59:11.524Z] 06758e7e0193: Layer already exists [2023-02-16T02:59:11.524Z] 960e08188d35: Layer already exists [2023-02-16T02:59:11.524Z] f70ee36035b9: Layer already exists [2023-02-16T02:59:11.524Z] fd7de7bfe17a: Layer already exists [2023-02-16T02:59:12.134Z] main: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T02:59:12.188Z] ===================================================== [Pipeline] echo [2023-02-16T02:59:12.196Z] taggedImages: [2023-02-16T02:59:12.197Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [2023-02-16T02:59:12.197Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-16T02:59:12.197Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.53 [2023-02-16T02:59:12.197Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [2023-02-16T02:59:12.197Z] - 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-02-16T02:59:12.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T02:59:12.566Z] [2023-02-16T02:59:12.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:12.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T02:59:12.900Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-16T02:59:12.900Z] 8998bd30e6a1: Pulling fs layer [2023-02-16T02:59:12.900Z] 04944245beec: Pulling fs layer [2023-02-16T02:59:12.900Z] 699f458cf7ca: Pulling fs layer [2023-02-16T02:59:12.900Z] 765212b225bb: Pulling fs layer [2023-02-16T02:59:12.900Z] f23df028b6ca: Pulling fs layer [2023-02-16T02:59:12.900Z] d65c8cfc05b1: Pulling fs layer [2023-02-16T02:59:12.900Z] 2437ff75d9bd: Pulling fs layer [2023-02-16T02:59:12.900Z] 765212b225bb: Waiting [2023-02-16T02:59:12.900Z] d65c8cfc05b1: Waiting [2023-02-16T02:59:12.900Z] 2437ff75d9bd: Waiting [2023-02-16T02:59:12.900Z] f23df028b6ca: Waiting [2023-02-16T02:59:13.172Z] 04944245beec: Verifying Checksum [2023-02-16T02:59:13.172Z] 04944245beec: Download complete [2023-02-16T02:59:13.172Z] 765212b225bb: Download complete [2023-02-16T02:59:13.172Z] f23df028b6ca: Download complete [2023-02-16T02:59:13.172Z] d65c8cfc05b1: Verifying Checksum [2023-02-16T02:59:13.172Z] d65c8cfc05b1: Download complete [2023-02-16T02:59:13.453Z] 699f458cf7ca: Verifying Checksum [2023-02-16T02:59:13.453Z] 699f458cf7ca: Download complete [2023-02-16T02:59:13.718Z] 8998bd30e6a1: Verifying Checksum [2023-02-16T02:59:13.718Z] 8998bd30e6a1: Download complete [2023-02-16T02:59:16.314Z] 2437ff75d9bd: Verifying Checksum [2023-02-16T02:59:16.314Z] 2437ff75d9bd: Download complete [2023-02-16T02:59:17.718Z] 8998bd30e6a1: Pull complete [2023-02-16T02:59:17.985Z] 04944245beec: Pull complete [2023-02-16T02:59:19.391Z] 699f458cf7ca: Pull complete [2023-02-16T02:59:19.656Z] 765212b225bb: Pull complete [2023-02-16T02:59:20.235Z] f23df028b6ca: Pull complete [2023-02-16T02:59:20.501Z] d65c8cfc05b1: Pull complete [2023-02-16T02:59:35.473Z] 2437ff75d9bd: Pull complete [2023-02-16T02:59:35.473Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-16T02:59:35.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T02:59:35.473Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:59:35.639Z] prd-ubuntu20.04-docker-arm64-4c-16g-6239 does not seem to be running inside a container [2023-02-16T02:59:35.691Z] $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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-02-16T02:59:38.242Z] $ docker top 33e1bd304ad06f22590ecd7151552aeca3bfb5a73fefc7338c2b747136a84ecd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T02:59:38.808Z] ---> job-cost.sh [2023-02-16T02:59:39.071Z] lf-activate-venv: SKIPPING [2023-02-16T02:59:39.071Z] INFO: No Stack... [2023-02-16T02:59:39.650Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-16T02:59:40.607Z] INFO: Archiving Costs [Pipeline] sh [2023-02-16T02:59:41.235Z] + + cat /w/workspace/edgex-go/414/archives/cost.csv [2023-02-16T02:59:41.235Z] cut -d, -f6 [Pipeline] lock [2023-02-16T02:59:41.279Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-414-stack-cost] [2023-02-16T02:59:41.287Z] Resource [jenkins-edgexfoundry-edgex-go-main-414-stack-cost] did not exist. Created. [2023-02-16T02:59:41.287Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-414-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-16T02:59:41.609Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-16T02:59:42.164Z] Stashed 1 file(s) [Pipeline] } [2023-02-16T02:59:42.172Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-414-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-16T02:59:42.188Z] $ docker stop --time=1 33e1bd304ad06f22590ecd7151552aeca3bfb5a73fefc7338c2b747136a84ecd [2023-02-16T02:59:43.665Z] $ docker rm -f --volumes 33e1bd304ad06f22590ecd7151552aeca3bfb5a73fefc7338c2b747136a84ecd [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-02-16T02:59:44.104Z] provisioning config files... [2023-02-16T02:59:44.111Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/414@tmp/config2649451973115697029tmp [Pipeline] { [Pipeline] sh [2023-02-16T02:59:44.399Z] + set +x [2023-02-16T02:59:44.399Z] + curl -s https://codecov.io/bash [2023-02-16T02:59:44.399Z] + bash -s -- [2023-02-16T02:59:44.399Z] [2023-02-16T02:59:44.399Z] _____ _ [2023-02-16T02:59:44.399Z] / ____| | | [2023-02-16T02:59:44.399Z] | | ___ __| | ___ ___ _____ __ [2023-02-16T02:59:44.399Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-16T02:59:44.399Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-16T02:59:44.399Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-16T02:59:44.399Z] Bash-1.0.6 [2023-02-16T02:59:44.399Z] [2023-02-16T02:59:44.399Z] [2023-02-16T02:59:44.399Z] ==> git version 2.25.1 found [2023-02-16T02:59:44.399Z] ==> 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-02-16T02:59:44.399Z] Release-Date: 2020-01-08 [2023-02-16T02:59:44.399Z] 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-02-16T02:59:44.399Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-16T02:59:44.399Z] ==> Jenkins CI detected. [2023-02-16T02:59:44.399Z] current dir:  /w/workspace/edgex-go/414 [2023-02-16T02:59:44.399Z] project root: . [2023-02-16T02:59:44.399Z] --> token set from env [2023-02-16T02:59:44.399Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-16T02:59:44.399Z] ==> Running gcov in . (disable via -X gcov) [2023-02-16T02:59:44.399Z] ==> Python coveragepy not found [2023-02-16T02:59:44.399Z] ==> Searching for coverage reports in: [2023-02-16T02:59:44.399Z] + . [2023-02-16T02:59:44.657Z] -> Found 1 reports [2023-02-16T02:59:44.657Z] ==> Detecting git/mercurial file structure [2023-02-16T02:59:44.657Z] ==> Reading reports [2023-02-16T02:59:44.657Z] + ./coverage.out bytes=487530 [2023-02-16T02:59:44.657Z] ==> Appending adjustments [2023-02-16T02:59:44.657Z] https://docs.codecov.io/docs/fixing-reports [2023-02-16T02:59:45.594Z] + Found adjustments [2023-02-16T02:59:45.594Z] ==> Gzipping contents [2023-02-16T02:59:45.594Z] 64K /tmp/codecov.ppXiJZ.gz [2023-02-16T02:59:45.594Z] ==> Uploading reports [2023-02-16T02:59:45.594Z] url: https://codecov.io [2023-02-16T02:59:45.594Z] query: branch=main&commit=9347108a609dd459f88553db2d4ce562ddd577d6&build=414&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F414%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-16T02:59:45.594Z] -> Pinging Codecov [2023-02-16T02:59:45.594Z] 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=9347108a609dd459f88553db2d4ce562ddd577d6&build=414&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F414%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-16T02:59:45.853Z] -> Uploading to [2023-02-16T02:59:45.853Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-16/00271124DB129430A58F1EEE437C3FCB/9347108a609dd459f88553db2d4ce562ddd577d6/a2380230-85f5-43a3-bd03-66232c4e3f0c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230216T025945Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b03fc24c8148f545fb92de076b7b18ac1e8ddd628f57d1ab64a9bf8c0ea8744b [2023-02-16T02:59:45.853Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T02:59:45.853Z] Dload Upload Total Spent Left Speed [2023-02-16T02:59:46.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62980 0 0 100 62980 0 211k --:--:-- --:--:-- --:--:-- 210k 100 62980 0 0 100 62980 0 211k --:--:-- --:--:-- --:--:-- 210k [2023-02-16T02:59:46.112Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [2023-02-16T02:59:46.119Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-16T02:59:46.306Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-16T02:59:46.319Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:46.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T02:59:46.612Z] [2023-02-16T02:59:46.612Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T02:59:46.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T02:59:46.910Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-16T02:59:46.910Z] df9b9388f04a: Pulling fs layer [2023-02-16T02:59:46.910Z] 52dc419b0ee2: Pulling fs layer [2023-02-16T02:59:46.910Z] 25bc292e5bac: Pulling fs layer [2023-02-16T02:59:46.910Z] 114826534d7a: Pulling fs layer [2023-02-16T02:59:46.910Z] 4657fd5d0bcf: Pulling fs layer [2023-02-16T02:59:46.910Z] 6ad1cebc031e: Pulling fs layer [2023-02-16T02:59:46.910Z] 8a3aa393b2d8: Pulling fs layer [2023-02-16T02:59:46.910Z] 114826534d7a: Waiting [2023-02-16T02:59:46.910Z] 4657fd5d0bcf: Waiting [2023-02-16T02:59:46.910Z] 8a3aa393b2d8: Waiting [2023-02-16T02:59:46.910Z] 6ad1cebc031e: Waiting [2023-02-16T02:59:46.910Z] 25bc292e5bac: Verifying Checksum [2023-02-16T02:59:46.910Z] 25bc292e5bac: Download complete [2023-02-16T02:59:46.910Z] 52dc419b0ee2: Verifying Checksum [2023-02-16T02:59:46.910Z] 52dc419b0ee2: Download complete [2023-02-16T02:59:46.910Z] 4657fd5d0bcf: Download complete [2023-02-16T02:59:46.910Z] df9b9388f04a: Verifying Checksum [2023-02-16T02:59:46.910Z] df9b9388f04a: Download complete [2023-02-16T02:59:47.177Z] df9b9388f04a: Pull complete [2023-02-16T02:59:47.447Z] 6ad1cebc031e: Verifying Checksum [2023-02-16T02:59:47.447Z] 6ad1cebc031e: Download complete [2023-02-16T02:59:47.447Z] 52dc419b0ee2: Pull complete [2023-02-16T02:59:47.447Z] 25bc292e5bac: Pull complete [2023-02-16T02:59:48.018Z] 114826534d7a: Verifying Checksum [2023-02-16T02:59:48.018Z] 114826534d7a: Download complete [2023-02-16T02:59:48.277Z] 8a3aa393b2d8: Verifying Checksum [2023-02-16T02:59:48.277Z] 8a3aa393b2d8: Download complete [2023-02-16T02:59:51.561Z] 114826534d7a: Pull complete [2023-02-16T02:59:51.561Z] 4657fd5d0bcf: Pull complete [2023-02-16T02:59:52.126Z] 6ad1cebc031e: Pull complete [2023-02-16T02:59:54.655Z] 8a3aa393b2d8: Pull complete [2023-02-16T02:59:54.655Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-16T02:59:54.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T02:59:54.655Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T02:59:54.734Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T02:59:54.761Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-16T02:59:56.876Z] $ docker top 2b66901c526a713fb250f9c7e9bcc2b837d7dcfb36f32a0374486e384faafb99 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-16T02:59:56.950Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-16T02:59:57.235Z] + set -o pipefail [2023-02-16T02:59:57.235Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-16T03:00:03.797Z] [2023-02-16T03:00:03.797Z] Monitoring /w/workspace/edgex-go/414 (github.com/edgexfoundry/edgex-go)... [2023-02-16T03:00:03.797Z] [2023-02-16T03:00:03.797Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/62e64100-85e4-4f0f-b8a7-c4292438dcdf [2023-02-16T03:00:03.797Z] [2023-02-16T03:00:03.797Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-16T03:00:03.797Z] [2023-02-16T03:00:03.797Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-16T03:00:03.797Z] [2023-02-16T03:00:03.797Z] [2023-02-16T03:00:03.797Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-16T03:00:03.797Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-16T03:00:03.797Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-16T03:00:03.804Z] $ docker stop --time=1 2b66901c526a713fb250f9c7e9bcc2b837d7dcfb36f32a0374486e384faafb99 [2023-02-16T03:00:05.883Z] $ docker rm -f --volumes 2b66901c526a713fb250f9c7e9bcc2b837d7dcfb36f32a0374486e384faafb99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-16T03:00:06.206Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T03:00:06.215Z] provisioning config files... [2023-02-16T03:00:06.222Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/414@tmp/config4851884437957119992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:00:06.514Z] --> edgex-publish-swagger.sh [2023-02-16T03:00:06.514Z] === Publish openapi/v2 API === [2023-02-16T03:00:06.514Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-16T03:00:06.514Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/414/openapi/v2/core-command.yaml] [2023-02-16T03:00:06.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T03:00:06.514Z] Dload Upload Total Spent Left Speed [2023-02-16T03:00:08.824Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 25673 0:00:01 0:00:01 --:--:-- 25673 100 31091 0 0 100 31091 0 14049 0:00:02 0:00:02 --:--:-- 14055 100 31091 0 0 100 31091 0 12396 0:00:02 0:00:02 --:--:-- 12396 [2023-02-16T03:00:08.824Z] [2023-02-16T03:00:08.824Z] [2023-02-16T03:00:08.824Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/414/openapi/v2/core-data.yaml] [2023-02-16T03:00:08.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T03:00:08.824Z] Dload Upload Total Spent Left Speed [2023-02-16T03:00:11.142Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69092 0 0 100 69092 0 57337 0:00:01 0:00:01 --:--:-- 57337 100 69092 0 0 100 69092 0 33169 0:00:02 0:00:02 --:--:-- 33169 100 69092 0 0 100 69092 0 33153 0:00:02 0:00:02 --:--:-- 33153 [2023-02-16T03:00:11.142Z] [2023-02-16T03:00:11.142Z] [2023-02-16T03:00:11.142Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/414/openapi/v2/core-metadata.yaml] [2023-02-16T03:00:11.142Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T03:00:11.142Z] Dload Upload Total Spent Left Speed [2023-02-16T03:00:14.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 1237k --:--:-- --:--:-- --:--:-- 1226k 100 142k 0 0 100 142k 0 118k 0:00:01 0:00:01 --:--:-- 118k 100 142k 0 0 100 142k 0 66074 0:00:02 0:00:02 --:--:-- 66044 100 142k 0 0 100 142k 0 45429 0:00:03 0:00:03 --:--:-- 45415 100 142k 0 0 100 142k 0 40776 0:00:03 0:00:03 --:--:-- 40764 [2023-02-16T03:00:14.648Z] [2023-02-16T03:00:14.648Z] [2023-02-16T03:00:14.648Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/414/openapi/v2/support-notifications.yaml] [2023-02-16T03:00:14.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T03:00:14.648Z] Dload Upload Total Spent Left Speed [2023-02-16T03:00:15.583Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86527 0 0 100 86527 0 80565 0:00:01 0:00:01 --:--:-- 80565 100 86527 0 0 100 86527 0 80565 0:00:01 0:00:01 --:--:-- 80565 [2023-02-16T03:00:15.583Z] [2023-02-16T03:00:15.583Z] [2023-02-16T03:00:15.583Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/414/openapi/v2/support-scheduler.yaml] [2023-02-16T03:00:15.843Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T03:00:15.843Z] Dload Upload Total Spent Left Speed [2023-02-16T03:00:16.779Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 41790 --:--:-- --:--:-- --:--:-- 41743 100 36985 0 0 100 36985 0 41790 --:--:-- --:--:-- --:--:-- 41743 [2023-02-16T03:00:16.779Z] [2023-02-16T03:00:16.779Z] [Pipeline] } [2023-02-16T03:00:16.787Z] 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-02-16T03:00:17.187Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T03:00:17.187Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T03:00:17.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T03:00:17.488Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T03:00:17.554Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T03:00:17.578Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T03:00:18.012Z] $ docker top 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 -eo pid,comm [2023-02-16T03:00:18.060Z] 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-02-16T03:00:18.060Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T03:00:18.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T03:00:18.096Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T03:00:18.216Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T03:00:18.215Z] $ docker exec 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 ssh-agent [2023-02-16T03:00:18.340Z] SSH_AUTH_SOCK=/tmp/ssh-hVV3lMB8zHYx/agent.32 [2023-02-16T03:00:18.340Z] SSH_AGENT_PID=38 [2023-02-16T03:00:18.345Z] Running ssh-add (command line suppressed) [2023-02-16T03:00:18.454Z] Identity added: /w/workspace/edgex-go/414@tmp/private_key_4412925738201003088.key (/w/workspace/edgex-go/414@tmp/private_key_4412925738201003088.key) [2023-02-16T03:00:18.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T03:00:18.757Z] + git semver tag [2023-02-16T03:00:19.018Z] 2023-02-16 03:00:18,973 [run_tag] DEBUG tag force:False [2023-02-16T03:00:19.018Z] 2023-02-16 03:00:18,974 [check_head_tag] DEBUG check head tag [2023-02-16T03:00:19.018Z] 2023-02-16 03:00:18,976 [execute] INFO git cat-file --batch-check [2023-02-16T03:00:19.018Z] 2023-02-16 03:00:18,976 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=) [2023-02-16T03:00:19.018Z] 2023-02-16 03:00:18,980 [execute] INFO git cat-file --batch [2023-02-16T03:00:19.018Z] 2023-02-16 03:00:18,981 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=) [2023-02-16T03:00:19.277Z] 2023-02-16 03:00:19,034 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main [2023-02-16T03:00:19.277Z] 2023-02-16 03:00:19,034 [execute] INFO git tag -a v3.0.0-dev.53 -m v3.0.0-dev.53 [2023-02-16T03:00:19.277Z] 2023-02-16 03:00:19,035 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.53', '-m', 'v3.0.0-dev.53'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=None) [2023-02-16T03:00:19.277Z] 2023-02-16 03:00:19,040 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main [2023-02-16T03:00:19.277Z] 3.0.0-dev.53 [Pipeline] } [2023-02-16T03:00:19.282Z] $ docker exec --env ******** --env ******** 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 ssh-agent -k [2023-02-16T03:00:19.392Z] unset SSH_AUTH_SOCK; [2023-02-16T03:00:19.392Z] unset SSH_AGENT_PID; [2023-02-16T03:00:19.392Z] echo Agent pid 38 killed; [2023-02-16T03:00:19.409Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T03:00:19.710Z] + git semver [Pipeline] } [2023-02-16T03:00:19.978Z] $ docker stop --time=1 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 [2023-02-16T03:00:21.311Z] $ docker rm -f --volumes 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T03:00:21.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T03:00:21.703Z] [2023-02-16T03:00:21.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T03:00:22.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T03:00:22.004Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-16T03:00:22.004Z] ab5ef0e58194: Pulling fs layer [2023-02-16T03:00:22.004Z] 9712f1f96733: Pulling fs layer [2023-02-16T03:00:22.004Z] 63f879dbbcfc: Pulling fs layer [2023-02-16T03:00:22.004Z] 0d9ebad4ef96: Pulling fs layer [2023-02-16T03:00:22.004Z] e9a5061849ea: Pulling fs layer [2023-02-16T03:00:22.004Z] d747dcd14b5f: Pulling fs layer [2023-02-16T03:00:22.004Z] 2de7ff778b66: Pulling fs layer [2023-02-16T03:00:22.004Z] 0d9ebad4ef96: Waiting [2023-02-16T03:00:22.004Z] e9a5061849ea: Waiting [2023-02-16T03:00:22.004Z] d747dcd14b5f: Waiting [2023-02-16T03:00:22.004Z] 2de7ff778b66: Waiting [2023-02-16T03:00:22.004Z] 9712f1f96733: Verifying Checksum [2023-02-16T03:00:22.004Z] 9712f1f96733: Download complete [2023-02-16T03:00:22.602Z] 63f879dbbcfc: Verifying Checksum [2023-02-16T03:00:22.602Z] 63f879dbbcfc: Download complete [2023-02-16T03:00:22.878Z] e9a5061849ea: Verifying Checksum [2023-02-16T03:00:22.878Z] e9a5061849ea: Download complete [2023-02-16T03:00:23.139Z] ab5ef0e58194: Verifying Checksum [2023-02-16T03:00:23.139Z] ab5ef0e58194: Download complete [2023-02-16T03:00:23.139Z] d747dcd14b5f: Download complete [2023-02-16T03:00:23.139Z] 0d9ebad4ef96: Verifying Checksum [2023-02-16T03:00:23.139Z] 0d9ebad4ef96: Download complete [2023-02-16T03:00:23.139Z] 2de7ff778b66: Verifying Checksum [2023-02-16T03:00:23.139Z] 2de7ff778b66: Download complete [2023-02-16T03:00:25.668Z] ab5ef0e58194: Pull complete [2023-02-16T03:00:25.668Z] 9712f1f96733: Pull complete [2023-02-16T03:00:26.235Z] 63f879dbbcfc: Pull complete [2023-02-16T03:00:30.418Z] 0d9ebad4ef96: Pull complete [2023-02-16T03:00:30.418Z] e9a5061849ea: Pull complete [2023-02-16T03:00:30.418Z] d747dcd14b5f: Pull complete [2023-02-16T03:00:31.352Z] 2de7ff778b66: Pull complete [2023-02-16T03:00:31.352Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-16T03:00:31.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T03:00:31.352Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T03:00:31.433Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T03:00:31.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-16T03:00:33.641Z] $ docker top 14e40967560a150f5c7ace14a4004bdefe4155fcbe4d57a38972a06006eba7ea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-16T03:00:33.707Z] provisioning config files... [2023-02-16T03:00:33.714Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/414@tmp/config7246394298797216188tmp [2023-02-16T03:00:33.725Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/414@tmp/config5356951003369703414tmp [2023-02-16T03:00:33.735Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/414@tmp/config6652780362258179492tmp [Pipeline] { [Pipeline] echo [2023-02-16T03:00:33.751Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:00:34.032Z] ---> sigul-configuration.sh [2023-02-16T03:00:34.032Z] gpg: directory `/root/.gnupg' created [2023-02-16T03:00:34.032Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-16T03:00:34.032Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-16T03:00:34.032Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-16T03:00:34.032Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-16T03:00:34.032Z] gpg: CAST5 encrypted data [2023-02-16T03:00:34.032Z] gpg: encrypted with 1 passphrase [2023-02-16T03:00:34.032Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-16T03:00:34.319Z] + mkdir /home/jenkins [2023-02-16T03:00:34.319Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-16T03:00:34.605Z] + 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-02-16T03:00:34.613Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:00:34.898Z] ---> sigul-install.sh [2023-02-16T03:00:34.898Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-16T03:00:35.185Z] + git tag --list [2023-02-16T03:00:35.185Z] 0.6.0 [2023-02-16T03:00:35.185Z] 0.6.1 [2023-02-16T03:00:35.185Z] 0.7.0 [2023-02-16T03:00:35.185Z] 0.7.1 [2023-02-16T03:00:35.185Z] v1.0.0 [2023-02-16T03:00:35.185Z] v1.0.1 [2023-02-16T03:00:35.185Z] v1.1.0 [2023-02-16T03:00:35.185Z] v1.2.0 [2023-02-16T03:00:35.185Z] v1.2.1 [2023-02-16T03:00:35.185Z] v1.3.0 [2023-02-16T03:00:35.185Z] v1.3.1 [2023-02-16T03:00:35.185Z] v2.0.0 [2023-02-16T03:00:35.185Z] v2.1.0 [2023-02-16T03:00:35.185Z] v2.1.1 [2023-02-16T03:00:35.185Z] v2.1.1-dev.1 [2023-02-16T03:00:35.185Z] v2.1.1-dev.2 [2023-02-16T03:00:35.185Z] v2.1.1-dev.3 [2023-02-16T03:00:35.185Z] v2.1.1-dev.4 [2023-02-16T03:00:35.185Z] v2.1.1-dev.5 [2023-02-16T03:00:35.185Z] v2.1.1-dev.6 [2023-02-16T03:00:35.185Z] v2.1.1-dev.7 [2023-02-16T03:00:35.185Z] v2.1.1-dev.8 [2023-02-16T03:00:35.185Z] v2.1.2-dev.1 [2023-02-16T03:00:35.185Z] v2.2.0 [2023-02-16T03:00:35.185Z] v2.2.1-dev.1 [2023-02-16T03:00:35.185Z] v2.2.1-dev.10 [2023-02-16T03:00:35.185Z] v2.2.1-dev.11 [2023-02-16T03:00:35.185Z] v2.2.1-dev.12 [2023-02-16T03:00:35.185Z] v2.2.1-dev.13 [2023-02-16T03:00:35.185Z] v2.2.1-dev.14 [2023-02-16T03:00:35.185Z] v2.2.1-dev.15 [2023-02-16T03:00:35.185Z] v2.2.1-dev.16 [2023-02-16T03:00:35.185Z] v2.2.1-dev.17 [2023-02-16T03:00:35.185Z] v2.2.1-dev.18 [2023-02-16T03:00:35.185Z] v2.2.1-dev.19 [2023-02-16T03:00:35.185Z] v2.2.1-dev.2 [2023-02-16T03:00:35.185Z] v2.2.1-dev.20 [2023-02-16T03:00:35.185Z] v2.2.1-dev.21 [2023-02-16T03:00:35.185Z] v2.2.1-dev.22 [2023-02-16T03:00:35.185Z] v2.2.1-dev.23 [2023-02-16T03:00:35.185Z] v2.2.1-dev.24 [2023-02-16T03:00:35.185Z] v2.2.1-dev.25 [2023-02-16T03:00:35.185Z] v2.2.1-dev.26 [2023-02-16T03:00:35.185Z] v2.2.1-dev.27 [2023-02-16T03:00:35.185Z] v2.2.1-dev.28 [2023-02-16T03:00:35.185Z] v2.2.1-dev.29 [2023-02-16T03:00:35.185Z] v2.2.1-dev.3 [2023-02-16T03:00:35.185Z] v2.2.1-dev.4 [2023-02-16T03:00:35.185Z] v2.2.1-dev.5 [2023-02-16T03:00:35.185Z] v2.2.1-dev.6 [2023-02-16T03:00:35.185Z] v2.2.1-dev.7 [2023-02-16T03:00:35.185Z] v2.2.1-dev.8 [2023-02-16T03:00:35.185Z] v2.2.1-dev.9 [2023-02-16T03:00:35.185Z] v2.3.0 [2023-02-16T03:00:35.185Z] v2.3.0-dev.100 [2023-02-16T03:00:35.185Z] v2.3.0-dev.101 [2023-02-16T03:00:35.185Z] v2.3.0-dev.102 [2023-02-16T03:00:35.185Z] v2.3.0-dev.103 [2023-02-16T03:00:35.185Z] v2.3.0-dev.104 [2023-02-16T03:00:35.185Z] v2.3.0-dev.105 [2023-02-16T03:00:35.185Z] v2.3.0-dev.106 [2023-02-16T03:00:35.185Z] v2.3.0-dev.29 [2023-02-16T03:00:35.185Z] v2.3.0-dev.30 [2023-02-16T03:00:35.185Z] v2.3.0-dev.31 [2023-02-16T03:00:35.185Z] v2.3.0-dev.32 [2023-02-16T03:00:35.185Z] v2.3.0-dev.33 [2023-02-16T03:00:35.185Z] v2.3.0-dev.34 [2023-02-16T03:00:35.185Z] v2.3.0-dev.35 [2023-02-16T03:00:35.185Z] v2.3.0-dev.36 [2023-02-16T03:00:35.185Z] v2.3.0-dev.37 [2023-02-16T03:00:35.185Z] v2.3.0-dev.38 [2023-02-16T03:00:35.185Z] v2.3.0-dev.39 [2023-02-16T03:00:35.185Z] v2.3.0-dev.40 [2023-02-16T03:00:35.185Z] v2.3.0-dev.41 [2023-02-16T03:00:35.185Z] v2.3.0-dev.42 [2023-02-16T03:00:35.185Z] v2.3.0-dev.43 [2023-02-16T03:00:35.185Z] v2.3.0-dev.44 [2023-02-16T03:00:35.185Z] v2.3.0-dev.45 [2023-02-16T03:00:35.185Z] v2.3.0-dev.46 [2023-02-16T03:00:35.185Z] v2.3.0-dev.47 [2023-02-16T03:00:35.185Z] v2.3.0-dev.48 [2023-02-16T03:00:35.185Z] v2.3.0-dev.49 [2023-02-16T03:00:35.185Z] v2.3.0-dev.50 [2023-02-16T03:00:35.185Z] v2.3.0-dev.51 [2023-02-16T03:00:35.185Z] v2.3.0-dev.52 [2023-02-16T03:00:35.185Z] v2.3.0-dev.53 [2023-02-16T03:00:35.185Z] v2.3.0-dev.54 [2023-02-16T03:00:35.185Z] v2.3.0-dev.55 [2023-02-16T03:00:35.185Z] v2.3.0-dev.56 [2023-02-16T03:00:35.185Z] v2.3.0-dev.57 [2023-02-16T03:00:35.185Z] v2.3.0-dev.58 [2023-02-16T03:00:35.185Z] v2.3.0-dev.59 [2023-02-16T03:00:35.185Z] v2.3.0-dev.60 [2023-02-16T03:00:35.185Z] v2.3.0-dev.61 [2023-02-16T03:00:35.185Z] v2.3.0-dev.62 [2023-02-16T03:00:35.185Z] v2.3.0-dev.63 [2023-02-16T03:00:35.185Z] v2.3.0-dev.64 [2023-02-16T03:00:35.185Z] v2.3.0-dev.65 [2023-02-16T03:00:35.185Z] v2.3.0-dev.66 [2023-02-16T03:00:35.185Z] v2.3.0-dev.67 [2023-02-16T03:00:35.185Z] v2.3.0-dev.68 [2023-02-16T03:00:35.185Z] v2.3.0-dev.69 [2023-02-16T03:00:35.185Z] v2.3.0-dev.70 [2023-02-16T03:00:35.185Z] v2.3.0-dev.71 [2023-02-16T03:00:35.185Z] v2.3.0-dev.72 [2023-02-16T03:00:35.186Z] v2.3.0-dev.73 [2023-02-16T03:00:35.186Z] v2.3.0-dev.74 [2023-02-16T03:00:35.186Z] v2.3.0-dev.75 [2023-02-16T03:00:35.186Z] v2.3.0-dev.76 [2023-02-16T03:00:35.186Z] v2.3.0-dev.77 [2023-02-16T03:00:35.186Z] v2.3.0-dev.78 [2023-02-16T03:00:35.186Z] v2.3.0-dev.79 [2023-02-16T03:00:35.186Z] v2.3.0-dev.80 [2023-02-16T03:00:35.186Z] v2.3.0-dev.81 [2023-02-16T03:00:35.186Z] v2.3.0-dev.82 [2023-02-16T03:00:35.186Z] v2.3.0-dev.83 [2023-02-16T03:00:35.186Z] v2.3.0-dev.84 [2023-02-16T03:00:35.186Z] v2.3.0-dev.85 [2023-02-16T03:00:35.186Z] v2.3.0-dev.86 [2023-02-16T03:00:35.186Z] v2.3.0-dev.87 [2023-02-16T03:00:35.186Z] v2.3.0-dev.88 [2023-02-16T03:00:35.186Z] v2.3.0-dev.89 [2023-02-16T03:00:35.186Z] v2.3.0-dev.90 [2023-02-16T03:00:35.186Z] v2.3.0-dev.91 [2023-02-16T03:00:35.186Z] v2.3.0-dev.92 [2023-02-16T03:00:35.186Z] v2.3.0-dev.93 [2023-02-16T03:00:35.186Z] v2.3.0-dev.94 [2023-02-16T03:00:35.186Z] v2.3.0-dev.95 [2023-02-16T03:00:35.186Z] v2.3.0-dev.96 [2023-02-16T03:00:35.186Z] v2.3.0-dev.97 [2023-02-16T03:00:35.186Z] v2.3.0-dev.98 [2023-02-16T03:00:35.186Z] v2.3.0-dev.99 [2023-02-16T03:00:35.186Z] v2.3.1-dev.1 [2023-02-16T03:00:35.186Z] v2.3.1-dev.2 [2023-02-16T03:00:35.186Z] v2.3.1-dev.3 [2023-02-16T03:00:35.186Z] v2.3.1-dev.4 [2023-02-16T03:00:35.186Z] v2.3.1-dev.5 [2023-02-16T03:00:35.186Z] v3.0.0-dev.1 [2023-02-16T03:00:35.186Z] v3.0.0-dev.10 [2023-02-16T03:00:35.186Z] v3.0.0-dev.11 [2023-02-16T03:00:35.186Z] v3.0.0-dev.12 [2023-02-16T03:00:35.186Z] v3.0.0-dev.13 [2023-02-16T03:00:35.186Z] v3.0.0-dev.14 [2023-02-16T03:00:35.186Z] v3.0.0-dev.15 [2023-02-16T03:00:35.186Z] v3.0.0-dev.16 [2023-02-16T03:00:35.186Z] v3.0.0-dev.17 [2023-02-16T03:00:35.186Z] v3.0.0-dev.18 [2023-02-16T03:00:35.186Z] v3.0.0-dev.19 [2023-02-16T03:00:35.186Z] v3.0.0-dev.2 [2023-02-16T03:00:35.186Z] v3.0.0-dev.20 [2023-02-16T03:00:35.186Z] v3.0.0-dev.21 [2023-02-16T03:00:35.186Z] v3.0.0-dev.22 [2023-02-16T03:00:35.186Z] v3.0.0-dev.23 [2023-02-16T03:00:35.186Z] v3.0.0-dev.24 [2023-02-16T03:00:35.186Z] v3.0.0-dev.25 [2023-02-16T03:00:35.186Z] v3.0.0-dev.26 [2023-02-16T03:00:35.186Z] v3.0.0-dev.27 [2023-02-16T03:00:35.186Z] v3.0.0-dev.28 [2023-02-16T03:00:35.186Z] v3.0.0-dev.29 [2023-02-16T03:00:35.186Z] v3.0.0-dev.3 [2023-02-16T03:00:35.186Z] v3.0.0-dev.30 [2023-02-16T03:00:35.186Z] v3.0.0-dev.31 [2023-02-16T03:00:35.186Z] v3.0.0-dev.32 [2023-02-16T03:00:35.186Z] v3.0.0-dev.33 [2023-02-16T03:00:35.186Z] v3.0.0-dev.34 [2023-02-16T03:00:35.186Z] v3.0.0-dev.35 [2023-02-16T03:00:35.186Z] v3.0.0-dev.36 [2023-02-16T03:00:35.186Z] v3.0.0-dev.37 [2023-02-16T03:00:35.186Z] v3.0.0-dev.38 [2023-02-16T03:00:35.186Z] v3.0.0-dev.39 [2023-02-16T03:00:35.186Z] v3.0.0-dev.4 [2023-02-16T03:00:35.186Z] v3.0.0-dev.40 [2023-02-16T03:00:35.186Z] v3.0.0-dev.41 [2023-02-16T03:00:35.186Z] v3.0.0-dev.42 [2023-02-16T03:00:35.186Z] v3.0.0-dev.43 [2023-02-16T03:00:35.186Z] v3.0.0-dev.44 [2023-02-16T03:00:35.186Z] v3.0.0-dev.45 [2023-02-16T03:00:35.186Z] v3.0.0-dev.46 [2023-02-16T03:00:35.186Z] v3.0.0-dev.47 [2023-02-16T03:00:35.186Z] v3.0.0-dev.48 [2023-02-16T03:00:35.186Z] v3.0.0-dev.49 [2023-02-16T03:00:35.186Z] v3.0.0-dev.5 [2023-02-16T03:00:35.186Z] v3.0.0-dev.50 [2023-02-16T03:00:35.186Z] v3.0.0-dev.51 [2023-02-16T03:00:35.186Z] v3.0.0-dev.52 [2023-02-16T03:00:35.186Z] v3.0.0-dev.53 [2023-02-16T03:00:35.186Z] v3.0.0-dev.6 [2023-02-16T03:00:35.186Z] v3.0.0-dev.7 [2023-02-16T03:00:35.186Z] v3.0.0-dev.8 [2023-02-16T03:00:35.186Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-16T03:00:35.472Z] + lftools sign git-tag v3.0.0-dev.53 [2023-02-16T03:00:36.038Z] Signing Git tag with Sigul... [2023-02-16T03:00:36.038Z] Signing v3.0.0-dev.53 [Pipeline] echo [2023-02-16T03:00:36.302Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:00:36.582Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-16T03:00:36.588Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-16T03:00:36.600Z] $ docker stop --time=1 14e40967560a150f5c7ace14a4004bdefe4155fcbe4d57a38972a06006eba7ea [2023-02-16T03:00:37.918Z] $ docker rm -f --volumes 14e40967560a150f5c7ace14a4004bdefe4155fcbe4d57a38972a06006eba7ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-16T03:00:38.345Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T03:00:38.345Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T03:00:38.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T03:00:38.656Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T03:00:38.726Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T03:00:38.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T03:00:39.147Z] $ docker top 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc -eo pid,comm [2023-02-16T03:00:39.201Z] 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-02-16T03:00:39.201Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T03:00:39.234Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T03:00:39.234Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T03:00:39.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T03:00:39.343Z] $ docker exec 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc ssh-agent [2023-02-16T03:00:39.452Z] SSH_AUTH_SOCK=/tmp/ssh-6sjK3l13lAna/agent.32 [2023-02-16T03:00:39.452Z] SSH_AGENT_PID=38 [2023-02-16T03:00:39.457Z] Running ssh-add (command line suppressed) [2023-02-16T03:00:39.545Z] Identity added: /w/workspace/edgex-go/414@tmp/private_key_12850142707164075298.key (/w/workspace/edgex-go/414@tmp/private_key_12850142707164075298.key) [2023-02-16T03:00:39.561Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T03:00:39.847Z] + git semver bump pre [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,012 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,012 [bump_version] DEBUG bumping version:3.0.0-dev.53 on axis:pre with prefix:dev [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,012 [bump_version] DEBUG bumped version:3.0.0-dev.54 [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,012 [write_version] DEBUG write version:3.0.0-dev.54 to path:/w/workspace/edgex-go/414/.semver/main with force:True [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,012 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,013 [write_file] DEBUG write to file:/w/workspace/edgex-go/414/.semver/main [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,014 [execute] INFO git cat-file --batch-check [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,015 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,019 [execute] INFO git cat-file --batch [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,019 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T03:00:40.106Z] 2023-02-16 03:00:40,023 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main [2023-02-16T03:00:40.106Z] 3.0.0-dev.54 [Pipeline] } [2023-02-16T03:00:40.111Z] $ docker exec --env ******** --env ******** 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc ssh-agent -k [2023-02-16T03:00:40.211Z] unset SSH_AUTH_SOCK; [2023-02-16T03:00:40.211Z] unset SSH_AGENT_PID; [2023-02-16T03:00:40.211Z] echo Agent pid 38 killed; [2023-02-16T03:00:40.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T03:00:40.529Z] + git semver [Pipeline] } [2023-02-16T03:00:40.798Z] $ docker stop --time=1 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc [2023-02-16T03:00:42.141Z] $ docker rm -f --volumes 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T03:00:42.479Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T03:00:42.480Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T03:00:42.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T03:00:42.782Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T03:00:42.847Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T03:00:42.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T03:00:43.251Z] $ docker top f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 -eo pid,comm [2023-02-16T03:00:43.301Z] 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-02-16T03:00:43.301Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T03:00:43.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T03:00:43.339Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T03:00:43.443Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T03:00:43.442Z] $ docker exec f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 ssh-agent [2023-02-16T03:00:43.557Z] SSH_AUTH_SOCK=/tmp/ssh-esDXmaxangPS/agent.33 [2023-02-16T03:00:43.557Z] SSH_AGENT_PID=39 [2023-02-16T03:00:43.561Z] Running ssh-add (command line suppressed) [2023-02-16T03:00:43.662Z] Identity added: /w/workspace/edgex-go/414@tmp/private_key_11103791218328373766.key (/w/workspace/edgex-go/414@tmp/private_key_11103791218328373766.key) [2023-02-16T03:00:43.678Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T03:00:43.960Z] + git semver push [2023-02-16T03:00:44.220Z] 2023-02-16 03:00:44,138 [run_push] DEBUG push [2023-02-16T03:00:44.220Z] 2023-02-16 03:00:44,139 [execute] INFO git cat-file --batch-check [2023-02-16T03:00:44.220Z] 2023-02-16 03:00:44,139 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T03:00:44.220Z] 2023-02-16 03:00:44,141 [execute] INFO git rev-list 47ea217beb78c61c5efb966a3c4024799368aa19 -- [2023-02-16T03:00:44.220Z] 2023-02-16 03:00:44,141 [execute] DEBUG Popen(['git', 'rev-list', '47ea217beb78c61c5efb966a3c4024799368aa19', '--'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-16T03:00:44.220Z] 2023-02-16 03:00:44,158 [execute] INFO git fetch -v origin [2023-02-16T03:00:44.220Z] 2023-02-16 03:00:44,158 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-16T03:00:44.789Z] 2023-02-16 03:00:44,685 [run_push] DEBUG no remote changes detected [2023-02-16T03:00:44.789Z] 2023-02-16 03:00:44,685 [execute] INFO git push origin semver [2023-02-16T03:00:44.789Z] 2023-02-16 03:00:44,686 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-16T03:00:45.798Z] 2023-02-16 03:00:45,631 [run_push] DEBUG push all version tags [2023-02-16T03:00:45.798Z] 2023-02-16 03:00:45,631 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-16T03:00:45.798Z] 2023-02-16 03:00:45,632 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=None) [2023-02-16T03:00:46.793Z] 2023-02-16 03:00:46,466 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main [2023-02-16T03:00:46.793Z] 3.0.0-dev.54 [Pipeline] } [2023-02-16T03:00:46.818Z] $ docker exec --env ******** --env ******** f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 ssh-agent -k [2023-02-16T03:00:46.916Z] unset SSH_AUTH_SOCK; [2023-02-16T03:00:46.916Z] unset SSH_AGENT_PID; [2023-02-16T03:00:46.917Z] echo Agent pid 39 killed; [2023-02-16T03:00:46.929Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T03:00:47.226Z] + git semver [Pipeline] } [2023-02-16T03:00:47.493Z] $ docker stop --time=1 f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 [2023-02-16T03:00:48.793Z] $ docker rm -f --volumes f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 [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-02-16T03:00:49.300Z] + [ -d /w/workspace/edgex-go/414/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:00:49.587Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:00:50.440Z] ---> package-listing.sh [2023-02-16T03:00:50.440Z] ++ facter osfamily [2023-02-16T03:00:50.440Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-16T03:00:50.699Z] + OS_FAMILY=debian [2023-02-16T03:00:50.699Z] + workspace=/w/workspace/edgex-go/414 [2023-02-16T03:00:50.699Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-16T03:00:50.699Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-16T03:00:50.699Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-16T03:00:50.699Z] + PACKAGES=/tmp/packages_start.txt [2023-02-16T03:00:50.699Z] + '[' /w/workspace/edgex-go/414 ']' [2023-02-16T03:00:50.699Z] + PACKAGES=/tmp/packages_end.txt [2023-02-16T03:00:50.699Z] + case "${OS_FAMILY}" in [2023-02-16T03:00:50.699Z] + dpkg -l [2023-02-16T03:00:50.699Z] + grep '^ii' [2023-02-16T03:00:50.699Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-16T03:00:50.699Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-16T03:00:50.699Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-16T03:00:50.699Z] + '[' /w/workspace/edgex-go/414 ']' [2023-02-16T03:00:50.699Z] + mkdir -p /w/workspace/edgex-go/414/archives/ [2023-02-16T03:00:50.699Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/414/archives/ [Pipeline] echo [2023-02-16T03:00:50.713Z] 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/414/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-16T03:00:50.992Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T03:00:51.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T03:00:51.554Z] [2023-02-16T03:00:51.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T03:00:51.857Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T03:00:51.857Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-16T03:00:51.857Z] 5eb5b503b376: Pulling fs layer [2023-02-16T03:00:51.857Z] 5c69ac0246d0: Pulling fs layer [2023-02-16T03:00:51.857Z] ec43610c2a17: Pulling fs layer [2023-02-16T03:00:51.857Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-16T03:00:51.857Z] 33b1e0a273af: Pulling fs layer [2023-02-16T03:00:51.857Z] 5d3b04190fa2: Pulling fs layer [2023-02-16T03:00:51.857Z] 2f39f015ded8: Pulling fs layer [2023-02-16T03:00:51.858Z] 3a2ae6a8a46f: Waiting [2023-02-16T03:00:51.858Z] 33b1e0a273af: Waiting [2023-02-16T03:00:51.858Z] 5d3b04190fa2: Waiting [2023-02-16T03:00:51.858Z] 2f39f015ded8: Waiting [2023-02-16T03:00:51.858Z] 5c69ac0246d0: Verifying Checksum [2023-02-16T03:00:51.858Z] 5c69ac0246d0: Download complete [2023-02-16T03:00:51.858Z] 3a2ae6a8a46f: Download complete [2023-02-16T03:00:52.120Z] ec43610c2a17: Verifying Checksum [2023-02-16T03:00:52.120Z] ec43610c2a17: Download complete [2023-02-16T03:00:52.120Z] 33b1e0a273af: Verifying Checksum [2023-02-16T03:00:52.120Z] 33b1e0a273af: Download complete [2023-02-16T03:00:52.120Z] 5d3b04190fa2: Verifying Checksum [2023-02-16T03:00:52.120Z] 5d3b04190fa2: Download complete [2023-02-16T03:00:52.384Z] 5eb5b503b376: Verifying Checksum [2023-02-16T03:00:52.384Z] 5eb5b503b376: Download complete [2023-02-16T03:00:53.767Z] 5eb5b503b376: Pull complete [2023-02-16T03:00:53.767Z] 5c69ac0246d0: Pull complete [2023-02-16T03:00:54.024Z] ec43610c2a17: Pull complete [2023-02-16T03:00:54.281Z] 3a2ae6a8a46f: Pull complete [2023-02-16T03:00:54.281Z] 33b1e0a273af: Pull complete [2023-02-16T03:00:54.539Z] 5d3b04190fa2: Pull complete [2023-02-16T03:00:58.724Z] 2f39f015ded8: Pull complete [2023-02-16T03:00:58.724Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-16T03:00:58.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T03:00:58.724Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T03:00:58.801Z] prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container [2023-02-16T03:00:58.824Z] $ 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/414/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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-16T03:01:00.418Z] $ docker top 9f7ded44df9cb3b6f8b15543170d5b655e800805065947e5a3160c83affb4cf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T03:01:00.762Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-16T03:01:01.045Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-16T03:01:01.330Z] + ls /var/log/sa-host [2023-02-16T03:01:01.330Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T03:01:01.471Z] provisioning config files... [2023-02-16T03:01:01.480Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/414@tmp/config11535493203722015659tmp [Pipeline] { [Pipeline] echo [2023-02-16T03:01:01.492Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:01:01.776Z] ---> create-netrc.sh [Pipeline] } [2023-02-16T03:01:01.783Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:01:02.100Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-16T03:01:02.110Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:01:02.392Z] ---> sudo-logs.sh [2023-02-16T03:01:02.392Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-16T03:01:02.410Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:01:02.690Z] ---> job-cost.sh [2023-02-16T03:01:02.690Z] lf-activate-venv: SKIPPING [2023-02-16T03:01:02.690Z] DEBUG: total: 0.10999999940395355 [2023-02-16T03:01:02.690Z] INFO: Retrieving Stack Cost... [2023-02-16T03:01:04.599Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-16T03:01:04.599Z] INFO: Archiving Costs [Pipeline] echo [2023-02-16T03:01:04.612Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T03:01:04.894Z] ---> logs-deploy.sh [2023-02-16T03:01:04.894Z] lf-activate-venv: SKIPPING [2023-02-16T03:01:04.894Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/414 [2023-02-16T03:01:04.894Z] INFO: archiving workspace using pattern(s): [2023-02-16T03:01:05.828Z] Archives upload complete. [2023-02-16T03:01:06.087Z] INFO: archiving logs to Nexus