Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd 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-ssh11613058942245587510.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-ssh1295114072417492444.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-ssh12995583608221412946.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-ssh11925951292413009143.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-ssh7690618627975324792.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 on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22660 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/281 [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/281 # 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 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd (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 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd # timeout=10 Commit message: "Merge pull request #4124 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.3.0-dev.13" > git rev-list --no-walk 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-13T00:32:49.552Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-13T00:32:49.603Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-13T00:32:49.616Z] ========================================================= [2022-08-13T00:32:49.616Z] EdgeX Global Pipelines Version Info [2022-08-13T00:32:49.616Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-13T00:32:50.363Z] ------------------- [2022-08-13T00:32:50.363Z] stable info: [2022-08-13T00:32:50.363Z] ------------------- [2022-08-13T00:32:50.363Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-13T00:32:50.363Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-13T00:32:50.363Z] Message: update stable to v1.0.238 [2022-08-13T00:32:50.935Z] ------------------- [2022-08-13T00:32:50.935Z] experimental info: [2022-08-13T00:32:50.935Z] ------------------- [2022-08-13T00:32:50.935Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-13T00:32:50.935Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-13T00:32:50.935Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-13T00:32:51.162Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-08-13T00:32:51.175Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-08-13T00:32:51.187Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-13T00:32:51.197Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-13T00:32:51.208Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-13T00:32:51.218Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-13T00:32:51.230Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-13T00:32:51.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-08-13T00:32:51.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-08-13T00:32:51.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-08-13T00:32:51.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-13T00:32:51.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-13T00:32:51.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-13T00:32:51.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-13T00:32:51.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-13T00:32:51.335Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-13T00:32:51.346Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-13T00:32:51.356Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-13T00:32:51.366Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-08-13T00:32:51.376Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-08-13T00:32:51.386Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-13T00:32:51.404Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-13T00:32:51.417Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-13T00:32:51.427Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-13T00:32:51.438Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-13T00:32:51.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-13T00:32:51.462Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] echo [2022-08-13T00:32:51.472Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 166620d [Pipeline] echo [2022-08-13T00:32:51.485Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-13T00:32:51.569Z] provisioning config files... [2022-08-13T00:32:51.581Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/281@tmp/config978268327695117627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-13T00:32:51.919Z] ---> docker-login.sh [2022-08-13T00:32:51.919Z] nexus3.edgexfoundry.org:10001 [2022-08-13T00:32:52.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:32:52.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:32:52.442Z] Configure a credential helper to remove this warning. See [2022-08-13T00:32:52.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:32:52.442Z] [2022-08-13T00:32:52.442Z] Login Succeeded [2022-08-13T00:32:52.442Z] nexus3.edgexfoundry.org:10002 [2022-08-13T00:32:52.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:32:52.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:32:52.442Z] Configure a credential helper to remove this warning. See [2022-08-13T00:32:52.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:32:52.442Z] [2022-08-13T00:32:52.442Z] Login Succeeded [2022-08-13T00:32:52.442Z] nexus3.edgexfoundry.org:10003 [2022-08-13T00:32:52.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:32:52.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:32:52.704Z] Configure a credential helper to remove this warning. See [2022-08-13T00:32:52.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:32:52.704Z] [2022-08-13T00:32:52.704Z] Login Succeeded [2022-08-13T00:32:52.704Z] nexus3.edgexfoundry.org:10004 [2022-08-13T00:32:52.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:32:52.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:32:52.965Z] Configure a credential helper to remove this warning. See [2022-08-13T00:32:52.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:32:52.965Z] [2022-08-13T00:32:52.965Z] Login Succeeded [2022-08-13T00:32:52.965Z] docker.io [2022-08-13T00:32:52.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:32:53.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:32:53.225Z] Configure a credential helper to remove this warning. See [2022-08-13T00:32:53.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:32:53.225Z] [2022-08-13T00:32:53.225Z] Login Succeeded [2022-08-13T00:32:53.225Z] ---> docker-login.sh ends [Pipeline] } [2022-08-13T00:32:53.234Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-13T00:32:53.545Z] + 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-13T00:32:53.545Z] + dirname cmd/core-command/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo core-command,cmd/core-command/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/core-data/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo core-data,cmd/core-data/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/core-metadata/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/security-spire-agent/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/security-spire-config/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-08-13T00:32:53.545Z] + dirname cmd/security-spire-server/Dockerfile [2022-08-13T00:32:53.545Z] + cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-08-13T00:32:53.545Z] + + dirname cmd/support-notifications/Dockerfile [2022-08-13T00:32:53.545Z] cut -d/ -f2 [2022-08-13T00:32:53.545Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-08-13T00:32:53.546Z] + dirname cmd/support-scheduler/Dockerfile [2022-08-13T00:32:53.546Z] + cut -d/ -f2 [2022-08-13T00:32:53.546Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-08-13T00:32:53.546Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-08-13T00:32:53.546Z] + cut -d/ -f2 [2022-08-13T00:32:53.546Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-08-13T00:32:53.582Z] 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-13T00:32:53.939Z] + git rev-list -1 --merges 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd~1..166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] echo [2022-08-13T00:32:53.951Z] -----------> git rev-list -1 --merges 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd~1..166620d9f56c7df6403b4f88f57b6f2fdd40f3fd 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:32:53.951Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [false] [Pipeline] sh [2022-08-13T00:32:54.243Z] + git log --format=format:%s -1 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] echo [2022-08-13T00:32:54.266Z] ========================================================= [2022-08-13T00:32:54.266Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-13T00:32:54.266Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-08-13T00:32:54.733Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-13T00:32:54.733Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-13T00:32:54.733Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-13T00:32:54.733Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-13T00:32:54.733Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-13T00:32:54.733Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-13T00:32:54.733Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:32:55.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-13T00:32:55.154Z] [2022-08-13T00:32:55.154Z] 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-13T00:32:55.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-13T00:32:55.459Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-13T00:32:55.459Z] b85a868b505f: Pulling fs layer [2022-08-13T00:32:55.459Z] e2be974225ed: Pulling fs layer [2022-08-13T00:32:55.459Z] 339a4e72a1f5: Pulling fs layer [2022-08-13T00:32:55.459Z] 988bab9f4d93: Pulling fs layer [2022-08-13T00:32:55.459Z] 1469e6f7b9e6: Pulling fs layer [2022-08-13T00:32:55.459Z] eaf3925da568: Pulling fs layer [2022-08-13T00:32:55.459Z] bab4dde63d76: Pulling fs layer [2022-08-13T00:32:55.459Z] bde34c3a00c8: Pulling fs layer [2022-08-13T00:32:55.459Z] b352a97aabf1: Pulling fs layer [2022-08-13T00:32:55.459Z] 4872d77fe225: Pulling fs layer [2022-08-13T00:32:55.459Z] 5851b861e8e6: Pulling fs layer [2022-08-13T00:32:55.459Z] eaf3925da568: Waiting [2022-08-13T00:32:55.459Z] b352a97aabf1: Waiting [2022-08-13T00:32:55.459Z] 4872d77fe225: Waiting [2022-08-13T00:32:55.459Z] bab4dde63d76: Waiting [2022-08-13T00:32:55.459Z] 988bab9f4d93: Waiting [2022-08-13T00:32:55.459Z] 5851b861e8e6: Waiting [2022-08-13T00:32:55.459Z] 1469e6f7b9e6: Waiting [2022-08-13T00:32:55.459Z] bde34c3a00c8: Waiting [2022-08-13T00:32:55.459Z] e2be974225ed: Download complete [2022-08-13T00:32:55.459Z] 988bab9f4d93: Verifying Checksum [2022-08-13T00:32:55.459Z] 988bab9f4d93: Download complete [2022-08-13T00:32:55.719Z] 1469e6f7b9e6: Verifying Checksum [2022-08-13T00:32:55.719Z] 1469e6f7b9e6: Download complete [2022-08-13T00:32:55.719Z] eaf3925da568: Verifying Checksum [2022-08-13T00:32:55.719Z] eaf3925da568: Download complete [2022-08-13T00:32:55.719Z] 339a4e72a1f5: Verifying Checksum [2022-08-13T00:32:55.719Z] 339a4e72a1f5: Download complete [2022-08-13T00:32:55.719Z] bde34c3a00c8: Verifying Checksum [2022-08-13T00:32:55.719Z] b352a97aabf1: Download complete [2022-08-13T00:32:55.719Z] 4872d77fe225: Download complete [2022-08-13T00:32:55.719Z] 5851b861e8e6: Verifying Checksum [2022-08-13T00:32:55.719Z] 5851b861e8e6: Download complete [2022-08-13T00:32:55.719Z] b85a868b505f: Verifying Checksum [2022-08-13T00:32:55.719Z] b85a868b505f: Download complete [2022-08-13T00:32:55.981Z] bab4dde63d76: Verifying Checksum [2022-08-13T00:32:55.981Z] bab4dde63d76: Download complete [2022-08-13T00:32:56.920Z] b85a868b505f: Pull complete [2022-08-13T00:32:57.181Z] e2be974225ed: Pull complete [2022-08-13T00:32:57.750Z] 339a4e72a1f5: Pull complete [2022-08-13T00:32:57.750Z] 988bab9f4d93: Pull complete [2022-08-13T00:32:58.021Z] 1469e6f7b9e6: Pull complete [2022-08-13T00:32:58.282Z] eaf3925da568: Pull complete [2022-08-13T00:33:00.200Z] bab4dde63d76: Pull complete [2022-08-13T00:33:00.200Z] bde34c3a00c8: Pull complete [2022-08-13T00:33:00.200Z] b352a97aabf1: Pull complete [2022-08-13T00:33:00.460Z] 4872d77fe225: Pull complete [2022-08-13T00:33:00.460Z] 5851b861e8e6: Pull complete [2022-08-13T00:33:00.460Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-13T00:33:00.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-13T00:33:00.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T00:33:00.559Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T00:33:00.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T00:33:01.825Z] $ docker top 936877a3ab20e3cc8f65579b1fa47de3dc46cfaf429d93dba88f185d68156afe -eo pid,comm [2022-08-13T00:33:01.895Z] 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-13T00:33:01.895Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-13T00:33:01.944Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-13T00:33:01.944Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-13T00:33:02.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-13T00:33:02.069Z] $ docker exec 936877a3ab20e3cc8f65579b1fa47de3dc46cfaf429d93dba88f185d68156afe ssh-agent [2022-08-13T00:33:02.190Z] SSH_AUTH_SOCK=/tmp/ssh-tXtPyd8IPVAF/agent.34 [2022-08-13T00:33:02.190Z] SSH_AGENT_PID=40 [2022-08-13T00:33:02.196Z] Running ssh-add (command line suppressed) [2022-08-13T00:33:02.305Z] Identity added: /w/workspace/edgex-go/281@tmp/private_key_9131426326837422155.key (/w/workspace/edgex-go/281@tmp/private_key_9131426326837422155.key) [2022-08-13T00:33:02.323Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-13T00:33:02.613Z] + git tag --points-at HEAD [Pipeline] } [2022-08-13T00:33:02.634Z] $ docker exec --env ******** --env ******** 936877a3ab20e3cc8f65579b1fa47de3dc46cfaf429d93dba88f185d68156afe ssh-agent -k [2022-08-13T00:33:02.742Z] unset SSH_AUTH_SOCK; [2022-08-13T00:33:02.743Z] unset SSH_AGENT_PID; [2022-08-13T00:33:02.743Z] echo Agent pid 40 killed; [2022-08-13T00:33:02.753Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-13T00:33:02.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-13T00:33:02.772Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-13T00:33:02.897Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-13T00:33:02.900Z] $ docker exec 936877a3ab20e3cc8f65579b1fa47de3dc46cfaf429d93dba88f185d68156afe ssh-agent [2022-08-13T00:33:03.035Z] SSH_AUTH_SOCK=/tmp/ssh-Awzb9ZuEpEyB/agent.72 [2022-08-13T00:33:03.035Z] SSH_AGENT_PID=79 [2022-08-13T00:33:03.040Z] Running ssh-add (command line suppressed) [2022-08-13T00:33:03.163Z] Identity added: /w/workspace/edgex-go/281@tmp/private_key_7766130538364052928.key (/w/workspace/edgex-go/281@tmp/private_key_7766130538364052928.key) [2022-08-13T00:33:03.179Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-13T00:33:03.475Z] + git semver init [2022-08-13T00:33:03.738Z] 2022-08-13 00:33:03,687 [run_init] DEBUG init version:0.0.0 force:False [2022-08-13T00:33:03.738Z] 2022-08-13 00:33:03,688 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/281/.semver [2022-08-13T00:33:03.738Z] 2022-08-13 00:33:03,689 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/281/.semver [2022-08-13T00:33:03.738Z] 2022-08-13 00:33:03,689 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/281/.semver'], cwd=/w/workspace/edgex-go/281, universal_newlines=False, shell=None, istream=None) [2022-08-13T00:33:07.977Z] 2022-08-13 00:33:07,467 [append_file] DEBUG append to file:/w/workspace/edgex-go/281/.git/info/exclude [2022-08-13T00:33:07.977Z] 2022-08-13 00:33:07,468 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/281/.semver/main with force:False [2022-08-13T00:33:07.977Z] 2022-08-13 00:33:07,468 [read_version] DEBUG read version from /w/workspace/edgex-go/281/.semver/main [2022-08-13T00:33:07.977Z] 2022-08-13 00:33:07,468 [read_version] DEBUG read version from /w/workspace/edgex-go/281/.semver/main [2022-08-13T00:33:07.977Z] 2.3.0-dev.46 [Pipeline] } [2022-08-13T00:33:07.989Z] $ docker exec --env ******** --env ******** 936877a3ab20e3cc8f65579b1fa47de3dc46cfaf429d93dba88f185d68156afe ssh-agent -k [2022-08-13T00:33:08.101Z] unset SSH_AUTH_SOCK; [2022-08-13T00:33:08.102Z] unset SSH_AGENT_PID; [2022-08-13T00:33:08.102Z] echo Agent pid 79 killed; [2022-08-13T00:33:08.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-13T00:33:08.421Z] + git semver [Pipeline] } [2022-08-13T00:33:08.697Z] $ docker stop --time=1 936877a3ab20e3cc8f65579b1fa47de3dc46cfaf429d93dba88f185d68156afe [2022-08-13T00:33:10.027Z] $ docker rm -f 936877a3ab20e3cc8f65579b1fa47de3dc46cfaf429d93dba88f185d68156afe [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-13T00:33:10.367Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-13T00:33:10.613Z] Stashed 1 file(s) [Pipeline] echo [2022-08-13T00:33:10.616Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.46 [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-13T00:33:11.005Z] + git config --global --add safe.directory /w/workspace/edgex-go/281 [Pipeline] echo [2022-08-13T00:33:11.015Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-13T00:33:11.031Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-13T00:33:11.039Z] ========================================================= [2022-08-13T00:33:11.039Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-13T00:33:11.039Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-13T00:33:11.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-13T00:33:11.330Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-13T00:33:11.330Z] 2408cc74d12b: Pulling fs layer [2022-08-13T00:33:11.330Z] ea60b727a1ce: Pulling fs layer [2022-08-13T00:33:11.330Z] 30c4a7721957: Pulling fs layer [2022-08-13T00:33:11.330Z] 370296b7ddb6: Pulling fs layer [2022-08-13T00:33:11.330Z] 7c6cee850709: Pulling fs layer [2022-08-13T00:33:11.330Z] 39a5fcdaea64: Pulling fs layer [2022-08-13T00:33:11.330Z] d94ebbe4e438: Pulling fs layer [2022-08-13T00:33:11.330Z] bcfd1f05c69d: Pulling fs layer [2022-08-13T00:33:11.330Z] 59ccb84bbe0f: Pulling fs layer [2022-08-13T00:33:11.330Z] 7c6cee850709: Waiting [2022-08-13T00:33:11.330Z] 39a5fcdaea64: Waiting [2022-08-13T00:33:11.330Z] d94ebbe4e438: Waiting [2022-08-13T00:33:11.330Z] bcfd1f05c69d: Waiting [2022-08-13T00:33:11.330Z] 59ccb84bbe0f: Waiting [2022-08-13T00:33:11.330Z] 370296b7ddb6: Waiting [2022-08-13T00:33:11.330Z] 30c4a7721957: Verifying Checksum [2022-08-13T00:33:11.330Z] 30c4a7721957: Download complete [2022-08-13T00:33:11.330Z] ea60b727a1ce: Download complete [2022-08-13T00:33:11.330Z] 7c6cee850709: Verifying Checksum [2022-08-13T00:33:11.330Z] 7c6cee850709: Download complete [2022-08-13T00:33:11.330Z] 39a5fcdaea64: Verifying Checksum [2022-08-13T00:33:11.330Z] 39a5fcdaea64: Download complete [2022-08-13T00:33:11.330Z] 2408cc74d12b: Verifying Checksum [2022-08-13T00:33:11.330Z] 2408cc74d12b: Download complete [2022-08-13T00:33:11.330Z] d94ebbe4e438: Verifying Checksum [2022-08-13T00:33:11.330Z] d94ebbe4e438: Download complete [2022-08-13T00:33:11.592Z] 2408cc74d12b: Pull complete [2022-08-13T00:33:11.592Z] ea60b727a1ce: Pull complete [2022-08-13T00:33:11.855Z] 30c4a7721957: Pull complete [2022-08-13T00:33:11.855Z] 59ccb84bbe0f: Verifying Checksum [2022-08-13T00:33:11.855Z] 59ccb84bbe0f: Download complete [2022-08-13T00:33:12.427Z] 370296b7ddb6: Verifying Checksum [2022-08-13T00:33:12.427Z] 370296b7ddb6: Download complete [2022-08-13T00:33:12.427Z] bcfd1f05c69d: Verifying Checksum [2022-08-13T00:33:12.427Z] bcfd1f05c69d: Download complete [2022-08-13T00:33:16.628Z] 370296b7ddb6: Pull complete [2022-08-13T00:33:16.628Z] 7c6cee850709: Pull complete [2022-08-13T00:33:16.628Z] 39a5fcdaea64: Pull complete [2022-08-13T00:33:16.628Z] d94ebbe4e438: Pull complete [2022-08-13T00:33:18.009Z] bcfd1f05c69d: Pull complete [2022-08-13T00:33:18.947Z] 59ccb84bbe0f: Pull complete [2022-08-13T00:33:18.947Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-13T00:33:18.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-13T00:33:18.947Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-13T00:33:19.242Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-13T00:33:19.242Z] WORKDIR /edgex [2022-08-13T00:33:19.242Z] COPY go.mod . [2022-08-13T00:33:19.242Z] RUN go mod download [2022-08-13T00:33:19.242Z] docker build -t ci-base-image-x86_64 -f - . [2022-08-13T00:33:19.813Z] Sending build context to Docker daemon 169.2MB [2022-08-13T00:33:19.813Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-13T00:33:19.813Z] ---> a4fb48ad2a94 [2022-08-13T00:33:19.813Z] Step 2/4 : WORKDIR /edgex [2022-08-13T00:33:21.201Z] ---> Running in 7c8f8baaab6d [2022-08-13T00:33:21.461Z] Removing intermediate container 7c8f8baaab6d [2022-08-13T00:33:21.461Z] ---> cb9849f831c8 [2022-08-13T00:33:21.461Z] Step 3/4 : COPY go.mod . [2022-08-13T00:33:21.461Z] ---> a449419891ec [2022-08-13T00:33:21.461Z] Step 4/4 : RUN go mod download [2022-08-13T00:33:21.461Z] ---> Running in b596f8aca141 [2022-08-13T00:33:25.692Z] Still waiting to schedule task [2022-08-13T00:33:25.693Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-08-13T00:33:36.385Z] Removing intermediate container b596f8aca141 [2022-08-13T00:33:36.385Z] ---> 743013500f6a [2022-08-13T00:33:36.385Z] Successfully built 743013500f6a [2022-08-13T00:33:36.385Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:33:36.699Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-13T00:33:36.699Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T00:33:36.787Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T00:33:36.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T00:33:37.335Z] $ docker top f9b06fe5066be5dcdf8f425816a13f0cc226377f770ca1e298280ada1d570521 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-13T00:33:37.702Z] + go version [2022-08-13T00:33:37.702Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-13T00:33:37.713Z] $ docker stop --time=1 f9b06fe5066be5dcdf8f425816a13f0cc226377f770ca1e298280ada1d570521 [2022-08-13T00:33:38.995Z] $ docker rm -f f9b06fe5066be5dcdf8f425816a13f0cc226377f770ca1e298280ada1d570521 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:33:39.421Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-13T00:33:39.421Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T00:33:39.507Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T00:33:39.546Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T00:33:39.922Z] $ docker top f3b61d165cd9aef63d8ee4dc02e3aa2b80cb78939b38362533a0cb452bd01ba7 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-13T00:33:40.006Z] ========================================================= [2022-08-13T00:33:40.006Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-08-13T00:33:40.006Z] ========================================================= [Pipeline] sh [2022-08-13T00:33:40.286Z] + git config --global --add safe.directory /w/workspace/edgex-go/281 [Pipeline] fileExists [Pipeline] sh [2022-08-13T00:33:40.587Z] + make test [2022-08-13T00:33:40.588Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-13T00:33:47.168Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-08-13T00:34:02.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-08-13T00:34:02.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.066s coverage: 28.7% of statements [2022-08-13T00:34:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-08-13T00:34:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-08-13T00:34:02.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.101s coverage: 98.5% of statements [2022-08-13T00:34:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-08-13T00:34:03.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.086s coverage: 54.2% of statements [2022-08-13T00:34:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-08-13T00:34:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.584s coverage: 89.2% of statements [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.088s coverage: 2.1% of statements [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.494s coverage: 95.6% of statements [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.099s coverage: 72.2% of statements [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.100s coverage: 60.0% of statements [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.058s coverage: 29.6% of statements [2022-08-13T00:34:07.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2022-08-13T00:34:07.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2022-08-13T00:34:12.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements [2022-08-13T00:34:12.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.076s coverage: 44.8% of statements [2022-08-13T00:34:17.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 82.2% of statements [2022-08-13T00:34:17.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-08-13T00:34:26.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.113s coverage: 92.9% of statements [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-08-13T00:34:26.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 65.1% of statements [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-08-13T00:34:26.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-08-13T00:34:26.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2022-08-13T00:34:26.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-08-13T00:34:26.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 58.8% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.098s coverage: 85.4% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.2% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.7% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 65.8% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 43.6% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 63.2% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.059s coverage: 28.9% of statements [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-08-13T00:34:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2022-08-13T00:34:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-08-13T00:34:26.099Z] 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-13T00:34:48.037Z] 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-13T00:34:48.037Z] GO111MODULE=on go vet ./... [2022-08-13T00:34:48.604Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-13T00:34:48.604Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-13T00:34:48.865Z] ./bin/test-attribution-txt.sh [2022-08-13T00:34:48.865Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-08-13T00:34:48.865Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-08-13T00:34:48.865Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-08-13T00:34:48.865Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-13T00:34:48.865Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-13T00:34:48.865Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-13T00:34:48.865Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-08-13T00:34:48.877Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-08-13T00:34:49.166Z] + ls -al . [2022-08-13T00:34:49.166Z] total 732 [2022-08-13T00:34:49.166Z] drwxrwxr-x 10 1001 1001 4096 Aug 13 00:33 . [2022-08-13T00:34:49.166Z] drwxr-xr-x 4 root root 4096 Aug 13 00:33 .. [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 16 Aug 13 00:32 .dockerignore [2022-08-13T00:34:49.166Z] drwxrwxr-x 8 1001 1001 4096 Aug 13 00:34 .git [2022-08-13T00:34:49.166Z] drwxrwxr-x 3 1001 1001 4096 Aug 13 00:32 .github [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 1030 Aug 13 00:32 .gitignore [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 42 Aug 13 00:32 .golangci.yml [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 87 Aug 13 00:32 .hadolint.yml [2022-08-13T00:34:49.166Z] drwxr-xr-x 3 1001 1001 4096 Aug 13 00:33 .semver [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 166 Aug 13 00:32 .sonarcloud.properties [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 1171 Aug 13 00:32 ADOPTERS.md [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 10347 Aug 13 00:32 Attribution.txt [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 63209 Aug 13 00:32 CHANGELOG.md [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 3804 Aug 13 00:32 CONTRIBUTING.md [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 677 Aug 13 00:32 GOVERNANCE.md [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 850 Aug 13 00:32 Jenkinsfile [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 10775 Aug 13 00:32 LICENSE [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 12212 Aug 13 00:32 Makefile [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 582 Aug 13 00:32 OWNERS.md [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 9094 Aug 13 00:32 README.md [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 6912 Aug 13 00:32 SECURITY.md [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 12 Aug 13 00:33 VERSION [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 4131 Aug 13 00:32 ZMQWindows.md [2022-08-13T00:34:49.166Z] drwxrwxr-x 2 1001 1001 4096 Aug 13 00:32 bin [2022-08-13T00:34:49.166Z] drwxrwxr-x 18 1001 1001 4096 Aug 13 00:32 cmd [2022-08-13T00:34:49.166Z] -rw-r--r-- 1 root root 479862 Aug 13 00:34 coverage.out [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 3681 Aug 13 00:32 go.mod [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 38033 Aug 13 00:32 go.sum [2022-08-13T00:34:49.166Z] drwxrwxr-x 8 1001 1001 4096 Aug 13 00:32 internal [2022-08-13T00:34:49.166Z] drwxrwxr-x 3 1001 1001 4096 Aug 13 00:32 openapi [2022-08-13T00:34:49.166Z] drwxrwxr-x 4 1001 1001 4096 Aug 13 00:32 snap [2022-08-13T00:34:49.166Z] -rw-rw-r-- 1 1001 1001 204 Aug 13 00:32 version.go [Pipeline] sh [2022-08-13T00:34:49.459Z] + '[' -e coverage.out ] [2022-08-13T00:34:49.459Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-08-13T00:34:49.552Z] Stashed 1 file(s) [Pipeline] sh [2022-08-13T00:34:49.834Z] + make build [2022-08-13T00:34:49.835Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-08-13T00:35:04.735Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-08-13T00:35:14.717Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-08-13T00:35:15.286Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-13T00:35:23.423Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-08-13T00:35:23.423Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-08-13T00:35:23.685Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-13T00:35:25.075Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-08-13T00:35:26.019Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-08-13T00:35:26.963Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-08-13T00:35:27.952Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-08-13T00:35:28.580Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-08-13T00:35:30.549Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-08-13T00:35:31.503Z] $ docker stop --time=1 f3b61d165cd9aef63d8ee4dc02e3aa2b80cb78939b38362533a0cb452bd01ba7 [2022-08-13T00:35:33.633Z] $ docker rm -f f3b61d165cd9aef63d8ee4dc02e3aa2b80cb78939b38362533a0cb452bd01ba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:35:34.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-13T00:35:34.580Z] [2022-08-13T00:35:34.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:35:34.884Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-13T00:35:34.885Z] latest: Pulling from edgex-devops/edgex-compose [2022-08-13T00:35:34.885Z] cbdbe7a5bc2a: Pulling fs layer [2022-08-13T00:35:34.885Z] ca9280d653b3: Pulling fs layer [2022-08-13T00:35:34.885Z] 7e9c9ca2126c: Pulling fs layer [2022-08-13T00:35:34.885Z] cbdbe7a5bc2a: Download complete [2022-08-13T00:35:35.145Z] ca9280d653b3: Verifying Checksum [2022-08-13T00:35:35.145Z] ca9280d653b3: Download complete [2022-08-13T00:35:35.145Z] cbdbe7a5bc2a: Pull complete [2022-08-13T00:35:35.406Z] 7e9c9ca2126c: Download complete [2022-08-13T00:35:35.406Z] ca9280d653b3: Pull complete [2022-08-13T00:35:39.606Z] 7e9c9ca2126c: Pull complete [2022-08-13T00:35:39.606Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-08-13T00:35:39.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-13T00:35:39.606Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T00:35:39.700Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T00:35:39.735Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T00:35:40.869Z] $ docker top c0708aa9a43089bfe1ac2bf4d01c4b39a158d497f54edd01ac602cc795469760 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-13T00:35:41.245Z] + docker-compose build --help [2022-08-13T00:35:41.246Z] + grep parallel [2022-08-13T00:35:41.817Z] --parallel Build images in parallel. [Pipeline] } [2022-08-13T00:35:41.830Z] $ docker stop --time=1 c0708aa9a43089bfe1ac2bf4d01c4b39a158d497f54edd01ac602cc795469760 [2022-08-13T00:35:43.121Z] $ docker rm -f c0708aa9a43089bfe1ac2bf4d01c4b39a158d497f54edd01ac602cc795469760 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:35:43.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-13T00:35:43.524Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T00:35:43.605Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T00:35:43.643Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T00:35:44.007Z] $ docker top c03808ad52ab3e3bcfe1d66526b3d5321b037315c55c95f73b5a08db9a7686c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-13T00:35:44.366Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-08-13T00:35:44.936Z] Building core-command ... [2022-08-13T00:35:44.936Z] Building core-data ... [2022-08-13T00:35:44.936Z] Building core-metadata ... [2022-08-13T00:35:44.936Z] Building security-bootstrapper ... [2022-08-13T00:35:44.936Z] Building security-proxy-setup ... [2022-08-13T00:35:44.936Z] Building security-secretstore-setup ... [2022-08-13T00:35:44.936Z] Building security-spiffe-token-provider ... [2022-08-13T00:35:44.936Z] Building security-spire-agent ... [2022-08-13T00:35:44.936Z] Building security-spire-config ... [2022-08-13T00:35:44.936Z] Building security-spire-server ... [2022-08-13T00:35:44.936Z] Building support-notifications ... [2022-08-13T00:35:44.936Z] Building support-scheduler ... [2022-08-13T00:35:44.936Z] Building sys-mgmt-agent ... [2022-08-13T00:35:44.936Z] Building security-spire-server [2022-08-13T00:35:44.936Z] Building sys-mgmt-agent [2022-08-13T00:35:44.936Z] Building security-bootstrapper [2022-08-13T00:35:44.936Z] Building core-data [2022-08-13T00:35:44.936Z] Building security-secretstore-setup [2022-08-13T00:35:54.921Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:35:54.921Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:35:54.921Z] ---> 743013500f6a [2022-08-13T00:35:54.921Z] Step 3/25 : WORKDIR /edgex-go [2022-08-13T00:35:54.921Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:35:54.921Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:35:54.921Z] ---> 743013500f6a [2022-08-13T00:35:54.921Z] Step 3/25 : WORKDIR /edgex-go [2022-08-13T00:35:55.181Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:35:55.181Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:35:55.181Z] ---> 743013500f6a [2022-08-13T00:35:55.181Z] Step 3/23 : WORKDIR /edgex-go [2022-08-13T00:35:55.442Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:35:55.442Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:35:55.442Z] ---> 743013500f6a [2022-08-13T00:35:55.442Z] Step 3/23 : WORKDIR /edgex-go [2022-08-13T00:35:56.015Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:35:56.015Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:35:56.015Z] ---> 743013500f6a [2022-08-13T00:35:56.015Z] Step 3/31 : WORKDIR /edgex-go [2022-08-13T00:35:57.934Z] ---> Running in 3f4d50eddd1a [2022-08-13T00:35:57.934Z] ---> Running in 7f3a2da8435a [2022-08-13T00:35:57.934Z] ---> Running in df72811eefc8 [2022-08-13T00:35:57.934Z] ---> Running in 941784e4ffe4 [2022-08-13T00:35:57.934Z] ---> Running in 9ce8d4dbafa3 [2022-08-13T00:35:58.196Z] Removing intermediate container 7f3a2da8435a [2022-08-13T00:35:58.196Z] ---> 5cd2c0f9a5d5 [2022-08-13T00:35:58.196Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:35:58.196Z] Removing intermediate container 941784e4ffe4 [2022-08-13T00:35:58.196Z] ---> d53db1eac36a [2022-08-13T00:35:58.196Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:35:58.196Z] Removing intermediate container df72811eefc8 [2022-08-13T00:35:58.196Z] ---> 7509d4e445d4 [2022-08-13T00:35:58.196Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:35:58.196Z] Removing intermediate container 3f4d50eddd1a [2022-08-13T00:35:58.196Z] ---> 5105aca2b809 [2022-08-13T00:35:58.196Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:35:58.196Z] Removing intermediate container 9ce8d4dbafa3 [2022-08-13T00:35:58.196Z] ---> 43ad322538eb [2022-08-13T00:35:58.196Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:35:58.196Z] ---> Running in f15deb7e4b89 [2022-08-13T00:35:58.196Z] ---> Running in 2b339069b8d2 [2022-08-13T00:35:58.196Z] ---> Running in fd21ae8234f8 [2022-08-13T00:35:58.196Z] ---> Running in b84e865bc5ec [2022-08-13T00:35:58.196Z] ---> Running in 5c219637dbea [2022-08-13T00:35:59.137Z] Removing intermediate container f15deb7e4b89 [2022-08-13T00:35:59.137Z] ---> b4ea54bac45d [2022-08-13T00:35:59.137Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-08-13T00:35:59.137Z] ---> Running in f1a5aa016248 [2022-08-13T00:35:59.137Z] Removing intermediate container 2b339069b8d2 [2022-08-13T00:35:59.137Z] ---> 66b7e49062bf [2022-08-13T00:35:59.137Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-08-13T00:35:59.137Z] ---> Running in 2befee2e1c30 [2022-08-13T00:35:59.399Z] Removing intermediate container fd21ae8234f8 [2022-08-13T00:35:59.399Z] ---> 350c6673b15c [2022-08-13T00:35:59.399Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-08-13T00:35:59.399Z] ---> Running in 7ae77efc0c12 [2022-08-13T00:35:59.399Z] Removing intermediate container 5c219637dbea [2022-08-13T00:35:59.399Z] ---> 7eedac25b34d [2022-08-13T00:35:59.399Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-08-13T00:35:59.660Z] ---> Running in 45af17c6e896 [2022-08-13T00:35:59.660Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:35:59.660Z] Removing intermediate container b84e865bc5ec [2022-08-13T00:35:59.660Z] ---> 030eed00957d [2022-08-13T00:35:59.660Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-08-13T00:35:59.660Z] ---> Running in 8a2c8dd94156 [2022-08-13T00:35:59.660Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:35:59.921Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:00.184Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:00.184Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:00.760Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:00.760Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:00.760Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:01.020Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:01.020Z] OK: 211 MiB in 51 packages [2022-08-13T00:36:01.020Z] OK: 211 MiB in 51 packages [2022-08-13T00:36:01.020Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:01.279Z] OK: 211 MiB in 51 packages [2022-08-13T00:36:01.279Z] OK: 211 MiB in 51 packages [2022-08-13T00:36:01.279Z] Removing intermediate container f1a5aa016248 [2022-08-13T00:36:01.279Z] ---> da47daedf7f2 [2022-08-13T00:36:01.279Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-13T00:36:01.279Z] Removing intermediate container 2befee2e1c30 [2022-08-13T00:36:01.279Z] ---> b13be743768a [2022-08-13T00:36:01.279Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-13T00:36:01.538Z] OK: 211 MiB in 51 packages [2022-08-13T00:36:01.538Z] ---> 70ec91972d91 [2022-08-13T00:36:01.538Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:36:01.538Z] ---> Running in f6d8dc54a9c5 [2022-08-13T00:36:01.538Z] ---> 2ad169e06704 [2022-08-13T00:36:01.538Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:36:01.538Z] ---> Running in 4ce885bc0e06 [2022-08-13T00:36:01.538Z] Removing intermediate container 7ae77efc0c12 [2022-08-13T00:36:01.538Z] ---> 63b852d9ce33 [2022-08-13T00:36:01.538Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-13T00:36:01.803Z] ---> 24580520b91a [2022-08-13T00:36:01.803Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:36:01.803Z] Removing intermediate container 45af17c6e896 [2022-08-13T00:36:01.803Z] ---> 2b854fb67630 [2022-08-13T00:36:01.803Z] Step 6/31 : COPY go.mod vendor* ./ [2022-08-13T00:36:01.803Z] ---> Running in 02850d8aa990 [2022-08-13T00:36:01.803Z] Removing intermediate container 8a2c8dd94156 [2022-08-13T00:36:01.803Z] ---> 858226d7bf39 [2022-08-13T00:36:01.803Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-13T00:36:02.063Z] ---> 5dcd837b6f62 [2022-08-13T00:36:02.063Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:36:02.063Z] ---> Running in 51fe4676e29e [2022-08-13T00:36:02.063Z] ---> 83cea494fe39 [2022-08-13T00:36:02.063Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:36:02.063Z] ---> Running in c3ae2d7c444a [2022-08-13T00:36:16.966Z] Removing intermediate container 51fe4676e29e [2022-08-13T00:36:16.966Z] ---> d79759544ac4 [2022-08-13T00:36:16.966Z] Step 8/31 : COPY . . [2022-08-13T00:36:16.966Z] Removing intermediate container 02850d8aa990 [2022-08-13T00:36:16.966Z] ---> 96c6f574d71b [2022-08-13T00:36:16.966Z] Step 8/25 : COPY . . [2022-08-13T00:36:16.966Z] Removing intermediate container c3ae2d7c444a [2022-08-13T00:36:16.966Z] ---> c80e0e7be983 [2022-08-13T00:36:16.966Z] Step 8/25 : COPY . . [2022-08-13T00:36:16.966Z] Removing intermediate container 4ce885bc0e06 [2022-08-13T00:36:16.966Z] ---> 91937ac181b3 [2022-08-13T00:36:16.966Z] Step 8/23 : COPY . . [2022-08-13T00:36:16.966Z] Removing intermediate container f6d8dc54a9c5 [2022-08-13T00:36:16.966Z] ---> ba97313f5e3e [2022-08-13T00:36:16.966Z] Step 8/23 : COPY . . [2022-08-13T00:36:23.545Z] ---> 5a293d8e99b6 [2022-08-13T00:36:23.545Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-08-13T00:36:23.545Z] ---> b6dec30a24a5 [2022-08-13T00:36:23.545Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-08-13T00:36:23.545Z] ---> 87fac91d8b89 [2022-08-13T00:36:23.545Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-08-13T00:36:23.545Z] ---> 56f5e0045740 [2022-08-13T00:36:23.545Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-08-13T00:36:23.545Z] ---> 76de3c5bdb87 [2022-08-13T00:36:23.545Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-08-13T00:36:23.545Z] ---> Running in 3ca65f7977eb [2022-08-13T00:36:23.545Z] ---> Running in f52256396ebe [2022-08-13T00:36:23.545Z] ---> Running in a470ce51861e [2022-08-13T00:36:23.545Z] ---> Running in b6d441231be6 [2022-08-13T00:36:23.545Z] ---> Running in 730f77579e0b [2022-08-13T00:36:23.545Z] Removing intermediate container 730f77579e0b [2022-08-13T00:36:23.545Z] ---> c77ca8ac9a09 [2022-08-13T00:36:23.545Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-08-13T00:36:23.545Z] ---> Running in ca672732254f [2022-08-13T00:36:23.545Z] Removing intermediate container ca672732254f [2022-08-13T00:36:23.545Z] ---> 61367948c6bd [2022-08-13T00:36:23.545Z] 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-13T00:36:23.545Z] ---> Running in be445411b4fc [2022-08-13T00:36:23.545Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-08-13T00:36:23.545Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-08-13T00:36:23.545Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-08-13T00:36:23.545Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-08-13T00:36:23.804Z] Removing intermediate container be445411b4fc [2022-08-13T00:36:23.804Z] ---> a575f70f56dc [2022-08-13T00:36:23.804Z] Step 12/25 : WORKDIR /edgex-go [2022-08-13T00:36:23.804Z] ---> Running in 57f580af5b98 [2022-08-13T00:36:24.062Z] Removing intermediate container 57f580af5b98 [2022-08-13T00:36:24.062Z] ---> 88fa5073ec5c [2022-08-13T00:36:24.062Z] [2022-08-13T00:36:24.062Z] Step 13/25 : FROM alpine:3.15 [2022-08-13T00:36:24.062Z] 3.15: Pulling from library/alpine [2022-08-13T00:36:24.320Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-13T00:36:24.320Z] Status: Downloaded newer image for alpine:3.15 [2022-08-13T00:36:24.320Z] ---> c4fc93816858 [2022-08-13T00:36:24.320Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:36:24.584Z] ---> Running in c6ec49c5e479 [2022-08-13T00:36:24.584Z] Removing intermediate container c6ec49c5e479 [2022-08-13T00:36:24.584Z] ---> daa8279acf9b [2022-08-13T00:36:24.584Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:36:24.584Z] ---> Running in 8bfed6058b21 [2022-08-13T00:36:25.520Z] Removing intermediate container 8bfed6058b21 [2022-08-13T00:36:25.520Z] ---> 55798cf9b97f [2022-08-13T00:36:25.520Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-13T00:36:25.520Z] ---> Running in 601dbc80b7e5 [2022-08-13T00:36:26.460Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:27.030Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:27.598Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-13T00:36:27.598Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-13T00:36:27.598Z] OK: 15856 distinct packages available [2022-08-13T00:36:27.598Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:28.535Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:28.535Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-13T00:36:28.793Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-13T00:36:28.793Z] (3/5) Installing libucontext (1.1-r0) [2022-08-13T00:36:29.052Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-13T00:36:29.052Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-13T00:36:29.052Z] Executing busybox-1.34.1-r7.trigger [2022-08-13T00:36:29.052Z] OK: 7 MiB in 19 packages [2022-08-13T00:36:30.435Z] Removing intermediate container 601dbc80b7e5 [2022-08-13T00:36:30.435Z] ---> acdf05f2d119 [2022-08-13T00:36:30.435Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-13T00:36:32.338Z] ---> d8f16dc78f98 [2022-08-13T00:36:32.338Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-08-13T00:36:32.597Z] ---> d10fee7cb0f9 [2022-08-13T00:36:32.597Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-08-13T00:36:32.856Z] ---> 0362cbbd1393 [2022-08-13T00:36:32.856Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-08-13T00:36:33.425Z] ---> f98db6599c31 [2022-08-13T00:36:33.425Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-13T00:36:33.685Z] ---> Running in 85d96008a737 [2022-08-13T00:36:33.685Z] Removing intermediate container 85d96008a737 [2022-08-13T00:36:33.685Z] ---> f69fb6c68768 [2022-08-13T00:36:33.685Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-13T00:36:33.685Z] ---> Running in 17ac8646ce9a [2022-08-13T00:36:33.945Z] Removing intermediate container 17ac8646ce9a [2022-08-13T00:36:33.945Z] ---> efffe0d7e9d2 [2022-08-13T00:36:33.945Z] Step 23/25 : LABEL arch=x86_64 [2022-08-13T00:36:33.945Z] ---> Running in bf2c98e83556 [2022-08-13T00:36:34.513Z] Removing intermediate container bf2c98e83556 [2022-08-13T00:36:34.513Z] ---> 3dbc019b21a7 [2022-08-13T00:36:34.513Z] Step 24/25 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:36:34.513Z] ---> Running in bc375de47cc8 [2022-08-13T00:36:34.513Z] Removing intermediate container bc375de47cc8 [2022-08-13T00:36:34.513Z] ---> 24df655f2b67 [2022-08-13T00:36:34.513Z] Step 25/25 : LABEL version=2.3.0-dev.46 [2022-08-13T00:36:34.513Z] ---> Running in 15802dd63a92 [2022-08-13T00:36:34.772Z] Removing intermediate container 15802dd63a92 [2022-08-13T00:36:34.772Z] ---> 5bfa6d23e38d [2022-08-13T00:36:34.772Z] [2022-08-13T00:36:34.772Z] Successfully built 5bfa6d23e38d [2022-08-13T00:36:34.772Z] Successfully tagged security-spire-server:latest [2022-08-13T00:36:34.772Z] Building security-spiffe-token-provider [2022-08-13T00:36:38.058Z]  Building security-spire-server ... done Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:36:38.058Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:36:38.058Z] ---> 743013500f6a [2022-08-13T00:36:38.058Z] Step 3/20 : WORKDIR /edgex-go [2022-08-13T00:36:38.058Z] ---> Using cache [2022-08-13T00:36:38.058Z] ---> 43ad322538eb [2022-08-13T00:36:38.058Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-08-13T00:36:38.994Z] ---> Running in fade6be4b2d5 [2022-08-13T00:36:39.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:40.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:40.447Z] v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-13T00:36:40.447Z] v3.16.2-15-g12d312ed6e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-13T00:36:40.447Z] OK: 17038 distinct packages available [2022-08-13T00:36:40.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:40.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:40.706Z] OK: 211 MiB in 51 packages [2022-08-13T00:36:41.643Z] Removing intermediate container fade6be4b2d5 [2022-08-13T00:36:41.643Z] ---> aa24a6ee159e [2022-08-13T00:36:41.643Z] Step 5/20 : COPY go.mod vendor* ./ [2022-08-13T00:36:41.902Z] ---> b543a4423c31 [2022-08-13T00:36:41.902Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:36:42.162Z] ---> Running in c552c837640b [2022-08-13T00:36:48.844Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-08-13T00:36:49.782Z] Removing intermediate container c552c837640b [2022-08-13T00:36:49.782Z] ---> 4535d2983278 [2022-08-13T00:36:49.782Z] Step 7/20 : COPY . . [2022-08-13T00:36:51.695Z] Removing intermediate container a470ce51861e [2022-08-13T00:36:51.695Z] ---> 3273f4421af3 [2022-08-13T00:36:51.695Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-08-13T00:36:51.695Z] Removing intermediate container 3ca65f7977eb [2022-08-13T00:36:51.695Z] ---> 139aacb681ac [2022-08-13T00:36:51.695Z] [2022-08-13T00:36:51.695Z] Step 10/31 : FROM alpine:3.16 [2022-08-13T00:36:51.954Z] ---> Running in 77392dd34813 [2022-08-13T00:36:51.954Z] 3.16: Pulling from library/alpine [2022-08-13T00:36:52.525Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-08-13T00:36:52.525Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-13T00:36:52.525Z] Status: Downloaded newer image for alpine:3.16 [2022-08-13T00:36:52.525Z] ---> 9c6f07244728 [2022-08-13T00:36:52.525Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:36:52.525Z] Removing intermediate container f52256396ebe [2022-08-13T00:36:52.525Z] ---> 2dd24ec4ddad [2022-08-13T00:36:52.525Z] [2022-08-13T00:36:52.525Z] Step 10/25 : FROM alpine:3.16 [2022-08-13T00:36:52.525Z] ---> 9c6f07244728 [2022-08-13T00:36:52.525Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-08-13T00:36:52.783Z] ---> Running in 27f7e6573d82 [2022-08-13T00:36:52.783Z] ---> Running in afe59efb750c [2022-08-13T00:36:52.783Z] Removing intermediate container 27f7e6573d82 [2022-08-13T00:36:52.783Z] ---> 3cb12e371c3b [2022-08-13T00:36:52.783Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-08-13T00:36:53.043Z] ---> Running in bdc7cca3091c [2022-08-13T00:36:53.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:53.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:53.301Z] Removing intermediate container 77392dd34813 [2022-08-13T00:36:53.301Z] ---> e9f75c11eb6d [2022-08-13T00:36:53.301Z] [2022-08-13T00:36:53.301Z] Step 11/23 : FROM alpine:3.16 [2022-08-13T00:36:53.301Z] ---> 9c6f07244728 [2022-08-13T00:36:53.301Z] 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-13T00:36:53.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:53.563Z] ---> Running in adea40b4af9e [2022-08-13T00:36:53.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:53.563Z] (1/3) Installing ca-certificates (20220614-r0) [2022-08-13T00:36:53.563Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-08-13T00:36:53.563Z] (3/3) Installing su-exec (0.2-r1) [2022-08-13T00:36:53.563Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:36:53.563Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:36:53.563Z] OK: 6 MiB in 17 packages [2022-08-13T00:36:53.825Z] Removing intermediate container adea40b4af9e [2022-08-13T00:36:53.825Z] ---> 7def73956bc2 [2022-08-13T00:36:53.825Z] 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-13T00:36:53.825Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-08-13T00:36:53.825Z] (2/2) Installing su-exec (0.2-r1) [2022-08-13T00:36:53.825Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:36:53.825Z] OK: 6 MiB in 16 packages [2022-08-13T00:36:53.825Z] ---> Running in 1a4d38319b37 [2022-08-13T00:36:53.825Z] ---> 247732cbe6de [2022-08-13T00:36:53.825Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-08-13T00:36:54.084Z] ---> Running in 846e1e383fd9 [2022-08-13T00:36:54.084Z] Removing intermediate container b6d441231be6 [2022-08-13T00:36:54.084Z] ---> 9cbdb15c6347 [2022-08-13T00:36:54.084Z] [2022-08-13T00:36:54.084Z] Step 10/23 : FROM alpine:3.16 [2022-08-13T00:36:54.084Z] ---> 9c6f07244728 [2022-08-13T00:36:54.084Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-08-13T00:36:54.084Z] Removing intermediate container afe59efb750c [2022-08-13T00:36:54.084Z] ---> 3e1894ae3886 [2022-08-13T00:36:54.084Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-13T00:36:54.084Z] ---> Running in 2d6937d156e5 [2022-08-13T00:36:54.342Z] ---> Running in fcfa9448a062 [2022-08-13T00:36:54.342Z] Removing intermediate container 2d6937d156e5 [2022-08-13T00:36:54.342Z] ---> 878e92c26eba [2022-08-13T00:36:54.342Z] Step 12/23 : ENV APP_PORT=59880 [2022-08-13T00:36:54.342Z] Removing intermediate container bdc7cca3091c [2022-08-13T00:36:54.342Z] ---> a25ec5780def [2022-08-13T00:36:54.342Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-08-13T00:36:54.342Z] Removing intermediate container fcfa9448a062 [2022-08-13T00:36:54.342Z] ---> 5e01819f5b58 [2022-08-13T00:36:54.342Z] Step 13/25 : WORKDIR / [2022-08-13T00:36:54.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:54.342Z] ---> Running in 3d651a9e2173 [2022-08-13T00:36:54.342Z] ---> Running in 599efdffe39e [2022-08-13T00:36:54.342Z] ---> Running in 0c77f53feb8c [2022-08-13T00:36:54.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:54.604Z] Removing intermediate container 3d651a9e2173 [2022-08-13T00:36:54.604Z] ---> 746504104d3c [2022-08-13T00:36:54.604Z] Step 13/23 : EXPOSE $APP_PORT [2022-08-13T00:36:54.604Z] Removing intermediate container 599efdffe39e [2022-08-13T00:36:54.604Z] ---> 1b107fb82415 [2022-08-13T00:36:54.604Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-08-13T00:36:54.604Z] ---> Running in 677a8b1e9d38 [2022-08-13T00:36:54.604Z] Removing intermediate container 0c77f53feb8c [2022-08-13T00:36:54.604Z] ---> 537498c09fee [2022-08-13T00:36:54.604Z] 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-13T00:36:54.604Z] ---> Running in c2081e8d50cd [2022-08-13T00:36:54.604Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-08-13T00:36:54.604Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-13T00:36:54.604Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-13T00:36:54.604Z] (3/33) Installing readline (8.1.2-r0) [2022-08-13T00:36:54.604Z] Removing intermediate container 677a8b1e9d38 [2022-08-13T00:36:54.604Z] ---> e4adda4f3a7e [2022-08-13T00:36:54.604Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:36:54.604Z] (4/33) Installing bash (5.1.16-r2) [2022-08-13T00:36:54.869Z] Executing bash-5.1.16-r2.post-install [2022-08-13T00:36:54.869Z] (5/33) Installing ca-certificates (20220614-r0) [2022-08-13T00:36:54.869Z] ---> Running in dbbaa2430a12 [2022-08-13T00:36:54.869Z] Removing intermediate container c2081e8d50cd [2022-08-13T00:36:54.869Z] ---> 5dd732011616 [2022-08-13T00:36:54.869Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-08-13T00:36:54.869Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-08-13T00:36:54.869Z] ---> 37f6a24eb79e [2022-08-13T00:36:54.869Z] 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-13T00:36:54.869Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-08-13T00:36:54.869Z] (8/33) Installing libcurl (7.83.1-r2) [2022-08-13T00:36:54.869Z] (9/33) Installing curl (7.83.1-r2) [2022-08-13T00:36:54.869Z] ---> Running in e2b6e2b6cc90 [2022-08-13T00:36:54.869Z] (10/33) Installing docker-cli (20.10.16-r2) [2022-08-13T00:36:55.127Z] Removing intermediate container e2b6e2b6cc90 [2022-08-13T00:36:55.127Z] ---> c33f0186cd70 [2022-08-13T00:36:55.127Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-08-13T00:36:55.127Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-08-13T00:36:55.127Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-08-13T00:36:55.127Z] (13/33) Installing expat (2.4.8-r0) [2022-08-13T00:36:55.127Z] ---> cbc503890044 [2022-08-13T00:36:55.127Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-08-13T00:36:55.127Z] (14/33) Installing libffi (3.4.2-r1) [2022-08-13T00:36:55.127Z] (15/33) Installing gdbm (1.23-r0) [2022-08-13T00:36:55.127Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-08-13T00:36:55.127Z] ---> Running in 9b375d9b6e5c [2022-08-13T00:36:55.127Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-08-13T00:36:55.127Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-13T00:36:55.127Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-08-13T00:36:55.127Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-08-13T00:36:55.386Z] (21/33) Installing python3 (3.10.5-r0) [2022-08-13T00:36:55.646Z] ---> 892e470ceb60 [2022-08-13T00:36:55.646Z] 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-13T00:36:55.646Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-08-13T00:36:55.646Z] Removing intermediate container dbbaa2430a12 [2022-08-13T00:36:55.646Z] ---> c878d4ce5510 [2022-08-13T00:36:55.646Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-13T00:36:55.646Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-08-13T00:36:55.646Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-08-13T00:36:55.646Z] ---> 77bab30cb4e5 [2022-08-13T00:36:55.646Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-08-13T00:36:55.646Z] (25/33) Installing py3-six (1.16.0-r1) [2022-08-13T00:36:55.904Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-08-13T00:36:55.904Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-08-13T00:36:55.904Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-08-13T00:36:55.904Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-08-13T00:36:55.904Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-08-13T00:36:55.904Z] ---> Running in bc0365522785 [2022-08-13T00:36:55.904Z] (31/33) Installing py3-packaging (21.3-r0) [2022-08-13T00:36:55.904Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-08-13T00:36:55.904Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-08-13T00:36:55.904Z] Removing intermediate container 9b375d9b6e5c [2022-08-13T00:36:55.904Z] ---> f6436631144d [2022-08-13T00:36:55.904Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-08-13T00:36:55.904Z] ---> Running in bfe0c5b07716 [2022-08-13T00:36:56.164Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:56.164Z] ---> 74b8aa63e69d [2022-08-13T00:36:56.164Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-08-13T00:36:56.164Z] Removing intermediate container bfe0c5b07716 [2022-08-13T00:36:56.164Z] ---> c9f871db9a79 [2022-08-13T00:36:56.164Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-08-13T00:36:56.164Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:36:56.164Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:36:56.164Z] OK: 122 MiB in 47 packages [2022-08-13T00:36:56.424Z] ---> a169e8ee7eb4 [2022-08-13T00:36:56.424Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-08-13T00:36:56.424Z] ---> Running in 3bb9434b1917 [2022-08-13T00:36:56.684Z] ---> ba4d7dbde2f1 [2022-08-13T00:36:56.684Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-08-13T00:36:56.684Z] ---> ae39579d68e6 [2022-08-13T00:36:56.684Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-13T00:36:56.684Z] ---> Running in 1ec9d6793b25 [2022-08-13T00:36:56.944Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:36:57.204Z] Removing intermediate container 3bb9434b1917 [2022-08-13T00:36:57.204Z] ---> be887c3ee770 [2022-08-13T00:36:57.204Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:36:57.204Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-13T00:36:57.463Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-13T00:36:57.463Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-13T00:36:57.463Z] ---> 67e0a8ea781e [2022-08-13T00:36:57.463Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-08-13T00:36:57.721Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-13T00:36:57.721Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-13T00:36:57.721Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-13T00:36:57.721Z] Removing intermediate container 1ec9d6793b25 [2022-08-13T00:36:57.721Z] ---> 7e22ce6227f1 [2022-08-13T00:36:57.721Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-08-13T00:36:57.984Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:36:57.984Z] OK: 8 MiB in 20 packages [2022-08-13T00:36:57.984Z] ---> Running in b111ee8dfd6c [2022-08-13T00:36:57.984Z] Removing intermediate container b111ee8dfd6c [2022-08-13T00:36:57.984Z] ---> d715660436a7 [2022-08-13T00:36:57.984Z] Step 23/25 : LABEL arch=x86_64 [2022-08-13T00:36:58.244Z] ---> 1f2466d5a227 [2022-08-13T00:36:58.244Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-08-13T00:36:58.244Z] ---> Running in 5af658aec263 [2022-08-13T00:36:58.244Z] Removing intermediate container 5af658aec263 [2022-08-13T00:36:58.244Z] ---> 7a6289e276af [2022-08-13T00:36:58.244Z] Step 24/25 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:36:58.244Z] ---> Running in 58a3e6dc625d [2022-08-13T00:36:58.503Z] ---> 282db44da4dc [2022-08-13T00:36:58.503Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-08-13T00:36:58.503Z] Removing intermediate container bc0365522785 [2022-08-13T00:36:58.503Z] ---> 1f94d4c1e38c [2022-08-13T00:36:58.503Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:36:58.503Z] Removing intermediate container 58a3e6dc625d [2022-08-13T00:36:58.503Z] ---> 763314eae6f8 [2022-08-13T00:36:58.503Z] Step 25/25 : LABEL version=2.3.0-dev.46 [2022-08-13T00:36:58.503Z] ---> Running in ded606ccc73a [2022-08-13T00:36:58.503Z] Collecting docker-compose==1.23.2 [2022-08-13T00:36:58.762Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-08-13T00:36:58.763Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 27.3 MB/s eta 0:00:00 [2022-08-13T00:36:58.763Z] Collecting cached-property<2,>=1.2.0 [2022-08-13T00:36:58.763Z] ---> f65c58b22c80 [2022-08-13T00:36:58.763Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-08-13T00:36:58.763Z] Removing intermediate container ded606ccc73a [2022-08-13T00:36:58.763Z] ---> 5f765657b0ae [2022-08-13T00:36:58.763Z] [2022-08-13T00:36:58.763Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-08-13T00:36:58.763Z] Collecting dockerpty<0.5,>=0.4.1 [2022-08-13T00:36:58.763Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-08-13T00:36:58.763Z] Preparing metadata (setup.py): started [2022-08-13T00:36:58.763Z] ---> 2bd5a37db139 [2022-08-13T00:36:58.763Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-08-13T00:36:58.763Z] Successfully built 5f765657b0ae [2022-08-13T00:36:58.763Z] Successfully tagged security-secretstore-setup:latest [2022-08-13T00:36:58.763Z] Building support-scheduler [2022-08-13T00:36:59.022Z]  Building security-secretstore-setup ... done  Preparing metadata (setup.py): finished with status 'done' [2022-08-13T00:36:59.022Z] Collecting jsonschema<3,>=2.5.1 [2022-08-13T00:36:59.022Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-08-13T00:36:59.281Z] Collecting websocket-client<1.0,>=0.32.0 [2022-08-13T00:36:59.281Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-08-13T00:36:59.281Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 95.2 MB/s eta 0:00:00 [2022-08-13T00:36:59.281Z] Collecting docopt<0.7,>=0.6.1 [2022-08-13T00:36:59.281Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-08-13T00:36:59.281Z] Preparing metadata (setup.py): started [2022-08-13T00:36:59.540Z] ---> 00470da1b06b [2022-08-13T00:36:59.540Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-08-13T00:36:59.540Z] ---> aacca63a8ae4 [2022-08-13T00:36:59.540Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-08-13T00:36:59.540Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-13T00:36:59.804Z] ---> dc7ab66d2563 [2022-08-13T00:36:59.804Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-08-13T00:36:59.804Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-08-13T00:36:59.804Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-08-13T00:36:59.804Z] ---> Running in 04ddfcae76db [2022-08-13T00:36:59.805Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 107.9 MB/s eta 0:00:00 [2022-08-13T00:36:59.805Z] 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-13T00:36:59.805Z] Collecting texttable<0.10,>=0.9.0 [2022-08-13T00:36:59.805Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-08-13T00:36:59.805Z] Preparing metadata (setup.py): started [2022-08-13T00:36:59.805Z] ---> 2c20735d3d91 [2022-08-13T00:36:59.805Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-08-13T00:37:00.063Z] ---> Running in 5e7da98c355d [2022-08-13T00:37:00.063Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-13T00:37:00.063Z] Collecting docker<4.0,>=3.6.0 [2022-08-13T00:37:00.063Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-08-13T00:37:00.063Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 156.5 MB/s eta 0:00:00 [2022-08-13T00:37:00.063Z] Removing intermediate container 5e7da98c355d [2022-08-13T00:37:00.063Z] ---> f63d88e6ed6d [2022-08-13T00:37:00.063Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:37:00.346Z] Collecting PyYAML<4,>=3.10 [2022-08-13T00:37:00.346Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-08-13T00:37:00.346Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 79.6 MB/s eta 0:00:00 [2022-08-13T00:37:00.346Z] ---> Running in c282f50a5f84 [2022-08-13T00:37:00.346Z] Preparing metadata (setup.py): started [2022-08-13T00:37:00.618Z] Removing intermediate container c282f50a5f84 [2022-08-13T00:37:00.618Z] ---> d9075eb5bf9c [2022-08-13T00:37:00.618Z] Step 21/23 : LABEL arch=x86_64 [2022-08-13T00:37:00.618Z] ---> Running in da320445b4d0 [2022-08-13T00:37:00.877Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-13T00:37:00.877Z] Removing intermediate container da320445b4d0 [2022-08-13T00:37:00.877Z] ---> 3ec690f8f63c [2022-08-13T00:37:00.877Z] Step 22/23 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:37:00.877Z] Collecting docker-pycreds>=0.4.0 [2022-08-13T00:37:00.877Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-08-13T00:37:00.877Z] Removing intermediate container 04ddfcae76db [2022-08-13T00:37:00.877Z] ---> 0c9a4a5eae60 [2022-08-13T00:37:00.877Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-08-13T00:37:00.877Z] Collecting idna<2.8,>=2.5 [2022-08-13T00:37:00.877Z] ---> Running in 1d67a76175b2 [2022-08-13T00:37:00.877Z] ---> Running in 9930902702a0 [2022-08-13T00:37:00.877Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-08-13T00:37:00.877Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 182.8 MB/s eta 0:00:00 [2022-08-13T00:37:00.877Z] Collecting chardet<3.1.0,>=3.0.2 [2022-08-13T00:37:00.877Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-08-13T00:37:00.877Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 207.6 MB/s eta 0:00:00 [2022-08-13T00:37:01.136Z] Collecting urllib3<1.25,>=1.21.1 [2022-08-13T00:37:01.136Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-08-13T00:37:01.136Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 169.0 MB/s eta 0:00:00 [2022-08-13T00:37:01.136Z] Removing intermediate container 1d67a76175b2 [2022-08-13T00:37:01.136Z] ---> caa729f5f232 [2022-08-13T00:37:01.136Z] Step 28/31 : CMD ["gate"] [2022-08-13T00:37:01.136Z] Collecting certifi>=2017.4.17 [2022-08-13T00:37:01.136Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-13T00:37:01.136Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 210.3 MB/s eta 0:00:00 [2022-08-13T00:37:01.136Z] ---> Running in cb00288c12ae [2022-08-13T00:37:01.136Z] Removing intermediate container 9930902702a0 [2022-08-13T00:37:01.136Z] ---> 3408ee43c1fb [2022-08-13T00:37:01.136Z] Step 23/23 : LABEL version=2.3.0-dev.46 [2022-08-13T00:37:01.136Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-08-13T00:37:01.136Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-08-13T00:37:01.136Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-08-13T00:37:01.136Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-08-13T00:37:01.136Z] ---> Running in ab21baff0821 [2022-08-13T00:37:01.395Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-08-13T00:37:01.395Z] Running setup.py install for texttable: started [2022-08-13T00:37:01.395Z] Removing intermediate container cb00288c12ae [2022-08-13T00:37:01.395Z] ---> 470b66f3ba23 [2022-08-13T00:37:01.395Z] Step 29/31 : LABEL arch=x86_64 [2022-08-13T00:37:01.395Z] Removing intermediate container ab21baff0821 [2022-08-13T00:37:01.395Z] ---> 4dc1bce15e4b [2022-08-13T00:37:01.395Z] [2022-08-13T00:37:01.395Z] ---> Running in a0c4a2e181d9 [2022-08-13T00:37:01.395Z] Successfully built 4dc1bce15e4b [2022-08-13T00:37:01.395Z] Successfully tagged core-data:latest [2022-08-13T00:37:01.395Z]  Building core-data ... done Building security-spire-agent [2022-08-13T00:37:01.653Z] Running setup.py install for texttable: finished with status 'done' [2022-08-13T00:37:01.653Z] Running setup.py install for PyYAML: started [2022-08-13T00:37:01.653Z] Removing intermediate container a0c4a2e181d9 [2022-08-13T00:37:01.653Z] ---> 3f86b0e64e14 [2022-08-13T00:37:01.653Z] Step 30/31 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:37:01.912Z] ---> Running in 7fe7cebd8732 [2022-08-13T00:37:01.912Z] Running setup.py install for PyYAML: finished with status 'done' [2022-08-13T00:37:02.481Z] Removing intermediate container 7fe7cebd8732 [2022-08-13T00:37:02.481Z] ---> 01da05c3cb8f [2022-08-13T00:37:02.481Z] Step 31/31 : LABEL version=2.3.0-dev.46 [2022-08-13T00:37:02.481Z] Running setup.py install for docopt: started [2022-08-13T00:37:02.481Z] ---> Running in ec050596629b [2022-08-13T00:37:02.740Z] Removing intermediate container ec050596629b [2022-08-13T00:37:02.740Z] ---> a8b7774a0b44 [2022-08-13T00:37:02.740Z] [2022-08-13T00:37:02.740Z] Successfully built a8b7774a0b44 [2022-08-13T00:37:02.740Z] Successfully tagged security-bootstrapper:latest [2022-08-13T00:37:02.740Z]  Building security-bootstrapper ... done Building security-spire-config [2022-08-13T00:37:02.740Z] Running setup.py install for docopt: finished with status 'done' [2022-08-13T00:37:03.308Z] Running setup.py install for dockerpty: started [2022-08-13T00:37:03.567Z] Running setup.py install for dockerpty: finished with status 'done' [2022-08-13T00:37:04.135Z] 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-13T00:37:04.135Z] 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-13T00:37:04.394Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:37:04.394Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:37:04.394Z] ---> 743013500f6a [2022-08-13T00:37:04.394Z] Step 3/22 : WORKDIR /edgex-go [2022-08-13T00:37:04.394Z] ---> Using cache [2022-08-13T00:37:04.394Z] ---> 43ad322538eb [2022-08-13T00:37:04.394Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:04.394Z] ---> Using cache [2022-08-13T00:37:04.394Z] ---> 7eedac25b34d [2022-08-13T00:37:04.394Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-13T00:37:04.394Z] ---> Using cache [2022-08-13T00:37:04.394Z] ---> 2b854fb67630 [2022-08-13T00:37:04.394Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-13T00:37:04.394Z] ---> Using cache [2022-08-13T00:37:04.394Z] ---> 5dcd837b6f62 [2022-08-13T00:37:04.394Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:37:04.394Z] ---> Using cache [2022-08-13T00:37:04.394Z] ---> d79759544ac4 [2022-08-13T00:37:04.394Z] Step 8/22 : COPY . . [2022-08-13T00:37:04.394Z] ---> Using cache [2022-08-13T00:37:04.394Z] ---> 87fac91d8b89 [2022-08-13T00:37:04.394Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-08-13T00:37:06.316Z] ---> Running in d4f2d45b637c [2022-08-13T00:37:06.316Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:37:06.316Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:37:06.316Z] ---> 743013500f6a [2022-08-13T00:37:06.316Z] Step 3/26 : WORKDIR /edgex-go [2022-08-13T00:37:06.316Z] ---> Using cache [2022-08-13T00:37:06.316Z] ---> 43ad322538eb [2022-08-13T00:37:06.316Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:06.316Z] ---> Using cache [2022-08-13T00:37:06.316Z] ---> 7eedac25b34d [2022-08-13T00:37:06.316Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-13T00:37:06.577Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-13T00:37:06.577Z] ---> Running in 62f3ee3709b3 [2022-08-13T00:37:07.144Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:08.082Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:08.340Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:37:08.340Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:37:08.340Z] ---> 743013500f6a [2022-08-13T00:37:08.340Z] Step 3/26 : WORKDIR /edgex-go [2022-08-13T00:37:08.340Z] ---> Using cache [2022-08-13T00:37:08.340Z] ---> 43ad322538eb [2022-08-13T00:37:08.340Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:08.340Z] ---> Using cache [2022-08-13T00:37:08.340Z] ---> 7eedac25b34d [2022-08-13T00:37:08.340Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-13T00:37:08.340Z] OK: 211 MiB in 51 packages [2022-08-13T00:37:08.908Z] ---> Running in 58b806584ab1 [2022-08-13T00:37:09.167Z] Removing intermediate container 1a4d38319b37 [2022-08-13T00:37:09.167Z] ---> 349ba471caef [2022-08-13T00:37:09.167Z] Step 14/23 : ENV APP_PORT=58890 [2022-08-13T00:37:09.426Z] ---> Running in 921c162c0a1f [2022-08-13T00:37:09.426Z] Removing intermediate container 62f3ee3709b3 [2022-08-13T00:37:09.426Z] ---> b52fae2b7807 [2022-08-13T00:37:09.426Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-13T00:37:09.426Z] Removing intermediate container 921c162c0a1f [2022-08-13T00:37:09.426Z] ---> 34db82f236ae [2022-08-13T00:37:09.426Z] Step 15/23 : EXPOSE $APP_PORT [2022-08-13T00:37:09.426Z] ---> Running in 8581b97ce668 [2022-08-13T00:37:09.685Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:09.685Z] ---> 42c3ee84b0eb [2022-08-13T00:37:09.685Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:37:09.685Z] ---> Running in 042d7d1bb53a [2022-08-13T00:37:09.685Z] Removing intermediate container 8581b97ce668 [2022-08-13T00:37:09.685Z] ---> dcc508674fd9 [2022-08-13T00:37:09.685Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-08-13T00:37:10.266Z] ---> 0b23361a9e1b [2022-08-13T00:37:10.266Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-08-13T00:37:10.523Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:10.523Z] ---> 3bbf7ffafc75 [2022-08-13T00:37:10.523Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-08-13T00:37:10.783Z] OK: 211 MiB in 51 packages [2022-08-13T00:37:10.783Z] ---> 87f23e80aaf3 [2022-08-13T00:37:10.783Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-08-13T00:37:11.040Z] ---> Running in bc851cc9f315 [2022-08-13T00:37:11.302Z] Removing intermediate container bc851cc9f315 [2022-08-13T00:37:11.302Z] ---> a12b1476267f [2022-08-13T00:37:11.302Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:37:11.302Z] Removing intermediate container 58b806584ab1 [2022-08-13T00:37:11.302Z] ---> 1690782f7451 [2022-08-13T00:37:11.302Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-13T00:37:11.302Z] ---> Running in b58b23796b3e [2022-08-13T00:37:11.870Z] Removing intermediate container b58b23796b3e [2022-08-13T00:37:11.870Z] ---> 6d6677726a52 [2022-08-13T00:37:11.870Z] Step 21/23 : LABEL arch=x86_64 [2022-08-13T00:37:11.870Z] ---> 17da008a19e3 [2022-08-13T00:37:11.870Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:37:11.870Z] ---> Running in cc664d48134b [2022-08-13T00:37:11.870Z] ---> Running in ea6fda641ea2 [2022-08-13T00:37:12.128Z] Removing intermediate container cc664d48134b [2022-08-13T00:37:12.128Z] ---> 68b4df6721ec [2022-08-13T00:37:12.128Z] Step 22/23 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:37:12.388Z] ---> Running in 75cf03fb334d [2022-08-13T00:37:12.388Z] Removing intermediate container 75cf03fb334d [2022-08-13T00:37:12.388Z] ---> 6042d6630cc2 [2022-08-13T00:37:12.388Z] Step 23/23 : LABEL version=2.3.0-dev.46 [2022-08-13T00:37:12.646Z] ---> Running in 1f1cd2f8db48 [2022-08-13T00:37:12.905Z] Removing intermediate container 1f1cd2f8db48 [2022-08-13T00:37:12.905Z] ---> 05a260b1a536 [2022-08-13T00:37:12.905Z] [2022-08-13T00:37:12.905Z] Successfully built 05a260b1a536 [2022-08-13T00:37:12.905Z] Successfully tagged sys-mgmt-agent:latest [2022-08-13T00:37:12.905Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-08-13T00:37:17.094Z] Removing intermediate container 846e1e383fd9 [2022-08-13T00:37:17.095Z] ---> f0454df92eec [2022-08-13T00:37:17.095Z] [2022-08-13T00:37:17.095Z] Step 9/20 : FROM alpine:3.15 [2022-08-13T00:37:17.095Z] ---> c4fc93816858 [2022-08-13T00:37:17.095Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:37:17.095Z] ---> Using cache [2022-08-13T00:37:17.095Z] ---> daa8279acf9b [2022-08-13T00:37:17.095Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:17.095Z] ---> Using cache [2022-08-13T00:37:17.095Z] ---> 55798cf9b97f [2022-08-13T00:37:17.095Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-08-13T00:37:17.095Z] ---> Running in da6e38d0a7cc [2022-08-13T00:37:17.095Z] Removing intermediate container 042d7d1bb53a [2022-08-13T00:37:17.095Z] ---> 4e5221edf211 [2022-08-13T00:37:17.095Z] Step 8/26 : COPY . . [2022-08-13T00:37:17.662Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:17.922Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:37:17.922Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:37:17.922Z] ---> 743013500f6a [2022-08-13T00:37:17.922Z] Step 3/22 : WORKDIR /edgex-go [2022-08-13T00:37:17.922Z] ---> Using cache [2022-08-13T00:37:17.922Z] ---> 43ad322538eb [2022-08-13T00:37:17.922Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:17.922Z] ---> Using cache [2022-08-13T00:37:17.922Z] ---> 7eedac25b34d [2022-08-13T00:37:17.922Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-08-13T00:37:18.493Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:19.059Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-13T00:37:19.059Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-13T00:37:19.059Z] OK: 15856 distinct packages available [2022-08-13T00:37:19.059Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:19.326Z] ---> Running in 108f5422377e [2022-08-13T00:37:19.897Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:19.898Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:20.157Z] (1/9) Installing ca-certificates (20220614-r0) [2022-08-13T00:37:20.157Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-08-13T00:37:20.416Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-08-13T00:37:20.416Z] (4/9) Installing libcurl (7.80.0-r2) [2022-08-13T00:37:20.416Z] (5/9) Installing curl (7.80.0-r2) [2022-08-13T00:37:20.676Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-08-13T00:37:20.676Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:20.676Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-08-13T00:37:20.676Z] (8/9) Installing libucontext (1.1-r0) [2022-08-13T00:37:20.935Z] (9/9) Installing gcompat (1.0.0-r4) [2022-08-13T00:37:20.935Z] Executing busybox-1.34.1-r7.trigger [2022-08-13T00:37:20.935Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:37:20.935Z] OK: 211 MiB in 51 packages [2022-08-13T00:37:21.194Z] OK: 8 MiB in 23 packages [2022-08-13T00:37:21.452Z] Removing intermediate container ea6fda641ea2 [2022-08-13T00:37:21.452Z] ---> cf1aef2dad46 [2022-08-13T00:37:21.452Z] Step 8/26 : COPY . . [2022-08-13T00:37:23.363Z] Removing intermediate container 108f5422377e [2022-08-13T00:37:23.363Z] ---> a5e2ceddf68e [2022-08-13T00:37:23.363Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-13T00:37:23.363Z] Removing intermediate container da6e38d0a7cc [2022-08-13T00:37:23.363Z] ---> a1b6648a6bd8 [2022-08-13T00:37:23.363Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:37:23.363Z] ---> d09fe0f641aa [2022-08-13T00:37:23.363Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-13T00:37:23.363Z] ---> Running in 95cfab6d280d [2022-08-13T00:37:23.624Z] ---> 58b588a8590d [2022-08-13T00:37:23.624Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:37:23.624Z] ---> Running in bd6b9d359cd0 [2022-08-13T00:37:23.898Z] Removing intermediate container 95cfab6d280d [2022-08-13T00:37:23.898Z] ---> 16ba37a2129e [2022-08-13T00:37:23.898Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-13T00:37:23.898Z] ---> 4e4e8664a7b6 [2022-08-13T00:37:23.898Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-08-13T00:37:23.898Z] ---> Running in a103a707e137 [2022-08-13T00:37:24.468Z] Removing intermediate container a103a707e137 [2022-08-13T00:37:24.468Z] ---> 25fa27498652 [2022-08-13T00:37:24.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-13T00:37:24.468Z] ---> Running in 627817cd05f1 [2022-08-13T00:37:24.727Z] ---> d1b13ea93d44 [2022-08-13T00:37:24.727Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-08-13T00:37:25.296Z] ---> 534e123b36d6 [2022-08-13T00:37:25.296Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-08-13T00:37:25.296Z] ---> Running in c7831672d8e1 [2022-08-13T00:37:25.555Z] Removing intermediate container c7831672d8e1 [2022-08-13T00:37:25.555Z] ---> 2150510c0cb8 [2022-08-13T00:37:25.555Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:37:26.509Z] ---> Running in db73dce05b10 [2022-08-13T00:37:26.509Z] Removing intermediate container 627817cd05f1 [2022-08-13T00:37:26.509Z] ---> 8c2de5b5be75 [2022-08-13T00:37:26.509Z] Step 12/26 : WORKDIR /edgex-go [2022-08-13T00:37:26.769Z] ---> Running in 1d919a4f0b8a [2022-08-13T00:37:26.769Z] ---> 9b76f521f615 [2022-08-13T00:37:26.769Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-13T00:37:26.769Z] Removing intermediate container db73dce05b10 [2022-08-13T00:37:26.769Z] ---> ec59a9db67ad [2022-08-13T00:37:26.769Z] Step 18/20 : LABEL arch=x86_64 [2022-08-13T00:37:27.029Z] ---> Running in 1e92b991e3ac [2022-08-13T00:37:27.029Z] ---> Running in c34cc39d4c50 [2022-08-13T00:37:27.029Z] Removing intermediate container 1d919a4f0b8a [2022-08-13T00:37:27.029Z] ---> 328a54a7769f [2022-08-13T00:37:27.029Z] [2022-08-13T00:37:27.029Z] Step 13/26 : FROM alpine:3.15 [2022-08-13T00:37:27.029Z] ---> c4fc93816858 [2022-08-13T00:37:27.029Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:37:27.029Z] ---> Using cache [2022-08-13T00:37:27.029Z] ---> daa8279acf9b [2022-08-13T00:37:27.029Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:27.029Z] ---> Using cache [2022-08-13T00:37:27.029Z] ---> 55798cf9b97f [2022-08-13T00:37:27.029Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-13T00:37:27.029Z] ---> Using cache [2022-08-13T00:37:27.029Z] ---> acdf05f2d119 [2022-08-13T00:37:27.029Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-08-13T00:37:27.603Z] Removing intermediate container 1e92b991e3ac [2022-08-13T00:37:27.603Z] ---> 63308fee17b5 [2022-08-13T00:37:27.603Z] Step 19/20 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:37:27.603Z] Removing intermediate container c34cc39d4c50 [2022-08-13T00:37:27.603Z] ---> fe564f411ded [2022-08-13T00:37:27.603Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-13T00:37:27.903Z] ---> Running in 47bc695c1dd3 [2022-08-13T00:37:27.903Z] ---> Running in 6a2b8cdeae7a [2022-08-13T00:37:28.165Z] ---> f483dca8d674 [2022-08-13T00:37:28.165Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-13T00:37:28.425Z] Removing intermediate container 47bc695c1dd3 [2022-08-13T00:37:28.425Z] ---> e6024f12f943 [2022-08-13T00:37:28.425Z] Step 20/20 : LABEL version=2.3.0-dev.46 [2022-08-13T00:37:28.425Z] Removing intermediate container 6a2b8cdeae7a [2022-08-13T00:37:28.425Z] ---> 0b51a675779b [2022-08-13T00:37:28.425Z] 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-13T00:37:28.425Z] ---> Running in c65998840cf4 [2022-08-13T00:37:28.685Z] ---> Running in 21658ccaf3a7 [2022-08-13T00:37:28.944Z] Removing intermediate container c65998840cf4 [2022-08-13T00:37:28.944Z] ---> f6ff363dd022 [2022-08-13T00:37:28.944Z] [2022-08-13T00:37:28.944Z] Successfully built f6ff363dd022 [2022-08-13T00:37:28.944Z] Successfully tagged security-spiffe-token-provider:latest [2022-08-13T00:37:28.945Z] Building core-command [2022-08-13T00:37:31.481Z]  Building security-spiffe-token-provider ... done  ---> b1b6211cf2de [2022-08-13T00:37:31.481Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-08-13T00:37:31.481Z] Removing intermediate container d4f2d45b637c [2022-08-13T00:37:31.481Z] ---> 1eb4914a476e [2022-08-13T00:37:31.481Z] [2022-08-13T00:37:31.481Z] Step 10/22 : FROM alpine:3.16 [2022-08-13T00:37:31.481Z] ---> 9c6f07244728 [2022-08-13T00:37:31.481Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-08-13T00:37:31.481Z] ---> Running in 52a1faf6301f [2022-08-13T00:37:31.740Z] Removing intermediate container 21658ccaf3a7 [2022-08-13T00:37:31.740Z] ---> ff3b487edd0e [2022-08-13T00:37:31.740Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 12/26 : WORKDIR /edgex-go [2022-08-13T00:37:31.740Z] [2022-08-13T00:37:31.740Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:37:31.740Z] ---> 743013500f6a [2022-08-13T00:37:31.740Z] Step 3/23 : WORKDIR /edgex-go [2022-08-13T00:37:31.740Z] ---> Using cache [2022-08-13T00:37:31.740Z] ---> 43ad322538eb [2022-08-13T00:37:31.740Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:31.740Z] ---> Using cache [2022-08-13T00:37:31.740Z] ---> 7eedac25b34d [2022-08-13T00:37:31.740Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-13T00:37:31.740Z] ---> Using cache [2022-08-13T00:37:31.740Z] ---> 2b854fb67630 [2022-08-13T00:37:31.740Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-13T00:37:31.740Z] ---> Using cache [2022-08-13T00:37:31.740Z] ---> 5dcd837b6f62 [2022-08-13T00:37:31.740Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:37:31.740Z] ---> Using cache [2022-08-13T00:37:31.740Z] ---> d79759544ac4 [2022-08-13T00:37:31.740Z] Step 8/23 : COPY . . [2022-08-13T00:37:31.740Z] ---> Using cache [2022-08-13T00:37:31.740Z] ---> 87fac91d8b89 [2022-08-13T00:37:31.740Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-08-13T00:37:31.740Z] ---> fc041e48ca42 [2022-08-13T00:37:31.740Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-08-13T00:37:31.740Z] ---> Running in 107617cc30e2 [2022-08-13T00:37:32.003Z] ---> Running in b33434d35a79 [2022-08-13T00:37:32.003Z] ---> adb27ec1e146 [2022-08-13T00:37:32.003Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-08-13T00:37:32.003Z] Removing intermediate container bd6b9d359cd0 [2022-08-13T00:37:32.003Z] ---> 655cb1569f37 [2022-08-13T00:37:32.003Z] Step 8/22 : COPY . . [2022-08-13T00:37:32.003Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:32.003Z] Removing intermediate container b33434d35a79 [2022-08-13T00:37:32.003Z] ---> 6c334b3b4ad0 [2022-08-13T00:37:32.003Z] [2022-08-13T00:37:32.003Z] Step 13/26 : FROM alpine:3.15 [2022-08-13T00:37:32.003Z] ---> c4fc93816858 [2022-08-13T00:37:32.003Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:37:32.003Z] ---> Using cache [2022-08-13T00:37:32.003Z] ---> daa8279acf9b [2022-08-13T00:37:32.003Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:32.003Z] ---> Using cache [2022-08-13T00:37:32.003Z] ---> 55798cf9b97f [2022-08-13T00:37:32.003Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-08-13T00:37:32.262Z] ---> Running in aab674cc78f9 [2022-08-13T00:37:32.262Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:32.262Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-08-13T00:37:32.262Z] ---> 0ae0936128ff [2022-08-13T00:37:32.262Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-13T00:37:32.262Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-08-13T00:37:32.262Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:37:32.522Z] OK: 6 MiB in 15 packages [2022-08-13T00:37:32.522Z] ---> Running in 2db092c1269a [2022-08-13T00:37:32.782Z] Removing intermediate container 2db092c1269a [2022-08-13T00:37:32.782Z] ---> 6ca1d3c59c16 [2022-08-13T00:37:32.782Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-13T00:37:32.782Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:33.352Z] ---> Running in 41de12dc847c [2022-08-13T00:37:33.614Z] Removing intermediate container 41de12dc847c [2022-08-13T00:37:33.614Z] ---> ff39ab8c280f [2022-08-13T00:37:33.614Z] Step 24/26 : LABEL arch=x86_64 [2022-08-13T00:37:33.614Z] Removing intermediate container 52a1faf6301f [2022-08-13T00:37:33.614Z] ---> bbe762c2c1de [2022-08-13T00:37:33.614Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-13T00:37:33.614Z] ---> Running in 1394410587da [2022-08-13T00:37:33.614Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:33.614Z] ---> Running in 370cc81fe671 [2022-08-13T00:37:33.873Z] Removing intermediate container 1394410587da [2022-08-13T00:37:33.874Z] ---> d12552d82fa0 [2022-08-13T00:37:33.874Z] Step 25/26 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:37:33.874Z] Removing intermediate container 370cc81fe671 [2022-08-13T00:37:33.874Z] ---> 75af1cfc05b7 [2022-08-13T00:37:33.874Z] Step 13/22 : ENV APP_PORT=59861 [2022-08-13T00:37:33.874Z] ---> Running in 939c0fdda0b5 [2022-08-13T00:37:33.874Z] ---> Running in 99a61ce21d8a [2022-08-13T00:37:34.162Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-13T00:37:34.162Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-13T00:37:34.162Z] OK: 15856 distinct packages available [2022-08-13T00:37:34.162Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:34.162Z] Removing intermediate container 939c0fdda0b5 [2022-08-13T00:37:34.162Z] ---> 77f8454287f7 [2022-08-13T00:37:34.162Z] Step 26/26 : LABEL version=2.3.0-dev.46 [2022-08-13T00:37:34.162Z] ---> Running in f0c773e57b00 [2022-08-13T00:37:34.162Z] Removing intermediate container 99a61ce21d8a [2022-08-13T00:37:34.162Z] ---> aaaef88841af [2022-08-13T00:37:34.162Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-13T00:37:34.431Z] ---> Running in d72073158c13 [2022-08-13T00:37:34.431Z] Removing intermediate container f0c773e57b00 [2022-08-13T00:37:34.431Z] ---> 29d107c5305d [2022-08-13T00:37:34.431Z] [2022-08-13T00:37:34.431Z] Removing intermediate container d72073158c13 [2022-08-13T00:37:34.431Z] ---> 7461ff6eba62 [2022-08-13T00:37:34.431Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:37:34.431Z] Successfully built 29d107c5305d [2022-08-13T00:37:34.660Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22662 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-08-13T00:37:34.673Z] Running in /w/workspace/edgex-go/281 [Pipeline] { [Pipeline] checkout [2022-08-13T00:37:34.691Z] Successfully tagged security-spire-agent:latest [2022-08-13T00:37:34.691Z]  Building security-spire-agent ... done Building security-proxy-setup [2022-08-13T00:37:34.704Z] The recommended git tool is: git [2022-08-13T00:37:34.950Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:37:35.219Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-08-13T00:37:35.478Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-08-13T00:37:35.478Z] (3/4) Installing libucontext (1.1-r0) [2022-08-13T00:37:35.478Z] (4/4) Installing gcompat (1.0.0-r4) [2022-08-13T00:37:35.738Z] Executing busybox-1.34.1-r7.trigger [2022-08-13T00:37:35.738Z] OK: 6 MiB in 18 packages [2022-08-13T00:37:35.738Z] ---> 0b20f3589b50 [2022-08-13T00:37:35.738Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-08-13T00:37:36.674Z] Removing intermediate container aab674cc78f9 [2022-08-13T00:37:36.674Z] ---> 54068139a20d [2022-08-13T00:37:36.674Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-13T00:37:36.933Z] ---> 6f9d44a6b953 [2022-08-13T00:37:36.933Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-08-13T00:37:37.501Z] ---> 825ba0d316fc [2022-08-13T00:37:37.501Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-08-13T00:37:38.071Z] ---> 99ff51dfa592 [2022-08-13T00:37:38.071Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-08-13T00:37:38.331Z] ---> Running in cdc5eda40bd8 [2022-08-13T00:37:38.331Z] ---> Running in 594bf2d8e424 [2022-08-13T00:37:38.934Z] ---> e319fa082c34 [2022-08-13T00:37:38.934Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-08-13T00:37:38.934Z] Removing intermediate container 594bf2d8e424 [2022-08-13T00:37:38.934Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-13T00:37:38.934Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 ---> fa24759b0341 [2022-08-13T00:37:38.934Z] [2022-08-13T00:37:39.192Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:37:39.192Z] [2022-08-13T00:37:39.192Z] ---> 743013500f6a [2022-08-13T00:37:39.192Z] Step 3/22 : WORKDIR /edgex-go [2022-08-13T00:37:39.192Z] ---> Using cache [2022-08-13T00:37:39.192Z] ---> 43ad322538eb [2022-08-13T00:37:39.192Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:39.192Z] ---> Using cache [2022-08-13T00:37:39.192Z] ---> 7eedac25b34d [2022-08-13T00:37:39.192Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-13T00:37:39.192Z] ---> Using cache [2022-08-13T00:37:39.192Z] ---> 2b854fb67630 [2022-08-13T00:37:39.192Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-13T00:37:39.192Z] ---> Using cache [2022-08-13T00:37:39.192Z] ---> 5dcd837b6f62 [2022-08-13T00:37:39.192Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:37:39.192Z] ---> Using cache [2022-08-13T00:37:39.192Z] ---> d79759544ac4 [2022-08-13T00:37:39.192Z] Step 8/22 : COPY . . [2022-08-13T00:37:39.192Z] ---> Using cache [2022-08-13T00:37:39.193Z] ---> 87fac91d8b89 [2022-08-13T00:37:39.193Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-08-13T00:37:39.193Z] ---> Running in 39d78ace0dbb [2022-08-13T00:37:39.193Z] ---> Running in 8635c90e6b63 [2022-08-13T00:37:39.193Z] ---> ce6e48aec5f8 [2022-08-13T00:37:39.193Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-08-13T00:37:39.451Z] ---> Running in 98febd731227 [2022-08-13T00:37:39.451Z] Removing intermediate container 8635c90e6b63 [2022-08-13T00:37:39.451Z] ---> f7e52d7b4117 [2022-08-13T00:37:39.451Z] Step 20/22 : LABEL arch=x86_64 [2022-08-13T00:37:39.718Z] ---> Running in 884d87e1fb64 [2022-08-13T00:37:39.718Z] Removing intermediate container 98febd731227 [2022-08-13T00:37:39.718Z] ---> f7f874149c83 [2022-08-13T00:37:39.718Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-08-13T00:37:39.718Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-08-13T00:37:39.981Z] Removing intermediate container 884d87e1fb64 [2022-08-13T00:37:39.981Z] ---> b9378b053297 [2022-08-13T00:37:39.981Z] Step 21/22 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:37:39.981Z] ---> Running in 3feb71657336 [2022-08-13T00:37:40.239Z] ---> ea37e174fe29 [2022-08-13T00:37:40.239Z] Step 21/26 : WORKDIR / [2022-08-13T00:37:40.239Z] ---> Running in b376281a8101 [2022-08-13T00:37:40.239Z] Removing intermediate container 3feb71657336 [2022-08-13T00:37:40.239Z] ---> fca509351fa2 [2022-08-13T00:37:40.239Z] Step 22/22 : LABEL version=2.3.0-dev.46 [2022-08-13T00:37:40.503Z] ---> Running in 46fca1bf8349 [2022-08-13T00:37:40.503Z] Removing intermediate container b376281a8101 [2022-08-13T00:37:40.503Z] ---> 1c0ca092b333 [2022-08-13T00:37:40.503Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-13T00:37:40.823Z] ---> Running in ffccfe32ec41 [2022-08-13T00:37:40.823Z] Removing intermediate container 46fca1bf8349 [2022-08-13T00:37:40.823Z] ---> 99090f19c15b [2022-08-13T00:37:40.823Z] [2022-08-13T00:37:40.823Z] Successfully built 99090f19c15b [2022-08-13T00:37:40.823Z] Successfully tagged support-scheduler:latest [2022-08-13T00:37:40.823Z]  Building support-scheduler ... done Building core-metadata [2022-08-13T00:37:41.083Z] Removing intermediate container ffccfe32ec41 [2022-08-13T00:37:41.083Z] ---> e1ff30b98cec [2022-08-13T00:37:41.083Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-13T00:37:42.019Z] ---> Running in 4871922937f0 [2022-08-13T00:37:42.019Z] Removing intermediate container 4871922937f0 [2022-08-13T00:37:42.019Z] ---> ce22e64d3cc9 [2022-08-13T00:37:42.019Z] Step 24/26 : LABEL arch=x86_64 [2022-08-13T00:37:42.174Z] using credential edgex-jenkins-ssh [2022-08-13T00:37:42.200Z] Cloning the remote Git repository [2022-08-13T00:37:42.279Z] ---> Running in 12f3c6ce22c6 [2022-08-13T00:37:42.537Z] Removing intermediate container 12f3c6ce22c6 [2022-08-13T00:37:42.537Z] ---> 5f1dfaaae5a8 [2022-08-13T00:37:42.537Z] Step 25/26 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:37:42.298Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-08-13T00:37:42.472Z] > git init /w/workspace/edgex-go/281 # timeout=10 [2022-08-13T00:37:42.814Z] ---> Running in cb3ce43d4fdd [2022-08-13T00:37:43.072Z] Removing intermediate container cb3ce43d4fdd [2022-08-13T00:37:43.072Z] ---> 79fdfdf3105b [2022-08-13T00:37:43.072Z] Step 26/26 : LABEL version=2.3.0-dev.46 [2022-08-13T00:37:43.072Z] ---> Running in ad16935bbe66 [2022-08-13T00:37:43.332Z] Removing intermediate container ad16935bbe66 [2022-08-13T00:37:43.332Z] ---> 19be8fe3c834 [2022-08-13T00:37:43.332Z] [2022-08-13T00:37:43.332Z] Successfully built 19be8fe3c834 [2022-08-13T00:37:43.332Z] Successfully tagged security-spire-config:latest [2022-08-13T00:37:42.669Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-08-13T00:37:42.672Z] > git --version # timeout=10 [2022-08-13T00:37:42.728Z] > git --version # 'git version 2.25.1' [2022-08-13T00:37:42.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-13T00:37:42.827Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-13T00:37:44.268Z]  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:37:44.268Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:37:44.268Z] ---> 743013500f6a [2022-08-13T00:37:44.268Z] Step 3/24 : WORKDIR /edgex-go [2022-08-13T00:37:44.268Z] ---> Using cache [2022-08-13T00:37:44.268Z] ---> 43ad322538eb [2022-08-13T00:37:44.268Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:37:44.268Z] ---> Using cache [2022-08-13T00:37:44.268Z] ---> 7eedac25b34d [2022-08-13T00:37:44.268Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-08-13T00:37:44.268Z] ---> Using cache [2022-08-13T00:37:44.268Z] ---> 2b854fb67630 [2022-08-13T00:37:44.268Z] Step 6/24 : COPY go.mod vendor* ./ [2022-08-13T00:37:44.268Z] ---> Using cache [2022-08-13T00:37:44.268Z] ---> 5dcd837b6f62 [2022-08-13T00:37:44.268Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:37:44.268Z] ---> Using cache [2022-08-13T00:37:44.268Z] ---> d79759544ac4 [2022-08-13T00:37:44.268Z] Step 8/24 : COPY . . [2022-08-13T00:37:44.268Z] ---> Using cache [2022-08-13T00:37:44.268Z] ---> 87fac91d8b89 [2022-08-13T00:37:44.268Z] Step 9/24 : RUN make cmd/core-metadata/core-metadata [2022-08-13T00:37:44.835Z] ---> Running in 512e59e13969 [2022-08-13T00:37:45.402Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-08-13T00:37:51.964Z] Removing intermediate container 107617cc30e2 [2022-08-13T00:37:51.964Z] ---> a2bf10383d68 [2022-08-13T00:37:51.964Z] [2022-08-13T00:37:51.964Z] Step 10/23 : FROM alpine:3.16 [2022-08-13T00:37:51.964Z] ---> 9c6f07244728 [2022-08-13T00:37:51.964Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-13T00:37:51.964Z] ---> Using cache [2022-08-13T00:37:51.964Z] ---> bbe762c2c1de [2022-08-13T00:37:51.964Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-13T00:37:51.964Z] ---> Using cache [2022-08-13T00:37:51.964Z] ---> 75af1cfc05b7 [2022-08-13T00:37:51.964Z] Step 13/23 : ENV APP_PORT=59882 [2022-08-13T00:37:51.964Z] ---> Running in 8fc2bcb7a025 [2022-08-13T00:37:51.964Z] Removing intermediate container 8fc2bcb7a025 [2022-08-13T00:37:51.964Z] ---> a6d1cdd06548 [2022-08-13T00:37:51.964Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-13T00:37:51.964Z] ---> Running in 5bc2b8dd90fe [2022-08-13T00:37:52.230Z] Removing intermediate container 5bc2b8dd90fe [2022-08-13T00:37:52.230Z] ---> e279542a3c40 [2022-08-13T00:37:52.230Z] Step 15/23 : WORKDIR / [2022-08-13T00:37:52.230Z] ---> Running in bb1dfa0abca0 [2022-08-13T00:37:52.797Z] Removing intermediate container bb1dfa0abca0 [2022-08-13T00:37:52.797Z] ---> 846c290c34d5 [2022-08-13T00:37:52.797Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:37:53.367Z] ---> c10bc72d7bd9 [2022-08-13T00:37:53.367Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-08-13T00:37:54.317Z] ---> 7ded1d902906 [2022-08-13T00:37:54.317Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-08-13T00:37:55.012Z] ---> eabda266d769 [2022-08-13T00:37:55.012Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-08-13T00:37:55.012Z] ---> Running in fe525605a1ec [2022-08-13T00:37:55.310Z] Removing intermediate container fe525605a1ec [2022-08-13T00:37:55.310Z] ---> 7e7707243590 [2022-08-13T00:37:55.310Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:37:55.310Z] ---> Running in 2cd0c1313b99 [2022-08-13T00:37:55.606Z] Removing intermediate container 2cd0c1313b99 [2022-08-13T00:37:55.607Z] ---> 6a46c3b737f5 [2022-08-13T00:37:55.607Z] Step 21/23 : LABEL arch=x86_64 [2022-08-13T00:37:55.607Z] ---> Running in 0ea9cda48630 [2022-08-13T00:37:55.865Z] Removing intermediate container 0ea9cda48630 [2022-08-13T00:37:55.865Z] ---> 57e1305e7201 [2022-08-13T00:37:55.865Z] Step 22/23 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:37:55.865Z] ---> Running in d4d49955e9ef [2022-08-13T00:37:56.446Z] Removing intermediate container d4d49955e9ef [2022-08-13T00:37:56.446Z] ---> 115ba84f2730 [2022-08-13T00:37:56.446Z] Step 23/23 : LABEL version=2.3.0-dev.46 [2022-08-13T00:37:56.446Z] ---> Running in 4dc1cb0982cb [2022-08-13T00:37:56.705Z] Removing intermediate container 4dc1cb0982cb [2022-08-13T00:37:56.705Z] ---> 943f9b602c52 [2022-08-13T00:37:56.705Z] [2022-08-13T00:37:56.705Z] Successfully built 943f9b602c52 [2022-08-13T00:37:56.705Z] Successfully tagged core-command:latest [2022-08-13T00:37:59.181Z] Avoid second fetch [2022-08-13T00:37:59.182Z] Checking out Revision 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd (main) [2022-08-13T00:37:59.133Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-08-13T00:37:59.160Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-13T00:37:59.204Z] > git config core.sparsecheckout # timeout=10 [2022-08-13T00:37:59.221Z] > git checkout -f 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd # timeout=10 [2022-08-13T00:38:00.900Z]  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-08-13T00:38:03.540Z] Commit message: "Merge pull request #4124 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.3.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-13T00:38:04.478Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-13T00:38:04.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-13T00:38:04.478Z] Dload Upload Total Spent Left Speed [2022-08-13T00:38:04.478Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 90676 0 --:--:-- --:--:-- --:--:-- 90676 [Pipeline] sh [2022-08-13T00:38:05.132Z] Removing intermediate container 39d78ace0dbb [2022-08-13T00:38:05.132Z] ---> af5d4928ad0f [2022-08-13T00:38:05.132Z] [2022-08-13T00:38:05.132Z] Step 10/22 : FROM alpine:3.16 [2022-08-13T00:38:05.132Z] ---> 9c6f07244728 [2022-08-13T00:38:05.132Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-08-13T00:38:05.236Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-13T00:38:05.392Z] ---> Running in 7360fd9ec715 [2022-08-13T00:38:05.579Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-13T00:38:05.579Z] + sudo tee /etc/docker/daemon.new [2022-08-13T00:38:05.579Z] { [2022-08-13T00:38:05.579Z] "registry-mirrors": [ [2022-08-13T00:38:05.579Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-13T00:38:05.579Z] ], [2022-08-13T00:38:05.579Z] "bip": "10.250.0.254/24", [2022-08-13T00:38:05.579Z] "hosts": [ [2022-08-13T00:38:05.579Z] "tcp://0.0.0.0:5555", [2022-08-13T00:38:05.579Z] "unix:///var/run/docker.sock" [2022-08-13T00:38:05.579Z] ], [2022-08-13T00:38:05.579Z] "mtu": 1458, [2022-08-13T00:38:05.579Z] "selinux-enabled": true, [2022-08-13T00:38:05.579Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-13T00:38:05.579Z] } [Pipeline] sh [2022-08-13T00:38:05.925Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-13T00:38:06.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:38:06.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:38:06.263Z] (1/6) Installing ca-certificates (20220614-r0) [2022-08-13T00:38:06.263Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-08-13T00:38:06.263Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-08-13T00:38:06.263Z] (4/6) Installing libcurl (7.83.1-r2) [2022-08-13T00:38:06.263Z] (5/6) Installing curl (7.83.1-r2) [2022-08-13T00:38:06.263Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-08-13T00:38:06.263Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:38:06.263Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:38:06.263Z] OK: 8 MiB in 20 packages [2022-08-13T00:38:06.270Z] + sudo service docker restart [2022-08-13T00:38:08.172Z] Removing intermediate container 7360fd9ec715 [2022-08-13T00:38:08.172Z] ---> adb6a2dddaad [2022-08-13T00:38:08.172Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-13T00:38:08.431Z] ---> Running in 02c6495d91ed [2022-08-13T00:38:08.431Z] Removing intermediate container 512e59e13969 [2022-08-13T00:38:08.431Z] ---> 7e0df1358808 [2022-08-13T00:38:08.431Z] [2022-08-13T00:38:08.431Z] Step 10/24 : FROM alpine:3.16 [2022-08-13T00:38:08.431Z] ---> 9c6f07244728 [2022-08-13T00:38:08.431Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-08-13T00:38:08.431Z] ---> Using cache [2022-08-13T00:38:08.431Z] ---> bbe762c2c1de [2022-08-13T00:38:08.431Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-13T00:38:08.431Z] ---> Using cache [2022-08-13T00:38:08.431Z] ---> 75af1cfc05b7 [2022-08-13T00:38:08.431Z] Step 13/24 : ENV APP_PORT=59881 [2022-08-13T00:38:08.431Z] ---> Running in 823150d44529 [2022-08-13T00:38:08.431Z] Removing intermediate container cdc5eda40bd8 [2022-08-13T00:38:08.431Z] ---> c3775d0b2f3e [2022-08-13T00:38:08.431Z] [2022-08-13T00:38:08.431Z] Step 10/22 : FROM alpine:3.16 [2022-08-13T00:38:08.431Z] ---> 9c6f07244728 [2022-08-13T00:38:08.432Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-08-13T00:38:08.691Z] Removing intermediate container 02c6495d91ed [2022-08-13T00:38:08.691Z] ---> 631aab6dee3e [2022-08-13T00:38:08.691Z] Step 13/22 : WORKDIR /edgex [2022-08-13T00:38:08.691Z] ---> Running in 666cf08ac0e0 [2022-08-13T00:38:08.691Z] ---> Running in be3a5b82c14d [2022-08-13T00:38:08.691Z] Removing intermediate container 823150d44529 [2022-08-13T00:38:08.691Z] ---> ad1f8ebf591e [2022-08-13T00:38:08.691Z] Step 14/24 : EXPOSE $APP_PORT [2022-08-13T00:38:08.691Z] ---> Running in 9cad9919a212 [2022-08-13T00:38:08.691Z] Removing intermediate container be3a5b82c14d [2022-08-13T00:38:08.691Z] ---> d71c505f72b5 [2022-08-13T00:38:08.691Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-08-13T00:38:08.951Z] Removing intermediate container 9cad9919a212 [2022-08-13T00:38:08.951Z] ---> 4f0685c71796 [2022-08-13T00:38:08.951Z] Step 15/24 : WORKDIR / [2022-08-13T00:38:08.951Z] ---> Running in 1af863b221bd [2022-08-13T00:38:08.951Z] ---> aa1e00a96179 [2022-08-13T00:38:08.951Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-08-13T00:38:08.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-13T00:38:08.951Z] Removing intermediate container 1af863b221bd [2022-08-13T00:38:08.951Z] ---> 700fa4c1d66e [2022-08-13T00:38:08.951Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:38:08.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-13T00:38:09.212Z] ---> 0da1934c3ae4 [2022-08-13T00:38:09.212Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-08-13T00:38:09.212Z] (1/2) Installing ca-certificates (20220614-r0) [2022-08-13T00:38:09.212Z] ---> 1289c4a3884e [2022-08-13T00:38:09.212Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-08-13T00:38:09.212Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-08-13T00:38:09.212Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:38:09.471Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:38:09.471Z] OK: 6 MiB in 16 packages [2022-08-13T00:38:09.730Z] ---> 534c91081f1e [2022-08-13T00:38:09.730Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-08-13T00:38:09.730Z] ---> 199975166479 [2022-08-13T00:38:09.730Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-08-13T00:38:09.990Z] ---> 821ac34dfa71 [2022-08-13T00:38:09.990Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-08-13T00:38:09.990Z] Removing intermediate container 666cf08ac0e0 [2022-08-13T00:38:09.990Z] ---> 8a784457e07a [2022-08-13T00:38:09.990Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-13T00:38:09.990Z] ---> cd7c76d5bc02 [2022-08-13T00:38:09.990Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-13T00:38:10.250Z] ---> Running in b4a3b02fa134 [2022-08-13T00:38:10.250Z] ---> Running in c68575b7481e [2022-08-13T00:38:10.250Z] ---> cc57d5ff760c [2022-08-13T00:38:10.250Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-08-13T00:38:10.250Z] Removing intermediate container b4a3b02fa134 [2022-08-13T00:38:10.250Z] ---> e495cab5fb38 [2022-08-13T00:38:10.250Z] Step 13/22 : ENV APP_PORT=59860 [2022-08-13T00:38:10.250Z] ---> Running in 8344b3b2a588 [2022-08-13T00:38:10.512Z] ---> Running in ea520e4a7234 [2022-08-13T00:38:10.512Z] Removing intermediate container 8344b3b2a588 [2022-08-13T00:38:10.512Z] ---> 6f5d96085ba3 [2022-08-13T00:38:10.512Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:38:10.512Z] ---> Running in 24bc063c96a8 [2022-08-13T00:38:10.512Z] Removing intermediate container ea520e4a7234 [2022-08-13T00:38:10.512Z] ---> 389edbc6cd8f [2022-08-13T00:38:10.512Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-13T00:38:10.512Z] ---> Running in 4fc9ed93a2da [2022-08-13T00:38:10.512Z] Removing intermediate container 24bc063c96a8 [2022-08-13T00:38:10.512Z] ---> ea3a951e8f2e [2022-08-13T00:38:10.512Z] Step 22/24 : LABEL arch=x86_64 [2022-08-13T00:38:10.772Z] ---> Running in db69d0c284d5 [2022-08-13T00:38:10.772Z] Removing intermediate container 4fc9ed93a2da [2022-08-13T00:38:10.772Z] ---> d4b093cea739 [2022-08-13T00:38:10.772Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:38:10.772Z] Removing intermediate container db69d0c284d5 [2022-08-13T00:38:10.772Z] ---> 9eb963195f2f [2022-08-13T00:38:10.772Z] Step 23/24 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:10.772Z] Removing intermediate container c68575b7481e [2022-08-13T00:38:10.772Z] ---> 472445965e66 [2022-08-13T00:38:10.772Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-08-13T00:38:10.772Z] ---> Running in c48fd34669a6 [2022-08-13T00:38:11.032Z] ---> 1397f1ffc17e [2022-08-13T00:38:11.032Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-08-13T00:38:11.032Z] ---> Running in cd5902d4d7af [2022-08-13T00:38:11.032Z] Removing intermediate container c48fd34669a6 [2022-08-13T00:38:11.032Z] ---> a3ebcb66f8ee [2022-08-13T00:38:11.032Z] Step 24/24 : LABEL version=2.3.0-dev.46 [2022-08-13T00:38:11.032Z] ---> Running in 79afeadb383e [2022-08-13T00:38:11.032Z] Removing intermediate container cd5902d4d7af [2022-08-13T00:38:11.032Z] ---> cae2f6cd0424 [2022-08-13T00:38:11.032Z] Step 20/22 : LABEL arch=x86_64 [2022-08-13T00:38:11.291Z] ---> Running in 6d8285b5dd86 [2022-08-13T00:38:11.291Z] Removing intermediate container 79afeadb383e [2022-08-13T00:38:11.291Z] ---> aab76a171013 [2022-08-13T00:38:11.291Z] [2022-08-13T00:38:11.291Z] Removing intermediate container 6d8285b5dd86 [2022-08-13T00:38:11.291Z] ---> ab03fbb527d4 [2022-08-13T00:38:11.291Z] Step 21/22 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:11.550Z] ---> Running in bd878dc2efa3 [2022-08-13T00:38:11.550Z] Successfully built aab76a171013 [2022-08-13T00:38:11.550Z] Successfully tagged core-metadata:latest [2022-08-13T00:38:11.550Z]  Building core-metadata ... done Removing intermediate container bd878dc2efa3 [2022-08-13T00:38:11.550Z] ---> 395998f83934 [2022-08-13T00:38:11.550Z] Step 22/22 : LABEL version=2.3.0-dev.46 [2022-08-13T00:38:11.550Z] ---> 36f1587bbbb1 [2022-08-13T00:38:11.550Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-08-13T00:38:11.550Z] ---> Running in 7bbe62d21c01 [2022-08-13T00:38:11.809Z] Removing intermediate container 7bbe62d21c01 [2022-08-13T00:38:11.809Z] ---> 5760cbeb20d1 [2022-08-13T00:38:11.809Z] [2022-08-13T00:38:11.809Z] ---> fb9adab5a551 [2022-08-13T00:38:11.809Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-08-13T00:38:11.809Z] Successfully built 5760cbeb20d1 [2022-08-13T00:38:11.809Z] ---> Running in f7324d3ca92f [2022-08-13T00:38:11.809Z] Successfully tagged security-proxy-setup:latest [2022-08-13T00:38:12.069Z]  Building security-proxy-setup ... done Removing intermediate container f7324d3ca92f [2022-08-13T00:38:12.069Z] ---> 8bbe19d95b29 [2022-08-13T00:38:12.069Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:38:12.069Z] ---> Running in 77c86d06edc2 [2022-08-13T00:38:12.069Z] Removing intermediate container 77c86d06edc2 [2022-08-13T00:38:12.069Z] ---> 764ca1236b39 [2022-08-13T00:38:12.069Z] Step 20/22 : LABEL arch=x86_64 [2022-08-13T00:38:12.069Z] ---> Running in c79ae42f181a [2022-08-13T00:38:12.329Z] Removing intermediate container c79ae42f181a [2022-08-13T00:38:12.329Z] ---> 45902b510247 [2022-08-13T00:38:12.329Z] Step 21/22 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:12.329Z] ---> Running in 1c4638ae2ccc [2022-08-13T00:38:12.329Z] Removing intermediate container 1c4638ae2ccc [2022-08-13T00:38:12.329Z] ---> a56dd1724698 [2022-08-13T00:38:12.329Z] Step 22/22 : LABEL version=2.3.0-dev.46 [2022-08-13T00:38:12.329Z] ---> Running in 571b1f6afec1 [2022-08-13T00:38:12.590Z] Removing intermediate container 571b1f6afec1 [2022-08-13T00:38:12.590Z] ---> ed9026d54455 [2022-08-13T00:38:12.590Z] [2022-08-13T00:38:12.590Z] Successfully built ed9026d54455 [2022-08-13T00:38:12.590Z] Successfully tagged support-notifications:latest [2022-08-13T00:38:12.597Z]  Building support-notifications ... done  [Pipeline] } [2022-08-13T00:38:12.600Z] $ docker stop --time=1 c03808ad52ab3e3bcfe1d66526b3d5321b037315c55c95f73b5a08db9a7686c1 [2022-08-13T00:38:13.923Z] $ docker rm -f c03808ad52ab3e3bcfe1d66526b3d5321b037315c55c95f73b5a08db9a7686c1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-13T00:38:14.272Z] + docker images [2022-08-13T00:38:14.272Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-13T00:38:14.272Z] support-notifications latest ed9026d54455 2 seconds ago 27.2MB [2022-08-13T00:38:14.272Z] security-proxy-setup latest 5760cbeb20d1 3 seconds ago 27.2MB [2022-08-13T00:38:14.272Z] core-metadata latest aab76a171013 3 seconds ago 18.2MB [2022-08-13T00:38:14.272Z] c3775d0b2f3e 7 seconds ago 1.58GB [2022-08-13T00:38:14.272Z] 7e0df1358808 7 seconds ago 1.55GB [2022-08-13T00:38:14.272Z] af5d4928ad0f 10 seconds ago 1.53GB [2022-08-13T00:38:14.272Z] core-command latest 943f9b602c52 18 seconds ago 16.2MB [2022-08-13T00:38:14.272Z] a2bf10383d68 25 seconds ago 1.52GB [2022-08-13T00:38:14.272Z] security-spire-config latest 19be8fe3c834 31 seconds ago 85.8MB [2022-08-13T00:38:14.272Z] support-scheduler latest 99090f19c15b 34 seconds ago 26.5MB [2022-08-13T00:38:14.272Z] security-spire-agent latest 29d107c5305d 40 seconds ago 125MB [2022-08-13T00:38:14.272Z] 6c334b3b4ad0 43 seconds ago 1.42GB [2022-08-13T00:38:14.272Z] 1eb4914a476e 45 seconds ago 1.58GB [2022-08-13T00:38:14.272Z] security-spiffe-token-provider latest f6ff363dd022 46 seconds ago 29.2MB [2022-08-13T00:38:14.272Z] 328a54a7769f 48 seconds ago 1.42GB [2022-08-13T00:38:14.272Z] f0454df92eec 58 seconds ago 1.57GB [2022-08-13T00:38:14.272Z] sys-mgmt-agent latest 05a260b1a536 About a minute ago 135MB [2022-08-13T00:38:14.272Z] security-bootstrapper latest a8b7774a0b44 About a minute ago 19.3MB [2022-08-13T00:38:14.272Z] core-data latest 4dc1bce15e4b About a minute ago 21.5MB [2022-08-13T00:38:14.272Z] security-secretstore-setup latest 5f765657b0ae About a minute ago 28.9MB [2022-08-13T00:38:14.272Z] e9f75c11eb6d About a minute ago 1.52GB [2022-08-13T00:38:14.272Z] 9cbdb15c6347 About a minute ago 1.55GB [2022-08-13T00:38:14.272Z] 2dd24ec4ddad About a minute ago 1.53GB [2022-08-13T00:38:14.272Z] 139aacb681ac About a minute ago 1.52GB [2022-08-13T00:38:14.272Z] security-spire-server latest 5bfa6d23e38d About a minute ago 86.5MB [2022-08-13T00:38:14.272Z] 88fa5073ec5c About a minute ago 1.42GB [2022-08-13T00:38:14.272Z] ci-base-image-x86_64 latest 743013500f6a 4 minutes ago 993MB [2022-08-13T00:38:14.272Z] alpine 3.15 c4fc93816858 3 days ago 5.59MB [2022-08-13T00:38:14.272Z] alpine 3.16 9c6f07244728 3 days ago 5.54MB [2022-08-13T00:38:14.272Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 weeks ago 253MB [2022-08-13T00:38:14.272Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 5 weeks ago 677MB [2022-08-13T00:38:14.272Z] 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-13T00:38:14.400Z] provisioning config files... [2022-08-13T00:38:14.410Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/281@tmp/config4759044485620629226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-13T00:38:14.722Z] ---> docker-login.sh [2022-08-13T00:38:14.722Z] nexus3.edgexfoundry.org:10001 [2022-08-13T00:38:14.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:14.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:14.982Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:14.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:14.983Z] [2022-08-13T00:38:14.983Z] Login Succeeded [2022-08-13T00:38:14.983Z] nexus3.edgexfoundry.org:10002 [2022-08-13T00:38:14.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:14.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:14.983Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:14.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:14.983Z] [2022-08-13T00:38:14.983Z] Login Succeeded [2022-08-13T00:38:14.983Z] nexus3.edgexfoundry.org:10003 [2022-08-13T00:38:15.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:15.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:15.242Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:15.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:15.242Z] [2022-08-13T00:38:15.242Z] Login Succeeded [2022-08-13T00:38:15.242Z] nexus3.edgexfoundry.org:10004 [2022-08-13T00:38:15.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:15.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:15.242Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:15.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:15.243Z] [2022-08-13T00:38:15.243Z] Login Succeeded [2022-08-13T00:38:15.243Z] docker.io [2022-08-13T00:38:15.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:15.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:15.761Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:15.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:15.761Z] [2022-08-13T00:38:15.761Z] Login Succeeded [2022-08-13T00:38:15.761Z] ---> docker-login.sh ends [Pipeline] } [2022-08-13T00:38:15.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:38:15.802Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-13T00:38:15.826Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-08-13T00:38:15.826Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:15.826Z] latest [2022-08-13T00:38:15.826Z] 2.3.0-dev.46 [2022-08-13T00:38:15.826Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:15.826Z] main [2022-08-13T00:38:15.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:16.153Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:16.468Z] + docker push nexus3.edgexfoundry.org:10004/core-command:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:16.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-13T00:38:16.468Z] de3fa642b948: Preparing [2022-08-13T00:38:16.468Z] fe8555da026a: Preparing [2022-08-13T00:38:16.468Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:16.468Z] b16cb54a2454: Preparing [2022-08-13T00:38:16.468Z] 994393dc58e7: Preparing [2022-08-13T00:38:16.468Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:16.468Z] b16cb54a2454: Pushed [2022-08-13T00:38:16.468Z] de3fa642b948: Pushed [2022-08-13T00:38:16.468Z] 51ebfe8bfdf3: Pushed [2022-08-13T00:38:17.846Z] fe8555da026a: Pushed [2022-08-13T00:38:17.846Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:8903cc818a2f533ef6371ed072603d539c50188dbc1c51fba469f9e1aa487edb size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:18.218Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:18.530Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-08-13T00:38:18.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-13T00:38:18.530Z] de3fa642b948: Preparing [2022-08-13T00:38:18.530Z] fe8555da026a: Preparing [2022-08-13T00:38:18.530Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:18.530Z] b16cb54a2454: Preparing [2022-08-13T00:38:18.530Z] 994393dc58e7: Preparing [2022-08-13T00:38:18.530Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:18.530Z] fe8555da026a: Layer already exists [2022-08-13T00:38:18.530Z] de3fa642b948: Layer already exists [2022-08-13T00:38:18.530Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:18.530Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:18.530Z] latest: digest: sha256:8903cc818a2f533ef6371ed072603d539c50188dbc1c51fba469f9e1aa487edb size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:18.851Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:19.162Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.46 [2022-08-13T00:38:19.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-13T00:38:19.162Z] de3fa642b948: Preparing [2022-08-13T00:38:19.162Z] fe8555da026a: Preparing [2022-08-13T00:38:19.162Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:19.162Z] b16cb54a2454: Preparing [2022-08-13T00:38:19.162Z] 994393dc58e7: Preparing [2022-08-13T00:38:19.162Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:19.162Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:19.162Z] fe8555da026a: Layer already exists [2022-08-13T00:38:19.162Z] de3fa642b948: Layer already exists [2022-08-13T00:38:19.162Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:19.162Z] 2.3.0-dev.46: digest: sha256:8903cc818a2f533ef6371ed072603d539c50188dbc1c51fba469f9e1aa487edb size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:19.479Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:19.790Z] + docker push nexus3.edgexfoundry.org:10004/core-command:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:19.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-13T00:38:19.790Z] de3fa642b948: Preparing [2022-08-13T00:38:19.790Z] fe8555da026a: Preparing [2022-08-13T00:38:19.790Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:19.790Z] b16cb54a2454: Preparing [2022-08-13T00:38:19.790Z] 994393dc58e7: Preparing [2022-08-13T00:38:19.790Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:19.790Z] de3fa642b948: Layer already exists [2022-08-13T00:38:19.790Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:19.790Z] fe8555da026a: Layer already exists [2022-08-13T00:38:19.790Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:19.790Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:8903cc818a2f533ef6371ed072603d539c50188dbc1c51fba469f9e1aa487edb size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:20.108Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:20.417Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-08-13T00:38:20.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-08-13T00:38:20.417Z] de3fa642b948: Preparing [2022-08-13T00:38:20.417Z] fe8555da026a: Preparing [2022-08-13T00:38:20.417Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:20.417Z] b16cb54a2454: Preparing [2022-08-13T00:38:20.417Z] 994393dc58e7: Preparing [2022-08-13T00:38:20.417Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:20.417Z] de3fa642b948: Layer already exists [2022-08-13T00:38:20.417Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:20.417Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:20.417Z] fe8555da026a: Layer already exists [2022-08-13T00:38:20.417Z] main: digest: sha256:8903cc818a2f533ef6371ed072603d539c50188dbc1c51fba469f9e1aa487edb size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:38:20.463Z] ===================================================== [Pipeline] echo [2022-08-13T00:38:20.473Z] taggedImages: [2022-08-13T00:38:20.473Z] - nexus3.edgexfoundry.org:10004/core-command:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:20.473Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-08-13T00:38:20.473Z] - nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.46 [2022-08-13T00:38:20.473Z] - nexus3.edgexfoundry.org:10004/core-command:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:20.473Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-08-13T00:38:20.493Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-08-13T00:38:20.493Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:20.493Z] latest [2022-08-13T00:38:20.493Z] 2.3.0-dev.46 [2022-08-13T00:38:20.493Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:20.493Z] main [2022-08-13T00:38:20.493Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:20.821Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:21.125Z] + docker push nexus3.edgexfoundry.org:10004/core-data:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:21.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-13T00:38:21.125Z] 774dbb8fdf07: Preparing [2022-08-13T00:38:21.125Z] 4ac516c7a37f: Preparing [2022-08-13T00:38:21.125Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:21.125Z] 22f5d479dde1: Preparing [2022-08-13T00:38:21.125Z] 29151e6171b9: Preparing [2022-08-13T00:38:21.125Z] 994393dc58e7: Preparing [2022-08-13T00:38:21.125Z] 994393dc58e7: Waiting [2022-08-13T00:38:21.125Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:21.125Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:21.125Z] 29151e6171b9: Pushed [2022-08-13T00:38:21.125Z] 774dbb8fdf07: Pushed [2022-08-13T00:38:21.385Z] 22f5d479dde1: Pushed [2022-08-13T00:38:22.765Z] 4ac516c7a37f: Pushed [2022-08-13T00:38:22.765Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:b8970aee1942af5707803906ff50a1f7db72071d4b03171d3b59a726ee86e6b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:23.080Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:23.381Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-08-13T00:38:23.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-13T00:38:23.381Z] 774dbb8fdf07: Preparing [2022-08-13T00:38:23.381Z] 4ac516c7a37f: Preparing [2022-08-13T00:38:23.381Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:23.381Z] 22f5d479dde1: Preparing [2022-08-13T00:38:23.381Z] 29151e6171b9: Preparing [2022-08-13T00:38:23.381Z] 994393dc58e7: Preparing [2022-08-13T00:38:23.381Z] 994393dc58e7: Waiting [2022-08-13T00:38:23.381Z] 22f5d479dde1: Layer already exists [2022-08-13T00:38:23.381Z] 4ac516c7a37f: Layer already exists [2022-08-13T00:38:23.381Z] 29151e6171b9: Layer already exists [2022-08-13T00:38:23.381Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:23.381Z] 774dbb8fdf07: Layer already exists [2022-08-13T00:38:23.381Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:23.381Z] latest: digest: sha256:b8970aee1942af5707803906ff50a1f7db72071d4b03171d3b59a726ee86e6b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:23.705Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:24.015Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.46 [2022-08-13T00:38:24.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-13T00:38:24.015Z] 774dbb8fdf07: Preparing [2022-08-13T00:38:24.015Z] 4ac516c7a37f: Preparing [2022-08-13T00:38:24.015Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:24.015Z] 22f5d479dde1: Preparing [2022-08-13T00:38:24.015Z] 29151e6171b9: Preparing [2022-08-13T00:38:24.015Z] 994393dc58e7: Preparing [2022-08-13T00:38:24.015Z] 994393dc58e7: Waiting [2022-08-13T00:38:24.015Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:24.015Z] 4ac516c7a37f: Layer already exists [2022-08-13T00:38:24.015Z] 22f5d479dde1: Layer already exists [2022-08-13T00:38:24.015Z] 29151e6171b9: Layer already exists [2022-08-13T00:38:24.015Z] 774dbb8fdf07: Layer already exists [2022-08-13T00:38:24.015Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:24.015Z] 2.3.0-dev.46: digest: sha256:b8970aee1942af5707803906ff50a1f7db72071d4b03171d3b59a726ee86e6b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:24.334Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-13T00:38:24.582Z] provisioning config files... [2022-08-13T00:38:24.608Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/281@tmp/config7806446930103149548tmp [2022-08-13T00:38:24.714Z] + docker push nexus3.edgexfoundry.org:10004/core-data:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:24.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-13T00:38:24.715Z] 774dbb8fdf07: Preparing [2022-08-13T00:38:24.715Z] 4ac516c7a37f: Preparing [2022-08-13T00:38:24.715Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:24.715Z] 22f5d479dde1: Preparing [2022-08-13T00:38:24.715Z] 29151e6171b9: Preparing [2022-08-13T00:38:24.715Z] 994393dc58e7: Preparing [2022-08-13T00:38:24.715Z] 994393dc58e7: Waiting [2022-08-13T00:38:24.715Z] 22f5d479dde1: Layer already exists [2022-08-13T00:38:24.715Z] 29151e6171b9: Layer already exists [2022-08-13T00:38:24.715Z] 4ac516c7a37f: Layer already exists [2022-08-13T00:38:24.715Z] 774dbb8fdf07: Layer already exists [2022-08-13T00:38:24.715Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:24.715Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:24.715Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:b8970aee1942af5707803906ff50a1f7db72071d4b03171d3b59a726ee86e6b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-13T00:38:25.043Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:25.147Z] ---> docker-login.sh [2022-08-13T00:38:25.147Z] nexus3.edgexfoundry.org:10001 [2022-08-13T00:38:25.343Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-08-13T00:38:25.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-08-13T00:38:25.343Z] 774dbb8fdf07: Preparing [2022-08-13T00:38:25.343Z] 4ac516c7a37f: Preparing [2022-08-13T00:38:25.343Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:25.343Z] 22f5d479dde1: Preparing [2022-08-13T00:38:25.343Z] 29151e6171b9: Preparing [2022-08-13T00:38:25.343Z] 994393dc58e7: Preparing [2022-08-13T00:38:25.343Z] 994393dc58e7: Waiting [2022-08-13T00:38:25.343Z] 774dbb8fdf07: Layer already exists [2022-08-13T00:38:25.343Z] 29151e6171b9: Layer already exists [2022-08-13T00:38:25.343Z] 22f5d479dde1: Layer already exists [2022-08-13T00:38:25.343Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:25.343Z] 4ac516c7a37f: Layer already exists [2022-08-13T00:38:25.343Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:25.343Z] main: digest: sha256:b8970aee1942af5707803906ff50a1f7db72071d4b03171d3b59a726ee86e6b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:38:25.389Z] ===================================================== [Pipeline] echo [2022-08-13T00:38:25.399Z] taggedImages: [2022-08-13T00:38:25.399Z] - nexus3.edgexfoundry.org:10004/core-data:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:25.399Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-08-13T00:38:25.399Z] - nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.46 [2022-08-13T00:38:25.399Z] - nexus3.edgexfoundry.org:10004/core-data:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:25.399Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-08-13T00:38:25.419Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-08-13T00:38:25.419Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:25.419Z] latest [2022-08-13T00:38:25.419Z] 2.3.0-dev.46 [2022-08-13T00:38:25.419Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:25.419Z] main [2022-08-13T00:38:25.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:25.730Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [2022-08-13T00:38:25.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:26.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:26.020Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:26.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:26.020Z] [2022-08-13T00:38:26.020Z] Login Succeeded [2022-08-13T00:38:26.020Z] nexus3.edgexfoundry.org:10002 [2022-08-13T00:38:26.037Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:26.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-13T00:38:26.037Z] a2e7125963b3: Preparing [2022-08-13T00:38:26.037Z] 87739b79f7b1: Preparing [2022-08-13T00:38:26.037Z] a5d5742d58c3: Preparing [2022-08-13T00:38:26.037Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:26.037Z] b16cb54a2454: Preparing [2022-08-13T00:38:26.037Z] 994393dc58e7: Preparing [2022-08-13T00:38:26.037Z] 994393dc58e7: Waiting [2022-08-13T00:38:26.037Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:26.037Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:26.037Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:26.037Z] 87739b79f7b1: Pushed [2022-08-13T00:38:26.037Z] a2e7125963b3: Pushed [2022-08-13T00:38:26.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:26.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:26.571Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:26.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:26.571Z] [2022-08-13T00:38:26.571Z] Login Succeeded [2022-08-13T00:38:26.571Z] nexus3.edgexfoundry.org:10003 [2022-08-13T00:38:26.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:27.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:27.123Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:27.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:27.123Z] [2022-08-13T00:38:27.123Z] Login Succeeded [2022-08-13T00:38:27.123Z] nexus3.edgexfoundry.org:10004 [2022-08-13T00:38:27.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:27.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:27.397Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:27.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:27.397Z] [2022-08-13T00:38:27.397Z] Login Succeeded [2022-08-13T00:38:27.397Z] docker.io [2022-08-13T00:38:27.417Z] a5d5742d58c3: Pushed [2022-08-13T00:38:27.417Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:9d63f377d731c8205477e56d542d04ba936634488fab9cf34476cae348732da9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:27.743Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:27.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:38:28.052Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-08-13T00:38:28.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-13T00:38:28.052Z] a2e7125963b3: Preparing [2022-08-13T00:38:28.052Z] 87739b79f7b1: Preparing [2022-08-13T00:38:28.052Z] a5d5742d58c3: Preparing [2022-08-13T00:38:28.052Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:28.052Z] b16cb54a2454: Preparing [2022-08-13T00:38:28.052Z] 994393dc58e7: Preparing [2022-08-13T00:38:28.052Z] 994393dc58e7: Waiting [2022-08-13T00:38:28.052Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:28.052Z] a5d5742d58c3: Layer already exists [2022-08-13T00:38:28.052Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:28.052Z] a2e7125963b3: Layer already exists [2022-08-13T00:38:28.052Z] 87739b79f7b1: Layer already exists [2022-08-13T00:38:28.052Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:28.052Z] latest: digest: sha256:9d63f377d731c8205477e56d542d04ba936634488fab9cf34476cae348732da9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:28.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:38:28.270Z] Configure a credential helper to remove this warning. See [2022-08-13T00:38:28.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:38:28.270Z] [2022-08-13T00:38:28.270Z] Login Succeeded [2022-08-13T00:38:28.270Z] ---> docker-login.sh ends [Pipeline] } [2022-08-13T00:38:28.287Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-08-13T00:38:28.371Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-08-13T00:38:28.686Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.46 [2022-08-13T00:38:28.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-13T00:38:28.686Z] a2e7125963b3: Preparing [2022-08-13T00:38:28.686Z] 87739b79f7b1: Preparing [2022-08-13T00:38:28.686Z] a5d5742d58c3: Preparing [2022-08-13T00:38:28.686Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:28.686Z] b16cb54a2454: Preparing [2022-08-13T00:38:28.686Z] 994393dc58e7: Preparing [2022-08-13T00:38:28.686Z] 994393dc58e7: Waiting [2022-08-13T00:38:28.686Z] a5d5742d58c3: Layer already exists [2022-08-13T00:38:28.686Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:28.686Z] a2e7125963b3: Layer already exists [2022-08-13T00:38:28.686Z] 87739b79f7b1: Layer already exists [2022-08-13T00:38:28.686Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:28.686Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:28.686Z] 2.3.0-dev.46: digest: sha256:9d63f377d731c8205477e56d542d04ba936634488fab9cf34476cae348732da9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:28.854Z] + git config --global --add safe.directory /w/workspace/edgex-go/281 [Pipeline] echo [2022-08-13T00:38:28.877Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-13T00:38:28.893Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-13T00:38:28.901Z] ========================================================= [2022-08-13T00:38:28.901Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-13T00:38:28.901Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-13T00:38:29.005Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:29.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-13T00:38:29.316Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:29.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-13T00:38:29.316Z] a2e7125963b3: Preparing [2022-08-13T00:38:29.316Z] 87739b79f7b1: Preparing [2022-08-13T00:38:29.316Z] a5d5742d58c3: Preparing [2022-08-13T00:38:29.316Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:29.316Z] b16cb54a2454: Preparing [2022-08-13T00:38:29.316Z] 994393dc58e7: Preparing [2022-08-13T00:38:29.316Z] 87739b79f7b1: Layer already exists [2022-08-13T00:38:29.316Z] a5d5742d58c3: Layer already exists [2022-08-13T00:38:29.316Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:29.316Z] a2e7125963b3: Layer already exists [2022-08-13T00:38:29.316Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:29.316Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:29.316Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:9d63f377d731c8205477e56d542d04ba936634488fab9cf34476cae348732da9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:29.506Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-13T00:38:29.506Z] b3c136eddcbf: Pulling fs layer [2022-08-13T00:38:29.506Z] c0a3192eca97: Pulling fs layer [2022-08-13T00:38:29.506Z] a050256f5b6f: Pulling fs layer [2022-08-13T00:38:29.506Z] 656be50a0ddc: Pulling fs layer [2022-08-13T00:38:29.506Z] 2bbca73fdf42: Pulling fs layer [2022-08-13T00:38:29.506Z] 46d945488cbd: Pulling fs layer [2022-08-13T00:38:29.506Z] 8a5474983e97: Pulling fs layer [2022-08-13T00:38:29.506Z] 329c88fbcd65: Pulling fs layer [2022-08-13T00:38:29.506Z] 656be50a0ddc: Waiting [2022-08-13T00:38:29.506Z] 2bbca73fdf42: Waiting [2022-08-13T00:38:29.506Z] 46d945488cbd: Waiting [2022-08-13T00:38:29.506Z] 8a5474983e97: Waiting [2022-08-13T00:38:29.506Z] 329c88fbcd65: Waiting [2022-08-13T00:38:29.506Z] a050256f5b6f: Download complete [2022-08-13T00:38:29.506Z] c0a3192eca97: Verifying Checksum [2022-08-13T00:38:29.506Z] c0a3192eca97: Download complete [2022-08-13T00:38:29.506Z] 2bbca73fdf42: Download complete [2022-08-13T00:38:29.506Z] 46d945488cbd: Verifying Checksum [2022-08-13T00:38:29.506Z] 46d945488cbd: Download complete [2022-08-13T00:38:29.506Z] b3c136eddcbf: Verifying Checksum [2022-08-13T00:38:29.506Z] b3c136eddcbf: Download complete [2022-08-13T00:38:29.632Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:29.941Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-08-13T00:38:29.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-08-13T00:38:29.941Z] a2e7125963b3: Preparing [2022-08-13T00:38:29.941Z] 87739b79f7b1: Preparing [2022-08-13T00:38:29.941Z] a5d5742d58c3: Preparing [2022-08-13T00:38:29.941Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:29.941Z] b16cb54a2454: Preparing [2022-08-13T00:38:29.941Z] 994393dc58e7: Preparing [2022-08-13T00:38:29.941Z] 994393dc58e7: Waiting [2022-08-13T00:38:29.941Z] b16cb54a2454: Layer already exists [2022-08-13T00:38:29.941Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:29.941Z] a5d5742d58c3: Layer already exists [2022-08-13T00:38:29.941Z] 87739b79f7b1: Layer already exists [2022-08-13T00:38:29.941Z] a2e7125963b3: Layer already exists [2022-08-13T00:38:29.941Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:29.941Z] main: digest: sha256:9d63f377d731c8205477e56d542d04ba936634488fab9cf34476cae348732da9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:38:29.988Z] ===================================================== [Pipeline] echo [2022-08-13T00:38:29.994Z] taggedImages: [2022-08-13T00:38:29.995Z] - nexus3.edgexfoundry.org:10004/core-metadata:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:29.995Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-08-13T00:38:29.995Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.46 [2022-08-13T00:38:29.995Z] - nexus3.edgexfoundry.org:10004/core-metadata:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:29.995Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-08-13T00:38:30.016Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-08-13T00:38:30.016Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:30.016Z] latest [2022-08-13T00:38:30.016Z] 2.3.0-dev.46 [2022-08-13T00:38:30.016Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:30.016Z] main [2022-08-13T00:38:30.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:30.349Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:30.503Z] b3c136eddcbf: Pull complete [2022-08-13T00:38:30.504Z] 329c88fbcd65: Verifying Checksum [2022-08-13T00:38:30.504Z] 329c88fbcd65: Download complete [2022-08-13T00:38:30.663Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:30.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-13T00:38:30.664Z] a018f3da58cb: Preparing [2022-08-13T00:38:30.664Z] a018f3da58cb: Preparing [2022-08-13T00:38:30.664Z] c615d2793fa7: Preparing [2022-08-13T00:38:30.664Z] ba715acefa9b: Preparing [2022-08-13T00:38:30.664Z] 0c69bc456613: Preparing [2022-08-13T00:38:30.664Z] de9925b3173f: Preparing [2022-08-13T00:38:30.664Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:30.664Z] c25c0e03681e: Preparing [2022-08-13T00:38:30.664Z] 7f2731c07029: Preparing [2022-08-13T00:38:30.664Z] 6bda8ff9ab85: Preparing [2022-08-13T00:38:30.664Z] 0fbf5117c368: Preparing [2022-08-13T00:38:30.664Z] 994393dc58e7: Preparing [2022-08-13T00:38:30.664Z] 51ebfe8bfdf3: Waiting [2022-08-13T00:38:30.664Z] 6bda8ff9ab85: Waiting [2022-08-13T00:38:30.664Z] 7f2731c07029: Waiting [2022-08-13T00:38:30.664Z] c25c0e03681e: Waiting [2022-08-13T00:38:30.664Z] 0fbf5117c368: Waiting [2022-08-13T00:38:30.664Z] 994393dc58e7: Waiting [2022-08-13T00:38:30.664Z] ba715acefa9b: Pushed [2022-08-13T00:38:30.664Z] 0c69bc456613: Pushed [2022-08-13T00:38:30.664Z] c615d2793fa7: Pushed [2022-08-13T00:38:30.664Z] a018f3da58cb: Pushed [2022-08-13T00:38:30.664Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:30.923Z] c25c0e03681e: Pushed [2022-08-13T00:38:30.923Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:30.923Z] 0fbf5117c368: Pushed [2022-08-13T00:38:30.923Z] 7f2731c07029: Pushed [2022-08-13T00:38:30.923Z] 6bda8ff9ab85: Pushed [2022-08-13T00:38:31.150Z] c0a3192eca97: Pull complete [2022-08-13T00:38:31.432Z] a050256f5b6f: Pull complete [2022-08-13T00:38:31.708Z] 8a5474983e97: Verifying Checksum [2022-08-13T00:38:31.708Z] 8a5474983e97: Download complete [2022-08-13T00:38:32.304Z] de9925b3173f: Pushed [2022-08-13T00:38:32.305Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:b89d4494199bdcc8b4e56a47e8957198295a1e156cd6868d636d8a679c14d2cb size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:32.631Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:32.688Z] 656be50a0ddc: Verifying Checksum [2022-08-13T00:38:32.688Z] 656be50a0ddc: Download complete [2022-08-13T00:38:32.949Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-08-13T00:38:32.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-13T00:38:32.949Z] a018f3da58cb: Preparing [2022-08-13T00:38:32.949Z] a018f3da58cb: Preparing [2022-08-13T00:38:32.949Z] c615d2793fa7: Preparing [2022-08-13T00:38:32.949Z] ba715acefa9b: Preparing [2022-08-13T00:38:32.949Z] 0c69bc456613: Preparing [2022-08-13T00:38:32.949Z] de9925b3173f: Preparing [2022-08-13T00:38:32.949Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:32.949Z] c25c0e03681e: Preparing [2022-08-13T00:38:32.949Z] 7f2731c07029: Preparing [2022-08-13T00:38:32.949Z] 6bda8ff9ab85: Preparing [2022-08-13T00:38:32.949Z] c25c0e03681e: Waiting [2022-08-13T00:38:32.949Z] 51ebfe8bfdf3: Waiting [2022-08-13T00:38:32.949Z] 0fbf5117c368: Preparing [2022-08-13T00:38:32.949Z] 994393dc58e7: Preparing [2022-08-13T00:38:32.949Z] 6bda8ff9ab85: Waiting [2022-08-13T00:38:32.949Z] 994393dc58e7: Waiting [2022-08-13T00:38:32.949Z] c615d2793fa7: Layer already exists [2022-08-13T00:38:32.949Z] de9925b3173f: Layer already exists [2022-08-13T00:38:32.949Z] ba715acefa9b: Layer already exists [2022-08-13T00:38:32.949Z] a018f3da58cb: Layer already exists [2022-08-13T00:38:32.949Z] 0c69bc456613: Layer already exists [2022-08-13T00:38:32.949Z] c25c0e03681e: Layer already exists [2022-08-13T00:38:32.949Z] 6bda8ff9ab85: Layer already exists [2022-08-13T00:38:32.949Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:32.949Z] 0fbf5117c368: Layer already exists [2022-08-13T00:38:32.949Z] 7f2731c07029: Layer already exists [2022-08-13T00:38:32.949Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:32.949Z] latest: digest: sha256:b89d4494199bdcc8b4e56a47e8957198295a1e156cd6868d636d8a679c14d2cb size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:33.269Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:33.584Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.46 [2022-08-13T00:38:33.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-13T00:38:33.584Z] a018f3da58cb: Preparing [2022-08-13T00:38:33.584Z] a018f3da58cb: Preparing [2022-08-13T00:38:33.584Z] c615d2793fa7: Preparing [2022-08-13T00:38:33.584Z] ba715acefa9b: Preparing [2022-08-13T00:38:33.584Z] 0c69bc456613: Preparing [2022-08-13T00:38:33.585Z] de9925b3173f: Preparing [2022-08-13T00:38:33.585Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:33.585Z] c25c0e03681e: Preparing [2022-08-13T00:38:33.585Z] 7f2731c07029: Preparing [2022-08-13T00:38:33.585Z] 6bda8ff9ab85: Preparing [2022-08-13T00:38:33.585Z] 0fbf5117c368: Preparing [2022-08-13T00:38:33.585Z] 994393dc58e7: Preparing [2022-08-13T00:38:33.585Z] c25c0e03681e: Waiting [2022-08-13T00:38:33.585Z] 7f2731c07029: Waiting [2022-08-13T00:38:33.585Z] 6bda8ff9ab85: Waiting [2022-08-13T00:38:33.585Z] 51ebfe8bfdf3: Waiting [2022-08-13T00:38:33.585Z] 0fbf5117c368: Waiting [2022-08-13T00:38:33.585Z] 994393dc58e7: Waiting [2022-08-13T00:38:33.585Z] ba715acefa9b: Layer already exists [2022-08-13T00:38:33.585Z] a018f3da58cb: Layer already exists [2022-08-13T00:38:33.585Z] 0c69bc456613: Layer already exists [2022-08-13T00:38:33.585Z] de9925b3173f: Layer already exists [2022-08-13T00:38:33.585Z] c615d2793fa7: Layer already exists [2022-08-13T00:38:33.585Z] c25c0e03681e: Layer already exists [2022-08-13T00:38:33.585Z] 7f2731c07029: Layer already exists [2022-08-13T00:38:33.585Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:33.585Z] 6bda8ff9ab85: Layer already exists [2022-08-13T00:38:33.585Z] 0fbf5117c368: Layer already exists [2022-08-13T00:38:33.585Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:33.585Z] 2.3.0-dev.46: digest: sha256:b89d4494199bdcc8b4e56a47e8957198295a1e156cd6868d636d8a679c14d2cb size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:33.908Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:34.225Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:34.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-13T00:38:34.225Z] a018f3da58cb: Preparing [2022-08-13T00:38:34.225Z] a018f3da58cb: Preparing [2022-08-13T00:38:34.225Z] c615d2793fa7: Preparing [2022-08-13T00:38:34.225Z] ba715acefa9b: Preparing [2022-08-13T00:38:34.225Z] 0c69bc456613: Preparing [2022-08-13T00:38:34.225Z] de9925b3173f: Preparing [2022-08-13T00:38:34.225Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:34.225Z] c25c0e03681e: Preparing [2022-08-13T00:38:34.225Z] 7f2731c07029: Preparing [2022-08-13T00:38:34.225Z] 6bda8ff9ab85: Preparing [2022-08-13T00:38:34.225Z] c25c0e03681e: Waiting [2022-08-13T00:38:34.225Z] 7f2731c07029: Waiting [2022-08-13T00:38:34.225Z] 6bda8ff9ab85: Waiting [2022-08-13T00:38:34.225Z] 0fbf5117c368: Preparing [2022-08-13T00:38:34.225Z] 994393dc58e7: Preparing [2022-08-13T00:38:34.225Z] 994393dc58e7: Waiting [2022-08-13T00:38:34.225Z] 0fbf5117c368: Waiting [2022-08-13T00:38:34.225Z] 0c69bc456613: Layer already exists [2022-08-13T00:38:34.225Z] c615d2793fa7: Layer already exists [2022-08-13T00:38:34.225Z] a018f3da58cb: Layer already exists [2022-08-13T00:38:34.225Z] ba715acefa9b: Layer already exists [2022-08-13T00:38:34.225Z] de9925b3173f: Layer already exists [2022-08-13T00:38:34.225Z] c25c0e03681e: Layer already exists [2022-08-13T00:38:34.225Z] 6bda8ff9ab85: Layer already exists [2022-08-13T00:38:34.225Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:34.225Z] 7f2731c07029: Layer already exists [2022-08-13T00:38:34.225Z] 0fbf5117c368: Layer already exists [2022-08-13T00:38:34.225Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:34.225Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:b89d4494199bdcc8b4e56a47e8957198295a1e156cd6868d636d8a679c14d2cb size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:34.542Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:34.860Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-08-13T00:38:34.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-08-13T00:38:34.860Z] a018f3da58cb: Preparing [2022-08-13T00:38:34.860Z] a018f3da58cb: Preparing [2022-08-13T00:38:34.860Z] c615d2793fa7: Preparing [2022-08-13T00:38:34.860Z] ba715acefa9b: Preparing [2022-08-13T00:38:34.860Z] 0c69bc456613: Preparing [2022-08-13T00:38:34.860Z] de9925b3173f: Preparing [2022-08-13T00:38:34.860Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:34.860Z] c25c0e03681e: Preparing [2022-08-13T00:38:34.860Z] 7f2731c07029: Preparing [2022-08-13T00:38:34.860Z] 6bda8ff9ab85: Preparing [2022-08-13T00:38:34.860Z] 0fbf5117c368: Preparing [2022-08-13T00:38:34.860Z] 994393dc58e7: Preparing [2022-08-13T00:38:34.860Z] 6bda8ff9ab85: Waiting [2022-08-13T00:38:34.860Z] 7f2731c07029: Waiting [2022-08-13T00:38:34.860Z] c25c0e03681e: Waiting [2022-08-13T00:38:34.860Z] 0fbf5117c368: Waiting [2022-08-13T00:38:34.860Z] 994393dc58e7: Waiting [2022-08-13T00:38:34.860Z] 51ebfe8bfdf3: Waiting [2022-08-13T00:38:34.860Z] ba715acefa9b: Layer already exists [2022-08-13T00:38:34.860Z] a018f3da58cb: Layer already exists [2022-08-13T00:38:34.860Z] c615d2793fa7: Layer already exists [2022-08-13T00:38:34.860Z] 0c69bc456613: Layer already exists [2022-08-13T00:38:34.860Z] de9925b3173f: Layer already exists [2022-08-13T00:38:34.860Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:34.860Z] c25c0e03681e: Layer already exists [2022-08-13T00:38:34.860Z] 7f2731c07029: Layer already exists [2022-08-13T00:38:34.860Z] 0fbf5117c368: Layer already exists [2022-08-13T00:38:34.860Z] 6bda8ff9ab85: Layer already exists [2022-08-13T00:38:34.860Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:34.860Z] main: digest: sha256:b89d4494199bdcc8b4e56a47e8957198295a1e156cd6868d636d8a679c14d2cb size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:38:34.917Z] ===================================================== [Pipeline] echo [2022-08-13T00:38:34.928Z] taggedImages: [2022-08-13T00:38:34.928Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:34.928Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-08-13T00:38:34.928Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.46 [2022-08-13T00:38:34.928Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:34.928Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-08-13T00:38:34.953Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-08-13T00:38:34.953Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:34.953Z] latest [2022-08-13T00:38:34.953Z] 2.3.0-dev.46 [2022-08-13T00:38:34.953Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:34.953Z] main [2022-08-13T00:38:34.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:35.276Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:35.597Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:35.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-13T00:38:35.597Z] aef8a2117671: Preparing [2022-08-13T00:38:35.597Z] b2eeed31d5b7: Preparing [2022-08-13T00:38:35.597Z] c788dccd65b8: Preparing [2022-08-13T00:38:35.597Z] 8974b763096f: Preparing [2022-08-13T00:38:35.597Z] 3abefdbf62ea: Preparing [2022-08-13T00:38:35.597Z] e3702f534778: Preparing [2022-08-13T00:38:35.597Z] 5fd730594d75: Preparing [2022-08-13T00:38:35.597Z] 994393dc58e7: Preparing [2022-08-13T00:38:35.597Z] e3702f534778: Waiting [2022-08-13T00:38:35.597Z] 5fd730594d75: Waiting [2022-08-13T00:38:35.597Z] 994393dc58e7: Waiting [2022-08-13T00:38:35.597Z] aef8a2117671: Pushed [2022-08-13T00:38:35.597Z] b2eeed31d5b7: Pushed [2022-08-13T00:38:35.597Z] 3abefdbf62ea: Pushed [2022-08-13T00:38:35.597Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:35.597Z] e3702f534778: Pushed [2022-08-13T00:38:36.167Z] 5fd730594d75: Pushed [2022-08-13T00:38:36.740Z] c788dccd65b8: Pushed [2022-08-13T00:38:36.740Z] 8974b763096f: Pushed [2022-08-13T00:38:36.740Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:587cd4064da090bece84bcdd79aa07d3579a65a66fb602bc4a1209280c00a9e0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:37.316Z] + 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-13T00:38:37.631Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-08-13T00:38:37.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-13T00:38:37.631Z] aef8a2117671: Preparing [2022-08-13T00:38:37.631Z] b2eeed31d5b7: Preparing [2022-08-13T00:38:37.631Z] c788dccd65b8: Preparing [2022-08-13T00:38:37.631Z] 8974b763096f: Preparing [2022-08-13T00:38:37.631Z] 3abefdbf62ea: Preparing [2022-08-13T00:38:37.631Z] e3702f534778: Preparing [2022-08-13T00:38:37.631Z] 5fd730594d75: Preparing [2022-08-13T00:38:37.631Z] 994393dc58e7: Preparing [2022-08-13T00:38:37.631Z] e3702f534778: Waiting [2022-08-13T00:38:37.631Z] 5fd730594d75: Waiting [2022-08-13T00:38:37.631Z] 994393dc58e7: Waiting [2022-08-13T00:38:37.631Z] 3abefdbf62ea: Layer already exists [2022-08-13T00:38:37.631Z] b2eeed31d5b7: Layer already exists [2022-08-13T00:38:37.631Z] 8974b763096f: Layer already exists [2022-08-13T00:38:37.631Z] aef8a2117671: Layer already exists [2022-08-13T00:38:37.631Z] c788dccd65b8: Layer already exists [2022-08-13T00:38:37.631Z] e3702f534778: Layer already exists [2022-08-13T00:38:37.631Z] 5fd730594d75: Layer already exists [2022-08-13T00:38:37.631Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:37.631Z] latest: digest: sha256:587cd4064da090bece84bcdd79aa07d3579a65a66fb602bc4a1209280c00a9e0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:37.940Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:38.248Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.46 [2022-08-13T00:38:38.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-13T00:38:38.248Z] aef8a2117671: Preparing [2022-08-13T00:38:38.248Z] b2eeed31d5b7: Preparing [2022-08-13T00:38:38.248Z] c788dccd65b8: Preparing [2022-08-13T00:38:38.248Z] 8974b763096f: Preparing [2022-08-13T00:38:38.248Z] 3abefdbf62ea: Preparing [2022-08-13T00:38:38.248Z] e3702f534778: Preparing [2022-08-13T00:38:38.248Z] 5fd730594d75: Preparing [2022-08-13T00:38:38.248Z] 994393dc58e7: Preparing [2022-08-13T00:38:38.248Z] e3702f534778: Waiting [2022-08-13T00:38:38.248Z] 994393dc58e7: Waiting [2022-08-13T00:38:38.248Z] 5fd730594d75: Waiting [2022-08-13T00:38:38.248Z] b2eeed31d5b7: Layer already exists [2022-08-13T00:38:38.248Z] aef8a2117671: Layer already exists [2022-08-13T00:38:38.248Z] 8974b763096f: Layer already exists [2022-08-13T00:38:38.248Z] c788dccd65b8: Layer already exists [2022-08-13T00:38:38.248Z] 3abefdbf62ea: Layer already exists [2022-08-13T00:38:38.248Z] e3702f534778: Layer already exists [2022-08-13T00:38:38.248Z] 5fd730594d75: Layer already exists [2022-08-13T00:38:38.248Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:38.248Z] 2.3.0-dev.46: digest: sha256:587cd4064da090bece84bcdd79aa07d3579a65a66fb602bc4a1209280c00a9e0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:38.568Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:38.883Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:38.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-13T00:38:38.883Z] aef8a2117671: Preparing [2022-08-13T00:38:38.883Z] b2eeed31d5b7: Preparing [2022-08-13T00:38:38.883Z] c788dccd65b8: Preparing [2022-08-13T00:38:38.883Z] 8974b763096f: Preparing [2022-08-13T00:38:38.883Z] 3abefdbf62ea: Preparing [2022-08-13T00:38:38.883Z] e3702f534778: Preparing [2022-08-13T00:38:38.883Z] 5fd730594d75: Preparing [2022-08-13T00:38:38.883Z] 994393dc58e7: Preparing [2022-08-13T00:38:38.883Z] e3702f534778: Waiting [2022-08-13T00:38:38.883Z] 994393dc58e7: Waiting [2022-08-13T00:38:38.883Z] 5fd730594d75: Waiting [2022-08-13T00:38:38.883Z] c788dccd65b8: Layer already exists [2022-08-13T00:38:38.883Z] 8974b763096f: Layer already exists [2022-08-13T00:38:38.883Z] aef8a2117671: Layer already exists [2022-08-13T00:38:38.883Z] b2eeed31d5b7: Layer already exists [2022-08-13T00:38:38.883Z] 3abefdbf62ea: Layer already exists [2022-08-13T00:38:38.883Z] e3702f534778: Layer already exists [2022-08-13T00:38:38.883Z] 5fd730594d75: Layer already exists [2022-08-13T00:38:38.883Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:38.883Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:587cd4064da090bece84bcdd79aa07d3579a65a66fb602bc4a1209280c00a9e0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:39.202Z] + 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-13T00:38:39.512Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-08-13T00:38:39.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-08-13T00:38:39.512Z] aef8a2117671: Preparing [2022-08-13T00:38:39.512Z] b2eeed31d5b7: Preparing [2022-08-13T00:38:39.512Z] c788dccd65b8: Preparing [2022-08-13T00:38:39.512Z] 8974b763096f: Preparing [2022-08-13T00:38:39.512Z] 3abefdbf62ea: Preparing [2022-08-13T00:38:39.512Z] e3702f534778: Preparing [2022-08-13T00:38:39.512Z] 5fd730594d75: Preparing [2022-08-13T00:38:39.512Z] 994393dc58e7: Preparing [2022-08-13T00:38:39.512Z] e3702f534778: Waiting [2022-08-13T00:38:39.512Z] 5fd730594d75: Waiting [2022-08-13T00:38:39.512Z] 994393dc58e7: Waiting [2022-08-13T00:38:39.512Z] aef8a2117671: Layer already exists [2022-08-13T00:38:39.512Z] b2eeed31d5b7: Layer already exists [2022-08-13T00:38:39.512Z] c788dccd65b8: Layer already exists [2022-08-13T00:38:39.512Z] 8974b763096f: Layer already exists [2022-08-13T00:38:39.512Z] 3abefdbf62ea: Layer already exists [2022-08-13T00:38:39.512Z] e3702f534778: Layer already exists [2022-08-13T00:38:39.512Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:39.512Z] 5fd730594d75: Layer already exists [2022-08-13T00:38:39.512Z] main: digest: sha256:587cd4064da090bece84bcdd79aa07d3579a65a66fb602bc4a1209280c00a9e0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:38:39.564Z] ===================================================== [Pipeline] echo [2022-08-13T00:38:39.574Z] taggedImages: [2022-08-13T00:38:39.574Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:39.574Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-08-13T00:38:39.574Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.46 [2022-08-13T00:38:39.574Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:39.574Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-08-13T00:38:39.600Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-08-13T00:38:39.600Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:39.600Z] latest [2022-08-13T00:38:39.600Z] 2.3.0-dev.46 [2022-08-13T00:38:39.600Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:39.600Z] main [2022-08-13T00:38:39.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:39.918Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:40.227Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:40.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-13T00:38:40.227Z] 782432d6df77: Preparing [2022-08-13T00:38:40.227Z] 686816e891f7: Preparing [2022-08-13T00:38:40.227Z] 9629fcda11dd: Preparing [2022-08-13T00:38:40.227Z] 44fba96e975a: Preparing [2022-08-13T00:38:40.227Z] 0242114c640d: Preparing [2022-08-13T00:38:40.227Z] ae59f53f1346: Preparing [2022-08-13T00:38:40.227Z] 6f80acff0f37: Preparing [2022-08-13T00:38:40.227Z] bf2575e33671: Preparing [2022-08-13T00:38:40.227Z] ad62a1b3fe16: Preparing [2022-08-13T00:38:40.227Z] 994393dc58e7: Preparing [2022-08-13T00:38:40.227Z] bf2575e33671: Waiting [2022-08-13T00:38:40.227Z] ad62a1b3fe16: Waiting [2022-08-13T00:38:40.227Z] 6f80acff0f37: Waiting [2022-08-13T00:38:40.227Z] ae59f53f1346: Waiting [2022-08-13T00:38:40.227Z] 782432d6df77: Pushed [2022-08-13T00:38:40.227Z] 686816e891f7: Pushed [2022-08-13T00:38:40.227Z] 0242114c640d: Pushed [2022-08-13T00:38:40.487Z] bf2575e33671: Pushed [2022-08-13T00:38:40.487Z] ae59f53f1346: Pushed [2022-08-13T00:38:40.487Z] 6f80acff0f37: Pushed [2022-08-13T00:38:40.487Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:40.487Z] ad62a1b3fe16: Pushed [2022-08-13T00:38:41.424Z] 44fba96e975a: Pushed [2022-08-13T00:38:41.685Z] 9629fcda11dd: Pushed [2022-08-13T00:38:41.944Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:413caa08ac977ea2cb31e0fb15b9e03a7d5852742576bba7a3e6d2532da7037b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:42.271Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:42.588Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-08-13T00:38:42.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-13T00:38:42.588Z] 782432d6df77: Preparing [2022-08-13T00:38:42.588Z] 686816e891f7: Preparing [2022-08-13T00:38:42.588Z] 9629fcda11dd: Preparing [2022-08-13T00:38:42.588Z] 44fba96e975a: Preparing [2022-08-13T00:38:42.588Z] 0242114c640d: Preparing [2022-08-13T00:38:42.588Z] ae59f53f1346: Preparing [2022-08-13T00:38:42.588Z] 6f80acff0f37: Preparing [2022-08-13T00:38:42.588Z] bf2575e33671: Preparing [2022-08-13T00:38:42.588Z] ad62a1b3fe16: Preparing [2022-08-13T00:38:42.588Z] 994393dc58e7: Preparing [2022-08-13T00:38:42.588Z] 6f80acff0f37: Waiting [2022-08-13T00:38:42.588Z] ae59f53f1346: Waiting [2022-08-13T00:38:42.588Z] bf2575e33671: Waiting [2022-08-13T00:38:42.588Z] ad62a1b3fe16: Waiting [2022-08-13T00:38:42.588Z] 994393dc58e7: Waiting [2022-08-13T00:38:42.588Z] 686816e891f7: Layer already exists [2022-08-13T00:38:42.588Z] 44fba96e975a: Layer already exists [2022-08-13T00:38:42.588Z] 0242114c640d: Layer already exists [2022-08-13T00:38:42.588Z] 9629fcda11dd: Layer already exists [2022-08-13T00:38:42.588Z] 782432d6df77: Layer already exists [2022-08-13T00:38:42.588Z] ae59f53f1346: Layer already exists [2022-08-13T00:38:42.588Z] ad62a1b3fe16: Layer already exists [2022-08-13T00:38:42.588Z] 6f80acff0f37: Layer already exists [2022-08-13T00:38:42.588Z] bf2575e33671: Layer already exists [2022-08-13T00:38:42.588Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:42.588Z] latest: digest: sha256:413caa08ac977ea2cb31e0fb15b9e03a7d5852742576bba7a3e6d2532da7037b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:42.935Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:43.342Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.46 [2022-08-13T00:38:43.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-13T00:38:43.342Z] 782432d6df77: Preparing [2022-08-13T00:38:43.342Z] 686816e891f7: Preparing [2022-08-13T00:38:43.342Z] 9629fcda11dd: Preparing [2022-08-13T00:38:43.342Z] 44fba96e975a: Preparing [2022-08-13T00:38:43.342Z] 0242114c640d: Preparing [2022-08-13T00:38:43.342Z] ae59f53f1346: Preparing [2022-08-13T00:38:43.342Z] 6f80acff0f37: Preparing [2022-08-13T00:38:43.342Z] bf2575e33671: Preparing [2022-08-13T00:38:43.342Z] ad62a1b3fe16: Preparing [2022-08-13T00:38:43.342Z] 994393dc58e7: Preparing [2022-08-13T00:38:43.342Z] 6f80acff0f37: Waiting [2022-08-13T00:38:43.342Z] bf2575e33671: Waiting [2022-08-13T00:38:43.342Z] ad62a1b3fe16: Waiting [2022-08-13T00:38:43.342Z] 994393dc58e7: Waiting [2022-08-13T00:38:43.342Z] 9629fcda11dd: Layer already exists [2022-08-13T00:38:43.342Z] 782432d6df77: Layer already exists [2022-08-13T00:38:43.342Z] 44fba96e975a: Layer already exists [2022-08-13T00:38:43.342Z] 0242114c640d: Layer already exists [2022-08-13T00:38:43.342Z] 686816e891f7: Layer already exists [2022-08-13T00:38:43.342Z] ae59f53f1346: Layer already exists [2022-08-13T00:38:43.342Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:43.342Z] ad62a1b3fe16: Layer already exists [2022-08-13T00:38:43.342Z] 6f80acff0f37: Layer already exists [2022-08-13T00:38:43.343Z] bf2575e33671: Layer already exists [2022-08-13T00:38:43.343Z] 2.3.0-dev.46: digest: sha256:413caa08ac977ea2cb31e0fb15b9e03a7d5852742576bba7a3e6d2532da7037b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:43.672Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:43.992Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:43.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-13T00:38:43.992Z] 782432d6df77: Preparing [2022-08-13T00:38:43.992Z] 686816e891f7: Preparing [2022-08-13T00:38:43.992Z] 9629fcda11dd: Preparing [2022-08-13T00:38:43.992Z] 44fba96e975a: Preparing [2022-08-13T00:38:43.992Z] 0242114c640d: Preparing [2022-08-13T00:38:43.992Z] ae59f53f1346: Preparing [2022-08-13T00:38:43.992Z] 6f80acff0f37: Preparing [2022-08-13T00:38:43.992Z] bf2575e33671: Preparing [2022-08-13T00:38:43.992Z] ad62a1b3fe16: Preparing [2022-08-13T00:38:43.992Z] 994393dc58e7: Preparing [2022-08-13T00:38:43.992Z] 6f80acff0f37: Waiting [2022-08-13T00:38:43.992Z] bf2575e33671: Waiting [2022-08-13T00:38:43.992Z] 994393dc58e7: Waiting [2022-08-13T00:38:43.992Z] ad62a1b3fe16: Waiting [2022-08-13T00:38:43.992Z] ae59f53f1346: Waiting [2022-08-13T00:38:43.992Z] 9629fcda11dd: Layer already exists [2022-08-13T00:38:43.992Z] 686816e891f7: Layer already exists [2022-08-13T00:38:43.992Z] 44fba96e975a: Layer already exists [2022-08-13T00:38:43.992Z] 0242114c640d: Layer already exists [2022-08-13T00:38:43.992Z] 782432d6df77: Layer already exists [2022-08-13T00:38:43.992Z] ae59f53f1346: Layer already exists [2022-08-13T00:38:43.992Z] 6f80acff0f37: Layer already exists [2022-08-13T00:38:43.992Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:43.992Z] ad62a1b3fe16: Layer already exists [2022-08-13T00:38:43.992Z] bf2575e33671: Layer already exists [2022-08-13T00:38:43.992Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:413caa08ac977ea2cb31e0fb15b9e03a7d5852742576bba7a3e6d2532da7037b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:44.315Z] + 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-13T00:38:44.629Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-08-13T00:38:44.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-08-13T00:38:44.629Z] 782432d6df77: Preparing [2022-08-13T00:38:44.629Z] 686816e891f7: Preparing [2022-08-13T00:38:44.629Z] 9629fcda11dd: Preparing [2022-08-13T00:38:44.629Z] 44fba96e975a: Preparing [2022-08-13T00:38:44.629Z] 0242114c640d: Preparing [2022-08-13T00:38:44.629Z] ae59f53f1346: Preparing [2022-08-13T00:38:44.629Z] 6f80acff0f37: Preparing [2022-08-13T00:38:44.629Z] bf2575e33671: Preparing [2022-08-13T00:38:44.629Z] ad62a1b3fe16: Preparing [2022-08-13T00:38:44.629Z] 994393dc58e7: Preparing [2022-08-13T00:38:44.629Z] 6f80acff0f37: Waiting [2022-08-13T00:38:44.630Z] bf2575e33671: Waiting [2022-08-13T00:38:44.630Z] ae59f53f1346: Waiting [2022-08-13T00:38:44.630Z] ad62a1b3fe16: Waiting [2022-08-13T00:38:44.630Z] 994393dc58e7: Waiting [2022-08-13T00:38:44.630Z] 0242114c640d: Layer already exists [2022-08-13T00:38:44.630Z] 686816e891f7: Layer already exists [2022-08-13T00:38:44.630Z] 782432d6df77: Layer already exists [2022-08-13T00:38:44.630Z] 9629fcda11dd: Layer already exists [2022-08-13T00:38:44.630Z] 44fba96e975a: Layer already exists [2022-08-13T00:38:44.630Z] ae59f53f1346: Layer already exists [2022-08-13T00:38:44.630Z] bf2575e33671: Layer already exists [2022-08-13T00:38:44.630Z] 6f80acff0f37: Layer already exists [2022-08-13T00:38:44.630Z] ad62a1b3fe16: Layer already exists [2022-08-13T00:38:44.630Z] 994393dc58e7: Layer already exists [2022-08-13T00:38:44.630Z] main: digest: sha256:413caa08ac977ea2cb31e0fb15b9e03a7d5852742576bba7a3e6d2532da7037b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:38:44.686Z] ===================================================== [Pipeline] echo [2022-08-13T00:38:44.695Z] taggedImages: [2022-08-13T00:38:44.695Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:44.695Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-08-13T00:38:44.695Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.46 [2022-08-13T00:38:44.695Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:44.695Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-08-13T00:38:44.717Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-08-13T00:38:44.717Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:44.717Z] latest [2022-08-13T00:38:44.717Z] 2.3.0-dev.46 [2022-08-13T00:38:44.717Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:44.717Z] main [2022-08-13T00:38:44.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:45.048Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:45.360Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:45.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-13T00:38:45.361Z] c74027c869e2: Preparing [2022-08-13T00:38:45.361Z] a3556f66b332: Preparing [2022-08-13T00:38:45.361Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:45.361Z] 7fa43469489c: Preparing [2022-08-13T00:38:45.361Z] 7a1793325220: Preparing [2022-08-13T00:38:45.361Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:45.361Z] 34d5ebaa5410: Waiting [2022-08-13T00:38:45.361Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:45.361Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:45.361Z] 7a1793325220: Pushed [2022-08-13T00:38:45.361Z] c74027c869e2: Pushed [2022-08-13T00:38:45.930Z] 7fa43469489c: Pushed [2022-08-13T00:38:47.312Z] a3556f66b332: Pushed [2022-08-13T00:38:47.576Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:8a26312a437be730944c15e191fcf091523b5154c391ef2024c6ee03ef384633 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:47.803Z] 656be50a0ddc: Pull complete [2022-08-13T00:38:47.803Z] 2bbca73fdf42: Pull complete [2022-08-13T00:38:47.803Z] 46d945488cbd: Pull complete [2022-08-13T00:38:47.896Z] + 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-13T00:38:48.201Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-08-13T00:38:48.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-13T00:38:48.201Z] c74027c869e2: Preparing [2022-08-13T00:38:48.201Z] a3556f66b332: Preparing [2022-08-13T00:38:48.201Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:48.201Z] 7fa43469489c: Preparing [2022-08-13T00:38:48.201Z] 7a1793325220: Preparing [2022-08-13T00:38:48.201Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:48.201Z] 34d5ebaa5410: Waiting [2022-08-13T00:38:48.201Z] c74027c869e2: Layer already exists [2022-08-13T00:38:48.201Z] 7fa43469489c: Layer already exists [2022-08-13T00:38:48.201Z] 7a1793325220: Layer already exists [2022-08-13T00:38:48.201Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:48.201Z] a3556f66b332: Layer already exists [2022-08-13T00:38:48.201Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:48.201Z] latest: digest: sha256:8a26312a437be730944c15e191fcf091523b5154c391ef2024c6ee03ef384633 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:48.519Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:48.832Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.46 [2022-08-13T00:38:48.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-13T00:38:48.832Z] c74027c869e2: Preparing [2022-08-13T00:38:48.832Z] a3556f66b332: Preparing [2022-08-13T00:38:48.832Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:48.832Z] 7fa43469489c: Preparing [2022-08-13T00:38:48.832Z] 7a1793325220: Preparing [2022-08-13T00:38:48.832Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:48.832Z] 34d5ebaa5410: Waiting [2022-08-13T00:38:48.832Z] 7fa43469489c: Layer already exists [2022-08-13T00:38:48.832Z] a3556f66b332: Layer already exists [2022-08-13T00:38:48.832Z] 7a1793325220: Layer already exists [2022-08-13T00:38:48.832Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:48.832Z] c74027c869e2: Layer already exists [2022-08-13T00:38:48.832Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:48.832Z] 2.3.0-dev.46: digest: sha256:8a26312a437be730944c15e191fcf091523b5154c391ef2024c6ee03ef384633 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:49.146Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:49.456Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:49.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-13T00:38:49.456Z] c74027c869e2: Preparing [2022-08-13T00:38:49.456Z] a3556f66b332: Preparing [2022-08-13T00:38:49.456Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:49.456Z] 7fa43469489c: Preparing [2022-08-13T00:38:49.456Z] 7a1793325220: Preparing [2022-08-13T00:38:49.456Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:49.456Z] 7a1793325220: Layer already exists [2022-08-13T00:38:49.456Z] a3556f66b332: Layer already exists [2022-08-13T00:38:49.456Z] 7fa43469489c: Layer already exists [2022-08-13T00:38:49.456Z] c74027c869e2: Layer already exists [2022-08-13T00:38:49.456Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:49.456Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:49.456Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:8a26312a437be730944c15e191fcf091523b5154c391ef2024c6ee03ef384633 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:49.772Z] + 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-13T00:38:50.080Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-08-13T00:38:50.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-08-13T00:38:50.080Z] c74027c869e2: Preparing [2022-08-13T00:38:50.080Z] a3556f66b332: Preparing [2022-08-13T00:38:50.080Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:38:50.080Z] 7fa43469489c: Preparing [2022-08-13T00:38:50.080Z] 7a1793325220: Preparing [2022-08-13T00:38:50.080Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:50.080Z] a3556f66b332: Layer already exists [2022-08-13T00:38:50.080Z] 7fa43469489c: Layer already exists [2022-08-13T00:38:50.080Z] c74027c869e2: Layer already exists [2022-08-13T00:38:50.080Z] 7a1793325220: Layer already exists [2022-08-13T00:38:50.080Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:38:50.080Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:50.080Z] main: digest: sha256:8a26312a437be730944c15e191fcf091523b5154c391ef2024c6ee03ef384633 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:38:50.126Z] ===================================================== [Pipeline] echo [2022-08-13T00:38:50.133Z] taggedImages: [2022-08-13T00:38:50.133Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:50.133Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-08-13T00:38:50.133Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.46 [2022-08-13T00:38:50.133Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:50.133Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-08-13T00:38:50.155Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-08-13T00:38:50.155Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:50.155Z] latest [2022-08-13T00:38:50.155Z] 2.3.0-dev.46 [2022-08-13T00:38:50.155Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:50.155Z] main [2022-08-13T00:38:50.155Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:50.470Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:50.777Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:38:50.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-13T00:38:50.777Z] f719acd7d24a: Preparing [2022-08-13T00:38:50.777Z] 58cbd6f91f5a: Preparing [2022-08-13T00:38:50.777Z] d71e980490f5: Preparing [2022-08-13T00:38:50.777Z] 4670236c7a17: Preparing [2022-08-13T00:38:50.777Z] bbef2448042c: Preparing [2022-08-13T00:38:50.777Z] 8166df894b41: Preparing [2022-08-13T00:38:50.777Z] 7a1793325220: Preparing [2022-08-13T00:38:50.777Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:50.777Z] 34d5ebaa5410: Waiting [2022-08-13T00:38:50.777Z] 8166df894b41: Waiting [2022-08-13T00:38:50.777Z] 7a1793325220: Waiting [2022-08-13T00:38:50.777Z] 58cbd6f91f5a: Pushed [2022-08-13T00:38:50.777Z] f719acd7d24a: Pushed [2022-08-13T00:38:50.777Z] d71e980490f5: Pushed [2022-08-13T00:38:50.777Z] 7a1793325220: Layer already exists [2022-08-13T00:38:50.777Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:51.349Z] 8166df894b41: Pushed [2022-08-13T00:38:53.224Z] 8a5474983e97: Pull complete [2022-08-13T00:38:54.642Z] bbef2448042c: Pushed [2022-08-13T00:38:54.661Z] 329c88fbcd65: Pull complete [2022-08-13T00:38:54.661Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-13T00:38:54.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-13T00:38:54.661Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-13T00:38:55.034Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-13T00:38:55.034Z] WORKDIR /edgex [2022-08-13T00:38:55.034Z] COPY go.mod . [2022-08-13T00:38:55.034Z] RUN go mod download [2022-08-13T00:38:55.034Z] + docker build -t ci-base-image-arm64 -f - . [2022-08-13T00:38:55.643Z] Sending build context to Docker daemon 3.139MB [2022-08-13T00:38:55.643Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-13T00:38:55.643Z] ---> ff4287adb874 [2022-08-13T00:38:55.643Z] Step 2/4 : WORKDIR /edgex [2022-08-13T00:38:57.622Z] ---> Running in 17f1e7fde6fc [2022-08-13T00:38:57.622Z] Removing intermediate container 17f1e7fde6fc [2022-08-13T00:38:57.622Z] ---> 484a382afeb9 [2022-08-13T00:38:57.622Z] Step 3/4 : COPY go.mod . [2022-08-13T00:38:57.938Z] 4670236c7a17: Pushed [2022-08-13T00:38:57.938Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:fd9991d7eb0eaf94912f59e6837f5fd6ef1fa15f257bb99de0380e3bda392b68 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:58.220Z] ---> cf40679b1ccc [2022-08-13T00:38:58.220Z] Step 4/4 : RUN go mod download [2022-08-13T00:38:58.220Z] ---> Running in 7256522324ef [2022-08-13T00:38:58.256Z] + 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-13T00:38:58.569Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-08-13T00:38:58.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-13T00:38:58.570Z] f719acd7d24a: Preparing [2022-08-13T00:38:58.570Z] 58cbd6f91f5a: Preparing [2022-08-13T00:38:58.570Z] d71e980490f5: Preparing [2022-08-13T00:38:58.570Z] 4670236c7a17: Preparing [2022-08-13T00:38:58.570Z] bbef2448042c: Preparing [2022-08-13T00:38:58.570Z] 8166df894b41: Preparing [2022-08-13T00:38:58.570Z] 7a1793325220: Preparing [2022-08-13T00:38:58.570Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:58.570Z] 7a1793325220: Waiting [2022-08-13T00:38:58.570Z] 34d5ebaa5410: Waiting [2022-08-13T00:38:58.570Z] 8166df894b41: Waiting [2022-08-13T00:38:58.570Z] f719acd7d24a: Layer already exists [2022-08-13T00:38:58.570Z] bbef2448042c: Layer already exists [2022-08-13T00:38:58.570Z] d71e980490f5: Layer already exists [2022-08-13T00:38:58.570Z] 58cbd6f91f5a: Layer already exists [2022-08-13T00:38:58.570Z] 4670236c7a17: Layer already exists [2022-08-13T00:38:58.570Z] 7a1793325220: Layer already exists [2022-08-13T00:38:58.570Z] 8166df894b41: Layer already exists [2022-08-13T00:38:58.570Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:58.570Z] latest: digest: sha256:fd9991d7eb0eaf94912f59e6837f5fd6ef1fa15f257bb99de0380e3bda392b68 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:58.896Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:59.209Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.46 [2022-08-13T00:38:59.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-13T00:38:59.209Z] f719acd7d24a: Preparing [2022-08-13T00:38:59.209Z] 58cbd6f91f5a: Preparing [2022-08-13T00:38:59.209Z] d71e980490f5: Preparing [2022-08-13T00:38:59.209Z] 4670236c7a17: Preparing [2022-08-13T00:38:59.209Z] bbef2448042c: Preparing [2022-08-13T00:38:59.209Z] 8166df894b41: Preparing [2022-08-13T00:38:59.209Z] 7a1793325220: Preparing [2022-08-13T00:38:59.209Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:59.209Z] 8166df894b41: Waiting [2022-08-13T00:38:59.209Z] 7a1793325220: Waiting [2022-08-13T00:38:59.209Z] 34d5ebaa5410: Waiting [2022-08-13T00:38:59.209Z] d71e980490f5: Layer already exists [2022-08-13T00:38:59.209Z] 4670236c7a17: Layer already exists [2022-08-13T00:38:59.209Z] bbef2448042c: Layer already exists [2022-08-13T00:38:59.209Z] f719acd7d24a: Layer already exists [2022-08-13T00:38:59.209Z] 58cbd6f91f5a: Layer already exists [2022-08-13T00:38:59.209Z] 8166df894b41: Layer already exists [2022-08-13T00:38:59.209Z] 7a1793325220: Layer already exists [2022-08-13T00:38:59.209Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:59.209Z] 2.3.0-dev.46: digest: sha256:fd9991d7eb0eaf94912f59e6837f5fd6ef1fa15f257bb99de0380e3bda392b68 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:59.531Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:38:59.844Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:38:59.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-13T00:38:59.844Z] f719acd7d24a: Preparing [2022-08-13T00:38:59.844Z] 58cbd6f91f5a: Preparing [2022-08-13T00:38:59.844Z] d71e980490f5: Preparing [2022-08-13T00:38:59.844Z] 4670236c7a17: Preparing [2022-08-13T00:38:59.844Z] bbef2448042c: Preparing [2022-08-13T00:38:59.844Z] 8166df894b41: Preparing [2022-08-13T00:38:59.844Z] 7a1793325220: Preparing [2022-08-13T00:38:59.844Z] 34d5ebaa5410: Preparing [2022-08-13T00:38:59.844Z] 7a1793325220: Waiting [2022-08-13T00:38:59.844Z] 8166df894b41: Waiting [2022-08-13T00:38:59.844Z] 34d5ebaa5410: Waiting [2022-08-13T00:38:59.844Z] f719acd7d24a: Layer already exists [2022-08-13T00:38:59.844Z] d71e980490f5: Layer already exists [2022-08-13T00:38:59.844Z] 4670236c7a17: Layer already exists [2022-08-13T00:38:59.844Z] 58cbd6f91f5a: Layer already exists [2022-08-13T00:38:59.844Z] bbef2448042c: Layer already exists [2022-08-13T00:38:59.844Z] 8166df894b41: Layer already exists [2022-08-13T00:38:59.844Z] 7a1793325220: Layer already exists [2022-08-13T00:38:59.844Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:38:59.844Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:fd9991d7eb0eaf94912f59e6837f5fd6ef1fa15f257bb99de0380e3bda392b68 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:00.174Z] + 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-13T00:39:00.491Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-08-13T00:39:00.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-08-13T00:39:00.491Z] f719acd7d24a: Preparing [2022-08-13T00:39:00.491Z] 58cbd6f91f5a: Preparing [2022-08-13T00:39:00.491Z] d71e980490f5: Preparing [2022-08-13T00:39:00.491Z] 4670236c7a17: Preparing [2022-08-13T00:39:00.491Z] bbef2448042c: Preparing [2022-08-13T00:39:00.491Z] 8166df894b41: Preparing [2022-08-13T00:39:00.491Z] 7a1793325220: Preparing [2022-08-13T00:39:00.491Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:00.491Z] 8166df894b41: Waiting [2022-08-13T00:39:00.491Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:00.491Z] 7a1793325220: Waiting [2022-08-13T00:39:00.491Z] d71e980490f5: Layer already exists [2022-08-13T00:39:00.491Z] 4670236c7a17: Layer already exists [2022-08-13T00:39:00.491Z] bbef2448042c: Layer already exists [2022-08-13T00:39:00.491Z] 58cbd6f91f5a: Layer already exists [2022-08-13T00:39:00.491Z] f719acd7d24a: Layer already exists [2022-08-13T00:39:00.491Z] 8166df894b41: Layer already exists [2022-08-13T00:39:00.491Z] 7a1793325220: Layer already exists [2022-08-13T00:39:00.491Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:00.491Z] main: digest: sha256:fd9991d7eb0eaf94912f59e6837f5fd6ef1fa15f257bb99de0380e3bda392b68 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:39:00.539Z] ===================================================== [Pipeline] echo [2022-08-13T00:39:00.549Z] taggedImages: [2022-08-13T00:39:00.550Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:00.550Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-08-13T00:39:00.550Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.46 [2022-08-13T00:39:00.550Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:00.550Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-08-13T00:39:00.569Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-08-13T00:39:00.569Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:00.569Z] latest [2022-08-13T00:39:00.569Z] 2.3.0-dev.46 [2022-08-13T00:39:00.569Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:00.569Z] main [2022-08-13T00:39:00.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:00.895Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:01.213Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:01.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-13T00:39:01.214Z] f8e9e7008811: Preparing [2022-08-13T00:39:01.214Z] 458718ef7ab1: Preparing [2022-08-13T00:39:01.214Z] 0ec2f14aab8d: Preparing [2022-08-13T00:39:01.214Z] 934d3e461c35: Preparing [2022-08-13T00:39:01.214Z] 3f8650054e3d: Preparing [2022-08-13T00:39:01.214Z] 7a1793325220: Preparing [2022-08-13T00:39:01.214Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:01.214Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:01.214Z] 458718ef7ab1: Pushed [2022-08-13T00:39:01.214Z] 0ec2f14aab8d: Pushed [2022-08-13T00:39:01.214Z] f8e9e7008811: Pushed [2022-08-13T00:39:01.214Z] 7a1793325220: Layer already exists [2022-08-13T00:39:01.214Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:01.474Z] 3f8650054e3d: Pushed [2022-08-13T00:39:08.053Z] 934d3e461c35: Pushed [2022-08-13T00:39:08.053Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:a1df8e2f3a67a4bd723c4d378046c7c8694a5e062d66c1c22a2ea193b84ea571 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:08.381Z] + 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-13T00:39:08.686Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-08-13T00:39:08.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-13T00:39:08.686Z] f8e9e7008811: Preparing [2022-08-13T00:39:08.686Z] 458718ef7ab1: Preparing [2022-08-13T00:39:08.686Z] 0ec2f14aab8d: Preparing [2022-08-13T00:39:08.686Z] 934d3e461c35: Preparing [2022-08-13T00:39:08.686Z] 3f8650054e3d: Preparing [2022-08-13T00:39:08.686Z] 7a1793325220: Preparing [2022-08-13T00:39:08.686Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:08.686Z] 7a1793325220: Waiting [2022-08-13T00:39:08.686Z] 934d3e461c35: Layer already exists [2022-08-13T00:39:08.686Z] 458718ef7ab1: Layer already exists [2022-08-13T00:39:08.686Z] f8e9e7008811: Layer already exists [2022-08-13T00:39:08.686Z] 3f8650054e3d: Layer already exists [2022-08-13T00:39:08.686Z] 0ec2f14aab8d: Layer already exists [2022-08-13T00:39:08.686Z] 7a1793325220: Layer already exists [2022-08-13T00:39:08.686Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:08.686Z] latest: digest: sha256:a1df8e2f3a67a4bd723c4d378046c7c8694a5e062d66c1c22a2ea193b84ea571 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:09.005Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:09.345Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.46 [2022-08-13T00:39:09.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-13T00:39:09.346Z] f8e9e7008811: Preparing [2022-08-13T00:39:09.346Z] 458718ef7ab1: Preparing [2022-08-13T00:39:09.346Z] 0ec2f14aab8d: Preparing [2022-08-13T00:39:09.346Z] 934d3e461c35: Preparing [2022-08-13T00:39:09.346Z] 3f8650054e3d: Preparing [2022-08-13T00:39:09.346Z] 7a1793325220: Preparing [2022-08-13T00:39:09.346Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:09.346Z] 7a1793325220: Waiting [2022-08-13T00:39:09.346Z] 3f8650054e3d: Layer already exists [2022-08-13T00:39:09.346Z] 458718ef7ab1: Layer already exists [2022-08-13T00:39:09.346Z] f8e9e7008811: Layer already exists [2022-08-13T00:39:09.346Z] 934d3e461c35: Layer already exists [2022-08-13T00:39:09.346Z] 0ec2f14aab8d: Layer already exists [2022-08-13T00:39:09.346Z] 7a1793325220: Layer already exists [2022-08-13T00:39:09.346Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:09.346Z] 2.3.0-dev.46: digest: sha256:a1df8e2f3a67a4bd723c4d378046c7c8694a5e062d66c1c22a2ea193b84ea571 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:09.694Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:10.011Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:10.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-13T00:39:10.011Z] f8e9e7008811: Preparing [2022-08-13T00:39:10.011Z] 458718ef7ab1: Preparing [2022-08-13T00:39:10.011Z] 0ec2f14aab8d: Preparing [2022-08-13T00:39:10.011Z] 934d3e461c35: Preparing [2022-08-13T00:39:10.011Z] 3f8650054e3d: Preparing [2022-08-13T00:39:10.011Z] 7a1793325220: Preparing [2022-08-13T00:39:10.011Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:10.011Z] 7a1793325220: Waiting [2022-08-13T00:39:10.011Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:10.011Z] 458718ef7ab1: Layer already exists [2022-08-13T00:39:10.011Z] f8e9e7008811: Layer already exists [2022-08-13T00:39:10.011Z] 934d3e461c35: Layer already exists [2022-08-13T00:39:10.011Z] 0ec2f14aab8d: Layer already exists [2022-08-13T00:39:10.011Z] 3f8650054e3d: Layer already exists [2022-08-13T00:39:10.011Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:10.011Z] 7a1793325220: Layer already exists [2022-08-13T00:39:10.011Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:a1df8e2f3a67a4bd723c4d378046c7c8694a5e062d66c1c22a2ea193b84ea571 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:10.322Z] + 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-13T00:39:10.632Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-08-13T00:39:10.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-08-13T00:39:10.632Z] f8e9e7008811: Preparing [2022-08-13T00:39:10.632Z] 458718ef7ab1: Preparing [2022-08-13T00:39:10.632Z] 0ec2f14aab8d: Preparing [2022-08-13T00:39:10.632Z] 934d3e461c35: Preparing [2022-08-13T00:39:10.632Z] 3f8650054e3d: Preparing [2022-08-13T00:39:10.632Z] 7a1793325220: Preparing [2022-08-13T00:39:10.632Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:10.632Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:10.632Z] 7a1793325220: Waiting [2022-08-13T00:39:10.632Z] 0ec2f14aab8d: Layer already exists [2022-08-13T00:39:10.632Z] 458718ef7ab1: Layer already exists [2022-08-13T00:39:10.632Z] 934d3e461c35: Layer already exists [2022-08-13T00:39:10.632Z] 3f8650054e3d: Layer already exists [2022-08-13T00:39:10.632Z] f8e9e7008811: Layer already exists [2022-08-13T00:39:10.632Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:10.632Z] 7a1793325220: Layer already exists [2022-08-13T00:39:10.632Z] main: digest: sha256:a1df8e2f3a67a4bd723c4d378046c7c8694a5e062d66c1c22a2ea193b84ea571 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:39:10.671Z] ===================================================== [Pipeline] echo [2022-08-13T00:39:10.681Z] taggedImages: [2022-08-13T00:39:10.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:10.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-08-13T00:39:10.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.46 [2022-08-13T00:39:10.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:10.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-08-13T00:39:10.703Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-08-13T00:39:10.703Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:10.703Z] latest [2022-08-13T00:39:10.703Z] 2.3.0-dev.46 [2022-08-13T00:39:10.703Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:10.703Z] main [2022-08-13T00:39:10.703Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:11.015Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:11.323Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:11.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-13T00:39:11.323Z] ee1ad5715df2: Preparing [2022-08-13T00:39:11.323Z] d7bdb309332d: Preparing [2022-08-13T00:39:11.323Z] da036c5408c5: Preparing [2022-08-13T00:39:11.323Z] b911c1a06f75: Preparing [2022-08-13T00:39:11.323Z] 8166df894b41: Preparing [2022-08-13T00:39:11.323Z] 7a1793325220: Preparing [2022-08-13T00:39:11.323Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:11.323Z] 7a1793325220: Waiting [2022-08-13T00:39:11.323Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:11.323Z] 8166df894b41: Layer already exists [2022-08-13T00:39:11.323Z] 7a1793325220: Layer already exists [2022-08-13T00:39:11.323Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:11.323Z] da036c5408c5: Pushed [2022-08-13T00:39:11.323Z] ee1ad5715df2: Pushed [2022-08-13T00:39:11.323Z] d7bdb309332d: Pushed [2022-08-13T00:39:19.454Z] b911c1a06f75: Pushed [2022-08-13T00:39:19.454Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:7c5260add989e7c30c17310b0788731647e078bb3e53f0f500897758f354be4c size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:19.773Z] + 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-13T00:39:20.087Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-08-13T00:39:20.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-13T00:39:20.087Z] ee1ad5715df2: Preparing [2022-08-13T00:39:20.087Z] d7bdb309332d: Preparing [2022-08-13T00:39:20.087Z] da036c5408c5: Preparing [2022-08-13T00:39:20.087Z] b911c1a06f75: Preparing [2022-08-13T00:39:20.087Z] 8166df894b41: Preparing [2022-08-13T00:39:20.087Z] 7a1793325220: Preparing [2022-08-13T00:39:20.087Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:20.087Z] 7a1793325220: Waiting [2022-08-13T00:39:20.087Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:20.087Z] b911c1a06f75: Layer already exists [2022-08-13T00:39:20.087Z] da036c5408c5: Layer already exists [2022-08-13T00:39:20.087Z] 8166df894b41: Layer already exists [2022-08-13T00:39:20.087Z] d7bdb309332d: Layer already exists [2022-08-13T00:39:20.087Z] ee1ad5715df2: Layer already exists [2022-08-13T00:39:20.087Z] 7a1793325220: Layer already exists [2022-08-13T00:39:20.087Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:20.087Z] latest: digest: sha256:7c5260add989e7c30c17310b0788731647e078bb3e53f0f500897758f354be4c size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:20.410Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:20.726Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.46 [2022-08-13T00:39:20.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-13T00:39:20.727Z] ee1ad5715df2: Preparing [2022-08-13T00:39:20.727Z] d7bdb309332d: Preparing [2022-08-13T00:39:20.727Z] da036c5408c5: Preparing [2022-08-13T00:39:20.727Z] b911c1a06f75: Preparing [2022-08-13T00:39:20.727Z] 8166df894b41: Preparing [2022-08-13T00:39:20.727Z] 7a1793325220: Preparing [2022-08-13T00:39:20.727Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:20.727Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:20.727Z] 7a1793325220: Waiting [2022-08-13T00:39:20.727Z] da036c5408c5: Layer already exists [2022-08-13T00:39:20.727Z] b911c1a06f75: Layer already exists [2022-08-13T00:39:20.727Z] 8166df894b41: Layer already exists [2022-08-13T00:39:20.727Z] ee1ad5715df2: Layer already exists [2022-08-13T00:39:20.727Z] d7bdb309332d: Layer already exists [2022-08-13T00:39:20.727Z] 7a1793325220: Layer already exists [2022-08-13T00:39:20.727Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:20.727Z] 2.3.0-dev.46: digest: sha256:7c5260add989e7c30c17310b0788731647e078bb3e53f0f500897758f354be4c size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:21.042Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:21.349Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:21.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-13T00:39:21.349Z] ee1ad5715df2: Preparing [2022-08-13T00:39:21.349Z] d7bdb309332d: Preparing [2022-08-13T00:39:21.349Z] da036c5408c5: Preparing [2022-08-13T00:39:21.349Z] b911c1a06f75: Preparing [2022-08-13T00:39:21.349Z] 8166df894b41: Preparing [2022-08-13T00:39:21.349Z] 7a1793325220: Preparing [2022-08-13T00:39:21.349Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:21.349Z] 7a1793325220: Waiting [2022-08-13T00:39:21.349Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:21.349Z] d7bdb309332d: Layer already exists [2022-08-13T00:39:21.349Z] ee1ad5715df2: Layer already exists [2022-08-13T00:39:21.349Z] 8166df894b41: Layer already exists [2022-08-13T00:39:21.349Z] da036c5408c5: Layer already exists [2022-08-13T00:39:21.349Z] b911c1a06f75: Layer already exists [2022-08-13T00:39:21.349Z] 7a1793325220: Layer already exists [2022-08-13T00:39:21.349Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:21.349Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:7c5260add989e7c30c17310b0788731647e078bb3e53f0f500897758f354be4c size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:21.677Z] + 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-13T00:39:21.988Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-08-13T00:39:21.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-08-13T00:39:21.988Z] ee1ad5715df2: Preparing [2022-08-13T00:39:21.988Z] d7bdb309332d: Preparing [2022-08-13T00:39:21.988Z] da036c5408c5: Preparing [2022-08-13T00:39:21.988Z] b911c1a06f75: Preparing [2022-08-13T00:39:21.988Z] 8166df894b41: Preparing [2022-08-13T00:39:21.988Z] 7a1793325220: Preparing [2022-08-13T00:39:21.988Z] 34d5ebaa5410: Preparing [2022-08-13T00:39:21.988Z] 34d5ebaa5410: Waiting [2022-08-13T00:39:21.988Z] 7a1793325220: Waiting [2022-08-13T00:39:21.988Z] ee1ad5715df2: Layer already exists [2022-08-13T00:39:21.988Z] b911c1a06f75: Layer already exists [2022-08-13T00:39:21.988Z] da036c5408c5: Layer already exists [2022-08-13T00:39:21.988Z] d7bdb309332d: Layer already exists [2022-08-13T00:39:21.988Z] 8166df894b41: Layer already exists [2022-08-13T00:39:21.988Z] 7a1793325220: Layer already exists [2022-08-13T00:39:21.988Z] 34d5ebaa5410: Layer already exists [2022-08-13T00:39:21.988Z] main: digest: sha256:7c5260add989e7c30c17310b0788731647e078bb3e53f0f500897758f354be4c size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:39:22.038Z] ===================================================== [Pipeline] echo [2022-08-13T00:39:22.047Z] taggedImages: [2022-08-13T00:39:22.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:22.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-08-13T00:39:22.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.46 [2022-08-13T00:39:22.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:22.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-08-13T00:39:22.069Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-08-13T00:39:22.069Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:22.069Z] latest [2022-08-13T00:39:22.069Z] 2.3.0-dev.46 [2022-08-13T00:39:22.069Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:22.069Z] main [2022-08-13T00:39:22.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:22.395Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:22.706Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:22.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-13T00:39:22.706Z] 53d4ca80e87c: Preparing [2022-08-13T00:39:22.706Z] d8b1bc9a8591: Preparing [2022-08-13T00:39:22.706Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:22.706Z] 56ec634d88f6: Preparing [2022-08-13T00:39:22.706Z] 994393dc58e7: Preparing [2022-08-13T00:39:22.706Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:22.706Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:22.706Z] 53d4ca80e87c: Pushed [2022-08-13T00:39:22.706Z] 56ec634d88f6: Pushed [2022-08-13T00:39:25.242Z] d8b1bc9a8591: Pushed [2022-08-13T00:39:25.242Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:84df49c45e1cf54b8a4d9cd309de1d9ba6475f344b144cc9a35da29b78b92881 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:25.559Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:25.864Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-08-13T00:39:25.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-13T00:39:25.864Z] 53d4ca80e87c: Preparing [2022-08-13T00:39:25.864Z] d8b1bc9a8591: Preparing [2022-08-13T00:39:25.864Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:25.864Z] 56ec634d88f6: Preparing [2022-08-13T00:39:25.864Z] 994393dc58e7: Preparing [2022-08-13T00:39:25.864Z] 56ec634d88f6: Layer already exists [2022-08-13T00:39:25.864Z] d8b1bc9a8591: Layer already exists [2022-08-13T00:39:25.864Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:25.864Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:25.864Z] 53d4ca80e87c: Layer already exists [2022-08-13T00:39:25.864Z] latest: digest: sha256:84df49c45e1cf54b8a4d9cd309de1d9ba6475f344b144cc9a35da29b78b92881 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:26.179Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:26.492Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.46 [2022-08-13T00:39:26.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-13T00:39:26.493Z] 53d4ca80e87c: Preparing [2022-08-13T00:39:26.493Z] d8b1bc9a8591: Preparing [2022-08-13T00:39:26.493Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:26.493Z] 56ec634d88f6: Preparing [2022-08-13T00:39:26.493Z] 994393dc58e7: Preparing [2022-08-13T00:39:26.493Z] 53d4ca80e87c: Layer already exists [2022-08-13T00:39:26.493Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:26.493Z] 56ec634d88f6: Layer already exists [2022-08-13T00:39:26.493Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:26.493Z] d8b1bc9a8591: Layer already exists [2022-08-13T00:39:26.493Z] 2.3.0-dev.46: digest: sha256:84df49c45e1cf54b8a4d9cd309de1d9ba6475f344b144cc9a35da29b78b92881 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:26.809Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:27.120Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:27.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-13T00:39:27.120Z] 53d4ca80e87c: Preparing [2022-08-13T00:39:27.120Z] d8b1bc9a8591: Preparing [2022-08-13T00:39:27.120Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:27.120Z] 56ec634d88f6: Preparing [2022-08-13T00:39:27.120Z] 994393dc58e7: Preparing [2022-08-13T00:39:27.120Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:27.120Z] 53d4ca80e87c: Layer already exists [2022-08-13T00:39:27.120Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:27.120Z] d8b1bc9a8591: Layer already exists [2022-08-13T00:39:27.120Z] 56ec634d88f6: Layer already exists [2022-08-13T00:39:27.120Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:84df49c45e1cf54b8a4d9cd309de1d9ba6475f344b144cc9a35da29b78b92881 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:27.434Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:27.745Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-08-13T00:39:27.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-08-13T00:39:27.746Z] 53d4ca80e87c: Preparing [2022-08-13T00:39:27.746Z] d8b1bc9a8591: Preparing [2022-08-13T00:39:27.746Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:27.746Z] 56ec634d88f6: Preparing [2022-08-13T00:39:27.746Z] 994393dc58e7: Preparing [2022-08-13T00:39:27.746Z] 53d4ca80e87c: Layer already exists [2022-08-13T00:39:27.746Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:27.746Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:27.746Z] d8b1bc9a8591: Layer already exists [2022-08-13T00:39:27.746Z] 56ec634d88f6: Layer already exists [2022-08-13T00:39:27.746Z] main: digest: sha256:84df49c45e1cf54b8a4d9cd309de1d9ba6475f344b144cc9a35da29b78b92881 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:39:27.801Z] ===================================================== [Pipeline] echo [2022-08-13T00:39:27.807Z] taggedImages: [2022-08-13T00:39:27.807Z] - nexus3.edgexfoundry.org:10004/support-notifications:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:27.807Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-08-13T00:39:27.807Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.46 [2022-08-13T00:39:27.807Z] - nexus3.edgexfoundry.org:10004/support-notifications:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:27.807Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-08-13T00:39:27.826Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-08-13T00:39:27.826Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:27.826Z] latest [2022-08-13T00:39:27.826Z] 2.3.0-dev.46 [2022-08-13T00:39:27.826Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:27.826Z] main [2022-08-13T00:39:27.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:28.138Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:28.446Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:28.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-13T00:39:28.446Z] a27558aa507f: Preparing [2022-08-13T00:39:28.446Z] 581fec7f07cb: Preparing [2022-08-13T00:39:28.446Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:28.446Z] b16cb54a2454: Preparing [2022-08-13T00:39:28.446Z] 994393dc58e7: Preparing [2022-08-13T00:39:28.446Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:28.446Z] b16cb54a2454: Layer already exists [2022-08-13T00:39:28.446Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:28.446Z] a27558aa507f: Pushed [2022-08-13T00:39:30.616Z] Removing intermediate container 7256522324ef [2022-08-13T00:39:30.616Z] ---> a46a189a7459 [2022-08-13T00:39:30.616Z] Successfully built a46a189a7459 [2022-08-13T00:39:30.616Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:30.972Z] + docker inspect -f . ci-base-image-arm64 [2022-08-13T00:39:30.972Z] . [2022-08-13T00:39:30.982Z] 581fec7f07cb: Pushed [2022-08-13T00:39:30.982Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:cb07aae89c662c61727925e1dc8db32647b046d7469b824340fdca2dd7c9420f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T00:39:31.234Z] prd-ubuntu20.04-docker-arm64-4c-16g-22662 does not seem to be running inside a container [2022-08-13T00:39:31.319Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T00:39:32.677Z] $ docker top 11f5464c802e4cbdd9779eba16e7aa1d6842e4876d6944b3506d0316d21bce09 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:33.312Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:33.611Z] + go version [2022-08-13T00:39:33.611Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-13T00:39:33.630Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-08-13T00:39:33.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-13T00:39:33.630Z] a27558aa507f: Preparing [2022-08-13T00:39:33.630Z] 581fec7f07cb: Preparing [2022-08-13T00:39:33.630Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:33.630Z] b16cb54a2454: Preparing [2022-08-13T00:39:33.630Z] 994393dc58e7: Preparing [2022-08-13T00:39:33.630Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:33.630Z] b16cb54a2454: Layer already exists [2022-08-13T00:39:33.630Z] a27558aa507f: Layer already exists [2022-08-13T00:39:33.630Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:33.630Z] 581fec7f07cb: Layer already exists [2022-08-13T00:39:33.630Z] latest: digest: sha256:cb07aae89c662c61727925e1dc8db32647b046d7469b824340fdca2dd7c9420f size: 1365 [2022-08-13T00:39:33.637Z] $ docker stop --time=1 11f5464c802e4cbdd9779eba16e7aa1d6842e4876d6944b3506d0316d21bce09 [2022-08-13T00:39:35.299Z] $ docker rm -f 11f5464c802e4cbdd9779eba16e7aa1d6842e4876d6944b3506d0316d21bce09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 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-13T00:39:35.859Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:36.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-13T00:39:36.010Z] [2022-08-13T00:39:36.010Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:36.168Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.46 [2022-08-13T00:39:36.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-13T00:39:36.168Z] a27558aa507f: Preparing [2022-08-13T00:39:36.168Z] 581fec7f07cb: Preparing [2022-08-13T00:39:36.168Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:36.168Z] b16cb54a2454: Preparing [2022-08-13T00:39:36.168Z] 994393dc58e7: Preparing [2022-08-13T00:39:36.168Z] 581fec7f07cb: Layer already exists [2022-08-13T00:39:36.168Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:36.168Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:36.168Z] a27558aa507f: Layer already exists [2022-08-13T00:39:36.168Z] b16cb54a2454: Layer already exists [2022-08-13T00:39:36.168Z] 2.3.0-dev.46: digest: sha256:cb07aae89c662c61727925e1dc8db32647b046d7469b824340fdca2dd7c9420f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:36.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-13T00:39:36.479Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:36.651Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-08-13T00:39:36.651Z] 29e5d40040c1: Pulling fs layer [2022-08-13T00:39:36.651Z] 1ce36da41761: Pulling fs layer [2022-08-13T00:39:36.651Z] 25b303627fd3: Pulling fs layer [2022-08-13T00:39:36.651Z] 29e5d40040c1: Verifying Checksum [2022-08-13T00:39:36.651Z] 29e5d40040c1: Download complete [2022-08-13T00:39:36.792Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:36.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-13T00:39:36.792Z] a27558aa507f: Preparing [2022-08-13T00:39:36.792Z] 581fec7f07cb: Preparing [2022-08-13T00:39:36.792Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:36.792Z] b16cb54a2454: Preparing [2022-08-13T00:39:36.792Z] 994393dc58e7: Preparing [2022-08-13T00:39:36.792Z] b16cb54a2454: Layer already exists [2022-08-13T00:39:36.792Z] 581fec7f07cb: Layer already exists [2022-08-13T00:39:36.792Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:36.792Z] a27558aa507f: Layer already exists [2022-08-13T00:39:36.792Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:36.792Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:cb07aae89c662c61727925e1dc8db32647b046d7469b824340fdca2dd7c9420f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:36.928Z] 1ce36da41761: Verifying Checksum [2022-08-13T00:39:36.928Z] 1ce36da41761: Download complete [2022-08-13T00:39:37.110Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:37.207Z] 29e5d40040c1: Pull complete [2022-08-13T00:39:37.421Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-08-13T00:39:37.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-08-13T00:39:37.421Z] a27558aa507f: Preparing [2022-08-13T00:39:37.421Z] 581fec7f07cb: Preparing [2022-08-13T00:39:37.421Z] 51ebfe8bfdf3: Preparing [2022-08-13T00:39:37.421Z] b16cb54a2454: Preparing [2022-08-13T00:39:37.421Z] 994393dc58e7: Preparing [2022-08-13T00:39:37.421Z] 581fec7f07cb: Layer already exists [2022-08-13T00:39:37.421Z] b16cb54a2454: Layer already exists [2022-08-13T00:39:37.421Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:37.421Z] a27558aa507f: Layer already exists [2022-08-13T00:39:37.421Z] 51ebfe8bfdf3: Layer already exists [2022-08-13T00:39:37.421Z] main: digest: sha256:cb07aae89c662c61727925e1dc8db32647b046d7469b824340fdca2dd7c9420f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:39:37.464Z] ===================================================== [Pipeline] echo [2022-08-13T00:39:37.470Z] taggedImages: [2022-08-13T00:39:37.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:37.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-08-13T00:39:37.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.46 [2022-08-13T00:39:37.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:37.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-08-13T00:39:37.492Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-08-13T00:39:37.492Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:37.492Z] latest [2022-08-13T00:39:37.492Z] 2.3.0-dev.46 [2022-08-13T00:39:37.492Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:37.492Z] main [2022-08-13T00:39:37.492Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:37.879Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:38.194Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:38.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-13T00:39:38.194Z] 60e0a2b4b50f: Preparing [2022-08-13T00:39:38.194Z] f3b9419da3a0: Preparing [2022-08-13T00:39:38.194Z] 4573f2505cf9: Preparing [2022-08-13T00:39:38.194Z] fcb111e6eec3: Preparing [2022-08-13T00:39:38.194Z] 994393dc58e7: Preparing [2022-08-13T00:39:38.194Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:38.194Z] f3b9419da3a0: Pushed [2022-08-13T00:39:38.453Z] 60e0a2b4b50f: Pushed [2022-08-13T00:39:38.647Z] 25b303627fd3: Verifying Checksum [2022-08-13T00:39:38.647Z] 25b303627fd3: Download complete [2022-08-13T00:39:38.647Z] 1ce36da41761: Pull complete [2022-08-13T00:39:39.392Z] 4573f2505cf9: Pushed [2022-08-13T00:39:51.052Z] 25b303627fd3: Pull complete [2022-08-13T00:39:51.052Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-08-13T00:39:51.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-13T00:39:51.052Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T00:39:51.317Z] prd-ubuntu20.04-docker-arm64-4c-16g-22662 does not seem to be running inside a container [2022-08-13T00:39:51.408Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T00:39:51.618Z] fcb111e6eec3: Pushed [2022-08-13T00:39:51.618Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:fb6e39febedc1c7940eef67b7169087126718f3ec7c5f606f9746ae9e72ab6e3 size: 1370 [2022-08-13T00:39:53.913Z] $ docker top 10e2f3575fa9b6a6f787e72d9ce340c1a193c488cd5fe29b6beee1127b841a6b -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:54.555Z] + 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-13T00:39:54.839Z] + docker-compose build --help [2022-08-13T00:39:54.839Z] + grep parallel [2022-08-13T00:39:54.867Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-08-13T00:39:54.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-13T00:39:54.867Z] 60e0a2b4b50f: Preparing [2022-08-13T00:39:54.867Z] f3b9419da3a0: Preparing [2022-08-13T00:39:54.867Z] 4573f2505cf9: Preparing [2022-08-13T00:39:54.867Z] fcb111e6eec3: Preparing [2022-08-13T00:39:54.867Z] 994393dc58e7: Preparing [2022-08-13T00:39:54.867Z] 60e0a2b4b50f: Layer already exists [2022-08-13T00:39:54.867Z] 4573f2505cf9: Layer already exists [2022-08-13T00:39:54.867Z] f3b9419da3a0: Layer already exists [2022-08-13T00:39:54.867Z] fcb111e6eec3: Layer already exists [2022-08-13T00:39:54.867Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:54.867Z] latest: digest: sha256:fb6e39febedc1c7940eef67b7169087126718f3ec7c5f606f9746ae9e72ab6e3 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:55.183Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:55.489Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.46 [2022-08-13T00:39:55.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-13T00:39:55.489Z] 60e0a2b4b50f: Preparing [2022-08-13T00:39:55.489Z] f3b9419da3a0: Preparing [2022-08-13T00:39:55.489Z] 4573f2505cf9: Preparing [2022-08-13T00:39:55.489Z] fcb111e6eec3: Preparing [2022-08-13T00:39:55.489Z] 994393dc58e7: Preparing [2022-08-13T00:39:55.489Z] fcb111e6eec3: Layer already exists [2022-08-13T00:39:55.489Z] 4573f2505cf9: Layer already exists [2022-08-13T00:39:55.489Z] f3b9419da3a0: Layer already exists [2022-08-13T00:39:55.489Z] 60e0a2b4b50f: Layer already exists [2022-08-13T00:39:55.489Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:55.489Z] 2.3.0-dev.46: digest: sha256:fb6e39febedc1c7940eef67b7169087126718f3ec7c5f606f9746ae9e72ab6e3 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:55.803Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:56.108Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:56.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-13T00:39:56.108Z] 60e0a2b4b50f: Preparing [2022-08-13T00:39:56.108Z] f3b9419da3a0: Preparing [2022-08-13T00:39:56.108Z] 4573f2505cf9: Preparing [2022-08-13T00:39:56.108Z] fcb111e6eec3: Preparing [2022-08-13T00:39:56.108Z] 994393dc58e7: Preparing [2022-08-13T00:39:56.108Z] f3b9419da3a0: Layer already exists [2022-08-13T00:39:56.108Z] 4573f2505cf9: Layer already exists [2022-08-13T00:39:56.108Z] fcb111e6eec3: Layer already exists [2022-08-13T00:39:56.108Z] 60e0a2b4b50f: Layer already exists [2022-08-13T00:39:56.108Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:56.108Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:fb6e39febedc1c7940eef67b7169087126718f3ec7c5f606f9746ae9e72ab6e3 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:39:56.418Z] + 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-13T00:39:56.725Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-08-13T00:39:56.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-08-13T00:39:56.725Z] 60e0a2b4b50f: Preparing [2022-08-13T00:39:56.725Z] f3b9419da3a0: Preparing [2022-08-13T00:39:56.725Z] 4573f2505cf9: Preparing [2022-08-13T00:39:56.725Z] fcb111e6eec3: Preparing [2022-08-13T00:39:56.725Z] 994393dc58e7: Preparing [2022-08-13T00:39:56.725Z] 4573f2505cf9: Layer already exists [2022-08-13T00:39:56.725Z] 60e0a2b4b50f: Layer already exists [2022-08-13T00:39:56.725Z] f3b9419da3a0: Layer already exists [2022-08-13T00:39:56.725Z] fcb111e6eec3: Layer already exists [2022-08-13T00:39:56.725Z] 994393dc58e7: Layer already exists [2022-08-13T00:39:56.725Z] main: digest: sha256:fb6e39febedc1c7940eef67b7169087126718f3ec7c5f606f9746ae9e72ab6e3 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:39:56.773Z] ===================================================== [Pipeline] echo [2022-08-13T00:39:56.780Z] taggedImages: [2022-08-13T00:39:56.780Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:39:56.780Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-08-13T00:39:56.780Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.46 [2022-08-13T00:39:56.780Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:39:56.780Z] - 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-13T00:39:59.136Z] --parallel Build images in parallel. [Pipeline] } [2022-08-13T00:39:59.160Z] $ docker stop --time=1 10e2f3575fa9b6a6f787e72d9ce340c1a193c488cd5fe29b6beee1127b841a6b [2022-08-13T00:40:00.856Z] $ docker rm -f 10e2f3575fa9b6a6f787e72d9ce340c1a193c488cd5fe29b6beee1127b841a6b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:40:01.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-13T00:40:01.487Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T00:40:01.753Z] prd-ubuntu20.04-docker-arm64-4c-16g-22662 does not seem to be running inside a container [2022-08-13T00:40:01.864Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T00:40:03.131Z] $ docker top fa4b5599cf4b15950a0ffd8dfdcc89017354ddd90ba16b563a8d0d856c6bb28b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-13T00:40:04.073Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-08-13T00:40:08.364Z] Building core-command ... [2022-08-13T00:40:08.364Z] Building core-data ... [2022-08-13T00:40:08.364Z] Building core-metadata ... [2022-08-13T00:40:08.364Z] Building security-bootstrapper ... [2022-08-13T00:40:08.364Z] Building security-proxy-setup ... [2022-08-13T00:40:08.364Z] Building security-secretstore-setup ... [2022-08-13T00:40:08.364Z] Building security-spiffe-token-provider ... [2022-08-13T00:40:08.364Z] Building security-spire-agent ... [2022-08-13T00:40:08.364Z] Building security-spire-config ... [2022-08-13T00:40:08.364Z] Building security-spire-server ... [2022-08-13T00:40:08.364Z] Building support-notifications ... [2022-08-13T00:40:08.364Z] Building support-scheduler ... [2022-08-13T00:40:08.364Z] Building sys-mgmt-agent ... [2022-08-13T00:40:08.364Z] Building security-spiffe-token-provider [2022-08-13T00:40:08.364Z] Building sys-mgmt-agent [2022-08-13T00:40:08.364Z] Building security-spire-server [2022-08-13T00:40:08.364Z] Building security-spire-config [2022-08-13T00:40:08.364Z] Building support-scheduler [2022-08-13T00:40:20.743Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:40:20.743Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:40:20.743Z] ---> a46a189a7459 [2022-08-13T00:40:20.743Z] Step 3/22 : WORKDIR /edgex-go [2022-08-13T00:40:20.743Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:40:20.743Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:40:20.743Z] ---> a46a189a7459 [2022-08-13T00:40:20.743Z] Step 3/20 : WORKDIR /edgex-go [2022-08-13T00:40:20.743Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:40:20.743Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:40:20.743Z] ---> a46a189a7459 [2022-08-13T00:40:20.743Z] Step 3/26 : WORKDIR /edgex-go [2022-08-13T00:40:20.743Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:40:20.743Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:40:20.743Z] ---> a46a189a7459 [2022-08-13T00:40:20.743Z] Step 3/25 : WORKDIR /edgex-go [2022-08-13T00:40:20.743Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:40:20.743Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:40:20.743Z] ---> a46a189a7459 [2022-08-13T00:40:20.743Z] Step 3/23 : WORKDIR /edgex-go [2022-08-13T00:40:20.743Z] ---> Running in 3d6eb40e08c2 [2022-08-13T00:40:20.743Z] ---> Running in 7fb0e5b10681 [2022-08-13T00:40:20.743Z] ---> Running in cfbc99cfd23d [2022-08-13T00:40:20.743Z] ---> Running in 28118e1af0f0 [2022-08-13T00:40:20.743Z] ---> Running in 6d01ba901685 [2022-08-13T00:40:20.743Z] Removing intermediate container 7fb0e5b10681 [2022-08-13T00:40:20.743Z] ---> 64b568993f0b [2022-08-13T00:40:20.743Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-08-13T00:40:20.743Z] Removing intermediate container 6d01ba901685 [2022-08-13T00:40:20.743Z] ---> 2499e1709042 [2022-08-13T00:40:20.743Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:40:20.743Z] Removing intermediate container 3d6eb40e08c2 [2022-08-13T00:40:20.743Z] ---> 28ffec7095d3 [2022-08-13T00:40:20.743Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:40:20.743Z] Removing intermediate container 28118e1af0f0 [2022-08-13T00:40:20.743Z] ---> 4c9cf2768a08 [2022-08-13T00:40:20.743Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:40:20.743Z] Removing intermediate container cfbc99cfd23d [2022-08-13T00:40:20.743Z] ---> 7014df712ef0 [2022-08-13T00:40:20.743Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:40:20.743Z] ---> Running in 97f29e4a78ac [2022-08-13T00:40:20.743Z] ---> Running in f5e42fc47373 [2022-08-13T00:40:20.743Z] ---> Running in b71b25701ad9 [2022-08-13T00:40:20.743Z] ---> Running in 13a4830b43ca [2022-08-13T00:40:20.743Z] ---> Running in eff14f405ec3 [2022-08-13T00:40:23.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:23.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:25.014Z] v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-13T00:40:25.014Z] v3.16.2-15-g12d312ed6e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-13T00:40:25.014Z] OK: 16892 distinct packages available [2022-08-13T00:40:25.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:25.295Z] Removing intermediate container f5e42fc47373 [2022-08-13T00:40:25.295Z] ---> ee0acd27b874 [2022-08-13T00:40:25.583Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-08-13T00:40:25.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:25.583Z] ---> Running in ba18422473ec [2022-08-13T00:40:25.583Z] Removing intermediate container b71b25701ad9 [2022-08-13T00:40:25.583Z] ---> 131cd8587ef9 [2022-08-13T00:40:25.583Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-13T00:40:25.862Z] ---> Running in bfcfc3aa107e [2022-08-13T00:40:26.143Z] Removing intermediate container eff14f405ec3 [2022-08-13T00:40:26.143Z] ---> 2806baef545d [2022-08-13T00:40:26.143Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-08-13T00:40:26.143Z] ---> Running in 76728f981f8d [2022-08-13T00:40:26.425Z] Removing intermediate container 13a4830b43ca [2022-08-13T00:40:26.425Z] ---> 7ec77ca61619 [2022-08-13T00:40:26.425Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-13T00:40:26.713Z] ---> Running in 2325dfb6fc2c [2022-08-13T00:40:26.713Z] OK: 221 MiB in 51 packages [2022-08-13T00:40:28.157Z] Removing intermediate container 97f29e4a78ac [2022-08-13T00:40:28.157Z] ---> 26b520ac98c8 [2022-08-13T00:40:28.157Z] Step 5/20 : COPY go.mod vendor* ./ [2022-08-13T00:40:28.433Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:28.721Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:28.721Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:28.721Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:29.014Z] ---> eca47a3e5526 [2022-08-13T00:40:29.014Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:40:29.014Z] ---> Running in 71e6cf20976a [2022-08-13T00:40:29.299Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:29.584Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:29.865Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:29.865Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:40:30.891Z] OK: 221 MiB in 51 packages [2022-08-13T00:40:30.891Z] OK: 221 MiB in 51 packages [2022-08-13T00:40:31.178Z] OK: 221 MiB in 51 packages [2022-08-13T00:40:31.806Z] OK: 221 MiB in 51 packages [2022-08-13T00:40:32.838Z] Removing intermediate container ba18422473ec [2022-08-13T00:40:32.838Z] ---> a7d6eddf0216 [2022-08-13T00:40:32.838Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-13T00:40:33.125Z] Removing intermediate container 2325dfb6fc2c [2022-08-13T00:40:33.125Z] ---> 19faf206e74e [2022-08-13T00:40:33.125Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-13T00:40:33.125Z] Removing intermediate container bfcfc3aa107e [2022-08-13T00:40:33.125Z] ---> 801a2161002a [2022-08-13T00:40:33.125Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-13T00:40:33.403Z] Removing intermediate container 76728f981f8d [2022-08-13T00:40:33.403Z] ---> 3a26106f60dd [2022-08-13T00:40:33.403Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-13T00:40:34.406Z] ---> 221a4d84ec14 [2022-08-13T00:40:34.407Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:40:34.684Z] ---> Running in 287837f95aba [2022-08-13T00:40:34.684Z] ---> 3e2d4dfc8719 [2022-08-13T00:40:34.684Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:40:34.978Z] ---> f47f580308e5 [2022-08-13T00:40:34.978Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:40:34.978Z] ---> Running in d52027ded03a [2022-08-13T00:40:35.255Z] ---> Running in 74dfcb2d5bf9 [2022-08-13T00:40:35.554Z] ---> f7fb70b8adb0 [2022-08-13T00:40:35.555Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:40:35.833Z] ---> Running in 4fd7b06bec44 [2022-08-13T00:41:14.986Z] Removing intermediate container 71e6cf20976a [2022-08-13T00:41:14.986Z] ---> 8effe2d0b7c6 [2022-08-13T00:41:14.986Z] Step 7/20 : COPY . . [2022-08-13T00:41:20.448Z] ---> a1e6a9eb7031 [2022-08-13T00:41:20.448Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-08-13T00:41:21.063Z] ---> Running in cf0db89b543d [2022-08-13T00:41:23.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.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-08-13T00:41:45.308Z] Removing intermediate container 287837f95aba [2022-08-13T00:41:45.308Z] ---> 72c45ce7210c [2022-08-13T00:41:45.308Z] Step 8/23 : COPY . . [2022-08-13T00:41:45.308Z] Removing intermediate container 74dfcb2d5bf9 [2022-08-13T00:41:45.308Z] ---> e82b3c57033d [2022-08-13T00:41:45.308Z] Step 8/26 : COPY . . [2022-08-13T00:41:45.308Z] Removing intermediate container d52027ded03a [2022-08-13T00:41:45.308Z] ---> 2e0d8726f560 [2022-08-13T00:41:45.308Z] Step 8/22 : COPY . . [2022-08-13T00:41:45.308Z] Removing intermediate container 4fd7b06bec44 [2022-08-13T00:41:45.308Z] ---> bd75b4c76f98 [2022-08-13T00:41:45.308Z] Step 8/25 : COPY . . [2022-08-13T00:41:52.062Z] ---> 3678de12b047 [2022-08-13T00:41:52.062Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-08-13T00:41:52.062Z] ---> 82cc9307b105 [2022-08-13T00:41:52.062Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-13T00:41:52.062Z] ---> 5aed1c304e45 [2022-08-13T00:41:52.062Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-08-13T00:41:52.062Z] ---> Running in 1d83b51bc468 [2022-08-13T00:41:52.062Z] ---> Running in c5a8cc8bfa57 [2022-08-13T00:41:52.062Z] ---> Running in d8bf582bb85a [2022-08-13T00:41:52.062Z] ---> 348b83f390d4 [2022-08-13T00:41:52.062Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-08-13T00:41:52.339Z] ---> Running in 552e1361fb28 [2022-08-13T00:41:53.325Z] Removing intermediate container 552e1361fb28 [2022-08-13T00:41:53.325Z] ---> ca3b40cd9413 [2022-08-13T00:41:53.325Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-08-13T00:41:53.325Z] ---> Running in 7a040479a978 [2022-08-13T00:41:53.325Z] Removing intermediate container c5a8cc8bfa57 [2022-08-13T00:41:53.325Z] ---> 7cbbd73e627f [2022-08-13T00:41:53.325Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-13T00:41:53.617Z] ---> Running in 4e6d2c2efdec [2022-08-13T00:41:54.633Z] Removing intermediate container 7a040479a978 [2022-08-13T00:41:54.633Z] ---> 2b8498c06f74 [2022-08-13T00:41:54.633Z] 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-13T00:41:54.633Z] Removing intermediate container 4e6d2c2efdec [2022-08-13T00:41:54.633Z] ---> a0939faaf96f [2022-08-13T00:41:54.633Z] 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-13T00:41:54.633Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-08-13T00:41:54.633Z] ---> Running in c5f91511742b [2022-08-13T00:41:54.904Z] ---> Running in 52ef2bd09bbd [2022-08-13T00:41:55.180Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-13T00:41:58.634Z] Removing intermediate container 52ef2bd09bbd [2022-08-13T00:41:58.634Z] ---> 2a892795c2f1 [2022-08-13T00:41:58.634Z] Step 12/26 : WORKDIR /edgex-go [2022-08-13T00:41:58.634Z] ---> Running in 81139712ef3f [2022-08-13T00:41:58.927Z] Removing intermediate container c5f91511742b [2022-08-13T00:41:58.927Z] ---> 59b6b6edb266 [2022-08-13T00:41:58.927Z] Step 12/25 : WORKDIR /edgex-go [2022-08-13T00:41:58.927Z] ---> Running in 05a00b3201c3 [2022-08-13T00:41:59.545Z] Removing intermediate container 81139712ef3f [2022-08-13T00:41:59.545Z] ---> e6bc1f03214f [2022-08-13T00:41:59.545Z] [2022-08-13T00:41:59.545Z] Step 13/26 : FROM alpine:3.15 [2022-08-13T00:41:59.820Z] Removing intermediate container 05a00b3201c3 [2022-08-13T00:41:59.820Z] ---> 353b14afaff4 [2022-08-13T00:41:59.820Z] [2022-08-13T00:41:59.820Z] Step 13/25 : FROM alpine:3.15 [2022-08-13T00:41:59.820Z] 3.15: Pulling from library/alpine [2022-08-13T00:41:59.820Z] 3.15: Pulling from library/alpine [2022-08-13T00:42:01.288Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-13T00:42:01.288Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-13T00:42:01.288Z] Status: Downloaded newer image for alpine:3.15 [2022-08-13T00:42:01.288Z] Status: Image is up to date for alpine:3.15 [2022-08-13T00:42:01.288Z] ---> 02e0d6fdf486 [2022-08-13T00:42:01.288Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:42:01.288Z] ---> 02e0d6fdf486 [2022-08-13T00:42:01.288Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:42:01.288Z] ---> Running in 72f33fc1e2e6 [2022-08-13T00:42:01.288Z] ---> Running in 6556a1d7351f [2022-08-13T00:42:01.915Z] Removing intermediate container 72f33fc1e2e6 [2022-08-13T00:42:01.915Z] ---> 18cae33d534e [2022-08-13T00:42:01.915Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:42:02.198Z] Removing intermediate container 6556a1d7351f [2022-08-13T00:42:02.198Z] ---> ab21082045b1 [2022-08-13T00:42:02.198Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:42:02.198Z] ---> Running in 44b3810ceee7 [2022-08-13T00:42:02.487Z] ---> Running in d86d6a145f07 [2022-08-13T00:42:06.920Z] Removing intermediate container 44b3810ceee7 [2022-08-13T00:42:06.920Z] ---> 0040930489c5 [2022-08-13T00:42:06.920Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-13T00:42:06.920Z] Removing intermediate container d86d6a145f07 [2022-08-13T00:42:06.920Z] ---> 5a0e1933636a [2022-08-13T00:42:06.920Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-08-13T00:42:06.920Z] ---> Running in e8a6b594fff0 [2022-08-13T00:42:06.920Z] ---> Running in 7c4185b88227 [2022-08-13T00:42:08.679Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:08.964Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:10.270Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:10.271Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:11.729Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-13T00:42:11.729Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-13T00:42:11.729Z] OK: 15733 distinct packages available [2022-08-13T00:42:12.009Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-13T00:42:12.009Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-13T00:42:12.009Z] OK: 15733 distinct packages available [2022-08-13T00:42:12.009Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:12.286Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:13.273Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:13.273Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:14.717Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-08-13T00:42:14.717Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-08-13T00:42:14.717Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-13T00:42:14.717Z] (3/4) Installing libucontext (1.1-r0) [2022-08-13T00:42:14.717Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-13T00:42:14.717Z] (4/4) Installing gcompat (1.0.0-r4) [2022-08-13T00:42:14.717Z] (3/5) Installing libucontext (1.1-r0) [2022-08-13T00:42:14.717Z] Executing busybox-1.34.1-r7.trigger [2022-08-13T00:42:14.717Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-13T00:42:14.995Z] OK: 6 MiB in 18 packages [2022-08-13T00:42:14.995Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-13T00:42:15.278Z] Executing busybox-1.34.1-r7.trigger [2022-08-13T00:42:15.278Z] OK: 6 MiB in 19 packages [2022-08-13T00:42:17.274Z] Removing intermediate container 7c4185b88227 [2022-08-13T00:42:17.274Z] ---> 7b414374d721 [2022-08-13T00:42:17.274Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-13T00:42:17.274Z] Removing intermediate container e8a6b594fff0 [2022-08-13T00:42:17.274Z] ---> efe0bc1bf00c [2022-08-13T00:42:17.274Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-13T00:42:25.580Z] ---> 82535382d137 [2022-08-13T00:42:25.580Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-08-13T00:42:25.580Z] ---> 6de6a8f323db [2022-08-13T00:42:25.580Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-08-13T00:42:26.186Z] ---> f8e528fdbb44 [2022-08-13T00:42:26.186Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-08-13T00:42:26.186Z] ---> Running in 8d9facd8ce61 [2022-08-13T00:42:26.465Z] ---> ac7b8427cacf [2022-08-13T00:42:26.465Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-08-13T00:42:27.074Z] Removing intermediate container 8d9facd8ce61 [2022-08-13T00:42:27.074Z] ---> 69dbc92c33dd [2022-08-13T00:42:27.074Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-08-13T00:42:27.681Z] ---> 00e9973e642e [2022-08-13T00:42:27.681Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-08-13T00:42:28.313Z] ---> 2023889fcbb7 [2022-08-13T00:42:28.313Z] Step 21/26 : WORKDIR / [2022-08-13T00:42:28.313Z] ---> Running in e780c07e7233 [2022-08-13T00:42:28.920Z] ---> cb211f5acbd9 [2022-08-13T00:42:28.920Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-13T00:42:29.197Z] Removing intermediate container e780c07e7233 [2022-08-13T00:42:29.197Z] ---> 047ef22c6543 [2022-08-13T00:42:29.197Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-13T00:42:29.197Z] ---> Running in 8b9fa555bb3b [2022-08-13T00:42:29.483Z] ---> Running in b2724570d35d [2022-08-13T00:42:30.096Z] Removing intermediate container b2724570d35d [2022-08-13T00:42:30.096Z] ---> e0db7ac0c058 [2022-08-13T00:42:30.096Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-13T00:42:30.096Z] Removing intermediate container 8b9fa555bb3b [2022-08-13T00:42:30.096Z] ---> 008ecab520df [2022-08-13T00:42:30.096Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-13T00:42:30.096Z] ---> Running in d36bf927951f [2022-08-13T00:42:30.374Z] ---> Running in ced781ade7ef [2022-08-13T00:42:31.003Z] Removing intermediate container d36bf927951f [2022-08-13T00:42:31.003Z] ---> c3ab76ff0d3f [2022-08-13T00:42:31.003Z] Removing intermediate container ced781ade7ef [2022-08-13T00:42:31.003Z] Step 24/26 : LABEL arch=arm64 ---> 5c782892313c [2022-08-13T00:42:31.003Z] [2022-08-13T00:42:31.003Z] Step 23/25 : LABEL arch=arm64 [2022-08-13T00:42:31.003Z] ---> Running in f76f22fb26ef [2022-08-13T00:42:31.003Z] ---> Running in 2f30d6d0c8ee [2022-08-13T00:42:31.612Z] Removing intermediate container 2f30d6d0c8ee [2022-08-13T00:42:31.612Z] ---> 045085edad64 [2022-08-13T00:42:31.612Z] Step 24/25 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:42:31.885Z] ---> Running in c03e1aa4b673 [2022-08-13T00:42:31.885Z] Removing intermediate container f76f22fb26ef [2022-08-13T00:42:31.885Z] ---> 46a400485ae2 [2022-08-13T00:42:31.885Z] Step 25/26 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:42:32.163Z] ---> Running in ef997978422b [2022-08-13T00:42:32.442Z] Removing intermediate container c03e1aa4b673 [2022-08-13T00:42:32.442Z] ---> 4adc03320ee0 [2022-08-13T00:42:32.442Z] Step 25/25 : LABEL version=2.3.0-dev.46 [2022-08-13T00:42:32.719Z] Removing intermediate container ef997978422b [2022-08-13T00:42:32.719Z] ---> 64a6ee47bdeb [2022-08-13T00:42:32.719Z] Step 26/26 : LABEL version=2.3.0-dev.46 [2022-08-13T00:42:32.719Z] ---> Running in 6ec6b68cd50b [2022-08-13T00:42:32.997Z] ---> Running in a85e0728ff74 [2022-08-13T00:42:33.600Z] Removing intermediate container a85e0728ff74 [2022-08-13T00:42:33.600Z] ---> 6ca166418532 [2022-08-13T00:42:33.600Z] [2022-08-13T00:42:33.600Z] Removing intermediate container 6ec6b68cd50b [2022-08-13T00:42:33.600Z] ---> 682f37e1a629 [2022-08-13T00:42:33.600Z] [2022-08-13T00:42:33.600Z] Successfully built 6ca166418532 [2022-08-13T00:42:33.600Z] Successfully built 682f37e1a629 [2022-08-13T00:42:33.600Z] Successfully tagged security-spire-config-arm64:latest [2022-08-13T00:42:33.600Z] Building security-spire-agent [2022-08-13T00:42:33.600Z] Successfully tagged security-spire-server-arm64:latest [2022-08-13T00:42:33.600Z]  Building security-spire-config ... done Building core-data [2022-08-13T00:42:40.344Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:42:40.344Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:42:40.344Z] ---> a46a189a7459 [2022-08-13T00:42:40.344Z] Step 3/23 : WORKDIR /edgex-go [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> 7014df712ef0 [2022-08-13T00:42:40.344Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> 2806baef545d [2022-08-13T00:42:40.344Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-08-13T00:42:40.344Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:42:40.344Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:42:40.344Z] ---> a46a189a7459 [2022-08-13T00:42:40.344Z] Step 3/26 : WORKDIR /edgex-go [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> 7014df712ef0 [2022-08-13T00:42:40.344Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> 2806baef545d [2022-08-13T00:42:40.344Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> 3a26106f60dd [2022-08-13T00:42:40.344Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> f7fb70b8adb0 [2022-08-13T00:42:40.344Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> bd75b4c76f98 [2022-08-13T00:42:40.344Z] Step 8/26 : COPY . . [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> 348b83f390d4 [2022-08-13T00:42:40.344Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> ca3b40cd9413 [2022-08-13T00:42:40.344Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-13T00:42:40.344Z] ---> Using cache [2022-08-13T00:42:40.344Z] ---> 2b8498c06f74 [2022-08-13T00:42:40.344Z] 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-13T00:42:40.344Z] ---> Running in ab98cc41eeb3 [2022-08-13T00:42:40.344Z] ---> Running in 81392d3d198a [2022-08-13T00:42:42.998Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:43.606Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:43.606Z] Removing intermediate container 81392d3d198a [2022-08-13T00:42:43.606Z] ---> ee62aa1bcd5d [2022-08-13T00:42:43.606Z] Step 12/26 : WORKDIR /edgex-go [2022-08-13T00:42:43.606Z] ---> Running in 892eaacf0596 [2022-08-13T00:42:44.213Z] Removing intermediate container 892eaacf0596 [2022-08-13T00:42:44.213Z] ---> 9a2fcf4d52cf [2022-08-13T00:42:44.213Z] [2022-08-13T00:42:44.213Z] Step 13/26 : FROM alpine:3.15 [2022-08-13T00:42:44.213Z] ---> 02e0d6fdf486 [2022-08-13T00:42:44.213Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:42:44.213Z] ---> Using cache [2022-08-13T00:42:44.213Z] ---> ab21082045b1 [2022-08-13T00:42:44.213Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:42:44.213Z] ---> Using cache [2022-08-13T00:42:44.213Z] ---> 5a0e1933636a [2022-08-13T00:42:44.213Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-13T00:42:44.213Z] ---> Running in 94d19555b659 [2022-08-13T00:42:45.204Z] OK: 221 MiB in 51 packages [2022-08-13T00:42:46.201Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:46.818Z] Removing intermediate container ab98cc41eeb3 [2022-08-13T00:42:46.818Z] ---> 3266cc87b5aa [2022-08-13T00:42:46.818Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-13T00:42:47.425Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:48.039Z] ---> 607f4f596901 [2022-08-13T00:42:48.039Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:42:48.039Z] ---> Running in c63e14b82874 [2022-08-13T00:42:49.034Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-13T00:42:49.034Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-13T00:42:49.034Z] OK: 15733 distinct packages available [2022-08-13T00:42:49.313Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:50.304Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:42:51.749Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-13T00:42:51.749Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-13T00:42:51.749Z] (3/5) Installing libucontext (1.1-r0) [2022-08-13T00:42:51.749Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-13T00:42:52.026Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-13T00:42:52.026Z] Executing busybox-1.34.1-r7.trigger [2022-08-13T00:42:52.306Z] OK: 6 MiB in 19 packages [2022-08-13T00:42:53.751Z] Removing intermediate container 94d19555b659 [2022-08-13T00:42:53.751Z] ---> 78f1c9d806ed [2022-08-13T00:42:53.751Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-08-13T00:42:57.170Z] ---> 3ac1dce9236e [2022-08-13T00:42:57.170Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-13T00:43:02.604Z] ---> ae236bd10e5e [2022-08-13T00:43:02.604Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-08-13T00:43:02.895Z] ---> 399dfd8eda4d [2022-08-13T00:43:02.895Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-08-13T00:43:03.886Z] ---> fde1c781e81f [2022-08-13T00:43:03.886Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-08-13T00:43:04.879Z] ---> 5c8349cf8fa9 [2022-08-13T00:43:04.880Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-13T00:43:04.880Z] ---> Running in 8090cfa45cc9 [2022-08-13T00:43:05.489Z] Removing intermediate container 8090cfa45cc9 [2022-08-13T00:43:05.489Z] ---> 2fd60d7d00a8 [2022-08-13T00:43:05.489Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-13T00:43:05.778Z] ---> Running in 9694f77816ac [2022-08-13T00:43:06.075Z] Removing intermediate container 9694f77816ac [2022-08-13T00:43:06.075Z] ---> 91a1459011c0 [2022-08-13T00:43:06.075Z] Step 24/26 : LABEL arch=arm64 [2022-08-13T00:43:06.359Z] ---> Running in 45dd09313be6 [2022-08-13T00:43:06.965Z] Removing intermediate container 45dd09313be6 [2022-08-13T00:43:06.965Z] ---> 2cfbbde6ae15 [2022-08-13T00:43:06.965Z] Step 25/26 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:43:06.965Z] ---> Running in 69bf60a1f982 [2022-08-13T00:43:07.578Z] Removing intermediate container 69bf60a1f982 [2022-08-13T00:43:07.578Z] ---> a0bc0a713e4b [2022-08-13T00:43:07.578Z] Step 26/26 : LABEL version=2.3.0-dev.46 [2022-08-13T00:43:07.578Z] ---> Running in 395d1a2852e5 [2022-08-13T00:43:07.860Z] Removing intermediate container 395d1a2852e5 [2022-08-13T00:43:07.860Z] ---> bb327837fb29 [2022-08-13T00:43:07.860Z] [2022-08-13T00:43:08.144Z] Successfully built bb327837fb29 [2022-08-13T00:43:08.144Z] Successfully tagged security-spire-agent-arm64:latest [2022-08-13T00:43:08.144Z] Building security-bootstrapper [2022-08-13T00:43:12.488Z]  Building security-spire-agent ... done Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:43:12.488Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:43:12.488Z] ---> a46a189a7459 [2022-08-13T00:43:12.488Z] Step 3/31 : WORKDIR /edgex-go [2022-08-13T00:43:12.488Z] ---> Using cache [2022-08-13T00:43:12.488Z] ---> 7014df712ef0 [2022-08-13T00:43:12.488Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:43:12.488Z] ---> Using cache [2022-08-13T00:43:12.488Z] ---> 2806baef545d [2022-08-13T00:43:12.488Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-08-13T00:43:13.107Z] ---> Running in 01c2b872f81b [2022-08-13T00:43:15.108Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:43:15.713Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:43:17.715Z] OK: 221 MiB in 51 packages [2022-08-13T00:43:19.163Z] Removing intermediate container 01c2b872f81b [2022-08-13T00:43:19.163Z] ---> 7bffa274ff99 [2022-08-13T00:43:19.163Z] Step 6/31 : COPY go.mod vendor* ./ [2022-08-13T00:43:21.168Z] ---> 107011da2922 [2022-08-13T00:43:21.168Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:43:21.168Z] ---> Running in c0b806c88d72 [2022-08-13T00:43:43.366Z] Removing intermediate container c63e14b82874 [2022-08-13T00:43:43.366Z] ---> 5aa6353c93f7 [2022-08-13T00:43:43.366Z] Step 8/23 : COPY . . [2022-08-13T00:43:43.977Z] ---> bdd778a648e8 [2022-08-13T00:43:43.977Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-08-13T00:43:44.253Z] ---> Running in 9d2ec67a303b [2022-08-13T00:43:46.265Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-08-13T00:44:18.698Z] Removing intermediate container c0b806c88d72 [2022-08-13T00:44:18.698Z] ---> 70c1d45585ed [2022-08-13T00:44:18.698Z] Step 8/31 : COPY . . [2022-08-13T00:44:18.698Z] ---> 66f6f53dba56 [2022-08-13T00:44:18.698Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-08-13T00:44:18.698Z] ---> Running in 4d6741120219 [2022-08-13T00:44:18.976Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-08-13T00:47:26.023Z] Removing intermediate container 1d83b51bc468 [2022-08-13T00:47:26.023Z] ---> 1259355563dd [2022-08-13T00:47:26.023Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-08-13T00:47:26.023Z] ---> Running in 3993712f8fa2 [2022-08-13T00:47:26.023Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-08-13T00:47:26.023Z] Removing intermediate container 3993712f8fa2 [2022-08-13T00:47:26.023Z] ---> c3401ad702d1 [2022-08-13T00:47:26.023Z] [2022-08-13T00:47:26.023Z] Step 11/23 : FROM alpine:3.16 [2022-08-13T00:47:26.023Z] 3.16: Pulling from library/alpine [2022-08-13T00:47:26.309Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-13T00:47:26.309Z] Status: Downloaded newer image for alpine:3.16 [2022-08-13T00:47:26.309Z] ---> a6215f271958 [2022-08-13T00:47:26.309Z] 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-13T00:47:26.309Z] ---> Running in 50c6bcea007d [2022-08-13T00:47:26.916Z] Removing intermediate container 50c6bcea007d [2022-08-13T00:47:26.916Z] ---> 30df97e52add [2022-08-13T00:47:26.916Z] 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-13T00:47:26.916Z] ---> Running in de2d820a4412 [2022-08-13T00:47:28.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:47:28.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:47:30.378Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-13T00:47:30.378Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-13T00:47:30.378Z] (3/33) Installing readline (8.1.2-r0) [2022-08-13T00:47:30.378Z] (4/33) Installing bash (5.1.16-r2) [2022-08-13T00:47:30.378Z] Executing bash-5.1.16-r2.post-install [2022-08-13T00:47:30.378Z] (5/33) Installing ca-certificates (20220614-r0) [2022-08-13T00:47:30.656Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-08-13T00:47:30.656Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-08-13T00:47:30.656Z] (8/33) Installing libcurl (7.83.1-r2) [2022-08-13T00:47:30.656Z] (9/33) Installing curl (7.83.1-r2) [2022-08-13T00:47:30.656Z] (10/33) Installing docker-cli (20.10.16-r2) [2022-08-13T00:47:31.644Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-08-13T00:47:31.644Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-08-13T00:47:31.644Z] (13/33) Installing expat (2.4.8-r0) [2022-08-13T00:47:31.644Z] (14/33) Installing libffi (3.4.2-r1) [2022-08-13T00:47:31.644Z] (15/33) Installing gdbm (1.23-r0) [2022-08-13T00:47:31.644Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-08-13T00:47:31.644Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-08-13T00:47:31.644Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-13T00:47:31.644Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-08-13T00:47:31.919Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-08-13T00:47:31.919Z] (21/33) Installing python3 (3.10.5-r0) [2022-08-13T00:47:34.545Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-08-13T00:47:34.545Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-08-13T00:47:34.545Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-08-13T00:47:34.545Z] (25/33) Installing py3-six (1.16.0-r1) [2022-08-13T00:47:34.545Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-08-13T00:47:34.545Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-08-13T00:47:34.545Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-08-13T00:47:34.545Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-08-13T00:47:34.545Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-08-13T00:47:34.545Z] (31/33) Installing py3-packaging (21.3-r0) [2022-08-13T00:47:34.545Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-08-13T00:47:34.818Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-08-13T00:47:35.803Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:47:35.803Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:47:36.080Z] OK: 120 MiB in 47 packages [2022-08-13T00:47:51.179Z] Collecting docker-compose==1.23.2 [2022-08-13T00:47:51.179Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-08-13T00:47:51.179Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 9.1 MB/s eta 0:00:00 [2022-08-13T00:47:51.179Z] Collecting dockerpty<0.5,>=0.4.1 [2022-08-13T00:47:51.179Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-08-13T00:47:51.179Z] Preparing metadata (setup.py): started [2022-08-13T00:47:53.169Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-13T00:47:53.772Z] Collecting docker<4.0,>=3.6.0 [2022-08-13T00:47:53.772Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-08-13T00:47:54.049Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 8.4 MB/s eta 0:00:00 [2022-08-13T00:47:54.654Z] Collecting jsonschema<3,>=2.5.1 [2022-08-13T00:47:54.654Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-08-13T00:47:55.257Z] Collecting PyYAML<4,>=3.10 [2022-08-13T00:47:55.257Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-08-13T00:47:55.257Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 13.3 MB/s eta 0:00:00 [2022-08-13T00:47:57.251Z] Preparing metadata (setup.py): started [2022-08-13T00:47:59.887Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-13T00:47:59.887Z] Collecting cached-property<2,>=1.2.0 [2022-08-13T00:47:59.887Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-08-13T00:48:00.163Z] Collecting websocket-client<1.0,>=0.32.0 [2022-08-13T00:48:00.163Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-08-13T00:48:00.440Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 17.7 MB/s eta 0:00:00 [2022-08-13T00:48:01.435Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-08-13T00:48:01.714Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-08-13T00:48:01.714Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 19.3 MB/s eta 0:00:00 [2022-08-13T00:48:01.714Z] Collecting texttable<0.10,>=0.9.0 [2022-08-13T00:48:01.714Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-08-13T00:48:01.714Z] Preparing metadata (setup.py): started [2022-08-13T00:48:04.346Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-13T00:48:04.346Z] Collecting docopt<0.7,>=0.6.1 [2022-08-13T00:48:04.346Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-08-13T00:48:04.623Z] Preparing metadata (setup.py): started [2022-08-13T00:48:07.263Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-13T00:48:07.263Z] 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-13T00:48:07.542Z] Collecting docker-pycreds>=0.4.0 [2022-08-13T00:48:07.542Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-08-13T00:48:09.536Z] Collecting idna<2.8,>=2.5 [2022-08-13T00:48:09.536Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-08-13T00:48:09.536Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 15.1 MB/s eta 0:00:00 [2022-08-13T00:48:09.536Z] Collecting chardet<3.1.0,>=3.0.2 [2022-08-13T00:48:09.536Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-08-13T00:48:09.536Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 14.8 MB/s eta 0:00:00 [2022-08-13T00:48:10.136Z] Collecting certifi>=2017.4.17 [2022-08-13T00:48:10.136Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-13T00:48:10.136Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 17.7 MB/s eta 0:00:00 [2022-08-13T00:48:11.118Z] Collecting urllib3<1.25,>=1.21.1 [2022-08-13T00:48:11.118Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-08-13T00:48:11.119Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.4 MB/s eta 0:00:00 [2022-08-13T00:48:11.731Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-08-13T00:48:11.731Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-08-13T00:48:11.731Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-08-13T00:48:11.731Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-08-13T00:48:12.738Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-08-13T00:48:12.738Z] Running setup.py install for texttable: started [2022-08-13T00:48:12.738Z] Removing intermediate container cf0db89b543d [2022-08-13T00:48:12.738Z] ---> dbd81e93d36f [2022-08-13T00:48:12.738Z] [2022-08-13T00:48:12.738Z] Step 9/20 : FROM alpine:3.15 [2022-08-13T00:48:12.738Z] ---> 02e0d6fdf486 [2022-08-13T00:48:12.738Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:48:12.738Z] ---> Using cache [2022-08-13T00:48:12.738Z] ---> ab21082045b1 [2022-08-13T00:48:12.738Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:48:12.738Z] ---> Using cache [2022-08-13T00:48:12.738Z] ---> 5a0e1933636a [2022-08-13T00:48:12.738Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-08-13T00:48:13.020Z] ---> Running in 71b3bc760942 [2022-08-13T00:48:15.003Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:48:15.604Z] Running setup.py install for texttable: finished with status 'done' [2022-08-13T00:48:15.604Z] Running setup.py install for PyYAML: started [2022-08-13T00:48:15.883Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:48:17.326Z] v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-13T00:48:17.326Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-13T00:48:17.326Z] OK: 15733 distinct packages available [2022-08-13T00:48:17.600Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:48:18.596Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:48:18.596Z] Running setup.py install for PyYAML: finished with status 'done' [2022-08-13T00:48:20.045Z] (1/9) Installing ca-certificates (20220614-r0) [2022-08-13T00:48:20.045Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-08-13T00:48:20.045Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-08-13T00:48:20.324Z] (4/9) Installing libcurl (7.80.0-r2) [2022-08-13T00:48:20.324Z] Running setup.py install for docopt: started [2022-08-13T00:48:20.324Z] (5/9) Installing curl (7.80.0-r2) [2022-08-13T00:48:20.324Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-08-13T00:48:20.601Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-08-13T00:48:20.601Z] (8/9) Installing libucontext (1.1-r0) [2022-08-13T00:48:20.601Z] (9/9) Installing gcompat (1.0.0-r4) [2022-08-13T00:48:20.875Z] Executing busybox-1.34.1-r7.trigger [2022-08-13T00:48:20.875Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:48:21.154Z] OK: 8 MiB in 23 packages [2022-08-13T00:48:23.785Z] Removing intermediate container 71b3bc760942 [2022-08-13T00:48:23.785Z] ---> 78af3a72b149 [2022-08-13T00:48:23.785Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:48:23.785Z] Running setup.py install for docopt: finished with status 'done' [2022-08-13T00:48:24.389Z] ---> cbb7d4e6fc73 [2022-08-13T00:48:24.389Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-08-13T00:48:26.725Z] ---> 9572307424f8 [2022-08-13T00:48:26.725Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-08-13T00:48:27.324Z] ---> 180b3738da2f [2022-08-13T00:48:27.324Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-08-13T00:48:27.646Z] ---> Running in 16f7fbe02a52 [2022-08-13T00:48:27.942Z] Running setup.py install for dockerpty: started [2022-08-13T00:48:28.264Z] Removing intermediate container 16f7fbe02a52 [2022-08-13T00:48:28.264Z] ---> cc93e83c7b57 [2022-08-13T00:48:28.264Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:48:28.264Z] ---> Running in 6515d40f5473 [2022-08-13T00:48:28.905Z] Removing intermediate container 6515d40f5473 [2022-08-13T00:48:28.905Z] ---> b1a48a739d94 [2022-08-13T00:48:28.905Z] Step 18/20 : LABEL arch=arm64 [2022-08-13T00:48:28.905Z] ---> Running in 7364bf117f31 [2022-08-13T00:48:29.541Z] Removing intermediate container 7364bf117f31 [2022-08-13T00:48:29.541Z] ---> c93e71320fad [2022-08-13T00:48:29.541Z] Step 19/20 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:48:29.541Z] ---> Running in bd9225652991 [2022-08-13T00:48:29.836Z] Removing intermediate container bd9225652991 [2022-08-13T00:48:29.836Z] ---> f3319610016e [2022-08-13T00:48:29.836Z] Step 20/20 : LABEL version=2.3.0-dev.46 [2022-08-13T00:48:30.119Z] ---> Running in e2aba3a464c9 [2022-08-13T00:48:30.395Z] Removing intermediate container e2aba3a464c9 [2022-08-13T00:48:30.395Z] ---> 231b17fc034b [2022-08-13T00:48:30.395Z] [2022-08-13T00:48:30.684Z] Successfully built 231b17fc034b [2022-08-13T00:48:30.684Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-08-13T00:48:30.684Z] Building support-notifications [2022-08-13T00:48:32.130Z]  Building security-spiffe-token-provider ... done  Running setup.py install for dockerpty: finished with status 'done' [2022-08-13T00:48:34.768Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:48:34.768Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:48:34.768Z] ---> a46a189a7459 [2022-08-13T00:48:34.768Z] Step 3/22 : WORKDIR /edgex-go [2022-08-13T00:48:34.768Z] ---> Using cache [2022-08-13T00:48:34.768Z] ---> 7014df712ef0 [2022-08-13T00:48:34.769Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:48:34.769Z] ---> Using cache [2022-08-13T00:48:34.769Z] ---> 2806baef545d [2022-08-13T00:48:34.769Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-08-13T00:48:34.769Z] ---> Running in 8d6453304f42 [2022-08-13T00:48:35.374Z] 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-13T00:48:35.375Z] 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-13T00:48:36.821Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:48:37.819Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:48:39.262Z] OK: 221 MiB in 51 packages [2022-08-13T00:48:41.256Z] Removing intermediate container 8d6453304f42 [2022-08-13T00:48:41.256Z] ---> e68a41dc491a [2022-08-13T00:48:41.256Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-13T00:48:43.251Z] ---> df95063b5cfc [2022-08-13T00:48:43.251Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:48:43.251Z] ---> Running in 16ef71496bc5 [2022-08-13T00:48:55.684Z] Removing intermediate container de2d820a4412 [2022-08-13T00:48:55.684Z] ---> 3730cb4fe8d2 [2022-08-13T00:48:55.684Z] Step 14/23 : ENV APP_PORT=58890 [2022-08-13T00:48:55.684Z] ---> Running in d340d98d91a5 [2022-08-13T00:48:55.684Z] Removing intermediate container d340d98d91a5 [2022-08-13T00:48:55.684Z] ---> 3da8beca2b86 [2022-08-13T00:48:55.684Z] Step 15/23 : EXPOSE $APP_PORT [2022-08-13T00:48:55.684Z] ---> Running in 1d007efc438b [2022-08-13T00:48:56.286Z] Removing intermediate container 1d007efc438b [2022-08-13T00:48:56.286Z] ---> 290dd1c86e50 [2022-08-13T00:48:56.286Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-08-13T00:48:58.277Z] ---> 66507a8f4fbc [2022-08-13T00:48:58.277Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-08-13T00:48:59.266Z] ---> 705281a1a455 [2022-08-13T00:48:59.266Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-08-13T00:49:00.254Z] ---> c0485b45d8d1 [2022-08-13T00:49:00.254Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-08-13T00:49:00.535Z] ---> Running in 532c8624f4ab [2022-08-13T00:49:01.143Z] Removing intermediate container 532c8624f4ab [2022-08-13T00:49:01.143Z] ---> ee52a95126b0 [2022-08-13T00:49:01.143Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:49:01.143Z] ---> Running in 4c1d02c7880e [2022-08-13T00:49:01.753Z] Removing intermediate container 4c1d02c7880e [2022-08-13T00:49:01.753Z] ---> e60f2c95b05b [2022-08-13T00:49:01.753Z] Step 21/23 : LABEL arch=arm64 [2022-08-13T00:49:01.753Z] ---> Running in 95c249beeacb [2022-08-13T00:49:02.371Z] Removing intermediate container 95c249beeacb [2022-08-13T00:49:02.371Z] ---> 433d0557e100 [2022-08-13T00:49:02.371Z] Step 22/23 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:49:02.650Z] ---> Running in 1bf87f35bb84 [2022-08-13T00:49:03.270Z] Removing intermediate container 1bf87f35bb84 [2022-08-13T00:49:03.270Z] ---> 9893e254baa3 [2022-08-13T00:49:03.270Z] Step 23/23 : LABEL version=2.3.0-dev.46 [2022-08-13T00:49:03.270Z] ---> Running in 2686aa72f19a [2022-08-13T00:49:03.883Z] Removing intermediate container 2686aa72f19a [2022-08-13T00:49:03.883Z] ---> cf6c575c60c2 [2022-08-13T00:49:03.883Z] [2022-08-13T00:49:03.883Z] Successfully built cf6c575c60c2 [2022-08-13T00:49:04.161Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-08-13T00:49:04.161Z] Building security-secretstore-setup [2022-08-13T00:49:07.573Z]  Building sys-mgmt-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:49:07.573Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:49:07.573Z] ---> a46a189a7459 [2022-08-13T00:49:07.573Z] Step 3/25 : WORKDIR /edgex-go [2022-08-13T00:49:07.573Z] ---> Using cache [2022-08-13T00:49:07.573Z] ---> 7014df712ef0 [2022-08-13T00:49:07.573Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:49:07.573Z] ---> Using cache [2022-08-13T00:49:07.573Z] ---> 2806baef545d [2022-08-13T00:49:07.573Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-08-13T00:49:07.573Z] ---> Using cache [2022-08-13T00:49:07.573Z] ---> 7bffa274ff99 [2022-08-13T00:49:07.573Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-13T00:49:07.573Z] ---> Using cache [2022-08-13T00:49:07.573Z] ---> 107011da2922 [2022-08-13T00:49:07.573Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:49:07.573Z] ---> Using cache [2022-08-13T00:49:07.573Z] ---> 70c1d45585ed [2022-08-13T00:49:07.573Z] Step 8/25 : COPY . . [2022-08-13T00:49:07.573Z] ---> Using cache [2022-08-13T00:49:07.573Z] ---> 66f6f53dba56 [2022-08-13T00:49:07.573Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-08-13T00:49:07.861Z] ---> Running in 8b0fb63f3577 [2022-08-13T00:49:09.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.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-08-13T00:49:36.711Z] Removing intermediate container 16ef71496bc5 [2022-08-13T00:49:36.711Z] ---> f7d300adbb35 [2022-08-13T00:49:36.711Z] Step 8/22 : COPY . . [2022-08-13T00:49:36.711Z] ---> 0383cc5d174f [2022-08-13T00:49:36.711Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-08-13T00:49:36.711Z] ---> Running in cf610229175a [2022-08-13T00:49:38.172Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-13T00:49:43.627Z] Removing intermediate container 4d6741120219 [2022-08-13T00:49:43.627Z] ---> e39711c351c6 [2022-08-13T00:49:43.627Z] [2022-08-13T00:49:43.627Z] Step 10/31 : FROM alpine:3.16 [2022-08-13T00:49:43.627Z] ---> a6215f271958 [2022-08-13T00:49:43.627Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-13T00:49:43.627Z] ---> Running in bd2e20f92a8a [2022-08-13T00:49:43.917Z] Removing intermediate container bd2e20f92a8a [2022-08-13T00:49:43.917Z] ---> c2f98acb5092 [2022-08-13T00:49:43.917Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-08-13T00:49:44.216Z] ---> Running in beb0f997d9cd [2022-08-13T00:49:46.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:49:46.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:49:47.670Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-08-13T00:49:47.671Z] (2/2) Installing su-exec (0.2-r1) [2022-08-13T00:49:47.671Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:49:47.947Z] OK: 5 MiB in 16 packages [2022-08-13T00:49:49.422Z] Removing intermediate container beb0f997d9cd [2022-08-13T00:49:49.422Z] ---> 24d86df80626 [2022-08-13T00:49:49.422Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-08-13T00:49:49.422Z] ---> Running in d86c7618f613 [2022-08-13T00:49:50.035Z] Removing intermediate container d86c7618f613 [2022-08-13T00:49:50.035Z] ---> 55185ff91800 [2022-08-13T00:49:50.035Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-08-13T00:49:50.307Z] ---> Running in 72fcd1de31ea [2022-08-13T00:49:50.600Z] Removing intermediate container 72fcd1de31ea [2022-08-13T00:49:50.600Z] ---> 5db70ef3b2f3 [2022-08-13T00:49:50.876Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-08-13T00:49:50.876Z] ---> Running in fbb172761e74 [2022-08-13T00:49:51.152Z] Removing intermediate container fbb172761e74 [2022-08-13T00:49:51.152Z] ---> 46851e75e7c0 [2022-08-13T00:49:51.152Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-08-13T00:49:51.431Z] ---> Running in 15c84607acba [2022-08-13T00:49:54.853Z] Removing intermediate container 15c84607acba [2022-08-13T00:49:54.853Z] ---> 3266c92f22da [2022-08-13T00:49:54.853Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-08-13T00:49:54.853Z] ---> Running in 4261ba9aba95 [2022-08-13T00:49:55.132Z] Removing intermediate container 4261ba9aba95 [2022-08-13T00:49:55.132Z] ---> 133ca2fb9aec [2022-08-13T00:49:55.132Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-08-13T00:49:56.133Z] ---> 4016eb4dac13 [2022-08-13T00:49:56.133Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-08-13T00:49:56.133Z] ---> Running in 27196e77bf18 [2022-08-13T00:49:59.536Z] Removing intermediate container 27196e77bf18 [2022-08-13T00:49:59.536Z] ---> ce526217e9cd [2022-08-13T00:49:59.536Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:49:59.814Z] ---> 62b4a33d5771 [2022-08-13T00:50:00.104Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-08-13T00:50:02.113Z] ---> 7c1fae0d30a6 [2022-08-13T00:50:02.113Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-08-13T00:50:03.111Z] ---> 20fe10c9d309 [2022-08-13T00:50:03.111Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-08-13T00:50:04.677Z] ---> 02180fa67bcc [2022-08-13T00:50:04.677Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-08-13T00:50:05.687Z] ---> 6556afab1068 [2022-08-13T00:50:05.687Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-08-13T00:50:06.892Z] ---> d89c903af5cc [2022-08-13T00:50:06.892Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-08-13T00:50:06.892Z] ---> Running in 4fb860503fde [2022-08-13T00:50:11.287Z] Removing intermediate container 4fb860503fde [2022-08-13T00:50:11.287Z] ---> 648a524ff25e [2022-08-13T00:50:11.287Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-08-13T00:50:11.287Z] ---> Running in 5c27de6944cf [2022-08-13T00:50:12.273Z] Removing intermediate container 5c27de6944cf [2022-08-13T00:50:12.273Z] ---> a9368e557bcd [2022-08-13T00:50:12.273Z] Step 28/31 : CMD ["gate"] [2022-08-13T00:50:12.273Z] ---> Running in 9b87bd4f6deb [2022-08-13T00:50:13.261Z] Removing intermediate container 9b87bd4f6deb [2022-08-13T00:50:13.261Z] ---> 1d343c48b123 [2022-08-13T00:50:13.261Z] Step 29/31 : LABEL arch=arm64 [2022-08-13T00:50:13.542Z] ---> Running in 9c21e01bcf1e [2022-08-13T00:50:14.551Z] Removing intermediate container 9c21e01bcf1e [2022-08-13T00:50:14.551Z] ---> 15a2410e97b8 [2022-08-13T00:50:14.551Z] Step 30/31 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:50:14.551Z] ---> Running in 88518ac1365c [2022-08-13T00:50:15.151Z] Removing intermediate container 88518ac1365c [2022-08-13T00:50:15.151Z] ---> 3c1f3fe47fb6 [2022-08-13T00:50:15.151Z] Step 31/31 : LABEL version=2.3.0-dev.46 [2022-08-13T00:50:15.427Z] ---> Running in b895ebfc261b [2022-08-13T00:50:16.417Z] Removing intermediate container b895ebfc261b [2022-08-13T00:50:16.417Z] ---> f4dee70ebb28 [2022-08-13T00:50:16.417Z] [2022-08-13T00:50:16.417Z] Successfully built f4dee70ebb28 [2022-08-13T00:50:16.417Z] Successfully tagged security-bootstrapper-arm64:latest [2022-08-13T00:50:16.693Z] Building security-proxy-setup [2022-08-13T00:50:21.031Z]  Building security-bootstrapper ... done Removing intermediate container d8bf582bb85a [2022-08-13T00:50:21.031Z] ---> e09bc9ea013c [2022-08-13T00:50:21.031Z] [2022-08-13T00:50:21.031Z] Step 10/22 : FROM alpine:3.16 [2022-08-13T00:50:21.031Z] ---> a6215f271958 [2022-08-13T00:50:21.031Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-08-13T00:50:21.031Z] ---> Running in dd65ead10d32 [2022-08-13T00:50:21.636Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:50:21.636Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:50:21.636Z] ---> a46a189a7459 [2022-08-13T00:50:21.636Z] Step 3/22 : WORKDIR /edgex-go [2022-08-13T00:50:21.636Z] ---> Using cache [2022-08-13T00:50:21.636Z] ---> 7014df712ef0 [2022-08-13T00:50:21.636Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:50:21.636Z] ---> Using cache [2022-08-13T00:50:21.636Z] ---> 2806baef545d [2022-08-13T00:50:21.636Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-13T00:50:21.636Z] ---> Using cache [2022-08-13T00:50:21.636Z] ---> 7bffa274ff99 [2022-08-13T00:50:21.636Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-13T00:50:21.916Z] ---> Using cache [2022-08-13T00:50:21.916Z] ---> 107011da2922 [2022-08-13T00:50:21.916Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:50:21.916Z] ---> Using cache [2022-08-13T00:50:21.916Z] ---> 70c1d45585ed [2022-08-13T00:50:21.916Z] Step 8/22 : COPY . . [2022-08-13T00:50:22.206Z] ---> Using cache [2022-08-13T00:50:22.206Z] ---> 66f6f53dba56 [2022-08-13T00:50:22.206Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-08-13T00:50:22.206Z] ---> Running in 03dab2fd7bcd [2022-08-13T00:50:23.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:50:23.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:50:24.558Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-08-13T00:50:25.539Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-08-13T00:50:25.539Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:50:25.539Z] OK: 5 MiB in 15 packages [2022-08-13T00:50:26.975Z] Removing intermediate container dd65ead10d32 [2022-08-13T00:50:26.975Z] ---> 9f322d7ca3bb [2022-08-13T00:50:26.975Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-13T00:50:26.975Z] ---> Running in e107a7435057 [2022-08-13T00:50:27.587Z] Removing intermediate container e107a7435057 [2022-08-13T00:50:27.587Z] ---> 725c0e38c0c9 [2022-08-13T00:50:27.587Z] Step 13/22 : ENV APP_PORT=59861 [2022-08-13T00:50:27.867Z] ---> Running in 5a6e902dd4f0 [2022-08-13T00:50:28.143Z] Removing intermediate container 5a6e902dd4f0 [2022-08-13T00:50:28.143Z] ---> 779dc2016828 [2022-08-13T00:50:28.143Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-13T00:50:28.418Z] ---> Running in b4f95d68425e [2022-08-13T00:50:29.029Z] Removing intermediate container b4f95d68425e [2022-08-13T00:50:29.029Z] ---> 0f1021cfd032 [2022-08-13T00:50:29.029Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:50:30.019Z] ---> 141bb86b46cc [2022-08-13T00:50:30.019Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-08-13T00:50:32.666Z] ---> 71e86b418b07 [2022-08-13T00:50:32.666Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-08-13T00:50:33.265Z] ---> 85957f6d762c [2022-08-13T00:50:33.265Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-08-13T00:50:33.265Z] ---> Running in 7dac5b311bda [2022-08-13T00:50:33.540Z] Removing intermediate container 7dac5b311bda [2022-08-13T00:50:33.540Z] ---> bfc9208a6a85 [2022-08-13T00:50:33.814Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:50:33.814Z] ---> Running in 6c884b138811 [2022-08-13T00:50:34.421Z] Removing intermediate container 6c884b138811 [2022-08-13T00:50:34.421Z] ---> a54e69304c82 [2022-08-13T00:50:34.421Z] Step 20/22 : LABEL arch=arm64 [2022-08-13T00:50:34.421Z] ---> Running in b6c9258314d5 [2022-08-13T00:50:35.033Z] Removing intermediate container b6c9258314d5 [2022-08-13T00:50:35.033Z] ---> 72c0aa5806b2 [2022-08-13T00:50:35.033Z] Step 21/22 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:50:35.033Z] ---> Running in 0b216f8cc473 [2022-08-13T00:50:35.640Z] Removing intermediate container 0b216f8cc473 [2022-08-13T00:50:35.640Z] ---> 086d3ac7b98c [2022-08-13T00:50:35.640Z] Step 22/22 : LABEL version=2.3.0-dev.46 [2022-08-13T00:50:35.640Z] ---> Running in 277ca79ad74e [2022-08-13T00:50:36.246Z] Removing intermediate container 277ca79ad74e [2022-08-13T00:50:36.246Z] ---> 71a7dbc6a9b3 [2022-08-13T00:50:36.246Z] [2022-08-13T00:50:36.522Z] Successfully built 71a7dbc6a9b3 [2022-08-13T00:50:36.522Z] Successfully tagged support-scheduler-arm64:latest [2022-08-13T00:50:36.522Z]  Building support-scheduler ... done Building core-command [2022-08-13T00:50:39.929Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:50:39.929Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:50:39.929Z] ---> a46a189a7459 [2022-08-13T00:50:39.929Z] Step 3/23 : WORKDIR /edgex-go [2022-08-13T00:50:39.929Z] ---> Using cache [2022-08-13T00:50:39.929Z] ---> 7014df712ef0 [2022-08-13T00:50:39.929Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:50:39.929Z] ---> Using cache [2022-08-13T00:50:39.929Z] ---> 2806baef545d [2022-08-13T00:50:39.929Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-13T00:50:39.929Z] ---> Using cache [2022-08-13T00:50:39.929Z] ---> 7bffa274ff99 [2022-08-13T00:50:39.929Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-13T00:50:39.929Z] ---> Using cache [2022-08-13T00:50:39.929Z] ---> 107011da2922 [2022-08-13T00:50:39.929Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:50:39.929Z] ---> Using cache [2022-08-13T00:50:39.929Z] ---> 70c1d45585ed [2022-08-13T00:50:39.929Z] Step 8/23 : COPY . . [2022-08-13T00:50:40.209Z] ---> Using cache [2022-08-13T00:50:40.209Z] ---> 66f6f53dba56 [2022-08-13T00:50:40.209Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-08-13T00:50:40.483Z] ---> Running in 245d8ba93d8c [2022-08-13T00:50:42.504Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-08-13T00:51:04.696Z] Removing intermediate container 9d2ec67a303b [2022-08-13T00:51:04.696Z] ---> a6b190ff4da7 [2022-08-13T00:51:04.696Z] [2022-08-13T00:51:04.696Z] Step 10/23 : FROM alpine:3.16 [2022-08-13T00:51:04.696Z] ---> a6215f271958 [2022-08-13T00:51:04.696Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-08-13T00:51:04.696Z] ---> Running in f955f024b9db [2022-08-13T00:51:04.697Z] Removing intermediate container f955f024b9db [2022-08-13T00:51:04.697Z] ---> f692e1a7e345 [2022-08-13T00:51:04.697Z] Step 12/23 : ENV APP_PORT=59880 [2022-08-13T00:51:04.697Z] ---> Running in e6ddbaac6448 [2022-08-13T00:51:04.697Z] Removing intermediate container e6ddbaac6448 [2022-08-13T00:51:04.697Z] ---> 5f327dbd48ca [2022-08-13T00:51:04.697Z] Step 13/23 : EXPOSE $APP_PORT [2022-08-13T00:51:04.697Z] ---> Running in 2de3b6c35b02 [2022-08-13T00:51:04.697Z] Removing intermediate container 2de3b6c35b02 [2022-08-13T00:51:04.697Z] ---> 67d48e3aabe0 [2022-08-13T00:51:04.697Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:51:04.697Z] ---> Running in 4d36ce1eac36 [2022-08-13T00:51:07.351Z] Removing intermediate container 4d36ce1eac36 [2022-08-13T00:51:07.351Z] ---> 56d0b6a1f41a [2022-08-13T00:51:07.351Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-13T00:51:07.351Z] ---> Running in 0eaacf41d739 [2022-08-13T00:51:08.795Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:51:10.237Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:51:11.221Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-13T00:51:11.221Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-13T00:51:11.499Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-13T00:51:11.499Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-13T00:51:11.775Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-13T00:51:11.776Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-13T00:51:12.051Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:51:12.051Z] OK: 8 MiB in 20 packages [2022-08-13T00:51:14.042Z] Removing intermediate container 0eaacf41d739 [2022-08-13T00:51:14.042Z] ---> 625413b2bc70 [2022-08-13T00:51:14.042Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:51:14.648Z] ---> f19d1e367fde [2022-08-13T00:51:14.648Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-08-13T00:51:16.644Z] ---> f265794cb9f9 [2022-08-13T00:51:16.645Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-08-13T00:51:17.635Z] ---> e4b1e4c27856 [2022-08-13T00:51:17.635Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-08-13T00:51:17.910Z] ---> Running in 312f97be1ba2 [2022-08-13T00:51:18.185Z] Removing intermediate container 312f97be1ba2 [2022-08-13T00:51:18.185Z] ---> 4ac45da36b60 [2022-08-13T00:51:18.185Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:51:18.461Z] ---> Running in a36867d4b5e6 [2022-08-13T00:51:19.066Z] Removing intermediate container a36867d4b5e6 [2022-08-13T00:51:19.066Z] ---> 908d067ef8ac [2022-08-13T00:51:19.066Z] Step 21/23 : LABEL arch=arm64 [2022-08-13T00:51:19.066Z] ---> Running in 47f8d78b8acd [2022-08-13T00:51:19.667Z] Removing intermediate container 47f8d78b8acd [2022-08-13T00:51:19.667Z] ---> 959c3abc9b5f [2022-08-13T00:51:19.667Z] Step 22/23 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:51:19.667Z] ---> Running in 992ed0644537 [2022-08-13T00:51:20.284Z] Removing intermediate container 992ed0644537 [2022-08-13T00:51:20.284Z] ---> 63b984dcd5aa [2022-08-13T00:51:20.284Z] Step 23/23 : LABEL version=2.3.0-dev.46 [2022-08-13T00:51:20.558Z] ---> Running in 3ee2cf50a4ba [2022-08-13T00:51:21.160Z] Removing intermediate container 3ee2cf50a4ba [2022-08-13T00:51:21.160Z] ---> 00cef0338fbe [2022-08-13T00:51:21.160Z] [2022-08-13T00:51:21.160Z] Successfully built 00cef0338fbe [2022-08-13T00:51:21.160Z] Successfully tagged core-data-arm64:latest [2022-08-13T00:51:21.160Z]  Building core-data ... done Building core-metadata [2022-08-13T00:51:24.573Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-13T00:51:24.573Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-08-13T00:51:24.573Z] ---> a46a189a7459 [2022-08-13T00:51:24.573Z] Step 3/24 : WORKDIR /edgex-go [2022-08-13T00:51:24.573Z] ---> Using cache [2022-08-13T00:51:24.573Z] ---> 7014df712ef0 [2022-08-13T00:51:24.573Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-13T00:51:24.573Z] ---> Using cache [2022-08-13T00:51:24.573Z] ---> 2806baef545d [2022-08-13T00:51:24.573Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-08-13T00:51:24.573Z] ---> Using cache [2022-08-13T00:51:24.573Z] ---> 7bffa274ff99 [2022-08-13T00:51:24.573Z] Step 6/24 : COPY go.mod vendor* ./ [2022-08-13T00:51:24.573Z] ---> Using cache [2022-08-13T00:51:24.573Z] ---> 107011da2922 [2022-08-13T00:51:24.573Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-13T00:51:24.573Z] ---> Using cache [2022-08-13T00:51:24.573Z] ---> 70c1d45585ed [2022-08-13T00:51:24.573Z] Step 8/24 : COPY . . [2022-08-13T00:51:24.573Z] ---> Using cache [2022-08-13T00:51:24.573Z] ---> 66f6f53dba56 [2022-08-13T00:51:24.573Z] Step 9/24 : RUN make cmd/core-metadata/core-metadata [2022-08-13T00:51:24.852Z] ---> Running in 4453b782a70a [2022-08-13T00:51:27.120Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-08-13T00:54:34.169Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-08-13T00:54:39.581Z] Removing intermediate container 8b0fb63f3577 [2022-08-13T00:54:39.581Z] ---> 70a11aa7d44d [2022-08-13T00:54:39.581Z] [2022-08-13T00:54:39.581Z] Step 10/25 : FROM alpine:3.16 [2022-08-13T00:54:39.581Z] ---> a6215f271958 [2022-08-13T00:54:39.581Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-08-13T00:54:39.581Z] ---> Running in c2362d0d6faf [2022-08-13T00:54:41.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:54:41.312Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:54:42.761Z] (1/3) Installing ca-certificates (20220614-r0) [2022-08-13T00:54:42.761Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-08-13T00:54:42.761Z] (3/3) Installing su-exec (0.2-r1) [2022-08-13T00:54:42.761Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:54:42.761Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:54:43.040Z] OK: 6 MiB in 17 packages [2022-08-13T00:54:45.038Z] Removing intermediate container c2362d0d6faf [2022-08-13T00:54:45.038Z] ---> 90ec598a8253 [2022-08-13T00:54:45.038Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-13T00:54:45.314Z] ---> Running in f431630c2248 [2022-08-13T00:54:45.591Z] Removing intermediate container f431630c2248 [2022-08-13T00:54:45.591Z] ---> 9d35cb95a217 [2022-08-13T00:54:45.591Z] Step 13/25 : WORKDIR / [2022-08-13T00:54:45.868Z] ---> Running in 37a755e88855 [2022-08-13T00:54:46.144Z] Removing intermediate container 37a755e88855 [2022-08-13T00:54:46.144Z] ---> c36ba9db16ba [2022-08-13T00:54:46.421Z] 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-13T00:54:47.420Z] ---> 17d3951eb67f [2022-08-13T00:54:47.420Z] 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-13T00:54:48.028Z] ---> acd7f2bf00c0 [2022-08-13T00:54:48.028Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-08-13T00:54:49.030Z] ---> df431cbcc1de [2022-08-13T00:54:49.030Z] 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-13T00:54:50.018Z] ---> 1b85696c2a44 [2022-08-13T00:54:50.298Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-08-13T00:54:51.744Z] ---> 3c46403ba5e0 [2022-08-13T00:54:51.744Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-08-13T00:54:53.738Z] ---> 5d77ebb5ddfe [2022-08-13T00:54:53.738Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-08-13T00:54:54.725Z] ---> d22921b2adee [2022-08-13T00:54:54.725Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-13T00:54:54.725Z] ---> Running in 2ceca6110fb4 [2022-08-13T00:54:58.163Z] Removing intermediate container 2ceca6110fb4 [2022-08-13T00:54:58.163Z] ---> 5514970fcc66 [2022-08-13T00:54:58.163Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-08-13T00:54:58.163Z] ---> Running in f131601a1dc8 [2022-08-13T00:54:58.464Z] Removing intermediate container f131601a1dc8 [2022-08-13T00:54:58.464Z] ---> 9f66110cf7c3 [2022-08-13T00:54:58.464Z] Step 23/25 : LABEL arch=arm64 [2022-08-13T00:54:58.464Z] ---> Running in e4123a01779c [2022-08-13T00:54:59.073Z] Removing intermediate container e4123a01779c [2022-08-13T00:54:59.073Z] ---> 01d0cf004bbf [2022-08-13T00:54:59.073Z] Step 24/25 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:54:59.073Z] ---> Running in 4a6c8850b85f [2022-08-13T00:54:59.682Z] Removing intermediate container 4a6c8850b85f [2022-08-13T00:54:59.682Z] ---> f1f23bd69dca [2022-08-13T00:54:59.682Z] Step 25/25 : LABEL version=2.3.0-dev.46 [2022-08-13T00:54:59.682Z] ---> Running in a3d68d03f594 [2022-08-13T00:55:00.295Z] Removing intermediate container a3d68d03f594 [2022-08-13T00:55:00.295Z] ---> ba5a47bca176 [2022-08-13T00:55:00.295Z] [2022-08-13T00:55:00.295Z] Successfully built ba5a47bca176 [2022-08-13T00:55:00.575Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-08-13T00:55:18.963Z]  Building security-secretstore-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-08-13T00:55:37.334Z] Removing intermediate container 03dab2fd7bcd [2022-08-13T00:55:37.334Z] ---> 0fe676104c3f [2022-08-13T00:55:37.334Z] [2022-08-13T00:55:37.334Z] Step 10/22 : FROM alpine:3.16 [2022-08-13T00:55:37.334Z] ---> a6215f271958 [2022-08-13T00:55:37.334Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-08-13T00:55:37.334Z] ---> Running in a5c6ef97b5f7 [2022-08-13T00:55:39.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:55:39.622Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:55:41.084Z] (1/6) Installing ca-certificates (20220614-r0) [2022-08-13T00:55:41.084Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-08-13T00:55:41.084Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-08-13T00:55:41.084Z] (4/6) Installing libcurl (7.83.1-r2) [2022-08-13T00:55:41.084Z] (5/6) Installing curl (7.83.1-r2) [2022-08-13T00:55:41.084Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-08-13T00:55:41.084Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:55:41.084Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:55:41.364Z] OK: 8 MiB in 20 packages [2022-08-13T00:55:43.347Z] Removing intermediate container 245d8ba93d8c [2022-08-13T00:55:43.347Z] ---> 5042af1638f6 [2022-08-13T00:55:43.347Z] [2022-08-13T00:55:43.347Z] Step 10/23 : FROM alpine:3.16 [2022-08-13T00:55:43.347Z] ---> a6215f271958 [2022-08-13T00:55:43.347Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-13T00:55:43.347Z] ---> Using cache [2022-08-13T00:55:43.347Z] ---> 9f322d7ca3bb [2022-08-13T00:55:43.347Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-13T00:55:43.347Z] ---> Using cache [2022-08-13T00:55:43.347Z] ---> 725c0e38c0c9 [2022-08-13T00:55:43.347Z] Step 13/23 : ENV APP_PORT=59882 [2022-08-13T00:55:43.347Z] ---> Running in bea2a9439f52 [2022-08-13T00:55:43.942Z] Removing intermediate container a5c6ef97b5f7 [2022-08-13T00:55:43.942Z] ---> c0e969a62900 [2022-08-13T00:55:43.942Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-13T00:55:43.942Z] ---> Running in d8314c3e0f24 [2022-08-13T00:55:44.216Z] Removing intermediate container bea2a9439f52 [2022-08-13T00:55:44.216Z] ---> 1a69dcd1d2ac [2022-08-13T00:55:44.216Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-13T00:55:44.216Z] ---> Running in d80ab5c18b69 [2022-08-13T00:55:44.861Z] Removing intermediate container d8314c3e0f24 [2022-08-13T00:55:44.861Z] ---> 2f8ef9d8ffd4 [2022-08-13T00:55:44.861Z] Step 13/22 : WORKDIR /edgex [2022-08-13T00:55:44.861Z] ---> Running in 0fb5e518c0c0 [2022-08-13T00:55:44.861Z] Removing intermediate container d80ab5c18b69 [2022-08-13T00:55:44.861Z] ---> 29ea9a15cedb [2022-08-13T00:55:44.861Z] Step 15/23 : WORKDIR / [2022-08-13T00:55:45.139Z] ---> Running in ae25b39a7025 [2022-08-13T00:55:45.749Z] Removing intermediate container 0fb5e518c0c0 [2022-08-13T00:55:45.749Z] ---> cd52b4171927 [2022-08-13T00:55:45.749Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-08-13T00:55:45.749Z] Removing intermediate container ae25b39a7025 [2022-08-13T00:55:45.749Z] ---> e8933d7a4a4d [2022-08-13T00:55:45.749Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:55:46.741Z] ---> 113f34874305 [2022-08-13T00:55:46.741Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-08-13T00:55:46.741Z] ---> fa1f3c50ef9a [2022-08-13T00:55:46.741Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-08-13T00:55:49.408Z] ---> 14d494e8def5 [2022-08-13T00:55:49.408Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-08-13T00:55:49.686Z] ---> c95b4880eb20 [2022-08-13T00:55:49.686Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-08-13T00:55:51.135Z] ---> 28fc4f2bf8f6 [2022-08-13T00:55:51.135Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-08-13T00:55:51.135Z] ---> 582871274940 [2022-08-13T00:55:51.135Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-08-13T00:55:51.135Z] ---> Running in 30b9de2717f2 [2022-08-13T00:55:51.779Z] Removing intermediate container 30b9de2717f2 [2022-08-13T00:55:51.779Z] ---> 96eb2e6a636f [2022-08-13T00:55:51.779Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:55:52.288Z] ---> Running in 296b4a679e20 [2022-08-13T00:55:52.288Z] ---> 4c003e94f197 [2022-08-13T00:55:52.288Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-13T00:55:52.288Z] ---> Running in 244d1373e8b0 [2022-08-13T00:55:53.416Z] Removing intermediate container 296b4a679e20 [2022-08-13T00:55:53.416Z] ---> f9667d489e73 [2022-08-13T00:55:53.416Z] Step 21/23 : LABEL arch=arm64 [2022-08-13T00:55:53.416Z] ---> Running in e7b5762ec3d9 [2022-08-13T00:55:54.187Z] Removing intermediate container e7b5762ec3d9 [2022-08-13T00:55:54.187Z] ---> 650f7d30b3d6 [2022-08-13T00:55:54.187Z] Step 22/23 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:55:54.187Z] ---> Running in 1a0b3d118fd9 [2022-08-13T00:55:55.220Z] Removing intermediate container 1a0b3d118fd9 [2022-08-13T00:55:55.221Z] ---> b41545343bb8 [2022-08-13T00:55:55.221Z] Step 23/23 : LABEL version=2.3.0-dev.46 [2022-08-13T00:55:55.221Z] ---> Running in 75eb7e9d1839 [2022-08-13T00:55:56.218Z] Removing intermediate container 75eb7e9d1839 [2022-08-13T00:55:56.218Z] ---> 071034b30737 [2022-08-13T00:55:56.218Z] [2022-08-13T00:55:56.218Z] Successfully built 071034b30737 [2022-08-13T00:55:56.218Z] Successfully tagged core-command-arm64:latest [2022-08-13T00:55:56.218Z]  Building core-command ... done Removing intermediate container 244d1373e8b0 [2022-08-13T00:55:56.218Z] ---> b6cd50437dc3 [2022-08-13T00:55:56.218Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-08-13T00:55:56.499Z] ---> Running in ac54581e8be2 [2022-08-13T00:55:56.780Z] Removing intermediate container ac54581e8be2 [2022-08-13T00:55:56.780Z] ---> 601d92f6954b [2022-08-13T00:55:56.780Z] Step 20/22 : LABEL arch=arm64 [2022-08-13T00:55:57.059Z] ---> Running in 84daac4f5b7b [2022-08-13T00:55:57.667Z] Removing intermediate container 84daac4f5b7b [2022-08-13T00:55:57.667Z] ---> 39d1a3e59497 [2022-08-13T00:55:57.667Z] Step 21/22 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:55:57.667Z] ---> Running in bdf409a548e7 [2022-08-13T00:55:58.277Z] Removing intermediate container bdf409a548e7 [2022-08-13T00:55:58.277Z] ---> 56c9d0c013a6 [2022-08-13T00:55:58.277Z] Step 22/22 : LABEL version=2.3.0-dev.46 [2022-08-13T00:55:58.277Z] ---> Running in 8cc55e29920f [2022-08-13T00:55:58.888Z] Removing intermediate container 8cc55e29920f [2022-08-13T00:55:58.888Z] ---> c3b3172362db [2022-08-13T00:55:58.888Z] [2022-08-13T00:55:58.888Z] Successfully built c3b3172362db [2022-08-13T00:55:58.888Z] Successfully tagged security-proxy-setup-arm64:latest [2022-08-13T00:56:31.328Z]  Building security-proxy-setup ... done Removing intermediate container 4453b782a70a [2022-08-13T00:56:31.328Z] ---> 6de52c732c8e [2022-08-13T00:56:31.328Z] [2022-08-13T00:56:31.328Z] Step 10/24 : FROM alpine:3.16 [2022-08-13T00:56:31.328Z] ---> a6215f271958 [2022-08-13T00:56:31.328Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-08-13T00:56:31.328Z] ---> Using cache [2022-08-13T00:56:31.328Z] ---> 9f322d7ca3bb [2022-08-13T00:56:31.328Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-13T00:56:31.328Z] ---> Using cache [2022-08-13T00:56:31.328Z] ---> 725c0e38c0c9 [2022-08-13T00:56:31.328Z] Step 13/24 : ENV APP_PORT=59881 [2022-08-13T00:56:31.328Z] ---> Running in 2ee58d7869d6 [2022-08-13T00:56:31.328Z] Removing intermediate container 2ee58d7869d6 [2022-08-13T00:56:31.328Z] ---> 2220b35ae569 [2022-08-13T00:56:31.328Z] Step 14/24 : EXPOSE $APP_PORT [2022-08-13T00:56:31.328Z] ---> Running in 6eacbcc9f809 [2022-08-13T00:56:31.328Z] Removing intermediate container 6eacbcc9f809 [2022-08-13T00:56:31.328Z] ---> cd96c8b55378 [2022-08-13T00:56:31.328Z] Step 15/24 : WORKDIR / [2022-08-13T00:56:31.328Z] ---> Running in 66816b793a84 [2022-08-13T00:56:31.328Z] Removing intermediate container 66816b793a84 [2022-08-13T00:56:31.328Z] ---> 7a2c04d2daf2 [2022-08-13T00:56:31.328Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:56:31.328Z] ---> b3ec70caf1c6 [2022-08-13T00:56:31.328Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-08-13T00:56:32.773Z] ---> b89203e4beb2 [2022-08-13T00:56:32.773Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-08-13T00:56:33.377Z] ---> 33fd0e61b80a [2022-08-13T00:56:33.377Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-08-13T00:56:34.372Z] ---> f792f2a8b908 [2022-08-13T00:56:34.372Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-08-13T00:56:34.372Z] ---> Running in 79f8f26068e1 [2022-08-13T00:56:34.372Z] Removing intermediate container cf610229175a [2022-08-13T00:56:34.372Z] ---> c3188f4f64c1 [2022-08-13T00:56:34.372Z] [2022-08-13T00:56:34.372Z] Step 10/22 : FROM alpine:3.16 [2022-08-13T00:56:34.372Z] ---> a6215f271958 [2022-08-13T00:56:34.372Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-08-13T00:56:34.372Z] ---> Running in bedf6372014b [2022-08-13T00:56:34.655Z] Removing intermediate container 79f8f26068e1 [2022-08-13T00:56:34.655Z] ---> 783034bb5640 [2022-08-13T00:56:34.655Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:56:34.655Z] ---> Running in ae7d55ceb827 [2022-08-13T00:56:35.287Z] Removing intermediate container ae7d55ceb827 [2022-08-13T00:56:35.287Z] ---> 0e432d5dbfc4 [2022-08-13T00:56:35.287Z] Step 22/24 : LABEL arch=arm64 [2022-08-13T00:56:35.287Z] ---> Running in 825e886930a0 [2022-08-13T00:56:35.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-13T00:56:35.579Z] Removing intermediate container 825e886930a0 [2022-08-13T00:56:35.579Z] ---> 316726bf5971 [2022-08-13T00:56:35.579Z] Step 23/24 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:56:35.855Z] ---> Running in 0d0f03c28e5e [2022-08-13T00:56:35.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-13T00:56:36.136Z] Removing intermediate container 0d0f03c28e5e [2022-08-13T00:56:36.136Z] ---> 1346e14bd035 [2022-08-13T00:56:36.136Z] Step 24/24 : LABEL version=2.3.0-dev.46 [2022-08-13T00:56:36.136Z] ---> Running in bd331d5288a7 [2022-08-13T00:56:36.415Z] Removing intermediate container bd331d5288a7 [2022-08-13T00:56:36.415Z] ---> e94cc60623d5 [2022-08-13T00:56:36.415Z] [2022-08-13T00:56:36.687Z] Successfully built e94cc60623d5 [2022-08-13T00:56:36.687Z] Successfully tagged core-metadata-arm64:latest [2022-08-13T00:56:36.687Z]  Building core-metadata ... done (1/2) Installing ca-certificates (20220614-r0) [2022-08-13T00:56:36.962Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-08-13T00:56:36.962Z] Executing busybox-1.35.0-r17.trigger [2022-08-13T00:56:36.962Z] Executing ca-certificates-20220614-r0.trigger [2022-08-13T00:56:36.962Z] OK: 6 MiB in 16 packages [2022-08-13T00:56:38.394Z] Removing intermediate container bedf6372014b [2022-08-13T00:56:38.394Z] ---> 9d2e656ad702 [2022-08-13T00:56:38.394Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-13T00:56:38.394Z] ---> Running in c00e68a231e2 [2022-08-13T00:56:38.667Z] Removing intermediate container c00e68a231e2 [2022-08-13T00:56:38.667Z] ---> 3ad7e1f34024 [2022-08-13T00:56:38.667Z] Step 13/22 : ENV APP_PORT=59860 [2022-08-13T00:56:38.667Z] ---> Running in 1b6da9383675 [2022-08-13T00:56:38.939Z] Removing intermediate container 1b6da9383675 [2022-08-13T00:56:38.939Z] ---> 41a26d55f700 [2022-08-13T00:56:38.939Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-13T00:56:38.939Z] ---> Running in 9c85387d6f39 [2022-08-13T00:56:39.212Z] Removing intermediate container 9c85387d6f39 [2022-08-13T00:56:39.212Z] ---> 2cdf6fdebe1c [2022-08-13T00:56:39.212Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-13T00:56:39.806Z] ---> 5ef7ca069521 [2022-08-13T00:56:39.806Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-08-13T00:56:41.237Z] ---> fb64face5a98 [2022-08-13T00:56:41.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-08-13T00:56:41.833Z] ---> 5b82fc651dc0 [2022-08-13T00:56:41.833Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-08-13T00:56:41.833Z] ---> Running in a00b47e50e1d [2022-08-13T00:56:42.108Z] Removing intermediate container a00b47e50e1d [2022-08-13T00:56:42.108Z] ---> 31499a065277 [2022-08-13T00:56:42.108Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-13T00:56:42.108Z] ---> Running in ac1e6e765168 [2022-08-13T00:56:42.382Z] Removing intermediate container ac1e6e765168 [2022-08-13T00:56:42.382Z] ---> 83de096af1e3 [2022-08-13T00:56:42.382Z] Step 20/22 : LABEL arch=arm64 [2022-08-13T00:56:42.655Z] ---> Running in 4dd39bf28a5e [2022-08-13T00:56:42.934Z] Removing intermediate container 4dd39bf28a5e [2022-08-13T00:56:42.934Z] ---> 6da6406a9a87 [2022-08-13T00:56:42.934Z] Step 21/22 : LABEL git_sha=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:56:42.934Z] ---> Running in 9abd12b8a829 [2022-08-13T00:56:43.208Z] Removing intermediate container 9abd12b8a829 [2022-08-13T00:56:43.208Z] ---> 870b6efe5151 [2022-08-13T00:56:43.208Z] Step 22/22 : LABEL version=2.3.0-dev.46 [2022-08-13T00:56:43.208Z] ---> Running in ae2e9f754773 [2022-08-13T00:56:43.480Z] Removing intermediate container ae2e9f754773 [2022-08-13T00:56:43.480Z] ---> ec68fb7182af [2022-08-13T00:56:43.480Z] [2022-08-13T00:56:43.753Z] Successfully built ec68fb7182af [2022-08-13T00:56:43.753Z] Successfully tagged support-notifications-arm64:latest [2022-08-13T00:56:44.042Z]  Building support-notifications ... done  [Pipeline] } [2022-08-13T00:56:44.049Z] $ docker stop --time=1 fa4b5599cf4b15950a0ffd8dfdcc89017354ddd90ba16b563a8d0d856c6bb28b [2022-08-13T00:56:45.751Z] $ docker rm -f fa4b5599cf4b15950a0ffd8dfdcc89017354ddd90ba16b563a8d0d856c6bb28b [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-13T00:56:46.306Z] + docker images [2022-08-13T00:56:46.578Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-13T00:56:46.578Z] support-notifications-arm64 latest ec68fb7182af 3 seconds ago 26.1MB [2022-08-13T00:56:46.578Z] core-metadata-arm64 latest e94cc60623d5 10 seconds ago 17.4MB [2022-08-13T00:56:46.578Z] c3188f4f64c1 13 seconds ago 1.25GB [2022-08-13T00:56:46.578Z] 6de52c732c8e 18 seconds ago 1.22GB [2022-08-13T00:56:46.578Z] security-proxy-setup-arm64 latest c3b3172362db 48 seconds ago 26.2MB [2022-08-13T00:56:46.578Z] core-command-arm64 latest 071034b30737 51 seconds ago 15.6MB [2022-08-13T00:56:46.578Z] 5042af1638f6 About a minute ago 1.19GB [2022-08-13T00:56:46.578Z] 0fe676104c3f About a minute ago 1.19GB [2022-08-13T00:56:46.578Z] security-secretstore-setup-arm64 latest ba5a47bca176 About a minute ago 27.9MB [2022-08-13T00:56:46.578Z] 70a11aa7d44d 2 minutes ago 1.2GB [2022-08-13T00:56:46.578Z] core-data-arm64 latest 00cef0338fbe 5 minutes ago 20.6MB [2022-08-13T00:56:46.578Z] a6b190ff4da7 5 minutes ago 1.22GB [2022-08-13T00:56:46.578Z] support-scheduler-arm64 latest 71a7dbc6a9b3 6 minutes ago 25.6MB [2022-08-13T00:56:46.578Z] e09bc9ea013c 6 minutes ago 1.25GB [2022-08-13T00:56:46.578Z] security-bootstrapper-arm64 latest f4dee70ebb28 6 minutes ago 18.6MB [2022-08-13T00:56:46.578Z] e39711c351c6 7 minutes ago 1.19GB [2022-08-13T00:56:46.578Z] sys-mgmt-agent-arm64 latest cf6c575c60c2 7 minutes ago 133MB [2022-08-13T00:56:46.578Z] security-spiffe-token-provider-arm64 latest 231b17fc034b 8 minutes ago 28.3MB [2022-08-13T00:56:46.578Z] dbd81e93d36f 8 minutes ago 1.24GB [2022-08-13T00:56:46.578Z] c3401ad702d1 9 minutes ago 1.19GB [2022-08-13T00:56:46.578Z] security-spire-agent-arm64 latest bb327837fb29 13 minutes ago 122MB [2022-08-13T00:56:46.578Z] 9a2fcf4d52cf 14 minutes ago 1.08GB [2022-08-13T00:56:46.578Z] security-spire-config-arm64 latest 6ca166418532 14 minutes ago 83.6MB [2022-08-13T00:56:46.578Z] security-spire-server-arm64 latest 682f37e1a629 14 minutes ago 84.2MB [2022-08-13T00:56:46.578Z] 353b14afaff4 14 minutes ago 1.08GB [2022-08-13T00:56:46.578Z] e6bc1f03214f 14 minutes ago 1.08GB [2022-08-13T00:56:46.578Z] ci-base-image-arm64 latest a46a189a7459 17 minutes ago 994MB [2022-08-13T00:56:46.578Z] alpine 3.15 02e0d6fdf486 3 days ago 5.33MB [2022-08-13T00:56:46.578Z] alpine 3.16 a6215f271958 3 days ago 5.29MB [2022-08-13T00:56:46.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 5 weeks ago 678MB [2022-08-13T00:56:46.578Z] 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-13T00:56:46.698Z] provisioning config files... [2022-08-13T00:56:46.715Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/281@tmp/config3774038553621324170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-13T00:56:47.068Z] ---> docker-login.sh [2022-08-13T00:56:47.068Z] nexus3.edgexfoundry.org:10001 [2022-08-13T00:56:47.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:56:47.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:56:47.609Z] Configure a credential helper to remove this warning. See [2022-08-13T00:56:47.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:56:47.609Z] [2022-08-13T00:56:47.609Z] Login Succeeded [2022-08-13T00:56:47.609Z] nexus3.edgexfoundry.org:10002 [2022-08-13T00:56:47.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:56:48.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:56:48.154Z] Configure a credential helper to remove this warning. See [2022-08-13T00:56:48.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:56:48.154Z] [2022-08-13T00:56:48.154Z] Login Succeeded [2022-08-13T00:56:48.154Z] nexus3.edgexfoundry.org:10003 [2022-08-13T00:56:48.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:56:48.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:56:48.427Z] Configure a credential helper to remove this warning. See [2022-08-13T00:56:48.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:56:48.427Z] [2022-08-13T00:56:48.427Z] Login Succeeded [2022-08-13T00:56:48.700Z] nexus3.edgexfoundry.org:10004 [2022-08-13T00:56:48.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:56:48.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:56:48.973Z] Configure a credential helper to remove this warning. See [2022-08-13T00:56:48.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:56:48.973Z] [2022-08-13T00:56:48.973Z] Login Succeeded [2022-08-13T00:56:48.973Z] docker.io [2022-08-13T00:56:49.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-13T00:56:49.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-13T00:56:49.840Z] Configure a credential helper to remove this warning. See [2022-08-13T00:56:49.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-13T00:56:49.840Z] [2022-08-13T00:56:49.840Z] Login Succeeded [2022-08-13T00:56:49.840Z] ---> docker-login.sh ends [Pipeline] } [2022-08-13T00:56:49.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:56:49.891Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-13T00:56:49.913Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-08-13T00:56:49.913Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:56:49.913Z] latest [2022-08-13T00:56:49.913Z] 2.3.0-dev.46 [2022-08-13T00:56:49.913Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:56:49.913Z] main [2022-08-13T00:56:49.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:50.269Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:50.625Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:56:50.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-13T00:56:50.625Z] 6b272516b402: Preparing [2022-08-13T00:56:50.625Z] 3bacc6d1598a: Preparing [2022-08-13T00:56:50.625Z] a0d6535c1b96: Preparing [2022-08-13T00:56:50.625Z] 1a74d475374c: Preparing [2022-08-13T00:56:50.625Z] 5d3e392a13a0: Preparing [2022-08-13T00:56:50.898Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:56:50.898Z] a0d6535c1b96: Pushed [2022-08-13T00:56:50.898Z] 6b272516b402: Pushed [2022-08-13T00:56:50.898Z] 1a74d475374c: Pushed [2022-08-13T00:56:53.512Z] 3bacc6d1598a: Pushed [2022-08-13T00:56:53.512Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:9138372c54bb2b8ad854c583e88a5630ef120fba82e56b03d8430578eea71708 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:53.880Z] + 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-13T00:56:54.246Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-08-13T00:56:54.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-13T00:56:54.246Z] 6b272516b402: Preparing [2022-08-13T00:56:54.246Z] 3bacc6d1598a: Preparing [2022-08-13T00:56:54.246Z] a0d6535c1b96: Preparing [2022-08-13T00:56:54.246Z] 1a74d475374c: Preparing [2022-08-13T00:56:54.246Z] 5d3e392a13a0: Preparing [2022-08-13T00:56:54.246Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:56:54.246Z] 6b272516b402: Layer already exists [2022-08-13T00:56:54.246Z] a0d6535c1b96: Layer already exists [2022-08-13T00:56:54.246Z] 1a74d475374c: Layer already exists [2022-08-13T00:56:54.246Z] 3bacc6d1598a: Layer already exists [2022-08-13T00:56:54.517Z] latest: digest: sha256:9138372c54bb2b8ad854c583e88a5630ef120fba82e56b03d8430578eea71708 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:54.880Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:55.244Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.46 [2022-08-13T00:56:55.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-13T00:56:55.244Z] 6b272516b402: Preparing [2022-08-13T00:56:55.244Z] 3bacc6d1598a: Preparing [2022-08-13T00:56:55.244Z] a0d6535c1b96: Preparing [2022-08-13T00:56:55.244Z] 1a74d475374c: Preparing [2022-08-13T00:56:55.244Z] 5d3e392a13a0: Preparing [2022-08-13T00:56:55.244Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:56:55.244Z] 1a74d475374c: Layer already exists [2022-08-13T00:56:55.244Z] 6b272516b402: Layer already exists [2022-08-13T00:56:55.244Z] 3bacc6d1598a: Layer already exists [2022-08-13T00:56:55.244Z] a0d6535c1b96: Layer already exists [2022-08-13T00:56:55.517Z] 2.3.0-dev.46: digest: sha256:9138372c54bb2b8ad854c583e88a5630ef120fba82e56b03d8430578eea71708 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:55.882Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:56.272Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:56:56.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-13T00:56:56.272Z] 6b272516b402: Preparing [2022-08-13T00:56:56.272Z] 3bacc6d1598a: Preparing [2022-08-13T00:56:56.272Z] a0d6535c1b96: Preparing [2022-08-13T00:56:56.272Z] 1a74d475374c: Preparing [2022-08-13T00:56:56.272Z] 5d3e392a13a0: Preparing [2022-08-13T00:56:56.272Z] 3bacc6d1598a: Layer already exists [2022-08-13T00:56:56.272Z] 6b272516b402: Layer already exists [2022-08-13T00:56:56.272Z] a0d6535c1b96: Layer already exists [2022-08-13T00:56:56.272Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:56:56.272Z] 1a74d475374c: Layer already exists [2022-08-13T00:56:56.550Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:9138372c54bb2b8ad854c583e88a5630ef120fba82e56b03d8430578eea71708 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:56.933Z] + 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-13T00:56:57.299Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-08-13T00:56:57.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-08-13T00:56:57.299Z] 6b272516b402: Preparing [2022-08-13T00:56:57.299Z] 3bacc6d1598a: Preparing [2022-08-13T00:56:57.299Z] a0d6535c1b96: Preparing [2022-08-13T00:56:57.299Z] 1a74d475374c: Preparing [2022-08-13T00:56:57.299Z] 5d3e392a13a0: Preparing [2022-08-13T00:56:57.299Z] 3bacc6d1598a: Layer already exists [2022-08-13T00:56:57.299Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:56:57.299Z] a0d6535c1b96: Layer already exists [2022-08-13T00:56:57.299Z] 1a74d475374c: Layer already exists [2022-08-13T00:56:57.299Z] 6b272516b402: Layer already exists [2022-08-13T00:56:57.573Z] main: digest: sha256:9138372c54bb2b8ad854c583e88a5630ef120fba82e56b03d8430578eea71708 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:56:57.629Z] ===================================================== [Pipeline] echo [2022-08-13T00:56:57.637Z] taggedImages: [2022-08-13T00:56:57.637Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:56:57.637Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-08-13T00:56:57.637Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.46 [2022-08-13T00:56:57.637Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:56:57.637Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-08-13T00:56:57.657Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-08-13T00:56:57.657Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:56:57.657Z] latest [2022-08-13T00:56:57.657Z] 2.3.0-dev.46 [2022-08-13T00:56:57.657Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:56:57.657Z] main [2022-08-13T00:56:57.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:58.019Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:56:58.384Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:56:58.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-13T00:56:58.385Z] 8a7500279c0e: Preparing [2022-08-13T00:56:58.385Z] ac5e706110a0: Preparing [2022-08-13T00:56:58.385Z] a0d6535c1b96: Preparing [2022-08-13T00:56:58.385Z] f77c76b99c58: Preparing [2022-08-13T00:56:58.385Z] 36b4b3c02718: Preparing [2022-08-13T00:56:58.385Z] 5d3e392a13a0: Preparing [2022-08-13T00:56:58.385Z] 5d3e392a13a0: Waiting [2022-08-13T00:56:58.657Z] a0d6535c1b96: Layer already exists [2022-08-13T00:56:58.657Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:56:58.657Z] 36b4b3c02718: Pushed [2022-08-13T00:56:58.657Z] 8a7500279c0e: Pushed [2022-08-13T00:56:59.629Z] f77c76b99c58: Pushed [2022-08-13T00:57:01.595Z] ac5e706110a0: Pushed [2022-08-13T00:57:01.866Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:0e681c207460ce73f1043a9e46b045fe7d2d521619e32698c4b9e5402d9e9548 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:02.232Z] + 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-13T00:57:02.585Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-08-13T00:57:02.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-13T00:57:02.585Z] 8a7500279c0e: Preparing [2022-08-13T00:57:02.585Z] ac5e706110a0: Preparing [2022-08-13T00:57:02.585Z] a0d6535c1b96: Preparing [2022-08-13T00:57:02.585Z] f77c76b99c58: Preparing [2022-08-13T00:57:02.585Z] 36b4b3c02718: Preparing [2022-08-13T00:57:02.585Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:02.585Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:02.585Z] 36b4b3c02718: Layer already exists [2022-08-13T00:57:02.585Z] f77c76b99c58: Layer already exists [2022-08-13T00:57:02.585Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:02.585Z] 8a7500279c0e: Layer already exists [2022-08-13T00:57:02.585Z] ac5e706110a0: Layer already exists [2022-08-13T00:57:02.585Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:02.854Z] latest: digest: sha256:0e681c207460ce73f1043a9e46b045fe7d2d521619e32698c4b9e5402d9e9548 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:03.211Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:03.558Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.46 [2022-08-13T00:57:03.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-13T00:57:03.558Z] 8a7500279c0e: Preparing [2022-08-13T00:57:03.558Z] ac5e706110a0: Preparing [2022-08-13T00:57:03.558Z] a0d6535c1b96: Preparing [2022-08-13T00:57:03.558Z] f77c76b99c58: Preparing [2022-08-13T00:57:03.558Z] 36b4b3c02718: Preparing [2022-08-13T00:57:03.558Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:03.558Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:03.558Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:03.558Z] 36b4b3c02718: Layer already exists [2022-08-13T00:57:03.558Z] 8a7500279c0e: Layer already exists [2022-08-13T00:57:03.558Z] f77c76b99c58: Layer already exists [2022-08-13T00:57:03.558Z] ac5e706110a0: Layer already exists [2022-08-13T00:57:03.558Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:03.827Z] 2.3.0-dev.46: digest: sha256:0e681c207460ce73f1043a9e46b045fe7d2d521619e32698c4b9e5402d9e9548 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:04.184Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:04.531Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:04.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-13T00:57:04.531Z] 8a7500279c0e: Preparing [2022-08-13T00:57:04.531Z] ac5e706110a0: Preparing [2022-08-13T00:57:04.531Z] a0d6535c1b96: Preparing [2022-08-13T00:57:04.531Z] f77c76b99c58: Preparing [2022-08-13T00:57:04.531Z] 36b4b3c02718: Preparing [2022-08-13T00:57:04.531Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:04.531Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:04.531Z] ac5e706110a0: Layer already exists [2022-08-13T00:57:04.531Z] 8a7500279c0e: Layer already exists [2022-08-13T00:57:04.531Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:04.531Z] f77c76b99c58: Layer already exists [2022-08-13T00:57:04.531Z] 36b4b3c02718: Layer already exists [2022-08-13T00:57:04.531Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:04.801Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:0e681c207460ce73f1043a9e46b045fe7d2d521619e32698c4b9e5402d9e9548 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:05.160Z] + 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-13T00:57:05.518Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-08-13T00:57:05.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-08-13T00:57:05.518Z] 8a7500279c0e: Preparing [2022-08-13T00:57:05.518Z] ac5e706110a0: Preparing [2022-08-13T00:57:05.518Z] a0d6535c1b96: Preparing [2022-08-13T00:57:05.518Z] f77c76b99c58: Preparing [2022-08-13T00:57:05.518Z] 36b4b3c02718: Preparing [2022-08-13T00:57:05.518Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:05.518Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:05.518Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:05.518Z] ac5e706110a0: Layer already exists [2022-08-13T00:57:05.518Z] 8a7500279c0e: Layer already exists [2022-08-13T00:57:05.518Z] f77c76b99c58: Layer already exists [2022-08-13T00:57:05.518Z] 36b4b3c02718: Layer already exists [2022-08-13T00:57:05.518Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:05.787Z] main: digest: sha256:0e681c207460ce73f1043a9e46b045fe7d2d521619e32698c4b9e5402d9e9548 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:57:05.848Z] ===================================================== [Pipeline] echo [2022-08-13T00:57:05.858Z] taggedImages: [2022-08-13T00:57:05.858Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:05.858Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-08-13T00:57:05.858Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.46 [2022-08-13T00:57:05.858Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:05.858Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-08-13T00:57:05.885Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-08-13T00:57:05.885Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:05.885Z] latest [2022-08-13T00:57:05.885Z] 2.3.0-dev.46 [2022-08-13T00:57:05.885Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:05.885Z] main [2022-08-13T00:57:05.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:06.247Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:06.603Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:06.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-13T00:57:06.604Z] d99820c5029f: Preparing [2022-08-13T00:57:06.604Z] 5f770d6e53c8: Preparing [2022-08-13T00:57:06.604Z] 322f0456d3f6: Preparing [2022-08-13T00:57:06.604Z] a0d6535c1b96: Preparing [2022-08-13T00:57:06.604Z] 1a74d475374c: Preparing [2022-08-13T00:57:06.604Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:06.604Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:06.872Z] 1a74d475374c: Layer already exists [2022-08-13T00:57:06.872Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:06.872Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:06.872Z] 5f770d6e53c8: Pushed [2022-08-13T00:57:06.872Z] d99820c5029f: Pushed [2022-08-13T00:57:09.471Z] 322f0456d3f6: Pushed [2022-08-13T00:57:09.741Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:75478895ffca51c95959c3853be15f66a06ef62845d26aa15e8cc969de8f4577 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:10.100Z] + 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-13T00:57:10.455Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-08-13T00:57:10.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-13T00:57:10.455Z] d99820c5029f: Preparing [2022-08-13T00:57:10.455Z] 5f770d6e53c8: Preparing [2022-08-13T00:57:10.455Z] 322f0456d3f6: Preparing [2022-08-13T00:57:10.455Z] a0d6535c1b96: Preparing [2022-08-13T00:57:10.455Z] 1a74d475374c: Preparing [2022-08-13T00:57:10.455Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:10.455Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:10.455Z] 322f0456d3f6: Layer already exists [2022-08-13T00:57:10.455Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:10.455Z] 1a74d475374c: Layer already exists [2022-08-13T00:57:10.455Z] d99820c5029f: Layer already exists [2022-08-13T00:57:10.455Z] 5f770d6e53c8: Layer already exists [2022-08-13T00:57:10.455Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:10.725Z] latest: digest: sha256:75478895ffca51c95959c3853be15f66a06ef62845d26aa15e8cc969de8f4577 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:11.084Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:11.437Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.46 [2022-08-13T00:57:11.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-13T00:57:11.437Z] d99820c5029f: Preparing [2022-08-13T00:57:11.437Z] 5f770d6e53c8: Preparing [2022-08-13T00:57:11.437Z] 322f0456d3f6: Preparing [2022-08-13T00:57:11.437Z] a0d6535c1b96: Preparing [2022-08-13T00:57:11.437Z] 1a74d475374c: Preparing [2022-08-13T00:57:11.437Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:11.437Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:11.437Z] 1a74d475374c: Layer already exists [2022-08-13T00:57:11.437Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:11.437Z] 5f770d6e53c8: Layer already exists [2022-08-13T00:57:11.437Z] 322f0456d3f6: Layer already exists [2022-08-13T00:57:11.437Z] d99820c5029f: Layer already exists [2022-08-13T00:57:11.437Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:11.706Z] 2.3.0-dev.46: digest: sha256:75478895ffca51c95959c3853be15f66a06ef62845d26aa15e8cc969de8f4577 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:12.070Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:12.434Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:12.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-13T00:57:12.434Z] d99820c5029f: Preparing [2022-08-13T00:57:12.434Z] 5f770d6e53c8: Preparing [2022-08-13T00:57:12.434Z] 322f0456d3f6: Preparing [2022-08-13T00:57:12.434Z] a0d6535c1b96: Preparing [2022-08-13T00:57:12.434Z] 1a74d475374c: Preparing [2022-08-13T00:57:12.434Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:12.434Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:12.434Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:12.434Z] 322f0456d3f6: Layer already exists [2022-08-13T00:57:12.434Z] 5f770d6e53c8: Layer already exists [2022-08-13T00:57:12.434Z] d99820c5029f: Layer already exists [2022-08-13T00:57:12.434Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:12.434Z] 1a74d475374c: Layer already exists [2022-08-13T00:57:12.704Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:75478895ffca51c95959c3853be15f66a06ef62845d26aa15e8cc969de8f4577 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:13.066Z] + 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-13T00:57:13.417Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-08-13T00:57:13.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-08-13T00:57:13.417Z] d99820c5029f: Preparing [2022-08-13T00:57:13.417Z] 5f770d6e53c8: Preparing [2022-08-13T00:57:13.417Z] 322f0456d3f6: Preparing [2022-08-13T00:57:13.417Z] a0d6535c1b96: Preparing [2022-08-13T00:57:13.417Z] 1a74d475374c: Preparing [2022-08-13T00:57:13.417Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:13.417Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:13.417Z] 1a74d475374c: Layer already exists [2022-08-13T00:57:13.417Z] 5f770d6e53c8: Layer already exists [2022-08-13T00:57:13.417Z] 322f0456d3f6: Layer already exists [2022-08-13T00:57:13.417Z] d99820c5029f: Layer already exists [2022-08-13T00:57:13.417Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:13.417Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:13.687Z] main: digest: sha256:75478895ffca51c95959c3853be15f66a06ef62845d26aa15e8cc969de8f4577 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:57:13.747Z] ===================================================== [Pipeline] echo [2022-08-13T00:57:13.756Z] taggedImages: [2022-08-13T00:57:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-08-13T00:57:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.46 [2022-08-13T00:57:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-08-13T00:57:13.777Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-08-13T00:57:13.777Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:13.777Z] latest [2022-08-13T00:57:13.777Z] 2.3.0-dev.46 [2022-08-13T00:57:13.777Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:13.777Z] main [2022-08-13T00:57:13.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:14.142Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:14.499Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:14.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-13T00:57:14.499Z] 0993d618204a: Preparing [2022-08-13T00:57:14.499Z] 0993d618204a: Preparing [2022-08-13T00:57:14.499Z] 0228ca5d642a: Preparing [2022-08-13T00:57:14.499Z] bd78a4a6bda2: Preparing [2022-08-13T00:57:14.499Z] 9cccad7cb95f: Preparing [2022-08-13T00:57:14.499Z] 95f8a28e0814: Preparing [2022-08-13T00:57:14.499Z] a0d6535c1b96: Preparing [2022-08-13T00:57:14.499Z] bb957098283e: Preparing [2022-08-13T00:57:14.499Z] 77c15a010bf3: Preparing [2022-08-13T00:57:14.499Z] f5175e91f494: Preparing [2022-08-13T00:57:14.499Z] dd6128721408: Preparing [2022-08-13T00:57:14.499Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:14.499Z] a0d6535c1b96: Waiting [2022-08-13T00:57:14.499Z] bb957098283e: Waiting [2022-08-13T00:57:14.499Z] dd6128721408: Waiting [2022-08-13T00:57:14.499Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:14.499Z] 77c15a010bf3: Waiting [2022-08-13T00:57:14.785Z] bd78a4a6bda2: Pushed [2022-08-13T00:57:14.785Z] 0228ca5d642a: Pushed [2022-08-13T00:57:14.785Z] 9cccad7cb95f: Pushed [2022-08-13T00:57:14.785Z] 0993d618204a: Pushed [2022-08-13T00:57:14.785Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:15.058Z] dd6128721408: Pushed [2022-08-13T00:57:15.058Z] f5175e91f494: Pushed [2022-08-13T00:57:15.058Z] bb957098283e: Pushed [2022-08-13T00:57:15.058Z] 77c15a010bf3: Pushed [2022-08-13T00:57:15.058Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:17.653Z] 95f8a28e0814: Pushed [2022-08-13T00:57:17.924Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:5c06a0664a6f9249eca13c25b388746fd4d3d5dbafa6e334dac15b4943039f58 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:18.301Z] + 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-13T00:57:18.680Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-08-13T00:57:18.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-13T00:57:18.681Z] 0993d618204a: Preparing [2022-08-13T00:57:18.681Z] 0993d618204a: Preparing [2022-08-13T00:57:18.681Z] 0228ca5d642a: Preparing [2022-08-13T00:57:18.681Z] bd78a4a6bda2: Preparing [2022-08-13T00:57:18.681Z] 9cccad7cb95f: Preparing [2022-08-13T00:57:18.681Z] 95f8a28e0814: Preparing [2022-08-13T00:57:18.681Z] a0d6535c1b96: Preparing [2022-08-13T00:57:18.681Z] bb957098283e: Preparing [2022-08-13T00:57:18.681Z] 77c15a010bf3: Preparing [2022-08-13T00:57:18.681Z] bb957098283e: Waiting [2022-08-13T00:57:18.681Z] a0d6535c1b96: Waiting [2022-08-13T00:57:18.681Z] 77c15a010bf3: Waiting [2022-08-13T00:57:18.681Z] f5175e91f494: Preparing [2022-08-13T00:57:18.681Z] dd6128721408: Preparing [2022-08-13T00:57:18.681Z] f5175e91f494: Waiting [2022-08-13T00:57:18.681Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:18.681Z] dd6128721408: Waiting [2022-08-13T00:57:18.681Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:18.681Z] 95f8a28e0814: Layer already exists [2022-08-13T00:57:18.681Z] bd78a4a6bda2: Layer already exists [2022-08-13T00:57:18.681Z] 9cccad7cb95f: Layer already exists [2022-08-13T00:57:18.681Z] 0228ca5d642a: Layer already exists [2022-08-13T00:57:18.681Z] 0993d618204a: Layer already exists [2022-08-13T00:57:18.681Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:18.681Z] bb957098283e: Layer already exists [2022-08-13T00:57:18.681Z] 77c15a010bf3: Layer already exists [2022-08-13T00:57:18.681Z] dd6128721408: Layer already exists [2022-08-13T00:57:18.954Z] f5175e91f494: Layer already exists [2022-08-13T00:57:18.954Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:18.954Z] latest: digest: sha256:5c06a0664a6f9249eca13c25b388746fd4d3d5dbafa6e334dac15b4943039f58 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:19.323Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:19.677Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.46 [2022-08-13T00:57:19.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-13T00:57:19.677Z] 0993d618204a: Preparing [2022-08-13T00:57:19.677Z] 0993d618204a: Preparing [2022-08-13T00:57:19.677Z] 0228ca5d642a: Preparing [2022-08-13T00:57:19.677Z] bd78a4a6bda2: Preparing [2022-08-13T00:57:19.677Z] 9cccad7cb95f: Preparing [2022-08-13T00:57:19.677Z] 95f8a28e0814: Preparing [2022-08-13T00:57:19.677Z] a0d6535c1b96: Preparing [2022-08-13T00:57:19.677Z] bb957098283e: Preparing [2022-08-13T00:57:19.677Z] 77c15a010bf3: Preparing [2022-08-13T00:57:19.677Z] f5175e91f494: Preparing [2022-08-13T00:57:19.677Z] dd6128721408: Preparing [2022-08-13T00:57:19.677Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:19.677Z] a0d6535c1b96: Waiting [2022-08-13T00:57:19.677Z] bb957098283e: Waiting [2022-08-13T00:57:19.677Z] dd6128721408: Waiting [2022-08-13T00:57:19.677Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:19.677Z] f5175e91f494: Waiting [2022-08-13T00:57:19.677Z] 0993d618204a: Layer already exists [2022-08-13T00:57:19.677Z] bd78a4a6bda2: Layer already exists [2022-08-13T00:57:19.677Z] 9cccad7cb95f: Layer already exists [2022-08-13T00:57:19.677Z] 95f8a28e0814: Layer already exists [2022-08-13T00:57:19.677Z] 0228ca5d642a: Layer already exists [2022-08-13T00:57:19.677Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:19.677Z] bb957098283e: Layer already exists [2022-08-13T00:57:19.677Z] dd6128721408: Layer already exists [2022-08-13T00:57:19.677Z] 77c15a010bf3: Layer already exists [2022-08-13T00:57:19.677Z] f5175e91f494: Layer already exists [2022-08-13T00:57:19.677Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:19.952Z] 2.3.0-dev.46: digest: sha256:5c06a0664a6f9249eca13c25b388746fd4d3d5dbafa6e334dac15b4943039f58 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:20.310Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:20.665Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:20.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-13T00:57:20.665Z] 0993d618204a: Preparing [2022-08-13T00:57:20.665Z] 0993d618204a: Preparing [2022-08-13T00:57:20.665Z] 0228ca5d642a: Preparing [2022-08-13T00:57:20.665Z] bd78a4a6bda2: Preparing [2022-08-13T00:57:20.665Z] 9cccad7cb95f: Preparing [2022-08-13T00:57:20.665Z] 95f8a28e0814: Preparing [2022-08-13T00:57:20.665Z] a0d6535c1b96: Preparing [2022-08-13T00:57:20.665Z] bb957098283e: Preparing [2022-08-13T00:57:20.665Z] 77c15a010bf3: Preparing [2022-08-13T00:57:20.665Z] f5175e91f494: Preparing [2022-08-13T00:57:20.665Z] dd6128721408: Preparing [2022-08-13T00:57:20.665Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:20.665Z] 77c15a010bf3: Waiting [2022-08-13T00:57:20.665Z] f5175e91f494: Waiting [2022-08-13T00:57:20.665Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:20.665Z] dd6128721408: Waiting [2022-08-13T00:57:20.665Z] a0d6535c1b96: Waiting [2022-08-13T00:57:20.665Z] bb957098283e: Waiting [2022-08-13T00:57:20.665Z] 95f8a28e0814: Layer already exists [2022-08-13T00:57:20.665Z] bd78a4a6bda2: Layer already exists [2022-08-13T00:57:20.665Z] 0228ca5d642a: Layer already exists [2022-08-13T00:57:20.665Z] 0993d618204a: Layer already exists [2022-08-13T00:57:20.665Z] 9cccad7cb95f: Layer already exists [2022-08-13T00:57:20.665Z] bb957098283e: Layer already exists [2022-08-13T00:57:20.665Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:20.665Z] dd6128721408: Layer already exists [2022-08-13T00:57:20.665Z] 77c15a010bf3: Layer already exists [2022-08-13T00:57:20.665Z] f5175e91f494: Layer already exists [2022-08-13T00:57:20.665Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:20.935Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:5c06a0664a6f9249eca13c25b388746fd4d3d5dbafa6e334dac15b4943039f58 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:21.304Z] + 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-13T00:57:21.652Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-08-13T00:57:21.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-08-13T00:57:21.652Z] 0993d618204a: Preparing [2022-08-13T00:57:21.652Z] 0993d618204a: Preparing [2022-08-13T00:57:21.652Z] 0228ca5d642a: Preparing [2022-08-13T00:57:21.652Z] bd78a4a6bda2: Preparing [2022-08-13T00:57:21.652Z] 9cccad7cb95f: Preparing [2022-08-13T00:57:21.652Z] 95f8a28e0814: Preparing [2022-08-13T00:57:21.652Z] a0d6535c1b96: Preparing [2022-08-13T00:57:21.652Z] bb957098283e: Preparing [2022-08-13T00:57:21.652Z] 77c15a010bf3: Preparing [2022-08-13T00:57:21.652Z] f5175e91f494: Preparing [2022-08-13T00:57:21.652Z] dd6128721408: Preparing [2022-08-13T00:57:21.652Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:21.652Z] 77c15a010bf3: Waiting [2022-08-13T00:57:21.652Z] f5175e91f494: Waiting [2022-08-13T00:57:21.652Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:21.652Z] a0d6535c1b96: Waiting [2022-08-13T00:57:21.652Z] bb957098283e: Waiting [2022-08-13T00:57:21.652Z] dd6128721408: Waiting [2022-08-13T00:57:21.652Z] 95f8a28e0814: Layer already exists [2022-08-13T00:57:21.652Z] 9cccad7cb95f: Layer already exists [2022-08-13T00:57:21.652Z] 0993d618204a: Layer already exists [2022-08-13T00:57:21.652Z] 0228ca5d642a: Layer already exists [2022-08-13T00:57:21.652Z] bd78a4a6bda2: Layer already exists [2022-08-13T00:57:21.652Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:21.652Z] 77c15a010bf3: Layer already exists [2022-08-13T00:57:21.652Z] bb957098283e: Layer already exists [2022-08-13T00:57:21.652Z] f5175e91f494: Layer already exists [2022-08-13T00:57:21.652Z] dd6128721408: Layer already exists [2022-08-13T00:57:21.652Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:21.921Z] main: digest: sha256:5c06a0664a6f9249eca13c25b388746fd4d3d5dbafa6e334dac15b4943039f58 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:57:21.980Z] ===================================================== [Pipeline] echo [2022-08-13T00:57:21.992Z] taggedImages: [2022-08-13T00:57:21.992Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:21.992Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-08-13T00:57:21.992Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.46 [2022-08-13T00:57:21.992Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:21.992Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-08-13T00:57:22.016Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-08-13T00:57:22.016Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:22.016Z] latest [2022-08-13T00:57:22.016Z] 2.3.0-dev.46 [2022-08-13T00:57:22.016Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:22.016Z] main [2022-08-13T00:57:22.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:22.441Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:22.789Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:22.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-13T00:57:22.789Z] ed7b6448de1f: Preparing [2022-08-13T00:57:22.789Z] c79a33cdea82: Preparing [2022-08-13T00:57:22.789Z] e5d505c7b222: Preparing [2022-08-13T00:57:22.789Z] c3ea5a890cd3: Preparing [2022-08-13T00:57:22.789Z] 976923424117: Preparing [2022-08-13T00:57:22.789Z] 0df78c0f1c24: Preparing [2022-08-13T00:57:22.789Z] 451d4ba7b93c: Preparing [2022-08-13T00:57:22.789Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:22.789Z] 0df78c0f1c24: Waiting [2022-08-13T00:57:22.789Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:22.789Z] 451d4ba7b93c: Waiting [2022-08-13T00:57:23.060Z] ed7b6448de1f: Pushed [2022-08-13T00:57:23.060Z] c79a33cdea82: Pushed [2022-08-13T00:57:23.060Z] 976923424117: Pushed [2022-08-13T00:57:23.060Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:23.329Z] 0df78c0f1c24: Pushed [2022-08-13T00:57:23.921Z] 451d4ba7b93c: Pushed [2022-08-13T00:57:25.347Z] e5d505c7b222: Pushed [2022-08-13T00:57:25.347Z] c3ea5a890cd3: Pushed [2022-08-13T00:57:25.618Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:ab642830d289e434d330d6efdcb5035f025bddf62112610aa8fc98954fbdc1fc size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:25.983Z] + 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-13T00:57:26.333Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-08-13T00:57:26.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-13T00:57:26.333Z] ed7b6448de1f: Preparing [2022-08-13T00:57:26.333Z] c79a33cdea82: Preparing [2022-08-13T00:57:26.333Z] e5d505c7b222: Preparing [2022-08-13T00:57:26.333Z] c3ea5a890cd3: Preparing [2022-08-13T00:57:26.333Z] 976923424117: Preparing [2022-08-13T00:57:26.333Z] 0df78c0f1c24: Preparing [2022-08-13T00:57:26.333Z] 451d4ba7b93c: Preparing [2022-08-13T00:57:26.333Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:26.333Z] 0df78c0f1c24: Waiting [2022-08-13T00:57:26.333Z] 451d4ba7b93c: Waiting [2022-08-13T00:57:26.333Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:26.333Z] e5d505c7b222: Layer already exists [2022-08-13T00:57:26.333Z] c79a33cdea82: Layer already exists [2022-08-13T00:57:26.333Z] c3ea5a890cd3: Layer already exists [2022-08-13T00:57:26.333Z] ed7b6448de1f: Layer already exists [2022-08-13T00:57:26.333Z] 976923424117: Layer already exists [2022-08-13T00:57:26.333Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:26.333Z] 451d4ba7b93c: Layer already exists [2022-08-13T00:57:26.333Z] 0df78c0f1c24: Layer already exists [2022-08-13T00:57:26.604Z] latest: digest: sha256:ab642830d289e434d330d6efdcb5035f025bddf62112610aa8fc98954fbdc1fc size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:26.968Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:27.317Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.46 [2022-08-13T00:57:27.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-13T00:57:27.318Z] ed7b6448de1f: Preparing [2022-08-13T00:57:27.318Z] c79a33cdea82: Preparing [2022-08-13T00:57:27.318Z] e5d505c7b222: Preparing [2022-08-13T00:57:27.318Z] c3ea5a890cd3: Preparing [2022-08-13T00:57:27.318Z] 976923424117: Preparing [2022-08-13T00:57:27.318Z] 0df78c0f1c24: Preparing [2022-08-13T00:57:27.318Z] 451d4ba7b93c: Preparing [2022-08-13T00:57:27.318Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:27.318Z] 0df78c0f1c24: Waiting [2022-08-13T00:57:27.318Z] 451d4ba7b93c: Waiting [2022-08-13T00:57:27.318Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:27.318Z] c79a33cdea82: Layer already exists [2022-08-13T00:57:27.318Z] 976923424117: Layer already exists [2022-08-13T00:57:27.318Z] ed7b6448de1f: Layer already exists [2022-08-13T00:57:27.318Z] e5d505c7b222: Layer already exists [2022-08-13T00:57:27.318Z] c3ea5a890cd3: Layer already exists [2022-08-13T00:57:27.589Z] 451d4ba7b93c: Layer already exists [2022-08-13T00:57:27.589Z] 0df78c0f1c24: Layer already exists [2022-08-13T00:57:27.589Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:27.589Z] 2.3.0-dev.46: digest: sha256:ab642830d289e434d330d6efdcb5035f025bddf62112610aa8fc98954fbdc1fc size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:27.953Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:28.304Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:28.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-13T00:57:28.304Z] ed7b6448de1f: Preparing [2022-08-13T00:57:28.304Z] c79a33cdea82: Preparing [2022-08-13T00:57:28.304Z] e5d505c7b222: Preparing [2022-08-13T00:57:28.304Z] c3ea5a890cd3: Preparing [2022-08-13T00:57:28.304Z] 976923424117: Preparing [2022-08-13T00:57:28.304Z] 0df78c0f1c24: Preparing [2022-08-13T00:57:28.304Z] 451d4ba7b93c: Preparing [2022-08-13T00:57:28.304Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:28.304Z] 451d4ba7b93c: Waiting [2022-08-13T00:57:28.304Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:28.304Z] 0df78c0f1c24: Waiting [2022-08-13T00:57:28.304Z] 976923424117: Layer already exists [2022-08-13T00:57:28.304Z] ed7b6448de1f: Layer already exists [2022-08-13T00:57:28.304Z] c3ea5a890cd3: Layer already exists [2022-08-13T00:57:28.304Z] c79a33cdea82: Layer already exists [2022-08-13T00:57:28.304Z] e5d505c7b222: Layer already exists [2022-08-13T00:57:28.304Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:28.576Z] 0df78c0f1c24: Layer already exists [2022-08-13T00:57:28.576Z] 451d4ba7b93c: Layer already exists [2022-08-13T00:57:28.576Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:ab642830d289e434d330d6efdcb5035f025bddf62112610aa8fc98954fbdc1fc size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:28.938Z] + 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-13T00:57:29.290Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-08-13T00:57:29.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-08-13T00:57:29.290Z] ed7b6448de1f: Preparing [2022-08-13T00:57:29.290Z] c79a33cdea82: Preparing [2022-08-13T00:57:29.290Z] e5d505c7b222: Preparing [2022-08-13T00:57:29.290Z] c3ea5a890cd3: Preparing [2022-08-13T00:57:29.290Z] 976923424117: Preparing [2022-08-13T00:57:29.290Z] 0df78c0f1c24: Preparing [2022-08-13T00:57:29.290Z] 451d4ba7b93c: Preparing [2022-08-13T00:57:29.290Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:29.290Z] 0df78c0f1c24: Waiting [2022-08-13T00:57:29.290Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:29.290Z] 451d4ba7b93c: Waiting [2022-08-13T00:57:29.290Z] e5d505c7b222: Layer already exists [2022-08-13T00:57:29.290Z] c79a33cdea82: Layer already exists [2022-08-13T00:57:29.290Z] 976923424117: Layer already exists [2022-08-13T00:57:29.290Z] ed7b6448de1f: Layer already exists [2022-08-13T00:57:29.290Z] c3ea5a890cd3: Layer already exists [2022-08-13T00:57:29.290Z] 451d4ba7b93c: Layer already exists [2022-08-13T00:57:29.560Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:29.560Z] 0df78c0f1c24: Layer already exists [2022-08-13T00:57:29.560Z] main: digest: sha256:ab642830d289e434d330d6efdcb5035f025bddf62112610aa8fc98954fbdc1fc size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:57:29.615Z] ===================================================== [Pipeline] echo [2022-08-13T00:57:29.624Z] taggedImages: [2022-08-13T00:57:29.624Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:29.624Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-08-13T00:57:29.624Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.46 [2022-08-13T00:57:29.624Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:29.624Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-08-13T00:57:29.647Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-08-13T00:57:29.647Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:29.647Z] latest [2022-08-13T00:57:29.647Z] 2.3.0-dev.46 [2022-08-13T00:57:29.647Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:29.647Z] main [2022-08-13T00:57:29.647Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:30.008Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:30.366Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:30.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-13T00:57:30.366Z] a5becd239550: Preparing [2022-08-13T00:57:30.366Z] c52bc9226e46: Preparing [2022-08-13T00:57:30.366Z] ebb00262a585: Preparing [2022-08-13T00:57:30.366Z] 1cf1caef9f28: Preparing [2022-08-13T00:57:30.366Z] fbc5bd8dd388: Preparing [2022-08-13T00:57:30.366Z] 2a8813c867dc: Preparing [2022-08-13T00:57:30.366Z] e474d6494577: Preparing [2022-08-13T00:57:30.366Z] 7d1f6913cfd0: Preparing [2022-08-13T00:57:30.366Z] cebfb32941bb: Preparing [2022-08-13T00:57:30.366Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:30.366Z] e474d6494577: Waiting [2022-08-13T00:57:30.366Z] 7d1f6913cfd0: Waiting [2022-08-13T00:57:30.366Z] 2a8813c867dc: Waiting [2022-08-13T00:57:30.366Z] cebfb32941bb: Waiting [2022-08-13T00:57:30.366Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:30.639Z] c52bc9226e46: Pushed [2022-08-13T00:57:30.639Z] a5becd239550: Pushed [2022-08-13T00:57:30.639Z] fbc5bd8dd388: Pushed [2022-08-13T00:57:30.911Z] e474d6494577: Pushed [2022-08-13T00:57:30.911Z] 2a8813c867dc: Pushed [2022-08-13T00:57:30.911Z] 7d1f6913cfd0: Pushed [2022-08-13T00:57:30.911Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:31.184Z] cebfb32941bb: Pushed [2022-08-13T00:57:33.157Z] 1cf1caef9f28: Pushed [2022-08-13T00:57:33.747Z] ebb00262a585: Pushed [2022-08-13T00:57:34.017Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:66fea69c92a9045beb940bb05c274326cfd7dc024f560cf6fa2e238a2f15b618 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:34.371Z] + 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-13T00:57:34.724Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-08-13T00:57:34.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-13T00:57:34.724Z] a5becd239550: Preparing [2022-08-13T00:57:34.724Z] c52bc9226e46: Preparing [2022-08-13T00:57:34.724Z] ebb00262a585: Preparing [2022-08-13T00:57:34.724Z] 1cf1caef9f28: Preparing [2022-08-13T00:57:34.724Z] fbc5bd8dd388: Preparing [2022-08-13T00:57:34.724Z] 2a8813c867dc: Preparing [2022-08-13T00:57:34.724Z] e474d6494577: Preparing [2022-08-13T00:57:34.724Z] 7d1f6913cfd0: Preparing [2022-08-13T00:57:34.724Z] cebfb32941bb: Preparing [2022-08-13T00:57:34.724Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:34.724Z] 7d1f6913cfd0: Waiting [2022-08-13T00:57:34.724Z] 2a8813c867dc: Waiting [2022-08-13T00:57:34.724Z] e474d6494577: Waiting [2022-08-13T00:57:34.724Z] cebfb32941bb: Waiting [2022-08-13T00:57:34.724Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:34.724Z] 1cf1caef9f28: Layer already exists [2022-08-13T00:57:34.724Z] ebb00262a585: Layer already exists [2022-08-13T00:57:34.724Z] c52bc9226e46: Layer already exists [2022-08-13T00:57:34.724Z] fbc5bd8dd388: Layer already exists [2022-08-13T00:57:34.724Z] a5becd239550: Layer already exists [2022-08-13T00:57:34.724Z] e474d6494577: Layer already exists [2022-08-13T00:57:34.724Z] 7d1f6913cfd0: Layer already exists [2022-08-13T00:57:34.724Z] 2a8813c867dc: Layer already exists [2022-08-13T00:57:34.994Z] cebfb32941bb: Layer already exists [2022-08-13T00:57:34.994Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:34.994Z] latest: digest: sha256:66fea69c92a9045beb940bb05c274326cfd7dc024f560cf6fa2e238a2f15b618 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:35.355Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:35.709Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.46 [2022-08-13T00:57:35.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-13T00:57:35.709Z] a5becd239550: Preparing [2022-08-13T00:57:35.709Z] c52bc9226e46: Preparing [2022-08-13T00:57:35.709Z] ebb00262a585: Preparing [2022-08-13T00:57:35.709Z] 1cf1caef9f28: Preparing [2022-08-13T00:57:35.709Z] fbc5bd8dd388: Preparing [2022-08-13T00:57:35.709Z] 2a8813c867dc: Preparing [2022-08-13T00:57:35.709Z] e474d6494577: Preparing [2022-08-13T00:57:35.709Z] 7d1f6913cfd0: Preparing [2022-08-13T00:57:35.709Z] cebfb32941bb: Preparing [2022-08-13T00:57:35.709Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:35.709Z] cebfb32941bb: Waiting [2022-08-13T00:57:35.709Z] 2a8813c867dc: Waiting [2022-08-13T00:57:35.709Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:35.709Z] e474d6494577: Waiting [2022-08-13T00:57:35.709Z] 7d1f6913cfd0: Waiting [2022-08-13T00:57:35.709Z] fbc5bd8dd388: Layer already exists [2022-08-13T00:57:35.709Z] a5becd239550: Layer already exists [2022-08-13T00:57:35.709Z] 1cf1caef9f28: Layer already exists [2022-08-13T00:57:35.709Z] c52bc9226e46: Layer already exists [2022-08-13T00:57:35.709Z] ebb00262a585: Layer already exists [2022-08-13T00:57:35.709Z] cebfb32941bb: Layer already exists [2022-08-13T00:57:35.709Z] e474d6494577: Layer already exists [2022-08-13T00:57:35.709Z] 7d1f6913cfd0: Layer already exists [2022-08-13T00:57:35.709Z] 2a8813c867dc: Layer already exists [2022-08-13T00:57:35.709Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:35.980Z] 2.3.0-dev.46: digest: sha256:66fea69c92a9045beb940bb05c274326cfd7dc024f560cf6fa2e238a2f15b618 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:36.334Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:36.731Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:36.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-13T00:57:36.732Z] a5becd239550: Preparing [2022-08-13T00:57:36.732Z] c52bc9226e46: Preparing [2022-08-13T00:57:36.732Z] ebb00262a585: Preparing [2022-08-13T00:57:36.732Z] 1cf1caef9f28: Preparing [2022-08-13T00:57:36.732Z] fbc5bd8dd388: Preparing [2022-08-13T00:57:36.732Z] 2a8813c867dc: Preparing [2022-08-13T00:57:36.732Z] e474d6494577: Preparing [2022-08-13T00:57:36.732Z] 7d1f6913cfd0: Preparing [2022-08-13T00:57:36.732Z] cebfb32941bb: Preparing [2022-08-13T00:57:36.732Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:36.732Z] e474d6494577: Waiting [2022-08-13T00:57:36.732Z] 7d1f6913cfd0: Waiting [2022-08-13T00:57:36.732Z] cebfb32941bb: Waiting [2022-08-13T00:57:36.732Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:36.732Z] 2a8813c867dc: Waiting [2022-08-13T00:57:36.732Z] fbc5bd8dd388: Layer already exists [2022-08-13T00:57:36.732Z] ebb00262a585: Layer already exists [2022-08-13T00:57:36.732Z] a5becd239550: Layer already exists [2022-08-13T00:57:36.732Z] c52bc9226e46: Layer already exists [2022-08-13T00:57:36.732Z] 1cf1caef9f28: Layer already exists [2022-08-13T00:57:37.004Z] e474d6494577: Layer already exists [2022-08-13T00:57:37.004Z] 2a8813c867dc: Layer already exists [2022-08-13T00:57:37.004Z] 7d1f6913cfd0: Layer already exists [2022-08-13T00:57:37.004Z] cebfb32941bb: Layer already exists [2022-08-13T00:57:37.004Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:37.004Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:66fea69c92a9045beb940bb05c274326cfd7dc024f560cf6fa2e238a2f15b618 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:37.373Z] + 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-13T00:57:37.728Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-08-13T00:57:37.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-08-13T00:57:37.728Z] a5becd239550: Preparing [2022-08-13T00:57:37.728Z] c52bc9226e46: Preparing [2022-08-13T00:57:37.728Z] ebb00262a585: Preparing [2022-08-13T00:57:37.728Z] 1cf1caef9f28: Preparing [2022-08-13T00:57:37.728Z] fbc5bd8dd388: Preparing [2022-08-13T00:57:37.728Z] 2a8813c867dc: Preparing [2022-08-13T00:57:37.728Z] e474d6494577: Preparing [2022-08-13T00:57:37.728Z] 7d1f6913cfd0: Preparing [2022-08-13T00:57:37.728Z] cebfb32941bb: Preparing [2022-08-13T00:57:37.728Z] 5d3e392a13a0: Preparing [2022-08-13T00:57:37.728Z] e474d6494577: Waiting [2022-08-13T00:57:37.728Z] 7d1f6913cfd0: Waiting [2022-08-13T00:57:37.728Z] cebfb32941bb: Waiting [2022-08-13T00:57:37.728Z] 5d3e392a13a0: Waiting [2022-08-13T00:57:37.728Z] 2a8813c867dc: Waiting [2022-08-13T00:57:37.728Z] fbc5bd8dd388: Layer already exists [2022-08-13T00:57:37.728Z] a5becd239550: Layer already exists [2022-08-13T00:57:37.728Z] 1cf1caef9f28: Layer already exists [2022-08-13T00:57:37.728Z] ebb00262a585: Layer already exists [2022-08-13T00:57:37.728Z] c52bc9226e46: Layer already exists [2022-08-13T00:57:37.728Z] e474d6494577: Layer already exists [2022-08-13T00:57:37.728Z] cebfb32941bb: Layer already exists [2022-08-13T00:57:37.728Z] 7d1f6913cfd0: Layer already exists [2022-08-13T00:57:37.728Z] 2a8813c867dc: Layer already exists [2022-08-13T00:57:38.002Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:57:38.002Z] main: digest: sha256:66fea69c92a9045beb940bb05c274326cfd7dc024f560cf6fa2e238a2f15b618 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:57:38.063Z] ===================================================== [Pipeline] echo [2022-08-13T00:57:38.073Z] taggedImages: [2022-08-13T00:57:38.073Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:38.073Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-08-13T00:57:38.073Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.46 [2022-08-13T00:57:38.073Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:38.073Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-08-13T00:57:38.096Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-08-13T00:57:38.096Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:38.096Z] latest [2022-08-13T00:57:38.096Z] 2.3.0-dev.46 [2022-08-13T00:57:38.096Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:38.096Z] main [2022-08-13T00:57:38.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:38.460Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:38.818Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:38.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-13T00:57:38.819Z] 6deaf200c943: Preparing [2022-08-13T00:57:38.819Z] c174fc43c44f: Preparing [2022-08-13T00:57:38.819Z] a0d6535c1b96: Preparing [2022-08-13T00:57:38.819Z] 424779d31e1a: Preparing [2022-08-13T00:57:38.819Z] ea2c50b8a06e: Preparing [2022-08-13T00:57:38.819Z] 9833f26c6bda: Preparing [2022-08-13T00:57:38.819Z] 9833f26c6bda: Waiting [2022-08-13T00:57:39.089Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:39.089Z] 9833f26c6bda: Layer already exists [2022-08-13T00:57:39.089Z] ea2c50b8a06e: Pushed [2022-08-13T00:57:39.089Z] 6deaf200c943: Pushed [2022-08-13T00:57:40.521Z] 424779d31e1a: Pushed [2022-08-13T00:57:43.890Z] c174fc43c44f: Pushed [2022-08-13T00:57:43.890Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:7541d2eb4d26ba7a9fcdd9e1cd53b4f58f3347043c7a3b11b57c473bc2930291 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:44.251Z] + 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-13T00:57:44.594Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-08-13T00:57:44.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-13T00:57:44.594Z] 6deaf200c943: Preparing [2022-08-13T00:57:44.594Z] c174fc43c44f: Preparing [2022-08-13T00:57:44.594Z] a0d6535c1b96: Preparing [2022-08-13T00:57:44.594Z] 424779d31e1a: Preparing [2022-08-13T00:57:44.594Z] ea2c50b8a06e: Preparing [2022-08-13T00:57:44.594Z] 9833f26c6bda: Preparing [2022-08-13T00:57:44.594Z] 9833f26c6bda: Waiting [2022-08-13T00:57:44.594Z] c174fc43c44f: Layer already exists [2022-08-13T00:57:44.594Z] 6deaf200c943: Layer already exists [2022-08-13T00:57:44.594Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:44.594Z] 424779d31e1a: Layer already exists [2022-08-13T00:57:44.594Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:57:44.594Z] 9833f26c6bda: Layer already exists [2022-08-13T00:57:44.866Z] latest: digest: sha256:7541d2eb4d26ba7a9fcdd9e1cd53b4f58f3347043c7a3b11b57c473bc2930291 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:45.228Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:45.576Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.46 [2022-08-13T00:57:45.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-13T00:57:45.577Z] 6deaf200c943: Preparing [2022-08-13T00:57:45.577Z] c174fc43c44f: Preparing [2022-08-13T00:57:45.577Z] a0d6535c1b96: Preparing [2022-08-13T00:57:45.577Z] 424779d31e1a: Preparing [2022-08-13T00:57:45.577Z] ea2c50b8a06e: Preparing [2022-08-13T00:57:45.577Z] 9833f26c6bda: Preparing [2022-08-13T00:57:45.577Z] 9833f26c6bda: Waiting [2022-08-13T00:57:45.577Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:57:45.577Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:45.577Z] 424779d31e1a: Layer already exists [2022-08-13T00:57:45.577Z] 6deaf200c943: Layer already exists [2022-08-13T00:57:45.577Z] c174fc43c44f: Layer already exists [2022-08-13T00:57:45.577Z] 9833f26c6bda: Layer already exists [2022-08-13T00:57:45.848Z] 2.3.0-dev.46: digest: sha256:7541d2eb4d26ba7a9fcdd9e1cd53b4f58f3347043c7a3b11b57c473bc2930291 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:46.211Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:46.556Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:46.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-13T00:57:46.556Z] 6deaf200c943: Preparing [2022-08-13T00:57:46.556Z] c174fc43c44f: Preparing [2022-08-13T00:57:46.556Z] a0d6535c1b96: Preparing [2022-08-13T00:57:46.556Z] 424779d31e1a: Preparing [2022-08-13T00:57:46.556Z] ea2c50b8a06e: Preparing [2022-08-13T00:57:46.556Z] 9833f26c6bda: Preparing [2022-08-13T00:57:46.556Z] 9833f26c6bda: Waiting [2022-08-13T00:57:46.556Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:57:46.556Z] 6deaf200c943: Layer already exists [2022-08-13T00:57:46.556Z] c174fc43c44f: Layer already exists [2022-08-13T00:57:46.556Z] 424779d31e1a: Layer already exists [2022-08-13T00:57:46.556Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:46.827Z] 9833f26c6bda: Layer already exists [2022-08-13T00:57:46.827Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:7541d2eb4d26ba7a9fcdd9e1cd53b4f58f3347043c7a3b11b57c473bc2930291 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:47.185Z] + 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-13T00:57:47.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-08-13T00:57:47.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-08-13T00:57:47.537Z] 6deaf200c943: Preparing [2022-08-13T00:57:47.537Z] c174fc43c44f: Preparing [2022-08-13T00:57:47.537Z] a0d6535c1b96: Preparing [2022-08-13T00:57:47.537Z] 424779d31e1a: Preparing [2022-08-13T00:57:47.537Z] ea2c50b8a06e: Preparing [2022-08-13T00:57:47.537Z] 9833f26c6bda: Preparing [2022-08-13T00:57:47.537Z] 9833f26c6bda: Waiting [2022-08-13T00:57:47.537Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:57:47.537Z] 6deaf200c943: Layer already exists [2022-08-13T00:57:47.537Z] a0d6535c1b96: Layer already exists [2022-08-13T00:57:47.537Z] c174fc43c44f: Layer already exists [2022-08-13T00:57:47.537Z] 424779d31e1a: Layer already exists [2022-08-13T00:57:47.537Z] 9833f26c6bda: Layer already exists [2022-08-13T00:57:47.807Z] main: digest: sha256:7541d2eb4d26ba7a9fcdd9e1cd53b4f58f3347043c7a3b11b57c473bc2930291 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:57:47.864Z] ===================================================== [Pipeline] echo [2022-08-13T00:57:47.870Z] taggedImages: [2022-08-13T00:57:47.870Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:47.870Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-08-13T00:57:47.870Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.46 [2022-08-13T00:57:47.870Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:47.870Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-08-13T00:57:47.884Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-08-13T00:57:47.884Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:47.884Z] latest [2022-08-13T00:57:47.884Z] 2.3.0-dev.46 [2022-08-13T00:57:47.884Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:57:47.884Z] main [2022-08-13T00:57:47.884Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:48.232Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:57:48.590Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:57:48.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-13T00:57:48.590Z] fae16469d2fb: Preparing [2022-08-13T00:57:48.591Z] 1c19b20fe9dc: Preparing [2022-08-13T00:57:48.591Z] 96883b80adf8: Preparing [2022-08-13T00:57:48.591Z] ce5300f3d9f8: Preparing [2022-08-13T00:57:48.591Z] 83792f4b1e37: Preparing [2022-08-13T00:57:48.591Z] e0087153ff61: Preparing [2022-08-13T00:57:48.591Z] e0087153ff61: Waiting [2022-08-13T00:57:48.591Z] ea2c50b8a06e: Preparing [2022-08-13T00:57:48.591Z] 9833f26c6bda: Preparing [2022-08-13T00:57:48.591Z] ea2c50b8a06e: Waiting [2022-08-13T00:57:48.591Z] 9833f26c6bda: Waiting [2022-08-13T00:57:48.863Z] fae16469d2fb: Pushed [2022-08-13T00:57:48.863Z] 1c19b20fe9dc: Pushed [2022-08-13T00:57:48.863Z] 96883b80adf8: Pushed [2022-08-13T00:57:48.863Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:57:48.863Z] 9833f26c6bda: Layer already exists [2022-08-13T00:57:49.842Z] e0087153ff61: Pushed [2022-08-13T00:57:58.108Z] 83792f4b1e37: Pushed [2022-08-13T00:58:04.800Z] ce5300f3d9f8: Pushed [2022-08-13T00:58:05.071Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:41f56fbbec7d475f60d36a6c5ff3d4ade863cc9feadddd40ffc6828deb54343f size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:05.431Z] + 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-13T00:58:05.785Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-08-13T00:58:05.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-13T00:58:05.785Z] fae16469d2fb: Preparing [2022-08-13T00:58:05.785Z] 1c19b20fe9dc: Preparing [2022-08-13T00:58:05.785Z] 96883b80adf8: Preparing [2022-08-13T00:58:05.785Z] ce5300f3d9f8: Preparing [2022-08-13T00:58:05.785Z] 83792f4b1e37: Preparing [2022-08-13T00:58:05.785Z] e0087153ff61: Preparing [2022-08-13T00:58:05.785Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:05.785Z] 9833f26c6bda: Preparing [2022-08-13T00:58:05.785Z] e0087153ff61: Waiting [2022-08-13T00:58:05.785Z] 9833f26c6bda: Waiting [2022-08-13T00:58:05.785Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:05.785Z] 96883b80adf8: Layer already exists [2022-08-13T00:58:05.785Z] 83792f4b1e37: Layer already exists [2022-08-13T00:58:05.785Z] ce5300f3d9f8: Layer already exists [2022-08-13T00:58:05.785Z] 1c19b20fe9dc: Layer already exists [2022-08-13T00:58:05.785Z] fae16469d2fb: Layer already exists [2022-08-13T00:58:05.785Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:05.785Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:06.058Z] e0087153ff61: Layer already exists [2022-08-13T00:58:06.058Z] latest: digest: sha256:41f56fbbec7d475f60d36a6c5ff3d4ade863cc9feadddd40ffc6828deb54343f size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:06.426Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:06.787Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.46 [2022-08-13T00:58:06.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-13T00:58:06.787Z] fae16469d2fb: Preparing [2022-08-13T00:58:06.787Z] 1c19b20fe9dc: Preparing [2022-08-13T00:58:06.787Z] 96883b80adf8: Preparing [2022-08-13T00:58:06.787Z] ce5300f3d9f8: Preparing [2022-08-13T00:58:06.787Z] 83792f4b1e37: Preparing [2022-08-13T00:58:06.787Z] e0087153ff61: Preparing [2022-08-13T00:58:06.787Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:06.787Z] 9833f26c6bda: Preparing [2022-08-13T00:58:06.787Z] e0087153ff61: Waiting [2022-08-13T00:58:06.787Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:06.787Z] 9833f26c6bda: Waiting [2022-08-13T00:58:06.787Z] 83792f4b1e37: Layer already exists [2022-08-13T00:58:06.787Z] 1c19b20fe9dc: Layer already exists [2022-08-13T00:58:06.787Z] ce5300f3d9f8: Layer already exists [2022-08-13T00:58:06.787Z] fae16469d2fb: Layer already exists [2022-08-13T00:58:06.787Z] 96883b80adf8: Layer already exists [2022-08-13T00:58:06.787Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:06.787Z] e0087153ff61: Layer already exists [2022-08-13T00:58:06.787Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:07.059Z] 2.3.0-dev.46: digest: sha256:41f56fbbec7d475f60d36a6c5ff3d4ade863cc9feadddd40ffc6828deb54343f size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:07.429Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:07.791Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:07.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-13T00:58:07.791Z] fae16469d2fb: Preparing [2022-08-13T00:58:07.791Z] 1c19b20fe9dc: Preparing [2022-08-13T00:58:07.791Z] 96883b80adf8: Preparing [2022-08-13T00:58:07.791Z] ce5300f3d9f8: Preparing [2022-08-13T00:58:07.791Z] 83792f4b1e37: Preparing [2022-08-13T00:58:07.791Z] e0087153ff61: Preparing [2022-08-13T00:58:07.791Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:07.791Z] 9833f26c6bda: Preparing [2022-08-13T00:58:07.791Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:07.791Z] 9833f26c6bda: Waiting [2022-08-13T00:58:07.791Z] e0087153ff61: Waiting [2022-08-13T00:58:07.791Z] ce5300f3d9f8: Layer already exists [2022-08-13T00:58:07.791Z] 96883b80adf8: Layer already exists [2022-08-13T00:58:07.791Z] 83792f4b1e37: Layer already exists [2022-08-13T00:58:07.791Z] 1c19b20fe9dc: Layer already exists [2022-08-13T00:58:07.791Z] fae16469d2fb: Layer already exists [2022-08-13T00:58:07.791Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:07.791Z] e0087153ff61: Layer already exists [2022-08-13T00:58:07.791Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:08.063Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:41f56fbbec7d475f60d36a6c5ff3d4ade863cc9feadddd40ffc6828deb54343f size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:08.438Z] + 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-13T00:58:08.796Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-08-13T00:58:08.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-08-13T00:58:08.796Z] fae16469d2fb: Preparing [2022-08-13T00:58:08.796Z] 1c19b20fe9dc: Preparing [2022-08-13T00:58:08.796Z] 96883b80adf8: Preparing [2022-08-13T00:58:08.796Z] ce5300f3d9f8: Preparing [2022-08-13T00:58:08.796Z] 83792f4b1e37: Preparing [2022-08-13T00:58:08.796Z] e0087153ff61: Preparing [2022-08-13T00:58:08.796Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:08.796Z] 9833f26c6bda: Preparing [2022-08-13T00:58:08.796Z] e0087153ff61: Waiting [2022-08-13T00:58:08.796Z] 9833f26c6bda: Waiting [2022-08-13T00:58:08.796Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:08.796Z] fae16469d2fb: Layer already exists [2022-08-13T00:58:08.796Z] 83792f4b1e37: Layer already exists [2022-08-13T00:58:08.796Z] 1c19b20fe9dc: Layer already exists [2022-08-13T00:58:08.796Z] ce5300f3d9f8: Layer already exists [2022-08-13T00:58:08.796Z] 96883b80adf8: Layer already exists [2022-08-13T00:58:08.796Z] e0087153ff61: Layer already exists [2022-08-13T00:58:08.796Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:08.796Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:09.068Z] main: digest: sha256:41f56fbbec7d475f60d36a6c5ff3d4ade863cc9feadddd40ffc6828deb54343f size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:58:09.139Z] ===================================================== [Pipeline] echo [2022-08-13T00:58:09.147Z] taggedImages: [2022-08-13T00:58:09.148Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:09.148Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-08-13T00:58:09.148Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.46 [2022-08-13T00:58:09.148Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:09.148Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-08-13T00:58:09.175Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-08-13T00:58:09.175Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:09.175Z] latest [2022-08-13T00:58:09.175Z] 2.3.0-dev.46 [2022-08-13T00:58:09.175Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:09.175Z] main [2022-08-13T00:58:09.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:09.547Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:09.935Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:09.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-13T00:58:09.935Z] 4cd1a6c5178b: Preparing [2022-08-13T00:58:09.935Z] 5b98a26fffc1: Preparing [2022-08-13T00:58:09.935Z] 659ed059e6d2: Preparing [2022-08-13T00:58:09.935Z] 08870a19d069: Preparing [2022-08-13T00:58:09.935Z] 8a82f052c631: Preparing [2022-08-13T00:58:09.935Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:09.935Z] 9833f26c6bda: Preparing [2022-08-13T00:58:09.935Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:09.935Z] 9833f26c6bda: Waiting [2022-08-13T00:58:10.237Z] 5b98a26fffc1: Pushed [2022-08-13T00:58:10.237Z] 659ed059e6d2: Pushed [2022-08-13T00:58:10.237Z] 4cd1a6c5178b: Pushed [2022-08-13T00:58:10.237Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:10.237Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:10.852Z] 8a82f052c631: Pushed [2022-08-13T00:58:25.925Z] 08870a19d069: Pushed [2022-08-13T00:58:26.199Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:f00e5d2b5c3ef8b8a8bb16312c4393eb237766df692c20922619cf5884529dca size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:26.572Z] + 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-13T00:58:26.926Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-08-13T00:58:26.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-13T00:58:26.926Z] 4cd1a6c5178b: Preparing [2022-08-13T00:58:26.926Z] 5b98a26fffc1: Preparing [2022-08-13T00:58:26.926Z] 659ed059e6d2: Preparing [2022-08-13T00:58:26.926Z] 08870a19d069: Preparing [2022-08-13T00:58:26.926Z] 8a82f052c631: Preparing [2022-08-13T00:58:26.926Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:26.926Z] 9833f26c6bda: Preparing [2022-08-13T00:58:26.926Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:26.926Z] 9833f26c6bda: Waiting [2022-08-13T00:58:27.198Z] 08870a19d069: Layer already exists [2022-08-13T00:58:27.199Z] 8a82f052c631: Layer already exists [2022-08-13T00:58:27.199Z] 5b98a26fffc1: Layer already exists [2022-08-13T00:58:27.199Z] 4cd1a6c5178b: Layer already exists [2022-08-13T00:58:27.199Z] 659ed059e6d2: Layer already exists [2022-08-13T00:58:27.199Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:27.199Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:27.199Z] latest: digest: sha256:f00e5d2b5c3ef8b8a8bb16312c4393eb237766df692c20922619cf5884529dca size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:27.560Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:27.923Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.46 [2022-08-13T00:58:27.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-13T00:58:27.923Z] 4cd1a6c5178b: Preparing [2022-08-13T00:58:27.923Z] 5b98a26fffc1: Preparing [2022-08-13T00:58:27.923Z] 659ed059e6d2: Preparing [2022-08-13T00:58:27.923Z] 08870a19d069: Preparing [2022-08-13T00:58:27.923Z] 8a82f052c631: Preparing [2022-08-13T00:58:27.923Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:27.923Z] 9833f26c6bda: Preparing [2022-08-13T00:58:27.923Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:27.923Z] 9833f26c6bda: Waiting [2022-08-13T00:58:27.923Z] 5b98a26fffc1: Layer already exists [2022-08-13T00:58:27.923Z] 08870a19d069: Layer already exists [2022-08-13T00:58:27.923Z] 4cd1a6c5178b: Layer already exists [2022-08-13T00:58:27.923Z] 659ed059e6d2: Layer already exists [2022-08-13T00:58:28.195Z] 8a82f052c631: Layer already exists [2022-08-13T00:58:28.195Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:28.195Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:28.195Z] 2.3.0-dev.46: digest: sha256:f00e5d2b5c3ef8b8a8bb16312c4393eb237766df692c20922619cf5884529dca size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:28.564Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:28.923Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:28.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-13T00:58:28.923Z] 4cd1a6c5178b: Preparing [2022-08-13T00:58:28.923Z] 5b98a26fffc1: Preparing [2022-08-13T00:58:28.924Z] 659ed059e6d2: Preparing [2022-08-13T00:58:28.924Z] 08870a19d069: Preparing [2022-08-13T00:58:28.924Z] 8a82f052c631: Preparing [2022-08-13T00:58:28.924Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:28.924Z] 9833f26c6bda: Preparing [2022-08-13T00:58:28.924Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:28.924Z] 9833f26c6bda: Waiting [2022-08-13T00:58:28.924Z] 4cd1a6c5178b: Layer already exists [2022-08-13T00:58:28.924Z] 8a82f052c631: Layer already exists [2022-08-13T00:58:28.924Z] 08870a19d069: Layer already exists [2022-08-13T00:58:28.924Z] 659ed059e6d2: Layer already exists [2022-08-13T00:58:28.924Z] 5b98a26fffc1: Layer already exists [2022-08-13T00:58:28.924Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:28.924Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:29.196Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:f00e5d2b5c3ef8b8a8bb16312c4393eb237766df692c20922619cf5884529dca size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:29.563Z] + 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-13T00:58:29.927Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-08-13T00:58:29.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-08-13T00:58:29.927Z] 4cd1a6c5178b: Preparing [2022-08-13T00:58:29.927Z] 5b98a26fffc1: Preparing [2022-08-13T00:58:29.927Z] 659ed059e6d2: Preparing [2022-08-13T00:58:29.927Z] 08870a19d069: Preparing [2022-08-13T00:58:29.927Z] 8a82f052c631: Preparing [2022-08-13T00:58:29.927Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:29.927Z] 9833f26c6bda: Preparing [2022-08-13T00:58:29.927Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:29.927Z] 9833f26c6bda: Waiting [2022-08-13T00:58:29.927Z] 08870a19d069: Layer already exists [2022-08-13T00:58:29.927Z] 4cd1a6c5178b: Layer already exists [2022-08-13T00:58:29.927Z] 5b98a26fffc1: Layer already exists [2022-08-13T00:58:29.927Z] 8a82f052c631: Layer already exists [2022-08-13T00:58:29.927Z] 659ed059e6d2: Layer already exists [2022-08-13T00:58:30.198Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:30.198Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:30.198Z] main: digest: sha256:f00e5d2b5c3ef8b8a8bb16312c4393eb237766df692c20922619cf5884529dca size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:58:30.249Z] ===================================================== [Pipeline] echo [2022-08-13T00:58:30.258Z] taggedImages: [2022-08-13T00:58:30.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:30.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-08-13T00:58:30.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.46 [2022-08-13T00:58:30.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:30.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-08-13T00:58:30.278Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-08-13T00:58:30.278Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:30.278Z] latest [2022-08-13T00:58:30.278Z] 2.3.0-dev.46 [2022-08-13T00:58:30.278Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:30.278Z] main [2022-08-13T00:58:30.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:30.634Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:30.990Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:30.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-13T00:58:30.990Z] e8ffee5afefa: Preparing [2022-08-13T00:58:30.990Z] 6148b8d30c95: Preparing [2022-08-13T00:58:30.990Z] 25c669e1c519: Preparing [2022-08-13T00:58:30.990Z] e660fa8535c2: Preparing [2022-08-13T00:58:30.990Z] 68af891556fd: Preparing [2022-08-13T00:58:30.990Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:30.990Z] 9833f26c6bda: Preparing [2022-08-13T00:58:30.990Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:30.990Z] 9833f26c6bda: Waiting [2022-08-13T00:58:31.261Z] 25c669e1c519: Pushed [2022-08-13T00:58:31.261Z] e8ffee5afefa: Pushed [2022-08-13T00:58:31.261Z] 6148b8d30c95: Pushed [2022-08-13T00:58:31.261Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:31.261Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:32.234Z] 68af891556fd: Pushed [2022-08-13T00:58:47.292Z] e660fa8535c2: Pushed [2022-08-13T00:58:47.292Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:24d7296cdf6950d84c8646a9918777ae526874ddcf9fa5044383f3dca7b506ce size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:47.653Z] + 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-13T00:58:48.010Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-08-13T00:58:48.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-13T00:58:48.010Z] e8ffee5afefa: Preparing [2022-08-13T00:58:48.010Z] 6148b8d30c95: Preparing [2022-08-13T00:58:48.010Z] 25c669e1c519: Preparing [2022-08-13T00:58:48.010Z] e660fa8535c2: Preparing [2022-08-13T00:58:48.010Z] 68af891556fd: Preparing [2022-08-13T00:58:48.010Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:48.010Z] 9833f26c6bda: Preparing [2022-08-13T00:58:48.010Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:48.010Z] 9833f26c6bda: Waiting [2022-08-13T00:58:48.010Z] 68af891556fd: Layer already exists [2022-08-13T00:58:48.010Z] 6148b8d30c95: Layer already exists [2022-08-13T00:58:48.010Z] 25c669e1c519: Layer already exists [2022-08-13T00:58:48.010Z] e660fa8535c2: Layer already exists [2022-08-13T00:58:48.010Z] e8ffee5afefa: Layer already exists [2022-08-13T00:58:48.010Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:48.010Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:48.282Z] latest: digest: sha256:24d7296cdf6950d84c8646a9918777ae526874ddcf9fa5044383f3dca7b506ce size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:48.643Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:49.001Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.46 [2022-08-13T00:58:49.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-13T00:58:49.001Z] e8ffee5afefa: Preparing [2022-08-13T00:58:49.001Z] 6148b8d30c95: Preparing [2022-08-13T00:58:49.001Z] 25c669e1c519: Preparing [2022-08-13T00:58:49.001Z] e660fa8535c2: Preparing [2022-08-13T00:58:49.001Z] 68af891556fd: Preparing [2022-08-13T00:58:49.001Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:49.001Z] 9833f26c6bda: Preparing [2022-08-13T00:58:49.001Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:49.001Z] 9833f26c6bda: Waiting [2022-08-13T00:58:49.001Z] 6148b8d30c95: Layer already exists [2022-08-13T00:58:49.001Z] 25c669e1c519: Layer already exists [2022-08-13T00:58:49.001Z] 68af891556fd: Layer already exists [2022-08-13T00:58:49.001Z] e8ffee5afefa: Layer already exists [2022-08-13T00:58:49.001Z] e660fa8535c2: Layer already exists [2022-08-13T00:58:49.273Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:49.274Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:49.274Z] 2.3.0-dev.46: digest: sha256:24d7296cdf6950d84c8646a9918777ae526874ddcf9fa5044383f3dca7b506ce size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:49.633Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:49.990Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:49.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-13T00:58:49.990Z] e8ffee5afefa: Preparing [2022-08-13T00:58:49.990Z] 6148b8d30c95: Preparing [2022-08-13T00:58:49.990Z] 25c669e1c519: Preparing [2022-08-13T00:58:49.990Z] e660fa8535c2: Preparing [2022-08-13T00:58:49.990Z] 68af891556fd: Preparing [2022-08-13T00:58:49.990Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:49.990Z] 9833f26c6bda: Preparing [2022-08-13T00:58:49.990Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:49.990Z] 9833f26c6bda: Waiting [2022-08-13T00:58:49.990Z] 68af891556fd: Layer already exists [2022-08-13T00:58:49.990Z] e8ffee5afefa: Layer already exists [2022-08-13T00:58:49.990Z] 6148b8d30c95: Layer already exists [2022-08-13T00:58:49.990Z] 25c669e1c519: Layer already exists [2022-08-13T00:58:49.990Z] e660fa8535c2: Layer already exists [2022-08-13T00:58:49.990Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:49.990Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:50.261Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:24d7296cdf6950d84c8646a9918777ae526874ddcf9fa5044383f3dca7b506ce size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:50.630Z] + 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-13T00:58:50.974Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-08-13T00:58:50.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-08-13T00:58:50.974Z] e8ffee5afefa: Preparing [2022-08-13T00:58:50.974Z] 6148b8d30c95: Preparing [2022-08-13T00:58:50.974Z] 25c669e1c519: Preparing [2022-08-13T00:58:50.974Z] e660fa8535c2: Preparing [2022-08-13T00:58:50.974Z] 68af891556fd: Preparing [2022-08-13T00:58:50.974Z] ea2c50b8a06e: Preparing [2022-08-13T00:58:50.974Z] 9833f26c6bda: Preparing [2022-08-13T00:58:50.974Z] ea2c50b8a06e: Waiting [2022-08-13T00:58:50.974Z] 9833f26c6bda: Waiting [2022-08-13T00:58:50.974Z] 25c669e1c519: Layer already exists [2022-08-13T00:58:50.974Z] e660fa8535c2: Layer already exists [2022-08-13T00:58:50.974Z] e8ffee5afefa: Layer already exists [2022-08-13T00:58:50.974Z] 68af891556fd: Layer already exists [2022-08-13T00:58:50.974Z] 6148b8d30c95: Layer already exists [2022-08-13T00:58:50.974Z] ea2c50b8a06e: Layer already exists [2022-08-13T00:58:50.974Z] 9833f26c6bda: Layer already exists [2022-08-13T00:58:51.243Z] main: digest: sha256:24d7296cdf6950d84c8646a9918777ae526874ddcf9fa5044383f3dca7b506ce size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:58:51.300Z] ===================================================== [Pipeline] echo [2022-08-13T00:58:51.309Z] taggedImages: [2022-08-13T00:58:51.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:51.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-08-13T00:58:51.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.46 [2022-08-13T00:58:51.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:51.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-08-13T00:58:51.330Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-08-13T00:58:51.330Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:51.330Z] latest [2022-08-13T00:58:51.330Z] 2.3.0-dev.46 [2022-08-13T00:58:51.330Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:51.330Z] main [2022-08-13T00:58:51.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:51.689Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:52.040Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:58:52.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-13T00:58:52.040Z] 91785380b12a: Preparing [2022-08-13T00:58:52.040Z] 2216cbc21091: Preparing [2022-08-13T00:58:52.040Z] a0d6535c1b96: Preparing [2022-08-13T00:58:52.040Z] 7ced4e63936f: Preparing [2022-08-13T00:58:52.040Z] 5d3e392a13a0: Preparing [2022-08-13T00:58:52.040Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:58:52.040Z] a0d6535c1b96: Layer already exists [2022-08-13T00:58:52.334Z] 91785380b12a: Pushed [2022-08-13T00:58:52.334Z] 7ced4e63936f: Pushed [2022-08-13T00:58:56.658Z] 2216cbc21091: Pushed [2022-08-13T00:58:56.928Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:981b9f46431bb092a74e4c989781ba10929057d0eb81e359f2f04de760d1de06 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:57.283Z] + 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-13T00:58:57.634Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-08-13T00:58:57.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-13T00:58:57.634Z] 91785380b12a: Preparing [2022-08-13T00:58:57.634Z] 2216cbc21091: Preparing [2022-08-13T00:58:57.634Z] a0d6535c1b96: Preparing [2022-08-13T00:58:57.634Z] 7ced4e63936f: Preparing [2022-08-13T00:58:57.634Z] 5d3e392a13a0: Preparing [2022-08-13T00:58:57.634Z] 7ced4e63936f: Layer already exists [2022-08-13T00:58:57.634Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:58:57.634Z] 2216cbc21091: Layer already exists [2022-08-13T00:58:57.634Z] 91785380b12a: Layer already exists [2022-08-13T00:58:57.634Z] a0d6535c1b96: Layer already exists [2022-08-13T00:58:57.906Z] latest: digest: sha256:981b9f46431bb092a74e4c989781ba10929057d0eb81e359f2f04de760d1de06 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:58.278Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:58.628Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.46 [2022-08-13T00:58:58.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-13T00:58:58.628Z] 91785380b12a: Preparing [2022-08-13T00:58:58.628Z] 2216cbc21091: Preparing [2022-08-13T00:58:58.628Z] a0d6535c1b96: Preparing [2022-08-13T00:58:58.628Z] 7ced4e63936f: Preparing [2022-08-13T00:58:58.628Z] 5d3e392a13a0: Preparing [2022-08-13T00:58:58.628Z] 91785380b12a: Layer already exists [2022-08-13T00:58:58.628Z] 2216cbc21091: Layer already exists [2022-08-13T00:58:58.628Z] a0d6535c1b96: Layer already exists [2022-08-13T00:58:58.628Z] 7ced4e63936f: Layer already exists [2022-08-13T00:58:58.628Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:58:58.899Z] 2.3.0-dev.46: digest: sha256:981b9f46431bb092a74e4c989781ba10929057d0eb81e359f2f04de760d1de06 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:59.267Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:58:59.626Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:58:59.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-13T00:58:59.626Z] 91785380b12a: Preparing [2022-08-13T00:58:59.626Z] 2216cbc21091: Preparing [2022-08-13T00:58:59.626Z] a0d6535c1b96: Preparing [2022-08-13T00:58:59.626Z] 7ced4e63936f: Preparing [2022-08-13T00:58:59.626Z] 5d3e392a13a0: Preparing [2022-08-13T00:58:59.626Z] a0d6535c1b96: Layer already exists [2022-08-13T00:58:59.626Z] 2216cbc21091: Layer already exists [2022-08-13T00:58:59.626Z] 91785380b12a: Layer already exists [2022-08-13T00:58:59.626Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:58:59.626Z] 7ced4e63936f: Layer already exists [2022-08-13T00:58:59.897Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:981b9f46431bb092a74e4c989781ba10929057d0eb81e359f2f04de760d1de06 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:00.262Z] + 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-13T00:59:00.627Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-08-13T00:59:00.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-08-13T00:59:00.628Z] 91785380b12a: Preparing [2022-08-13T00:59:00.628Z] 2216cbc21091: Preparing [2022-08-13T00:59:00.628Z] a0d6535c1b96: Preparing [2022-08-13T00:59:00.628Z] 7ced4e63936f: Preparing [2022-08-13T00:59:00.628Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:00.628Z] 7ced4e63936f: Layer already exists [2022-08-13T00:59:00.628Z] 91785380b12a: Layer already exists [2022-08-13T00:59:00.628Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:00.628Z] 2216cbc21091: Layer already exists [2022-08-13T00:59:00.628Z] a0d6535c1b96: Layer already exists [2022-08-13T00:59:00.899Z] main: digest: sha256:981b9f46431bb092a74e4c989781ba10929057d0eb81e359f2f04de760d1de06 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:59:00.961Z] ===================================================== [Pipeline] echo [2022-08-13T00:59:00.971Z] taggedImages: [2022-08-13T00:59:00.971Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:59:00.971Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-08-13T00:59:00.971Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.46 [2022-08-13T00:59:00.971Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:59:00.971Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-08-13T00:59:00.995Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-08-13T00:59:00.995Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:59:00.995Z] latest [2022-08-13T00:59:00.995Z] 2.3.0-dev.46 [2022-08-13T00:59:00.995Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:59:00.995Z] main [2022-08-13T00:59:00.995Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:01.356Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:01.704Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:59:01.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-13T00:59:01.704Z] 2893e490ff88: Preparing [2022-08-13T00:59:01.704Z] 73182f2e3e70: Preparing [2022-08-13T00:59:01.704Z] a0d6535c1b96: Preparing [2022-08-13T00:59:01.704Z] 1a74d475374c: Preparing [2022-08-13T00:59:01.704Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:01.704Z] 1a74d475374c: Layer already exists [2022-08-13T00:59:01.704Z] a0d6535c1b96: Layer already exists [2022-08-13T00:59:01.704Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:01.976Z] 2893e490ff88: Pushed [2022-08-13T00:59:07.367Z] 73182f2e3e70: Pushed [2022-08-13T00:59:07.367Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:23fe731b62a3368edfbe2f3d94188372d3a4ce365bd3ba0797c1dbb0c3e2f935 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:07.730Z] + 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-13T00:59:08.082Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-08-13T00:59:08.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-13T00:59:08.082Z] 2893e490ff88: Preparing [2022-08-13T00:59:08.082Z] 73182f2e3e70: Preparing [2022-08-13T00:59:08.082Z] a0d6535c1b96: Preparing [2022-08-13T00:59:08.082Z] 1a74d475374c: Preparing [2022-08-13T00:59:08.082Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:08.082Z] a0d6535c1b96: Layer already exists [2022-08-13T00:59:08.082Z] 2893e490ff88: Layer already exists [2022-08-13T00:59:08.082Z] 73182f2e3e70: Layer already exists [2022-08-13T00:59:08.082Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:08.082Z] 1a74d475374c: Layer already exists [2022-08-13T00:59:08.353Z] latest: digest: sha256:23fe731b62a3368edfbe2f3d94188372d3a4ce365bd3ba0797c1dbb0c3e2f935 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:08.712Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:09.069Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.46 [2022-08-13T00:59:09.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-13T00:59:09.069Z] 2893e490ff88: Preparing [2022-08-13T00:59:09.069Z] 73182f2e3e70: Preparing [2022-08-13T00:59:09.069Z] a0d6535c1b96: Preparing [2022-08-13T00:59:09.069Z] 1a74d475374c: Preparing [2022-08-13T00:59:09.069Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:09.069Z] 73182f2e3e70: Layer already exists [2022-08-13T00:59:09.069Z] 1a74d475374c: Layer already exists [2022-08-13T00:59:09.069Z] 2893e490ff88: Layer already exists [2022-08-13T00:59:09.069Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:09.069Z] a0d6535c1b96: Layer already exists [2022-08-13T00:59:09.342Z] 2.3.0-dev.46: digest: sha256:23fe731b62a3368edfbe2f3d94188372d3a4ce365bd3ba0797c1dbb0c3e2f935 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:09.703Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:10.060Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:59:10.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-13T00:59:10.060Z] 2893e490ff88: Preparing [2022-08-13T00:59:10.060Z] 73182f2e3e70: Preparing [2022-08-13T00:59:10.060Z] a0d6535c1b96: Preparing [2022-08-13T00:59:10.060Z] 1a74d475374c: Preparing [2022-08-13T00:59:10.060Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:10.060Z] 2893e490ff88: Layer already exists [2022-08-13T00:59:10.060Z] 73182f2e3e70: Layer already exists [2022-08-13T00:59:10.060Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:10.060Z] a0d6535c1b96: Layer already exists [2022-08-13T00:59:10.060Z] 1a74d475374c: Layer already exists [2022-08-13T00:59:10.334Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:23fe731b62a3368edfbe2f3d94188372d3a4ce365bd3ba0797c1dbb0c3e2f935 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:10.697Z] + 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-13T00:59:11.055Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-08-13T00:59:11.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-08-13T00:59:11.056Z] 2893e490ff88: Preparing [2022-08-13T00:59:11.056Z] 73182f2e3e70: Preparing [2022-08-13T00:59:11.056Z] a0d6535c1b96: Preparing [2022-08-13T00:59:11.056Z] 1a74d475374c: Preparing [2022-08-13T00:59:11.056Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:11.056Z] a0d6535c1b96: Layer already exists [2022-08-13T00:59:11.056Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:11.056Z] 2893e490ff88: Layer already exists [2022-08-13T00:59:11.056Z] 1a74d475374c: Layer already exists [2022-08-13T00:59:11.056Z] 73182f2e3e70: Layer already exists [2022-08-13T00:59:11.326Z] main: digest: sha256:23fe731b62a3368edfbe2f3d94188372d3a4ce365bd3ba0797c1dbb0c3e2f935 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:59:11.388Z] ===================================================== [Pipeline] echo [2022-08-13T00:59:11.402Z] taggedImages: [2022-08-13T00:59:11.402Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:59:11.402Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-08-13T00:59:11.402Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.46 [2022-08-13T00:59:11.402Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:59:11.402Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-08-13T00:59:11.427Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-08-13T00:59:11.427Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:59:11.427Z] latest [2022-08-13T00:59:11.427Z] 2.3.0-dev.46 [2022-08-13T00:59:11.427Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:59:11.427Z] main [2022-08-13T00:59:11.427Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:11.782Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:12.153Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:59:12.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-13T00:59:12.153Z] e8707da9c9c1: Preparing [2022-08-13T00:59:12.153Z] 9c249a55fe34: Preparing [2022-08-13T00:59:12.153Z] 68cdecd15701: Preparing [2022-08-13T00:59:12.153Z] a39c43a325ff: Preparing [2022-08-13T00:59:12.153Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:12.153Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:12.427Z] 9c249a55fe34: Pushed [2022-08-13T00:59:13.025Z] e8707da9c9c1: Pushed [2022-08-13T00:59:14.990Z] 68cdecd15701: Pushed [2022-08-13T00:59:41.756Z] a39c43a325ff: Pushed [2022-08-13T00:59:41.756Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd: digest: sha256:6425aac61f84a16ab8a271f7289f775a9a60a264ac691235d8e494def34efdb1 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:42.123Z] + 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-13T00:59:42.486Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-08-13T00:59:42.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-13T00:59:42.486Z] e8707da9c9c1: Preparing [2022-08-13T00:59:42.486Z] 9c249a55fe34: Preparing [2022-08-13T00:59:42.486Z] 68cdecd15701: Preparing [2022-08-13T00:59:42.486Z] a39c43a325ff: Preparing [2022-08-13T00:59:42.486Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:42.486Z] a39c43a325ff: Layer already exists [2022-08-13T00:59:42.486Z] 68cdecd15701: Layer already exists [2022-08-13T00:59:42.486Z] 9c249a55fe34: Layer already exists [2022-08-13T00:59:42.486Z] e8707da9c9c1: Layer already exists [2022-08-13T00:59:42.486Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:42.758Z] latest: digest: sha256:6425aac61f84a16ab8a271f7289f775a9a60a264ac691235d8e494def34efdb1 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:43.108Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:43.456Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.46 [2022-08-13T00:59:43.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-13T00:59:43.457Z] e8707da9c9c1: Preparing [2022-08-13T00:59:43.457Z] 9c249a55fe34: Preparing [2022-08-13T00:59:43.457Z] 68cdecd15701: Preparing [2022-08-13T00:59:43.457Z] a39c43a325ff: Preparing [2022-08-13T00:59:43.457Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:43.457Z] 68cdecd15701: Layer already exists [2022-08-13T00:59:43.457Z] 9c249a55fe34: Layer already exists [2022-08-13T00:59:43.457Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:43.457Z] a39c43a325ff: Layer already exists [2022-08-13T00:59:43.457Z] e8707da9c9c1: Layer already exists [2022-08-13T00:59:43.726Z] 2.3.0-dev.46: digest: sha256:6425aac61f84a16ab8a271f7289f775a9a60a264ac691235d8e494def34efdb1 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:44.077Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:44.427Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:59:44.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-13T00:59:44.427Z] e8707da9c9c1: Preparing [2022-08-13T00:59:44.427Z] 9c249a55fe34: Preparing [2022-08-13T00:59:44.427Z] 68cdecd15701: Preparing [2022-08-13T00:59:44.427Z] a39c43a325ff: Preparing [2022-08-13T00:59:44.427Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:44.427Z] 9c249a55fe34: Layer already exists [2022-08-13T00:59:44.427Z] 68cdecd15701: Layer already exists [2022-08-13T00:59:44.427Z] a39c43a325ff: Layer already exists [2022-08-13T00:59:44.427Z] e8707da9c9c1: Layer already exists [2022-08-13T00:59:44.427Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:44.697Z] 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46: digest: sha256:6425aac61f84a16ab8a271f7289f775a9a60a264ac691235d8e494def34efdb1 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:45.049Z] + 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-13T00:59:45.394Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-08-13T00:59:45.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-08-13T00:59:45.394Z] e8707da9c9c1: Preparing [2022-08-13T00:59:45.394Z] 9c249a55fe34: Preparing [2022-08-13T00:59:45.394Z] 68cdecd15701: Preparing [2022-08-13T00:59:45.394Z] a39c43a325ff: Preparing [2022-08-13T00:59:45.394Z] 5d3e392a13a0: Preparing [2022-08-13T00:59:45.394Z] e8707da9c9c1: Layer already exists [2022-08-13T00:59:45.394Z] 5d3e392a13a0: Layer already exists [2022-08-13T00:59:45.394Z] 68cdecd15701: Layer already exists [2022-08-13T00:59:45.394Z] a39c43a325ff: Layer already exists [2022-08-13T00:59:45.394Z] 9c249a55fe34: Layer already exists [2022-08-13T00:59:45.663Z] main: digest: sha256:6425aac61f84a16ab8a271f7289f775a9a60a264ac691235d8e494def34efdb1 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-13T00:59:45.715Z] ===================================================== [Pipeline] echo [2022-08-13T00:59:45.723Z] taggedImages: [2022-08-13T00:59:45.723Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [2022-08-13T00:59:45.723Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-08-13T00:59:45.723Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.46 [2022-08-13T00:59:45.723Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166620d9f56c7df6403b4f88f57b6f2fdd40f3fd-2.3.0-dev.46 [2022-08-13T00:59:45.723Z] - 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-13T00:59:46.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-13T00:59:46.094Z] [2022-08-13T00:59:46.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T00:59:46.433Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-13T00:59:46.706Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-13T00:59:46.706Z] 8998bd30e6a1: Pulling fs layer [2022-08-13T00:59:46.706Z] 04944245beec: Pulling fs layer [2022-08-13T00:59:46.706Z] 699f458cf7ca: Pulling fs layer [2022-08-13T00:59:46.706Z] 765212b225bb: Pulling fs layer [2022-08-13T00:59:46.706Z] f23df028b6ca: Pulling fs layer [2022-08-13T00:59:46.706Z] d65c8cfc05b1: Pulling fs layer [2022-08-13T00:59:46.706Z] 2437ff75d9bd: Pulling fs layer [2022-08-13T00:59:46.706Z] f23df028b6ca: Waiting [2022-08-13T00:59:46.706Z] d65c8cfc05b1: Waiting [2022-08-13T00:59:46.706Z] 2437ff75d9bd: Waiting [2022-08-13T00:59:46.706Z] 765212b225bb: Waiting [2022-08-13T00:59:46.706Z] 04944245beec: Verifying Checksum [2022-08-13T00:59:46.706Z] 04944245beec: Download complete [2022-08-13T00:59:46.706Z] 765212b225bb: Verifying Checksum [2022-08-13T00:59:46.706Z] 765212b225bb: Download complete [2022-08-13T00:59:46.706Z] f23df028b6ca: Download complete [2022-08-13T00:59:46.706Z] d65c8cfc05b1: Verifying Checksum [2022-08-13T00:59:46.706Z] d65c8cfc05b1: Download complete [2022-08-13T00:59:46.982Z] 699f458cf7ca: Verifying Checksum [2022-08-13T00:59:46.982Z] 699f458cf7ca: Download complete [2022-08-13T00:59:47.255Z] 8998bd30e6a1: Verifying Checksum [2022-08-13T00:59:47.255Z] 8998bd30e6a1: Download complete [2022-08-13T00:59:49.861Z] 2437ff75d9bd: Verifying Checksum [2022-08-13T00:59:49.861Z] 2437ff75d9bd: Download complete [2022-08-13T00:59:51.291Z] 8998bd30e6a1: Pull complete [2022-08-13T00:59:51.885Z] 04944245beec: Pull complete [2022-08-13T00:59:53.311Z] 699f458cf7ca: Pull complete [2022-08-13T00:59:53.583Z] 765212b225bb: Pull complete [2022-08-13T00:59:54.559Z] f23df028b6ca: Pull complete [2022-08-13T00:59:54.559Z] d65c8cfc05b1: Pull complete [2022-08-13T01:00:09.630Z] 2437ff75d9bd: Pull complete [2022-08-13T01:00:09.630Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-13T01:00:09.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-13T01:00:09.630Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T01:00:09.873Z] prd-ubuntu20.04-docker-arm64-4c-16g-22662 does not seem to be running inside a container [2022-08-13T01:00:09.950Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T01:00:12.873Z] $ docker top c4e5c7a7202a6210b6aa14dff22f3aa2ff10996cf0c3290be3009d54705708fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:00:13.838Z] ---> job-cost.sh [2022-08-13T01:00:13.838Z] lf-activate-venv: SKIPPING [2022-08-13T01:00:13.838Z] INFO: No Stack... [2022-08-13T01:00:14.430Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-13T01:00:15.401Z] INFO: Archiving Costs [Pipeline] sh [2022-08-13T01:00:16.055Z] + cat /w/workspace/edgex-go/281/archives/cost.csv [2022-08-13T01:00:16.055Z] + cut -d, -f6 [Pipeline] lock [2022-08-13T01:00:16.087Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-281-stack-cost] [2022-08-13T01:00:16.095Z] Resource [jenkins-edgexfoundry-edgex-go-main-281-stack-cost] did not exist. Created. [2022-08-13T01:00:16.095Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-281-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-13T01:00:16.759Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-13T01:00:17.578Z] Stashed 1 file(s) [Pipeline] } [2022-08-13T01:00:17.585Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-281-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-13T01:00:17.599Z] $ docker stop --time=1 c4e5c7a7202a6210b6aa14dff22f3aa2ff10996cf0c3290be3009d54705708fc [2022-08-13T01:00:19.216Z] $ docker rm -f c4e5c7a7202a6210b6aa14dff22f3aa2ff10996cf0c3290be3009d54705708fc [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-13T01:00:19.801Z] provisioning config files... [2022-08-13T01:00:19.809Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/281@tmp/config783191609356669494tmp [Pipeline] { [Pipeline] sh [2022-08-13T01:00:20.106Z] + set +x [2022-08-13T01:00:20.106Z] + curl -s https://codecov.io/bash [2022-08-13T01:00:20.106Z] + bash -s -- [2022-08-13T01:00:20.106Z] [2022-08-13T01:00:20.106Z] _____ _ [2022-08-13T01:00:20.106Z] / ____| | | [2022-08-13T01:00:20.106Z] | | ___ __| | ___ ___ _____ __ [2022-08-13T01:00:20.106Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-13T01:00:20.106Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-13T01:00:20.106Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-13T01:00:20.106Z] Bash-1.0.6 [2022-08-13T01:00:20.106Z] [2022-08-13T01:00:20.106Z] [2022-08-13T01:00:20.106Z] ==> git version 2.25.1 found [2022-08-13T01:00:20.106Z] ==> 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-13T01:00:20.106Z] Release-Date: 2020-01-08 [2022-08-13T01:00:20.106Z] 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-13T01:00:20.106Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-13T01:00:20.106Z] ==> Jenkins CI detected. [2022-08-13T01:00:20.106Z] current dir:  /w/workspace/edgex-go/281 [2022-08-13T01:00:20.106Z] project root: . [2022-08-13T01:00:20.106Z] --> token set from env [2022-08-13T01:00:20.106Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-13T01:00:20.365Z] ==> Running gcov in . (disable via -X gcov) [2022-08-13T01:00:20.365Z] ==> Python coveragepy not found [2022-08-13T01:00:20.365Z] ==> Searching for coverage reports in: [2022-08-13T01:00:20.365Z] + . [2022-08-13T01:00:20.365Z] -> Found 1 reports [2022-08-13T01:00:20.365Z] ==> Detecting git/mercurial file structure [2022-08-13T01:00:20.365Z] ==> Reading reports [2022-08-13T01:00:20.365Z] + ./coverage.out bytes=479862 [2022-08-13T01:00:20.365Z] ==> Appending adjustments [2022-08-13T01:00:20.365Z] https://docs.codecov.io/docs/fixing-reports [2022-08-13T01:00:21.747Z] + Found adjustments [2022-08-13T01:00:21.747Z] ==> Gzipping contents [2022-08-13T01:00:21.747Z] 64K /tmp/codecov.ZZpYQq.gz [2022-08-13T01:00:21.747Z] ==> Uploading reports [2022-08-13T01:00:21.747Z] url: https://codecov.io [2022-08-13T01:00:21.747Z] query: branch=main&commit=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd&build=281&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F281%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-13T01:00:21.747Z] -> Pinging Codecov [2022-08-13T01:00:21.747Z] 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=166620d9f56c7df6403b4f88f57b6f2fdd40f3fd&build=281&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F281%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-13T01:00:21.747Z] -> Uploading to [2022-08-13T01:00:21.747Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-13/00271124DB129430A58F1EEE437C3FCB/166620d9f56c7df6403b4f88f57b6f2fdd40f3fd/5af9ea51-8c11-4d05-9665-0121f46e7ea2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220813%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220813T010021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7d6d49411e140fef94befcbe9363301562f2731f8416a496bd78a4238be74ff4 [2022-08-13T01:00:21.747Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-13T01:00:21.747Z] Dload Upload Total Spent Left Speed [2022-08-13T01:00:22.008Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63099 0 0 100 63099 0 277k --:--:-- --:--:-- --:--:-- 276k 100 63099 0 0 100 63099 0 224k --:--:-- --:--:-- --:--:-- 223k [2022-08-13T01:00:22.008Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/166620d9f56c7df6403b4f88f57b6f2fdd40f3fd [Pipeline] } [2022-08-13T01:00:22.017Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-08-13T01:00:22.213Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-13T01:00:22.227Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T01:00:22.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-13T01:00:22.525Z] [2022-08-13T01:00:22.525Z] 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-13T01:00:22.829Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-13T01:00:22.829Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-13T01:00:22.829Z] df9b9388f04a: Pulling fs layer [2022-08-13T01:00:22.829Z] 52dc419b0ee2: Pulling fs layer [2022-08-13T01:00:22.829Z] 25bc292e5bac: Pulling fs layer [2022-08-13T01:00:22.829Z] 114826534d7a: Pulling fs layer [2022-08-13T01:00:22.829Z] 4657fd5d0bcf: Pulling fs layer [2022-08-13T01:00:22.829Z] 6ad1cebc031e: Pulling fs layer [2022-08-13T01:00:22.829Z] 8a3aa393b2d8: Pulling fs layer [2022-08-13T01:00:22.829Z] 114826534d7a: Waiting [2022-08-13T01:00:22.829Z] 4657fd5d0bcf: Waiting [2022-08-13T01:00:22.829Z] 6ad1cebc031e: Waiting [2022-08-13T01:00:22.829Z] 8a3aa393b2d8: Waiting [2022-08-13T01:00:22.829Z] 25bc292e5bac: Verifying Checksum [2022-08-13T01:00:22.829Z] 25bc292e5bac: Download complete [2022-08-13T01:00:22.829Z] 52dc419b0ee2: Verifying Checksum [2022-08-13T01:00:22.829Z] 52dc419b0ee2: Download complete [2022-08-13T01:00:22.829Z] 4657fd5d0bcf: Verifying Checksum [2022-08-13T01:00:22.829Z] 4657fd5d0bcf: Download complete [2022-08-13T01:00:22.829Z] df9b9388f04a: Download complete [2022-08-13T01:00:23.091Z] df9b9388f04a: Pull complete [2022-08-13T01:00:23.091Z] 6ad1cebc031e: Verifying Checksum [2022-08-13T01:00:23.091Z] 6ad1cebc031e: Download complete [2022-08-13T01:00:23.091Z] 52dc419b0ee2: Pull complete [2022-08-13T01:00:23.355Z] 25bc292e5bac: Pull complete [2022-08-13T01:00:23.615Z] 114826534d7a: Verifying Checksum [2022-08-13T01:00:23.615Z] 114826534d7a: Download complete [2022-08-13T01:00:23.876Z] 8a3aa393b2d8: Verifying Checksum [2022-08-13T01:00:23.876Z] 8a3aa393b2d8: Download complete [2022-08-13T01:00:27.175Z] 114826534d7a: Pull complete [2022-08-13T01:00:27.175Z] 4657fd5d0bcf: Pull complete [2022-08-13T01:00:27.743Z] 6ad1cebc031e: Pull complete [2022-08-13T01:00:30.281Z] 8a3aa393b2d8: Pull complete [2022-08-13T01:00:30.282Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-13T01:00:30.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-13T01:00:30.542Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T01:00:30.681Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T01:00:30.746Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T01:00:33.098Z] $ docker top d53e0a3ada22b4050b4a619e435b4dc0547f131ef56cf710eb9886f241ffcc7a -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-13T01:00:33.180Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2022-08-13T01:00:33.459Z] + set -o pipefail [2022-08-13T01:00:33.459Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2022-08-13T01:00:40.040Z] [2022-08-13T01:00:40.040Z] Monitoring /w/workspace/edgex-go/281 (github.com/edgexfoundry/edgex-go)... [2022-08-13T01:00:40.040Z] [2022-08-13T01:00:40.040Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/82388690-c3ca-4ef5-b908-189c7d93b85c [2022-08-13T01:00:40.040Z] [2022-08-13T01:00:40.040Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-13T01:00:40.040Z] [2022-08-13T01:00:40.040Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-13T01:00:40.040Z] [2022-08-13T01:00:40.300Z] [Pipeline] } [2022-08-13T01:00:40.308Z] $ docker stop --time=1 d53e0a3ada22b4050b4a619e435b4dc0547f131ef56cf710eb9886f241ffcc7a [2022-08-13T01:00:42.507Z] $ docker rm -f d53e0a3ada22b4050b4a619e435b4dc0547f131ef56cf710eb9886f241ffcc7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-08-13T01:00:42.899Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-13T01:00:42.907Z] provisioning config files... [2022-08-13T01:00:42.915Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/281@tmp/config5195483727133660779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:00:43.211Z] --> edgex-publish-swagger.sh [2022-08-13T01:00:43.211Z] === Publish openapi/v2 API === [2022-08-13T01:00:43.211Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-08-13T01:00:43.211Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/281/openapi/v2/core-command.yaml] [2022-08-13T01:00:43.211Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-13T01:00:43.211Z] Dload Upload Total Spent Left Speed [2022-08-13T01:00:44.150Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 35686 --:--:-- --:--:-- --:--:-- 35649 100 33831 0 0 100 33831 0 35686 --:--:-- --:--:-- --:--:-- 35649 [2022-08-13T01:00:44.150Z] [2022-08-13T01:00:44.150Z] [2022-08-13T01:00:44.150Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/281/openapi/v2/core-data.yaml] [2022-08-13T01:00:44.150Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-13T01:00:44.150Z] Dload Upload Total Spent Left Speed [2022-08-13T01:00:45.091Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 74509 --:--:-- --:--:-- --:--:-- 74432 100 71604 0 0 100 71604 0 74509 --:--:-- --:--:-- --:--:-- 74432 [2022-08-13T01:00:45.091Z] [2022-08-13T01:00:45.091Z] [2022-08-13T01:00:45.091Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/281/openapi/v2/core-metadata.yaml] [2022-08-13T01:00:45.091Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-13T01:00:45.091Z] Dload Upload Total Spent Left Speed [2022-08-13T01:00:46.030Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 148k --:--:-- --:--:-- --:--:-- 147k 100 141k 0 0 100 141k 0 148k --:--:-- --:--:-- --:--:-- 147k [2022-08-13T01:00:46.030Z] [2022-08-13T01:00:46.030Z] [2022-08-13T01:00:46.030Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/281/openapi/v2/support-notifications.yaml] [2022-08-13T01:00:46.030Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-13T01:00:46.030Z] Dload Upload Total Spent Left Speed [2022-08-13T01:00:46.970Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 87139 0:00:01 0:00:01 --:--:-- 87224 100 89318 0 0 100 89318 0 87139 0:00:01 0:00:01 --:--:-- 87139 [2022-08-13T01:00:46.970Z] [2022-08-13T01:00:46.970Z] [2022-08-13T01:00:46.970Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/281/openapi/v2/support-scheduler.yaml] [2022-08-13T01:00:46.970Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-13T01:00:46.970Z] Dload Upload Total Spent Left Speed [2022-08-13T01:00:47.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 42487 --:--:-- --:--:-- --:--:-- 42442 100 39556 0 0 100 39556 0 42215 --:--:-- --:--:-- --:--:-- 42170 [2022-08-13T01:00:47.913Z] [2022-08-13T01:00:47.913Z] [2022-08-13T01:00:47.913Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/281/openapi/v2/system-agent.yaml] [2022-08-13T01:00:47.913Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-13T01:00:47.913Z] Dload Upload Total Spent Left Speed [2022-08-13T01:00:48.855Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 22348 --:--:-- --:--:-- --:--:-- 22348 [2022-08-13T01:00:48.855Z] [2022-08-13T01:00:48.855Z] [Pipeline] } [2022-08-13T01:00:48.863Z] 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-13T01:00:49.268Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-13T01:00:49.268Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T01:00:49.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-13T01:00:49.579Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T01:00:49.660Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T01:00:49.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T01:00:50.108Z] $ docker top 5da778dc39b797ec92ab982dfa566cf3f9cf7ac2ab21d60d2f69bd7872ccbe87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-13T01:00:50.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-13T01:00:50.218Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-13T01:00:50.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-13T01:00:50.354Z] $ docker exec 5da778dc39b797ec92ab982dfa566cf3f9cf7ac2ab21d60d2f69bd7872ccbe87 ssh-agent [2022-08-13T01:00:50.496Z] SSH_AUTH_SOCK=/tmp/ssh-YaGOdhQdDXJz/agent.32 [2022-08-13T01:00:50.496Z] SSH_AGENT_PID=39 [2022-08-13T01:00:50.502Z] Running ssh-add (command line suppressed) [2022-08-13T01:00:50.614Z] Identity added: /w/workspace/edgex-go/281@tmp/private_key_7574793045196926579.key (/w/workspace/edgex-go/281@tmp/private_key_7574793045196926579.key) [2022-08-13T01:00:50.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-13T01:00:50.924Z] + git semver tag [2022-08-13T01:00:51.185Z] 2022-08-13 01:00:51,150 [run_tag] DEBUG tag force:False [2022-08-13T01:00:51.185Z] 2022-08-13 01:00:51,151 [check_head_tag] DEBUG check head tag [2022-08-13T01:00:51.185Z] 2022-08-13 01:00:51,152 [execute] INFO git cat-file --batch-check [2022-08-13T01:00:51.185Z] 2022-08-13 01:00:51,152 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/281, universal_newlines=False, shell=None, istream=) [2022-08-13T01:00:51.185Z] 2022-08-13 01:00:51,156 [execute] INFO git cat-file --batch [2022-08-13T01:00:51.185Z] 2022-08-13 01:00:51,156 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/281, universal_newlines=False, shell=None, istream=) [2022-08-13T01:00:51.446Z] 2022-08-13 01:00:51,183 [read_version] DEBUG read version from /w/workspace/edgex-go/281/.semver/main [2022-08-13T01:00:51.446Z] 2022-08-13 01:00:51,184 [execute] INFO git tag -a v2.3.0-dev.46 -m v2.3.0-dev.46 [2022-08-13T01:00:51.446Z] 2022-08-13 01:00:51,184 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.46', '-m', 'v2.3.0-dev.46'], cwd=/w/workspace/edgex-go/281, universal_newlines=False, shell=None, istream=None) [2022-08-13T01:00:51.446Z] 2022-08-13 01:00:51,188 [read_version] DEBUG read version from /w/workspace/edgex-go/281/.semver/main [2022-08-13T01:00:51.446Z] 2.3.0-dev.46 [Pipeline] } [2022-08-13T01:00:51.454Z] $ docker exec --env ******** --env ******** 5da778dc39b797ec92ab982dfa566cf3f9cf7ac2ab21d60d2f69bd7872ccbe87 ssh-agent -k [2022-08-13T01:00:51.555Z] unset SSH_AUTH_SOCK; [2022-08-13T01:00:51.555Z] unset SSH_AGENT_PID; [2022-08-13T01:00:51.555Z] echo Agent pid 39 killed; [2022-08-13T01:00:51.569Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-13T01:00:51.875Z] + git semver [Pipeline] } [2022-08-13T01:00:52.150Z] $ docker stop --time=1 5da778dc39b797ec92ab982dfa566cf3f9cf7ac2ab21d60d2f69bd7872ccbe87 [2022-08-13T01:00:53.479Z] $ docker rm -f 5da778dc39b797ec92ab982dfa566cf3f9cf7ac2ab21d60d2f69bd7872ccbe87 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T01:00:53.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-13T01:00:53.890Z] [2022-08-13T01:00:53.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T01:00:54.194Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-13T01:00:54.194Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-13T01:00:54.194Z] ab5ef0e58194: Pulling fs layer [2022-08-13T01:00:54.194Z] 9712f1f96733: Pulling fs layer [2022-08-13T01:00:54.194Z] 63f879dbbcfc: Pulling fs layer [2022-08-13T01:00:54.194Z] 0d9ebad4ef96: Pulling fs layer [2022-08-13T01:00:54.194Z] e9a5061849ea: Pulling fs layer [2022-08-13T01:00:54.194Z] d747dcd14b5f: Pulling fs layer [2022-08-13T01:00:54.194Z] 2de7ff778b66: Pulling fs layer [2022-08-13T01:00:54.194Z] e9a5061849ea: Waiting [2022-08-13T01:00:54.194Z] 0d9ebad4ef96: Waiting [2022-08-13T01:00:54.194Z] d747dcd14b5f: Waiting [2022-08-13T01:00:54.194Z] 2de7ff778b66: Waiting [2022-08-13T01:00:54.194Z] 9712f1f96733: Verifying Checksum [2022-08-13T01:00:54.194Z] 9712f1f96733: Download complete [2022-08-13T01:00:54.462Z] 63f879dbbcfc: Verifying Checksum [2022-08-13T01:00:54.462Z] 63f879dbbcfc: Download complete [2022-08-13T01:00:54.727Z] e9a5061849ea: Verifying Checksum [2022-08-13T01:00:54.727Z] e9a5061849ea: Download complete [2022-08-13T01:00:54.727Z] d747dcd14b5f: Verifying Checksum [2022-08-13T01:00:54.727Z] 0d9ebad4ef96: Verifying Checksum [2022-08-13T01:00:54.727Z] 0d9ebad4ef96: Download complete [2022-08-13T01:00:54.987Z] 2de7ff778b66: Verifying Checksum [2022-08-13T01:00:54.987Z] 2de7ff778b66: Download complete [2022-08-13T01:00:54.987Z] ab5ef0e58194: Verifying Checksum [2022-08-13T01:00:54.987Z] ab5ef0e58194: Download complete [2022-08-13T01:00:58.280Z] ab5ef0e58194: Pull complete [2022-08-13T01:00:58.280Z] 9712f1f96733: Pull complete [2022-08-13T01:00:58.850Z] 63f879dbbcfc: Pull complete [2022-08-13T01:01:03.042Z] 0d9ebad4ef96: Pull complete [2022-08-13T01:01:03.042Z] e9a5061849ea: Pull complete [2022-08-13T01:01:03.042Z] d747dcd14b5f: Pull complete [2022-08-13T01:01:04.418Z] 2de7ff778b66: Pull complete [2022-08-13T01:01:04.418Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-13T01:01:04.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-13T01:01:04.418Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T01:01:04.507Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T01:01:04.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T01:01:06.934Z] $ docker top f8e51eae1f953cdeb668d04915800bf47ca00ed57963680de2b2712250d0ad64 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-13T01:01:07.025Z] provisioning config files... [2022-08-13T01:01:07.032Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/281@tmp/config3006551874359189910tmp [2022-08-13T01:01:07.043Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/281@tmp/config1085412463845272715tmp [2022-08-13T01:01:07.055Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/281@tmp/config4934110696729404605tmp [Pipeline] { [Pipeline] echo [2022-08-13T01:01:07.070Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:07.354Z] ---> sigul-configuration.sh [2022-08-13T01:01:07.355Z] gpg: directory `/root/.gnupg' created [2022-08-13T01:01:07.355Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-13T01:01:07.355Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-13T01:01:07.355Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-13T01:01:07.355Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-13T01:01:07.355Z] gpg: CAST5 encrypted data [2022-08-13T01:01:07.355Z] gpg: encrypted with 1 passphrase [2022-08-13T01:01:07.355Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-13T01:01:07.656Z] + mkdir /home/jenkins [2022-08-13T01:01:07.656Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-13T01:01:07.946Z] + 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-13T01:01:07.957Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:08.247Z] ---> sigul-install.sh [2022-08-13T01:01:08.247Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-13T01:01:08.564Z] + git tag --list [2022-08-13T01:01:08.564Z] 0.6.0 [2022-08-13T01:01:08.564Z] 0.6.1 [2022-08-13T01:01:08.564Z] 0.7.0 [2022-08-13T01:01:08.564Z] 0.7.1 [2022-08-13T01:01:08.564Z] v1.0.0 [2022-08-13T01:01:08.564Z] v1.0.1 [2022-08-13T01:01:08.564Z] v1.1.0 [2022-08-13T01:01:08.564Z] v1.2.0 [2022-08-13T01:01:08.564Z] v1.2.1 [2022-08-13T01:01:08.564Z] v1.3.0 [2022-08-13T01:01:08.564Z] v1.3.1 [2022-08-13T01:01:08.564Z] v2.0.0 [2022-08-13T01:01:08.564Z] v2.1.0 [2022-08-13T01:01:08.564Z] v2.1.1 [2022-08-13T01:01:08.564Z] v2.1.1-dev.1 [2022-08-13T01:01:08.564Z] v2.1.1-dev.2 [2022-08-13T01:01:08.564Z] v2.1.1-dev.3 [2022-08-13T01:01:08.564Z] v2.1.1-dev.4 [2022-08-13T01:01:08.564Z] v2.1.1-dev.5 [2022-08-13T01:01:08.564Z] v2.1.1-dev.6 [2022-08-13T01:01:08.564Z] v2.1.1-dev.7 [2022-08-13T01:01:08.564Z] v2.1.1-dev.8 [2022-08-13T01:01:08.564Z] v2.2.0 [2022-08-13T01:01:08.564Z] v2.2.1-dev.1 [2022-08-13T01:01:08.564Z] v2.2.1-dev.10 [2022-08-13T01:01:08.564Z] v2.2.1-dev.11 [2022-08-13T01:01:08.564Z] v2.2.1-dev.12 [2022-08-13T01:01:08.564Z] v2.2.1-dev.13 [2022-08-13T01:01:08.564Z] v2.2.1-dev.14 [2022-08-13T01:01:08.564Z] v2.2.1-dev.15 [2022-08-13T01:01:08.564Z] v2.2.1-dev.16 [2022-08-13T01:01:08.564Z] v2.2.1-dev.17 [2022-08-13T01:01:08.564Z] v2.2.1-dev.18 [2022-08-13T01:01:08.564Z] v2.2.1-dev.19 [2022-08-13T01:01:08.564Z] v2.2.1-dev.2 [2022-08-13T01:01:08.564Z] v2.2.1-dev.20 [2022-08-13T01:01:08.564Z] v2.2.1-dev.21 [2022-08-13T01:01:08.564Z] v2.2.1-dev.22 [2022-08-13T01:01:08.564Z] v2.2.1-dev.23 [2022-08-13T01:01:08.564Z] v2.2.1-dev.24 [2022-08-13T01:01:08.564Z] v2.2.1-dev.25 [2022-08-13T01:01:08.564Z] v2.2.1-dev.26 [2022-08-13T01:01:08.564Z] v2.2.1-dev.27 [2022-08-13T01:01:08.564Z] v2.2.1-dev.28 [2022-08-13T01:01:08.564Z] v2.2.1-dev.29 [2022-08-13T01:01:08.564Z] v2.2.1-dev.3 [2022-08-13T01:01:08.564Z] v2.2.1-dev.4 [2022-08-13T01:01:08.564Z] v2.2.1-dev.5 [2022-08-13T01:01:08.564Z] v2.2.1-dev.6 [2022-08-13T01:01:08.564Z] v2.2.1-dev.7 [2022-08-13T01:01:08.564Z] v2.2.1-dev.8 [2022-08-13T01:01:08.564Z] v2.2.1-dev.9 [2022-08-13T01:01:08.564Z] v2.3.0-dev.29 [2022-08-13T01:01:08.564Z] v2.3.0-dev.30 [2022-08-13T01:01:08.564Z] v2.3.0-dev.31 [2022-08-13T01:01:08.564Z] v2.3.0-dev.32 [2022-08-13T01:01:08.564Z] v2.3.0-dev.33 [2022-08-13T01:01:08.564Z] v2.3.0-dev.34 [2022-08-13T01:01:08.564Z] v2.3.0-dev.35 [2022-08-13T01:01:08.564Z] v2.3.0-dev.36 [2022-08-13T01:01:08.564Z] v2.3.0-dev.37 [2022-08-13T01:01:08.564Z] v2.3.0-dev.38 [2022-08-13T01:01:08.564Z] v2.3.0-dev.39 [2022-08-13T01:01:08.564Z] v2.3.0-dev.40 [2022-08-13T01:01:08.564Z] v2.3.0-dev.41 [2022-08-13T01:01:08.564Z] v2.3.0-dev.42 [2022-08-13T01:01:08.564Z] v2.3.0-dev.43 [2022-08-13T01:01:08.564Z] v2.3.0-dev.44 [2022-08-13T01:01:08.564Z] v2.3.0-dev.45 [2022-08-13T01:01:08.564Z] v2.3.0-dev.46 [Pipeline] sh [2022-08-13T01:01:08.897Z] + lftools sign git-tag v2.3.0-dev.46 [2022-08-13T01:01:09.471Z] Signing Git tag with Sigul... [2022-08-13T01:01:09.471Z] Signing v2.3.0-dev.46 [Pipeline] echo [2022-08-13T01:01:09.740Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:10.028Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-13T01:01:10.036Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-13T01:01:10.049Z] $ docker stop --time=1 f8e51eae1f953cdeb668d04915800bf47ca00ed57963680de2b2712250d0ad64 [2022-08-13T01:01:11.382Z] $ docker rm -f f8e51eae1f953cdeb668d04915800bf47ca00ed57963680de2b2712250d0ad64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-13T01:01:11.826Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-13T01:01:11.827Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T01:01:12.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-13T01:01:12.126Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T01:01:12.212Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T01:01:12.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T01:01:12.667Z] $ docker top 2f9f2a598bb7fbbe1f03efbc5d5813d944db1079bd8ffefb03128d2ea10c773c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-13T01:01:12.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-13T01:01:12.770Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-13T01:01:12.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-13T01:01:12.907Z] $ docker exec 2f9f2a598bb7fbbe1f03efbc5d5813d944db1079bd8ffefb03128d2ea10c773c ssh-agent [2022-08-13T01:01:13.046Z] SSH_AUTH_SOCK=/tmp/ssh-jODIhd3LnLR0/agent.33 [2022-08-13T01:01:13.046Z] SSH_AGENT_PID=39 [2022-08-13T01:01:13.052Z] Running ssh-add (command line suppressed) [2022-08-13T01:01:13.174Z] Identity added: /w/workspace/edgex-go/281@tmp/private_key_6591108703398164228.key (/w/workspace/edgex-go/281@tmp/private_key_6591108703398164228.key) [2022-08-13T01:01:13.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-13T01:01:13.480Z] + git semver bump pre [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,677 [read_version] DEBUG read version from /w/workspace/edgex-go/281/.semver/main [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,677 [bump_version] DEBUG bumping version:2.3.0-dev.46 on axis:pre with prefix:dev [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,677 [bump_version] DEBUG bumped version:2.3.0-dev.47 [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,677 [write_version] DEBUG write version:2.3.0-dev.47 to path:/w/workspace/edgex-go/281/.semver/main with force:True [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,677 [read_version] DEBUG read version from /w/workspace/edgex-go/281/.semver/main [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,677 [write_file] DEBUG write to file:/w/workspace/edgex-go/281/.semver/main [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,679 [execute] INFO git cat-file --batch-check [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,679 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/281/.semver, universal_newlines=False, shell=None, istream=) [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,684 [execute] INFO git cat-file --batch [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,684 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/281/.semver, universal_newlines=False, shell=None, istream=) [2022-08-13T01:01:13.741Z] 2022-08-13 01:01:13,690 [read_version] DEBUG read version from /w/workspace/edgex-go/281/.semver/main [2022-08-13T01:01:13.741Z] 2.3.0-dev.47 [Pipeline] } [2022-08-13T01:01:13.749Z] $ docker exec --env ******** --env ******** 2f9f2a598bb7fbbe1f03efbc5d5813d944db1079bd8ffefb03128d2ea10c773c ssh-agent -k [2022-08-13T01:01:13.866Z] unset SSH_AUTH_SOCK; [2022-08-13T01:01:13.866Z] unset SSH_AGENT_PID; [2022-08-13T01:01:13.866Z] echo Agent pid 39 killed; [2022-08-13T01:01:13.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-13T01:01:14.191Z] + git semver [Pipeline] } [2022-08-13T01:01:14.463Z] $ docker stop --time=1 2f9f2a598bb7fbbe1f03efbc5d5813d944db1079bd8ffefb03128d2ea10c773c [2022-08-13T01:01:15.790Z] $ docker rm -f 2f9f2a598bb7fbbe1f03efbc5d5813d944db1079bd8ffefb03128d2ea10c773c [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-13T01:01:16.148Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-13T01:01:16.148Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T01:01:16.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-13T01:01:16.450Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T01:01:16.543Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T01:01:16.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T01:01:16.980Z] $ docker top bf65b178ac57221bb6873e117e297f73ea734666d0c667b120d40d8a609624c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-13T01:01:17.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-13T01:01:17.079Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-13T01:01:17.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-13T01:01:17.197Z] $ docker exec bf65b178ac57221bb6873e117e297f73ea734666d0c667b120d40d8a609624c7 ssh-agent [2022-08-13T01:01:17.325Z] SSH_AUTH_SOCK=/tmp/ssh-84OQLdcLMQwG/agent.33 [2022-08-13T01:01:17.325Z] SSH_AGENT_PID=40 [2022-08-13T01:01:17.331Z] Running ssh-add (command line suppressed) [2022-08-13T01:01:17.450Z] Identity added: /w/workspace/edgex-go/281@tmp/private_key_3557467130031635128.key (/w/workspace/edgex-go/281@tmp/private_key_3557467130031635128.key) [2022-08-13T01:01:17.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-13T01:01:17.758Z] + git semver push [2022-08-13T01:01:18.018Z] 2022-08-13 01:01:17,948 [run_push] DEBUG push [2022-08-13T01:01:18.018Z] 2022-08-13 01:01:17,948 [execute] INFO git cat-file --batch-check [2022-08-13T01:01:18.018Z] 2022-08-13 01:01:17,948 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/281/.semver, universal_newlines=False, shell=None, istream=) [2022-08-13T01:01:18.018Z] 2022-08-13 01:01:17,952 [execute] INFO git rev-list 9eb6aab51addad86f276438674a93467ba769f58 -- [2022-08-13T01:01:18.018Z] 2022-08-13 01:01:17,952 [execute] DEBUG Popen(['git', 'rev-list', '9eb6aab51addad86f276438674a93467ba769f58', '--'], cwd=/w/workspace/edgex-go/281/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-13T01:01:18.018Z] 2022-08-13 01:01:17,967 [execute] INFO git fetch -v origin [2022-08-13T01:01:18.018Z] 2022-08-13 01:01:17,967 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/281/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-13T01:01:18.587Z] 2022-08-13 01:01:18,439 [run_push] DEBUG no remote changes detected [2022-08-13T01:01:18.587Z] 2022-08-13 01:01:18,440 [execute] INFO git push origin semver [2022-08-13T01:01:18.587Z] 2022-08-13 01:01:18,441 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/281/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-13T01:01:19.527Z] 2022-08-13 01:01:19,225 [run_push] DEBUG push all version tags [2022-08-13T01:01:19.527Z] 2022-08-13 01:01:19,226 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-13T01:01:19.527Z] 2022-08-13 01:01:19,226 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/281, universal_newlines=False, shell=None, istream=None) [2022-08-13T01:01:20.099Z] 2022-08-13 01:01:19,890 [read_version] DEBUG read version from /w/workspace/edgex-go/281/.semver/main [2022-08-13T01:01:20.099Z] 2.3.0-dev.47 [Pipeline] } [2022-08-13T01:01:20.106Z] $ docker exec --env ******** --env ******** bf65b178ac57221bb6873e117e297f73ea734666d0c667b120d40d8a609624c7 ssh-agent -k [2022-08-13T01:01:20.222Z] unset SSH_AUTH_SOCK; [2022-08-13T01:01:20.223Z] unset SSH_AGENT_PID; [2022-08-13T01:01:20.223Z] echo Agent pid 40 killed; [2022-08-13T01:01:20.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-13T01:01:20.539Z] + git semver [Pipeline] } [2022-08-13T01:01:20.811Z] $ docker stop --time=1 bf65b178ac57221bb6873e117e297f73ea734666d0c667b120d40d8a609624c7 [2022-08-13T01:01:22.155Z] $ docker rm -f bf65b178ac57221bb6873e117e297f73ea734666d0c667b120d40d8a609624c7 [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-13T01:01:22.683Z] + [ -d /w/workspace/edgex-go/281/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:22.973Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:23.832Z] ---> package-listing.sh [2022-08-13T01:01:23.832Z] ++ facter osfamily [2022-08-13T01:01:23.832Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-13T01:01:24.091Z] + OS_FAMILY=debian [2022-08-13T01:01:24.091Z] + workspace=/w/workspace/edgex-go/281 [2022-08-13T01:01:24.091Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-13T01:01:24.091Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-13T01:01:24.091Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-13T01:01:24.091Z] + PACKAGES=/tmp/packages_start.txt [2022-08-13T01:01:24.091Z] + '[' /w/workspace/edgex-go/281 ']' [2022-08-13T01:01:24.091Z] + PACKAGES=/tmp/packages_end.txt [2022-08-13T01:01:24.091Z] + case "${OS_FAMILY}" in [2022-08-13T01:01:24.091Z] + dpkg -l [2022-08-13T01:01:24.091Z] + grep '^ii' [2022-08-13T01:01:24.091Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-13T01:01:24.092Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-13T01:01:24.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-13T01:01:24.092Z] + '[' /w/workspace/edgex-go/281 ']' [2022-08-13T01:01:24.092Z] + mkdir -p /w/workspace/edgex-go/281/archives/ [2022-08-13T01:01:24.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/281/archives/ [Pipeline] echo [2022-08-13T01:01:24.103Z] 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/281/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-08-13T01:01:24.381Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T01:01:24.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-13T01:01:24.941Z] [2022-08-13T01:01:24.941Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-13T01:01:25.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-13T01:01:25.244Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-13T01:01:25.244Z] 5eb5b503b376: Pulling fs layer [2022-08-13T01:01:25.244Z] 5c69ac0246d0: Pulling fs layer [2022-08-13T01:01:25.244Z] ec43610c2a17: Pulling fs layer [2022-08-13T01:01:25.244Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-13T01:01:25.244Z] 33b1e0a273af: Pulling fs layer [2022-08-13T01:01:25.244Z] 5d3b04190fa2: Pulling fs layer [2022-08-13T01:01:25.244Z] 2f39f015ded8: Pulling fs layer [2022-08-13T01:01:25.244Z] 33b1e0a273af: Waiting [2022-08-13T01:01:25.244Z] 2f39f015ded8: Waiting [2022-08-13T01:01:25.244Z] 5d3b04190fa2: Waiting [2022-08-13T01:01:25.244Z] 5c69ac0246d0: Download complete [2022-08-13T01:01:25.244Z] 3a2ae6a8a46f: Download complete [2022-08-13T01:01:25.244Z] 33b1e0a273af: Verifying Checksum [2022-08-13T01:01:25.244Z] 33b1e0a273af: Download complete [2022-08-13T01:01:25.244Z] 5d3b04190fa2: Verifying Checksum [2022-08-13T01:01:25.244Z] 5d3b04190fa2: Download complete [2022-08-13T01:01:25.504Z] ec43610c2a17: Verifying Checksum [2022-08-13T01:01:25.504Z] ec43610c2a17: Download complete [2022-08-13T01:01:25.504Z] 5eb5b503b376: Verifying Checksum [2022-08-13T01:01:25.504Z] 5eb5b503b376: Download complete [2022-08-13T01:01:26.090Z] 2f39f015ded8: Download complete [2022-08-13T01:01:26.685Z] 5eb5b503b376: Pull complete [2022-08-13T01:01:26.943Z] 5c69ac0246d0: Pull complete [2022-08-13T01:01:27.202Z] ec43610c2a17: Pull complete [2022-08-13T01:01:27.462Z] 3a2ae6a8a46f: Pull complete [2022-08-13T01:01:27.722Z] 33b1e0a273af: Pull complete [2022-08-13T01:01:27.722Z] 5d3b04190fa2: Pull complete [2022-08-13T01:01:33.001Z] 2f39f015ded8: Pull complete [2022-08-13T01:01:33.001Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-13T01:01:33.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-13T01:01:33.001Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-13T01:01:33.092Z] prd-ubuntu20.04-docker-8c-8g-22660 does not seem to be running inside a container [2022-08-13T01:01:33.121Z] $ 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/281/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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-13T01:01:34.697Z] $ docker top e3aed4b8a3a8be4e9a53bee7a195abb37da27d0cb6460622eedd8edf2507a569 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-13T01:01:35.047Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-13T01:01:35.330Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-13T01:01:35.616Z] + ls /var/log/sa-host [2022-08-13T01:01:35.616Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-13T01:01:35.786Z] provisioning config files... [2022-08-13T01:01:35.798Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/281@tmp/config2627615204685652513tmp [Pipeline] { [Pipeline] echo [2022-08-13T01:01:35.808Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:36.099Z] ---> create-netrc.sh [Pipeline] } [2022-08-13T01:01:36.108Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:36.444Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-13T01:01:36.453Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:36.741Z] ---> sudo-logs.sh [2022-08-13T01:01:36.741Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-13T01:01:36.761Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:37.046Z] ---> job-cost.sh [2022-08-13T01:01:37.046Z] lf-activate-venv: SKIPPING [2022-08-13T01:01:37.046Z] DEBUG: total: 0.10999999940395355 [2022-08-13T01:01:37.046Z] INFO: Retrieving Stack Cost... [2022-08-13T01:01:37.616Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-13T01:01:38.188Z] INFO: Archiving Costs [Pipeline] echo [2022-08-13T01:01:38.200Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-13T01:01:38.491Z] ---> logs-deploy.sh [2022-08-13T01:01:38.491Z] lf-activate-venv: SKIPPING [2022-08-13T01:01:38.491Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/281 [2022-08-13T01:01:38.491Z] INFO: archiving workspace using pattern(s): [2022-08-13T01:01:39.435Z] Archives upload complete. [2022-08-13T01:01:39.435Z] INFO: archiving logs to Nexus