Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 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-ssh11990669887317560927.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh15032138830114276451.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh660591543109261662.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh908653064571935679.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh17949127900958690544.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-22609 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/280 [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/280 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 # timeout=10 Commit message: "feat(metadata): implement Unit of Measure (UoM) ADR (#4119)" > git rev-list --no-walk e3ca38a5709b6fd134cd3d7a24fe413a337b80c3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-12T10:36:11.094Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-12T10:36:11.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-12T10:36:11.212Z] ========================================================= [2022-08-12T10:36:11.212Z] EdgeX Global Pipelines Version Info [2022-08-12T10:36:11.212Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-12T10:36:11.958Z] ------------------- [2022-08-12T10:36:11.958Z] stable info: [2022-08-12T10:36:11.958Z] ------------------- [2022-08-12T10:36:11.958Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-12T10:36:11.958Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-12T10:36:11.958Z] Message: update stable to v1.0.238 [2022-08-12T10:36:12.529Z] ------------------- [2022-08-12T10:36:12.529Z] experimental info: [2022-08-12T10:36:12.529Z] ------------------- [2022-08-12T10:36:12.529Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-12T10:36:12.529Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-12T10:36:12.529Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-12T10:36:12.789Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-08-12T10:36:12.802Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-08-12T10:36:12.812Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-12T10:36:12.823Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-12T10:36:12.832Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-12T10:36:12.840Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-12T10:36:12.848Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-12T10:36:12.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-08-12T10:36:12.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-08-12T10:36:12.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-08-12T10:36:12.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-12T10:36:12.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-12T10:36:12.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-12T10:36:12.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-12T10:36:12.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-12T10:36:12.992Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-12T10:36:13.005Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-12T10:36:13.022Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-12T10:36:13.033Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-08-12T10:36:13.045Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-08-12T10:36:13.056Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-12T10:36:13.066Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-12T10:36:13.082Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-12T10:36:13.099Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-12T10:36:13.116Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-12T10:36:13.133Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-12T10:36:13.143Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] echo [2022-08-12T10:36:13.157Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03487ec [Pipeline] echo [2022-08-12T10:36:13.168Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T10:36:13.222Z] provisioning config files... [2022-08-12T10:36:13.237Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config793379005579677690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T10:36:13.579Z] ---> docker-login.sh [2022-08-12T10:36:13.579Z] nexus3.edgexfoundry.org:10001 [2022-08-12T10:36:13.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:36:13.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:36:13.840Z] Configure a credential helper to remove this warning. See [2022-08-12T10:36:13.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:36:13.840Z] [2022-08-12T10:36:13.840Z] Login Succeeded [2022-08-12T10:36:13.840Z] nexus3.edgexfoundry.org:10002 [2022-08-12T10:36:13.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:36:14.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:36:14.103Z] Configure a credential helper to remove this warning. See [2022-08-12T10:36:14.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:36:14.103Z] [2022-08-12T10:36:14.103Z] Login Succeeded [2022-08-12T10:36:14.103Z] nexus3.edgexfoundry.org:10003 [2022-08-12T10:36:14.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:36:14.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:36:14.103Z] Configure a credential helper to remove this warning. See [2022-08-12T10:36:14.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:36:14.103Z] [2022-08-12T10:36:14.103Z] Login Succeeded [2022-08-12T10:36:14.103Z] nexus3.edgexfoundry.org:10004 [2022-08-12T10:36:14.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:36:14.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:36:14.363Z] Configure a credential helper to remove this warning. See [2022-08-12T10:36:14.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:36:14.363Z] [2022-08-12T10:36:14.363Z] Login Succeeded [2022-08-12T10:36:14.363Z] docker.io [2022-08-12T10:36:14.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:36:14.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:36:14.625Z] Configure a credential helper to remove this warning. See [2022-08-12T10:36:14.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:36:14.625Z] [2022-08-12T10:36:14.625Z] Login Succeeded [2022-08-12T10:36:14.625Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T10:36:14.633Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T10:36:14.952Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-08-12T10:36:14.952Z] + dirname cmd/core-command/Dockerfile [2022-08-12T10:36:14.952Z] + cut -d/ -f2 [2022-08-12T10:36:14.952Z] + echo core-command,cmd/core-command/Dockerfile [2022-08-12T10:36:14.952Z] + + cut -d/ -f2 [2022-08-12T10:36:14.952Z] dirname cmd/core-data/Dockerfile [2022-08-12T10:36:14.952Z] + echo core-data,cmd/core-data/Dockerfile [2022-08-12T10:36:14.952Z] + + dirname cmd/core-metadata/Dockerfilecut [2022-08-12T10:36:14.952Z] -d/ -f2 [2022-08-12T10:36:14.952Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-08-12T10:36:14.952Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-08-12T10:36:14.952Z] + cut -d/ -f2 [2022-08-12T10:36:14.952Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-08-12T10:36:14.952Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-08-12T10:36:14.952Z] + cut -d/ -f2 [2022-08-12T10:36:14.952Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-08-12T10:36:14.952Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-08-12T10:36:14.952Z] + cut -d/ -f2 [2022-08-12T10:36:14.952Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-08-12T10:36:14.952Z] + + cut -d/ -f2 [2022-08-12T10:36:14.952Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2022-08-12T10:36:14.952Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-08-12T10:36:14.952Z] + dirname cmd/security-spire-agent/Dockerfile [2022-08-12T10:36:14.952Z] + cut -d/ -f2 [2022-08-12T10:36:14.953Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-08-12T10:36:14.953Z] + dirname cmd/security-spire-config/Dockerfile [2022-08-12T10:36:14.953Z] + cut -d/ -f2 [2022-08-12T10:36:14.953Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-08-12T10:36:14.953Z] + cut+ -d/ -f2 [2022-08-12T10:36:14.953Z] dirname cmd/security-spire-server/Dockerfile [2022-08-12T10:36:14.953Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-08-12T10:36:14.953Z] + dirname cmd/support-notifications/Dockerfile [2022-08-12T10:36:14.953Z] + cut -d/ -f2 [2022-08-12T10:36:14.953Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-08-12T10:36:14.953Z] + dirname cmd/support-scheduler/Dockerfile [2022-08-12T10:36:14.953Z] + cut -d/ -f2 [2022-08-12T10:36:14.953Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-08-12T10:36:14.953Z] + dirname+ cmd/sys-mgmt-agent/Dockerfile [2022-08-12T10:36:14.953Z] cut -d/ -f2 [2022-08-12T10:36:14.953Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-08-12T10:36:14.987Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-12T10:36:15.333Z] + git rev-list -1 --merges 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3~1..03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] echo [2022-08-12T10:36:15.356Z] -----------> git rev-list -1 --merges 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3~1..03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [false] [Pipeline] sh [2022-08-12T10:36:15.648Z] + git log --format=format:%s -1 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] echo [2022-08-12T10:36:15.664Z] ========================================================= [2022-08-12T10:36:15.664Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-12T10:36:15.664Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-08-12T10:36:16.125Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T10:36:16.125Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-12T10:36:16.125Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-12T10:36:16.125Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-12T10:36:16.125Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-12T10:36:16.125Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-12T10:36:16.125Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:36:16.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T10:36:16.482Z] [2022-08-12T10:36:16.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:36:16.789Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T10:36:16.789Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-12T10:36:16.789Z] b85a868b505f: Pulling fs layer [2022-08-12T10:36:16.789Z] e2be974225ed: Pulling fs layer [2022-08-12T10:36:16.789Z] 339a4e72a1f5: Pulling fs layer [2022-08-12T10:36:16.789Z] 988bab9f4d93: Pulling fs layer [2022-08-12T10:36:16.789Z] 1469e6f7b9e6: Pulling fs layer [2022-08-12T10:36:16.789Z] eaf3925da568: Pulling fs layer [2022-08-12T10:36:16.789Z] bab4dde63d76: Pulling fs layer [2022-08-12T10:36:16.789Z] bde34c3a00c8: Pulling fs layer [2022-08-12T10:36:16.789Z] b352a97aabf1: Pulling fs layer [2022-08-12T10:36:16.789Z] 4872d77fe225: Pulling fs layer [2022-08-12T10:36:16.789Z] 5851b861e8e6: Pulling fs layer [2022-08-12T10:36:16.789Z] 988bab9f4d93: Waiting [2022-08-12T10:36:16.789Z] 1469e6f7b9e6: Waiting [2022-08-12T10:36:16.789Z] eaf3925da568: Waiting [2022-08-12T10:36:16.789Z] bde34c3a00c8: Waiting [2022-08-12T10:36:16.789Z] b352a97aabf1: Waiting [2022-08-12T10:36:16.789Z] 4872d77fe225: Waiting [2022-08-12T10:36:16.789Z] 5851b861e8e6: Waiting [2022-08-12T10:36:16.789Z] bab4dde63d76: Waiting [2022-08-12T10:36:16.789Z] e2be974225ed: Verifying Checksum [2022-08-12T10:36:16.789Z] e2be974225ed: Download complete [2022-08-12T10:36:16.789Z] 988bab9f4d93: Verifying Checksum [2022-08-12T10:36:16.789Z] 988bab9f4d93: Download complete [2022-08-12T10:36:17.050Z] 1469e6f7b9e6: Verifying Checksum [2022-08-12T10:36:17.050Z] 1469e6f7b9e6: Download complete [2022-08-12T10:36:17.050Z] 339a4e72a1f5: Verifying Checksum [2022-08-12T10:36:17.050Z] 339a4e72a1f5: Download complete [2022-08-12T10:36:17.050Z] eaf3925da568: Verifying Checksum [2022-08-12T10:36:17.050Z] eaf3925da568: Download complete [2022-08-12T10:36:17.050Z] bde34c3a00c8: Verifying Checksum [2022-08-12T10:36:17.050Z] bde34c3a00c8: Download complete [2022-08-12T10:36:17.050Z] b352a97aabf1: Download complete [2022-08-12T10:36:17.050Z] 4872d77fe225: Verifying Checksum [2022-08-12T10:36:17.050Z] 4872d77fe225: Download complete [2022-08-12T10:36:17.050Z] 5851b861e8e6: Verifying Checksum [2022-08-12T10:36:17.050Z] 5851b861e8e6: Download complete [2022-08-12T10:36:17.050Z] b85a868b505f: Verifying Checksum [2022-08-12T10:36:17.050Z] b85a868b505f: Download complete [2022-08-12T10:36:17.309Z] bab4dde63d76: Verifying Checksum [2022-08-12T10:36:17.309Z] bab4dde63d76: Download complete [2022-08-12T10:36:18.249Z] b85a868b505f: Pull complete [2022-08-12T10:36:18.249Z] e2be974225ed: Pull complete [2022-08-12T10:36:18.819Z] 339a4e72a1f5: Pull complete [2022-08-12T10:36:18.819Z] 988bab9f4d93: Pull complete [2022-08-12T10:36:19.086Z] 1469e6f7b9e6: Pull complete [2022-08-12T10:36:19.347Z] eaf3925da568: Pull complete [2022-08-12T10:36:20.730Z] bab4dde63d76: Pull complete [2022-08-12T10:36:20.992Z] bde34c3a00c8: Pull complete [2022-08-12T10:36:20.992Z] b352a97aabf1: Pull complete [2022-08-12T10:36:20.992Z] 4872d77fe225: Pull complete [2022-08-12T10:36:21.253Z] 5851b861e8e6: Pull complete [2022-08-12T10:36:21.253Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-12T10:36:21.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T10:36:21.253Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T10:36:21.349Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T10:36:21.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T10:36:23.634Z] $ docker top 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 -eo pid,comm [2022-08-12T10:36:23.701Z] 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). [2022-08-12T10:36:23.701Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T10:36:23.740Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T10:36:23.740Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T10:36:23.858Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T10:36:23.865Z] $ docker exec 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 ssh-agent [2022-08-12T10:36:23.976Z] SSH_AUTH_SOCK=/tmp/ssh-lz1vP4g2wY2l/agent.33 [2022-08-12T10:36:23.976Z] SSH_AGENT_PID=39 [2022-08-12T10:36:23.982Z] Running ssh-add (command line suppressed) [2022-08-12T10:36:24.088Z] Identity added: /w/workspace/edgex-go/280@tmp/private_key_1545659303158624634.key (/w/workspace/edgex-go/280@tmp/private_key_1545659303158624634.key) [2022-08-12T10:36:24.099Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T10:36:24.390Z] + git tag --points-at HEAD [Pipeline] } [2022-08-12T10:36:24.408Z] $ docker exec --env ******** --env ******** 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 ssh-agent -k [2022-08-12T10:36:24.513Z] unset SSH_AUTH_SOCK; [2022-08-12T10:36:24.513Z] unset SSH_AGENT_PID; [2022-08-12T10:36:24.513Z] echo Agent pid 39 killed; [2022-08-12T10:36:24.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-12T10:36:24.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T10:36:24.543Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T10:36:24.656Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T10:36:24.663Z] $ docker exec 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 ssh-agent [2022-08-12T10:36:24.785Z] SSH_AUTH_SOCK=/tmp/ssh-hFKEFX3JtQ9Y/agent.72 [2022-08-12T10:36:24.785Z] SSH_AGENT_PID=79 [2022-08-12T10:36:24.791Z] Running ssh-add (command line suppressed) [2022-08-12T10:36:24.902Z] Identity added: /w/workspace/edgex-go/280@tmp/private_key_3247490555284254026.key (/w/workspace/edgex-go/280@tmp/private_key_3247490555284254026.key) [2022-08-12T10:36:24.912Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T10:36:25.204Z] + git semver init [2022-08-12T10:36:25.464Z] 2022-08-12 10:36:25,375 [run_init] DEBUG init version:0.0.0 force:False [2022-08-12T10:36:25.465Z] 2022-08-12 10:36:25,376 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/280/.semver [2022-08-12T10:36:25.465Z] 2022-08-12 10:36:25,376 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/280/.semver [2022-08-12T10:36:25.465Z] 2022-08-12 10:36:25,377 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/280/.semver'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=None) [2022-08-12T10:36:29.692Z] 2022-08-12 10:36:29,650 [append_file] DEBUG append to file:/w/workspace/edgex-go/280/.git/info/exclude [2022-08-12T10:36:29.692Z] 2022-08-12 10:36:29,650 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/280/.semver/main with force:False [2022-08-12T10:36:29.692Z] 2022-08-12 10:36:29,650 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main [2022-08-12T10:36:29.692Z] 2022-08-12 10:36:29,651 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main [2022-08-12T10:36:29.692Z] 2.3.0-dev.45 [Pipeline] } [2022-08-12T10:36:29.707Z] $ docker exec --env ******** --env ******** 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 ssh-agent -k [2022-08-12T10:36:29.809Z] unset SSH_AUTH_SOCK; [2022-08-12T10:36:29.809Z] unset SSH_AGENT_PID; [2022-08-12T10:36:29.809Z] echo Agent pid 79 killed; [2022-08-12T10:36:29.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T10:36:30.129Z] + git semver [Pipeline] } [2022-08-12T10:36:30.411Z] $ docker stop --time=1 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 [2022-08-12T10:36:31.678Z] $ docker rm -f 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T10:36:32.026Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-12T10:36:32.309Z] Stashed 1 file(s) [Pipeline] echo [2022-08-12T10:36:32.311Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.45 [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 [2022-08-12T10:36:32.684Z] + git config --global --add safe.directory /w/workspace/edgex-go/280 [Pipeline] echo [2022-08-12T10:36:32.699Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T10:36:32.715Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T10:36:32.723Z] ========================================================= [2022-08-12T10:36:32.723Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-12T10:36:32.723Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-12T10:36:33.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-12T10:36:33.011Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-12T10:36:33.011Z] 2408cc74d12b: Pulling fs layer [2022-08-12T10:36:33.011Z] ea60b727a1ce: Pulling fs layer [2022-08-12T10:36:33.011Z] 30c4a7721957: Pulling fs layer [2022-08-12T10:36:33.011Z] 370296b7ddb6: Pulling fs layer [2022-08-12T10:36:33.011Z] 7c6cee850709: Pulling fs layer [2022-08-12T10:36:33.011Z] 39a5fcdaea64: Pulling fs layer [2022-08-12T10:36:33.011Z] d94ebbe4e438: Pulling fs layer [2022-08-12T10:36:33.011Z] bcfd1f05c69d: Pulling fs layer [2022-08-12T10:36:33.011Z] 59ccb84bbe0f: Pulling fs layer [2022-08-12T10:36:33.012Z] 370296b7ddb6: Waiting [2022-08-12T10:36:33.012Z] 7c6cee850709: Waiting [2022-08-12T10:36:33.012Z] d94ebbe4e438: Waiting [2022-08-12T10:36:33.012Z] bcfd1f05c69d: Waiting [2022-08-12T10:36:33.012Z] 59ccb84bbe0f: Waiting [2022-08-12T10:36:33.012Z] 30c4a7721957: Verifying Checksum [2022-08-12T10:36:33.012Z] 30c4a7721957: Download complete [2022-08-12T10:36:33.012Z] ea60b727a1ce: Verifying Checksum [2022-08-12T10:36:33.012Z] ea60b727a1ce: Download complete [2022-08-12T10:36:33.012Z] 7c6cee850709: Verifying Checksum [2022-08-12T10:36:33.012Z] 7c6cee850709: Download complete [2022-08-12T10:36:33.012Z] 39a5fcdaea64: Verifying Checksum [2022-08-12T10:36:33.012Z] 39a5fcdaea64: Download complete [2022-08-12T10:36:33.012Z] 2408cc74d12b: Verifying Checksum [2022-08-12T10:36:33.012Z] 2408cc74d12b: Download complete [2022-08-12T10:36:33.275Z] d94ebbe4e438: Verifying Checksum [2022-08-12T10:36:33.275Z] d94ebbe4e438: Download complete [2022-08-12T10:36:33.275Z] 2408cc74d12b: Pull complete [2022-08-12T10:36:33.275Z] ea60b727a1ce: Pull complete [2022-08-12T10:36:33.537Z] 30c4a7721957: Pull complete [2022-08-12T10:36:33.537Z] 59ccb84bbe0f: Verifying Checksum [2022-08-12T10:36:33.537Z] 59ccb84bbe0f: Download complete [2022-08-12T10:36:33.796Z] bcfd1f05c69d: Verifying Checksum [2022-08-12T10:36:33.796Z] bcfd1f05c69d: Download complete [2022-08-12T10:36:33.796Z] 370296b7ddb6: Verifying Checksum [2022-08-12T10:36:33.796Z] 370296b7ddb6: Download complete [2022-08-12T10:36:38.013Z] 370296b7ddb6: Pull complete [2022-08-12T10:36:38.013Z] 7c6cee850709: Pull complete [2022-08-12T10:36:38.013Z] 39a5fcdaea64: Pull complete [2022-08-12T10:36:38.013Z] d94ebbe4e438: Pull complete [2022-08-12T10:36:39.920Z] bcfd1f05c69d: Pull complete [2022-08-12T10:36:40.859Z] 59ccb84bbe0f: Pull complete [2022-08-12T10:36:40.859Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-12T10:36:40.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-12T10:36:40.859Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-12T10:36:41.156Z] + docker build -t ci-base-image-x86_64 -f - . [2022-08-12T10:36:41.156Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-12T10:36:41.156Z] WORKDIR /edgex [2022-08-12T10:36:41.156Z] COPY go.mod . [2022-08-12T10:36:41.156Z] RUN go mod download [2022-08-12T10:36:41.726Z] Sending build context to Docker daemon 169.2MB [2022-08-12T10:36:41.726Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-12T10:36:41.726Z] ---> a4fb48ad2a94 [2022-08-12T10:36:41.726Z] Step 2/4 : WORKDIR /edgex [2022-08-12T10:36:45.028Z] ---> Running in 112e4e4fc1bc [2022-08-12T10:36:45.288Z] Removing intermediate container 112e4e4fc1bc [2022-08-12T10:36:45.288Z] ---> f0fee1be5146 [2022-08-12T10:36:45.288Z] Step 3/4 : COPY go.mod . [2022-08-12T10:36:45.288Z] ---> cf0fbd60e720 [2022-08-12T10:36:45.288Z] Step 4/4 : RUN go mod download [2022-08-12T10:36:45.288Z] ---> Running in ced1693211c7 [2022-08-12T10:36:47.372Z] Still waiting to schedule task [2022-08-12T10:36:47.372Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-12T10:37:00.299Z] Removing intermediate container ced1693211c7 [2022-08-12T10:37:00.299Z] ---> 1d1fe235dba9 [2022-08-12T10:37:00.299Z] Successfully built 1d1fe235dba9 [2022-08-12T10:37:00.299Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:37:00.609Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-12T10:37:00.609Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T10:37:00.689Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T10:37:00.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T10:37:01.136Z] $ docker top 8a3426bfb353629d19551e06fdb22af7df664947d8734100d41adba580cd6333 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T10:37:01.491Z] + go version [2022-08-12T10:37:01.491Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-12T10:37:01.507Z] $ docker stop --time=1 8a3426bfb353629d19551e06fdb22af7df664947d8734100d41adba580cd6333 [2022-08-12T10:37:02.756Z] $ docker rm -f 8a3426bfb353629d19551e06fdb22af7df664947d8734100d41adba580cd6333 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:37:03.169Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-12T10:37:03.169Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T10:37:03.252Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T10:37:03.299Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T10:37:03.692Z] $ docker top ee7b323e62e4c3753b2f89ea715a36cffda486c5ca9f7dd488a663ae8955b685 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-12T10:37:03.786Z] ========================================================= [2022-08-12T10:37:03.786Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-08-12T10:37:03.786Z] ========================================================= [Pipeline] sh [2022-08-12T10:37:04.091Z] + git config --global --add safe.directory /w/workspace/edgex-go/280 [Pipeline] fileExists [Pipeline] sh [2022-08-12T10:37:04.396Z] + make test [2022-08-12T10:37:04.396Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-12T10:37:10.975Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-08-12T10:37:25.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.080s coverage: 28.7% of statements [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-08-12T10:37:25.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.108s coverage: 98.5% of statements [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-08-12T10:37:25.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.083s coverage: 54.2% of statements [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-08-12T10:37:25.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.078s coverage: 89.2% of statements [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.076s coverage: 2.1% of statements [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.501s coverage: 95.6% of statements [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 72.2% of statements [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.9% of statements [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.093s coverage: 29.6% of statements [2022-08-12T10:37:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2022-08-12T10:37:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements [2022-08-12T10:37:39.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2022-08-12T10:37:39.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2022-08-12T10:37:40.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.249s coverage: 82.2% of statements [2022-08-12T10:37:40.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-08-12T10:37:48.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.136s coverage: 92.9% of statements [2022-08-12T10:37:48.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-08-12T10:37:48.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-08-12T10:37:48.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-08-12T10:37:48.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 58.8% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.0% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.095s coverage: 85.4% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.2% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.7% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.351s coverage: 65.8% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.173s coverage: 43.6% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.176s coverage: 92.3% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-08-12T10:37:48.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2022-08-12T10:37:48.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2022-08-12T10:37:49.029Z] 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 [2022-08-12T10:38:11.051Z] 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." [2022-08-12T10:38:11.051Z] GO111MODULE=on go vet ./... [2022-08-12T10:38:13.591Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-12T10:38:13.852Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-12T10:38:13.852Z] ./bin/test-attribution-txt.sh [2022-08-12T10:38:14.113Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-08-12T10:38:14.113Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-08-12T10:38:14.113Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-08-12T10:38:14.113Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-12T10:38:14.113Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-12T10:38:14.113Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-12T10:38:14.113Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-08-12T10:38:14.127Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-08-12T10:38:14.415Z] + ls -al . [2022-08-12T10:38:14.415Z] total 732 [2022-08-12T10:38:14.415Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 10:37 . [2022-08-12T10:38:14.415Z] drwxr-xr-x 4 root root 4096 Aug 12 10:37 .. [2022-08-12T10:38:14.415Z] -rw-rw-r-- 1 1001 1001 16 Aug 12 10:36 .dockerignore [2022-08-12T10:38:14.415Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 10:37 .git [2022-08-12T10:38:14.415Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 10:36 .github [2022-08-12T10:38:14.415Z] -rw-rw-r-- 1 1001 1001 1030 Aug 12 10:36 .gitignore [2022-08-12T10:38:14.415Z] -rw-rw-r-- 1 1001 1001 42 Aug 12 10:36 .golangci.yml [2022-08-12T10:38:14.415Z] -rw-rw-r-- 1 1001 1001 87 Aug 12 10:36 .hadolint.yml [2022-08-12T10:38:14.415Z] drwxr-xr-x 3 1001 1001 4096 Aug 12 10:36 .semver [2022-08-12T10:38:14.415Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 10:36 .sonarcloud.properties [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 1171 Aug 12 10:36 ADOPTERS.md [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 10347 Aug 12 10:36 Attribution.txt [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 63209 Aug 12 10:36 CHANGELOG.md [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 10:36 CONTRIBUTING.md [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 677 Aug 12 10:36 GOVERNANCE.md [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 850 Aug 12 10:36 Jenkinsfile [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 10:36 LICENSE [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 12212 Aug 12 10:36 Makefile [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 582 Aug 12 10:36 OWNERS.md [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 9094 Aug 12 10:36 README.md [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 6912 Aug 12 10:36 SECURITY.md [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 12 Aug 12 10:36 VERSION [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 10:36 ZMQWindows.md [2022-08-12T10:38:14.416Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 10:36 bin [2022-08-12T10:38:14.416Z] drwxrwxr-x 18 1001 1001 4096 Aug 12 10:36 cmd [2022-08-12T10:38:14.416Z] -rw-r--r-- 1 root root 479862 Aug 12 10:37 coverage.out [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 3681 Aug 12 10:36 go.mod [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 38033 Aug 12 10:36 go.sum [2022-08-12T10:38:14.416Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 10:36 internal [2022-08-12T10:38:14.416Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 10:36 openapi [2022-08-12T10:38:14.416Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 10:36 snap [2022-08-12T10:38:14.416Z] -rw-rw-r-- 1 1001 1001 204 Aug 12 10:36 version.go [Pipeline] sh [2022-08-12T10:38:14.706Z] + '[' -e coverage.out ] [2022-08-12T10:38:14.707Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-08-12T10:38:14.800Z] Stashed 1 file(s) [Pipeline] sh [2022-08-12T10:38:15.082Z] + make build [2022-08-12T10:38:15.082Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-08-12T10:38:29.984Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-08-12T10:38:31.570Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22610 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-08-12T10:38:31.583Z] Running in /w/workspace/edgex-go/280 [Pipeline] { [Pipeline] checkout [2022-08-12T10:38:31.642Z] The recommended git tool is: git [2022-08-12T10:38:38.437Z] using credential edgex-jenkins-ssh [2022-08-12T10:38:38.454Z] Cloning the remote Git repository [2022-08-12T10:38:38.604Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-08-12T10:38:38.721Z] > git init /w/workspace/edgex-go/280 # timeout=10 [2022-08-12T10:38:38.893Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-08-12T10:38:38.894Z] > git --version # timeout=10 [2022-08-12T10:38:38.917Z] > git --version # 'git version 2.25.1' [2022-08-12T10:38:38.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-12T10:38:38.992Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-12T10:38:42.208Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-08-12T10:38:42.209Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-12T10:38:48.788Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-08-12T10:38:49.048Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-08-12T10:38:49.989Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-12T10:38:51.911Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-08-12T10:38:52.484Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-08-12T10:38:53.869Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-08-12T10:38:54.119Z] Avoid second fetch [2022-08-12T10:38:54.120Z] Checking out Revision 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 (main) [2022-08-12T10:38:54.810Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-08-12T10:38:55.754Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-08-12T10:38:54.084Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-08-12T10:38:54.101Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-12T10:38:54.143Z] > git config core.sparsecheckout # timeout=10 [2022-08-12T10:38:54.165Z] > git checkout -f 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 # timeout=10 [2022-08-12T10:38:57.669Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-08-12T10:38:58.570Z] Commit message: "feat(metadata): implement Unit of Measure (UoM) ADR (#4119)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } [2022-08-12T10:38:59.183Z] $ docker stop --time=1 ee7b323e62e4c3753b2f89ea715a36cffda486c5ca9f7dd488a663ae8955b685 [2022-08-12T10:38:59.506Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-12T10:38:59.506Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T10:38:59.506Z] Dload Upload Total Spent Left Speed [2022-08-12T10:38:59.506Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 87460 0 --:--:-- --:--:-- --:--:-- 87460 [2022-08-12T10:39:04.228Z] $ docker rm -f ee7b323e62e4c3753b2f89ea715a36cffda486c5ca9f7dd488a663ae8955b685 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:39:04.934Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-12T10:39:05.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-12T10:39:05.199Z] [2022-08-12T10:39:05.199Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:39:05.280Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-12T10:39:05.280Z] + sudo tee /etc/docker/daemon.new [2022-08-12T10:39:05.280Z] { [2022-08-12T10:39:05.280Z] "registry-mirrors": [ [2022-08-12T10:39:05.280Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-12T10:39:05.280Z] ], [2022-08-12T10:39:05.280Z] "bip": "10.250.0.254/24", [2022-08-12T10:39:05.280Z] "hosts": [ [2022-08-12T10:39:05.280Z] "tcp://0.0.0.0:5555", [2022-08-12T10:39:05.280Z] "unix:///var/run/docker.sock" [2022-08-12T10:39:05.280Z] ], [2022-08-12T10:39:05.280Z] "mtu": 1458, [2022-08-12T10:39:05.280Z] "selinux-enabled": true, [2022-08-12T10:39:05.280Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-12T10:39:05.280Z] } [Pipeline] sh [2022-08-12T10:39:05.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-12T10:39:05.629Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-12T10:39:05.762Z] latest: Pulling from edgex-devops/edgex-compose [2022-08-12T10:39:05.762Z] cbdbe7a5bc2a: Pulling fs layer [2022-08-12T10:39:05.762Z] ca9280d653b3: Pulling fs layer [2022-08-12T10:39:05.762Z] 7e9c9ca2126c: Pulling fs layer [2022-08-12T10:39:05.762Z] cbdbe7a5bc2a: Download complete [2022-08-12T10:39:05.969Z] + sudo service docker restart [2022-08-12T10:39:06.074Z] ca9280d653b3: Verifying Checksum [2022-08-12T10:39:06.074Z] ca9280d653b3: Download complete [2022-08-12T10:39:06.074Z] cbdbe7a5bc2a: Pull complete [2022-08-12T10:39:06.336Z] 7e9c9ca2126c: Verifying Checksum [2022-08-12T10:39:06.336Z] 7e9c9ca2126c: Download complete [2022-08-12T10:39:06.605Z] ca9280d653b3: Pull complete [2022-08-12T10:39:10.829Z] 7e9c9ca2126c: Pull complete [2022-08-12T10:39:10.829Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-08-12T10:39:10.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-12T10:39:10.829Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T10:39:10.944Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T10:39:10.992Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T10:39:14.648Z] $ docker top 86d594432bf6cff0f97ce0a41165c016f84c7e3a8077a4d1186c010146c0cb41 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T10:39:15.012Z] + docker-compose build --help [2022-08-12T10:39:15.013Z] + grep parallel [2022-08-12T10:39:15.585Z] --parallel Build images in parallel. [Pipeline] } [2022-08-12T10:39:15.603Z] $ docker stop --time=1 86d594432bf6cff0f97ce0a41165c016f84c7e3a8077a4d1186c010146c0cb41 [2022-08-12T10:39:16.870Z] $ docker rm -f 86d594432bf6cff0f97ce0a41165c016f84c7e3a8077a4d1186c010146c0cb41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:39:17.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-12T10:39:17.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T10:39:17.375Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T10:39:17.412Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T10:39:17.792Z] $ docker top 405e78aaa090659d6dbc697bb1db1e5ba4ca85f47341874efce1f8102c6c0c7d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T10:39:18.156Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-08-12T10:39:18.728Z] Building core-command ... [2022-08-12T10:39:18.728Z] Building core-data ... [2022-08-12T10:39:18.728Z] Building core-metadata ... [2022-08-12T10:39:18.728Z] Building security-bootstrapper ... [2022-08-12T10:39:18.728Z] Building security-proxy-setup ... [2022-08-12T10:39:18.728Z] Building security-secretstore-setup ... [2022-08-12T10:39:18.728Z] Building security-spiffe-token-provider ... [2022-08-12T10:39:18.728Z] Building security-spire-agent ... [2022-08-12T10:39:18.728Z] Building security-spire-config ... [2022-08-12T10:39:18.728Z] Building security-spire-server ... [2022-08-12T10:39:18.728Z] Building support-notifications ... [2022-08-12T10:39:18.728Z] Building support-scheduler ... [2022-08-12T10:39:18.728Z] Building sys-mgmt-agent ... [2022-08-12T10:39:18.728Z] Building security-bootstrapper [2022-08-12T10:39:18.728Z] Building core-data [2022-08-12T10:39:18.728Z] Building security-spiffe-token-provider [2022-08-12T10:39:18.728Z] Building security-secretstore-setup [2022-08-12T10:39:18.728Z] Building security-spire-agent [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T10:39:24.316Z] provisioning config files... [2022-08-12T10:39:24.341Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config2080968340103974230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T10:39:24.705Z] ---> docker-login.sh [2022-08-12T10:39:24.705Z] nexus3.edgexfoundry.org:10001 [2022-08-12T10:39:25.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:39:25.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:39:25.582Z] Configure a credential helper to remove this warning. See [2022-08-12T10:39:25.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:39:25.582Z] [2022-08-12T10:39:25.582Z] Login Succeeded [2022-08-12T10:39:25.582Z] nexus3.edgexfoundry.org:10002 [2022-08-12T10:39:25.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:39:26.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:39:26.135Z] Configure a credential helper to remove this warning. See [2022-08-12T10:39:26.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:39:26.135Z] [2022-08-12T10:39:26.135Z] Login Succeeded [2022-08-12T10:39:26.135Z] nexus3.edgexfoundry.org:10003 [2022-08-12T10:39:26.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:39:26.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:39:26.415Z] Configure a credential helper to remove this warning. See [2022-08-12T10:39:26.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:39:26.415Z] [2022-08-12T10:39:26.415Z] Login Succeeded [2022-08-12T10:39:26.415Z] nexus3.edgexfoundry.org:10004 [2022-08-12T10:39:27.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:39:27.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:39:27.028Z] Configure a credential helper to remove this warning. See [2022-08-12T10:39:27.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:39:27.028Z] [2022-08-12T10:39:27.028Z] Login Succeeded [2022-08-12T10:39:27.028Z] docker.io [2022-08-12T10:39:27.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:39:27.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:39:27.575Z] Configure a credential helper to remove this warning. See [2022-08-12T10:39:27.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:39:27.575Z] [2022-08-12T10:39:27.575Z] Login Succeeded [2022-08-12T10:39:27.575Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T10:39:27.594Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-08-12T10:39:28.460Z] + git config --global --add safe.directory /w/workspace/edgex-go/280 [Pipeline] echo [2022-08-12T10:39:28.493Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T10:39:28.510Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T10:39:28.521Z] ========================================================= [2022-08-12T10:39:28.521Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-12T10:39:28.521Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-12T10:39:28.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-12T10:39:29.144Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-12T10:39:29.144Z] b3c136eddcbf: Pulling fs layer [2022-08-12T10:39:29.144Z] c0a3192eca97: Pulling fs layer [2022-08-12T10:39:29.144Z] a050256f5b6f: Pulling fs layer [2022-08-12T10:39:29.144Z] 656be50a0ddc: Pulling fs layer [2022-08-12T10:39:29.144Z] 2bbca73fdf42: Pulling fs layer [2022-08-12T10:39:29.144Z] 46d945488cbd: Pulling fs layer [2022-08-12T10:39:29.144Z] 8a5474983e97: Pulling fs layer [2022-08-12T10:39:29.144Z] 329c88fbcd65: Pulling fs layer [2022-08-12T10:39:29.144Z] 656be50a0ddc: Waiting [2022-08-12T10:39:29.144Z] 2bbca73fdf42: Waiting [2022-08-12T10:39:29.144Z] 8a5474983e97: Waiting [2022-08-12T10:39:29.144Z] 46d945488cbd: Waiting [2022-08-12T10:39:29.144Z] a050256f5b6f: Download complete [2022-08-12T10:39:29.144Z] c0a3192eca97: Verifying Checksum [2022-08-12T10:39:29.144Z] c0a3192eca97: Download complete [2022-08-12T10:39:29.144Z] 2bbca73fdf42: Verifying Checksum [2022-08-12T10:39:29.144Z] 2bbca73fdf42: Download complete [2022-08-12T10:39:29.144Z] 46d945488cbd: Verifying Checksum [2022-08-12T10:39:29.144Z] 46d945488cbd: Download complete [2022-08-12T10:39:29.144Z] b3c136eddcbf: Verifying Checksum [2022-08-12T10:39:30.157Z] b3c136eddcbf: Pull complete [2022-08-12T10:39:30.434Z] 329c88fbcd65: Verifying Checksum [2022-08-12T10:39:30.434Z] 329c88fbcd65: Download complete [2022-08-12T10:39:30.714Z] c0a3192eca97: Pull complete [2022-08-12T10:39:30.991Z] a050256f5b6f: Pull complete [2022-08-12T10:39:31.594Z] 8a5474983e97: Verifying Checksum [2022-08-12T10:39:31.594Z] 8a5474983e97: Download complete [2022-08-12T10:39:32.192Z] 656be50a0ddc: Verifying Checksum [2022-08-12T10:39:32.192Z] 656be50a0ddc: Download complete [2022-08-12T10:39:33.637Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:39:33.637Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:39:33.637Z] ---> 1d1fe235dba9 [2022-08-12T10:39:33.637Z] Step 3/25 : WORKDIR /edgex-go [2022-08-12T10:39:33.637Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:39:33.637Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:39:33.637Z] ---> 1d1fe235dba9 [2022-08-12T10:39:33.637Z] Step 3/23 : WORKDIR /edgex-go [2022-08-12T10:39:33.637Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:39:33.637Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:39:33.637Z] ---> 1d1fe235dba9 [2022-08-12T10:39:33.637Z] Step 3/20 : WORKDIR /edgex-go [2022-08-12T10:39:33.637Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:39:33.637Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:39:33.637Z] ---> 1d1fe235dba9 [2022-08-12T10:39:33.637Z] Step 3/31 : WORKDIR /edgex-go [2022-08-12T10:39:33.637Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:39:33.637Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:39:33.637Z] ---> 1d1fe235dba9 [2022-08-12T10:39:33.637Z] Step 3/26 : WORKDIR /edgex-go [2022-08-12T10:39:38.954Z] ---> Running in 1e813af73b26 [2022-08-12T10:39:38.955Z] ---> Running in c63b396205ee [2022-08-12T10:39:38.955Z] ---> Running in 0f7aea673a4f [2022-08-12T10:39:38.955Z] ---> Running in 5dc0d988e9d4 [2022-08-12T10:39:38.955Z] ---> Running in b810f8cab766 [2022-08-12T10:39:39.215Z] Removing intermediate container 0f7aea673a4f [2022-08-12T10:39:39.215Z] ---> 3802f4329f62 [2022-08-12T10:39:39.215Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-08-12T10:39:39.215Z] Removing intermediate container 1e813af73b26 [2022-08-12T10:39:39.215Z] Removing intermediate container c63b396205ee [2022-08-12T10:39:39.215Z] ---> 7fde34f2208a [2022-08-12T10:39:39.215Z] ---> 08133e7da25d [2022-08-12T10:39:39.215Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:39:39.215Z] [2022-08-12T10:39:39.215Z] Removing intermediate container b810f8cab766 [2022-08-12T10:39:39.215Z] ---> 0b669d237e56 [2022-08-12T10:39:39.215Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:39:39.215Z] Removing intermediate container 5dc0d988e9d4 [2022-08-12T10:39:39.215Z] ---> b62d6f81f0b6 [2022-08-12T10:39:39.215Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:39:39.215Z] ---> Running in ccd38fecd1f0 [2022-08-12T10:39:39.215Z] ---> Running in 499ecbd7a50e [2022-08-12T10:39:39.215Z] ---> Running in 851731e387cb [2022-08-12T10:39:39.215Z] ---> Running in e2122fcd516d [2022-08-12T10:39:39.215Z] ---> Running in 1fc2afaaa761 [2022-08-12T10:39:39.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:39.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:40.045Z] Removing intermediate container e2122fcd516d [2022-08-12T10:39:40.045Z] ---> a4831f65ac31 [2022-08-12T10:39:40.045Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-08-12T10:39:40.045Z] v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-12T10:39:40.045Z] v3.16.2-15-g12d312ed6e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-12T10:39:40.045Z] OK: 17038 distinct packages available [2022-08-12T10:39:40.305Z] ---> Running in 05a15f2663bd [2022-08-12T10:39:40.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:40.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:40.571Z] OK: 211 MiB in 51 packages [2022-08-12T10:39:40.571Z] Removing intermediate container 499ecbd7a50e [2022-08-12T10:39:40.571Z] ---> 55ed8826d607 [2022-08-12T10:39:40.571Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-12T10:39:40.571Z] Removing intermediate container 1fc2afaaa761 [2022-08-12T10:39:40.571Z] ---> 9cf68a10fe7a [2022-08-12T10:39:40.571Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-08-12T10:39:40.872Z] ---> Running in 029294481d89 [2022-08-12T10:39:40.872Z] ---> Running in b232dd795476 [2022-08-12T10:39:40.872Z] Removing intermediate container 851731e387cb [2022-08-12T10:39:40.872Z] ---> 9fb92bff1afe [2022-08-12T10:39:40.872Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-08-12T10:39:40.872Z] ---> Running in 72ce3164b4f6 [2022-08-12T10:39:41.135Z] Removing intermediate container ccd38fecd1f0 [2022-08-12T10:39:41.135Z] ---> ac3cc13c440f [2022-08-12T10:39:41.135Z] Step 5/20 : COPY go.mod vendor* ./ [2022-08-12T10:39:41.135Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:41.135Z] ---> 9b18010383db [2022-08-12T10:39:41.135Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:39:41.135Z] ---> Running in 6b6104197307 [2022-08-12T10:39:41.395Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:41.654Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:41.654Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:41.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:42.177Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:42.437Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:42.437Z] OK: 211 MiB in 51 packages [2022-08-12T10:39:42.437Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:39:42.696Z] OK: 211 MiB in 51 packages [2022-08-12T10:39:42.696Z] OK: 211 MiB in 51 packages [2022-08-12T10:39:42.958Z] OK: 211 MiB in 51 packages [2022-08-12T10:39:43.914Z] Removing intermediate container 05a15f2663bd [2022-08-12T10:39:43.915Z] ---> d7f889564bbe [2022-08-12T10:39:43.915Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-12T10:39:44.183Z] Removing intermediate container b232dd795476 [2022-08-12T10:39:44.183Z] ---> b569f99d4af9 [2022-08-12T10:39:44.183Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-12T10:39:44.183Z] Removing intermediate container 72ce3164b4f6 [2022-08-12T10:39:44.183Z] ---> 3cfaa2fa6ab6 [2022-08-12T10:39:44.183Z] Step 6/31 : COPY go.mod vendor* ./ [2022-08-12T10:39:44.183Z] ---> 10c36c804789 [2022-08-12T10:39:44.183Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:39:44.183Z] Removing intermediate container 029294481d89 [2022-08-12T10:39:44.183Z] ---> 01c45fe67988 [2022-08-12T10:39:44.183Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-12T10:39:44.183Z] ---> Running in 6e397a534ff0 [2022-08-12T10:39:44.444Z] ---> 402c3d851f1b [2022-08-12T10:39:44.444Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:39:44.444Z] ---> 413274fa5cc6 [2022-08-12T10:39:44.444Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:39:44.444Z] ---> Running in daeb9656f9cd [2022-08-12T10:39:44.444Z] ---> Running in 77d664e31136 [2022-08-12T10:39:44.444Z] ---> c6aabaaa177c [2022-08-12T10:39:44.444Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:39:44.704Z] ---> Running in 9811313c404f [2022-08-12T10:39:47.326Z] 656be50a0ddc: Pull complete [2022-08-12T10:39:47.326Z] 2bbca73fdf42: Pull complete [2022-08-12T10:39:47.326Z] 46d945488cbd: Pull complete [2022-08-12T10:39:52.760Z] 8a5474983e97: Pull complete [2022-08-12T10:39:54.747Z] 329c88fbcd65: Pull complete [2022-08-12T10:39:54.747Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-12T10:39:54.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-12T10:39:54.747Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-12T10:39:54.768Z] Removing intermediate container 6b6104197307 [2022-08-12T10:39:54.768Z] ---> ba630e0931bf [2022-08-12T10:39:54.768Z] Step 7/20 : COPY . . [Pipeline] fileExists [Pipeline] sh [2022-08-12T10:39:55.103Z] + docker build -t ci-base-image-arm64 -f - . [2022-08-12T10:39:55.103Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-12T10:39:55.103Z] WORKDIR /edgex [2022-08-12T10:39:55.103Z] COPY go.mod . [2022-08-12T10:39:55.103Z] RUN go mod download [2022-08-12T10:39:55.709Z] Sending build context to Docker daemon 3.139MB [2022-08-12T10:39:55.710Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-12T10:39:55.710Z] ---> ff4287adb874 [2022-08-12T10:39:55.710Z] Step 2/4 : WORKDIR /edgex [2022-08-12T10:39:57.698Z] ---> Running in 1b9e6b92f18a [2022-08-12T10:39:57.978Z] Removing intermediate container 1b9e6b92f18a [2022-08-12T10:39:57.978Z] ---> 2c102f88242f [2022-08-12T10:39:57.978Z] Step 3/4 : COPY go.mod . [2022-08-12T10:39:58.580Z] ---> 01cda7552f7b [2022-08-12T10:39:58.580Z] Step 4/4 : RUN go mod download [2022-08-12T10:39:58.580Z] ---> Running in 23f7bcd1c14b [2022-08-12T10:40:07.106Z] ---> 5ca8b2b51bee [2022-08-12T10:40:07.106Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-08-12T10:40:07.106Z] ---> Running in 5b68c6389928 [2022-08-12T10:40:07.106Z] Removing intermediate container 9811313c404f [2022-08-12T10:40:07.106Z] ---> 761d02b81d25 [2022-08-12T10:40:07.106Z] Step 8/26 : COPY . . [2022-08-12T10:40:07.106Z] Removing intermediate container 6e397a534ff0 [2022-08-12T10:40:07.106Z] ---> 96f85a20978c [2022-08-12T10:40:07.106Z] Step 8/25 : COPY . . [2022-08-12T10:40:07.106Z] Removing intermediate container daeb9656f9cd [2022-08-12T10:40:07.106Z] ---> 9048c77ca633 [2022-08-12T10:40:07.106Z] Step 8/31 : COPY . . [2022-08-12T10:40:07.106Z] Removing intermediate container 77d664e31136 [2022-08-12T10:40:07.106Z] ---> 83260dcb42f1 [2022-08-12T10:40:07.106Z] Step 8/23 : COPY . . [2022-08-12T10:40:07.106Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-08-12T10:40:25.282Z] ---> eae89bc5a412 [2022-08-12T10:40:25.282Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-12T10:40:25.282Z] ---> 98bd5d2f3412 [2022-08-12T10:40:25.282Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-08-12T10:40:25.282Z] ---> 1519105b9f64 [2022-08-12T10:40:25.282Z] ---> ff32f6474502 [2022-08-12T10:40:25.282Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-08-12T10:40:25.282Z] [2022-08-12T10:40:25.282Z] ---> Running in d546e6fbf652 [2022-08-12T10:40:25.282Z] ---> Running in 993d5931a538 [2022-08-12T10:40:25.282Z] ---> Running in 001745976c98 [2022-08-12T10:40:25.282Z] ---> Running in 4af316f0615c [2022-08-12T10:40:25.282Z] Removing intermediate container d546e6fbf652 [2022-08-12T10:40:25.282Z] ---> d7dad8f7d1ec [2022-08-12T10:40:25.282Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-12T10:40:25.546Z] ---> Running in 31a8ecd44b91 [2022-08-12T10:40:25.845Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-08-12T10:40:26.110Z] Removing intermediate container 31a8ecd44b91 [2022-08-12T10:40:26.110Z] ---> 80c337517754 [2022-08-12T10:40:26.110Z] Step 11/26 : 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 [2022-08-12T10:40:26.110Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-08-12T10:40:26.110Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-08-12T10:40:27.500Z] ---> Running in d50f38f6ca78 [2022-08-12T10:40:27.500Z] Removing intermediate container 5b68c6389928 [2022-08-12T10:40:27.500Z] ---> 834364256b5b [2022-08-12T10:40:27.500Z] [2022-08-12T10:40:27.500Z] Step 9/20 : FROM alpine:3.15 [2022-08-12T10:40:27.763Z] 3.15: Pulling from library/alpine [2022-08-12T10:40:28.401Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-12T10:40:28.401Z] Status: Downloaded newer image for alpine:3.15 [2022-08-12T10:40:28.401Z] ---> c4fc93816858 [2022-08-12T10:40:28.401Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:40:28.670Z] ---> Running in 8e7bb1b7ecaa [2022-08-12T10:40:28.932Z] Removing intermediate container 8e7bb1b7ecaa [2022-08-12T10:40:28.932Z] ---> f9c53af182e2 [2022-08-12T10:40:28.932Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:40:28.932Z] Removing intermediate container d50f38f6ca78 [2022-08-12T10:40:28.932Z] ---> e8cf6c77b8ca [2022-08-12T10:40:28.932Z] Step 12/26 : WORKDIR /edgex-go [2022-08-12T10:40:28.932Z] ---> Running in 1f1c3c4470c0 [2022-08-12T10:40:28.932Z] ---> Running in 2caf109bd13d [2022-08-12T10:40:29.192Z] Removing intermediate container 2caf109bd13d [2022-08-12T10:40:29.192Z] ---> 38124746d3c8 [2022-08-12T10:40:29.192Z] [2022-08-12T10:40:29.192Z] Step 13/26 : FROM alpine:3.15 [2022-08-12T10:40:29.192Z] ---> c4fc93816858 [2022-08-12T10:40:29.192Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:40:29.192Z] ---> Using cache [2022-08-12T10:40:29.192Z] ---> f9c53af182e2 [2022-08-12T10:40:29.192Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:40:29.453Z] ---> Running in d0d26ad4dc8a [2022-08-12T10:40:31.388Z] Removing intermediate container 1f1c3c4470c0 [2022-08-12T10:40:31.388Z] ---> baecb6622025 [2022-08-12T10:40:31.388Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-08-12T10:40:31.388Z] ---> Running in 6d71f712d55d [2022-08-12T10:40:31.657Z] Removing intermediate container d0d26ad4dc8a [2022-08-12T10:40:31.657Z] ---> 124d105c14ad [2022-08-12T10:40:31.657Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-12T10:40:31.657Z] ---> Running in 55720642e66b [2022-08-12T10:40:31.921Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:32.860Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:32.860Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:33.119Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-12T10:40:33.119Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-12T10:40:33.119Z] OK: 15856 distinct packages available [2022-08-12T10:40:33.119Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:33.687Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:33.946Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:33.946Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-12T10:40:33.946Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-12T10:40:33.946Z] OK: 15856 distinct packages available [2022-08-12T10:40:33.946Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:34.205Z] (1/9) Installing ca-certificates (20220614-r0) [2022-08-12T10:40:34.465Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-08-12T10:40:34.465Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-08-12T10:40:34.465Z] (4/9) Installing libcurl (7.80.0-r2) [2022-08-12T10:40:34.727Z] (5/9) Installing curl (7.80.0-r2) [2022-08-12T10:40:34.727Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-08-12T10:40:34.727Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-08-12T10:40:34.989Z] (8/9) Installing libucontext (1.1-r0) [2022-08-12T10:40:34.989Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:34.989Z] (9/9) Installing gcompat (1.0.0-r4) [2022-08-12T10:40:34.989Z] Executing busybox-1.34.1-r7.trigger [2022-08-12T10:40:34.989Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:40:35.250Z] OK: 8 MiB in 23 packages [2022-08-12T10:40:35.250Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-12T10:40:35.511Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-12T10:40:35.511Z] (3/5) Installing libucontext (1.1-r0) [2022-08-12T10:40:35.771Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-12T10:40:35.771Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-12T10:40:35.771Z] Executing busybox-1.34.1-r7.trigger [2022-08-12T10:40:35.771Z] OK: 7 MiB in 19 packages [2022-08-12T10:40:37.636Z] Removing intermediate container 23f7bcd1c14b [2022-08-12T10:40:37.636Z] ---> 48472aba7071 [2022-08-12T10:40:37.636Z] Successfully built 48472aba7071 [2022-08-12T10:40:37.636Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:40:37.987Z] + docker inspect -f . ci-base-image-arm64 [2022-08-12T10:40:37.987Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T10:40:38.230Z] prd-ubuntu20.04-docker-arm64-4c-16g-22610 does not seem to be running inside a container [2022-08-12T10:40:38.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T10:40:38.327Z] Removing intermediate container 55720642e66b [2022-08-12T10:40:38.328Z] ---> 39abc3e72c6f [2022-08-12T10:40:38.328Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-08-12T10:40:38.328Z] Removing intermediate container 6d71f712d55d [2022-08-12T10:40:38.328Z] ---> 42d50a038c0b [2022-08-12T10:40:38.328Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:40:39.642Z] $ docker top 76620e0d206fdf1b5f461321e2cf15b815ac366d7268e5646fc73d477cca0630 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T10:40:40.236Z] ---> d36d9760d8f8 [2022-08-12T10:40:40.236Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-08-12T10:40:40.498Z] ---> 62061a3ad434 [2022-08-12T10:40:40.498Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-12T10:40:40.547Z] + go version [2022-08-12T10:40:40.547Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-12T10:40:40.572Z] $ docker stop --time=1 76620e0d206fdf1b5f461321e2cf15b815ac366d7268e5646fc73d477cca0630 [2022-08-12T10:40:42.184Z] $ docker rm -f 76620e0d206fdf1b5f461321e2cf15b815ac366d7268e5646fc73d477cca0630 [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 [2022-08-12T10:40:43.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-12T10:40:43.048Z] [2022-08-12T10:40:43.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:40:43.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-12T10:40:43.675Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-08-12T10:40:43.675Z] 29e5d40040c1: Pulling fs layer [2022-08-12T10:40:43.675Z] 1ce36da41761: Pulling fs layer [2022-08-12T10:40:43.675Z] 25b303627fd3: Pulling fs layer [2022-08-12T10:40:43.675Z] 29e5d40040c1: Verifying Checksum [2022-08-12T10:40:43.675Z] 29e5d40040c1: Download complete [2022-08-12T10:40:43.796Z] ---> 70264cd7f151 [2022-08-12T10:40:43.796Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-08-12T10:40:43.796Z] ---> ecee864ac882 [2022-08-12T10:40:43.796Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-08-12T10:40:43.951Z] 1ce36da41761: Verifying Checksum [2022-08-12T10:40:43.951Z] 1ce36da41761: Download complete [2022-08-12T10:40:44.057Z] ---> fbb5c6df1dcd [2022-08-12T10:40:44.057Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-08-12T10:40:44.057Z] ---> 3fd056070a7b [2022-08-12T10:40:44.057Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-08-12T10:40:44.057Z] ---> Running in 03fd979a7a39 [2022-08-12T10:40:44.228Z] 29e5d40040c1: Pull complete [2022-08-12T10:40:44.336Z] Removing intermediate container 03fd979a7a39 [2022-08-12T10:40:44.336Z] ---> 8cbc6e542d48 [2022-08-12T10:40:44.336Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:40:44.336Z] ---> Running in 9a1a5875552f [2022-08-12T10:40:44.596Z] ---> 8eb257e29584 [2022-08-12T10:40:44.596Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-08-12T10:40:44.596Z] Removing intermediate container 9a1a5875552f [2022-08-12T10:40:44.596Z] ---> 76b3ff970cb1 [2022-08-12T10:40:44.596Z] Step 18/20 : LABEL arch=x86_64 [2022-08-12T10:40:44.596Z] ---> Running in a348b0ed8eb7 [2022-08-12T10:40:45.166Z] Removing intermediate container a348b0ed8eb7 [2022-08-12T10:40:45.166Z] ---> 22d9c6eaa665 [2022-08-12T10:40:45.166Z] Step 19/20 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:40:45.166Z] ---> ded10c2e1016 [2022-08-12T10:40:45.166Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-12T10:40:45.166Z] ---> Running in 2ecb869bba9a [2022-08-12T10:40:45.166Z] ---> Running in d8e4a884b25f [2022-08-12T10:40:45.668Z] 1ce36da41761: Pull complete [2022-08-12T10:40:45.668Z] 25b303627fd3: Verifying Checksum [2022-08-12T10:40:45.668Z] 25b303627fd3: Download complete [2022-08-12T10:40:45.739Z] Removing intermediate container 2ecb869bba9a [2022-08-12T10:40:45.739Z] ---> b0c5e5fc1105 [2022-08-12T10:40:45.739Z] Step 20/20 : LABEL version=2.3.0-dev.45 [2022-08-12T10:40:45.739Z] Removing intermediate container d8e4a884b25f [2022-08-12T10:40:45.739Z] ---> 545eb179a594 [2022-08-12T10:40:45.739Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-12T10:40:45.739Z] ---> Running in 02c3ca7c3526 [2022-08-12T10:40:45.739Z] ---> Running in 7f0b749cf1f6 [2022-08-12T10:40:46.688Z] Removing intermediate container 7f0b749cf1f6 [2022-08-12T10:40:46.688Z] ---> c8cb56127f1f [2022-08-12T10:40:46.688Z] Step 24/26 : LABEL arch=x86_64 [2022-08-12T10:40:46.688Z] Removing intermediate container 02c3ca7c3526 [2022-08-12T10:40:46.688Z] ---> 1a661c9e8c17 [2022-08-12T10:40:46.688Z] [2022-08-12T10:40:46.688Z] ---> Running in 8ed13020a4f4 [2022-08-12T10:40:46.688Z] Successfully built 1a661c9e8c17 [2022-08-12T10:40:46.688Z] Successfully tagged security-spiffe-token-provider:latest [2022-08-12T10:40:46.688Z]  Building security-spiffe-token-provider ... done Building security-spire-config [2022-08-12T10:40:46.947Z] Removing intermediate container 8ed13020a4f4 [2022-08-12T10:40:46.947Z] ---> 90a845990a79 [2022-08-12T10:40:46.947Z] Step 25/26 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:40:48.874Z] ---> Running in eb2751f0fb44 [2022-08-12T10:40:48.874Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-08-12T10:40:49.447Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:40:49.447Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:40:49.447Z] ---> 1d1fe235dba9 [2022-08-12T10:40:49.447Z] Step 3/26 : WORKDIR /edgex-go [2022-08-12T10:40:49.447Z] ---> Using cache [2022-08-12T10:40:49.447Z] ---> 0b669d237e56 [2022-08-12T10:40:49.448Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:40:49.448Z] ---> Using cache [2022-08-12T10:40:49.448Z] ---> 9fb92bff1afe [2022-08-12T10:40:49.448Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-12T10:40:51.375Z] Removing intermediate container eb2751f0fb44 [2022-08-12T10:40:51.375Z] ---> e9c6c04d70db [2022-08-12T10:40:51.375Z] Step 26/26 : LABEL version=2.3.0-dev.45 [2022-08-12T10:40:51.375Z] ---> Running in c6848f136d37 [2022-08-12T10:40:51.375Z] ---> Running in 66a9477ab25e [2022-08-12T10:40:51.375Z] Removing intermediate container 66a9477ab25e [2022-08-12T10:40:51.375Z] ---> 5584124f1ed6 [2022-08-12T10:40:51.375Z] [2022-08-12T10:40:51.375Z] Successfully built 5584124f1ed6 [2022-08-12T10:40:51.375Z] Successfully tagged security-spire-agent:latest [2022-08-12T10:40:51.375Z]  Building security-spire-agent ... done Building support-notifications [2022-08-12T10:40:51.653Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:52.597Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:53.193Z] OK: 211 MiB in 51 packages [2022-08-12T10:40:54.609Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:40:54.609Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:40:54.609Z] ---> 1d1fe235dba9 [2022-08-12T10:40:54.609Z] Step 3/22 : WORKDIR /edgex-go [2022-08-12T10:40:54.609Z] ---> Using cache [2022-08-12T10:40:54.609Z] ---> 0b669d237e56 [2022-08-12T10:40:54.609Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:40:54.609Z] ---> Using cache [2022-08-12T10:40:54.609Z] ---> 9fb92bff1afe [2022-08-12T10:40:54.609Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-08-12T10:40:55.843Z] 25b303627fd3: Pull complete [2022-08-12T10:40:56.117Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-08-12T10:40:56.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-12T10:40:56.117Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T10:40:56.372Z] prd-ubuntu20.04-docker-arm64-4c-16g-22610 does not seem to be running inside a container [2022-08-12T10:40:56.463Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T10:40:57.927Z] ---> Running in 5ddb05545601 [2022-08-12T10:40:57.928Z] Removing intermediate container 993d5931a538 [2022-08-12T10:40:57.928Z] Removing intermediate container 4af316f0615c [2022-08-12T10:40:57.928Z] ---> 977e2dd0ca51 [2022-08-12T10:40:57.928Z] [2022-08-12T10:40:57.928Z] Step 10/25 : FROM alpine:3.16 [2022-08-12T10:40:57.928Z] ---> cbbdc6a0a9a3 [2022-08-12T10:40:57.928Z] [2022-08-12T10:40:57.928Z] Step 10/31 : FROM alpine:3.16 [2022-08-12T10:40:57.928Z] Removing intermediate container c6848f136d37 [2022-08-12T10:40:57.928Z] ---> 2a93b7a52167 [2022-08-12T10:40:57.928Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-12T10:40:57.928Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:58.501Z] 3.16: Pulling from library/alpine [2022-08-12T10:40:58.501Z] 3.16: Pulling from library/alpine [2022-08-12T10:40:58.501Z] ---> ce49e1a61553 [2022-08-12T10:40:58.501Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:40:58.501Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:40:58.732Z] $ docker top 5c636b5391c1b91550beda8bddc03ed2848c0828320c4b90437880350aed0e53 -eo pid,comm [2022-08-12T10:40:58.764Z] ---> Running in ed7ddb961db8 [Pipeline] { [Pipeline] sh [2022-08-12T10:40:59.034Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T10:40:59.034Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T10:40:59.034Z] OK: 211 MiB in 51 packages [2022-08-12T10:40:59.296Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T10:40:59.296Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T10:40:59.296Z] ---> 9c6f07244728 [2022-08-12T10:40:59.296Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-08-12T10:40:59.296Z] ---> 9c6f07244728 [2022-08-12T10:40:59.296Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:40:59.296Z] ---> Running in 89b5ea5d4bf9 [2022-08-12T10:40:59.296Z] ---> Running in 2e84db92cee5 [2022-08-12T10:40:59.296Z] Removing intermediate container 001745976c98 [2022-08-12T10:40:59.296Z] ---> f851e98ab83f [2022-08-12T10:40:59.296Z] [2022-08-12T10:40:59.296Z] Step 10/23 : FROM alpine:3.16 [2022-08-12T10:40:59.296Z] ---> 9c6f07244728 [2022-08-12T10:40:59.296Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-08-12T10:40:59.576Z] ---> Running in cd7107051e80 [2022-08-12T10:40:59.576Z] Removing intermediate container 89b5ea5d4bf9 [2022-08-12T10:40:59.576Z] ---> 6a3880b0edb8 [2022-08-12T10:40:59.576Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-08-12T10:40:59.576Z] ---> Running in 041ef6120f6b [2022-08-12T10:40:59.576Z] Removing intermediate container cd7107051e80 [2022-08-12T10:40:59.576Z] ---> 4aa4dabc073a [2022-08-12T10:40:59.576Z] Step 12/23 : ENV APP_PORT=59880 [2022-08-12T10:40:59.576Z] Removing intermediate container 5ddb05545601 [2022-08-12T10:40:59.576Z] ---> cc526ddc167d [2022-08-12T10:40:59.576Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-12T10:40:59.576Z] ---> Running in 8939bc4122e1 [2022-08-12T10:40:59.576Z] Removing intermediate container 8939bc4122e1 [2022-08-12T10:40:59.576Z] ---> 647522cb59b4 [2022-08-12T10:40:59.576Z] Step 13/23 : EXPOSE $APP_PORT [2022-08-12T10:40:59.658Z] + docker-compose build --help [2022-08-12T10:40:59.658Z] + grep parallel [2022-08-12T10:40:59.839Z] ---> Running in eb453678eb73 [2022-08-12T10:40:59.839Z] ---> f06534adc9d0 [2022-08-12T10:40:59.839Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:40:59.839Z] ---> Running in f0b6649ef104 [2022-08-12T10:40:59.839Z] Removing intermediate container eb453678eb73 [2022-08-12T10:40:59.839Z] ---> 9a98f7b3e249 [2022-08-12T10:40:59.839Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:40:59.839Z] ---> Running in 9d6ab1470d9e [2022-08-12T10:40:59.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:00.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:00.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:00.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:00.475Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-08-12T10:41:00.475Z] (1/3) Installing ca-certificates (20220614-r0) [2022-08-12T10:41:00.475Z] (2/2) Installing su-exec (0.2-r1) [2022-08-12T10:41:00.475Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:41:00.475Z] OK: 6 MiB in 16 packages [2022-08-12T10:41:00.475Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-08-12T10:41:00.475Z] (3/3) Installing su-exec (0.2-r1) [2022-08-12T10:41:00.475Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:41:00.475Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:41:00.475Z] OK: 6 MiB in 17 packages [2022-08-12T10:41:03.805Z] Removing intermediate container 041ef6120f6b [2022-08-12T10:41:03.805Z] ---> 89bdb6245ec3 [2022-08-12T10:41:03.805Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-08-12T10:41:03.805Z] Removing intermediate container 9d6ab1470d9e [2022-08-12T10:41:03.805Z] ---> 5ca5b98d8aa9 [2022-08-12T10:41:03.805Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-12T10:41:03.968Z] --parallel Build images in parallel. [Pipeline] } [2022-08-12T10:41:03.995Z] $ docker stop --time=1 5c636b5391c1b91550beda8bddc03ed2848c0828320c4b90437880350aed0e53 [2022-08-12T10:41:04.068Z] ---> Running in 2b18d46bbbfd [2022-08-12T10:41:04.068Z] ---> Running in dc8eb0de47db [2022-08-12T10:41:04.068Z] Removing intermediate container 2e84db92cee5 [2022-08-12T10:41:04.068Z] ---> 0fa1be09d873 [2022-08-12T10:41:04.068Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-12T10:41:04.645Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:04.910Z] ---> Running in 8508447aa264 [2022-08-12T10:41:04.910Z] Removing intermediate container dc8eb0de47db [2022-08-12T10:41:04.910Z] ---> e2712e2a6481 [2022-08-12T10:41:04.910Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-08-12T10:41:05.175Z] ---> Running in 090a86671fe3 [2022-08-12T10:41:05.175Z] Removing intermediate container 8508447aa264 [2022-08-12T10:41:05.175Z] ---> 8e7882e71517 [2022-08-12T10:41:05.175Z] Step 13/25 : WORKDIR / [2022-08-12T10:41:05.175Z] ---> Running in 7706ceb92335 [2022-08-12T10:41:05.175Z] Removing intermediate container 090a86671fe3 [2022-08-12T10:41:05.175Z] ---> c384f6e4a260 [2022-08-12T10:41:05.176Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-08-12T10:41:05.437Z] ---> Running in 86d337bd9349 [2022-08-12T10:41:05.437Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:05.437Z] Removing intermediate container 7706ceb92335 [2022-08-12T10:41:05.437Z] ---> 8a3ae0869e68 [2022-08-12T10:41:05.437Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-08-12T10:41:05.647Z] $ docker rm -f 5c636b5391c1b91550beda8bddc03ed2848c0828320c4b90437880350aed0e53 [2022-08-12T10:41:05.699Z] Removing intermediate container 86d337bd9349 [2022-08-12T10:41:05.699Z] ---> e32ff69bedee [2022-08-12T10:41:05.699Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-08-12T10:41:05.699Z] (1/6) Installing dumb-init (1.2.5-r1) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:41:05.961Z] ---> Running in 5c01ee54039e [2022-08-12T10:41:05.961Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T10:41:05.961Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-12T10:41:06.223Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T10:41:06.223Z] ---> 30a0d8339de6 [2022-08-12T10:41:06.223Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-08-12T10:41:06.223Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-12T10:41:06.223Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-12T10:41:06.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-12T10:41:06.268Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T10:41:06.484Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:41:06.484Z] OK: 8 MiB in 20 packages [2022-08-12T10:41:06.524Z] prd-ubuntu20.04-docker-arm64-4c-16g-22610 does not seem to be running inside a container [2022-08-12T10:41:06.618Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T10:41:06.746Z] ---> b157b56d3af7 [2022-08-12T10:41:06.746Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-08-12T10:41:07.325Z] ---> f953fa837037 [2022-08-12T10:41:07.325Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-08-12T10:41:07.589Z] Removing intermediate container 5c01ee54039e [2022-08-12T10:41:07.589Z] ---> b2921fbe7105 [2022-08-12T10:41:07.589Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-08-12T10:41:07.589Z] Removing intermediate container 2b18d46bbbfd [2022-08-12T10:41:07.589Z] ---> 2e7a088fb092 [2022-08-12T10:41:07.589Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:41:07.589Z] ---> 2b42dbeea512 [2022-08-12T10:41:07.589Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-08-12T10:41:07.589Z] ---> Running in 28032af51015 [2022-08-12T10:41:07.858Z] Removing intermediate container ed7ddb961db8 [2022-08-12T10:41:07.858Z] ---> 677075e5c996 [2022-08-12T10:41:07.858Z] Step 8/26 : COPY . . [2022-08-12T10:41:07.858Z] ---> 86488c6a36cd [2022-08-12T10:41:07.858Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-08-12T10:41:07.858Z] Removing intermediate container 28032af51015 [2022-08-12T10:41:07.858Z] ---> 78982db5de8d [2022-08-12T10:41:07.858Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-08-12T10:41:07.953Z] $ docker top 2c08c217f3db95655f9365e37b21804b4204cb0299fc1a3301831d117d694526 -eo pid,comm [2022-08-12T10:41:08.119Z] Removing intermediate container f0b6649ef104 [2022-08-12T10:41:08.119Z] ---> 158e5a756650 [2022-08-12T10:41:08.119Z] Step 8/22 : COPY . . [2022-08-12T10:41:08.119Z] ---> b15365504b39 [2022-08-12T10:41:08.119Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] { [Pipeline] sh [2022-08-12T10:41:08.891Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-08-12T10:41:13.195Z] Building core-command ... [2022-08-12T10:41:13.195Z] Building core-data ... [2022-08-12T10:41:13.195Z] Building core-metadata ... [2022-08-12T10:41:13.195Z] Building security-bootstrapper ... [2022-08-12T10:41:13.195Z] Building security-proxy-setup ... [2022-08-12T10:41:13.195Z] Building security-secretstore-setup ... [2022-08-12T10:41:13.195Z] Building security-spiffe-token-provider ... [2022-08-12T10:41:13.195Z] Building security-spire-agent ... [2022-08-12T10:41:13.195Z] Building security-spire-config ... [2022-08-12T10:41:13.195Z] Building security-spire-server ... [2022-08-12T10:41:13.195Z] Building support-notifications ... [2022-08-12T10:41:13.195Z] Building support-scheduler ... [2022-08-12T10:41:13.195Z] Building sys-mgmt-agent ... [2022-08-12T10:41:13.195Z] Building security-spire-server [2022-08-12T10:41:13.195Z] Building security-spire-config [2022-08-12T10:41:13.195Z] Building core-command [2022-08-12T10:41:13.195Z] Building support-scheduler [2022-08-12T10:41:13.195Z] Building security-spire-agent [2022-08-12T10:41:13.499Z] ---> 6c7623444936 [2022-08-12T10:41:13.499Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-08-12T10:41:13.499Z] ---> 84ff804b67e5 [2022-08-12T10:41:13.499Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-08-12T10:41:13.499Z] ---> 9085bc5fe659 [2022-08-12T10:41:13.499Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-08-12T10:41:13.499Z] ---> Running in 4b94f94d3b29 [2022-08-12T10:41:13.499Z] ---> 49c6215eb60b [2022-08-12T10:41:13.499Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-12T10:41:13.499Z] ---> Running in f783489322ee [2022-08-12T10:41:13.499Z] ---> 874ab83ab807 [2022-08-12T10:41:13.499Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-08-12T10:41:13.499Z] ---> ac52026d4aa7 [2022-08-12T10:41:13.499Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-12T10:41:13.499Z] ---> 24b58f150b68 [2022-08-12T10:41:13.499Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-08-12T10:41:13.499Z] ---> Running in 704861541ebe [2022-08-12T10:41:13.499Z] ---> Running in 0e010c4bfea8 [2022-08-12T10:41:13.499Z] ---> Running in a23081d3bfd8 [2022-08-12T10:41:13.764Z] Removing intermediate container f783489322ee [2022-08-12T10:41:13.764Z] ---> 1f5fba5c3bb5 [2022-08-12T10:41:13.764Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-12T10:41:13.764Z] ---> Running in 85708d54b97a [2022-08-12T10:41:13.764Z] Removing intermediate container 0e010c4bfea8 [2022-08-12T10:41:13.764Z] ---> f468a69765e0 [2022-08-12T10:41:13.764Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:41:13.764Z] ---> Running in 1bed6f520eda [2022-08-12T10:41:13.764Z] Removing intermediate container 85708d54b97a [2022-08-12T10:41:13.764Z] ---> 41df6913d81c [2022-08-12T10:41:13.764Z] Step 11/26 : 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 [2022-08-12T10:41:13.764Z] ---> Running in b9b8a2c0a72a [2022-08-12T10:41:13.764Z] Removing intermediate container 1bed6f520eda [2022-08-12T10:41:13.764Z] ---> f2d4c43676fd [2022-08-12T10:41:13.764Z] Step 21/23 : LABEL arch=x86_64 [2022-08-12T10:41:14.029Z] ---> Running in bb769e26ddb0 [2022-08-12T10:41:14.029Z] Removing intermediate container bb769e26ddb0 [2022-08-12T10:41:14.029Z] ---> 0b68064d7437 [2022-08-12T10:41:14.029Z] Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:41:14.029Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-12T10:41:14.029Z] ---> Running in 47262bd265c1 [2022-08-12T10:41:14.029Z] Removing intermediate container 47262bd265c1 [2022-08-12T10:41:14.029Z] ---> d216bb99fd24 [2022-08-12T10:41:14.029Z] Step 23/23 : LABEL version=2.3.0-dev.45 [2022-08-12T10:41:14.290Z] ---> Running in 50ec59009d06 [2022-08-12T10:41:14.290Z] Removing intermediate container 50ec59009d06 [2022-08-12T10:41:14.290Z] ---> 41244a52aa81 [2022-08-12T10:41:14.290Z] [2022-08-12T10:41:14.290Z] Removing intermediate container 4b94f94d3b29 [2022-08-12T10:41:14.290Z] ---> 1dd53c934e43 [2022-08-12T10:41:14.290Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:41:14.556Z] Removing intermediate container 704861541ebe [2022-08-12T10:41:14.556Z] ---> b31a11fec51a [2022-08-12T10:41:14.556Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-08-12T10:41:14.556Z] Successfully built 41244a52aa81 [2022-08-12T10:41:14.556Z] Successfully tagged core-data:latest [2022-08-12T10:41:14.556Z] Building support-scheduler [2022-08-12T10:41:14.556Z] ---> Running in f1edd541b1b0 [2022-08-12T10:41:14.556Z]  Building core-data ... done  ---> 7cacd7cf5ccf [2022-08-12T10:41:14.556Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-08-12T10:41:17.288Z] Removing intermediate container f1edd541b1b0 [2022-08-12T10:41:17.288Z] ---> 4c6ad72c21f0 [2022-08-12T10:41:17.288Z] Step 23/25 : LABEL arch=x86_64 [2022-08-12T10:41:17.288Z] Removing intermediate container b9b8a2c0a72a [2022-08-12T10:41:17.288Z] ---> 84ad25b8eb6f [2022-08-12T10:41:17.288Z] Step 12/26 : WORKDIR /edgex-go [2022-08-12T10:41:17.288Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:17.288Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:17.288Z] ---> 1d1fe235dba9 [2022-08-12T10:41:17.288Z] Step 3/22 : WORKDIR /edgex-go [2022-08-12T10:41:17.288Z] ---> Using cache [2022-08-12T10:41:17.288Z] ---> 0b669d237e56 [2022-08-12T10:41:17.288Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:17.288Z] ---> Using cache [2022-08-12T10:41:17.288Z] ---> 9fb92bff1afe [2022-08-12T10:41:17.288Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-12T10:41:17.288Z] ---> Using cache [2022-08-12T10:41:17.288Z] ---> 3cfaa2fa6ab6 [2022-08-12T10:41:17.288Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-12T10:41:17.288Z] ---> Using cache [2022-08-12T10:41:17.288Z] ---> 413274fa5cc6 [2022-08-12T10:41:17.288Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:17.288Z] ---> Using cache [2022-08-12T10:41:17.288Z] ---> 9048c77ca633 [2022-08-12T10:41:17.288Z] Step 8/22 : COPY . . [2022-08-12T10:41:17.288Z] ---> Using cache [2022-08-12T10:41:17.288Z] ---> ff32f6474502 [2022-08-12T10:41:17.288Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-08-12T10:41:17.866Z] ---> fbff9a2323ca [2022-08-12T10:41:17.866Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-08-12T10:41:17.866Z] ---> Running in 879bba81de57 [2022-08-12T10:41:17.866Z] ---> Running in 1e328def0eb4 [2022-08-12T10:41:17.866Z] ---> Running in 731de64ceba0 [2022-08-12T10:41:18.136Z] Removing intermediate container 879bba81de57 [2022-08-12T10:41:18.136Z] ---> 598debd85ab7 [2022-08-12T10:41:18.136Z] Step 24/25 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:41:18.136Z] Removing intermediate container 731de64ceba0 [2022-08-12T10:41:18.136Z] ---> 705d9c62107c [2022-08-12T10:41:18.136Z] [2022-08-12T10:41:18.136Z] Step 13/26 : FROM alpine:3.15 [2022-08-12T10:41:18.136Z] ---> c4fc93816858 [2022-08-12T10:41:18.136Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:41:18.136Z] ---> Using cache [2022-08-12T10:41:18.136Z] ---> f9c53af182e2 [2022-08-12T10:41:18.136Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:18.136Z] ---> Using cache [2022-08-12T10:41:18.136Z] ---> 124d105c14ad [2022-08-12T10:41:18.136Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-08-12T10:41:18.136Z] ---> Running in 09b0f94b59d0 [2022-08-12T10:41:18.136Z] ---> f8c03e6f6ce1 [2022-08-12T10:41:18.136Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-08-12T10:41:18.398Z] ---> Running in 49cc28e5df47 [2022-08-12T10:41:18.398Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-12T10:41:18.398Z] Removing intermediate container 09b0f94b59d0 [2022-08-12T10:41:18.398Z] ---> f46b10a71c79 [2022-08-12T10:41:18.398Z] Step 25/25 : LABEL version=2.3.0-dev.45 [2022-08-12T10:41:18.398Z] ---> Running in 96f764ffed68 [2022-08-12T10:41:18.660Z] ---> 098a3c434f64 [2022-08-12T10:41:18.660Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-08-12T10:41:18.660Z] Removing intermediate container 96f764ffed68 [2022-08-12T10:41:18.660Z] ---> b310fe07bdf6 [2022-08-12T10:41:18.660Z] [2022-08-12T10:41:18.661Z] Successfully built b310fe07bdf6 [2022-08-12T10:41:18.661Z] Successfully tagged security-secretstore-setup:latest [2022-08-12T10:41:18.661Z]  Building security-secretstore-setup ... done Building sys-mgmt-agent [2022-08-12T10:41:18.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:19.619Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:20.211Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-12T10:41:20.211Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-12T10:41:20.211Z] OK: 15856 distinct packages available [2022-08-12T10:41:20.211Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:21.156Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:21.415Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-08-12T10:41:21.415Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-08-12T10:41:21.415Z] (3/4) Installing libucontext (1.1-r0) [2022-08-12T10:41:21.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:21.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:21.415Z] ---> 1d1fe235dba9 [2022-08-12T10:41:21.415Z] Step 3/23 : WORKDIR /edgex-go [2022-08-12T10:41:21.415Z] ---> Using cache [2022-08-12T10:41:21.415Z] ---> 0b669d237e56 [2022-08-12T10:41:21.415Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:21.415Z] ---> Using cache [2022-08-12T10:41:21.415Z] ---> 9fb92bff1afe [2022-08-12T10:41:21.416Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-08-12T10:41:21.675Z] (4/4) Installing gcompat (1.0.0-r4) [2022-08-12T10:41:21.675Z] Executing busybox-1.34.1-r7.trigger [2022-08-12T10:41:21.675Z] OK: 6 MiB in 18 packages [2022-08-12T10:41:23.061Z] ---> d918ca4d2fb1 [2022-08-12T10:41:23.061Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-08-12T10:41:23.061Z] ---> Running in 5492734de2b8 [2022-08-12T10:41:23.061Z] ---> e66173656260 [2022-08-12T10:41:23.061Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-08-12T10:41:23.328Z] ---> Running in b037266a93c1 [2022-08-12T10:41:23.611Z] Removing intermediate container 49cc28e5df47 [2022-08-12T10:41:23.611Z] ---> cc928fb14f44 [2022-08-12T10:41:23.611Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-12T10:41:23.870Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:24.920Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:25.184Z] OK: 211 MiB in 51 packages [2022-08-12T10:41:25.614Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:25.614Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:25.614Z] ---> 48472aba7071 [2022-08-12T10:41:25.614Z] Step 3/26 : WORKDIR /edgex-go [2022-08-12T10:41:25.614Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:25.614Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:25.614Z] ---> 48472aba7071 [2022-08-12T10:41:25.614Z] Step 3/25 : WORKDIR /edgex-go [2022-08-12T10:41:25.614Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:25.614Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:25.614Z] ---> 48472aba7071 [2022-08-12T10:41:25.614Z] Step 3/26 : WORKDIR /edgex-go [2022-08-12T10:41:25.614Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:25.614Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:25.614Z] ---> 48472aba7071 [2022-08-12T10:41:25.614Z] Step 3/23 : WORKDIR /edgex-go [2022-08-12T10:41:25.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:25.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:25.614Z] ---> 48472aba7071 [2022-08-12T10:41:25.614Z] Step 3/22 : WORKDIR /edgex-go [2022-08-12T10:41:25.614Z] ---> Running in 5cd2b26fec0f [2022-08-12T10:41:25.614Z] ---> Running in 80d80493029d [2022-08-12T10:41:25.614Z] ---> Running in 7db2d4b3ec8e [2022-08-12T10:41:25.614Z] ---> Running in f2d99227c706 [2022-08-12T10:41:25.614Z] ---> Running in 426f2a31842c [2022-08-12T10:41:25.614Z] Removing intermediate container 426f2a31842c [2022-08-12T10:41:25.614Z] ---> 11d2a381e4d1 [2022-08-12T10:41:25.614Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:25.614Z] Removing intermediate container 80d80493029d [2022-08-12T10:41:25.614Z] ---> d91095a4f1da [2022-08-12T10:41:25.614Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:25.614Z] Removing intermediate container f2d99227c706 [2022-08-12T10:41:25.614Z] ---> 1e5c69227c5e [2022-08-12T10:41:25.614Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:25.614Z] ---> Running in dc04037258a1 [2022-08-12T10:41:25.614Z] ---> Running in 92f35d77d624 [2022-08-12T10:41:25.614Z] Removing intermediate container 5cd2b26fec0f [2022-08-12T10:41:25.614Z] ---> 774cec6b5a3c [2022-08-12T10:41:25.614Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:25.614Z] Removing intermediate container 7db2d4b3ec8e [2022-08-12T10:41:25.614Z] ---> 53242bf9e073 [2022-08-12T10:41:25.614Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:25.614Z] ---> Running in 11adc3451a1d [2022-08-12T10:41:25.892Z] ---> Running in d1856a676de2 [2022-08-12T10:41:25.892Z] ---> Running in 72731dc38d81 [2022-08-12T10:41:27.120Z] Removing intermediate container b037266a93c1 [2022-08-12T10:41:27.120Z] ---> 4f1affac7543 [2022-08-12T10:41:27.120Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-08-12T10:41:27.120Z] ---> bdbebcdc703e [2022-08-12T10:41:27.120Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-08-12T10:41:27.120Z] ---> Running in c9fc33011c49 [2022-08-12T10:41:27.120Z] Removing intermediate container c9fc33011c49 [2022-08-12T10:41:27.120Z] ---> b539ce7ece3b [2022-08-12T10:41:27.120Z] Step 28/31 : CMD ["gate"] [2022-08-12T10:41:27.120Z] Removing intermediate container 5492734de2b8 [2022-08-12T10:41:27.120Z] ---> 02d6f6b9a709 [2022-08-12T10:41:27.120Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-12T10:41:27.120Z] ---> Running in 5c6622e39273 [2022-08-12T10:41:27.384Z] ---> 507e457875f7 [2022-08-12T10:41:27.384Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-08-12T10:41:27.384Z] Removing intermediate container 5c6622e39273 [2022-08-12T10:41:27.384Z] ---> 13d892af41cf [2022-08-12T10:41:27.384Z] Step 29/31 : LABEL arch=x86_64 [2022-08-12T10:41:27.384Z] ---> Running in c1f7933618d4 [2022-08-12T10:41:27.384Z] ---> Running in 6ef6022410bf [2022-08-12T10:41:27.645Z] ---> dd377b9abb7a [2022-08-12T10:41:27.645Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:27.645Z] Removing intermediate container c1f7933618d4 [2022-08-12T10:41:27.645Z] ---> c9219a7bd063 [2022-08-12T10:41:27.645Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-08-12T10:41:27.645Z] Removing intermediate container 6ef6022410bf [2022-08-12T10:41:27.645Z] ---> 0d60d3a2ce79 [2022-08-12T10:41:27.645Z] Step 30/31 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:41:27.645Z] ---> Running in 56b0696ec5a2 [2022-08-12T10:41:27.645Z] ---> Running in c70f69232cef [2022-08-12T10:41:27.908Z] Removing intermediate container 56b0696ec5a2 [2022-08-12T10:41:27.908Z] ---> 7181e9fd5265 [2022-08-12T10:41:27.908Z] Step 31/31 : LABEL version=2.3.0-dev.45 [2022-08-12T10:41:28.171Z] ---> 74809c432417 [2022-08-12T10:41:28.171Z] Step 21/26 : WORKDIR / [2022-08-12T10:41:28.171Z] ---> Running in 8902158d0c17 [2022-08-12T10:41:28.171Z] ---> Running in dd458b0750ac [2022-08-12T10:41:28.471Z] Removing intermediate container 8902158d0c17 [2022-08-12T10:41:28.471Z] ---> b0bec51056d0 [2022-08-12T10:41:28.471Z] [2022-08-12T10:41:28.471Z] Removing intermediate container dd458b0750ac [2022-08-12T10:41:28.471Z] ---> e8c4769eaa85 [2022-08-12T10:41:28.471Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-12T10:41:28.471Z] Successfully built b0bec51056d0 [2022-08-12T10:41:28.471Z] Successfully tagged security-bootstrapper:latest [2022-08-12T10:41:28.471Z] Building security-proxy-setup [2022-08-12T10:41:28.871Z]  Building security-bootstrapper ... done  ---> Running in 81845a8bb776 [2022-08-12T10:41:29.318Z] Removing intermediate container 92f35d77d624 [2022-08-12T10:41:29.318Z] ---> 57cef2fb07ab [2022-08-12T10:41:29.318Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-12T10:41:29.318Z] Removing intermediate container dc04037258a1 [2022-08-12T10:41:29.318Z] ---> a75cd4024197 [2022-08-12T10:41:29.318Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-12T10:41:29.599Z] ---> Running in 062a8641aa1d [2022-08-12T10:41:29.599Z] ---> Running in 47c8a12afca5 [2022-08-12T10:41:29.882Z] Removing intermediate container 11adc3451a1d [2022-08-12T10:41:29.882Z] ---> 28379f83e013 [2022-08-12T10:41:29.882Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-08-12T10:41:29.882Z] Removing intermediate container 72731dc38d81 [2022-08-12T10:41:29.882Z] ---> f216cad4241a [2022-08-12T10:41:29.882Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-12T10:41:29.882Z] ---> Running in 38bcbda00a38 [2022-08-12T10:41:29.882Z] ---> Running in 3122763d7ef1 [2022-08-12T10:41:30.485Z] Removing intermediate container d1856a676de2 [2022-08-12T10:41:30.485Z] ---> 34ab4a163bf1 [2022-08-12T10:41:30.485Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-12T10:41:30.485Z] ---> Running in 5d07edf78ad9 [2022-08-12T10:41:31.933Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:32.211Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:32.211Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:32.309Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:32.309Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:32.309Z] ---> 1d1fe235dba9 [2022-08-12T10:41:32.309Z] Step 3/22 : WORKDIR /edgex-go [2022-08-12T10:41:32.309Z] ---> Using cache [2022-08-12T10:41:32.309Z] ---> 0b669d237e56 [2022-08-12T10:41:32.309Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:32.309Z] ---> Using cache [2022-08-12T10:41:32.309Z] ---> 9fb92bff1afe [2022-08-12T10:41:32.309Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-12T10:41:32.309Z] ---> Using cache [2022-08-12T10:41:32.309Z] ---> 3cfaa2fa6ab6 [2022-08-12T10:41:32.309Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-12T10:41:32.309Z] ---> Using cache [2022-08-12T10:41:32.309Z] ---> 413274fa5cc6 [2022-08-12T10:41:32.309Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:32.309Z] ---> Using cache [2022-08-12T10:41:32.309Z] ---> 9048c77ca633 [2022-08-12T10:41:32.309Z] Step 8/22 : COPY . . [2022-08-12T10:41:32.309Z] ---> Using cache [2022-08-12T10:41:32.309Z] ---> ff32f6474502 [2022-08-12T10:41:32.309Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-08-12T10:41:32.485Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:32.485Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:33.092Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:33.092Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:33.367Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:33.367Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:33.367Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:41:33.973Z] OK: 221 MiB in 51 packages [2022-08-12T10:41:34.228Z] Removing intermediate container 81845a8bb776 [2022-08-12T10:41:34.228Z] ---> 625692a73d40 [2022-08-12T10:41:34.228Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-12T10:41:34.579Z] OK: 221 MiB in 51 packages [2022-08-12T10:41:34.861Z] OK: 221 MiB in 51 packages [2022-08-12T10:41:34.861Z] OK: 221 MiB in 51 packages [2022-08-12T10:41:35.145Z] OK: 221 MiB in 51 packages [2022-08-12T10:41:35.755Z] Removing intermediate container 47c8a12afca5 [2022-08-12T10:41:35.755Z] ---> a6755bc1de68 [2022-08-12T10:41:35.755Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-12T10:41:36.358Z] Removing intermediate container 38bcbda00a38 [2022-08-12T10:41:36.358Z] ---> b9df564cd3ab [2022-08-12T10:41:36.358Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-12T10:41:36.638Z] Removing intermediate container 062a8641aa1d [2022-08-12T10:41:36.638Z] ---> efcc0187d3ee [2022-08-12T10:41:36.638Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-12T10:41:36.638Z] Removing intermediate container 5d07edf78ad9 [2022-08-12T10:41:36.638Z] ---> 44329e6428c3 [2022-08-12T10:41:36.638Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-12T10:41:36.789Z] ---> Running in f56a461f7c53 [2022-08-12T10:41:36.789Z] ---> Running in 40828820fe08 [2022-08-12T10:41:36.789Z] Removing intermediate container 40828820fe08 [2022-08-12T10:41:36.789Z] ---> 07505f40366f [2022-08-12T10:41:36.789Z] Step 24/26 : LABEL arch=x86_64 [2022-08-12T10:41:36.789Z] ---> Running in 2700e2605404 [2022-08-12T10:41:36.921Z] Removing intermediate container 3122763d7ef1 [2022-08-12T10:41:36.921Z] ---> 389317fc8d75 [2022-08-12T10:41:36.921Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-12T10:41:36.921Z] ---> e50e623a4994 [2022-08-12T10:41:36.921Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:37.049Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-08-12T10:41:37.200Z] ---> Running in c555ec6e476c [2022-08-12T10:41:37.811Z] ---> b711149d2529 [2022-08-12T10:41:37.811Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:38.002Z] Removing intermediate container 2700e2605404 [2022-08-12T10:41:38.002Z] ---> 7e1604be8946 [2022-08-12T10:41:38.002Z] Step 25/26 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:41:38.088Z] ---> 09e7d856aa93 [2022-08-12T10:41:38.088Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:38.088Z] ---> 4a054693c82f [2022-08-12T10:41:38.088Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:38.088Z] ---> Running in 6c723080fe6f [2022-08-12T10:41:38.088Z] ---> fae50f037e40 [2022-08-12T10:41:38.088Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:38.088Z] ---> Running in 57371e38b058 [2022-08-12T10:41:38.379Z] ---> Running in 3bc3217debc1 [2022-08-12T10:41:38.379Z] ---> Running in cbe4fbe8dcf2 [2022-08-12T10:41:38.939Z] ---> Running in f1d23ca68531 [2022-08-12T10:41:39.895Z] Removing intermediate container f1d23ca68531 [2022-08-12T10:41:39.895Z] ---> b1da0c6a2147 [2022-08-12T10:41:39.895Z] Step 26/26 : LABEL version=2.3.0-dev.45 [2022-08-12T10:41:40.491Z] ---> Running in 1ef1672d57ec [2022-08-12T10:41:41.454Z] Removing intermediate container 1ef1672d57ec [2022-08-12T10:41:41.454Z] ---> 90125e08cf1b [2022-08-12T10:41:41.454Z] [2022-08-12T10:41:41.714Z] Successfully built 90125e08cf1b [2022-08-12T10:41:41.714Z] Successfully tagged security-spire-config:latest [2022-08-12T10:41:41.714Z] Building security-spire-server [2022-08-12T10:41:41.975Z]  Building security-spire-config ... done Removing intermediate container c70f69232cef [2022-08-12T10:41:41.975Z] ---> b24e1cd81718 [2022-08-12T10:41:41.975Z] Step 8/23 : COPY . . [2022-08-12T10:41:47.352Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:41:47.353Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:41:47.353Z] ---> 1d1fe235dba9 [2022-08-12T10:41:47.353Z] Step 3/25 : WORKDIR /edgex-go [2022-08-12T10:41:47.353Z] ---> Using cache [2022-08-12T10:41:47.353Z] ---> 0b669d237e56 [2022-08-12T10:41:47.353Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:47.353Z] ---> Using cache [2022-08-12T10:41:47.353Z] ---> 9fb92bff1afe [2022-08-12T10:41:47.353Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-08-12T10:41:47.353Z] ---> Using cache [2022-08-12T10:41:47.353Z] ---> 2a93b7a52167 [2022-08-12T10:41:47.353Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-12T10:41:47.353Z] ---> Using cache [2022-08-12T10:41:47.353Z] ---> ce49e1a61553 [2022-08-12T10:41:47.353Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:41:47.353Z] ---> Using cache [2022-08-12T10:41:47.353Z] ---> 677075e5c996 [2022-08-12T10:41:47.353Z] Step 8/25 : COPY . . [2022-08-12T10:41:47.353Z] ---> Using cache [2022-08-12T10:41:47.353Z] ---> 49c6215eb60b [2022-08-12T10:41:47.353Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-08-12T10:41:47.353Z] ---> Using cache [2022-08-12T10:41:47.353Z] ---> 1f5fba5c3bb5 [2022-08-12T10:41:47.353Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-08-12T10:41:47.353Z] ---> Using cache [2022-08-12T10:41:47.353Z] ---> 41df6913d81c [2022-08-12T10:41:47.353Z] Step 11/25 : 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 [2022-08-12T10:41:54.110Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-08-12T10:41:54.110Z] ---> Running in d682e00395bd [2022-08-12T10:41:54.110Z] ---> c05cc8565fd8 [2022-08-12T10:41:54.110Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-08-12T10:41:54.110Z] ---> Running in 6c92b9e1547a [2022-08-12T10:41:54.110Z] Removing intermediate container a23081d3bfd8 [2022-08-12T10:41:54.110Z] ---> 205b7250d54a [2022-08-12T10:41:54.110Z] [2022-08-12T10:41:54.110Z] Step 10/22 : FROM alpine:3.16 [2022-08-12T10:41:54.110Z] ---> 9c6f07244728 [2022-08-12T10:41:54.110Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-08-12T10:41:54.110Z] ---> Running in 4103f9007a3d [2022-08-12T10:41:54.110Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-08-12T10:41:54.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:54.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:54.746Z] (1/2) Installing ca-certificates (20220614-r0) [2022-08-12T10:41:54.746Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-08-12T10:41:54.746Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:41:54.746Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:41:55.038Z] OK: 6 MiB in 16 packages [2022-08-12T10:41:55.979Z] Removing intermediate container d682e00395bd [2022-08-12T10:41:55.979Z] ---> 6e324dc2bd8f [2022-08-12T10:41:55.979Z] Step 12/25 : WORKDIR /edgex-go [2022-08-12T10:41:55.979Z] ---> Running in f8526ff46f94 [2022-08-12T10:41:56.239Z] Removing intermediate container 1e328def0eb4 [2022-08-12T10:41:56.239Z] ---> 2ce3c47986c8 [2022-08-12T10:41:56.239Z] [2022-08-12T10:41:56.239Z] Step 10/22 : FROM alpine:3.16 [2022-08-12T10:41:56.239Z] ---> 9c6f07244728 [2022-08-12T10:41:56.239Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-08-12T10:41:56.239Z] ---> Running in 9b8991a1c83d [2022-08-12T10:41:56.239Z] Removing intermediate container f8526ff46f94 [2022-08-12T10:41:56.239Z] ---> 86de77b868e2 [2022-08-12T10:41:56.239Z] [2022-08-12T10:41:56.239Z] Step 13/25 : FROM alpine:3.15 [2022-08-12T10:41:56.239Z] ---> c4fc93816858 [2022-08-12T10:41:56.239Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:41:56.239Z] ---> Using cache [2022-08-12T10:41:56.239Z] ---> f9c53af182e2 [2022-08-12T10:41:56.239Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:41:56.239Z] ---> Using cache [2022-08-12T10:41:56.239Z] ---> 124d105c14ad [2022-08-12T10:41:56.239Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-12T10:41:56.239Z] ---> Using cache [2022-08-12T10:41:56.239Z] ---> 39abc3e72c6f [2022-08-12T10:41:56.239Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-12T10:41:56.814Z] Removing intermediate container 4103f9007a3d [2022-08-12T10:41:56.814Z] ---> af08be9cf23e [2022-08-12T10:41:56.814Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:41:56.814Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:56.814Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:41:57.076Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-08-12T10:41:57.076Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:41:57.076Z] OK: 6 MiB in 15 packages [2022-08-12T10:41:59.742Z] ---> Running in db46e71411d3 [2022-08-12T10:41:59.742Z] ---> f39e1551faeb [2022-08-12T10:41:59.742Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-08-12T10:41:59.742Z] Removing intermediate container f56a461f7c53 [2022-08-12T10:41:59.742Z] ---> 946fab664d1e [2022-08-12T10:41:59.742Z] [2022-08-12T10:41:59.742Z] Step 10/22 : FROM alpine:3.16 [2022-08-12T10:41:59.742Z] ---> 9c6f07244728 [2022-08-12T10:41:59.742Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-08-12T10:41:59.742Z] Removing intermediate container db46e71411d3 [2022-08-12T10:41:59.742Z] ---> 381f99b0a83e [2022-08-12T10:41:59.742Z] Step 13/22 : ENV APP_PORT=59860 [2022-08-12T10:42:00.005Z] ---> Running in 5d0bcd6dac1c [2022-08-12T10:42:00.005Z] Removing intermediate container 9b8991a1c83d [2022-08-12T10:42:00.005Z] ---> 55628e71491b [2022-08-12T10:42:00.005Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:42:00.005Z] ---> Running in e00422f35ca8 [2022-08-12T10:42:00.005Z] ---> b9f1a3a4e480 [2022-08-12T10:42:00.005Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-08-12T10:42:00.005Z] ---> Running in 16895904a796 [2022-08-12T10:42:00.265Z] Removing intermediate container 16895904a796 [2022-08-12T10:42:00.265Z] ---> b171a9054079 [2022-08-12T10:42:00.265Z] Step 13/22 : ENV APP_PORT=59861 [2022-08-12T10:42:00.265Z] Removing intermediate container e00422f35ca8 [2022-08-12T10:42:00.265Z] ---> de7cabb18427 [2022-08-12T10:42:00.265Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-12T10:42:00.265Z] ---> Running in 388e3c082935 [2022-08-12T10:42:00.265Z] ---> Running in d3bdb03f3117 [2022-08-12T10:42:00.265Z] ---> 62d3b477d2a9 [2022-08-12T10:42:00.265Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-08-12T10:42:00.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:42:00.527Z] Removing intermediate container d3bdb03f3117 [2022-08-12T10:42:00.527Z] ---> 200e37ebbf19 [2022-08-12T10:42:00.527Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:42:00.527Z] Removing intermediate container 388e3c082935 [2022-08-12T10:42:00.527Z] ---> 933d3b4f24b4 [2022-08-12T10:42:00.527Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-12T10:42:00.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:42:00.527Z] ---> Running in 2c4ba00c0d4d [2022-08-12T10:42:00.850Z] (1/6) Installing ca-certificates (20220614-r0) [2022-08-12T10:42:00.850Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-08-12T10:42:00.850Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-08-12T10:42:00.850Z] (4/6) Installing libcurl (7.83.1-r2) [2022-08-12T10:42:00.850Z] (5/6) Installing curl (7.83.1-r2) [2022-08-12T10:42:00.850Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-08-12T10:42:00.850Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:42:00.850Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:42:00.850Z] OK: 8 MiB in 20 packages [2022-08-12T10:42:00.850Z] ---> bbc057ddb73d [2022-08-12T10:42:00.850Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-08-12T10:42:01.114Z] Removing intermediate container 2c4ba00c0d4d [2022-08-12T10:42:01.114Z] ---> 9184a591371d [2022-08-12T10:42:01.114Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:42:01.114Z] ---> d539dff9f730 [2022-08-12T10:42:01.114Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-12T10:42:01.384Z] ---> Running in 0a11dec48292 [2022-08-12T10:42:01.645Z] ---> fbe48235b89d [2022-08-12T10:42:01.645Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-08-12T10:42:01.645Z] Removing intermediate container 0a11dec48292 [2022-08-12T10:42:01.645Z] ---> be3af17b7f0d [2022-08-12T10:42:01.645Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-12T10:42:02.216Z] ---> ffe6d945e671 [2022-08-12T10:42:02.216Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-08-12T10:42:02.216Z] ---> Running in bc7c3d7ef722 [2022-08-12T10:42:02.216Z] Removing intermediate container 5d0bcd6dac1c [2022-08-12T10:42:02.216Z] ---> 888e50a37886 [2022-08-12T10:42:02.216Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-12T10:42:02.216Z] ---> Running in ca04e73ec11b [2022-08-12T10:42:02.483Z] Removing intermediate container bc7c3d7ef722 [2022-08-12T10:42:02.483Z] ---> ec59b4c486bb [2022-08-12T10:42:02.483Z] Step 23/25 : LABEL arch=x86_64 [2022-08-12T10:42:02.743Z] ---> Running in f0db171ecfdd [2022-08-12T10:42:02.743Z] Removing intermediate container ca04e73ec11b [2022-08-12T10:42:02.743Z] ---> af609a273dad [2022-08-12T10:42:02.743Z] Step 13/22 : WORKDIR /edgex [2022-08-12T10:42:02.743Z] ---> 69f8ceefd3ab [2022-08-12T10:42:02.743Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-08-12T10:42:02.743Z] ---> df894b0763ba [2022-08-12T10:42:02.743Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-08-12T10:42:03.003Z] ---> Running in 4fe14450c8c9 [2022-08-12T10:42:03.003Z] Removing intermediate container f0db171ecfdd [2022-08-12T10:42:03.003Z] ---> 3ae5437eb97c [2022-08-12T10:42:03.003Z] ---> Running in de3abf3f2e32 [2022-08-12T10:42:03.003Z] Step 24/25 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:03.003Z] ---> Running in b90f65ae734e [2022-08-12T10:42:03.003Z] Removing intermediate container 4fe14450c8c9 [2022-08-12T10:42:03.003Z] ---> baf6c8f8221a [2022-08-12T10:42:03.003Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-08-12T10:42:03.003Z] Removing intermediate container de3abf3f2e32 [2022-08-12T10:42:03.003Z] ---> ace401333feb [2022-08-12T10:42:03.003Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:42:03.003Z] ---> 9640ab6771bf [2022-08-12T10:42:03.003Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-08-12T10:42:03.003Z] ---> Running in 7e54a2540f0c [2022-08-12T10:42:03.003Z] Removing intermediate container b90f65ae734e [2022-08-12T10:42:03.003Z] ---> 430e87efb3dd [2022-08-12T10:42:03.003Z] Step 25/25 : LABEL version=2.3.0-dev.45 [2022-08-12T10:42:03.268Z] ---> Running in 92ee52bb8486 [2022-08-12T10:42:03.268Z] ---> Running in e7c9f98c50e2 [2022-08-12T10:42:03.268Z] Removing intermediate container 7e54a2540f0c [2022-08-12T10:42:03.268Z] ---> 4ddc1e081a04 [2022-08-12T10:42:03.268Z] Step 20/22 : LABEL arch=x86_64 [2022-08-12T10:42:03.268Z] ---> Running in 900b044af2e8 [2022-08-12T10:42:03.268Z] Removing intermediate container 92ee52bb8486 [2022-08-12T10:42:03.268Z] ---> 779240517b95 [2022-08-12T10:42:03.268Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:42:03.268Z] ---> Running in c18eeb52175f [2022-08-12T10:42:03.268Z] ---> 5aa7007ef4fd [2022-08-12T10:42:03.268Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-08-12T10:42:03.268Z] Removing intermediate container e7c9f98c50e2 [2022-08-12T10:42:03.268Z] ---> f58cc3364654 [2022-08-12T10:42:03.268Z] [2022-08-12T10:42:03.268Z] Removing intermediate container c18eeb52175f [2022-08-12T10:42:03.268Z] ---> 976b25b83ddc [2022-08-12T10:42:03.268Z] Step 20/22 : LABEL arch=x86_64 [2022-08-12T10:42:03.268Z] Removing intermediate container 900b044af2e8 [2022-08-12T10:42:03.268Z] ---> f9b7f709ed8e [2022-08-12T10:42:03.268Z] Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:03.528Z] Successfully built f58cc3364654 [2022-08-12T10:42:03.528Z] Successfully tagged security-spire-server:latest [2022-08-12T10:42:03.528Z]  Building security-spire-server ... done Building core-metadata [2022-08-12T10:42:03.528Z] ---> Running in 018134fb6133 [2022-08-12T10:42:03.528Z] ---> Running in 2b6664b5e2db [2022-08-12T10:42:05.435Z] Removing intermediate container 018134fb6133 [2022-08-12T10:42:05.435Z] ---> 08fa31340eb5 [2022-08-12T10:42:05.435Z] Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:06.373Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:42:06.373Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:42:06.373Z] ---> 1d1fe235dba9 [2022-08-12T10:42:06.373Z] Step 3/24 : WORKDIR /edgex-go [2022-08-12T10:42:06.373Z] ---> Using cache [2022-08-12T10:42:06.373Z] ---> 0b669d237e56 [2022-08-12T10:42:06.373Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:42:06.373Z] ---> Using cache [2022-08-12T10:42:06.373Z] ---> 9fb92bff1afe [2022-08-12T10:42:06.373Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-08-12T10:42:06.373Z] ---> Using cache [2022-08-12T10:42:06.373Z] ---> 3cfaa2fa6ab6 [2022-08-12T10:42:06.373Z] Step 6/24 : COPY go.mod vendor* ./ [2022-08-12T10:42:06.373Z] ---> Using cache [2022-08-12T10:42:06.373Z] ---> 413274fa5cc6 [2022-08-12T10:42:06.373Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:42:06.373Z] ---> Using cache [2022-08-12T10:42:06.373Z] ---> 9048c77ca633 [2022-08-12T10:42:06.373Z] Step 8/24 : COPY . . [2022-08-12T10:42:06.373Z] ---> Using cache [2022-08-12T10:42:06.373Z] ---> ff32f6474502 [2022-08-12T10:42:06.373Z] Step 9/24 : RUN make cmd/core-metadata/core-metadata [2022-08-12T10:42:08.290Z] ---> 45e97b2bbeff [2022-08-12T10:42:08.290Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-08-12T10:42:08.290Z] Removing intermediate container 2b6664b5e2db [2022-08-12T10:42:08.290Z] ---> 984a620224f5 [2022-08-12T10:42:08.290Z] Step 22/22 : LABEL version=2.3.0-dev.45 [2022-08-12T10:42:08.290Z] ---> Running in 9508aecc3b86 [2022-08-12T10:42:08.290Z] ---> Running in 7024d879a424 [2022-08-12T10:42:08.290Z] ---> Running in 3d0f0497f131 [2022-08-12T10:42:08.290Z] Removing intermediate container 7024d879a424 [2022-08-12T10:42:08.290Z] ---> 263ec01a33fd [2022-08-12T10:42:08.290Z] Step 22/22 : LABEL version=2.3.0-dev.45 [2022-08-12T10:42:08.550Z] Removing intermediate container 3d0f0497f131 [2022-08-12T10:42:08.550Z] ---> a713afefdfc1 [2022-08-12T10:42:08.550Z] [2022-08-12T10:42:08.550Z] ---> 7e499a4c7b5b [2022-08-12T10:42:08.550Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-08-12T10:42:08.550Z] ---> Running in da312db22994 [2022-08-12T10:42:08.550Z] Successfully built a713afefdfc1 [2022-08-12T10:42:08.550Z] Successfully tagged support-notifications:latest [2022-08-12T10:42:08.550Z]  Building support-notifications ... done Building core-command [2022-08-12T10:42:08.809Z] Removing intermediate container da312db22994 [2022-08-12T10:42:08.809Z] ---> f84b9f859919 [2022-08-12T10:42:08.809Z] [2022-08-12T10:42:08.809Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-08-12T10:42:08.809Z] Successfully built f84b9f859919 [2022-08-12T10:42:09.379Z] Successfully tagged support-scheduler:latest [2022-08-12T10:42:11.946Z]  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:42:11.946Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:42:11.946Z] ---> 1d1fe235dba9 [2022-08-12T10:42:11.946Z] Step 3/23 : WORKDIR /edgex-go [2022-08-12T10:42:11.946Z] ---> Using cache [2022-08-12T10:42:11.946Z] ---> 0b669d237e56 [2022-08-12T10:42:11.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:42:11.946Z] ---> Using cache [2022-08-12T10:42:11.946Z] ---> 9fb92bff1afe [2022-08-12T10:42:11.946Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-12T10:42:11.946Z] ---> Using cache [2022-08-12T10:42:11.946Z] ---> 3cfaa2fa6ab6 [2022-08-12T10:42:11.946Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-12T10:42:11.946Z] ---> Using cache [2022-08-12T10:42:11.946Z] ---> 413274fa5cc6 [2022-08-12T10:42:11.946Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:42:11.946Z] ---> Using cache [2022-08-12T10:42:11.946Z] ---> 9048c77ca633 [2022-08-12T10:42:11.946Z] Step 8/23 : COPY . . [2022-08-12T10:42:11.946Z] ---> Using cache [2022-08-12T10:42:11.946Z] ---> ff32f6474502 [2022-08-12T10:42:11.946Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-08-12T10:42:15.278Z] ---> a265bb5244ce [2022-08-12T10:42:15.278Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-12T10:42:15.278Z] ---> Running in 35ac275dfa51 [2022-08-12T10:42:15.278Z] ---> Running in 0ed066b43190 [2022-08-12T10:42:15.278Z] Removing intermediate container 6c92b9e1547a [2022-08-12T10:42:15.278Z] ---> 11a88d554b82 [2022-08-12T10:42:15.278Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-08-12T10:42:15.278Z] ---> Running in 47bdfda772b3 [2022-08-12T10:42:16.223Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-08-12T10:42:16.223Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-08-12T10:42:17.660Z] Removing intermediate container 35ac275dfa51 [2022-08-12T10:42:17.660Z] ---> 767ac08bea3b [2022-08-12T10:42:17.661Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-08-12T10:42:17.661Z] ---> Running in 377d0bb2d3f0 [2022-08-12T10:42:17.661Z] Removing intermediate container 47bdfda772b3 [2022-08-12T10:42:17.661Z] ---> 66f0f6a0e2bb [2022-08-12T10:42:17.661Z] [2022-08-12T10:42:17.661Z] Step 11/23 : FROM alpine:3.16 [2022-08-12T10:42:17.661Z] ---> 9c6f07244728 [2022-08-12T10:42:17.661Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:42:17.661Z] ---> Running in 85ab76417066 [2022-08-12T10:42:17.927Z] Removing intermediate container 377d0bb2d3f0 [2022-08-12T10:42:17.927Z] ---> 3c11eba64ef5 [2022-08-12T10:42:17.927Z] Step 20/22 : LABEL arch=x86_64 [2022-08-12T10:42:17.927Z] ---> Running in a29d8036cae0 [2022-08-12T10:42:17.927Z] Removing intermediate container 85ab76417066 [2022-08-12T10:42:17.927Z] ---> 4c80f7635945 [2022-08-12T10:42:17.927Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-08-12T10:42:18.188Z] ---> Running in 6ce43555413a [2022-08-12T10:42:18.188Z] Removing intermediate container a29d8036cae0 [2022-08-12T10:42:18.188Z] ---> e564bfd06e89 [2022-08-12T10:42:18.188Z] Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:18.188Z] ---> Running in 4b94a77ac335 [2022-08-12T10:42:18.450Z] Removing intermediate container 4b94a77ac335 [2022-08-12T10:42:18.450Z] ---> 25d1c8472705 [2022-08-12T10:42:18.450Z] Step 22/22 : LABEL version=2.3.0-dev.45 [2022-08-12T10:42:18.450Z] ---> Running in 36cb6e1760c7 [2022-08-12T10:42:18.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T10:42:18.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T10:42:18.714Z] Removing intermediate container 36cb6e1760c7 [2022-08-12T10:42:18.714Z] ---> 81d113f2ee7e [2022-08-12T10:42:18.714Z] [2022-08-12T10:42:18.714Z] Successfully built 81d113f2ee7e [2022-08-12T10:42:18.714Z] Successfully tagged security-proxy-setup:latest [2022-08-12T10:42:18.975Z]  Building security-proxy-setup ... done (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-12T10:42:18.975Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-12T10:42:18.975Z] (3/33) Installing readline (8.1.2-r0) [2022-08-12T10:42:18.975Z] (4/33) Installing bash (5.1.16-r2) [2022-08-12T10:42:18.975Z] Executing bash-5.1.16-r2.post-install [2022-08-12T10:42:18.975Z] (5/33) Installing ca-certificates (20220614-r0) [2022-08-12T10:42:18.975Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-08-12T10:42:18.975Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-08-12T10:42:18.975Z] (8/33) Installing libcurl (7.83.1-r2) [2022-08-12T10:42:18.975Z] (9/33) Installing curl (7.83.1-r2) [2022-08-12T10:42:18.975Z] (10/33) Installing docker-cli (20.10.16-r2) [2022-08-12T10:42:19.237Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-08-12T10:42:19.237Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-08-12T10:42:19.237Z] (13/33) Installing expat (2.4.8-r0) [2022-08-12T10:42:19.237Z] (14/33) Installing libffi (3.4.2-r1) [2022-08-12T10:42:19.237Z] (15/33) Installing gdbm (1.23-r0) [2022-08-12T10:42:19.237Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-08-12T10:42:19.237Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T10:42:19.237Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T10:42:19.237Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-08-12T10:42:19.237Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-08-12T10:42:19.237Z] (21/33) Installing python3 (3.10.5-r0) [2022-08-12T10:42:19.498Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-08-12T10:42:19.498Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-08-12T10:42:19.498Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-08-12T10:42:19.498Z] (25/33) Installing py3-six (1.16.0-r1) [2022-08-12T10:42:19.498Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-08-12T10:42:19.498Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-08-12T10:42:19.498Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-08-12T10:42:19.498Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-08-12T10:42:19.498Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-08-12T10:42:19.498Z] (31/33) Installing py3-packaging (21.3-r0) [2022-08-12T10:42:19.498Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-08-12T10:42:19.760Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-08-12T10:42:19.760Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:42:19.760Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:42:19.760Z] OK: 122 MiB in 47 packages [2022-08-12T10:42:21.681Z] Collecting docker-compose==1.23.2 [2022-08-12T10:42:21.681Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-08-12T10:42:21.681Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 33.5 MB/s eta 0:00:00 [2022-08-12T10:42:21.681Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-08-12T10:42:21.681Z] Collecting websocket-client<1.0,>=0.32.0 [2022-08-12T10:42:21.681Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-08-12T10:42:21.681Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 126.6 MB/s eta 0:00:00 [2022-08-12T10:42:21.681Z] Collecting docopt<0.7,>=0.6.1 [2022-08-12T10:42:21.681Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-08-12T10:42:21.681Z] Preparing metadata (setup.py): started [2022-08-12T10:42:21.943Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T10:42:21.943Z] Collecting jsonschema<3,>=2.5.1 [2022-08-12T10:42:21.943Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-08-12T10:42:22.205Z] Collecting PyYAML<4,>=3.10 [2022-08-12T10:42:22.205Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-08-12T10:42:22.205Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 40.2 MB/s eta 0:00:00 [2022-08-12T10:42:22.205Z] Preparing metadata (setup.py): started [2022-08-12T10:42:22.467Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T10:42:22.467Z] Collecting dockerpty<0.5,>=0.4.1 [2022-08-12T10:42:22.467Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-08-12T10:42:22.467Z] Preparing metadata (setup.py): started [2022-08-12T10:42:22.729Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T10:42:22.991Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-08-12T10:42:22.991Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-08-12T10:42:22.991Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 145.4 MB/s eta 0:00:00 [2022-08-12T10:42:22.991Z] Collecting cached-property<2,>=1.2.0 [2022-08-12T10:42:22.991Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-08-12T10:42:22.991Z] Collecting texttable<0.10,>=0.9.0 [2022-08-12T10:42:22.991Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-08-12T10:42:22.991Z] Preparing metadata (setup.py): started [2022-08-12T10:42:23.253Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T10:42:23.253Z] Collecting docker<4.0,>=3.6.0 [2022-08-12T10:42:23.253Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-08-12T10:42:23.253Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 176.6 MB/s eta 0:00:00 [2022-08-12T10:42:23.253Z] Collecting docker-pycreds>=0.4.0 [2022-08-12T10:42:23.253Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-08-12T10:42:23.514Z] Collecting certifi>=2017.4.17 [2022-08-12T10:42:23.514Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-12T10:42:23.514Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 167.6 MB/s eta 0:00:00 [2022-08-12T10:42:23.514Z] Collecting chardet<3.1.0,>=3.0.2 [2022-08-12T10:42:23.514Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-08-12T10:42:23.514Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 193.9 MB/s eta 0:00:00 [2022-08-12T10:42:23.514Z] Collecting urllib3<1.25,>=1.21.1 [2022-08-12T10:42:23.514Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-08-12T10:42:23.514Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 203.4 MB/s eta 0:00:00 [2022-08-12T10:42:23.514Z] Collecting idna<2.8,>=2.5 [2022-08-12T10:42:23.514Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-08-12T10:42:23.514Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 186.7 MB/s eta 0:00:00 [2022-08-12T10:42:23.775Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-08-12T10:42:23.775Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-08-12T10:42:23.775Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-08-12T10:42:23.775Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-08-12T10:42:23.775Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-08-12T10:42:23.775Z] Running setup.py install for texttable: started [2022-08-12T10:42:24.037Z] Running setup.py install for texttable: finished with status 'done' [2022-08-12T10:42:24.037Z] Running setup.py install for PyYAML: started [2022-08-12T10:42:24.610Z] Running setup.py install for PyYAML: finished with status 'done' [2022-08-12T10:42:24.610Z] Running setup.py install for docopt: started [2022-08-12T10:42:25.185Z] Running setup.py install for docopt: finished with status 'done' [2022-08-12T10:42:25.447Z] Running setup.py install for dockerpty: started [2022-08-12T10:42:25.709Z] Running setup.py install for dockerpty: finished with status 'done' [2022-08-12T10:42:29.033Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-08-12T10:42:29.033Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-08-12T10:42:31.577Z] Removing intermediate container 9508aecc3b86 [2022-08-12T10:42:31.577Z] ---> 69d63ac326e0 [2022-08-12T10:42:31.577Z] [2022-08-12T10:42:31.577Z] Step 10/24 : FROM alpine:3.16 [2022-08-12T10:42:31.577Z] ---> 9c6f07244728 [2022-08-12T10:42:31.577Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-08-12T10:42:31.577Z] ---> Using cache [2022-08-12T10:42:31.577Z] ---> 55628e71491b [2022-08-12T10:42:31.577Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:42:31.577Z] ---> Using cache [2022-08-12T10:42:31.577Z] ---> b171a9054079 [2022-08-12T10:42:31.577Z] Step 13/24 : ENV APP_PORT=59881 [2022-08-12T10:42:32.558Z] ---> Running in b5673cc3c3a8 [2022-08-12T10:42:32.818Z] Removing intermediate container b5673cc3c3a8 [2022-08-12T10:42:32.818Z] ---> 80461356222c [2022-08-12T10:42:32.818Z] Step 14/24 : EXPOSE $APP_PORT [2022-08-12T10:42:32.818Z] ---> Running in fa2ac06d9eda [2022-08-12T10:42:32.818Z] Removing intermediate container 6ce43555413a [2022-08-12T10:42:32.818Z] ---> a3b8fff46994 [2022-08-12T10:42:32.818Z] Step 14/23 : ENV APP_PORT=58890 [2022-08-12T10:42:33.805Z] ---> Running in 2ac08c4009a5 [2022-08-12T10:42:33.805Z] Removing intermediate container fa2ac06d9eda [2022-08-12T10:42:33.805Z] ---> d133c1c3a5c8 [2022-08-12T10:42:33.805Z] Step 15/24 : WORKDIR / [2022-08-12T10:42:34.068Z] ---> Running in b82288d8c184 [2022-08-12T10:42:34.068Z] Removing intermediate container 2ac08c4009a5 [2022-08-12T10:42:34.068Z] ---> e0d65860b663 [2022-08-12T10:42:34.068Z] Step 15/23 : EXPOSE $APP_PORT [2022-08-12T10:42:34.068Z] ---> Running in c4ed0c78a01e [2022-08-12T10:42:34.068Z] Removing intermediate container b82288d8c184 [2022-08-12T10:42:34.068Z] ---> 26baa23635ec [2022-08-12T10:42:34.068Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:42:34.068Z] Removing intermediate container c4ed0c78a01e [2022-08-12T10:42:34.068Z] ---> aa9088c3c0dc [2022-08-12T10:42:34.068Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-08-12T10:42:34.068Z] Removing intermediate container 0ed066b43190 [2022-08-12T10:42:34.068Z] ---> b65373d802e1 [2022-08-12T10:42:34.068Z] [2022-08-12T10:42:34.068Z] Step 10/23 : FROM alpine:3.16 [2022-08-12T10:42:34.068Z] ---> 9c6f07244728 [2022-08-12T10:42:34.068Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-12T10:42:34.068Z] ---> Using cache [2022-08-12T10:42:34.068Z] ---> 55628e71491b [2022-08-12T10:42:34.068Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:42:34.068Z] ---> Using cache [2022-08-12T10:42:34.068Z] ---> b171a9054079 [2022-08-12T10:42:34.068Z] Step 13/23 : ENV APP_PORT=59882 [2022-08-12T10:42:34.335Z] ---> Running in 3b5996b2e5e1 [2022-08-12T10:42:34.597Z] ---> 596f6f2af995 [2022-08-12T10:42:34.597Z] Removing intermediate container 3b5996b2e5e1 [2022-08-12T10:42:34.597Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> 6f2e668a4c36 [2022-08-12T10:42:34.597Z] [2022-08-12T10:42:34.597Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-12T10:42:34.597Z] ---> f38efd77ef33 [2022-08-12T10:42:34.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-08-12T10:42:34.597Z] ---> Running in 5e6f139454b9 [2022-08-12T10:42:34.597Z] Removing intermediate container 5e6f139454b9 [2022-08-12T10:42:34.597Z] ---> ab928d474a06 [2022-08-12T10:42:34.597Z] Step 15/23 : WORKDIR / [2022-08-12T10:42:34.859Z] ---> Running in cfe70ac1c3df [2022-08-12T10:42:34.859Z] ---> f0ad73f8e6ca [2022-08-12T10:42:34.859Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-08-12T10:42:34.859Z] Removing intermediate container cfe70ac1c3df [2022-08-12T10:42:34.859Z] ---> f3c27835a65f [2022-08-12T10:42:34.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:42:35.121Z] ---> b02a80b8bc96 [2022-08-12T10:42:35.121Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-08-12T10:42:35.121Z] ---> 79c70eb9af18 [2022-08-12T10:42:35.121Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-08-12T10:42:35.121Z] ---> Running in 9eb23b9af030 [2022-08-12T10:42:35.121Z] ---> 5e5a936263b4 [2022-08-12T10:42:35.121Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-08-12T10:42:35.121Z] Removing intermediate container 9eb23b9af030 [2022-08-12T10:42:35.121Z] ---> 6670596f9191 [2022-08-12T10:42:35.121Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:42:35.121Z] ---> Running in 9800baae3745 [2022-08-12T10:42:35.121Z] ---> 6396dafbdc86 [2022-08-12T10:42:35.121Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-08-12T10:42:35.385Z] Removing intermediate container 9800baae3745 [2022-08-12T10:42:35.385Z] ---> 3b98192b7c10 [2022-08-12T10:42:35.385Z] Step 21/23 : LABEL arch=x86_64 [2022-08-12T10:42:35.385Z] ---> Running in 706945c56ae2 [2022-08-12T10:42:35.385Z] ---> 13f5fe2004a6 [2022-08-12T10:42:35.385Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-08-12T10:42:35.648Z] Removing intermediate container 706945c56ae2 [2022-08-12T10:42:35.649Z] ---> f853d51af645 [2022-08-12T10:42:35.649Z] Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:35.649Z] ---> Running in ff4c2795c25c [2022-08-12T10:42:35.649Z] ---> 5f54bf834dcf [2022-08-12T10:42:35.649Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-08-12T10:42:35.649Z] ---> Running in d634f128a278 [2022-08-12T10:42:35.649Z] Removing intermediate container ff4c2795c25c [2022-08-12T10:42:35.649Z] ---> 2dbd9ba57b41 [2022-08-12T10:42:35.649Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:42:35.649Z] ---> Running in adc377b0117a [2022-08-12T10:42:35.649Z] Removing intermediate container d634f128a278 [2022-08-12T10:42:35.649Z] ---> fabc8a39e964 [2022-08-12T10:42:35.649Z] Step 23/23 : LABEL version=2.3.0-dev.45 [2022-08-12T10:42:35.649Z] ---> Running in 53ad91153828 [2022-08-12T10:42:35.649Z] ---> 3d0de6f20d3e [2022-08-12T10:42:35.649Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-08-12T10:42:35.649Z] ---> Running in 750c7a381334 [2022-08-12T10:42:35.649Z] Removing intermediate container adc377b0117a [2022-08-12T10:42:35.649Z] ---> 566302c5e0b1 [2022-08-12T10:42:35.649Z] Step 22/24 : LABEL arch=x86_64 [2022-08-12T10:42:35.649Z] ---> Running in 3981f79d463d [2022-08-12T10:42:35.913Z] Removing intermediate container 750c7a381334 [2022-08-12T10:42:35.913Z] ---> 3c5b51e08d1d [2022-08-12T10:42:35.913Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:42:35.913Z] Removing intermediate container 53ad91153828 [2022-08-12T10:42:35.913Z] ---> b300079da6e3 [2022-08-12T10:42:35.913Z] [2022-08-12T10:42:35.913Z] ---> Running in 85ca36202342 [2022-08-12T10:42:35.913Z] Removing intermediate container 3981f79d463d [2022-08-12T10:42:35.913Z] ---> 8a4fe3d2de9c [2022-08-12T10:42:35.913Z] Step 23/24 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:35.913Z] Successfully built b300079da6e3 [2022-08-12T10:42:35.913Z] ---> Running in d363f80ad852 [2022-08-12T10:42:35.913Z] Successfully tagged sys-mgmt-agent:latest [2022-08-12T10:42:35.913Z]  Building sys-mgmt-agent ... done Removing intermediate container 85ca36202342 [2022-08-12T10:42:35.913Z] ---> 2234daf073fb [2022-08-12T10:42:35.913Z] Step 21/23 : LABEL arch=x86_64 [2022-08-12T10:42:35.913Z] ---> Running in 50dd7bdc00cd [2022-08-12T10:42:35.913Z] Removing intermediate container d363f80ad852 [2022-08-12T10:42:35.913Z] ---> f5a9f3013192 [2022-08-12T10:42:35.913Z] Step 24/24 : LABEL version=2.3.0-dev.45 [2022-08-12T10:42:36.174Z] ---> Running in b26cd25c2022 [2022-08-12T10:42:36.174Z] Removing intermediate container 50dd7bdc00cd [2022-08-12T10:42:36.174Z] ---> 6d0a8556e45f [2022-08-12T10:42:36.174Z] Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:36.174Z] ---> Running in dea6af40f939 [2022-08-12T10:42:36.174Z] Removing intermediate container b26cd25c2022 [2022-08-12T10:42:36.174Z] ---> 4ac70dbf4aaa [2022-08-12T10:42:36.174Z] [2022-08-12T10:42:36.174Z] Successfully built 4ac70dbf4aaa [2022-08-12T10:42:36.174Z] Successfully tagged core-metadata:latest [2022-08-12T10:42:36.174Z] Removing intermediate container dea6af40f939 [2022-08-12T10:42:36.174Z]  Building core-metadata ... done  ---> d1c0025db1a1 [2022-08-12T10:42:36.174Z] Step 23/23 : LABEL version=2.3.0-dev.45 [2022-08-12T10:42:36.174Z] ---> Running in ea8778c4186e [2022-08-12T10:42:36.174Z] Removing intermediate container ea8778c4186e [2022-08-12T10:42:36.174Z] ---> 4c9eafa95147 [2022-08-12T10:42:36.174Z] [2022-08-12T10:42:36.438Z] Successfully built 4c9eafa95147 [2022-08-12T10:42:36.438Z] Successfully tagged core-command:latest [2022-08-12T10:42:36.447Z]  Building core-command ... done  [Pipeline] } [2022-08-12T10:42:36.456Z] $ docker stop --time=1 405e78aaa090659d6dbc697bb1db1e5ba4ca85f47341874efce1f8102c6c0c7d [2022-08-12T10:42:37.784Z] $ docker rm -f 405e78aaa090659d6dbc697bb1db1e5ba4ca85f47341874efce1f8102c6c0c7d [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T10:42:38.184Z] + docker images [2022-08-12T10:42:38.184Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-12T10:42:38.184Z] core-command latest 4c9eafa95147 1 second ago 16.2MB [2022-08-12T10:42:38.184Z] core-metadata latest 4ac70dbf4aaa 2 seconds ago 18.2MB [2022-08-12T10:42:38.184Z] sys-mgmt-agent latest b300079da6e3 2 seconds ago 135MB [2022-08-12T10:42:38.184Z] b65373d802e1 4 seconds ago 1.52GB [2022-08-12T10:42:38.184Z] 69d63ac326e0 7 seconds ago 1.55GB [2022-08-12T10:42:38.184Z] security-proxy-setup latest 81d113f2ee7e 19 seconds ago 27.2MB [2022-08-12T10:42:38.184Z] 66f0f6a0e2bb 20 seconds ago 1.52GB [2022-08-12T10:42:38.184Z] support-scheduler latest f84b9f859919 29 seconds ago 26.5MB [2022-08-12T10:42:38.184Z] support-notifications latest a713afefdfc1 29 seconds ago 27.2MB [2022-08-12T10:42:38.184Z] security-spire-server latest f58cc3364654 34 seconds ago 86.5MB [2022-08-12T10:42:38.184Z] 946fab664d1e 40 seconds ago 1.53GB [2022-08-12T10:42:38.184Z] 86de77b868e2 41 seconds ago 1.42GB [2022-08-12T10:42:38.184Z] 2ce3c47986c8 42 seconds ago 1.58GB [2022-08-12T10:42:38.184Z] 205b7250d54a 54 seconds ago 1.58GB [2022-08-12T10:42:38.184Z] security-spire-config latest 90125e08cf1b 57 seconds ago 85.8MB [2022-08-12T10:42:38.185Z] security-bootstrapper latest b0bec51056d0 About a minute ago 19.3MB [2022-08-12T10:42:38.185Z] security-secretstore-setup latest b310fe07bdf6 About a minute ago 28.9MB [2022-08-12T10:42:38.185Z] 705d9c62107c About a minute ago 1.42GB [2022-08-12T10:42:38.185Z] core-data latest 41244a52aa81 About a minute ago 21.5MB [2022-08-12T10:42:38.185Z] f851e98ab83f About a minute ago 1.55GB [2022-08-12T10:42:38.185Z] 977e2dd0ca51 About a minute ago 1.53GB [2022-08-12T10:42:38.185Z] cbbdc6a0a9a3 About a minute ago 1.52GB [2022-08-12T10:42:38.185Z] security-spire-agent latest 5584124f1ed6 About a minute ago 125MB [2022-08-12T10:42:38.185Z] security-spiffe-token-provider latest 1a661c9e8c17 About a minute ago 29.2MB [2022-08-12T10:42:38.185Z] 38124746d3c8 2 minutes ago 1.42GB [2022-08-12T10:42:38.185Z] 834364256b5b 2 minutes ago 1.57GB [2022-08-12T10:42:38.185Z] ci-base-image-x86_64 latest 1d1fe235dba9 5 minutes ago 993MB [2022-08-12T10:42:38.185Z] alpine 3.15 c4fc93816858 2 days ago 5.59MB [2022-08-12T10:42:38.185Z] alpine 3.16 9c6f07244728 2 days ago 5.54MB [2022-08-12T10:42:38.185Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 4 weeks ago 253MB [2022-08-12T10:42:38.185Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 5 weeks ago 677MB [2022-08-12T10:42:38.185Z] 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 [2022-08-12T10:42:38.319Z] provisioning config files... [2022-08-12T10:42:38.346Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config5238624392759062463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T10:42:38.729Z] ---> docker-login.sh [2022-08-12T10:42:38.730Z] nexus3.edgexfoundry.org:10001 [2022-08-12T10:42:38.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:42:38.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:42:38.730Z] Configure a credential helper to remove this warning. See [2022-08-12T10:42:38.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:42:38.730Z] [2022-08-12T10:42:38.730Z] Login Succeeded [2022-08-12T10:42:38.730Z] nexus3.edgexfoundry.org:10002 [2022-08-12T10:42:38.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:42:39.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:42:39.004Z] Configure a credential helper to remove this warning. See [2022-08-12T10:42:39.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:42:39.004Z] [2022-08-12T10:42:39.004Z] Login Succeeded [2022-08-12T10:42:39.004Z] nexus3.edgexfoundry.org:10003 [2022-08-12T10:42:39.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:42:39.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:42:39.004Z] Configure a credential helper to remove this warning. See [2022-08-12T10:42:39.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:42:39.004Z] [2022-08-12T10:42:39.004Z] Login Succeeded [2022-08-12T10:42:39.004Z] nexus3.edgexfoundry.org:10004 [2022-08-12T10:42:39.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:42:39.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:42:39.271Z] Configure a credential helper to remove this warning. See [2022-08-12T10:42:39.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:42:39.271Z] [2022-08-12T10:42:39.271Z] Login Succeeded [2022-08-12T10:42:39.271Z] docker.io [2022-08-12T10:42:39.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:42:39.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:42:39.532Z] Configure a credential helper to remove this warning. See [2022-08-12T10:42:39.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:42:39.532Z] [2022-08-12T10:42:39.532Z] Login Succeeded [2022-08-12T10:42:39.532Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T10:42:39.558Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:42:39.589Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T10:42:39.605Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-08-12T10:42:39.605Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:39.605Z] latest [2022-08-12T10:42:39.605Z] 2.3.0-dev.45 [2022-08-12T10:42:39.605Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:39.605Z] main [2022-08-12T10:42:39.605Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:39.961Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:40.278Z] + docker push nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:40.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-12T10:42:40.279Z] 0d6f9c0f7b7d: Preparing [2022-08-12T10:42:40.279Z] e4505e48d458: Preparing [2022-08-12T10:42:40.279Z] 9abfed49ad28: Preparing [2022-08-12T10:42:40.279Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:40.279Z] 994393dc58e7: Preparing [2022-08-12T10:42:40.279Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:40.279Z] 9abfed49ad28: Pushed [2022-08-12T10:42:40.279Z] 0d6f9c0f7b7d: Pushed [2022-08-12T10:42:40.279Z] b45e7cf2b3f4: Pushed [2022-08-12T10:42:41.666Z] e4505e48d458: Pushed [2022-08-12T10:42:41.666Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:41.995Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:42.310Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-08-12T10:42:42.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-12T10:42:42.310Z] 0d6f9c0f7b7d: Preparing [2022-08-12T10:42:42.310Z] e4505e48d458: Preparing [2022-08-12T10:42:42.310Z] 9abfed49ad28: Preparing [2022-08-12T10:42:42.310Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:42.310Z] 994393dc58e7: Preparing [2022-08-12T10:42:42.310Z] 0d6f9c0f7b7d: Layer already exists [2022-08-12T10:42:42.310Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:42.310Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:42.311Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:42.311Z] e4505e48d458: Layer already exists [2022-08-12T10:42:42.311Z] latest: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:42.640Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:42.954Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.45 [2022-08-12T10:42:42.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-12T10:42:42.955Z] 0d6f9c0f7b7d: Preparing [2022-08-12T10:42:42.955Z] e4505e48d458: Preparing [2022-08-12T10:42:42.955Z] 9abfed49ad28: Preparing [2022-08-12T10:42:42.955Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:42.955Z] 994393dc58e7: Preparing [2022-08-12T10:42:42.955Z] 0d6f9c0f7b7d: Layer already exists [2022-08-12T10:42:42.955Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:42.955Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:42.955Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:42.955Z] e4505e48d458: Layer already exists [2022-08-12T10:42:42.955Z] 2.3.0-dev.45: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:43.273Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:43.585Z] + docker push nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:43.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-12T10:42:43.585Z] 0d6f9c0f7b7d: Preparing [2022-08-12T10:42:43.585Z] e4505e48d458: Preparing [2022-08-12T10:42:43.585Z] 9abfed49ad28: Preparing [2022-08-12T10:42:43.585Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:43.585Z] 994393dc58e7: Preparing [2022-08-12T10:42:43.585Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:43.585Z] e4505e48d458: Layer already exists [2022-08-12T10:42:43.585Z] 0d6f9c0f7b7d: Layer already exists [2022-08-12T10:42:43.585Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:43.585Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:43.585Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:43.904Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:44.218Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-08-12T10:42:44.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-12T10:42:44.218Z] 0d6f9c0f7b7d: Preparing [2022-08-12T10:42:44.218Z] e4505e48d458: Preparing [2022-08-12T10:42:44.218Z] 9abfed49ad28: Preparing [2022-08-12T10:42:44.218Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:44.218Z] 994393dc58e7: Preparing [2022-08-12T10:42:44.218Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:44.218Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:44.218Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:44.218Z] e4505e48d458: Layer already exists [2022-08-12T10:42:44.218Z] 0d6f9c0f7b7d: Layer already exists [2022-08-12T10:42:44.218Z] main: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:42:44.270Z] ===================================================== [Pipeline] echo [2022-08-12T10:42:44.279Z] taggedImages: [2022-08-12T10:42:44.279Z] - nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:44.279Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-08-12T10:42:44.279Z] - nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.45 [2022-08-12T10:42:44.279Z] - nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:44.279Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-08-12T10:42:44.305Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-08-12T10:42:44.305Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:44.305Z] latest [2022-08-12T10:42:44.305Z] 2.3.0-dev.45 [2022-08-12T10:42:44.305Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:44.305Z] main [2022-08-12T10:42:44.305Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:44.635Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:44.955Z] + docker push nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:44.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-12T10:42:44.955Z] 7b362750f397: Preparing [2022-08-12T10:42:44.955Z] 5bc8929e8f72: Preparing [2022-08-12T10:42:44.955Z] 9abfed49ad28: Preparing [2022-08-12T10:42:44.955Z] 4e67759d132b: Preparing [2022-08-12T10:42:44.955Z] 4570a5cdaf2e: Preparing [2022-08-12T10:42:44.955Z] 994393dc58e7: Preparing [2022-08-12T10:42:44.955Z] 994393dc58e7: Waiting [2022-08-12T10:42:44.955Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:44.955Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:44.955Z] 7b362750f397: Pushed [2022-08-12T10:42:44.955Z] 4570a5cdaf2e: Pushed [2022-08-12T10:42:45.215Z] 4e67759d132b: Pushed [2022-08-12T10:42:46.468Z] Removing intermediate container 57371e38b058 [2022-08-12T10:42:46.468Z] ---> 228008b3ab94 [2022-08-12T10:42:46.468Z] Step 8/26 : COPY . . [2022-08-12T10:42:46.468Z] Removing intermediate container 6c723080fe6f [2022-08-12T10:42:46.468Z] ---> f62fb4d065f3 [2022-08-12T10:42:46.468Z] Step 8/25 : COPY . . [2022-08-12T10:42:46.468Z] Removing intermediate container c555ec6e476c [2022-08-12T10:42:46.468Z] ---> 23c31997d151 [2022-08-12T10:42:46.468Z] Step 8/23 : COPY . . [2022-08-12T10:42:46.468Z] Removing intermediate container 3bc3217debc1 [2022-08-12T10:42:46.468Z] ---> 586d12321527 [2022-08-12T10:42:46.468Z] Step 8/22 : COPY . . [2022-08-12T10:42:46.468Z] Removing intermediate container cbe4fbe8dcf2 [2022-08-12T10:42:46.468Z] ---> ce82e80fde88 [2022-08-12T10:42:46.468Z] Step 8/26 : COPY . . [2022-08-12T10:42:46.468Z] ---> 2016fc21802e [2022-08-12T10:42:46.468Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-12T10:42:46.468Z] ---> 71274f184d0d [2022-08-12T10:42:46.468Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-08-12T10:42:46.468Z] ---> c96bce7317a0 [2022-08-12T10:42:46.468Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-08-12T10:42:46.468Z] ---> 7fcd65af9b5d [2022-08-12T10:42:46.468Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-12T10:42:46.468Z] ---> 9c3152894859 [2022-08-12T10:42:46.468Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-08-12T10:42:46.468Z] ---> Running in d99b7f4cf03a [2022-08-12T10:42:46.468Z] ---> Running in 2a2e280c1306 [2022-08-12T10:42:46.468Z] ---> Running in 4f02ae1fb8be [2022-08-12T10:42:46.468Z] ---> Running in 4866e1576e15 [2022-08-12T10:42:46.468Z] ---> Running in 6931a70b2ab6 [2022-08-12T10:42:46.468Z] Removing intermediate container 2a2e280c1306 [2022-08-12T10:42:46.468Z] ---> 75e01b0e8a2b [2022-08-12T10:42:46.468Z] Step 10/26 : WORKDIR /edgex-go/spire-buildRemoving intermediate container d99b7f4cf03a [2022-08-12T10:42:46.468Z] ---> 78a3130375ce [2022-08-12T10:42:46.468Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-12T10:42:46.468Z] [2022-08-12T10:42:46.468Z] Removing intermediate container 6931a70b2ab6 [2022-08-12T10:42:46.468Z] ---> 97d2c77a0890 [2022-08-12T10:42:46.468Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-08-12T10:42:46.468Z] ---> Running in 53bff1086e35 [2022-08-12T10:42:46.468Z] ---> Running in 087db9dd2851 [2022-08-12T10:42:46.468Z] ---> Running in f71b7f328767 [2022-08-12T10:42:46.468Z] Removing intermediate container 087db9dd2851 [2022-08-12T10:42:46.468Z] ---> 95d905ac41bc [2022-08-12T10:42:46.468Z] Step 11/26 : 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 [2022-08-12T10:42:46.468Z] Removing intermediate container 53bff1086e35 [2022-08-12T10:42:46.468Z] ---> 1c620d9c7789 [2022-08-12T10:42:46.468Z] Step 11/26 : 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 [2022-08-12T10:42:46.468Z] ---> Running in d2d35318e98e [2022-08-12T10:42:46.468Z] Removing intermediate container f71b7f328767 [2022-08-12T10:42:46.468Z] ---> 34856754fd80 [2022-08-12T10:42:46.468Z] Step 11/25 : 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 [2022-08-12T10:42:46.468Z] ---> Running in 841f246e126e [2022-08-12T10:42:46.468Z] ---> Running in afb80a326416 [2022-08-12T10:42:46.468Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-08-12T10:42:46.468Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-12T10:42:47.132Z] 5bc8929e8f72: Pushed [2022-08-12T10:42:47.132Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:47.457Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [2022-08-12T10:42:47.464Z] Removing intermediate container d2d35318e98e [2022-08-12T10:42:47.464Z] ---> b56ccf1da951 [2022-08-12T10:42:47.464Z] Step 12/26 : WORKDIR /edgex-go [2022-08-12T10:42:47.464Z] ---> Running in 291e4d7caaf7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:47.759Z] Removing intermediate container 841f246e126e [2022-08-12T10:42:47.759Z] ---> c040302ea003 [2022-08-12T10:42:47.759Z] Step 12/26 : WORKDIR /edgex-go [2022-08-12T10:42:47.776Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-08-12T10:42:47.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-12T10:42:47.776Z] 7b362750f397: Preparing [2022-08-12T10:42:47.776Z] 5bc8929e8f72: Preparing [2022-08-12T10:42:47.776Z] 9abfed49ad28: Preparing [2022-08-12T10:42:47.776Z] 4e67759d132b: Preparing [2022-08-12T10:42:47.776Z] 4570a5cdaf2e: Preparing [2022-08-12T10:42:47.776Z] 994393dc58e7: Preparing [2022-08-12T10:42:47.776Z] 7b362750f397: Layer already exists [2022-08-12T10:42:47.776Z] 4e67759d132b: Layer already exists [2022-08-12T10:42:47.776Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:47.776Z] 4570a5cdaf2e: Layer already exists [2022-08-12T10:42:47.776Z] 5bc8929e8f72: Layer already exists [2022-08-12T10:42:47.776Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:47.776Z] latest: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:48.071Z] ---> Running in 55ae442661a4 [2022-08-12T10:42:48.102Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:48.361Z] Removing intermediate container afb80a326416 [2022-08-12T10:42:48.361Z] ---> f23e9bced6b3 [2022-08-12T10:42:48.361Z] Step 12/25 : WORKDIR /edgex-go [2022-08-12T10:42:48.422Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.45 [2022-08-12T10:42:48.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-12T10:42:48.422Z] 7b362750f397: Preparing [2022-08-12T10:42:48.422Z] 5bc8929e8f72: Preparing [2022-08-12T10:42:48.422Z] 9abfed49ad28: Preparing [2022-08-12T10:42:48.422Z] 4e67759d132b: Preparing [2022-08-12T10:42:48.422Z] 4570a5cdaf2e: Preparing [2022-08-12T10:42:48.422Z] 994393dc58e7: Preparing [2022-08-12T10:42:48.422Z] 994393dc58e7: Waiting [2022-08-12T10:42:48.422Z] 4e67759d132b: Layer already exists [2022-08-12T10:42:48.422Z] 7b362750f397: Layer already exists [2022-08-12T10:42:48.422Z] 4570a5cdaf2e: Layer already exists [2022-08-12T10:42:48.422Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:48.422Z] 5bc8929e8f72: Layer already exists [2022-08-12T10:42:48.422Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:48.422Z] 2.3.0-dev.45: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:48.644Z] Removing intermediate container 291e4d7caaf7 [2022-08-12T10:42:48.644Z] ---> b365d355376f [2022-08-12T10:42:48.644Z] [2022-08-12T10:42:48.644Z] Step 13/26 : FROM alpine:3.15 [2022-08-12T10:42:48.644Z] ---> Running in e6d507155a38 [2022-08-12T10:42:48.644Z] 3.15: Pulling from library/alpine [2022-08-12T10:42:48.742Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:49.060Z] + docker push nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:49.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-12T10:42:49.060Z] 7b362750f397: Preparing [2022-08-12T10:42:49.060Z] 5bc8929e8f72: Preparing [2022-08-12T10:42:49.060Z] 9abfed49ad28: Preparing [2022-08-12T10:42:49.060Z] 4e67759d132b: Preparing [2022-08-12T10:42:49.060Z] 4570a5cdaf2e: Preparing [2022-08-12T10:42:49.060Z] 994393dc58e7: Preparing [2022-08-12T10:42:49.060Z] 994393dc58e7: Waiting [2022-08-12T10:42:49.060Z] 7b362750f397: Layer already exists [2022-08-12T10:42:49.060Z] 5bc8929e8f72: Layer already exists [2022-08-12T10:42:49.060Z] 4e67759d132b: Layer already exists [2022-08-12T10:42:49.060Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:49.060Z] 4570a5cdaf2e: Layer already exists [2022-08-12T10:42:49.060Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:49.060Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:49.253Z] Removing intermediate container 55ae442661a4 [2022-08-12T10:42:49.254Z] ---> 90bc45e228da [2022-08-12T10:42:49.254Z] [2022-08-12T10:42:49.254Z] Step 13/26 : FROM alpine:3.15 [2022-08-12T10:42:49.254Z] 3.15: Pulling from library/alpine [2022-08-12T10:42:49.385Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:49.531Z] Removing intermediate container e6d507155a38 [2022-08-12T10:42:49.531Z] ---> 27c7d7458c2c [2022-08-12T10:42:49.531Z] [2022-08-12T10:42:49.531Z] Step 13/25 : FROM alpine:3.15 [2022-08-12T10:42:49.531Z] 3.15: Pulling from library/alpine [2022-08-12T10:42:49.702Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-08-12T10:42:49.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-12T10:42:49.702Z] 7b362750f397: Preparing [2022-08-12T10:42:49.702Z] 5bc8929e8f72: Preparing [2022-08-12T10:42:49.702Z] 9abfed49ad28: Preparing [2022-08-12T10:42:49.702Z] 4e67759d132b: Preparing [2022-08-12T10:42:49.702Z] 4570a5cdaf2e: Preparing [2022-08-12T10:42:49.702Z] 994393dc58e7: Preparing [2022-08-12T10:42:49.702Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:49.702Z] 7b362750f397: Layer already exists [2022-08-12T10:42:49.702Z] 4e67759d132b: Layer already exists [2022-08-12T10:42:49.702Z] 4570a5cdaf2e: Layer already exists [2022-08-12T10:42:49.702Z] 5bc8929e8f72: Layer already exists [2022-08-12T10:42:49.702Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:49.702Z] main: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:42:49.753Z] ===================================================== [Pipeline] echo [2022-08-12T10:42:49.762Z] taggedImages: [2022-08-12T10:42:49.762Z] - nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:49.762Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-08-12T10:42:49.762Z] - nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.45 [2022-08-12T10:42:49.762Z] - nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:49.762Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-08-12T10:42:49.785Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-08-12T10:42:49.785Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:49.785Z] latest [2022-08-12T10:42:49.785Z] 2.3.0-dev.45 [2022-08-12T10:42:49.785Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:49.785Z] main [2022-08-12T10:42:49.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:50.119Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:50.434Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:50.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-12T10:42:50.434Z] 9d6501057c65: Preparing [2022-08-12T10:42:50.434Z] 7ba5b198c16d: Preparing [2022-08-12T10:42:50.434Z] e5fa81c51ed8: Preparing [2022-08-12T10:42:50.434Z] 9abfed49ad28: Preparing [2022-08-12T10:42:50.434Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:50.434Z] 994393dc58e7: Preparing [2022-08-12T10:42:50.434Z] 994393dc58e7: Waiting [2022-08-12T10:42:50.434Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:50.434Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:50.434Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:50.434Z] 9d6501057c65: Pushed [2022-08-12T10:42:50.434Z] 7ba5b198c16d: Pushed [2022-08-12T10:42:50.539Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-12T10:42:50.539Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-12T10:42:50.539Z] Status: Image is up to date for alpine:3.15 [2022-08-12T10:42:50.539Z] Status: Downloaded newer image for alpine:3.15 [2022-08-12T10:42:50.539Z] ---> 02e0d6fdf486 [2022-08-12T10:42:50.539Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:42:50.539Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-12T10:42:50.539Z] Status: Image is up to date for alpine:3.15 [2022-08-12T10:42:50.539Z] ---> 02e0d6fdf486 [2022-08-12T10:42:50.539Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:42:50.539Z] ---> 02e0d6fdf486 [2022-08-12T10:42:50.539Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:42:50.819Z] ---> Running in 2892cfbbd162 [2022-08-12T10:42:50.819Z] ---> Running in 51109ab6c908 [2022-08-12T10:42:50.819Z] ---> Running in a077bdc4027b [2022-08-12T10:42:51.445Z] Removing intermediate container 2892cfbbd162 [2022-08-12T10:42:51.445Z] ---> 525f8e87d90b [2022-08-12T10:42:51.445Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:42:51.734Z] Removing intermediate container 51109ab6c908 [2022-08-12T10:42:51.734Z] ---> 0bc316e505e3 [2022-08-12T10:42:51.734Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:42:51.734Z] Removing intermediate container a077bdc4027b [2022-08-12T10:42:51.734Z] ---> 672fa93ad5e6 [2022-08-12T10:42:51.734Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:42:51.734Z] ---> Running in b8c28df7582f [2022-08-12T10:42:52.017Z] ---> Running in 25c3c4f093d8 [2022-08-12T10:42:52.017Z] ---> Running in 8d2c5d6e8818 [2022-08-12T10:42:52.349Z] e5fa81c51ed8: Pushed [2022-08-12T10:42:52.349Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:52.676Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:52.992Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-08-12T10:42:52.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-12T10:42:52.993Z] 9d6501057c65: Preparing [2022-08-12T10:42:52.993Z] 7ba5b198c16d: Preparing [2022-08-12T10:42:52.993Z] e5fa81c51ed8: Preparing [2022-08-12T10:42:52.993Z] 9abfed49ad28: Preparing [2022-08-12T10:42:52.993Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:52.993Z] 994393dc58e7: Preparing [2022-08-12T10:42:52.993Z] 994393dc58e7: Waiting [2022-08-12T10:42:52.993Z] e5fa81c51ed8: Layer already exists [2022-08-12T10:42:52.993Z] 7ba5b198c16d: Layer already exists [2022-08-12T10:42:52.993Z] 9d6501057c65: Layer already exists [2022-08-12T10:42:52.993Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:52.993Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:52.993Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:52.993Z] latest: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:53.319Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:53.631Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.45 [2022-08-12T10:42:53.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-12T10:42:53.631Z] 9d6501057c65: Preparing [2022-08-12T10:42:53.631Z] 7ba5b198c16d: Preparing [2022-08-12T10:42:53.631Z] e5fa81c51ed8: Preparing [2022-08-12T10:42:53.631Z] 9abfed49ad28: Preparing [2022-08-12T10:42:53.631Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:53.631Z] 994393dc58e7: Preparing [2022-08-12T10:42:53.631Z] 994393dc58e7: Waiting [2022-08-12T10:42:53.631Z] e5fa81c51ed8: Layer already exists [2022-08-12T10:42:53.631Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:53.631Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:53.631Z] 9d6501057c65: Layer already exists [2022-08-12T10:42:53.631Z] 7ba5b198c16d: Layer already exists [2022-08-12T10:42:53.631Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:53.631Z] 2.3.0-dev.45: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:53.953Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:54.271Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:54.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-12T10:42:54.271Z] 9d6501057c65: Preparing [2022-08-12T10:42:54.271Z] 7ba5b198c16d: Preparing [2022-08-12T10:42:54.271Z] e5fa81c51ed8: Preparing [2022-08-12T10:42:54.271Z] 9abfed49ad28: Preparing [2022-08-12T10:42:54.271Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:54.271Z] 994393dc58e7: Preparing [2022-08-12T10:42:54.271Z] 994393dc58e7: Waiting [2022-08-12T10:42:54.271Z] 7ba5b198c16d: Layer already exists [2022-08-12T10:42:54.271Z] 9d6501057c65: Layer already exists [2022-08-12T10:42:54.271Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:54.271Z] e5fa81c51ed8: Layer already exists [2022-08-12T10:42:54.271Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:54.271Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:54.271Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:54.592Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:54.909Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-08-12T10:42:54.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-12T10:42:54.909Z] 9d6501057c65: Preparing [2022-08-12T10:42:54.909Z] 7ba5b198c16d: Preparing [2022-08-12T10:42:54.909Z] e5fa81c51ed8: Preparing [2022-08-12T10:42:54.909Z] 9abfed49ad28: Preparing [2022-08-12T10:42:54.909Z] b45e7cf2b3f4: Preparing [2022-08-12T10:42:54.909Z] 994393dc58e7: Preparing [2022-08-12T10:42:54.909Z] 994393dc58e7: Waiting [2022-08-12T10:42:54.909Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:42:54.909Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:54.909Z] 9d6501057c65: Layer already exists [2022-08-12T10:42:54.909Z] e5fa81c51ed8: Layer already exists [2022-08-12T10:42:54.909Z] 7ba5b198c16d: Layer already exists [2022-08-12T10:42:54.909Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:54.909Z] main: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:42:54.960Z] ===================================================== [Pipeline] echo [2022-08-12T10:42:54.970Z] taggedImages: [2022-08-12T10:42:54.970Z] - nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:54.970Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-08-12T10:42:54.970Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.45 [2022-08-12T10:42:54.970Z] - nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:54.970Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-08-12T10:42:54.992Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-08-12T10:42:54.992Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:54.992Z] latest [2022-08-12T10:42:54.992Z] 2.3.0-dev.45 [2022-08-12T10:42:54.992Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:54.992Z] main [2022-08-12T10:42:54.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:55.321Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:55.638Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:42:55.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-12T10:42:55.638Z] 0553a82c9a12: Preparing [2022-08-12T10:42:55.638Z] 0553a82c9a12: Preparing [2022-08-12T10:42:55.638Z] 42e3f8524e54: Preparing [2022-08-12T10:42:55.638Z] 78ed16dd3d47: Preparing [2022-08-12T10:42:55.638Z] bcb4ce87fb81: Preparing [2022-08-12T10:42:55.638Z] 5b447a9c4a8c: Preparing [2022-08-12T10:42:55.638Z] 9abfed49ad28: Preparing [2022-08-12T10:42:55.638Z] eb2570436a94: Preparing [2022-08-12T10:42:55.638Z] 96006a19bfd0: Preparing [2022-08-12T10:42:55.638Z] 52e3f024600b: Preparing [2022-08-12T10:42:55.638Z] 6ae7ff902ae5: Preparing [2022-08-12T10:42:55.638Z] 994393dc58e7: Preparing [2022-08-12T10:42:55.638Z] 6ae7ff902ae5: Waiting [2022-08-12T10:42:55.638Z] eb2570436a94: Waiting [2022-08-12T10:42:55.638Z] 96006a19bfd0: Waiting [2022-08-12T10:42:55.638Z] 52e3f024600b: Waiting [2022-08-12T10:42:55.638Z] 9abfed49ad28: Waiting [2022-08-12T10:42:55.638Z] 994393dc58e7: Waiting [2022-08-12T10:42:55.638Z] bcb4ce87fb81: Pushed [2022-08-12T10:42:55.638Z] 78ed16dd3d47: Pushed [2022-08-12T10:42:55.638Z] 42e3f8524e54: Pushed [2022-08-12T10:42:55.638Z] 0553a82c9a12: Pushed [2022-08-12T10:42:55.638Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:55.899Z] 96006a19bfd0: Pushed [2022-08-12T10:42:55.899Z] 52e3f024600b: Pushed [2022-08-12T10:42:55.899Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:55.899Z] eb2570436a94: Pushed [2022-08-12T10:42:55.899Z] 6ae7ff902ae5: Pushed [2022-08-12T10:42:56.418Z] Removing intermediate container 25c3c4f093d8 [2022-08-12T10:42:56.418Z] ---> b896653d85a3 [2022-08-12T10:42:56.418Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-12T10:42:56.418Z] ---> Running in 1027b6b351a9 [2022-08-12T10:42:57.279Z] 5b447a9c4a8c: Pushed [2022-08-12T10:42:57.462Z] Removing intermediate container 8d2c5d6e8818 [2022-08-12T10:42:57.462Z] ---> 099f1de4bd45 [2022-08-12T10:42:57.462Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompatRemoving intermediate container b8c28df7582f [2022-08-12T10:42:57.462Z] [2022-08-12T10:42:57.462Z] ---> 75cfeb11c3e0 [2022-08-12T10:42:57.462Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-12T10:42:57.540Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:57.754Z] ---> Running in 49dafa376ccc [2022-08-12T10:42:57.754Z] ---> Running in 7bde665d1018 [2022-08-12T10:42:57.854Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:58.170Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-08-12T10:42:58.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-12T10:42:58.170Z] 0553a82c9a12: Preparing [2022-08-12T10:42:58.170Z] 0553a82c9a12: Preparing [2022-08-12T10:42:58.170Z] 42e3f8524e54: Preparing [2022-08-12T10:42:58.170Z] 78ed16dd3d47: Preparing [2022-08-12T10:42:58.170Z] bcb4ce87fb81: Preparing [2022-08-12T10:42:58.170Z] 5b447a9c4a8c: Preparing [2022-08-12T10:42:58.170Z] 9abfed49ad28: Preparing [2022-08-12T10:42:58.170Z] eb2570436a94: Preparing [2022-08-12T10:42:58.170Z] 96006a19bfd0: Preparing [2022-08-12T10:42:58.170Z] 52e3f024600b: Preparing [2022-08-12T10:42:58.170Z] 6ae7ff902ae5: Preparing [2022-08-12T10:42:58.170Z] 994393dc58e7: Preparing [2022-08-12T10:42:58.170Z] 9abfed49ad28: Waiting [2022-08-12T10:42:58.170Z] 96006a19bfd0: Waiting [2022-08-12T10:42:58.170Z] 52e3f024600b: Waiting [2022-08-12T10:42:58.170Z] eb2570436a94: Waiting [2022-08-12T10:42:58.170Z] 6ae7ff902ae5: Waiting [2022-08-12T10:42:58.170Z] 5b447a9c4a8c: Layer already exists [2022-08-12T10:42:58.170Z] 42e3f8524e54: Layer already exists [2022-08-12T10:42:58.170Z] 78ed16dd3d47: Layer already exists [2022-08-12T10:42:58.170Z] bcb4ce87fb81: Layer already exists [2022-08-12T10:42:58.170Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:58.170Z] eb2570436a94: Layer already exists [2022-08-12T10:42:58.170Z] 52e3f024600b: Layer already exists [2022-08-12T10:42:58.170Z] 0553a82c9a12: Layer already exists [2022-08-12T10:42:58.170Z] 96006a19bfd0: Layer already exists [2022-08-12T10:42:58.170Z] 6ae7ff902ae5: Layer already exists [2022-08-12T10:42:58.170Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:58.170Z] latest: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:58.511Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:58.823Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.45 [2022-08-12T10:42:58.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-12T10:42:58.823Z] 0553a82c9a12: Preparing [2022-08-12T10:42:58.823Z] 0553a82c9a12: Preparing [2022-08-12T10:42:58.823Z] 42e3f8524e54: Preparing [2022-08-12T10:42:58.823Z] 78ed16dd3d47: Preparing [2022-08-12T10:42:58.823Z] bcb4ce87fb81: Preparing [2022-08-12T10:42:58.823Z] 5b447a9c4a8c: Preparing [2022-08-12T10:42:58.823Z] 9abfed49ad28: Preparing [2022-08-12T10:42:58.823Z] eb2570436a94: Preparing [2022-08-12T10:42:58.823Z] 96006a19bfd0: Preparing [2022-08-12T10:42:58.823Z] 52e3f024600b: Preparing [2022-08-12T10:42:58.823Z] 6ae7ff902ae5: Preparing [2022-08-12T10:42:58.823Z] 994393dc58e7: Preparing [2022-08-12T10:42:58.823Z] 9abfed49ad28: Waiting [2022-08-12T10:42:58.823Z] eb2570436a94: Waiting [2022-08-12T10:42:58.823Z] 994393dc58e7: Waiting [2022-08-12T10:42:58.823Z] 96006a19bfd0: Waiting [2022-08-12T10:42:58.823Z] 52e3f024600b: Waiting [2022-08-12T10:42:58.823Z] bcb4ce87fb81: Layer already exists [2022-08-12T10:42:58.823Z] 78ed16dd3d47: Layer already exists [2022-08-12T10:42:58.823Z] 42e3f8524e54: Layer already exists [2022-08-12T10:42:58.823Z] 5b447a9c4a8c: Layer already exists [2022-08-12T10:42:58.823Z] 0553a82c9a12: Layer already exists [2022-08-12T10:42:58.823Z] eb2570436a94: Layer already exists [2022-08-12T10:42:58.823Z] 6ae7ff902ae5: Layer already exists [2022-08-12T10:42:58.823Z] 96006a19bfd0: Layer already exists [2022-08-12T10:42:58.823Z] 52e3f024600b: Layer already exists [2022-08-12T10:42:58.823Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:58.823Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:58.823Z] 2.3.0-dev.45: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:59.144Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:59.212Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:42:59.456Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:42:59.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-12T10:42:59.456Z] 0553a82c9a12: Preparing [2022-08-12T10:42:59.456Z] 0553a82c9a12: Preparing [2022-08-12T10:42:59.456Z] 42e3f8524e54: Preparing [2022-08-12T10:42:59.456Z] 78ed16dd3d47: Preparing [2022-08-12T10:42:59.456Z] bcb4ce87fb81: Preparing [2022-08-12T10:42:59.456Z] 5b447a9c4a8c: Preparing [2022-08-12T10:42:59.456Z] 9abfed49ad28: Preparing [2022-08-12T10:42:59.456Z] eb2570436a94: Preparing [2022-08-12T10:42:59.456Z] 96006a19bfd0: Preparing [2022-08-12T10:42:59.456Z] 52e3f024600b: Preparing [2022-08-12T10:42:59.456Z] 6ae7ff902ae5: Preparing [2022-08-12T10:42:59.456Z] 994393dc58e7: Preparing [2022-08-12T10:42:59.456Z] 9abfed49ad28: Waiting [2022-08-12T10:42:59.456Z] 52e3f024600b: Waiting [2022-08-12T10:42:59.456Z] eb2570436a94: Waiting [2022-08-12T10:42:59.456Z] 96006a19bfd0: Waiting [2022-08-12T10:42:59.456Z] 6ae7ff902ae5: Waiting [2022-08-12T10:42:59.456Z] 994393dc58e7: Waiting [2022-08-12T10:42:59.456Z] 0553a82c9a12: Layer already exists [2022-08-12T10:42:59.456Z] bcb4ce87fb81: Layer already exists [2022-08-12T10:42:59.456Z] 42e3f8524e54: Layer already exists [2022-08-12T10:42:59.456Z] 5b447a9c4a8c: Layer already exists [2022-08-12T10:42:59.456Z] 78ed16dd3d47: Layer already exists [2022-08-12T10:42:59.456Z] 9abfed49ad28: Layer already exists [2022-08-12T10:42:59.456Z] eb2570436a94: Layer already exists [2022-08-12T10:42:59.456Z] 96006a19bfd0: Layer already exists [2022-08-12T10:42:59.456Z] 6ae7ff902ae5: Layer already exists [2022-08-12T10:42:59.456Z] 52e3f024600b: Layer already exists [2022-08-12T10:42:59.456Z] 994393dc58e7: Layer already exists [2022-08-12T10:42:59.456Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:59.778Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:42:59.819Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:42:59.819Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:00.096Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-08-12T10:43:00.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-12T10:43:00.097Z] 0553a82c9a12: Preparing [2022-08-12T10:43:00.097Z] 0553a82c9a12: Preparing [2022-08-12T10:43:00.097Z] 42e3f8524e54: Preparing [2022-08-12T10:43:00.097Z] 78ed16dd3d47: Preparing [2022-08-12T10:43:00.097Z] bcb4ce87fb81: Preparing [2022-08-12T10:43:00.097Z] 5b447a9c4a8c: Preparing [2022-08-12T10:43:00.097Z] 9abfed49ad28: Preparing [2022-08-12T10:43:00.097Z] eb2570436a94: Preparing [2022-08-12T10:43:00.097Z] 96006a19bfd0: Preparing [2022-08-12T10:43:00.097Z] 52e3f024600b: Preparing [2022-08-12T10:43:00.097Z] 6ae7ff902ae5: Preparing [2022-08-12T10:43:00.097Z] 994393dc58e7: Preparing [2022-08-12T10:43:00.097Z] 9abfed49ad28: Waiting [2022-08-12T10:43:00.097Z] eb2570436a94: Waiting [2022-08-12T10:43:00.097Z] 96006a19bfd0: Waiting [2022-08-12T10:43:00.097Z] 52e3f024600b: Waiting [2022-08-12T10:43:00.097Z] 6ae7ff902ae5: Waiting [2022-08-12T10:43:00.097Z] 994393dc58e7: Waiting [2022-08-12T10:43:00.097Z] bcb4ce87fb81: Layer already exists [2022-08-12T10:43:00.097Z] 78ed16dd3d47: Layer already exists [2022-08-12T10:43:00.097Z] 0553a82c9a12: Layer already exists [2022-08-12T10:43:00.097Z] 42e3f8524e54: Layer already exists [2022-08-12T10:43:00.097Z] 5b447a9c4a8c: Layer already exists [2022-08-12T10:43:00.097Z] eb2570436a94: Layer already exists [2022-08-12T10:43:00.097Z] 52e3f024600b: Layer already exists [2022-08-12T10:43:00.097Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:00.097Z] 6ae7ff902ae5: Layer already exists [2022-08-12T10:43:00.097Z] 96006a19bfd0: Layer already exists [2022-08-12T10:43:00.097Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:00.097Z] main: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [2022-08-12T10:43:00.098Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:00.148Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:00.159Z] taggedImages: [2022-08-12T10:43:00.159Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:00.159Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-08-12T10:43:00.159Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.45 [2022-08-12T10:43:00.159Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:00.159Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-08-12T10:43:00.185Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-08-12T10:43:00.185Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:00.185Z] latest [2022-08-12T10:43:00.185Z] 2.3.0-dev.45 [2022-08-12T10:43:00.185Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:00.185Z] main [2022-08-12T10:43:00.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:00.508Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:00.704Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:00.821Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:00.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-12T10:43:00.821Z] 4c8a7d1df436: Preparing [2022-08-12T10:43:00.821Z] fab800025cb4: Preparing [2022-08-12T10:43:00.821Z] bf00585b8a43: Preparing [2022-08-12T10:43:00.821Z] 13bbbd02939c: Preparing [2022-08-12T10:43:00.821Z] c8ee75abfc3e: Preparing [2022-08-12T10:43:00.821Z] f0084ebeae73: Preparing [2022-08-12T10:43:00.821Z] ce8ed6499dca: Preparing [2022-08-12T10:43:00.821Z] 994393dc58e7: Preparing [2022-08-12T10:43:00.821Z] f0084ebeae73: Waiting [2022-08-12T10:43:00.821Z] 994393dc58e7: Waiting [2022-08-12T10:43:00.821Z] fab800025cb4: Pushed [2022-08-12T10:43:00.821Z] c8ee75abfc3e: Pushed [2022-08-12T10:43:00.822Z] 4c8a7d1df436: Pushed [2022-08-12T10:43:00.822Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:00.995Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:01.084Z] f0084ebeae73: Pushed [2022-08-12T10:43:01.274Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-12T10:43:01.274Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-12T10:43:01.274Z] OK: 15733 distinct packages available [2022-08-12T10:43:01.274Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:01.343Z] ce8ed6499dca: Pushed [2022-08-12T10:43:01.875Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-12T10:43:01.875Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-12T10:43:01.875Z] OK: 15733 distinct packages available [2022-08-12T10:43:01.915Z] 13bbbd02939c: Pushed [2022-08-12T10:43:01.915Z] bf00585b8a43: Pushed [2022-08-12T10:43:02.156Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:02.175Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:02.434Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-12T10:43:02.434Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-12T10:43:02.434Z] OK: 15733 distinct packages available [2022-08-12T10:43:02.434Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:02.501Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:02.718Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:02.814Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-08-12T10:43:02.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-12T10:43:02.814Z] 4c8a7d1df436: Preparing [2022-08-12T10:43:02.814Z] fab800025cb4: Preparing [2022-08-12T10:43:02.814Z] bf00585b8a43: Preparing [2022-08-12T10:43:02.814Z] 13bbbd02939c: Preparing [2022-08-12T10:43:02.814Z] c8ee75abfc3e: Preparing [2022-08-12T10:43:02.814Z] f0084ebeae73: Preparing [2022-08-12T10:43:02.814Z] ce8ed6499dca: Preparing [2022-08-12T10:43:02.814Z] 994393dc58e7: Preparing [2022-08-12T10:43:02.814Z] f0084ebeae73: Waiting [2022-08-12T10:43:02.814Z] 994393dc58e7: Waiting [2022-08-12T10:43:02.814Z] ce8ed6499dca: Waiting [2022-08-12T10:43:02.814Z] c8ee75abfc3e: Layer already exists [2022-08-12T10:43:02.814Z] 13bbbd02939c: Layer already exists [2022-08-12T10:43:02.814Z] bf00585b8a43: Layer already exists [2022-08-12T10:43:02.814Z] fab800025cb4: Layer already exists [2022-08-12T10:43:02.814Z] 4c8a7d1df436: Layer already exists [2022-08-12T10:43:02.814Z] ce8ed6499dca: Layer already exists [2022-08-12T10:43:02.814Z] f0084ebeae73: Layer already exists [2022-08-12T10:43:02.814Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:02.814Z] latest: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:03.129Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:03.336Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:03.443Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.45 [2022-08-12T10:43:03.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-12T10:43:03.444Z] 4c8a7d1df436: Preparing [2022-08-12T10:43:03.444Z] fab800025cb4: Preparing [2022-08-12T10:43:03.444Z] bf00585b8a43: Preparing [2022-08-12T10:43:03.444Z] 13bbbd02939c: Preparing [2022-08-12T10:43:03.444Z] c8ee75abfc3e: Preparing [2022-08-12T10:43:03.444Z] f0084ebeae73: Preparing [2022-08-12T10:43:03.444Z] ce8ed6499dca: Preparing [2022-08-12T10:43:03.444Z] 994393dc58e7: Preparing [2022-08-12T10:43:03.444Z] ce8ed6499dca: Waiting [2022-08-12T10:43:03.444Z] 994393dc58e7: Waiting [2022-08-12T10:43:03.444Z] f0084ebeae73: Waiting [2022-08-12T10:43:03.444Z] bf00585b8a43: Layer already exists [2022-08-12T10:43:03.444Z] fab800025cb4: Layer already exists [2022-08-12T10:43:03.444Z] 4c8a7d1df436: Layer already exists [2022-08-12T10:43:03.444Z] c8ee75abfc3e: Layer already exists [2022-08-12T10:43:03.444Z] 13bbbd02939c: Layer already exists [2022-08-12T10:43:03.444Z] f0084ebeae73: Layer already exists [2022-08-12T10:43:03.444Z] ce8ed6499dca: Layer already exists [2022-08-12T10:43:03.444Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:03.444Z] 2.3.0-dev.45: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:03.616Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-12T10:43:03.617Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-12T10:43:03.617Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:03.617Z] (3/5) Installing libucontext (1.1-r0) [2022-08-12T10:43:03.768Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:03.898Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-12T10:43:03.898Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-12T10:43:04.081Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:04.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-12T10:43:04.081Z] 4c8a7d1df436: Preparing [2022-08-12T10:43:04.081Z] fab800025cb4: Preparing [2022-08-12T10:43:04.081Z] bf00585b8a43: Preparing [2022-08-12T10:43:04.081Z] 13bbbd02939c: Preparing [2022-08-12T10:43:04.081Z] c8ee75abfc3e: Preparing [2022-08-12T10:43:04.081Z] f0084ebeae73: Preparing [2022-08-12T10:43:04.081Z] ce8ed6499dca: Preparing [2022-08-12T10:43:04.081Z] 994393dc58e7: Preparing [2022-08-12T10:43:04.081Z] f0084ebeae73: Waiting [2022-08-12T10:43:04.081Z] ce8ed6499dca: Waiting [2022-08-12T10:43:04.081Z] 994393dc58e7: Waiting [2022-08-12T10:43:04.081Z] c8ee75abfc3e: Layer already exists [2022-08-12T10:43:04.081Z] fab800025cb4: Layer already exists [2022-08-12T10:43:04.081Z] bf00585b8a43: Layer already exists [2022-08-12T10:43:04.081Z] 13bbbd02939c: Layer already exists [2022-08-12T10:43:04.081Z] 4c8a7d1df436: Layer already exists [2022-08-12T10:43:04.081Z] f0084ebeae73: Layer already exists [2022-08-12T10:43:04.081Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:04.081Z] ce8ed6499dca: Layer already exists [2022-08-12T10:43:04.081Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:04.177Z] Executing busybox-1.34.1-r7.trigger [2022-08-12T10:43:04.177Z] OK: 6 MiB in 19 packages [2022-08-12T10:43:04.402Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:04.460Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-08-12T10:43:04.460Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-08-12T10:43:04.460Z] (3/4) Installing libucontext (1.1-r0) [2022-08-12T10:43:04.716Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-08-12T10:43:04.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-12T10:43:04.716Z] 4c8a7d1df436: Preparing [2022-08-12T10:43:04.716Z] fab800025cb4: Preparing [2022-08-12T10:43:04.716Z] bf00585b8a43: Preparing [2022-08-12T10:43:04.716Z] 13bbbd02939c: Preparing [2022-08-12T10:43:04.716Z] c8ee75abfc3e: Preparing [2022-08-12T10:43:04.716Z] f0084ebeae73: Preparing [2022-08-12T10:43:04.716Z] ce8ed6499dca: Preparing [2022-08-12T10:43:04.716Z] f0084ebeae73: Waiting [2022-08-12T10:43:04.716Z] 994393dc58e7: Preparing [2022-08-12T10:43:04.716Z] ce8ed6499dca: Waiting [2022-08-12T10:43:04.716Z] 994393dc58e7: Waiting [2022-08-12T10:43:04.716Z] 13bbbd02939c: Layer already exists [2022-08-12T10:43:04.716Z] fab800025cb4: Layer already exists [2022-08-12T10:43:04.716Z] bf00585b8a43: Layer already exists [2022-08-12T10:43:04.716Z] 4c8a7d1df436: Layer already exists [2022-08-12T10:43:04.716Z] c8ee75abfc3e: Layer already exists [2022-08-12T10:43:04.716Z] f0084ebeae73: Layer already exists [2022-08-12T10:43:04.716Z] ce8ed6499dca: Layer already exists [2022-08-12T10:43:04.716Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:04.716Z] main: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [2022-08-12T10:43:04.739Z] (4/4) Installing gcompat (1.0.0-r4) [Pipeline] } [2022-08-12T10:43:04.739Z] Executing busybox-1.34.1-r7.trigger [2022-08-12T10:43:04.739Z] OK: 6 MiB in 18 packages [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:04.767Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:04.780Z] taggedImages: [2022-08-12T10:43:04.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:04.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-08-12T10:43:04.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.45 [2022-08-12T10:43:04.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:04.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-08-12T10:43:04.801Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-08-12T10:43:04.801Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:04.801Z] latest [2022-08-12T10:43:04.801Z] 2.3.0-dev.45 [2022-08-12T10:43:04.801Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:04.801Z] main [2022-08-12T10:43:04.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:05.066Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-12T10:43:05.066Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-12T10:43:05.066Z] (3/5) Installing libucontext (1.1-r0) [2022-08-12T10:43:05.116Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:05.349Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-12T10:43:05.349Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-12T10:43:05.427Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:05.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-12T10:43:05.427Z] c899513ff151: Preparing [2022-08-12T10:43:05.427Z] 5d0cdf60e93a: Preparing [2022-08-12T10:43:05.427Z] 8aa9b2d36ff0: Preparing [2022-08-12T10:43:05.427Z] 0f2f7e02080e: Preparing [2022-08-12T10:43:05.427Z] 1f1259e4d553: Preparing [2022-08-12T10:43:05.427Z] 57f50d6b5314: Preparing [2022-08-12T10:43:05.427Z] 0b91497b85e1: Preparing [2022-08-12T10:43:05.427Z] 33be9e361861: Preparing [2022-08-12T10:43:05.427Z] 9dba614808d0: Preparing [2022-08-12T10:43:05.427Z] 994393dc58e7: Preparing [2022-08-12T10:43:05.427Z] 9dba614808d0: Waiting [2022-08-12T10:43:05.427Z] 994393dc58e7: Waiting [2022-08-12T10:43:05.427Z] 0b91497b85e1: Waiting [2022-08-12T10:43:05.427Z] 57f50d6b5314: Waiting [2022-08-12T10:43:05.427Z] 1f1259e4d553: Pushed [2022-08-12T10:43:05.427Z] c899513ff151: Pushed [2022-08-12T10:43:05.427Z] 5d0cdf60e93a: Pushed [2022-08-12T10:43:05.636Z] Executing busybox-1.34.1-r7.trigger [2022-08-12T10:43:05.636Z] OK: 6 MiB in 19 packages [2022-08-12T10:43:05.687Z] 57f50d6b5314: Pushed [2022-08-12T10:43:05.687Z] 33be9e361861: Pushed [2022-08-12T10:43:05.687Z] 0b91497b85e1: Pushed [2022-08-12T10:43:05.687Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:05.687Z] 9dba614808d0: Pushed [2022-08-12T10:43:06.624Z] 0f2f7e02080e: Pushed [2022-08-12T10:43:06.625Z] Removing intermediate container 1027b6b351a9 [2022-08-12T10:43:06.625Z] ---> 4a433ac957cc [2022-08-12T10:43:06.625Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-12T10:43:06.885Z] 8aa9b2d36ff0: Pushed [2022-08-12T10:43:06.885Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:07.203Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2022-08-12T10:43:07.231Z] Removing intermediate container 49dafa376ccc [2022-08-12T10:43:07.231Z] ---> 3ac14ac78852 [2022-08-12T10:43:07.231Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] sh [2022-08-12T10:43:07.515Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-08-12T10:43:07.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-12T10:43:07.515Z] c899513ff151: Preparing [2022-08-12T10:43:07.515Z] 5d0cdf60e93a: Preparing [2022-08-12T10:43:07.515Z] 8aa9b2d36ff0: Preparing [2022-08-12T10:43:07.515Z] 0f2f7e02080e: Preparing [2022-08-12T10:43:07.515Z] 1f1259e4d553: Preparing [2022-08-12T10:43:07.515Z] 57f50d6b5314: Preparing [2022-08-12T10:43:07.515Z] 0b91497b85e1: Preparing [2022-08-12T10:43:07.515Z] 33be9e361861: Preparing [2022-08-12T10:43:07.515Z] 9dba614808d0: Preparing [2022-08-12T10:43:07.515Z] 994393dc58e7: Preparing [2022-08-12T10:43:07.515Z] 57f50d6b5314: Waiting [2022-08-12T10:43:07.515Z] 994393dc58e7: Waiting [2022-08-12T10:43:07.515Z] 9dba614808d0: Waiting [2022-08-12T10:43:07.515Z] 0b91497b85e1: Waiting [2022-08-12T10:43:07.515Z] 33be9e361861: Waiting [2022-08-12T10:43:07.515Z] 0f2f7e02080e: Layer already exists [2022-08-12T10:43:07.515Z] 8aa9b2d36ff0: Layer already exists [2022-08-12T10:43:07.515Z] c899513ff151: Layer already exists [2022-08-12T10:43:07.515Z] 1f1259e4d553: Layer already exists [2022-08-12T10:43:07.515Z] 5d0cdf60e93a: Layer already exists [2022-08-12T10:43:07.515Z] 57f50d6b5314: Layer already exists [2022-08-12T10:43:07.515Z] 9dba614808d0: Layer already exists [2022-08-12T10:43:07.515Z] 0b91497b85e1: Layer already exists [2022-08-12T10:43:07.515Z] 33be9e361861: Layer already exists [2022-08-12T10:43:07.515Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:07.515Z] latest: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:07.838Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.45 [2022-08-12T10:43:07.843Z] Removing intermediate container 7bde665d1018 [2022-08-12T10:43:07.843Z] ---> 4174cf6d4edd [2022-08-12T10:43:07.843Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:08.143Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.45 [2022-08-12T10:43:08.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-12T10:43:08.143Z] c899513ff151: Preparing [2022-08-12T10:43:08.143Z] 5d0cdf60e93a: Preparing [2022-08-12T10:43:08.143Z] 8aa9b2d36ff0: Preparing [2022-08-12T10:43:08.143Z] 0f2f7e02080e: Preparing [2022-08-12T10:43:08.143Z] 1f1259e4d553: Preparing [2022-08-12T10:43:08.143Z] 57f50d6b5314: Preparing [2022-08-12T10:43:08.143Z] 0b91497b85e1: Preparing [2022-08-12T10:43:08.143Z] 33be9e361861: Preparing [2022-08-12T10:43:08.143Z] 9dba614808d0: Preparing [2022-08-12T10:43:08.143Z] 994393dc58e7: Preparing [2022-08-12T10:43:08.143Z] 57f50d6b5314: Waiting [2022-08-12T10:43:08.143Z] 0b91497b85e1: Waiting [2022-08-12T10:43:08.143Z] 994393dc58e7: Waiting [2022-08-12T10:43:08.143Z] 33be9e361861: Waiting [2022-08-12T10:43:08.143Z] c899513ff151: Layer already exists [2022-08-12T10:43:08.143Z] 8aa9b2d36ff0: Layer already exists [2022-08-12T10:43:08.143Z] 0f2f7e02080e: Layer already exists [2022-08-12T10:43:08.143Z] 5d0cdf60e93a: Layer already exists [2022-08-12T10:43:08.143Z] 1f1259e4d553: Layer already exists [2022-08-12T10:43:08.143Z] 57f50d6b5314: Layer already exists [2022-08-12T10:43:08.143Z] 33be9e361861: Layer already exists [2022-08-12T10:43:08.143Z] 9dba614808d0: Layer already exists [2022-08-12T10:43:08.143Z] 0b91497b85e1: Layer already exists [2022-08-12T10:43:08.144Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:08.144Z] 2.3.0-dev.45: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:08.463Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:08.776Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:08.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-12T10:43:08.776Z] c899513ff151: Preparing [2022-08-12T10:43:08.776Z] 5d0cdf60e93a: Preparing [2022-08-12T10:43:08.776Z] 8aa9b2d36ff0: Preparing [2022-08-12T10:43:08.776Z] 0f2f7e02080e: Preparing [2022-08-12T10:43:08.776Z] 1f1259e4d553: Preparing [2022-08-12T10:43:08.776Z] 57f50d6b5314: Preparing [2022-08-12T10:43:08.776Z] 0b91497b85e1: Preparing [2022-08-12T10:43:08.776Z] 33be9e361861: Preparing [2022-08-12T10:43:08.776Z] 9dba614808d0: Preparing [2022-08-12T10:43:08.776Z] 994393dc58e7: Preparing [2022-08-12T10:43:08.776Z] 9dba614808d0: Waiting [2022-08-12T10:43:08.776Z] 33be9e361861: Waiting [2022-08-12T10:43:08.776Z] 994393dc58e7: Waiting [2022-08-12T10:43:08.776Z] 0b91497b85e1: Waiting [2022-08-12T10:43:08.776Z] 57f50d6b5314: Waiting [2022-08-12T10:43:08.776Z] 1f1259e4d553: Layer already exists [2022-08-12T10:43:08.776Z] 5d0cdf60e93a: Layer already exists [2022-08-12T10:43:08.776Z] 0f2f7e02080e: Layer already exists [2022-08-12T10:43:08.776Z] 8aa9b2d36ff0: Layer already exists [2022-08-12T10:43:08.776Z] c899513ff151: Layer already exists [2022-08-12T10:43:08.776Z] 57f50d6b5314: Layer already exists [2022-08-12T10:43:08.776Z] 0b91497b85e1: Layer already exists [2022-08-12T10:43:08.776Z] 33be9e361861: Layer already exists [2022-08-12T10:43:08.776Z] 9dba614808d0: Layer already exists [2022-08-12T10:43:08.776Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:08.776Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:09.092Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:09.406Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-08-12T10:43:09.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-12T10:43:09.406Z] c899513ff151: Preparing [2022-08-12T10:43:09.406Z] 5d0cdf60e93a: Preparing [2022-08-12T10:43:09.406Z] 8aa9b2d36ff0: Preparing [2022-08-12T10:43:09.406Z] 0f2f7e02080e: Preparing [2022-08-12T10:43:09.406Z] 1f1259e4d553: Preparing [2022-08-12T10:43:09.406Z] 57f50d6b5314: Preparing [2022-08-12T10:43:09.406Z] 0b91497b85e1: Preparing [2022-08-12T10:43:09.406Z] 33be9e361861: Preparing [2022-08-12T10:43:09.406Z] 9dba614808d0: Preparing [2022-08-12T10:43:09.406Z] 994393dc58e7: Preparing [2022-08-12T10:43:09.406Z] 9dba614808d0: Waiting [2022-08-12T10:43:09.406Z] 33be9e361861: Waiting [2022-08-12T10:43:09.406Z] 0b91497b85e1: Waiting [2022-08-12T10:43:09.406Z] 994393dc58e7: Waiting [2022-08-12T10:43:09.406Z] 5d0cdf60e93a: Layer already exists [2022-08-12T10:43:09.406Z] 0f2f7e02080e: Layer already exists [2022-08-12T10:43:09.406Z] 1f1259e4d553: Layer already exists [2022-08-12T10:43:09.406Z] 8aa9b2d36ff0: Layer already exists [2022-08-12T10:43:09.406Z] c899513ff151: Layer already exists [2022-08-12T10:43:09.406Z] 0b91497b85e1: Layer already exists [2022-08-12T10:43:09.407Z] 57f50d6b5314: Layer already exists [2022-08-12T10:43:09.407Z] 33be9e361861: Layer already exists [2022-08-12T10:43:09.407Z] 9dba614808d0: Layer already exists [2022-08-12T10:43:09.407Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:09.976Z] main: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:10.029Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:10.038Z] taggedImages: [2022-08-12T10:43:10.038Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:10.038Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-08-12T10:43:10.038Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.45 [2022-08-12T10:43:10.038Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:10.038Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-08-12T10:43:10.053Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-08-12T10:43:10.053Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:10.053Z] latest [2022-08-12T10:43:10.053Z] 2.3.0-dev.45 [2022-08-12T10:43:10.053Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:10.053Z] main [2022-08-12T10:43:10.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:10.368Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:10.685Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:10.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-12T10:43:10.685Z] d27ed3c71cb6: Preparing [2022-08-12T10:43:10.685Z] bad4babb169d: Preparing [2022-08-12T10:43:10.685Z] 9abfed49ad28: Preparing [2022-08-12T10:43:10.685Z] b3c04c9a2e3c: Preparing [2022-08-12T10:43:10.685Z] ede75412d6c8: Preparing [2022-08-12T10:43:10.685Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:10.685Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:10.685Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:10.685Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:10.685Z] ede75412d6c8: Pushed [2022-08-12T10:43:10.685Z] d27ed3c71cb6: Pushed [2022-08-12T10:43:11.254Z] b3c04c9a2e3c: Pushed [2022-08-12T10:43:12.644Z] bad4babb169d: Pushed [2022-08-12T10:43:12.905Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:13.307Z] + 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 [2022-08-12T10:43:13.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-08-12T10:43:13.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-12T10:43:13.769Z] d27ed3c71cb6: Preparing [2022-08-12T10:43:13.769Z] bad4babb169d: Preparing [2022-08-12T10:43:13.769Z] 9abfed49ad28: Preparing [2022-08-12T10:43:13.769Z] b3c04c9a2e3c: Preparing [2022-08-12T10:43:13.769Z] ede75412d6c8: Preparing [2022-08-12T10:43:13.769Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:13.769Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:13.769Z] bad4babb169d: Layer already exists [2022-08-12T10:43:13.769Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:13.769Z] b3c04c9a2e3c: Layer already exists [2022-08-12T10:43:13.769Z] d27ed3c71cb6: Layer already exists [2022-08-12T10:43:13.769Z] ede75412d6c8: Layer already exists [2022-08-12T10:43:13.769Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:13.769Z] latest: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:14.084Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:14.399Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.45 [2022-08-12T10:43:14.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-12T10:43:14.400Z] d27ed3c71cb6: Preparing [2022-08-12T10:43:14.400Z] bad4babb169d: Preparing [2022-08-12T10:43:14.400Z] 9abfed49ad28: Preparing [2022-08-12T10:43:14.400Z] b3c04c9a2e3c: Preparing [2022-08-12T10:43:14.400Z] ede75412d6c8: Preparing [2022-08-12T10:43:14.400Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:14.400Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:14.400Z] d27ed3c71cb6: Layer already exists [2022-08-12T10:43:14.400Z] ede75412d6c8: Layer already exists [2022-08-12T10:43:14.400Z] b3c04c9a2e3c: Layer already exists [2022-08-12T10:43:14.400Z] bad4babb169d: Layer already exists [2022-08-12T10:43:14.400Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:14.400Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:14.400Z] 2.3.0-dev.45: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:14.651Z] ---> de000a55b723 [2022-08-12T10:43:14.651Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-12T10:43:14.719Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:15.030Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:15.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-12T10:43:15.031Z] d27ed3c71cb6: Preparing [2022-08-12T10:43:15.031Z] bad4babb169d: Preparing [2022-08-12T10:43:15.031Z] 9abfed49ad28: Preparing [2022-08-12T10:43:15.031Z] b3c04c9a2e3c: Preparing [2022-08-12T10:43:15.031Z] ede75412d6c8: Preparing [2022-08-12T10:43:15.031Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:15.031Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:15.031Z] d27ed3c71cb6: Layer already exists [2022-08-12T10:43:15.031Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:15.031Z] b3c04c9a2e3c: Layer already exists [2022-08-12T10:43:15.031Z] bad4babb169d: Layer already exists [2022-08-12T10:43:15.031Z] ede75412d6c8: Layer already exists [2022-08-12T10:43:15.031Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:15.031Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:15.353Z] + 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 [2022-08-12T10:43:15.667Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-08-12T10:43:15.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-12T10:43:15.667Z] d27ed3c71cb6: Preparing [2022-08-12T10:43:15.667Z] bad4babb169d: Preparing [2022-08-12T10:43:15.667Z] 9abfed49ad28: Preparing [2022-08-12T10:43:15.667Z] b3c04c9a2e3c: Preparing [2022-08-12T10:43:15.667Z] ede75412d6c8: Preparing [2022-08-12T10:43:15.667Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:15.667Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:15.667Z] d27ed3c71cb6: Layer already exists [2022-08-12T10:43:15.667Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:15.667Z] bad4babb169d: Layer already exists [2022-08-12T10:43:15.667Z] b3c04c9a2e3c: Layer already exists [2022-08-12T10:43:15.667Z] ede75412d6c8: Layer already exists [2022-08-12T10:43:15.667Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:15.667Z] main: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:15.715Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:15.725Z] taggedImages: [2022-08-12T10:43:15.725Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:15.725Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-08-12T10:43:15.725Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.45 [2022-08-12T10:43:15.725Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:15.725Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-08-12T10:43:15.750Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-08-12T10:43:15.750Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:15.750Z] latest [2022-08-12T10:43:15.750Z] 2.3.0-dev.45 [2022-08-12T10:43:15.750Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:15.750Z] main [2022-08-12T10:43:15.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:16.079Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:16.392Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:16.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-12T10:43:16.392Z] b82339310a8b: Preparing [2022-08-12T10:43:16.392Z] dc01fe127c89: Preparing [2022-08-12T10:43:16.392Z] 9f4a1423305d: Preparing [2022-08-12T10:43:16.392Z] cef1f3c77f75: Preparing [2022-08-12T10:43:16.392Z] 04794ce54944: Preparing [2022-08-12T10:43:16.392Z] 6be0968f8213: Preparing [2022-08-12T10:43:16.392Z] 2606cb95aa92: Preparing [2022-08-12T10:43:16.392Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:16.392Z] 6be0968f8213: Waiting [2022-08-12T10:43:16.392Z] 2606cb95aa92: Waiting [2022-08-12T10:43:16.392Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:16.392Z] 9f4a1423305d: Pushed [2022-08-12T10:43:16.392Z] dc01fe127c89: Pushed [2022-08-12T10:43:16.392Z] b82339310a8b: Pushed [2022-08-12T10:43:16.392Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:16.652Z] 2606cb95aa92: Pushed [2022-08-12T10:43:16.665Z] ---> cb2018bcb8f6 [2022-08-12T10:43:16.665Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-08-12T10:43:16.911Z] 6be0968f8213: Pushed [2022-08-12T10:43:17.274Z] ---> 04941f240acd [2022-08-12T10:43:17.274Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-08-12T10:43:18.730Z] ---> 02e35a6c09d9 [2022-08-12T10:43:18.730Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-08-12T10:43:18.730Z] ---> a80d1f47f2e1 [2022-08-12T10:43:18.730Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-08-12T10:43:19.012Z] ---> Running in f5895af9aab8 [2022-08-12T10:43:20.021Z] Removing intermediate container f5895af9aab8 [2022-08-12T10:43:20.021Z] ---> 3e2d2ebb4b49 [2022-08-12T10:43:20.021Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-08-12T10:43:20.208Z] 04794ce54944: Pushed [2022-08-12T10:43:20.305Z] ---> 5aca2503cd1c [2022-08-12T10:43:20.305Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-08-12T10:43:21.766Z] ---> b0571daadb56 [2022-08-12T10:43:21.766Z] Step 21/26 : WORKDIR / [2022-08-12T10:43:22.052Z] ---> Running in 23976b012368 [2022-08-12T10:43:22.351Z] ---> 5f0114e4c938 [2022-08-12T10:43:22.351Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-12T10:43:22.632Z] ---> Running in 8c98a4cd7a70 [2022-08-12T10:43:23.257Z] Removing intermediate container 23976b012368 [2022-08-12T10:43:23.257Z] ---> 3d7c79897e47 [2022-08-12T10:43:23.257Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-12T10:43:23.257Z] ---> Running in 8c2894622cd7 [2022-08-12T10:43:23.509Z] cef1f3c77f75: Pushed [2022-08-12T10:43:23.509Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2022-08-12T10:43:23.548Z] Removing intermediate container 8c98a4cd7a70 [2022-08-12T10:43:23.548Z] ---> b1c2f447441f [2022-08-12T10:43:23.548Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-12T10:43:23.548Z] ---> Running in 613246e5d9cb [Pipeline] sh [2022-08-12T10:43:23.826Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:24.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-08-12T10:43:24.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-12T10:43:24.137Z] b82339310a8b: Preparing [2022-08-12T10:43:24.137Z] dc01fe127c89: Preparing [2022-08-12T10:43:24.137Z] 9f4a1423305d: Preparing [2022-08-12T10:43:24.137Z] cef1f3c77f75: Preparing [2022-08-12T10:43:24.137Z] 04794ce54944: Preparing [2022-08-12T10:43:24.137Z] 6be0968f8213: Preparing [2022-08-12T10:43:24.137Z] 2606cb95aa92: Preparing [2022-08-12T10:43:24.137Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:24.137Z] 6be0968f8213: Waiting [2022-08-12T10:43:24.137Z] 2606cb95aa92: Waiting [2022-08-12T10:43:24.137Z] cef1f3c77f75: Layer already exists [2022-08-12T10:43:24.137Z] dc01fe127c89: Layer already exists [2022-08-12T10:43:24.137Z] 04794ce54944: Layer already exists [2022-08-12T10:43:24.137Z] 9f4a1423305d: Layer already exists [2022-08-12T10:43:24.137Z] b82339310a8b: Layer already exists [2022-08-12T10:43:24.137Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:24.137Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:24.137Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:24.137Z] latest: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:24.453Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:24.571Z] Removing intermediate container 8c2894622cd7 [2022-08-12T10:43:24.571Z] ---> 8c838435e213 [2022-08-12T10:43:24.571Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-12T10:43:24.571Z] Removing intermediate container 613246e5d9cb [2022-08-12T10:43:24.571Z] ---> 0b5feca1f479 [2022-08-12T10:43:24.571Z] Step 23/25 : LABEL arch=arm64 [2022-08-12T10:43:24.571Z] ---> a9322abe83c9 [2022-08-12T10:43:24.571Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-08-12T10:43:24.571Z] ---> Running in 3ac7d2d2093a [2022-08-12T10:43:24.571Z] ---> Running in 474fe102efd5 [2022-08-12T10:43:24.770Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.45 [2022-08-12T10:43:24.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-12T10:43:24.770Z] b82339310a8b: Preparing [2022-08-12T10:43:24.770Z] dc01fe127c89: Preparing [2022-08-12T10:43:24.770Z] 9f4a1423305d: Preparing [2022-08-12T10:43:24.770Z] cef1f3c77f75: Preparing [2022-08-12T10:43:24.770Z] 04794ce54944: Preparing [2022-08-12T10:43:24.770Z] 6be0968f8213: Preparing [2022-08-12T10:43:24.770Z] 2606cb95aa92: Preparing [2022-08-12T10:43:24.770Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:24.770Z] 2606cb95aa92: Waiting [2022-08-12T10:43:24.770Z] 6be0968f8213: Waiting [2022-08-12T10:43:24.770Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:24.771Z] dc01fe127c89: Layer already exists [2022-08-12T10:43:24.771Z] b82339310a8b: Layer already exists [2022-08-12T10:43:24.771Z] 04794ce54944: Layer already exists [2022-08-12T10:43:24.771Z] cef1f3c77f75: Layer already exists [2022-08-12T10:43:24.771Z] 9f4a1423305d: Layer already exists [2022-08-12T10:43:24.771Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:24.771Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:24.771Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:24.771Z] 2.3.0-dev.45: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:25.087Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:25.402Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:25.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-12T10:43:25.402Z] b82339310a8b: Preparing [2022-08-12T10:43:25.402Z] dc01fe127c89: Preparing [2022-08-12T10:43:25.402Z] 9f4a1423305d: Preparing [2022-08-12T10:43:25.402Z] cef1f3c77f75: Preparing [2022-08-12T10:43:25.402Z] 04794ce54944: Preparing [2022-08-12T10:43:25.402Z] 6be0968f8213: Preparing [2022-08-12T10:43:25.402Z] 2606cb95aa92: Preparing [2022-08-12T10:43:25.402Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:25.402Z] 6be0968f8213: Waiting [2022-08-12T10:43:25.402Z] 2606cb95aa92: Waiting [2022-08-12T10:43:25.402Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:25.402Z] 04794ce54944: Layer already exists [2022-08-12T10:43:25.402Z] dc01fe127c89: Layer already exists [2022-08-12T10:43:25.402Z] 9f4a1423305d: Layer already exists [2022-08-12T10:43:25.402Z] cef1f3c77f75: Layer already exists [2022-08-12T10:43:25.402Z] b82339310a8b: Layer already exists [2022-08-12T10:43:25.402Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:25.402Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:25.402Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:25.402Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:25.571Z] Removing intermediate container 3ac7d2d2093a [2022-08-12T10:43:25.571Z] ---> e76ddb0b15dc [2022-08-12T10:43:25.571Z] Step 24/26 : LABEL arch=arm64 [2022-08-12T10:43:25.571Z] ---> Running in ff3bf4acd630 [2022-08-12T10:43:25.723Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:25.855Z] Removing intermediate container 474fe102efd5 [2022-08-12T10:43:25.855Z] ---> 3b4bd5cbbcab [2022-08-12T10:43:25.855Z] Step 24/25 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:26.034Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-08-12T10:43:26.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-12T10:43:26.034Z] b82339310a8b: Preparing [2022-08-12T10:43:26.034Z] dc01fe127c89: Preparing [2022-08-12T10:43:26.034Z] 9f4a1423305d: Preparing [2022-08-12T10:43:26.034Z] cef1f3c77f75: Preparing [2022-08-12T10:43:26.034Z] 04794ce54944: Preparing [2022-08-12T10:43:26.034Z] 6be0968f8213: Preparing [2022-08-12T10:43:26.034Z] 2606cb95aa92: Preparing [2022-08-12T10:43:26.034Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:26.034Z] 6be0968f8213: Waiting [2022-08-12T10:43:26.034Z] 2606cb95aa92: Waiting [2022-08-12T10:43:26.034Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:26.034Z] cef1f3c77f75: Layer already exists [2022-08-12T10:43:26.034Z] 9f4a1423305d: Layer already exists [2022-08-12T10:43:26.034Z] 04794ce54944: Layer already exists [2022-08-12T10:43:26.034Z] b82339310a8b: Layer already exists [2022-08-12T10:43:26.034Z] dc01fe127c89: Layer already exists [2022-08-12T10:43:26.034Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:26.034Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:26.034Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:26.034Z] main: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:26.075Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:26.083Z] taggedImages: [2022-08-12T10:43:26.083Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:26.083Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-08-12T10:43:26.083Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.45 [2022-08-12T10:43:26.083Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:26.083Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-08-12T10:43:26.103Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-08-12T10:43:26.103Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:26.103Z] latest [2022-08-12T10:43:26.103Z] 2.3.0-dev.45 [2022-08-12T10:43:26.103Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:26.103Z] main [2022-08-12T10:43:26.103Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2022-08-12T10:43:26.146Z] ---> 9ea04d1c6ecb [2022-08-12T10:43:26.146Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-08-12T10:43:26.146Z] ---> Running in 65d13be3acad [Pipeline] sh [2022-08-12T10:43:26.425Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:26.739Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:26.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-12T10:43:26.739Z] 3591dbb04873: Preparing [2022-08-12T10:43:26.739Z] fd0f77efb4b1: Preparing [2022-08-12T10:43:26.739Z] 61d159a9445d: Preparing [2022-08-12T10:43:26.739Z] ec3a2722956c: Preparing [2022-08-12T10:43:26.739Z] aa207ea964c7: Preparing [2022-08-12T10:43:26.739Z] 2606cb95aa92: Preparing [2022-08-12T10:43:26.739Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:26.739Z] 2606cb95aa92: Waiting [2022-08-12T10:43:26.739Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:26.739Z] 3591dbb04873: Pushed [2022-08-12T10:43:26.739Z] 61d159a9445d: Pushed [2022-08-12T10:43:26.739Z] fd0f77efb4b1: Pushed [2022-08-12T10:43:26.739Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:26.739Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:26.748Z] Removing intermediate container ff3bf4acd630 [2022-08-12T10:43:26.748Z] ---> 9cddb3686257 [2022-08-12T10:43:26.748Z] Step 25/26 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:26.748Z] ---> Running in e7627ce9638a [2022-08-12T10:43:26.998Z] aa207ea964c7: Pushed [2022-08-12T10:43:27.027Z] Removing intermediate container 65d13be3acad [2022-08-12T10:43:27.027Z] ---> 381d640e4a3f [2022-08-12T10:43:27.027Z] Step 25/25 : LABEL version=2.3.0-dev.45 [2022-08-12T10:43:27.310Z] ---> Running in e16420a51961 [2022-08-12T10:43:27.924Z] ---> 69dc51668885 [2022-08-12T10:43:27.924Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-08-12T10:43:27.924Z] Removing intermediate container e7627ce9638a [2022-08-12T10:43:27.924Z] ---> 2a8d4757ba10 [2022-08-12T10:43:27.924Z] Step 26/26 : LABEL version=2.3.0-dev.45 [2022-08-12T10:43:27.924Z] ---> Running in fb84d75773c6 [2022-08-12T10:43:28.204Z] Removing intermediate container e16420a51961 [2022-08-12T10:43:28.204Z] ---> 37d21aea58ff [2022-08-12T10:43:28.204Z] [2022-08-12T10:43:28.489Z] Successfully built 37d21aea58ff [2022-08-12T10:43:28.489Z] Successfully tagged security-spire-server-arm64:latest [2022-08-12T10:43:28.489Z] Building core-metadata [2022-08-12T10:43:28.770Z]  Building security-spire-server ... done Removing intermediate container fb84d75773c6 [2022-08-12T10:43:28.770Z] ---> 9818d934299c [2022-08-12T10:43:28.770Z] [2022-08-12T10:43:29.050Z] Successfully built 9818d934299c [2022-08-12T10:43:29.050Z] Successfully tagged security-spire-config-arm64:latest [2022-08-12T10:43:29.050Z]  Building security-spire-config ... done Building support-notifications [2022-08-12T10:43:29.050Z] ---> 4f5a77fe2f8b [2022-08-12T10:43:29.050Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-12T10:43:29.050Z] ---> Running in b280fe96b554 [2022-08-12T10:43:29.662Z] Removing intermediate container b280fe96b554 [2022-08-12T10:43:29.662Z] ---> ec8e1f3709be [2022-08-12T10:43:29.662Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-12T10:43:29.662Z] ---> Running in 6b9b89a471cd [2022-08-12T10:43:30.292Z] Removing intermediate container 6b9b89a471cd [2022-08-12T10:43:30.292Z] ---> 4848e7420584 [2022-08-12T10:43:30.292Z] Step 24/26 : LABEL arch=arm64 [2022-08-12T10:43:30.292Z] ---> Running in bbe62576e413 [2022-08-12T10:43:30.906Z] Removing intermediate container bbe62576e413 [2022-08-12T10:43:30.906Z] ---> 6babc90d6148 [2022-08-12T10:43:30.906Z] Step 25/26 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:30.906Z] ---> Running in 77d2d8faec6b [2022-08-12T10:43:31.526Z] Removing intermediate container 77d2d8faec6b [2022-08-12T10:43:31.526Z] ---> d92a5f598021 [2022-08-12T10:43:31.526Z] Step 26/26 : LABEL version=2.3.0-dev.45 [2022-08-12T10:43:31.811Z] ---> Running in a9e140db3a32 [2022-08-12T10:43:32.443Z] Removing intermediate container a9e140db3a32 [2022-08-12T10:43:32.443Z] ---> bae78123ed01 [2022-08-12T10:43:32.443Z] [2022-08-12T10:43:32.443Z] Successfully built bae78123ed01 [2022-08-12T10:43:32.443Z] Successfully tagged security-spire-agent-arm64:latest [2022-08-12T10:43:32.443Z]  Building security-spire-agent ... done Building security-proxy-setup [2022-08-12T10:43:33.579Z] ec3a2722956c: Pushed [2022-08-12T10:43:33.579Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:33.895Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:34.208Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-08-12T10:43:34.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-12T10:43:34.208Z] 3591dbb04873: Preparing [2022-08-12T10:43:34.208Z] fd0f77efb4b1: Preparing [2022-08-12T10:43:34.208Z] 61d159a9445d: Preparing [2022-08-12T10:43:34.208Z] ec3a2722956c: Preparing [2022-08-12T10:43:34.209Z] aa207ea964c7: Preparing [2022-08-12T10:43:34.209Z] 2606cb95aa92: Preparing [2022-08-12T10:43:34.209Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:34.209Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:34.209Z] 2606cb95aa92: Waiting [2022-08-12T10:43:34.209Z] fd0f77efb4b1: Layer already exists [2022-08-12T10:43:34.209Z] 61d159a9445d: Layer already exists [2022-08-12T10:43:34.209Z] aa207ea964c7: Layer already exists [2022-08-12T10:43:34.209Z] ec3a2722956c: Layer already exists [2022-08-12T10:43:34.209Z] 3591dbb04873: Layer already exists [2022-08-12T10:43:34.209Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:34.209Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:34.209Z] latest: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:34.529Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:34.841Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.45 [2022-08-12T10:43:34.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-12T10:43:34.842Z] 3591dbb04873: Preparing [2022-08-12T10:43:34.842Z] fd0f77efb4b1: Preparing [2022-08-12T10:43:34.842Z] 61d159a9445d: Preparing [2022-08-12T10:43:34.842Z] ec3a2722956c: Preparing [2022-08-12T10:43:34.842Z] aa207ea964c7: Preparing [2022-08-12T10:43:34.842Z] 2606cb95aa92: Preparing [2022-08-12T10:43:34.842Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:34.842Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:34.842Z] 2606cb95aa92: Waiting [2022-08-12T10:43:34.842Z] 61d159a9445d: Layer already exists [2022-08-12T10:43:34.842Z] 3591dbb04873: Layer already exists [2022-08-12T10:43:34.842Z] aa207ea964c7: Layer already exists [2022-08-12T10:43:34.842Z] ec3a2722956c: Layer already exists [2022-08-12T10:43:34.842Z] fd0f77efb4b1: Layer already exists [2022-08-12T10:43:34.842Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:34.842Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:34.842Z] 2.3.0-dev.45: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:35.105Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:43:35.105Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:43:35.105Z] ---> 48472aba7071 [2022-08-12T10:43:35.105Z] Step 3/24 : WORKDIR /edgex-go [2022-08-12T10:43:35.105Z] ---> Using cache [2022-08-12T10:43:35.105Z] ---> 53242bf9e073 [2022-08-12T10:43:35.105Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:43:35.105Z] ---> Using cache [2022-08-12T10:43:35.105Z] ---> 34ab4a163bf1 [2022-08-12T10:43:35.105Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-08-12T10:43:35.160Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:35.391Z] ---> Running in f7cef9bad05f [2022-08-12T10:43:35.473Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:35.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-12T10:43:35.473Z] 3591dbb04873: Preparing [2022-08-12T10:43:35.473Z] fd0f77efb4b1: Preparing [2022-08-12T10:43:35.473Z] 61d159a9445d: Preparing [2022-08-12T10:43:35.473Z] ec3a2722956c: Preparing [2022-08-12T10:43:35.473Z] aa207ea964c7: Preparing [2022-08-12T10:43:35.473Z] 2606cb95aa92: Preparing [2022-08-12T10:43:35.473Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:35.473Z] 2606cb95aa92: Waiting [2022-08-12T10:43:35.473Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:35.473Z] ec3a2722956c: Layer already exists [2022-08-12T10:43:35.473Z] 61d159a9445d: Layer already exists [2022-08-12T10:43:35.473Z] fd0f77efb4b1: Layer already exists [2022-08-12T10:43:35.473Z] aa207ea964c7: Layer already exists [2022-08-12T10:43:35.473Z] 3591dbb04873: Layer already exists [2022-08-12T10:43:35.473Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:35.473Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:35.473Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:35.788Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:36.100Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-08-12T10:43:36.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-12T10:43:36.100Z] 3591dbb04873: Preparing [2022-08-12T10:43:36.100Z] fd0f77efb4b1: Preparing [2022-08-12T10:43:36.100Z] 61d159a9445d: Preparing [2022-08-12T10:43:36.100Z] ec3a2722956c: Preparing [2022-08-12T10:43:36.100Z] aa207ea964c7: Preparing [2022-08-12T10:43:36.100Z] 2606cb95aa92: Preparing [2022-08-12T10:43:36.100Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:36.100Z] 2606cb95aa92: Waiting [2022-08-12T10:43:36.100Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:36.100Z] ec3a2722956c: Layer already exists [2022-08-12T10:43:36.100Z] 61d159a9445d: Layer already exists [2022-08-12T10:43:36.100Z] aa207ea964c7: Layer already exists [2022-08-12T10:43:36.100Z] fd0f77efb4b1: Layer already exists [2022-08-12T10:43:36.100Z] 3591dbb04873: Layer already exists [2022-08-12T10:43:36.100Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:36.100Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:36.100Z] main: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:36.154Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:36.161Z] taggedImages: [2022-08-12T10:43:36.161Z] - nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:36.161Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-08-12T10:43:36.161Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.45 [2022-08-12T10:43:36.161Z] - nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:36.161Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-08-12T10:43:36.183Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-08-12T10:43:36.183Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:36.183Z] latest [2022-08-12T10:43:36.183Z] 2.3.0-dev.45 [2022-08-12T10:43:36.183Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:36.183Z] main [2022-08-12T10:43:36.183Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:36.501Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:36.816Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:36.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-12T10:43:36.817Z] 69557c483f2d: Preparing [2022-08-12T10:43:36.817Z] 70dce230da9e: Preparing [2022-08-12T10:43:36.817Z] 22560f7b6cd0: Preparing [2022-08-12T10:43:36.817Z] 0ee9855687d8: Preparing [2022-08-12T10:43:36.817Z] 6be0968f8213: Preparing [2022-08-12T10:43:36.817Z] 2606cb95aa92: Preparing [2022-08-12T10:43:36.817Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:36.817Z] 2606cb95aa92: Waiting [2022-08-12T10:43:36.817Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:36.817Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:36.817Z] 70dce230da9e: Pushed [2022-08-12T10:43:36.817Z] 22560f7b6cd0: Pushed [2022-08-12T10:43:36.817Z] 69557c483f2d: Pushed [2022-08-12T10:43:36.817Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:36.862Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:43:36.862Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:43:36.862Z] ---> 48472aba7071 [2022-08-12T10:43:36.862Z] Step 3/22 : WORKDIR /edgex-go [2022-08-12T10:43:36.862Z] ---> Using cache [2022-08-12T10:43:36.862Z] ---> 53242bf9e073 [2022-08-12T10:43:36.862Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:43:36.862Z] ---> Using cache [2022-08-12T10:43:36.862Z] ---> 34ab4a163bf1 [2022-08-12T10:43:36.862Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-08-12T10:43:37.078Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:37.142Z] ---> Running in bf367e0477d2 [2022-08-12T10:43:38.153Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:39.156Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:39.452Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:43:39.452Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:43:39.452Z] ---> 48472aba7071 [2022-08-12T10:43:39.452Z] Step 3/22 : WORKDIR /edgex-go [2022-08-12T10:43:39.452Z] ---> Using cache [2022-08-12T10:43:39.452Z] ---> 53242bf9e073 [2022-08-12T10:43:39.452Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:43:39.452Z] ---> Using cache [2022-08-12T10:43:39.452Z] ---> 34ab4a163bf1 [2022-08-12T10:43:39.452Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-12T10:43:39.734Z] ---> Running in ff938b1618a9 [2022-08-12T10:43:40.029Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:40.640Z] OK: 221 MiB in 51 packages [2022-08-12T10:43:40.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:41.929Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:42.535Z] OK: 221 MiB in 51 packages [2022-08-12T10:43:42.535Z] Removing intermediate container f7cef9bad05f [2022-08-12T10:43:42.535Z] ---> ba2cfb774cf7 [2022-08-12T10:43:42.535Z] Step 6/24 : COPY go.mod vendor* ./ [2022-08-12T10:43:43.183Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:43:44.180Z] Removing intermediate container bf367e0477d2 [2022-08-12T10:43:44.180Z] ---> b4e1c050ff80 [2022-08-12T10:43:44.180Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-12T10:43:44.180Z] ---> acfad4c8bc44 [2022-08-12T10:43:44.180Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:43:44.180Z] ---> Running in 0ed2756cc01c [2022-08-12T10:43:44.797Z] OK: 221 MiB in 51 packages [2022-08-12T10:43:45.202Z] 0ee9855687d8: Pushed [2022-08-12T10:43:45.202Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:45.519Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:45.814Z] ---> 460b28087fbb [2022-08-12T10:43:45.814Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:43:45.835Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-08-12T10:43:45.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-12T10:43:45.835Z] 69557c483f2d: Preparing [2022-08-12T10:43:45.835Z] 70dce230da9e: Preparing [2022-08-12T10:43:45.835Z] 22560f7b6cd0: Preparing [2022-08-12T10:43:45.835Z] 0ee9855687d8: Preparing [2022-08-12T10:43:45.835Z] 6be0968f8213: Preparing [2022-08-12T10:43:45.835Z] 2606cb95aa92: Preparing [2022-08-12T10:43:45.835Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:45.835Z] 2606cb95aa92: Waiting [2022-08-12T10:43:45.835Z] 70dce230da9e: Layer already exists [2022-08-12T10:43:45.835Z] 0ee9855687d8: Layer already exists [2022-08-12T10:43:45.835Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:45.835Z] 69557c483f2d: Layer already exists [2022-08-12T10:43:45.835Z] 22560f7b6cd0: Layer already exists [2022-08-12T10:43:45.835Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:45.835Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:45.835Z] latest: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:46.093Z] ---> Running in 678e4719d754 [2022-08-12T10:43:46.155Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:46.472Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.45 [2022-08-12T10:43:46.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-12T10:43:46.472Z] 69557c483f2d: Preparing [2022-08-12T10:43:46.472Z] 70dce230da9e: Preparing [2022-08-12T10:43:46.472Z] 22560f7b6cd0: Preparing [2022-08-12T10:43:46.472Z] 0ee9855687d8: Preparing [2022-08-12T10:43:46.472Z] 6be0968f8213: Preparing [2022-08-12T10:43:46.472Z] 2606cb95aa92: Preparing [2022-08-12T10:43:46.472Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:46.472Z] 2606cb95aa92: Waiting [2022-08-12T10:43:46.472Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:46.472Z] 0ee9855687d8: Layer already exists [2022-08-12T10:43:46.472Z] 22560f7b6cd0: Layer already exists [2022-08-12T10:43:46.472Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:46.472Z] 69557c483f2d: Layer already exists [2022-08-12T10:43:46.472Z] 70dce230da9e: Layer already exists [2022-08-12T10:43:46.472Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:46.472Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:46.472Z] 2.3.0-dev.45: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:46.699Z] Removing intermediate container ff938b1618a9 [2022-08-12T10:43:46.700Z] ---> f1a30a5064d6 [2022-08-12T10:43:46.700Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-12T10:43:46.789Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:47.102Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:47.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-12T10:43:47.102Z] 69557c483f2d: Preparing [2022-08-12T10:43:47.102Z] 70dce230da9e: Preparing [2022-08-12T10:43:47.102Z] 22560f7b6cd0: Preparing [2022-08-12T10:43:47.102Z] 0ee9855687d8: Preparing [2022-08-12T10:43:47.102Z] 6be0968f8213: Preparing [2022-08-12T10:43:47.102Z] 2606cb95aa92: Preparing [2022-08-12T10:43:47.102Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:47.102Z] 2606cb95aa92: Waiting [2022-08-12T10:43:47.102Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:47.102Z] 69557c483f2d: Layer already exists [2022-08-12T10:43:47.102Z] 0ee9855687d8: Layer already exists [2022-08-12T10:43:47.102Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:47.102Z] 70dce230da9e: Layer already exists [2022-08-12T10:43:47.102Z] 22560f7b6cd0: Layer already exists [2022-08-12T10:43:47.102Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:47.102Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:47.102Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:47.423Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:47.736Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-08-12T10:43:47.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-12T10:43:47.736Z] 69557c483f2d: Preparing [2022-08-12T10:43:47.736Z] 70dce230da9e: Preparing [2022-08-12T10:43:47.736Z] 22560f7b6cd0: Preparing [2022-08-12T10:43:47.736Z] 0ee9855687d8: Preparing [2022-08-12T10:43:47.736Z] 6be0968f8213: Preparing [2022-08-12T10:43:47.736Z] 2606cb95aa92: Preparing [2022-08-12T10:43:47.736Z] 34d5ebaa5410: Preparing [2022-08-12T10:43:47.736Z] 2606cb95aa92: Waiting [2022-08-12T10:43:47.736Z] 34d5ebaa5410: Waiting [2022-08-12T10:43:47.736Z] 69557c483f2d: Layer already exists [2022-08-12T10:43:47.736Z] 6be0968f8213: Layer already exists [2022-08-12T10:43:47.736Z] 70dce230da9e: Layer already exists [2022-08-12T10:43:47.736Z] 22560f7b6cd0: Layer already exists [2022-08-12T10:43:47.736Z] 0ee9855687d8: Layer already exists [2022-08-12T10:43:47.736Z] 34d5ebaa5410: Layer already exists [2022-08-12T10:43:47.736Z] 2606cb95aa92: Layer already exists [2022-08-12T10:43:47.736Z] main: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:47.786Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:47.800Z] taggedImages: [2022-08-12T10:43:47.800Z] - nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:47.800Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-08-12T10:43:47.800Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.45 [2022-08-12T10:43:47.800Z] - nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:47.800Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-08-12T10:43:47.824Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-08-12T10:43:47.824Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:47.824Z] latest [2022-08-12T10:43:47.824Z] 2.3.0-dev.45 [2022-08-12T10:43:47.824Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:47.824Z] main [2022-08-12T10:43:47.824Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:48.154Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:48.195Z] ---> 4e63306312e8 [2022-08-12T10:43:48.195Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:43:48.195Z] ---> Running in 0f757d9f011e [2022-08-12T10:43:48.490Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:48.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-12T10:43:48.490Z] 0131b9aecac2: Preparing [2022-08-12T10:43:48.490Z] bde68afb40dc: Preparing [2022-08-12T10:43:48.490Z] 9abfed49ad28: Preparing [2022-08-12T10:43:48.490Z] 7ee151fc25d0: Preparing [2022-08-12T10:43:48.490Z] 994393dc58e7: Preparing [2022-08-12T10:43:48.490Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:48.490Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:48.490Z] 0131b9aecac2: Pushed [2022-08-12T10:43:48.490Z] 7ee151fc25d0: Pushed [2022-08-12T10:43:51.031Z] bde68afb40dc: Pushed [2022-08-12T10:43:51.031Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:51.355Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:51.671Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-08-12T10:43:51.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-12T10:43:51.671Z] 0131b9aecac2: Preparing [2022-08-12T10:43:51.671Z] bde68afb40dc: Preparing [2022-08-12T10:43:51.671Z] 9abfed49ad28: Preparing [2022-08-12T10:43:51.671Z] 7ee151fc25d0: Preparing [2022-08-12T10:43:51.671Z] 994393dc58e7: Preparing [2022-08-12T10:43:51.671Z] 0131b9aecac2: Layer already exists [2022-08-12T10:43:51.671Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:51.671Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:51.671Z] 7ee151fc25d0: Layer already exists [2022-08-12T10:43:51.671Z] bde68afb40dc: Layer already exists [2022-08-12T10:43:51.671Z] latest: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:51.991Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:52.307Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.45 [2022-08-12T10:43:52.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-12T10:43:52.307Z] 0131b9aecac2: Preparing [2022-08-12T10:43:52.307Z] bde68afb40dc: Preparing [2022-08-12T10:43:52.307Z] 9abfed49ad28: Preparing [2022-08-12T10:43:52.307Z] 7ee151fc25d0: Preparing [2022-08-12T10:43:52.307Z] 994393dc58e7: Preparing [2022-08-12T10:43:52.307Z] bde68afb40dc: Layer already exists [2022-08-12T10:43:52.307Z] 7ee151fc25d0: Layer already exists [2022-08-12T10:43:52.307Z] 0131b9aecac2: Layer already exists [2022-08-12T10:43:52.308Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:52.308Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:52.308Z] 2.3.0-dev.45: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:52.633Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:52.949Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:52.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-12T10:43:52.949Z] 0131b9aecac2: Preparing [2022-08-12T10:43:52.949Z] bde68afb40dc: Preparing [2022-08-12T10:43:52.949Z] 9abfed49ad28: Preparing [2022-08-12T10:43:52.949Z] 7ee151fc25d0: Preparing [2022-08-12T10:43:52.949Z] 994393dc58e7: Preparing [2022-08-12T10:43:52.949Z] 0131b9aecac2: Layer already exists [2022-08-12T10:43:52.949Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:52.949Z] 7ee151fc25d0: Layer already exists [2022-08-12T10:43:52.949Z] bde68afb40dc: Layer already exists [2022-08-12T10:43:52.949Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:52.949Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:53.279Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:53.604Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-08-12T10:43:53.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-12T10:43:53.604Z] 0131b9aecac2: Preparing [2022-08-12T10:43:53.604Z] bde68afb40dc: Preparing [2022-08-12T10:43:53.604Z] 9abfed49ad28: Preparing [2022-08-12T10:43:53.604Z] 7ee151fc25d0: Preparing [2022-08-12T10:43:53.604Z] 994393dc58e7: Preparing [2022-08-12T10:43:53.604Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:53.604Z] 7ee151fc25d0: Layer already exists [2022-08-12T10:43:53.604Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:53.604Z] 0131b9aecac2: Layer already exists [2022-08-12T10:43:53.604Z] bde68afb40dc: Layer already exists [2022-08-12T10:43:53.604Z] main: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:53.654Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:53.663Z] taggedImages: [2022-08-12T10:43:53.663Z] - nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:53.663Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-08-12T10:43:53.663Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.45 [2022-08-12T10:43:53.663Z] - nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:53.663Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-08-12T10:43:53.688Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-08-12T10:43:53.688Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:53.688Z] latest [2022-08-12T10:43:53.688Z] 2.3.0-dev.45 [2022-08-12T10:43:53.688Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:53.688Z] main [2022-08-12T10:43:53.688Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:54.009Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:54.321Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:54.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-12T10:43:54.321Z] b16d9358d500: Preparing [2022-08-12T10:43:54.321Z] d23a92658661: Preparing [2022-08-12T10:43:54.321Z] 9abfed49ad28: Preparing [2022-08-12T10:43:54.321Z] b45e7cf2b3f4: Preparing [2022-08-12T10:43:54.321Z] 994393dc58e7: Preparing [2022-08-12T10:43:54.321Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:54.321Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:54.321Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:43:54.321Z] b16d9358d500: Pushed [2022-08-12T10:43:56.864Z] d23a92658661: Pushed [2022-08-12T10:43:57.125Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:57.444Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:57.758Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-08-12T10:43:57.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-12T10:43:57.758Z] b16d9358d500: Preparing [2022-08-12T10:43:57.758Z] d23a92658661: Preparing [2022-08-12T10:43:57.758Z] 9abfed49ad28: Preparing [2022-08-12T10:43:57.758Z] b45e7cf2b3f4: Preparing [2022-08-12T10:43:57.758Z] 994393dc58e7: Preparing [2022-08-12T10:43:57.758Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:57.758Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:43:57.758Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:57.758Z] b16d9358d500: Layer already exists [2022-08-12T10:43:57.758Z] d23a92658661: Layer already exists [2022-08-12T10:43:57.758Z] latest: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:58.079Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:58.395Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.45 [2022-08-12T10:43:58.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-12T10:43:58.395Z] b16d9358d500: Preparing [2022-08-12T10:43:58.395Z] d23a92658661: Preparing [2022-08-12T10:43:58.395Z] 9abfed49ad28: Preparing [2022-08-12T10:43:58.395Z] b45e7cf2b3f4: Preparing [2022-08-12T10:43:58.395Z] 994393dc58e7: Preparing [2022-08-12T10:43:58.395Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:43:58.395Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:58.395Z] d23a92658661: Layer already exists [2022-08-12T10:43:58.395Z] b16d9358d500: Layer already exists [2022-08-12T10:43:58.395Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:58.395Z] 2.3.0-dev.45: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:58.721Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:59.153Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:59.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-12T10:43:59.153Z] b16d9358d500: Preparing [2022-08-12T10:43:59.153Z] d23a92658661: Preparing [2022-08-12T10:43:59.153Z] 9abfed49ad28: Preparing [2022-08-12T10:43:59.153Z] b45e7cf2b3f4: Preparing [2022-08-12T10:43:59.153Z] 994393dc58e7: Preparing [2022-08-12T10:43:59.153Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:59.153Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:43:59.153Z] d23a92658661: Layer already exists [2022-08-12T10:43:59.153Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:59.153Z] b16d9358d500: Layer already exists [2022-08-12T10:43:59.153Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:59.477Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:43:59.784Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-08-12T10:43:59.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-12T10:43:59.784Z] b16d9358d500: Preparing [2022-08-12T10:43:59.784Z] d23a92658661: Preparing [2022-08-12T10:43:59.784Z] 9abfed49ad28: Preparing [2022-08-12T10:43:59.784Z] b45e7cf2b3f4: Preparing [2022-08-12T10:43:59.784Z] 994393dc58e7: Preparing [2022-08-12T10:43:59.784Z] 994393dc58e7: Layer already exists [2022-08-12T10:43:59.784Z] b45e7cf2b3f4: Layer already exists [2022-08-12T10:43:59.784Z] 9abfed49ad28: Layer already exists [2022-08-12T10:43:59.784Z] d23a92658661: Layer already exists [2022-08-12T10:43:59.784Z] b16d9358d500: Layer already exists [2022-08-12T10:43:59.784Z] main: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:43:59.831Z] ===================================================== [Pipeline] echo [2022-08-12T10:43:59.840Z] taggedImages: [2022-08-12T10:43:59.840Z] - nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:59.840Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-08-12T10:43:59.840Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.45 [2022-08-12T10:43:59.840Z] - nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:59.840Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-08-12T10:43:59.858Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-08-12T10:43:59.858Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:43:59.858Z] latest [2022-08-12T10:43:59.858Z] 2.3.0-dev.45 [2022-08-12T10:43:59.858Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:43:59.858Z] main [2022-08-12T10:43:59.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:00.171Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:00.492Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:44:00.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-12T10:44:00.492Z] 6b6b75f91baa: Preparing [2022-08-12T10:44:00.492Z] 245be3a43a4f: Preparing [2022-08-12T10:44:00.492Z] 997373583a3c: Preparing [2022-08-12T10:44:00.492Z] 3d05a6ca52fe: Preparing [2022-08-12T10:44:00.492Z] 994393dc58e7: Preparing [2022-08-12T10:44:00.492Z] 994393dc58e7: Layer already exists [2022-08-12T10:44:00.492Z] 245be3a43a4f: Pushed [2022-08-12T10:44:00.755Z] 6b6b75f91baa: Pushed [2022-08-12T10:44:01.697Z] 997373583a3c: Pushed [2022-08-12T10:44:13.956Z] 3d05a6ca52fe: Pushed [2022-08-12T10:44:13.956Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:14.287Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:14.605Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-08-12T10:44:14.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-12T10:44:14.605Z] 6b6b75f91baa: Preparing [2022-08-12T10:44:14.605Z] 245be3a43a4f: Preparing [2022-08-12T10:44:14.605Z] 997373583a3c: Preparing [2022-08-12T10:44:14.605Z] 3d05a6ca52fe: Preparing [2022-08-12T10:44:14.605Z] 994393dc58e7: Preparing [2022-08-12T10:44:14.605Z] 245be3a43a4f: Layer already exists [2022-08-12T10:44:14.605Z] 997373583a3c: Layer already exists [2022-08-12T10:44:14.605Z] 994393dc58e7: Layer already exists [2022-08-12T10:44:14.605Z] 3d05a6ca52fe: Layer already exists [2022-08-12T10:44:14.605Z] 6b6b75f91baa: Layer already exists [2022-08-12T10:44:14.605Z] latest: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:14.932Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:15.247Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.45 [2022-08-12T10:44:15.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-12T10:44:15.248Z] 6b6b75f91baa: Preparing [2022-08-12T10:44:15.248Z] 245be3a43a4f: Preparing [2022-08-12T10:44:15.248Z] 997373583a3c: Preparing [2022-08-12T10:44:15.248Z] 3d05a6ca52fe: Preparing [2022-08-12T10:44:15.248Z] 994393dc58e7: Preparing [2022-08-12T10:44:15.248Z] 3d05a6ca52fe: Layer already exists [2022-08-12T10:44:15.248Z] 994393dc58e7: Layer already exists [2022-08-12T10:44:15.248Z] 997373583a3c: Layer already exists [2022-08-12T10:44:15.248Z] 6b6b75f91baa: Layer already exists [2022-08-12T10:44:15.248Z] 245be3a43a4f: Layer already exists [2022-08-12T10:44:15.248Z] 2.3.0-dev.45: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:15.573Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:15.903Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:44:15.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-12T10:44:15.903Z] 6b6b75f91baa: Preparing [2022-08-12T10:44:15.903Z] 245be3a43a4f: Preparing [2022-08-12T10:44:15.903Z] 997373583a3c: Preparing [2022-08-12T10:44:15.903Z] 3d05a6ca52fe: Preparing [2022-08-12T10:44:15.903Z] 994393dc58e7: Preparing [2022-08-12T10:44:15.903Z] 6b6b75f91baa: Layer already exists [2022-08-12T10:44:15.903Z] 994393dc58e7: Layer already exists [2022-08-12T10:44:15.903Z] 997373583a3c: Layer already exists [2022-08-12T10:44:15.903Z] 3d05a6ca52fe: Layer already exists [2022-08-12T10:44:15.903Z] 245be3a43a4f: Layer already exists [2022-08-12T10:44:15.903Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:16.232Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:44:16.550Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-08-12T10:44:16.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-12T10:44:16.550Z] 6b6b75f91baa: Preparing [2022-08-12T10:44:16.550Z] 245be3a43a4f: Preparing [2022-08-12T10:44:16.550Z] 997373583a3c: Preparing [2022-08-12T10:44:16.550Z] 3d05a6ca52fe: Preparing [2022-08-12T10:44:16.550Z] 994393dc58e7: Preparing [2022-08-12T10:44:16.550Z] 994393dc58e7: Layer already exists [2022-08-12T10:44:16.550Z] 245be3a43a4f: Layer already exists [2022-08-12T10:44:16.550Z] 997373583a3c: Layer already exists [2022-08-12T10:44:16.550Z] 6b6b75f91baa: Layer already exists [2022-08-12T10:44:16.550Z] 3d05a6ca52fe: Layer already exists [2022-08-12T10:44:16.550Z] main: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:44:16.608Z] ===================================================== [Pipeline] echo [2022-08-12T10:44:16.618Z] taggedImages: [2022-08-12T10:44:16.618Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:44:16.618Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-08-12T10:44:16.618Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.45 [2022-08-12T10:44:16.618Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:44:16.618Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent: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] } [2022-08-12T10:45:10.130Z] Removing intermediate container 678e4719d754 [2022-08-12T10:45:10.130Z] ---> 8789e80d2ecf [2022-08-12T10:45:10.130Z] Step 8/22 : COPY . . [2022-08-12T10:45:10.130Z] Removing intermediate container 0f757d9f011e [2022-08-12T10:45:10.130Z] ---> 1fde2c5f0672 [2022-08-12T10:45:10.130Z] Step 8/22 : COPY . . [2022-08-12T10:45:10.130Z] Removing intermediate container 0ed2756cc01c [2022-08-12T10:45:10.130Z] ---> 9fe17de4c03b [2022-08-12T10:45:10.130Z] Step 8/24 : COPY . . [2022-08-12T10:45:10.130Z] ---> bf4152603a2d [2022-08-12T10:45:10.130Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-08-12T10:45:10.130Z] ---> b7f4227f0e16 [2022-08-12T10:45:10.130Z] Step 9/24 : RUN make cmd/core-metadata/core-metadata [2022-08-12T10:45:10.130Z] ---> 0386b0fcd398 [2022-08-12T10:45:10.130Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-08-12T10:45:10.130Z] ---> Running in 119c3e0bd59e [2022-08-12T10:45:10.130Z] ---> Running in daea2686c7ca [2022-08-12T10:45:10.130Z] ---> Running in cb5b188f3279 [2022-08-12T10:45:12.154Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-12T10:45:12.433Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-08-12T10:45:12.433Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-08-12T10:47:19.458Z] Removing intermediate container 4f02ae1fb8be [2022-08-12T10:47:19.458Z] ---> 83cb75b87bef [2022-08-12T10:47:19.458Z] [2022-08-12T10:47:19.458Z] Step 10/23 : FROM alpine:3.16 [2022-08-12T10:47:19.458Z] 3.16: Pulling from library/alpine [2022-08-12T10:47:19.458Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T10:47:19.458Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T10:47:19.458Z] ---> a6215f271958 [2022-08-12T10:47:19.458Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-12T10:47:19.458Z] ---> Running in 289be9f72edd [2022-08-12T10:47:19.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:47:19.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:47:19.458Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-08-12T10:47:19.458Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:47:19.458Z] OK: 5 MiB in 15 packages [2022-08-12T10:47:19.458Z] Removing intermediate container 289be9f72edd [2022-08-12T10:47:19.458Z] ---> 32918fbb7756 [2022-08-12T10:47:19.458Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:47:19.458Z] ---> Running in ca361aba314c [2022-08-12T10:47:19.458Z] Removing intermediate container ca361aba314c [2022-08-12T10:47:19.458Z] ---> f3f0b528e9e2 [2022-08-12T10:47:19.458Z] Step 13/23 : ENV APP_PORT=59882 [2022-08-12T10:47:19.458Z] ---> Running in e18026e6fcec [2022-08-12T10:47:19.458Z] Removing intermediate container e18026e6fcec [2022-08-12T10:47:19.458Z] ---> 1ef41b979f47 [2022-08-12T10:47:19.458Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-12T10:47:19.458Z] ---> Running in c4349d2bb559 [2022-08-12T10:47:20.078Z] Removing intermediate container c4349d2bb559 [2022-08-12T10:47:20.078Z] ---> 50c3c85a1b96 [2022-08-12T10:47:20.078Z] Step 15/23 : WORKDIR / [2022-08-12T10:47:20.078Z] ---> Running in 8360be3f1787 [2022-08-12T10:47:20.691Z] Removing intermediate container 8360be3f1787 [2022-08-12T10:47:20.691Z] ---> 7c9f7ac595d2 [2022-08-12T10:47:20.691Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:47:21.787Z] ---> 4d202bb78d8d [2022-08-12T10:47:21.787Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-08-12T10:47:23.510Z] ---> 5de0559012e2 [2022-08-12T10:47:23.511Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-08-12T10:47:24.579Z] ---> 83105abca485 [2022-08-12T10:47:24.579Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-08-12T10:47:24.579Z] ---> Running in 166b0f0772f2 [2022-08-12T10:47:25.227Z] Removing intermediate container 166b0f0772f2 [2022-08-12T10:47:25.227Z] ---> ae3ca0d9a992 [2022-08-12T10:47:25.227Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:47:25.227Z] ---> Running in 203b05e849e9 [2022-08-12T10:47:25.542Z] Removing intermediate container 203b05e849e9 [2022-08-12T10:47:25.542Z] ---> bd414300ca14 [2022-08-12T10:47:25.542Z] Step 21/23 : LABEL arch=arm64 [2022-08-12T10:47:25.828Z] ---> Running in 6874003889b5 [2022-08-12T10:47:26.159Z] Removing intermediate container 6874003889b5 [2022-08-12T10:47:26.159Z] ---> e0b0df3847f9 [2022-08-12T10:47:26.159Z] Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:47:26.439Z] ---> Running in a0db437fea1c [2022-08-12T10:47:27.101Z] Removing intermediate container a0db437fea1c [2022-08-12T10:47:27.101Z] ---> ce5d8184f801 [2022-08-12T10:47:27.101Z] Step 23/23 : LABEL version=2.3.0-dev.45 [2022-08-12T10:47:27.101Z] ---> Running in 4fd742355575 [2022-08-12T10:47:27.380Z] Removing intermediate container 4fd742355575 [2022-08-12T10:47:27.380Z] ---> f955886e7de5 [2022-08-12T10:47:27.380Z] [2022-08-12T10:47:27.657Z] Successfully built f955886e7de5 [2022-08-12T10:47:27.657Z] Successfully tagged core-command-arm64:latest [2022-08-12T10:47:27.657Z]  Building core-command ... done Building security-spiffe-token-provider [2022-08-12T10:47:31.968Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:47:31.968Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:47:31.968Z] ---> 48472aba7071 [2022-08-12T10:47:31.968Z] Step 3/20 : WORKDIR /edgex-go [2022-08-12T10:47:31.968Z] ---> Using cache [2022-08-12T10:47:31.968Z] ---> 53242bf9e073 [2022-08-12T10:47:31.968Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-08-12T10:47:31.968Z] ---> Running in 0ccc3f19c67c [2022-08-12T10:47:33.957Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:47:34.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:47:35.685Z] v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-12T10:47:35.685Z] v3.16.2-15-g12d312ed6e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-12T10:47:35.685Z] OK: 16892 distinct packages available [2022-08-12T10:47:35.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:47:35.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:47:36.953Z] OK: 221 MiB in 51 packages [2022-08-12T10:47:38.416Z] Removing intermediate container 0ccc3f19c67c [2022-08-12T10:47:38.416Z] ---> 3634a9828d1e [2022-08-12T10:47:38.416Z] Step 5/20 : COPY go.mod vendor* ./ [2022-08-12T10:47:39.416Z] ---> a076ca97b59a [2022-08-12T10:47:39.416Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:47:39.416Z] ---> Running in 22f00139b989 [2022-08-12T10:48:26.478Z] Removing intermediate container 22f00139b989 [2022-08-12T10:48:26.478Z] ---> 98ff20b046d6 [2022-08-12T10:48:26.478Z] Step 7/20 : COPY . . [2022-08-12T10:48:27.934Z] ---> 18509ee80e17 [2022-08-12T10:48:27.934Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-08-12T10:48:28.215Z] ---> Running in 3cd648f3665d [2022-08-12T10:48:30.211Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-08-12T10:50:22.102Z] Removing intermediate container 4866e1576e15 [2022-08-12T10:50:22.102Z] ---> d41ee5c358f6 [2022-08-12T10:50:22.102Z] [2022-08-12T10:50:22.102Z] Step 10/22 : FROM alpine:3.16 [2022-08-12T10:50:22.102Z] ---> a6215f271958 [2022-08-12T10:50:22.102Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-08-12T10:50:22.102Z] ---> Using cache [2022-08-12T10:50:22.102Z] ---> 32918fbb7756 [2022-08-12T10:50:22.102Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:50:22.102Z] ---> Using cache [2022-08-12T10:50:22.102Z] ---> f3f0b528e9e2 [2022-08-12T10:50:22.102Z] Step 13/22 : ENV APP_PORT=59861 [2022-08-12T10:50:22.102Z] ---> Running in 3eabba616afc [2022-08-12T10:50:22.102Z] Removing intermediate container 3eabba616afc [2022-08-12T10:50:22.102Z] ---> 70bc84bac014 [2022-08-12T10:50:22.102Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-12T10:50:22.102Z] ---> Running in 0dadc1eb807d [2022-08-12T10:50:22.102Z] Removing intermediate container 0dadc1eb807d [2022-08-12T10:50:22.102Z] ---> 43f73bf67423 [2022-08-12T10:50:22.102Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:50:22.102Z] ---> 8ac3402bdedb [2022-08-12T10:50:22.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-08-12T10:50:22.102Z] ---> 54f74c0ea616 [2022-08-12T10:50:22.102Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-08-12T10:50:22.102Z] ---> 0e1e9d78786e [2022-08-12T10:50:22.102Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-08-12T10:50:22.102Z] ---> Running in 487a94a513d9 [2022-08-12T10:50:22.102Z] Removing intermediate container 487a94a513d9 [2022-08-12T10:50:22.102Z] ---> 3cae0fccd636 [2022-08-12T10:50:22.102Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:50:22.102Z] ---> Running in d6c20e3e329e [2022-08-12T10:50:22.102Z] Removing intermediate container d6c20e3e329e [2022-08-12T10:50:22.102Z] ---> f41d9cd60f31 [2022-08-12T10:50:22.102Z] Step 20/22 : LABEL arch=arm64 [2022-08-12T10:50:22.102Z] ---> Running in c0ac2abf0933 [2022-08-12T10:50:22.102Z] Removing intermediate container c0ac2abf0933 [2022-08-12T10:50:22.102Z] ---> 05db6ffdc0fc [2022-08-12T10:50:22.102Z] Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:50:22.102Z] ---> Running in da5439259fe4 [2022-08-12T10:50:22.102Z] Removing intermediate container da5439259fe4 [2022-08-12T10:50:22.102Z] ---> 4534125fa241 [2022-08-12T10:50:22.102Z] Step 22/22 : LABEL version=2.3.0-dev.45 [2022-08-12T10:50:22.102Z] ---> Running in da88a5a5e933 [2022-08-12T10:50:22.102Z] Removing intermediate container da88a5a5e933 [2022-08-12T10:50:22.102Z] ---> 4597433dd9fa [2022-08-12T10:50:22.102Z] [2022-08-12T10:50:22.102Z] Successfully built 4597433dd9fa [2022-08-12T10:50:22.102Z] Successfully tagged support-scheduler-arm64:latest [2022-08-12T10:50:22.102Z]  Building support-scheduler ... done Building security-bootstrapper [2022-08-12T10:50:22.102Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-08-12T10:50:24.744Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:50:24.745Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:50:24.745Z] ---> 48472aba7071 [2022-08-12T10:50:24.745Z] Step 3/31 : WORKDIR /edgex-go [2022-08-12T10:50:24.745Z] ---> Using cache [2022-08-12T10:50:24.745Z] ---> 53242bf9e073 [2022-08-12T10:50:24.745Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:50:24.745Z] ---> Using cache [2022-08-12T10:50:24.745Z] ---> 34ab4a163bf1 [2022-08-12T10:50:24.745Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-08-12T10:50:24.745Z] ---> Using cache [2022-08-12T10:50:24.745Z] ---> f1a30a5064d6 [2022-08-12T10:50:24.745Z] Step 6/31 : COPY go.mod vendor* ./ [2022-08-12T10:50:24.745Z] ---> Using cache [2022-08-12T10:50:24.745Z] ---> 4e63306312e8 [2022-08-12T10:50:24.745Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:50:24.745Z] ---> Using cache [2022-08-12T10:50:24.745Z] ---> 1fde2c5f0672 [2022-08-12T10:50:24.745Z] Step 8/31 : COPY . . [2022-08-12T10:50:25.024Z] ---> Using cache [2022-08-12T10:50:25.024Z] ---> bf4152603a2d [2022-08-12T10:50:25.024Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-08-12T10:50:25.308Z] ---> Running in e3cdea8adcf2 [2022-08-12T10:50:27.313Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-08-12T10:50:45.660Z] Removing intermediate container daea2686c7ca [2022-08-12T10:50:45.660Z] ---> 6f687fa25a56 [2022-08-12T10:50:45.660Z] [2022-08-12T10:50:45.660Z] Step 10/22 : FROM alpine:3.16 [2022-08-12T10:50:45.660Z] ---> a6215f271958 [2022-08-12T10:50:45.660Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-08-12T10:50:45.660Z] ---> Running in 4238fd10bd0a [2022-08-12T10:50:47.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:50:47.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:50:49.369Z] (1/6) Installing ca-certificates (20220614-r0) [2022-08-12T10:50:49.369Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-08-12T10:50:49.369Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-08-12T10:50:49.369Z] (4/6) Installing libcurl (7.83.1-r2) [2022-08-12T10:50:49.369Z] (5/6) Installing curl (7.83.1-r2) [2022-08-12T10:50:49.369Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-08-12T10:50:49.369Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:50:49.369Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:50:49.648Z] OK: 8 MiB in 20 packages [2022-08-12T10:50:51.691Z] Removing intermediate container 4238fd10bd0a [2022-08-12T10:50:51.691Z] ---> 323629b4ac2f [2022-08-12T10:50:51.691Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-12T10:50:51.970Z] ---> Running in aea0af7d03e3 [2022-08-12T10:50:52.252Z] Removing intermediate container aea0af7d03e3 [2022-08-12T10:50:52.252Z] ---> 11354d0f8e39 [2022-08-12T10:50:52.252Z] Step 13/22 : WORKDIR /edgex [2022-08-12T10:50:52.533Z] ---> Running in 0f2d1cb63750 [2022-08-12T10:50:53.137Z] Removing intermediate container 0f2d1cb63750 [2022-08-12T10:50:53.137Z] ---> 9f636536b8ea [2022-08-12T10:50:53.137Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-08-12T10:50:54.130Z] ---> e86a16c0d606 [2022-08-12T10:50:54.130Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-08-12T10:50:56.146Z] ---> 9991539c86d6 [2022-08-12T10:50:56.146Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-08-12T10:50:57.137Z] ---> 098f40f0c4ce [2022-08-12T10:50:57.137Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-08-12T10:50:58.141Z] ---> eec17b9ef66a [2022-08-12T10:50:58.141Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-12T10:50:58.141Z] ---> Running in 3d24684a3a64 [2022-08-12T10:51:01.541Z] Removing intermediate container 3d24684a3a64 [2022-08-12T10:51:01.541Z] ---> 65b1a188a1a2 [2022-08-12T10:51:01.542Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-08-12T10:51:01.542Z] ---> Running in 9a3579b119a1 [2022-08-12T10:51:01.844Z] Removing intermediate container 9a3579b119a1 [2022-08-12T10:51:01.844Z] ---> 25db84f128aa [2022-08-12T10:51:01.844Z] Step 20/22 : LABEL arch=arm64 [2022-08-12T10:51:02.138Z] ---> Running in 9ee47bf7ec03 [2022-08-12T10:51:02.753Z] Removing intermediate container 9ee47bf7ec03 [2022-08-12T10:51:02.753Z] ---> 09d43880a8e5 [2022-08-12T10:51:02.753Z] Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:51:02.753Z] ---> Running in 90512b758c0c [2022-08-12T10:51:03.365Z] Removing intermediate container 90512b758c0c [2022-08-12T10:51:03.365Z] ---> 4aa7c01cbc70 [2022-08-12T10:51:03.365Z] Step 22/22 : LABEL version=2.3.0-dev.45 [2022-08-12T10:51:03.365Z] ---> Running in 661c80b135a5 [2022-08-12T10:51:03.965Z] Removing intermediate container 661c80b135a5 [2022-08-12T10:51:03.965Z] ---> 94d13d00fef9 [2022-08-12T10:51:03.965Z] [2022-08-12T10:51:04.242Z] Successfully built 94d13d00fef9 [2022-08-12T10:51:04.242Z] Successfully tagged security-proxy-setup-arm64:latest [2022-08-12T10:51:04.242Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2022-08-12T10:51:07.708Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:51:07.708Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:51:07.708Z] ---> 48472aba7071 [2022-08-12T10:51:07.708Z] Step 3/25 : WORKDIR /edgex-go [2022-08-12T10:51:07.708Z] ---> Using cache [2022-08-12T10:51:07.708Z] ---> 53242bf9e073 [2022-08-12T10:51:07.708Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:51:07.708Z] ---> Using cache [2022-08-12T10:51:07.708Z] ---> 34ab4a163bf1 [2022-08-12T10:51:07.708Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-08-12T10:51:07.708Z] ---> Using cache [2022-08-12T10:51:07.708Z] ---> f1a30a5064d6 [2022-08-12T10:51:07.708Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-12T10:51:07.996Z] ---> Using cache [2022-08-12T10:51:07.996Z] ---> 4e63306312e8 [2022-08-12T10:51:07.996Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:51:07.996Z] ---> Using cache [2022-08-12T10:51:07.996Z] ---> 1fde2c5f0672 [2022-08-12T10:51:07.996Z] Step 8/25 : COPY . . [2022-08-12T10:51:07.996Z] ---> Using cache [2022-08-12T10:51:07.996Z] ---> bf4152603a2d [2022-08-12T10:51:07.996Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-08-12T10:51:08.273Z] ---> Running in 0b056e5514ae [2022-08-12T10:51:10.274Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-08-12T10:51:57.311Z] Removing intermediate container 119c3e0bd59e [2022-08-12T10:51:57.311Z] ---> c2ac39964169 [2022-08-12T10:51:57.311Z] [2022-08-12T10:51:57.311Z] Step 10/24 : FROM alpine:3.16 [2022-08-12T10:51:57.311Z] ---> a6215f271958 [2022-08-12T10:51:57.311Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-08-12T10:51:57.311Z] ---> Using cache [2022-08-12T10:51:57.311Z] ---> 32918fbb7756 [2022-08-12T10:51:57.311Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:51:57.311Z] ---> Using cache [2022-08-12T10:51:57.311Z] ---> f3f0b528e9e2 [2022-08-12T10:51:57.311Z] Step 13/24 : ENV APP_PORT=59881 [2022-08-12T10:51:57.311Z] ---> Running in 178e18820285 [2022-08-12T10:51:57.311Z] Removing intermediate container 178e18820285 [2022-08-12T10:51:57.311Z] ---> 6c1c51e2d68d [2022-08-12T10:51:57.311Z] Step 14/24 : EXPOSE $APP_PORT [2022-08-12T10:51:57.311Z] ---> Running in 988cd94fe858 [2022-08-12T10:51:57.311Z] Removing intermediate container 988cd94fe858 [2022-08-12T10:51:57.311Z] ---> 8b129a783fdb [2022-08-12T10:51:57.311Z] Step 15/24 : WORKDIR / [2022-08-12T10:51:57.311Z] ---> Running in 71a4953c2c86 [2022-08-12T10:51:57.311Z] Removing intermediate container 71a4953c2c86 [2022-08-12T10:51:57.311Z] ---> a91846980a94 [2022-08-12T10:51:57.311Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:51:57.311Z] ---> 57300523272c [2022-08-12T10:51:57.311Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-08-12T10:51:57.311Z] ---> 6b7bee55debd [2022-08-12T10:51:57.312Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-08-12T10:51:57.312Z] ---> 18a59771bb32 [2022-08-12T10:51:57.312Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-08-12T10:51:57.312Z] ---> a0f49a3f7b38 [2022-08-12T10:51:57.312Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-08-12T10:51:57.312Z] ---> Running in 07ac8704e8f3 [2022-08-12T10:51:57.312Z] Removing intermediate container 07ac8704e8f3 [2022-08-12T10:51:57.312Z] ---> 7dbdd06b5790 [2022-08-12T10:51:57.312Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:51:57.312Z] ---> Running in b5c15ad28fe1 [2022-08-12T10:51:57.596Z] Removing intermediate container b5c15ad28fe1 [2022-08-12T10:51:57.596Z] ---> 139c3a12214f [2022-08-12T10:51:57.596Z] Step 22/24 : LABEL arch=arm64 [2022-08-12T10:51:57.879Z] ---> Running in d8243c728524 [2022-08-12T10:51:58.158Z] Removing intermediate container d8243c728524 [2022-08-12T10:51:58.158Z] ---> 7148dc8660c4 [2022-08-12T10:51:58.158Z] Step 23/24 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:51:58.158Z] ---> Running in 18b5017afde7 [2022-08-12T10:51:58.809Z] Removing intermediate container 18b5017afde7 [2022-08-12T10:51:58.809Z] ---> 0b22fae5fa63 [2022-08-12T10:51:58.809Z] Step 24/24 : LABEL version=2.3.0-dev.45 [2022-08-12T10:51:59.098Z] ---> Running in aea504549090 [2022-08-12T10:51:59.374Z] Removing intermediate container aea504549090 [2022-08-12T10:51:59.374Z] ---> 61e68d629db8 [2022-08-12T10:51:59.374Z] [2022-08-12T10:51:59.651Z] Successfully built 61e68d629db8 [2022-08-12T10:51:59.651Z] Successfully tagged core-metadata-arm64:latest [2022-08-12T10:51:59.651Z]  Building core-metadata ... done Building core-data [2022-08-12T10:52:03.056Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:52:03.056Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:52:03.056Z] ---> 48472aba7071 [2022-08-12T10:52:03.056Z] Step 3/23 : WORKDIR /edgex-go [2022-08-12T10:52:03.056Z] ---> Using cache [2022-08-12T10:52:03.056Z] ---> 53242bf9e073 [2022-08-12T10:52:03.056Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:52:03.056Z] ---> Using cache [2022-08-12T10:52:03.056Z] ---> 34ab4a163bf1 [2022-08-12T10:52:03.056Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-08-12T10:52:03.056Z] ---> Running in 73299da2052c [2022-08-12T10:52:05.059Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:52:06.049Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:52:07.511Z] OK: 221 MiB in 51 packages [2022-08-12T10:52:08.956Z] Removing intermediate container 73299da2052c [2022-08-12T10:52:08.956Z] ---> d1efbf119403 [2022-08-12T10:52:08.956Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-12T10:52:09.950Z] ---> ea1e9b8db075 [2022-08-12T10:52:09.950Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:52:09.950Z] ---> Running in c83e7fb127b0 [2022-08-12T10:52:56.986Z] Removing intermediate container c83e7fb127b0 [2022-08-12T10:52:56.986Z] ---> ddb3aa375905 [2022-08-12T10:52:56.986Z] Step 8/23 : COPY . . [2022-08-12T10:53:00.401Z] ---> d737fb9bf246 [2022-08-12T10:53:00.401Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-08-12T10:53:00.401Z] ---> Running in 0181a165765d [2022-08-12T10:53:02.390Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-08-12T10:53:34.780Z] Removing intermediate container cb5b188f3279 [2022-08-12T10:53:34.780Z] ---> 5f7f4e1c47cd [2022-08-12T10:53:34.780Z] [2022-08-12T10:53:34.780Z] Step 10/22 : FROM alpine:3.16 [2022-08-12T10:53:34.780Z] ---> a6215f271958 [2022-08-12T10:53:34.780Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-08-12T10:53:34.780Z] ---> Running in ab33bd337902 [2022-08-12T10:53:34.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:53:34.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:53:34.780Z] (1/2) Installing ca-certificates (20220614-r0) [2022-08-12T10:53:35.056Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-08-12T10:53:35.056Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:53:35.056Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:53:35.336Z] OK: 6 MiB in 16 packages [2022-08-12T10:53:37.340Z] Removing intermediate container ab33bd337902 [2022-08-12T10:53:37.340Z] ---> 430992579984 [2022-08-12T10:53:37.340Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:53:37.340Z] ---> Running in b9cad4590d32 [2022-08-12T10:53:37.958Z] Removing intermediate container b9cad4590d32 [2022-08-12T10:53:37.958Z] ---> e679c2a4a094 [2022-08-12T10:53:37.958Z] Step 13/22 : ENV APP_PORT=59860 [2022-08-12T10:53:37.958Z] ---> Running in b28b2efaea54 [2022-08-12T10:53:38.567Z] Removing intermediate container b28b2efaea54 [2022-08-12T10:53:38.567Z] ---> 2079c21dcbf6 [2022-08-12T10:53:38.567Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-12T10:53:38.850Z] ---> Running in 4f38a0c2993f [2022-08-12T10:53:39.134Z] Removing intermediate container 4f38a0c2993f [2022-08-12T10:53:39.134Z] ---> 0bddb6b51525 [2022-08-12T10:53:39.134Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:53:40.131Z] ---> a628623ee565 [2022-08-12T10:53:40.131Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-08-12T10:53:42.791Z] ---> 3017b53f6270 [2022-08-12T10:53:42.791Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-08-12T10:53:43.388Z] ---> 08b989aab245 [2022-08-12T10:53:43.388Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-08-12T10:53:43.388Z] ---> Running in 11efc8dc152d [2022-08-12T10:53:43.989Z] Removing intermediate container 11efc8dc152d [2022-08-12T10:53:43.989Z] ---> 2a7b7c24e9a7 [2022-08-12T10:53:43.989Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:53:43.989Z] ---> Running in 3f0bb76ef8bc [2022-08-12T10:53:44.594Z] Removing intermediate container 3f0bb76ef8bc [2022-08-12T10:53:44.594Z] ---> 32f31372b05f [2022-08-12T10:53:44.594Z] Step 20/22 : LABEL arch=arm64 [2022-08-12T10:53:44.594Z] ---> Running in 8087160070c4 [2022-08-12T10:53:45.207Z] Removing intermediate container 8087160070c4 [2022-08-12T10:53:45.207Z] ---> 28576568a1ed [2022-08-12T10:53:45.207Z] Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:53:45.207Z] ---> Running in 5603d391d10c [2022-08-12T10:53:45.810Z] Removing intermediate container 5603d391d10c [2022-08-12T10:53:45.810Z] ---> 8423e6598f15 [2022-08-12T10:53:45.810Z] Step 22/22 : LABEL version=2.3.0-dev.45 [2022-08-12T10:53:45.810Z] ---> Running in 2008918ea3e0 [2022-08-12T10:53:46.421Z] Removing intermediate container 2008918ea3e0 [2022-08-12T10:53:46.421Z] ---> 668ecd906603 [2022-08-12T10:53:46.421Z] [2022-08-12T10:53:46.699Z] Successfully built 668ecd906603 [2022-08-12T10:53:46.699Z] Successfully tagged support-notifications-arm64:latest [2022-08-12T10:53:46.699Z]  Building support-notifications ... done Building sys-mgmt-agent [2022-08-12T10:53:51.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-12T10:53:51.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-12T10:53:51.038Z] ---> 48472aba7071 [2022-08-12T10:53:51.038Z] Step 3/23 : WORKDIR /edgex-go [2022-08-12T10:53:51.038Z] ---> Using cache [2022-08-12T10:53:51.038Z] ---> 53242bf9e073 [2022-08-12T10:53:51.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:53:51.038Z] ---> Using cache [2022-08-12T10:53:51.038Z] ---> 34ab4a163bf1 [2022-08-12T10:53:51.038Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-08-12T10:53:51.038Z] ---> Running in aeff2298123a [2022-08-12T10:53:53.034Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:53:54.022Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:53:55.015Z] OK: 221 MiB in 51 packages [2022-08-12T10:53:56.479Z] Removing intermediate container aeff2298123a [2022-08-12T10:53:56.479Z] ---> 61647a13c5fa [2022-08-12T10:53:56.479Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-12T10:53:57.474Z] ---> 3b08209eac94 [2022-08-12T10:53:57.474Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T10:53:57.768Z] ---> Running in 4bc8024ab521 [2022-08-12T10:54:54.615Z] Removing intermediate container 4bc8024ab521 [2022-08-12T10:54:54.615Z] ---> dc23dd9b6bc4 [2022-08-12T10:54:54.615Z] Step 8/23 : COPY . . [2022-08-12T10:54:54.615Z] ---> cb9eaa2e6bc1 [2022-08-12T10:54:54.615Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-08-12T10:54:54.615Z] ---> Running in 0845d34e62de [2022-08-12T10:54:54.893Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-08-12T10:56:16.745Z] Removing intermediate container e3cdea8adcf2 [2022-08-12T10:56:16.745Z] ---> 3e8613c0ae2c [2022-08-12T10:56:16.745Z] [2022-08-12T10:56:16.745Z] Step 10/31 : FROM alpine:3.16 [2022-08-12T10:56:16.745Z] ---> a6215f271958 [2022-08-12T10:56:16.745Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:56:16.745Z] ---> Running in a25c2c9f9c1d [2022-08-12T10:56:16.745Z] Removing intermediate container a25c2c9f9c1d [2022-08-12T10:56:16.745Z] ---> 59f210c593f0 [2022-08-12T10:56:16.745Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-08-12T10:56:16.745Z] ---> Running in abe3bce95731 [2022-08-12T10:56:16.745Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:56:16.745Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:56:17.026Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-08-12T10:56:17.026Z] (2/2) Installing su-exec (0.2-r1) [2022-08-12T10:56:17.026Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:56:17.026Z] OK: 5 MiB in 16 packages [2022-08-12T10:56:19.020Z] Removing intermediate container abe3bce95731 [2022-08-12T10:56:19.020Z] ---> 2f904626f2fa [2022-08-12T10:56:19.020Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-08-12T10:56:19.299Z] ---> Running in 19af9ea6f388 [2022-08-12T10:56:19.577Z] Removing intermediate container 3cd648f3665d [2022-08-12T10:56:19.577Z] ---> 515c32bf1370 [2022-08-12T10:56:19.577Z] [2022-08-12T10:56:19.577Z] Step 9/20 : FROM alpine:3.15 [2022-08-12T10:56:19.577Z] ---> 02e0d6fdf486 [2022-08-12T10:56:19.577Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-12T10:56:19.577Z] ---> Using cache [2022-08-12T10:56:19.577Z] ---> 0bc316e505e3 [2022-08-12T10:56:19.577Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:56:19.577Z] ---> Using cache [2022-08-12T10:56:19.577Z] ---> b896653d85a3 [2022-08-12T10:56:19.577Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-08-12T10:56:19.857Z] ---> Running in 3d504114b516 [2022-08-12T10:56:19.857Z] Removing intermediate container 19af9ea6f388 [2022-08-12T10:56:19.857Z] ---> 618cfe15bbc6 [2022-08-12T10:56:19.857Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-08-12T10:56:20.142Z] ---> Running in c345fcae9892 [2022-08-12T10:56:21.138Z] Removing intermediate container c345fcae9892 [2022-08-12T10:56:21.138Z] ---> 68db45586f36 [2022-08-12T10:56:21.138Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-08-12T10:56:21.411Z] ---> Running in dbd4d5d0bd23 [2022-08-12T10:56:22.017Z] Removing intermediate container dbd4d5d0bd23 [2022-08-12T10:56:22.017Z] ---> 2c4ba7eba513 [2022-08-12T10:56:22.017Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-08-12T10:56:22.297Z] ---> Running in 0f98f6c8df5b [2022-08-12T10:56:22.297Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:56:23.749Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:56:25.226Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-12T10:56:25.226Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-12T10:56:25.226Z] OK: 15733 distinct packages available [2022-08-12T10:56:25.226Z] Removing intermediate container 0f98f6c8df5b [2022-08-12T10:56:25.226Z] ---> ecca55804c89 [2022-08-12T10:56:25.226Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-08-12T10:56:25.226Z] ---> Running in 27f0c7c2b9ae [2022-08-12T10:56:25.503Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:56:25.785Z] Removing intermediate container 27f0c7c2b9ae [2022-08-12T10:56:25.785Z] ---> d1e8dcfca6e7 [2022-08-12T10:56:25.785Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-08-12T10:56:26.789Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:56:26.789Z] ---> 18457a045dca [2022-08-12T10:56:26.789Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-08-12T10:56:26.789Z] ---> Running in 43c638be4783 [2022-08-12T10:56:28.252Z] (1/9) Installing ca-certificates (20220614-r0) [2022-08-12T10:56:28.551Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-08-12T10:56:28.833Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-08-12T10:56:28.833Z] (4/9) Installing libcurl (7.80.0-r2) [2022-08-12T10:56:29.112Z] (5/9) Installing curl (7.80.0-r2) [2022-08-12T10:56:29.112Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-08-12T10:56:29.394Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-08-12T10:56:29.394Z] (8/9) Installing libucontext (1.1-r0) [2022-08-12T10:56:29.394Z] (9/9) Installing gcompat (1.0.0-r4) [2022-08-12T10:56:29.671Z] Executing busybox-1.34.1-r7.trigger [2022-08-12T10:56:29.671Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:56:29.950Z] Removing intermediate container 43c638be4783 [2022-08-12T10:56:29.950Z] ---> 2f2a06ff26be [2022-08-12T10:56:29.950Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:56:30.231Z] OK: 8 MiB in 23 packages [2022-08-12T10:56:30.514Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-08-12T10:56:31.513Z] ---> 21daa881e6d8 [2022-08-12T10:56:31.513Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-08-12T10:56:32.970Z] Removing intermediate container 3d504114b516 [2022-08-12T10:56:32.970Z] ---> c289164d973f [2022-08-12T10:56:32.970Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:56:33.966Z] ---> 441d149aeefc [2022-08-12T10:56:33.966Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-08-12T10:56:34.261Z] ---> 227289f92cd2 [2022-08-12T10:56:34.261Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-08-12T10:56:35.717Z] ---> 159a3967dc06 [2022-08-12T10:56:35.717Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-08-12T10:56:37.168Z] ---> ba7d4ca50a95 [2022-08-12T10:56:37.168Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-08-12T10:56:37.168Z] ---> 4491d79269d8 [2022-08-12T10:56:37.168Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-08-12T10:56:38.643Z] ---> 377e165d2590 [2022-08-12T10:56:38.643Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-08-12T10:56:38.643Z] ---> 8686c4feea62 [2022-08-12T10:56:38.643Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-08-12T10:56:38.643Z] ---> Running in 29eb92935eae [2022-08-12T10:56:39.650Z] Removing intermediate container 29eb92935eae [2022-08-12T10:56:39.650Z] ---> 08a4a437e7a0 [2022-08-12T10:56:39.650Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:56:39.650Z] ---> 52095045c3b9 [2022-08-12T10:56:39.650Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-08-12T10:56:39.650Z] ---> Running in 83cdecfdca78 [2022-08-12T10:56:39.650Z] ---> Running in 9c375fa5e0cb [2022-08-12T10:56:40.659Z] Removing intermediate container 83cdecfdca78 [2022-08-12T10:56:40.659Z] ---> 21d4c619e2c2 [2022-08-12T10:56:40.659Z] Step 18/20 : LABEL arch=arm64 [2022-08-12T10:56:40.953Z] ---> Running in f5631244a6e8 [2022-08-12T10:56:41.951Z] Removing intermediate container f5631244a6e8 [2022-08-12T10:56:41.951Z] ---> f7d5f1d3a736 [2022-08-12T10:56:41.951Z] Step 19/20 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:56:42.228Z] ---> Running in 379ac370011e [2022-08-12T10:56:43.223Z] Removing intermediate container 379ac370011e [2022-08-12T10:56:43.223Z] ---> a17db9cc4401 [2022-08-12T10:56:43.223Z] Step 20/20 : LABEL version=2.3.0-dev.45 [2022-08-12T10:56:43.501Z] ---> Running in 5cc226abdfb6 [2022-08-12T10:56:43.501Z] Removing intermediate container 9c375fa5e0cb [2022-08-12T10:56:43.501Z] ---> d962ec2025b3 [2022-08-12T10:56:43.501Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-08-12T10:56:43.780Z] ---> Running in 51bb6b0995fa [2022-08-12T10:56:44.061Z] Removing intermediate container 5cc226abdfb6 [2022-08-12T10:56:44.061Z] ---> e92731c28aaf [2022-08-12T10:56:44.061Z] [2022-08-12T10:56:44.679Z] Successfully built e92731c28aaf [2022-08-12T10:56:44.679Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-08-12T10:56:44.958Z]  Building security-spiffe-token-provider ... done Removing intermediate container 51bb6b0995fa [2022-08-12T10:56:44.958Z] ---> d9652cb55035 [2022-08-12T10:56:44.958Z] Step 28/31 : CMD ["gate"] [2022-08-12T10:56:45.234Z] ---> Running in 91ac0eb03316 [2022-08-12T10:56:46.244Z] Removing intermediate container 91ac0eb03316 [2022-08-12T10:56:46.244Z] ---> 1620f97d50e9 [2022-08-12T10:56:46.244Z] Step 29/31 : LABEL arch=arm64 [2022-08-12T10:56:46.526Z] ---> Running in 49c8142f8e38 [2022-08-12T10:56:47.522Z] Removing intermediate container 49c8142f8e38 [2022-08-12T10:56:47.522Z] ---> 0e07aa26660c [2022-08-12T10:56:47.522Z] Step 30/31 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:56:47.522Z] ---> Running in a1917bc6ffe5 [2022-08-12T10:56:48.515Z] Removing intermediate container a1917bc6ffe5 [2022-08-12T10:56:48.515Z] ---> 8c121ce0b3a6 [2022-08-12T10:56:48.515Z] Step 31/31 : LABEL version=2.3.0-dev.45 [2022-08-12T10:56:48.515Z] ---> Running in 710c75d4f4e2 [2022-08-12T10:56:49.509Z] Removing intermediate container 710c75d4f4e2 [2022-08-12T10:56:49.509Z] ---> 69889d6950fe [2022-08-12T10:56:49.509Z] [2022-08-12T10:56:49.786Z] Successfully built 69889d6950fe [2022-08-12T10:56:49.786Z] Successfully tagged security-bootstrapper-arm64:latest [2022-08-12T10:56:52.430Z]  Building security-bootstrapper ... done Removing intermediate container 0b056e5514ae [2022-08-12T10:56:52.430Z] ---> 369c2f156d1f [2022-08-12T10:56:52.430Z] [2022-08-12T10:56:52.430Z] Step 10/25 : FROM alpine:3.16 [2022-08-12T10:56:52.430Z] ---> a6215f271958 [2022-08-12T10:56:52.430Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-08-12T10:56:52.430Z] ---> Running in 6c1aa238ad12 [2022-08-12T10:56:54.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:56:54.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:56:55.854Z] (1/3) Installing ca-certificates (20220614-r0) [2022-08-12T10:56:55.854Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-08-12T10:56:55.854Z] (3/3) Installing su-exec (0.2-r1) [2022-08-12T10:56:55.854Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:56:55.854Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:56:56.129Z] OK: 6 MiB in 17 packages [2022-08-12T10:56:58.113Z] Removing intermediate container 6c1aa238ad12 [2022-08-12T10:56:58.113Z] ---> ee106f02c042 [2022-08-12T10:56:58.113Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-12T10:56:58.113Z] ---> Running in cfbb6d56e36e [2022-08-12T10:56:58.722Z] Removing intermediate container cfbb6d56e36e [2022-08-12T10:56:58.722Z] ---> 439236f6b80e [2022-08-12T10:56:58.722Z] Step 13/25 : WORKDIR / [2022-08-12T10:56:58.722Z] ---> Running in 52bc180a7c1e [2022-08-12T10:56:59.327Z] Removing intermediate container 52bc180a7c1e [2022-08-12T10:56:59.327Z] ---> 3ba06540ea45 [2022-08-12T10:56:59.327Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-08-12T10:57:00.333Z] ---> dd13945eed69 [2022-08-12T10:57:00.333Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-08-12T10:57:00.935Z] ---> 1e292f9011b9 [2022-08-12T10:57:00.935Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-08-12T10:57:02.378Z] ---> 8718989b0678 [2022-08-12T10:57:02.378Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-08-12T10:57:02.976Z] ---> 9a3c4e7e634c [2022-08-12T10:57:02.976Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-08-12T10:57:04.967Z] ---> e265159190e4 [2022-08-12T10:57:04.967Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-08-12T10:57:06.951Z] ---> 0899ef022c18 [2022-08-12T10:57:06.951Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-08-12T10:57:07.556Z] ---> c038597ac373 [2022-08-12T10:57:07.557Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-12T10:57:07.827Z] ---> Running in f4336150f3cb [2022-08-12T10:57:11.237Z] Removing intermediate container f4336150f3cb [2022-08-12T10:57:11.237Z] ---> 62209569bca7 [2022-08-12T10:57:11.237Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-08-12T10:57:11.237Z] ---> Running in e00d052bb917 [2022-08-12T10:57:11.522Z] Removing intermediate container e00d052bb917 [2022-08-12T10:57:11.522Z] ---> 1c44ca786c38 [2022-08-12T10:57:11.522Z] Step 23/25 : LABEL arch=arm64 [2022-08-12T10:57:11.522Z] ---> Running in f9cac4d6abc5 [2022-08-12T10:57:12.126Z] Removing intermediate container f9cac4d6abc5 [2022-08-12T10:57:12.126Z] ---> 4582fb786207 [2022-08-12T10:57:12.126Z] Step 24/25 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:57:12.126Z] ---> Running in 5816f76d5471 [2022-08-12T10:57:12.726Z] Removing intermediate container 5816f76d5471 [2022-08-12T10:57:12.726Z] ---> 62076ed2981e [2022-08-12T10:57:12.726Z] Step 25/25 : LABEL version=2.3.0-dev.45 [2022-08-12T10:57:12.726Z] ---> Running in 0bb4742e2985 [2022-08-12T10:57:13.328Z] Removing intermediate container 0bb4742e2985 [2022-08-12T10:57:13.328Z] ---> ded2c640c155 [2022-08-12T10:57:13.328Z] [2022-08-12T10:57:13.328Z] Successfully built ded2c640c155 [2022-08-12T10:57:13.328Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-08-12T10:58:21.370Z]  Building security-secretstore-setup ... done Removing intermediate container 0845d34e62de [2022-08-12T10:58:21.371Z] ---> c0ee9b04a31c [2022-08-12T10:58:21.371Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-08-12T10:58:21.371Z] ---> Running in 4297151b379d [2022-08-12T10:58:21.371Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-08-12T10:58:21.371Z] Removing intermediate container 0181a165765d [2022-08-12T10:58:21.371Z] ---> 36503daa3046 [2022-08-12T10:58:21.371Z] [2022-08-12T10:58:21.371Z] Step 10/23 : FROM alpine:3.16 [2022-08-12T10:58:21.371Z] ---> a6215f271958 [2022-08-12T10:58:21.371Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-08-12T10:58:21.371Z] ---> Running in 7ebce2d72e57 [2022-08-12T10:58:21.371Z] Removing intermediate container 7ebce2d72e57 [2022-08-12T10:58:21.371Z] ---> 9c7dcc584465 [2022-08-12T10:58:21.371Z] Step 12/23 : ENV APP_PORT=59880 [2022-08-12T10:58:21.371Z] ---> Running in 1b1b5b3b7c48 [2022-08-12T10:58:21.371Z] Removing intermediate container 1b1b5b3b7c48 [2022-08-12T10:58:21.371Z] ---> 96832c4ac3a1 [2022-08-12T10:58:21.371Z] Step 13/23 : EXPOSE $APP_PORT [2022-08-12T10:58:21.371Z] ---> Running in a4a4cd429201 [2022-08-12T10:58:21.371Z] Removing intermediate container 4297151b379d [2022-08-12T10:58:21.371Z] ---> b8f5613fe6b0 [2022-08-12T10:58:21.371Z] [2022-08-12T10:58:21.371Z] Step 11/23 : FROM alpine:3.16 [2022-08-12T10:58:21.371Z] ---> a6215f271958 [2022-08-12T10:58:21.371Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-08-12T10:58:21.371Z] ---> Running in 1a08a317fe4c [2022-08-12T10:58:21.371Z] Removing intermediate container a4a4cd429201 [2022-08-12T10:58:21.371Z] ---> 328eef56639e [2022-08-12T10:58:21.371Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T10:58:21.371Z] ---> Running in cf59450492d9 [2022-08-12T10:58:21.371Z] Removing intermediate container 1a08a317fe4c [2022-08-12T10:58:21.371Z] ---> 92828f2a6650 [2022-08-12T10:58:21.371Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-08-12T10:58:21.371Z] ---> Running in 6edb2894652d [2022-08-12T10:58:21.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:58:21.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:58:21.371Z] Removing intermediate container cf59450492d9 [2022-08-12T10:58:21.371Z] ---> 275262517d33 [2022-08-12T10:58:21.371Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-12T10:58:21.371Z] ---> Running in 8c2088992463 [2022-08-12T10:58:21.371Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-12T10:58:21.371Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-12T10:58:21.371Z] (3/33) Installing readline (8.1.2-r0) [2022-08-12T10:58:21.371Z] (4/33) Installing bash (5.1.16-r2) [2022-08-12T10:58:21.644Z] Executing bash-5.1.16-r2.post-install [2022-08-12T10:58:21.644Z] (5/33) Installing ca-certificates (20220614-r0) [2022-08-12T10:58:21.644Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-08-12T10:58:21.644Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-08-12T10:58:21.644Z] (8/33) Installing libcurl (7.83.1-r2) [2022-08-12T10:58:21.644Z] (9/33) Installing curl (7.83.1-r2) [2022-08-12T10:58:21.644Z] (10/33) Installing docker-cli (20.10.16-r2) [2022-08-12T10:58:21.644Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T10:58:22.623Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-08-12T10:58:22.623Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-08-12T10:58:22.623Z] (13/33) Installing expat (2.4.8-r0) [2022-08-12T10:58:22.623Z] (14/33) Installing libffi (3.4.2-r1) [2022-08-12T10:58:22.623Z] (15/33) Installing gdbm (1.23-r0) [2022-08-12T10:58:22.623Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-08-12T10:58:22.623Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T10:58:22.623Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T10:58:22.623Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-08-12T10:58:22.623Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-08-12T10:58:22.623Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T10:58:22.624Z] (21/33) Installing python3 (3.10.5-r0) [2022-08-12T10:58:23.605Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-12T10:58:23.605Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T10:58:23.881Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-12T10:58:23.881Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T10:58:23.881Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-12T10:58:24.156Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-12T10:58:24.156Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:58:24.156Z] OK: 8 MiB in 20 packages [2022-08-12T10:58:24.757Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-08-12T10:58:24.757Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-08-12T10:58:24.757Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-08-12T10:58:24.757Z] (25/33) Installing py3-six (1.16.0-r1) [2022-08-12T10:58:24.757Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-08-12T10:58:24.757Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-08-12T10:58:24.757Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-08-12T10:58:24.757Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-08-12T10:58:24.757Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-08-12T10:58:24.757Z] (31/33) Installing py3-packaging (21.3-r0) [2022-08-12T10:58:24.757Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-08-12T10:58:25.041Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-08-12T10:58:25.640Z] Removing intermediate container 8c2088992463 [2022-08-12T10:58:25.640Z] ---> de99044637e8 [2022-08-12T10:58:25.640Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-12T10:58:25.913Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T10:58:25.913Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T10:58:26.187Z] OK: 120 MiB in 47 packages [2022-08-12T10:58:26.462Z] ---> 2480dc490af9 [2022-08-12T10:58:26.462Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-08-12T10:58:27.445Z] ---> 09ace49b0875 [2022-08-12T10:58:27.445Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-08-12T10:58:28.041Z] ---> 68aad1f6d3cd [2022-08-12T10:58:28.041Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-08-12T10:58:28.317Z] ---> Running in 731060cdb531 [2022-08-12T10:58:28.589Z] Removing intermediate container 731060cdb531 [2022-08-12T10:58:28.589Z] ---> aacc21b019e7 [2022-08-12T10:58:28.589Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:58:28.589Z] ---> Running in d8cc692a617f [2022-08-12T10:58:29.192Z] Removing intermediate container d8cc692a617f [2022-08-12T10:58:29.192Z] ---> 9f1a6ff7836b [2022-08-12T10:58:29.192Z] Step 21/23 : LABEL arch=arm64 [2022-08-12T10:58:29.192Z] ---> Running in 7584711d8ae3 [2022-08-12T10:58:29.467Z] Removing intermediate container 7584711d8ae3 [2022-08-12T10:58:29.467Z] ---> 9e4a8d6ddab7 [2022-08-12T10:58:29.467Z] Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:58:29.467Z] ---> Running in 3fc2287d92e8 [2022-08-12T10:58:29.747Z] Removing intermediate container 3fc2287d92e8 [2022-08-12T10:58:29.747Z] ---> 00a042bf9c6a [2022-08-12T10:58:29.747Z] Step 23/23 : LABEL version=2.3.0-dev.45 [2022-08-12T10:58:30.020Z] ---> Running in 9a3458ed7161 [2022-08-12T10:58:30.297Z] Removing intermediate container 9a3458ed7161 [2022-08-12T10:58:30.297Z] ---> 6ec2b53ef1db [2022-08-12T10:58:30.297Z] [2022-08-12T10:58:30.569Z] Successfully built 6ec2b53ef1db [2022-08-12T10:58:30.570Z] Successfully tagged core-data-arm64:latest [2022-08-12T10:58:38.828Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2022-08-12T10:58:38.828Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-08-12T10:58:38.828Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 10.2 MB/s eta 0:00:00 [2022-08-12T10:58:38.828Z] Collecting jsonschema<3,>=2.5.1 [2022-08-12T10:58:38.828Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-08-12T10:58:38.828Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-08-12T10:58:38.828Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-08-12T10:58:38.828Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 18.1 MB/s eta 0:00:00 [2022-08-12T10:58:39.099Z] Collecting docopt<0.7,>=0.6.1 [2022-08-12T10:58:39.099Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-08-12T10:58:39.099Z] Preparing metadata (setup.py): started [2022-08-12T10:58:41.067Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T10:58:41.067Z] Collecting texttable<0.10,>=0.9.0 [2022-08-12T10:58:41.067Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-08-12T10:58:41.067Z] Preparing metadata (setup.py): started [2022-08-12T10:58:42.487Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T10:58:42.756Z] Collecting websocket-client<1.0,>=0.32.0 [2022-08-12T10:58:42.756Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-08-12T10:58:42.756Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 18.6 MB/s eta 0:00:00 [2022-08-12T10:58:43.344Z] Collecting docker<4.0,>=3.6.0 [2022-08-12T10:58:43.344Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-08-12T10:58:43.344Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 19.9 MB/s eta 0:00:00 [2022-08-12T10:58:43.344Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-08-12T10:58:43.344Z] Collecting cached-property<2,>=1.2.0 [2022-08-12T10:58:43.344Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-08-12T10:58:43.344Z] Collecting dockerpty<0.5,>=0.4.1 [2022-08-12T10:58:43.344Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-08-12T10:58:43.616Z] Preparing metadata (setup.py): started [2022-08-12T10:58:45.034Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T10:58:45.303Z] Collecting PyYAML<4,>=3.10 [2022-08-12T10:58:45.303Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-08-12T10:58:45.573Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 20.1 MB/s eta 0:00:00 [2022-08-12T10:58:46.541Z] Preparing metadata (setup.py): started [2022-08-12T10:58:47.965Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T10:58:48.556Z] Collecting docker-pycreds>=0.4.0 [2022-08-12T10:58:48.556Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-08-12T10:58:49.523Z] Collecting urllib3<1.25,>=1.21.1 [2022-08-12T10:58:49.524Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-08-12T10:58:49.524Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 21.3 MB/s eta 0:00:00 [2022-08-12T10:58:49.794Z] Collecting idna<2.8,>=2.5 [2022-08-12T10:58:49.794Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-08-12T10:58:49.794Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 20.4 MB/s eta 0:00:00 [2022-08-12T10:58:50.064Z] Collecting certifi>=2017.4.17 [2022-08-12T10:58:50.064Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-12T10:58:50.064Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 20.9 MB/s eta 0:00:00 [2022-08-12T10:58:50.064Z] Collecting chardet<3.1.0,>=3.0.2 [2022-08-12T10:58:50.064Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-08-12T10:58:50.333Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 20.4 MB/s eta 0:00:00 [2022-08-12T10:58:50.602Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-08-12T10:58:50.602Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-08-12T10:58:50.602Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-08-12T10:58:50.602Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-08-12T10:58:51.193Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-08-12T10:58:51.193Z] Running setup.py install for texttable: started [2022-08-12T10:58:53.152Z] Running setup.py install for texttable: finished with status 'done' [2022-08-12T10:58:53.152Z] Running setup.py install for PyYAML: started [2022-08-12T10:58:55.758Z] Running setup.py install for PyYAML: finished with status 'done' [2022-08-12T10:58:56.732Z] Running setup.py install for docopt: started [2022-08-12T10:58:58.692Z] Running setup.py install for docopt: finished with status 'done' [2022-08-12T10:59:01.302Z] Running setup.py install for dockerpty: started [2022-08-12T10:59:02.731Z] Running setup.py install for dockerpty: finished with status 'done' [2022-08-12T10:59:04.704Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-08-12T10:59:04.704Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-08-12T10:59:14.850Z] Removing intermediate container 6edb2894652d [2022-08-12T10:59:14.850Z] ---> 5201b636574f [2022-08-12T10:59:14.850Z] Step 14/23 : ENV APP_PORT=58890 [2022-08-12T10:59:14.850Z] ---> Running in 8243c879436a [2022-08-12T10:59:15.124Z] Removing intermediate container 8243c879436a [2022-08-12T10:59:15.124Z] ---> b8ba83afcb2f [2022-08-12T10:59:15.124Z] Step 15/23 : EXPOSE $APP_PORT [2022-08-12T10:59:15.124Z] ---> Running in f1e80259d181 [2022-08-12T10:59:15.397Z] Removing intermediate container f1e80259d181 [2022-08-12T10:59:15.397Z] ---> 1d0fe88f6fab [2022-08-12T10:59:15.397Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-08-12T10:59:16.374Z] ---> 4abe370f9e05 [2022-08-12T10:59:16.374Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-08-12T10:59:16.972Z] ---> b6d4c4d6ad38 [2022-08-12T10:59:16.972Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-08-12T10:59:17.955Z] ---> 7db2d4478451 [2022-08-12T10:59:17.955Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-08-12T10:59:17.955Z] ---> Running in 4c7a35808206 [2022-08-12T10:59:18.229Z] Removing intermediate container 4c7a35808206 [2022-08-12T10:59:18.229Z] ---> bb90045dc413 [2022-08-12T10:59:18.229Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T10:59:18.229Z] ---> Running in 601bb2a65f9a [2022-08-12T10:59:18.502Z] Removing intermediate container 601bb2a65f9a [2022-08-12T10:59:18.502Z] ---> e9902f77e180 [2022-08-12T10:59:18.502Z] Step 21/23 : LABEL arch=arm64 [2022-08-12T10:59:18.502Z] ---> Running in eeba66100d67 [2022-08-12T10:59:18.778Z] Removing intermediate container eeba66100d67 [2022-08-12T10:59:18.778Z] ---> f9e62b0da0f4 [2022-08-12T10:59:18.778Z] Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:19.052Z] ---> Running in 127a38bb56f4 [2022-08-12T10:59:19.324Z] Removing intermediate container 127a38bb56f4 [2022-08-12T10:59:19.324Z] ---> 31107511500b [2022-08-12T10:59:19.324Z] Step 23/23 : LABEL version=2.3.0-dev.45 [2022-08-12T10:59:19.324Z] ---> Running in 26836edf73a6 [2022-08-12T10:59:19.597Z] Removing intermediate container 26836edf73a6 [2022-08-12T10:59:19.597Z] ---> 662319b2d55c [2022-08-12T10:59:19.597Z] [2022-08-12T10:59:19.870Z] Successfully built 662319b2d55c [2022-08-12T10:59:19.870Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-08-12T10:59:20.159Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-08-12T10:59:20.170Z] $ docker stop --time=1 2c08c217f3db95655f9365e37b21804b4204cb0299fc1a3301831d117d694526 [2022-08-12T10:59:21.885Z] $ docker rm -f 2c08c217f3db95655f9365e37b21804b4204cb0299fc1a3301831d117d694526 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T10:59:22.425Z] + docker images [2022-08-12T10:59:22.696Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-12T10:59:22.696Z] sys-mgmt-agent-arm64 latest 662319b2d55c 3 seconds ago 133MB [2022-08-12T10:59:22.696Z] core-data-arm64 latest 6ec2b53ef1db 52 seconds ago 20.6MB [2022-08-12T10:59:22.696Z] b8f5613fe6b0 About a minute ago 1.19GB [2022-08-12T10:59:22.696Z] 36503daa3046 About a minute ago 1.22GB [2022-08-12T10:59:22.696Z] security-secretstore-setup-arm64 latest ded2c640c155 2 minutes ago 27.9MB [2022-08-12T10:59:22.696Z] 369c2f156d1f 2 minutes ago 1.2GB [2022-08-12T10:59:22.696Z] security-bootstrapper-arm64 latest 69889d6950fe 2 minutes ago 18.6MB [2022-08-12T10:59:22.696Z] security-spiffe-token-provider-arm64 latest e92731c28aaf 2 minutes ago 28.3MB [2022-08-12T10:59:22.696Z] 515c32bf1370 3 minutes ago 1.24GB [2022-08-12T10:59:22.696Z] 3e8613c0ae2c 3 minutes ago 1.19GB [2022-08-12T10:59:22.696Z] support-notifications-arm64 latest 668ecd906603 5 minutes ago 26.1MB [2022-08-12T10:59:22.696Z] 5f7f4e1c47cd 5 minutes ago 1.25GB [2022-08-12T10:59:22.696Z] core-metadata-arm64 latest 61e68d629db8 7 minutes ago 17.4MB [2022-08-12T10:59:22.696Z] c2ac39964169 7 minutes ago 1.22GB [2022-08-12T10:59:22.696Z] security-proxy-setup-arm64 latest 94d13d00fef9 8 minutes ago 26.2MB [2022-08-12T10:59:22.696Z] 6f687fa25a56 8 minutes ago 1.19GB [2022-08-12T10:59:22.696Z] support-scheduler-arm64 latest 4597433dd9fa 9 minutes ago 25.6MB [2022-08-12T10:59:22.696Z] d41ee5c358f6 9 minutes ago 1.25GB [2022-08-12T10:59:22.696Z] core-command-arm64 latest f955886e7de5 11 minutes ago 15.6MB [2022-08-12T10:59:22.696Z] 83cb75b87bef 12 minutes ago 1.19GB [2022-08-12T10:59:22.696Z] security-spire-agent-arm64 latest bae78123ed01 15 minutes ago 122MB [2022-08-12T10:59:22.696Z] security-spire-config-arm64 latest 9818d934299c 15 minutes ago 83.6MB [2022-08-12T10:59:22.696Z] security-spire-server-arm64 latest 37d21aea58ff 15 minutes ago 84.2MB [2022-08-12T10:59:22.696Z] 27c7d7458c2c 16 minutes ago 1.09GB [2022-08-12T10:59:22.696Z] 90bc45e228da 16 minutes ago 1.09GB [2022-08-12T10:59:22.696Z] b365d355376f 16 minutes ago 1.09GB [2022-08-12T10:59:22.697Z] ci-base-image-arm64 latest 48472aba7071 18 minutes ago 995MB [2022-08-12T10:59:22.697Z] alpine 3.15 02e0d6fdf486 2 days ago 5.33MB [2022-08-12T10:59:22.697Z] alpine 3.16 a6215f271958 2 days ago 5.29MB [2022-08-12T10:59:22.697Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 5 weeks ago 678MB [2022-08-12T10:59:22.697Z] 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 [2022-08-12T10:59:22.807Z] provisioning config files... [2022-08-12T10:59:22.828Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config7226714655041886784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T10:59:23.178Z] ---> docker-login.sh [2022-08-12T10:59:23.178Z] nexus3.edgexfoundry.org:10001 [2022-08-12T10:59:23.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:59:23.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:59:23.723Z] Configure a credential helper to remove this warning. See [2022-08-12T10:59:23.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:59:23.723Z] [2022-08-12T10:59:23.723Z] Login Succeeded [2022-08-12T10:59:23.723Z] nexus3.edgexfoundry.org:10002 [2022-08-12T10:59:24.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:59:24.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:59:24.319Z] Configure a credential helper to remove this warning. See [2022-08-12T10:59:24.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:59:24.319Z] [2022-08-12T10:59:24.319Z] Login Succeeded [2022-08-12T10:59:24.319Z] nexus3.edgexfoundry.org:10003 [2022-08-12T10:59:24.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:59:24.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:59:24.867Z] Configure a credential helper to remove this warning. See [2022-08-12T10:59:24.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:59:24.867Z] [2022-08-12T10:59:24.867Z] Login Succeeded [2022-08-12T10:59:24.867Z] nexus3.edgexfoundry.org:10004 [2022-08-12T10:59:25.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:59:25.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:59:25.418Z] Configure a credential helper to remove this warning. See [2022-08-12T10:59:25.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:59:25.418Z] [2022-08-12T10:59:25.418Z] Login Succeeded [2022-08-12T10:59:25.418Z] docker.io [2022-08-12T10:59:25.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T10:59:26.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T10:59:26.290Z] Configure a credential helper to remove this warning. See [2022-08-12T10:59:26.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T10:59:26.290Z] [2022-08-12T10:59:26.290Z] Login Succeeded [2022-08-12T10:59:26.290Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T10:59:26.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:59:26.345Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T10:59:26.371Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-08-12T10:59:26.371Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:26.371Z] latest [2022-08-12T10:59:26.371Z] 2.3.0-dev.45 [2022-08-12T10:59:26.371Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:26.371Z] main [2022-08-12T10:59:26.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:26.753Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:27.179Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:27.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-12T10:59:27.179Z] 5c0f5ca43a8f: Preparing [2022-08-12T10:59:27.179Z] 362b10d52aa2: Preparing [2022-08-12T10:59:27.179Z] b70be39037ee: Preparing [2022-08-12T10:59:27.179Z] 4023bc081b31: Preparing [2022-08-12T10:59:27.179Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:27.507Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:27.507Z] 5c0f5ca43a8f: Pushed [2022-08-12T10:59:27.507Z] b70be39037ee: Pushed [2022-08-12T10:59:27.507Z] 4023bc081b31: Pushed [2022-08-12T10:59:30.178Z] 362b10d52aa2: Pushed [2022-08-12T10:59:30.455Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:30.840Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:31.226Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-08-12T10:59:31.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-12T10:59:31.226Z] 5c0f5ca43a8f: Preparing [2022-08-12T10:59:31.226Z] 362b10d52aa2: Preparing [2022-08-12T10:59:31.226Z] b70be39037ee: Preparing [2022-08-12T10:59:31.226Z] 4023bc081b31: Preparing [2022-08-12T10:59:31.226Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:31.226Z] 362b10d52aa2: Layer already exists [2022-08-12T10:59:31.226Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:31.226Z] 5c0f5ca43a8f: Layer already exists [2022-08-12T10:59:31.226Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:31.226Z] b70be39037ee: Layer already exists [2022-08-12T10:59:31.506Z] latest: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:31.897Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:32.283Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.45 [2022-08-12T10:59:32.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-12T10:59:32.283Z] 5c0f5ca43a8f: Preparing [2022-08-12T10:59:32.283Z] 362b10d52aa2: Preparing [2022-08-12T10:59:32.283Z] b70be39037ee: Preparing [2022-08-12T10:59:32.283Z] 4023bc081b31: Preparing [2022-08-12T10:59:32.283Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:32.283Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:32.283Z] 5c0f5ca43a8f: Layer already exists [2022-08-12T10:59:32.283Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:32.283Z] 362b10d52aa2: Layer already exists [2022-08-12T10:59:32.283Z] b70be39037ee: Layer already exists [2022-08-12T10:59:32.555Z] 2.3.0-dev.45: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:32.919Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:33.285Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:33.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-12T10:59:33.285Z] 5c0f5ca43a8f: Preparing [2022-08-12T10:59:33.285Z] 362b10d52aa2: Preparing [2022-08-12T10:59:33.285Z] b70be39037ee: Preparing [2022-08-12T10:59:33.285Z] 4023bc081b31: Preparing [2022-08-12T10:59:33.285Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:33.285Z] 5c0f5ca43a8f: Layer already exists [2022-08-12T10:59:33.285Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:33.285Z] 362b10d52aa2: Layer already exists [2022-08-12T10:59:33.285Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:33.285Z] b70be39037ee: Layer already exists [2022-08-12T10:59:33.557Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:33.923Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:34.282Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-08-12T10:59:34.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-12T10:59:34.282Z] 5c0f5ca43a8f: Preparing [2022-08-12T10:59:34.282Z] 362b10d52aa2: Preparing [2022-08-12T10:59:34.282Z] b70be39037ee: Preparing [2022-08-12T10:59:34.282Z] 4023bc081b31: Preparing [2022-08-12T10:59:34.282Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:34.282Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:34.282Z] 362b10d52aa2: Layer already exists [2022-08-12T10:59:34.282Z] 5c0f5ca43a8f: Layer already exists [2022-08-12T10:59:34.282Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:34.282Z] b70be39037ee: Layer already exists [2022-08-12T10:59:34.553Z] main: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:59:34.612Z] ===================================================== [Pipeline] echo [2022-08-12T10:59:34.620Z] taggedImages: [2022-08-12T10:59:34.620Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:34.620Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-08-12T10:59:34.620Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.45 [2022-08-12T10:59:34.620Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:34.620Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-08-12T10:59:34.644Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-08-12T10:59:34.644Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:34.644Z] latest [2022-08-12T10:59:34.644Z] 2.3.0-dev.45 [2022-08-12T10:59:34.644Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:34.644Z] main [2022-08-12T10:59:34.644Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:35.004Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:35.377Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:35.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-12T10:59:35.377Z] bb314161a62f: Preparing [2022-08-12T10:59:35.377Z] 559f258187a3: Preparing [2022-08-12T10:59:35.377Z] b70be39037ee: Preparing [2022-08-12T10:59:35.377Z] a802b2e4b9dd: Preparing [2022-08-12T10:59:35.377Z] 4d6ba3eb9895: Preparing [2022-08-12T10:59:35.377Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:35.377Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:35.648Z] b70be39037ee: Layer already exists [2022-08-12T10:59:35.648Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:35.648Z] bb314161a62f: Pushed [2022-08-12T10:59:35.648Z] 4d6ba3eb9895: Pushed [2022-08-12T10:59:36.625Z] a802b2e4b9dd: Pushed [2022-08-12T10:59:39.246Z] 559f258187a3: Pushed [2022-08-12T10:59:39.246Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:39.623Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:39.981Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-08-12T10:59:39.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-12T10:59:39.981Z] bb314161a62f: Preparing [2022-08-12T10:59:39.981Z] 559f258187a3: Preparing [2022-08-12T10:59:39.981Z] b70be39037ee: Preparing [2022-08-12T10:59:39.981Z] a802b2e4b9dd: Preparing [2022-08-12T10:59:39.981Z] 4d6ba3eb9895: Preparing [2022-08-12T10:59:39.981Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:39.981Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:39.981Z] bb314161a62f: Layer already exists [2022-08-12T10:59:39.981Z] 559f258187a3: Layer already exists [2022-08-12T10:59:39.981Z] 4d6ba3eb9895: Layer already exists [2022-08-12T10:59:39.981Z] b70be39037ee: Layer already exists [2022-08-12T10:59:39.981Z] a802b2e4b9dd: Layer already exists [2022-08-12T10:59:39.981Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:40.253Z] latest: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:40.607Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:40.964Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.45 [2022-08-12T10:59:40.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-12T10:59:40.964Z] bb314161a62f: Preparing [2022-08-12T10:59:40.964Z] 559f258187a3: Preparing [2022-08-12T10:59:40.964Z] b70be39037ee: Preparing [2022-08-12T10:59:40.964Z] a802b2e4b9dd: Preparing [2022-08-12T10:59:40.964Z] 4d6ba3eb9895: Preparing [2022-08-12T10:59:40.964Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:40.964Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:40.964Z] a802b2e4b9dd: Layer already exists [2022-08-12T10:59:40.964Z] 4d6ba3eb9895: Layer already exists [2022-08-12T10:59:40.964Z] b70be39037ee: Layer already exists [2022-08-12T10:59:40.964Z] bb314161a62f: Layer already exists [2022-08-12T10:59:40.964Z] 559f258187a3: Layer already exists [2022-08-12T10:59:40.964Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:41.236Z] 2.3.0-dev.45: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:41.592Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:41.943Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:41.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-12T10:59:41.943Z] bb314161a62f: Preparing [2022-08-12T10:59:41.943Z] 559f258187a3: Preparing [2022-08-12T10:59:41.943Z] b70be39037ee: Preparing [2022-08-12T10:59:41.943Z] a802b2e4b9dd: Preparing [2022-08-12T10:59:41.943Z] 4d6ba3eb9895: Preparing [2022-08-12T10:59:41.943Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:41.943Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:41.943Z] 559f258187a3: Layer already exists [2022-08-12T10:59:41.943Z] a802b2e4b9dd: Layer already exists [2022-08-12T10:59:41.943Z] bb314161a62f: Layer already exists [2022-08-12T10:59:41.943Z] b70be39037ee: Layer already exists [2022-08-12T10:59:41.943Z] 4d6ba3eb9895: Layer already exists [2022-08-12T10:59:41.943Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:42.215Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:42.581Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:42.944Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-08-12T10:59:42.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-12T10:59:42.944Z] bb314161a62f: Preparing [2022-08-12T10:59:42.944Z] 559f258187a3: Preparing [2022-08-12T10:59:42.944Z] b70be39037ee: Preparing [2022-08-12T10:59:42.944Z] a802b2e4b9dd: Preparing [2022-08-12T10:59:42.944Z] 4d6ba3eb9895: Preparing [2022-08-12T10:59:42.944Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:42.944Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:42.944Z] bb314161a62f: Layer already exists [2022-08-12T10:59:42.944Z] 4d6ba3eb9895: Layer already exists [2022-08-12T10:59:42.944Z] 559f258187a3: Layer already exists [2022-08-12T10:59:42.944Z] a802b2e4b9dd: Layer already exists [2022-08-12T10:59:42.944Z] b70be39037ee: Layer already exists [2022-08-12T10:59:42.944Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:43.216Z] main: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:59:43.272Z] ===================================================== [Pipeline] echo [2022-08-12T10:59:43.281Z] taggedImages: [2022-08-12T10:59:43.281Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:43.281Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-08-12T10:59:43.281Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.45 [2022-08-12T10:59:43.281Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:43.281Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-08-12T10:59:43.306Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-08-12T10:59:43.306Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:43.306Z] latest [2022-08-12T10:59:43.306Z] 2.3.0-dev.45 [2022-08-12T10:59:43.306Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:43.306Z] main [2022-08-12T10:59:43.306Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:43.664Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:44.027Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:44.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-12T10:59:44.027Z] 3a6b9fff4891: Preparing [2022-08-12T10:59:44.027Z] a4c0ddae5f8d: Preparing [2022-08-12T10:59:44.027Z] edd8f76cb187: Preparing [2022-08-12T10:59:44.027Z] b70be39037ee: Preparing [2022-08-12T10:59:44.027Z] 4023bc081b31: Preparing [2022-08-12T10:59:44.027Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:44.027Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:44.027Z] b70be39037ee: Layer already exists [2022-08-12T10:59:44.299Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:44.299Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:44.299Z] 3a6b9fff4891: Pushed [2022-08-12T10:59:44.299Z] a4c0ddae5f8d: Pushed [2022-08-12T10:59:47.672Z] edd8f76cb187: Pushed [2022-08-12T10:59:47.672Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:48.032Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:48.390Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-08-12T10:59:48.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-12T10:59:48.391Z] 3a6b9fff4891: Preparing [2022-08-12T10:59:48.391Z] a4c0ddae5f8d: Preparing [2022-08-12T10:59:48.391Z] edd8f76cb187: Preparing [2022-08-12T10:59:48.391Z] b70be39037ee: Preparing [2022-08-12T10:59:48.391Z] 4023bc081b31: Preparing [2022-08-12T10:59:48.391Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:48.391Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:48.391Z] b70be39037ee: Layer already exists [2022-08-12T10:59:48.391Z] 3a6b9fff4891: Layer already exists [2022-08-12T10:59:48.391Z] edd8f76cb187: Layer already exists [2022-08-12T10:59:48.391Z] a4c0ddae5f8d: Layer already exists [2022-08-12T10:59:48.391Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:48.391Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:48.661Z] latest: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:49.025Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:49.375Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.45 [2022-08-12T10:59:49.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-12T10:59:49.375Z] 3a6b9fff4891: Preparing [2022-08-12T10:59:49.375Z] a4c0ddae5f8d: Preparing [2022-08-12T10:59:49.375Z] edd8f76cb187: Preparing [2022-08-12T10:59:49.375Z] b70be39037ee: Preparing [2022-08-12T10:59:49.375Z] 4023bc081b31: Preparing [2022-08-12T10:59:49.375Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:49.375Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:49.375Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:49.375Z] 3a6b9fff4891: Layer already exists [2022-08-12T10:59:49.375Z] edd8f76cb187: Layer already exists [2022-08-12T10:59:49.375Z] b70be39037ee: Layer already exists [2022-08-12T10:59:49.375Z] a4c0ddae5f8d: Layer already exists [2022-08-12T10:59:49.375Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:49.645Z] 2.3.0-dev.45: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:50.011Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:50.364Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:50.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-12T10:59:50.364Z] 3a6b9fff4891: Preparing [2022-08-12T10:59:50.364Z] a4c0ddae5f8d: Preparing [2022-08-12T10:59:50.364Z] edd8f76cb187: Preparing [2022-08-12T10:59:50.364Z] b70be39037ee: Preparing [2022-08-12T10:59:50.364Z] 4023bc081b31: Preparing [2022-08-12T10:59:50.364Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:50.364Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:50.364Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:50.364Z] b70be39037ee: Layer already exists [2022-08-12T10:59:50.364Z] edd8f76cb187: Layer already exists [2022-08-12T10:59:50.364Z] 3a6b9fff4891: Layer already exists [2022-08-12T10:59:50.364Z] a4c0ddae5f8d: Layer already exists [2022-08-12T10:59:50.364Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:50.636Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:50.997Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:51.354Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-08-12T10:59:51.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-12T10:59:51.354Z] 3a6b9fff4891: Preparing [2022-08-12T10:59:51.354Z] a4c0ddae5f8d: Preparing [2022-08-12T10:59:51.354Z] edd8f76cb187: Preparing [2022-08-12T10:59:51.354Z] b70be39037ee: Preparing [2022-08-12T10:59:51.354Z] 4023bc081b31: Preparing [2022-08-12T10:59:51.354Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:51.354Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:51.354Z] b70be39037ee: Layer already exists [2022-08-12T10:59:51.354Z] edd8f76cb187: Layer already exists [2022-08-12T10:59:51.354Z] a4c0ddae5f8d: Layer already exists [2022-08-12T10:59:51.354Z] 4023bc081b31: Layer already exists [2022-08-12T10:59:51.354Z] 3a6b9fff4891: Layer already exists [2022-08-12T10:59:51.624Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:51.624Z] main: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T10:59:51.684Z] ===================================================== [Pipeline] echo [2022-08-12T10:59:51.693Z] taggedImages: [2022-08-12T10:59:51.693Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:51.693Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-08-12T10:59:51.693Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.45 [2022-08-12T10:59:51.693Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:51.693Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-08-12T10:59:51.714Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-08-12T10:59:51.715Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:51.715Z] latest [2022-08-12T10:59:51.715Z] 2.3.0-dev.45 [2022-08-12T10:59:51.715Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:51.715Z] main [2022-08-12T10:59:51.715Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:52.085Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:52.448Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T10:59:52.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-12T10:59:52.448Z] 6e1dc35b5d6f: Preparing [2022-08-12T10:59:52.448Z] 6e1dc35b5d6f: Preparing [2022-08-12T10:59:52.448Z] 770c80f0c9ae: Preparing [2022-08-12T10:59:52.448Z] 81386cef07eb: Preparing [2022-08-12T10:59:52.448Z] f9e7ad69f36d: Preparing [2022-08-12T10:59:52.448Z] 5240236c3603: Preparing [2022-08-12T10:59:52.448Z] b70be39037ee: Preparing [2022-08-12T10:59:52.448Z] 02cd277c87c6: Preparing [2022-08-12T10:59:52.448Z] 047dd22f5f5c: Preparing [2022-08-12T10:59:52.448Z] e846e117df0d: Preparing [2022-08-12T10:59:52.448Z] ab3aa44947f5: Preparing [2022-08-12T10:59:52.448Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:52.448Z] b70be39037ee: Waiting [2022-08-12T10:59:52.448Z] 02cd277c87c6: Waiting [2022-08-12T10:59:52.448Z] 047dd22f5f5c: Waiting [2022-08-12T10:59:52.448Z] e846e117df0d: Waiting [2022-08-12T10:59:52.448Z] ab3aa44947f5: Waiting [2022-08-12T10:59:52.448Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:52.742Z] 6e1dc35b5d6f: Pushed [2022-08-12T10:59:52.742Z] f9e7ad69f36d: Pushed [2022-08-12T10:59:52.742Z] 770c80f0c9ae: Pushed [2022-08-12T10:59:52.742Z] 81386cef07eb: Pushed [2022-08-12T10:59:52.742Z] b70be39037ee: Layer already exists [2022-08-12T10:59:53.018Z] 02cd277c87c6: Pushed [2022-08-12T10:59:53.018Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:53.018Z] e846e117df0d: Pushed [2022-08-12T10:59:53.018Z] 047dd22f5f5c: Pushed [2022-08-12T10:59:53.018Z] ab3aa44947f5: Pushed [2022-08-12T10:59:56.398Z] 5240236c3603: Pushed [2022-08-12T10:59:56.398Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:56.761Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:57.120Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-08-12T10:59:57.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-12T10:59:57.120Z] 6e1dc35b5d6f: Preparing [2022-08-12T10:59:57.120Z] 6e1dc35b5d6f: Preparing [2022-08-12T10:59:57.120Z] 770c80f0c9ae: Preparing [2022-08-12T10:59:57.120Z] 81386cef07eb: Preparing [2022-08-12T10:59:57.120Z] f9e7ad69f36d: Preparing [2022-08-12T10:59:57.120Z] 5240236c3603: Preparing [2022-08-12T10:59:57.120Z] b70be39037ee: Preparing [2022-08-12T10:59:57.120Z] 02cd277c87c6: Preparing [2022-08-12T10:59:57.120Z] 047dd22f5f5c: Preparing [2022-08-12T10:59:57.120Z] e846e117df0d: Preparing [2022-08-12T10:59:57.120Z] ab3aa44947f5: Preparing [2022-08-12T10:59:57.120Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:57.120Z] 047dd22f5f5c: Waiting [2022-08-12T10:59:57.120Z] e846e117df0d: Waiting [2022-08-12T10:59:57.120Z] ab3aa44947f5: Waiting [2022-08-12T10:59:57.120Z] b70be39037ee: Waiting [2022-08-12T10:59:57.120Z] 02cd277c87c6: Waiting [2022-08-12T10:59:57.120Z] 81386cef07eb: Layer already exists [2022-08-12T10:59:57.120Z] 5240236c3603: Layer already exists [2022-08-12T10:59:57.120Z] f9e7ad69f36d: Layer already exists [2022-08-12T10:59:57.120Z] 6e1dc35b5d6f: Layer already exists [2022-08-12T10:59:57.120Z] 770c80f0c9ae: Layer already exists [2022-08-12T10:59:57.120Z] b70be39037ee: Layer already exists [2022-08-12T10:59:57.392Z] e846e117df0d: Layer already exists [2022-08-12T10:59:57.392Z] 02cd277c87c6: Layer already exists [2022-08-12T10:59:57.392Z] ab3aa44947f5: Layer already exists [2022-08-12T10:59:57.392Z] 047dd22f5f5c: Layer already exists [2022-08-12T10:59:57.392Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:57.392Z] latest: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:57.753Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:58.109Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.45 [2022-08-12T10:59:58.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-12T10:59:58.109Z] 6e1dc35b5d6f: Preparing [2022-08-12T10:59:58.109Z] 6e1dc35b5d6f: Preparing [2022-08-12T10:59:58.109Z] 770c80f0c9ae: Preparing [2022-08-12T10:59:58.109Z] 81386cef07eb: Preparing [2022-08-12T10:59:58.109Z] f9e7ad69f36d: Preparing [2022-08-12T10:59:58.109Z] 5240236c3603: Preparing [2022-08-12T10:59:58.109Z] b70be39037ee: Preparing [2022-08-12T10:59:58.109Z] 02cd277c87c6: Preparing [2022-08-12T10:59:58.109Z] 047dd22f5f5c: Preparing [2022-08-12T10:59:58.109Z] e846e117df0d: Preparing [2022-08-12T10:59:58.109Z] ab3aa44947f5: Preparing [2022-08-12T10:59:58.109Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:58.109Z] 047dd22f5f5c: Waiting [2022-08-12T10:59:58.109Z] e846e117df0d: Waiting [2022-08-12T10:59:58.109Z] ab3aa44947f5: Waiting [2022-08-12T10:59:58.109Z] b70be39037ee: Waiting [2022-08-12T10:59:58.109Z] 02cd277c87c6: Waiting [2022-08-12T10:59:58.109Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:58.109Z] 6e1dc35b5d6f: Layer already exists [2022-08-12T10:59:58.109Z] 5240236c3603: Layer already exists [2022-08-12T10:59:58.109Z] f9e7ad69f36d: Layer already exists [2022-08-12T10:59:58.109Z] 770c80f0c9ae: Layer already exists [2022-08-12T10:59:58.109Z] 81386cef07eb: Layer already exists [2022-08-12T10:59:58.382Z] 047dd22f5f5c: Layer already exists [2022-08-12T10:59:58.382Z] b70be39037ee: Layer already exists [2022-08-12T10:59:58.382Z] 02cd277c87c6: Layer already exists [2022-08-12T10:59:58.382Z] ab3aa44947f5: Layer already exists [2022-08-12T10:59:58.382Z] e846e117df0d: Layer already exists [2022-08-12T10:59:58.382Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:58.382Z] 2.3.0-dev.45: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:58.745Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:59.097Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T10:59:59.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-12T10:59:59.097Z] 6e1dc35b5d6f: Preparing [2022-08-12T10:59:59.097Z] 6e1dc35b5d6f: Preparing [2022-08-12T10:59:59.097Z] 770c80f0c9ae: Preparing [2022-08-12T10:59:59.097Z] 81386cef07eb: Preparing [2022-08-12T10:59:59.097Z] f9e7ad69f36d: Preparing [2022-08-12T10:59:59.097Z] 5240236c3603: Preparing [2022-08-12T10:59:59.097Z] b70be39037ee: Preparing [2022-08-12T10:59:59.097Z] 02cd277c87c6: Preparing [2022-08-12T10:59:59.097Z] 047dd22f5f5c: Preparing [2022-08-12T10:59:59.097Z] e846e117df0d: Preparing [2022-08-12T10:59:59.097Z] ab3aa44947f5: Preparing [2022-08-12T10:59:59.097Z] 5d3e392a13a0: Preparing [2022-08-12T10:59:59.097Z] 047dd22f5f5c: Waiting [2022-08-12T10:59:59.097Z] e846e117df0d: Waiting [2022-08-12T10:59:59.097Z] 5d3e392a13a0: Waiting [2022-08-12T10:59:59.097Z] b70be39037ee: Waiting [2022-08-12T10:59:59.097Z] ab3aa44947f5: Waiting [2022-08-12T10:59:59.097Z] 02cd277c87c6: Waiting [2022-08-12T10:59:59.097Z] 81386cef07eb: Layer already exists [2022-08-12T10:59:59.097Z] 770c80f0c9ae: Layer already exists [2022-08-12T10:59:59.097Z] 5240236c3603: Layer already exists [2022-08-12T10:59:59.097Z] 6e1dc35b5d6f: Layer already exists [2022-08-12T10:59:59.368Z] f9e7ad69f36d: Layer already exists [2022-08-12T10:59:59.368Z] 02cd277c87c6: Layer already exists [2022-08-12T10:59:59.368Z] e846e117df0d: Layer already exists [2022-08-12T10:59:59.368Z] b70be39037ee: Layer already exists [2022-08-12T10:59:59.368Z] 047dd22f5f5c: Layer already exists [2022-08-12T10:59:59.368Z] ab3aa44947f5: Layer already exists [2022-08-12T10:59:59.368Z] 5d3e392a13a0: Layer already exists [2022-08-12T10:59:59.368Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T10:59:59.731Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:00.092Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-08-12T11:00:00.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-12T11:00:00.092Z] 6e1dc35b5d6f: Preparing [2022-08-12T11:00:00.092Z] 6e1dc35b5d6f: Preparing [2022-08-12T11:00:00.092Z] 770c80f0c9ae: Preparing [2022-08-12T11:00:00.092Z] 81386cef07eb: Preparing [2022-08-12T11:00:00.092Z] f9e7ad69f36d: Preparing [2022-08-12T11:00:00.092Z] 5240236c3603: Preparing [2022-08-12T11:00:00.092Z] b70be39037ee: Preparing [2022-08-12T11:00:00.092Z] 02cd277c87c6: Preparing [2022-08-12T11:00:00.092Z] 047dd22f5f5c: Preparing [2022-08-12T11:00:00.092Z] e846e117df0d: Preparing [2022-08-12T11:00:00.092Z] ab3aa44947f5: Preparing [2022-08-12T11:00:00.092Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:00.092Z] 047dd22f5f5c: Waiting [2022-08-12T11:00:00.092Z] e846e117df0d: Waiting [2022-08-12T11:00:00.092Z] ab3aa44947f5: Waiting [2022-08-12T11:00:00.092Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:00.092Z] b70be39037ee: Waiting [2022-08-12T11:00:00.092Z] 02cd277c87c6: Waiting [2022-08-12T11:00:00.092Z] 770c80f0c9ae: Layer already exists [2022-08-12T11:00:00.092Z] f9e7ad69f36d: Layer already exists [2022-08-12T11:00:00.092Z] 81386cef07eb: Layer already exists [2022-08-12T11:00:00.092Z] 6e1dc35b5d6f: Layer already exists [2022-08-12T11:00:00.092Z] 5240236c3603: Layer already exists [2022-08-12T11:00:00.364Z] 02cd277c87c6: Layer already exists [2022-08-12T11:00:00.364Z] e846e117df0d: Layer already exists [2022-08-12T11:00:00.364Z] 047dd22f5f5c: Layer already exists [2022-08-12T11:00:00.364Z] b70be39037ee: Layer already exists [2022-08-12T11:00:00.364Z] ab3aa44947f5: Layer already exists [2022-08-12T11:00:00.364Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:00.364Z] main: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:00:00.422Z] ===================================================== [Pipeline] echo [2022-08-12T11:00:00.432Z] taggedImages: [2022-08-12T11:00:00.432Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:00.432Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-08-12T11:00:00.432Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.45 [2022-08-12T11:00:00.432Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:00.432Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-08-12T11:00:00.458Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-08-12T11:00:00.458Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:00.458Z] latest [2022-08-12T11:00:00.458Z] 2.3.0-dev.45 [2022-08-12T11:00:00.458Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:00.458Z] main [2022-08-12T11:00:00.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:00.817Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:01.182Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:01.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-12T11:00:01.182Z] 3f67f5d68cac: Preparing [2022-08-12T11:00:01.182Z] 9ee5b1e2c25a: Preparing [2022-08-12T11:00:01.182Z] a8b12ac8a9d5: Preparing [2022-08-12T11:00:01.182Z] 2c944f06b432: Preparing [2022-08-12T11:00:01.182Z] 77b7bf2c1d7c: Preparing [2022-08-12T11:00:01.182Z] 120812ed2b8a: Preparing [2022-08-12T11:00:01.182Z] e7bf2386b415: Preparing [2022-08-12T11:00:01.182Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:01.182Z] 120812ed2b8a: Waiting [2022-08-12T11:00:01.182Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:01.182Z] e7bf2386b415: Waiting [2022-08-12T11:00:01.458Z] 3f67f5d68cac: Pushed [2022-08-12T11:00:01.458Z] 9ee5b1e2c25a: Pushed [2022-08-12T11:00:01.458Z] 77b7bf2c1d7c: Pushed [2022-08-12T11:00:01.737Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:01.737Z] 120812ed2b8a: Pushed [2022-08-12T11:00:02.354Z] e7bf2386b415: Pushed [2022-08-12T11:00:04.333Z] 2c944f06b432: Pushed [2022-08-12T11:00:04.333Z] a8b12ac8a9d5: Pushed [2022-08-12T11:00:04.333Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:04.698Z] + 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 [2022-08-12T11:00:05.047Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-08-12T11:00:05.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-12T11:00:05.048Z] 3f67f5d68cac: Preparing [2022-08-12T11:00:05.048Z] 9ee5b1e2c25a: Preparing [2022-08-12T11:00:05.048Z] a8b12ac8a9d5: Preparing [2022-08-12T11:00:05.048Z] 2c944f06b432: Preparing [2022-08-12T11:00:05.048Z] 77b7bf2c1d7c: Preparing [2022-08-12T11:00:05.048Z] 120812ed2b8a: Preparing [2022-08-12T11:00:05.048Z] e7bf2386b415: Preparing [2022-08-12T11:00:05.048Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:05.048Z] 120812ed2b8a: Waiting [2022-08-12T11:00:05.048Z] e7bf2386b415: Waiting [2022-08-12T11:00:05.048Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:05.048Z] 9ee5b1e2c25a: Layer already exists [2022-08-12T11:00:05.048Z] 3f67f5d68cac: Layer already exists [2022-08-12T11:00:05.048Z] a8b12ac8a9d5: Layer already exists [2022-08-12T11:00:05.048Z] 77b7bf2c1d7c: Layer already exists [2022-08-12T11:00:05.048Z] 2c944f06b432: Layer already exists [2022-08-12T11:00:05.048Z] e7bf2386b415: Layer already exists [2022-08-12T11:00:05.048Z] 120812ed2b8a: Layer already exists [2022-08-12T11:00:05.048Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:05.318Z] latest: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:05.683Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:06.039Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.45 [2022-08-12T11:00:06.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-12T11:00:06.039Z] 3f67f5d68cac: Preparing [2022-08-12T11:00:06.039Z] 9ee5b1e2c25a: Preparing [2022-08-12T11:00:06.039Z] a8b12ac8a9d5: Preparing [2022-08-12T11:00:06.039Z] 2c944f06b432: Preparing [2022-08-12T11:00:06.039Z] 77b7bf2c1d7c: Preparing [2022-08-12T11:00:06.039Z] 120812ed2b8a: Preparing [2022-08-12T11:00:06.039Z] e7bf2386b415: Preparing [2022-08-12T11:00:06.039Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:06.039Z] 120812ed2b8a: Waiting [2022-08-12T11:00:06.039Z] e7bf2386b415: Waiting [2022-08-12T11:00:06.039Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:06.039Z] 9ee5b1e2c25a: Layer already exists [2022-08-12T11:00:06.311Z] 3f67f5d68cac: Layer already exists [2022-08-12T11:00:06.311Z] a8b12ac8a9d5: Layer already exists [2022-08-12T11:00:06.311Z] 77b7bf2c1d7c: Layer already exists [2022-08-12T11:00:06.311Z] 2c944f06b432: Layer already exists [2022-08-12T11:00:06.311Z] 120812ed2b8a: Layer already exists [2022-08-12T11:00:06.311Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:06.311Z] e7bf2386b415: Layer already exists [2022-08-12T11:00:06.311Z] 2.3.0-dev.45: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:06.683Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:07.039Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:07.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-12T11:00:07.039Z] 3f67f5d68cac: Preparing [2022-08-12T11:00:07.039Z] 9ee5b1e2c25a: Preparing [2022-08-12T11:00:07.039Z] a8b12ac8a9d5: Preparing [2022-08-12T11:00:07.039Z] 2c944f06b432: Preparing [2022-08-12T11:00:07.039Z] 77b7bf2c1d7c: Preparing [2022-08-12T11:00:07.039Z] 120812ed2b8a: Preparing [2022-08-12T11:00:07.039Z] e7bf2386b415: Preparing [2022-08-12T11:00:07.039Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:07.039Z] 120812ed2b8a: Waiting [2022-08-12T11:00:07.039Z] e7bf2386b415: Waiting [2022-08-12T11:00:07.039Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:07.039Z] 9ee5b1e2c25a: Layer already exists [2022-08-12T11:00:07.039Z] 77b7bf2c1d7c: Layer already exists [2022-08-12T11:00:07.039Z] 3f67f5d68cac: Layer already exists [2022-08-12T11:00:07.039Z] a8b12ac8a9d5: Layer already exists [2022-08-12T11:00:07.039Z] 2c944f06b432: Layer already exists [2022-08-12T11:00:07.310Z] 120812ed2b8a: Layer already exists [2022-08-12T11:00:07.310Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:07.310Z] e7bf2386b415: Layer already exists [2022-08-12T11:00:07.310Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:07.677Z] + 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 [2022-08-12T11:00:08.039Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-08-12T11:00:08.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-12T11:00:08.039Z] 3f67f5d68cac: Preparing [2022-08-12T11:00:08.039Z] 9ee5b1e2c25a: Preparing [2022-08-12T11:00:08.039Z] a8b12ac8a9d5: Preparing [2022-08-12T11:00:08.039Z] 2c944f06b432: Preparing [2022-08-12T11:00:08.039Z] 77b7bf2c1d7c: Preparing [2022-08-12T11:00:08.039Z] 120812ed2b8a: Preparing [2022-08-12T11:00:08.039Z] e7bf2386b415: Preparing [2022-08-12T11:00:08.039Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:08.039Z] 120812ed2b8a: Waiting [2022-08-12T11:00:08.039Z] e7bf2386b415: Waiting [2022-08-12T11:00:08.039Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:08.039Z] 77b7bf2c1d7c: Layer already exists [2022-08-12T11:00:08.039Z] 3f67f5d68cac: Layer already exists [2022-08-12T11:00:08.039Z] a8b12ac8a9d5: Layer already exists [2022-08-12T11:00:08.039Z] 9ee5b1e2c25a: Layer already exists [2022-08-12T11:00:08.039Z] 2c944f06b432: Layer already exists [2022-08-12T11:00:08.039Z] 120812ed2b8a: Layer already exists [2022-08-12T11:00:08.309Z] e7bf2386b415: Layer already exists [2022-08-12T11:00:08.309Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:08.309Z] main: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:00:08.373Z] ===================================================== [Pipeline] echo [2022-08-12T11:00:08.382Z] taggedImages: [2022-08-12T11:00:08.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:08.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-08-12T11:00:08.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.45 [2022-08-12T11:00:08.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:08.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-08-12T11:00:08.410Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-08-12T11:00:08.410Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:08.410Z] latest [2022-08-12T11:00:08.410Z] 2.3.0-dev.45 [2022-08-12T11:00:08.410Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:08.410Z] main [2022-08-12T11:00:08.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:08.774Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:09.153Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:09.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-12T11:00:09.153Z] f98477f0ac00: Preparing [2022-08-12T11:00:09.153Z] 079a3f8639c7: Preparing [2022-08-12T11:00:09.153Z] b222c7a5a167: Preparing [2022-08-12T11:00:09.153Z] a4bcaef34bc9: Preparing [2022-08-12T11:00:09.153Z] 82ec28d6dab6: Preparing [2022-08-12T11:00:09.153Z] 3dbd21ac4126: Preparing [2022-08-12T11:00:09.153Z] 6c0bcd35fd27: Preparing [2022-08-12T11:00:09.153Z] 1ab6379cc490: Preparing [2022-08-12T11:00:09.153Z] 97df9454359d: Preparing [2022-08-12T11:00:09.153Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:09.153Z] 3dbd21ac4126: Waiting [2022-08-12T11:00:09.153Z] 1ab6379cc490: Waiting [2022-08-12T11:00:09.153Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:09.153Z] 6c0bcd35fd27: Waiting [2022-08-12T11:00:09.153Z] 97df9454359d: Waiting [2022-08-12T11:00:09.430Z] f98477f0ac00: Pushed [2022-08-12T11:00:09.430Z] 079a3f8639c7: Pushed [2022-08-12T11:00:09.430Z] 82ec28d6dab6: Pushed [2022-08-12T11:00:09.710Z] 3dbd21ac4126: Pushed [2022-08-12T11:00:09.710Z] 6c0bcd35fd27: Pushed [2022-08-12T11:00:09.710Z] 1ab6379cc490: Pushed [2022-08-12T11:00:09.710Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:09.986Z] 97df9454359d: Pushed [2022-08-12T11:00:11.959Z] a4bcaef34bc9: Pushed [2022-08-12T11:00:12.553Z] b222c7a5a167: Pushed [2022-08-12T11:00:12.824Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:13.192Z] + 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 [2022-08-12T11:00:13.555Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-08-12T11:00:13.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-12T11:00:13.555Z] f98477f0ac00: Preparing [2022-08-12T11:00:13.555Z] 079a3f8639c7: Preparing [2022-08-12T11:00:13.555Z] b222c7a5a167: Preparing [2022-08-12T11:00:13.555Z] a4bcaef34bc9: Preparing [2022-08-12T11:00:13.555Z] 82ec28d6dab6: Preparing [2022-08-12T11:00:13.555Z] 3dbd21ac4126: Preparing [2022-08-12T11:00:13.555Z] 6c0bcd35fd27: Preparing [2022-08-12T11:00:13.555Z] 1ab6379cc490: Preparing [2022-08-12T11:00:13.555Z] 97df9454359d: Preparing [2022-08-12T11:00:13.555Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:13.555Z] 3dbd21ac4126: Waiting [2022-08-12T11:00:13.555Z] 1ab6379cc490: Waiting [2022-08-12T11:00:13.555Z] 6c0bcd35fd27: Waiting [2022-08-12T11:00:13.555Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:13.555Z] 97df9454359d: Waiting [2022-08-12T11:00:13.555Z] a4bcaef34bc9: Layer already exists [2022-08-12T11:00:13.555Z] 079a3f8639c7: Layer already exists [2022-08-12T11:00:13.555Z] 82ec28d6dab6: Layer already exists [2022-08-12T11:00:13.555Z] f98477f0ac00: Layer already exists [2022-08-12T11:00:13.555Z] b222c7a5a167: Layer already exists [2022-08-12T11:00:13.827Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:13.827Z] 3dbd21ac4126: Layer already exists [2022-08-12T11:00:13.827Z] 97df9454359d: Layer already exists [2022-08-12T11:00:13.827Z] 6c0bcd35fd27: Layer already exists [2022-08-12T11:00:13.827Z] 1ab6379cc490: Layer already exists [2022-08-12T11:00:13.827Z] latest: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:14.193Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:14.560Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.45 [2022-08-12T11:00:14.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-12T11:00:14.560Z] f98477f0ac00: Preparing [2022-08-12T11:00:14.560Z] 079a3f8639c7: Preparing [2022-08-12T11:00:14.560Z] b222c7a5a167: Preparing [2022-08-12T11:00:14.560Z] a4bcaef34bc9: Preparing [2022-08-12T11:00:14.560Z] 82ec28d6dab6: Preparing [2022-08-12T11:00:14.560Z] 3dbd21ac4126: Preparing [2022-08-12T11:00:14.560Z] 6c0bcd35fd27: Preparing [2022-08-12T11:00:14.560Z] 1ab6379cc490: Preparing [2022-08-12T11:00:14.560Z] 97df9454359d: Preparing [2022-08-12T11:00:14.560Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:14.560Z] 1ab6379cc490: Waiting [2022-08-12T11:00:14.560Z] 3dbd21ac4126: Waiting [2022-08-12T11:00:14.560Z] 97df9454359d: Waiting [2022-08-12T11:00:14.560Z] 6c0bcd35fd27: Waiting [2022-08-12T11:00:14.560Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:14.560Z] 82ec28d6dab6: Layer already exists [2022-08-12T11:00:14.560Z] 079a3f8639c7: Layer already exists [2022-08-12T11:00:14.560Z] a4bcaef34bc9: Layer already exists [2022-08-12T11:00:14.560Z] f98477f0ac00: Layer already exists [2022-08-12T11:00:14.560Z] b222c7a5a167: Layer already exists [2022-08-12T11:00:14.830Z] 3dbd21ac4126: Layer already exists [2022-08-12T11:00:14.830Z] 6c0bcd35fd27: Layer already exists [2022-08-12T11:00:14.830Z] 97df9454359d: Layer already exists [2022-08-12T11:00:14.830Z] 1ab6379cc490: Layer already exists [2022-08-12T11:00:14.830Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:14.830Z] 2.3.0-dev.45: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:15.235Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:15.660Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:15.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-12T11:00:15.660Z] f98477f0ac00: Preparing [2022-08-12T11:00:15.660Z] 079a3f8639c7: Preparing [2022-08-12T11:00:15.660Z] b222c7a5a167: Preparing [2022-08-12T11:00:15.660Z] a4bcaef34bc9: Preparing [2022-08-12T11:00:15.660Z] 82ec28d6dab6: Preparing [2022-08-12T11:00:15.660Z] 3dbd21ac4126: Preparing [2022-08-12T11:00:15.660Z] 6c0bcd35fd27: Preparing [2022-08-12T11:00:15.660Z] 1ab6379cc490: Preparing [2022-08-12T11:00:15.660Z] 97df9454359d: Preparing [2022-08-12T11:00:15.660Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:15.660Z] 3dbd21ac4126: Waiting [2022-08-12T11:00:15.660Z] 6c0bcd35fd27: Waiting [2022-08-12T11:00:15.660Z] 1ab6379cc490: Waiting [2022-08-12T11:00:15.660Z] 97df9454359d: Waiting [2022-08-12T11:00:15.660Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:15.660Z] b222c7a5a167: Layer already exists [2022-08-12T11:00:15.660Z] 82ec28d6dab6: Layer already exists [2022-08-12T11:00:15.660Z] a4bcaef34bc9: Layer already exists [2022-08-12T11:00:15.660Z] f98477f0ac00: Layer already exists [2022-08-12T11:00:15.660Z] 6c0bcd35fd27: Layer already exists [2022-08-12T11:00:15.660Z] 079a3f8639c7: Layer already exists [2022-08-12T11:00:15.660Z] 97df9454359d: Layer already exists [2022-08-12T11:00:15.660Z] 3dbd21ac4126: Layer already exists [2022-08-12T11:00:15.938Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:15.938Z] 1ab6379cc490: Layer already exists [2022-08-12T11:00:15.938Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:16.327Z] + 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 [2022-08-12T11:00:16.720Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-08-12T11:00:16.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-12T11:00:16.720Z] f98477f0ac00: Preparing [2022-08-12T11:00:16.720Z] 079a3f8639c7: Preparing [2022-08-12T11:00:16.720Z] b222c7a5a167: Preparing [2022-08-12T11:00:16.720Z] a4bcaef34bc9: Preparing [2022-08-12T11:00:16.720Z] 82ec28d6dab6: Preparing [2022-08-12T11:00:16.720Z] 3dbd21ac4126: Preparing [2022-08-12T11:00:16.720Z] 6c0bcd35fd27: Preparing [2022-08-12T11:00:16.720Z] 1ab6379cc490: Preparing [2022-08-12T11:00:16.720Z] 97df9454359d: Preparing [2022-08-12T11:00:16.720Z] 5d3e392a13a0: Preparing [2022-08-12T11:00:16.720Z] 6c0bcd35fd27: Waiting [2022-08-12T11:00:16.720Z] 97df9454359d: Waiting [2022-08-12T11:00:16.720Z] 1ab6379cc490: Waiting [2022-08-12T11:00:16.720Z] 5d3e392a13a0: Waiting [2022-08-12T11:00:16.720Z] b222c7a5a167: Layer already exists [2022-08-12T11:00:16.720Z] 079a3f8639c7: Layer already exists [2022-08-12T11:00:16.720Z] 82ec28d6dab6: Layer already exists [2022-08-12T11:00:16.720Z] f98477f0ac00: Layer already exists [2022-08-12T11:00:16.720Z] a4bcaef34bc9: Layer already exists [2022-08-12T11:00:16.994Z] 97df9454359d: Layer already exists [2022-08-12T11:00:16.994Z] 3dbd21ac4126: Layer already exists [2022-08-12T11:00:16.994Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:00:16.994Z] 1ab6379cc490: Layer already exists [2022-08-12T11:00:16.994Z] 6c0bcd35fd27: Layer already exists [2022-08-12T11:00:16.994Z] main: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:00:17.051Z] ===================================================== [Pipeline] echo [2022-08-12T11:00:17.060Z] taggedImages: [2022-08-12T11:00:17.060Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:17.060Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-08-12T11:00:17.060Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.45 [2022-08-12T11:00:17.060Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:17.060Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-08-12T11:00:17.077Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-08-12T11:00:17.077Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:17.077Z] latest [2022-08-12T11:00:17.077Z] 2.3.0-dev.45 [2022-08-12T11:00:17.077Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:17.077Z] main [2022-08-12T11:00:17.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:17.427Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:17.817Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:17.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-12T11:00:17.817Z] a3fc5543f66e: Preparing [2022-08-12T11:00:17.817Z] 8c8117a1b0f7: Preparing [2022-08-12T11:00:17.817Z] b70be39037ee: Preparing [2022-08-12T11:00:17.817Z] 3688a433ad31: Preparing [2022-08-12T11:00:17.817Z] ef4d83215670: Preparing [2022-08-12T11:00:17.817Z] 9833f26c6bda: Preparing [2022-08-12T11:00:17.817Z] 9833f26c6bda: Waiting [2022-08-12T11:00:18.103Z] b70be39037ee: Layer already exists [2022-08-12T11:00:18.103Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:18.103Z] a3fc5543f66e: Pushed [2022-08-12T11:00:18.103Z] ef4d83215670: Pushed [2022-08-12T11:00:19.543Z] 3688a433ad31: Pushed [2022-08-12T11:00:22.933Z] 8c8117a1b0f7: Pushed [2022-08-12T11:00:22.933Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:23.311Z] + 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 [2022-08-12T11:00:23.672Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-08-12T11:00:23.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-12T11:00:23.672Z] a3fc5543f66e: Preparing [2022-08-12T11:00:23.672Z] 8c8117a1b0f7: Preparing [2022-08-12T11:00:23.672Z] b70be39037ee: Preparing [2022-08-12T11:00:23.672Z] 3688a433ad31: Preparing [2022-08-12T11:00:23.672Z] ef4d83215670: Preparing [2022-08-12T11:00:23.672Z] 9833f26c6bda: Preparing [2022-08-12T11:00:23.672Z] 8c8117a1b0f7: Layer already exists [2022-08-12T11:00:23.673Z] b70be39037ee: Layer already exists [2022-08-12T11:00:23.673Z] ef4d83215670: Layer already exists [2022-08-12T11:00:23.673Z] 3688a433ad31: Layer already exists [2022-08-12T11:00:23.673Z] a3fc5543f66e: Layer already exists [2022-08-12T11:00:23.944Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:23.944Z] latest: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:24.306Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:24.668Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.45 [2022-08-12T11:00:24.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-12T11:00:24.668Z] a3fc5543f66e: Preparing [2022-08-12T11:00:24.668Z] 8c8117a1b0f7: Preparing [2022-08-12T11:00:24.668Z] b70be39037ee: Preparing [2022-08-12T11:00:24.668Z] 3688a433ad31: Preparing [2022-08-12T11:00:24.668Z] ef4d83215670: Preparing [2022-08-12T11:00:24.668Z] 9833f26c6bda: Preparing [2022-08-12T11:00:24.668Z] 9833f26c6bda: Waiting [2022-08-12T11:00:24.668Z] 8c8117a1b0f7: Layer already exists [2022-08-12T11:00:24.668Z] 3688a433ad31: Layer already exists [2022-08-12T11:00:24.668Z] b70be39037ee: Layer already exists [2022-08-12T11:00:24.668Z] ef4d83215670: Layer already exists [2022-08-12T11:00:24.668Z] a3fc5543f66e: Layer already exists [2022-08-12T11:00:24.668Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:24.942Z] 2.3.0-dev.45: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:25.315Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:25.676Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:25.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-12T11:00:25.676Z] a3fc5543f66e: Preparing [2022-08-12T11:00:25.676Z] 8c8117a1b0f7: Preparing [2022-08-12T11:00:25.676Z] b70be39037ee: Preparing [2022-08-12T11:00:25.676Z] 3688a433ad31: Preparing [2022-08-12T11:00:25.676Z] ef4d83215670: Preparing [2022-08-12T11:00:25.676Z] 9833f26c6bda: Preparing [2022-08-12T11:00:25.676Z] 9833f26c6bda: Waiting [2022-08-12T11:00:25.676Z] 8c8117a1b0f7: Layer already exists [2022-08-12T11:00:25.676Z] b70be39037ee: Layer already exists [2022-08-12T11:00:25.676Z] 3688a433ad31: Layer already exists [2022-08-12T11:00:25.676Z] a3fc5543f66e: Layer already exists [2022-08-12T11:00:25.676Z] ef4d83215670: Layer already exists [2022-08-12T11:00:25.676Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:25.947Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:26.311Z] + 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 [2022-08-12T11:00:26.671Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-08-12T11:00:26.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-12T11:00:26.671Z] a3fc5543f66e: Preparing [2022-08-12T11:00:26.671Z] 8c8117a1b0f7: Preparing [2022-08-12T11:00:26.671Z] b70be39037ee: Preparing [2022-08-12T11:00:26.671Z] 3688a433ad31: Preparing [2022-08-12T11:00:26.671Z] ef4d83215670: Preparing [2022-08-12T11:00:26.671Z] 9833f26c6bda: Preparing [2022-08-12T11:00:26.671Z] 9833f26c6bda: Waiting [2022-08-12T11:00:26.671Z] ef4d83215670: Layer already exists [2022-08-12T11:00:26.671Z] 8c8117a1b0f7: Layer already exists [2022-08-12T11:00:26.671Z] b70be39037ee: Layer already exists [2022-08-12T11:00:26.671Z] a3fc5543f66e: Layer already exists [2022-08-12T11:00:26.671Z] 3688a433ad31: Layer already exists [2022-08-12T11:00:26.671Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:26.943Z] main: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:00:27.004Z] ===================================================== [Pipeline] echo [2022-08-12T11:00:27.013Z] taggedImages: [2022-08-12T11:00:27.013Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:27.013Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-08-12T11:00:27.013Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.45 [2022-08-12T11:00:27.013Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:27.013Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-08-12T11:00:27.035Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-08-12T11:00:27.035Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:27.035Z] latest [2022-08-12T11:00:27.035Z] 2.3.0-dev.45 [2022-08-12T11:00:27.035Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:27.035Z] main [2022-08-12T11:00:27.035Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:27.386Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:27.774Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:27.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-12T11:00:27.774Z] 426b3fe82962: Preparing [2022-08-12T11:00:27.774Z] cc7e2c615683: Preparing [2022-08-12T11:00:27.774Z] 628337221ab7: Preparing [2022-08-12T11:00:27.774Z] 3baa2514ffa7: Preparing [2022-08-12T11:00:27.774Z] 831193573644: Preparing [2022-08-12T11:00:27.774Z] 30d80bc44639: Preparing [2022-08-12T11:00:27.774Z] bc217d4e4f1f: Preparing [2022-08-12T11:00:27.774Z] 9833f26c6bda: Preparing [2022-08-12T11:00:27.774Z] 30d80bc44639: Waiting [2022-08-12T11:00:27.774Z] bc217d4e4f1f: Waiting [2022-08-12T11:00:27.774Z] 9833f26c6bda: Waiting [2022-08-12T11:00:28.050Z] 426b3fe82962: Pushed [2022-08-12T11:00:28.050Z] cc7e2c615683: Pushed [2022-08-12T11:00:28.050Z] 628337221ab7: Pushed [2022-08-12T11:00:28.050Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:28.323Z] bc217d4e4f1f: Pushed [2022-08-12T11:00:28.922Z] 30d80bc44639: Pushed [2022-08-12T11:00:37.186Z] 831193573644: Pushed [2022-08-12T11:00:45.444Z] 3baa2514ffa7: Pushed [2022-08-12T11:00:45.444Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:45.807Z] + 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 [2022-08-12T11:00:46.169Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-08-12T11:00:46.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-12T11:00:46.170Z] 426b3fe82962: Preparing [2022-08-12T11:00:46.170Z] cc7e2c615683: Preparing [2022-08-12T11:00:46.170Z] 628337221ab7: Preparing [2022-08-12T11:00:46.170Z] 3baa2514ffa7: Preparing [2022-08-12T11:00:46.170Z] 831193573644: Preparing [2022-08-12T11:00:46.170Z] 30d80bc44639: Preparing [2022-08-12T11:00:46.170Z] bc217d4e4f1f: Preparing [2022-08-12T11:00:46.170Z] 9833f26c6bda: Preparing [2022-08-12T11:00:46.170Z] 30d80bc44639: Waiting [2022-08-12T11:00:46.170Z] bc217d4e4f1f: Waiting [2022-08-12T11:00:46.170Z] 9833f26c6bda: Waiting [2022-08-12T11:00:46.170Z] 426b3fe82962: Layer already exists [2022-08-12T11:00:46.170Z] cc7e2c615683: Layer already exists [2022-08-12T11:00:46.170Z] 831193573644: Layer already exists [2022-08-12T11:00:46.170Z] 3baa2514ffa7: Layer already exists [2022-08-12T11:00:46.170Z] 628337221ab7: Layer already exists [2022-08-12T11:00:46.442Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:00:46.442Z] 30d80bc44639: Layer already exists [2022-08-12T11:00:46.442Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:46.442Z] latest: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:46.812Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:47.176Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.45 [2022-08-12T11:00:47.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-12T11:00:47.176Z] 426b3fe82962: Preparing [2022-08-12T11:00:47.176Z] cc7e2c615683: Preparing [2022-08-12T11:00:47.176Z] 628337221ab7: Preparing [2022-08-12T11:00:47.176Z] 3baa2514ffa7: Preparing [2022-08-12T11:00:47.176Z] 831193573644: Preparing [2022-08-12T11:00:47.176Z] 30d80bc44639: Preparing [2022-08-12T11:00:47.176Z] bc217d4e4f1f: Preparing [2022-08-12T11:00:47.176Z] 9833f26c6bda: Preparing [2022-08-12T11:00:47.176Z] 30d80bc44639: Waiting [2022-08-12T11:00:47.176Z] bc217d4e4f1f: Waiting [2022-08-12T11:00:47.176Z] 9833f26c6bda: Waiting [2022-08-12T11:00:47.447Z] 3baa2514ffa7: Layer already exists [2022-08-12T11:00:47.448Z] cc7e2c615683: Layer already exists [2022-08-12T11:00:47.448Z] 426b3fe82962: Layer already exists [2022-08-12T11:00:47.448Z] 831193573644: Layer already exists [2022-08-12T11:00:47.448Z] 628337221ab7: Layer already exists [2022-08-12T11:00:47.448Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:47.448Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:00:47.448Z] 30d80bc44639: Layer already exists [2022-08-12T11:00:47.448Z] 2.3.0-dev.45: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:47.818Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:48.183Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:48.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-12T11:00:48.183Z] 426b3fe82962: Preparing [2022-08-12T11:00:48.183Z] cc7e2c615683: Preparing [2022-08-12T11:00:48.183Z] 628337221ab7: Preparing [2022-08-12T11:00:48.183Z] 3baa2514ffa7: Preparing [2022-08-12T11:00:48.183Z] 831193573644: Preparing [2022-08-12T11:00:48.183Z] 30d80bc44639: Preparing [2022-08-12T11:00:48.183Z] bc217d4e4f1f: Preparing [2022-08-12T11:00:48.183Z] 9833f26c6bda: Preparing [2022-08-12T11:00:48.183Z] 30d80bc44639: Waiting [2022-08-12T11:00:48.183Z] bc217d4e4f1f: Waiting [2022-08-12T11:00:48.183Z] 9833f26c6bda: Waiting [2022-08-12T11:00:48.183Z] 628337221ab7: Layer already exists [2022-08-12T11:00:48.455Z] 3baa2514ffa7: Layer already exists [2022-08-12T11:00:48.455Z] 426b3fe82962: Layer already exists [2022-08-12T11:00:48.455Z] cc7e2c615683: Layer already exists [2022-08-12T11:00:48.455Z] 831193573644: Layer already exists [2022-08-12T11:00:48.455Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:00:48.455Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:48.455Z] 30d80bc44639: Layer already exists [2022-08-12T11:00:48.455Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:48.827Z] + 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 [2022-08-12T11:00:49.197Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-08-12T11:00:49.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-12T11:00:49.197Z] 426b3fe82962: Preparing [2022-08-12T11:00:49.197Z] cc7e2c615683: Preparing [2022-08-12T11:00:49.197Z] 628337221ab7: Preparing [2022-08-12T11:00:49.197Z] 3baa2514ffa7: Preparing [2022-08-12T11:00:49.197Z] 831193573644: Preparing [2022-08-12T11:00:49.197Z] 30d80bc44639: Preparing [2022-08-12T11:00:49.197Z] bc217d4e4f1f: Preparing [2022-08-12T11:00:49.197Z] 9833f26c6bda: Preparing [2022-08-12T11:00:49.197Z] bc217d4e4f1f: Waiting [2022-08-12T11:00:49.197Z] 9833f26c6bda: Waiting [2022-08-12T11:00:49.197Z] 30d80bc44639: Waiting [2022-08-12T11:00:49.197Z] 3baa2514ffa7: Layer already exists [2022-08-12T11:00:49.197Z] 628337221ab7: Layer already exists [2022-08-12T11:00:49.197Z] cc7e2c615683: Layer already exists [2022-08-12T11:00:49.197Z] 426b3fe82962: Layer already exists [2022-08-12T11:00:49.197Z] 831193573644: Layer already exists [2022-08-12T11:00:49.469Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:00:49.469Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:49.469Z] 30d80bc44639: Layer already exists [2022-08-12T11:00:49.469Z] main: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:00:49.528Z] ===================================================== [Pipeline] echo [2022-08-12T11:00:49.538Z] taggedImages: [2022-08-12T11:00:49.538Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:49.538Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-08-12T11:00:49.538Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.45 [2022-08-12T11:00:49.538Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:49.538Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-08-12T11:00:49.565Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-08-12T11:00:49.565Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:49.565Z] latest [2022-08-12T11:00:49.565Z] 2.3.0-dev.45 [2022-08-12T11:00:49.565Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:00:49.565Z] main [2022-08-12T11:00:49.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:49.920Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:00:50.276Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:00:50.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-12T11:00:50.276Z] edd991302ed4: Preparing [2022-08-12T11:00:50.276Z] 11cf7588f5b5: Preparing [2022-08-12T11:00:50.276Z] af3ce14b131d: Preparing [2022-08-12T11:00:50.276Z] 52f4ba3f5ab2: Preparing [2022-08-12T11:00:50.276Z] c1add4814637: Preparing [2022-08-12T11:00:50.276Z] bc217d4e4f1f: Preparing [2022-08-12T11:00:50.276Z] 9833f26c6bda: Preparing [2022-08-12T11:00:50.276Z] bc217d4e4f1f: Waiting [2022-08-12T11:00:50.276Z] 9833f26c6bda: Waiting [2022-08-12T11:00:50.560Z] af3ce14b131d: Pushed [2022-08-12T11:00:50.560Z] 11cf7588f5b5: Pushed [2022-08-12T11:00:50.560Z] edd991302ed4: Pushed [2022-08-12T11:00:50.560Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:00:50.560Z] 9833f26c6bda: Layer already exists [2022-08-12T11:00:51.157Z] c1add4814637: Pushed [2022-08-12T11:01:06.223Z] 52f4ba3f5ab2: Pushed [2022-08-12T11:01:06.495Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:06.864Z] + 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 [2022-08-12T11:01:07.224Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-08-12T11:01:07.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-12T11:01:07.225Z] edd991302ed4: Preparing [2022-08-12T11:01:07.225Z] 11cf7588f5b5: Preparing [2022-08-12T11:01:07.225Z] af3ce14b131d: Preparing [2022-08-12T11:01:07.225Z] 52f4ba3f5ab2: Preparing [2022-08-12T11:01:07.225Z] c1add4814637: Preparing [2022-08-12T11:01:07.225Z] bc217d4e4f1f: Preparing [2022-08-12T11:01:07.225Z] 9833f26c6bda: Preparing [2022-08-12T11:01:07.225Z] bc217d4e4f1f: Waiting [2022-08-12T11:01:07.225Z] 9833f26c6bda: Waiting [2022-08-12T11:01:07.225Z] af3ce14b131d: Layer already exists [2022-08-12T11:01:07.225Z] 11cf7588f5b5: Layer already exists [2022-08-12T11:01:07.225Z] edd991302ed4: Layer already exists [2022-08-12T11:01:07.497Z] c1add4814637: Layer already exists [2022-08-12T11:01:07.497Z] 52f4ba3f5ab2: Layer already exists [2022-08-12T11:01:07.497Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:07.497Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:01:07.497Z] latest: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:07.864Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:08.220Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.45 [2022-08-12T11:01:08.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-12T11:01:08.220Z] edd991302ed4: Preparing [2022-08-12T11:01:08.220Z] 11cf7588f5b5: Preparing [2022-08-12T11:01:08.220Z] af3ce14b131d: Preparing [2022-08-12T11:01:08.220Z] 52f4ba3f5ab2: Preparing [2022-08-12T11:01:08.220Z] c1add4814637: Preparing [2022-08-12T11:01:08.220Z] bc217d4e4f1f: Preparing [2022-08-12T11:01:08.220Z] 9833f26c6bda: Preparing [2022-08-12T11:01:08.220Z] 9833f26c6bda: Waiting [2022-08-12T11:01:08.220Z] bc217d4e4f1f: Waiting [2022-08-12T11:01:08.220Z] edd991302ed4: Layer already exists [2022-08-12T11:01:08.220Z] 11cf7588f5b5: Layer already exists [2022-08-12T11:01:08.220Z] 52f4ba3f5ab2: Layer already exists [2022-08-12T11:01:08.220Z] c1add4814637: Layer already exists [2022-08-12T11:01:08.220Z] af3ce14b131d: Layer already exists [2022-08-12T11:01:08.491Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:08.491Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:01:08.491Z] 2.3.0-dev.45: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:08.857Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:09.207Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:09.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-12T11:01:09.207Z] edd991302ed4: Preparing [2022-08-12T11:01:09.207Z] 11cf7588f5b5: Preparing [2022-08-12T11:01:09.207Z] af3ce14b131d: Preparing [2022-08-12T11:01:09.207Z] 52f4ba3f5ab2: Preparing [2022-08-12T11:01:09.207Z] c1add4814637: Preparing [2022-08-12T11:01:09.207Z] bc217d4e4f1f: Preparing [2022-08-12T11:01:09.207Z] 9833f26c6bda: Preparing [2022-08-12T11:01:09.207Z] bc217d4e4f1f: Waiting [2022-08-12T11:01:09.207Z] 9833f26c6bda: Waiting [2022-08-12T11:01:09.207Z] c1add4814637: Layer already exists [2022-08-12T11:01:09.207Z] 11cf7588f5b5: Layer already exists [2022-08-12T11:01:09.207Z] 52f4ba3f5ab2: Layer already exists [2022-08-12T11:01:09.207Z] af3ce14b131d: Layer already exists [2022-08-12T11:01:09.207Z] edd991302ed4: Layer already exists [2022-08-12T11:01:09.207Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:01:09.207Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:09.478Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:09.845Z] + 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 [2022-08-12T11:01:10.197Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-08-12T11:01:10.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-12T11:01:10.197Z] edd991302ed4: Preparing [2022-08-12T11:01:10.197Z] 11cf7588f5b5: Preparing [2022-08-12T11:01:10.197Z] af3ce14b131d: Preparing [2022-08-12T11:01:10.197Z] 52f4ba3f5ab2: Preparing [2022-08-12T11:01:10.197Z] c1add4814637: Preparing [2022-08-12T11:01:10.197Z] bc217d4e4f1f: Preparing [2022-08-12T11:01:10.197Z] 9833f26c6bda: Preparing [2022-08-12T11:01:10.197Z] bc217d4e4f1f: Waiting [2022-08-12T11:01:10.197Z] 9833f26c6bda: Waiting [2022-08-12T11:01:10.197Z] 11cf7588f5b5: Layer already exists [2022-08-12T11:01:10.197Z] af3ce14b131d: Layer already exists [2022-08-12T11:01:10.197Z] 52f4ba3f5ab2: Layer already exists [2022-08-12T11:01:10.197Z] c1add4814637: Layer already exists [2022-08-12T11:01:10.197Z] edd991302ed4: Layer already exists [2022-08-12T11:01:10.197Z] bc217d4e4f1f: Layer already exists [2022-08-12T11:01:10.197Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:10.468Z] main: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:01:10.527Z] ===================================================== [Pipeline] echo [2022-08-12T11:01:10.537Z] taggedImages: [2022-08-12T11:01:10.537Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:10.537Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-08-12T11:01:10.537Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.45 [2022-08-12T11:01:10.537Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:10.537Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-08-12T11:01:10.556Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-08-12T11:01:10.556Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:10.556Z] latest [2022-08-12T11:01:10.556Z] 2.3.0-dev.45 [2022-08-12T11:01:10.556Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:10.556Z] main [2022-08-12T11:01:10.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:10.909Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:11.277Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:11.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-12T11:01:11.277Z] 5380079dd29d: Preparing [2022-08-12T11:01:11.277Z] 0de774c64266: Preparing [2022-08-12T11:01:11.277Z] b4b33e7a5303: Preparing [2022-08-12T11:01:11.277Z] e4554304327c: Preparing [2022-08-12T11:01:11.277Z] 7a35457f2458: Preparing [2022-08-12T11:01:11.277Z] ef4d83215670: Preparing [2022-08-12T11:01:11.277Z] 9833f26c6bda: Preparing [2022-08-12T11:01:11.277Z] 9833f26c6bda: Waiting [2022-08-12T11:01:11.548Z] 5380079dd29d: Pushed [2022-08-12T11:01:11.548Z] b4b33e7a5303: Pushed [2022-08-12T11:01:11.548Z] 0de774c64266: Pushed [2022-08-12T11:01:11.548Z] ef4d83215670: Layer already exists [2022-08-12T11:01:11.548Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:12.522Z] 7a35457f2458: Pushed [2022-08-12T11:01:27.574Z] e4554304327c: Pushed [2022-08-12T11:01:27.574Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:27.932Z] + 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 [2022-08-12T11:01:28.288Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-08-12T11:01:28.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-12T11:01:28.288Z] 5380079dd29d: Preparing [2022-08-12T11:01:28.288Z] 0de774c64266: Preparing [2022-08-12T11:01:28.288Z] b4b33e7a5303: Preparing [2022-08-12T11:01:28.288Z] e4554304327c: Preparing [2022-08-12T11:01:28.288Z] 7a35457f2458: Preparing [2022-08-12T11:01:28.288Z] ef4d83215670: Preparing [2022-08-12T11:01:28.288Z] 9833f26c6bda: Preparing [2022-08-12T11:01:28.288Z] ef4d83215670: Waiting [2022-08-12T11:01:28.288Z] 9833f26c6bda: Waiting [2022-08-12T11:01:28.288Z] b4b33e7a5303: Layer already exists [2022-08-12T11:01:28.288Z] 7a35457f2458: Layer already exists [2022-08-12T11:01:28.288Z] 5380079dd29d: Layer already exists [2022-08-12T11:01:28.557Z] e4554304327c: Layer already exists [2022-08-12T11:01:28.557Z] 0de774c64266: Layer already exists [2022-08-12T11:01:28.557Z] ef4d83215670: Layer already exists [2022-08-12T11:01:28.557Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:28.557Z] latest: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:28.911Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:29.263Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.45 [2022-08-12T11:01:29.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-12T11:01:29.263Z] 5380079dd29d: Preparing [2022-08-12T11:01:29.263Z] 0de774c64266: Preparing [2022-08-12T11:01:29.263Z] b4b33e7a5303: Preparing [2022-08-12T11:01:29.263Z] e4554304327c: Preparing [2022-08-12T11:01:29.263Z] 7a35457f2458: Preparing [2022-08-12T11:01:29.263Z] ef4d83215670: Preparing [2022-08-12T11:01:29.263Z] 9833f26c6bda: Preparing [2022-08-12T11:01:29.263Z] ef4d83215670: Waiting [2022-08-12T11:01:29.263Z] 9833f26c6bda: Waiting [2022-08-12T11:01:29.263Z] b4b33e7a5303: Layer already exists [2022-08-12T11:01:29.263Z] 0de774c64266: Layer already exists [2022-08-12T11:01:29.263Z] e4554304327c: Layer already exists [2022-08-12T11:01:29.263Z] 7a35457f2458: Layer already exists [2022-08-12T11:01:29.263Z] 5380079dd29d: Layer already exists [2022-08-12T11:01:29.263Z] ef4d83215670: Layer already exists [2022-08-12T11:01:29.263Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:29.534Z] 2.3.0-dev.45: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:29.892Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:30.242Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:30.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-12T11:01:30.242Z] 5380079dd29d: Preparing [2022-08-12T11:01:30.242Z] 0de774c64266: Preparing [2022-08-12T11:01:30.242Z] b4b33e7a5303: Preparing [2022-08-12T11:01:30.242Z] e4554304327c: Preparing [2022-08-12T11:01:30.242Z] 7a35457f2458: Preparing [2022-08-12T11:01:30.242Z] ef4d83215670: Preparing [2022-08-12T11:01:30.242Z] 9833f26c6bda: Preparing [2022-08-12T11:01:30.242Z] 9833f26c6bda: Waiting [2022-08-12T11:01:30.242Z] ef4d83215670: Waiting [2022-08-12T11:01:30.242Z] b4b33e7a5303: Layer already exists [2022-08-12T11:01:30.242Z] 0de774c64266: Layer already exists [2022-08-12T11:01:30.242Z] 7a35457f2458: Layer already exists [2022-08-12T11:01:30.242Z] e4554304327c: Layer already exists [2022-08-12T11:01:30.242Z] 5380079dd29d: Layer already exists [2022-08-12T11:01:30.242Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:30.242Z] ef4d83215670: Layer already exists [2022-08-12T11:01:30.511Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:30.870Z] + 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 [2022-08-12T11:01:31.226Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-08-12T11:01:31.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-12T11:01:31.226Z] 5380079dd29d: Preparing [2022-08-12T11:01:31.226Z] 0de774c64266: Preparing [2022-08-12T11:01:31.226Z] b4b33e7a5303: Preparing [2022-08-12T11:01:31.226Z] e4554304327c: Preparing [2022-08-12T11:01:31.226Z] 7a35457f2458: Preparing [2022-08-12T11:01:31.226Z] ef4d83215670: Preparing [2022-08-12T11:01:31.226Z] 9833f26c6bda: Preparing [2022-08-12T11:01:31.226Z] ef4d83215670: Waiting [2022-08-12T11:01:31.226Z] 9833f26c6bda: Waiting [2022-08-12T11:01:31.226Z] 7a35457f2458: Layer already exists [2022-08-12T11:01:31.226Z] 0de774c64266: Layer already exists [2022-08-12T11:01:31.226Z] 5380079dd29d: Layer already exists [2022-08-12T11:01:31.226Z] b4b33e7a5303: Layer already exists [2022-08-12T11:01:31.226Z] e4554304327c: Layer already exists [2022-08-12T11:01:31.226Z] 9833f26c6bda: Layer already exists [2022-08-12T11:01:31.226Z] ef4d83215670: Layer already exists [2022-08-12T11:01:31.497Z] main: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:01:31.556Z] ===================================================== [Pipeline] echo [2022-08-12T11:01:31.564Z] taggedImages: [2022-08-12T11:01:31.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:31.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-08-12T11:01:31.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.45 [2022-08-12T11:01:31.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:31.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-08-12T11:01:31.592Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-08-12T11:01:31.592Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:31.592Z] latest [2022-08-12T11:01:31.592Z] 2.3.0-dev.45 [2022-08-12T11:01:31.592Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:31.592Z] main [2022-08-12T11:01:31.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:31.960Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:32.316Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:32.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-12T11:01:32.316Z] 94c2e7737e7c: Preparing [2022-08-12T11:01:32.316Z] 08eae03042e3: Preparing [2022-08-12T11:01:32.316Z] b70be39037ee: Preparing [2022-08-12T11:01:32.316Z] 69efb97f0237: Preparing [2022-08-12T11:01:32.316Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:32.586Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:32.586Z] b70be39037ee: Layer already exists [2022-08-12T11:01:32.586Z] 94c2e7737e7c: Pushed [2022-08-12T11:01:32.856Z] 69efb97f0237: Pushed [2022-08-12T11:01:37.136Z] 08eae03042e3: Pushed [2022-08-12T11:01:37.136Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:37.494Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:37.846Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-08-12T11:01:37.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-12T11:01:37.846Z] 94c2e7737e7c: Preparing [2022-08-12T11:01:37.846Z] 08eae03042e3: Preparing [2022-08-12T11:01:37.846Z] b70be39037ee: Preparing [2022-08-12T11:01:37.846Z] 69efb97f0237: Preparing [2022-08-12T11:01:37.846Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:37.846Z] 69efb97f0237: Layer already exists [2022-08-12T11:01:37.846Z] b70be39037ee: Layer already exists [2022-08-12T11:01:37.846Z] 94c2e7737e7c: Layer already exists [2022-08-12T11:01:37.846Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:37.846Z] 08eae03042e3: Layer already exists [2022-08-12T11:01:38.116Z] latest: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:38.475Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:38.825Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.45 [2022-08-12T11:01:38.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-12T11:01:38.826Z] 94c2e7737e7c: Preparing [2022-08-12T11:01:38.826Z] 08eae03042e3: Preparing [2022-08-12T11:01:38.826Z] b70be39037ee: Preparing [2022-08-12T11:01:38.826Z] 69efb97f0237: Preparing [2022-08-12T11:01:38.826Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:38.826Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:38.826Z] 69efb97f0237: Layer already exists [2022-08-12T11:01:38.826Z] 94c2e7737e7c: Layer already exists [2022-08-12T11:01:38.826Z] b70be39037ee: Layer already exists [2022-08-12T11:01:38.826Z] 08eae03042e3: Layer already exists [2022-08-12T11:01:39.095Z] 2.3.0-dev.45: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:39.454Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:39.805Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:39.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-12T11:01:39.805Z] 94c2e7737e7c: Preparing [2022-08-12T11:01:39.805Z] 08eae03042e3: Preparing [2022-08-12T11:01:39.805Z] b70be39037ee: Preparing [2022-08-12T11:01:39.805Z] 69efb97f0237: Preparing [2022-08-12T11:01:39.805Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:39.805Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:39.805Z] 69efb97f0237: Layer already exists [2022-08-12T11:01:39.805Z] 94c2e7737e7c: Layer already exists [2022-08-12T11:01:39.805Z] 08eae03042e3: Layer already exists [2022-08-12T11:01:39.805Z] b70be39037ee: Layer already exists [2022-08-12T11:01:40.075Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:40.434Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:40.783Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-08-12T11:01:40.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-12T11:01:40.784Z] 94c2e7737e7c: Preparing [2022-08-12T11:01:40.784Z] 08eae03042e3: Preparing [2022-08-12T11:01:40.784Z] b70be39037ee: Preparing [2022-08-12T11:01:40.784Z] 69efb97f0237: Preparing [2022-08-12T11:01:40.784Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:40.784Z] 94c2e7737e7c: Layer already exists [2022-08-12T11:01:40.784Z] b70be39037ee: Layer already exists [2022-08-12T11:01:40.784Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:40.784Z] 69efb97f0237: Layer already exists [2022-08-12T11:01:40.784Z] 08eae03042e3: Layer already exists [2022-08-12T11:01:41.058Z] main: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:01:41.125Z] ===================================================== [Pipeline] echo [2022-08-12T11:01:41.137Z] taggedImages: [2022-08-12T11:01:41.137Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:41.137Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-08-12T11:01:41.137Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.45 [2022-08-12T11:01:41.137Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:41.137Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-08-12T11:01:41.159Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-08-12T11:01:41.159Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:41.159Z] latest [2022-08-12T11:01:41.159Z] 2.3.0-dev.45 [2022-08-12T11:01:41.159Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:41.159Z] main [2022-08-12T11:01:41.159Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:41.530Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:41.886Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:41.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-12T11:01:41.886Z] 14bb13ab7565: Preparing [2022-08-12T11:01:41.886Z] 109ef15a38e4: Preparing [2022-08-12T11:01:41.886Z] b70be39037ee: Preparing [2022-08-12T11:01:41.886Z] 4023bc081b31: Preparing [2022-08-12T11:01:41.886Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:41.886Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:42.159Z] 4023bc081b31: Layer already exists [2022-08-12T11:01:42.159Z] b70be39037ee: Layer already exists [2022-08-12T11:01:42.159Z] 14bb13ab7565: Pushed [2022-08-12T11:01:47.546Z] 109ef15a38e4: Pushed [2022-08-12T11:01:47.546Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:47.909Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:48.339Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-08-12T11:01:48.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-12T11:01:48.339Z] 14bb13ab7565: Preparing [2022-08-12T11:01:48.339Z] 109ef15a38e4: Preparing [2022-08-12T11:01:48.339Z] b70be39037ee: Preparing [2022-08-12T11:01:48.339Z] 4023bc081b31: Preparing [2022-08-12T11:01:48.339Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:48.339Z] b70be39037ee: Layer already exists [2022-08-12T11:01:48.339Z] 14bb13ab7565: Layer already exists [2022-08-12T11:01:48.339Z] 4023bc081b31: Layer already exists [2022-08-12T11:01:48.339Z] 109ef15a38e4: Layer already exists [2022-08-12T11:01:48.339Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:48.637Z] latest: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:49.013Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:49.390Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.45 [2022-08-12T11:01:49.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-12T11:01:49.390Z] 14bb13ab7565: Preparing [2022-08-12T11:01:49.390Z] 109ef15a38e4: Preparing [2022-08-12T11:01:49.390Z] b70be39037ee: Preparing [2022-08-12T11:01:49.390Z] 4023bc081b31: Preparing [2022-08-12T11:01:49.390Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:49.390Z] b70be39037ee: Layer already exists [2022-08-12T11:01:49.676Z] 109ef15a38e4: Layer already exists [2022-08-12T11:01:49.676Z] 14bb13ab7565: Layer already exists [2022-08-12T11:01:49.676Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:49.676Z] 4023bc081b31: Layer already exists [2022-08-12T11:01:49.676Z] 2.3.0-dev.45: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:50.060Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:50.445Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:50.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-12T11:01:50.445Z] 14bb13ab7565: Preparing [2022-08-12T11:01:50.445Z] 109ef15a38e4: Preparing [2022-08-12T11:01:50.445Z] b70be39037ee: Preparing [2022-08-12T11:01:50.445Z] 4023bc081b31: Preparing [2022-08-12T11:01:50.445Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:50.445Z] 14bb13ab7565: Layer already exists [2022-08-12T11:01:50.445Z] 109ef15a38e4: Layer already exists [2022-08-12T11:01:50.445Z] b70be39037ee: Layer already exists [2022-08-12T11:01:50.445Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:50.445Z] 4023bc081b31: Layer already exists [2022-08-12T11:01:50.721Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:51.099Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:51.469Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-08-12T11:01:51.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-12T11:01:51.469Z] 14bb13ab7565: Preparing [2022-08-12T11:01:51.469Z] 109ef15a38e4: Preparing [2022-08-12T11:01:51.469Z] b70be39037ee: Preparing [2022-08-12T11:01:51.469Z] 4023bc081b31: Preparing [2022-08-12T11:01:51.469Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:51.743Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:51.743Z] b70be39037ee: Layer already exists [2022-08-12T11:01:51.743Z] 14bb13ab7565: Layer already exists [2022-08-12T11:01:51.743Z] 4023bc081b31: Layer already exists [2022-08-12T11:01:51.743Z] 109ef15a38e4: Layer already exists [2022-08-12T11:01:51.743Z] main: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:01:51.799Z] ===================================================== [Pipeline] echo [2022-08-12T11:01:51.810Z] taggedImages: [2022-08-12T11:01:51.810Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:51.810Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-08-12T11:01:51.810Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.45 [2022-08-12T11:01:51.810Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:51.810Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-08-12T11:01:51.833Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-08-12T11:01:51.833Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:51.833Z] latest [2022-08-12T11:01:51.833Z] 2.3.0-dev.45 [2022-08-12T11:01:51.833Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:01:51.833Z] main [2022-08-12T11:01:51.833Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:52.198Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:01:52.555Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:01:52.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-12T11:01:52.555Z] 27c13ebed79f: Preparing [2022-08-12T11:01:52.555Z] e4af8a71ec28: Preparing [2022-08-12T11:01:52.555Z] 9d8aa44f5d26: Preparing [2022-08-12T11:01:52.555Z] c6a97d3483db: Preparing [2022-08-12T11:01:52.555Z] 5d3e392a13a0: Preparing [2022-08-12T11:01:52.827Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:01:52.827Z] e4af8a71ec28: Pushed [2022-08-12T11:01:53.420Z] 27c13ebed79f: Pushed [2022-08-12T11:01:55.387Z] 9d8aa44f5d26: Pushed [2022-08-12T11:02:22.148Z] c6a97d3483db: Pushed [2022-08-12T11:02:22.148Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:22.512Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:22.862Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-08-12T11:02:22.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-12T11:02:22.862Z] 27c13ebed79f: Preparing [2022-08-12T11:02:22.862Z] e4af8a71ec28: Preparing [2022-08-12T11:02:22.862Z] 9d8aa44f5d26: Preparing [2022-08-12T11:02:22.862Z] c6a97d3483db: Preparing [2022-08-12T11:02:22.862Z] 5d3e392a13a0: Preparing [2022-08-12T11:02:22.862Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:02:22.862Z] 9d8aa44f5d26: Layer already exists [2022-08-12T11:02:22.862Z] 27c13ebed79f: Layer already exists [2022-08-12T11:02:22.862Z] c6a97d3483db: Layer already exists [2022-08-12T11:02:22.862Z] e4af8a71ec28: Layer already exists [2022-08-12T11:02:23.134Z] latest: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:23.496Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:23.855Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.45 [2022-08-12T11:02:23.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-12T11:02:23.855Z] 27c13ebed79f: Preparing [2022-08-12T11:02:23.855Z] e4af8a71ec28: Preparing [2022-08-12T11:02:23.855Z] 9d8aa44f5d26: Preparing [2022-08-12T11:02:23.855Z] c6a97d3483db: Preparing [2022-08-12T11:02:23.855Z] 5d3e392a13a0: Preparing [2022-08-12T11:02:23.855Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:02:23.855Z] 9d8aa44f5d26: Layer already exists [2022-08-12T11:02:23.855Z] e4af8a71ec28: Layer already exists [2022-08-12T11:02:23.855Z] c6a97d3483db: Layer already exists [2022-08-12T11:02:23.855Z] 27c13ebed79f: Layer already exists [2022-08-12T11:02:24.126Z] 2.3.0-dev.45: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:24.492Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:24.847Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:02:24.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-12T11:02:24.847Z] 27c13ebed79f: Preparing [2022-08-12T11:02:24.847Z] e4af8a71ec28: Preparing [2022-08-12T11:02:24.847Z] 9d8aa44f5d26: Preparing [2022-08-12T11:02:24.847Z] c6a97d3483db: Preparing [2022-08-12T11:02:24.847Z] 5d3e392a13a0: Preparing [2022-08-12T11:02:24.847Z] c6a97d3483db: Layer already exists [2022-08-12T11:02:24.847Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:02:24.847Z] 9d8aa44f5d26: Layer already exists [2022-08-12T11:02:24.847Z] e4af8a71ec28: Layer already exists [2022-08-12T11:02:24.847Z] 27c13ebed79f: Layer already exists [2022-08-12T11:02:25.118Z] 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:25.481Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:25.837Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-08-12T11:02:25.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-12T11:02:25.837Z] 27c13ebed79f: Preparing [2022-08-12T11:02:25.837Z] e4af8a71ec28: Preparing [2022-08-12T11:02:25.837Z] 9d8aa44f5d26: Preparing [2022-08-12T11:02:25.837Z] c6a97d3483db: Preparing [2022-08-12T11:02:25.837Z] 5d3e392a13a0: Preparing [2022-08-12T11:02:25.837Z] 27c13ebed79f: Layer already exists [2022-08-12T11:02:25.837Z] 5d3e392a13a0: Layer already exists [2022-08-12T11:02:25.837Z] c6a97d3483db: Layer already exists [2022-08-12T11:02:25.837Z] 9d8aa44f5d26: Layer already exists [2022-08-12T11:02:25.837Z] e4af8a71ec28: Layer already exists [2022-08-12T11:02:26.108Z] main: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T11:02:26.168Z] ===================================================== [Pipeline] echo [2022-08-12T11:02:26.177Z] taggedImages: [2022-08-12T11:02:26.177Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [2022-08-12T11:02:26.177Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-08-12T11:02:26.177Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.45 [2022-08-12T11:02:26.177Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [2022-08-12T11:02:26.177Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:26.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T11:02:26.557Z] [2022-08-12T11:02:26.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:02:26.904Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T11:02:27.178Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-12T11:02:27.178Z] 8998bd30e6a1: Pulling fs layer [2022-08-12T11:02:27.178Z] 04944245beec: Pulling fs layer [2022-08-12T11:02:27.178Z] 699f458cf7ca: Pulling fs layer [2022-08-12T11:02:27.178Z] 765212b225bb: Pulling fs layer [2022-08-12T11:02:27.178Z] f23df028b6ca: Pulling fs layer [2022-08-12T11:02:27.178Z] d65c8cfc05b1: Pulling fs layer [2022-08-12T11:02:27.178Z] 2437ff75d9bd: Pulling fs layer [2022-08-12T11:02:27.178Z] f23df028b6ca: Waiting [2022-08-12T11:02:27.178Z] d65c8cfc05b1: Waiting [2022-08-12T11:02:27.178Z] 2437ff75d9bd: Waiting [2022-08-12T11:02:27.178Z] 765212b225bb: Waiting [2022-08-12T11:02:27.178Z] 04944245beec: Verifying Checksum [2022-08-12T11:02:27.178Z] 04944245beec: Download complete [2022-08-12T11:02:27.178Z] 765212b225bb: Verifying Checksum [2022-08-12T11:02:27.178Z] 765212b225bb: Download complete [2022-08-12T11:02:27.178Z] f23df028b6ca: Download complete [2022-08-12T11:02:27.178Z] d65c8cfc05b1: Download complete [2022-08-12T11:02:27.452Z] 699f458cf7ca: Verifying Checksum [2022-08-12T11:02:27.452Z] 699f458cf7ca: Download complete [2022-08-12T11:02:27.725Z] 8998bd30e6a1: Verifying Checksum [2022-08-12T11:02:27.726Z] 8998bd30e6a1: Download complete [2022-08-12T11:02:30.348Z] 2437ff75d9bd: Verifying Checksum [2022-08-12T11:02:30.348Z] 2437ff75d9bd: Download complete [2022-08-12T11:02:32.319Z] 8998bd30e6a1: Pull complete [2022-08-12T11:02:32.592Z] 04944245beec: Pull complete [2022-08-12T11:02:34.021Z] 699f458cf7ca: Pull complete [2022-08-12T11:02:34.294Z] 765212b225bb: Pull complete [2022-08-12T11:02:35.274Z] f23df028b6ca: Pull complete [2022-08-12T11:02:35.546Z] d65c8cfc05b1: Pull complete [2022-08-12T11:02:50.619Z] 2437ff75d9bd: Pull complete [2022-08-12T11:02:50.619Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-12T11:02:50.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T11:02:50.619Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T11:02:50.873Z] prd-ubuntu20.04-docker-arm64-4c-16g-22610 does not seem to be running inside a container [2022-08-12T11:02:51.064Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T11:02:53.660Z] $ docker top 3a13e0d138476d2cbb97cc454bc604fcdd36fad96d7ef61f5fd11e5aa56939c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:02:54.645Z] ---> job-cost.sh [2022-08-12T11:02:54.645Z] lf-activate-venv: SKIPPING [2022-08-12T11:02:54.645Z] INFO: No Stack... [2022-08-12T11:02:55.236Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-12T11:02:56.210Z] INFO: Archiving Costs [Pipeline] sh [2022-08-12T11:02:56.875Z] + cut -d, -f6 [2022-08-12T11:02:56.875Z] + cat /w/workspace/edgex-go/280/archives/cost.csv [Pipeline] lock [2022-08-12T11:02:56.943Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-280-stack-cost] [2022-08-12T11:02:56.950Z] Resource [jenkins-edgexfoundry-edgex-go-main-280-stack-cost] did not exist. Created. [2022-08-12T11:02:56.950Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-280-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-12T11:02:57.613Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-12T11:02:58.267Z] Stashed 1 file(s) [Pipeline] } [2022-08-12T11:02:58.278Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-280-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-12T11:02:58.305Z] $ docker stop --time=1 3a13e0d138476d2cbb97cc454bc604fcdd36fad96d7ef61f5fd11e5aa56939c3 [2022-08-12T11:02:59.819Z] $ docker rm -f 3a13e0d138476d2cbb97cc454bc604fcdd36fad96d7ef61f5fd11e5aa56939c3 [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 [2022-08-12T11:03:00.344Z] provisioning config files... [2022-08-12T11:03:00.355Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/280@tmp/config2526756470595643010tmp [Pipeline] { [Pipeline] sh [2022-08-12T11:03:00.658Z] + set +x [2022-08-12T11:03:00.658Z] + bash -s -- [2022-08-12T11:03:00.658Z] + curl -s https://codecov.io/bash [2022-08-12T11:03:00.658Z] [2022-08-12T11:03:00.658Z] _____ _ [2022-08-12T11:03:00.658Z] / ____| | | [2022-08-12T11:03:00.658Z] | | ___ __| | ___ ___ _____ __ [2022-08-12T11:03:00.658Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-12T11:03:00.658Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-12T11:03:00.658Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-12T11:03:00.658Z] Bash-1.0.6 [2022-08-12T11:03:00.658Z] [2022-08-12T11:03:00.658Z] [2022-08-12T11:03:00.658Z] ==> git version 2.25.1 found [2022-08-12T11:03:00.658Z] ==> 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 [2022-08-12T11:03:00.658Z] Release-Date: 2020-01-08 [2022-08-12T11:03:00.658Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-12T11:03:00.658Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-12T11:03:00.658Z] ==> Jenkins CI detected. [2022-08-12T11:03:00.658Z] current dir:  /w/workspace/edgex-go/280 [2022-08-12T11:03:00.658Z] project root: . [2022-08-12T11:03:00.658Z] --> token set from env [2022-08-12T11:03:00.659Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-12T11:03:00.659Z] ==> Running gcov in . (disable via -X gcov) [2022-08-12T11:03:00.659Z] ==> Python coveragepy not found [2022-08-12T11:03:00.659Z] ==> Searching for coverage reports in: [2022-08-12T11:03:00.659Z] + . [2022-08-12T11:03:00.659Z] -> Found 1 reports [2022-08-12T11:03:00.659Z] ==> Detecting git/mercurial file structure [2022-08-12T11:03:00.659Z] ==> Reading reports [2022-08-12T11:03:00.919Z] + ./coverage.out bytes=479862 [2022-08-12T11:03:00.919Z] ==> Appending adjustments [2022-08-12T11:03:00.919Z] https://docs.codecov.io/docs/fixing-reports [2022-08-12T11:03:01.859Z] + Found adjustments [2022-08-12T11:03:01.859Z] ==> Gzipping contents [2022-08-12T11:03:02.125Z] 64K /tmp/codecov.zVYUaO.gz [2022-08-12T11:03:02.125Z] ==> Uploading reports [2022-08-12T11:03:02.125Z] url: https://codecov.io [2022-08-12T11:03:02.125Z] query: branch=main&commit=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3&build=280&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F280%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-12T11:03:02.125Z] -> Pinging Codecov [2022-08-12T11:03:02.125Z] 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=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3&build=280&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F280%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-12T11:03:03.068Z] -> Uploading to [2022-08-12T11:03:03.068Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-12/00271124DB129430A58F1EEE437C3FCB/03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3/b40d9ef1-1cc0-41f1-9f51-4f6b99252500.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220812T110302Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2bd552ad1dfe1bf59a2226edfc14606443881f1df83e21c7e8bc7f6ebd6d4597 [2022-08-12T11:03:03.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T11:03:03.068Z] Dload Upload Total Spent Left Speed [2022-08-12T11:03:03.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62967 0 0 100 62967 0 278k --:--:-- --:--:-- --:--:-- 276k 100 62967 0 0 100 62967 0 230k --:--:-- --:--:-- --:--:-- 230k [2022-08-12T11:03:03.329Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [2022-08-12T11:03:03.338Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-08-12T11:03:03.558Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-12T11:03:03.570Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:03:03.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T11:03:03.875Z] [2022-08-12T11:03:03.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:03:04.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T11:03:04.177Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-12T11:03:04.177Z] df9b9388f04a: Pulling fs layer [2022-08-12T11:03:04.177Z] 52dc419b0ee2: Pulling fs layer [2022-08-12T11:03:04.177Z] 25bc292e5bac: Pulling fs layer [2022-08-12T11:03:04.177Z] 114826534d7a: Pulling fs layer [2022-08-12T11:03:04.177Z] 4657fd5d0bcf: Pulling fs layer [2022-08-12T11:03:04.177Z] 6ad1cebc031e: Pulling fs layer [2022-08-12T11:03:04.177Z] 8a3aa393b2d8: Pulling fs layer [2022-08-12T11:03:04.177Z] 114826534d7a: Waiting [2022-08-12T11:03:04.177Z] 4657fd5d0bcf: Waiting [2022-08-12T11:03:04.177Z] 6ad1cebc031e: Waiting [2022-08-12T11:03:04.177Z] 8a3aa393b2d8: Waiting [2022-08-12T11:03:04.177Z] 25bc292e5bac: Verifying Checksum [2022-08-12T11:03:04.177Z] 25bc292e5bac: Download complete [2022-08-12T11:03:04.177Z] 52dc419b0ee2: Download complete [2022-08-12T11:03:04.177Z] 4657fd5d0bcf: Verifying Checksum [2022-08-12T11:03:04.177Z] 4657fd5d0bcf: Download complete [2022-08-12T11:03:04.177Z] df9b9388f04a: Download complete [2022-08-12T11:03:04.440Z] df9b9388f04a: Pull complete [2022-08-12T11:03:04.440Z] 6ad1cebc031e: Verifying Checksum [2022-08-12T11:03:04.440Z] 6ad1cebc031e: Download complete [2022-08-12T11:03:04.440Z] 52dc419b0ee2: Pull complete [2022-08-12T11:03:04.706Z] 25bc292e5bac: Pull complete [2022-08-12T11:03:04.969Z] 114826534d7a: Verifying Checksum [2022-08-12T11:03:04.969Z] 114826534d7a: Download complete [2022-08-12T11:03:05.229Z] 8a3aa393b2d8: Verifying Checksum [2022-08-12T11:03:05.229Z] 8a3aa393b2d8: Download complete [2022-08-12T11:03:08.521Z] 114826534d7a: Pull complete [2022-08-12T11:03:08.521Z] 4657fd5d0bcf: Pull complete [2022-08-12T11:03:09.089Z] 6ad1cebc031e: Pull complete [2022-08-12T11:03:11.626Z] 8a3aa393b2d8: Pull complete [2022-08-12T11:03:11.626Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-12T11:03:11.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T11:03:11.626Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T11:03:11.715Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T11:03:11.752Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T11:03:15.268Z] $ docker top a6821b1d97a0e33c15a71e6c0d86baa72f0f1eed4d60e987cc3a914cceaa1e6e -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-12T11:03:15.346Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2022-08-12T11:03:15.643Z] + set -o pipefail [2022-08-12T11:03:15.644Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2022-08-12T11:03:22.241Z] [2022-08-12T11:03:22.241Z] Monitoring /w/workspace/edgex-go/280 (github.com/edgexfoundry/edgex-go)... [2022-08-12T11:03:22.241Z] [2022-08-12T11:03:22.241Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/922a77cb-b155-4edc-9928-3a2d51fcff46 [2022-08-12T11:03:22.241Z] [2022-08-12T11:03:22.241Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-12T11:03:22.241Z] [2022-08-12T11:03:22.241Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-12T11:03:22.241Z] [2022-08-12T11:03:22.241Z] [Pipeline] } [2022-08-12T11:03:22.525Z] $ docker stop --time=1 a6821b1d97a0e33c15a71e6c0d86baa72f0f1eed4d60e987cc3a914cceaa1e6e [2022-08-12T11:03:25.446Z] $ docker rm -f a6821b1d97a0e33c15a71e6c0d86baa72f0f1eed4d60e987cc3a914cceaa1e6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-08-12T11:03:25.847Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T11:03:25.866Z] provisioning config files... [2022-08-12T11:03:25.876Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/280@tmp/config6732453530422454440tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:03:26.206Z] --> edgex-publish-swagger.sh [2022-08-12T11:03:26.206Z] === Publish openapi/v2 API === [2022-08-12T11:03:26.206Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-08-12T11:03:26.206Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/280/openapi/v2/core-command.yaml] [2022-08-12T11:03:26.206Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T11:03:26.206Z] Dload Upload Total Spent Left Speed [2022-08-12T11:03:27.154Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 30727 0:00:01 0:00:01 --:--:-- 30699 100 33831 0 0 100 33831 0 30727 0:00:01 0:00:01 --:--:-- 30699 [2022-08-12T11:03:27.154Z] [2022-08-12T11:03:27.154Z] [2022-08-12T11:03:27.154Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/280/openapi/v2/core-data.yaml] [2022-08-12T11:03:27.154Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T11:03:27.154Z] Dload Upload Total Spent Left Speed [2022-08-12T11:03:28.099Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 75851 --:--:-- --:--:-- --:--:-- 75771 100 71604 0 0 100 71604 0 75851 --:--:-- --:--:-- --:--:-- 75771 [2022-08-12T11:03:28.099Z] [2022-08-12T11:03:28.099Z] [2022-08-12T11:03:28.099Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/280/openapi/v2/core-metadata.yaml] [2022-08-12T11:03:28.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T11:03:28.099Z] Dload Upload Total Spent Left Speed [2022-08-12T11:03:29.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 117k 0:00:01 0:00:01 --:--:-- 117k 100 141k 0 0 100 141k 0 114k 0:00:01 0:00:01 --:--:-- 114k [2022-08-12T11:03:29.503Z] [2022-08-12T11:03:29.503Z] [2022-08-12T11:03:29.503Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/280/openapi/v2/support-notifications.yaml] [2022-08-12T11:03:29.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T11:03:29.503Z] Dload Upload Total Spent Left Speed [2022-08-12T11:03:30.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 74122 0:00:01 0:00:01 --:--:-- 74122 100 89318 0 0 100 89318 0 72088 0:00:01 0:00:01 --:--:-- 72088 [2022-08-12T11:03:30.938Z] [2022-08-12T11:03:30.938Z] [2022-08-12T11:03:30.938Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/280/openapi/v2/support-scheduler.yaml] [2022-08-12T11:03:30.938Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T11:03:30.938Z] Dload Upload Total Spent Left Speed [2022-08-12T11:03:31.525Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 40570 --:--:-- --:--:-- --:--:-- 40528 100 39556 0 0 100 39556 0 40570 --:--:-- --:--:-- --:--:-- 40528 [2022-08-12T11:03:31.525Z] [2022-08-12T11:03:31.525Z] [2022-08-12T11:03:31.525Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/280/openapi/v2/system-agent.yaml] [2022-08-12T11:03:31.786Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T11:03:31.786Z] Dload Upload Total Spent Left Speed [2022-08-12T11:03:32.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 21373 --:--:-- --:--:-- --:--:-- 21350 100 20091 0 0 100 20091 0 21350 --:--:-- --:--:-- --:--:-- 21328 [2022-08-12T11:03:32.729Z] [2022-08-12T11:03:32.729Z] [Pipeline] } [2022-08-12T11:03:32.742Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2022-08-12T11:03:33.200Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T11:03:33.200Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:03:33.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T11:03:33.501Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T11:03:33.594Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T11:03:33.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T11:03:34.059Z] $ docker top 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T11:03:34.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T11:03:34.161Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T11:03:34.273Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T11:03:34.277Z] $ docker exec 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace ssh-agent [2022-08-12T11:03:34.398Z] SSH_AUTH_SOCK=/tmp/ssh-UHOUJDDQ2Pqn/agent.33 [2022-08-12T11:03:34.398Z] SSH_AGENT_PID=39 [2022-08-12T11:03:34.404Z] Running ssh-add (command line suppressed) [2022-08-12T11:03:34.532Z] Identity added: /w/workspace/edgex-go/280@tmp/private_key_8928026057638309002.key (/w/workspace/edgex-go/280@tmp/private_key_8928026057638309002.key) [2022-08-12T11:03:34.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T11:03:34.842Z] + git semver tag [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,049 [run_tag] DEBUG tag force:False [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,049 [check_head_tag] DEBUG check head tag [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,050 [execute] INFO git cat-file --batch-check [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=) [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,054 [execute] INFO git cat-file --batch [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,055 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=) [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,079 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,079 [execute] INFO git tag -a v2.3.0-dev.45 -m v2.3.0-dev.45 [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,079 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.45', '-m', 'v2.3.0-dev.45'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=None) [2022-08-12T11:03:35.103Z] 2022-08-12 11:03:35,086 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main [2022-08-12T11:03:35.103Z] 2.3.0-dev.45 [Pipeline] } [2022-08-12T11:03:35.374Z] $ docker exec --env ******** --env ******** 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace ssh-agent -k [2022-08-12T11:03:35.485Z] unset SSH_AUTH_SOCK; [2022-08-12T11:03:35.485Z] unset SSH_AGENT_PID; [2022-08-12T11:03:35.485Z] echo Agent pid 39 killed; [2022-08-12T11:03:35.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T11:03:35.801Z] + git semver [Pipeline] } [2022-08-12T11:03:36.077Z] $ docker stop --time=1 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace [2022-08-12T11:03:37.347Z] $ docker rm -f 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:03:37.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T11:03:37.755Z] [2022-08-12T11:03:37.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:03:38.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T11:03:38.064Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-12T11:03:38.064Z] ab5ef0e58194: Pulling fs layer [2022-08-12T11:03:38.064Z] 9712f1f96733: Pulling fs layer [2022-08-12T11:03:38.064Z] 63f879dbbcfc: Pulling fs layer [2022-08-12T11:03:38.064Z] 0d9ebad4ef96: Pulling fs layer [2022-08-12T11:03:38.064Z] e9a5061849ea: Pulling fs layer [2022-08-12T11:03:38.064Z] d747dcd14b5f: Pulling fs layer [2022-08-12T11:03:38.064Z] 2de7ff778b66: Pulling fs layer [2022-08-12T11:03:38.064Z] 0d9ebad4ef96: Waiting [2022-08-12T11:03:38.064Z] e9a5061849ea: Waiting [2022-08-12T11:03:38.064Z] d747dcd14b5f: Waiting [2022-08-12T11:03:38.064Z] 2de7ff778b66: Waiting [2022-08-12T11:03:38.064Z] 9712f1f96733: Verifying Checksum [2022-08-12T11:03:38.064Z] 9712f1f96733: Download complete [2022-08-12T11:03:38.639Z] 63f879dbbcfc: Verifying Checksum [2022-08-12T11:03:38.639Z] 63f879dbbcfc: Download complete [2022-08-12T11:03:38.639Z] ab5ef0e58194: Verifying Checksum [2022-08-12T11:03:38.639Z] ab5ef0e58194: Download complete [2022-08-12T11:03:38.639Z] d747dcd14b5f: Verifying Checksum [2022-08-12T11:03:38.639Z] d747dcd14b5f: Download complete [2022-08-12T11:03:38.639Z] e9a5061849ea: Verifying Checksum [2022-08-12T11:03:38.639Z] e9a5061849ea: Download complete [2022-08-12T11:03:38.899Z] 0d9ebad4ef96: Verifying Checksum [2022-08-12T11:03:38.899Z] 0d9ebad4ef96: Download complete [2022-08-12T11:03:38.899Z] 2de7ff778b66: Verifying Checksum [2022-08-12T11:03:38.899Z] 2de7ff778b66: Download complete [2022-08-12T11:03:41.436Z] ab5ef0e58194: Pull complete [2022-08-12T11:03:41.436Z] 9712f1f96733: Pull complete [2022-08-12T11:03:42.372Z] 63f879dbbcfc: Pull complete [2022-08-12T11:03:45.670Z] 0d9ebad4ef96: Pull complete [2022-08-12T11:03:46.241Z] e9a5061849ea: Pull complete [2022-08-12T11:03:46.241Z] d747dcd14b5f: Pull complete [2022-08-12T11:03:47.181Z] 2de7ff778b66: Pull complete [2022-08-12T11:03:47.181Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-12T11:03:47.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T11:03:47.181Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T11:03:47.271Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T11:03:47.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T11:03:50.834Z] $ docker top f23a674f532a88c73b7c304605f5665b4e2a2cd363b92f15e596ce47a523c6d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-12T11:03:50.913Z] provisioning config files... [2022-08-12T11:03:50.921Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/280@tmp/config3211612180068412540tmp [2022-08-12T11:03:50.930Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/280@tmp/config9118513802152888962tmp [2022-08-12T11:03:50.940Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/280@tmp/config5704562227786190685tmp [Pipeline] { [Pipeline] echo [2022-08-12T11:03:50.956Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:03:51.240Z] ---> sigul-configuration.sh [2022-08-12T11:03:51.240Z] gpg: directory `/root/.gnupg' created [2022-08-12T11:03:51.240Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-12T11:03:51.240Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-12T11:03:51.240Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-12T11:03:51.240Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-12T11:03:51.240Z] gpg: CAST5 encrypted data [2022-08-12T11:03:51.240Z] gpg: encrypted with 1 passphrase [2022-08-12T11:03:51.240Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-12T11:03:51.526Z] + mkdir /home/jenkins [2022-08-12T11:03:51.526Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-12T11:03:51.815Z] + 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 [2022-08-12T11:03:51.825Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:03:52.113Z] ---> sigul-install.sh [2022-08-12T11:03:52.113Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-12T11:03:52.403Z] + git tag --list [2022-08-12T11:03:52.403Z] 0.6.0 [2022-08-12T11:03:52.403Z] 0.6.1 [2022-08-12T11:03:52.403Z] 0.7.0 [2022-08-12T11:03:52.403Z] 0.7.1 [2022-08-12T11:03:52.403Z] v1.0.0 [2022-08-12T11:03:52.403Z] v1.0.1 [2022-08-12T11:03:52.403Z] v1.1.0 [2022-08-12T11:03:52.403Z] v1.2.0 [2022-08-12T11:03:52.403Z] v1.2.1 [2022-08-12T11:03:52.403Z] v1.3.0 [2022-08-12T11:03:52.403Z] v1.3.1 [2022-08-12T11:03:52.403Z] v2.0.0 [2022-08-12T11:03:52.403Z] v2.1.0 [2022-08-12T11:03:52.403Z] v2.1.1 [2022-08-12T11:03:52.403Z] v2.1.1-dev.1 [2022-08-12T11:03:52.403Z] v2.1.1-dev.2 [2022-08-12T11:03:52.403Z] v2.1.1-dev.3 [2022-08-12T11:03:52.403Z] v2.1.1-dev.4 [2022-08-12T11:03:52.403Z] v2.1.1-dev.5 [2022-08-12T11:03:52.403Z] v2.1.1-dev.6 [2022-08-12T11:03:52.403Z] v2.1.1-dev.7 [2022-08-12T11:03:52.403Z] v2.1.1-dev.8 [2022-08-12T11:03:52.403Z] v2.2.0 [2022-08-12T11:03:52.403Z] v2.2.1-dev.1 [2022-08-12T11:03:52.403Z] v2.2.1-dev.10 [2022-08-12T11:03:52.403Z] v2.2.1-dev.11 [2022-08-12T11:03:52.403Z] v2.2.1-dev.12 [2022-08-12T11:03:52.403Z] v2.2.1-dev.13 [2022-08-12T11:03:52.403Z] v2.2.1-dev.14 [2022-08-12T11:03:52.403Z] v2.2.1-dev.15 [2022-08-12T11:03:52.403Z] v2.2.1-dev.16 [2022-08-12T11:03:52.403Z] v2.2.1-dev.17 [2022-08-12T11:03:52.403Z] v2.2.1-dev.18 [2022-08-12T11:03:52.403Z] v2.2.1-dev.19 [2022-08-12T11:03:52.403Z] v2.2.1-dev.2 [2022-08-12T11:03:52.403Z] v2.2.1-dev.20 [2022-08-12T11:03:52.403Z] v2.2.1-dev.21 [2022-08-12T11:03:52.403Z] v2.2.1-dev.22 [2022-08-12T11:03:52.403Z] v2.2.1-dev.23 [2022-08-12T11:03:52.404Z] v2.2.1-dev.24 [2022-08-12T11:03:52.404Z] v2.2.1-dev.25 [2022-08-12T11:03:52.404Z] v2.2.1-dev.26 [2022-08-12T11:03:52.404Z] v2.2.1-dev.27 [2022-08-12T11:03:52.404Z] v2.2.1-dev.28 [2022-08-12T11:03:52.404Z] v2.2.1-dev.29 [2022-08-12T11:03:52.404Z] v2.2.1-dev.3 [2022-08-12T11:03:52.404Z] v2.2.1-dev.4 [2022-08-12T11:03:52.404Z] v2.2.1-dev.5 [2022-08-12T11:03:52.404Z] v2.2.1-dev.6 [2022-08-12T11:03:52.404Z] v2.2.1-dev.7 [2022-08-12T11:03:52.404Z] v2.2.1-dev.8 [2022-08-12T11:03:52.404Z] v2.2.1-dev.9 [2022-08-12T11:03:52.404Z] v2.3.0-dev.29 [2022-08-12T11:03:52.404Z] v2.3.0-dev.30 [2022-08-12T11:03:52.404Z] v2.3.0-dev.31 [2022-08-12T11:03:52.404Z] v2.3.0-dev.32 [2022-08-12T11:03:52.404Z] v2.3.0-dev.33 [2022-08-12T11:03:52.404Z] v2.3.0-dev.34 [2022-08-12T11:03:52.404Z] v2.3.0-dev.35 [2022-08-12T11:03:52.404Z] v2.3.0-dev.36 [2022-08-12T11:03:52.404Z] v2.3.0-dev.37 [2022-08-12T11:03:52.404Z] v2.3.0-dev.38 [2022-08-12T11:03:52.404Z] v2.3.0-dev.39 [2022-08-12T11:03:52.404Z] v2.3.0-dev.40 [2022-08-12T11:03:52.404Z] v2.3.0-dev.41 [2022-08-12T11:03:52.404Z] v2.3.0-dev.42 [2022-08-12T11:03:52.404Z] v2.3.0-dev.43 [2022-08-12T11:03:52.404Z] v2.3.0-dev.44 [2022-08-12T11:03:52.404Z] v2.3.0-dev.45 [Pipeline] sh [2022-08-12T11:03:52.689Z] + lftools sign git-tag v2.3.0-dev.45 [2022-08-12T11:03:53.261Z] Signing Git tag with Sigul... [2022-08-12T11:03:53.261Z] Signing v2.3.0-dev.45 [Pipeline] echo [2022-08-12T11:03:53.532Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:03:53.819Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-12T11:03:53.827Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-12T11:03:53.844Z] $ docker stop --time=1 f23a674f532a88c73b7c304605f5665b4e2a2cd363b92f15e596ce47a523c6d2 [2022-08-12T11:03:55.127Z] $ docker rm -f f23a674f532a88c73b7c304605f5665b4e2a2cd363b92f15e596ce47a523c6d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-12T11:03:55.544Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T11:03:55.545Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:03:55.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T11:03:55.849Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T11:03:55.980Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T11:03:56.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T11:03:56.371Z] $ docker top f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T11:03:56.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T11:03:56.464Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T11:03:56.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T11:03:56.604Z] $ docker exec f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a ssh-agent [2022-08-12T11:03:56.726Z] SSH_AUTH_SOCK=/tmp/ssh-FtAqAiiVQSoI/agent.33 [2022-08-12T11:03:56.726Z] SSH_AGENT_PID=39 [2022-08-12T11:03:56.731Z] Running ssh-add (command line suppressed) [2022-08-12T11:03:56.839Z] Identity added: /w/workspace/edgex-go/280@tmp/private_key_1393301232137499320.key (/w/workspace/edgex-go/280@tmp/private_key_1393301232137499320.key) [2022-08-12T11:03:56.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T11:03:57.267Z] + git semver bump pre [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,361 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,361 [bump_version] DEBUG bumping version:2.3.0-dev.45 on axis:pre with prefix:dev [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,362 [bump_version] DEBUG bumped version:2.3.0-dev.46 [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,362 [write_version] DEBUG write version:2.3.0-dev.46 to path:/w/workspace/edgex-go/280/.semver/main with force:True [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,362 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,362 [write_file] DEBUG write to file:/w/workspace/edgex-go/280/.semver/main [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,364 [execute] INFO git cat-file --batch-check [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,364 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,369 [execute] INFO git cat-file --batch [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,370 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T11:03:57.537Z] 2022-08-12 11:03:57,374 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main [2022-08-12T11:03:57.537Z] 2.3.0-dev.46 [Pipeline] } [2022-08-12T11:03:57.547Z] $ docker exec --env ******** --env ******** f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a ssh-agent -k [2022-08-12T11:03:57.647Z] unset SSH_AUTH_SOCK; [2022-08-12T11:03:57.648Z] unset SSH_AGENT_PID; [2022-08-12T11:03:57.648Z] echo Agent pid 39 killed; [2022-08-12T11:03:57.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T11:03:57.957Z] + git semver [Pipeline] } [2022-08-12T11:03:58.234Z] $ docker stop --time=1 f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a [2022-08-12T11:03:59.515Z] $ docker rm -f f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T11:03:59.867Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T11:03:59.867Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:04:00.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T11:04:00.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T11:04:00.245Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T11:04:00.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T11:04:00.604Z] $ docker top bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T11:04:00.698Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T11:04:00.698Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T11:04:00.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T11:04:00.827Z] $ docker exec bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 ssh-agent [2022-08-12T11:04:00.945Z] SSH_AUTH_SOCK=/tmp/ssh-tmhLmhplh4Xe/agent.34 [2022-08-12T11:04:00.945Z] SSH_AGENT_PID=40 [2022-08-12T11:04:00.951Z] Running ssh-add (command line suppressed) [2022-08-12T11:04:01.046Z] Identity added: /w/workspace/edgex-go/280@tmp/private_key_2055526691903033963.key (/w/workspace/edgex-go/280@tmp/private_key_2055526691903033963.key) [2022-08-12T11:04:01.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T11:04:01.349Z] + git semver push [2022-08-12T11:04:01.608Z] 2022-08-12 11:04:01,521 [run_push] DEBUG push [2022-08-12T11:04:01.608Z] 2022-08-12 11:04:01,522 [execute] INFO git cat-file --batch-check [2022-08-12T11:04:01.608Z] 2022-08-12 11:04:01,522 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T11:04:01.608Z] 2022-08-12 11:04:01,525 [execute] INFO git rev-list 87ad4dea799b0ee30a00320b0da13f4ecec06039 -- [2022-08-12T11:04:01.608Z] 2022-08-12 11:04:01,525 [execute] DEBUG Popen(['git', 'rev-list', '87ad4dea799b0ee30a00320b0da13f4ecec06039', '--'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-12T11:04:01.608Z] 2022-08-12 11:04:01,542 [execute] INFO git fetch -v origin [2022-08-12T11:04:01.608Z] 2022-08-12 11:04:01,542 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-12T11:04:02.179Z] 2022-08-12 11:04:02,073 [run_push] DEBUG no remote changes detected [2022-08-12T11:04:02.179Z] 2022-08-12 11:04:02,074 [execute] INFO git push origin semver [2022-08-12T11:04:02.179Z] 2022-08-12 11:04:02,074 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-12T11:04:03.119Z] 2022-08-12 11:04:02,835 [run_push] DEBUG push all version tags [2022-08-12T11:04:03.119Z] 2022-08-12 11:04:02,835 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-12T11:04:03.119Z] 2022-08-12 11:04:02,836 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=None) [2022-08-12T11:04:03.690Z] 2022-08-12 11:04:03,593 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main [2022-08-12T11:04:03.690Z] 2.3.0-dev.46 [Pipeline] } [2022-08-12T11:04:03.701Z] $ docker exec --env ******** --env ******** bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 ssh-agent -k [2022-08-12T11:04:03.800Z] unset SSH_AUTH_SOCK; [2022-08-12T11:04:03.801Z] unset SSH_AGENT_PID; [2022-08-12T11:04:03.801Z] echo Agent pid 40 killed; [2022-08-12T11:04:03.816Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T11:04:04.116Z] + git semver [Pipeline] } [2022-08-12T11:04:04.397Z] $ docker stop --time=1 bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 [2022-08-12T11:04:05.673Z] $ docker rm -f bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 [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 [2022-08-12T11:04:06.217Z] + [ -d /w/workspace/edgex-go/280/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:04:06.515Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:04:07.379Z] ---> package-listing.sh [2022-08-12T11:04:07.379Z] ++ facter osfamily [2022-08-12T11:04:07.379Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-12T11:04:07.638Z] + OS_FAMILY=debian [2022-08-12T11:04:07.638Z] + workspace=/w/workspace/edgex-go/280 [2022-08-12T11:04:07.638Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-12T11:04:07.638Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-12T11:04:07.638Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-12T11:04:07.638Z] + PACKAGES=/tmp/packages_start.txt [2022-08-12T11:04:07.638Z] + '[' /w/workspace/edgex-go/280 ']' [2022-08-12T11:04:07.638Z] + PACKAGES=/tmp/packages_end.txt [2022-08-12T11:04:07.638Z] + case "${OS_FAMILY}" in [2022-08-12T11:04:07.638Z] + dpkg -l [2022-08-12T11:04:07.638Z] + grep '^ii' [2022-08-12T11:04:07.638Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-12T11:04:07.638Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-12T11:04:07.638Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-12T11:04:07.638Z] + '[' /w/workspace/edgex-go/280 ']' [2022-08-12T11:04:07.638Z] + mkdir -p /w/workspace/edgex-go/280/archives/ [2022-08-12T11:04:07.638Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/280/archives/ [Pipeline] echo [2022-08-12T11:04:07.649Z] 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/280/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-08-12T11:04:07.927Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:04:08.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T11:04:08.496Z] [2022-08-12T11:04:08.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T11:04:08.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T11:04:08.799Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-12T11:04:08.799Z] 5eb5b503b376: Pulling fs layer [2022-08-12T11:04:08.799Z] 5c69ac0246d0: Pulling fs layer [2022-08-12T11:04:08.799Z] ec43610c2a17: Pulling fs layer [2022-08-12T11:04:08.799Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-12T11:04:08.799Z] 33b1e0a273af: Pulling fs layer [2022-08-12T11:04:08.799Z] 5d3b04190fa2: Pulling fs layer [2022-08-12T11:04:08.799Z] 2f39f015ded8: Pulling fs layer [2022-08-12T11:04:08.799Z] 3a2ae6a8a46f: Waiting [2022-08-12T11:04:08.799Z] 33b1e0a273af: Waiting [2022-08-12T11:04:08.799Z] 5d3b04190fa2: Waiting [2022-08-12T11:04:08.799Z] 2f39f015ded8: Waiting [2022-08-12T11:04:08.799Z] 5c69ac0246d0: Verifying Checksum [2022-08-12T11:04:08.799Z] 5c69ac0246d0: Download complete [2022-08-12T11:04:08.799Z] 3a2ae6a8a46f: Download complete [2022-08-12T11:04:08.799Z] 33b1e0a273af: Download complete [2022-08-12T11:04:08.799Z] 5d3b04190fa2: Verifying Checksum [2022-08-12T11:04:08.799Z] 5d3b04190fa2: Download complete [2022-08-12T11:04:08.799Z] ec43610c2a17: Verifying Checksum [2022-08-12T11:04:08.799Z] ec43610c2a17: Download complete [2022-08-12T11:04:09.058Z] 5eb5b503b376: Verifying Checksum [2022-08-12T11:04:09.058Z] 5eb5b503b376: Download complete [2022-08-12T11:04:09.627Z] 2f39f015ded8: Verifying Checksum [2022-08-12T11:04:09.627Z] 2f39f015ded8: Download complete [2022-08-12T11:04:10.566Z] 5eb5b503b376: Pull complete [2022-08-12T11:04:10.566Z] 5c69ac0246d0: Pull complete [2022-08-12T11:04:11.134Z] ec43610c2a17: Pull complete [2022-08-12T11:04:11.134Z] 3a2ae6a8a46f: Pull complete [2022-08-12T11:04:11.392Z] 33b1e0a273af: Pull complete [2022-08-12T11:04:11.392Z] 5d3b04190fa2: Pull complete [2022-08-12T11:04:15.586Z] 2f39f015ded8: Pull complete [2022-08-12T11:04:15.586Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-12T11:04:15.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T11:04:15.586Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T11:04:15.677Z] prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container [2022-08-12T11:04:15.708Z] $ 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/280/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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2022-08-12T11:04:18.326Z] $ docker top 4fc1e749cc543670deaa5d00e506182b043a864480b38fe96f9817251437f8c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T11:04:18.676Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-12T11:04:18.967Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-12T11:04:19.254Z] + ls /var/log/sa-host [2022-08-12T11:04:19.254Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T11:04:19.408Z] provisioning config files... [2022-08-12T11:04:19.417Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/280@tmp/config4338637379108836757tmp [Pipeline] { [Pipeline] echo [2022-08-12T11:04:19.430Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:04:19.715Z] ---> create-netrc.sh [Pipeline] } [2022-08-12T11:04:19.722Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:04:20.054Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-12T11:04:20.062Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:04:20.346Z] ---> sudo-logs.sh [2022-08-12T11:04:20.346Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-12T11:04:20.364Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:04:20.648Z] ---> job-cost.sh [2022-08-12T11:04:20.648Z] lf-activate-venv: SKIPPING [2022-08-12T11:04:20.648Z] DEBUG: total: 0.10999999940395355 [2022-08-12T11:04:20.648Z] INFO: Retrieving Stack Cost... [2022-08-12T11:04:21.216Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-12T11:04:21.475Z] INFO: Archiving Costs [Pipeline] echo [2022-08-12T11:04:21.488Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T11:04:21.774Z] ---> logs-deploy.sh [2022-08-12T11:04:21.774Z] lf-activate-venv: SKIPPING [2022-08-12T11:04:21.774Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/280 [2022-08-12T11:04:21.774Z] INFO: archiving workspace using pattern(s): [2022-08-12T11:04:22.712Z] Archives upload complete. [2022-08-12T11:04:22.972Z] INFO: archiving logs to Nexus [2022-08-12T11:04:23.541Z] ---> uname -a: [2022-08-12T11:04:23.541Z] Linux prd-ubuntu20-04-docker-8c-8g-22609 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-08-12T11:04:23.541Z] [2022-08-12T11:04:23.541Z] [2022-08-12T11:04:23.541Z] ---> lscpu: [2022-08-12T11:04:23.541Z] Architecture: x86_64 [2022-08-12T11:04:23.541Z] CPU op-mode(s): 32-bit, 64-bit [2022-08-12T11:04:23.541Z] Byte Order: Little Endian [2022-08-12T11:04:23.541Z] Address sizes: 40 bits physical, 48 bits virtual [2022-08-12T11:04:23.541Z] CPU(s): 8 [2022-08-12T11:04:23.541Z] On-line CPU(s) list: 0-7 [2022-08-12T11:04:23.541Z] Thread(s) per core: 1 [2022-08-12T11:04:23.541Z] Core(s) per socket: 1 [2022-08-12T11:04:23.541Z] Socket(s): 8 [2022-08-12T11:04:23.541Z] NUMA node(s): 1 [2022-08-12T11:04:23.541Z] Vendor ID: AuthenticAMD [2022-08-12T11:04:23.541Z] CPU family: 23 [2022-08-12T11:04:23.541Z] Model: 49 [2022-08-12T11:04:23.541Z] Model name: AMD EPYC-Rome Processor [2022-08-12T11:04:23.541Z] Stepping: 0 [2022-08-12T11:04:23.541Z] CPU MHz: 2799.998 [2022-08-12T11:04:23.541Z] BogoMIPS: 5599.99 [2022-08-12T11:04:23.541Z] Virtualization: AMD-V [2022-08-12T11:04:23.541Z] Hypervisor vendor: KVM [2022-08-12T11:04:23.541Z] Virtualization type: full [2022-08-12T11:04:23.541Z] L1d cache: 256 KiB [2022-08-12T11:04:23.541Z] L1i cache: 256 KiB [2022-08-12T11:04:23.541Z] L2 cache: 4 MiB [2022-08-12T11:04:23.541Z] L3 cache: 128 MiB [2022-08-12T11:04:23.541Z] NUMA node0 CPU(s): 0-7 [2022-08-12T11:04:23.541Z] Vulnerability Itlb multihit: Not affected [2022-08-12T11:04:23.541Z] Vulnerability L1tf: Not affected [2022-08-12T11:04:23.541Z] Vulnerability Mds: Not affected [2022-08-12T11:04:23.541Z] Vulnerability Meltdown: Not affected [2022-08-12T11:04:23.541Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-08-12T11:04:23.541Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-08-12T11:04:23.541Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-08-12T11:04:23.541Z] Vulnerability Srbds: Not affected [2022-08-12T11:04:23.541Z] Vulnerability Tsx async abort: Not affected [2022-08-12T11:04:23.541Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-08-12T11:04:23.541Z] [2022-08-12T11:04:23.541Z] [2022-08-12T11:04:23.541Z] ---> nproc: [2022-08-12T11:04:23.541Z] 8 [2022-08-12T11:04:23.541Z] [2022-08-12T11:04:23.541Z]