Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c6d570f0b876d979ee81e2acfcf5f7804eec4e0d 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-ssh1938532259859609017.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10437742316925697821.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5971473835196213611.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3129361722313539716.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13510267944308067364.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-852 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/364 [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/364 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c6d570f0b876d979ee81e2acfcf5f7804eec4e0d (main) Commit message: "Merge pull request #4256 from lenny-intel/options" > git config core.sparsecheckout # timeout=10 > git checkout -f c6d570f0b876d979ee81e2acfcf5f7804eec4e0d # timeout=10 > git rev-list --no-walk daeaa68e58432e4f84803e4f91d419088e80f9fd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-03T04:20:43.049Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-03T04:20:43.104Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-03T04:20:43.122Z] ========================================================= [2023-01-03T04:20:43.122Z] EdgeX Global Pipelines Version Info [2023-01-03T04:20:43.122Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:20:43.841Z] ------------------- [2023-01-03T04:20:43.841Z] stable info: [2023-01-03T04:20:43.841Z] ------------------- [2023-01-03T04:20:43.841Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-03T04:20:43.841Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T04:20:43.841Z] Message: update stable to v1.0.244 [2023-01-03T04:20:44.410Z] ------------------- [2023-01-03T04:20:44.410Z] experimental info: [2023-01-03T04:20:44.410Z] ------------------- [2023-01-03T04:20:44.410Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-03T04:20:44.410Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T04:20:44.410Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-03T04:20:44.568Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-03T04:20:44.576Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-03T04:20:44.584Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-03T04:20:44.591Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-03T04:20:44.599Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-03T04:20:44.607Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-03T04:20:44.614Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-03T04:20:44.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-03T04:20:44.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-03T04:20:44.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-03T04:20:44.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-03T04:20:44.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-03T04:20:44.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-03T04:20:44.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-03T04:20:44.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-03T04:20:44.698Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T04:20:44.708Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T04:20:44.718Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-03T04:20:44.730Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-03T04:20:44.744Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-03T04:20:44.755Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-03T04:20:44.765Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-03T04:20:44.776Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-03T04:20:44.790Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-03T04:20:44.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-03T04:20:44.811Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-03T04:20:44.824Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] echo [2023-01-03T04:20:44.837Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c6d570f [Pipeline] echo [2023-01-03T04:20:44.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T04:20:44.894Z] provisioning config files... [2023-01-03T04:20:44.907Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/364@tmp/config17906469368473873350tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:20:45.207Z] ---> docker-login.sh [2023-01-03T04:20:45.207Z] nexus3.edgexfoundry.org:10001 [2023-01-03T04:20:45.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:20:45.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:20:45.726Z] Configure a credential helper to remove this warning. See [2023-01-03T04:20:45.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:20:45.726Z] [2023-01-03T04:20:45.727Z] Login Succeeded [2023-01-03T04:20:45.727Z] nexus3.edgexfoundry.org:10002 [2023-01-03T04:20:45.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:20:45.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:20:45.727Z] Configure a credential helper to remove this warning. See [2023-01-03T04:20:45.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:20:45.727Z] [2023-01-03T04:20:45.727Z] Login Succeeded [2023-01-03T04:20:45.727Z] nexus3.edgexfoundry.org:10003 [2023-01-03T04:20:45.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:20:45.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:20:45.987Z] Configure a credential helper to remove this warning. See [2023-01-03T04:20:45.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:20:45.987Z] [2023-01-03T04:20:45.987Z] Login Succeeded [2023-01-03T04:20:45.987Z] nexus3.edgexfoundry.org:10004 [2023-01-03T04:20:45.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:20:45.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:20:45.987Z] Configure a credential helper to remove this warning. See [2023-01-03T04:20:45.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:20:45.987Z] [2023-01-03T04:20:45.987Z] Login Succeeded [2023-01-03T04:20:45.987Z] docker.io [2023-01-03T04:20:46.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:20:46.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:20:46.247Z] Configure a credential helper to remove this warning. See [2023-01-03T04:20:46.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:20:46.247Z] [2023-01-03T04:20:46.247Z] Login Succeeded [2023-01-03T04:20:46.247Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T04:20:46.255Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T04:20:46.556Z] + 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 [2023-01-03T04:20:46.556Z] + + cutdirname -d/ -f2 cmd/core-command/Dockerfile [2023-01-03T04:20:46.556Z] [2023-01-03T04:20:46.556Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-03T04:20:46.556Z] + cut+ -d/ -f2 [2023-01-03T04:20:46.556Z] dirname cmd/core-data/Dockerfile [2023-01-03T04:20:46.556Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-03T04:20:46.556Z] + dirname cmd/core-metadata/Dockerfile [2023-01-03T04:20:46.556Z] + cut -d/ -f2 [2023-01-03T04:20:46.556Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-03T04:20:46.556Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-03T04:20:46.556Z] + cut -d/ -f2 [2023-01-03T04:20:46.556Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-03T04:20:46.556Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-03T04:20:46.557Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-03T04:20:46.557Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-03T04:20:46.557Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-03T04:20:46.557Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-03T04:20:46.557Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-03T04:20:46.557Z] + dirname cmd/support-notifications/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-03T04:20:46.557Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2023-01-03T04:20:46.557Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2023-01-03T04:20:46.557Z] + cut -d/ -f2 [2023-01-03T04:20:46.557Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2023-01-03T04:20:46.607Z] 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 [2023-01-03T04:20:46.960Z] + git rev-list -1 --merges c6d570f0b876d979ee81e2acfcf5f7804eec4e0d~1..c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] echo [2023-01-03T04:20:46.996Z] -----------> git rev-list -1 --merges c6d570f0b876d979ee81e2acfcf5f7804eec4e0d~1..c6d570f0b876d979ee81e2acfcf5f7804eec4e0d c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:20:46.996Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [false] [Pipeline] sh [2023-01-03T04:20:47.282Z] + git log --format=format:%s -1 c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] echo [2023-01-03T04:20:47.297Z] ========================================================= [2023-01-03T04:20:47.297Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-03T04:20:47.297Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-03T04:20:47.734Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T04:20:47.734Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-03T04:20:47.734Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-03T04:20:47.734Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-03T04:20:47.734Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-03T04:20:47.734Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-03T04:20:47.734Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:20:48.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T04:20:48.140Z] [2023-01-03T04:20:48.140Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:20:48.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T04:20:48.441Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-03T04:20:48.441Z] b85a868b505f: Pulling fs layer [2023-01-03T04:20:48.441Z] e2be974225ed: Pulling fs layer [2023-01-03T04:20:48.441Z] 339a4e72a1f5: Pulling fs layer [2023-01-03T04:20:48.441Z] 988bab9f4d93: Pulling fs layer [2023-01-03T04:20:48.441Z] 1469e6f7b9e6: Pulling fs layer [2023-01-03T04:20:48.441Z] eaf3925da568: Pulling fs layer [2023-01-03T04:20:48.441Z] bab4dde63d76: Pulling fs layer [2023-01-03T04:20:48.441Z] bde34c3a00c8: Pulling fs layer [2023-01-03T04:20:48.441Z] eaf3925da568: Waiting [2023-01-03T04:20:48.441Z] bab4dde63d76: Waiting [2023-01-03T04:20:48.441Z] b352a97aabf1: Pulling fs layer [2023-01-03T04:20:48.441Z] 4872d77fe225: Pulling fs layer [2023-01-03T04:20:48.441Z] 5851b861e8e6: Pulling fs layer [2023-01-03T04:20:48.441Z] b352a97aabf1: Waiting [2023-01-03T04:20:48.441Z] 4872d77fe225: Waiting [2023-01-03T04:20:48.441Z] 5851b861e8e6: Waiting [2023-01-03T04:20:48.441Z] 988bab9f4d93: Waiting [2023-01-03T04:20:48.441Z] e2be974225ed: Download complete [2023-01-03T04:20:48.441Z] 988bab9f4d93: Verifying Checksum [2023-01-03T04:20:48.441Z] 988bab9f4d93: Download complete [2023-01-03T04:20:48.701Z] 1469e6f7b9e6: Verifying Checksum [2023-01-03T04:20:48.701Z] 1469e6f7b9e6: Download complete [2023-01-03T04:20:48.701Z] 339a4e72a1f5: Verifying Checksum [2023-01-03T04:20:48.701Z] 339a4e72a1f5: Download complete [2023-01-03T04:20:48.701Z] eaf3925da568: Verifying Checksum [2023-01-03T04:20:48.701Z] eaf3925da568: Download complete [2023-01-03T04:20:48.701Z] bde34c3a00c8: Download complete [2023-01-03T04:20:48.701Z] b352a97aabf1: Verifying Checksum [2023-01-03T04:20:48.701Z] b352a97aabf1: Download complete [2023-01-03T04:20:48.701Z] 4872d77fe225: Download complete [2023-01-03T04:20:48.701Z] 5851b861e8e6: Verifying Checksum [2023-01-03T04:20:48.701Z] 5851b861e8e6: Download complete [2023-01-03T04:20:48.701Z] b85a868b505f: Verifying Checksum [2023-01-03T04:20:48.701Z] b85a868b505f: Download complete [2023-01-03T04:20:48.961Z] bab4dde63d76: Verifying Checksum [2023-01-03T04:20:50.338Z] b85a868b505f: Pull complete [2023-01-03T04:20:50.338Z] e2be974225ed: Pull complete [2023-01-03T04:20:50.912Z] 339a4e72a1f5: Pull complete [2023-01-03T04:20:50.912Z] 988bab9f4d93: Pull complete [2023-01-03T04:20:51.179Z] 1469e6f7b9e6: Pull complete [2023-01-03T04:20:51.179Z] eaf3925da568: Pull complete [2023-01-03T04:20:53.094Z] bab4dde63d76: Pull complete [2023-01-03T04:20:53.094Z] bde34c3a00c8: Pull complete [2023-01-03T04:20:53.094Z] b352a97aabf1: Pull complete [2023-01-03T04:20:53.356Z] 4872d77fe225: Pull complete [2023-01-03T04:20:53.356Z] 5851b861e8e6: Pull complete [2023-01-03T04:20:53.356Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-03T04:20:53.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T04:20:53.356Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:20:53.456Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:20:53.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T04:20:56.379Z] $ docker top 12d91b2c418684cebfca3ce23f751cb5a61c70df432b31987a53160f037d5427 -eo pid,comm [2023-01-03T04:20:56.433Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-03T04:20:56.433Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T04:20:56.465Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T04:20:56.465Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T04:20:56.591Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T04:20:56.597Z] $ docker exec 12d91b2c418684cebfca3ce23f751cb5a61c70df432b31987a53160f037d5427 ssh-agent [2023-01-03T04:20:56.700Z] SSH_AUTH_SOCK=/tmp/ssh-oZq9QN5oS2C3/agent.32 [2023-01-03T04:20:56.701Z] SSH_AGENT_PID=38 [2023-01-03T04:20:56.707Z] Running ssh-add (command line suppressed) [2023-01-03T04:20:56.821Z] Identity added: /w/workspace/edgex-go/364@tmp/private_key_14065103873208156343.key (/w/workspace/edgex-go/364@tmp/private_key_14065103873208156343.key) [2023-01-03T04:20:56.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T04:20:57.128Z] + git tag --points-at HEAD [Pipeline] } [2023-01-03T04:20:57.152Z] $ docker exec --env ******** --env ******** 12d91b2c418684cebfca3ce23f751cb5a61c70df432b31987a53160f037d5427 ssh-agent -k [2023-01-03T04:20:57.264Z] unset SSH_AUTH_SOCK; [2023-01-03T04:20:57.264Z] unset SSH_AGENT_PID; [2023-01-03T04:20:57.264Z] echo Agent pid 38 killed; [2023-01-03T04:20:57.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-03T04:20:57.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T04:20:57.296Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T04:20:57.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T04:20:57.410Z] $ docker exec 12d91b2c418684cebfca3ce23f751cb5a61c70df432b31987a53160f037d5427 ssh-agent [2023-01-03T04:20:57.522Z] SSH_AUTH_SOCK=/tmp/ssh-EkLnEDTr79h5/agent.71 [2023-01-03T04:20:57.522Z] SSH_AGENT_PID=77 [2023-01-03T04:20:57.526Z] Running ssh-add (command line suppressed) [2023-01-03T04:20:57.635Z] Identity added: /w/workspace/edgex-go/364@tmp/private_key_3275672386352821635.key (/w/workspace/edgex-go/364@tmp/private_key_3275672386352821635.key) [2023-01-03T04:20:57.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T04:20:57.934Z] + git semver init [2023-01-03T04:20:58.193Z] 2023-01-03 04:20:58,123 [run_init] DEBUG init version:0.0.0 force:False [2023-01-03T04:20:58.193Z] 2023-01-03 04:20:58,124 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/364/.semver [2023-01-03T04:20:58.193Z] 2023-01-03 04:20:58,124 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/364/.semver [2023-01-03T04:20:58.193Z] 2023-01-03 04:20:58,124 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/364/.semver'], cwd=/w/workspace/edgex-go/364, universal_newlines=False, shell=None, istream=None) [2023-01-03T04:21:03.491Z] 2023-01-03 04:21:03,357 [append_file] DEBUG append to file:/w/workspace/edgex-go/364/.git/info/exclude [2023-01-03T04:21:03.491Z] 2023-01-03 04:21:03,357 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/364/.semver/main with force:False [2023-01-03T04:21:03.491Z] 2023-01-03 04:21:03,357 [read_version] DEBUG read version from /w/workspace/edgex-go/364/.semver/main [2023-01-03T04:21:03.491Z] 2023-01-03 04:21:03,358 [read_version] DEBUG read version from /w/workspace/edgex-go/364/.semver/main [2023-01-03T04:21:03.491Z] 3.0.0-dev.10 [Pipeline] } [2023-01-03T04:21:03.509Z] $ docker exec --env ******** --env ******** 12d91b2c418684cebfca3ce23f751cb5a61c70df432b31987a53160f037d5427 ssh-agent -k [2023-01-03T04:21:03.611Z] unset SSH_AUTH_SOCK; [2023-01-03T04:21:03.612Z] unset SSH_AGENT_PID; [2023-01-03T04:21:03.612Z] echo Agent pid 77 killed; [2023-01-03T04:21:03.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T04:21:03.921Z] + git semver [Pipeline] } [2023-01-03T04:21:04.199Z] $ docker stop --time=1 12d91b2c418684cebfca3ce23f751cb5a61c70df432b31987a53160f037d5427 [2023-01-03T04:21:05.504Z] $ docker rm -f --volumes 12d91b2c418684cebfca3ce23f751cb5a61c70df432b31987a53160f037d5427 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T04:21:05.833Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-03T04:21:06.035Z] Stashed 1 file(s) [Pipeline] echo [2023-01-03T04:21:06.039Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T04:21:06.463Z] + git config --global --add safe.directory /w/workspace/edgex-go/364 [Pipeline] echo [2023-01-03T04:21:06.476Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T04:21:06.489Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T04:21:06.499Z] ========================================================= [2023-01-03T04:21:06.499Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-03T04:21:06.499Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-03T04:21:06.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T04:21:06.791Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-03T04:21:06.791Z] 213ec9aee27d: Pulling fs layer [2023-01-03T04:21:06.791Z] 4583459ba037: Pulling fs layer [2023-01-03T04:21:06.791Z] 93c1e223e6f2: Pulling fs layer [2023-01-03T04:21:06.791Z] 53926ce57604: Pulling fs layer [2023-01-03T04:21:06.791Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-03T04:21:06.791Z] 22ff95d597cd: Pulling fs layer [2023-01-03T04:21:06.791Z] 12d6caf4c0d1: Pulling fs layer [2023-01-03T04:21:06.791Z] 96b7cbca73a9: Pulling fs layer [2023-01-03T04:21:06.791Z] a7acece74701: Pulling fs layer [2023-01-03T04:21:06.791Z] 21b2b0c7a3f4: Waiting [2023-01-03T04:21:06.791Z] 22ff95d597cd: Waiting [2023-01-03T04:21:06.791Z] 12d6caf4c0d1: Waiting [2023-01-03T04:21:06.791Z] 96b7cbca73a9: Waiting [2023-01-03T04:21:06.791Z] 53926ce57604: Waiting [2023-01-03T04:21:07.053Z] 93c1e223e6f2: Verifying Checksum [2023-01-03T04:21:07.053Z] 93c1e223e6f2: Download complete [2023-01-03T04:21:07.053Z] 4583459ba037: Verifying Checksum [2023-01-03T04:21:07.053Z] 4583459ba037: Download complete [2023-01-03T04:21:07.053Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-03T04:21:07.053Z] 21b2b0c7a3f4: Download complete [2023-01-03T04:21:07.053Z] 22ff95d597cd: Verifying Checksum [2023-01-03T04:21:07.053Z] 22ff95d597cd: Download complete [2023-01-03T04:21:07.053Z] 213ec9aee27d: Verifying Checksum [2023-01-03T04:21:07.053Z] 213ec9aee27d: Download complete [2023-01-03T04:21:07.053Z] 12d6caf4c0d1: Verifying Checksum [2023-01-03T04:21:07.053Z] 12d6caf4c0d1: Download complete [2023-01-03T04:21:07.053Z] 213ec9aee27d: Pull complete [2023-01-03T04:21:07.318Z] 4583459ba037: Pull complete [2023-01-03T04:21:07.318Z] 93c1e223e6f2: Pull complete [2023-01-03T04:21:07.579Z] a7acece74701: Download complete [2023-01-03T04:21:07.579Z] 96b7cbca73a9: Verifying Checksum [2023-01-03T04:21:07.579Z] 96b7cbca73a9: Download complete [2023-01-03T04:21:07.837Z] 53926ce57604: Verifying Checksum [2023-01-03T04:21:07.838Z] 53926ce57604: Download complete [2023-01-03T04:21:12.033Z] 53926ce57604: Pull complete [2023-01-03T04:21:12.034Z] 21b2b0c7a3f4: Pull complete [2023-01-03T04:21:12.034Z] 22ff95d597cd: Pull complete [2023-01-03T04:21:12.034Z] 12d6caf4c0d1: Pull complete [2023-01-03T04:21:13.408Z] 96b7cbca73a9: Pull complete [2023-01-03T04:21:14.343Z] a7acece74701: Pull complete [2023-01-03T04:21:14.343Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-03T04:21:14.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T04:21:14.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-03T04:21:14.640Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T04:21:14.640Z] WORKDIR /edgex [2023-01-03T04:21:14.640Z] COPY go.mod . [2023-01-03T04:21:14.640Z] RUN go mod download [2023-01-03T04:21:14.640Z] docker build -t ci-base-image-x86_64 -f - . [2023-01-03T04:21:15.211Z] Sending build context to Docker daemon 170.3MB [2023-01-03T04:21:15.211Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T04:21:15.211Z] ---> db6d94c90886 [2023-01-03T04:21:15.211Z] Step 2/4 : WORKDIR /edgex [2023-01-03T04:21:21.132Z] Still waiting to schedule task [2023-01-03T04:21:21.132Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-03T04:21:25.224Z] ---> Running in 503bd3c4ea08 [2023-01-03T04:21:25.224Z] Removing intermediate container 503bd3c4ea08 [2023-01-03T04:21:25.224Z] ---> 50425dedc316 [2023-01-03T04:21:25.224Z] Step 3/4 : COPY go.mod . [2023-01-03T04:21:25.224Z] ---> 84324fba564f [2023-01-03T04:21:25.224Z] Step 4/4 : RUN go mod download [2023-01-03T04:21:25.224Z] ---> Running in 4270b090c9d8 [2023-01-03T04:21:47.194Z] Removing intermediate container 4270b090c9d8 [2023-01-03T04:21:47.194Z] ---> 586f9e0d31a4 [2023-01-03T04:21:47.194Z] Successfully built 586f9e0d31a4 [2023-01-03T04:21:47.194Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:21:47.505Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T04:21:47.505Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:21:47.577Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:21:47.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-03T04:21:48.299Z] $ docker top 0da781691f300cbcd127b384d961f36216e705e423b64e3c1d16385ea10223ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T04:21:48.644Z] + go version [2023-01-03T04:21:48.644Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-03T04:21:48.659Z] $ docker stop --time=1 0da781691f300cbcd127b384d961f36216e705e423b64e3c1d16385ea10223ba [2023-01-03T04:21:50.063Z] $ docker rm -f --volumes 0da781691f300cbcd127b384d961f36216e705e423b64e3c1d16385ea10223ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:21:50.460Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T04:21:50.460Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:21:50.527Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:21:50.559Z] $ 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/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-03T04:21:51.077Z] $ docker top fc0eaff88809649424c3b8e4f6ab556151c6e258e379426bc01b4bff27d368e4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-03T04:21:51.137Z] ========================================================= [2023-01-03T04:21:51.137Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-03T04:21:51.137Z] ========================================================= [Pipeline] sh [2023-01-03T04:21:51.416Z] + git config --global --add safe.directory /w/workspace/edgex-go/364 [Pipeline] fileExists [Pipeline] sh [2023-01-03T04:21:51.715Z] + make test [2023-01-03T04:21:51.715Z] go test -race -coverprofile=coverage.out ./... [2023-01-03T04:21:58.273Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-03T04:22:10.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-03T04:22:10.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements [2023-01-03T04:22:10.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-03T04:22:10.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-03T04:22:10.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.092s coverage: 98.5% of statements [2023-01-03T04:22:11.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.125s coverage: 43.0% of statements [2023-01-03T04:22:11.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-03T04:22:11.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-03T04:22:11.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.167s coverage: 54.2% of statements [2023-01-03T04:22:11.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-03T04:22:11.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.635s coverage: 89.2% of statements [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.087s coverage: 2.2% of statements [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.478s coverage: 95.6% of statements [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.049s coverage: 72.2% of statements [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 60.0% of statements [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.087s coverage: 0.9% of statements [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.093s coverage: 58.8% of statements [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.084s coverage: 29.6% of statements [2023-01-03T04:22:15.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2023-01-03T04:22:15.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.097s coverage: 87.5% of statements [2023-01-03T04:22:21.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.062s coverage: 94.4% of statements [2023-01-03T04:22:21.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.082s coverage: 44.8% of statements [2023-01-03T04:22:26.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 79.9% of statements [2023-01-03T04:22:26.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 65.1% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 86.9% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 58.8% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.0% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.060s coverage: 87.2% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 85.4% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.2% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 64.7% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 65.8% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 41.8% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.159s coverage: 92.3% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2023-01-03T04:22:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2023-01-03T04:22:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2023-01-03T04:22:36.167Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-01-03T04:22:50.392Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-853 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-03T04:22:50.405Z] Running in /w/workspace/edgex-go/364 [Pipeline] { [Pipeline] checkout [2023-01-03T04:22:50.444Z] The recommended git tool is: git [2023-01-03T04:22:54.233Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-03T04:22:54.233Z] go vet ./... [2023-01-03T04:22:55.376Z] using credential edgex-jenkins-ssh [2023-01-03T04:22:55.393Z] Cloning the remote Git repository [2023-01-03T04:22:55.604Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T04:22:55.604Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T04:22:55.604Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T04:22:55.876Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-03T04:22:56.231Z] + ls -al . [2023-01-03T04:22:56.231Z] total 772 [2023-01-03T04:22:56.231Z] drwxrwxr-x 11 1001 1001 4096 Jan 3 04:21 . [2023-01-03T04:22:56.231Z] drwxr-xr-x 4 root root 4096 Jan 3 04:21 .. [2023-01-03T04:22:56.231Z] drwxrwxr-x 2 1001 1001 4096 Jan 3 04:20 .blubracket [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 16 Jan 3 04:20 .dockerignore [2023-01-03T04:22:56.231Z] drwxrwxr-x 8 1001 1001 4096 Jan 3 04:22 .git [2023-01-03T04:22:56.231Z] drwxrwxr-x 3 1001 1001 4096 Jan 3 04:20 .github [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 1030 Jan 3 04:20 .gitignore [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 42 Jan 3 04:20 .golangci.yml [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 87 Jan 3 04:20 .hadolint.yml [2023-01-03T04:22:56.231Z] drwxr-xr-x 3 1001 1001 4096 Jan 3 04:21 .semver [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 166 Jan 3 04:20 .sonarcloud.properties [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 1171 Jan 3 04:20 ADOPTERS.md [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 10618 Jan 3 04:20 Attribution.txt [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 73765 Jan 3 04:20 CHANGELOG.md [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 3804 Jan 3 04:20 CONTRIBUTING.md [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 677 Jan 3 04:20 GOVERNANCE.md [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 850 Jan 3 04:20 Jenkinsfile [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 10775 Jan 3 04:20 LICENSE [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 13289 Jan 3 04:20 Makefile [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 582 Jan 3 04:20 OWNERS.md [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 9403 Jan 3 04:20 README.md [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 6912 Jan 3 04:20 SECURITY.md [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 12 Jan 3 04:21 VERSION [2023-01-03T04:22:56.231Z] drwxrwxr-x 2 1001 1001 4096 Jan 3 04:20 bin [2023-01-03T04:22:56.231Z] drwxrwxr-x 18 1001 1001 4096 Jan 3 04:20 cmd [2023-01-03T04:22:56.231Z] -rw-r--r-- 1 root root 501826 Jan 3 04:22 coverage.out [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 3400 Jan 3 04:20 go.mod [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 45110 Jan 3 04:20 go.sum [2023-01-03T04:22:56.231Z] drwxrwxr-x 8 1001 1001 4096 Jan 3 04:20 internal [2023-01-03T04:22:56.231Z] drwxrwxr-x 3 1001 1001 4096 Jan 3 04:20 openapi [2023-01-03T04:22:56.231Z] drwxrwxr-x 4 1001 1001 4096 Jan 3 04:20 snap [2023-01-03T04:22:56.231Z] -rw-rw-r-- 1 1001 1001 204 Jan 3 04:20 version.go [Pipeline] sh [2023-01-03T04:22:56.534Z] + '[' -e coverage.out ] [2023-01-03T04:22:56.534Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-03T04:22:56.631Z] Stashed 1 file(s) [Pipeline] sh [2023-01-03T04:22:56.922Z] + make build [2023-01-03T04:22:56.922Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-03T04:22:55.427Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-03T04:22:56.967Z] > git init /w/workspace/edgex-go/364 # timeout=10 [2023-01-03T04:22:57.112Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-03T04:22:57.113Z] > git --version # timeout=10 [2023-01-03T04:22:57.133Z] > git --version # 'git version 2.25.1' [2023-01-03T04:22:57.135Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-03T04:22:57.190Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T04:23:09.161Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-03T04:23:09.161Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-03T04:23:09.727Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-03T04:23:14.323Z] Avoid second fetch [2023-01-03T04:23:14.324Z] Checking out Revision c6d570f0b876d979ee81e2acfcf5f7804eec4e0d (main) [2023-01-03T04:23:13.432Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-03T04:23:13.453Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T04:23:14.340Z] > git config core.sparsecheckout # timeout=10 [2023-01-03T04:23:14.358Z] > git checkout -f c6d570f0b876d979ee81e2acfcf5f7804eec4e0d # timeout=10 [2023-01-03T04:23:15.051Z] Commit message: "Merge pull request #4256 from lenny-intel/options" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T04:23:15.922Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-03T04:23:15.922Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T04:23:15.922Z] Dload Upload Total Spent Left Speed [2023-01-03T04:23:15.922Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh [2023-01-03T04:23:16.285Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2023-01-03T04:23:16.543Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2023-01-03T04:23:16.565Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-03T04:23:16.900Z] + + sudo tee /etc/docker/daemon.new [2023-01-03T04:23:16.900Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-03T04:23:16.900Z] { [2023-01-03T04:23:16.900Z] "registry-mirrors": [ [2023-01-03T04:23:16.900Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-03T04:23:16.900Z] ], [2023-01-03T04:23:16.900Z] "bip": "10.250.0.254/24", [2023-01-03T04:23:16.900Z] "hosts": [ [2023-01-03T04:23:16.900Z] "tcp://0.0.0.0:5555", [2023-01-03T04:23:16.900Z] "unix:///var/run/docker.sock" [2023-01-03T04:23:16.900Z] ], [2023-01-03T04:23:16.900Z] "mtu": 1458, [2023-01-03T04:23:16.900Z] "selinux-enabled": true, [2023-01-03T04:23:16.900Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-03T04:23:16.900Z] } [Pipeline] sh [2023-01-03T04:23:17.232Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-03T04:23:17.556Z] + sudo service docker restart [2023-01-03T04:23:17.918Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-03T04:23:19.297Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-03T04:23:20.229Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-03T04:23:21.164Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-03T04:23:22.099Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-03T04:23:22.668Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-03T04:23:25.199Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-03T04:23:26.589Z] $ docker stop --time=1 fc0eaff88809649424c3b8e4f6ab556151c6e258e379426bc01b4bff27d368e4 [2023-01-03T04:23:32.713Z] $ docker rm -f --volumes fc0eaff88809649424c3b8e4f6ab556151c6e258e379426bc01b4bff27d368e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:23:33.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-03T04:23:33.526Z] [2023-01-03T04:23:33.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:23:33.829Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-03T04:23:33.829Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-03T04:23:33.829Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-03T04:23:33.829Z] ca9280d653b3: Pulling fs layer [2023-01-03T04:23:33.829Z] 7e9c9ca2126c: Pulling fs layer [2023-01-03T04:23:33.829Z] cbdbe7a5bc2a: Verifying Checksum [2023-01-03T04:23:33.829Z] cbdbe7a5bc2a: Download complete [2023-01-03T04:23:34.087Z] ca9280d653b3: Verifying Checksum [2023-01-03T04:23:34.087Z] ca9280d653b3: Download complete [2023-01-03T04:23:34.087Z] cbdbe7a5bc2a: Pull complete [2023-01-03T04:23:34.653Z] 7e9c9ca2126c: Verifying Checksum [2023-01-03T04:23:34.653Z] 7e9c9ca2126c: Download complete [2023-01-03T04:23:34.653Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T04:23:35.806Z] provisioning config files... [2023-01-03T04:23:35.827Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/364@tmp/config14921217134354359467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:23:36.171Z] ---> docker-login.sh [2023-01-03T04:23:36.171Z] nexus3.edgexfoundry.org:10001 [2023-01-03T04:23:36.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:23:36.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:23:36.709Z] Configure a credential helper to remove this warning. See [2023-01-03T04:23:36.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:23:36.709Z] [2023-01-03T04:23:36.709Z] Login Succeeded [2023-01-03T04:23:36.709Z] nexus3.edgexfoundry.org:10002 [2023-01-03T04:23:36.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:23:37.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:23:37.249Z] Configure a credential helper to remove this warning. See [2023-01-03T04:23:37.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:23:37.249Z] [2023-01-03T04:23:37.249Z] Login Succeeded [2023-01-03T04:23:37.249Z] nexus3.edgexfoundry.org:10003 [2023-01-03T04:23:37.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:23:37.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:23:37.525Z] Configure a credential helper to remove this warning. See [2023-01-03T04:23:37.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:23:37.525Z] [2023-01-03T04:23:37.525Z] Login Succeeded [2023-01-03T04:23:37.525Z] nexus3.edgexfoundry.org:10004 [2023-01-03T04:23:37.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:23:37.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:23:37.795Z] Configure a credential helper to remove this warning. See [2023-01-03T04:23:37.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:23:37.795Z] [2023-01-03T04:23:37.795Z] Login Succeeded [2023-01-03T04:23:37.795Z] docker.io [2023-01-03T04:23:37.935Z] 7e9c9ca2126c: Pull complete [2023-01-03T04:23:37.935Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-03T04:23:37.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-03T04:23:37.935Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:23:38.009Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:23:38.044Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-03T04:23:38.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:23:38.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:23:38.334Z] Configure a credential helper to remove this warning. See [2023-01-03T04:23:38.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:23:38.334Z] [2023-01-03T04:23:38.334Z] Login Succeeded [2023-01-03T04:23:38.334Z] ---> docker-login.sh ends [2023-01-03T04:23:42.647Z] $ docker top 71e7874d67cb997954eaf515f6375c99ef545efce15b1cadca2556875a4571a6 -eo pid,comm [Pipeline] { [Pipeline] } [2023-01-03T04:23:42.708Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-03T04:23:42.991Z] + docker-compose build --help [2023-01-03T04:23:42.991Z] + grep parallel [2023-01-03T04:23:43.289Z] + git config --global --add safe.directory /w/workspace/edgex-go/364 [Pipeline] echo [2023-01-03T04:23:43.309Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T04:23:43.319Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T04:23:43.327Z] ========================================================= [2023-01-03T04:23:43.327Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-03T04:23:43.327Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-03T04:23:43.557Z] --parallel Build images in parallel. [Pipeline] } [2023-01-03T04:23:43.570Z] $ docker stop --time=1 71e7874d67cb997954eaf515f6375c99ef545efce15b1cadca2556875a4571a6 [2023-01-03T04:23:43.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T04:23:43.645Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-03T04:23:43.645Z] 9b18e9b68314: Pulling fs layer [2023-01-03T04:23:43.645Z] 35d82f9e3411: Pulling fs layer [2023-01-03T04:23:43.645Z] e16973657156: Pulling fs layer [2023-01-03T04:23:43.645Z] fc693d55d65f: Pulling fs layer [2023-01-03T04:23:43.645Z] 7e9fc2657dce: Pulling fs layer [2023-01-03T04:23:43.645Z] dda99020689f: Pulling fs layer [2023-01-03T04:23:43.645Z] db1c61fa0a46: Pulling fs layer [2023-01-03T04:23:43.645Z] 891c053d2c06: Pulling fs layer [2023-01-03T04:23:43.645Z] dda99020689f: Waiting [2023-01-03T04:23:43.645Z] db1c61fa0a46: Waiting [2023-01-03T04:23:43.646Z] 891c053d2c06: Waiting [2023-01-03T04:23:43.646Z] fc693d55d65f: Waiting [2023-01-03T04:23:43.646Z] 7e9fc2657dce: Waiting [2023-01-03T04:23:43.936Z] e16973657156: Verifying Checksum [2023-01-03T04:23:43.936Z] e16973657156: Download complete [2023-01-03T04:23:43.936Z] 35d82f9e3411: Verifying Checksum [2023-01-03T04:23:43.936Z] 35d82f9e3411: Download complete [2023-01-03T04:23:43.936Z] 7e9fc2657dce: Download complete [2023-01-03T04:23:43.936Z] dda99020689f: Download complete [2023-01-03T04:23:43.936Z] 9b18e9b68314: Verifying Checksum [2023-01-03T04:23:43.936Z] 9b18e9b68314: Download complete [2023-01-03T04:23:44.851Z] $ docker rm -f --volumes 71e7874d67cb997954eaf515f6375c99ef545efce15b1cadca2556875a4571a6 [Pipeline] // withDockerContainer [2023-01-03T04:23:44.920Z] 9b18e9b68314: Pull complete [2023-01-03T04:23:44.920Z] 891c053d2c06: Verifying Checksum [2023-01-03T04:23:44.920Z] 891c053d2c06: Download complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:23:45.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-03T04:23:45.262Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:23:45.342Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:23:45.385Z] $ 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/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-03T04:23:45.730Z] $ docker top 07b1d09d1c2205692efa25568cadfb3ceb7e151c6ea53f7aec3a05a0e9301ca2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T04:23:46.072Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-03T04:23:46.338Z] db1c61fa0a46: Verifying Checksum [2023-01-03T04:23:46.338Z] db1c61fa0a46: Download complete [2023-01-03T04:23:46.612Z] fc693d55d65f: Verifying Checksum [2023-01-03T04:23:46.612Z] fc693d55d65f: Download complete [2023-01-03T04:23:46.612Z] 35d82f9e3411: Pull complete [2023-01-03T04:23:46.642Z] Building core-command ... [2023-01-03T04:23:46.642Z] Building core-data ... [2023-01-03T04:23:46.642Z] Building core-metadata ... [2023-01-03T04:23:46.642Z] Building security-bootstrapper ... [2023-01-03T04:23:46.642Z] Building security-proxy-setup ... [2023-01-03T04:23:46.642Z] Building security-secretstore-setup ... [2023-01-03T04:23:46.642Z] Building security-spiffe-token-provider ... [2023-01-03T04:23:46.642Z] Building security-spire-agent ... [2023-01-03T04:23:46.642Z] Building security-spire-config ... [2023-01-03T04:23:46.642Z] Building security-spire-server ... [2023-01-03T04:23:46.642Z] Building support-notifications ... [2023-01-03T04:23:46.642Z] Building support-scheduler ... [2023-01-03T04:23:46.642Z] Building sys-mgmt-agent ... [2023-01-03T04:23:46.642Z] Building security-proxy-setup [2023-01-03T04:23:46.642Z] Building core-command [2023-01-03T04:23:46.642Z] Building security-spire-agent [2023-01-03T04:23:46.642Z] Building security-bootstrapper [2023-01-03T04:23:46.642Z] Building core-data [2023-01-03T04:23:46.883Z] e16973657156: Pull complete [2023-01-03T04:23:56.624Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:23:56.624Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:23:56.624Z] ---> 586f9e0d31a4 [2023-01-03T04:23:56.624Z] Step 3/24 : WORKDIR /edgex-go [2023-01-03T04:23:56.624Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:23:56.624Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:23:56.624Z] ---> 586f9e0d31a4 [2023-01-03T04:23:56.624Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:23:56.624Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:23:56.624Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:23:56.624Z] ---> 586f9e0d31a4 [2023-01-03T04:23:56.624Z] Step 3/32 : WORKDIR /edgex-go [2023-01-03T04:23:56.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:23:56.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:23:56.882Z] ---> 586f9e0d31a4 [2023-01-03T04:23:56.882Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:23:57.447Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:23:57.447Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:23:57.447Z] ---> 586f9e0d31a4 [2023-01-03T04:23:57.447Z] Step 3/21 : WORKDIR /edgex-go [2023-01-03T04:23:59.217Z] fc693d55d65f: Pull complete [2023-01-03T04:23:59.217Z] 7e9fc2657dce: Pull complete [2023-01-03T04:23:59.217Z] dda99020689f: Pull complete [2023-01-03T04:24:05.868Z] db1c61fa0a46: Pull complete [2023-01-03T04:24:06.843Z] 891c053d2c06: Pull complete [2023-01-03T04:24:06.843Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-03T04:24:07.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T04:24:07.109Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-03T04:24:07.447Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-03T04:24:07.447Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T04:24:07.447Z] WORKDIR /edgex [2023-01-03T04:24:07.447Z] COPY go.mod . [2023-01-03T04:24:07.447Z] RUN go mod download [2023-01-03T04:24:08.030Z] Sending build context to Docker daemon 3.265MB [2023-01-03T04:24:08.030Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T04:24:08.030Z] ---> f96f9c87975a [2023-01-03T04:24:08.030Z] Step 2/4 : WORKDIR /edgex [2023-01-03T04:24:09.003Z] ---> Running in f1080f07e8c0 [2023-01-03T04:24:09.270Z] Removing intermediate container f1080f07e8c0 [2023-01-03T04:24:09.270Z] ---> 52a88016e841 [2023-01-03T04:24:09.270Z] Step 3/4 : COPY go.mod . [2023-01-03T04:24:09.649Z] ---> Running in 126193d95dc4 [2023-01-03T04:24:09.649Z] ---> Running in 281550b4abbb [2023-01-03T04:24:09.649Z] ---> Running in c63f45b589ec [2023-01-03T04:24:09.649Z] ---> Running in b85d8866ca6b [2023-01-03T04:24:09.649Z] ---> Running in c7771918e506 [2023-01-03T04:24:09.649Z] Removing intermediate container c63f45b589ec [2023-01-03T04:24:09.649Z] ---> 0d7b50e1a905 [2023-01-03T04:24:09.649Z] Step 4/22 : WORKDIR /edgex-go [2023-01-03T04:24:09.649Z] Removing intermediate container b85d8866ca6b [2023-01-03T04:24:09.649Z] ---> 5c4ef73c7c1a [2023-01-03T04:24:09.649Z] Step 4/23 : WORKDIR /edgex-go [2023-01-03T04:24:09.649Z] Removing intermediate container 281550b4abbb [2023-01-03T04:24:09.649Z] ---> 85c39ca4ccba [2023-01-03T04:24:09.649Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-03T04:24:09.649Z] Removing intermediate container 126193d95dc4 [2023-01-03T04:24:09.649Z] ---> 80e4cc08fb5f [2023-01-03T04:24:09.649Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-03T04:24:09.649Z] Removing intermediate container c7771918e506 [2023-01-03T04:24:09.649Z] ---> 3811b5bb5497 [2023-01-03T04:24:09.649Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-03T04:24:09.649Z] ---> Running in 0131805f4a26 [2023-01-03T04:24:09.649Z] ---> Running in b3801e70a84c [2023-01-03T04:24:09.649Z] ---> Running in b66e8128e339 [2023-01-03T04:24:09.649Z] ---> Running in babb72896bd8 [2023-01-03T04:24:09.649Z] ---> Running in b76708bde348 [2023-01-03T04:24:09.649Z] Removing intermediate container 0131805f4a26 [2023-01-03T04:24:09.649Z] ---> 91f5e4ce6140 [2023-01-03T04:24:09.649Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-03T04:24:09.649Z] Removing intermediate container b3801e70a84c [2023-01-03T04:24:09.649Z] ---> bda596408724 [2023-01-03T04:24:09.649Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-03T04:24:09.649Z] ---> Running in 1dca308174d0 [2023-01-03T04:24:09.649Z] ---> Running in f0909adc1960 [2023-01-03T04:24:10.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:24:10.475Z] OK: 211 MiB in 51 packages [2023-01-03T04:24:10.733Z] OK: 211 MiB in 51 packages [2023-01-03T04:24:10.733Z] OK: 211 MiB in 51 packages [2023-01-03T04:24:10.733Z] OK: 211 MiB in 51 packages [2023-01-03T04:24:10.733Z] OK: 211 MiB in 51 packages [2023-01-03T04:24:10.992Z] Removing intermediate container b66e8128e339 [2023-01-03T04:24:10.992Z] ---> 123a8d643b77 [2023-01-03T04:24:10.992Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-03T04:24:10.992Z] Removing intermediate container b76708bde348 [2023-01-03T04:24:10.992Z] ---> 38345d7418ac [2023-01-03T04:24:10.992Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-03T04:24:11.251Z] Removing intermediate container babb72896bd8 [2023-01-03T04:24:11.251Z] ---> 3dc7012e7584 [2023-01-03T04:24:11.251Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-03T04:24:11.251Z] ---> 59f7d7f578d6 [2023-01-03T04:24:11.251Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:24:11.251Z] ---> Running in ca835768b2fe [2023-01-03T04:24:11.251Z] ---> 8b23df1ad112 [2023-01-03T04:24:11.251Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:24:11.251Z] Removing intermediate container f0909adc1960 [2023-01-03T04:24:11.251Z] ---> 42f34c9ecf85 [2023-01-03T04:24:11.251Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-03T04:24:11.251Z] Removing intermediate container 1dca308174d0 [2023-01-03T04:24:11.251Z] ---> 5db69f2f9043 [2023-01-03T04:24:11.251Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-03T04:24:11.277Z] ---> 0c9f1e93b0b7 [2023-01-03T04:24:11.277Z] Step 4/4 : RUN go mod download [2023-01-03T04:24:11.277Z] ---> Running in 5bea1137f506 [2023-01-03T04:24:11.509Z] ---> Running in 44e248026610 [2023-01-03T04:24:11.509Z] ---> 45de926e9cdb [2023-01-03T04:24:11.509Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:24:11.509Z] ---> Running in 371a84706c9a [2023-01-03T04:24:11.509Z] ---> e513070531fd [2023-01-03T04:24:11.509Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:24:11.509Z] ---> 22daa71efaa0 [2023-01-03T04:24:11.509Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:24:11.509Z] ---> Running in 019363c6bb8c [2023-01-03T04:24:11.509Z] ---> Running in 9b43359c78fe [2023-01-03T04:24:43.525Z] Removing intermediate container 5bea1137f506 [2023-01-03T04:24:43.525Z] ---> 3ed3911e0552 [2023-01-03T04:24:43.525Z] Successfully built 3ed3911e0552 [2023-01-03T04:24:43.525Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:24:43.862Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T04:24:43.863Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:24:44.058Z] prd-ubuntu20.04-docker-arm64-4c-16g-853 does not seem to be running inside a container [2023-01-03T04:24:44.133Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-03T04:24:45.333Z] $ docker top 7040e2d11d75d5940eac4f86582a410eb048fd5cd99159b6d79c9ec16bdbd876 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T04:24:46.156Z] + go version [2023-01-03T04:24:46.156Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-03T04:24:46.186Z] $ docker stop --time=1 7040e2d11d75d5940eac4f86582a410eb048fd5cd99159b6d79c9ec16bdbd876 [2023-01-03T04:24:47.824Z] $ docker rm -f --volumes 7040e2d11d75d5940eac4f86582a410eb048fd5cd99159b6d79c9ec16bdbd876 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:24:48.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-03T04:24:48.407Z] [2023-01-03T04:24:48.407Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:24:48.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-03T04:24:48.738Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-03T04:24:48.738Z] 29e5d40040c1: Pulling fs layer [2023-01-03T04:24:48.738Z] 1ce36da41761: Pulling fs layer [2023-01-03T04:24:48.738Z] 25b303627fd3: Pulling fs layer [2023-01-03T04:24:49.008Z] 29e5d40040c1: Verifying Checksum [2023-01-03T04:24:49.008Z] 29e5d40040c1: Download complete [2023-01-03T04:24:49.276Z] 1ce36da41761: Verifying Checksum [2023-01-03T04:24:49.276Z] 1ce36da41761: Download complete [2023-01-03T04:24:49.544Z] 29e5d40040c1: Pull complete [2023-01-03T04:24:50.951Z] 1ce36da41761: Pull complete [2023-01-03T04:24:50.951Z] 25b303627fd3: Verifying Checksum [2023-01-03T04:24:50.951Z] 25b303627fd3: Download complete [2023-01-03T04:24:58.449Z] Removing intermediate container 44e248026610 [2023-01-03T04:24:58.449Z] ---> c2c6feb3a804 [2023-01-03T04:24:58.449Z] Step 7/32 : COPY . . [2023-01-03T04:24:58.449Z] Removing intermediate container 371a84706c9a [2023-01-03T04:24:58.449Z] ---> 592bbf224fb9 [2023-01-03T04:24:58.449Z] Step 7/21 : COPY . . [2023-01-03T04:24:58.449Z] Removing intermediate container 9b43359c78fe [2023-01-03T04:24:58.449Z] ---> ec4f3a629ae0 [2023-01-03T04:24:58.449Z] Step 8/23 : COPY . . [2023-01-03T04:24:58.449Z] Removing intermediate container ca835768b2fe [2023-01-03T04:24:58.449Z] ---> 16b442145e60 [2023-01-03T04:24:58.449Z] Step 7/24 : COPY . . [2023-01-03T04:24:58.449Z] Removing intermediate container 019363c6bb8c [2023-01-03T04:24:58.449Z] ---> c0c23c8d2f35 [2023-01-03T04:24:58.449Z] Step 8/22 : COPY . . [2023-01-03T04:25:01.033Z] 25b303627fd3: Pull complete [2023-01-03T04:25:01.033Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-03T04:25:01.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-03T04:25:01.033Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:25:01.220Z] prd-ubuntu20.04-docker-arm64-4c-16g-853 does not seem to be running inside a container [2023-01-03T04:25:01.292Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-03T04:25:03.453Z] $ docker top cc703ee40e846e9736b8b222247a3af7e7ecda59bda3ab123666c78641e92ff7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T04:25:04.254Z] + docker-compose build --help [2023-01-03T04:25:04.254Z] + grep parallel [2023-01-03T04:25:08.513Z] --parallel Build images in parallel. [Pipeline] } [2023-01-03T04:25:08.541Z] $ docker stop --time=1 cc703ee40e846e9736b8b222247a3af7e7ecda59bda3ab123666c78641e92ff7 [2023-01-03T04:25:10.195Z] $ docker rm -f --volumes cc703ee40e846e9736b8b222247a3af7e7ecda59bda3ab123666c78641e92ff7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:25:10.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-03T04:25:10.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:25:10.902Z] prd-ubuntu20.04-docker-arm64-4c-16g-853 does not seem to be running inside a container [2023-01-03T04:25:10.989Z] $ 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/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-03T04:25:12.513Z] $ docker top 1a235701e89e951e924edc4855d3d71dc881a38af845353b63bcf69aabe98635 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T04:25:13.316Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-03T04:25:17.572Z] Building core-command ... [2023-01-03T04:25:17.572Z] Building core-data ... [2023-01-03T04:25:17.572Z] Building core-metadata ... [2023-01-03T04:25:17.572Z] Building security-bootstrapper ... [2023-01-03T04:25:17.572Z] Building security-proxy-setup ... [2023-01-03T04:25:17.572Z] Building security-secretstore-setup ... [2023-01-03T04:25:17.572Z] Building security-spiffe-token-provider ... [2023-01-03T04:25:17.572Z] Building security-spire-agent ... [2023-01-03T04:25:17.572Z] Building security-spire-config ... [2023-01-03T04:25:17.572Z] Building security-spire-server ... [2023-01-03T04:25:17.572Z] Building support-notifications ... [2023-01-03T04:25:17.572Z] Building support-scheduler ... [2023-01-03T04:25:17.572Z] Building sys-mgmt-agent ... [2023-01-03T04:25:17.572Z] Building security-bootstrapper [2023-01-03T04:25:17.572Z] Building core-data [2023-01-03T04:25:17.572Z] Building security-spiffe-token-provider [2023-01-03T04:25:17.572Z] Building support-scheduler [2023-01-03T04:25:17.572Z] Building security-secretstore-setup [2023-01-03T04:25:20.386Z] ---> 96dc40362cb5 [2023-01-03T04:25:20.386Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-03T04:25:20.386Z] ---> 1d2eb46de185 [2023-01-03T04:25:20.386Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-03T04:25:20.386Z] ---> ff7f328b8f93 [2023-01-03T04:25:20.386Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-03T04:25:20.386Z] ---> Running in a937ff83ceea [2023-01-03T04:25:20.386Z] ---> Running in b62c335eb525 [2023-01-03T04:25:20.386Z] ---> 77fb96241a5c [2023-01-03T04:25:20.386Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-03T04:25:20.386Z] ---> Running in e204cc7a2717 [2023-01-03T04:25:20.386Z] ---> b9d32c948c43 [2023-01-03T04:25:20.386Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-03T04:25:20.386Z] ---> Running in a144cddf1bc4 [2023-01-03T04:25:20.386Z] ---> Running in d3f6136c748b [2023-01-03T04:25:20.386Z] Removing intermediate container a144cddf1bc4 [2023-01-03T04:25:20.386Z] ---> 30e11e9ea6bc [2023-01-03T04:25:20.386Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-03T04:25:20.386Z] ---> Running in ac6288e7a805 [2023-01-03T04:25:20.386Z] Removing intermediate container ac6288e7a805 [2023-01-03T04:25:20.386Z] ---> 696a388099c8 [2023-01-03T04:25:20.386Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-03T04:25:20.386Z] ---> Running in 0d4a1286ac68 [2023-01-03T04:25:20.386Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-03T04:25:20.386Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-03T04:25:20.386Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-03T04:25:20.386Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-03T04:25:20.386Z] Removing intermediate container 0d4a1286ac68 [2023-01-03T04:25:20.386Z] ---> 61d4d6177b1d [2023-01-03T04:25:20.386Z] Step 11/24 : WORKDIR /edgex-go [2023-01-03T04:25:20.951Z] ---> Running in 9ef167f11a00 [2023-01-03T04:25:20.951Z] Removing intermediate container 9ef167f11a00 [2023-01-03T04:25:20.951Z] ---> c4572d000cde [2023-01-03T04:25:20.951Z] [2023-01-03T04:25:20.951Z] Step 12/24 : FROM alpine:3.15 [2023-01-03T04:25:21.208Z] 3.15: Pulling from library/alpine [2023-01-03T04:25:21.465Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-03T04:25:21.466Z] Status: Downloaded newer image for alpine:3.15 [2023-01-03T04:25:21.466Z] ---> c4fc93816858 [2023-01-03T04:25:21.466Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:25:23.360Z] ---> Running in 0ac86bd73824 [2023-01-03T04:25:23.623Z] Removing intermediate container 0ac86bd73824 [2023-01-03T04:25:23.623Z] ---> a4093e28ffe5 [2023-01-03T04:25:23.623Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-03T04:25:23.880Z] ---> Running in 67ae841f5597 [2023-01-03T04:25:24.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:24.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:25.088Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-03T04:25:25.088Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-03T04:25:25.088Z] OK: 15859 distinct packages available [2023-01-03T04:25:25.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:25.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:25.345Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-03T04:25:25.345Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-03T04:25:25.345Z] (3/5) Installing libucontext (1.1-r0) [2023-01-03T04:25:25.345Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-03T04:25:25.345Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-03T04:25:25.345Z] Executing busybox-1.34.1-r7.trigger [2023-01-03T04:25:25.345Z] OK: 7 MiB in 19 packages [2023-01-03T04:25:27.648Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:25:27.648Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:25:27.916Z] ---> 3ed3911e0552 [2023-01-03T04:25:27.916Z] Step 3/24 : WORKDIR /edgex-go [2023-01-03T04:25:28.188Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:25:28.188Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:25:28.188Z] ---> 3ed3911e0552 [2023-01-03T04:25:28.188Z] Step 3/19 : WORKDIR /edgex-go [2023-01-03T04:25:28.188Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:25:28.188Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:25:28.188Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:25:28.188Z] [2023-01-03T04:25:28.188Z] ---> 3ed3911e0552 [2023-01-03T04:25:28.188Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:25:28.188Z] ---> 3ed3911e0552 [2023-01-03T04:25:28.188Z] Step 3/32 : WORKDIR /edgex-go [2023-01-03T04:25:28.188Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:25:28.188Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:25:28.188Z] ---> 3ed3911e0552 [2023-01-03T04:25:28.188Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:25:28.188Z] ---> Running in e3f1c9b64781 [2023-01-03T04:25:28.188Z] ---> Running in 7f7b3a1223ee [2023-01-03T04:25:28.188Z] ---> Running in 23434db89717 [2023-01-03T04:25:28.188Z] ---> Running in a18769bf0e66 [2023-01-03T04:25:28.460Z] ---> Running in 9857e549d4bc [2023-01-03T04:25:28.727Z] Removing intermediate container e3f1c9b64781 [2023-01-03T04:25:28.727Z] ---> 2556075c60ae [2023-01-03T04:25:28.727Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-03T04:25:28.727Z] Removing intermediate container 7f7b3a1223ee [2023-01-03T04:25:28.727Z] ---> 813a87018ce6 [2023-01-03T04:25:28.727Z] Step 4/22 : WORKDIR /edgex-go [2023-01-03T04:25:28.767Z] Removing intermediate container 67ae841f5597 [2023-01-03T04:25:28.767Z] ---> 6583e9630a2a [2023-01-03T04:25:28.767Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-03T04:25:28.999Z] ---> Running in fec6875e7d8e [2023-01-03T04:25:28.999Z] Removing intermediate container a18769bf0e66 [2023-01-03T04:25:28.999Z] ---> f182cc82f609 [2023-01-03T04:25:28.999Z] Step 4/22 : WORKDIR /edgex-go ---> Running in f04795eb50a4 [2023-01-03T04:25:28.999Z] [2023-01-03T04:25:28.999Z] Removing intermediate container 9857e549d4bc [2023-01-03T04:25:28.999Z] ---> f73342bd9a8c [2023-01-03T04:25:28.999Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-03T04:25:29.265Z] Removing intermediate container 23434db89717 [2023-01-03T04:25:29.265Z] ---> 50734f4404bc [2023-01-03T04:25:29.265Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-03T04:25:29.265Z] ---> Running in 32e43260a7fa [2023-01-03T04:25:29.265Z] ---> Running in 3f4c771de04f [2023-01-03T04:25:29.265Z] ---> Running in 18717c537e10 [2023-01-03T04:25:30.234Z] Removing intermediate container fec6875e7d8e [2023-01-03T04:25:30.234Z] ---> 8fc37e6c9549 [2023-01-03T04:25:30.234Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-03T04:25:30.234Z] Removing intermediate container 3f4c771de04f [2023-01-03T04:25:30.234Z] ---> 74dbe4bb9920 [2023-01-03T04:25:30.234Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-03T04:25:30.234Z] ---> Running in 50c87fbbe15e [2023-01-03T04:25:30.234Z] ---> Running in 3ba3effe41fb [2023-01-03T04:25:31.218Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:31.218Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:31.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:31.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:31.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:32.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:32.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:32.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:32.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:32.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:33.208Z] OK: 221 MiB in 51 packages [2023-01-03T04:25:33.477Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-03T04:25:33.477Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-03T04:25:33.477Z] OK: 16899 distinct packages available [2023-01-03T04:25:33.477Z] OK: 221 MiB in 51 packages [2023-01-03T04:25:33.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:34.019Z] OK: 221 MiB in 51 packages [2023-01-03T04:25:34.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:25:34.288Z] OK: 221 MiB in 51 packages [2023-01-03T04:25:35.258Z] Removing intermediate container f04795eb50a4 [2023-01-03T04:25:35.258Z] ---> 3ab391bf25a3 [2023-01-03T04:25:35.258Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-03T04:25:35.258Z] OK: 221 MiB in 51 packages [2023-01-03T04:25:35.258Z] Removing intermediate container 32e43260a7fa [2023-01-03T04:25:35.525Z] ---> 905b1ff480d8 [2023-01-03T04:25:35.525Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-03T04:25:35.792Z] Removing intermediate container 50c87fbbe15e [2023-01-03T04:25:35.792Z] ---> 18b9502db8c6 [2023-01-03T04:25:35.792Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-03T04:25:36.061Z] Removing intermediate container 3ba3effe41fb [2023-01-03T04:25:36.061Z] ---> 24c0503f6f27 [2023-01-03T04:25:36.061Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-03T04:25:36.644Z] ---> 642497dad6a1 [2023-01-03T04:25:36.644Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:25:36.894Z] ---> 5f994ad60109 [2023-01-03T04:25:36.894Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-03T04:25:36.913Z] ---> 3b3c3dd08d7e [2023-01-03T04:25:36.913Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:25:36.913Z] Removing intermediate container 18717c537e10 [2023-01-03T04:25:36.913Z] ---> 53f1dde0cb28 [2023-01-03T04:25:36.913Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-03T04:25:36.913Z] ---> 16ffd56d56bf [2023-01-03T04:25:36.913Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:25:36.913Z] ---> Running in 26af8dbe5ac4 [2023-01-03T04:25:36.913Z] ---> 18069df201f1 [2023-01-03T04:25:36.913Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:25:36.913Z] ---> Running in b9a3691a6c10 [2023-01-03T04:25:37.183Z] ---> Running in c1e72bd4f1f7 [2023-01-03T04:25:37.183Z] ---> Running in b2d21f6198a3 [2023-01-03T04:25:38.166Z] ---> 7aa9b4c9606c [2023-01-03T04:25:38.166Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:25:38.166Z] ---> Running in da360a30d5eb [2023-01-03T04:25:46.893Z] ---> db6cd3bf705e [2023-01-03T04:25:46.893Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-03T04:25:46.893Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-03T04:25:46.893Z] ---> e1205aa90255 [2023-01-03T04:25:46.893Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-03T04:25:49.423Z] ---> 29622a1f3238 [2023-01-03T04:25:49.423Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-03T04:25:49.423Z] Removing intermediate container b62c335eb525 [2023-01-03T04:25:49.423Z] ---> 0f1086d58f58 [2023-01-03T04:25:49.423Z] [2023-01-03T04:25:49.423Z] Step 9/32 : FROM alpine:3.16 [2023-01-03T04:25:51.325Z] 3.16: Pulling from library/alpine [2023-01-03T04:25:52.267Z] ---> 2fbc9de9c2f1 [2023-01-03T04:25:52.267Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-03T04:25:52.267Z] ---> Running in 3bb2ad6efe19 [2023-01-03T04:25:52.267Z] Removing intermediate container e204cc7a2717 [2023-01-03T04:25:52.267Z] ---> e77efe511719 [2023-01-03T04:25:52.267Z] [2023-01-03T04:25:52.267Z] Step 9/21 : FROM alpine:3.16 [2023-01-03T04:25:52.526Z] 3.16: Pulling from library/alpine [2023-01-03T04:25:52.526Z] Removing intermediate container d3f6136c748b [2023-01-03T04:25:52.526Z] ---> a93066a425cc [2023-01-03T04:25:52.526Z] [2023-01-03T04:25:52.526Z] Step 10/23 : FROM alpine:3.16 [2023-01-03T04:25:52.526Z] Removing intermediate container 3bb2ad6efe19 [2023-01-03T04:25:52.526Z] ---> 205b47784765 [2023-01-03T04:25:52.526Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-03T04:25:52.526Z] Removing intermediate container a937ff83ceea [2023-01-03T04:25:52.526Z] ---> 010686608399 [2023-01-03T04:25:52.526Z] [2023-01-03T04:25:52.526Z] Step 10/22 : FROM alpine:3.16 [2023-01-03T04:25:52.526Z] 3.16: Pulling from library/alpine [2023-01-03T04:25:52.526Z] 3.16: Pulling from library/alpine [2023-01-03T04:25:52.526Z] ---> Running in e41ec6570687 [2023-01-03T04:25:52.785Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T04:25:52.785Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T04:25:52.785Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T04:25:52.785Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T04:25:52.785Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T04:25:52.785Z] Status: Image is up to date for alpine:3.16 [2023-01-03T04:25:52.785Z] ---> bfe296a52501 [2023-01-03T04:25:52.785Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-03T04:25:52.785Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T04:25:52.785Z] Status: Image is up to date for alpine:3.16 [2023-01-03T04:25:52.785Z] ---> bfe296a52501 [2023-01-03T04:25:52.785Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:25:52.785Z] ---> bfe296a52501 [2023-01-03T04:25:52.785Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-03T04:25:52.785Z] ---> bfe296a52501 [2023-01-03T04:25:52.785Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-03T04:25:52.785Z] Removing intermediate container e41ec6570687 [2023-01-03T04:25:52.785Z] ---> cdd4cd14b078 [2023-01-03T04:25:52.785Z] Step 22/24 : LABEL arch=x86_64 [2023-01-03T04:25:52.785Z] ---> Running in 1d8462e78844 [2023-01-03T04:25:52.785Z] ---> Running in 61c4b1311fbc [2023-01-03T04:25:52.785Z] ---> Running in 942e3425ffdf [2023-01-03T04:25:52.785Z] ---> Running in 2e5be9b49bd4 [2023-01-03T04:25:52.785Z] ---> Running in e145411d0845 [2023-01-03T04:25:52.785Z] Removing intermediate container 61c4b1311fbc [2023-01-03T04:25:52.785Z] ---> 4de7349dd089 [2023-01-03T04:25:52.785Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-03T04:25:52.785Z] Removing intermediate container e145411d0845 [2023-01-03T04:25:52.785Z] ---> e443359bac71 [2023-01-03T04:25:52.785Z] Step 23/24 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:25:52.785Z] Removing intermediate container 2e5be9b49bd4 [2023-01-03T04:25:52.785Z] ---> cacb99ed2a62 [2023-01-03T04:25:52.785Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-03T04:25:52.785Z] ---> Running in 2bb57bef8d02 [2023-01-03T04:25:53.042Z] ---> Running in 675a2ad0bb3f [2023-01-03T04:25:53.042Z] ---> Running in c59b9b23e02f [2023-01-03T04:25:53.042Z] Removing intermediate container 675a2ad0bb3f [2023-01-03T04:25:53.042Z] ---> 3d96ea8f7c63 [2023-01-03T04:25:53.042Z] Step 24/24 : LABEL version=3.0.0-dev.10 [2023-01-03T04:25:53.042Z] ---> Running in ddf11174be80 [2023-01-03T04:25:53.042Z] Removing intermediate container c59b9b23e02f [2023-01-03T04:25:53.042Z] ---> 7aa2be74d673 [2023-01-03T04:25:53.042Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-03T04:25:53.042Z] ---> Running in 76b0d2f180b0 [2023-01-03T04:25:53.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:53.300Z] Removing intermediate container ddf11174be80 [2023-01-03T04:25:53.300Z] ---> 0dd29a4e2006 [2023-01-03T04:25:53.300Z] [2023-01-03T04:25:53.300Z] Removing intermediate container 76b0d2f180b0 [2023-01-03T04:25:53.300Z] ---> e222d0d47858 [2023-01-03T04:25:53.300Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-03T04:25:53.300Z] ---> Running in d32ce09e3f0a [2023-01-03T04:25:53.300Z] Successfully built 0dd29a4e2006 [2023-01-03T04:25:53.300Z] Successfully tagged security-spire-agent:latest [2023-01-03T04:25:53.300Z]  Building security-spire-agent ... done Building sys-mgmt-agent [2023-01-03T04:25:53.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:53.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:53.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:53.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:53.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:53.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:53.559Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-03T04:25:53.559Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:25:53.559Z] OK: 6 MiB in 15 packages [2023-01-03T04:25:53.559Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-03T04:25:53.559Z] (2/2) Installing su-exec (0.2-r1) [2023-01-03T04:25:53.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:25:53.559Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:25:53.559Z] OK: 6 MiB in 16 packages [2023-01-03T04:25:53.559Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-03T04:25:53.818Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-03T04:25:53.818Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-03T04:25:53.818Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-03T04:25:53.818Z] (5/6) Installing curl (7.83.1-r5) [2023-01-03T04:25:53.818Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-03T04:25:53.818Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:25:53.818Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:25:53.818Z] OK: 8 MiB in 20 packages [2023-01-03T04:25:53.818Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-03T04:25:53.818Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:25:53.818Z] OK: 6 MiB in 15 packages [2023-01-03T04:25:58.049Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:25:58.049Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:25:58.049Z] ---> 586f9e0d31a4 [2023-01-03T04:25:58.049Z] Step 3/22 : WORKDIR /edgex-go [2023-01-03T04:25:58.049Z] ---> Using cache [2023-01-03T04:25:58.049Z] ---> 80e4cc08fb5f [2023-01-03T04:25:58.049Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2023-01-03T04:26:01.339Z] ---> Running in 85fd30e3b8f0 [2023-01-03T04:26:01.339Z] Removing intermediate container 2bb57bef8d02 [2023-01-03T04:26:01.339Z] ---> f3c79585a131 [2023-01-03T04:26:01.339Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-03T04:26:01.598Z] ---> Running in 70d7de29503f [2023-01-03T04:26:01.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:26:01.598Z] Removing intermediate container 1d8462e78844 [2023-01-03T04:26:01.598Z] ---> c3bd92afe8f8 [2023-01-03T04:26:01.598Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:26:01.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:26:02.123Z] OK: 211 MiB in 51 packages [2023-01-03T04:26:02.123Z] Removing intermediate container d32ce09e3f0a [2023-01-03T04:26:02.123Z] ---> b56fcecfaf30 [2023-01-03T04:26:02.123Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:26:02.123Z] Removing intermediate container 942e3425ffdf [2023-01-03T04:26:02.123Z] ---> a4be1c856e68 [2023-01-03T04:26:02.123Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-03T04:26:02.123Z] ---> Running in a44326bee5dd [2023-01-03T04:26:02.388Z] ---> Running in 38e08bf07d3f [2023-01-03T04:26:02.388Z] Removing intermediate container 70d7de29503f [2023-01-03T04:26:02.388Z] ---> 1d0aa1bed8e7 [2023-01-03T04:26:02.388Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-03T04:26:02.388Z] ---> d27c0afe57b5 [2023-01-03T04:26:02.388Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-03T04:26:02.683Z] ---> Running in d403a850739f [2023-01-03T04:26:02.683Z] Removing intermediate container a44326bee5dd [2023-01-03T04:26:02.683Z] ---> ba987bca1fdd [2023-01-03T04:26:02.683Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-03T04:26:03.637Z] Removing intermediate container 38e08bf07d3f [2023-01-03T04:26:03.637Z] ---> 4f864f63033a [2023-01-03T04:26:03.637Z] Step 12/21 : WORKDIR /edgex [2023-01-03T04:26:03.896Z] ---> Running in 7c69e1602a70 [2023-01-03T04:26:04.154Z] ---> Running in 9056ad7fae5c [2023-01-03T04:26:04.154Z] ---> aacae21b220e [2023-01-03T04:26:04.154Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-03T04:26:04.154Z] Removing intermediate container d403a850739f [2023-01-03T04:26:04.154Z] ---> b7aa8af3c8d9 [2023-01-03T04:26:04.154Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-03T04:26:04.413Z] Removing intermediate container 85fd30e3b8f0 [2023-01-03T04:26:04.413Z] ---> f4a27157144c [2023-01-03T04:26:04.413Z] Step 5/22 : COPY go.mod vendor* ./ [2023-01-03T04:26:04.726Z] ---> Running in 9edb9c23776e [2023-01-03T04:26:04.726Z] Removing intermediate container 7c69e1602a70 [2023-01-03T04:26:04.726Z] ---> 8680d0188aed [2023-01-03T04:26:04.726Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-03T04:26:05.008Z] Removing intermediate container 9056ad7fae5c [2023-01-03T04:26:05.008Z] ---> 5838ed12a1d8 [2023-01-03T04:26:05.008Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-03T04:26:05.008Z] ---> 87e92d0cc13d [2023-01-03T04:26:05.008Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-03T04:26:05.266Z] ---> 5e825260d37a [2023-01-03T04:26:05.266Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:26:05.266Z] ---> Running in da82f1ea010b [2023-01-03T04:26:05.527Z] ---> Running in d6a5f430bfc7 [2023-01-03T04:26:05.527Z] Removing intermediate container 9edb9c23776e [2023-01-03T04:26:05.527Z] ---> e1ce826dcff1 [2023-01-03T04:26:05.527Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-03T04:26:05.527Z] ---> Running in 6bd4668d7a42 [2023-01-03T04:26:05.527Z] ---> 94dcf49fe60d [2023-01-03T04:26:05.527Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-03T04:26:05.527Z] Removing intermediate container da82f1ea010b [2023-01-03T04:26:05.527Z] ---> dd8a8d852116 [2023-01-03T04:26:05.527Z] Step 15/23 : WORKDIR / [2023-01-03T04:26:05.785Z] ---> Running in af9675c80feb [2023-01-03T04:26:05.785Z] Removing intermediate container d6a5f430bfc7 [2023-01-03T04:26:05.785Z] ---> 660dc7fe18dd [2023-01-03T04:26:05.785Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:26:05.785Z] ---> Running in 1273560a9561 [2023-01-03T04:26:06.044Z] Removing intermediate container af9675c80feb [2023-01-03T04:26:06.044Z] ---> 9d22189c1b94 [2023-01-03T04:26:06.044Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-03T04:26:06.301Z] ---> Running in 50bb966f5938 [2023-01-03T04:26:06.301Z] ---> 74f294eb9694 [2023-01-03T04:26:06.301Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-03T04:26:06.301Z] ---> Running in 062b04749cdf [2023-01-03T04:26:06.301Z] Removing intermediate container 1273560a9561 [2023-01-03T04:26:06.301Z] ---> 496bcb9596d6 [2023-01-03T04:26:06.301Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:26:06.301Z] Removing intermediate container 50bb966f5938 [2023-01-03T04:26:06.301Z] ---> 348c63d3c449 [2023-01-03T04:26:06.301Z] Step 20/22 : LABEL arch=x86_64 [2023-01-03T04:26:06.867Z] ---> Running in ebd27e16c402 [2023-01-03T04:26:06.867Z] ---> aebf094e3ea7 [2023-01-03T04:26:06.867Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-03T04:26:06.867Z] ---> 39f4343adb12 [2023-01-03T04:26:06.867Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-03T04:26:06.867Z] Removing intermediate container ebd27e16c402 [2023-01-03T04:26:06.867Z] ---> 7f85dccf7d2d [2023-01-03T04:26:06.868Z] Step 21/22 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:26:06.868Z] ---> Running in ed472a163755 [2023-01-03T04:26:07.129Z] ---> 709a8466a8a8 [2023-01-03T04:26:07.129Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-03T04:26:07.129Z] Removing intermediate container ed472a163755 [2023-01-03T04:26:07.129Z] ---> aeb33cf688d2 [2023-01-03T04:26:07.129Z] Step 22/22 : LABEL version=3.0.0-dev.10 [2023-01-03T04:26:07.129Z] ---> Running in bf7aafd7cc44 [2023-01-03T04:26:08.530Z] Removing intermediate container 062b04749cdf [2023-01-03T04:26:08.531Z] ---> e3020152ae6a [2023-01-03T04:26:08.531Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-03T04:26:08.531Z] ---> Running in 17c7d39a56cb [2023-01-03T04:26:09.909Z] ---> f27fa2494577 [2023-01-03T04:26:09.909Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-03T04:26:09.909Z] ---> Running in 459c87d7b360 [2023-01-03T04:26:09.909Z] Removing intermediate container 17c7d39a56cb [2023-01-03T04:26:09.909Z] ---> 9823d649e45d [2023-01-03T04:26:09.909Z] [2023-01-03T04:26:09.909Z] Successfully built 9823d649e45d [2023-01-03T04:26:09.909Z] Successfully tagged core-data:latest [2023-01-03T04:26:09.909Z]  Building core-data ... done Building security-secretstore-setup [2023-01-03T04:26:09.909Z] Removing intermediate container 459c87d7b360 [2023-01-03T04:26:09.909Z] ---> 7f23a73a7409 [2023-01-03T04:26:09.909Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-03T04:26:09.909Z] ---> 00c91bbfe841 [2023-01-03T04:26:09.909Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-03T04:26:09.909Z] ---> Running in 427eac12f654 [2023-01-03T04:26:14.270Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:26:14.270Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:26:14.270Z] ---> 586f9e0d31a4 [2023-01-03T04:26:14.270Z] Step 3/24 : WORKDIR /edgex-go [2023-01-03T04:26:14.270Z] ---> Using cache [2023-01-03T04:26:14.270Z] ---> 80e4cc08fb5f [2023-01-03T04:26:14.270Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-03T04:26:14.270Z] ---> Using cache [2023-01-03T04:26:14.270Z] ---> 3dc7012e7584 [2023-01-03T04:26:14.270Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-03T04:26:14.270Z] ---> Using cache [2023-01-03T04:26:14.270Z] ---> 45de926e9cdb [2023-01-03T04:26:14.270Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:26:14.270Z] ---> Using cache [2023-01-03T04:26:14.270Z] ---> 592bbf224fb9 [2023-01-03T04:26:14.270Z] Step 7/24 : COPY . . [2023-01-03T04:26:14.270Z] ---> Using cache [2023-01-03T04:26:14.270Z] ---> ff7f328b8f93 [2023-01-03T04:26:14.270Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-03T04:26:16.941Z] ---> 487eecacc6e5 [2023-01-03T04:26:16.941Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-03T04:26:16.941Z] Removing intermediate container 427eac12f654 [2023-01-03T04:26:16.941Z] ---> fa0071cf8c19 [2023-01-03T04:26:16.941Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:26:16.941Z] ---> Running in 145a62bf3b2a [2023-01-03T04:26:16.941Z] ---> Running in 71a1978f1238 [2023-01-03T04:26:16.941Z] ---> Running in 79affacd91e8 [2023-01-03T04:26:16.941Z] Removing intermediate container bf7aafd7cc44 [2023-01-03T04:26:16.941Z] ---> b6c6531af1e6 [2023-01-03T04:26:16.941Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-03T04:26:16.941Z] Removing intermediate container 79affacd91e8 [2023-01-03T04:26:16.941Z] ---> 6cb7e51a69b2 [2023-01-03T04:26:16.941Z] Step 21/23 : LABEL arch=x86_64 [2023-01-03T04:26:16.941Z] ---> Running in 23c40e54c4b7 [2023-01-03T04:26:16.941Z] ---> Running in b9d4961e8ff7 [2023-01-03T04:26:16.941Z] Removing intermediate container 23c40e54c4b7 [2023-01-03T04:26:16.941Z] ---> 4caabea9cfeb [2023-01-03T04:26:16.941Z] Step 19/21 : LABEL arch=x86_64 [2023-01-03T04:26:16.941Z] Removing intermediate container b9d4961e8ff7 [2023-01-03T04:26:16.941Z] ---> 6a43b37e5393 [2023-01-03T04:26:16.941Z] Step 22/23 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:26:16.941Z] ---> Running in 0886c3adc573 [2023-01-03T04:26:16.941Z] ---> Running in 7cc9a5484725 [2023-01-03T04:26:16.941Z] Removing intermediate container 0886c3adc573 [2023-01-03T04:26:16.941Z] ---> c590a43482ba [2023-01-03T04:26:16.941Z] Step 20/21 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:26:16.941Z] ---> Running in 2e87160c7a8e [2023-01-03T04:26:16.941Z] Removing intermediate container 7cc9a5484725 [2023-01-03T04:26:16.941Z] ---> 8c6d7e9c842e [2023-01-03T04:26:16.941Z] Step 23/23 : LABEL version=3.0.0-dev.10 [2023-01-03T04:26:16.941Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-03T04:26:17.257Z] ---> Running in 45968a908729 [2023-01-03T04:26:17.257Z] Removing intermediate container 2e87160c7a8e [2023-01-03T04:26:17.257Z] ---> 6b3354dd2ac5 [2023-01-03T04:26:17.257Z] Step 21/21 : LABEL version=3.0.0-dev.10 [2023-01-03T04:26:17.257Z] ---> Running in a451fa872b8c [2023-01-03T04:26:17.257Z] Removing intermediate container 6bd4668d7a42 [2023-01-03T04:26:17.257Z] ---> 1a9a5e87c8b2 [2023-01-03T04:26:17.257Z] Step 7/22 : COPY . . [2023-01-03T04:26:17.257Z] Removing intermediate container 45968a908729 [2023-01-03T04:26:17.257Z] ---> 5826c13ac4f5 [2023-01-03T04:26:17.257Z] [2023-01-03T04:26:17.257Z] Successfully built 5826c13ac4f5 [2023-01-03T04:26:17.257Z] Successfully tagged core-command:latest [2023-01-03T04:26:17.257Z]  Building core-command ... done Building support-scheduler [2023-01-03T04:26:18.335Z] Removing intermediate container a451fa872b8c [2023-01-03T04:26:18.335Z] ---> 43b224729d67 [2023-01-03T04:26:18.335Z] [2023-01-03T04:26:18.335Z] Successfully built 43b224729d67 [2023-01-03T04:26:20.241Z] Successfully tagged security-proxy-setup:latest [2023-01-03T04:26:20.241Z]  Building security-proxy-setup ... done Building security-spiffe-token-provider [2023-01-03T04:26:23.525Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:26:23.525Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:26:23.525Z] ---> 586f9e0d31a4 [2023-01-03T04:26:23.525Z] Step 3/19 : WORKDIR /edgex-go [2023-01-03T04:26:23.525Z] ---> Using cache [2023-01-03T04:26:23.525Z] ---> 80e4cc08fb5f [2023-01-03T04:26:23.525Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-03T04:26:23.525Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:26:23.525Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:26:23.525Z] ---> 586f9e0d31a4 [2023-01-03T04:26:23.525Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:26:23.525Z] ---> Using cache [2023-01-03T04:26:23.525Z] ---> 5c4ef73c7c1a [2023-01-03T04:26:23.526Z] Step 4/22 : WORKDIR /edgex-go [2023-01-03T04:26:23.526Z] ---> Using cache [2023-01-03T04:26:23.526Z] ---> bda596408724 [2023-01-03T04:26:23.526Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-03T04:26:23.526Z] ---> Using cache [2023-01-03T04:26:23.526Z] ---> 42f34c9ecf85 [2023-01-03T04:26:23.526Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-03T04:26:23.526Z] ---> Using cache [2023-01-03T04:26:23.526Z] ---> 22daa71efaa0 [2023-01-03T04:26:23.526Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:26:23.526Z] ---> Using cache [2023-01-03T04:26:23.526Z] ---> ec4f3a629ae0 [2023-01-03T04:26:23.526Z] Step 8/22 : COPY . . [2023-01-03T04:26:23.526Z] ---> Using cache [2023-01-03T04:26:23.526Z] ---> b9d32c948c43 [2023-01-03T04:26:23.526Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-03T04:26:33.500Z] Removing intermediate container 71a1978f1238 [2023-01-03T04:26:33.500Z] ---> 93bb8a94408a [2023-01-03T04:26:33.500Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:26:33.758Z] ---> Running in 178cb92c2abb [2023-01-03T04:26:33.758Z] ---> Running in feb6cc38e6cd [2023-01-03T04:26:33.758Z] ---> 55054e8e0718 [2023-01-03T04:26:33.758Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-03T04:26:33.758Z] ---> 2d2aaffbc5df [2023-01-03T04:26:33.758Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2023-01-03T04:26:33.758Z] ---> Running in f3500147f186 [2023-01-03T04:26:34.323Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-03T04:26:34.323Z] ---> f829441b53dc [2023-01-03T04:26:34.323Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-03T04:26:34.887Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:26:34.887Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2023-01-03T04:26:34.887Z] ---> 4e2a733a16d1 [2023-01-03T04:26:34.887Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-03T04:26:34.887Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:26:35.504Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-03T04:26:35.504Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-03T04:26:35.504Z] OK: 17042 distinct packages available [2023-01-03T04:26:35.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:26:35.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:26:35.762Z] OK: 211 MiB in 51 packages [2023-01-03T04:26:35.762Z] ---> fa45e0e22a57 [2023-01-03T04:26:35.762Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-03T04:26:36.019Z] ---> efcc945e8ecb [2023-01-03T04:26:36.019Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-03T04:26:36.276Z] Removing intermediate container feb6cc38e6cd [2023-01-03T04:26:36.276Z] ---> 82aa326e2c7c [2023-01-03T04:26:36.276Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-03T04:26:36.533Z] ---> 07dda6a36c02 [2023-01-03T04:26:36.533Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-03T04:26:36.533Z] ---> 01994001161e [2023-01-03T04:26:36.533Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:26:36.791Z] ---> Running in ecc2e1739e7e [2023-01-03T04:26:36.791Z] ---> f79fb12af396 [2023-01-03T04:26:36.791Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-03T04:26:36.791Z] ---> Running in 16968bf4f6fb [2023-01-03T04:26:40.066Z] Removing intermediate container 16968bf4f6fb [2023-01-03T04:26:40.066Z] ---> b02ed9c5337b [2023-01-03T04:26:40.066Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-03T04:26:42.593Z] ---> Running in 85ddb486ac5a [2023-01-03T04:26:43.525Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-03T04:26:46.807Z] Removing intermediate container 85ddb486ac5a [2023-01-03T04:26:46.807Z] ---> 09b57b58a907 [2023-01-03T04:26:46.807Z] Step 29/32 : CMD ["gate"] [2023-01-03T04:26:47.876Z] ---> Running in 90354eb789cc [2023-01-03T04:26:50.407Z] Removing intermediate container 90354eb789cc [2023-01-03T04:26:50.407Z] ---> 457f33674c35 [2023-01-03T04:26:50.407Z] Step 30/32 : LABEL arch=x86_64 [2023-01-03T04:26:59.792Z] Removing intermediate container b9a3691a6c10 [2023-01-03T04:26:59.792Z] ---> 2924dde5e954 [2023-01-03T04:26:59.792Z] Step 7/24 : COPY . .Removing intermediate container c1e72bd4f1f7 [2023-01-03T04:26:59.792Z] [2023-01-03T04:26:59.792Z] ---> da263dfd4216 [2023-01-03T04:26:59.792Z] Step 8/22 : COPY . . [2023-01-03T04:26:59.792Z] Removing intermediate container 26af8dbe5ac4 [2023-01-03T04:26:59.792Z] ---> 4a1875bc8db9 [2023-01-03T04:26:59.792Z] Step 7/32 : COPY . . [2023-01-03T04:26:59.792Z] Removing intermediate container da360a30d5eb [2023-01-03T04:26:59.792Z] ---> 3706228ab2e8 [2023-01-03T04:26:59.792Z] Step 7/19 : COPY . . [2023-01-03T04:26:59.792Z] Removing intermediate container b2d21f6198a3 [2023-01-03T04:26:59.792Z] ---> be3b5c810f81 [2023-01-03T04:26:59.792Z] Step 8/22 : COPY . . [2023-01-03T04:27:00.376Z] ---> Running in 926134bb7cf1 [2023-01-03T04:27:00.376Z] Removing intermediate container 145a62bf3b2a [2023-01-03T04:27:00.376Z] ---> 693d0e822cbb [2023-01-03T04:27:00.376Z] [2023-01-03T04:27:00.376Z] Step 9/24 : FROM alpine:3.16 [2023-01-03T04:27:00.376Z] ---> bfe296a52501 [2023-01-03T04:27:00.376Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-03T04:27:00.376Z] Removing intermediate container ecc2e1739e7e [2023-01-03T04:27:00.376Z] ---> 203be2a5d13b [2023-01-03T04:27:00.376Z] Step 7/19 : COPY . . [2023-01-03T04:27:00.376Z] ---> Running in 015a5bd82e58 [2023-01-03T04:27:00.376Z] Removing intermediate container 926134bb7cf1 [2023-01-03T04:27:00.376Z] ---> b7d69c69a1ea [2023-01-03T04:27:00.376Z] Step 31/32 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:27:02.405Z] ---> 594dcf337d13 [2023-01-03T04:27:02.405Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-03T04:27:02.405Z] ---> a8d34dcaf33f [2023-01-03T04:27:02.405Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-03T04:27:02.405Z] ---> a740ce89b23d [2023-01-03T04:27:02.405Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-03T04:27:02.405Z] ---> Running in 19744e954044 [2023-01-03T04:27:02.405Z] ---> a85df8eb80b2 [2023-01-03T04:27:02.405Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-03T04:27:02.405Z] ---> Running in 13bd17d7b72c [2023-01-03T04:27:02.676Z] ---> 814330994bed [2023-01-03T04:27:02.676Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-03T04:27:02.676Z] ---> Running in 3dace8fb40c3 [2023-01-03T04:27:02.676Z] ---> Running in 27450eed1a87 [2023-01-03T04:27:02.676Z] ---> Running in e03acd29bec9 [2023-01-03T04:27:04.638Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-03T04:27:04.910Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-03T04:27:04.910Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-03T04:27:05.178Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-03T04:27:05.447Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-03T04:27:10.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:10.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:10.619Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-03T04:27:10.918Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-03T04:27:10.918Z] (3/3) Installing su-exec (0.2-r1) [2023-01-03T04:27:10.918Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:27:10.918Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:27:10.918Z] OK: 6 MiB in 17 packages [2023-01-03T04:27:10.918Z] ---> Running in cee5078b0f7c [2023-01-03T04:27:10.918Z] ---> 26213e70b29b [2023-01-03T04:27:10.918Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-03T04:27:10.918Z] Removing intermediate container f3500147f186 [2023-01-03T04:27:10.918Z] ---> 72ad7f0f875d [2023-01-03T04:27:10.918Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2023-01-03T04:27:11.175Z] Removing intermediate container cee5078b0f7c [2023-01-03T04:27:11.176Z] ---> 38cc458bd860 [2023-01-03T04:27:11.176Z] Step 32/32 : LABEL version=3.0.0-dev.10 [2023-01-03T04:27:11.176Z] ---> Running in d8f6275e07de [2023-01-03T04:27:11.176Z] ---> Running in 6239952c8dd1 [2023-01-03T04:27:11.176Z] ---> Running in cd0b87e6166d [2023-01-03T04:27:11.176Z] Removing intermediate container 178cb92c2abb [2023-01-03T04:27:11.176Z] ---> 17531c421d8c [2023-01-03T04:27:11.176Z] [2023-01-03T04:27:11.176Z] Step 10/22 : FROM alpine:3.16 [2023-01-03T04:27:11.176Z] ---> bfe296a52501 [2023-01-03T04:27:11.176Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-03T04:27:11.176Z] ---> Using cache [2023-01-03T04:27:11.176Z] ---> c3bd92afe8f8 [2023-01-03T04:27:11.176Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:27:11.176Z] ---> Using cache [2023-01-03T04:27:11.176Z] ---> ba987bca1fdd [2023-01-03T04:27:11.176Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-03T04:27:11.176Z] ---> Running in 2ca5da11a9f8 [2023-01-03T04:27:11.176Z] Removing intermediate container cd0b87e6166d [2023-01-03T04:27:11.176Z] ---> 0526e02f34be [2023-01-03T04:27:11.176Z] [2023-01-03T04:27:11.176Z] Removing intermediate container 2ca5da11a9f8 [2023-01-03T04:27:11.176Z] ---> 92a29a5a7eb9 [2023-01-03T04:27:11.176Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-03T04:27:11.176Z] Successfully built 0526e02f34be [2023-01-03T04:27:11.434Z] Successfully tagged security-bootstrapper:latest [2023-01-03T04:27:11.434Z]  Building security-bootstrapper ... done Building support-notifications [2023-01-03T04:27:11.434Z] ---> Running in 8ee41a563dfe [2023-01-03T04:27:13.966Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-03T04:27:17.249Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:27:17.249Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:27:17.249Z] ---> 586f9e0d31a4 [2023-01-03T04:27:17.249Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:27:17.249Z] ---> Using cache [2023-01-03T04:27:17.249Z] ---> 5c4ef73c7c1a [2023-01-03T04:27:17.249Z] Step 4/22 : WORKDIR /edgex-go [2023-01-03T04:27:17.249Z] ---> Using cache [2023-01-03T04:27:17.249Z] ---> bda596408724 [2023-01-03T04:27:17.249Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-03T04:27:17.249Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2023-01-03T04:27:17.530Z] Removing intermediate container 015a5bd82e58 [2023-01-03T04:27:17.530Z] ---> b582df7bf1b1 [2023-01-03T04:27:17.530Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-03T04:27:17.788Z] ---> Running in fbf24b938e00 [2023-01-03T04:27:17.788Z] Removing intermediate container 8ee41a563dfe [2023-01-03T04:27:17.788Z] ---> a9e33b90fe5a [2023-01-03T04:27:17.788Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:27:18.046Z] ---> Running in 6206116bb268 [2023-01-03T04:27:18.976Z] Removing intermediate container 6206116bb268 [2023-01-03T04:27:18.976Z] ---> 3bb1bd3621aa [2023-01-03T04:27:18.976Z] Step 12/24 : WORKDIR / [2023-01-03T04:27:18.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:19.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:19.234Z] ---> 48c4a9d1e32b [2023-01-03T04:27:19.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-03T04:27:19.234Z] OK: 211 MiB in 51 packages [2023-01-03T04:27:21.146Z] ---> Running in f228b0f0b264 [2023-01-03T04:27:22.515Z] Removing intermediate container 6239952c8dd1 [2023-01-03T04:27:22.515Z] ---> 051ebdaff80e [2023-01-03T04:27:22.515Z] [2023-01-03T04:27:22.515Z] Step 10/22 : FROM alpine:3.16 [2023-01-03T04:27:22.840Z] ---> bfe296a52501 [2023-01-03T04:27:22.840Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:27:23.772Z] ---> Running in 932c42c7cbd0 [2023-01-03T04:27:23.772Z] ---> 57601238f37d [2023-01-03T04:27:23.772Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-03T04:27:23.772Z] Removing intermediate container f228b0f0b264 [2023-01-03T04:27:23.772Z] ---> 04be72643063 [2023-01-03T04:27:23.772Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-03T04:27:23.772Z] Removing intermediate container 932c42c7cbd0 [2023-01-03T04:27:23.772Z] ---> 33fffd3c6304 [2023-01-03T04:27:23.772Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2023-01-03T04:27:23.772Z] Removing intermediate container fbf24b938e00 [2023-01-03T04:27:23.772Z] ---> 9877a44a8fa9 [2023-01-03T04:27:23.772Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-03T04:27:23.772Z] ---> Running in e5d1a8141544 [2023-01-03T04:27:24.029Z] ---> b3d81d04adbb [2023-01-03T04:27:24.029Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-03T04:27:24.029Z] ---> 3c1ed62a49d9 [2023-01-03T04:27:24.029Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-03T04:27:24.029Z] ---> Running in b5d7e4b8deae [2023-01-03T04:27:24.029Z] ---> 3c5f71752a23 [2023-01-03T04:27:24.029Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:27:24.286Z] ---> Running in 538058e663b9 [2023-01-03T04:27:24.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:24.286Z] ---> 9b9bdf1c007c [2023-01-03T04:27:24.286Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-03T04:27:24.286Z] Removing intermediate container b5d7e4b8deae [2023-01-03T04:27:24.286Z] ---> 0c41fe7028d0 [2023-01-03T04:27:24.286Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:27:24.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:24.545Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-01-03T04:27:24.545Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2023-01-03T04:27:24.804Z] (3/33) Installing readline (8.1.2-r0) [2023-01-03T04:27:24.804Z] (4/33) Installing bash (5.1.16-r2) [2023-01-03T04:27:24.804Z] Executing bash-5.1.16-r2.post-install [2023-01-03T04:27:24.804Z] (5/33) Installing ca-certificates (20220614-r0) [2023-01-03T04:27:24.804Z] (6/33) Installing brotli-libs (1.0.9-r6) [2023-01-03T04:27:24.804Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2023-01-03T04:27:24.804Z] (8/33) Installing libcurl (7.83.1-r5) [2023-01-03T04:27:24.804Z] (9/33) Installing curl (7.83.1-r5) [2023-01-03T04:27:24.804Z] (10/33) Installing docker-cli (20.10.20-r0) [2023-01-03T04:27:25.061Z] ---> Running in f79abaf52edb [2023-01-03T04:27:25.061Z] (11/33) Installing dumb-init (1.2.5-r1) [2023-01-03T04:27:25.061Z] (12/33) Installing libbz2 (1.0.8-r1) [2023-01-03T04:27:25.061Z] (13/33) Installing expat (2.5.0-r0) [2023-01-03T04:27:25.061Z] (14/33) Installing libffi (3.4.2-r1) [2023-01-03T04:27:25.061Z] (15/33) Installing gdbm (1.23-r0) [2023-01-03T04:27:25.061Z] (16/33) Installing xz-libs (5.2.5-r1) [2023-01-03T04:27:25.061Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T04:27:25.061Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T04:27:25.061Z] (19/33) Installing mpdecimal (2.5.1-r1) [2023-01-03T04:27:25.061Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2023-01-03T04:27:25.061Z] (21/33) Installing python3 (3.10.9-r0) [2023-01-03T04:27:25.626Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2023-01-03T04:27:25.626Z] (23/33) Installing py3-tomli (2.0.1-r1) [2023-01-03T04:27:25.626Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2023-01-03T04:27:25.626Z] (25/33) Installing py3-six (1.16.0-r1) [2023-01-03T04:27:25.626Z] (26/33) Installing py3-retrying (1.3.3-r3) [2023-01-03T04:27:25.626Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2023-01-03T04:27:25.626Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2023-01-03T04:27:25.626Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2023-01-03T04:27:25.626Z] (30/33) Installing py3-parsing (2.4.7-r3) [2023-01-03T04:27:25.626Z] (31/33) Installing py3-packaging (21.3-r0) [2023-01-03T04:27:25.626Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2023-01-03T04:27:25.626Z] (33/33) Installing py3-pip (22.1.1-r0) [2023-01-03T04:27:25.883Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:27:25.883Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:27:25.883Z] OK: 123 MiB in 47 packages [2023-01-03T04:27:28.411Z] ---> 5ddd9c9e7fd4 [2023-01-03T04:27:28.411Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-03T04:27:29.831Z] Removing intermediate container f79abaf52edb [2023-01-03T04:27:29.831Z] ---> da993a5c15ae [2023-01-03T04:27:29.831Z] Step 20/22 : LABEL arch=x86_64 [2023-01-03T04:27:39.934Z] ---> 3648719ba3bf [2023-01-03T04:27:39.934Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-03T04:27:39.934Z] Collecting docker-compose==1.23.2 [2023-01-03T04:27:39.934Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2023-01-03T04:27:39.934Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 25.0 MB/s eta 0:00:00 [2023-01-03T04:27:39.934Z] Collecting docker<4.0,>=3.6.0 [2023-01-03T04:27:39.934Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2023-01-03T04:27:39.934Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 65.7 MB/s eta 0:00:00 [2023-01-03T04:27:39.934Z] Collecting jsonschema<3,>=2.5.1 [2023-01-03T04:27:39.934Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2023-01-03T04:27:39.934Z] Collecting docopt<0.7,>=0.6.1 [2023-01-03T04:27:39.934Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2023-01-03T04:27:39.934Z] Preparing metadata (setup.py): started [2023-01-03T04:27:40.192Z] ---> Running in 0f244d0d1a9d [2023-01-03T04:27:40.470Z] Preparing metadata (setup.py): finished with status 'done' [2023-01-03T04:27:40.470Z] Collecting PyYAML<4,>=3.10 [2023-01-03T04:27:40.470Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2023-01-03T04:27:40.470Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 30.4 MB/s eta 0:00:00 [2023-01-03T04:27:41.035Z] Preparing metadata (setup.py): started [2023-01-03T04:27:41.035Z] ---> f7fe384ad30b [2023-01-03T04:27:41.035Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-03T04:27:41.035Z] Preparing metadata (setup.py): finished with status 'done' [2023-01-03T04:27:41.292Z] Collecting texttable<0.10,>=0.9.0 [2023-01-03T04:27:41.292Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2023-01-03T04:27:41.292Z] Preparing metadata (setup.py): started [2023-01-03T04:27:41.549Z] Preparing metadata (setup.py): finished with status 'done' [2023-01-03T04:27:41.549Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2023-01-03T04:27:41.549Z] Collecting cached-property<2,>=1.2.0 [2023-01-03T04:27:41.549Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2023-01-03T04:27:41.549Z] Collecting websocket-client<1.0,>=0.32.0 [2023-01-03T04:27:41.549Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2023-01-03T04:27:41.549Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 155.6 MB/s eta 0:00:00 [2023-01-03T04:27:41.549Z] Collecting dockerpty<0.5,>=0.4.1 [2023-01-03T04:27:41.549Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2023-01-03T04:27:41.549Z] Preparing metadata (setup.py): started [2023-01-03T04:27:41.549Z] Removing intermediate container 0f244d0d1a9d [2023-01-03T04:27:41.549Z] ---> b6f875ca6733 [2023-01-03T04:27:41.549Z] Step 21/22 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:27:42.925Z] Preparing metadata (setup.py): finished with status 'done' [2023-01-03T04:27:42.925Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2023-01-03T04:27:42.925Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2023-01-03T04:27:42.925Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 182.1 MB/s eta 0:00:00 [2023-01-03T04:27:42.925Z] Collecting docker-pycreds>=0.4.0 [2023-01-03T04:27:42.925Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2023-01-03T04:27:42.925Z] Collecting certifi>=2017.4.17 [2023-01-03T04:27:43.182Z] Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) [2023-01-03T04:27:43.182Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 70.4 MB/s eta 0:00:00 [2023-01-03T04:27:43.182Z] Collecting chardet<3.1.0,>=3.0.2 [2023-01-03T04:27:43.182Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2023-01-03T04:27:43.182Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 163.9 MB/s eta 0:00:00 [2023-01-03T04:27:43.182Z] Collecting idna<2.8,>=2.5 [2023-01-03T04:27:43.182Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2023-01-03T04:27:43.182Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 49.6 MB/s eta 0:00:00 [2023-01-03T04:27:43.182Z] Collecting urllib3<1.25,>=1.21.1 [2023-01-03T04:27:43.182Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2023-01-03T04:27:43.182Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 139.9 MB/s eta 0:00:00 [2023-01-03T04:27:43.182Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2023-01-03T04:27:43.182Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2023-01-03T04:27:43.182Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2023-01-03T04:27:43.182Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2023-01-03T04:27:43.440Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2023-01-03T04:27:43.440Z] Running setup.py install for texttable: started [2023-01-03T04:27:44.373Z] Running setup.py install for texttable: finished with status 'done' [2023-01-03T04:27:44.373Z] Running setup.py install for PyYAML: started [2023-01-03T04:27:44.939Z] Running setup.py install for PyYAML: finished with status 'done' [2023-01-03T04:27:47.482Z] Running setup.py install for docopt: started [2023-01-03T04:27:47.482Z] ---> 1ea9cec588e7 [2023-01-03T04:27:47.482Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-03T04:27:47.482Z] ---> Running in 3a010014c714 [2023-01-03T04:27:47.482Z] Removing intermediate container d8f6275e07de [2023-01-03T04:27:47.482Z] ---> e658a1d0acdd [2023-01-03T04:27:47.482Z] [2023-01-03T04:27:47.482Z] Step 9/19 : FROM alpine:3.15 [2023-01-03T04:27:47.482Z] ---> c4fc93816858 [2023-01-03T04:27:47.482Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:27:47.482Z] ---> Using cache [2023-01-03T04:27:47.482Z] ---> a4093e28ffe5 [2023-01-03T04:27:47.482Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-03T04:27:47.482Z] ---> Running in 7e129f15ac78 [2023-01-03T04:27:47.482Z] Removing intermediate container 3a010014c714 [2023-01-03T04:27:47.482Z] ---> 955fa6fe638f [2023-01-03T04:27:47.482Z] Step 22/22 : LABEL version=3.0.0-dev.10 [2023-01-03T04:27:47.482Z] ---> fd6d5529c3af [2023-01-03T04:27:47.482Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-03T04:27:47.482Z] Running setup.py install for docopt: finished with status 'done' [2023-01-03T04:27:47.482Z] ---> Running in 372fc950c0b8 [2023-01-03T04:27:47.482Z] ---> Running in 4d1b283dd9b4 [2023-01-03T04:27:47.738Z] Removing intermediate container 538058e663b9 [2023-01-03T04:27:47.738Z] ---> 755dc1dd63c7 [2023-01-03T04:27:47.738Z] Step 8/22 : COPY . . [2023-01-03T04:27:47.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:47.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:48.660Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-03T04:27:48.660Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-03T04:27:48.660Z] OK: 15859 distinct packages available [2023-01-03T04:27:48.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:48.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:48.925Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-03T04:27:48.925Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-03T04:27:48.925Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-03T04:27:48.925Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-03T04:27:48.925Z] (5/9) Installing curl (7.80.0-r5) [2023-01-03T04:27:48.925Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-03T04:27:48.925Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-03T04:27:48.925Z] (8/9) Installing libucontext (1.1-r0) [2023-01-03T04:27:48.925Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-03T04:27:48.925Z] Executing busybox-1.34.1-r7.trigger [2023-01-03T04:27:49.186Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:27:49.186Z] OK: 8 MiB in 23 packages [2023-01-03T04:27:49.445Z] Removing intermediate container 372fc950c0b8 [2023-01-03T04:27:49.445Z] ---> b968105e3821 [2023-01-03T04:27:49.445Z] [2023-01-03T04:27:49.445Z] Successfully built b968105e3821 [2023-01-03T04:27:49.445Z] Successfully tagged support-scheduler:latest [2023-01-03T04:27:49.445Z]  Building support-scheduler ... done Building security-spire-server [2023-01-03T04:27:49.703Z] Running setup.py install for dockerpty: started [2023-01-03T04:27:50.268Z] Running setup.py install for dockerpty: finished with status 'done' [2023-01-03T04:27:52.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:27:52.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:27:52.796Z] ---> 586f9e0d31a4 [2023-01-03T04:27:52.797Z] Step 3/23 : WORKDIR /edgex-go [2023-01-03T04:27:52.797Z] ---> Using cache [2023-01-03T04:27:52.797Z] ---> 80e4cc08fb5f [2023-01-03T04:27:52.797Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-03T04:27:55.327Z] ---> Running in dcaa4e278a92 [2023-01-03T04:27:55.327Z] ---> ea8ec85d0dcd [2023-01-03T04:27:55.327Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-03T04:27:55.584Z] Removing intermediate container 4d1b283dd9b4 [2023-01-03T04:27:55.584Z] ---> 164f9f3f84af [2023-01-03T04:27:55.584Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-03T04:27:55.584Z] ---> Running in 34bf18aa0a0b [2023-01-03T04:27:55.584Z] Removing intermediate container 7e129f15ac78 [2023-01-03T04:27:55.584Z] ---> 5e1a1c3ba7a8 [2023-01-03T04:27:55.584Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:27:55.584Z] ---> Running in f0697d41f786 [2023-01-03T04:27:55.841Z] Removing intermediate container f0697d41f786 [2023-01-03T04:27:55.841Z] ---> be558b57f1df [2023-01-03T04:27:55.841Z] Step 22/24 : LABEL arch=x86_64 [2023-01-03T04:27:55.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:55.841Z] ---> ef9d160a3b71 [2023-01-03T04:27:55.841Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-03T04:27:55.841Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.12.7 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 [2023-01-03T04:27:55.841Z] 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 [2023-01-03T04:27:55.841Z]  ---> Running in 4d6f7f4d725c [2023-01-03T04:27:55.841Z] Removing intermediate container 4d6f7f4d725c [2023-01-03T04:27:55.841Z] ---> be0c464d5382 [2023-01-03T04:27:55.841Z] Step 23/24 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:27:55.841Z] ---> Running in b3d279163dfa [2023-01-03T04:27:55.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:27:56.098Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-03T04:27:56.359Z] OK: 211 MiB in 51 packages [2023-01-03T04:27:56.617Z] Removing intermediate container b3d279163dfa [2023-01-03T04:27:56.617Z] ---> d65841a5390a [2023-01-03T04:27:56.617Z] Step 24/24 : LABEL version=3.0.0-dev.10 [2023-01-03T04:27:56.617Z] ---> 15b2619f92b4 [2023-01-03T04:27:56.617Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-03T04:27:56.617Z] ---> Running in c5e632c942e7 [2023-01-03T04:27:56.878Z] Removing intermediate container c5e632c942e7 [2023-01-03T04:27:56.878Z] ---> 956ba6ca1c59 [2023-01-03T04:27:56.878Z] [2023-01-03T04:27:56.878Z] Removing intermediate container dcaa4e278a92 [2023-01-03T04:27:56.878Z] ---> f36cdcae46b9 [2023-01-03T04:27:56.878Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-03T04:27:56.878Z] Successfully built 956ba6ca1c59 [2023-01-03T04:27:57.137Z] Successfully tagged security-secretstore-setup:latest [2023-01-03T04:27:57.137Z] Building security-spire-config [2023-01-03T04:27:57.137Z]  Building security-secretstore-setup ... done  ---> 129530312afe [2023-01-03T04:27:57.137Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-03T04:28:02.436Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:28:02.436Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:28:02.436Z] ---> 586f9e0d31a4 [2023-01-03T04:28:02.436Z] Step 3/24 : WORKDIR /edgex-go [2023-01-03T04:28:02.436Z] ---> Using cache [2023-01-03T04:28:02.436Z] ---> 80e4cc08fb5f [2023-01-03T04:28:02.436Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-03T04:28:02.436Z] ---> Using cache [2023-01-03T04:28:02.436Z] ---> f36cdcae46b9 [2023-01-03T04:28:02.436Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-03T04:28:02.436Z] ---> Using cache [2023-01-03T04:28:02.436Z] ---> e994844386ea [2023-01-03T04:28:02.436Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:28:02.436Z] ---> e994844386ea [2023-01-03T04:28:02.436Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:28:05.720Z] ---> Running in 0254377593a0 [2023-01-03T04:28:05.720Z] ---> Running in 48e65e60656a [2023-01-03T04:28:05.720Z] ---> Running in d3470ecfdd4e [2023-01-03T04:28:05.978Z] Removing intermediate container 0254377593a0 [2023-01-03T04:28:05.978Z] ---> be1f114f154d [2023-01-03T04:28:05.978Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:28:05.978Z] ---> Running in 68016d0a30ce [2023-01-03T04:28:05.978Z] Removing intermediate container e5d1a8141544 [2023-01-03T04:28:05.978Z] ---> f78858428a84 [2023-01-03T04:28:05.978Z] Step 13/22 : ENV APP_PORT=58890 [2023-01-03T04:28:06.237Z] Removing intermediate container 68016d0a30ce [2023-01-03T04:28:06.237Z] ---> fe50cf9ec79b [2023-01-03T04:28:06.237Z] Step 17/19 : LABEL arch=x86_64 [2023-01-03T04:28:06.237Z] ---> Running in 06a37938c90b [2023-01-03T04:28:06.237Z] ---> Running in 539340b03560 [2023-01-03T04:28:06.494Z] Removing intermediate container 06a37938c90b [2023-01-03T04:28:06.494Z] ---> 851356e3148d [2023-01-03T04:28:06.494Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-03T04:28:06.494Z] Removing intermediate container 539340b03560 [2023-01-03T04:28:06.494Z] ---> 0f0fc39a5c9a [2023-01-03T04:28:06.494Z] Step 18/19 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:06.494Z] ---> Running in 321635bf4aa5 [2023-01-03T04:28:06.494Z] ---> Running in db21b13ee960 [2023-01-03T04:28:06.806Z] Removing intermediate container 321635bf4aa5 [2023-01-03T04:28:06.806Z] ---> 46305bcb700b [2023-01-03T04:28:06.807Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2023-01-03T04:28:06.807Z] Removing intermediate container db21b13ee960 [2023-01-03T04:28:06.807Z] ---> 866075fe8797 [2023-01-03T04:28:06.807Z] Step 19/19 : LABEL version=3.0.0-dev.10 [2023-01-03T04:28:06.807Z] ---> Running in 82862e6d68d9 [2023-01-03T04:28:07.066Z] Removing intermediate container 82862e6d68d9 [2023-01-03T04:28:07.066Z] ---> 02db12ff767f [2023-01-03T04:28:07.066Z] [2023-01-03T04:28:07.066Z] Successfully built 02db12ff767f [2023-01-03T04:28:07.066Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-03T04:28:07.066Z]  Building security-spiffe-token-provider ... done Building core-metadata [2023-01-03T04:28:11.367Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:28:11.367Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:28:11.367Z] ---> 586f9e0d31a4 [2023-01-03T04:28:11.367Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:28:11.367Z] ---> Using cache [2023-01-03T04:28:11.367Z] ---> 5c4ef73c7c1a [2023-01-03T04:28:11.367Z] Step 4/24 : WORKDIR /edgex-go [2023-01-03T04:28:11.367Z] ---> Using cache [2023-01-03T04:28:11.367Z] ---> bda596408724 [2023-01-03T04:28:11.367Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-03T04:28:11.367Z] ---> Using cache [2023-01-03T04:28:11.367Z] ---> 42f34c9ecf85 [2023-01-03T04:28:11.367Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-03T04:28:11.367Z] ---> Using cache [2023-01-03T04:28:11.367Z] ---> 22daa71efaa0 [2023-01-03T04:28:11.367Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:28:11.367Z] ---> Using cache [2023-01-03T04:28:11.367Z] ---> ec4f3a629ae0 [2023-01-03T04:28:11.367Z] Step 8/24 : COPY . . [2023-01-03T04:28:11.367Z] ---> Using cache [2023-01-03T04:28:11.367Z] ---> b9d32c948c43 [2023-01-03T04:28:11.367Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-03T04:28:19.474Z] ---> 2042de6dd22a [2023-01-03T04:28:19.474Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2023-01-03T04:28:19.474Z] ---> Running in 19adb8da8167 [2023-01-03T04:28:21.377Z] ---> 132a43850cc4 [2023-01-03T04:28:21.377Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2023-01-03T04:28:21.377Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-03T04:28:26.725Z] ---> 00b135cfebef [2023-01-03T04:28:26.725Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2023-01-03T04:28:26.725Z] ---> Running in aee2e4020752 [2023-01-03T04:28:26.725Z] Removing intermediate container 34bf18aa0a0b [2023-01-03T04:28:26.725Z] ---> 3e0dc618b463 [2023-01-03T04:28:26.725Z] [2023-01-03T04:28:26.725Z] Step 10/22 : FROM alpine:3.16 [2023-01-03T04:28:26.725Z] ---> bfe296a52501 [2023-01-03T04:28:26.725Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-03T04:28:26.725Z] Removing intermediate container aee2e4020752 [2023-01-03T04:28:26.725Z] ---> 481de7c072db [2023-01-03T04:28:26.725Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:28:26.725Z] ---> Running in a8e7422f4064 [2023-01-03T04:28:26.987Z] ---> Running in 5562f3bc32a2 [2023-01-03T04:28:26.987Z] Removing intermediate container 48e65e60656a [2023-01-03T04:28:26.987Z] ---> 721ff7634ef1 [2023-01-03T04:28:26.987Z] Step 7/23 : COPY . . [2023-01-03T04:28:27.246Z] Removing intermediate container d3470ecfdd4e [2023-01-03T04:28:27.246Z] ---> f5550c69651e [2023-01-03T04:28:27.246Z] Step 7/24 : COPY . . [2023-01-03T04:28:28.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:28:28.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:28:28.890Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-03T04:28:28.890Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-03T04:28:28.890Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:28:28.890Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:28:28.890Z] OK: 6 MiB in 16 packages [2023-01-03T04:28:29.829Z] Removing intermediate container 5562f3bc32a2 [2023-01-03T04:28:29.829Z] ---> 48c1f5895b6b [2023-01-03T04:28:29.829Z] Step 20/22 : LABEL arch=x86_64 [2023-01-03T04:28:39.890Z] ---> Running in 471e47380f03 [2023-01-03T04:28:39.890Z] ---> 3f1de272f92c [2023-01-03T04:28:39.890Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-03T04:28:39.890Z] ---> Running in ec0e62121bc8 [2023-01-03T04:28:39.890Z] ---> 79efb3c625da [2023-01-03T04:28:39.890Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-03T04:28:39.890Z] Removing intermediate container 471e47380f03 [2023-01-03T04:28:39.890Z] ---> db984761ccd2 [2023-01-03T04:28:39.890Z] Step 21/22 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:39.890Z] ---> Running in a844169a6181 [2023-01-03T04:28:39.890Z] ---> Running in ed64fa193515 [2023-01-03T04:28:39.890Z] Removing intermediate container ec0e62121bc8 [2023-01-03T04:28:39.890Z] ---> 55ca0a1d3173 [2023-01-03T04:28:39.890Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-03T04:28:39.890Z] Removing intermediate container a8e7422f4064 [2023-01-03T04:28:39.890Z] ---> 29305279b92e [2023-01-03T04:28:39.890Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:28:39.890Z] ---> Running in 288bb1ceeefd [2023-01-03T04:28:39.890Z] ---> Running in 2b7182849d3e [2023-01-03T04:28:39.890Z] Removing intermediate container ed64fa193515 [2023-01-03T04:28:39.890Z] ---> e056ee8840df [2023-01-03T04:28:39.890Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-03T04:28:39.890Z] Removing intermediate container a844169a6181 [2023-01-03T04:28:39.890Z] ---> d734fde29c75 [2023-01-03T04:28:39.890Z] Step 22/22 : LABEL version=3.0.0-dev.10 [2023-01-03T04:28:39.890Z] ---> Running in 8043e6aef2ca [2023-01-03T04:28:39.890Z] ---> Running in 687abdee32f7 [2023-01-03T04:28:39.890Z] Removing intermediate container 2b7182849d3e [2023-01-03T04:28:39.890Z] ---> 85d49c9578a9 [2023-01-03T04:28:39.890Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-03T04:28:39.890Z] ---> Running in 886c7a745711 [2023-01-03T04:28:39.890Z] Removing intermediate container 687abdee32f7 [2023-01-03T04:28:39.890Z] ---> d4212a6be4db [2023-01-03T04:28:39.890Z] [2023-01-03T04:28:39.890Z] Removing intermediate container 288bb1ceeefd [2023-01-03T04:28:39.890Z] ---> 1577d0e685c8 [2023-01-03T04:28:39.890Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-03T04:28:39.890Z] Removing intermediate container 8043e6aef2ca [2023-01-03T04:28:39.890Z] ---> 334f4fe8fdee [2023-01-03T04:28:39.890Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-03T04:28:39.890Z] Successfully built d4212a6be4db [2023-01-03T04:28:39.890Z] Successfully tagged sys-mgmt-agent:latest [2023-01-03T04:28:39.890Z]  Building sys-mgmt-agent ... done  ---> Running in 94e0b1945cf3 [2023-01-03T04:28:39.890Z] ---> Running in 1a3ff1e69428 [2023-01-03T04:28:39.890Z] Removing intermediate container 886c7a745711 [2023-01-03T04:28:39.890Z] ---> d9c399813f36 [2023-01-03T04:28:39.890Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-03T04:28:39.890Z] ---> Running in b09b07226e5a [2023-01-03T04:28:39.890Z] Removing intermediate container b09b07226e5a [2023-01-03T04:28:39.890Z] ---> 318ade78e300 [2023-01-03T04:28:39.890Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:28:39.890Z] ---> e940ba04db80 [2023-01-03T04:28:39.890Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-03T04:28:41.273Z] ---> ce927e4a26a5 [2023-01-03T04:28:41.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-03T04:28:41.273Z] Removing intermediate container 94e0b1945cf3 [2023-01-03T04:28:41.273Z] ---> 49bfa380f184 [2023-01-03T04:28:41.273Z] Step 11/24 : WORKDIR /edgex-go [2023-01-03T04:28:41.532Z] Removing intermediate container 1a3ff1e69428 [2023-01-03T04:28:41.532Z] ---> 7d0cf8ae3d0a [2023-01-03T04:28:41.532Z] Step 11/23 : WORKDIR /edgex-go [2023-01-03T04:28:41.792Z] ---> Running in a1030f6e7a72 [2023-01-03T04:28:41.792Z] ---> efee31ed358c [2023-01-03T04:28:41.792Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-03T04:28:41.792Z] ---> Running in 404b402dcde2 [2023-01-03T04:28:41.792Z] ---> Running in 67c8e1d231e3 [2023-01-03T04:28:41.792Z] Removing intermediate container a1030f6e7a72 [2023-01-03T04:28:41.792Z] ---> 8cdae7201d38 [2023-01-03T04:28:41.792Z] [2023-01-03T04:28:41.792Z] Step 12/24 : FROM alpine:3.15 [2023-01-03T04:28:41.792Z] ---> c4fc93816858 [2023-01-03T04:28:41.792Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:28:41.792Z] ---> Using cache [2023-01-03T04:28:41.792Z] ---> a4093e28ffe5 [2023-01-03T04:28:41.792Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-03T04:28:42.051Z] ---> Running in dafee04a4545 [2023-01-03T04:28:42.315Z] Removing intermediate container 67c8e1d231e3 [2023-01-03T04:28:42.315Z] ---> 32588cb1c8b0 [2023-01-03T04:28:42.315Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:28:42.315Z] Removing intermediate container 404b402dcde2 [2023-01-03T04:28:42.315Z] ---> 8478b5ea2f4b [2023-01-03T04:28:42.315Z] [2023-01-03T04:28:42.315Z] Step 12/23 : FROM alpine:3.15 [2023-01-03T04:28:42.315Z] ---> c4fc93816858 [2023-01-03T04:28:42.315Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:28:42.315Z] ---> Using cache [2023-01-03T04:28:42.315Z] ---> a4093e28ffe5 [2023-01-03T04:28:42.315Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-03T04:28:42.315Z] ---> Using cache [2023-01-03T04:28:42.315Z] ---> 6583e9630a2a [2023-01-03T04:28:42.315Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-03T04:28:42.315Z] ---> Running in 19992acfd46c [2023-01-03T04:28:42.315Z] Removing intermediate container 19992acfd46c [2023-01-03T04:28:42.315Z] ---> 0475e4d7f921 [2023-01-03T04:28:42.315Z] Step 20/22 : LABEL arch=x86_64 [2023-01-03T04:28:42.315Z] ---> Running in a72ad4d42505 [2023-01-03T04:28:42.576Z] Removing intermediate container a72ad4d42505 [2023-01-03T04:28:42.576Z] ---> 459749470921 [2023-01-03T04:28:42.576Z] Step 21/22 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:42.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:28:42.576Z] ---> Running in 6a72686d7ff3 [2023-01-03T04:28:42.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:28:42.836Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-03T04:28:42.836Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-03T04:28:42.836Z] OK: 15859 distinct packages available [2023-01-03T04:28:42.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-03T04:28:43.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-03T04:28:43.095Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-03T04:28:43.095Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-03T04:28:43.095Z] (3/4) Installing libucontext (1.1-r0) [2023-01-03T04:28:43.095Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-03T04:28:43.095Z] Executing busybox-1.34.1-r7.trigger [2023-01-03T04:28:43.095Z] OK: 6 MiB in 18 packages [2023-01-03T04:28:43.358Z] Removing intermediate container 6a72686d7ff3 [2023-01-03T04:28:43.358Z] ---> 9e94af041a64 [2023-01-03T04:28:43.358Z] Step 22/22 : LABEL version=3.0.0-dev.10 [2023-01-03T04:28:44.315Z] ---> Running in 27dfa234e3e5 [2023-01-03T04:28:44.315Z] ---> 361984199e47 [2023-01-03T04:28:44.315Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-03T04:28:44.315Z] Removing intermediate container 27dfa234e3e5 [2023-01-03T04:28:44.315Z] ---> 3369644b66d5 [2023-01-03T04:28:44.315Z] [2023-01-03T04:28:44.315Z] ---> 2c7978ad8e85 [2023-01-03T04:28:44.315Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-03T04:28:44.315Z] Successfully built 3369644b66d5 [2023-01-03T04:28:44.315Z] Successfully tagged support-notifications:latest [2023-01-03T04:28:44.315Z]  Building support-notifications ... done Removing intermediate container dafee04a4545 [2023-01-03T04:28:44.315Z] ---> 60d8ba5f40de [2023-01-03T04:28:44.315Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-03T04:28:44.575Z] ---> 5546cc3af04e [2023-01-03T04:28:44.575Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-03T04:28:47.122Z] ---> 0372365206e9 [2023-01-03T04:28:47.122Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-03T04:28:47.122Z] ---> Running in 4fea91b2858b [2023-01-03T04:28:47.122Z] ---> bacf853c471f [2023-01-03T04:28:47.122Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-03T04:28:47.122Z] Removing intermediate container 19adb8da8167 [2023-01-03T04:28:47.122Z] ---> 93dc958a0ca8 [2023-01-03T04:28:47.122Z] [2023-01-03T04:28:47.122Z] Step 10/24 : FROM alpine:3.16 [2023-01-03T04:28:47.122Z] ---> bfe296a52501 [2023-01-03T04:28:47.122Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-03T04:28:47.122Z] ---> Using cache [2023-01-03T04:28:47.122Z] ---> c3bd92afe8f8 [2023-01-03T04:28:47.122Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:28:47.122Z] ---> Using cache [2023-01-03T04:28:47.122Z] ---> ba987bca1fdd [2023-01-03T04:28:47.122Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-03T04:28:47.122Z] ---> Running in 9e6c1d5ec6ad [2023-01-03T04:28:47.122Z] Removing intermediate container 4fea91b2858b [2023-01-03T04:28:47.122Z] ---> a4d15fa4bea8 [2023-01-03T04:28:47.122Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-03T04:28:47.122Z] ---> Running in 8b239669ddfd [2023-01-03T04:28:47.122Z] ---> 4e5ac3087382 [2023-01-03T04:28:47.122Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-03T04:28:47.122Z] Removing intermediate container 9e6c1d5ec6ad [2023-01-03T04:28:47.122Z] ---> c4db2cce8c09 [2023-01-03T04:28:47.122Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-03T04:28:47.122Z] ---> Running in 745d1a2258ab [2023-01-03T04:28:47.122Z] ---> Running in acecf29a9e0b [2023-01-03T04:28:47.122Z] Removing intermediate container 8b239669ddfd [2023-01-03T04:28:47.122Z] ---> 7f712fb46826 [2023-01-03T04:28:47.122Z] Step 21/23 : LABEL arch=x86_64 [2023-01-03T04:28:47.122Z] ---> Running in d9f6670038c6 [2023-01-03T04:28:47.122Z] Removing intermediate container 745d1a2258ab [2023-01-03T04:28:47.122Z] ---> 82018db6a2ec [2023-01-03T04:28:47.122Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-03T04:28:47.122Z] Removing intermediate container acecf29a9e0b [2023-01-03T04:28:47.122Z] ---> 6b5a8aad02d0 [2023-01-03T04:28:47.122Z] Step 15/24 : WORKDIR / [2023-01-03T04:28:47.122Z] ---> Running in 6c94bb10978f [2023-01-03T04:28:47.122Z] Removing intermediate container d9f6670038c6 [2023-01-03T04:28:47.122Z] ---> bd7b87d02341 [2023-01-03T04:28:47.122Z] Step 22/23 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:47.122Z] ---> Running in 8be6b8e4d25f [2023-01-03T04:28:47.122Z] ---> 07efca254e09 [2023-01-03T04:28:47.122Z] Step 19/24 : WORKDIR / [2023-01-03T04:28:47.122Z] Removing intermediate container 6c94bb10978f [2023-01-03T04:28:47.122Z] ---> 0a454145878e [2023-01-03T04:28:47.122Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:28:47.122Z] ---> Running in 7869cc3fc2df [2023-01-03T04:28:47.122Z] Removing intermediate container 8be6b8e4d25f [2023-01-03T04:28:47.122Z] ---> f52f79e07b0c [2023-01-03T04:28:47.122Z] Step 23/23 : LABEL version=3.0.0-dev.10 [2023-01-03T04:28:47.381Z] ---> Running in 7537d9486abc [2023-01-03T04:28:47.381Z] Removing intermediate container 7869cc3fc2df [2023-01-03T04:28:47.381Z] ---> 9950a5dbcb5b [2023-01-03T04:28:47.381Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-03T04:28:47.381Z] ---> Running in 4a89259e3adb [2023-01-03T04:28:47.381Z] ---> a70374406709 [2023-01-03T04:28:47.381Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-03T04:28:47.381Z] Removing intermediate container 7537d9486abc [2023-01-03T04:28:47.381Z] ---> 1cbdd367ce14 [2023-01-03T04:28:47.381Z] [2023-01-03T04:28:47.381Z] Removing intermediate container 4a89259e3adb [2023-01-03T04:28:47.381Z] ---> b35758cc409e [2023-01-03T04:28:47.381Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-03T04:28:47.381Z] Successfully built 1cbdd367ce14 [2023-01-03T04:28:47.381Z] Successfully tagged security-spire-server:latest [2023-01-03T04:28:47.381Z]  Building security-spire-server ... done  ---> Running in efc3ff1aab5d [2023-01-03T04:28:47.642Z] Removing intermediate container efc3ff1aab5d [2023-01-03T04:28:47.642Z] ---> af3a2548da98 [2023-01-03T04:28:47.642Z] Step 22/24 : LABEL arch=x86_64 [2023-01-03T04:28:47.903Z] ---> Running in cd5366ca05ca [2023-01-03T04:28:47.903Z] ---> 0dedcf601e82 [2023-01-03T04:28:47.903Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-03T04:28:47.903Z] Removing intermediate container cd5366ca05ca [2023-01-03T04:28:47.903Z] ---> eea8c58936f5 [2023-01-03T04:28:47.903Z] Step 23/24 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:47.903Z] ---> Running in a0205d1e0103 [2023-01-03T04:28:47.903Z] ---> e8baa960dff4 [2023-01-03T04:28:47.903Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-03T04:28:47.903Z] Removing intermediate container a0205d1e0103 [2023-01-03T04:28:47.903Z] ---> dc8d59c4d545 [2023-01-03T04:28:47.903Z] Step 24/24 : LABEL version=3.0.0-dev.10 [2023-01-03T04:28:48.165Z] ---> Running in 2fdd7addd4c1 [2023-01-03T04:28:48.165Z] Removing intermediate container 2fdd7addd4c1 [2023-01-03T04:28:48.165Z] ---> 05cdf6ba76b1 [2023-01-03T04:28:48.165Z] [2023-01-03T04:28:48.165Z] ---> 3df902f9b949 [2023-01-03T04:28:48.165Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-03T04:28:48.165Z] ---> Running in 539db32b716c [2023-01-03T04:28:48.165Z] Successfully built 05cdf6ba76b1 [2023-01-03T04:28:48.165Z] Successfully tagged security-spire-config:latest [2023-01-03T04:28:48.165Z]  Building security-spire-config ... done Removing intermediate container 539db32b716c [2023-01-03T04:28:48.165Z] ---> b9470ca31a58 [2023-01-03T04:28:48.165Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:28:48.165Z] ---> Running in 366662a3b821 [2023-01-03T04:28:48.427Z] Removing intermediate container 366662a3b821 [2023-01-03T04:28:48.427Z] ---> 0b7e1cc2a953 [2023-01-03T04:28:48.427Z] Step 22/24 : LABEL arch=x86_64 [2023-01-03T04:28:48.427Z] ---> Running in 35ff6c237be9 [2023-01-03T04:28:48.427Z] Removing intermediate container 35ff6c237be9 [2023-01-03T04:28:48.427Z] ---> 32d51361ef57 [2023-01-03T04:28:48.427Z] Step 23/24 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:48.427Z] ---> Running in aabe5db4dbec [2023-01-03T04:28:48.427Z] Removing intermediate container aabe5db4dbec [2023-01-03T04:28:48.427Z] ---> 85bb9c4f5fd1 [2023-01-03T04:28:48.427Z] Step 24/24 : LABEL version=3.0.0-dev.10 [2023-01-03T04:28:48.427Z] ---> Running in ee1e92cc1d8c [2023-01-03T04:28:48.688Z] Removing intermediate container ee1e92cc1d8c [2023-01-03T04:28:48.688Z] ---> b2e2c81fd20d [2023-01-03T04:28:48.688Z] [2023-01-03T04:28:48.688Z] Successfully built b2e2c81fd20d [2023-01-03T04:28:48.688Z] Successfully tagged core-metadata:latest [2023-01-03T04:28:48.696Z]  Building core-metadata ... done  [Pipeline] } [2023-01-03T04:28:48.705Z] $ docker stop --time=1 07b1d09d1c2205692efa25568cadfb3ceb7e151c6ea53f7aec3a05a0e9301ca2 [2023-01-03T04:28:50.002Z] $ docker rm -f --volumes 07b1d09d1c2205692efa25568cadfb3ceb7e151c6ea53f7aec3a05a0e9301ca2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T04:28:50.338Z] + docker images [2023-01-03T04:28:50.338Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-03T04:28:50.338Z] core-metadata latest b2e2c81fd20d 2 seconds ago 18.5MB [2023-01-03T04:28:50.338Z] security-spire-config latest 05cdf6ba76b1 3 seconds ago 85.8MB [2023-01-03T04:28:50.339Z] security-spire-server latest 1cbdd367ce14 3 seconds ago 86.5MB [2023-01-03T04:28:50.339Z] 93dc958a0ca8 4 seconds ago 1.62GB [2023-01-03T04:28:50.339Z] support-notifications latest 3369644b66d5 6 seconds ago 30.5MB [2023-01-03T04:28:50.339Z] 8478b5ea2f4b 9 seconds ago 1.49GB [2023-01-03T04:28:50.339Z] 8cdae7201d38 9 seconds ago 1.49GB [2023-01-03T04:28:50.339Z] sys-mgmt-agent latest d4212a6be4db 11 seconds ago 136MB [2023-01-03T04:28:50.339Z] 3e0dc618b463 25 seconds ago 1.68GB [2023-01-03T04:28:50.339Z] security-spiffe-token-provider latest 02db12ff767f 44 seconds ago 29.7MB [2023-01-03T04:28:50.339Z] security-secretstore-setup latest 956ba6ca1c59 54 seconds ago 29.9MB [2023-01-03T04:28:50.339Z] support-scheduler latest b968105e3821 About a minute ago 29.9MB [2023-01-03T04:28:50.339Z] e658a1d0acdd About a minute ago 1.65GB [2023-01-03T04:28:50.339Z] 051ebdaff80e About a minute ago 1.6GB [2023-01-03T04:28:50.339Z] security-bootstrapper latest 0526e02f34be About a minute ago 20.3MB [2023-01-03T04:28:50.339Z] 17531c421d8c About a minute ago 1.68GB [2023-01-03T04:28:50.339Z] 693d0e822cbb About a minute ago 1.61GB [2023-01-03T04:28:50.339Z] security-proxy-setup latest 43b224729d67 2 minutes ago 27.7MB [2023-01-03T04:28:50.339Z] core-command latest 5826c13ac4f5 2 minutes ago 17.7MB [2023-01-03T04:28:50.339Z] core-data latest 9823d649e45d 2 minutes ago 17.9MB [2023-01-03T04:28:50.339Z] security-spire-agent latest 0dd29a4e2006 2 minutes ago 125MB [2023-01-03T04:28:50.339Z] e77efe511719 2 minutes ago 1.6GB [2023-01-03T04:28:50.339Z] 010686608399 2 minutes ago 1.62GB [2023-01-03T04:28:50.339Z] a93066a425cc 2 minutes ago 1.61GB [2023-01-03T04:28:50.339Z] 0f1086d58f58 3 minutes ago 1.6GB [2023-01-03T04:28:50.339Z] c4572d000cde 3 minutes ago 1.49GB [2023-01-03T04:28:50.339Z] ci-base-image-x86_64 latest 586f9e0d31a4 7 minutes ago 947MB [2023-01-03T04:28:50.339Z] alpine 3.16 bfe296a52501 7 weeks ago 5.54MB [2023-01-03T04:28:50.339Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-03T04:28:50.339Z] alpine 3.15 c4fc93816858 4 months ago 5.59MB [2023-01-03T04:28:50.339Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 months ago 253MB [2023-01-03T04:28:50.339Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T04:28:50.456Z] provisioning config files... [2023-01-03T04:28:50.466Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/364@tmp/config7652116079580499995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:28:50.763Z] ---> docker-login.sh [2023-01-03T04:28:50.763Z] nexus3.edgexfoundry.org:10001 [2023-01-03T04:28:50.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:28:50.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:28:50.763Z] Configure a credential helper to remove this warning. See [2023-01-03T04:28:50.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:28:50.763Z] [2023-01-03T04:28:50.763Z] Login Succeeded [2023-01-03T04:28:50.763Z] nexus3.edgexfoundry.org:10002 [2023-01-03T04:28:50.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:28:50.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:28:50.763Z] Configure a credential helper to remove this warning. See [2023-01-03T04:28:50.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:28:50.763Z] [2023-01-03T04:28:50.763Z] Login Succeeded [2023-01-03T04:28:50.763Z] nexus3.edgexfoundry.org:10003 [2023-01-03T04:28:51.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:28:51.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:28:51.023Z] Configure a credential helper to remove this warning. See [2023-01-03T04:28:51.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:28:51.023Z] [2023-01-03T04:28:51.023Z] Login Succeeded [2023-01-03T04:28:51.023Z] nexus3.edgexfoundry.org:10004 [2023-01-03T04:28:51.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:28:51.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:28:51.023Z] Configure a credential helper to remove this warning. See [2023-01-03T04:28:51.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:28:51.023Z] [2023-01-03T04:28:51.023Z] Login Succeeded [2023-01-03T04:28:51.023Z] docker.io [2023-01-03T04:28:51.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:28:51.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:28:51.282Z] Configure a credential helper to remove this warning. See [2023-01-03T04:28:51.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:28:51.282Z] [2023-01-03T04:28:51.282Z] Login Succeeded [2023-01-03T04:28:51.282Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T04:28:51.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:28:51.328Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T04:28:51.352Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-03T04:28:51.352Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:51.352Z] latest [2023-01-03T04:28:51.352Z] 3.0.0-dev.10 [2023-01-03T04:28:51.352Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:28:51.352Z] main [2023-01-03T04:28:51.352Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:51.668Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:51.973Z] + docker push nexus3.edgexfoundry.org:10004/core-command:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:51.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-03T04:28:51.973Z] 3df3a898c483: Preparing [2023-01-03T04:28:51.973Z] 3316edba662f: Preparing [2023-01-03T04:28:51.973Z] b4b2df779aac: Preparing [2023-01-03T04:28:51.973Z] 939c848b7452: Preparing [2023-01-03T04:28:51.973Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:51.973Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:51.973Z] b4b2df779aac: Pushed [2023-01-03T04:28:51.973Z] 3df3a898c483: Pushed [2023-01-03T04:28:51.973Z] 939c848b7452: Pushed [2023-01-03T04:28:53.351Z] 3316edba662f: Pushed [2023-01-03T04:28:53.351Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:98e5c1a595d5a61e48fe2d0912bc5516ea7215c85fd80892869ed0995f6ad37a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:53.664Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:53.967Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-03T04:28:53.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-03T04:28:53.967Z] 3df3a898c483: Preparing [2023-01-03T04:28:53.967Z] 3316edba662f: Preparing [2023-01-03T04:28:53.967Z] b4b2df779aac: Preparing [2023-01-03T04:28:53.967Z] 939c848b7452: Preparing [2023-01-03T04:28:53.967Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:53.967Z] 939c848b7452: Layer already exists [2023-01-03T04:28:53.967Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:53.967Z] b4b2df779aac: Layer already exists [2023-01-03T04:28:53.967Z] 3df3a898c483: Layer already exists [2023-01-03T04:28:53.967Z] 3316edba662f: Layer already exists [2023-01-03T04:28:53.967Z] latest: digest: sha256:98e5c1a595d5a61e48fe2d0912bc5516ea7215c85fd80892869ed0995f6ad37a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:54.342Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:54.700Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.10 [2023-01-03T04:28:54.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-03T04:28:54.700Z] 3df3a898c483: Preparing [2023-01-03T04:28:54.700Z] 3316edba662f: Preparing [2023-01-03T04:28:54.700Z] b4b2df779aac: Preparing [2023-01-03T04:28:54.700Z] 939c848b7452: Preparing [2023-01-03T04:28:54.700Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:54.700Z] 3316edba662f: Layer already exists [2023-01-03T04:28:54.700Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:54.700Z] 939c848b7452: Layer already exists [2023-01-03T04:28:54.700Z] b4b2df779aac: Layer already exists [2023-01-03T04:28:54.700Z] 3df3a898c483: Layer already exists [2023-01-03T04:28:54.700Z] 3.0.0-dev.10: digest: sha256:98e5c1a595d5a61e48fe2d0912bc5516ea7215c85fd80892869ed0995f6ad37a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:55.065Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:55.413Z] + docker push nexus3.edgexfoundry.org:10004/core-command:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:28:55.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-03T04:28:55.413Z] 3df3a898c483: Preparing [2023-01-03T04:28:55.413Z] 3316edba662f: Preparing [2023-01-03T04:28:55.413Z] b4b2df779aac: Preparing [2023-01-03T04:28:55.413Z] 939c848b7452: Preparing [2023-01-03T04:28:55.413Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:55.413Z] 3df3a898c483: Layer already exists [2023-01-03T04:28:55.413Z] 939c848b7452: Layer already exists [2023-01-03T04:28:55.413Z] 3316edba662f: Layer already exists [2023-01-03T04:28:55.413Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:55.413Z] b4b2df779aac: Layer already exists [2023-01-03T04:28:55.413Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:98e5c1a595d5a61e48fe2d0912bc5516ea7215c85fd80892869ed0995f6ad37a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:55.747Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:56.048Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-03T04:28:56.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-03T04:28:56.048Z] 3df3a898c483: Preparing [2023-01-03T04:28:56.048Z] 3316edba662f: Preparing [2023-01-03T04:28:56.048Z] b4b2df779aac: Preparing [2023-01-03T04:28:56.048Z] 939c848b7452: Preparing [2023-01-03T04:28:56.048Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:56.048Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:56.048Z] 3316edba662f: Layer already exists [2023-01-03T04:28:56.048Z] 3df3a898c483: Layer already exists [2023-01-03T04:28:56.048Z] 939c848b7452: Layer already exists [2023-01-03T04:28:56.048Z] b4b2df779aac: Layer already exists [2023-01-03T04:28:56.048Z] main: digest: sha256:98e5c1a595d5a61e48fe2d0912bc5516ea7215c85fd80892869ed0995f6ad37a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:28:56.084Z] ===================================================== [Pipeline] echo [2023-01-03T04:28:56.090Z] taggedImages: [2023-01-03T04:28:56.090Z] - nexus3.edgexfoundry.org:10004/core-command:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:56.090Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-03T04:28:56.090Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.10 [2023-01-03T04:28:56.090Z] - nexus3.edgexfoundry.org:10004/core-command:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:28:56.090Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-03T04:28:56.104Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-03T04:28:56.104Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:56.104Z] latest [2023-01-03T04:28:56.104Z] 3.0.0-dev.10 [2023-01-03T04:28:56.104Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:28:56.104Z] main [2023-01-03T04:28:56.104Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:56.409Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:56.712Z] + docker push nexus3.edgexfoundry.org:10004/core-data:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:28:56.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-03T04:28:56.712Z] 6179960e5317: Preparing [2023-01-03T04:28:56.712Z] 93640fdd76ce: Preparing [2023-01-03T04:28:56.712Z] b4b2df779aac: Preparing [2023-01-03T04:28:56.712Z] e83f2a6a2292: Preparing [2023-01-03T04:28:56.712Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:56.712Z] b4b2df779aac: Layer already exists [2023-01-03T04:28:56.712Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:56.712Z] e83f2a6a2292: Pushed [2023-01-03T04:28:56.712Z] 6179960e5317: Pushed [2023-01-03T04:28:58.089Z] 93640fdd76ce: Pushed [2023-01-03T04:28:58.089Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:e84e2020f9853eee077c7d76e92708c00b38ea103e1980cba5d240af0d1b890c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:58.393Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:58.698Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-03T04:28:58.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-03T04:28:58.698Z] 6179960e5317: Preparing [2023-01-03T04:28:58.698Z] 93640fdd76ce: Preparing [2023-01-03T04:28:58.698Z] b4b2df779aac: Preparing [2023-01-03T04:28:58.698Z] e83f2a6a2292: Preparing [2023-01-03T04:28:58.698Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:58.698Z] b4b2df779aac: Layer already exists [2023-01-03T04:28:58.698Z] 6179960e5317: Layer already exists [2023-01-03T04:28:58.698Z] e83f2a6a2292: Layer already exists [2023-01-03T04:28:58.698Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:58.698Z] 93640fdd76ce: Layer already exists [2023-01-03T04:28:58.698Z] latest: digest: sha256:e84e2020f9853eee077c7d76e92708c00b38ea103e1980cba5d240af0d1b890c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:59.006Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:59.308Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.10 [2023-01-03T04:28:59.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-03T04:28:59.308Z] 6179960e5317: Preparing [2023-01-03T04:28:59.308Z] 93640fdd76ce: Preparing [2023-01-03T04:28:59.308Z] b4b2df779aac: Preparing [2023-01-03T04:28:59.308Z] e83f2a6a2292: Preparing [2023-01-03T04:28:59.308Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:59.308Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:59.308Z] e83f2a6a2292: Layer already exists [2023-01-03T04:28:59.308Z] 93640fdd76ce: Layer already exists [2023-01-03T04:28:59.308Z] b4b2df779aac: Layer already exists [2023-01-03T04:28:59.308Z] 6179960e5317: Layer already exists [2023-01-03T04:28:59.308Z] 3.0.0-dev.10: digest: sha256:e84e2020f9853eee077c7d76e92708c00b38ea103e1980cba5d240af0d1b890c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:59.620Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:28:59.923Z] + docker push nexus3.edgexfoundry.org:10004/core-data:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:28:59.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-03T04:28:59.923Z] 6179960e5317: Preparing [2023-01-03T04:28:59.923Z] 93640fdd76ce: Preparing [2023-01-03T04:28:59.923Z] b4b2df779aac: Preparing [2023-01-03T04:28:59.923Z] e83f2a6a2292: Preparing [2023-01-03T04:28:59.923Z] e5e13b0c77cb: Preparing [2023-01-03T04:28:59.923Z] e83f2a6a2292: Layer already exists [2023-01-03T04:28:59.923Z] b4b2df779aac: Layer already exists [2023-01-03T04:28:59.923Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:28:59.923Z] 6179960e5317: Layer already exists [2023-01-03T04:28:59.923Z] 93640fdd76ce: Layer already exists [2023-01-03T04:28:59.923Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:e84e2020f9853eee077c7d76e92708c00b38ea103e1980cba5d240af0d1b890c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:00.227Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:00.536Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-03T04:29:00.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-03T04:29:00.536Z] 6179960e5317: Preparing [2023-01-03T04:29:00.536Z] 93640fdd76ce: Preparing [2023-01-03T04:29:00.536Z] b4b2df779aac: Preparing [2023-01-03T04:29:00.536Z] e83f2a6a2292: Preparing [2023-01-03T04:29:00.536Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:00.536Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:00.536Z] e83f2a6a2292: Layer already exists [2023-01-03T04:29:00.536Z] 93640fdd76ce: Layer already exists [2023-01-03T04:29:00.536Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:00.536Z] 6179960e5317: Layer already exists [2023-01-03T04:29:00.536Z] main: digest: sha256:e84e2020f9853eee077c7d76e92708c00b38ea103e1980cba5d240af0d1b890c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:00.570Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:00.575Z] taggedImages: [2023-01-03T04:29:00.575Z] - nexus3.edgexfoundry.org:10004/core-data:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:00.575Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-03T04:29:00.575Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.10 [2023-01-03T04:29:00.575Z] - nexus3.edgexfoundry.org:10004/core-data:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:00.575Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-03T04:29:00.590Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-03T04:29:00.591Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:00.591Z] latest [2023-01-03T04:29:00.591Z] 3.0.0-dev.10 [2023-01-03T04:29:00.591Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:00.591Z] main [2023-01-03T04:29:00.591Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:00.896Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:01.199Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:01.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-03T04:29:01.199Z] 5487c428e5d9: Preparing [2023-01-03T04:29:01.199Z] d569a1903546: Preparing [2023-01-03T04:29:01.199Z] 4f30732f61c9: Preparing [2023-01-03T04:29:01.199Z] b4b2df779aac: Preparing [2023-01-03T04:29:01.199Z] 939c848b7452: Preparing [2023-01-03T04:29:01.199Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:01.199Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:01.199Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:01.199Z] 939c848b7452: Layer already exists [2023-01-03T04:29:01.199Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:01.199Z] 5487c428e5d9: Pushed [2023-01-03T04:29:01.199Z] d569a1903546: Pushed [2023-01-03T04:29:02.579Z] 4f30732f61c9: Pushed [2023-01-03T04:29:02.837Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:f5aa1d2d0814107623aff659664522068eb65de2639d85f2c9b0753d6e7a33ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:03.145Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:03.449Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-03T04:29:03.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-03T04:29:03.449Z] 5487c428e5d9: Preparing [2023-01-03T04:29:03.449Z] d569a1903546: Preparing [2023-01-03T04:29:03.449Z] 4f30732f61c9: Preparing [2023-01-03T04:29:03.449Z] b4b2df779aac: Preparing [2023-01-03T04:29:03.449Z] 939c848b7452: Preparing [2023-01-03T04:29:03.449Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:03.449Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:03.449Z] 4f30732f61c9: Layer already exists [2023-01-03T04:29:03.449Z] 939c848b7452: Layer already exists [2023-01-03T04:29:03.449Z] 5487c428e5d9: Layer already exists [2023-01-03T04:29:03.449Z] d569a1903546: Layer already exists [2023-01-03T04:29:03.449Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:03.449Z] latest: digest: sha256:f5aa1d2d0814107623aff659664522068eb65de2639d85f2c9b0753d6e7a33ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:03.755Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:04.058Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.10 [2023-01-03T04:29:04.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-03T04:29:04.058Z] 5487c428e5d9: Preparing [2023-01-03T04:29:04.058Z] d569a1903546: Preparing [2023-01-03T04:29:04.058Z] 4f30732f61c9: Preparing [2023-01-03T04:29:04.058Z] b4b2df779aac: Preparing [2023-01-03T04:29:04.058Z] 939c848b7452: Preparing [2023-01-03T04:29:04.058Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:04.058Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:04.058Z] d569a1903546: Layer already exists [2023-01-03T04:29:04.058Z] 939c848b7452: Layer already exists [2023-01-03T04:29:04.058Z] 4f30732f61c9: Layer already exists [2023-01-03T04:29:04.058Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:04.058Z] 5487c428e5d9: Layer already exists [2023-01-03T04:29:04.058Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:04.058Z] 3.0.0-dev.10: digest: sha256:f5aa1d2d0814107623aff659664522068eb65de2639d85f2c9b0753d6e7a33ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:04.367Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:04.675Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:04.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-03T04:29:04.675Z] 5487c428e5d9: Preparing [2023-01-03T04:29:04.675Z] d569a1903546: Preparing [2023-01-03T04:29:04.675Z] 4f30732f61c9: Preparing [2023-01-03T04:29:04.675Z] b4b2df779aac: Preparing [2023-01-03T04:29:04.675Z] 939c848b7452: Preparing [2023-01-03T04:29:04.675Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:04.675Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:04.675Z] 939c848b7452: Layer already exists [2023-01-03T04:29:04.675Z] 5487c428e5d9: Layer already exists [2023-01-03T04:29:04.675Z] 4f30732f61c9: Layer already exists [2023-01-03T04:29:04.675Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:04.675Z] d569a1903546: Layer already exists [2023-01-03T04:29:04.675Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:04.675Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:f5aa1d2d0814107623aff659664522068eb65de2639d85f2c9b0753d6e7a33ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:04.989Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:05.297Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-03T04:29:05.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-03T04:29:05.297Z] 5487c428e5d9: Preparing [2023-01-03T04:29:05.297Z] d569a1903546: Preparing [2023-01-03T04:29:05.297Z] 4f30732f61c9: Preparing [2023-01-03T04:29:05.297Z] b4b2df779aac: Preparing [2023-01-03T04:29:05.297Z] 939c848b7452: Preparing [2023-01-03T04:29:05.297Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:05.297Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:05.297Z] 939c848b7452: Layer already exists [2023-01-03T04:29:05.297Z] 4f30732f61c9: Layer already exists [2023-01-03T04:29:05.297Z] d569a1903546: Layer already exists [2023-01-03T04:29:05.297Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:05.297Z] 5487c428e5d9: Layer already exists [2023-01-03T04:29:05.297Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:05.297Z] main: digest: sha256:f5aa1d2d0814107623aff659664522068eb65de2639d85f2c9b0753d6e7a33ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:05.339Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:05.347Z] taggedImages: [2023-01-03T04:29:05.347Z] - nexus3.edgexfoundry.org:10004/core-metadata:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:05.347Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-03T04:29:05.347Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.10 [2023-01-03T04:29:05.347Z] - nexus3.edgexfoundry.org:10004/core-metadata:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:05.347Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-03T04:29:05.366Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-03T04:29:05.366Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:05.366Z] latest [2023-01-03T04:29:05.366Z] 3.0.0-dev.10 [2023-01-03T04:29:05.366Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:05.366Z] main [2023-01-03T04:29:05.366Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:05.696Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:06.012Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:06.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-03T04:29:06.012Z] ab04aea41f1c: Preparing [2023-01-03T04:29:06.012Z] ab04aea41f1c: Preparing [2023-01-03T04:29:06.012Z] a03a2c504488: Preparing [2023-01-03T04:29:06.012Z] 73c34a17829d: Preparing [2023-01-03T04:29:06.012Z] 4e2ee2c84e0f: Preparing [2023-01-03T04:29:06.012Z] 6095ea34ca5f: Preparing [2023-01-03T04:29:06.012Z] 5c494c628a50: Preparing [2023-01-03T04:29:06.012Z] b4b2df779aac: Preparing [2023-01-03T04:29:06.012Z] 337a7126b86f: Preparing [2023-01-03T04:29:06.012Z] 71b084e0750b: Preparing [2023-01-03T04:29:06.012Z] 5026014ca5a4: Preparing [2023-01-03T04:29:06.012Z] edf4d72aabce: Preparing [2023-01-03T04:29:06.012Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:06.012Z] 5c494c628a50: Waiting [2023-01-03T04:29:06.012Z] b4b2df779aac: Waiting [2023-01-03T04:29:06.012Z] 337a7126b86f: Waiting [2023-01-03T04:29:06.012Z] 71b084e0750b: Waiting [2023-01-03T04:29:06.012Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:06.012Z] 5026014ca5a4: Waiting [2023-01-03T04:29:06.012Z] edf4d72aabce: Waiting [2023-01-03T04:29:06.012Z] 73c34a17829d: Pushed [2023-01-03T04:29:06.012Z] a03a2c504488: Pushed [2023-01-03T04:29:06.012Z] ab04aea41f1c: Pushed [2023-01-03T04:29:06.012Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:06.012Z] 6095ea34ca5f: Pushed [2023-01-03T04:29:06.012Z] 4e2ee2c84e0f: Pushed [2023-01-03T04:29:06.271Z] 337a7126b86f: Pushed [2023-01-03T04:29:06.271Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:06.271Z] edf4d72aabce: Pushed [2023-01-03T04:29:06.271Z] 71b084e0750b: Pushed [2023-01-03T04:29:06.271Z] 5026014ca5a4: Pushed [2023-01-03T04:29:07.648Z] 5c494c628a50: Pushed [2023-01-03T04:29:07.908Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:6a67a3088edf6eb5e829c113173e71215a8569844238dd862f9b02ed4b4ad3da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:08.232Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:08.538Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-03T04:29:08.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-03T04:29:08.538Z] ab04aea41f1c: Preparing [2023-01-03T04:29:08.538Z] ab04aea41f1c: Preparing [2023-01-03T04:29:08.538Z] a03a2c504488: Preparing [2023-01-03T04:29:08.538Z] 73c34a17829d: Preparing [2023-01-03T04:29:08.538Z] 4e2ee2c84e0f: Preparing [2023-01-03T04:29:08.538Z] 6095ea34ca5f: Preparing [2023-01-03T04:29:08.538Z] 5c494c628a50: Preparing [2023-01-03T04:29:08.538Z] b4b2df779aac: Preparing [2023-01-03T04:29:08.538Z] 337a7126b86f: Preparing [2023-01-03T04:29:08.538Z] 71b084e0750b: Preparing [2023-01-03T04:29:08.538Z] 5026014ca5a4: Preparing [2023-01-03T04:29:08.538Z] edf4d72aabce: Preparing [2023-01-03T04:29:08.538Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:08.538Z] 5c494c628a50: Waiting [2023-01-03T04:29:08.538Z] 5026014ca5a4: Waiting [2023-01-03T04:29:08.538Z] edf4d72aabce: Waiting [2023-01-03T04:29:08.538Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:08.538Z] b4b2df779aac: Waiting [2023-01-03T04:29:08.538Z] 337a7126b86f: Waiting [2023-01-03T04:29:08.538Z] 71b084e0750b: Waiting [2023-01-03T04:29:08.538Z] 6095ea34ca5f: Layer already exists [2023-01-03T04:29:08.538Z] ab04aea41f1c: Layer already exists [2023-01-03T04:29:08.538Z] 73c34a17829d: Layer already exists [2023-01-03T04:29:08.538Z] a03a2c504488: Layer already exists [2023-01-03T04:29:08.538Z] 4e2ee2c84e0f: Layer already exists [2023-01-03T04:29:08.538Z] 5c494c628a50: Layer already exists [2023-01-03T04:29:08.538Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:08.538Z] 5026014ca5a4: Layer already exists [2023-01-03T04:29:08.538Z] 71b084e0750b: Layer already exists [2023-01-03T04:29:08.538Z] 337a7126b86f: Layer already exists [2023-01-03T04:29:08.538Z] edf4d72aabce: Layer already exists [2023-01-03T04:29:08.538Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:08.538Z] latest: digest: sha256:6a67a3088edf6eb5e829c113173e71215a8569844238dd862f9b02ed4b4ad3da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:08.845Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:09.142Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.10 [2023-01-03T04:29:09.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-03T04:29:09.142Z] ab04aea41f1c: Preparing [2023-01-03T04:29:09.142Z] ab04aea41f1c: Preparing [2023-01-03T04:29:09.142Z] a03a2c504488: Preparing [2023-01-03T04:29:09.142Z] 73c34a17829d: Preparing [2023-01-03T04:29:09.142Z] 4e2ee2c84e0f: Preparing [2023-01-03T04:29:09.142Z] 6095ea34ca5f: Preparing [2023-01-03T04:29:09.142Z] 5c494c628a50: Preparing [2023-01-03T04:29:09.142Z] b4b2df779aac: Preparing [2023-01-03T04:29:09.142Z] 337a7126b86f: Preparing [2023-01-03T04:29:09.142Z] 71b084e0750b: Preparing [2023-01-03T04:29:09.142Z] 5026014ca5a4: Preparing [2023-01-03T04:29:09.142Z] edf4d72aabce: Preparing [2023-01-03T04:29:09.142Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:09.142Z] b4b2df779aac: Waiting [2023-01-03T04:29:09.142Z] 337a7126b86f: Waiting [2023-01-03T04:29:09.142Z] 71b084e0750b: Waiting [2023-01-03T04:29:09.142Z] 5026014ca5a4: Waiting [2023-01-03T04:29:09.142Z] 5c494c628a50: Waiting [2023-01-03T04:29:09.142Z] edf4d72aabce: Waiting [2023-01-03T04:29:09.142Z] a03a2c504488: Layer already exists [2023-01-03T04:29:09.142Z] 73c34a17829d: Layer already exists [2023-01-03T04:29:09.142Z] 4e2ee2c84e0f: Layer already exists [2023-01-03T04:29:09.142Z] ab04aea41f1c: Layer already exists [2023-01-03T04:29:09.142Z] 6095ea34ca5f: Layer already exists [2023-01-03T04:29:09.142Z] 5c494c628a50: Layer already exists [2023-01-03T04:29:09.142Z] 337a7126b86f: Layer already exists [2023-01-03T04:29:09.142Z] 71b084e0750b: Layer already exists [2023-01-03T04:29:09.142Z] 5026014ca5a4: Layer already exists [2023-01-03T04:29:09.142Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:09.142Z] edf4d72aabce: Layer already exists [2023-01-03T04:29:09.143Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:09.143Z] 3.0.0-dev.10: digest: sha256:6a67a3088edf6eb5e829c113173e71215a8569844238dd862f9b02ed4b4ad3da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:09.447Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:09.748Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:09.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-03T04:29:09.748Z] ab04aea41f1c: Preparing [2023-01-03T04:29:09.748Z] ab04aea41f1c: Preparing [2023-01-03T04:29:09.748Z] a03a2c504488: Preparing [2023-01-03T04:29:09.749Z] 73c34a17829d: Preparing [2023-01-03T04:29:09.749Z] 4e2ee2c84e0f: Preparing [2023-01-03T04:29:09.749Z] 6095ea34ca5f: Preparing [2023-01-03T04:29:09.749Z] 5c494c628a50: Preparing [2023-01-03T04:29:09.749Z] b4b2df779aac: Preparing [2023-01-03T04:29:09.749Z] 337a7126b86f: Preparing [2023-01-03T04:29:09.749Z] 71b084e0750b: Preparing [2023-01-03T04:29:09.749Z] 5026014ca5a4: Preparing [2023-01-03T04:29:09.749Z] edf4d72aabce: Preparing [2023-01-03T04:29:09.749Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:09.749Z] 5c494c628a50: Waiting [2023-01-03T04:29:09.749Z] b4b2df779aac: Waiting [2023-01-03T04:29:09.749Z] 337a7126b86f: Waiting [2023-01-03T04:29:09.749Z] 71b084e0750b: Waiting [2023-01-03T04:29:09.749Z] 5026014ca5a4: Waiting [2023-01-03T04:29:09.749Z] edf4d72aabce: Waiting [2023-01-03T04:29:09.749Z] 4e2ee2c84e0f: Layer already exists [2023-01-03T04:29:09.749Z] a03a2c504488: Layer already exists [2023-01-03T04:29:09.749Z] 73c34a17829d: Layer already exists [2023-01-03T04:29:09.749Z] ab04aea41f1c: Layer already exists [2023-01-03T04:29:09.749Z] 6095ea34ca5f: Layer already exists [2023-01-03T04:29:09.749Z] 5c494c628a50: Layer already exists [2023-01-03T04:29:09.749Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:09.749Z] 337a7126b86f: Layer already exists [2023-01-03T04:29:09.749Z] 71b084e0750b: Layer already exists [2023-01-03T04:29:09.749Z] 5026014ca5a4: Layer already exists [2023-01-03T04:29:09.749Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:09.749Z] edf4d72aabce: Layer already exists [2023-01-03T04:29:09.749Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:6a67a3088edf6eb5e829c113173e71215a8569844238dd862f9b02ed4b4ad3da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:10.052Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:10.352Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-03T04:29:10.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-03T04:29:10.352Z] ab04aea41f1c: Preparing [2023-01-03T04:29:10.353Z] ab04aea41f1c: Preparing [2023-01-03T04:29:10.353Z] a03a2c504488: Preparing [2023-01-03T04:29:10.353Z] 73c34a17829d: Preparing [2023-01-03T04:29:10.353Z] 4e2ee2c84e0f: Preparing [2023-01-03T04:29:10.353Z] 6095ea34ca5f: Preparing [2023-01-03T04:29:10.353Z] 5c494c628a50: Preparing [2023-01-03T04:29:10.353Z] b4b2df779aac: Preparing [2023-01-03T04:29:10.353Z] 337a7126b86f: Preparing [2023-01-03T04:29:10.353Z] 71b084e0750b: Preparing [2023-01-03T04:29:10.353Z] 5026014ca5a4: Preparing [2023-01-03T04:29:10.353Z] edf4d72aabce: Preparing [2023-01-03T04:29:10.353Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:10.353Z] b4b2df779aac: Waiting [2023-01-03T04:29:10.353Z] 337a7126b86f: Waiting [2023-01-03T04:29:10.353Z] 71b084e0750b: Waiting [2023-01-03T04:29:10.353Z] 5026014ca5a4: Waiting [2023-01-03T04:29:10.353Z] 5c494c628a50: Waiting [2023-01-03T04:29:10.353Z] edf4d72aabce: Waiting [2023-01-03T04:29:10.353Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:10.353Z] a03a2c504488: Layer already exists [2023-01-03T04:29:10.353Z] ab04aea41f1c: Layer already exists [2023-01-03T04:29:10.353Z] 4e2ee2c84e0f: Layer already exists [2023-01-03T04:29:10.353Z] 73c34a17829d: Layer already exists [2023-01-03T04:29:10.353Z] 6095ea34ca5f: Layer already exists [2023-01-03T04:29:10.353Z] 337a7126b86f: Layer already exists [2023-01-03T04:29:10.353Z] 5c494c628a50: Layer already exists [2023-01-03T04:29:10.353Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:10.353Z] 5026014ca5a4: Layer already exists [2023-01-03T04:29:10.353Z] 71b084e0750b: Layer already exists [2023-01-03T04:29:10.353Z] edf4d72aabce: Layer already exists [2023-01-03T04:29:10.353Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:10.353Z] main: digest: sha256:6a67a3088edf6eb5e829c113173e71215a8569844238dd862f9b02ed4b4ad3da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:10.387Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:10.393Z] taggedImages: [2023-01-03T04:29:10.393Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:10.393Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-03T04:29:10.393Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.10 [2023-01-03T04:29:10.393Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:10.393Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-03T04:29:10.407Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-03T04:29:10.407Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:10.407Z] latest [2023-01-03T04:29:10.407Z] 3.0.0-dev.10 [2023-01-03T04:29:10.407Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:10.407Z] main [2023-01-03T04:29:10.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:10.713Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:11.016Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:11.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-03T04:29:11.016Z] 2425060c48fb: Preparing [2023-01-03T04:29:11.016Z] a313d368fa41: Preparing [2023-01-03T04:29:11.016Z] 5ce565d9b65e: Preparing [2023-01-03T04:29:11.016Z] 1d301cb1f207: Preparing [2023-01-03T04:29:11.016Z] 9c76eb7d007c: Preparing [2023-01-03T04:29:11.016Z] 448c4a360061: Preparing [2023-01-03T04:29:11.016Z] d5707e35b8fe: Preparing [2023-01-03T04:29:11.016Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:11.016Z] d5707e35b8fe: Waiting [2023-01-03T04:29:11.016Z] 448c4a360061: Waiting [2023-01-03T04:29:11.016Z] a313d368fa41: Pushed [2023-01-03T04:29:11.016Z] 9c76eb7d007c: Pushed [2023-01-03T04:29:11.016Z] 2425060c48fb: Pushed [2023-01-03T04:29:11.016Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:11.016Z] 448c4a360061: Pushed [2023-01-03T04:29:11.274Z] d5707e35b8fe: Pushed [2023-01-03T04:29:12.207Z] 1d301cb1f207: Pushed [2023-01-03T04:29:12.207Z] 5ce565d9b65e: Pushed [2023-01-03T04:29:12.207Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:20a099e581d73dd3c36b1b58d1cfdd6b60e13415e845a162ec5bfe1f63629da5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:12.509Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:12.812Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-03T04:29:12.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-03T04:29:12.812Z] 2425060c48fb: Preparing [2023-01-03T04:29:12.812Z] a313d368fa41: Preparing [2023-01-03T04:29:12.812Z] 5ce565d9b65e: Preparing [2023-01-03T04:29:12.812Z] 1d301cb1f207: Preparing [2023-01-03T04:29:12.812Z] 9c76eb7d007c: Preparing [2023-01-03T04:29:12.812Z] 448c4a360061: Preparing [2023-01-03T04:29:12.812Z] d5707e35b8fe: Preparing [2023-01-03T04:29:12.812Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:12.812Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:12.812Z] 448c4a360061: Waiting [2023-01-03T04:29:12.812Z] 1d301cb1f207: Layer already exists [2023-01-03T04:29:12.812Z] a313d368fa41: Layer already exists [2023-01-03T04:29:12.812Z] 2425060c48fb: Layer already exists [2023-01-03T04:29:12.812Z] 9c76eb7d007c: Layer already exists [2023-01-03T04:29:12.812Z] 5ce565d9b65e: Layer already exists [2023-01-03T04:29:12.812Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:12.812Z] d5707e35b8fe: Layer already exists [2023-01-03T04:29:12.812Z] 448c4a360061: Layer already exists [2023-01-03T04:29:12.812Z] latest: digest: sha256:20a099e581d73dd3c36b1b58d1cfdd6b60e13415e845a162ec5bfe1f63629da5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:13.115Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:13.417Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.10 [2023-01-03T04:29:13.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-03T04:29:13.417Z] 2425060c48fb: Preparing [2023-01-03T04:29:13.417Z] a313d368fa41: Preparing [2023-01-03T04:29:13.417Z] 5ce565d9b65e: Preparing [2023-01-03T04:29:13.417Z] 1d301cb1f207: Preparing [2023-01-03T04:29:13.417Z] 9c76eb7d007c: Preparing [2023-01-03T04:29:13.417Z] 448c4a360061: Preparing [2023-01-03T04:29:13.417Z] d5707e35b8fe: Preparing [2023-01-03T04:29:13.417Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:13.417Z] d5707e35b8fe: Waiting [2023-01-03T04:29:13.417Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:13.417Z] 448c4a360061: Waiting [2023-01-03T04:29:13.417Z] 9c76eb7d007c: Layer already exists [2023-01-03T04:29:13.417Z] a313d368fa41: Layer already exists [2023-01-03T04:29:13.417Z] 2425060c48fb: Layer already exists [2023-01-03T04:29:13.417Z] 1d301cb1f207: Layer already exists [2023-01-03T04:29:13.417Z] 5ce565d9b65e: Layer already exists [2023-01-03T04:29:13.417Z] 448c4a360061: Layer already exists [2023-01-03T04:29:13.417Z] d5707e35b8fe: Layer already exists [2023-01-03T04:29:13.417Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:13.417Z] 3.0.0-dev.10: digest: sha256:20a099e581d73dd3c36b1b58d1cfdd6b60e13415e845a162ec5bfe1f63629da5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:13.725Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:14.040Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:14.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-03T04:29:14.040Z] 2425060c48fb: Preparing [2023-01-03T04:29:14.040Z] a313d368fa41: Preparing [2023-01-03T04:29:14.040Z] 5ce565d9b65e: Preparing [2023-01-03T04:29:14.040Z] 1d301cb1f207: Preparing [2023-01-03T04:29:14.040Z] 9c76eb7d007c: Preparing [2023-01-03T04:29:14.040Z] 448c4a360061: Preparing [2023-01-03T04:29:14.040Z] d5707e35b8fe: Preparing [2023-01-03T04:29:14.040Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:14.040Z] 448c4a360061: Waiting [2023-01-03T04:29:14.040Z] d5707e35b8fe: Waiting [2023-01-03T04:29:14.040Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:14.040Z] 9c76eb7d007c: Layer already exists [2023-01-03T04:29:14.040Z] 5ce565d9b65e: Layer already exists [2023-01-03T04:29:14.040Z] 1d301cb1f207: Layer already exists [2023-01-03T04:29:14.040Z] 2425060c48fb: Layer already exists [2023-01-03T04:29:14.040Z] a313d368fa41: Layer already exists [2023-01-03T04:29:14.040Z] 448c4a360061: Layer already exists [2023-01-03T04:29:14.040Z] d5707e35b8fe: Layer already exists [2023-01-03T04:29:14.040Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:14.040Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:20a099e581d73dd3c36b1b58d1cfdd6b60e13415e845a162ec5bfe1f63629da5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:14.347Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:14.656Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-03T04:29:14.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-03T04:29:14.656Z] 2425060c48fb: Preparing [2023-01-03T04:29:14.656Z] a313d368fa41: Preparing [2023-01-03T04:29:14.656Z] 5ce565d9b65e: Preparing [2023-01-03T04:29:14.656Z] 1d301cb1f207: Preparing [2023-01-03T04:29:14.656Z] 9c76eb7d007c: Preparing [2023-01-03T04:29:14.656Z] 448c4a360061: Preparing [2023-01-03T04:29:14.656Z] d5707e35b8fe: Preparing [2023-01-03T04:29:14.656Z] 448c4a360061: Waiting [2023-01-03T04:29:14.656Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:14.656Z] d5707e35b8fe: Waiting [2023-01-03T04:29:14.656Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:14.656Z] 9c76eb7d007c: Layer already exists [2023-01-03T04:29:14.656Z] a313d368fa41: Layer already exists [2023-01-03T04:29:14.656Z] 2425060c48fb: Layer already exists [2023-01-03T04:29:14.656Z] 5ce565d9b65e: Layer already exists [2023-01-03T04:29:14.656Z] 1d301cb1f207: Layer already exists [2023-01-03T04:29:14.656Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:14.656Z] 448c4a360061: Layer already exists [2023-01-03T04:29:14.656Z] d5707e35b8fe: Layer already exists [2023-01-03T04:29:14.656Z] main: digest: sha256:20a099e581d73dd3c36b1b58d1cfdd6b60e13415e845a162ec5bfe1f63629da5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:14.690Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:14.696Z] taggedImages: [2023-01-03T04:29:14.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:14.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-03T04:29:14.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.10 [2023-01-03T04:29:14.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:14.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-03T04:29:14.710Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-03T04:29:14.710Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:14.710Z] latest [2023-01-03T04:29:14.710Z] 3.0.0-dev.10 [2023-01-03T04:29:14.710Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:14.710Z] main [2023-01-03T04:29:14.710Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:15.015Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:15.320Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:15.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-03T04:29:15.320Z] dfd8fbe828dc: Preparing [2023-01-03T04:29:15.320Z] 118b66151af0: Preparing [2023-01-03T04:29:15.321Z] 6095fbb41cdc: Preparing [2023-01-03T04:29:15.321Z] 5db1cb313897: Preparing [2023-01-03T04:29:15.321Z] cd1abb626f74: Preparing [2023-01-03T04:29:15.321Z] 86c626a73e88: Preparing [2023-01-03T04:29:15.321Z] ca6e5b3be7e4: Preparing [2023-01-03T04:29:15.321Z] 469af70820f6: Preparing [2023-01-03T04:29:15.321Z] 4fb4f631924f: Preparing [2023-01-03T04:29:15.321Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:15.321Z] 86c626a73e88: Waiting [2023-01-03T04:29:15.321Z] 4fb4f631924f: Waiting [2023-01-03T04:29:15.321Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:15.321Z] cd1abb626f74: Pushed [2023-01-03T04:29:15.321Z] dfd8fbe828dc: Pushed [2023-01-03T04:29:15.321Z] 118b66151af0: Pushed [2023-01-03T04:29:15.321Z] 86c626a73e88: Pushed [2023-01-03T04:29:15.578Z] ca6e5b3be7e4: Pushed [2023-01-03T04:29:15.578Z] 469af70820f6: Pushed [2023-01-03T04:29:15.578Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:15.578Z] 4fb4f631924f: Pushed [2023-01-03T04:29:16.514Z] 5db1cb313897: Pushed [2023-01-03T04:29:16.773Z] 6095fbb41cdc: Pushed [2023-01-03T04:29:16.773Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:2212d8068f4d2f2bd7209744e0fe06c15a222b0525ff4ef20396444e4292e3f7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:17.084Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:17.395Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-03T04:29:17.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-03T04:29:17.395Z] dfd8fbe828dc: Preparing [2023-01-03T04:29:17.395Z] 118b66151af0: Preparing [2023-01-03T04:29:17.395Z] 6095fbb41cdc: Preparing [2023-01-03T04:29:17.395Z] 5db1cb313897: Preparing [2023-01-03T04:29:17.395Z] cd1abb626f74: Preparing [2023-01-03T04:29:17.395Z] 86c626a73e88: Preparing [2023-01-03T04:29:17.395Z] ca6e5b3be7e4: Preparing [2023-01-03T04:29:17.395Z] 469af70820f6: Preparing [2023-01-03T04:29:17.395Z] 4fb4f631924f: Preparing [2023-01-03T04:29:17.395Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:17.395Z] 4fb4f631924f: Waiting [2023-01-03T04:29:17.395Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:17.395Z] ca6e5b3be7e4: Waiting [2023-01-03T04:29:17.395Z] 469af70820f6: Waiting [2023-01-03T04:29:17.395Z] 86c626a73e88: Waiting [2023-01-03T04:29:17.395Z] 118b66151af0: Layer already exists [2023-01-03T04:29:17.395Z] dfd8fbe828dc: Layer already exists [2023-01-03T04:29:17.395Z] cd1abb626f74: Layer already exists [2023-01-03T04:29:17.395Z] 6095fbb41cdc: Layer already exists [2023-01-03T04:29:17.395Z] 5db1cb313897: Layer already exists [2023-01-03T04:29:17.395Z] 469af70820f6: Layer already exists [2023-01-03T04:29:17.395Z] 4fb4f631924f: Layer already exists [2023-01-03T04:29:17.395Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:17.395Z] 86c626a73e88: Layer already exists [2023-01-03T04:29:17.395Z] ca6e5b3be7e4: Layer already exists [2023-01-03T04:29:17.395Z] latest: digest: sha256:2212d8068f4d2f2bd7209744e0fe06c15a222b0525ff4ef20396444e4292e3f7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:17.707Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:18.009Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.10 [2023-01-03T04:29:18.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-03T04:29:18.009Z] dfd8fbe828dc: Preparing [2023-01-03T04:29:18.009Z] 118b66151af0: Preparing [2023-01-03T04:29:18.009Z] 6095fbb41cdc: Preparing [2023-01-03T04:29:18.009Z] 5db1cb313897: Preparing [2023-01-03T04:29:18.009Z] cd1abb626f74: Preparing [2023-01-03T04:29:18.009Z] 86c626a73e88: Preparing [2023-01-03T04:29:18.009Z] ca6e5b3be7e4: Preparing [2023-01-03T04:29:18.009Z] 469af70820f6: Preparing [2023-01-03T04:29:18.009Z] 4fb4f631924f: Preparing [2023-01-03T04:29:18.009Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:18.009Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:18.009Z] 86c626a73e88: Waiting [2023-01-03T04:29:18.009Z] 4fb4f631924f: Waiting [2023-01-03T04:29:18.009Z] ca6e5b3be7e4: Waiting [2023-01-03T04:29:18.009Z] 469af70820f6: Waiting [2023-01-03T04:29:18.009Z] dfd8fbe828dc: Layer already exists [2023-01-03T04:29:18.009Z] cd1abb626f74: Layer already exists [2023-01-03T04:29:18.009Z] 5db1cb313897: Layer already exists [2023-01-03T04:29:18.009Z] 6095fbb41cdc: Layer already exists [2023-01-03T04:29:18.009Z] 118b66151af0: Layer already exists [2023-01-03T04:29:18.009Z] 86c626a73e88: Layer already exists [2023-01-03T04:29:18.009Z] ca6e5b3be7e4: Layer already exists [2023-01-03T04:29:18.009Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:18.009Z] 469af70820f6: Layer already exists [2023-01-03T04:29:18.009Z] 4fb4f631924f: Layer already exists [2023-01-03T04:29:18.009Z] 3.0.0-dev.10: digest: sha256:2212d8068f4d2f2bd7209744e0fe06c15a222b0525ff4ef20396444e4292e3f7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:18.313Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:18.614Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:18.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-03T04:29:18.614Z] dfd8fbe828dc: Preparing [2023-01-03T04:29:18.614Z] 118b66151af0: Preparing [2023-01-03T04:29:18.614Z] 6095fbb41cdc: Preparing [2023-01-03T04:29:18.614Z] 5db1cb313897: Preparing [2023-01-03T04:29:18.614Z] cd1abb626f74: Preparing [2023-01-03T04:29:18.614Z] 86c626a73e88: Preparing [2023-01-03T04:29:18.614Z] ca6e5b3be7e4: Preparing [2023-01-03T04:29:18.614Z] 469af70820f6: Preparing [2023-01-03T04:29:18.614Z] 4fb4f631924f: Preparing [2023-01-03T04:29:18.614Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:18.614Z] 86c626a73e88: Waiting [2023-01-03T04:29:18.614Z] ca6e5b3be7e4: Waiting [2023-01-03T04:29:18.614Z] 469af70820f6: Waiting [2023-01-03T04:29:18.614Z] 4fb4f631924f: Waiting [2023-01-03T04:29:18.614Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:18.614Z] cd1abb626f74: Layer already exists [2023-01-03T04:29:18.614Z] 5db1cb313897: Layer already exists [2023-01-03T04:29:18.614Z] dfd8fbe828dc: Layer already exists [2023-01-03T04:29:18.614Z] 118b66151af0: Layer already exists [2023-01-03T04:29:18.614Z] 6095fbb41cdc: Layer already exists [2023-01-03T04:29:18.614Z] 86c626a73e88: Layer already exists [2023-01-03T04:29:18.614Z] 469af70820f6: Layer already exists [2023-01-03T04:29:18.614Z] ca6e5b3be7e4: Layer already exists [2023-01-03T04:29:18.614Z] 4fb4f631924f: Layer already exists [2023-01-03T04:29:18.614Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:18.614Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:2212d8068f4d2f2bd7209744e0fe06c15a222b0525ff4ef20396444e4292e3f7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:18.921Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:19.224Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-03T04:29:19.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-03T04:29:19.224Z] dfd8fbe828dc: Preparing [2023-01-03T04:29:19.224Z] 118b66151af0: Preparing [2023-01-03T04:29:19.224Z] 6095fbb41cdc: Preparing [2023-01-03T04:29:19.224Z] 5db1cb313897: Preparing [2023-01-03T04:29:19.224Z] cd1abb626f74: Preparing [2023-01-03T04:29:19.224Z] 86c626a73e88: Preparing [2023-01-03T04:29:19.224Z] ca6e5b3be7e4: Preparing [2023-01-03T04:29:19.224Z] 469af70820f6: Preparing [2023-01-03T04:29:19.224Z] 4fb4f631924f: Preparing [2023-01-03T04:29:19.224Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:19.224Z] ca6e5b3be7e4: Waiting [2023-01-03T04:29:19.224Z] 469af70820f6: Waiting [2023-01-03T04:29:19.224Z] 4fb4f631924f: Waiting [2023-01-03T04:29:19.224Z] e5e13b0c77cb: Waiting [2023-01-03T04:29:19.224Z] cd1abb626f74: Layer already exists [2023-01-03T04:29:19.224Z] dfd8fbe828dc: Layer already exists [2023-01-03T04:29:19.224Z] 118b66151af0: Layer already exists [2023-01-03T04:29:19.224Z] 6095fbb41cdc: Layer already exists [2023-01-03T04:29:19.224Z] 5db1cb313897: Layer already exists [2023-01-03T04:29:19.224Z] 86c626a73e88: Layer already exists [2023-01-03T04:29:19.224Z] 469af70820f6: Layer already exists [2023-01-03T04:29:19.224Z] ca6e5b3be7e4: Layer already exists [2023-01-03T04:29:19.224Z] 4fb4f631924f: Layer already exists [2023-01-03T04:29:19.224Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:19.224Z] main: digest: sha256:2212d8068f4d2f2bd7209744e0fe06c15a222b0525ff4ef20396444e4292e3f7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:19.264Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:19.269Z] taggedImages: [2023-01-03T04:29:19.269Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:19.269Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-03T04:29:19.269Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.10 [2023-01-03T04:29:19.269Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:19.269Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-03T04:29:19.283Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-03T04:29:19.283Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:19.283Z] latest [2023-01-03T04:29:19.283Z] 3.0.0-dev.10 [2023-01-03T04:29:19.283Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:19.283Z] main [2023-01-03T04:29:19.283Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:19.586Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:19.886Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:19.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-03T04:29:19.886Z] dc7f30c5fbd5: Preparing [2023-01-03T04:29:19.886Z] 798503236cf9: Preparing [2023-01-03T04:29:19.886Z] b4b2df779aac: Preparing [2023-01-03T04:29:19.886Z] c49e43d3a7f7: Preparing [2023-01-03T04:29:19.886Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:19.886Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:19.886Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:19.886Z] dc7f30c5fbd5: Pushed [2023-01-03T04:29:20.457Z] c49e43d3a7f7: Pushed [2023-01-03T04:29:21.834Z] 798503236cf9: Pushed [2023-01-03T04:29:22.092Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:8ecee1fe29a998ef27782b7118507e7b36687cc9830e318f6ddb381f423c385d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:22.407Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:22.713Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-03T04:29:22.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-03T04:29:22.713Z] dc7f30c5fbd5: Preparing [2023-01-03T04:29:22.713Z] 798503236cf9: Preparing [2023-01-03T04:29:22.713Z] b4b2df779aac: Preparing [2023-01-03T04:29:22.713Z] c49e43d3a7f7: Preparing [2023-01-03T04:29:22.713Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:22.713Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:22.713Z] 798503236cf9: Layer already exists [2023-01-03T04:29:22.713Z] dc7f30c5fbd5: Layer already exists [2023-01-03T04:29:22.713Z] c49e43d3a7f7: Layer already exists [2023-01-03T04:29:22.713Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:22.713Z] latest: digest: sha256:8ecee1fe29a998ef27782b7118507e7b36687cc9830e318f6ddb381f423c385d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:23.028Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:23.336Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.10 [2023-01-03T04:29:23.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-03T04:29:23.336Z] dc7f30c5fbd5: Preparing [2023-01-03T04:29:23.336Z] 798503236cf9: Preparing [2023-01-03T04:29:23.336Z] b4b2df779aac: Preparing [2023-01-03T04:29:23.336Z] c49e43d3a7f7: Preparing [2023-01-03T04:29:23.336Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:23.336Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:23.336Z] c49e43d3a7f7: Layer already exists [2023-01-03T04:29:23.336Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:23.336Z] dc7f30c5fbd5: Layer already exists [2023-01-03T04:29:23.336Z] 798503236cf9: Layer already exists [2023-01-03T04:29:23.336Z] 3.0.0-dev.10: digest: sha256:8ecee1fe29a998ef27782b7118507e7b36687cc9830e318f6ddb381f423c385d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:23.639Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:23.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:23.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-03T04:29:23.942Z] dc7f30c5fbd5: Preparing [2023-01-03T04:29:23.942Z] 798503236cf9: Preparing [2023-01-03T04:29:23.942Z] b4b2df779aac: Preparing [2023-01-03T04:29:23.942Z] c49e43d3a7f7: Preparing [2023-01-03T04:29:23.942Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:23.942Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:23.942Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:23.942Z] c49e43d3a7f7: Layer already exists [2023-01-03T04:29:23.942Z] 798503236cf9: Layer already exists [2023-01-03T04:29:23.942Z] dc7f30c5fbd5: Layer already exists [2023-01-03T04:29:23.942Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:8ecee1fe29a998ef27782b7118507e7b36687cc9830e318f6ddb381f423c385d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:24.251Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:24.558Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-03T04:29:24.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-03T04:29:24.558Z] dc7f30c5fbd5: Preparing [2023-01-03T04:29:24.558Z] 798503236cf9: Preparing [2023-01-03T04:29:24.558Z] b4b2df779aac: Preparing [2023-01-03T04:29:24.558Z] c49e43d3a7f7: Preparing [2023-01-03T04:29:24.558Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:24.558Z] 798503236cf9: Layer already exists [2023-01-03T04:29:24.558Z] dc7f30c5fbd5: Layer already exists [2023-01-03T04:29:24.558Z] c49e43d3a7f7: Layer already exists [2023-01-03T04:29:24.558Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:24.559Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:24.559Z] main: digest: sha256:8ecee1fe29a998ef27782b7118507e7b36687cc9830e318f6ddb381f423c385d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:24.605Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:24.613Z] taggedImages: [2023-01-03T04:29:24.613Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:24.613Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-03T04:29:24.613Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.10 [2023-01-03T04:29:24.613Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:24.613Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-03T04:29:24.639Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-03T04:29:24.639Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:24.639Z] latest [2023-01-03T04:29:24.639Z] 3.0.0-dev.10 [2023-01-03T04:29:24.639Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:24.639Z] main [2023-01-03T04:29:24.639Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:24.962Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:25.266Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:25.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-03T04:29:25.266Z] 94742160c19d: Preparing [2023-01-03T04:29:25.266Z] 3fab27bd51ea: Preparing [2023-01-03T04:29:25.266Z] bab361a1d175: Preparing [2023-01-03T04:29:25.266Z] 454d594b5f65: Preparing [2023-01-03T04:29:25.266Z] c695d7bb0b15: Preparing [2023-01-03T04:29:25.266Z] 5d3f9331c793: Preparing [2023-01-03T04:29:25.266Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:25.266Z] 5d3f9331c793: Waiting [2023-01-03T04:29:25.266Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:25.266Z] 94742160c19d: Pushed [2023-01-03T04:29:25.266Z] 3fab27bd51ea: Pushed [2023-01-03T04:29:25.266Z] bab361a1d175: Pushed [2023-01-03T04:29:25.266Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:25.833Z] 5d3f9331c793: Pushed [2023-01-03T04:29:29.119Z] c695d7bb0b15: Pushed [2023-01-03T04:29:31.650Z] 454d594b5f65: Pushed [2023-01-03T04:29:31.650Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:f9cc07ce7aae2fb4cb4096b3e52a63d5d149981fb4bb21977d623960d14b042a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:31.961Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:32.263Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-03T04:29:32.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-03T04:29:32.263Z] 94742160c19d: Preparing [2023-01-03T04:29:32.263Z] 3fab27bd51ea: Preparing [2023-01-03T04:29:32.263Z] bab361a1d175: Preparing [2023-01-03T04:29:32.263Z] 454d594b5f65: Preparing [2023-01-03T04:29:32.263Z] c695d7bb0b15: Preparing [2023-01-03T04:29:32.263Z] 5d3f9331c793: Preparing [2023-01-03T04:29:32.263Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:32.263Z] 5d3f9331c793: Waiting [2023-01-03T04:29:32.263Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:32.263Z] 94742160c19d: Layer already exists [2023-01-03T04:29:32.263Z] c695d7bb0b15: Layer already exists [2023-01-03T04:29:32.264Z] 454d594b5f65: Layer already exists [2023-01-03T04:29:32.264Z] 3fab27bd51ea: Layer already exists [2023-01-03T04:29:32.264Z] bab361a1d175: Layer already exists [2023-01-03T04:29:32.264Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:32.264Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:32.264Z] latest: digest: sha256:f9cc07ce7aae2fb4cb4096b3e52a63d5d149981fb4bb21977d623960d14b042a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:32.568Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:32.874Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.10 [2023-01-03T04:29:32.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-03T04:29:32.874Z] 94742160c19d: Preparing [2023-01-03T04:29:32.874Z] 3fab27bd51ea: Preparing [2023-01-03T04:29:32.874Z] bab361a1d175: Preparing [2023-01-03T04:29:32.874Z] 454d594b5f65: Preparing [2023-01-03T04:29:32.874Z] c695d7bb0b15: Preparing [2023-01-03T04:29:32.874Z] 5d3f9331c793: Preparing [2023-01-03T04:29:32.874Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:32.874Z] 5d3f9331c793: Waiting [2023-01-03T04:29:32.874Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:32.874Z] 454d594b5f65: Layer already exists [2023-01-03T04:29:32.874Z] 3fab27bd51ea: Layer already exists [2023-01-03T04:29:32.874Z] 94742160c19d: Layer already exists [2023-01-03T04:29:32.874Z] bab361a1d175: Layer already exists [2023-01-03T04:29:32.874Z] c695d7bb0b15: Layer already exists [2023-01-03T04:29:32.874Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:32.874Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:32.874Z] 3.0.0-dev.10: digest: sha256:f9cc07ce7aae2fb4cb4096b3e52a63d5d149981fb4bb21977d623960d14b042a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:33.180Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:33.485Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:33.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-03T04:29:33.485Z] 94742160c19d: Preparing [2023-01-03T04:29:33.485Z] 3fab27bd51ea: Preparing [2023-01-03T04:29:33.485Z] bab361a1d175: Preparing [2023-01-03T04:29:33.485Z] 454d594b5f65: Preparing [2023-01-03T04:29:33.485Z] c695d7bb0b15: Preparing [2023-01-03T04:29:33.485Z] 5d3f9331c793: Preparing [2023-01-03T04:29:33.485Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:33.485Z] 5d3f9331c793: Waiting [2023-01-03T04:29:33.485Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:33.485Z] 94742160c19d: Layer already exists [2023-01-03T04:29:33.485Z] 3fab27bd51ea: Layer already exists [2023-01-03T04:29:33.485Z] c695d7bb0b15: Layer already exists [2023-01-03T04:29:33.485Z] 454d594b5f65: Layer already exists [2023-01-03T04:29:33.485Z] bab361a1d175: Layer already exists [2023-01-03T04:29:33.485Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:33.485Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:33.485Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:f9cc07ce7aae2fb4cb4096b3e52a63d5d149981fb4bb21977d623960d14b042a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:33.794Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:34.101Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-03T04:29:34.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-03T04:29:34.101Z] 94742160c19d: Preparing [2023-01-03T04:29:34.101Z] 3fab27bd51ea: Preparing [2023-01-03T04:29:34.101Z] bab361a1d175: Preparing [2023-01-03T04:29:34.101Z] 454d594b5f65: Preparing [2023-01-03T04:29:34.101Z] c695d7bb0b15: Preparing [2023-01-03T04:29:34.101Z] 5d3f9331c793: Preparing [2023-01-03T04:29:34.101Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:34.101Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:34.101Z] 5d3f9331c793: Waiting [2023-01-03T04:29:34.101Z] 3fab27bd51ea: Layer already exists [2023-01-03T04:29:34.101Z] c695d7bb0b15: Layer already exists [2023-01-03T04:29:34.101Z] 94742160c19d: Layer already exists [2023-01-03T04:29:34.101Z] bab361a1d175: Layer already exists [2023-01-03T04:29:34.101Z] 454d594b5f65: Layer already exists [2023-01-03T04:29:34.101Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:34.101Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:34.101Z] main: digest: sha256:f9cc07ce7aae2fb4cb4096b3e52a63d5d149981fb4bb21977d623960d14b042a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:34.144Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:34.152Z] taggedImages: [2023-01-03T04:29:34.152Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:34.152Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-03T04:29:34.152Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.10 [2023-01-03T04:29:34.152Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:34.152Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-03T04:29:34.168Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-03T04:29:34.168Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:34.168Z] latest [2023-01-03T04:29:34.168Z] 3.0.0-dev.10 [2023-01-03T04:29:34.168Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:34.168Z] main [2023-01-03T04:29:34.168Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:34.470Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:34.770Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:34.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-03T04:29:34.770Z] 7ff17bc31d4e: Preparing [2023-01-03T04:29:34.770Z] ea44a04f4345: Preparing [2023-01-03T04:29:34.770Z] 0324fb8b4ba9: Preparing [2023-01-03T04:29:34.770Z] b78a6f0a7ec9: Preparing [2023-01-03T04:29:34.770Z] 2c3d8ad147f3: Preparing [2023-01-03T04:29:34.770Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:34.770Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:34.770Z] 0324fb8b4ba9: Pushed [2023-01-03T04:29:34.770Z] 7ff17bc31d4e: Pushed [2023-01-03T04:29:34.770Z] ea44a04f4345: Pushed [2023-01-03T04:29:34.770Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:35.029Z] 2c3d8ad147f3: Pushed [2023-01-03T04:29:41.594Z] b78a6f0a7ec9: Pushed [2023-01-03T04:29:41.594Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:dfb31d387e3319900711e07f99f710c646f7bf31bcbdaab3a63b261b2690c26e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:41.909Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:42.213Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-03T04:29:42.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-03T04:29:42.213Z] 7ff17bc31d4e: Preparing [2023-01-03T04:29:42.213Z] ea44a04f4345: Preparing [2023-01-03T04:29:42.213Z] 0324fb8b4ba9: Preparing [2023-01-03T04:29:42.213Z] b78a6f0a7ec9: Preparing [2023-01-03T04:29:42.213Z] 2c3d8ad147f3: Preparing [2023-01-03T04:29:42.213Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:42.213Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:42.213Z] 0324fb8b4ba9: Layer already exists [2023-01-03T04:29:42.213Z] ea44a04f4345: Layer already exists [2023-01-03T04:29:42.213Z] 2c3d8ad147f3: Layer already exists [2023-01-03T04:29:42.213Z] b78a6f0a7ec9: Layer already exists [2023-01-03T04:29:42.213Z] 7ff17bc31d4e: Layer already exists [2023-01-03T04:29:42.213Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:42.213Z] latest: digest: sha256:dfb31d387e3319900711e07f99f710c646f7bf31bcbdaab3a63b261b2690c26e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:42.519Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:42.825Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.10 [2023-01-03T04:29:42.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-03T04:29:42.825Z] 7ff17bc31d4e: Preparing [2023-01-03T04:29:42.825Z] ea44a04f4345: Preparing [2023-01-03T04:29:42.825Z] 0324fb8b4ba9: Preparing [2023-01-03T04:29:42.825Z] b78a6f0a7ec9: Preparing [2023-01-03T04:29:42.825Z] 2c3d8ad147f3: Preparing [2023-01-03T04:29:42.825Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:42.825Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:42.825Z] 7ff17bc31d4e: Layer already exists [2023-01-03T04:29:42.825Z] b78a6f0a7ec9: Layer already exists [2023-01-03T04:29:42.825Z] 0324fb8b4ba9: Layer already exists [2023-01-03T04:29:42.825Z] 2c3d8ad147f3: Layer already exists [2023-01-03T04:29:42.825Z] ea44a04f4345: Layer already exists [2023-01-03T04:29:42.825Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:42.825Z] 3.0.0-dev.10: digest: sha256:dfb31d387e3319900711e07f99f710c646f7bf31bcbdaab3a63b261b2690c26e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:43.132Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:43.437Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:43.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-03T04:29:43.438Z] 7ff17bc31d4e: Preparing [2023-01-03T04:29:43.438Z] ea44a04f4345: Preparing [2023-01-03T04:29:43.438Z] 0324fb8b4ba9: Preparing [2023-01-03T04:29:43.438Z] b78a6f0a7ec9: Preparing [2023-01-03T04:29:43.438Z] 2c3d8ad147f3: Preparing [2023-01-03T04:29:43.438Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:43.438Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:43.438Z] 0324fb8b4ba9: Layer already exists [2023-01-03T04:29:43.438Z] 7ff17bc31d4e: Layer already exists [2023-01-03T04:29:43.438Z] b78a6f0a7ec9: Layer already exists [2023-01-03T04:29:43.438Z] ea44a04f4345: Layer already exists [2023-01-03T04:29:43.438Z] 2c3d8ad147f3: Layer already exists [2023-01-03T04:29:43.438Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:43.438Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:dfb31d387e3319900711e07f99f710c646f7bf31bcbdaab3a63b261b2690c26e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:43.747Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:44.053Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-03T04:29:44.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-03T04:29:44.053Z] 7ff17bc31d4e: Preparing [2023-01-03T04:29:44.053Z] ea44a04f4345: Preparing [2023-01-03T04:29:44.053Z] 0324fb8b4ba9: Preparing [2023-01-03T04:29:44.053Z] b78a6f0a7ec9: Preparing [2023-01-03T04:29:44.053Z] 2c3d8ad147f3: Preparing [2023-01-03T04:29:44.053Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:44.053Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:44.053Z] 7ff17bc31d4e: Layer already exists [2023-01-03T04:29:44.053Z] 0324fb8b4ba9: Layer already exists [2023-01-03T04:29:44.053Z] b78a6f0a7ec9: Layer already exists [2023-01-03T04:29:44.053Z] ea44a04f4345: Layer already exists [2023-01-03T04:29:44.053Z] 2c3d8ad147f3: Layer already exists [2023-01-03T04:29:44.053Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:44.053Z] main: digest: sha256:dfb31d387e3319900711e07f99f710c646f7bf31bcbdaab3a63b261b2690c26e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:44.087Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:44.093Z] taggedImages: [2023-01-03T04:29:44.093Z] - nexus3.edgexfoundry.org:10004/security-spire-config:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:44.093Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-03T04:29:44.093Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.10 [2023-01-03T04:29:44.093Z] - nexus3.edgexfoundry.org:10004/security-spire-config:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:44.093Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-03T04:29:44.106Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-03T04:29:44.106Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:44.106Z] latest [2023-01-03T04:29:44.106Z] 3.0.0-dev.10 [2023-01-03T04:29:44.106Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:44.106Z] main [2023-01-03T04:29:44.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:44.414Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:44.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:44.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-03T04:29:44.717Z] 16cbe958dfb0: Preparing [2023-01-03T04:29:44.717Z] 65a6d95db14e: Preparing [2023-01-03T04:29:44.717Z] 2b0bc4f2cec5: Preparing [2023-01-03T04:29:44.717Z] 8c7e4fdee36a: Preparing [2023-01-03T04:29:44.717Z] 5d3f9331c793: Preparing [2023-01-03T04:29:44.717Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:44.717Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:44.717Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:44.717Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:44.717Z] 65a6d95db14e: Pushed [2023-01-03T04:29:44.717Z] 2b0bc4f2cec5: Pushed [2023-01-03T04:29:44.717Z] 16cbe958dfb0: Pushed [2023-01-03T04:29:51.279Z] 8c7e4fdee36a: Pushed [2023-01-03T04:29:51.279Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:0a98f177fa6ca2004a1c0dc51b639c01f36615d2a5dec753744f611c5d0bd819 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:51.587Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:51.895Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-03T04:29:51.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-03T04:29:51.895Z] 16cbe958dfb0: Preparing [2023-01-03T04:29:51.895Z] 65a6d95db14e: Preparing [2023-01-03T04:29:51.895Z] 2b0bc4f2cec5: Preparing [2023-01-03T04:29:51.895Z] 8c7e4fdee36a: Preparing [2023-01-03T04:29:51.895Z] 5d3f9331c793: Preparing [2023-01-03T04:29:51.895Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:51.895Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:51.895Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:51.895Z] 8c7e4fdee36a: Layer already exists [2023-01-03T04:29:51.895Z] 16cbe958dfb0: Layer already exists [2023-01-03T04:29:51.895Z] 65a6d95db14e: Layer already exists [2023-01-03T04:29:51.895Z] 2b0bc4f2cec5: Layer already exists [2023-01-03T04:29:51.895Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:51.895Z] latest: digest: sha256:0a98f177fa6ca2004a1c0dc51b639c01f36615d2a5dec753744f611c5d0bd819 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:52.201Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:52.505Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.10 [2023-01-03T04:29:52.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-03T04:29:52.505Z] 16cbe958dfb0: Preparing [2023-01-03T04:29:52.505Z] 65a6d95db14e: Preparing [2023-01-03T04:29:52.505Z] 2b0bc4f2cec5: Preparing [2023-01-03T04:29:52.505Z] 8c7e4fdee36a: Preparing [2023-01-03T04:29:52.505Z] 5d3f9331c793: Preparing [2023-01-03T04:29:52.505Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:52.505Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:52.505Z] 16cbe958dfb0: Layer already exists [2023-01-03T04:29:52.505Z] 65a6d95db14e: Layer already exists [2023-01-03T04:29:52.505Z] 8c7e4fdee36a: Layer already exists [2023-01-03T04:29:52.505Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:52.505Z] 2b0bc4f2cec5: Layer already exists [2023-01-03T04:29:52.505Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:52.505Z] 3.0.0-dev.10: digest: sha256:0a98f177fa6ca2004a1c0dc51b639c01f36615d2a5dec753744f611c5d0bd819 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:52.815Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:53.117Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:53.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-03T04:29:53.117Z] 16cbe958dfb0: Preparing [2023-01-03T04:29:53.117Z] 65a6d95db14e: Preparing [2023-01-03T04:29:53.117Z] 2b0bc4f2cec5: Preparing [2023-01-03T04:29:53.117Z] 8c7e4fdee36a: Preparing [2023-01-03T04:29:53.117Z] 5d3f9331c793: Preparing [2023-01-03T04:29:53.117Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:53.117Z] 34d5ebaa5410: Waiting [2023-01-03T04:29:53.117Z] 2b0bc4f2cec5: Layer already exists [2023-01-03T04:29:53.117Z] 65a6d95db14e: Layer already exists [2023-01-03T04:29:53.117Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:53.117Z] 8c7e4fdee36a: Layer already exists [2023-01-03T04:29:53.117Z] 16cbe958dfb0: Layer already exists [2023-01-03T04:29:53.117Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:53.117Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:0a98f177fa6ca2004a1c0dc51b639c01f36615d2a5dec753744f611c5d0bd819 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:53.421Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:53.725Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-03T04:29:53.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-03T04:29:53.725Z] 16cbe958dfb0: Preparing [2023-01-03T04:29:53.725Z] 65a6d95db14e: Preparing [2023-01-03T04:29:53.725Z] 2b0bc4f2cec5: Preparing [2023-01-03T04:29:53.725Z] 8c7e4fdee36a: Preparing [2023-01-03T04:29:53.725Z] 5d3f9331c793: Preparing [2023-01-03T04:29:53.725Z] 34d5ebaa5410: Preparing [2023-01-03T04:29:53.725Z] 8c7e4fdee36a: Layer already exists [2023-01-03T04:29:53.725Z] 2b0bc4f2cec5: Layer already exists [2023-01-03T04:29:53.725Z] 5d3f9331c793: Layer already exists [2023-01-03T04:29:53.725Z] 65a6d95db14e: Layer already exists [2023-01-03T04:29:53.725Z] 16cbe958dfb0: Layer already exists [2023-01-03T04:29:53.725Z] 34d5ebaa5410: Layer already exists [2023-01-03T04:29:53.725Z] main: digest: sha256:0a98f177fa6ca2004a1c0dc51b639c01f36615d2a5dec753744f611c5d0bd819 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:53.767Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:53.773Z] taggedImages: [2023-01-03T04:29:53.773Z] - nexus3.edgexfoundry.org:10004/security-spire-server:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:53.773Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-03T04:29:53.773Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.10 [2023-01-03T04:29:53.773Z] - nexus3.edgexfoundry.org:10004/security-spire-server:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:53.773Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-03T04:29:53.838Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-03T04:29:53.838Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:53.838Z] latest [2023-01-03T04:29:53.838Z] 3.0.0-dev.10 [2023-01-03T04:29:53.838Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:53.838Z] main [2023-01-03T04:29:53.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:54.222Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:54.603Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:54.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-03T04:29:54.603Z] 094132a6a851: Preparing [2023-01-03T04:29:54.603Z] ae58bb151b68: Preparing [2023-01-03T04:29:54.603Z] b4b2df779aac: Preparing [2023-01-03T04:29:54.603Z] 41c4d0c4ea9a: Preparing [2023-01-03T04:29:54.603Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:54.603Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:54.603Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:54.603Z] 094132a6a851: Pushed [2023-01-03T04:29:54.603Z] 41c4d0c4ea9a: Pushed [2023-01-03T04:29:57.146Z] ae58bb151b68: Pushed [2023-01-03T04:29:57.146Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:cda6ae1c13bd0d3b33b5c3e69478fa7d85abb1700c8a1af0e8d2894aed3f2eb5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:57.453Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:57.753Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-03T04:29:57.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-03T04:29:57.753Z] 094132a6a851: Preparing [2023-01-03T04:29:57.753Z] ae58bb151b68: Preparing [2023-01-03T04:29:57.753Z] b4b2df779aac: Preparing [2023-01-03T04:29:57.753Z] 41c4d0c4ea9a: Preparing [2023-01-03T04:29:57.753Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:57.753Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:57.753Z] 094132a6a851: Layer already exists [2023-01-03T04:29:57.753Z] 41c4d0c4ea9a: Layer already exists [2023-01-03T04:29:57.753Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:57.753Z] ae58bb151b68: Layer already exists [2023-01-03T04:29:57.753Z] latest: digest: sha256:cda6ae1c13bd0d3b33b5c3e69478fa7d85abb1700c8a1af0e8d2894aed3f2eb5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:58.056Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:58.357Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.10 [2023-01-03T04:29:58.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-03T04:29:58.357Z] 094132a6a851: Preparing [2023-01-03T04:29:58.357Z] ae58bb151b68: Preparing [2023-01-03T04:29:58.357Z] b4b2df779aac: Preparing [2023-01-03T04:29:58.357Z] 41c4d0c4ea9a: Preparing [2023-01-03T04:29:58.357Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:58.357Z] ae58bb151b68: Layer already exists [2023-01-03T04:29:58.357Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:58.357Z] 41c4d0c4ea9a: Layer already exists [2023-01-03T04:29:58.357Z] 094132a6a851: Layer already exists [2023-01-03T04:29:58.357Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:58.357Z] 3.0.0-dev.10: digest: sha256:cda6ae1c13bd0d3b33b5c3e69478fa7d85abb1700c8a1af0e8d2894aed3f2eb5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:58.662Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:58.968Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:58.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-03T04:29:58.968Z] 094132a6a851: Preparing [2023-01-03T04:29:58.968Z] ae58bb151b68: Preparing [2023-01-03T04:29:58.968Z] b4b2df779aac: Preparing [2023-01-03T04:29:58.968Z] 41c4d0c4ea9a: Preparing [2023-01-03T04:29:58.968Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:58.968Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:58.968Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:58.968Z] ae58bb151b68: Layer already exists [2023-01-03T04:29:58.968Z] 094132a6a851: Layer already exists [2023-01-03T04:29:58.968Z] 41c4d0c4ea9a: Layer already exists [2023-01-03T04:29:58.968Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:cda6ae1c13bd0d3b33b5c3e69478fa7d85abb1700c8a1af0e8d2894aed3f2eb5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:59.269Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:59.568Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-03T04:29:59.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-03T04:29:59.568Z] 094132a6a851: Preparing [2023-01-03T04:29:59.568Z] ae58bb151b68: Preparing [2023-01-03T04:29:59.568Z] b4b2df779aac: Preparing [2023-01-03T04:29:59.568Z] 41c4d0c4ea9a: Preparing [2023-01-03T04:29:59.568Z] e5e13b0c77cb: Preparing [2023-01-03T04:29:59.568Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:29:59.568Z] ae58bb151b68: Layer already exists [2023-01-03T04:29:59.568Z] b4b2df779aac: Layer already exists [2023-01-03T04:29:59.568Z] 41c4d0c4ea9a: Layer already exists [2023-01-03T04:29:59.568Z] 094132a6a851: Layer already exists [2023-01-03T04:29:59.568Z] main: digest: sha256:cda6ae1c13bd0d3b33b5c3e69478fa7d85abb1700c8a1af0e8d2894aed3f2eb5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:29:59.602Z] ===================================================== [Pipeline] echo [2023-01-03T04:29:59.608Z] taggedImages: [2023-01-03T04:29:59.608Z] - nexus3.edgexfoundry.org:10004/support-notifications:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:59.608Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-03T04:29:59.608Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.10 [2023-01-03T04:29:59.608Z] - nexus3.edgexfoundry.org:10004/support-notifications:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:59.608Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-03T04:29:59.622Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-03T04:29:59.622Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:29:59.622Z] latest [2023-01-03T04:29:59.622Z] 3.0.0-dev.10 [2023-01-03T04:29:59.622Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:29:59.622Z] main [2023-01-03T04:29:59.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:29:59.919Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:00.215Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:30:00.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-03T04:30:00.215Z] 418f00ce2322: Preparing [2023-01-03T04:30:00.215Z] f7650437bd74: Preparing [2023-01-03T04:30:00.215Z] b4b2df779aac: Preparing [2023-01-03T04:30:00.215Z] 939c848b7452: Preparing [2023-01-03T04:30:00.215Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:00.215Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:00.215Z] b4b2df779aac: Layer already exists [2023-01-03T04:30:00.215Z] 939c848b7452: Layer already exists [2023-01-03T04:30:00.215Z] 418f00ce2322: Pushed [2023-01-03T04:30:02.752Z] f7650437bd74: Pushed [2023-01-03T04:30:02.752Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:fe0d5db53a9f09ac5acdaf24bbb9a738280fa09306d7efd8781d6bd73d19c599 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:03.053Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:03.352Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-03T04:30:03.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-03T04:30:03.352Z] 418f00ce2322: Preparing [2023-01-03T04:30:03.352Z] f7650437bd74: Preparing [2023-01-03T04:30:03.352Z] b4b2df779aac: Preparing [2023-01-03T04:30:03.352Z] 939c848b7452: Preparing [2023-01-03T04:30:03.352Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:03.352Z] f7650437bd74: Layer already exists [2023-01-03T04:30:03.352Z] b4b2df779aac: Layer already exists [2023-01-03T04:30:03.352Z] 939c848b7452: Layer already exists [2023-01-03T04:30:03.352Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:03.353Z] 418f00ce2322: Layer already exists [2023-01-03T04:30:03.353Z] latest: digest: sha256:fe0d5db53a9f09ac5acdaf24bbb9a738280fa09306d7efd8781d6bd73d19c599 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:03.653Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:03.960Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.10 [2023-01-03T04:30:03.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-03T04:30:03.960Z] 418f00ce2322: Preparing [2023-01-03T04:30:03.960Z] f7650437bd74: Preparing [2023-01-03T04:30:03.960Z] b4b2df779aac: Preparing [2023-01-03T04:30:03.960Z] 939c848b7452: Preparing [2023-01-03T04:30:03.960Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:03.960Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:03.960Z] 939c848b7452: Layer already exists [2023-01-03T04:30:03.960Z] f7650437bd74: Layer already exists [2023-01-03T04:30:03.960Z] b4b2df779aac: Layer already exists [2023-01-03T04:30:03.960Z] 418f00ce2322: Layer already exists [2023-01-03T04:30:03.960Z] 3.0.0-dev.10: digest: sha256:fe0d5db53a9f09ac5acdaf24bbb9a738280fa09306d7efd8781d6bd73d19c599 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:04.277Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:04.587Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:30:04.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-03T04:30:04.587Z] 418f00ce2322: Preparing [2023-01-03T04:30:04.587Z] f7650437bd74: Preparing [2023-01-03T04:30:04.587Z] b4b2df779aac: Preparing [2023-01-03T04:30:04.587Z] 939c848b7452: Preparing [2023-01-03T04:30:04.587Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:04.587Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:04.587Z] f7650437bd74: Layer already exists [2023-01-03T04:30:04.587Z] 939c848b7452: Layer already exists [2023-01-03T04:30:04.587Z] 418f00ce2322: Layer already exists [2023-01-03T04:30:04.587Z] b4b2df779aac: Layer already exists [2023-01-03T04:30:04.587Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:fe0d5db53a9f09ac5acdaf24bbb9a738280fa09306d7efd8781d6bd73d19c599 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:04.892Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:05.193Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-03T04:30:05.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-03T04:30:05.194Z] 418f00ce2322: Preparing [2023-01-03T04:30:05.194Z] f7650437bd74: Preparing [2023-01-03T04:30:05.194Z] b4b2df779aac: Preparing [2023-01-03T04:30:05.194Z] 939c848b7452: Preparing [2023-01-03T04:30:05.194Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:05.194Z] 939c848b7452: Layer already exists [2023-01-03T04:30:05.194Z] f7650437bd74: Layer already exists [2023-01-03T04:30:05.194Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:05.194Z] 418f00ce2322: Layer already exists [2023-01-03T04:30:05.194Z] b4b2df779aac: Layer already exists [2023-01-03T04:30:05.194Z] main: digest: sha256:fe0d5db53a9f09ac5acdaf24bbb9a738280fa09306d7efd8781d6bd73d19c599 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:30:05.230Z] ===================================================== [Pipeline] echo [2023-01-03T04:30:05.235Z] taggedImages: [2023-01-03T04:30:05.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:30:05.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-03T04:30:05.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.10 [2023-01-03T04:30:05.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:30:05.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2023-01-03T04:30:05.249Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2023-01-03T04:30:05.249Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:30:05.249Z] latest [2023-01-03T04:30:05.249Z] 3.0.0-dev.10 [2023-01-03T04:30:05.249Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:30:05.249Z] main [2023-01-03T04:30:05.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:05.551Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:05.852Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:30:05.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2023-01-03T04:30:05.852Z] 7d871edb2bd9: Preparing [2023-01-03T04:30:05.852Z] c82e84a42108: Preparing [2023-01-03T04:30:05.852Z] b1916ce68c78: Preparing [2023-01-03T04:30:05.852Z] b18f8f03fefb: Preparing [2023-01-03T04:30:05.852Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:05.852Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:05.852Z] c82e84a42108: Pushed [2023-01-03T04:30:06.111Z] 7d871edb2bd9: Pushed [2023-01-03T04:30:07.048Z] b1916ce68c78: Pushed [2023-01-03T04:30:19.256Z] b18f8f03fefb: Pushed [2023-01-03T04:30:19.256Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:9f3771ec9c93701699335b2a1af6a8af4c1f3bebb459783686239c9fb7904007 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:19.555Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:19.853Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2023-01-03T04:30:19.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2023-01-03T04:30:19.853Z] 7d871edb2bd9: Preparing [2023-01-03T04:30:19.853Z] c82e84a42108: Preparing [2023-01-03T04:30:19.853Z] b1916ce68c78: Preparing [2023-01-03T04:30:19.853Z] b18f8f03fefb: Preparing [2023-01-03T04:30:19.853Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:19.853Z] b1916ce68c78: Layer already exists [2023-01-03T04:30:19.853Z] c82e84a42108: Layer already exists [2023-01-03T04:30:19.853Z] b18f8f03fefb: Layer already exists [2023-01-03T04:30:19.853Z] 7d871edb2bd9: Layer already exists [2023-01-03T04:30:19.853Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:19.853Z] latest: digest: sha256:9f3771ec9c93701699335b2a1af6a8af4c1f3bebb459783686239c9fb7904007 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:20.153Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:20.451Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.10 [2023-01-03T04:30:20.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2023-01-03T04:30:20.451Z] 7d871edb2bd9: Preparing [2023-01-03T04:30:20.451Z] c82e84a42108: Preparing [2023-01-03T04:30:20.451Z] b1916ce68c78: Preparing [2023-01-03T04:30:20.451Z] b18f8f03fefb: Preparing [2023-01-03T04:30:20.451Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:20.451Z] c82e84a42108: Layer already exists [2023-01-03T04:30:20.451Z] 7d871edb2bd9: Layer already exists [2023-01-03T04:30:20.451Z] b1916ce68c78: Layer already exists [2023-01-03T04:30:20.451Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:20.451Z] b18f8f03fefb: Layer already exists [2023-01-03T04:30:20.451Z] 3.0.0-dev.10: digest: sha256:9f3771ec9c93701699335b2a1af6a8af4c1f3bebb459783686239c9fb7904007 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:20.758Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:21.064Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:30:21.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2023-01-03T04:30:21.064Z] 7d871edb2bd9: Preparing [2023-01-03T04:30:21.064Z] c82e84a42108: Preparing [2023-01-03T04:30:21.064Z] b1916ce68c78: Preparing [2023-01-03T04:30:21.064Z] b18f8f03fefb: Preparing [2023-01-03T04:30:21.064Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:21.064Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:21.064Z] b18f8f03fefb: Layer already exists [2023-01-03T04:30:21.064Z] b1916ce68c78: Layer already exists [2023-01-03T04:30:21.064Z] c82e84a42108: Layer already exists [2023-01-03T04:30:21.064Z] 7d871edb2bd9: Layer already exists [2023-01-03T04:30:21.064Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:9f3771ec9c93701699335b2a1af6a8af4c1f3bebb459783686239c9fb7904007 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:21.377Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:30:21.685Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2023-01-03T04:30:21.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2023-01-03T04:30:21.685Z] 7d871edb2bd9: Preparing [2023-01-03T04:30:21.685Z] c82e84a42108: Preparing [2023-01-03T04:30:21.685Z] b1916ce68c78: Preparing [2023-01-03T04:30:21.685Z] b18f8f03fefb: Preparing [2023-01-03T04:30:21.685Z] e5e13b0c77cb: Preparing [2023-01-03T04:30:21.685Z] 7d871edb2bd9: Layer already exists [2023-01-03T04:30:21.685Z] c82e84a42108: Layer already exists [2023-01-03T04:30:21.685Z] b18f8f03fefb: Layer already exists [2023-01-03T04:30:21.685Z] b1916ce68c78: Layer already exists [2023-01-03T04:30:21.685Z] e5e13b0c77cb: Layer already exists [2023-01-03T04:30:21.685Z] main: digest: sha256:9f3771ec9c93701699335b2a1af6a8af4c1f3bebb459783686239c9fb7904007 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:30:21.721Z] ===================================================== [Pipeline] echo [2023-01-03T04:30:21.727Z] taggedImages: [2023-01-03T04:30:21.727Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:30:21.727Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2023-01-03T04:30:21.727Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.10 [2023-01-03T04:30:21.727Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:30:21.727Z] - 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] } [2023-01-03T04:33:12.485Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-03T04:33:27.464Z] Removing intermediate container 13bd17d7b72c [2023-01-03T04:33:27.464Z] ---> bb47727621b8 [2023-01-03T04:33:27.464Z] [2023-01-03T04:33:27.464Z] Step 9/24 : FROM alpine:3.16 [2023-01-03T04:33:27.464Z] 3.16: Pulling from library/alpine [2023-01-03T04:33:27.464Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T04:33:27.464Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T04:33:27.464Z] ---> 2b4661558fb8 [2023-01-03T04:33:27.464Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-03T04:33:27.464Z] ---> Running in 57c5dcdcc937 [2023-01-03T04:33:29.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:33:29.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:33:31.413Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-03T04:33:31.680Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-03T04:33:31.681Z] (3/3) Installing su-exec (0.2-r1) [2023-01-03T04:33:31.681Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:33:31.681Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:33:32.268Z] OK: 6 MiB in 17 packages [2023-01-03T04:33:35.154Z] Removing intermediate container 57c5dcdcc937 [2023-01-03T04:33:35.154Z] ---> 27d4a1cf8f22 [2023-01-03T04:33:35.154Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-03T04:33:35.459Z] ---> Running in 714f20f0ff70 [2023-01-03T04:33:36.077Z] Removing intermediate container 714f20f0ff70 [2023-01-03T04:33:36.077Z] ---> 3b31a7bb9541 [2023-01-03T04:33:36.077Z] Step 12/24 : WORKDIR / [2023-01-03T04:33:36.366Z] ---> Running in 74a43b753a9e [2023-01-03T04:33:36.649Z] Removing intermediate container 19744e954044 [2023-01-03T04:33:36.649Z] ---> 88d298cb22da [2023-01-03T04:33:36.649Z] [2023-01-03T04:33:36.649Z] Step 9/32 : FROM alpine:3.16 [2023-01-03T04:33:36.649Z] ---> 2b4661558fb8 [2023-01-03T04:33:36.649Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:33:36.920Z] Removing intermediate container 74a43b753a9e [2023-01-03T04:33:36.920Z] ---> 48bcbdfbed4a [2023-01-03T04:33:36.920Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-03T04:33:36.920Z] ---> Running in 2ae6514766d5 [2023-01-03T04:33:37.541Z] Removing intermediate container 2ae6514766d5 [2023-01-03T04:33:37.541Z] ---> f487264d640d [2023-01-03T04:33:37.541Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-03T04:33:37.824Z] ---> Running in df20038defe7 [2023-01-03T04:33:37.824Z] ---> 603367bb6248 [2023-01-03T04:33:37.824Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-03T04:33:40.412Z] ---> 883db2aab454 [2023-01-03T04:33:40.412Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-03T04:33:40.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:33:41.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:33:41.261Z] ---> a0d532d6e08d [2023-01-03T04:33:41.261Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-03T04:33:42.215Z] ---> 587d1c869425 [2023-01-03T04:33:42.215Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-03T04:33:42.799Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-03T04:33:42.799Z] (2/2) Installing su-exec (0.2-r1) [2023-01-03T04:33:42.800Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:33:42.800Z] OK: 5 MiB in 16 packages [2023-01-03T04:33:43.771Z] ---> c91b0a71e5d0 [2023-01-03T04:33:43.771Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-03T04:33:44.755Z] Removing intermediate container df20038defe7 [2023-01-03T04:33:44.755Z] ---> fd41a7447779 [2023-01-03T04:33:44.755Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-03T04:33:44.755Z] ---> Running in a2c9192a6537 [2023-01-03T04:33:45.343Z] Removing intermediate container a2c9192a6537 [2023-01-03T04:33:45.343Z] ---> 63255fce795c [2023-01-03T04:33:45.343Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-03T04:33:45.611Z] ---> Running in 4935a20d2294 [2023-01-03T04:33:46.216Z] ---> 38dee7705ac1 [2023-01-03T04:33:46.217Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-03T04:33:46.487Z] Removing intermediate container 4935a20d2294 [2023-01-03T04:33:46.487Z] ---> 2c0661e908be [2023-01-03T04:33:46.487Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-03T04:33:46.755Z] ---> Running in 2a7858587f4c [2023-01-03T04:33:47.360Z] Removing intermediate container 2a7858587f4c [2023-01-03T04:33:47.360Z] ---> 227b3948b4d7 [2023-01-03T04:33:47.360Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-03T04:33:47.360Z] ---> 9b981eedb695 [2023-01-03T04:33:47.360Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-03T04:33:47.360Z] ---> Running in 1a1b955a1c7b [2023-01-03T04:33:47.360Z] ---> Running in 451d263d368b [2023-01-03T04:33:48.325Z] Removing intermediate container 1a1b955a1c7b [2023-01-03T04:33:48.325Z] ---> bcdb6ff7a176 [2023-01-03T04:33:48.325Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-03T04:33:48.325Z] ---> Running in 723dfbc111b7 [2023-01-03T04:33:51.687Z] Removing intermediate container 451d263d368b [2023-01-03T04:33:51.687Z] ---> e05f25a3a4d3 [2023-01-03T04:33:51.687Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-03T04:33:51.687Z] ---> Running in 905856557ac8 [2023-01-03T04:33:52.651Z] Removing intermediate container 723dfbc111b7 [2023-01-03T04:33:52.651Z] ---> 9cceb586ee30 [2023-01-03T04:33:52.651Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-03T04:33:52.651Z] Removing intermediate container 905856557ac8 [2023-01-03T04:33:52.651Z] ---> 77f772ac93e5 [2023-01-03T04:33:52.651Z] Step 22/24 : LABEL arch=arm64 [2023-01-03T04:33:52.917Z] ---> Running in 03a163b0e4ab [2023-01-03T04:33:52.917Z] ---> Running in 7c431f7a7c9a [2023-01-03T04:33:53.500Z] Removing intermediate container 03a163b0e4ab [2023-01-03T04:33:53.500Z] ---> d07fc1c53807 [2023-01-03T04:33:53.500Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-03T04:33:53.500Z] Removing intermediate container 7c431f7a7c9a [2023-01-03T04:33:53.500Z] ---> 10ee482baf18 [2023-01-03T04:33:53.500Z] Step 23/24 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:33:53.765Z] ---> Running in 5157d109eaad [2023-01-03T04:33:54.345Z] Removing intermediate container 5157d109eaad [2023-01-03T04:33:54.345Z] ---> 46288fa61e38 [2023-01-03T04:33:54.345Z] Step 24/24 : LABEL version=3.0.0-dev.10 [2023-01-03T04:33:54.611Z] ---> Running in 72d0fb83b3fd [2023-01-03T04:33:54.611Z] ---> 9d7b4ff1ec8f [2023-01-03T04:33:54.611Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-03T04:33:54.611Z] ---> Running in 81962c0487ef [2023-01-03T04:33:55.192Z] Removing intermediate container 72d0fb83b3fd [2023-01-03T04:33:55.192Z] ---> e4afe5fb4550 [2023-01-03T04:33:55.192Z] [2023-01-03T04:33:55.467Z] Successfully built e4afe5fb4550 [2023-01-03T04:33:55.467Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-03T04:33:55.737Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-01-03T04:33:58.316Z] Removing intermediate container 81962c0487ef [2023-01-03T04:33:58.316Z] ---> 068703853726 [2023-01-03T04:33:58.316Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:33:59.271Z] ---> 12cf9bc84efe [2023-01-03T04:33:59.271Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-03T04:33:59.852Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:33:59.852Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:33:59.852Z] ---> 3ed3911e0552 [2023-01-03T04:33:59.852Z] Step 3/24 : WORKDIR /edgex-go [2023-01-03T04:33:59.852Z] ---> Using cache [2023-01-03T04:33:59.852Z] ---> 50734f4404bc [2023-01-03T04:33:59.852Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-03T04:34:00.121Z] ---> Running in ee1c517e7aa7 [2023-01-03T04:34:02.082Z] ---> 47e62b6413d9 [2023-01-03T04:34:02.082Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-03T04:34:02.082Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:34:02.693Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:34:03.277Z] ---> ba1d309ff2fc [2023-01-03T04:34:03.277Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-03T04:34:04.239Z] OK: 221 MiB in 51 packages [2023-01-03T04:34:05.664Z] ---> df62069523be [2023-01-03T04:34:05.664Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-03T04:34:07.082Z] Removing intermediate container ee1c517e7aa7 [2023-01-03T04:34:07.082Z] ---> 71de35ea2441 [2023-01-03T04:34:07.082Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-03T04:34:08.042Z] ---> 6f9e579bed55 [2023-01-03T04:34:08.042Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-03T04:34:08.310Z] ---> f5549b3ad5c5 [2023-01-03T04:34:08.310Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:34:08.578Z] ---> Running in 76e528b35462 [2023-01-03T04:34:09.992Z] ---> cfbceeb77217 [2023-01-03T04:34:09.992Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-03T04:34:11.432Z] ---> 6e575298891a [2023-01-03T04:34:11.432Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-03T04:34:11.432Z] ---> Running in 42f47f7754d8 [2023-01-03T04:34:15.712Z] Removing intermediate container 42f47f7754d8 [2023-01-03T04:34:15.712Z] ---> 3167ffc2fed4 [2023-01-03T04:34:15.712Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-03T04:34:15.979Z] ---> Running in 8883b558d8a6 [2023-01-03T04:34:16.939Z] Removing intermediate container 8883b558d8a6 [2023-01-03T04:34:16.939Z] ---> 180ed6bb5836 [2023-01-03T04:34:16.939Z] Step 29/32 : CMD ["gate"] [2023-01-03T04:34:16.939Z] ---> Running in dd21951c7718 [2023-01-03T04:34:17.520Z] Removing intermediate container 27450eed1a87 [2023-01-03T04:34:17.520Z] ---> be5f5efebfb7 [2023-01-03T04:34:17.520Z] [2023-01-03T04:34:17.520Z] Step 10/22 : FROM alpine:3.16 [2023-01-03T04:34:17.520Z] ---> 2b4661558fb8 [2023-01-03T04:34:17.520Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-03T04:34:18.925Z] Removing intermediate container dd21951c7718 [2023-01-03T04:34:18.925Z] ---> bd8c40ea8242 [2023-01-03T04:34:18.925Z] Step 30/32 : LABEL arch=arm64 [2023-01-03T04:34:18.925Z] ---> Running in 70d1c96ce528 [2023-01-03T04:34:18.925Z] ---> Running in d2aea8346ead [2023-01-03T04:34:19.505Z] Removing intermediate container 70d1c96ce528 [2023-01-03T04:34:19.771Z] ---> 4d0f5e90c036 [2023-01-03T04:34:19.771Z] Removing intermediate container d2aea8346ead [2023-01-03T04:34:19.771Z] ---> ac445005f4b0 [2023-01-03T04:34:19.771Z] Step 31/32 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:34:19.771Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-03T04:34:19.771Z] ---> Running in 140cce725ab8 [2023-01-03T04:34:19.771Z] ---> Running in cdebff03a2e5 [2023-01-03T04:34:20.354Z] Removing intermediate container 140cce725ab8 [2023-01-03T04:34:20.354Z] ---> 94f0c4655d22 [2023-01-03T04:34:20.354Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-03T04:34:20.354Z] Removing intermediate container cdebff03a2e5 [2023-01-03T04:34:20.354Z] ---> c1d34023ed69 [2023-01-03T04:34:20.354Z] Step 32/32 : LABEL version=3.0.0-dev.10 [2023-01-03T04:34:20.620Z] ---> Running in 236919796a48 [2023-01-03T04:34:20.620Z] ---> Running in 9097114f9946 [2023-01-03T04:34:21.199Z] Removing intermediate container 236919796a48 [2023-01-03T04:34:21.199Z] ---> b1f9f98287ce [2023-01-03T04:34:21.199Z] Step 14/22 : RUN apk add --update --no-cache dumb-initRemoving intermediate container 9097114f9946 [2023-01-03T04:34:21.199Z] ---> d007b41551d9 [2023-01-03T04:34:21.199Z] [2023-01-03T04:34:21.199Z] [2023-01-03T04:34:21.465Z] ---> Running in 4c3c4c347ebe [2023-01-03T04:34:21.730Z] Successfully built d007b41551d9 [2023-01-03T04:34:21.730Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-03T04:34:21.730Z] Building security-spire-config [2023-01-03T04:34:23.669Z]  Building security-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:34:23.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:34:25.889Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-03T04:34:25.889Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:34:25.889Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:34:25.889Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:34:25.889Z] ---> 3ed3911e0552 [2023-01-03T04:34:25.889Z] Step 3/24 : WORKDIR /edgex-go [2023-01-03T04:34:25.889Z] ---> Using cache [2023-01-03T04:34:25.889Z] ---> 50734f4404bc [2023-01-03T04:34:25.889Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-03T04:34:25.889Z] ---> Using cache [2023-01-03T04:34:25.889Z] ---> 71de35ea2441 [2023-01-03T04:34:25.889Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-03T04:34:25.889Z] OK: 5 MiB in 15 packages [2023-01-03T04:34:25.889Z] ---> Using cache [2023-01-03T04:34:25.889Z] ---> f5549b3ad5c5 [2023-01-03T04:34:25.889Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:34:26.173Z] ---> Running in cb0634af2ee2 [2023-01-03T04:34:27.586Z] Removing intermediate container 4c3c4c347ebe [2023-01-03T04:34:27.586Z] ---> 43d8ef894bbd [2023-01-03T04:34:27.586Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:34:28.997Z] ---> bf1e3f00e06a [2023-01-03T04:34:28.997Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-03T04:34:31.590Z] ---> 8104f248aa88 [2023-01-03T04:34:31.590Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-03T04:34:32.176Z] ---> 1b4207c9218b [2023-01-03T04:34:32.176Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-03T04:34:32.448Z] ---> Running in facd59ab9cb6 [2023-01-03T04:34:33.032Z] Removing intermediate container facd59ab9cb6 [2023-01-03T04:34:33.032Z] ---> 6704453d7926 [2023-01-03T04:34:33.032Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:34:33.032Z] ---> Running in 90570e7d4ea7 [2023-01-03T04:34:33.639Z] Removing intermediate container 90570e7d4ea7 [2023-01-03T04:34:33.639Z] ---> 5898429ea744 [2023-01-03T04:34:33.639Z] Step 20/22 : LABEL arch=arm64 [2023-01-03T04:34:33.639Z] ---> Running in 66d7793c5eeb [2023-01-03T04:34:34.223Z] Removing intermediate container 66d7793c5eeb [2023-01-03T04:34:34.223Z] ---> 7a070c771e79 [2023-01-03T04:34:34.223Z] Step 21/22 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:34:34.223Z] ---> Running in b4f7d6d4d237 [2023-01-03T04:34:34.808Z] Removing intermediate container b4f7d6d4d237 [2023-01-03T04:34:34.808Z] ---> 1f261b580939 [2023-01-03T04:34:34.808Z] Step 22/22 : LABEL version=3.0.0-dev.10 [2023-01-03T04:34:34.808Z] ---> Running in f9a5cc6efae6 [2023-01-03T04:34:35.409Z] Removing intermediate container f9a5cc6efae6 [2023-01-03T04:34:35.409Z] ---> a6570f6bae1f [2023-01-03T04:34:35.409Z] [2023-01-03T04:34:35.409Z] Successfully built a6570f6bae1f [2023-01-03T04:34:35.675Z] Successfully tagged core-data-arm64:latest [2023-01-03T04:34:35.676Z]  Building core-data ... done Building support-notifications [2023-01-03T04:34:39.018Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:34:39.018Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:34:39.018Z] ---> 3ed3911e0552 [2023-01-03T04:34:39.018Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:34:39.018Z] ---> Using cache [2023-01-03T04:34:39.018Z] ---> f182cc82f609 [2023-01-03T04:34:39.018Z] Step 4/22 : WORKDIR /edgex-go [2023-01-03T04:34:39.018Z] ---> Using cache [2023-01-03T04:34:39.018Z] ---> 74dbe4bb9920 [2023-01-03T04:34:39.018Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-03T04:34:39.632Z] ---> Running in ad6d95ad7355 [2023-01-03T04:34:41.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:34:41.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:34:42.981Z] OK: 221 MiB in 51 packages [2023-01-03T04:34:44.960Z] Removing intermediate container ad6d95ad7355 [2023-01-03T04:34:44.960Z] ---> 14b25b4dd5a0 [2023-01-03T04:34:44.960Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-03T04:34:45.543Z] ---> f557dea92dfa [2023-01-03T04:34:45.543Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:34:45.820Z] ---> Running in 714c9d2c39f2 [2023-01-03T04:35:24.709Z] Removing intermediate container 76e528b35462 [2023-01-03T04:35:24.709Z] ---> eb778fa324d8 [2023-01-03T04:35:24.709Z] Step 7/24 : COPY . . [2023-01-03T04:35:28.972Z] ---> 79eda457438e [2023-01-03T04:35:28.972Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-03T04:35:28.972Z] ---> Running in 5403845e24e8 [2023-01-03T04:35:29.934Z] Removing intermediate container 5403845e24e8 [2023-01-03T04:35:29.934Z] ---> a6aa150d0ee8 [2023-01-03T04:35:29.934Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-03T04:35:30.199Z] ---> Running in a4e87c4f19c2 [2023-01-03T04:35:31.156Z] Removing intermediate container a4e87c4f19c2 [2023-01-03T04:35:31.156Z] ---> 0b9ee304abd5 [2023-01-03T04:35:31.156Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-03T04:35:31.422Z] ---> Running in 413a94166f21 [2023-01-03T04:35:32.005Z] Removing intermediate container e03acd29bec9 [2023-01-03T04:35:32.005Z] ---> 4896553d84b7 [2023-01-03T04:35:32.005Z] [2023-01-03T04:35:32.005Z] Step 9/19 : FROM alpine:3.15 [2023-01-03T04:35:32.271Z] 3.15: Pulling from library/alpine [2023-01-03T04:35:34.871Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-03T04:35:34.871Z] Status: Downloaded newer image for alpine:3.15 [2023-01-03T04:35:34.871Z] ---> 8aa73fd46299 [2023-01-03T04:35:34.871Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:35:35.138Z] ---> Running in 39a454c3af0f [2023-01-03T04:35:35.404Z] Removing intermediate container 413a94166f21 [2023-01-03T04:35:35.404Z] ---> 78e6992a58ef [2023-01-03T04:35:35.404Z] Step 11/24 : WORKDIR /edgex-go [2023-01-03T04:35:35.671Z] ---> Running in b5e4f1461b4e [2023-01-03T04:35:35.671Z] Removing intermediate container 39a454c3af0f [2023-01-03T04:35:35.671Z] ---> f633193df41e [2023-01-03T04:35:35.671Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-03T04:35:35.938Z] ---> Running in 234ad7201a93 [2023-01-03T04:35:36.901Z] Removing intermediate container b5e4f1461b4e [2023-01-03T04:35:36.901Z] ---> e95482134641 [2023-01-03T04:35:36.901Z] [2023-01-03T04:35:36.901Z] Step 12/24 : FROM alpine:3.15 [2023-01-03T04:35:36.901Z] ---> 8aa73fd46299 [2023-01-03T04:35:36.901Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:35:36.901Z] ---> Using cache [2023-01-03T04:35:36.901Z] ---> f633193df41e [2023-01-03T04:35:36.901Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-03T04:35:36.901Z] ---> Running in 2006132bd763 [2023-01-03T04:35:37.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:35:38.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:35:39.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:35:39.298Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:35:39.878Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-03T04:35:39.878Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-03T04:35:39.878Z] OK: 15736 distinct packages available [2023-01-03T04:35:39.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:35:40.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:35:40.409Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-03T04:35:40.409Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-03T04:35:40.409Z] OK: 15736 distinct packages available [2023-01-03T04:35:40.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:35:41.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:35:41.517Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-03T04:35:41.517Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-03T04:35:41.784Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-03T04:35:41.784Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-03T04:35:41.784Z] (5/9) Installing curl (7.80.0-r5) [2023-01-03T04:35:41.784Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-03T04:35:41.784Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-03T04:35:41.784Z] (8/9) Installing libucontext (1.1-r0) [2023-01-03T04:35:41.784Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-03T04:35:41.784Z] Executing busybox-1.34.1-r7.trigger [2023-01-03T04:35:41.784Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:35:42.395Z] OK: 8 MiB in 23 packages [2023-01-03T04:35:42.395Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-03T04:35:42.395Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-03T04:35:42.395Z] (3/5) Installing libucontext (1.1-r0) [2023-01-03T04:35:42.395Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-03T04:35:42.395Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-03T04:35:42.395Z] Executing busybox-1.34.1-r7.trigger [2023-01-03T04:35:42.395Z] OK: 6 MiB in 19 packages [2023-01-03T04:35:47.726Z] Removing intermediate container 2006132bd763 [2023-01-03T04:35:47.726Z] ---> e7b17de0713d [2023-01-03T04:35:47.726Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-03T04:35:47.992Z] Removing intermediate container 234ad7201a93 [2023-01-03T04:35:47.992Z] ---> 3bb273b40af9 [2023-01-03T04:35:47.992Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:35:49.391Z] ---> f0808a55c87d [2023-01-03T04:35:49.391Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-03T04:35:52.723Z] Removing intermediate container cb0634af2ee2 [2023-01-03T04:35:52.723Z] ---> b17771e5667a [2023-01-03T04:35:52.723Z] Step 7/24 : COPY . . [2023-01-03T04:35:53.008Z] ---> 738486653ec6 [2023-01-03T04:35:53.008Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-03T04:35:53.275Z] ---> 1da65c092f40 [2023-01-03T04:35:53.275Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-03T04:35:55.216Z] ---> 924dc7b25427 [2023-01-03T04:35:55.216Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-03T04:35:55.216Z] ---> Running in 2a8a11ae3ead [2023-01-03T04:35:56.176Z] Removing intermediate container 2a8a11ae3ead [2023-01-03T04:35:56.176Z] ---> a90b9f1fa379 [2023-01-03T04:35:56.176Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:35:56.176Z] ---> Running in 8d9765c3f50c [2023-01-03T04:35:57.141Z] Removing intermediate container 8d9765c3f50c [2023-01-03T04:35:57.141Z] ---> 7d965d5d067c [2023-01-03T04:35:57.141Z] Step 17/19 : LABEL arch=arm64 [2023-01-03T04:35:57.141Z] ---> Running in 90f1e9eafffd [2023-01-03T04:35:57.141Z] ---> 78913c5368ef [2023-01-03T04:35:57.141Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-03T04:35:57.405Z] ---> Running in f2e5219c2d0c [2023-01-03T04:35:57.670Z] Removing intermediate container 90f1e9eafffd [2023-01-03T04:35:57.670Z] ---> 32b2eaf5e0d2 [2023-01-03T04:35:57.670Z] Step 18/19 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:35:57.943Z] ---> Running in 8858cc2308da [2023-01-03T04:35:58.209Z] Removing intermediate container f2e5219c2d0c [2023-01-03T04:35:58.209Z] ---> b034c63f55e8 [2023-01-03T04:35:58.209Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-03T04:35:58.209Z] ---> Running in 04a0ac1114de [2023-01-03T04:35:58.793Z] Removing intermediate container 8858cc2308da [2023-01-03T04:35:58.793Z] ---> 4e4f7192dfab [2023-01-03T04:35:58.793Z] Step 19/19 : LABEL version=3.0.0-dev.10 [2023-01-03T04:35:59.060Z] Removing intermediate container 04a0ac1114de [2023-01-03T04:35:59.060Z] ---> 24ee7474fdab [2023-01-03T04:35:59.060Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-03T04:35:59.060Z] ---> Running in 8678572c266a [2023-01-03T04:35:59.060Z] ---> Running in 3db2169181ca [2023-01-03T04:36:00.019Z] Removing intermediate container 8678572c266a [2023-01-03T04:36:00.019Z] ---> 46f55b62ecaf [2023-01-03T04:36:00.019Z] [2023-01-03T04:36:00.285Z] Successfully built 46f55b62ecaf [2023-01-03T04:36:00.285Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-03T04:36:00.285Z]  Building security-spiffe-token-provider ... done Building sys-mgmt-agent [2023-01-03T04:36:02.234Z] Removing intermediate container 3db2169181ca [2023-01-03T04:36:02.234Z] ---> aec411877fce [2023-01-03T04:36:02.234Z] Step 11/24 : WORKDIR /edgex-go [2023-01-03T04:36:02.512Z] ---> Running in 32123218a679 [2023-01-03T04:36:02.781Z] ---> 1bf02bceb4b7 [2023-01-03T04:36:02.781Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-03T04:36:03.365Z] Removing intermediate container 32123218a679 [2023-01-03T04:36:03.365Z] ---> 2de3bb5f6d62 [2023-01-03T04:36:03.365Z] [2023-01-03T04:36:03.365Z] Step 12/24 : FROM alpine:3.15 [2023-01-03T04:36:03.365Z] ---> 8aa73fd46299 [2023-01-03T04:36:03.365Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:36:03.365Z] ---> Using cache [2023-01-03T04:36:03.365Z] ---> f633193df41e [2023-01-03T04:36:03.365Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-03T04:36:03.633Z] ---> Running in c7c21c127070 [2023-01-03T04:36:03.902Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:36:03.902Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:36:03.902Z] ---> 3ed3911e0552 [2023-01-03T04:36:03.902Z] Step 3/22 : WORKDIR /edgex-go [2023-01-03T04:36:03.902Z] ---> Using cache [2023-01-03T04:36:03.902Z] ---> 50734f4404bc [2023-01-03T04:36:03.902Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2023-01-03T04:36:04.169Z] ---> fd6bfd6b7a9a [2023-01-03T04:36:04.169Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-03T04:36:04.169Z] ---> Running in 95ed86f3b5c1 [2023-01-03T04:36:05.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:05.659Z] ---> 7a55b509377a [2023-01-03T04:36:05.659Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-03T04:36:05.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:05.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:06.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:06.858Z] ---> 3fc2488da605 [2023-01-03T04:36:06.858Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-03T04:36:07.144Z] ---> Running in 5b958a49d0b9 [2023-01-03T04:36:07.144Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-03T04:36:07.144Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-03T04:36:07.144Z] OK: 15736 distinct packages available [2023-01-03T04:36:07.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:07.717Z] OK: 221 MiB in 51 packages [2023-01-03T04:36:07.717Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:07.994Z] Removing intermediate container 5b958a49d0b9 [2023-01-03T04:36:07.994Z] ---> 4accdc003910 [2023-01-03T04:36:07.994Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-03T04:36:08.281Z] ---> Running in cdd8ce4f290e [2023-01-03T04:36:08.887Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-03T04:36:08.887Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-03T04:36:08.887Z] (3/4) Installing libucontext (1.1-r0) [2023-01-03T04:36:08.887Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-03T04:36:08.887Z] Executing busybox-1.34.1-r7.trigger [2023-01-03T04:36:08.887Z] OK: 6 MiB in 18 packages [2023-01-03T04:36:09.163Z] Removing intermediate container cdd8ce4f290e [2023-01-03T04:36:09.163Z] ---> 2933842ec38d [2023-01-03T04:36:09.163Z] Step 22/24 : LABEL arch=arm64 [2023-01-03T04:36:09.163Z] Removing intermediate container 95ed86f3b5c1 [2023-01-03T04:36:09.163Z] ---> 0c7ab43608de [2023-01-03T04:36:09.163Z] Step 5/22 : COPY go.mod vendor* ./ [2023-01-03T04:36:09.447Z] ---> Running in d1225fa7fe97 [2023-01-03T04:36:10.411Z] Removing intermediate container d1225fa7fe97 [2023-01-03T04:36:10.411Z] ---> aaf5adeec0ae [2023-01-03T04:36:10.411Z] Step 23/24 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:36:10.411Z] ---> aad9b2253a5e [2023-01-03T04:36:10.411Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:36:10.681Z] ---> Running in b291fdd88708 [2023-01-03T04:36:10.681Z] Removing intermediate container c7c21c127070 [2023-01-03T04:36:10.681Z] ---> e92b090f9f12 [2023-01-03T04:36:10.681Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-03T04:36:10.681Z] ---> Running in 8474655ffc1d [2023-01-03T04:36:11.265Z] Removing intermediate container b291fdd88708 [2023-01-03T04:36:11.265Z] ---> 5c652ca39303 [2023-01-03T04:36:11.265Z] Step 24/24 : LABEL version=3.0.0-dev.10 [2023-01-03T04:36:11.531Z] Removing intermediate container 714c9d2c39f2 [2023-01-03T04:36:11.531Z] ---> e10972c150b0 [2023-01-03T04:36:11.531Z] Step 8/22 : COPY . . [2023-01-03T04:36:11.531Z] ---> Running in d1ea2bff0419 [2023-01-03T04:36:12.527Z] Removing intermediate container 3dace8fb40c3 [2023-01-03T04:36:12.527Z] ---> 75388732ec30 [2023-01-03T04:36:12.527Z] [2023-01-03T04:36:12.528Z] Step 10/22 : FROM alpine:3.16 [2023-01-03T04:36:12.528Z] ---> 2b4661558fb8 [2023-01-03T04:36:12.528Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-03T04:36:12.796Z] ---> Running in 9cb254e206a8 [2023-01-03T04:36:12.796Z] Removing intermediate container d1ea2bff0419 [2023-01-03T04:36:12.796Z] ---> 399522bb128e [2023-01-03T04:36:12.796Z] [2023-01-03T04:36:13.064Z] Successfully built 399522bb128e [2023-01-03T04:36:13.064Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-03T04:36:13.064Z] Building security-proxy-setup [2023-01-03T04:36:15.006Z]  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:15.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:15.970Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-03T04:36:15.970Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:36:15.970Z] OK: 5 MiB in 15 packages [2023-01-03T04:36:16.240Z] ---> 32da5a2242c2 [2023-01-03T04:36:16.240Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-03T04:36:16.509Z] ---> Running in c6832ab69563 [2023-01-03T04:36:17.917Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:36:17.917Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:36:17.917Z] ---> 3ed3911e0552 [2023-01-03T04:36:17.917Z] Step 3/21 : WORKDIR /edgex-go [2023-01-03T04:36:17.917Z] ---> Using cache [2023-01-03T04:36:17.917Z] ---> 50734f4404bc [2023-01-03T04:36:17.917Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-03T04:36:17.917Z] ---> Running in 73b0acced2c0 [2023-01-03T04:36:18.880Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-03T04:36:18.880Z] Removing intermediate container 9cb254e206a8 [2023-01-03T04:36:18.880Z] ---> 09db5b3bd715 [2023-01-03T04:36:18.880Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:36:19.149Z] ---> Running in abd5c7a4e040 [2023-01-03T04:36:20.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:20.560Z] Removing intermediate container abd5c7a4e040 [2023-01-03T04:36:20.560Z] ---> 25294596d255 [2023-01-03T04:36:20.560Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-03T04:36:20.560Z] ---> Running in 05ef0e5d31e3 [2023-01-03T04:36:20.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:36:21.416Z] ---> 5a9cb28eb08e [2023-01-03T04:36:21.416Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-03T04:36:21.416Z] Removing intermediate container 05ef0e5d31e3 [2023-01-03T04:36:21.416Z] ---> 31aee2bdffae [2023-01-03T04:36:21.416Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-03T04:36:21.416Z] ---> Running in 010c1b77753f [2023-01-03T04:36:22.000Z] Removing intermediate container 010c1b77753f [2023-01-03T04:36:22.000Z] ---> 97d37075bbce [2023-01-03T04:36:22.000Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:36:22.000Z] OK: 221 MiB in 51 packages [2023-01-03T04:36:22.268Z] ---> c755fbba76f5 [2023-01-03T04:36:22.268Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-03T04:36:22.540Z] ---> Running in 2470c60cdb7e [2023-01-03T04:36:23.508Z] ---> 082b30b78d8a [2023-01-03T04:36:23.508Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-03T04:36:23.776Z] Removing intermediate container 2470c60cdb7e [2023-01-03T04:36:23.776Z] ---> f524e94a4878 [2023-01-03T04:36:23.776Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-03T04:36:24.060Z] Removing intermediate container 73b0acced2c0 [2023-01-03T04:36:24.060Z] ---> 654f28469998 [2023-01-03T04:36:24.060Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-03T04:36:26.049Z] ---> 89b050952e55 [2023-01-03T04:36:26.049Z] Step 19/24 : WORKDIR / [2023-01-03T04:36:26.049Z] ---> c977e6272f5d [2023-01-03T04:36:26.049Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:36:26.049Z] ---> Running in ac5678165870 [2023-01-03T04:36:26.049Z] ---> Running in 2ae0e44e6f5f [2023-01-03T04:36:27.457Z] Removing intermediate container 2ae0e44e6f5f [2023-01-03T04:36:27.457Z] ---> 93cc4007032e [2023-01-03T04:36:27.457Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-03T04:36:27.723Z] ---> Running in 5b864c339b74 [2023-01-03T04:36:28.688Z] Removing intermediate container 5b864c339b74 [2023-01-03T04:36:28.688Z] ---> e56516a76034 [2023-01-03T04:36:28.688Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-03T04:36:28.688Z] ---> Running in 1ca8ce2e27d5 [2023-01-03T04:36:28.688Z] ---> e12618c880fd [2023-01-03T04:36:28.688Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-03T04:36:29.651Z] Removing intermediate container 1ca8ce2e27d5 [2023-01-03T04:36:29.651Z] ---> 6c7a51cead89 [2023-01-03T04:36:29.651Z] Step 22/24 : LABEL arch=arm64 [2023-01-03T04:36:29.651Z] ---> Running in bba5776dc8f2 [2023-01-03T04:36:29.919Z] ---> 75facaa102ef [2023-01-03T04:36:29.919Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-03T04:36:29.919Z] ---> Running in 5064a72840b5 [2023-01-03T04:36:30.187Z] Removing intermediate container bba5776dc8f2 [2023-01-03T04:36:30.187Z] ---> a94acb7a6efa [2023-01-03T04:36:30.187Z] Step 23/24 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:36:30.463Z] ---> Running in e2bb137ba5ef [2023-01-03T04:36:30.738Z] Removing intermediate container 5064a72840b5 [2023-01-03T04:36:30.738Z] ---> 09fd001a82e8 [2023-01-03T04:36:30.738Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:36:31.005Z] ---> Running in 1ef3a4e56dbe [2023-01-03T04:36:31.273Z] Removing intermediate container e2bb137ba5ef [2023-01-03T04:36:31.273Z] ---> af43ed8d73c9 [2023-01-03T04:36:31.273Z] Step 24/24 : LABEL version=3.0.0-dev.10 [2023-01-03T04:36:31.547Z] ---> Running in 175dd52ed2d2 [2023-01-03T04:36:31.815Z] Removing intermediate container 1ef3a4e56dbe [2023-01-03T04:36:31.815Z] ---> 34d61b85d9e2 [2023-01-03T04:36:31.815Z] Step 20/22 : LABEL arch=arm64 [2023-01-03T04:36:32.081Z] ---> Running in 4237948f5438 [2023-01-03T04:36:32.347Z] Removing intermediate container 175dd52ed2d2 [2023-01-03T04:36:32.347Z] ---> 96d41bcdb23f [2023-01-03T04:36:32.347Z] [2023-01-03T04:36:32.347Z] Successfully built 96d41bcdb23f [2023-01-03T04:36:32.616Z] Successfully tagged security-spire-config-arm64:latest [2023-01-03T04:36:32.616Z] Building core-metadata [2023-01-03T04:36:32.616Z]  Building security-spire-config ... done Removing intermediate container 4237948f5438 [2023-01-03T04:36:32.616Z] ---> d4e36e50e427 [2023-01-03T04:36:32.616Z] Step 21/22 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:36:32.881Z] ---> Running in ae29eb7fcf5f [2023-01-03T04:36:33.465Z] Removing intermediate container ae29eb7fcf5f [2023-01-03T04:36:33.465Z] ---> ce45c9bd3e43 [2023-01-03T04:36:33.465Z] Step 22/22 : LABEL version=3.0.0-dev.10 [2023-01-03T04:36:33.465Z] ---> Running in cf8c5790a39c [2023-01-03T04:36:34.046Z] Removing intermediate container cf8c5790a39c [2023-01-03T04:36:34.046Z] ---> df98b1cbc2b6 [2023-01-03T04:36:34.046Z] [2023-01-03T04:36:34.311Z] Successfully built df98b1cbc2b6 [2023-01-03T04:36:34.311Z] Successfully tagged support-scheduler-arm64:latest [2023-01-03T04:36:34.311Z]  Building support-scheduler ... done Building core-command [2023-01-03T04:36:37.649Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:36:37.649Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:36:37.649Z] ---> 3ed3911e0552 [2023-01-03T04:36:37.649Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:36:37.649Z] ---> Using cache [2023-01-03T04:36:37.649Z] ---> f182cc82f609 [2023-01-03T04:36:37.649Z] Step 4/24 : WORKDIR /edgex-go [2023-01-03T04:36:37.649Z] ---> Using cache [2023-01-03T04:36:37.649Z] ---> 74dbe4bb9920 [2023-01-03T04:36:37.649Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-03T04:36:37.649Z] ---> Using cache [2023-01-03T04:36:37.649Z] ---> 18b9502db8c6 [2023-01-03T04:36:37.649Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-03T04:36:37.649Z] ---> Using cache [2023-01-03T04:36:37.649Z] ---> 16ffd56d56bf [2023-01-03T04:36:37.649Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:36:37.649Z] ---> Using cache [2023-01-03T04:36:37.649Z] ---> da263dfd4216 [2023-01-03T04:36:37.649Z] Step 8/24 : COPY . . [2023-01-03T04:36:37.649Z] ---> Using cache [2023-01-03T04:36:37.649Z] ---> a740ce89b23d [2023-01-03T04:36:37.649Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-03T04:36:39.064Z] ---> Running in b1803601c21a [2023-01-03T04:36:39.647Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:36:39.648Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:36:39.648Z] ---> 3ed3911e0552 [2023-01-03T04:36:39.916Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-03T04:36:39.916Z] ---> Using cache [2023-01-03T04:36:39.916Z] ---> f182cc82f609 [2023-01-03T04:36:39.916Z] Step 4/23 : WORKDIR /edgex-go [2023-01-03T04:36:39.916Z] ---> Using cache [2023-01-03T04:36:39.916Z] ---> 74dbe4bb9920 [2023-01-03T04:36:39.916Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-03T04:36:39.916Z] ---> Using cache [2023-01-03T04:36:39.916Z] ---> 18b9502db8c6 [2023-01-03T04:36:39.916Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-03T04:36:39.916Z] ---> Using cache [2023-01-03T04:36:39.916Z] ---> 16ffd56d56bf [2023-01-03T04:36:39.916Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:36:39.916Z] ---> Using cache [2023-01-03T04:36:39.916Z] ---> da263dfd4216 [2023-01-03T04:36:39.916Z] Step 8/23 : COPY . . [2023-01-03T04:36:40.186Z] ---> Using cache [2023-01-03T04:36:40.186Z] ---> a740ce89b23d [2023-01-03T04:36:40.186Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-03T04:36:40.773Z] ---> Running in e33935d85e92 [2023-01-03T04:36:41.731Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-03T04:36:43.137Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-03T04:37:15.348Z] Removing intermediate container 8474655ffc1d [2023-01-03T04:37:15.348Z] ---> 0d8774b89cd8 [2023-01-03T04:37:15.348Z] Step 7/22 : COPY . . [2023-01-03T04:37:15.930Z] ---> e456d4417611 [2023-01-03T04:37:15.930Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2023-01-03T04:37:16.195Z] ---> Running in a5426da0684f [2023-01-03T04:37:18.762Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2023-01-03T04:37:36.950Z] Removing intermediate container ac5678165870 [2023-01-03T04:37:36.950Z] ---> ba844d2b5f64 [2023-01-03T04:37:36.950Z] Step 7/21 : COPY . . [2023-01-03T04:37:37.906Z] ---> 772df2ce36aa [2023-01-03T04:37:37.906Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-03T04:37:38.173Z] ---> Running in 1419adaf51df [2023-01-03T04:37:40.107Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-03T04:43:16.971Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-03T04:43:16.971Z] Removing intermediate container a5426da0684f [2023-01-03T04:43:16.971Z] ---> e3a9ba9ff71d [2023-01-03T04:43:16.971Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2023-01-03T04:43:16.971Z] Removing intermediate container e33935d85e92 [2023-01-03T04:43:16.971Z] ---> 8c501b47ec1f [2023-01-03T04:43:16.971Z] [2023-01-03T04:43:16.971Z] Step 10/23 : FROM alpine:3.16 [2023-01-03T04:43:16.971Z] ---> 2b4661558fb8 [2023-01-03T04:43:16.971Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-03T04:43:16.971Z] ---> Using cache [2023-01-03T04:43:16.971Z] ---> 09db5b3bd715 [2023-01-03T04:43:16.971Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:43:16.971Z] ---> Using cache [2023-01-03T04:43:16.971Z] ---> 25294596d255 [2023-01-03T04:43:16.971Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-03T04:43:16.971Z] ---> Running in 502c48588983 [2023-01-03T04:43:16.971Z] ---> Running in 75607f8f6a30 [2023-01-03T04:43:16.971Z] Removing intermediate container 75607f8f6a30 [2023-01-03T04:43:16.971Z] ---> 4f4ba9fdf689 [2023-01-03T04:43:16.971Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-03T04:43:16.971Z] ---> Running in 99541fb51be1 [2023-01-03T04:43:16.971Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2023-01-03T04:43:16.971Z] Removing intermediate container 99541fb51be1 [2023-01-03T04:43:16.971Z] ---> 97af1929e1e2 [2023-01-03T04:43:16.971Z] Step 15/23 : WORKDIR / [2023-01-03T04:43:16.971Z] ---> Running in 9696d78a19aa [2023-01-03T04:43:16.971Z] Removing intermediate container 9696d78a19aa [2023-01-03T04:43:16.971Z] ---> 099c88fcad96 [2023-01-03T04:43:16.971Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:43:16.971Z] ---> 2efac6093203 [2023-01-03T04:43:16.971Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-03T04:43:17.927Z] ---> 5d25c15294df [2023-01-03T04:43:17.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-03T04:43:18.509Z] Removing intermediate container 502c48588983 [2023-01-03T04:43:18.509Z] ---> 390060652a37 [2023-01-03T04:43:18.509Z] [2023-01-03T04:43:18.509Z] Step 10/22 : FROM alpine:3.16 [2023-01-03T04:43:18.509Z] ---> 2b4661558fb8 [2023-01-03T04:43:18.509Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:43:18.509Z] ---> Running in 03750963351d [2023-01-03T04:43:19.122Z] ---> c8965380f2e2 [2023-01-03T04:43:19.122Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-03T04:43:19.122Z] Removing intermediate container 03750963351d [2023-01-03T04:43:19.122Z] ---> adb356d42d0c [2023-01-03T04:43:19.122Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2023-01-03T04:43:19.388Z] ---> Running in cbf3b92cfee3 [2023-01-03T04:43:19.388Z] ---> Running in b5fa6b1aa4f7 [2023-01-03T04:43:19.972Z] Removing intermediate container cbf3b92cfee3 [2023-01-03T04:43:19.972Z] ---> 936e68f464bb [2023-01-03T04:43:19.972Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:43:20.240Z] ---> Running in ef2406dcaa04 [2023-01-03T04:43:20.820Z] Removing intermediate container ef2406dcaa04 [2023-01-03T04:43:20.820Z] ---> 1146a84fdef4 [2023-01-03T04:43:20.820Z] Step 21/23 : LABEL arch=arm64 [2023-01-03T04:43:21.086Z] ---> Running in 2527766fd131 [2023-01-03T04:43:21.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:43:21.616Z] Removing intermediate container 2527766fd131 [2023-01-03T04:43:21.616Z] ---> 4a1836cf3bb6 [2023-01-03T04:43:21.616Z] Step 22/23 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:43:21.881Z] ---> Running in 846a24857fdb [2023-01-03T04:43:21.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:43:22.149Z] Removing intermediate container 846a24857fdb [2023-01-03T04:43:22.149Z] ---> 8b3f69363dfc [2023-01-03T04:43:22.149Z] Step 23/23 : LABEL version=3.0.0-dev.10 [2023-01-03T04:43:22.415Z] ---> Running in 3b4f32d18c20 [2023-01-03T04:43:22.680Z] Removing intermediate container 3b4f32d18c20 [2023-01-03T04:43:22.680Z] ---> f5e5dfbb2e30 [2023-01-03T04:43:22.680Z] [2023-01-03T04:43:22.945Z] Successfully built f5e5dfbb2e30 [2023-01-03T04:43:22.945Z] Successfully tagged core-command-arm64:latest [2023-01-03T04:43:22.945Z]  Building core-command ... done Building security-spire-server [2023-01-03T04:43:23.536Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-01-03T04:43:23.536Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2023-01-03T04:43:23.536Z] (3/33) Installing readline (8.1.2-r0) [2023-01-03T04:43:23.806Z] (4/33) Installing bash (5.1.16-r2) [2023-01-03T04:43:23.806Z] Executing bash-5.1.16-r2.post-install [2023-01-03T04:43:23.806Z] (5/33) Installing ca-certificates (20220614-r0) [2023-01-03T04:43:23.806Z] (6/33) Installing brotli-libs (1.0.9-r6) [2023-01-03T04:43:23.806Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2023-01-03T04:43:24.072Z] (8/33) Installing libcurl (7.83.1-r5) [2023-01-03T04:43:24.072Z] (9/33) Installing curl (7.83.1-r5) [2023-01-03T04:43:24.072Z] (10/33) Installing docker-cli (20.10.20-r0) [2023-01-03T04:43:25.478Z] (11/33) Installing dumb-init (1.2.5-r1) [2023-01-03T04:43:25.478Z] (12/33) Installing libbz2 (1.0.8-r1) [2023-01-03T04:43:25.478Z] (13/33) Installing expat (2.5.0-r0) [2023-01-03T04:43:25.478Z] (14/33) Installing libffi (3.4.2-r1) [2023-01-03T04:43:25.478Z] (15/33) Installing gdbm (1.23-r0) [2023-01-03T04:43:25.478Z] (16/33) Installing xz-libs (5.2.5-r1) [2023-01-03T04:43:25.478Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T04:43:25.478Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T04:43:25.478Z] (19/33) Installing mpdecimal (2.5.1-r1) [2023-01-03T04:43:25.478Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2023-01-03T04:43:25.478Z] (21/33) Installing python3 (3.10.9-r0) [2023-01-03T04:43:28.047Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2023-01-03T04:43:28.047Z] (23/33) Installing py3-tomli (2.0.1-r1) [2023-01-03T04:43:28.047Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2023-01-03T04:43:28.047Z] (25/33) Installing py3-six (1.16.0-r1) [2023-01-03T04:43:28.047Z] (26/33) Installing py3-retrying (1.3.3-r3) [2023-01-03T04:43:28.047Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2023-01-03T04:43:28.047Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2023-01-03T04:43:28.047Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2023-01-03T04:43:28.047Z] (30/33) Installing py3-parsing (2.4.7-r3) [2023-01-03T04:43:28.047Z] (31/33) Installing py3-packaging (21.3-r0) [2023-01-03T04:43:28.047Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2023-01-03T04:43:28.047Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-03T04:43:28.047Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-03T04:43:28.047Z] ---> 3ed3911e0552 [2023-01-03T04:43:28.312Z] Step 3/23 : WORKDIR /edgex-go [2023-01-03T04:43:28.312Z] ---> Using cache [2023-01-03T04:43:28.312Z] ---> 50734f4404bc [2023-01-03T04:43:28.312Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-03T04:43:28.312Z] ---> Using cache [2023-01-03T04:43:28.312Z] ---> 71de35ea2441 [2023-01-03T04:43:28.312Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-03T04:43:28.312Z] (33/33) Installing py3-pip (22.1.1-r0) [2023-01-03T04:43:28.312Z] ---> Using cache [2023-01-03T04:43:28.312Z] ---> f5549b3ad5c5 [2023-01-03T04:43:28.312Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T04:43:28.312Z] ---> Using cache [2023-01-03T04:43:28.312Z] ---> b17771e5667a [2023-01-03T04:43:28.312Z] Step 7/23 : COPY . . [2023-01-03T04:43:28.891Z] ---> Using cache [2023-01-03T04:43:28.891Z] ---> 78913c5368ef [2023-01-03T04:43:28.891Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-03T04:43:28.891Z] ---> Using cache [2023-01-03T04:43:28.891Z] ---> b034c63f55e8 [2023-01-03T04:43:28.891Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-03T04:43:28.891Z] ---> Using cache [2023-01-03T04:43:28.891Z] ---> 24ee7474fdab [2023-01-03T04:43:28.891Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-03T04:43:29.156Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:43:29.156Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:43:29.735Z] OK: 121 MiB in 47 packages [2023-01-03T04:43:30.004Z] ---> Running in bc28de2d3d92 [2023-01-03T04:43:34.251Z] Removing intermediate container bc28de2d3d92 [2023-01-03T04:43:34.251Z] ---> 180950baefb1 [2023-01-03T04:43:34.251Z] Step 11/23 : WORKDIR /edgex-go [2023-01-03T04:43:34.520Z] ---> Running in 06ab38ffe0c6 [2023-01-03T04:43:35.479Z] Removing intermediate container 06ab38ffe0c6 [2023-01-03T04:43:35.479Z] ---> 2378452f3221 [2023-01-03T04:43:35.479Z] [2023-01-03T04:43:35.479Z] Step 12/23 : FROM alpine:3.15 [2023-01-03T04:43:35.479Z] ---> 8aa73fd46299 [2023-01-03T04:43:35.479Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-03T04:43:35.745Z] ---> Using cache [2023-01-03T04:43:35.745Z] ---> f633193df41e [2023-01-03T04:43:35.745Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-03T04:43:35.745Z] ---> Using cache [2023-01-03T04:43:35.745Z] ---> e7b17de0713d [2023-01-03T04:43:35.745Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-03T04:43:37.692Z] Removing intermediate container b1803601c21a [2023-01-03T04:43:37.692Z] ---> f4031e6e0d0d [2023-01-03T04:43:37.692Z] [2023-01-03T04:43:37.692Z] Step 10/24 : FROM alpine:3.16 [2023-01-03T04:43:37.692Z] ---> 2b4661558fb8 [2023-01-03T04:43:37.692Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-03T04:43:37.692Z] ---> Using cache [2023-01-03T04:43:37.692Z] ---> 09db5b3bd715 [2023-01-03T04:43:37.692Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:43:37.692Z] ---> Using cache [2023-01-03T04:43:37.692Z] ---> 25294596d255 [2023-01-03T04:43:37.692Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-03T04:43:37.692Z] ---> Running in 5e7452a00dfa [2023-01-03T04:43:38.279Z] Removing intermediate container 1419adaf51df [2023-01-03T04:43:38.279Z] ---> 5b2fcb81e5f4 [2023-01-03T04:43:38.279Z] [2023-01-03T04:43:38.279Z] Step 9/21 : FROM alpine:3.16 [2023-01-03T04:43:38.279Z] ---> 2b4661558fb8 [2023-01-03T04:43:38.279Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-03T04:43:38.279Z] Removing intermediate container 5e7452a00dfa [2023-01-03T04:43:38.279Z] ---> 3aa0d8f7fa74 [2023-01-03T04:43:38.279Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-03T04:43:38.546Z] ---> Running in 3cb5cf7b9534 [2023-01-03T04:43:38.546Z] ---> Running in 49a31639bffd [2023-01-03T04:43:39.960Z] Removing intermediate container 49a31639bffd [2023-01-03T04:43:39.960Z] ---> 476162c29625 [2023-01-03T04:43:39.960Z] Step 15/24 : WORKDIR / [2023-01-03T04:43:39.960Z] ---> Running in c43fe6096847 [2023-01-03T04:43:40.543Z] Removing intermediate container c43fe6096847 [2023-01-03T04:43:40.543Z] ---> 289eefb05a05 [2023-01-03T04:43:40.543Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:43:41.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:43:41.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:43:41.986Z] ---> 949a32005946 [2023-01-03T04:43:41.986Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-03T04:43:42.942Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-03T04:43:42.942Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-03T04:43:42.942Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-03T04:43:42.942Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-03T04:43:42.942Z] (5/6) Installing curl (7.83.1-r5) [2023-01-03T04:43:43.207Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-03T04:43:43.207Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:43:43.207Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:43:43.472Z] OK: 8 MiB in 20 packages [2023-01-03T04:43:45.410Z] Collecting docker-compose==1.23.2 [2023-01-03T04:43:45.410Z] ---> e59f8ecaba8c [2023-01-03T04:43:45.410Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-03T04:43:45.410Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2023-01-03T04:43:45.410Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 10.6 MB/s eta 0:00:00 [2023-01-03T04:43:45.410Z] ---> 6b99ed68921d [2023-01-03T04:43:45.410Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-03T04:43:46.365Z] Collecting PyYAML<4,>=3.10 [2023-01-03T04:43:46.365Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2023-01-03T04:43:46.365Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 14.5 MB/s eta 0:00:00 [2023-01-03T04:43:46.945Z] ---> 18480974b474 [2023-01-03T04:43:46.945Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-03T04:43:46.945Z] Removing intermediate container 3cb5cf7b9534 [2023-01-03T04:43:46.945Z] ---> 9d7cc97e4c70 [2023-01-03T04:43:46.945Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-03T04:43:46.945Z] ---> e41f90015ee7 [2023-01-03T04:43:46.945Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-03T04:43:47.213Z] ---> Running in e2526a837ebb [2023-01-03T04:43:48.168Z] Removing intermediate container e2526a837ebb [2023-01-03T04:43:48.168Z] ---> 8ebe8e18530e [2023-01-03T04:43:48.168Z] Step 12/21 : WORKDIR /edgex [2023-01-03T04:43:48.168Z] Preparing metadata (setup.py): started [2023-01-03T04:43:48.168Z] ---> Running in 0738ca58691a [2023-01-03T04:43:48.168Z] ---> 03e67691288c [2023-01-03T04:43:48.168Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-03T04:43:48.433Z] ---> 3da4477628da [2023-01-03T04:43:48.433Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-03T04:43:48.433Z] ---> Running in 7b705f65773d [2023-01-03T04:43:49.014Z] Removing intermediate container 0738ca58691a [2023-01-03T04:43:49.014Z] ---> b6a2f1787c9f [2023-01-03T04:43:49.014Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-03T04:43:49.014Z] Removing intermediate container 7b705f65773d [2023-01-03T04:43:49.014Z] ---> a427b345e3b8 [2023-01-03T04:43:49.014Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:43:49.280Z] ---> Running in 1065bca28e57 [2023-01-03T04:43:49.546Z] ---> 5338dfc5e7b1 [2023-01-03T04:43:49.546Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-03T04:43:49.825Z] ---> Running in 96e885854c76 [2023-01-03T04:43:50.139Z] Removing intermediate container 1065bca28e57 [2023-01-03T04:43:50.139Z] ---> ff3b7d7cb851 [2023-01-03T04:43:50.139Z] Step 22/24 : LABEL arch=arm64 [2023-01-03T04:43:50.778Z] ---> Running in ca9a2b5fcec4 [2023-01-03T04:43:50.778Z] ---> 94786a704211 [2023-01-03T04:43:50.778Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-03T04:43:50.778Z] Preparing metadata (setup.py): finished with status 'done' [2023-01-03T04:43:51.087Z] Removing intermediate container 96e885854c76 [2023-01-03T04:43:51.087Z] ---> 818161cbe872 [2023-01-03T04:43:51.087Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-03T04:43:51.372Z] ---> Running in 50d242d9a926 [2023-01-03T04:43:51.650Z] Removing intermediate container ca9a2b5fcec4 [2023-01-03T04:43:51.650Z] ---> 1733aa0a2e5c [2023-01-03T04:43:51.650Z] Step 23/24 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:43:51.924Z] ---> Running in 98b694af469f [2023-01-03T04:43:51.924Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2023-01-03T04:43:51.924Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2023-01-03T04:43:51.924Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 13.7 MB/s eta 0:00:00 [2023-01-03T04:43:52.196Z] Removing intermediate container 50d242d9a926 [2023-01-03T04:43:52.196Z] ---> bdec33c61294 [2023-01-03T04:43:52.196Z] Step 21/23 : LABEL arch=arm64 [2023-01-03T04:43:52.473Z] ---> Running in e5ab033946c0 [2023-01-03T04:43:52.473Z] Collecting websocket-client<1.0,>=0.32.0 [2023-01-03T04:43:52.785Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2023-01-03T04:43:52.785Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 7.7 MB/s eta 0:00:00 [2023-01-03T04:43:52.785Z] Removing intermediate container 98b694af469f [2023-01-03T04:43:52.785Z] ---> 0bbfdef0efe2 [2023-01-03T04:43:52.785Z] Step 24/24 : LABEL version=3.0.0-dev.10 [2023-01-03T04:43:52.785Z] Collecting docopt<0.7,>=0.6.1 [2023-01-03T04:43:52.785Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2023-01-03T04:43:53.063Z] Preparing metadata (setup.py): started [2023-01-03T04:43:53.063Z] ---> Running in 786b97b2b3e7 [2023-01-03T04:43:53.653Z] Removing intermediate container e5ab033946c0 [2023-01-03T04:43:53.653Z] ---> 0c184abdc9f7 [2023-01-03T04:43:53.653Z] Step 22/23 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:43:53.653Z] ---> 1f1f85d4537f [2023-01-03T04:43:53.653Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-03T04:43:53.653Z] ---> Running in 34d0acc6b8d1 [2023-01-03T04:43:54.237Z] Removing intermediate container 786b97b2b3e7 [2023-01-03T04:43:54.237Z] ---> 2b307d578e96 [2023-01-03T04:43:54.237Z] [2023-01-03T04:43:54.237Z] Removing intermediate container 34d0acc6b8d1 [2023-01-03T04:43:54.237Z] ---> fb908fdf1786 [2023-01-03T04:43:54.237Z] Step 23/23 : LABEL version=3.0.0-dev.10 [2023-01-03T04:43:54.503Z] Successfully built 2b307d578e96 [2023-01-03T04:43:54.503Z] Successfully tagged core-metadata-arm64:latest [2023-01-03T04:43:54.503Z]  Building core-metadata ... done  ---> Running in 7f26d8150ba5 [2023-01-03T04:43:55.085Z] Removing intermediate container 7f26d8150ba5 [2023-01-03T04:43:55.085Z] ---> 6035cca6b9f2 [2023-01-03T04:43:55.086Z] [2023-01-03T04:43:55.086Z] Preparing metadata (setup.py): finished with status 'done' [2023-01-03T04:43:55.354Z] Successfully built 6035cca6b9f2 [2023-01-03T04:43:55.354Z] Collecting dockerpty<0.5,>=0.4.1 [2023-01-03T04:43:55.354Z] Successfully tagged security-spire-server-arm64:latest [2023-01-03T04:43:55.354Z]  Building security-spire-server ... done  Downloading dockerpty-0.4.1.tar.gz (13 kB) [2023-01-03T04:43:55.354Z] Preparing metadata (setup.py): started [2023-01-03T04:43:55.621Z] ---> a65e6cf36b93 [2023-01-03T04:43:55.621Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-03T04:43:56.584Z] ---> 2036ae57be70 [2023-01-03T04:43:56.584Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-03T04:43:56.584Z] ---> Running in f857114a9946 [2023-01-03T04:43:57.549Z] Preparing metadata (setup.py): finished with status 'done' [2023-01-03T04:43:57.822Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2023-01-03T04:43:57.822Z] Collecting cached-property<2,>=1.2.0 [2023-01-03T04:43:57.822Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2023-01-03T04:43:58.412Z] Collecting jsonschema<3,>=2.5.1 [2023-01-03T04:43:58.412Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2023-01-03T04:43:58.679Z] Collecting texttable<0.10,>=0.9.0 [2023-01-03T04:43:58.679Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2023-01-03T04:43:58.679Z] Preparing metadata (setup.py): started [2023-01-03T04:43:58.946Z] Removing intermediate container f857114a9946 [2023-01-03T04:43:58.946Z] ---> 169cedf043c9 [2023-01-03T04:43:58.946Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-03T04:43:59.211Z] ---> Running in db628bea0906 [2023-01-03T04:43:59.479Z] Removing intermediate container db628bea0906 [2023-01-03T04:43:59.479Z] ---> 9bcc7dbb855b [2023-01-03T04:43:59.479Z] Step 19/21 : LABEL arch=arm64 [2023-01-03T04:43:59.744Z] ---> Running in 6b40d1ab2f2c [2023-01-03T04:44:00.010Z] Removing intermediate container 6b40d1ab2f2c [2023-01-03T04:44:00.010Z] ---> 5216cc5470fd [2023-01-03T04:44:00.010Z] Step 20/21 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:44:00.010Z] ---> Running in e6d63493aaee [2023-01-03T04:44:00.597Z] Removing intermediate container e6d63493aaee [2023-01-03T04:44:00.597Z] ---> ae9398ec9c31 [2023-01-03T04:44:00.597Z] Step 21/21 : LABEL version=3.0.0-dev.10 [2023-01-03T04:44:00.597Z] ---> Running in ae45cbc4044c [2023-01-03T04:44:00.597Z] Preparing metadata (setup.py): finished with status 'done' [2023-01-03T04:44:00.863Z] Removing intermediate container ae45cbc4044c [2023-01-03T04:44:00.863Z] ---> fceff65b0716 [2023-01-03T04:44:00.863Z] [2023-01-03T04:44:01.128Z] Successfully built fceff65b0716 [2023-01-03T04:44:01.128Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-03T04:44:01.128Z]  Building security-proxy-setup ... done Collecting docker<4.0,>=3.6.0 [2023-01-03T04:44:01.128Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2023-01-03T04:44:01.392Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.2 MB/s eta 0:00:00 [2023-01-03T04:44:01.972Z] Collecting docker-pycreds>=0.4.0 [2023-01-03T04:44:01.972Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2023-01-03T04:44:02.548Z] Collecting certifi>=2017.4.17 [2023-01-03T04:44:02.548Z] Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) [2023-01-03T04:44:02.813Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 11.6 MB/s eta 0:00:00 [2023-01-03T04:44:02.813Z] Collecting chardet<3.1.0,>=3.0.2 [2023-01-03T04:44:02.813Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2023-01-03T04:44:02.813Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 16.1 MB/s eta 0:00:00 [2023-01-03T04:44:03.764Z] Collecting urllib3<1.25,>=1.21.1 [2023-01-03T04:44:03.764Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2023-01-03T04:44:03.765Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 17.0 MB/s eta 0:00:00 [2023-01-03T04:44:03.765Z] Collecting idna<2.8,>=2.5 [2023-01-03T04:44:03.765Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2023-01-03T04:44:03.765Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 15.6 MB/s eta 0:00:00 [2023-01-03T04:44:04.346Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2023-01-03T04:44:04.346Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2023-01-03T04:44:04.346Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2023-01-03T04:44:04.346Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2023-01-03T04:44:05.301Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2023-01-03T04:44:05.301Z] Running setup.py install for texttable: started [2023-01-03T04:44:07.876Z] Running setup.py install for texttable: finished with status 'done' [2023-01-03T04:44:07.876Z] Running setup.py install for PyYAML: started [2023-01-03T04:44:09.817Z] Running setup.py install for PyYAML: finished with status 'done' [2023-01-03T04:44:11.228Z] Running setup.py install for docopt: started [2023-01-03T04:44:13.800Z] Running setup.py install for docopt: finished with status 'done' [2023-01-03T04:44:16.379Z] Running setup.py install for dockerpty: started [2023-01-03T04:44:18.316Z] Running setup.py install for dockerpty: finished with status 'done' [2023-01-03T04:44:20.255Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.12.7 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 [2023-01-03T04:44:20.255Z] 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 [2023-01-03T04:44:32.570Z] Removing intermediate container c6832ab69563 [2023-01-03T04:44:32.570Z] ---> ed6d2c05ac6b [2023-01-03T04:44:32.570Z] [2023-01-03T04:44:32.570Z] Step 10/22 : FROM alpine:3.16 [2023-01-03T04:44:32.570Z] ---> 2b4661558fb8 [2023-01-03T04:44:32.570Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-03T04:44:32.570Z] ---> Running in 173e58e3d67a [2023-01-03T04:44:32.570Z] Removing intermediate container b5fa6b1aa4f7 [2023-01-03T04:44:32.570Z] ---> bbce41735f36 [2023-01-03T04:44:32.570Z] Step 13/22 : ENV APP_PORT=58890 [2023-01-03T04:44:32.570Z] ---> Running in b2fe3b911779 [2023-01-03T04:44:32.570Z] Removing intermediate container b2fe3b911779 [2023-01-03T04:44:32.570Z] ---> bf9810f58cfa [2023-01-03T04:44:32.570Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-03T04:44:32.570Z] ---> Running in 641f31603349 [2023-01-03T04:44:32.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T04:44:32.570Z] Removing intermediate container 641f31603349 [2023-01-03T04:44:32.570Z] ---> 0cf52986a019 [2023-01-03T04:44:32.570Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2023-01-03T04:44:32.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T04:44:33.423Z] ---> 5f64f7e53d8e [2023-01-03T04:44:33.423Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2023-01-03T04:44:33.691Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-03T04:44:33.691Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-03T04:44:33.691Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T04:44:33.958Z] Executing ca-certificates-20220614-r0.trigger [2023-01-03T04:44:33.958Z] ---> 7ec6f52c450f [2023-01-03T04:44:33.958Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2023-01-03T04:44:34.226Z] OK: 6 MiB in 16 packages [2023-01-03T04:44:34.810Z] ---> f3557a2e583d [2023-01-03T04:44:34.810Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2023-01-03T04:44:34.810Z] ---> Running in 6840fbbecf6f [2023-01-03T04:44:35.414Z] Removing intermediate container 6840fbbecf6f [2023-01-03T04:44:35.414Z] ---> 76ac2995a36b [2023-01-03T04:44:35.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:44:35.414Z] ---> Running in 2b886070d371 [2023-01-03T04:44:35.414Z] Removing intermediate container 173e58e3d67a [2023-01-03T04:44:35.414Z] ---> e8d9d359ccf2 [2023-01-03T04:44:35.414Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-03T04:44:35.414Z] ---> Running in ada805620285 [2023-01-03T04:44:35.679Z] Removing intermediate container 2b886070d371 [2023-01-03T04:44:35.679Z] ---> 854ffeb1975f [2023-01-03T04:44:35.679Z] Step 20/22 : LABEL arch=arm64 [2023-01-03T04:44:35.946Z] ---> Running in 38c011c8309d [2023-01-03T04:44:35.946Z] Removing intermediate container ada805620285 [2023-01-03T04:44:35.946Z] ---> 379edcfd912b [2023-01-03T04:44:35.946Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-03T04:44:35.946Z] ---> Running in 61e3b6c991f3 [2023-01-03T04:44:36.211Z] Removing intermediate container 38c011c8309d [2023-01-03T04:44:36.211Z] ---> bf4dd28415dc [2023-01-03T04:44:36.211Z] Step 21/22 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:44:36.211Z] ---> Running in d2b051a0704d [2023-01-03T04:44:36.487Z] Removing intermediate container 61e3b6c991f3 [2023-01-03T04:44:36.487Z] ---> 2f7e5c4c825f [2023-01-03T04:44:36.487Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-03T04:44:36.487Z] ---> Running in 1ed5629096d1 [2023-01-03T04:44:36.753Z] Removing intermediate container d2b051a0704d [2023-01-03T04:44:36.753Z] ---> 8fcc79086bcd [2023-01-03T04:44:36.753Z] Step 22/22 : LABEL version=3.0.0-dev.10 [2023-01-03T04:44:36.753Z] ---> Running in ef1b7cd7d6d4 [2023-01-03T04:44:36.753Z] Removing intermediate container 1ed5629096d1 [2023-01-03T04:44:36.753Z] ---> 9c7413cef503 [2023-01-03T04:44:36.753Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-03T04:44:37.020Z] Removing intermediate container ef1b7cd7d6d4 [2023-01-03T04:44:37.020Z] ---> b93c994a367a [2023-01-03T04:44:37.020Z] [2023-01-03T04:44:37.286Z] Successfully built b93c994a367a [2023-01-03T04:44:37.286Z] Successfully tagged sys-mgmt-agent-arm64:latest [2023-01-03T04:44:37.286Z]  Building sys-mgmt-agent ... done  ---> e14a020b5eaa [2023-01-03T04:44:37.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-03T04:44:38.691Z] ---> 880fca481434 [2023-01-03T04:44:38.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-03T04:44:39.271Z] ---> 2f4e39962dd0 [2023-01-03T04:44:39.271Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-03T04:44:39.271Z] ---> Running in 5bc98e4d341c [2023-01-03T04:44:39.537Z] Removing intermediate container 5bc98e4d341c [2023-01-03T04:44:39.537Z] ---> 7a4d2f98b45b [2023-01-03T04:44:39.537Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T04:44:39.804Z] ---> Running in b1675dfdb462 [2023-01-03T04:44:40.070Z] Removing intermediate container b1675dfdb462 [2023-01-03T04:44:40.070Z] ---> d8eb40d533dc [2023-01-03T04:44:40.070Z] Step 20/22 : LABEL arch=arm64 [2023-01-03T04:44:40.070Z] ---> Running in 18c9820775bb [2023-01-03T04:44:40.338Z] Removing intermediate container 18c9820775bb [2023-01-03T04:44:40.338Z] ---> c1fdb6dce60c [2023-01-03T04:44:40.338Z] Step 21/22 : LABEL git_sha=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:44:40.338Z] ---> Running in a1abada7ccf2 [2023-01-03T04:44:40.603Z] Removing intermediate container a1abada7ccf2 [2023-01-03T04:44:40.603Z] ---> c1fbdcb2029b [2023-01-03T04:44:40.603Z] Step 22/22 : LABEL version=3.0.0-dev.10 [2023-01-03T04:44:40.869Z] ---> Running in b0217278c1e1 [2023-01-03T04:44:41.136Z] Removing intermediate container b0217278c1e1 [2023-01-03T04:44:41.136Z] ---> fa9f98b8fa26 [2023-01-03T04:44:41.136Z] [2023-01-03T04:44:41.136Z] Successfully built fa9f98b8fa26 [2023-01-03T04:44:41.136Z] Successfully tagged support-notifications-arm64:latest [2023-01-03T04:44:41.729Z]  Building support-notifications ... done  [Pipeline] } [2023-01-03T04:44:41.752Z] $ docker stop --time=1 1a235701e89e951e924edc4855d3d71dc881a38af845353b63bcf69aabe98635 [2023-01-03T04:44:43.401Z] $ docker rm -f --volumes 1a235701e89e951e924edc4855d3d71dc881a38af845353b63bcf69aabe98635 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T04:44:43.851Z] + docker images [2023-01-03T04:44:44.117Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-03T04:44:44.117Z] support-notifications-arm64 latest fa9f98b8fa26 3 seconds ago 29.5MB [2023-01-03T04:44:44.117Z] sys-mgmt-agent-arm64 latest b93c994a367a 7 seconds ago 134MB [2023-01-03T04:44:44.117Z] ed6d2c05ac6b 15 seconds ago 1.33GB [2023-01-03T04:44:44.117Z] security-proxy-setup-arm64 latest fceff65b0716 43 seconds ago 26.8MB [2023-01-03T04:44:44.117Z] security-spire-server-arm64 latest 6035cca6b9f2 49 seconds ago 84.3MB [2023-01-03T04:44:44.117Z] core-metadata-arm64 latest 2b307d578e96 50 seconds ago 17.8MB [2023-01-03T04:44:44.117Z] 5b2fcb81e5f4 About a minute ago 1.26GB [2023-01-03T04:44:44.117Z] f4031e6e0d0d About a minute ago 1.28GB [2023-01-03T04:44:44.117Z] 2378452f3221 About a minute ago 1.14GB [2023-01-03T04:44:44.117Z] core-command-arm64 latest f5e5dfbb2e30 About a minute ago 17MB [2023-01-03T04:44:44.117Z] 390060652a37 About a minute ago 1.25GB [2023-01-03T04:44:44.117Z] 8c501b47ec1f About a minute ago 1.27GB [2023-01-03T04:44:44.117Z] support-scheduler-arm64 latest df98b1cbc2b6 8 minutes ago 29MB [2023-01-03T04:44:44.117Z] security-spire-config-arm64 latest 96d41bcdb23f 8 minutes ago 83.6MB [2023-01-03T04:44:44.117Z] security-spire-agent-arm64 latest 399522bb128e 8 minutes ago 122MB [2023-01-03T04:44:44.117Z] 75388732ec30 8 minutes ago 1.33GB [2023-01-03T04:44:44.117Z] 2de3bb5f6d62 8 minutes ago 1.14GB [2023-01-03T04:44:44.117Z] security-spiffe-token-provider-arm64 latest 46f55b62ecaf 8 minutes ago 28.9MB [2023-01-03T04:44:44.117Z] e95482134641 9 minutes ago 1.14GB [2023-01-03T04:44:44.117Z] 4896553d84b7 9 minutes ago 1.3GB [2023-01-03T04:44:44.117Z] core-data-arm64 latest a6570f6bae1f 10 minutes ago 17.2MB [2023-01-03T04:44:44.117Z] security-bootstrapper-arm64 latest d007b41551d9 10 minutes ago 19.5MB [2023-01-03T04:44:44.117Z] be5f5efebfb7 10 minutes ago 1.28GB [2023-01-03T04:44:44.117Z] security-secretstore-setup-arm64 latest e4afe5fb4550 10 minutes ago 28.7MB [2023-01-03T04:44:44.117Z] 88d298cb22da 11 minutes ago 1.26GB [2023-01-03T04:44:44.117Z] bb47727621b8 11 minutes ago 1.26GB [2023-01-03T04:44:44.117Z] ci-base-image-arm64 latest 3ed3911e0552 20 minutes ago 948MB [2023-01-03T04:44:44.117Z] alpine 3.16 2b4661558fb8 7 weeks ago 5.29MB [2023-01-03T04:44:44.117Z] alpine 3.15 8aa73fd46299 7 weeks ago 5.33MB [2023-01-03T04:44:44.117Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-03T04:44:44.117Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T04:44:44.230Z] provisioning config files... [2023-01-03T04:44:44.245Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/364@tmp/config17668532154745816191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:44:44.569Z] ---> docker-login.sh [2023-01-03T04:44:44.569Z] nexus3.edgexfoundry.org:10001 [2023-01-03T04:44:44.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:44:44.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:44:44.836Z] Configure a credential helper to remove this warning. See [2023-01-03T04:44:44.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:44:44.836Z] [2023-01-03T04:44:44.836Z] Login Succeeded [2023-01-03T04:44:44.836Z] nexus3.edgexfoundry.org:10002 [2023-01-03T04:44:45.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:44:45.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:44:45.369Z] Configure a credential helper to remove this warning. See [2023-01-03T04:44:45.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:44:45.369Z] [2023-01-03T04:44:45.369Z] Login Succeeded [2023-01-03T04:44:45.369Z] nexus3.edgexfoundry.org:10003 [2023-01-03T04:44:45.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:44:45.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:44:45.635Z] Configure a credential helper to remove this warning. See [2023-01-03T04:44:45.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:44:45.635Z] [2023-01-03T04:44:45.635Z] Login Succeeded [2023-01-03T04:44:45.635Z] nexus3.edgexfoundry.org:10004 [2023-01-03T04:44:45.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:44:45.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:44:45.900Z] Configure a credential helper to remove this warning. See [2023-01-03T04:44:45.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:44:45.900Z] [2023-01-03T04:44:45.900Z] Login Succeeded [2023-01-03T04:44:46.166Z] docker.io [2023-01-03T04:44:46.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T04:44:46.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T04:44:46.430Z] Configure a credential helper to remove this warning. See [2023-01-03T04:44:46.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T04:44:46.430Z] [2023-01-03T04:44:46.430Z] Login Succeeded [2023-01-03T04:44:46.430Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T04:44:46.443Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:44:46.473Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T04:44:46.495Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-03T04:44:46.495Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:44:46.495Z] latest [2023-01-03T04:44:46.495Z] 3.0.0-dev.10 [2023-01-03T04:44:46.495Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:44:46.495Z] main [2023-01-03T04:44:46.495Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:46.843Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:47.182Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:44:47.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-03T04:44:47.182Z] 4b53ae432d19: Preparing [2023-01-03T04:44:47.182Z] c8600baa0978: Preparing [2023-01-03T04:44:47.182Z] 893412f37aff: Preparing [2023-01-03T04:44:47.182Z] 9b636d9e243f: Preparing [2023-01-03T04:44:47.182Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:47.182Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:47.447Z] 893412f37aff: Pushed [2023-01-03T04:44:47.447Z] 9b636d9e243f: Pushed [2023-01-03T04:44:47.447Z] 4b53ae432d19: Pushed [2023-01-03T04:44:50.780Z] c8600baa0978: Pushed [2023-01-03T04:44:50.780Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:625828367af9b2405cd35f40b5f5981c8c4397c275700a961b7e7d39b65ff4fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:51.126Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:51.470Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-03T04:44:51.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-03T04:44:51.471Z] 4b53ae432d19: Preparing [2023-01-03T04:44:51.471Z] c8600baa0978: Preparing [2023-01-03T04:44:51.471Z] 893412f37aff: Preparing [2023-01-03T04:44:51.471Z] 9b636d9e243f: Preparing [2023-01-03T04:44:51.471Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:51.471Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:51.471Z] 893412f37aff: Layer already exists [2023-01-03T04:44:51.471Z] c8600baa0978: Layer already exists [2023-01-03T04:44:51.471Z] 4b53ae432d19: Layer already exists [2023-01-03T04:44:51.471Z] 9b636d9e243f: Layer already exists [2023-01-03T04:44:51.471Z] latest: digest: sha256:625828367af9b2405cd35f40b5f5981c8c4397c275700a961b7e7d39b65ff4fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:52.088Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:52.423Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.10 [2023-01-03T04:44:52.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-03T04:44:52.423Z] 4b53ae432d19: Preparing [2023-01-03T04:44:52.423Z] c8600baa0978: Preparing [2023-01-03T04:44:52.423Z] 893412f37aff: Preparing [2023-01-03T04:44:52.423Z] 9b636d9e243f: Preparing [2023-01-03T04:44:52.423Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:52.423Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:52.423Z] 893412f37aff: Layer already exists [2023-01-03T04:44:52.423Z] 4b53ae432d19: Layer already exists [2023-01-03T04:44:52.423Z] 9b636d9e243f: Layer already exists [2023-01-03T04:44:52.423Z] c8600baa0978: Layer already exists [2023-01-03T04:44:52.423Z] 3.0.0-dev.10: digest: sha256:625828367af9b2405cd35f40b5f5981c8c4397c275700a961b7e7d39b65ff4fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:52.758Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:53.091Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:44:53.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-03T04:44:53.092Z] 4b53ae432d19: Preparing [2023-01-03T04:44:53.092Z] c8600baa0978: Preparing [2023-01-03T04:44:53.092Z] 893412f37aff: Preparing [2023-01-03T04:44:53.092Z] 9b636d9e243f: Preparing [2023-01-03T04:44:53.092Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:53.092Z] c8600baa0978: Layer already exists [2023-01-03T04:44:53.092Z] 9b636d9e243f: Layer already exists [2023-01-03T04:44:53.092Z] 893412f37aff: Layer already exists [2023-01-03T04:44:53.092Z] 4b53ae432d19: Layer already exists [2023-01-03T04:44:53.092Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:53.092Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:625828367af9b2405cd35f40b5f5981c8c4397c275700a961b7e7d39b65ff4fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:53.431Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:53.762Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-03T04:44:53.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-03T04:44:53.762Z] 4b53ae432d19: Preparing [2023-01-03T04:44:53.762Z] c8600baa0978: Preparing [2023-01-03T04:44:53.762Z] 893412f37aff: Preparing [2023-01-03T04:44:53.762Z] 9b636d9e243f: Preparing [2023-01-03T04:44:53.762Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:53.762Z] 9b636d9e243f: Layer already exists [2023-01-03T04:44:53.762Z] c8600baa0978: Layer already exists [2023-01-03T04:44:53.762Z] 893412f37aff: Layer already exists [2023-01-03T04:44:53.762Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:53.762Z] 4b53ae432d19: Layer already exists [2023-01-03T04:44:53.762Z] main: digest: sha256:625828367af9b2405cd35f40b5f5981c8c4397c275700a961b7e7d39b65ff4fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:44:53.802Z] ===================================================== [Pipeline] echo [2023-01-03T04:44:53.808Z] taggedImages: [2023-01-03T04:44:53.808Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:44:53.808Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-03T04:44:53.808Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.10 [2023-01-03T04:44:53.808Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:44:53.808Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-03T04:44:53.823Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-03T04:44:53.823Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:44:53.823Z] latest [2023-01-03T04:44:53.823Z] 3.0.0-dev.10 [2023-01-03T04:44:53.823Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:44:53.823Z] main [2023-01-03T04:44:53.823Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:54.153Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:54.493Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:44:54.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-03T04:44:54.493Z] 3a4d09c9a5ca: Preparing [2023-01-03T04:44:54.493Z] e3ececf320f7: Preparing [2023-01-03T04:44:54.493Z] 893412f37aff: Preparing [2023-01-03T04:44:54.493Z] 334094294d49: Preparing [2023-01-03T04:44:54.493Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:54.493Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:54.493Z] 893412f37aff: Layer already exists [2023-01-03T04:44:54.757Z] 3a4d09c9a5ca: Pushed [2023-01-03T04:44:54.757Z] 334094294d49: Pushed [2023-01-03T04:44:57.327Z] e3ececf320f7: Pushed [2023-01-03T04:44:57.594Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:a11d561bbfc4624c843943395a0a676b90475297ac9c786408763c9ed62f6a9b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:57.941Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:58.275Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-03T04:44:58.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-03T04:44:58.275Z] 3a4d09c9a5ca: Preparing [2023-01-03T04:44:58.275Z] e3ececf320f7: Preparing [2023-01-03T04:44:58.275Z] 893412f37aff: Preparing [2023-01-03T04:44:58.275Z] 334094294d49: Preparing [2023-01-03T04:44:58.275Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:58.275Z] 334094294d49: Layer already exists [2023-01-03T04:44:58.276Z] e3ececf320f7: Layer already exists [2023-01-03T04:44:58.276Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:58.276Z] 893412f37aff: Layer already exists [2023-01-03T04:44:58.276Z] 3a4d09c9a5ca: Layer already exists [2023-01-03T04:44:58.276Z] latest: digest: sha256:a11d561bbfc4624c843943395a0a676b90475297ac9c786408763c9ed62f6a9b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:58.613Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:58.949Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.10 [2023-01-03T04:44:58.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-03T04:44:58.949Z] 3a4d09c9a5ca: Preparing [2023-01-03T04:44:58.949Z] e3ececf320f7: Preparing [2023-01-03T04:44:58.949Z] 893412f37aff: Preparing [2023-01-03T04:44:58.949Z] 334094294d49: Preparing [2023-01-03T04:44:58.949Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:58.949Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:58.949Z] 893412f37aff: Layer already exists [2023-01-03T04:44:58.949Z] 3a4d09c9a5ca: Layer already exists [2023-01-03T04:44:58.949Z] e3ececf320f7: Layer already exists [2023-01-03T04:44:58.949Z] 334094294d49: Layer already exists [2023-01-03T04:44:58.949Z] 3.0.0-dev.10: digest: sha256:a11d561bbfc4624c843943395a0a676b90475297ac9c786408763c9ed62f6a9b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:59.278Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:59.617Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:44:59.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-03T04:44:59.617Z] 3a4d09c9a5ca: Preparing [2023-01-03T04:44:59.617Z] e3ececf320f7: Preparing [2023-01-03T04:44:59.617Z] 893412f37aff: Preparing [2023-01-03T04:44:59.617Z] 334094294d49: Preparing [2023-01-03T04:44:59.617Z] 17bec77d7fdc: Preparing [2023-01-03T04:44:59.617Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:44:59.617Z] 893412f37aff: Layer already exists [2023-01-03T04:44:59.617Z] 3a4d09c9a5ca: Layer already exists [2023-01-03T04:44:59.617Z] 334094294d49: Layer already exists [2023-01-03T04:44:59.617Z] e3ececf320f7: Layer already exists [2023-01-03T04:44:59.617Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:a11d561bbfc4624c843943395a0a676b90475297ac9c786408763c9ed62f6a9b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:44:59.956Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:00.292Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-03T04:45:00.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-03T04:45:00.292Z] 3a4d09c9a5ca: Preparing [2023-01-03T04:45:00.292Z] e3ececf320f7: Preparing [2023-01-03T04:45:00.292Z] 893412f37aff: Preparing [2023-01-03T04:45:00.292Z] 334094294d49: Preparing [2023-01-03T04:45:00.292Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:00.292Z] e3ececf320f7: Layer already exists [2023-01-03T04:45:00.292Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:00.292Z] 3a4d09c9a5ca: Layer already exists [2023-01-03T04:45:00.292Z] 893412f37aff: Layer already exists [2023-01-03T04:45:00.292Z] 334094294d49: Layer already exists [2023-01-03T04:45:00.556Z] main: digest: sha256:a11d561bbfc4624c843943395a0a676b90475297ac9c786408763c9ed62f6a9b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:45:00.608Z] ===================================================== [Pipeline] echo [2023-01-03T04:45:00.617Z] taggedImages: [2023-01-03T04:45:00.617Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:00.617Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-03T04:45:00.617Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.10 [2023-01-03T04:45:00.617Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:00.617Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-03T04:45:00.640Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-03T04:45:00.640Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:00.640Z] latest [2023-01-03T04:45:00.640Z] 3.0.0-dev.10 [2023-01-03T04:45:00.640Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:00.640Z] main [2023-01-03T04:45:00.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:00.973Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:01.307Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:01.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-03T04:45:01.307Z] 83c2ca423163: Preparing [2023-01-03T04:45:01.307Z] a298d5e4e933: Preparing [2023-01-03T04:45:01.307Z] 181c2ef54c8d: Preparing [2023-01-03T04:45:01.307Z] 893412f37aff: Preparing [2023-01-03T04:45:01.307Z] 9b636d9e243f: Preparing [2023-01-03T04:45:01.307Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:01.307Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:01.307Z] 893412f37aff: Layer already exists [2023-01-03T04:45:01.307Z] 9b636d9e243f: Layer already exists [2023-01-03T04:45:01.307Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:01.572Z] 83c2ca423163: Pushed [2023-01-03T04:45:01.572Z] a298d5e4e933: Pushed [2023-01-03T04:45:04.901Z] 181c2ef54c8d: Pushed [2023-01-03T04:45:04.901Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:96dc4d01d645c38e716cf8d5f4ed3cb19e7922db2b0a14bce15ebf591397f72e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:05.277Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:05.635Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-03T04:45:05.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-03T04:45:05.635Z] 83c2ca423163: Preparing [2023-01-03T04:45:05.635Z] a298d5e4e933: Preparing [2023-01-03T04:45:05.635Z] 181c2ef54c8d: Preparing [2023-01-03T04:45:05.635Z] 893412f37aff: Preparing [2023-01-03T04:45:05.635Z] 9b636d9e243f: Preparing [2023-01-03T04:45:05.635Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:05.635Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:05.635Z] 893412f37aff: Layer already exists [2023-01-03T04:45:05.635Z] 181c2ef54c8d: Layer already exists [2023-01-03T04:45:05.635Z] a298d5e4e933: Layer already exists [2023-01-03T04:45:05.635Z] 9b636d9e243f: Layer already exists [2023-01-03T04:45:05.635Z] 83c2ca423163: Layer already exists [2023-01-03T04:45:05.635Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:05.902Z] latest: digest: sha256:96dc4d01d645c38e716cf8d5f4ed3cb19e7922db2b0a14bce15ebf591397f72e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:06.259Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:06.615Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.10 [2023-01-03T04:45:06.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-03T04:45:06.616Z] 83c2ca423163: Preparing [2023-01-03T04:45:06.616Z] a298d5e4e933: Preparing [2023-01-03T04:45:06.616Z] 181c2ef54c8d: Preparing [2023-01-03T04:45:06.616Z] 893412f37aff: Preparing [2023-01-03T04:45:06.616Z] 9b636d9e243f: Preparing [2023-01-03T04:45:06.616Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:06.616Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:06.616Z] a298d5e4e933: Layer already exists [2023-01-03T04:45:06.616Z] 181c2ef54c8d: Layer already exists [2023-01-03T04:45:06.616Z] 893412f37aff: Layer already exists [2023-01-03T04:45:06.616Z] 83c2ca423163: Layer already exists [2023-01-03T04:45:06.616Z] 9b636d9e243f: Layer already exists [2023-01-03T04:45:06.616Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:06.883Z] 3.0.0-dev.10: digest: sha256:96dc4d01d645c38e716cf8d5f4ed3cb19e7922db2b0a14bce15ebf591397f72e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:07.223Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:07.546Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:07.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-03T04:45:07.547Z] 83c2ca423163: Preparing [2023-01-03T04:45:07.547Z] a298d5e4e933: Preparing [2023-01-03T04:45:07.547Z] 181c2ef54c8d: Preparing [2023-01-03T04:45:07.547Z] 893412f37aff: Preparing [2023-01-03T04:45:07.547Z] 9b636d9e243f: Preparing [2023-01-03T04:45:07.547Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:07.547Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:07.547Z] 9b636d9e243f: Layer already exists [2023-01-03T04:45:07.547Z] a298d5e4e933: Layer already exists [2023-01-03T04:45:07.547Z] 893412f37aff: Layer already exists [2023-01-03T04:45:07.547Z] 181c2ef54c8d: Layer already exists [2023-01-03T04:45:07.547Z] 83c2ca423163: Layer already exists [2023-01-03T04:45:07.547Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:07.810Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:96dc4d01d645c38e716cf8d5f4ed3cb19e7922db2b0a14bce15ebf591397f72e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:08.150Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:08.486Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-03T04:45:08.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-03T04:45:08.486Z] 83c2ca423163: Preparing [2023-01-03T04:45:08.486Z] a298d5e4e933: Preparing [2023-01-03T04:45:08.486Z] 181c2ef54c8d: Preparing [2023-01-03T04:45:08.486Z] 893412f37aff: Preparing [2023-01-03T04:45:08.486Z] 9b636d9e243f: Preparing [2023-01-03T04:45:08.486Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:08.486Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:08.486Z] 9b636d9e243f: Layer already exists [2023-01-03T04:45:08.486Z] 893412f37aff: Layer already exists [2023-01-03T04:45:08.486Z] a298d5e4e933: Layer already exists [2023-01-03T04:45:08.486Z] 83c2ca423163: Layer already exists [2023-01-03T04:45:08.486Z] 181c2ef54c8d: Layer already exists [2023-01-03T04:45:08.486Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:08.486Z] main: digest: sha256:96dc4d01d645c38e716cf8d5f4ed3cb19e7922db2b0a14bce15ebf591397f72e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:45:08.788Z] ===================================================== [Pipeline] echo [2023-01-03T04:45:08.794Z] taggedImages: [2023-01-03T04:45:08.794Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:08.794Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-03T04:45:08.794Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.10 [2023-01-03T04:45:08.794Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:08.794Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-03T04:45:08.809Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-03T04:45:08.809Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:08.809Z] latest [2023-01-03T04:45:08.809Z] 3.0.0-dev.10 [2023-01-03T04:45:08.809Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:08.809Z] main [2023-01-03T04:45:08.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:09.134Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:09.463Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:09.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-03T04:45:09.463Z] 92d9d0254f57: Preparing [2023-01-03T04:45:09.463Z] 92d9d0254f57: Preparing [2023-01-03T04:45:09.463Z] dc124a780179: Preparing [2023-01-03T04:45:09.463Z] 31cbd2fc6be1: Preparing [2023-01-03T04:45:09.463Z] 8509d43169c4: Preparing [2023-01-03T04:45:09.463Z] 8a27c1c8bb06: Preparing [2023-01-03T04:45:09.463Z] bc9347556115: Preparing [2023-01-03T04:45:09.463Z] 893412f37aff: Preparing [2023-01-03T04:45:09.463Z] 36357fb15add: Preparing [2023-01-03T04:45:09.463Z] f4e59a5c8dfc: Preparing [2023-01-03T04:45:09.463Z] be464b38599d: Preparing [2023-01-03T04:45:09.463Z] 3fa2ab6b45da: Preparing [2023-01-03T04:45:09.463Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:09.463Z] bc9347556115: Waiting [2023-01-03T04:45:09.463Z] 893412f37aff: Waiting [2023-01-03T04:45:09.463Z] 36357fb15add: Waiting [2023-01-03T04:45:09.463Z] f4e59a5c8dfc: Waiting [2023-01-03T04:45:09.463Z] be464b38599d: Waiting [2023-01-03T04:45:09.463Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:09.728Z] 92d9d0254f57: Pushed [2023-01-03T04:45:09.729Z] 8509d43169c4: Pushed [2023-01-03T04:45:09.729Z] 31cbd2fc6be1: Pushed [2023-01-03T04:45:09.729Z] 8a27c1c8bb06: Pushed [2023-01-03T04:45:09.729Z] dc124a780179: Pushed [2023-01-03T04:45:09.729Z] 893412f37aff: Layer already exists [2023-01-03T04:45:09.992Z] 36357fb15add: Pushed [2023-01-03T04:45:09.992Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:09.992Z] f4e59a5c8dfc: Pushed [2023-01-03T04:45:09.992Z] be464b38599d: Pushed [2023-01-03T04:45:09.992Z] 3fa2ab6b45da: Pushed [2023-01-03T04:45:13.319Z] bc9347556115: Pushed [2023-01-03T04:45:13.319Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:951e18ca5fdbdaf39b30f3bc705b141f5336122b7034b3c70a011ddae4565f73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:13.652Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:13.979Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-03T04:45:13.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-03T04:45:13.979Z] 92d9d0254f57: Preparing [2023-01-03T04:45:13.979Z] 92d9d0254f57: Preparing [2023-01-03T04:45:13.979Z] dc124a780179: Preparing [2023-01-03T04:45:13.979Z] 31cbd2fc6be1: Preparing [2023-01-03T04:45:13.979Z] 8509d43169c4: Preparing [2023-01-03T04:45:13.979Z] 8a27c1c8bb06: Preparing [2023-01-03T04:45:13.979Z] bc9347556115: Preparing [2023-01-03T04:45:13.979Z] 893412f37aff: Preparing [2023-01-03T04:45:13.979Z] 36357fb15add: Preparing [2023-01-03T04:45:13.979Z] f4e59a5c8dfc: Preparing [2023-01-03T04:45:13.979Z] be464b38599d: Preparing [2023-01-03T04:45:13.979Z] 3fa2ab6b45da: Preparing [2023-01-03T04:45:13.979Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:13.979Z] bc9347556115: Waiting [2023-01-03T04:45:13.979Z] 893412f37aff: Waiting [2023-01-03T04:45:13.979Z] 36357fb15add: Waiting [2023-01-03T04:45:13.979Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:13.979Z] f4e59a5c8dfc: Waiting [2023-01-03T04:45:13.979Z] be464b38599d: Waiting [2023-01-03T04:45:13.979Z] dc124a780179: Layer already exists [2023-01-03T04:45:13.979Z] 31cbd2fc6be1: Layer already exists [2023-01-03T04:45:13.979Z] 8a27c1c8bb06: Layer already exists [2023-01-03T04:45:13.979Z] 8509d43169c4: Layer already exists [2023-01-03T04:45:13.979Z] 92d9d0254f57: Layer already exists [2023-01-03T04:45:13.979Z] f4e59a5c8dfc: Layer already exists [2023-01-03T04:45:13.979Z] 893412f37aff: Layer already exists [2023-01-03T04:45:13.979Z] 36357fb15add: Layer already exists [2023-01-03T04:45:13.979Z] be464b38599d: Layer already exists [2023-01-03T04:45:13.979Z] bc9347556115: Layer already exists [2023-01-03T04:45:13.979Z] 3fa2ab6b45da: Layer already exists [2023-01-03T04:45:13.979Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:14.242Z] latest: digest: sha256:951e18ca5fdbdaf39b30f3bc705b141f5336122b7034b3c70a011ddae4565f73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:14.572Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:14.903Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.10 [2023-01-03T04:45:14.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-03T04:45:14.903Z] 92d9d0254f57: Preparing [2023-01-03T04:45:14.903Z] 92d9d0254f57: Preparing [2023-01-03T04:45:14.903Z] dc124a780179: Preparing [2023-01-03T04:45:14.903Z] 31cbd2fc6be1: Preparing [2023-01-03T04:45:14.903Z] 8509d43169c4: Preparing [2023-01-03T04:45:14.903Z] 8a27c1c8bb06: Preparing [2023-01-03T04:45:14.903Z] bc9347556115: Preparing [2023-01-03T04:45:14.903Z] 893412f37aff: Preparing [2023-01-03T04:45:14.903Z] 36357fb15add: Preparing [2023-01-03T04:45:14.903Z] f4e59a5c8dfc: Preparing [2023-01-03T04:45:14.903Z] be464b38599d: Preparing [2023-01-03T04:45:14.903Z] 3fa2ab6b45da: Preparing [2023-01-03T04:45:14.903Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:14.903Z] 36357fb15add: Waiting [2023-01-03T04:45:14.903Z] f4e59a5c8dfc: Waiting [2023-01-03T04:45:14.903Z] bc9347556115: Waiting [2023-01-03T04:45:14.903Z] be464b38599d: Waiting [2023-01-03T04:45:14.903Z] 3fa2ab6b45da: Waiting [2023-01-03T04:45:14.903Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:14.903Z] 893412f37aff: Waiting [2023-01-03T04:45:14.903Z] dc124a780179: Layer already exists [2023-01-03T04:45:14.903Z] 8a27c1c8bb06: Layer already exists [2023-01-03T04:45:14.903Z] 92d9d0254f57: Layer already exists [2023-01-03T04:45:14.903Z] 31cbd2fc6be1: Layer already exists [2023-01-03T04:45:14.903Z] 8509d43169c4: Layer already exists [2023-01-03T04:45:14.903Z] 893412f37aff: Layer already exists [2023-01-03T04:45:14.903Z] bc9347556115: Layer already exists [2023-01-03T04:45:14.903Z] 36357fb15add: Layer already exists [2023-01-03T04:45:14.903Z] f4e59a5c8dfc: Layer already exists [2023-01-03T04:45:14.903Z] be464b38599d: Layer already exists [2023-01-03T04:45:14.903Z] 3fa2ab6b45da: Layer already exists [2023-01-03T04:45:14.903Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:15.167Z] 3.0.0-dev.10: digest: sha256:951e18ca5fdbdaf39b30f3bc705b141f5336122b7034b3c70a011ddae4565f73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:15.498Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:15.824Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:15.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-03T04:45:15.825Z] 92d9d0254f57: Preparing [2023-01-03T04:45:15.825Z] 92d9d0254f57: Preparing [2023-01-03T04:45:15.825Z] dc124a780179: Preparing [2023-01-03T04:45:15.825Z] 31cbd2fc6be1: Preparing [2023-01-03T04:45:15.825Z] 8509d43169c4: Preparing [2023-01-03T04:45:15.825Z] 8a27c1c8bb06: Preparing [2023-01-03T04:45:15.825Z] bc9347556115: Preparing [2023-01-03T04:45:15.825Z] 893412f37aff: Preparing [2023-01-03T04:45:15.825Z] 36357fb15add: Preparing [2023-01-03T04:45:15.825Z] f4e59a5c8dfc: Preparing [2023-01-03T04:45:15.825Z] be464b38599d: Preparing [2023-01-03T04:45:15.825Z] 3fa2ab6b45da: Preparing [2023-01-03T04:45:15.825Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:15.825Z] 36357fb15add: Waiting [2023-01-03T04:45:15.825Z] f4e59a5c8dfc: Waiting [2023-01-03T04:45:15.825Z] 3fa2ab6b45da: Waiting [2023-01-03T04:45:15.825Z] be464b38599d: Waiting [2023-01-03T04:45:15.825Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:15.825Z] bc9347556115: Waiting [2023-01-03T04:45:15.825Z] 893412f37aff: Waiting [2023-01-03T04:45:15.825Z] dc124a780179: Layer already exists [2023-01-03T04:45:15.825Z] 8a27c1c8bb06: Layer already exists [2023-01-03T04:45:15.825Z] 92d9d0254f57: Layer already exists [2023-01-03T04:45:15.825Z] 31cbd2fc6be1: Layer already exists [2023-01-03T04:45:15.825Z] 8509d43169c4: Layer already exists [2023-01-03T04:45:15.825Z] 893412f37aff: Layer already exists [2023-01-03T04:45:15.825Z] 36357fb15add: Layer already exists [2023-01-03T04:45:15.825Z] f4e59a5c8dfc: Layer already exists [2023-01-03T04:45:15.825Z] bc9347556115: Layer already exists [2023-01-03T04:45:15.825Z] be464b38599d: Layer already exists [2023-01-03T04:45:15.825Z] 3fa2ab6b45da: Layer already exists [2023-01-03T04:45:15.825Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:16.090Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:951e18ca5fdbdaf39b30f3bc705b141f5336122b7034b3c70a011ddae4565f73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:16.418Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:16.751Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-03T04:45:16.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-03T04:45:16.751Z] 92d9d0254f57: Preparing [2023-01-03T04:45:16.751Z] 92d9d0254f57: Preparing [2023-01-03T04:45:16.751Z] dc124a780179: Preparing [2023-01-03T04:45:16.751Z] 31cbd2fc6be1: Preparing [2023-01-03T04:45:16.751Z] 8509d43169c4: Preparing [2023-01-03T04:45:16.751Z] 8a27c1c8bb06: Preparing [2023-01-03T04:45:16.751Z] bc9347556115: Preparing [2023-01-03T04:45:16.751Z] 893412f37aff: Preparing [2023-01-03T04:45:16.751Z] 36357fb15add: Preparing [2023-01-03T04:45:16.751Z] f4e59a5c8dfc: Preparing [2023-01-03T04:45:16.751Z] be464b38599d: Preparing [2023-01-03T04:45:16.751Z] 3fa2ab6b45da: Preparing [2023-01-03T04:45:16.751Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:16.751Z] 36357fb15add: Waiting [2023-01-03T04:45:16.751Z] f4e59a5c8dfc: Waiting [2023-01-03T04:45:16.751Z] be464b38599d: Waiting [2023-01-03T04:45:16.751Z] 3fa2ab6b45da: Waiting [2023-01-03T04:45:16.751Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:16.751Z] bc9347556115: Waiting [2023-01-03T04:45:16.751Z] 893412f37aff: Waiting [2023-01-03T04:45:16.751Z] 31cbd2fc6be1: Layer already exists [2023-01-03T04:45:16.751Z] 92d9d0254f57: Layer already exists [2023-01-03T04:45:16.751Z] 8509d43169c4: Layer already exists [2023-01-03T04:45:16.751Z] 8a27c1c8bb06: Layer already exists [2023-01-03T04:45:16.751Z] dc124a780179: Layer already exists [2023-01-03T04:45:16.751Z] 36357fb15add: Layer already exists [2023-01-03T04:45:16.751Z] bc9347556115: Layer already exists [2023-01-03T04:45:16.751Z] 893412f37aff: Layer already exists [2023-01-03T04:45:16.751Z] f4e59a5c8dfc: Layer already exists [2023-01-03T04:45:16.751Z] be464b38599d: Layer already exists [2023-01-03T04:45:16.751Z] 3fa2ab6b45da: Layer already exists [2023-01-03T04:45:16.751Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:17.015Z] main: digest: sha256:951e18ca5fdbdaf39b30f3bc705b141f5336122b7034b3c70a011ddae4565f73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:45:17.068Z] ===================================================== [Pipeline] echo [2023-01-03T04:45:17.077Z] taggedImages: [2023-01-03T04:45:17.077Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:17.077Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-03T04:45:17.077Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.10 [2023-01-03T04:45:17.077Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:17.077Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-03T04:45:17.097Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-03T04:45:17.097Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:17.097Z] latest [2023-01-03T04:45:17.097Z] 3.0.0-dev.10 [2023-01-03T04:45:17.097Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:17.097Z] main [2023-01-03T04:45:17.097Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:17.439Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:17.775Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:17.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-03T04:45:17.775Z] d0d33ea6f02d: Preparing [2023-01-03T04:45:17.775Z] a14dff94b533: Preparing [2023-01-03T04:45:17.775Z] aff27a743a54: Preparing [2023-01-03T04:45:17.775Z] 8f4313be40d0: Preparing [2023-01-03T04:45:17.775Z] ad0fe3a09774: Preparing [2023-01-03T04:45:17.775Z] 4d2e0cf72d37: Preparing [2023-01-03T04:45:17.775Z] 21de78b90d4b: Preparing [2023-01-03T04:45:17.775Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:17.775Z] 4d2e0cf72d37: Waiting [2023-01-03T04:45:17.775Z] 21de78b90d4b: Waiting [2023-01-03T04:45:17.775Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:18.042Z] d0d33ea6f02d: Pushed [2023-01-03T04:45:18.042Z] a14dff94b533: Pushed [2023-01-03T04:45:18.042Z] ad0fe3a09774: Pushed [2023-01-03T04:45:18.042Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:18.305Z] 4d2e0cf72d37: Pushed [2023-01-03T04:45:18.569Z] 21de78b90d4b: Pushed [2023-01-03T04:45:20.500Z] 8f4313be40d0: Pushed [2023-01-03T04:45:20.500Z] aff27a743a54: Pushed [2023-01-03T04:45:20.500Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:8c0e6916759c9e879aae3769f21334beb24196cdf7290d13312afc9389587d46 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:20.837Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:21.162Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-03T04:45:21.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-03T04:45:21.162Z] d0d33ea6f02d: Preparing [2023-01-03T04:45:21.162Z] a14dff94b533: Preparing [2023-01-03T04:45:21.162Z] aff27a743a54: Preparing [2023-01-03T04:45:21.163Z] 8f4313be40d0: Preparing [2023-01-03T04:45:21.163Z] ad0fe3a09774: Preparing [2023-01-03T04:45:21.163Z] 4d2e0cf72d37: Preparing [2023-01-03T04:45:21.163Z] 21de78b90d4b: Preparing [2023-01-03T04:45:21.163Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:21.163Z] 21de78b90d4b: Waiting [2023-01-03T04:45:21.163Z] 4d2e0cf72d37: Waiting [2023-01-03T04:45:21.163Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:21.163Z] ad0fe3a09774: Layer already exists [2023-01-03T04:45:21.163Z] 8f4313be40d0: Layer already exists [2023-01-03T04:45:21.163Z] d0d33ea6f02d: Layer already exists [2023-01-03T04:45:21.163Z] a14dff94b533: Layer already exists [2023-01-03T04:45:21.163Z] aff27a743a54: Layer already exists [2023-01-03T04:45:21.427Z] 21de78b90d4b: Layer already exists [2023-01-03T04:45:21.427Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:21.427Z] 4d2e0cf72d37: Layer already exists [2023-01-03T04:45:21.427Z] latest: digest: sha256:8c0e6916759c9e879aae3769f21334beb24196cdf7290d13312afc9389587d46 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:21.759Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:22.093Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.10 [2023-01-03T04:45:22.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-03T04:45:22.093Z] d0d33ea6f02d: Preparing [2023-01-03T04:45:22.093Z] a14dff94b533: Preparing [2023-01-03T04:45:22.093Z] aff27a743a54: Preparing [2023-01-03T04:45:22.093Z] 8f4313be40d0: Preparing [2023-01-03T04:45:22.093Z] ad0fe3a09774: Preparing [2023-01-03T04:45:22.093Z] 4d2e0cf72d37: Preparing [2023-01-03T04:45:22.093Z] 21de78b90d4b: Preparing [2023-01-03T04:45:22.093Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:22.093Z] 4d2e0cf72d37: Waiting [2023-01-03T04:45:22.093Z] 21de78b90d4b: Waiting [2023-01-03T04:45:22.093Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:22.093Z] aff27a743a54: Layer already exists [2023-01-03T04:45:22.093Z] d0d33ea6f02d: Layer already exists [2023-01-03T04:45:22.093Z] ad0fe3a09774: Layer already exists [2023-01-03T04:45:22.093Z] 8f4313be40d0: Layer already exists [2023-01-03T04:45:22.093Z] a14dff94b533: Layer already exists [2023-01-03T04:45:22.093Z] 21de78b90d4b: Layer already exists [2023-01-03T04:45:22.093Z] 4d2e0cf72d37: Layer already exists [2023-01-03T04:45:22.093Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:22.358Z] 3.0.0-dev.10: digest: sha256:8c0e6916759c9e879aae3769f21334beb24196cdf7290d13312afc9389587d46 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:22.687Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:23.018Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:23.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-03T04:45:23.018Z] d0d33ea6f02d: Preparing [2023-01-03T04:45:23.018Z] a14dff94b533: Preparing [2023-01-03T04:45:23.018Z] aff27a743a54: Preparing [2023-01-03T04:45:23.018Z] 8f4313be40d0: Preparing [2023-01-03T04:45:23.018Z] ad0fe3a09774: Preparing [2023-01-03T04:45:23.018Z] 4d2e0cf72d37: Preparing [2023-01-03T04:45:23.018Z] 21de78b90d4b: Preparing [2023-01-03T04:45:23.018Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:23.018Z] 4d2e0cf72d37: Waiting [2023-01-03T04:45:23.018Z] 21de78b90d4b: Waiting [2023-01-03T04:45:23.018Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:23.018Z] ad0fe3a09774: Layer already exists [2023-01-03T04:45:23.018Z] 8f4313be40d0: Layer already exists [2023-01-03T04:45:23.018Z] aff27a743a54: Layer already exists [2023-01-03T04:45:23.018Z] d0d33ea6f02d: Layer already exists [2023-01-03T04:45:23.018Z] a14dff94b533: Layer already exists [2023-01-03T04:45:23.018Z] 4d2e0cf72d37: Layer already exists [2023-01-03T04:45:23.018Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:23.018Z] 21de78b90d4b: Layer already exists [2023-01-03T04:45:23.282Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:8c0e6916759c9e879aae3769f21334beb24196cdf7290d13312afc9389587d46 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:23.613Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:23.949Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-03T04:45:23.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-03T04:45:23.949Z] d0d33ea6f02d: Preparing [2023-01-03T04:45:23.949Z] a14dff94b533: Preparing [2023-01-03T04:45:23.949Z] aff27a743a54: Preparing [2023-01-03T04:45:23.949Z] 8f4313be40d0: Preparing [2023-01-03T04:45:23.949Z] ad0fe3a09774: Preparing [2023-01-03T04:45:23.949Z] 4d2e0cf72d37: Preparing [2023-01-03T04:45:23.949Z] 21de78b90d4b: Preparing [2023-01-03T04:45:23.949Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:23.949Z] 4d2e0cf72d37: Waiting [2023-01-03T04:45:23.949Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:23.949Z] 21de78b90d4b: Waiting [2023-01-03T04:45:23.949Z] aff27a743a54: Layer already exists [2023-01-03T04:45:23.949Z] d0d33ea6f02d: Layer already exists [2023-01-03T04:45:23.949Z] ad0fe3a09774: Layer already exists [2023-01-03T04:45:23.949Z] a14dff94b533: Layer already exists [2023-01-03T04:45:23.949Z] 8f4313be40d0: Layer already exists [2023-01-03T04:45:23.949Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:23.949Z] 4d2e0cf72d37: Layer already exists [2023-01-03T04:45:23.949Z] 21de78b90d4b: Layer already exists [2023-01-03T04:45:24.213Z] main: digest: sha256:8c0e6916759c9e879aae3769f21334beb24196cdf7290d13312afc9389587d46 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:45:24.254Z] ===================================================== [Pipeline] echo [2023-01-03T04:45:24.259Z] taggedImages: [2023-01-03T04:45:24.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:24.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-03T04:45:24.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.10 [2023-01-03T04:45:24.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:24.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-03T04:45:24.274Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-03T04:45:24.274Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:24.274Z] latest [2023-01-03T04:45:24.274Z] 3.0.0-dev.10 [2023-01-03T04:45:24.274Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:24.274Z] main [2023-01-03T04:45:24.274Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:24.600Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:24.927Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:24.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-03T04:45:24.927Z] 678f1b944454: Preparing [2023-01-03T04:45:24.927Z] 77164dc63323: Preparing [2023-01-03T04:45:24.927Z] e72531279b20: Preparing [2023-01-03T04:45:24.927Z] fe67584d88cf: Preparing [2023-01-03T04:45:24.927Z] 269d58b5fda9: Preparing [2023-01-03T04:45:24.927Z] 83668741ae16: Preparing [2023-01-03T04:45:24.927Z] e4de075ad055: Preparing [2023-01-03T04:45:24.927Z] d1e78a0caa26: Preparing [2023-01-03T04:45:24.927Z] b533060e3aa5: Preparing [2023-01-03T04:45:24.927Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:24.927Z] 83668741ae16: Waiting [2023-01-03T04:45:24.927Z] e4de075ad055: Waiting [2023-01-03T04:45:24.927Z] d1e78a0caa26: Waiting [2023-01-03T04:45:24.927Z] b533060e3aa5: Waiting [2023-01-03T04:45:24.927Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:25.192Z] 77164dc63323: Pushed [2023-01-03T04:45:25.192Z] 269d58b5fda9: Pushed [2023-01-03T04:45:25.192Z] 678f1b944454: Pushed [2023-01-03T04:45:25.457Z] 83668741ae16: Pushed [2023-01-03T04:45:25.457Z] e4de075ad055: Pushed [2023-01-03T04:45:25.457Z] d1e78a0caa26: Pushed [2023-01-03T04:45:25.457Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:25.723Z] b533060e3aa5: Pushed [2023-01-03T04:45:27.658Z] fe67584d88cf: Pushed [2023-01-03T04:45:28.238Z] e72531279b20: Pushed [2023-01-03T04:45:28.503Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:734587c433265bf4748cfcba2d8d8a1a68d9a66b1e9e2b43b641b5dde05d8f67 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:28.835Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:29.166Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-03T04:45:29.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-03T04:45:29.166Z] 678f1b944454: Preparing [2023-01-03T04:45:29.166Z] 77164dc63323: Preparing [2023-01-03T04:45:29.166Z] e72531279b20: Preparing [2023-01-03T04:45:29.166Z] fe67584d88cf: Preparing [2023-01-03T04:45:29.166Z] 269d58b5fda9: Preparing [2023-01-03T04:45:29.166Z] 83668741ae16: Preparing [2023-01-03T04:45:29.166Z] e4de075ad055: Preparing [2023-01-03T04:45:29.166Z] d1e78a0caa26: Preparing [2023-01-03T04:45:29.166Z] b533060e3aa5: Preparing [2023-01-03T04:45:29.166Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:29.166Z] 83668741ae16: Waiting [2023-01-03T04:45:29.166Z] e4de075ad055: Waiting [2023-01-03T04:45:29.166Z] d1e78a0caa26: Waiting [2023-01-03T04:45:29.166Z] b533060e3aa5: Waiting [2023-01-03T04:45:29.166Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:29.166Z] 269d58b5fda9: Layer already exists [2023-01-03T04:45:29.166Z] e72531279b20: Layer already exists [2023-01-03T04:45:29.166Z] 77164dc63323: Layer already exists [2023-01-03T04:45:29.166Z] 678f1b944454: Layer already exists [2023-01-03T04:45:29.166Z] fe67584d88cf: Layer already exists [2023-01-03T04:45:29.166Z] e4de075ad055: Layer already exists [2023-01-03T04:45:29.166Z] b533060e3aa5: Layer already exists [2023-01-03T04:45:29.166Z] 83668741ae16: Layer already exists [2023-01-03T04:45:29.166Z] d1e78a0caa26: Layer already exists [2023-01-03T04:45:29.166Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:29.432Z] latest: digest: sha256:734587c433265bf4748cfcba2d8d8a1a68d9a66b1e9e2b43b641b5dde05d8f67 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:29.757Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:30.087Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.10 [2023-01-03T04:45:30.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-03T04:45:30.087Z] 678f1b944454: Preparing [2023-01-03T04:45:30.087Z] 77164dc63323: Preparing [2023-01-03T04:45:30.087Z] e72531279b20: Preparing [2023-01-03T04:45:30.087Z] fe67584d88cf: Preparing [2023-01-03T04:45:30.087Z] 269d58b5fda9: Preparing [2023-01-03T04:45:30.087Z] 83668741ae16: Preparing [2023-01-03T04:45:30.087Z] e4de075ad055: Preparing [2023-01-03T04:45:30.087Z] d1e78a0caa26: Preparing [2023-01-03T04:45:30.087Z] b533060e3aa5: Preparing [2023-01-03T04:45:30.087Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:30.087Z] e4de075ad055: Waiting [2023-01-03T04:45:30.087Z] d1e78a0caa26: Waiting [2023-01-03T04:45:30.087Z] b533060e3aa5: Waiting [2023-01-03T04:45:30.087Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:30.087Z] 83668741ae16: Waiting [2023-01-03T04:45:30.087Z] fe67584d88cf: Layer already exists [2023-01-03T04:45:30.087Z] 77164dc63323: Layer already exists [2023-01-03T04:45:30.087Z] e72531279b20: Layer already exists [2023-01-03T04:45:30.087Z] 269d58b5fda9: Layer already exists [2023-01-03T04:45:30.087Z] 678f1b944454: Layer already exists [2023-01-03T04:45:30.087Z] b533060e3aa5: Layer already exists [2023-01-03T04:45:30.087Z] e4de075ad055: Layer already exists [2023-01-03T04:45:30.087Z] d1e78a0caa26: Layer already exists [2023-01-03T04:45:30.087Z] 83668741ae16: Layer already exists [2023-01-03T04:45:30.087Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:30.351Z] 3.0.0-dev.10: digest: sha256:734587c433265bf4748cfcba2d8d8a1a68d9a66b1e9e2b43b641b5dde05d8f67 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:30.683Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:31.011Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:31.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-03T04:45:31.011Z] 678f1b944454: Preparing [2023-01-03T04:45:31.011Z] 77164dc63323: Preparing [2023-01-03T04:45:31.011Z] e72531279b20: Preparing [2023-01-03T04:45:31.011Z] fe67584d88cf: Preparing [2023-01-03T04:45:31.011Z] 269d58b5fda9: Preparing [2023-01-03T04:45:31.011Z] 83668741ae16: Preparing [2023-01-03T04:45:31.011Z] e4de075ad055: Preparing [2023-01-03T04:45:31.011Z] d1e78a0caa26: Preparing [2023-01-03T04:45:31.011Z] b533060e3aa5: Preparing [2023-01-03T04:45:31.011Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:31.011Z] 83668741ae16: Waiting [2023-01-03T04:45:31.011Z] e4de075ad055: Waiting [2023-01-03T04:45:31.011Z] d1e78a0caa26: Waiting [2023-01-03T04:45:31.011Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:31.011Z] b533060e3aa5: Waiting [2023-01-03T04:45:31.011Z] 678f1b944454: Layer already exists [2023-01-03T04:45:31.011Z] fe67584d88cf: Layer already exists [2023-01-03T04:45:31.011Z] 269d58b5fda9: Layer already exists [2023-01-03T04:45:31.011Z] 77164dc63323: Layer already exists [2023-01-03T04:45:31.011Z] e72531279b20: Layer already exists [2023-01-03T04:45:31.011Z] e4de075ad055: Layer already exists [2023-01-03T04:45:31.011Z] d1e78a0caa26: Layer already exists [2023-01-03T04:45:31.011Z] 83668741ae16: Layer already exists [2023-01-03T04:45:31.011Z] b533060e3aa5: Layer already exists [2023-01-03T04:45:31.011Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:31.275Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:734587c433265bf4748cfcba2d8d8a1a68d9a66b1e9e2b43b641b5dde05d8f67 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:31.602Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:31.935Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-03T04:45:31.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-03T04:45:31.935Z] 678f1b944454: Preparing [2023-01-03T04:45:31.935Z] 77164dc63323: Preparing [2023-01-03T04:45:31.935Z] e72531279b20: Preparing [2023-01-03T04:45:31.935Z] fe67584d88cf: Preparing [2023-01-03T04:45:31.935Z] 269d58b5fda9: Preparing [2023-01-03T04:45:31.935Z] 83668741ae16: Preparing [2023-01-03T04:45:31.935Z] e4de075ad055: Preparing [2023-01-03T04:45:31.935Z] d1e78a0caa26: Preparing [2023-01-03T04:45:31.935Z] b533060e3aa5: Preparing [2023-01-03T04:45:31.935Z] 17bec77d7fdc: Preparing [2023-01-03T04:45:31.935Z] 83668741ae16: Waiting [2023-01-03T04:45:31.935Z] e4de075ad055: Waiting [2023-01-03T04:45:31.935Z] d1e78a0caa26: Waiting [2023-01-03T04:45:31.935Z] b533060e3aa5: Waiting [2023-01-03T04:45:31.935Z] 17bec77d7fdc: Waiting [2023-01-03T04:45:31.935Z] 269d58b5fda9: Layer already exists [2023-01-03T04:45:31.935Z] 77164dc63323: Layer already exists [2023-01-03T04:45:31.935Z] fe67584d88cf: Layer already exists [2023-01-03T04:45:31.935Z] 678f1b944454: Layer already exists [2023-01-03T04:45:31.935Z] e72531279b20: Layer already exists [2023-01-03T04:45:31.935Z] e4de075ad055: Layer already exists [2023-01-03T04:45:31.935Z] 83668741ae16: Layer already exists [2023-01-03T04:45:31.935Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:45:31.935Z] d1e78a0caa26: Layer already exists [2023-01-03T04:45:31.935Z] b533060e3aa5: Layer already exists [2023-01-03T04:45:32.202Z] main: digest: sha256:734587c433265bf4748cfcba2d8d8a1a68d9a66b1e9e2b43b641b5dde05d8f67 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:45:32.242Z] ===================================================== [Pipeline] echo [2023-01-03T04:45:32.248Z] taggedImages: [2023-01-03T04:45:32.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:32.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-03T04:45:32.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.10 [2023-01-03T04:45:32.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:32.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-03T04:45:32.262Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-03T04:45:32.262Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:32.262Z] latest [2023-01-03T04:45:32.262Z] 3.0.0-dev.10 [2023-01-03T04:45:32.262Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:32.262Z] main [2023-01-03T04:45:32.262Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:32.588Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:32.919Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:32.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-03T04:45:32.919Z] 5bbe756491eb: Preparing [2023-01-03T04:45:32.919Z] 8e2d142ecc4f: Preparing [2023-01-03T04:45:32.919Z] 893412f37aff: Preparing [2023-01-03T04:45:32.919Z] fe5e8ff34351: Preparing [2023-01-03T04:45:32.919Z] 9833f26c6bda: Preparing [2023-01-03T04:45:32.919Z] 9833f26c6bda: Layer already exists [2023-01-03T04:45:32.919Z] 893412f37aff: Layer already exists [2023-01-03T04:45:33.186Z] 5bbe756491eb: Pushed [2023-01-03T04:45:34.144Z] fe5e8ff34351: Pushed [2023-01-03T04:45:37.477Z] 8e2d142ecc4f: Pushed [2023-01-03T04:45:37.741Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:bf5a0febc4c8ec4ac3fb4eec32ce9d576979ad387ba6a505f1af5efd84c87941 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:38.078Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:38.411Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-03T04:45:38.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-03T04:45:38.412Z] 5bbe756491eb: Preparing [2023-01-03T04:45:38.412Z] 8e2d142ecc4f: Preparing [2023-01-03T04:45:38.412Z] 893412f37aff: Preparing [2023-01-03T04:45:38.412Z] fe5e8ff34351: Preparing [2023-01-03T04:45:38.412Z] 9833f26c6bda: Preparing [2023-01-03T04:45:38.412Z] fe5e8ff34351: Layer already exists [2023-01-03T04:45:38.412Z] 8e2d142ecc4f: Layer already exists [2023-01-03T04:45:38.412Z] 893412f37aff: Layer already exists [2023-01-03T04:45:38.412Z] 5bbe756491eb: Layer already exists [2023-01-03T04:45:38.412Z] 9833f26c6bda: Layer already exists [2023-01-03T04:45:38.681Z] latest: digest: sha256:bf5a0febc4c8ec4ac3fb4eec32ce9d576979ad387ba6a505f1af5efd84c87941 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:39.016Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:39.342Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.10 [2023-01-03T04:45:39.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-03T04:45:39.342Z] 5bbe756491eb: Preparing [2023-01-03T04:45:39.342Z] 8e2d142ecc4f: Preparing [2023-01-03T04:45:39.342Z] 893412f37aff: Preparing [2023-01-03T04:45:39.342Z] fe5e8ff34351: Preparing [2023-01-03T04:45:39.342Z] 9833f26c6bda: Preparing [2023-01-03T04:45:39.342Z] 9833f26c6bda: Layer already exists [2023-01-03T04:45:39.342Z] 5bbe756491eb: Layer already exists [2023-01-03T04:45:39.342Z] 8e2d142ecc4f: Layer already exists [2023-01-03T04:45:39.342Z] 893412f37aff: Layer already exists [2023-01-03T04:45:39.342Z] fe5e8ff34351: Layer already exists [2023-01-03T04:45:39.342Z] 3.0.0-dev.10: digest: sha256:bf5a0febc4c8ec4ac3fb4eec32ce9d576979ad387ba6a505f1af5efd84c87941 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:39.939Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:40.269Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:40.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-03T04:45:40.269Z] 5bbe756491eb: Preparing [2023-01-03T04:45:40.269Z] 8e2d142ecc4f: Preparing [2023-01-03T04:45:40.269Z] 893412f37aff: Preparing [2023-01-03T04:45:40.269Z] fe5e8ff34351: Preparing [2023-01-03T04:45:40.269Z] 9833f26c6bda: Preparing [2023-01-03T04:45:40.269Z] 8e2d142ecc4f: Layer already exists [2023-01-03T04:45:40.269Z] 5bbe756491eb: Layer already exists [2023-01-03T04:45:40.269Z] 9833f26c6bda: Layer already exists [2023-01-03T04:45:40.269Z] 893412f37aff: Layer already exists [2023-01-03T04:45:40.269Z] fe5e8ff34351: Layer already exists [2023-01-03T04:45:40.269Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:bf5a0febc4c8ec4ac3fb4eec32ce9d576979ad387ba6a505f1af5efd84c87941 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:40.867Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:41.195Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-03T04:45:41.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-03T04:45:41.196Z] 5bbe756491eb: Preparing [2023-01-03T04:45:41.196Z] 8e2d142ecc4f: Preparing [2023-01-03T04:45:41.196Z] 893412f37aff: Preparing [2023-01-03T04:45:41.196Z] fe5e8ff34351: Preparing [2023-01-03T04:45:41.196Z] 9833f26c6bda: Preparing [2023-01-03T04:45:41.196Z] fe5e8ff34351: Layer already exists [2023-01-03T04:45:41.196Z] 893412f37aff: Layer already exists [2023-01-03T04:45:41.196Z] 9833f26c6bda: Layer already exists [2023-01-03T04:45:41.196Z] 8e2d142ecc4f: Layer already exists [2023-01-03T04:45:41.196Z] 5bbe756491eb: Layer already exists [2023-01-03T04:45:41.196Z] main: digest: sha256:bf5a0febc4c8ec4ac3fb4eec32ce9d576979ad387ba6a505f1af5efd84c87941 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:45:41.517Z] ===================================================== [Pipeline] echo [2023-01-03T04:45:41.526Z] taggedImages: [2023-01-03T04:45:41.526Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:41.526Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-03T04:45:41.526Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.10 [2023-01-03T04:45:41.526Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:41.526Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-03T04:45:41.549Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-03T04:45:41.549Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:41.549Z] latest [2023-01-03T04:45:41.549Z] 3.0.0-dev.10 [2023-01-03T04:45:41.549Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:45:41.549Z] main [2023-01-03T04:45:41.549Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:41.891Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:42.213Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:45:42.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-03T04:45:42.214Z] bcbf4b9a46b3: Preparing [2023-01-03T04:45:42.214Z] 3fa7a72c0bfd: Preparing [2023-01-03T04:45:42.214Z] 4398db2b2dbd: Preparing [2023-01-03T04:45:42.214Z] 56157a58c6a5: Preparing [2023-01-03T04:45:42.214Z] 818037e5e2ed: Preparing [2023-01-03T04:45:42.214Z] 0507a77dac34: Preparing [2023-01-03T04:45:42.214Z] 9833f26c6bda: Preparing [2023-01-03T04:45:42.214Z] 0507a77dac34: Waiting [2023-01-03T04:45:42.214Z] 9833f26c6bda: Waiting [2023-01-03T04:45:42.478Z] 3fa7a72c0bfd: Pushed [2023-01-03T04:45:42.478Z] 4398db2b2dbd: Pushed [2023-01-03T04:45:42.478Z] bcbf4b9a46b3: Pushed [2023-01-03T04:45:42.478Z] 9833f26c6bda: Layer already exists [2023-01-03T04:45:43.143Z] 0507a77dac34: Pushed [2023-01-03T04:45:51.431Z] 818037e5e2ed: Pushed [2023-01-03T04:45:58.061Z] 56157a58c6a5: Pushed [2023-01-03T04:45:58.061Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:a01b333a73a6c3c91d558664adc258bedfaef6c48f5d4b08cb0c7d4309b1cfde size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:58.391Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:58.723Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-03T04:45:58.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-03T04:45:58.723Z] bcbf4b9a46b3: Preparing [2023-01-03T04:45:58.723Z] 3fa7a72c0bfd: Preparing [2023-01-03T04:45:58.723Z] 4398db2b2dbd: Preparing [2023-01-03T04:45:58.723Z] 56157a58c6a5: Preparing [2023-01-03T04:45:58.723Z] 818037e5e2ed: Preparing [2023-01-03T04:45:58.724Z] 0507a77dac34: Preparing [2023-01-03T04:45:58.724Z] 9833f26c6bda: Preparing [2023-01-03T04:45:58.724Z] 0507a77dac34: Waiting [2023-01-03T04:45:58.724Z] 9833f26c6bda: Waiting [2023-01-03T04:45:58.724Z] 4398db2b2dbd: Layer already exists [2023-01-03T04:45:58.724Z] 3fa7a72c0bfd: Layer already exists [2023-01-03T04:45:58.724Z] 56157a58c6a5: Layer already exists [2023-01-03T04:45:58.724Z] bcbf4b9a46b3: Layer already exists [2023-01-03T04:45:58.724Z] 818037e5e2ed: Layer already exists [2023-01-03T04:45:58.724Z] 9833f26c6bda: Layer already exists [2023-01-03T04:45:58.724Z] 0507a77dac34: Layer already exists [2023-01-03T04:45:58.724Z] latest: digest: sha256:a01b333a73a6c3c91d558664adc258bedfaef6c48f5d4b08cb0c7d4309b1cfde size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:59.329Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:59.656Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.10 [2023-01-03T04:45:59.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-03T04:45:59.656Z] bcbf4b9a46b3: Preparing [2023-01-03T04:45:59.656Z] 3fa7a72c0bfd: Preparing [2023-01-03T04:45:59.656Z] 4398db2b2dbd: Preparing [2023-01-03T04:45:59.656Z] 56157a58c6a5: Preparing [2023-01-03T04:45:59.656Z] 818037e5e2ed: Preparing [2023-01-03T04:45:59.656Z] 0507a77dac34: Preparing [2023-01-03T04:45:59.656Z] 9833f26c6bda: Preparing [2023-01-03T04:45:59.656Z] 0507a77dac34: Waiting [2023-01-03T04:45:59.656Z] 9833f26c6bda: Waiting [2023-01-03T04:45:59.656Z] bcbf4b9a46b3: Layer already exists [2023-01-03T04:45:59.656Z] 818037e5e2ed: Layer already exists [2023-01-03T04:45:59.656Z] 56157a58c6a5: Layer already exists [2023-01-03T04:45:59.656Z] 4398db2b2dbd: Layer already exists [2023-01-03T04:45:59.656Z] 3fa7a72c0bfd: Layer already exists [2023-01-03T04:45:59.656Z] 0507a77dac34: Layer already exists [2023-01-03T04:45:59.656Z] 9833f26c6bda: Layer already exists [2023-01-03T04:45:59.656Z] 3.0.0-dev.10: digest: sha256:a01b333a73a6c3c91d558664adc258bedfaef6c48f5d4b08cb0c7d4309b1cfde size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:45:59.984Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:00.312Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:00.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-03T04:46:00.312Z] bcbf4b9a46b3: Preparing [2023-01-03T04:46:00.312Z] 3fa7a72c0bfd: Preparing [2023-01-03T04:46:00.312Z] 4398db2b2dbd: Preparing [2023-01-03T04:46:00.312Z] 56157a58c6a5: Preparing [2023-01-03T04:46:00.312Z] 818037e5e2ed: Preparing [2023-01-03T04:46:00.312Z] 0507a77dac34: Preparing [2023-01-03T04:46:00.312Z] 9833f26c6bda: Preparing [2023-01-03T04:46:00.312Z] 0507a77dac34: Waiting [2023-01-03T04:46:00.312Z] 9833f26c6bda: Waiting [2023-01-03T04:46:00.312Z] 818037e5e2ed: Layer already exists [2023-01-03T04:46:00.312Z] bcbf4b9a46b3: Layer already exists [2023-01-03T04:46:00.312Z] 3fa7a72c0bfd: Layer already exists [2023-01-03T04:46:00.312Z] 56157a58c6a5: Layer already exists [2023-01-03T04:46:00.312Z] 4398db2b2dbd: Layer already exists [2023-01-03T04:46:00.312Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:00.312Z] 0507a77dac34: Layer already exists [2023-01-03T04:46:00.579Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:a01b333a73a6c3c91d558664adc258bedfaef6c48f5d4b08cb0c7d4309b1cfde size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:00.910Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:01.235Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-03T04:46:01.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-03T04:46:01.235Z] bcbf4b9a46b3: Preparing [2023-01-03T04:46:01.235Z] 3fa7a72c0bfd: Preparing [2023-01-03T04:46:01.235Z] 4398db2b2dbd: Preparing [2023-01-03T04:46:01.235Z] 56157a58c6a5: Preparing [2023-01-03T04:46:01.235Z] 818037e5e2ed: Preparing [2023-01-03T04:46:01.235Z] 0507a77dac34: Preparing [2023-01-03T04:46:01.235Z] 9833f26c6bda: Preparing [2023-01-03T04:46:01.235Z] 0507a77dac34: Waiting [2023-01-03T04:46:01.235Z] 9833f26c6bda: Waiting [2023-01-03T04:46:01.235Z] 4398db2b2dbd: Layer already exists [2023-01-03T04:46:01.235Z] 818037e5e2ed: Layer already exists [2023-01-03T04:46:01.235Z] 56157a58c6a5: Layer already exists [2023-01-03T04:46:01.235Z] 3fa7a72c0bfd: Layer already exists [2023-01-03T04:46:01.235Z] bcbf4b9a46b3: Layer already exists [2023-01-03T04:46:01.235Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:01.235Z] 0507a77dac34: Layer already exists [2023-01-03T04:46:01.501Z] main: digest: sha256:a01b333a73a6c3c91d558664adc258bedfaef6c48f5d4b08cb0c7d4309b1cfde size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:46:01.542Z] ===================================================== [Pipeline] echo [2023-01-03T04:46:01.547Z] taggedImages: [2023-01-03T04:46:01.547Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:01.547Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-03T04:46:01.547Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.10 [2023-01-03T04:46:01.547Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:01.547Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-03T04:46:01.561Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-03T04:46:01.561Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:01.561Z] latest [2023-01-03T04:46:01.561Z] 3.0.0-dev.10 [2023-01-03T04:46:01.561Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:01.561Z] main [2023-01-03T04:46:01.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:01.885Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:02.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:02.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-03T04:46:02.215Z] 71b5c20db2fc: Preparing [2023-01-03T04:46:02.215Z] a86e858e63c8: Preparing [2023-01-03T04:46:02.215Z] 229dffc9ce20: Preparing [2023-01-03T04:46:02.215Z] ffb4ada63216: Preparing [2023-01-03T04:46:02.215Z] e2c0f27927a1: Preparing [2023-01-03T04:46:02.215Z] 9833f26c6bda: Preparing [2023-01-03T04:46:02.215Z] 9833f26c6bda: Waiting [2023-01-03T04:46:02.479Z] 71b5c20db2fc: Pushed [2023-01-03T04:46:02.479Z] a86e858e63c8: Pushed [2023-01-03T04:46:02.479Z] 229dffc9ce20: Pushed [2023-01-03T04:46:02.479Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:03.061Z] e2c0f27927a1: Pushed [2023-01-03T04:46:18.098Z] ffb4ada63216: Pushed [2023-01-03T04:46:18.098Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:2e84bbdf077d6d66326e864e9310b5e6d14956a3b214bf26dd4b9648cb421c76 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:18.426Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:18.748Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-03T04:46:18.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-03T04:46:18.748Z] 71b5c20db2fc: Preparing [2023-01-03T04:46:18.748Z] a86e858e63c8: Preparing [2023-01-03T04:46:18.748Z] 229dffc9ce20: Preparing [2023-01-03T04:46:18.748Z] ffb4ada63216: Preparing [2023-01-03T04:46:18.748Z] e2c0f27927a1: Preparing [2023-01-03T04:46:18.748Z] 9833f26c6bda: Preparing [2023-01-03T04:46:18.748Z] 9833f26c6bda: Waiting [2023-01-03T04:46:18.748Z] 229dffc9ce20: Layer already exists [2023-01-03T04:46:18.748Z] ffb4ada63216: Layer already exists [2023-01-03T04:46:18.748Z] 71b5c20db2fc: Layer already exists [2023-01-03T04:46:18.748Z] e2c0f27927a1: Layer already exists [2023-01-03T04:46:18.748Z] a86e858e63c8: Layer already exists [2023-01-03T04:46:18.748Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:19.014Z] latest: digest: sha256:2e84bbdf077d6d66326e864e9310b5e6d14956a3b214bf26dd4b9648cb421c76 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:19.347Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:19.676Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.10 [2023-01-03T04:46:19.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-03T04:46:19.676Z] 71b5c20db2fc: Preparing [2023-01-03T04:46:19.676Z] a86e858e63c8: Preparing [2023-01-03T04:46:19.676Z] 229dffc9ce20: Preparing [2023-01-03T04:46:19.676Z] ffb4ada63216: Preparing [2023-01-03T04:46:19.676Z] e2c0f27927a1: Preparing [2023-01-03T04:46:19.676Z] 9833f26c6bda: Preparing [2023-01-03T04:46:19.676Z] 9833f26c6bda: Waiting [2023-01-03T04:46:19.676Z] ffb4ada63216: Layer already exists [2023-01-03T04:46:19.676Z] 71b5c20db2fc: Layer already exists [2023-01-03T04:46:19.676Z] a86e858e63c8: Layer already exists [2023-01-03T04:46:19.676Z] 229dffc9ce20: Layer already exists [2023-01-03T04:46:19.676Z] e2c0f27927a1: Layer already exists [2023-01-03T04:46:19.676Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:19.676Z] 3.0.0-dev.10: digest: sha256:2e84bbdf077d6d66326e864e9310b5e6d14956a3b214bf26dd4b9648cb421c76 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:20.273Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:20.601Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:20.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-03T04:46:20.601Z] 71b5c20db2fc: Preparing [2023-01-03T04:46:20.601Z] a86e858e63c8: Preparing [2023-01-03T04:46:20.601Z] 229dffc9ce20: Preparing [2023-01-03T04:46:20.601Z] ffb4ada63216: Preparing [2023-01-03T04:46:20.601Z] e2c0f27927a1: Preparing [2023-01-03T04:46:20.601Z] 9833f26c6bda: Preparing [2023-01-03T04:46:20.601Z] 9833f26c6bda: Waiting [2023-01-03T04:46:20.601Z] e2c0f27927a1: Layer already exists [2023-01-03T04:46:20.601Z] a86e858e63c8: Layer already exists [2023-01-03T04:46:20.601Z] ffb4ada63216: Layer already exists [2023-01-03T04:46:20.601Z] 71b5c20db2fc: Layer already exists [2023-01-03T04:46:20.601Z] 229dffc9ce20: Layer already exists [2023-01-03T04:46:20.601Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:20.601Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:2e84bbdf077d6d66326e864e9310b5e6d14956a3b214bf26dd4b9648cb421c76 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:21.206Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:21.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-03T04:46:21.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-03T04:46:21.537Z] 71b5c20db2fc: Preparing [2023-01-03T04:46:21.537Z] a86e858e63c8: Preparing [2023-01-03T04:46:21.537Z] 229dffc9ce20: Preparing [2023-01-03T04:46:21.537Z] ffb4ada63216: Preparing [2023-01-03T04:46:21.537Z] e2c0f27927a1: Preparing [2023-01-03T04:46:21.537Z] 9833f26c6bda: Preparing [2023-01-03T04:46:21.537Z] 9833f26c6bda: Waiting [2023-01-03T04:46:21.537Z] a86e858e63c8: Layer already exists [2023-01-03T04:46:21.537Z] 229dffc9ce20: Layer already exists [2023-01-03T04:46:21.537Z] ffb4ada63216: Layer already exists [2023-01-03T04:46:21.537Z] 71b5c20db2fc: Layer already exists [2023-01-03T04:46:21.537Z] e2c0f27927a1: Layer already exists [2023-01-03T04:46:21.537Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:21.803Z] main: digest: sha256:2e84bbdf077d6d66326e864e9310b5e6d14956a3b214bf26dd4b9648cb421c76 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:46:21.844Z] ===================================================== [Pipeline] echo [2023-01-03T04:46:21.849Z] taggedImages: [2023-01-03T04:46:21.849Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:21.849Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-03T04:46:21.849Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.10 [2023-01-03T04:46:21.849Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:21.849Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-03T04:46:21.863Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-03T04:46:21.863Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:21.863Z] latest [2023-01-03T04:46:21.863Z] 3.0.0-dev.10 [2023-01-03T04:46:21.863Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:21.863Z] main [2023-01-03T04:46:21.863Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:22.202Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:22.534Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:22.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-03T04:46:22.534Z] 65ff6afe73bb: Preparing [2023-01-03T04:46:22.534Z] 29bb9ac24937: Preparing [2023-01-03T04:46:22.534Z] 65725b3e4d3d: Preparing [2023-01-03T04:46:22.534Z] 9d7046ee7628: Preparing [2023-01-03T04:46:22.534Z] 0507a77dac34: Preparing [2023-01-03T04:46:22.534Z] 9833f26c6bda: Preparing [2023-01-03T04:46:22.534Z] 9833f26c6bda: Waiting [2023-01-03T04:46:22.534Z] 0507a77dac34: Layer already exists [2023-01-03T04:46:22.798Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:22.798Z] 65ff6afe73bb: Pushed [2023-01-03T04:46:22.798Z] 65725b3e4d3d: Pushed [2023-01-03T04:46:22.798Z] 29bb9ac24937: Pushed [2023-01-03T04:46:40.977Z] 9d7046ee7628: Pushed [2023-01-03T04:46:40.977Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:1a921052c5e6ac4bac66f07798944d2a1549bd14a3d83d328d0c064e4066d4e0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:41.309Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:41.632Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-03T04:46:41.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-03T04:46:41.632Z] 65ff6afe73bb: Preparing [2023-01-03T04:46:41.632Z] 29bb9ac24937: Preparing [2023-01-03T04:46:41.632Z] 65725b3e4d3d: Preparing [2023-01-03T04:46:41.632Z] 9d7046ee7628: Preparing [2023-01-03T04:46:41.632Z] 0507a77dac34: Preparing [2023-01-03T04:46:41.632Z] 9833f26c6bda: Preparing [2023-01-03T04:46:41.632Z] 9833f26c6bda: Waiting [2023-01-03T04:46:41.632Z] 65725b3e4d3d: Layer already exists [2023-01-03T04:46:41.632Z] 9d7046ee7628: Layer already exists [2023-01-03T04:46:41.632Z] 29bb9ac24937: Layer already exists [2023-01-03T04:46:41.632Z] 65ff6afe73bb: Layer already exists [2023-01-03T04:46:41.632Z] 0507a77dac34: Layer already exists [2023-01-03T04:46:41.632Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:41.895Z] latest: digest: sha256:1a921052c5e6ac4bac66f07798944d2a1549bd14a3d83d328d0c064e4066d4e0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:42.221Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:42.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.10 [2023-01-03T04:46:42.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-03T04:46:42.545Z] 65ff6afe73bb: Preparing [2023-01-03T04:46:42.545Z] 29bb9ac24937: Preparing [2023-01-03T04:46:42.545Z] 65725b3e4d3d: Preparing [2023-01-03T04:46:42.545Z] 9d7046ee7628: Preparing [2023-01-03T04:46:42.545Z] 0507a77dac34: Preparing [2023-01-03T04:46:42.545Z] 9833f26c6bda: Preparing [2023-01-03T04:46:42.545Z] 9833f26c6bda: Waiting [2023-01-03T04:46:42.545Z] 9d7046ee7628: Layer already exists [2023-01-03T04:46:42.545Z] 65ff6afe73bb: Layer already exists [2023-01-03T04:46:42.545Z] 0507a77dac34: Layer already exists [2023-01-03T04:46:42.545Z] 65725b3e4d3d: Layer already exists [2023-01-03T04:46:42.545Z] 29bb9ac24937: Layer already exists [2023-01-03T04:46:42.545Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:42.809Z] 3.0.0-dev.10: digest: sha256:1a921052c5e6ac4bac66f07798944d2a1549bd14a3d83d328d0c064e4066d4e0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:43.145Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:43.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:43.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-03T04:46:43.471Z] 65ff6afe73bb: Preparing [2023-01-03T04:46:43.471Z] 29bb9ac24937: Preparing [2023-01-03T04:46:43.471Z] 65725b3e4d3d: Preparing [2023-01-03T04:46:43.471Z] 9d7046ee7628: Preparing [2023-01-03T04:46:43.471Z] 0507a77dac34: Preparing [2023-01-03T04:46:43.471Z] 9833f26c6bda: Preparing [2023-01-03T04:46:43.471Z] 9833f26c6bda: Waiting [2023-01-03T04:46:43.471Z] 29bb9ac24937: Layer already exists [2023-01-03T04:46:43.471Z] 65ff6afe73bb: Layer already exists [2023-01-03T04:46:43.471Z] 0507a77dac34: Layer already exists [2023-01-03T04:46:43.471Z] 65725b3e4d3d: Layer already exists [2023-01-03T04:46:43.471Z] 9d7046ee7628: Layer already exists [2023-01-03T04:46:43.471Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:43.735Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:1a921052c5e6ac4bac66f07798944d2a1549bd14a3d83d328d0c064e4066d4e0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:44.067Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:44.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-03T04:46:44.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-03T04:46:44.394Z] 65ff6afe73bb: Preparing [2023-01-03T04:46:44.394Z] 29bb9ac24937: Preparing [2023-01-03T04:46:44.394Z] 65725b3e4d3d: Preparing [2023-01-03T04:46:44.394Z] 9d7046ee7628: Preparing [2023-01-03T04:46:44.394Z] 0507a77dac34: Preparing [2023-01-03T04:46:44.394Z] 9833f26c6bda: Preparing [2023-01-03T04:46:44.394Z] 9833f26c6bda: Waiting [2023-01-03T04:46:44.394Z] 0507a77dac34: Layer already exists [2023-01-03T04:46:44.394Z] 29bb9ac24937: Layer already exists [2023-01-03T04:46:44.394Z] 65725b3e4d3d: Layer already exists [2023-01-03T04:46:44.394Z] 9d7046ee7628: Layer already exists [2023-01-03T04:46:44.394Z] 65ff6afe73bb: Layer already exists [2023-01-03T04:46:44.394Z] 9833f26c6bda: Layer already exists [2023-01-03T04:46:44.658Z] main: digest: sha256:1a921052c5e6ac4bac66f07798944d2a1549bd14a3d83d328d0c064e4066d4e0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:46:44.697Z] ===================================================== [Pipeline] echo [2023-01-03T04:46:44.703Z] taggedImages: [2023-01-03T04:46:44.703Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:44.703Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-03T04:46:44.703Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.10 [2023-01-03T04:46:44.703Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:44.703Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-03T04:46:44.723Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-03T04:46:44.724Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:44.724Z] latest [2023-01-03T04:46:44.724Z] 3.0.0-dev.10 [2023-01-03T04:46:44.724Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:44.724Z] main [2023-01-03T04:46:44.724Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:45.058Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:45.387Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:45.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-03T04:46:45.387Z] bbf4edc7d98b: Preparing [2023-01-03T04:46:45.387Z] 3a5152ff52bd: Preparing [2023-01-03T04:46:45.387Z] 893412f37aff: Preparing [2023-01-03T04:46:45.387Z] 3d7998897fbb: Preparing [2023-01-03T04:46:45.387Z] 17bec77d7fdc: Preparing [2023-01-03T04:46:45.387Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:46:45.387Z] 893412f37aff: Layer already exists [2023-01-03T04:46:45.651Z] bbf4edc7d98b: Pushed [2023-01-03T04:46:45.917Z] 3d7998897fbb: Pushed [2023-01-03T04:46:51.240Z] 3a5152ff52bd: Pushed [2023-01-03T04:46:51.241Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:f44b5c0e56205004535f0dd9c6e8465b71cf33145a758d3ac268a6598b92d968 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:51.574Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:51.902Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-03T04:46:51.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-03T04:46:51.903Z] bbf4edc7d98b: Preparing [2023-01-03T04:46:51.903Z] 3a5152ff52bd: Preparing [2023-01-03T04:46:51.903Z] 893412f37aff: Preparing [2023-01-03T04:46:51.903Z] 3d7998897fbb: Preparing [2023-01-03T04:46:51.903Z] 17bec77d7fdc: Preparing [2023-01-03T04:46:51.903Z] 893412f37aff: Layer already exists [2023-01-03T04:46:51.903Z] 3d7998897fbb: Layer already exists [2023-01-03T04:46:51.903Z] 3a5152ff52bd: Layer already exists [2023-01-03T04:46:51.903Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:46:51.903Z] bbf4edc7d98b: Layer already exists [2023-01-03T04:46:51.903Z] latest: digest: sha256:f44b5c0e56205004535f0dd9c6e8465b71cf33145a758d3ac268a6598b92d968 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:52.239Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:52.570Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.10 [2023-01-03T04:46:52.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-03T04:46:52.570Z] bbf4edc7d98b: Preparing [2023-01-03T04:46:52.570Z] 3a5152ff52bd: Preparing [2023-01-03T04:46:52.570Z] 893412f37aff: Preparing [2023-01-03T04:46:52.570Z] 3d7998897fbb: Preparing [2023-01-03T04:46:52.570Z] 17bec77d7fdc: Preparing [2023-01-03T04:46:52.570Z] 3d7998897fbb: Layer already exists [2023-01-03T04:46:52.570Z] 893412f37aff: Layer already exists [2023-01-03T04:46:52.570Z] 3a5152ff52bd: Layer already exists [2023-01-03T04:46:52.570Z] bbf4edc7d98b: Layer already exists [2023-01-03T04:46:52.570Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:46:52.570Z] 3.0.0-dev.10: digest: sha256:f44b5c0e56205004535f0dd9c6e8465b71cf33145a758d3ac268a6598b92d968 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:53.165Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:53.493Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:53.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-03T04:46:53.493Z] bbf4edc7d98b: Preparing [2023-01-03T04:46:53.493Z] 3a5152ff52bd: Preparing [2023-01-03T04:46:53.493Z] 893412f37aff: Preparing [2023-01-03T04:46:53.493Z] 3d7998897fbb: Preparing [2023-01-03T04:46:53.493Z] 17bec77d7fdc: Preparing [2023-01-03T04:46:53.493Z] bbf4edc7d98b: Layer already exists [2023-01-03T04:46:53.493Z] 3a5152ff52bd: Layer already exists [2023-01-03T04:46:53.493Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:46:53.493Z] 3d7998897fbb: Layer already exists [2023-01-03T04:46:53.493Z] 893412f37aff: Layer already exists [2023-01-03T04:46:53.493Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:f44b5c0e56205004535f0dd9c6e8465b71cf33145a758d3ac268a6598b92d968 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:54.086Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:54.417Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-03T04:46:54.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-03T04:46:54.417Z] bbf4edc7d98b: Preparing [2023-01-03T04:46:54.417Z] 3a5152ff52bd: Preparing [2023-01-03T04:46:54.417Z] 893412f37aff: Preparing [2023-01-03T04:46:54.417Z] 3d7998897fbb: Preparing [2023-01-03T04:46:54.417Z] 17bec77d7fdc: Preparing [2023-01-03T04:46:54.417Z] bbf4edc7d98b: Layer already exists [2023-01-03T04:46:54.417Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:46:54.417Z] 893412f37aff: Layer already exists [2023-01-03T04:46:54.417Z] 3d7998897fbb: Layer already exists [2023-01-03T04:46:54.417Z] 3a5152ff52bd: Layer already exists [2023-01-03T04:46:54.682Z] main: digest: sha256:f44b5c0e56205004535f0dd9c6e8465b71cf33145a758d3ac268a6598b92d968 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:46:54.732Z] ===================================================== [Pipeline] echo [2023-01-03T04:46:54.741Z] taggedImages: [2023-01-03T04:46:54.741Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:54.741Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-03T04:46:54.741Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.10 [2023-01-03T04:46:54.741Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:54.741Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-03T04:46:54.761Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-03T04:46:54.761Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:54.761Z] latest [2023-01-03T04:46:54.761Z] 3.0.0-dev.10 [2023-01-03T04:46:54.761Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:46:54.761Z] main [2023-01-03T04:46:54.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:55.096Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:46:55.422Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:46:55.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-03T04:46:55.422Z] 4283334f9dc1: Preparing [2023-01-03T04:46:55.422Z] 5f71e53d9505: Preparing [2023-01-03T04:46:55.422Z] 893412f37aff: Preparing [2023-01-03T04:46:55.422Z] 9b636d9e243f: Preparing [2023-01-03T04:46:55.422Z] 17bec77d7fdc: Preparing [2023-01-03T04:46:55.422Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:46:55.422Z] 893412f37aff: Layer already exists [2023-01-03T04:46:55.422Z] 9b636d9e243f: Layer already exists [2023-01-03T04:46:55.686Z] 4283334f9dc1: Pushed [2023-01-03T04:47:01.094Z] 5f71e53d9505: Pushed [2023-01-03T04:47:01.094Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:7ac8ded302697685d1a67499c645b6ec4eede20a59203e1709c6d598c56c7cc0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:01.422Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:01.751Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-03T04:47:01.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-03T04:47:01.751Z] 4283334f9dc1: Preparing [2023-01-03T04:47:01.751Z] 5f71e53d9505: Preparing [2023-01-03T04:47:01.751Z] 893412f37aff: Preparing [2023-01-03T04:47:01.751Z] 9b636d9e243f: Preparing [2023-01-03T04:47:01.751Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:01.751Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:01.751Z] 4283334f9dc1: Layer already exists [2023-01-03T04:47:01.751Z] 9b636d9e243f: Layer already exists [2023-01-03T04:47:01.751Z] 893412f37aff: Layer already exists [2023-01-03T04:47:01.751Z] 5f71e53d9505: Layer already exists [2023-01-03T04:47:01.751Z] latest: digest: sha256:7ac8ded302697685d1a67499c645b6ec4eede20a59203e1709c6d598c56c7cc0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:02.076Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:02.403Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.10 [2023-01-03T04:47:02.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-03T04:47:02.403Z] 4283334f9dc1: Preparing [2023-01-03T04:47:02.403Z] 5f71e53d9505: Preparing [2023-01-03T04:47:02.403Z] 893412f37aff: Preparing [2023-01-03T04:47:02.403Z] 9b636d9e243f: Preparing [2023-01-03T04:47:02.403Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:02.403Z] 4283334f9dc1: Layer already exists [2023-01-03T04:47:02.403Z] 893412f37aff: Layer already exists [2023-01-03T04:47:02.403Z] 9b636d9e243f: Layer already exists [2023-01-03T04:47:02.403Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:02.403Z] 5f71e53d9505: Layer already exists [2023-01-03T04:47:02.403Z] 3.0.0-dev.10: digest: sha256:7ac8ded302697685d1a67499c645b6ec4eede20a59203e1709c6d598c56c7cc0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:02.733Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:03.066Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:47:03.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-03T04:47:03.066Z] 4283334f9dc1: Preparing [2023-01-03T04:47:03.066Z] 5f71e53d9505: Preparing [2023-01-03T04:47:03.066Z] 893412f37aff: Preparing [2023-01-03T04:47:03.066Z] 9b636d9e243f: Preparing [2023-01-03T04:47:03.066Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:03.066Z] 893412f37aff: Layer already exists [2023-01-03T04:47:03.066Z] 4283334f9dc1: Layer already exists [2023-01-03T04:47:03.066Z] 5f71e53d9505: Layer already exists [2023-01-03T04:47:03.066Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:03.066Z] 9b636d9e243f: Layer already exists [2023-01-03T04:47:03.066Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:7ac8ded302697685d1a67499c645b6ec4eede20a59203e1709c6d598c56c7cc0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:03.402Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:03.727Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-03T04:47:03.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-03T04:47:03.727Z] 4283334f9dc1: Preparing [2023-01-03T04:47:03.727Z] 5f71e53d9505: Preparing [2023-01-03T04:47:03.727Z] 893412f37aff: Preparing [2023-01-03T04:47:03.727Z] 9b636d9e243f: Preparing [2023-01-03T04:47:03.727Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:03.727Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:03.727Z] 4283334f9dc1: Layer already exists [2023-01-03T04:47:03.727Z] 5f71e53d9505: Layer already exists [2023-01-03T04:47:03.727Z] 893412f37aff: Layer already exists [2023-01-03T04:47:03.727Z] 9b636d9e243f: Layer already exists [2023-01-03T04:47:03.727Z] main: digest: sha256:7ac8ded302697685d1a67499c645b6ec4eede20a59203e1709c6d598c56c7cc0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:47:04.033Z] ===================================================== [Pipeline] echo [2023-01-03T04:47:04.039Z] taggedImages: [2023-01-03T04:47:04.039Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:47:04.039Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-03T04:47:04.039Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.10 [2023-01-03T04:47:04.039Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:47:04.039Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2023-01-03T04:47:04.052Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2023-01-03T04:47:04.052Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:47:04.052Z] latest [2023-01-03T04:47:04.052Z] 3.0.0-dev.10 [2023-01-03T04:47:04.052Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:47:04.052Z] main [2023-01-03T04:47:04.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:04.380Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:04.719Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:47:04.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2023-01-03T04:47:04.719Z] fb4e5c6c4445: Preparing [2023-01-03T04:47:04.719Z] ab91c5b7487e: Preparing [2023-01-03T04:47:04.719Z] 89dfaf350a10: Preparing [2023-01-03T04:47:04.719Z] d5cdfee5ae30: Preparing [2023-01-03T04:47:04.719Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:04.719Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:04.983Z] ab91c5b7487e: Pushed [2023-01-03T04:47:05.563Z] fb4e5c6c4445: Pushed [2023-01-03T04:47:07.494Z] 89dfaf350a10: Pushed [2023-01-03T04:47:34.141Z] d5cdfee5ae30: Pushed [2023-01-03T04:47:34.141Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d: digest: sha256:a2f625c41e2a4526c1106caa9339d99480761f5b8a7c22f9bed7029a82cb3eaf size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:34.480Z] + 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 [2023-01-03T04:47:34.811Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2023-01-03T04:47:34.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2023-01-03T04:47:34.811Z] fb4e5c6c4445: Preparing [2023-01-03T04:47:34.811Z] ab91c5b7487e: Preparing [2023-01-03T04:47:34.811Z] 89dfaf350a10: Preparing [2023-01-03T04:47:34.811Z] d5cdfee5ae30: Preparing [2023-01-03T04:47:34.811Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:34.811Z] ab91c5b7487e: Layer already exists [2023-01-03T04:47:34.811Z] d5cdfee5ae30: Layer already exists [2023-01-03T04:47:34.811Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:34.811Z] 89dfaf350a10: Layer already exists [2023-01-03T04:47:34.811Z] fb4e5c6c4445: Layer already exists [2023-01-03T04:47:35.075Z] latest: digest: sha256:a2f625c41e2a4526c1106caa9339d99480761f5b8a7c22f9bed7029a82cb3eaf size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:35.411Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:35.741Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.10 [2023-01-03T04:47:35.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2023-01-03T04:47:35.742Z] fb4e5c6c4445: Preparing [2023-01-03T04:47:35.742Z] ab91c5b7487e: Preparing [2023-01-03T04:47:35.742Z] 89dfaf350a10: Preparing [2023-01-03T04:47:35.742Z] d5cdfee5ae30: Preparing [2023-01-03T04:47:35.742Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:35.742Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:35.742Z] fb4e5c6c4445: Layer already exists [2023-01-03T04:47:35.742Z] d5cdfee5ae30: Layer already exists [2023-01-03T04:47:35.742Z] ab91c5b7487e: Layer already exists [2023-01-03T04:47:35.742Z] 89dfaf350a10: Layer already exists [2023-01-03T04:47:35.742Z] 3.0.0-dev.10: digest: sha256:a2f625c41e2a4526c1106caa9339d99480761f5b8a7c22f9bed7029a82cb3eaf size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:36.336Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:36.665Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:47:36.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2023-01-03T04:47:36.665Z] fb4e5c6c4445: Preparing [2023-01-03T04:47:36.665Z] ab91c5b7487e: Preparing [2023-01-03T04:47:36.665Z] 89dfaf350a10: Preparing [2023-01-03T04:47:36.665Z] d5cdfee5ae30: Preparing [2023-01-03T04:47:36.665Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:36.665Z] d5cdfee5ae30: Layer already exists [2023-01-03T04:47:36.665Z] ab91c5b7487e: Layer already exists [2023-01-03T04:47:36.665Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:36.665Z] fb4e5c6c4445: Layer already exists [2023-01-03T04:47:36.666Z] 89dfaf350a10: Layer already exists [2023-01-03T04:47:36.931Z] c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10: digest: sha256:a2f625c41e2a4526c1106caa9339d99480761f5b8a7c22f9bed7029a82cb3eaf size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:37.255Z] + 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 [2023-01-03T04:47:37.578Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2023-01-03T04:47:37.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2023-01-03T04:47:37.578Z] fb4e5c6c4445: Preparing [2023-01-03T04:47:37.578Z] ab91c5b7487e: Preparing [2023-01-03T04:47:37.578Z] 89dfaf350a10: Preparing [2023-01-03T04:47:37.578Z] d5cdfee5ae30: Preparing [2023-01-03T04:47:37.578Z] 17bec77d7fdc: Preparing [2023-01-03T04:47:37.578Z] 17bec77d7fdc: Layer already exists [2023-01-03T04:47:37.578Z] ab91c5b7487e: Layer already exists [2023-01-03T04:47:37.578Z] d5cdfee5ae30: Layer already exists [2023-01-03T04:47:37.578Z] 89dfaf350a10: Layer already exists [2023-01-03T04:47:37.578Z] fb4e5c6c4445: Layer already exists [2023-01-03T04:47:37.578Z] main: digest: sha256:a2f625c41e2a4526c1106caa9339d99480761f5b8a7c22f9bed7029a82cb3eaf size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T04:47:37.618Z] ===================================================== [Pipeline] echo [2023-01-03T04:47:37.623Z] taggedImages: [2023-01-03T04:47:37.623Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [2023-01-03T04:47:37.623Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2023-01-03T04:47:37.623Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.10 [2023-01-03T04:47:37.623Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c6d570f0b876d979ee81e2acfcf5f7804eec4e0d-3.0.0-dev.10 [2023-01-03T04:47:37.623Z] - 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 [2023-01-03T04:47:37.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T04:47:37.993Z] [2023-01-03T04:47:37.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:47:38.315Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T04:47:38.315Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-03T04:47:38.315Z] 8998bd30e6a1: Pulling fs layer [2023-01-03T04:47:38.315Z] 04944245beec: Pulling fs layer [2023-01-03T04:47:38.315Z] 699f458cf7ca: Pulling fs layer [2023-01-03T04:47:38.315Z] 765212b225bb: Pulling fs layer [2023-01-03T04:47:38.315Z] f23df028b6ca: Pulling fs layer [2023-01-03T04:47:38.315Z] d65c8cfc05b1: Pulling fs layer [2023-01-03T04:47:38.315Z] 2437ff75d9bd: Pulling fs layer [2023-01-03T04:47:38.315Z] d65c8cfc05b1: Waiting [2023-01-03T04:47:38.315Z] 2437ff75d9bd: Waiting [2023-01-03T04:47:38.315Z] 765212b225bb: Waiting [2023-01-03T04:47:38.315Z] f23df028b6ca: Waiting [2023-01-03T04:47:38.580Z] 04944245beec: Verifying Checksum [2023-01-03T04:47:38.580Z] 04944245beec: Download complete [2023-01-03T04:47:38.580Z] 765212b225bb: Verifying Checksum [2023-01-03T04:47:38.580Z] 765212b225bb: Download complete [2023-01-03T04:47:38.580Z] f23df028b6ca: Verifying Checksum [2023-01-03T04:47:38.580Z] f23df028b6ca: Download complete [2023-01-03T04:47:38.580Z] d65c8cfc05b1: Verifying Checksum [2023-01-03T04:47:38.580Z] d65c8cfc05b1: Download complete [2023-01-03T04:47:38.848Z] 699f458cf7ca: Verifying Checksum [2023-01-03T04:47:38.848Z] 699f458cf7ca: Download complete [2023-01-03T04:47:39.117Z] 8998bd30e6a1: Verifying Checksum [2023-01-03T04:47:39.117Z] 8998bd30e6a1: Download complete [2023-01-03T04:47:41.694Z] 2437ff75d9bd: Verifying Checksum [2023-01-03T04:47:41.694Z] 2437ff75d9bd: Download complete [2023-01-03T04:47:43.099Z] 8998bd30e6a1: Pull complete [2023-01-03T04:47:43.683Z] 04944245beec: Pull complete [2023-01-03T04:47:44.639Z] 699f458cf7ca: Pull complete [2023-01-03T04:47:44.905Z] 765212b225bb: Pull complete [2023-01-03T04:47:45.861Z] f23df028b6ca: Pull complete [2023-01-03T04:47:45.861Z] d65c8cfc05b1: Pull complete [2023-01-03T04:48:00.829Z] 2437ff75d9bd: Pull complete [2023-01-03T04:48:00.829Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-03T04:48:00.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T04:48:00.829Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:48:01.009Z] prd-ubuntu20.04-docker-arm64-4c-16g-853 does not seem to be running inside a container [2023-01-03T04:48:01.080Z] $ 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/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-03T04:48:03.599Z] $ docker top 2fcdf0325cc00acce59b4c5f5d1d597fac6f571c680a319ef406de29f76fb56e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:48:04.500Z] ---> job-cost.sh [2023-01-03T04:48:04.500Z] lf-activate-venv: SKIPPING [2023-01-03T04:48:04.500Z] INFO: No Stack... [2023-01-03T04:48:04.765Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-03T04:48:05.719Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T04:48:06.034Z] + cut -d, -f6 [2023-01-03T04:48:06.034Z] + cat /w/workspace/edgex-go/364/archives/cost.csv [Pipeline] lock [2023-01-03T04:48:06.097Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-364-stack-cost] [2023-01-03T04:48:06.107Z] Resource [jenkins-edgexfoundry-edgex-go-main-364-stack-cost] did not exist. Created. [2023-01-03T04:48:06.107Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-364-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T04:48:06.427Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-03T04:48:06.981Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T04:48:06.989Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-364-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T04:48:07.026Z] $ docker stop --time=1 2fcdf0325cc00acce59b4c5f5d1d597fac6f571c680a319ef406de29f76fb56e [2023-01-03T04:48:08.469Z] $ docker rm -f --volumes 2fcdf0325cc00acce59b4c5f5d1d597fac6f571c680a319ef406de29f76fb56e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-03T04:48:08.944Z] provisioning config files... [2023-01-03T04:48:08.953Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/364@tmp/config1523638214276352641tmp [Pipeline] { [Pipeline] sh [2023-01-03T04:48:09.243Z] + set +x [2023-01-03T04:48:09.243Z] + curl -s https://codecov.io/bash [2023-01-03T04:48:09.243Z] + bash -s -- [2023-01-03T04:48:09.243Z] [2023-01-03T04:48:09.243Z] _____ _ [2023-01-03T04:48:09.243Z] / ____| | | [2023-01-03T04:48:09.243Z] | | ___ __| | ___ ___ _____ __ [2023-01-03T04:48:09.243Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-03T04:48:09.243Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-03T04:48:09.243Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-03T04:48:09.243Z] Bash-1.0.6 [2023-01-03T04:48:09.243Z] [2023-01-03T04:48:09.243Z] [2023-01-03T04:48:09.243Z] ==> git version 2.25.1 found [2023-01-03T04:48:09.243Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-03T04:48:09.243Z] Release-Date: 2020-01-08 [2023-01-03T04:48:09.243Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-03T04:48:09.243Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-03T04:48:09.243Z] ==> Jenkins CI detected. [2023-01-03T04:48:09.243Z] current dir:  /w/workspace/edgex-go/364 [2023-01-03T04:48:09.244Z] project root: . [2023-01-03T04:48:09.244Z] --> token set from env [2023-01-03T04:48:09.244Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-03T04:48:09.244Z] ==> Running gcov in . (disable via -X gcov) [2023-01-03T04:48:09.244Z] ==> Python coveragepy not found [2023-01-03T04:48:09.244Z] ==> Searching for coverage reports in: [2023-01-03T04:48:09.244Z] + . [2023-01-03T04:48:09.244Z] -> Found 1 reports [2023-01-03T04:48:09.244Z] ==> Detecting git/mercurial file structure [2023-01-03T04:48:09.244Z] ==> Reading reports [2023-01-03T04:48:09.502Z] + ./coverage.out bytes=501826 [2023-01-03T04:48:09.502Z] ==> Appending adjustments [2023-01-03T04:48:09.502Z] https://docs.codecov.io/docs/fixing-reports [2023-01-03T04:48:10.877Z] + Found adjustments [2023-01-03T04:48:10.877Z] ==> Gzipping contents [2023-01-03T04:48:10.877Z] 64K /tmp/codecov.f3s3Qf.gz [2023-01-03T04:48:10.877Z] ==> Uploading reports [2023-01-03T04:48:10.877Z] url: https://codecov.io [2023-01-03T04:48:10.877Z] query: branch=main&commit=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d&build=364&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F364%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T04:48:10.877Z] -> Pinging Codecov [2023-01-03T04:48:10.877Z] 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=c6d570f0b876d979ee81e2acfcf5f7804eec4e0d&build=364&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F364%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T04:48:10.877Z] -> Uploading to [2023-01-03T04:48:10.877Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-03/00271124DB129430A58F1EEE437C3FCB/c6d570f0b876d979ee81e2acfcf5f7804eec4e0d/db9b4ce4-9928-4586-a60a-61e188bec5f9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T044810Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a38d4fc7a87f6dbb29adf99dba5b27ba2d5299b920d53d27cc50d265fa373379 [2023-01-03T04:48:10.877Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T04:48:10.877Z] Dload Upload Total Spent Left Speed [2023-01-03T04:48:11.135Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65446 0 0 100 65446 0 279k --:--:-- --:--:-- --:--:-- 277k 100 65446 0 0 100 65446 0 261k --:--:-- --:--:-- --:--:-- 260k [2023-01-03T04:48:11.135Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/c6d570f0b876d979ee81e2acfcf5f7804eec4e0d [Pipeline] } [2023-01-03T04:48:11.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-03T04:48:11.348Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-03T04:48:11.365Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:48:11.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T04:48:11.665Z] [2023-01-03T04:48:11.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:48:11.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T04:48:12.269Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-03T04:48:12.269Z] df9b9388f04a: Pulling fs layer [2023-01-03T04:48:12.269Z] 52dc419b0ee2: Pulling fs layer [2023-01-03T04:48:12.269Z] 25bc292e5bac: Pulling fs layer [2023-01-03T04:48:12.269Z] 114826534d7a: Pulling fs layer [2023-01-03T04:48:12.269Z] 4657fd5d0bcf: Pulling fs layer [2023-01-03T04:48:12.269Z] 6ad1cebc031e: Pulling fs layer [2023-01-03T04:48:12.269Z] 8a3aa393b2d8: Pulling fs layer [2023-01-03T04:48:12.269Z] 4657fd5d0bcf: Waiting [2023-01-03T04:48:12.269Z] 6ad1cebc031e: Waiting [2023-01-03T04:48:12.269Z] 8a3aa393b2d8: Waiting [2023-01-03T04:48:12.269Z] 114826534d7a: Waiting [2023-01-03T04:48:12.269Z] 25bc292e5bac: Verifying Checksum [2023-01-03T04:48:12.269Z] 25bc292e5bac: Download complete [2023-01-03T04:48:12.269Z] 52dc419b0ee2: Download complete [2023-01-03T04:48:12.269Z] 4657fd5d0bcf: Download complete [2023-01-03T04:48:12.269Z] df9b9388f04a: Verifying Checksum [2023-01-03T04:48:12.538Z] 6ad1cebc031e: Verifying Checksum [2023-01-03T04:48:12.538Z] 6ad1cebc031e: Download complete [2023-01-03T04:48:12.808Z] df9b9388f04a: Pull complete [2023-01-03T04:48:13.067Z] 114826534d7a: Verifying Checksum [2023-01-03T04:48:13.067Z] 114826534d7a: Download complete [2023-01-03T04:48:13.326Z] 52dc419b0ee2: Pull complete [2023-01-03T04:48:13.585Z] 8a3aa393b2d8: Verifying Checksum [2023-01-03T04:48:13.585Z] 8a3aa393b2d8: Download complete [2023-01-03T04:48:13.585Z] 25bc292e5bac: Pull complete [2023-01-03T04:48:17.765Z] 114826534d7a: Pull complete [2023-01-03T04:48:17.765Z] 4657fd5d0bcf: Pull complete [2023-01-03T04:48:18.023Z] 6ad1cebc031e: Pull complete [2023-01-03T04:48:20.548Z] 8a3aa393b2d8: Pull complete [2023-01-03T04:48:20.548Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-03T04:48:20.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T04:48:20.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:48:20.625Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:48:20.654Z] $ 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/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-03T04:48:27.311Z] $ docker top 6d6c6317493360e2ac3be1536ff94c026ae8bb1ac2594e6a9a56ac1baee3059e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-03T04:48:27.372Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-03T04:48:27.647Z] + set -o pipefail [2023-01-03T04:48:27.647Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-03T04:48:34.204Z] [2023-01-03T04:48:34.204Z] Monitoring /w/workspace/edgex-go/364 (github.com/edgexfoundry/edgex-go)... [2023-01-03T04:48:34.204Z] [2023-01-03T04:48:34.204Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/7c26aefa-b076-40f1-9d2f-f8c2f1588d87 [2023-01-03T04:48:34.204Z] [2023-01-03T04:48:34.204Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-03T04:48:34.204Z] [2023-01-03T04:48:34.204Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-03T04:48:34.204Z] [2023-01-03T04:48:34.204Z] [2023-01-03T04:48:34.204Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-03T04:48:34.205Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-03T04:48:34.205Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-03T04:48:34.215Z] $ docker stop --time=1 6d6c6317493360e2ac3be1536ff94c026ae8bb1ac2594e6a9a56ac1baee3059e [2023-01-03T04:48:38.200Z] $ docker rm -f --volumes 6d6c6317493360e2ac3be1536ff94c026ae8bb1ac2594e6a9a56ac1baee3059e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-03T04:48:38.550Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T04:48:38.559Z] provisioning config files... [2023-01-03T04:48:38.567Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/364@tmp/config14058438242447143477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:48:38.855Z] --> edgex-publish-swagger.sh [2023-01-03T04:48:38.856Z] === Publish openapi/v2 API === [2023-01-03T04:48:38.856Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-03T04:48:38.856Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/364/openapi/v2/core-command.yaml] [2023-01-03T04:48:38.856Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T04:48:38.856Z] Dload Upload Total Spent Left Speed [2023-01-03T04:48:39.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33860 100 38 100 33822 46 41145 --:--:-- --:--:-- --:--:-- 41142 100 33860 100 38 100 33822 46 41145 --:--:-- --:--:-- --:--:-- 41142 [2023-01-03T04:48:39.792Z] {"code":403,"message":"Access Denied"} [2023-01-03T04:48:39.792Z] [2023-01-03T04:48:39.792Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/364/openapi/v2/core-data.yaml] [2023-01-03T04:48:39.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T04:48:39.792Z] Dload Upload Total Spent Left Speed [2023-01-03T04:48:40.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71623 100 38 100 71585 44 83627 --:--:-- --:--:-- --:--:-- 83574 100 71623 100 38 100 71585 44 83627 --:--:-- --:--:-- --:--:-- 83574 [2023-01-03T04:48:40.359Z] {"code":403,"message":"Access Denied"} [2023-01-03T04:48:40.359Z] [2023-01-03T04:48:40.359Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/364/openapi/v2/core-metadata.yaml] [2023-01-03T04:48:40.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T04:48:40.359Z] Dload Upload Total Spent Left Speed [2023-01-03T04:48:41.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 45 175k --:--:-- --:--:-- --:--:-- 174k 100 144k 100 38 100 144k 45 175k --:--:-- --:--:-- --:--:-- 174k [2023-01-03T04:48:41.295Z] {"code":403,"message":"Access Denied"} [2023-01-03T04:48:41.295Z] [2023-01-03T04:48:41.295Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/364/openapi/v2/support-notifications.yaml] [2023-01-03T04:48:41.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T04:48:41.295Z] Dload Upload Total Spent Left Speed [2023-01-03T04:48:42.232Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 46 105k --:--:-- --:--:-- --:--:-- 105k [2023-01-03T04:48:42.232Z] {"code":403,"message":"Access Denied"} [2023-01-03T04:48:42.232Z] [2023-01-03T04:48:42.232Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/364/openapi/v2/support-scheduler.yaml] [2023-01-03T04:48:42.232Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T04:48:42.232Z] Dload Upload Total Spent Left Speed [2023-01-03T04:48:42.801Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 49 51830 --:--:-- --:--:-- --:--:-- 51812 [2023-01-03T04:48:42.802Z] {"code":403,"message":"Access Denied"} [2023-01-03T04:48:42.802Z] [2023-01-03T04:48:42.802Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/364/openapi/v2/system-agent.yaml] [2023-01-03T04:48:42.802Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T04:48:42.802Z] Dload Upload Total Spent Left Speed [2023-01-03T04:48:43.738Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20121 100 38 100 20083 48 25486 --:--:-- --:--:-- --:--:-- 25501 100 20121 100 38 100 20083 48 25421 --:--:-- --:--:-- --:--:-- 25437 [2023-01-03T04:48:43.738Z] {"code":403,"message":"Access Denied"} [2023-01-03T04:48:43.738Z] [Pipeline] } [2023-01-03T04:48:43.745Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-01-03T04:48:44.119Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T04:48:44.119Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:48:44.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T04:48:44.416Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:48:44.483Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:48:44.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T04:48:45.185Z] $ docker top b4713b7eeba1d4d166be082a8c32695f5fd57e7c1793d48a9d192c7ec9889744 -eo pid,comm [2023-01-03T04:48:45.232Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-03T04:48:45.232Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T04:48:45.272Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T04:48:45.272Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T04:48:45.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T04:48:45.380Z] $ docker exec b4713b7eeba1d4d166be082a8c32695f5fd57e7c1793d48a9d192c7ec9889744 ssh-agent [2023-01-03T04:48:45.482Z] SSH_AUTH_SOCK=/tmp/ssh-aRSPjcv0SheK/agent.14 [2023-01-03T04:48:45.482Z] SSH_AGENT_PID=20 [2023-01-03T04:48:45.491Z] Running ssh-add (command line suppressed) [2023-01-03T04:48:45.586Z] Identity added: /w/workspace/edgex-go/364@tmp/private_key_5855537771787209935.key (/w/workspace/edgex-go/364@tmp/private_key_5855537771787209935.key) [2023-01-03T04:48:45.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T04:48:45.926Z] + git semver tag [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,112 [run_tag] DEBUG tag force:False [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,112 [check_head_tag] DEBUG check head tag [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,115 [execute] INFO git cat-file --batch-check [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,115 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/364, universal_newlines=False, shell=None, istream=) [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,119 [execute] INFO git cat-file --batch [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,119 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/364, universal_newlines=False, shell=None, istream=) [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,161 [read_version] DEBUG read version from /w/workspace/edgex-go/364/.semver/main [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,162 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,162 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/edgex-go/364, universal_newlines=False, shell=None, istream=None) [2023-01-03T04:48:46.185Z] 2023-01-03 04:48:46,167 [read_version] DEBUG read version from /w/workspace/edgex-go/364/.semver/main [2023-01-03T04:48:46.185Z] 3.0.0-dev.10 [Pipeline] } [2023-01-03T04:48:46.196Z] $ docker exec --env ******** --env ******** b4713b7eeba1d4d166be082a8c32695f5fd57e7c1793d48a9d192c7ec9889744 ssh-agent -k [2023-01-03T04:48:46.286Z] unset SSH_AUTH_SOCK; [2023-01-03T04:48:46.287Z] unset SSH_AGENT_PID; [2023-01-03T04:48:46.287Z] echo Agent pid 20 killed; [2023-01-03T04:48:46.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T04:48:46.603Z] + git semver [Pipeline] } [2023-01-03T04:48:46.873Z] $ docker stop --time=1 b4713b7eeba1d4d166be082a8c32695f5fd57e7c1793d48a9d192c7ec9889744 [2023-01-03T04:48:48.134Z] $ docker rm -f --volumes b4713b7eeba1d4d166be082a8c32695f5fd57e7c1793d48a9d192c7ec9889744 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:48:48.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T04:48:48.497Z] [2023-01-03T04:48:48.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:48:48.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T04:48:48.791Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-03T04:48:48.791Z] ab5ef0e58194: Pulling fs layer [2023-01-03T04:48:48.791Z] 9712f1f96733: Pulling fs layer [2023-01-03T04:48:48.791Z] 63f879dbbcfc: Pulling fs layer [2023-01-03T04:48:48.791Z] 0d9ebad4ef96: Pulling fs layer [2023-01-03T04:48:48.791Z] e9a5061849ea: Pulling fs layer [2023-01-03T04:48:48.791Z] 0d9ebad4ef96: Waiting [2023-01-03T04:48:48.791Z] d747dcd14b5f: Pulling fs layer [2023-01-03T04:48:48.791Z] 2de7ff778b66: Pulling fs layer [2023-01-03T04:48:48.791Z] d747dcd14b5f: Waiting [2023-01-03T04:48:48.791Z] 2de7ff778b66: Waiting [2023-01-03T04:48:48.791Z] e9a5061849ea: Waiting [2023-01-03T04:48:48.791Z] 9712f1f96733: Verifying Checksum [2023-01-03T04:48:48.791Z] 9712f1f96733: Download complete [2023-01-03T04:48:49.392Z] 63f879dbbcfc: Verifying Checksum [2023-01-03T04:48:49.392Z] 63f879dbbcfc: Download complete [2023-01-03T04:48:49.392Z] e9a5061849ea: Verifying Checksum [2023-01-03T04:48:49.392Z] e9a5061849ea: Download complete [2023-01-03T04:48:49.392Z] d747dcd14b5f: Verifying Checksum [2023-01-03T04:48:49.392Z] d747dcd14b5f: Download complete [2023-01-03T04:48:49.655Z] 0d9ebad4ef96: Verifying Checksum [2023-01-03T04:48:49.655Z] 0d9ebad4ef96: Download complete [2023-01-03T04:48:49.655Z] 2de7ff778b66: Verifying Checksum [2023-01-03T04:48:49.655Z] 2de7ff778b66: Download complete [2023-01-03T04:48:49.655Z] ab5ef0e58194: Verifying Checksum [2023-01-03T04:48:49.655Z] ab5ef0e58194: Download complete [2023-01-03T04:48:52.182Z] ab5ef0e58194: Pull complete [2023-01-03T04:48:52.182Z] 9712f1f96733: Pull complete [2023-01-03T04:48:53.119Z] 63f879dbbcfc: Pull complete [2023-01-03T04:48:56.402Z] 0d9ebad4ef96: Pull complete [2023-01-03T04:48:56.660Z] e9a5061849ea: Pull complete [2023-01-03T04:48:56.660Z] d747dcd14b5f: Pull complete [2023-01-03T04:48:57.597Z] 2de7ff778b66: Pull complete [2023-01-03T04:48:57.597Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-03T04:48:57.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T04:48:57.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:48:57.682Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:48:57.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-03T04:49:02.088Z] $ docker top f0b7e25936e0cff9dd338c214ad0fdbdd8f9d0bd06641694f6dc57325609733b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-03T04:49:02.148Z] provisioning config files... [2023-01-03T04:49:02.154Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/364@tmp/config7587318797556739720tmp [2023-01-03T04:49:02.163Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/364@tmp/config16651182696506558431tmp [2023-01-03T04:49:02.170Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/364@tmp/config4825855085607582257tmp [Pipeline] { [Pipeline] echo [2023-01-03T04:49:02.182Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:02.463Z] ---> sigul-configuration.sh [2023-01-03T04:49:02.463Z] gpg: directory `/root/.gnupg' created [2023-01-03T04:49:02.463Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-03T04:49:02.463Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-03T04:49:02.463Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-03T04:49:02.463Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-03T04:49:02.463Z] gpg: CAST5 encrypted data [2023-01-03T04:49:02.463Z] gpg: encrypted with 1 passphrase [2023-01-03T04:49:02.463Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-03T04:49:02.750Z] + mkdir /home/jenkins [2023-01-03T04:49:02.750Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-03T04:49:03.030Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-01-03T04:49:03.038Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:03.320Z] ---> sigul-install.sh [2023-01-03T04:49:03.320Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-03T04:49:03.602Z] + git tag --list [2023-01-03T04:49:03.602Z] 0.6.0 [2023-01-03T04:49:03.602Z] 0.6.1 [2023-01-03T04:49:03.602Z] 0.7.0 [2023-01-03T04:49:03.602Z] 0.7.1 [2023-01-03T04:49:03.602Z] v1.0.0 [2023-01-03T04:49:03.602Z] v1.0.1 [2023-01-03T04:49:03.602Z] v1.1.0 [2023-01-03T04:49:03.602Z] v1.2.0 [2023-01-03T04:49:03.602Z] v1.2.1 [2023-01-03T04:49:03.602Z] v1.3.0 [2023-01-03T04:49:03.602Z] v1.3.1 [2023-01-03T04:49:03.602Z] v2.0.0 [2023-01-03T04:49:03.603Z] v2.1.0 [2023-01-03T04:49:03.603Z] v2.1.1 [2023-01-03T04:49:03.603Z] v2.1.1-dev.1 [2023-01-03T04:49:03.603Z] v2.1.1-dev.2 [2023-01-03T04:49:03.603Z] v2.1.1-dev.3 [2023-01-03T04:49:03.603Z] v2.1.1-dev.4 [2023-01-03T04:49:03.603Z] v2.1.1-dev.5 [2023-01-03T04:49:03.603Z] v2.1.1-dev.6 [2023-01-03T04:49:03.603Z] v2.1.1-dev.7 [2023-01-03T04:49:03.603Z] v2.1.1-dev.8 [2023-01-03T04:49:03.603Z] v2.1.2-dev.1 [2023-01-03T04:49:03.603Z] v2.2.0 [2023-01-03T04:49:03.603Z] v2.2.1-dev.1 [2023-01-03T04:49:03.603Z] v2.2.1-dev.10 [2023-01-03T04:49:03.603Z] v2.2.1-dev.11 [2023-01-03T04:49:03.603Z] v2.2.1-dev.12 [2023-01-03T04:49:03.603Z] v2.2.1-dev.13 [2023-01-03T04:49:03.603Z] v2.2.1-dev.14 [2023-01-03T04:49:03.603Z] v2.2.1-dev.15 [2023-01-03T04:49:03.603Z] v2.2.1-dev.16 [2023-01-03T04:49:03.603Z] v2.2.1-dev.17 [2023-01-03T04:49:03.603Z] v2.2.1-dev.18 [2023-01-03T04:49:03.603Z] v2.2.1-dev.19 [2023-01-03T04:49:03.603Z] v2.2.1-dev.2 [2023-01-03T04:49:03.603Z] v2.2.1-dev.20 [2023-01-03T04:49:03.603Z] v2.2.1-dev.21 [2023-01-03T04:49:03.603Z] v2.2.1-dev.22 [2023-01-03T04:49:03.603Z] v2.2.1-dev.23 [2023-01-03T04:49:03.603Z] v2.2.1-dev.24 [2023-01-03T04:49:03.603Z] v2.2.1-dev.25 [2023-01-03T04:49:03.603Z] v2.2.1-dev.26 [2023-01-03T04:49:03.603Z] v2.2.1-dev.27 [2023-01-03T04:49:03.603Z] v2.2.1-dev.28 [2023-01-03T04:49:03.603Z] v2.2.1-dev.29 [2023-01-03T04:49:03.603Z] v2.2.1-dev.3 [2023-01-03T04:49:03.603Z] v2.2.1-dev.4 [2023-01-03T04:49:03.603Z] v2.2.1-dev.5 [2023-01-03T04:49:03.603Z] v2.2.1-dev.6 [2023-01-03T04:49:03.603Z] v2.2.1-dev.7 [2023-01-03T04:49:03.603Z] v2.2.1-dev.8 [2023-01-03T04:49:03.603Z] v2.2.1-dev.9 [2023-01-03T04:49:03.603Z] v2.3.0 [2023-01-03T04:49:03.603Z] v2.3.0-dev.100 [2023-01-03T04:49:03.603Z] v2.3.0-dev.101 [2023-01-03T04:49:03.603Z] v2.3.0-dev.102 [2023-01-03T04:49:03.603Z] v2.3.0-dev.103 [2023-01-03T04:49:03.603Z] v2.3.0-dev.104 [2023-01-03T04:49:03.603Z] v2.3.0-dev.105 [2023-01-03T04:49:03.603Z] v2.3.0-dev.106 [2023-01-03T04:49:03.603Z] v2.3.0-dev.29 [2023-01-03T04:49:03.603Z] v2.3.0-dev.30 [2023-01-03T04:49:03.603Z] v2.3.0-dev.31 [2023-01-03T04:49:03.603Z] v2.3.0-dev.32 [2023-01-03T04:49:03.603Z] v2.3.0-dev.33 [2023-01-03T04:49:03.603Z] v2.3.0-dev.34 [2023-01-03T04:49:03.603Z] v2.3.0-dev.35 [2023-01-03T04:49:03.603Z] v2.3.0-dev.36 [2023-01-03T04:49:03.603Z] v2.3.0-dev.37 [2023-01-03T04:49:03.603Z] v2.3.0-dev.38 [2023-01-03T04:49:03.603Z] v2.3.0-dev.39 [2023-01-03T04:49:03.603Z] v2.3.0-dev.40 [2023-01-03T04:49:03.603Z] v2.3.0-dev.41 [2023-01-03T04:49:03.603Z] v2.3.0-dev.42 [2023-01-03T04:49:03.603Z] v2.3.0-dev.43 [2023-01-03T04:49:03.603Z] v2.3.0-dev.44 [2023-01-03T04:49:03.603Z] v2.3.0-dev.45 [2023-01-03T04:49:03.603Z] v2.3.0-dev.46 [2023-01-03T04:49:03.603Z] v2.3.0-dev.47 [2023-01-03T04:49:03.603Z] v2.3.0-dev.48 [2023-01-03T04:49:03.603Z] v2.3.0-dev.49 [2023-01-03T04:49:03.603Z] v2.3.0-dev.50 [2023-01-03T04:49:03.603Z] v2.3.0-dev.51 [2023-01-03T04:49:03.603Z] v2.3.0-dev.52 [2023-01-03T04:49:03.603Z] v2.3.0-dev.53 [2023-01-03T04:49:03.603Z] v2.3.0-dev.54 [2023-01-03T04:49:03.603Z] v2.3.0-dev.55 [2023-01-03T04:49:03.603Z] v2.3.0-dev.56 [2023-01-03T04:49:03.603Z] v2.3.0-dev.57 [2023-01-03T04:49:03.603Z] v2.3.0-dev.58 [2023-01-03T04:49:03.603Z] v2.3.0-dev.59 [2023-01-03T04:49:03.603Z] v2.3.0-dev.60 [2023-01-03T04:49:03.603Z] v2.3.0-dev.61 [2023-01-03T04:49:03.603Z] v2.3.0-dev.62 [2023-01-03T04:49:03.603Z] v2.3.0-dev.63 [2023-01-03T04:49:03.603Z] v2.3.0-dev.64 [2023-01-03T04:49:03.603Z] v2.3.0-dev.65 [2023-01-03T04:49:03.603Z] v2.3.0-dev.66 [2023-01-03T04:49:03.603Z] v2.3.0-dev.67 [2023-01-03T04:49:03.603Z] v2.3.0-dev.68 [2023-01-03T04:49:03.603Z] v2.3.0-dev.69 [2023-01-03T04:49:03.603Z] v2.3.0-dev.70 [2023-01-03T04:49:03.603Z] v2.3.0-dev.71 [2023-01-03T04:49:03.603Z] v2.3.0-dev.72 [2023-01-03T04:49:03.603Z] v2.3.0-dev.73 [2023-01-03T04:49:03.603Z] v2.3.0-dev.74 [2023-01-03T04:49:03.603Z] v2.3.0-dev.75 [2023-01-03T04:49:03.603Z] v2.3.0-dev.76 [2023-01-03T04:49:03.603Z] v2.3.0-dev.77 [2023-01-03T04:49:03.603Z] v2.3.0-dev.78 [2023-01-03T04:49:03.603Z] v2.3.0-dev.79 [2023-01-03T04:49:03.603Z] v2.3.0-dev.80 [2023-01-03T04:49:03.603Z] v2.3.0-dev.81 [2023-01-03T04:49:03.603Z] v2.3.0-dev.82 [2023-01-03T04:49:03.603Z] v2.3.0-dev.83 [2023-01-03T04:49:03.603Z] v2.3.0-dev.84 [2023-01-03T04:49:03.603Z] v2.3.0-dev.85 [2023-01-03T04:49:03.603Z] v2.3.0-dev.86 [2023-01-03T04:49:03.603Z] v2.3.0-dev.87 [2023-01-03T04:49:03.603Z] v2.3.0-dev.88 [2023-01-03T04:49:03.603Z] v2.3.0-dev.89 [2023-01-03T04:49:03.603Z] v2.3.0-dev.90 [2023-01-03T04:49:03.603Z] v2.3.0-dev.91 [2023-01-03T04:49:03.603Z] v2.3.0-dev.92 [2023-01-03T04:49:03.603Z] v2.3.0-dev.93 [2023-01-03T04:49:03.603Z] v2.3.0-dev.94 [2023-01-03T04:49:03.603Z] v2.3.0-dev.95 [2023-01-03T04:49:03.603Z] v2.3.0-dev.96 [2023-01-03T04:49:03.603Z] v2.3.0-dev.97 [2023-01-03T04:49:03.603Z] v2.3.0-dev.98 [2023-01-03T04:49:03.603Z] v2.3.0-dev.99 [2023-01-03T04:49:03.603Z] v2.3.1-dev.1 [2023-01-03T04:49:03.603Z] v2.3.1-dev.2 [2023-01-03T04:49:03.603Z] v2.3.1-dev.3 [2023-01-03T04:49:03.603Z] v2.3.1-dev.4 [2023-01-03T04:49:03.603Z] v2.3.1-dev.5 [2023-01-03T04:49:03.603Z] v3.0.0-dev.1 [2023-01-03T04:49:03.603Z] v3.0.0-dev.10 [2023-01-03T04:49:03.603Z] v3.0.0-dev.2 [2023-01-03T04:49:03.603Z] v3.0.0-dev.3 [2023-01-03T04:49:03.603Z] v3.0.0-dev.4 [2023-01-03T04:49:03.603Z] v3.0.0-dev.5 [2023-01-03T04:49:03.603Z] v3.0.0-dev.6 [2023-01-03T04:49:03.603Z] v3.0.0-dev.7 [2023-01-03T04:49:03.603Z] v3.0.0-dev.8 [2023-01-03T04:49:03.603Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-03T04:49:03.887Z] + lftools sign git-tag v3.0.0-dev.10 [2023-01-03T04:49:04.453Z] Signing Git tag with Sigul... [2023-01-03T04:49:04.453Z] Signing v3.0.0-dev.10 [Pipeline] echo [2023-01-03T04:49:04.722Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:05.007Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-03T04:49:05.014Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-03T04:49:05.033Z] $ docker stop --time=1 f0b7e25936e0cff9dd338c214ad0fdbdd8f9d0bd06641694f6dc57325609733b [2023-01-03T04:49:06.302Z] $ docker rm -f --volumes f0b7e25936e0cff9dd338c214ad0fdbdd8f9d0bd06641694f6dc57325609733b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-03T04:49:06.709Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T04:49:06.709Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:49:07.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T04:49:07.003Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:49:07.079Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:49:07.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T04:49:07.452Z] $ docker top 8514cb89a16fb068dd3ddaabe462107b96eaed4af6c213f940ca1d81862bdf8d -eo pid,comm [2023-01-03T04:49:07.497Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-03T04:49:07.497Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T04:49:07.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T04:49:07.537Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T04:49:07.646Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T04:49:07.649Z] $ docker exec 8514cb89a16fb068dd3ddaabe462107b96eaed4af6c213f940ca1d81862bdf8d ssh-agent [2023-01-03T04:49:07.749Z] SSH_AUTH_SOCK=/tmp/ssh-4GnLiNqxA4hd/agent.31 [2023-01-03T04:49:07.749Z] SSH_AGENT_PID=37 [2023-01-03T04:49:07.754Z] Running ssh-add (command line suppressed) [2023-01-03T04:49:07.851Z] Identity added: /w/workspace/edgex-go/364@tmp/private_key_11252935587454950382.key (/w/workspace/edgex-go/364@tmp/private_key_11252935587454950382.key) [2023-01-03T04:49:07.862Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T04:49:08.147Z] + git semver bump pre [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,331 [read_version] DEBUG read version from /w/workspace/edgex-go/364/.semver/main [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,331 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,332 [bump_version] DEBUG bumped version:3.0.0-dev.11 [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,332 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/edgex-go/364/.semver/main with force:True [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,332 [read_version] DEBUG read version from /w/workspace/edgex-go/364/.semver/main [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,332 [write_file] DEBUG write to file:/w/workspace/edgex-go/364/.semver/main [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,336 [execute] INFO git cat-file --batch-check [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,336 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/364/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,342 [execute] INFO git cat-file --batch [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,342 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/364/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T04:49:08.405Z] 2023-01-03 04:49:08,347 [read_version] DEBUG read version from /w/workspace/edgex-go/364/.semver/main [2023-01-03T04:49:08.405Z] 3.0.0-dev.11 [Pipeline] } [2023-01-03T04:49:08.415Z] $ docker exec --env ******** --env ******** 8514cb89a16fb068dd3ddaabe462107b96eaed4af6c213f940ca1d81862bdf8d ssh-agent -k [2023-01-03T04:49:08.503Z] unset SSH_AUTH_SOCK; [2023-01-03T04:49:08.503Z] unset SSH_AGENT_PID; [2023-01-03T04:49:08.503Z] echo Agent pid 37 killed; [2023-01-03T04:49:08.514Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T04:49:08.817Z] + git semver [Pipeline] } [2023-01-03T04:49:09.087Z] $ docker stop --time=1 8514cb89a16fb068dd3ddaabe462107b96eaed4af6c213f940ca1d81862bdf8d [2023-01-03T04:49:10.364Z] $ docker rm -f --volumes 8514cb89a16fb068dd3ddaabe462107b96eaed4af6c213f940ca1d81862bdf8d [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T04:49:10.699Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T04:49:10.699Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:49:10.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T04:49:10.991Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:49:11.057Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:49:11.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T04:49:11.419Z] $ docker top f53f59f8f10e597fa844a674f9bbb8f92c37568359662b2b7a14b5ee39fc1e20 -eo pid,comm [2023-01-03T04:49:11.464Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-03T04:49:11.464Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T04:49:11.505Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T04:49:11.505Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T04:49:11.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T04:49:11.622Z] $ docker exec f53f59f8f10e597fa844a674f9bbb8f92c37568359662b2b7a14b5ee39fc1e20 ssh-agent [2023-01-03T04:49:11.721Z] SSH_AUTH_SOCK=/tmp/ssh-sTrZEQ9RsncM/agent.32 [2023-01-03T04:49:11.721Z] SSH_AGENT_PID=38 [2023-01-03T04:49:11.726Z] Running ssh-add (command line suppressed) [2023-01-03T04:49:11.834Z] Identity added: /w/workspace/edgex-go/364@tmp/private_key_14835432836372483951.key (/w/workspace/edgex-go/364@tmp/private_key_14835432836372483951.key) [2023-01-03T04:49:11.849Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T04:49:12.136Z] + git semver push [2023-01-03T04:49:12.395Z] 2023-01-03 04:49:12,312 [run_push] DEBUG push [2023-01-03T04:49:12.395Z] 2023-01-03 04:49:12,313 [execute] INFO git cat-file --batch-check [2023-01-03T04:49:12.395Z] 2023-01-03 04:49:12,313 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/364/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T04:49:12.395Z] 2023-01-03 04:49:12,316 [execute] INFO git rev-list b4ca349323799c393ab7b8d01858271405b1c0d1 -- [2023-01-03T04:49:12.395Z] 2023-01-03 04:49:12,317 [execute] DEBUG Popen(['git', 'rev-list', 'b4ca349323799c393ab7b8d01858271405b1c0d1', '--'], cwd=/w/workspace/edgex-go/364/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T04:49:12.395Z] 2023-01-03 04:49:12,329 [execute] INFO git fetch -v origin [2023-01-03T04:49:12.395Z] 2023-01-03 04:49:12,330 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/364/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-03T04:49:12.962Z] 2023-01-03 04:49:12,790 [run_push] DEBUG no remote changes detected [2023-01-03T04:49:12.962Z] 2023-01-03 04:49:12,790 [execute] INFO git push origin semver [2023-01-03T04:49:12.962Z] 2023-01-03 04:49:12,790 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/364/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T04:49:13.900Z] 2023-01-03 04:49:13,617 [run_push] DEBUG push all version tags [2023-01-03T04:49:13.900Z] 2023-01-03 04:49:13,618 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-03T04:49:13.900Z] 2023-01-03 04:49:13,618 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/364, universal_newlines=False, shell=None, istream=None) [2023-01-03T04:49:14.466Z] 2023-01-03 04:49:14,453 [read_version] DEBUG read version from /w/workspace/edgex-go/364/.semver/main [2023-01-03T04:49:14.466Z] 3.0.0-dev.11 [Pipeline] } [2023-01-03T04:49:14.733Z] $ docker exec --env ******** --env ******** f53f59f8f10e597fa844a674f9bbb8f92c37568359662b2b7a14b5ee39fc1e20 ssh-agent -k [2023-01-03T04:49:14.830Z] unset SSH_AUTH_SOCK; [2023-01-03T04:49:14.830Z] unset SSH_AGENT_PID; [2023-01-03T04:49:14.830Z] echo Agent pid 38 killed; [2023-01-03T04:49:14.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T04:49:15.202Z] + git semver [Pipeline] } [2023-01-03T04:49:15.511Z] $ docker stop --time=1 f53f59f8f10e597fa844a674f9bbb8f92c37568359662b2b7a14b5ee39fc1e20 [2023-01-03T04:49:16.905Z] $ docker rm -f --volumes f53f59f8f10e597fa844a674f9bbb8f92c37568359662b2b7a14b5ee39fc1e20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-03T04:49:17.500Z] + [ -d /w/workspace/edgex-go/364/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:17.786Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:18.648Z] ---> package-listing.sh [2023-01-03T04:49:18.648Z] ++ facter osfamily [2023-01-03T04:49:18.648Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-03T04:49:18.906Z] + OS_FAMILY=debian [2023-01-03T04:49:18.907Z] + workspace=/w/workspace/edgex-go/364 [2023-01-03T04:49:18.907Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-03T04:49:18.907Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-03T04:49:18.907Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-03T04:49:18.907Z] + PACKAGES=/tmp/packages_start.txt [2023-01-03T04:49:18.907Z] + '[' /w/workspace/edgex-go/364 ']' [2023-01-03T04:49:18.907Z] + PACKAGES=/tmp/packages_end.txt [2023-01-03T04:49:18.907Z] + case "${OS_FAMILY}" in [2023-01-03T04:49:18.907Z] + dpkg -l [2023-01-03T04:49:18.907Z] + grep '^ii' [2023-01-03T04:49:18.907Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-03T04:49:18.907Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-03T04:49:18.907Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-03T04:49:18.907Z] + '[' /w/workspace/edgex-go/364 ']' [2023-01-03T04:49:18.907Z] + mkdir -p /w/workspace/edgex-go/364/archives/ [2023-01-03T04:49:18.907Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/364/archives/ [Pipeline] echo [2023-01-03T04:49:18.918Z] 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/364/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-03T04:49:19.195Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:49:19.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T04:49:19.754Z] [2023-01-03T04:49:19.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T04:49:20.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T04:49:20.056Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-03T04:49:20.056Z] 5eb5b503b376: Pulling fs layer [2023-01-03T04:49:20.056Z] 5c69ac0246d0: Pulling fs layer [2023-01-03T04:49:20.056Z] ec43610c2a17: Pulling fs layer [2023-01-03T04:49:20.056Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-03T04:49:20.056Z] 33b1e0a273af: Pulling fs layer [2023-01-03T04:49:20.056Z] 5d3b04190fa2: Pulling fs layer [2023-01-03T04:49:20.056Z] 2f39f015ded8: Pulling fs layer [2023-01-03T04:49:20.056Z] 3a2ae6a8a46f: Waiting [2023-01-03T04:49:20.056Z] 33b1e0a273af: Waiting [2023-01-03T04:49:20.056Z] 5d3b04190fa2: Waiting [2023-01-03T04:49:20.056Z] 2f39f015ded8: Waiting [2023-01-03T04:49:20.056Z] 5c69ac0246d0: Verifying Checksum [2023-01-03T04:49:20.056Z] 5c69ac0246d0: Download complete [2023-01-03T04:49:20.056Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-03T04:49:20.056Z] 3a2ae6a8a46f: Download complete [2023-01-03T04:49:20.317Z] 33b1e0a273af: Verifying Checksum [2023-01-03T04:49:20.317Z] 33b1e0a273af: Download complete [2023-01-03T04:49:20.317Z] ec43610c2a17: Verifying Checksum [2023-01-03T04:49:20.317Z] ec43610c2a17: Download complete [2023-01-03T04:49:20.317Z] 5d3b04190fa2: Download complete [2023-01-03T04:49:20.317Z] 5eb5b503b376: Verifying Checksum [2023-01-03T04:49:20.317Z] 5eb5b503b376: Download complete [2023-01-03T04:49:20.885Z] 2f39f015ded8: Download complete [2023-01-03T04:49:21.451Z] 5eb5b503b376: Pull complete [2023-01-03T04:49:21.451Z] 5c69ac0246d0: Pull complete [2023-01-03T04:49:22.016Z] ec43610c2a17: Pull complete [2023-01-03T04:49:22.016Z] 3a2ae6a8a46f: Pull complete [2023-01-03T04:49:22.274Z] 33b1e0a273af: Pull complete [2023-01-03T04:49:22.274Z] 5d3b04190fa2: Pull complete [2023-01-03T04:49:26.456Z] 2f39f015ded8: Pull complete [2023-01-03T04:49:26.456Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-03T04:49:26.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T04:49:26.456Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T04:49:26.527Z] prd-ubuntu20.04-docker-8c-8g-852 does not seem to be running inside a container [2023-01-03T04:49:26.554Z] $ 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/364/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/364 -v /w/workspace/edgex-go/364:/w/workspace/edgex-go/364:rw,z -v /w/workspace/edgex-go/364@tmp:/w/workspace/edgex-go/364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-03T04:49:30.694Z] $ docker top e017e4adbe3030331ee5d49ccaa0219c8515f2b68048ed85d1cb6cbec1aa29c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T04:49:31.039Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-03T04:49:31.322Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-03T04:49:31.611Z] + ls /var/log/sa-host [2023-01-03T04:49:31.611Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T04:49:31.750Z] provisioning config files... [2023-01-03T04:49:31.758Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/364@tmp/config2164148456123164320tmp [Pipeline] { [Pipeline] echo [2023-01-03T04:49:31.772Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:32.054Z] ---> create-netrc.sh [Pipeline] } [2023-01-03T04:49:32.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:32.377Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-03T04:49:32.385Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:32.675Z] ---> sudo-logs.sh [2023-01-03T04:49:32.675Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-03T04:49:32.695Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:32.976Z] ---> job-cost.sh [2023-01-03T04:49:32.976Z] lf-activate-venv: SKIPPING [2023-01-03T04:49:32.976Z] DEBUG: total: 0.10999999940395355 [2023-01-03T04:49:32.976Z] INFO: Retrieving Stack Cost... [2023-01-03T04:49:33.544Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T04:49:33.803Z] INFO: Archiving Costs [Pipeline] echo [2023-01-03T04:49:33.815Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T04:49:34.098Z] ---> logs-deploy.sh [2023-01-03T04:49:34.098Z] lf-activate-venv: SKIPPING [2023-01-03T04:49:34.098Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/364 [2023-01-03T04:49:34.098Z] INFO: archiving workspace using pattern(s): [2023-01-03T04:49:35.038Z] Archives upload complete. [2023-01-03T04:49:35.296Z] INFO: archiving logs to Nexus