Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 82043fa65646ece12caed6fa2ee7d1c8f814bef9 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-ssh14565484810397999167.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-ssh16116112239531721668.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-ssh14892275580259251843.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-ssh5272760055660401154.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-ssh378422438258054082.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/v3], 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/v3 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-6304 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/416 [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/416 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 82043fa65646ece12caed6fa2ee7d1c8f814bef9 (main) Commit message: "Merge pull request #4359 from jinlinGuan/issue-4319" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82043fa65646ece12caed6fa2ee7d1c8f814bef9 # timeout=10 > git rev-list --no-walk c6ae7449aad5f05f69153f6120284e804cf836f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-16T15:01:53.262Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-16T15:01:53.320Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-16T15:01:53.332Z] ========================================================= [2023-02-16T15:01:53.332Z] EdgeX Global Pipelines Version Info [2023-02-16T15:01:53.332Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:01:54.043Z] ------------------- [2023-02-16T15:01:54.043Z] stable info: [2023-02-16T15:01:54.043Z] ------------------- [2023-02-16T15:01:54.043Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-16T15:01:54.043Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T15:01:54.043Z] Message: update stable to v1.0.244 [2023-02-16T15:01:54.614Z] ------------------- [2023-02-16T15:01:54.614Z] experimental info: [2023-02-16T15:01:54.614Z] ------------------- [2023-02-16T15:01:54.614Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-16T15:01:54.614Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T15:01:54.614Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-16T15:01:54.777Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-16T15:01:54.785Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-16T15:01:54.792Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-16T15:01:54.800Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-16T15:01:54.807Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-16T15:01:54.815Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-16T15:01:54.839Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-16T15:01:54.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-16T15:01:54.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-16T15:01:54.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-16T15:01:54.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-16T15:01:54.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-16T15:01:54.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-16T15:01:54.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-16T15:01:54.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-16T15:01:54.961Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T15:01:54.980Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T15:01:54.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-16T15:01:55.012Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-16T15:01:55.024Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-16T15:01:55.040Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-16T15:01:55.052Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-16T15:01:55.063Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-16T15:01:55.075Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-16T15:01:55.088Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-16T15:01:55.100Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-16T15:01:55.111Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] echo [2023-02-16T15:01:55.124Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82043fa [Pipeline] echo [2023-02-16T15:01:55.135Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:01:55.189Z] provisioning config files... [2023-02-16T15:01:55.205Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/416@tmp/config12971347032053592621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:01:55.509Z] ---> docker-login.sh [2023-02-16T15:01:55.509Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:01:55.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:01:56.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:01:56.029Z] Configure a credential helper to remove this warning. See [2023-02-16T15:01:56.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:01:56.029Z] [2023-02-16T15:01:56.029Z] Login Succeeded [2023-02-16T15:01:56.029Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:01:56.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:01:56.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:01:56.029Z] Configure a credential helper to remove this warning. See [2023-02-16T15:01:56.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:01:56.029Z] [2023-02-16T15:01:56.029Z] Login Succeeded [2023-02-16T15:01:56.029Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:01:56.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:01:56.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:01:56.288Z] Configure a credential helper to remove this warning. See [2023-02-16T15:01:56.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:01:56.288Z] [2023-02-16T15:01:56.288Z] Login Succeeded [2023-02-16T15:01:56.288Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:01:56.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:01:56.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:01:56.288Z] Configure a credential helper to remove this warning. See [2023-02-16T15:01:56.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:01:56.288Z] [2023-02-16T15:01:56.288Z] Login Succeeded [2023-02-16T15:01:56.288Z] docker.io [2023-02-16T15:01:56.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:01:56.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:01:56.548Z] Configure a credential helper to remove this warning. See [2023-02-16T15:01:56.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:01:56.548Z] [2023-02-16T15:01:56.548Z] Login Succeeded [2023-02-16T15:01:56.548Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T15:01:56.556Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:01:56.868Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/core-command/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-16T15:01:56.868Z] + + cut -d/ -f2dirname [2023-02-16T15:01:56.868Z] cmd/core-data/Dockerfile [2023-02-16T15:01:56.868Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/core-metadata/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-16T15:01:56.868Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-16T15:01:56.868Z] cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/support-notifications/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-16T15:01:56.868Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-16T15:01:56.868Z] + cut -d/ -f2 [2023-02-16T15:01:56.868Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-16T15:01:56.926Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-16T15:01:57.255Z] + git rev-list -1 --merges 82043fa65646ece12caed6fa2ee7d1c8f814bef9~1..82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] echo [2023-02-16T15:01:57.295Z] -----------> git rev-list -1 --merges 82043fa65646ece12caed6fa2ee7d1c8f814bef9~1..82043fa65646ece12caed6fa2ee7d1c8f814bef9 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:01:57.295Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [false] [Pipeline] sh [2023-02-16T15:01:57.580Z] + git log --format=format:%s -1 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] echo [2023-02-16T15:01:57.597Z] ========================================================= [2023-02-16T15:01:57.597Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-16T15:01:57.597Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-16T15:01:58.011Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T15:01:58.011Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-16T15:01:58.011Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-16T15:01:58.011Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-16T15:01:58.011Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-16T15:01:58.011Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-16T15:01:58.011Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:01:58.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:01:58.409Z] [2023-02-16T15:01:58.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:01:58.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:01:58.716Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-16T15:01:58.716Z] b85a868b505f: Pulling fs layer [2023-02-16T15:01:58.716Z] e2be974225ed: Pulling fs layer [2023-02-16T15:01:58.716Z] 339a4e72a1f5: Pulling fs layer [2023-02-16T15:01:58.716Z] 988bab9f4d93: Pulling fs layer [2023-02-16T15:01:58.716Z] 1469e6f7b9e6: Pulling fs layer [2023-02-16T15:01:58.716Z] eaf3925da568: Pulling fs layer [2023-02-16T15:01:58.716Z] bab4dde63d76: Pulling fs layer [2023-02-16T15:01:58.716Z] bde34c3a00c8: Pulling fs layer [2023-02-16T15:01:58.716Z] b352a97aabf1: Pulling fs layer [2023-02-16T15:01:58.716Z] 4872d77fe225: Pulling fs layer [2023-02-16T15:01:58.716Z] 5851b861e8e6: Pulling fs layer [2023-02-16T15:01:58.716Z] 4872d77fe225: Waiting [2023-02-16T15:01:58.716Z] b352a97aabf1: Waiting [2023-02-16T15:01:58.716Z] 5851b861e8e6: Waiting [2023-02-16T15:01:58.716Z] eaf3925da568: Waiting [2023-02-16T15:01:58.716Z] bde34c3a00c8: Waiting [2023-02-16T15:01:58.716Z] bab4dde63d76: Waiting [2023-02-16T15:01:58.716Z] 1469e6f7b9e6: Waiting [2023-02-16T15:01:58.716Z] 988bab9f4d93: Waiting [2023-02-16T15:01:58.716Z] e2be974225ed: Verifying Checksum [2023-02-16T15:01:58.716Z] e2be974225ed: Download complete [2023-02-16T15:01:58.716Z] 988bab9f4d93: Verifying Checksum [2023-02-16T15:01:58.716Z] 988bab9f4d93: Download complete [2023-02-16T15:01:58.985Z] 1469e6f7b9e6: Verifying Checksum [2023-02-16T15:01:58.985Z] 1469e6f7b9e6: Download complete [2023-02-16T15:01:58.985Z] eaf3925da568: Verifying Checksum [2023-02-16T15:01:58.985Z] eaf3925da568: Download complete [2023-02-16T15:01:59.246Z] 339a4e72a1f5: Verifying Checksum [2023-02-16T15:01:59.246Z] 339a4e72a1f5: Download complete [2023-02-16T15:01:59.246Z] b85a868b505f: Verifying Checksum [2023-02-16T15:01:59.246Z] b85a868b505f: Download complete [2023-02-16T15:01:59.246Z] bde34c3a00c8: Verifying Checksum [2023-02-16T15:01:59.246Z] bde34c3a00c8: Download complete [2023-02-16T15:01:59.246Z] 4872d77fe225: Download complete [2023-02-16T15:01:59.246Z] 5851b861e8e6: Download complete [2023-02-16T15:01:59.246Z] b352a97aabf1: Download complete [2023-02-16T15:01:59.504Z] bab4dde63d76: Verifying Checksum [2023-02-16T15:01:59.504Z] bab4dde63d76: Download complete [2023-02-16T15:02:00.439Z] b85a868b505f: Pull complete [2023-02-16T15:02:00.698Z] e2be974225ed: Pull complete [2023-02-16T15:02:01.266Z] 339a4e72a1f5: Pull complete [2023-02-16T15:02:01.266Z] 988bab9f4d93: Pull complete [2023-02-16T15:02:01.523Z] 1469e6f7b9e6: Pull complete [2023-02-16T15:02:01.523Z] eaf3925da568: Pull complete [2023-02-16T15:02:03.422Z] bab4dde63d76: Pull complete [2023-02-16T15:02:03.422Z] bde34c3a00c8: Pull complete [2023-02-16T15:02:03.422Z] b352a97aabf1: Pull complete [2023-02-16T15:02:03.422Z] 4872d77fe225: Pull complete [2023-02-16T15:02:03.681Z] 5851b861e8e6: Pull complete [2023-02-16T15:02:03.681Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-16T15:02:03.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:02:03.681Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:02:03.763Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:02:03.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T15:02:05.689Z] $ docker top 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 -eo pid,comm [2023-02-16T15:02:05.731Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-16T15:02:05.731Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T15:02:05.769Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:02:05.769Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:02:05.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:02:05.882Z] $ docker exec 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 ssh-agent [2023-02-16T15:02:05.994Z] SSH_AUTH_SOCK=/tmp/ssh-d8b4BC5GYspN/agent.32 [2023-02-16T15:02:05.994Z] SSH_AGENT_PID=38 [2023-02-16T15:02:06.001Z] Running ssh-add (command line suppressed) [2023-02-16T15:02:06.113Z] Identity added: /w/workspace/edgex-go/416@tmp/private_key_12400847689873546989.key (/w/workspace/edgex-go/416@tmp/private_key_12400847689873546989.key) [2023-02-16T15:02:06.119Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:02:06.409Z] + git tag --points-at HEAD [Pipeline] } [2023-02-16T15:02:06.435Z] $ docker exec --env ******** --env ******** 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 ssh-agent -k [2023-02-16T15:02:06.546Z] unset SSH_AUTH_SOCK; [2023-02-16T15:02:06.547Z] unset SSH_AGENT_PID; [2023-02-16T15:02:06.547Z] echo Agent pid 38 killed; [2023-02-16T15:02:06.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-16T15:02:06.577Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:02:06.577Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:02:06.688Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:02:06.699Z] $ docker exec 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 ssh-agent [2023-02-16T15:02:06.804Z] SSH_AUTH_SOCK=/tmp/ssh-B7VrfPv4nwwC/agent.70 [2023-02-16T15:02:06.804Z] SSH_AGENT_PID=76 [2023-02-16T15:02:06.808Z] Running ssh-add (command line suppressed) [2023-02-16T15:02:06.937Z] Identity added: /w/workspace/edgex-go/416@tmp/private_key_9363003853731253708.key (/w/workspace/edgex-go/416@tmp/private_key_9363003853731253708.key) [2023-02-16T15:02:06.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:02:07.229Z] + git semver init [2023-02-16T15:02:07.489Z] 2023-02-16 15:02:07,410 [run_init] DEBUG init version:0.0.0 force:False [2023-02-16T15:02:07.489Z] 2023-02-16 15:02:07,411 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/416/.semver [2023-02-16T15:02:07.489Z] 2023-02-16 15:02:07,412 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/416/.semver [2023-02-16T15:02:07.489Z] 2023-02-16 15:02:07,412 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/416/.semver'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:02:15.671Z] 2023-02-16 15:02:14,319 [append_file] DEBUG append to file:/w/workspace/edgex-go/416/.git/info/exclude [2023-02-16T15:02:15.671Z] 2023-02-16 15:02:14,319 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/416/.semver/main with force:False [2023-02-16T15:02:15.671Z] 2023-02-16 15:02:14,320 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main [2023-02-16T15:02:15.671Z] 2023-02-16 15:02:14,320 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main [2023-02-16T15:02:15.671Z] 3.0.0-dev.55 [Pipeline] } [2023-02-16T15:02:15.690Z] $ docker exec --env ******** --env ******** 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 ssh-agent -k [2023-02-16T15:02:15.788Z] unset SSH_AUTH_SOCK; [2023-02-16T15:02:15.788Z] unset SSH_AGENT_PID; [2023-02-16T15:02:15.789Z] echo Agent pid 76 killed; [2023-02-16T15:02:15.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:02:16.092Z] + git semver [Pipeline] } [2023-02-16T15:02:16.372Z] $ docker stop --time=1 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 [2023-02-16T15:02:17.676Z] $ docker rm -f --volumes 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T15:02:18.006Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-16T15:02:18.223Z] Stashed 1 file(s) [Pipeline] echo [2023-02-16T15:02:18.227Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.55 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T15:02:18.591Z] + git config --global --add safe.directory /w/workspace/edgex-go/416 [Pipeline] echo [2023-02-16T15:02:18.604Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:02:18.618Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:02:18.627Z] ========================================================= [2023-02-16T15:02:18.627Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-16T15:02:18.627Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-16T15:02:18.917Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T15:02:18.917Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-16T15:02:18.917Z] 213ec9aee27d: Pulling fs layer [2023-02-16T15:02:18.917Z] 4583459ba037: Pulling fs layer [2023-02-16T15:02:18.917Z] 93c1e223e6f2: Pulling fs layer [2023-02-16T15:02:18.917Z] 53926ce57604: Pulling fs layer [2023-02-16T15:02:18.917Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-16T15:02:18.917Z] 22ff95d597cd: Pulling fs layer [2023-02-16T15:02:18.917Z] 12d6caf4c0d1: Pulling fs layer [2023-02-16T15:02:18.917Z] 96b7cbca73a9: Pulling fs layer [2023-02-16T15:02:18.917Z] a7acece74701: Pulling fs layer [2023-02-16T15:02:18.917Z] 22ff95d597cd: Waiting [2023-02-16T15:02:18.917Z] 12d6caf4c0d1: Waiting [2023-02-16T15:02:18.917Z] 53926ce57604: Waiting [2023-02-16T15:02:18.917Z] 21b2b0c7a3f4: Waiting [2023-02-16T15:02:18.917Z] 96b7cbca73a9: Waiting [2023-02-16T15:02:18.917Z] 93c1e223e6f2: Verifying Checksum [2023-02-16T15:02:18.917Z] 93c1e223e6f2: Download complete [2023-02-16T15:02:18.917Z] 4583459ba037: Verifying Checksum [2023-02-16T15:02:18.917Z] 4583459ba037: Download complete [2023-02-16T15:02:18.917Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-16T15:02:18.917Z] 21b2b0c7a3f4: Download complete [2023-02-16T15:02:18.917Z] 22ff95d597cd: Verifying Checksum [2023-02-16T15:02:18.917Z] 22ff95d597cd: Download complete [2023-02-16T15:02:19.182Z] 213ec9aee27d: Verifying Checksum [2023-02-16T15:02:19.182Z] 12d6caf4c0d1: Download complete [2023-02-16T15:02:19.182Z] 213ec9aee27d: Pull complete [2023-02-16T15:02:19.457Z] 4583459ba037: Pull complete [2023-02-16T15:02:19.457Z] 93c1e223e6f2: Pull complete [2023-02-16T15:02:20.995Z] a7acece74701: Verifying Checksum [2023-02-16T15:02:20.995Z] a7acece74701: Download complete [2023-02-16T15:02:20.995Z] 53926ce57604: Verifying Checksum [2023-02-16T15:02:20.995Z] 53926ce57604: Download complete [2023-02-16T15:02:21.259Z] 96b7cbca73a9: Verifying Checksum [2023-02-16T15:02:21.259Z] 96b7cbca73a9: Download complete [2023-02-16T15:02:25.443Z] 53926ce57604: Pull complete [2023-02-16T15:02:25.443Z] 21b2b0c7a3f4: Pull complete [2023-02-16T15:02:25.443Z] 22ff95d597cd: Pull complete [2023-02-16T15:02:25.443Z] 12d6caf4c0d1: Pull complete [2023-02-16T15:02:27.343Z] 96b7cbca73a9: Pull complete [2023-02-16T15:02:27.908Z] a7acece74701: Pull complete [2023-02-16T15:02:27.908Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-16T15:02:27.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T15:02:27.908Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-16T15:02:28.214Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T15:02:28.214Z] WORKDIR /edgex [2023-02-16T15:02:28.214Z] COPY go.mod . [2023-02-16T15:02:28.214Z] RUN go mod download [2023-02-16T15:02:28.214Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-16T15:02:28.789Z] Sending build context to Docker daemon 170.4MB [2023-02-16T15:02:28.789Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T15:02:28.789Z] ---> db6d94c90886 [2023-02-16T15:02:28.789Z] Step 2/4 : WORKDIR /edgex [2023-02-16T15:02:33.283Z] Still waiting to schedule task [2023-02-16T15:02:33.283Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-16T15:02:35.366Z] ---> Running in 0bea59034933 [2023-02-16T15:02:35.366Z] Removing intermediate container 0bea59034933 [2023-02-16T15:02:35.366Z] ---> 868a21222b04 [2023-02-16T15:02:35.366Z] Step 3/4 : COPY go.mod . [2023-02-16T15:02:35.366Z] ---> e9471550c5fc [2023-02-16T15:02:35.366Z] Step 4/4 : RUN go mod download [2023-02-16T15:02:35.366Z] ---> Running in 7e2476562923 [2023-02-16T15:02:50.309Z] Removing intermediate container 7e2476562923 [2023-02-16T15:02:50.309Z] ---> 4514c59a9bd0 [2023-02-16T15:02:50.309Z] Successfully built 4514c59a9bd0 [2023-02-16T15:02:50.309Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:02:50.615Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T15:02:50.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:02:50.688Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:02:50.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T15:02:51.129Z] $ docker top 87df40dc4a683dce96a450845957b59623bc82c86e480c36a71a0eb9fd22dd4f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:02:51.466Z] + go version [2023-02-16T15:02:51.466Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-16T15:02:51.485Z] $ docker stop --time=1 87df40dc4a683dce96a450845957b59623bc82c86e480c36a71a0eb9fd22dd4f [2023-02-16T15:02:52.737Z] $ docker rm -f --volumes 87df40dc4a683dce96a450845957b59623bc82c86e480c36a71a0eb9fd22dd4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:02:53.112Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T15:02:53.112Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:02:53.182Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:02:53.218Z] $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T15:02:53.556Z] $ docker top d287825340b88e06eaf7da6c60e58458a12c4858519b7a66e13385fd43cbaf3f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-16T15:02:53.616Z] ========================================================= [2023-02-16T15:02:53.616Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-16T15:02:53.616Z] ========================================================= [Pipeline] sh [2023-02-16T15:02:53.897Z] + git config --global --add safe.directory /w/workspace/edgex-go/416 [Pipeline] fileExists [Pipeline] sh [2023-02-16T15:02:54.196Z] + make test [2023-02-16T15:02:54.196Z] go test -race -coverprofile=coverage.out ./... [2023-02-16T15:03:00.768Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-16T15:03:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.083s coverage: 28.7% of statements [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-16T15:03:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-16T15:03:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.167s coverage: 98.5% of statements [2023-02-16T15:03:18.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.128s coverage: 73.7% of statements [2023-02-16T15:03:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-16T15:03:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-16T15:03:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-16T15:03:18.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.122s coverage: 54.0% of statements [2023-02-16T15:03:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-16T15:03:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.235s coverage: 88.5% of statements [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.107s coverage: 3.9% of statements [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.573s coverage: 95.6% of statements [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.081s coverage: 72.2% of statements [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.110s coverage: 65.9% of statements [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.082s coverage: 29.6% of statements [2023-02-16T15:03:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 82.9% of statements [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.113s coverage: 96.3% of statements [2023-02-16T15:03:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements [2023-02-16T15:03:27.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2023-02-16T15:03:27.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2023-02-16T15:03:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.368s coverage: 79.9% of statements [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-16T15:03:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-16T15:03:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 64.4% of statements [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-16T15:03:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 86.9% of statements [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-16T15:03:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2023-02-16T15:03:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-16T15:03:42.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-16T15:03:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 77.4% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.269s coverage: 91.2% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.224s coverage: 63.1% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.411s coverage: 65.3% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.200s coverage: 41.0% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.084s coverage: 89.5% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-16T15:03:42.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-16T15:03:42.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-16T15:03:42.161Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-16T15:04:00.261Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-16T15:04:00.519Z] go vet ./... [2023-02-16T15:04:04.279Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6305 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-16T15:04:04.292Z] Running in /w/workspace/edgex-go/416 [Pipeline] { [Pipeline] checkout [2023-02-16T15:04:04.321Z] The recommended git tool is: git [2023-02-16T15:04:04.701Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-16T15:04:04.702Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-16T15:04:04.702Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-16T15:04:04.972Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-16T15:04:05.261Z] + ls -al . [2023-02-16T15:04:05.261Z] total 748 [2023-02-16T15:04:05.261Z] drwxrwxr-x 11 1001 1001 4096 Feb 16 15:02 . [2023-02-16T15:04:05.261Z] drwxr-xr-x 4 root root 4096 Feb 16 15:02 .. [2023-02-16T15:04:05.261Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 15:01 .blubracket [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 16 Feb 16 15:01 .dockerignore [2023-02-16T15:04:05.261Z] drwxrwxr-x 8 1001 1001 4096 Feb 16 15:03 .git [2023-02-16T15:04:05.261Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 15:01 .github [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 1024 Feb 16 15:01 .gitignore [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 42 Feb 16 15:01 .golangci.yml [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 87 Feb 16 15:01 .hadolint.yml [2023-02-16T15:04:05.261Z] drwxr-xr-x 3 1001 1001 4096 Feb 16 15:02 .semver [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 166 Feb 16 15:01 .sonarcloud.properties [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 1171 Feb 16 15:01 ADOPTERS.md [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 10825 Feb 16 15:01 Attribution.txt [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 73765 Feb 16 15:01 CHANGELOG.md [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 3804 Feb 16 15:01 CONTRIBUTING.md [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 677 Feb 16 15:01 GOVERNANCE.md [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 883 Feb 16 15:01 Jenkinsfile [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 10775 Feb 16 15:01 LICENSE [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 13375 Feb 16 15:01 Makefile [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 582 Feb 16 15:01 OWNERS.md [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 9403 Feb 16 15:01 README.md [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 6912 Feb 16 15:01 SECURITY.md [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 12 Feb 16 15:02 VERSION [2023-02-16T15:04:05.261Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 15:01 bin [2023-02-16T15:04:05.261Z] drwxrwxr-x 17 1001 1001 4096 Feb 16 15:01 cmd [2023-02-16T15:04:05.261Z] -rw-r--r-- 1 root root 487530 Feb 16 15:03 coverage.out [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 3295 Feb 16 15:01 go.mod [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 33318 Feb 16 15:01 go.sum [2023-02-16T15:04:05.261Z] drwxrwxr-x 7 1001 1001 4096 Feb 16 15:01 internal [2023-02-16T15:04:05.261Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 15:01 openapi [2023-02-16T15:04:05.261Z] drwxrwxr-x 4 1001 1001 4096 Feb 16 15:01 snap [2023-02-16T15:04:05.261Z] -rw-rw-r-- 1 1001 1001 204 Feb 16 15:01 version.go [Pipeline] sh [2023-02-16T15:04:05.575Z] + '[' -e coverage.out ] [2023-02-16T15:04:05.575Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-16T15:04:05.679Z] Stashed 1 file(s) [Pipeline] sh [2023-02-16T15:04:05.963Z] + make build [2023-02-16T15:04:05.963Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-16T15:04:09.370Z] using credential edgex-jenkins-ssh [2023-02-16T15:04:09.386Z] Cloning the remote Git repository [2023-02-16T15:04:09.437Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-16T15:04:09.511Z] > git init /w/workspace/edgex-go/416 # timeout=10 [2023-02-16T15:04:09.670Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-16T15:04:09.671Z] > git --version # timeout=10 [2023-02-16T15:04:09.697Z] > git --version # 'git version 2.25.1' [2023-02-16T15:04:09.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T15:04:09.765Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T15:04:18.157Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-16T15:04:19.125Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-16T15:04:20.586Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-16T15:04:21.567Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-16T15:04:26.240Z] Avoid second fetch [2023-02-16T15:04:26.241Z] Checking out Revision 82043fa65646ece12caed6fa2ee7d1c8f814bef9 (main) [2023-02-16T15:04:25.400Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-16T15:04:25.423Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T15:04:26.266Z] > git config core.sparsecheckout # timeout=10 [2023-02-16T15:04:26.287Z] > git checkout -f 82043fa65646ece12caed6fa2ee7d1c8f814bef9 # timeout=10 [2023-02-16T15:04:26.886Z] Commit message: "Merge pull request #4359 from jinlinGuan/issue-4319" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T15:04:27.701Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-16T15:04:27.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:04:27.701Z] Dload Upload Total Spent Left Speed [2023-02-16T15:04:27.701Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh [2023-02-16T15:04:28.260Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-16T15:04:28.590Z] + sudo tee /etc/docker/daemon.new [2023-02-16T15:04:28.590Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-16T15:04:28.590Z] { [2023-02-16T15:04:28.590Z] "registry-mirrors": [ [2023-02-16T15:04:28.590Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-16T15:04:28.590Z] ], [2023-02-16T15:04:28.590Z] "bip": "10.250.0.254/24", [2023-02-16T15:04:28.590Z] "hosts": [ [2023-02-16T15:04:28.590Z] "tcp://0.0.0.0:5555", [2023-02-16T15:04:28.590Z] "unix:///var/run/docker.sock" [2023-02-16T15:04:28.590Z] ], [2023-02-16T15:04:28.590Z] "mtu": 1458, [2023-02-16T15:04:28.590Z] "selinux-enabled": true, [2023-02-16T15:04:28.590Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-16T15:04:28.590Z] } [Pipeline] sh [2023-02-16T15:04:28.917Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-16T15:04:29.246Z] + sudo service docker restart [2023-02-16T15:04:29.679Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-16T15:04:30.618Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-16T15:04:32.067Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-16T15:04:33.445Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-16T15:04:34.382Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-16T15:04:35.340Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-16T15:04:37.891Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-16T15:04:39.287Z] $ docker stop --time=1 d287825340b88e06eaf7da6c60e58458a12c4858519b7a66e13385fd43cbaf3f [2023-02-16T15:04:43.146Z] $ docker rm -f --volumes d287825340b88e06eaf7da6c60e58458a12c4858519b7a66e13385fd43cbaf3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:04:43.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T15:04:43.939Z] [2023-02-16T15:04:43.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:04:44.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T15:04:44.241Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-16T15:04:44.241Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-16T15:04:44.241Z] ca9280d653b3: Pulling fs layer [2023-02-16T15:04:44.241Z] 7e9c9ca2126c: Pulling fs layer [2023-02-16T15:04:44.508Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-16T15:04:44.508Z] cbdbe7a5bc2a: Download complete [2023-02-16T15:04:44.508Z] cbdbe7a5bc2a: Pull complete [2023-02-16T15:04:44.508Z] ca9280d653b3: Verifying Checksum [2023-02-16T15:04:44.508Z] ca9280d653b3: Download complete [2023-02-16T15:04:45.082Z] 7e9c9ca2126c: Download complete [2023-02-16T15:04:45.082Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:04:47.523Z] provisioning config files... [2023-02-16T15:04:47.551Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/416@tmp/config3171107273883193276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:04:47.900Z] ---> docker-login.sh [2023-02-16T15:04:47.900Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:04:48.367Z] 7e9c9ca2126c: Pull complete [2023-02-16T15:04:48.367Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-16T15:04:48.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T15:04:48.367Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:04:48.449Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:04:48.490Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-16T15:04:48.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:04:48.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:04:48.489Z] Configure a credential helper to remove this warning. See [2023-02-16T15:04:48.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:04:48.489Z] [2023-02-16T15:04:48.489Z] Login Succeeded [2023-02-16T15:04:48.489Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:04:48.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:04:48.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:04:48.756Z] Configure a credential helper to remove this warning. See [2023-02-16T15:04:48.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:04:48.756Z] [2023-02-16T15:04:48.756Z] Login Succeeded [2023-02-16T15:04:49.024Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:04:49.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:04:49.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:04:49.295Z] Configure a credential helper to remove this warning. See [2023-02-16T15:04:49.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:04:49.296Z] [2023-02-16T15:04:49.296Z] Login Succeeded [2023-02-16T15:04:49.296Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:04:49.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:04:49.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:04:49.565Z] Configure a credential helper to remove this warning. See [2023-02-16T15:04:49.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:04:49.565Z] [2023-02-16T15:04:49.565Z] Login Succeeded [2023-02-16T15:04:49.565Z] docker.io [2023-02-16T15:04:49.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:04:50.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:04:50.102Z] Configure a credential helper to remove this warning. See [2023-02-16T15:04:50.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:04:50.102Z] [2023-02-16T15:04:50.102Z] Login Succeeded [2023-02-16T15:04:50.102Z] ---> docker-login.sh ends [2023-02-16T15:04:50.597Z] $ docker top 08a3bdd9cf89278ea866be26fa2fc9ce6d37e34109c4c63327c08e701a8d1666 -eo pid,comm [Pipeline] { [Pipeline] } [2023-02-16T15:04:50.658Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-16T15:04:50.943Z] + docker-compose build --help [2023-02-16T15:04:50.943Z] + grep parallel [2023-02-16T15:04:51.226Z] + git config --global --add safe.directory /w/workspace/edgex-go/416 [Pipeline] echo [2023-02-16T15:04:51.247Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:04:51.266Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:04:51.279Z] ========================================================= [2023-02-16T15:04:51.279Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-16T15:04:51.279Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-16T15:04:51.510Z] --parallel Build images in parallel. [Pipeline] } [2023-02-16T15:04:51.528Z] $ docker stop --time=1 08a3bdd9cf89278ea866be26fa2fc9ce6d37e34109c4c63327c08e701a8d1666 [2023-02-16T15:04:51.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T15:04:51.605Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-16T15:04:51.605Z] 9b18e9b68314: Pulling fs layer [2023-02-16T15:04:51.605Z] 35d82f9e3411: Pulling fs layer [2023-02-16T15:04:51.605Z] e16973657156: Pulling fs layer [2023-02-16T15:04:51.605Z] fc693d55d65f: Pulling fs layer [2023-02-16T15:04:51.605Z] 7e9fc2657dce: Pulling fs layer [2023-02-16T15:04:51.605Z] dda99020689f: Pulling fs layer [2023-02-16T15:04:51.605Z] db1c61fa0a46: Pulling fs layer [2023-02-16T15:04:51.605Z] 891c053d2c06: Pulling fs layer [2023-02-16T15:04:51.605Z] 7e9fc2657dce: Waiting [2023-02-16T15:04:51.605Z] dda99020689f: Waiting [2023-02-16T15:04:51.605Z] 891c053d2c06: Waiting [2023-02-16T15:04:51.605Z] db1c61fa0a46: Waiting [2023-02-16T15:04:51.605Z] fc693d55d65f: Waiting [2023-02-16T15:04:51.877Z] e16973657156: Verifying Checksum [2023-02-16T15:04:51.877Z] e16973657156: Download complete [2023-02-16T15:04:51.877Z] 35d82f9e3411: Verifying Checksum [2023-02-16T15:04:51.877Z] 35d82f9e3411: Download complete [2023-02-16T15:04:51.877Z] 7e9fc2657dce: Verifying Checksum [2023-02-16T15:04:51.877Z] 7e9fc2657dce: Download complete [2023-02-16T15:04:51.877Z] dda99020689f: Download complete [2023-02-16T15:04:51.877Z] 9b18e9b68314: Verifying Checksum [2023-02-16T15:04:52.805Z] $ docker rm -f --volumes 08a3bdd9cf89278ea866be26fa2fc9ce6d37e34109c4c63327c08e701a8d1666 [Pipeline] // withDockerContainer [2023-02-16T15:04:52.869Z] 9b18e9b68314: Pull complete [2023-02-16T15:04:52.869Z] 891c053d2c06: Verifying Checksum [2023-02-16T15:04:52.869Z] 891c053d2c06: Download complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:04:53.141Z] 35d82f9e3411: Pull complete [2023-02-16T15:04:53.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T15:04:53.195Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:04:53.276Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:04:53.321Z] $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-16T15:04:53.713Z] $ docker top 19f21015d3b48a70e5f6ce2fe5d51cf26a89d892ff4bb36e25c6ebed91ea4aaf -eo pid,comm [2023-02-16T15:04:53.736Z] e16973657156: Pull complete [Pipeline] { [Pipeline] sh [2023-02-16T15:04:54.007Z] db1c61fa0a46: Verifying Checksum [2023-02-16T15:04:54.007Z] db1c61fa0a46: Download complete [2023-02-16T15:04:54.048Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-16T15:04:54.595Z] fc693d55d65f: Verifying Checksum [2023-02-16T15:04:54.595Z] fc693d55d65f: Download complete [2023-02-16T15:04:54.616Z] Building core-command ... [2023-02-16T15:04:54.616Z] Building core-common-config-bootstrapper ... [2023-02-16T15:04:54.616Z] Building core-data ... [2023-02-16T15:04:54.616Z] Building core-metadata ... [2023-02-16T15:04:54.616Z] Building security-bootstrapper ... [2023-02-16T15:04:54.616Z] Building security-proxy-setup ... [2023-02-16T15:04:54.616Z] Building security-secretstore-setup ... [2023-02-16T15:04:54.616Z] Building security-spiffe-token-provider ... [2023-02-16T15:04:54.616Z] Building security-spire-agent ... [2023-02-16T15:04:54.616Z] Building security-spire-config ... [2023-02-16T15:04:54.616Z] Building security-spire-server ... [2023-02-16T15:04:54.616Z] Building support-notifications ... [2023-02-16T15:04:54.616Z] Building support-scheduler ... [2023-02-16T15:04:54.616Z] Building core-metadata [2023-02-16T15:04:54.616Z] Building core-common-config-bootstrapper [2023-02-16T15:04:54.616Z] Building security-secretstore-setup [2023-02-16T15:04:54.616Z] Building support-notifications [2023-02-16T15:04:54.616Z] Building security-proxy-setup [2023-02-16T15:05:06.836Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:05:06.836Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:05:06.836Z] ---> 4514c59a9bd0 [2023-02-16T15:05:06.836Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T15:05:06.836Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:05:06.836Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:05:06.836Z] ---> 4514c59a9bd0 [2023-02-16T15:05:06.836Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:05:06.836Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:05:06.836Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:05:06.836Z] ---> 4514c59a9bd0 [2023-02-16T15:05:06.836Z] Step 3/21 : WORKDIR /edgex-go [2023-02-16T15:05:06.923Z] fc693d55d65f: Pull complete [2023-02-16T15:05:06.923Z] 7e9fc2657dce: Pull complete [2023-02-16T15:05:06.923Z] dda99020689f: Pull complete [2023-02-16T15:05:07.095Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:05:07.095Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:05:07.095Z] ---> 4514c59a9bd0 [2023-02-16T15:05:07.095Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:05:09.002Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:05:09.002Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:05:09.002Z] ---> 4514c59a9bd0 [2023-02-16T15:05:09.002Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:05:12.282Z] db1c61fa0a46: Pull complete [2023-02-16T15:05:14.254Z] 891c053d2c06: Pull complete [2023-02-16T15:05:14.254Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-16T15:05:14.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T15:05:14.254Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-16T15:05:14.601Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T15:05:14.601Z] WORKDIR /edgex [2023-02-16T15:05:14.601Z] COPY go.mod . [2023-02-16T15:05:14.601Z] RUN go mod download [2023-02-16T15:05:14.601Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-16T15:05:15.189Z] Sending build context to Docker daemon 3.092MB [2023-02-16T15:05:15.189Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T15:05:15.189Z] ---> f96f9c87975a [2023-02-16T15:05:15.189Z] Step 2/4 : WORKDIR /edgex [2023-02-16T15:05:17.146Z] ---> Running in b0bc45d1c172 [2023-02-16T15:05:17.146Z] Removing intermediate container b0bc45d1c172 [2023-02-16T15:05:17.146Z] ---> 64ed4a99cd05 [2023-02-16T15:05:17.146Z] Step 3/4 : COPY go.mod . [2023-02-16T15:05:17.838Z] ---> 0d66efb0aa1c [2023-02-16T15:05:17.838Z] Step 4/4 : RUN go mod download [2023-02-16T15:05:17.838Z] ---> Running in a3d3ec844bcf [2023-02-16T15:05:27.188Z] ---> Running in 139c372e47b0 [2023-02-16T15:05:27.188Z] ---> Running in e88f3534d2f7 [2023-02-16T15:05:27.188Z] ---> Running in c145b93be9b7 [2023-02-16T15:05:27.188Z] ---> Running in 05e09d2de915 [2023-02-16T15:05:27.188Z] ---> Running in da56199a730a [2023-02-16T15:05:27.188Z] Removing intermediate container 139c372e47b0 [2023-02-16T15:05:27.188Z] Removing intermediate container da56199a730a [2023-02-16T15:05:27.188Z] ---> 82aca07ee4cf [2023-02-16T15:05:27.188Z] ---> 402cda31a4dd [2023-02-16T15:05:27.188Z] Step 4/22 : WORKDIR /edgex-goStep 4/22 : WORKDIR /edgex-go [2023-02-16T15:05:27.188Z] [2023-02-16T15:05:27.188Z] Removing intermediate container e88f3534d2f7 [2023-02-16T15:05:27.188Z] ---> 38b192ca8c73 [2023-02-16T15:05:27.188Z] Step 4/24 : WORKDIR /edgex-go [2023-02-16T15:05:27.188Z] Removing intermediate container 05e09d2de915 [2023-02-16T15:05:27.188Z] ---> bf4d75f97ee3 [2023-02-16T15:05:27.188Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-16T15:05:27.188Z] Removing intermediate container c145b93be9b7 [2023-02-16T15:05:27.188Z] ---> edd6af27d69a [2023-02-16T15:05:27.188Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-16T15:05:27.188Z] ---> Running in 1181ea32cc35 [2023-02-16T15:05:27.188Z] ---> Running in 71af69dbb1ea [2023-02-16T15:05:27.188Z] ---> Running in 28fa48f157ea [2023-02-16T15:05:27.188Z] ---> Running in 4eb35c50848f [2023-02-16T15:05:27.188Z] ---> Running in c6bffadf725b [2023-02-16T15:05:27.188Z] Removing intermediate container 71af69dbb1ea [2023-02-16T15:05:27.188Z] ---> 7e1c87d1046c [2023-02-16T15:05:27.188Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-16T15:05:27.188Z] Removing intermediate container 1181ea32cc35 [2023-02-16T15:05:27.188Z] ---> 23221555b7cb [2023-02-16T15:05:27.188Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T15:05:27.188Z] Removing intermediate container 4eb35c50848f [2023-02-16T15:05:27.188Z] ---> 18f5ae0b8d90 [2023-02-16T15:05:27.188Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-16T15:05:27.188Z] ---> Running in e0c4f43db0c1 [2023-02-16T15:05:27.188Z] ---> Running in 720fbbcf788a [2023-02-16T15:05:27.188Z] ---> Running in b79c6e648450 [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] OK: 211 MiB in 51 packages [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] OK: 211 MiB in 51 packages [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:05:27.188Z] OK: 211 MiB in 51 packages [2023-02-16T15:05:27.188Z] OK: 211 MiB in 51 packages [2023-02-16T15:05:27.451Z] OK: 211 MiB in 51 packages [2023-02-16T15:05:27.451Z] Removing intermediate container c6bffadf725b [2023-02-16T15:05:27.451Z] ---> 1ebecf6276a3 [2023-02-16T15:05:27.451Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-16T15:05:27.451Z] Removing intermediate container 28fa48f157ea [2023-02-16T15:05:27.451Z] ---> 44c74a642e88 [2023-02-16T15:05:27.451Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T15:05:27.710Z] ---> 404609d1af4e [2023-02-16T15:05:27.710Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:05:27.710Z] ---> 43c7f3f98422 [2023-02-16T15:05:27.710Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:05:27.710Z] ---> Running in 03ebdbcdd881 [2023-02-16T15:05:27.710Z] ---> Running in 1e293076e4b0 [2023-02-16T15:05:27.710Z] Removing intermediate container 720fbbcf788a [2023-02-16T15:05:27.710Z] ---> 6b82ac436a27 [2023-02-16T15:05:27.710Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T15:05:27.969Z] Removing intermediate container e0c4f43db0c1 [2023-02-16T15:05:27.969Z] ---> addceeb1e700 [2023-02-16T15:05:27.969Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T15:05:27.969Z] Removing intermediate container b79c6e648450 [2023-02-16T15:05:27.969Z] ---> a157d7c8202f [2023-02-16T15:05:27.969Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-16T15:05:27.969Z] ---> 8d07f6e10a14 [2023-02-16T15:05:27.969Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:05:27.969Z] ---> Running in 8ecc21ef6c0e [2023-02-16T15:05:27.969Z] ---> ff090ae25e4c [2023-02-16T15:05:27.969Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:05:27.969Z] ---> Running in a8874bd52f3e [2023-02-16T15:05:28.230Z] ---> 66dc9818e781 [2023-02-16T15:05:28.230Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:05:28.230Z] ---> Running in c0c987a041ce [2023-02-16T15:05:50.141Z] Removing intermediate container a3d3ec844bcf [2023-02-16T15:05:50.141Z] ---> 38efb643a139 [2023-02-16T15:05:50.141Z] Successfully built 38efb643a139 [2023-02-16T15:05:50.141Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:05:50.477Z] + docker inspect -f . ci-base-image-arm64 [2023-02-16T15:05:50.477Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:05:50.673Z] prd-ubuntu20.04-docker-arm64-4c-16g-6305 does not seem to be running inside a container [2023-02-16T15:05:50.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-16T15:05:53.134Z] $ docker top 5a12389bf4987cf876e464d9431701fae0334af2f992a52af446122541c51008 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:05:53.970Z] + go version [2023-02-16T15:05:53.970Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-16T15:05:53.996Z] $ docker stop --time=1 5a12389bf4987cf876e464d9431701fae0334af2f992a52af446122541c51008 [2023-02-16T15:05:55.619Z] $ docker rm -f --volumes 5a12389bf4987cf876e464d9431701fae0334af2f992a52af446122541c51008 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:05:56.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T15:05:56.257Z] [2023-02-16T15:05:56.257Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:05:56.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T15:05:56.597Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-16T15:05:56.597Z] 29e5d40040c1: Pulling fs layer [2023-02-16T15:05:56.597Z] 1ce36da41761: Pulling fs layer [2023-02-16T15:05:56.597Z] 25b303627fd3: Pulling fs layer [2023-02-16T15:05:56.864Z] 29e5d40040c1: Verifying Checksum [2023-02-16T15:05:56.864Z] 29e5d40040c1: Download complete [2023-02-16T15:05:57.132Z] 1ce36da41761: Verifying Checksum [2023-02-16T15:05:57.132Z] 1ce36da41761: Download complete [2023-02-16T15:05:57.401Z] 29e5d40040c1: Pull complete [2023-02-16T15:05:58.813Z] 25b303627fd3: Verifying Checksum [2023-02-16T15:05:58.813Z] 25b303627fd3: Download complete [2023-02-16T15:05:58.813Z] 1ce36da41761: Pull complete [2023-02-16T15:06:08.906Z] 25b303627fd3: Pull complete [2023-02-16T15:06:08.906Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-16T15:06:08.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T15:06:08.906Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:06:09.095Z] prd-ubuntu20.04-docker-arm64-4c-16g-6305 does not seem to be running inside a container [2023-02-16T15:06:09.164Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-16T15:06:11.276Z] $ docker top 68e1a472421a69b8273cfbb09cbb569ae88f1a942da26c99a78e29d35987efa9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:06:12.110Z] + grep parallel [2023-02-16T15:06:12.110Z] + docker-compose build --help [2023-02-16T15:06:16.366Z] --parallel Build images in parallel. [Pipeline] } [2023-02-16T15:06:16.389Z] $ docker stop --time=1 68e1a472421a69b8273cfbb09cbb569ae88f1a942da26c99a78e29d35987efa9 [2023-02-16T15:06:18.048Z] $ docker rm -f --volumes 68e1a472421a69b8273cfbb09cbb569ae88f1a942da26c99a78e29d35987efa9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:06:18.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T15:06:18.587Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:06:18.767Z] prd-ubuntu20.04-docker-arm64-4c-16g-6305 does not seem to be running inside a container [2023-02-16T15:06:18.841Z] $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-16T15:06:19.998Z] $ docker top 016db03ca9697adefef47f2957de08feacd5d22c3d7086470c13587cbfe9d376 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:06:20.839Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-16T15:06:25.100Z] Building core-command ... [2023-02-16T15:06:25.101Z] Building core-common-config-bootstrapper ... [2023-02-16T15:06:25.101Z] Building core-data ... [2023-02-16T15:06:25.101Z] Building core-metadata ... [2023-02-16T15:06:25.101Z] Building security-bootstrapper ... [2023-02-16T15:06:25.101Z] Building security-proxy-setup ... [2023-02-16T15:06:25.101Z] Building security-secretstore-setup ... [2023-02-16T15:06:25.101Z] Building security-spiffe-token-provider ... [2023-02-16T15:06:25.101Z] Building security-spire-agent ... [2023-02-16T15:06:25.101Z] Building security-spire-config ... [2023-02-16T15:06:25.101Z] Building security-spire-server ... [2023-02-16T15:06:25.101Z] Building support-notifications ... [2023-02-16T15:06:25.101Z] Building support-scheduler ... [2023-02-16T15:06:25.101Z] Building security-proxy-setup [2023-02-16T15:06:25.101Z] Building security-spire-config [2023-02-16T15:06:25.101Z] Building security-spire-server [2023-02-16T15:06:25.101Z] Building core-command [2023-02-16T15:06:25.101Z] Building security-spire-agent [2023-02-16T15:06:35.166Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:06:35.166Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:06:35.167Z] ---> 38efb643a139 [2023-02-16T15:06:35.167Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T15:06:35.167Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:06:35.167Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:06:35.167Z] ---> 38efb643a139 [2023-02-16T15:06:35.167Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:06:35.167Z] ---> Running in d0273fd09dab [2023-02-16T15:06:35.167Z] ---> Running in a3b82a4fe15d [2023-02-16T15:06:35.167Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:06:35.167Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:06:35.167Z] ---> 38efb643a139 [2023-02-16T15:06:35.167Z] Step 3/21 : WORKDIR /edgex-go [2023-02-16T15:06:35.167Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:06:35.167Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:06:35.167Z] ---> 38efb643a139 [2023-02-16T15:06:35.167Z] Step 3/23 : WORKDIR /edgex-go [2023-02-16T15:06:35.167Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:06:35.167Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:06:35.167Z] ---> 38efb643a139 [2023-02-16T15:06:35.167Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T15:06:35.167Z] ---> Running in a14146c17d6d [2023-02-16T15:06:35.167Z] ---> Running in f3c68ed25887 [2023-02-16T15:06:35.167Z] ---> Running in 2f24ba9e91c2 [2023-02-16T15:06:35.749Z] Removing intermediate container d0273fd09dab [2023-02-16T15:06:35.749Z] ---> c550c10a73e5 [2023-02-16T15:06:35.749Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T15:06:35.749Z] Removing intermediate container a3b82a4fe15d [2023-02-16T15:06:35.749Z] ---> 733854ecac68 [2023-02-16T15:06:35.749Z] Step 4/23 : WORKDIR /edgex-go [2023-02-16T15:06:35.749Z] ---> Running in bd109743f358 [2023-02-16T15:06:35.749Z] ---> Running in 8b0bd243a629 [2023-02-16T15:06:35.749Z] Removing intermediate container f3c68ed25887 [2023-02-16T15:06:35.749Z] ---> 9dde0421816b [2023-02-16T15:06:35.749Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-16T15:06:35.749Z] Removing intermediate container a14146c17d6d [2023-02-16T15:06:35.749Z] ---> fad5e81b16fa [2023-02-16T15:06:35.749Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T15:06:36.015Z] Removing intermediate container 2f24ba9e91c2 [2023-02-16T15:06:36.015Z] ---> e03e892aefc3 [2023-02-16T15:06:36.015Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T15:06:36.015Z] ---> Running in 0e69554dae6d [2023-02-16T15:06:36.015Z] ---> Running in a24908d42dc3 [2023-02-16T15:06:36.284Z] ---> Running in 9b7445fea7af [2023-02-16T15:06:36.550Z] Removing intermediate container 8b0bd243a629 [2023-02-16T15:06:36.550Z] ---> 8281ca12a270 [2023-02-16T15:06:36.550Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-16T15:06:36.815Z] ---> Running in bb7676e782f6 [2023-02-16T15:06:37.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:38.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:06:39.451Z] OK: 221 MiB in 51 packages [2023-02-16T15:06:39.718Z] OK: 221 MiB in 51 packages [2023-02-16T15:06:40.309Z] OK: 221 MiB in 51 packages [2023-02-16T15:06:40.309Z] OK: 221 MiB in 51 packages [2023-02-16T15:06:40.309Z] OK: 221 MiB in 51 packages [2023-02-16T15:06:41.268Z] Removing intermediate container 0e69554dae6d [2023-02-16T15:06:41.268Z] ---> 6f46d1c3faab [2023-02-16T15:06:41.268Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-16T15:06:41.268Z] Removing intermediate container bd109743f358 [2023-02-16T15:06:41.268Z] ---> e36b8294a030 [2023-02-16T15:06:41.268Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T15:06:41.864Z] Removing intermediate container a24908d42dc3 [2023-02-16T15:06:41.864Z] ---> 002da7c56251 [2023-02-16T15:06:41.864Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-16T15:06:42.147Z] Removing intermediate container bb7676e782f6 [2023-02-16T15:06:42.147Z] ---> bef454814b52 [2023-02-16T15:06:42.147Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-16T15:06:42.147Z] Removing intermediate container 9b7445fea7af [2023-02-16T15:06:42.147Z] ---> 6e1a7a693a27 [2023-02-16T15:06:42.147Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T15:06:42.416Z] ---> 8230517bd3dd [2023-02-16T15:06:42.417Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:06:42.417Z] ---> 64e51b40976d [2023-02-16T15:06:42.417Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:06:42.417Z] ---> Running in b654370c6fac [2023-02-16T15:06:42.417Z] ---> Running in 45f695b40e1b [2023-02-16T15:06:43.379Z] ---> c9acc7327183 [2023-02-16T15:06:43.379Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:06:43.379Z] ---> 7916a975f7c7 [2023-02-16T15:06:43.379Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:06:43.379Z] ---> 334d5edf78cc [2023-02-16T15:06:43.379Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:06:43.379Z] ---> Running in acd7f9315375 [2023-02-16T15:06:43.379Z] ---> Running in d86c1b1056ea [2023-02-16T15:06:43.379Z] ---> Running in ab06939ace70 [2023-02-16T15:07:04.820Z] Removing intermediate container a8874bd52f3e [2023-02-16T15:07:04.820Z] ---> b994b237c74a [2023-02-16T15:07:04.820Z] Step 8/22 : COPY . . [2023-02-16T15:07:04.820Z] Removing intermediate container 1e293076e4b0 [2023-02-16T15:07:04.820Z] ---> 40dd433b5cbb [2023-02-16T15:07:04.820Z] Step 7/21 : COPY . . [2023-02-16T15:07:04.820Z] Removing intermediate container c0c987a041ce [2023-02-16T15:07:04.820Z] ---> fd7f5afb1845 [2023-02-16T15:07:04.820Z] Step 8/24 : COPY . . [2023-02-16T15:07:04.820Z] Removing intermediate container 03ebdbcdd881 [2023-02-16T15:07:04.820Z] ---> 99e8bab98f6f [2023-02-16T15:07:04.820Z] Step 7/24 : COPY . . [2023-02-16T15:07:04.820Z] Removing intermediate container 8ecc21ef6c0e [2023-02-16T15:07:04.820Z] ---> daad0acc3deb [2023-02-16T15:07:04.820Z] Step 8/22 : COPY . . [2023-02-16T15:07:23.039Z] ---> 09c37b27ba09 [2023-02-16T15:07:23.039Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-16T15:07:23.039Z] ---> 8bfe59d3c06c [2023-02-16T15:07:23.039Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-16T15:07:23.039Z] ---> 7aaa122fe55e [2023-02-16T15:07:23.039Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-16T15:07:23.039Z] ---> 50292cade375 [2023-02-16T15:07:23.039Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-16T15:07:23.039Z] ---> Running in f5bcae4724b3 [2023-02-16T15:07:23.039Z] ---> f675e99431d9 [2023-02-16T15:07:23.039Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-16T15:07:23.039Z] ---> Running in 74f9d4d9339c [2023-02-16T15:07:23.039Z] ---> Running in f38f94665a67 [2023-02-16T15:07:23.039Z] ---> Running in ae1edb15fe02 [2023-02-16T15:07:23.039Z] ---> Running in f39d06797280 [2023-02-16T15:07:23.039Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-16T15:07:23.039Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-16T15:07:23.039Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-16T15:07:23.039Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-16T15:07:23.039Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-16T15:07:55.102Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-16T15:07:55.102Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-16T15:08:07.317Z] Removing intermediate container f38f94665a67 [2023-02-16T15:08:07.317Z] ---> d9791fd84796 [2023-02-16T15:08:07.317Z] [2023-02-16T15:08:07.317Z] Step 9/21 : FROM alpine:3.16 [2023-02-16T15:08:07.317Z] Removing intermediate container 74f9d4d9339c [2023-02-16T15:08:07.317Z] ---> c013daf5331b [2023-02-16T15:08:07.317Z] [2023-02-16T15:08:07.317Z] Step 10/24 : FROM alpine:3.16 [2023-02-16T15:08:07.317Z] Removing intermediate container ae1edb15fe02 [2023-02-16T15:08:07.317Z] ---> 6de27bfcd14c [2023-02-16T15:08:07.317Z] [2023-02-16T15:08:07.317Z] Step 9/24 : FROM alpine:3.16 [2023-02-16T15:08:07.317Z] Removing intermediate container f39d06797280 [2023-02-16T15:08:07.317Z] ---> f54dc98c1b64 [2023-02-16T15:08:07.317Z] [2023-02-16T15:08:07.317Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T15:08:07.887Z] 3.16: Pulling from library/alpine [2023-02-16T15:08:08.146Z] 3.16: Pulling from library/alpine [2023-02-16T15:08:08.714Z] 3.16: Pulling from library/alpine [2023-02-16T15:08:08.714Z] 3.16: Pulling from library/alpine [2023-02-16T15:08:12.018Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T15:08:12.018Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T15:08:12.018Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T15:08:12.018Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T15:08:12.018Z] Status: Image is up to date for alpine:3.16 [2023-02-16T15:08:12.018Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T15:08:12.018Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T15:08:12.018Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T15:08:12.018Z] ---> dfd21b5a31f5 [2023-02-16T15:08:12.018Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-16T15:08:12.018Z] ---> dfd21b5a31f5 [2023-02-16T15:08:12.018Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:08:12.018Z] ---> dfd21b5a31f5 [2023-02-16T15:08:12.018Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-16T15:08:12.018Z] ---> dfd21b5a31f5 [2023-02-16T15:08:12.018Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-16T15:08:12.018Z] ---> Running in ca2f8c0798f1 [2023-02-16T15:08:12.018Z] ---> Running in 7deb79968059 [2023-02-16T15:08:12.018Z] ---> Running in ac5b91388041 [2023-02-16T15:08:12.018Z] ---> Running in 8547d34006be [2023-02-16T15:08:12.018Z] Removing intermediate container f5bcae4724b3 [2023-02-16T15:08:12.018Z] ---> c2cc1c2414c1 [2023-02-16T15:08:12.018Z] [2023-02-16T15:08:12.018Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T15:08:12.018Z] ---> dfd21b5a31f5 [2023-02-16T15:08:12.018Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-16T15:08:12.018Z] ---> Running in 0bab79c6420e [2023-02-16T15:08:12.018Z] Removing intermediate container ca2f8c0798f1 [2023-02-16T15:08:12.018Z] ---> 2f45432e1ebc [2023-02-16T15:08:12.018Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:08:12.018Z] ---> Running in f9d07911de3c [2023-02-16T15:08:12.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:12.794Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-16T15:08:12.794Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-16T15:08:12.795Z] (3/3) Installing su-exec (0.2-r1) [2023-02-16T15:08:12.795Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:08:12.795Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T15:08:12.795Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T15:08:12.795Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-16T15:08:12.795Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T15:08:12.795Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:08:12.795Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:08:12.795Z] OK: 6 MiB in 15 packages [2023-02-16T15:08:12.795Z] OK: 6 MiB in 15 packages [2023-02-16T15:08:12.795Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-16T15:08:12.795Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:08:12.795Z] OK: 6 MiB in 17 packages [2023-02-16T15:08:12.795Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T15:08:12.795Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-16T15:08:12.795Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-16T15:08:12.795Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-16T15:08:12.795Z] OK: 6 MiB in 16 packages [2023-02-16T15:08:12.795Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-16T15:08:12.795Z] (5/6) Installing curl (7.83.1-r6) [2023-02-16T15:08:12.795Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-16T15:08:12.795Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:08:13.053Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T15:08:13.053Z] OK: 8 MiB in 20 packages [2023-02-16T15:08:13.620Z] Removing intermediate container ac5b91388041 [2023-02-16T15:08:13.620Z] ---> 7e70e0837aae [2023-02-16T15:08:13.620Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T15:08:13.879Z] ---> Running in 231d82396786 [2023-02-16T15:08:13.879Z] Removing intermediate container f9d07911de3c [2023-02-16T15:08:13.879Z] ---> c5ae9eb37283 [2023-02-16T15:08:13.879Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:08:13.879Z] Removing intermediate container 8547d34006be [2023-02-16T15:08:13.879Z] ---> 06f51c5a1d0c [2023-02-16T15:08:13.879Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T15:08:13.879Z] Removing intermediate container 0bab79c6420e [2023-02-16T15:08:13.879Z] ---> fad5c54437b3 [2023-02-16T15:08:13.879Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T15:08:13.879Z] Removing intermediate container 7deb79968059 [2023-02-16T15:08:13.879Z] ---> c324f7c5ef0e [2023-02-16T15:08:13.879Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T15:08:13.879Z] ---> Running in 5bdb96dfebff [2023-02-16T15:08:13.879Z] ---> Running in 4d50bdce09c3 [2023-02-16T15:08:13.879Z] ---> Running in b6535fdc2d7a [2023-02-16T15:08:13.879Z] Removing intermediate container 231d82396786 [2023-02-16T15:08:13.879Z] ---> 669f7427170f [2023-02-16T15:08:13.879Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-16T15:08:13.879Z] ---> a53eb26497fe [2023-02-16T15:08:13.879Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-16T15:08:13.879Z] ---> Running in c78e5f30657a [2023-02-16T15:08:14.144Z] Removing intermediate container 5bdb96dfebff [2023-02-16T15:08:14.144Z] ---> eb12f4efbef2 [2023-02-16T15:08:14.144Z] Step 12/21 : WORKDIR /edgex [2023-02-16T15:08:14.144Z] Removing intermediate container 4d50bdce09c3 [2023-02-16T15:08:14.144Z] ---> 6342446143d9 [2023-02-16T15:08:14.144Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-16T15:08:14.144Z] Removing intermediate container b6535fdc2d7a [2023-02-16T15:08:14.144Z] ---> 2dbad67d4cda [2023-02-16T15:08:14.144Z] Step 12/24 : WORKDIR / [2023-02-16T15:08:14.144Z] ---> Running in 4069d6e62973 [2023-02-16T15:08:14.408Z] ---> Running in c57472157d93 [2023-02-16T15:08:14.408Z] Removing intermediate container c78e5f30657a [2023-02-16T15:08:14.408Z] ---> f87cff76e070 [2023-02-16T15:08:14.408Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-16T15:08:14.408Z] ---> Running in d6decd88a768 [2023-02-16T15:08:14.408Z] ---> Running in f58390e9406b [2023-02-16T15:08:14.408Z] Removing intermediate container c57472157d93 [2023-02-16T15:08:14.408Z] ---> abd5f7c7e3fe [2023-02-16T15:08:14.408Z] ---> fd3cc09a300d [2023-02-16T15:08:14.408Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-16T15:08:14.408Z] Step 14/22 : EXPOSE $APP_PORTRemoving intermediate container 4069d6e62973 [2023-02-16T15:08:14.408Z] ---> 7f175bae61e2 [2023-02-16T15:08:14.408Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-16T15:08:14.408Z] [2023-02-16T15:08:14.408Z] ---> Running in 950f35daa498 [2023-02-16T15:08:14.408Z] Removing intermediate container d6decd88a768 [2023-02-16T15:08:14.408Z] ---> f0d1a8c01a85 [2023-02-16T15:08:14.408Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-16T15:08:14.408Z] Removing intermediate container f58390e9406b [2023-02-16T15:08:14.408Z] ---> a762fe679161 [2023-02-16T15:08:14.408Z] Step 15/24 : WORKDIR / [2023-02-16T15:08:14.679Z] ---> Running in 4b62f45e3b3e [2023-02-16T15:08:14.679Z] Removing intermediate container 950f35daa498 [2023-02-16T15:08:14.679Z] ---> 63e76456afd7 [2023-02-16T15:08:14.679Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:08:14.679Z] ---> 14a110baf544 [2023-02-16T15:08:14.679Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-16T15:08:14.679Z] ---> 698fa720e7a5 [2023-02-16T15:08:14.679Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-16T15:08:14.679Z] Removing intermediate container 4b62f45e3b3e [2023-02-16T15:08:14.679Z] ---> 8cd52f4219be [2023-02-16T15:08:14.679Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:08:14.679Z] ---> 17b4fb03b1c2 [2023-02-16T15:08:14.679Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-16T15:08:14.679Z] ---> 0183f9ad0d39 [2023-02-16T15:08:14.679Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-16T15:08:14.679Z] ---> 7b52b67ba156 [2023-02-16T15:08:14.679Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T15:08:14.936Z] ---> Running in addbdccd43bd [2023-02-16T15:08:16.309Z] ---> a65c0f9a6d25 [2023-02-16T15:08:16.309Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-16T15:08:16.309Z] ---> 64c812099c3f [2023-02-16T15:08:16.309Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-16T15:08:16.929Z] ---> 85d0910c6cca [2023-02-16T15:08:16.929Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-16T15:08:16.929Z] ---> 248840780f5d [2023-02-16T15:08:16.929Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-16T15:08:16.929Z] ---> 9546410f4fae [2023-02-16T15:08:16.929Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-16T15:08:16.929Z] ---> 4631eea786de [2023-02-16T15:08:16.929Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-16T15:08:17.187Z] ---> e9835d6f1e50 [2023-02-16T15:08:17.187Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-16T15:08:17.187Z] ---> 1b8ef0a002af [2023-02-16T15:08:17.187Z] ---> Running in 4e9d8a4d1810 [2023-02-16T15:08:17.187Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T15:08:17.187Z] ---> 5f77a18b6768 [2023-02-16T15:08:17.187Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-16T15:08:17.187Z] ---> 9d973f1b1ac0 [2023-02-16T15:08:17.187Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-16T15:08:17.446Z] Removing intermediate container addbdccd43bd [2023-02-16T15:08:17.446Z] ---> a8b8c28b430d [2023-02-16T15:08:17.446Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T15:08:17.446Z] Removing intermediate container 4e9d8a4d1810 [2023-02-16T15:08:17.446Z] ---> 2d0e22b48aa0 [2023-02-16T15:08:17.446Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:08:17.446Z] ---> Running in 69f03367fd29 [2023-02-16T15:08:17.446Z] ---> Running in 6319d3025717 [2023-02-16T15:08:17.706Z] ---> 4e7c66d08e9f [2023-02-16T15:08:17.706Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T15:08:17.706Z] ---> bc9d6699cd19 [2023-02-16T15:08:17.706Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-16T15:08:17.706Z] ---> Running in 86ab3bb08268 [2023-02-16T15:08:17.706Z] Removing intermediate container 6319d3025717 [2023-02-16T15:08:17.706Z] ---> 5fb657cd3972 [2023-02-16T15:08:17.706Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T15:08:17.964Z] Removing intermediate container 69f03367fd29 [2023-02-16T15:08:17.964Z] ---> dcea0dc7057c [2023-02-16T15:08:17.964Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-16T15:08:17.964Z] ---> 4015e57cd9e3 [2023-02-16T15:08:17.964Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-16T15:08:17.964Z] ---> Running in 98819b4e9a2b [2023-02-16T15:08:17.964Z] ---> Running in 5b628d9d7f9f [2023-02-16T15:08:17.964Z] ---> Running in 555c59d0ea7e [2023-02-16T15:08:18.224Z] Removing intermediate container 5b628d9d7f9f [2023-02-16T15:08:18.224Z] Removing intermediate container 98819b4e9a2b [2023-02-16T15:08:18.224Z] ---> c7091fc9309b [2023-02-16T15:08:18.224Z] ---> b35fdacca709 [2023-02-16T15:08:18.224Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"]Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:08:18.224Z] [2023-02-16T15:08:18.224Z] Removing intermediate container 555c59d0ea7e [2023-02-16T15:08:18.224Z] ---> f4b07f2a967c [2023-02-16T15:08:18.224Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T15:08:18.482Z] ---> Running in ccf51ef73cbc [2023-02-16T15:08:18.482Z] ---> Running in ac58290fa0d9 [2023-02-16T15:08:18.482Z] ---> 732c1f82e72f [2023-02-16T15:08:18.482Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T15:08:18.482Z] ---> Running in 2e07f9fee1df [2023-02-16T15:08:18.482Z] Removing intermediate container ac58290fa0d9 [2023-02-16T15:08:18.482Z] ---> 36ce3a39349f [2023-02-16T15:08:18.482Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T15:08:18.482Z] Removing intermediate container 2e07f9fee1df [2023-02-16T15:08:18.482Z] ---> 4ee770bd5a6d [2023-02-16T15:08:18.482Z] Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:08:18.482Z] Removing intermediate container ccf51ef73cbc [2023-02-16T15:08:18.482Z] ---> c26d86196d96 [2023-02-16T15:08:18.482Z] Step 22/22 : LABEL version=3.0.0-dev.55 [2023-02-16T15:08:18.482Z] ---> Running in 972d980e44d0 [2023-02-16T15:08:18.740Z] ---> Running in 4fde61e633fc [2023-02-16T15:08:18.740Z] ---> dfb2bbab8e20 [2023-02-16T15:08:18.740Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T15:08:18.740Z] ---> Running in 9b1d9a125fe8 [2023-02-16T15:08:18.740Z] ---> Running in a665c7a72426 [2023-02-16T15:08:18.740Z] Removing intermediate container 972d980e44d0 [2023-02-16T15:08:18.740Z] ---> d6efee9c0c75 [2023-02-16T15:08:18.740Z] Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:08:18.740Z] Removing intermediate container 4fde61e633fc [2023-02-16T15:08:18.740Z] ---> 7ba40a89b5e4 [2023-02-16T15:08:18.740Z] [2023-02-16T15:08:18.740Z] Removing intermediate container 86ab3bb08268 [2023-02-16T15:08:18.740Z] ---> e013e1d2bb88 [2023-02-16T15:08:18.740Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T15:08:18.740Z] ---> Running in 7488163eb19b [2023-02-16T15:08:18.740Z] ---> Running in a3d7df989aed [2023-02-16T15:08:18.740Z] Removing intermediate container 9b1d9a125fe8 [2023-02-16T15:08:18.740Z] ---> 7772b4ac4e37 [2023-02-16T15:08:18.740Z] Step 22/22 : LABEL version=3.0.0-dev.55 [2023-02-16T15:08:18.740Z] ---> Running in d3d4a4602cd1 [2023-02-16T15:08:18.740Z] Successfully built 7ba40a89b5e4 [2023-02-16T15:08:18.740Z] Successfully tagged support-notifications:latest [2023-02-16T15:08:18.740Z]  Building support-notifications ... done Building security-spiffe-token-provider [2023-02-16T15:08:19.422Z] Removing intermediate container a3d7df989aed [2023-02-16T15:08:19.422Z] ---> 8512167ccdbe [2023-02-16T15:08:19.422Z] Step 19/21 : LABEL arch=x86_64 [2023-02-16T15:08:19.422Z] Removing intermediate container 7488163eb19b [2023-02-16T15:08:19.422Z] ---> c1b88460aad3 [2023-02-16T15:08:19.422Z] Step 24/24 : LABEL version=3.0.0-dev.55 [2023-02-16T15:08:19.422Z] ---> Running in c799bb2743b5 [2023-02-16T15:08:19.422Z] Removing intermediate container d3d4a4602cd1 [2023-02-16T15:08:19.422Z] ---> d6fa132dd2f5 [2023-02-16T15:08:19.422Z] [2023-02-16T15:08:19.422Z] ---> Running in 78029439360c [2023-02-16T15:08:19.422Z] Successfully built d6fa132dd2f5 [2023-02-16T15:08:21.954Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:08:21.954Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:08:21.954Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-16T15:08:21.954Z]  Building core-common-config-bootstrapper ... done  ---> 4514c59a9bd0 [2023-02-16T15:08:21.954Z] Step 3/19 : WORKDIR /edgex-go [2023-02-16T15:08:21.954Z] Building security-spire-server [2023-02-16T15:08:21.954Z] ---> Using cache [2023-02-16T15:08:21.954Z] ---> edd6af27d69a [2023-02-16T15:08:21.954Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-16T15:08:24.170Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:08:24.170Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:08:24.170Z] ---> 4514c59a9bd0 [2023-02-16T15:08:24.170Z] Step 3/23 : WORKDIR /edgex-go [2023-02-16T15:08:24.170Z] ---> Using cache [2023-02-16T15:08:24.170Z] ---> edd6af27d69a [2023-02-16T15:08:24.170Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T15:08:26.085Z] Removing intermediate container c799bb2743b5 [2023-02-16T15:08:26.085Z] ---> 0de9115ecf40 [2023-02-16T15:08:26.085Z] Step 20/21 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:08:29.373Z] Removing intermediate container 78029439360c [2023-02-16T15:08:29.373Z] ---> d510422731ef [2023-02-16T15:08:29.373Z] [2023-02-16T15:08:29.373Z] ---> Running in df9c61e1b20c [2023-02-16T15:08:29.373Z] ---> Running in b7c363b36af4 [2023-02-16T15:08:29.373Z] ---> Running in 9626757abcb6 [2023-02-16T15:08:29.373Z] Successfully built d510422731ef [2023-02-16T15:08:29.373Z] Successfully tagged core-metadata:latest [2023-02-16T15:08:29.373Z]  Building core-metadata ... done Building security-spire-agent [2023-02-16T15:08:29.373Z] Removing intermediate container df9c61e1b20c [2023-02-16T15:08:29.373Z] ---> 63c06c94ea54 [2023-02-16T15:08:29.373Z] Step 21/21 : LABEL version=3.0.0-dev.55 [2023-02-16T15:08:29.373Z] Removing intermediate container a665c7a72426 [2023-02-16T15:08:29.373Z] ---> e0891665bdae [2023-02-16T15:08:29.373Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T15:08:29.373Z] ---> Running in 8c5f504fe462 [2023-02-16T15:08:29.373Z] ---> Running in 5fad86cccca9 [2023-02-16T15:08:30.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:30.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:31.182Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-16T15:08:31.182Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-16T15:08:31.182Z] OK: 17046 distinct packages available [2023-02-16T15:08:31.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:31.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:31.440Z] OK: 211 MiB in 51 packages [2023-02-16T15:08:32.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:32.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:32.816Z] OK: 211 MiB in 51 packages [2023-02-16T15:08:33.752Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:08:33.752Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:08:33.752Z] ---> 4514c59a9bd0 [2023-02-16T15:08:33.752Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T15:08:33.752Z] ---> Using cache [2023-02-16T15:08:33.752Z] ---> edd6af27d69a [2023-02-16T15:08:33.752Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T15:08:35.086Z] Removing intermediate container acd7f9315375 [2023-02-16T15:08:35.087Z] ---> 4f674fd734c5 [2023-02-16T15:08:35.087Z] Step 8/23 : COPY . . [2023-02-16T15:08:35.087Z] Removing intermediate container d86c1b1056ea [2023-02-16T15:08:35.087Z] ---> 802f92c191a0 [2023-02-16T15:08:35.087Z] Step 7/24 : COPY . . [2023-02-16T15:08:35.087Z] Removing intermediate container 45f695b40e1b [2023-02-16T15:08:35.087Z] ---> 9bdb3ea4d7c2 [2023-02-16T15:08:35.087Z] Step 7/23 : COPY . . [2023-02-16T15:08:35.087Z] Removing intermediate container b654370c6fac [2023-02-16T15:08:35.087Z] ---> 18702f728ef3 [2023-02-16T15:08:35.087Z] Step 7/24 : COPY . . [2023-02-16T15:08:35.087Z] Removing intermediate container ab06939ace70 [2023-02-16T15:08:35.087Z] ---> 6957bf0f9757 [2023-02-16T15:08:35.087Z] Step 7/21 : COPY . . [2023-02-16T15:08:35.087Z] ---> 7e49fb62acd2 [2023-02-16T15:08:35.087Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-16T15:08:35.087Z] ---> Running in fe12c58be82f [2023-02-16T15:08:35.087Z] ---> 1a9d800a3a5d [2023-02-16T15:08:35.087Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T15:08:35.087Z] ---> 0fed17b9de68 [2023-02-16T15:08:35.087Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T15:08:35.087Z] ---> 4a962a6262aa [2023-02-16T15:08:35.087Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-16T15:08:35.087Z] ---> Running in 60cf3c368193 [2023-02-16T15:08:35.087Z] ---> Running in bafeb5724344 [2023-02-16T15:08:35.087Z] ---> 833949299ded [2023-02-16T15:08:35.087Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T15:08:35.087Z] ---> Running in 3782c12b9434 [2023-02-16T15:08:35.087Z] ---> Running in f7fac9d9fb47 [2023-02-16T15:08:35.087Z] Removing intermediate container bafeb5724344 [2023-02-16T15:08:35.087Z] ---> c4aa80de9715 [2023-02-16T15:08:35.087Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T15:08:35.087Z] ---> Running in da67f890b712 [2023-02-16T15:08:35.087Z] Removing intermediate container f7fac9d9fb47 [2023-02-16T15:08:35.087Z] Removing intermediate container 60cf3c368193 [2023-02-16T15:08:35.087Z] ---> d7443bf74973 [2023-02-16T15:08:35.087Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T15:08:35.087Z] ---> 0f01a2008a82 [2023-02-16T15:08:35.087Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-16T15:08:35.087Z] ---> Running in 11a770cc0ec1 [2023-02-16T15:08:35.087Z] ---> Running in 7eaa48308d5f [2023-02-16T15:08:35.087Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-16T15:08:35.087Z] Removing intermediate container da67f890b712 [2023-02-16T15:08:35.087Z] ---> cec3e0a534cf [2023-02-16T15:08:35.087Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-16T15:08:35.087Z] ---> Running in c0b7e91a5587 [2023-02-16T15:08:35.087Z] Removing intermediate container 11a770cc0ec1 [2023-02-16T15:08:35.087Z] ---> 4ea526412aea [2023-02-16T15:08:35.087Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-16T15:08:35.087Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-16T15:08:35.087Z] Removing intermediate container 7eaa48308d5f [2023-02-16T15:08:35.087Z] ---> e24039bc5b37 [2023-02-16T15:08:35.087Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-16T15:08:35.087Z] ---> Running in d54586b02b7e [2023-02-16T15:08:35.087Z] ---> Running in 0e6ac1a0bf93 [2023-02-16T15:08:37.042Z] Removing intermediate container 8c5f504fe462 [2023-02-16T15:08:37.042Z] ---> 5a93201194c6 [2023-02-16T15:08:37.042Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T15:08:37.301Z] ---> Running in 1cd35e828f0a [2023-02-16T15:08:37.301Z] Removing intermediate container 5fad86cccca9 [2023-02-16T15:08:37.301Z] ---> 126629d719fb [2023-02-16T15:08:37.301Z] [2023-02-16T15:08:37.301Z] Successfully built 126629d719fb [2023-02-16T15:08:37.301Z] Successfully tagged security-proxy-setup:latest [2023-02-16T15:08:37.301Z]  Building security-proxy-setup ... done Building support-scheduler [2023-02-16T15:08:37.301Z] ---> Running in 2d676709ee07 [2023-02-16T15:08:41.529Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:08:41.529Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:08:41.529Z] ---> 4514c59a9bd0 [2023-02-16T15:08:41.529Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:08:41.529Z] ---> Using cache [2023-02-16T15:08:41.529Z] ---> 38b192ca8c73 [2023-02-16T15:08:41.529Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T15:08:41.529Z] ---> Using cache [2023-02-16T15:08:41.529Z] ---> 18f5ae0b8d90 [2023-02-16T15:08:41.529Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T15:08:41.529Z] ---> Using cache [2023-02-16T15:08:41.529Z] ---> a157d7c8202f [2023-02-16T15:08:41.529Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T15:08:41.529Z] ---> Using cache [2023-02-16T15:08:41.529Z] ---> 66dc9818e781 [2023-02-16T15:08:41.529Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:08:41.529Z] ---> Using cache [2023-02-16T15:08:41.529Z] ---> fd7f5afb1845 [2023-02-16T15:08:41.529Z] Step 8/22 : COPY . . [2023-02-16T15:08:41.529Z] ---> Using cache [2023-02-16T15:08:41.529Z] ---> 8bfe59d3c06c [2023-02-16T15:08:41.529Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-16T15:08:41.758Z] Removing intermediate container d54586b02b7e [2023-02-16T15:08:41.758Z] ---> d6ea5d61ed78 [2023-02-16T15:08:41.758Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T15:08:41.758Z] Removing intermediate container c0b7e91a5587 [2023-02-16T15:08:41.758Z] ---> ed4c65fbd5ef [2023-02-16T15:08:41.758Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T15:08:41.758Z] Removing intermediate container 0e6ac1a0bf93 [2023-02-16T15:08:41.758Z] ---> c76441bf78a7 [2023-02-16T15:08:41.758Z] Step 11/23 : WORKDIR /edgex-go [2023-02-16T15:08:41.758Z] ---> Running in 898cd62f6174 [2023-02-16T15:08:41.758Z] ---> Running in ebe3a5c3f1b2 [2023-02-16T15:08:41.758Z] ---> Running in b52528e6f813 [2023-02-16T15:08:43.186Z] Removing intermediate container b52528e6f813 [2023-02-16T15:08:43.186Z] ---> 37a3892f5db4 [2023-02-16T15:08:43.186Z] [2023-02-16T15:08:43.186Z] Step 12/23 : FROM alpine:3.15 [2023-02-16T15:08:43.186Z] Removing intermediate container 898cd62f6174 [2023-02-16T15:08:43.186Z] ---> d8008a6c7dd9 [2023-02-16T15:08:43.186Z] [2023-02-16T15:08:43.186Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T15:08:43.433Z] Removing intermediate container 2d676709ee07 [2023-02-16T15:08:43.433Z] ---> ca7a92b0bfda [2023-02-16T15:08:43.433Z] Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:08:43.433Z] ---> Running in ca59c3cf7702 [2023-02-16T15:08:43.433Z] Removing intermediate container 9626757abcb6 [2023-02-16T15:08:43.433Z] ---> 8d0e3261f848 [2023-02-16T15:08:43.433Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-16T15:08:43.433Z] ---> Running in 45abfec9cf44 [2023-02-16T15:08:43.433Z] Removing intermediate container b7c363b36af4 [2023-02-16T15:08:43.433Z] ---> 57958eb57e44 [2023-02-16T15:08:43.433Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-16T15:08:43.433Z] Removing intermediate container 45abfec9cf44 [2023-02-16T15:08:43.433Z] ---> 3d4c2ec724fc [2023-02-16T15:08:43.433Z] Step 24/24 : LABEL version=3.0.0-dev.55 [2023-02-16T15:08:43.433Z] ---> 4199a669e848 [2023-02-16T15:08:43.433Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:08:43.433Z] ---> Running in 76ea5480b213 [2023-02-16T15:08:43.433Z] ---> Running in 347fee068d6e [2023-02-16T15:08:43.433Z] ---> f4d3568ca175 [2023-02-16T15:08:43.433Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:08:43.433Z] Removing intermediate container 76ea5480b213 [2023-02-16T15:08:43.433Z] ---> 9fe6cfda7d1d [2023-02-16T15:08:43.433Z] [2023-02-16T15:08:43.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:43.433Z] ---> Running in ef843c9576f2 [2023-02-16T15:08:43.433Z] Successfully built 9fe6cfda7d1d [2023-02-16T15:08:43.433Z] Successfully tagged security-secretstore-setup:latest [2023-02-16T15:08:43.433Z] Building security-bootstrapper [2023-02-16T15:08:43.433Z]  Building security-secretstore-setup ... done go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-16T15:08:43.472Z] Removing intermediate container ebe3a5c3f1b2 [2023-02-16T15:08:43.472Z] ---> 084f7327e2b4 [2023-02-16T15:08:43.472Z] [2023-02-16T15:08:43.472Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T15:08:43.472Z] 3.15: Pulling from library/alpine [2023-02-16T15:08:43.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:08:43.754Z] 3.15: Pulling from library/alpine [2023-02-16T15:08:43.754Z] 3.15: Pulling from library/alpine [2023-02-16T15:08:43.949Z] OK: 211 MiB in 51 packages [2023-02-16T15:08:46.342Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T15:08:46.342Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T15:08:46.342Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T15:08:46.342Z] Status: Downloaded newer image for alpine:3.15 [2023-02-16T15:08:46.342Z] Status: Image is up to date for alpine:3.15 [2023-02-16T15:08:46.342Z] Status: Image is up to date for alpine:3.15 [2023-02-16T15:08:46.342Z] ---> 354640af7b1b [2023-02-16T15:08:46.342Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:08:46.342Z] ---> 354640af7b1b [2023-02-16T15:08:46.342Z] ---> 354640af7b1b [2023-02-16T15:08:46.342Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:08:46.342Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:08:46.608Z] ---> Running in d63199679603 [2023-02-16T15:08:46.608Z] ---> Running in f44a94cb057e [2023-02-16T15:08:46.608Z] ---> Running in 76f2489467cb [2023-02-16T15:08:47.233Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:08:47.233Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:08:47.233Z] ---> 4514c59a9bd0 [2023-02-16T15:08:47.233Z] Step 3/32 : WORKDIR /edgex-go [2023-02-16T15:08:47.233Z] ---> Using cache [2023-02-16T15:08:47.233Z] ---> edd6af27d69a [2023-02-16T15:08:47.233Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-16T15:08:47.233Z] ---> Using cache [2023-02-16T15:08:47.233Z] ---> 1ebecf6276a3 [2023-02-16T15:08:47.233Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-16T15:08:47.233Z] ---> Using cache [2023-02-16T15:08:47.233Z] ---> 404609d1af4e [2023-02-16T15:08:47.233Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:08:47.233Z] ---> Using cache [2023-02-16T15:08:47.233Z] ---> 40dd433b5cbb [2023-02-16T15:08:47.233Z] Step 7/32 : COPY . . [2023-02-16T15:08:47.233Z] ---> Using cache [2023-02-16T15:08:47.233Z] ---> 7aaa122fe55e [2023-02-16T15:08:47.233Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-16T15:08:48.011Z] Removing intermediate container f44a94cb057e [2023-02-16T15:08:48.011Z] ---> 9f1a0538ce42 [2023-02-16T15:08:48.011Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T15:08:48.011Z] ---> Running in 140cd653305f [2023-02-16T15:08:48.011Z] Removing intermediate container d63199679603 [2023-02-16T15:08:48.012Z] ---> 6b372b154ce9 [2023-02-16T15:08:48.012Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-16T15:08:48.012Z] Removing intermediate container 76f2489467cb [2023-02-16T15:08:48.012Z] ---> f93892469455 [2023-02-16T15:08:48.012Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T15:08:48.294Z] ---> Running in a8ea08dce845 [2023-02-16T15:08:48.565Z] ---> Running in 8c16305b3751 [2023-02-16T15:08:51.442Z] ---> Running in 1d8534e477ef [2023-02-16T15:08:51.704Z] Removing intermediate container 1cd35e828f0a [2023-02-16T15:08:51.704Z] ---> 4fd31fc915d7 [2023-02-16T15:08:51.704Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T15:08:51.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:51.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:52.179Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:52.268Z] ---> c5753999320c [2023-02-16T15:08:52.268Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:08:52.268Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-16T15:08:52.268Z] ---> Running in 57a413b192e0 [2023-02-16T15:08:52.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:52.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:52.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:54.118Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T15:08:54.118Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T15:08:54.118Z] OK: 15734 distinct packages available [2023-02-16T15:08:54.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:54.384Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T15:08:54.384Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T15:08:54.384Z] OK: 15734 distinct packages available [2023-02-16T15:08:54.384Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T15:08:54.384Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T15:08:54.384Z] OK: 15734 distinct packages available [2023-02-16T15:08:54.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:54.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:54.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:54.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:55.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:08:56.170Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-16T15:08:56.170Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-16T15:08:56.170Z] (3/4) Installing libucontext (1.1-r0) [2023-02-16T15:08:56.170Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-16T15:08:56.170Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T15:08:56.170Z] OK: 6 MiB in 18 packages [2023-02-16T15:08:56.436Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-16T15:08:56.436Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-16T15:08:56.436Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-16T15:08:56.436Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-16T15:08:56.436Z] (3/5) Installing libucontext (1.1-r0) [2023-02-16T15:08:56.436Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-16T15:08:56.436Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-16T15:08:56.704Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T15:08:56.704Z] (3/5) Installing libucontext (1.1-r0) [2023-02-16T15:08:56.704Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-16T15:08:56.704Z] OK: 6 MiB in 19 packages [2023-02-16T15:08:56.704Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-16T15:08:56.704Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T15:08:56.704Z] OK: 6 MiB in 19 packages [2023-02-16T15:09:00.046Z] Removing intermediate container a8ea08dce845 [2023-02-16T15:09:00.046Z] ---> 94c50c0cb6da [2023-02-16T15:09:00.046Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T15:09:00.046Z] Removing intermediate container 8c16305b3751 [2023-02-16T15:09:00.046Z] ---> f3d586120e6f [2023-02-16T15:09:00.046Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T15:09:05.390Z] Removing intermediate container 140cd653305f [2023-02-16T15:09:05.390Z] ---> 3df5be4c22d8 [2023-02-16T15:09:05.390Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-16T15:09:10.794Z] ---> c08e941fe3e4 [2023-02-16T15:09:10.794Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T15:09:10.794Z] ---> a2d329bb8c3a [2023-02-16T15:09:10.794Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T15:09:11.773Z] ---> b0d6812eba60 [2023-02-16T15:09:11.773Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T15:09:11.773Z] ---> eb9ddc638035 [2023-02-16T15:09:11.773Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d ---> 0472bbd115c7 [2023-02-16T15:09:11.773Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-16T15:09:11.773Z] [2023-02-16T15:09:11.773Z] ---> Running in 723348f93506 [2023-02-16T15:09:12.741Z] Removing intermediate container 723348f93506 [2023-02-16T15:09:12.741Z] ---> 6214a30694ff [2023-02-16T15:09:12.741Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-16T15:09:13.011Z] ---> 50e0f6ef0845 [2023-02-16T15:09:13.011Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-16T15:09:14.441Z] ---> 422fbf0dfdb5 [2023-02-16T15:09:14.441Z] Step 19/24 : WORKDIR / [2023-02-16T15:09:14.711Z] ---> e5a3c76d7ece [2023-02-16T15:09:14.711Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T15:09:14.980Z] ---> Running in d4a61a9e1076 [2023-02-16T15:09:15.250Z] ---> Running in 13ab7f98abe8 [2023-02-16T15:09:17.845Z] Removing intermediate container d4a61a9e1076 [2023-02-16T15:09:17.845Z] ---> 47d8d12cbbaf [2023-02-16T15:09:17.845Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T15:09:17.845Z] Removing intermediate container 13ab7f98abe8 [2023-02-16T15:09:17.845Z] ---> fc63344fed79 [2023-02-16T15:09:17.845Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T15:09:17.845Z] ---> Running in 8712fe3d0f4a [2023-02-16T15:09:17.845Z] ---> Running in f7f33d3f3300 [2023-02-16T15:09:18.816Z] Removing intermediate container 8712fe3d0f4a [2023-02-16T15:09:18.816Z] ---> f5d276971349 [2023-02-16T15:09:18.816Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T15:09:18.816Z] Removing intermediate container f7f33d3f3300 [2023-02-16T15:09:18.816Z] ---> a6b4c110835b [2023-02-16T15:09:18.816Z] Step 21/23 : LABEL arch=arm64 [2023-02-16T15:09:18.816Z] ---> Running in d236fca2b562 [2023-02-16T15:09:18.816Z] ---> Running in 7a54f6cee01a [2023-02-16T15:09:19.783Z] Removing intermediate container 7a54f6cee01a [2023-02-16T15:09:19.783Z] ---> 83655516cfd6 [2023-02-16T15:09:19.783Z] Step 22/23 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:09:19.783Z] Removing intermediate container d236fca2b562 [2023-02-16T15:09:19.783Z] ---> 889c36b3fb54 [2023-02-16T15:09:19.783Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T15:09:19.783Z] ---> Running in e3ce4f99d5b6 [2023-02-16T15:09:19.783Z] ---> Running in f5a209639838 [2023-02-16T15:09:20.758Z] ---> c6ca158cfa44 [2023-02-16T15:09:20.758Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T15:09:20.758Z] Removing intermediate container e3ce4f99d5b6 [2023-02-16T15:09:20.758Z] ---> 006b94f00425 [2023-02-16T15:09:20.758Z] Step 23/23 : LABEL version=3.0.0-dev.55 [2023-02-16T15:09:20.758Z] Removing intermediate container f5a209639838 [2023-02-16T15:09:20.758Z] ---> d9eac6de14d8 [2023-02-16T15:09:20.758Z] Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:09:20.758Z] ---> Running in d5190dda76e7 [2023-02-16T15:09:21.029Z] ---> Running in 1ad6a5893739 [2023-02-16T15:09:21.876Z] Removing intermediate container 1ad6a5893739 [2023-02-16T15:09:21.876Z] ---> 1a98efd2ef48 [2023-02-16T15:09:21.876Z] Step 24/24 : LABEL version=3.0.0-dev.55 [2023-02-16T15:09:21.876Z] Removing intermediate container d5190dda76e7 [2023-02-16T15:09:21.876Z] ---> eb1c8e617877 [2023-02-16T15:09:21.876Z] [2023-02-16T15:09:21.876Z] ---> Running in 3c241b37c83a [2023-02-16T15:09:21.876Z] ---> 32b9ed471500 [2023-02-16T15:09:21.876Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-16T15:09:22.196Z] Successfully built eb1c8e617877 [2023-02-16T15:09:22.196Z] Successfully tagged security-spire-server-arm64:latest [2023-02-16T15:09:22.196Z]  Building security-spire-server ... done Building core-common-config-bootstrapper [2023-02-16T15:09:22.890Z] Removing intermediate container 3c241b37c83a [2023-02-16T15:09:22.890Z] ---> cd87094c9d2d [2023-02-16T15:09:22.890Z] [2023-02-16T15:09:22.890Z] Successfully built cd87094c9d2d [2023-02-16T15:09:22.890Z] Successfully tagged security-spire-config-arm64:latest [2023-02-16T15:09:22.890Z]  Building security-spire-config ... done Building support-scheduler [2023-02-16T15:09:23.165Z] ---> 40fa3f76b842 [2023-02-16T15:09:23.165Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-16T15:09:24.200Z] ---> f39f213d5cb1 [2023-02-16T15:09:24.200Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T15:09:24.200Z] ---> Running in cc65d686f591 [2023-02-16T15:09:24.522Z] Removing intermediate container cc65d686f591 [2023-02-16T15:09:24.522Z] ---> 2fd01564b295 [2023-02-16T15:09:24.522Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T15:09:24.522Z] ---> Running in 4150880c077b [2023-02-16T15:09:25.147Z] Removing intermediate container 4150880c077b [2023-02-16T15:09:25.147Z] ---> 2bb45478b6fe [2023-02-16T15:09:25.147Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T15:09:25.147Z] ---> Running in 8e3aec26ccbe [2023-02-16T15:09:25.765Z] Removing intermediate container 8e3aec26ccbe [2023-02-16T15:09:25.765Z] ---> 98b629d15cb1 [2023-02-16T15:09:25.765Z] Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:09:25.765Z] ---> Running in b05c73c3e71c [2023-02-16T15:09:26.033Z] Removing intermediate container b05c73c3e71c [2023-02-16T15:09:26.033Z] ---> 7d70e8113ddb [2023-02-16T15:09:26.325Z] Step 24/24 : LABEL version=3.0.0-dev.55 [2023-02-16T15:09:26.325Z] ---> Running in 427f1dd97ccc [2023-02-16T15:09:26.597Z] Removing intermediate container 427f1dd97ccc [2023-02-16T15:09:26.597Z] ---> 4ce48959abea [2023-02-16T15:09:26.597Z] [2023-02-16T15:09:26.863Z] Successfully built 4ce48959abea [2023-02-16T15:09:26.863Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-16T15:09:26.863Z]  Building security-spire-agent ... done Building core-data [2023-02-16T15:09:29.447Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:09:29.447Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:09:29.447Z] ---> 38efb643a139 [2023-02-16T15:09:29.447Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:09:29.447Z] ---> Using cache [2023-02-16T15:09:29.447Z] ---> 733854ecac68 [2023-02-16T15:09:29.447Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T15:09:29.447Z] ---> Using cache [2023-02-16T15:09:29.447Z] ---> 8281ca12a270 [2023-02-16T15:09:29.447Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T15:09:29.447Z] ---> Using cache [2023-02-16T15:09:29.447Z] ---> bef454814b52 [2023-02-16T15:09:29.447Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T15:09:29.447Z] ---> Using cache [2023-02-16T15:09:29.447Z] ---> c9acc7327183 [2023-02-16T15:09:29.447Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:09:29.447Z] ---> Using cache [2023-02-16T15:09:29.447Z] ---> 4f674fd734c5 [2023-02-16T15:09:29.447Z] Step 8/22 : COPY . . [2023-02-16T15:09:29.716Z] ---> Using cache [2023-02-16T15:09:29.716Z] ---> 7e49fb62acd2 [2023-02-16T15:09:29.716Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-16T15:09:29.985Z] ---> Running in a2387c2ae785 [2023-02-16T15:09:31.400Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:09:31.400Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:09:31.400Z] ---> 38efb643a139 [2023-02-16T15:09:31.400Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:09:31.400Z] ---> Using cache [2023-02-16T15:09:31.400Z] ---> 733854ecac68 [2023-02-16T15:09:31.400Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T15:09:31.400Z] ---> Using cache [2023-02-16T15:09:31.400Z] ---> 8281ca12a270 [2023-02-16T15:09:31.669Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T15:09:31.669Z] ---> Using cache [2023-02-16T15:09:31.669Z] ---> bef454814b52 [2023-02-16T15:09:31.669Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T15:09:31.669Z] ---> Using cache [2023-02-16T15:09:31.669Z] ---> c9acc7327183 [2023-02-16T15:09:31.669Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:09:31.669Z] ---> Using cache [2023-02-16T15:09:31.669Z] ---> 4f674fd734c5 [2023-02-16T15:09:31.669Z] Step 8/22 : COPY . . [2023-02-16T15:09:31.669Z] ---> Using cache [2023-02-16T15:09:31.669Z] ---> 7e49fb62acd2 [2023-02-16T15:09:31.669Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-16T15:09:31.944Z] ---> Running in 43b21ecc70fb [2023-02-16T15:09:32.909Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-16T15:09:33.869Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:09:33.869Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:09:33.869Z] ---> 38efb643a139 [2023-02-16T15:09:33.869Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:09:33.869Z] ---> Using cache [2023-02-16T15:09:33.869Z] ---> 733854ecac68 [2023-02-16T15:09:33.869Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T15:09:33.869Z] ---> Using cache [2023-02-16T15:09:33.869Z] ---> 8281ca12a270 [2023-02-16T15:09:33.869Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T15:09:33.869Z] ---> Using cache [2023-02-16T15:09:33.869Z] ---> bef454814b52 [2023-02-16T15:09:33.869Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T15:09:33.869Z] ---> Using cache [2023-02-16T15:09:33.869Z] ---> c9acc7327183 [2023-02-16T15:09:33.869Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:09:33.869Z] ---> Using cache [2023-02-16T15:09:33.869Z] ---> 4f674fd734c5 [2023-02-16T15:09:33.869Z] Step 8/22 : COPY . . [2023-02-16T15:09:34.135Z] ---> Using cache [2023-02-16T15:09:34.135Z] ---> 7e49fb62acd2 [2023-02-16T15:09:34.135Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-16T15:09:34.401Z] ---> Running in 1cf11e4093c7 [2023-02-16T15:09:34.668Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-16T15:09:36.606Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-16T15:09:48.510Z] Removing intermediate container 1d8534e477ef [2023-02-16T15:09:48.510Z] ---> 6bb2f356ec72 [2023-02-16T15:09:48.510Z] [2023-02-16T15:09:48.510Z] Step 9/32 : FROM alpine:3.16 [2023-02-16T15:09:48.510Z] ---> dfd21b5a31f5 [2023-02-16T15:09:48.510Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:09:48.510Z] Removing intermediate container ca59c3cf7702 [2023-02-16T15:09:48.510Z] ---> b89ac7588733 [2023-02-16T15:09:48.510Z] [2023-02-16T15:09:48.510Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T15:09:48.510Z] ---> dfd21b5a31f5 [2023-02-16T15:09:48.510Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:09:48.510Z] ---> Using cache [2023-02-16T15:09:48.510Z] ---> 7e70e0837aae [2023-02-16T15:09:48.510Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T15:09:48.510Z] ---> Using cache [2023-02-16T15:09:48.510Z] ---> 669f7427170f [2023-02-16T15:09:48.510Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-16T15:09:48.510Z] Removing intermediate container 347fee068d6e [2023-02-16T15:09:48.510Z] ---> 88ad5ed90f24 [2023-02-16T15:09:48.510Z] Step 7/19 : COPY . . [2023-02-16T15:09:48.510Z] Removing intermediate container ef843c9576f2 [2023-02-16T15:09:48.510Z] ---> 83e37bb7f6c3 [2023-02-16T15:09:48.510Z] Step 7/23 : COPY . . [2023-02-16T15:09:48.510Z] Removing intermediate container 57a413b192e0 [2023-02-16T15:09:48.510Z] ---> abfccbf9df9f [2023-02-16T15:09:48.510Z] Step 7/24 : COPY . . [2023-02-16T15:10:15.054Z] ---> Running in 85105d1022fa [2023-02-16T15:10:15.054Z] ---> Running in 6315a3206c9a [2023-02-16T15:10:15.313Z] ---> 8cf3d24137af [2023-02-16T15:10:15.313Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T15:10:15.313Z] ---> dcc51616d893 [2023-02-16T15:10:15.313Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-16T15:10:15.313Z] ---> 526417b9c646 [2023-02-16T15:10:15.313Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T15:10:15.570Z] ---> Running in c1c468cb8709 [2023-02-16T15:10:15.570Z] ---> Running in 98d0b0ee696d [2023-02-16T15:10:15.570Z] ---> Running in 2f3342716e36 [2023-02-16T15:10:16.504Z] Removing intermediate container 6315a3206c9a [2023-02-16T15:10:16.504Z] ---> bd955cfb9475 [2023-02-16T15:10:16.504Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T15:10:16.504Z] Removing intermediate container 85105d1022fa [2023-02-16T15:10:16.504Z] ---> 39f94d8264c3 [2023-02-16T15:10:16.504Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-16T15:10:16.762Z] ---> Running in 8b4e777adf84 [2023-02-16T15:10:16.762Z] ---> Running in a94dc49f188d [2023-02-16T15:10:17.023Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-16T15:10:17.023Z] Removing intermediate container c1c468cb8709 [2023-02-16T15:10:17.023Z] ---> c8409b14ca33 [2023-02-16T15:10:17.023Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-16T15:10:17.281Z] Removing intermediate container 2f3342716e36 [2023-02-16T15:10:17.281Z] ---> 4af3c51ac82b [2023-02-16T15:10:17.281Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T15:10:17.871Z] ---> Running in 03c845fbceb9 [2023-02-16T15:10:18.134Z] ---> Running in 4835483ab8c5 [2023-02-16T15:10:18.134Z] Removing intermediate container 8b4e777adf84 [2023-02-16T15:10:18.134Z] ---> 26c83826a9fc [2023-02-16T15:10:18.134Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:10:18.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:18.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:18.654Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-16T15:10:18.654Z] (2/2) Installing su-exec (0.2-r1) [2023-02-16T15:10:18.654Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:10:18.654Z] OK: 6 MiB in 16 packages [2023-02-16T15:10:19.221Z] Removing intermediate container 03c845fbceb9 [2023-02-16T15:10:19.221Z] ---> 70fe90df5f29 [2023-02-16T15:10:19.221Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-16T15:10:19.789Z] Removing intermediate container 4835483ab8c5 [2023-02-16T15:10:19.789Z] ---> a3a0c16889e1 [2023-02-16T15:10:19.789Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-16T15:10:20.048Z] ---> b736da329304 [2023-02-16T15:10:20.048Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-16T15:10:21.439Z] ---> Running in c6351e46ff71 [2023-02-16T15:10:22.006Z] ---> Running in 05a65942692c [2023-02-16T15:10:24.556Z] Removing intermediate container a94dc49f188d [2023-02-16T15:10:24.556Z] ---> 5dc0f5cd3d1a [2023-02-16T15:10:24.556Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-16T15:10:24.556Z] ---> 6deb32554874 [2023-02-16T15:10:24.556Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-16T15:10:27.133Z] ---> Running in f357014c8a12 [2023-02-16T15:10:27.133Z] ---> 58534e6b5a89 [2023-02-16T15:10:27.133Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-16T15:10:27.699Z] ---> Running in feaf1ca97e05 [2023-02-16T15:10:28.422Z] Removing intermediate container f357014c8a12 [2023-02-16T15:10:28.422Z] ---> 397b7fea12c8 [2023-02-16T15:10:28.422Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-16T15:10:28.681Z] Removing intermediate container c6351e46ff71 [2023-02-16T15:10:28.681Z] ---> 9adc373a5b44 [2023-02-16T15:10:28.681Z] Step 11/23 : WORKDIR /edgex-go [2023-02-16T15:10:29.614Z] ---> Running in 5fbfd2237108 [2023-02-16T15:10:29.872Z] Removing intermediate container feaf1ca97e05 [2023-02-16T15:10:29.872Z] ---> c15b8a7037f1 [2023-02-16T15:10:29.872Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:10:30.130Z] Removing intermediate container 05a65942692c [2023-02-16T15:10:30.130Z] ---> f50193575d7b [2023-02-16T15:10:30.130Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T15:10:30.130Z] ---> Running in 3e8ee1bd6dac [2023-02-16T15:10:30.130Z] ---> Running in 27c2f1d8be8d [2023-02-16T15:10:30.389Z] ---> Running in f3c07021b09f [2023-02-16T15:10:30.389Z] Removing intermediate container 5fbfd2237108 [2023-02-16T15:10:30.389Z] ---> 204b4a03c8c4 [2023-02-16T15:10:30.389Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-16T15:10:31.335Z] ---> Running in 636b9d576b4a [2023-02-16T15:10:31.593Z] Removing intermediate container 27c2f1d8be8d [2023-02-16T15:10:31.593Z] ---> 0a4aaa6bcc0a [2023-02-16T15:10:31.593Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T15:10:31.593Z] Removing intermediate container 3e8ee1bd6dac [2023-02-16T15:10:31.593Z] ---> 11a9fc64a934 [2023-02-16T15:10:31.593Z] [2023-02-16T15:10:31.593Z] Step 12/23 : FROM alpine:3.15 [2023-02-16T15:10:31.852Z] Removing intermediate container f3c07021b09f [2023-02-16T15:10:31.852Z] ---> 64fd210417d5 [2023-02-16T15:10:31.852Z] [2023-02-16T15:10:32.109Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T15:10:32.109Z] 3.15: Pulling from library/alpine [2023-02-16T15:10:32.366Z] ---> Running in f3b769187799 [2023-02-16T15:10:32.366Z] 3.15: Pulling from library/alpine [2023-02-16T15:10:32.625Z] Removing intermediate container 636b9d576b4a [2023-02-16T15:10:32.625Z] ---> c5b8a0ef31b1 [2023-02-16T15:10:32.625Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-16T15:10:33.193Z] ---> Running in 4c57c363c4d1 [2023-02-16T15:10:33.451Z] Removing intermediate container f3b769187799 [2023-02-16T15:10:33.451Z] ---> 1918382b4c37 [2023-02-16T15:10:33.451Z] Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:10:34.385Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T15:10:34.385Z] ---> Running in 5fbdfa87ff2b [2023-02-16T15:10:34.385Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T15:10:34.385Z] Status: Downloaded newer image for alpine:3.15 [2023-02-16T15:10:34.385Z] Status: Downloaded newer image for alpine:3.15 [2023-02-16T15:10:34.385Z] ---> 5ce65d7b0fde [2023-02-16T15:10:34.385Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:10:34.951Z] Removing intermediate container 4c57c363c4d1 [2023-02-16T15:10:34.951Z] ---> 317ec44ab5be [2023-02-16T15:10:34.951Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-16T15:10:34.951Z] ---> 5ce65d7b0fde [2023-02-16T15:10:34.951Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:10:35.523Z] ---> Running in 7b7675fd0056 [2023-02-16T15:10:35.523Z] ---> Running in a31b1d298bc4 [2023-02-16T15:10:35.523Z] ---> Running in d1740a0a722b [2023-02-16T15:10:35.802Z] Removing intermediate container 5fbdfa87ff2b [2023-02-16T15:10:35.802Z] ---> 6053cbd49f83 [2023-02-16T15:10:35.802Z] Step 22/22 : LABEL version=3.0.0-dev.55 [2023-02-16T15:10:36.735Z] ---> Running in 808324e9eb1b [2023-02-16T15:10:40.016Z] Removing intermediate container a31b1d298bc4 [2023-02-16T15:10:40.016Z] ---> 439884b78c6d [2023-02-16T15:10:40.016Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T15:10:40.016Z] Removing intermediate container d1740a0a722b [2023-02-16T15:10:40.016Z] ---> d6fbadaad420 [2023-02-16T15:10:40.016Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T15:10:40.290Z] ---> Running in 0b40e33843e2 [2023-02-16T15:10:40.290Z] Removing intermediate container 808324e9eb1b [2023-02-16T15:10:40.290Z] ---> eb464e8db145 [2023-02-16T15:10:40.290Z] [2023-02-16T15:10:40.290Z] Successfully built eb464e8db145 [2023-02-16T15:10:40.548Z] Successfully tagged support-scheduler:latest [2023-02-16T15:10:40.548Z] Building core-data [2023-02-16T15:10:40.548Z]  Building support-scheduler ... done Removing intermediate container 98d0b0ee696d [2023-02-16T15:10:40.548Z] ---> ed9f29d717e1 [2023-02-16T15:10:40.548Z] [2023-02-16T15:10:40.548Z] Step 9/19 : FROM alpine:3.15 [2023-02-16T15:10:40.548Z] ---> 5ce65d7b0fde [2023-02-16T15:10:40.548Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:10:40.548Z] ---> Using cache [2023-02-16T15:10:40.548Z] ---> d6fbadaad420 [2023-02-16T15:10:40.548Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-16T15:10:40.548Z] ---> Running in d56eb42527fa [2023-02-16T15:10:43.856Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:10:43.856Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:10:43.856Z] ---> 4514c59a9bd0 [2023-02-16T15:10:43.856Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:10:43.856Z] ---> Using cache [2023-02-16T15:10:43.856Z] ---> 38b192ca8c73 [2023-02-16T15:10:43.856Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T15:10:43.856Z] ---> Using cache [2023-02-16T15:10:43.856Z] ---> 18f5ae0b8d90 [2023-02-16T15:10:43.856Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T15:10:43.856Z] ---> Using cache [2023-02-16T15:10:43.856Z] ---> a157d7c8202f [2023-02-16T15:10:43.856Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T15:10:43.856Z] ---> Using cache [2023-02-16T15:10:43.856Z] ---> 66dc9818e781 [2023-02-16T15:10:43.856Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:10:43.856Z] ---> Using cache [2023-02-16T15:10:43.856Z] ---> fd7f5afb1845 [2023-02-16T15:10:43.856Z] Step 8/22 : COPY . . [2023-02-16T15:10:43.856Z] ---> Using cache [2023-02-16T15:10:43.856Z] ---> 8bfe59d3c06c [2023-02-16T15:10:43.856Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-16T15:10:46.434Z] ---> Running in 3cf6ff68bae2 [2023-02-16T15:10:46.694Z] Removing intermediate container 7b7675fd0056 [2023-02-16T15:10:46.694Z] ---> bc695ab32156 [2023-02-16T15:10:46.694Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-16T15:10:46.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:46.952Z] ---> Running in 2718f51df60c [2023-02-16T15:10:46.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:47.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:47.519Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T15:10:47.519Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T15:10:47.519Z] OK: 15857 distinct packages available [2023-02-16T15:10:47.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:47.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:47.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:47.777Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T15:10:47.777Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T15:10:47.777Z] OK: 15857 distinct packages available [2023-02-16T15:10:47.777Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-16T15:10:47.777Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-16T15:10:47.777Z] (3/5) Installing libucontext (1.1-r0) [2023-02-16T15:10:47.777Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-16T15:10:47.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:47.777Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-16T15:10:47.777Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T15:10:47.777Z] OK: 7 MiB in 19 packages [2023-02-16T15:10:47.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:48.037Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-16T15:10:48.037Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-16T15:10:48.037Z] (3/5) Installing libucontext (1.1-r0) [2023-02-16T15:10:48.037Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-16T15:10:48.037Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-16T15:10:48.037Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T15:10:48.037Z] OK: 7 MiB in 19 packages [2023-02-16T15:10:48.038Z] ---> Running in a33d64d8d5c6 [2023-02-16T15:10:49.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:49.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:49.684Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T15:10:49.684Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T15:10:49.684Z] OK: 15857 distinct packages available [2023-02-16T15:10:49.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:49.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:10:50.002Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-16T15:10:50.002Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-16T15:10:50.002Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-16T15:10:50.002Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-16T15:10:50.002Z] (5/9) Installing curl (7.80.0-r6) [2023-02-16T15:10:50.002Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-16T15:10:50.002Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-16T15:10:50.002Z] (8/9) Installing libucontext (1.1-r0) [2023-02-16T15:10:50.002Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-16T15:10:50.002Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T15:10:50.002Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T15:10:50.269Z] OK: 8 MiB in 23 packages [2023-02-16T15:10:50.838Z] Removing intermediate container a33d64d8d5c6 [2023-02-16T15:10:50.838Z] ---> 86fadb35c774 [2023-02-16T15:10:50.838Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-16T15:10:51.779Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-16T15:10:55.070Z] ---> 9070c6410f81 [2023-02-16T15:10:55.070Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-16T15:10:57.906Z] ---> Running in d02605bb72c9 [2023-02-16T15:10:57.906Z] Removing intermediate container d56eb42527fa [2023-02-16T15:10:57.906Z] ---> 1b513c0da2e4 [2023-02-16T15:10:57.906Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-16T15:10:59.801Z] Removing intermediate container 0b40e33843e2 [2023-02-16T15:10:59.801Z] ---> ad50b4adaa0f [2023-02-16T15:10:59.801Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T15:11:01.206Z] Removing intermediate container 3cf6ff68bae2 [2023-02-16T15:11:01.206Z] ---> 35cdd277bb45 [2023-02-16T15:11:01.206Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:11:05.414Z] ---> 9f48ba8979ce [2023-02-16T15:11:05.414Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / ---> e496a6d12425 [2023-02-16T15:11:05.414Z] ---> f8bdc1556e89 [2023-02-16T15:11:05.414Z] [2023-02-16T15:11:05.414Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/binStep 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T15:11:05.414Z] [2023-02-16T15:11:11.113Z] ---> c369b3fe045f [2023-02-16T15:11:11.114Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-16T15:11:11.372Z] ---> a71ff5a18e91 [2023-02-16T15:11:11.372Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-16T15:11:11.372Z] ---> 096b1688f091 [2023-02-16T15:11:11.372Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T15:11:12.742Z] ---> 034d05b6b42a [2023-02-16T15:11:12.742Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-16T15:11:13.014Z] Removing intermediate container d02605bb72c9 [2023-02-16T15:11:13.014Z] ---> c3ba1f5b4a61 [2023-02-16T15:11:13.014Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:11:15.595Z] ---> 6682afd84e09 [2023-02-16T15:11:15.595Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-16T15:11:15.595Z] ---> c69dfae3b2a2 [2023-02-16T15:11:15.595Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-16T15:11:15.595Z] ---> 8b846400eb93 [2023-02-16T15:11:15.595Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T15:11:16.192Z] ---> Running in b773d83295bb [2023-02-16T15:11:16.192Z] ---> b8cf3afed81e [2023-02-16T15:11:16.192Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-16T15:11:16.769Z] Removing intermediate container 2718f51df60c [2023-02-16T15:11:16.769Z] ---> 9a0e2de6bd78 [2023-02-16T15:11:16.769Z] [2023-02-16T15:11:16.769Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T15:11:16.769Z] ---> dfd21b5a31f5 [2023-02-16T15:11:16.769Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-16T15:11:17.028Z] ---> d3186fdcdf70 [2023-02-16T15:11:17.028Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-16T15:11:17.028Z] ---> Running in 6d2d8b3c89d4 [2023-02-16T15:11:17.287Z] ---> Running in b23ec3f97aec [2023-02-16T15:11:17.545Z] Removing intermediate container b773d83295bb [2023-02-16T15:11:17.545Z] ---> 3a2cad06acaf [2023-02-16T15:11:17.545Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:11:17.545Z] ---> 1609a79ac121 [2023-02-16T15:11:17.545Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-16T15:11:18.486Z] ---> 3223987ed0e7 [2023-02-16T15:11:18.486Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T15:11:18.486Z] Removing intermediate container 6d2d8b3c89d4 [2023-02-16T15:11:18.486Z] ---> abe95078fac7 [2023-02-16T15:11:18.486Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T15:11:18.486Z] ---> Running in 06fab65b61b2 [2023-02-16T15:11:18.744Z] Removing intermediate container b23ec3f97aec [2023-02-16T15:11:18.744Z] ---> e5a927419538 [2023-02-16T15:11:18.744Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-16T15:11:18.744Z] ---> 505c195204ad [2023-02-16T15:11:18.744Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-16T15:11:18.744Z] ---> Running in d3b9a819b4e9 [2023-02-16T15:11:18.744Z] ---> Running in 5d16f900befb [2023-02-16T15:11:19.003Z] ---> Running in f8e771022e04 [2023-02-16T15:11:19.003Z] Removing intermediate container 06fab65b61b2 [2023-02-16T15:11:19.003Z] ---> 6be95d619fb9 [2023-02-16T15:11:19.003Z] Step 17/19 : LABEL arch=x86_64 [2023-02-16T15:11:19.261Z] ---> 2ba24242371f [2023-02-16T15:11:19.261Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-16T15:11:19.261Z] Removing intermediate container d3b9a819b4e9 [2023-02-16T15:11:19.261Z] ---> 8b5bbc7a2564 [2023-02-16T15:11:19.261Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T15:11:19.261Z] Removing intermediate container 5d16f900befb [2023-02-16T15:11:19.261Z] ---> 595e58199451 [2023-02-16T15:11:19.261Z] Step 21/23 : LABEL arch=x86_64 [2023-02-16T15:11:19.261Z] ---> Running in e0136d1aca46 [2023-02-16T15:11:19.518Z] Removing intermediate container f8e771022e04 [2023-02-16T15:11:19.518Z] ---> 99fa07bd1fc9 [2023-02-16T15:11:19.518Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-16T15:11:19.518Z] ---> Running in 30542791941b [2023-02-16T15:11:19.518Z] ---> Running in 324b4b76a31b [2023-02-16T15:11:19.518Z] ---> Running in 30e8ad761f07 [2023-02-16T15:11:19.518Z] ---> 903ceab4c73d [2023-02-16T15:11:19.518Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-16T15:11:19.518Z] Removing intermediate container e0136d1aca46 [2023-02-16T15:11:19.518Z] ---> ff6c1b9e5bde [2023-02-16T15:11:19.518Z] Step 18/19 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:11:19.777Z] Removing intermediate container 30542791941b [2023-02-16T15:11:19.777Z] ---> 6b8a836a7be1 [2023-02-16T15:11:19.777Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T15:11:20.036Z] ---> Running in a52580efbea8 [2023-02-16T15:11:20.036Z] Removing intermediate container 324b4b76a31b [2023-02-16T15:11:20.036Z] ---> 7b62f0cb5a29 [2023-02-16T15:11:20.036Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:11:20.295Z] ---> cf48956379de [2023-02-16T15:11:20.295Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-16T15:11:20.295Z] Removing intermediate container 30e8ad761f07 [2023-02-16T15:11:20.295Z] ---> d490768fd11c [2023-02-16T15:11:20.295Z] Step 22/23 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:11:20.553Z] ---> Running in 2b4b49157576 [2023-02-16T15:11:20.553Z] ---> Running in ee5565c59968 [2023-02-16T15:11:20.812Z] ---> Running in 1a91c9f496e4 [2023-02-16T15:11:21.070Z] Removing intermediate container a52580efbea8 [2023-02-16T15:11:21.070Z] ---> 8687c0052b99 [2023-02-16T15:11:21.070Z] Step 19/19 : LABEL version=3.0.0-dev.55 [2023-02-16T15:11:21.654Z] ---> efe1ce93c6fb [2023-02-16T15:11:21.654Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-16T15:11:21.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:11:21.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:11:21.913Z] ---> Running in c7b6eef60f30 [2023-02-16T15:11:22.171Z] Removing intermediate container ee5565c59968 [2023-02-16T15:11:22.171Z] ---> b3b9a36b715a [2023-02-16T15:11:22.171Z] Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:11:22.171Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T15:11:22.171Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:11:22.171Z] OK: 6 MiB in 15 packages [2023-02-16T15:11:22.171Z] Removing intermediate container 1a91c9f496e4 [2023-02-16T15:11:22.171Z] ---> 20c1c5dfc5c2 [2023-02-16T15:11:22.171Z] Step 23/23 : LABEL version=3.0.0-dev.55 [2023-02-16T15:11:22.429Z] ---> Running in 847e8715b52c [2023-02-16T15:11:22.689Z] ---> Running in 2ffbcc4591ef [2023-02-16T15:11:22.689Z] ---> Running in 5bce6797c67c [2023-02-16T15:11:22.946Z] Removing intermediate container c7b6eef60f30 [2023-02-16T15:11:22.946Z] ---> 48c0ab0813bb [2023-02-16T15:11:22.946Z] [2023-02-16T15:11:22.946Z] Successfully built 48c0ab0813bb [2023-02-16T15:11:23.206Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-16T15:11:23.206Z]  Building security-spiffe-token-provider ... done Building core-command [2023-02-16T15:11:26.491Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:11:26.491Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:11:26.491Z] ---> 4514c59a9bd0 [2023-02-16T15:11:26.492Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:11:26.492Z] ---> Using cache [2023-02-16T15:11:26.492Z] ---> 38b192ca8c73 [2023-02-16T15:11:26.492Z] Step 4/23 : WORKDIR /edgex-go [2023-02-16T15:11:26.492Z] ---> Using cache [2023-02-16T15:11:26.492Z] ---> 18f5ae0b8d90 [2023-02-16T15:11:26.492Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-16T15:11:26.492Z] ---> Using cache [2023-02-16T15:11:26.492Z] ---> a157d7c8202f [2023-02-16T15:11:26.492Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-16T15:11:26.492Z] ---> Using cache [2023-02-16T15:11:26.492Z] ---> 66dc9818e781 [2023-02-16T15:11:26.492Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:11:26.492Z] ---> Using cache [2023-02-16T15:11:26.492Z] ---> fd7f5afb1845 [2023-02-16T15:11:26.492Z] Step 8/23 : COPY . . [2023-02-16T15:11:26.492Z] ---> Using cache [2023-02-16T15:11:26.492Z] ---> 8bfe59d3c06c [2023-02-16T15:11:26.492Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-16T15:11:29.778Z] Removing intermediate container 2ffbcc4591ef [2023-02-16T15:11:29.778Z] ---> 804c00bef5ae [2023-02-16T15:11:29.778Z] Step 24/24 : LABEL version=3.0.0-dev.55 [2023-02-16T15:11:29.778Z] Removing intermediate container 5bce6797c67c [2023-02-16T15:11:29.778Z] ---> ddc463732b5d [2023-02-16T15:11:29.778Z] [2023-02-16T15:11:29.778Z] Successfully built ddc463732b5d [2023-02-16T15:11:30.037Z] ---> Running in d084c6de8234 [2023-02-16T15:11:30.037Z] Successfully tagged security-spire-server:latest [2023-02-16T15:11:30.037Z]  Building security-spire-server ... done Building security-spire-config [2023-02-16T15:11:30.037Z] ---> Running in 2d22d333b3c0 [2023-02-16T15:11:30.037Z] Removing intermediate container 2b4b49157576 [2023-02-16T15:11:30.037Z] ---> 4bedb90fd91c [2023-02-16T15:11:30.037Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:11:33.457Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:11:33.457Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:11:33.457Z] ---> 4514c59a9bd0 [2023-02-16T15:11:33.457Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> edd6af27d69a [2023-02-16T15:11:33.457Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> 4fd31fc915d7 [2023-02-16T15:11:33.457Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> c5753999320c [2023-02-16T15:11:33.457Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> abfccbf9df9f [2023-02-16T15:11:33.457Z] Step 7/24 : COPY . . [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> 526417b9c646 [2023-02-16T15:11:33.457Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> 4af3c51ac82b [2023-02-16T15:11:33.457Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> a3a0c16889e1 [2023-02-16T15:11:33.457Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> f50193575d7b [2023-02-16T15:11:33.457Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> 64fd210417d5 [2023-02-16T15:11:33.457Z] [2023-02-16T15:11:33.457Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T15:11:33.457Z] ---> 5ce65d7b0fde [2023-02-16T15:11:33.457Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:11:33.457Z] ---> Using cache [2023-02-16T15:11:33.457Z] ---> d6fbadaad420 [2023-02-16T15:11:33.457Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-16T15:11:37.682Z] ---> 7ffa6ec4b8a3 [2023-02-16T15:11:37.682Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-16T15:11:37.682Z] Removing intermediate container 2d22d333b3c0 [2023-02-16T15:11:37.682Z] ---> 53e47f0aaafa [2023-02-16T15:11:37.682Z] [2023-02-16T15:11:37.682Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-16T15:11:37.682Z] Successfully built 53e47f0aaafa [2023-02-16T15:11:38.625Z] Successfully tagged security-spire-agent:latest [2023-02-16T15:11:38.625Z]  Building security-spire-agent ... done  ---> Running in 9168c0af25aa [2023-02-16T15:11:39.640Z] ---> d128de24fc14 [2023-02-16T15:11:39.640Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-16T15:11:39.640Z] Removing intermediate container 847e8715b52c [2023-02-16T15:11:39.640Z] ---> 640e4f69ce7c [2023-02-16T15:11:39.640Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-16T15:11:39.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:11:39.901Z] ---> Running in ec0510924615 [2023-02-16T15:11:40.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:11:40.163Z] ---> c704e3df6d9c [2023-02-16T15:11:40.163Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-16T15:11:40.443Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T15:11:40.443Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T15:11:40.443Z] OK: 15857 distinct packages available [2023-02-16T15:11:40.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:11:40.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:11:40.722Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-16T15:11:40.722Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-16T15:11:40.722Z] (3/4) Installing libucontext (1.1-r0) [2023-02-16T15:11:40.722Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-16T15:11:40.722Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T15:11:40.722Z] OK: 6 MiB in 18 packages [2023-02-16T15:11:40.722Z] ---> Running in 58a770b21e24 [2023-02-16T15:11:40.982Z] Removing intermediate container ec0510924615 [2023-02-16T15:11:40.982Z] ---> d29a06025390 [2023-02-16T15:11:40.982Z] Step 29/32 : CMD ["gate"] [2023-02-16T15:11:41.950Z] ---> Running in f8a66c80c07f [2023-02-16T15:11:41.950Z] Removing intermediate container 58a770b21e24 [2023-02-16T15:11:41.950Z] ---> 480e8cb9b7ff [2023-02-16T15:11:41.950Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:11:42.211Z] ---> Running in d08f2f4dc9f9 [2023-02-16T15:11:43.588Z] Removing intermediate container f8a66c80c07f [2023-02-16T15:11:43.588Z] ---> eb6af7c4c12a [2023-02-16T15:11:43.588Z] Step 30/32 : LABEL arch=x86_64 [2023-02-16T15:11:43.588Z] Removing intermediate container 9168c0af25aa [2023-02-16T15:11:43.588Z] ---> 2e7bacea7e9e [2023-02-16T15:11:43.588Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T15:11:44.155Z] Removing intermediate container d08f2f4dc9f9 [2023-02-16T15:11:44.155Z] ---> a617ebdf4a9b [2023-02-16T15:11:44.155Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T15:11:46.096Z] ---> Running in a7544ac823fc [2023-02-16T15:11:46.360Z] ---> Running in 0f286b910a73 [2023-02-16T15:11:46.360Z] Removing intermediate container a7544ac823fc [2023-02-16T15:11:46.360Z] ---> 2c993d75d431 [2023-02-16T15:11:46.360Z] Step 31/32 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:11:46.360Z] ---> e233224e0cc1 [2023-02-16T15:11:46.360Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T15:11:46.360Z] ---> Running in d8b75b772707 [2023-02-16T15:11:46.360Z] Removing intermediate container 0f286b910a73 [2023-02-16T15:11:46.360Z] ---> 1ebd677304bc [2023-02-16T15:11:46.360Z] Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:11:46.622Z] ---> Running in d61fc2a5b10b [2023-02-16T15:11:46.622Z] Removing intermediate container d8b75b772707 [2023-02-16T15:11:46.622Z] ---> 757137a0b2ca [2023-02-16T15:11:46.622Z] Step 32/32 : LABEL version=3.0.0-dev.55 [2023-02-16T15:11:46.622Z] ---> 32636880f88e [2023-02-16T15:11:46.622Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-16T15:11:46.622Z] ---> Running in ee4a83a5c922 [2023-02-16T15:11:46.622Z] ---> Running in 65946b172c45 [2023-02-16T15:11:46.622Z] Removing intermediate container d61fc2a5b10b [2023-02-16T15:11:46.622Z] ---> efd475c5b68d [2023-02-16T15:11:46.622Z] Step 22/22 : LABEL version=3.0.0-dev.55 [2023-02-16T15:11:46.884Z] Removing intermediate container ee4a83a5c922 [2023-02-16T15:11:46.884Z] ---> c9d9b0f673de [2023-02-16T15:11:46.884Z] [2023-02-16T15:11:46.884Z] ---> Running in 97de018aaaa0 [2023-02-16T15:11:46.884Z] Removing intermediate container 65946b172c45 [2023-02-16T15:11:46.884Z] ---> 5707fb42c2ac [2023-02-16T15:11:46.884Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-16T15:11:46.884Z] Successfully built c9d9b0f673de [2023-02-16T15:11:46.884Z] Successfully tagged security-bootstrapper:latest [2023-02-16T15:11:47.492Z]  Building security-bootstrapper ... done Removing intermediate container 97de018aaaa0 [2023-02-16T15:11:47.492Z] ---> 42660f3eb4bd [2023-02-16T15:11:47.492Z] [2023-02-16T15:11:47.492Z] Successfully built 42660f3eb4bd [2023-02-16T15:11:47.492Z] ---> b7e2bc796394 [2023-02-16T15:11:47.492Z] Step 19/24 : WORKDIR / [2023-02-16T15:11:47.753Z] Successfully tagged core-data:latest [2023-02-16T15:11:48.013Z]  Building core-data ... done  ---> Running in e4f98865d006 [2023-02-16T15:11:48.951Z] Removing intermediate container e4f98865d006 [2023-02-16T15:11:48.951Z] ---> 97cbc7268162 [2023-02-16T15:11:48.951Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T15:11:49.211Z] ---> Running in a71def51461f [2023-02-16T15:11:50.592Z] Removing intermediate container a71def51461f [2023-02-16T15:11:50.592Z] ---> 2ae6a941df0d [2023-02-16T15:11:50.592Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T15:11:52.513Z] ---> Running in 5507929c977e [2023-02-16T15:11:53.553Z] Removing intermediate container 5507929c977e [2023-02-16T15:11:53.553Z] ---> 4e9e08483c98 [2023-02-16T15:11:53.553Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T15:11:53.833Z] ---> Running in f6133592718b [2023-02-16T15:11:55.277Z] Removing intermediate container f6133592718b [2023-02-16T15:11:55.277Z] ---> c31706815b57 [2023-02-16T15:11:55.277Z] Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:11:56.331Z] ---> Running in 3c166a23c0bc [2023-02-16T15:11:56.932Z] Removing intermediate container d084c6de8234 [2023-02-16T15:11:56.932Z] ---> 7fc93a2f0330 [2023-02-16T15:11:56.932Z] [2023-02-16T15:11:56.932Z] Step 10/23 : FROM alpine:3.16 [2023-02-16T15:11:56.932Z] ---> dfd21b5a31f5 [2023-02-16T15:11:56.932Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:11:56.932Z] ---> Using cache [2023-02-16T15:11:56.932Z] ---> 7e70e0837aae [2023-02-16T15:11:56.932Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T15:11:56.932Z] ---> Using cache [2023-02-16T15:11:56.932Z] ---> 669f7427170f [2023-02-16T15:11:56.932Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-16T15:11:57.195Z] ---> Running in be8b3675a255 [2023-02-16T15:11:57.195Z] Removing intermediate container 3c166a23c0bc [2023-02-16T15:11:57.195Z] ---> 499af7e46c50 [2023-02-16T15:11:57.195Z] Step 24/24 : LABEL version=3.0.0-dev.55 [2023-02-16T15:11:57.788Z] ---> Running in 14fef319405f [2023-02-16T15:11:57.788Z] Removing intermediate container be8b3675a255 [2023-02-16T15:11:57.788Z] ---> b5fc66e29bdd [2023-02-16T15:11:57.788Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-16T15:11:58.357Z] ---> Running in 6a6561f37a83 [2023-02-16T15:11:58.357Z] Removing intermediate container 14fef319405f [2023-02-16T15:11:58.357Z] ---> 54acd1f7b113 [2023-02-16T15:11:58.357Z] [2023-02-16T15:11:58.357Z] Successfully built 54acd1f7b113 [2023-02-16T15:11:58.620Z] Successfully tagged security-spire-config:latest [2023-02-16T15:11:58.880Z]  Building security-spire-config ... done Removing intermediate container 6a6561f37a83 [2023-02-16T15:11:58.880Z] ---> ee906e7fb13f [2023-02-16T15:11:58.880Z] Step 15/23 : WORKDIR / [2023-02-16T15:11:59.139Z] ---> Running in f55a38f8452a [2023-02-16T15:11:59.707Z] Removing intermediate container f55a38f8452a [2023-02-16T15:11:59.707Z] ---> 5241ec65c6fd [2023-02-16T15:11:59.707Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:12:00.275Z] ---> aa9f9bd225a0 [2023-02-16T15:12:00.275Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-16T15:12:00.842Z] ---> 3fedaf88929a [2023-02-16T15:12:00.842Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-16T15:12:01.099Z] ---> 45159a638fc8 [2023-02-16T15:12:01.099Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-16T15:12:01.099Z] ---> Running in c911fcddd0a0 [2023-02-16T15:12:01.099Z] Removing intermediate container c911fcddd0a0 [2023-02-16T15:12:01.099Z] ---> f4db01080934 [2023-02-16T15:12:01.099Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:12:01.099Z] ---> Running in 7f83885e3ff6 [2023-02-16T15:12:01.099Z] Removing intermediate container 7f83885e3ff6 [2023-02-16T15:12:01.099Z] ---> ae0b1c8b8d63 [2023-02-16T15:12:01.099Z] Step 21/23 : LABEL arch=x86_64 [2023-02-16T15:12:01.099Z] ---> Running in dc42c2b70ea6 [2023-02-16T15:12:01.355Z] Removing intermediate container dc42c2b70ea6 [2023-02-16T15:12:01.355Z] ---> 8553309d6b99 [2023-02-16T15:12:01.355Z] Step 22/23 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:01.355Z] ---> Running in 46b19ce86e06 [2023-02-16T15:12:01.355Z] Removing intermediate container 46b19ce86e06 [2023-02-16T15:12:01.355Z] ---> fa02ae560e55 [2023-02-16T15:12:01.355Z] Step 23/23 : LABEL version=3.0.0-dev.55 [2023-02-16T15:12:01.355Z] ---> Running in 153d543d10d2 [2023-02-16T15:12:01.355Z] Removing intermediate container 153d543d10d2 [2023-02-16T15:12:01.355Z] ---> cbfdd830b4b9 [2023-02-16T15:12:01.355Z] [2023-02-16T15:12:01.612Z] Successfully built cbfdd830b4b9 [2023-02-16T15:12:01.612Z] Successfully tagged core-command:latest [2023-02-16T15:12:01.617Z]  Building core-command ... done  [Pipeline] } [2023-02-16T15:12:01.628Z] $ docker stop --time=1 19f21015d3b48a70e5f6ce2fe5d51cf26a89d892ff4bb36e25c6ebed91ea4aaf [2023-02-16T15:12:03.221Z] $ docker rm -f --volumes 19f21015d3b48a70e5f6ce2fe5d51cf26a89d892ff4bb36e25c6ebed91ea4aaf [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T15:12:03.602Z] + docker images [2023-02-16T15:12:03.602Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-16T15:12:03.602Z] core-command latest cbfdd830b4b9 2 seconds ago 17.7MB [2023-02-16T15:12:03.602Z] security-spire-config latest 54acd1f7b113 6 seconds ago 85.8MB [2023-02-16T15:12:03.602Z] 7fc93a2f0330 7 seconds ago 1.68GB [2023-02-16T15:12:03.602Z] core-data latest 42660f3eb4bd 17 seconds ago 17.9MB [2023-02-16T15:12:03.602Z] security-bootstrapper latest c9d9b0f673de 17 seconds ago 20.4MB [2023-02-16T15:12:03.602Z] security-spire-agent latest 53e47f0aaafa 33 seconds ago 125MB [2023-02-16T15:12:03.602Z] security-spiffe-token-provider latest 48c0ab0813bb 41 seconds ago 30MB [2023-02-16T15:12:03.602Z] security-spire-server latest ddc463732b5d 41 seconds ago 86.5MB [2023-02-16T15:12:03.602Z] 9a0e2de6bd78 48 seconds ago 1.68GB [2023-02-16T15:12:03.602Z] ed9f29d717e1 About a minute ago 1.72GB [2023-02-16T15:12:03.602Z] support-scheduler latest eb464e8db145 About a minute ago 30MB [2023-02-16T15:12:03.602Z] 64fd210417d5 About a minute ago 1.55GB [2023-02-16T15:12:03.602Z] 11a9fc64a934 About a minute ago 1.55GB [2023-02-16T15:12:03.602Z] b89ac7588733 2 minutes ago 1.74GB [2023-02-16T15:12:03.602Z] 6bb2f356ec72 2 minutes ago 1.67GB [2023-02-16T15:12:03.602Z] security-secretstore-setup latest 9fe6cfda7d1d 3 minutes ago 30MB [2023-02-16T15:12:03.602Z] security-proxy-setup latest 126629d719fb 3 minutes ago 27.8MB [2023-02-16T15:12:03.602Z] core-metadata latest d510422731ef 3 minutes ago 18.5MB [2023-02-16T15:12:03.602Z] support-notifications latest 7ba40a89b5e4 3 minutes ago 30.7MB [2023-02-16T15:12:03.602Z] core-common-config-bootstrapper latest d6fa132dd2f5 3 minutes ago 15.5MB [2023-02-16T15:12:03.602Z] c2cc1c2414c1 3 minutes ago 1.74GB [2023-02-16T15:12:03.602Z] f54dc98c1b64 3 minutes ago 1.67GB [2023-02-16T15:12:03.602Z] 6de27bfcd14c 3 minutes ago 1.67GB [2023-02-16T15:12:03.602Z] d9791fd84796 3 minutes ago 1.67GB [2023-02-16T15:12:03.602Z] c013daf5331b 3 minutes ago 1.68GB [2023-02-16T15:12:03.602Z] ci-base-image-x86_64 latest 4514c59a9bd0 9 minutes ago 904MB [2023-02-16T15:12:03.602Z] alpine 3.15 5ce65d7b0fde 5 days ago 5.59MB [2023-02-16T15:12:03.602Z] alpine 3.16 dfd21b5a31f5 5 days ago 5.55MB [2023-02-16T15:12:03.602Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-16T15:12:03.602Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-16T15:12:03.602Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:12:03.711Z] provisioning config files... [2023-02-16T15:12:03.718Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/416@tmp/config9448030355285760218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:12:04.018Z] ---> docker-login.sh [2023-02-16T15:12:04.018Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:12:04.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:12:04.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:12:04.018Z] Configure a credential helper to remove this warning. See [2023-02-16T15:12:04.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:12:04.018Z] [2023-02-16T15:12:04.018Z] Login Succeeded [2023-02-16T15:12:04.018Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:12:04.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:12:04.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:12:04.018Z] Configure a credential helper to remove this warning. See [2023-02-16T15:12:04.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:12:04.018Z] [2023-02-16T15:12:04.018Z] Login Succeeded [2023-02-16T15:12:04.018Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:12:04.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:12:04.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:12:04.277Z] Configure a credential helper to remove this warning. See [2023-02-16T15:12:04.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:12:04.277Z] [2023-02-16T15:12:04.277Z] Login Succeeded [2023-02-16T15:12:04.277Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:12:04.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:12:04.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:12:04.277Z] Configure a credential helper to remove this warning. See [2023-02-16T15:12:04.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:12:04.277Z] [2023-02-16T15:12:04.277Z] Login Succeeded [2023-02-16T15:12:04.277Z] docker.io [2023-02-16T15:12:04.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:12:04.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:12:04.536Z] Configure a credential helper to remove this warning. See [2023-02-16T15:12:04.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:12:04.536Z] [2023-02-16T15:12:04.536Z] Login Succeeded [2023-02-16T15:12:04.536Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T15:12:04.543Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:04.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:12:04.611Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-16T15:12:04.611Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:04.611Z] latest [2023-02-16T15:12:04.611Z] 3.0.0-dev.55 [2023-02-16T15:12:04.611Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:04.611Z] main [2023-02-16T15:12:04.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:04.938Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:05.255Z] + docker push nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:05.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T15:12:05.255Z] a3a6cd127ebd: Preparing [2023-02-16T15:12:05.255Z] 92ab199b5e5e: Preparing [2023-02-16T15:12:05.255Z] a698cd4645b1: Preparing [2023-02-16T15:12:05.255Z] 28444b4e4029: Preparing [2023-02-16T15:12:05.255Z] aa5968d388b8: Preparing [2023-02-16T15:12:05.255Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:05.255Z] a3a6cd127ebd: Pushed [2023-02-16T15:12:05.255Z] a698cd4645b1: Pushed [2023-02-16T15:12:05.255Z] 28444b4e4029: Pushed [2023-02-16T15:12:06.639Z] 92ab199b5e5e: Pushed [2023-02-16T15:12:06.639Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:07.209Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:07.510Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-16T15:12:07.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T15:12:07.510Z] a3a6cd127ebd: Preparing [2023-02-16T15:12:07.510Z] 92ab199b5e5e: Preparing [2023-02-16T15:12:07.510Z] a698cd4645b1: Preparing [2023-02-16T15:12:07.510Z] 28444b4e4029: Preparing [2023-02-16T15:12:07.510Z] aa5968d388b8: Preparing [2023-02-16T15:12:07.510Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:07.510Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:07.510Z] 92ab199b5e5e: Layer already exists [2023-02-16T15:12:07.510Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:07.510Z] a3a6cd127ebd: Layer already exists [2023-02-16T15:12:07.510Z] latest: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:07.819Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:08.127Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.55 [2023-02-16T15:12:08.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T15:12:08.127Z] a3a6cd127ebd: Preparing [2023-02-16T15:12:08.127Z] 92ab199b5e5e: Preparing [2023-02-16T15:12:08.127Z] a698cd4645b1: Preparing [2023-02-16T15:12:08.127Z] 28444b4e4029: Preparing [2023-02-16T15:12:08.127Z] aa5968d388b8: Preparing [2023-02-16T15:12:08.127Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:08.127Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:08.127Z] a3a6cd127ebd: Layer already exists [2023-02-16T15:12:08.127Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:08.127Z] 92ab199b5e5e: Layer already exists [2023-02-16T15:12:08.127Z] 3.0.0-dev.55: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:08.441Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:08.755Z] + docker push nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:08.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T15:12:08.755Z] a3a6cd127ebd: Preparing [2023-02-16T15:12:08.755Z] 92ab199b5e5e: Preparing [2023-02-16T15:12:08.755Z] a698cd4645b1: Preparing [2023-02-16T15:12:08.755Z] 28444b4e4029: Preparing [2023-02-16T15:12:08.755Z] aa5968d388b8: Preparing [2023-02-16T15:12:08.755Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:08.755Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:08.755Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:08.755Z] 92ab199b5e5e: Layer already exists [2023-02-16T15:12:08.755Z] a3a6cd127ebd: Layer already exists [2023-02-16T15:12:08.755Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:09.072Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:09.385Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-16T15:12:09.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-16T15:12:09.385Z] a3a6cd127ebd: Preparing [2023-02-16T15:12:09.385Z] 92ab199b5e5e: Preparing [2023-02-16T15:12:09.385Z] a698cd4645b1: Preparing [2023-02-16T15:12:09.385Z] 28444b4e4029: Preparing [2023-02-16T15:12:09.385Z] aa5968d388b8: Preparing [2023-02-16T15:12:09.385Z] a3a6cd127ebd: Layer already exists [2023-02-16T15:12:09.385Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:09.385Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:09.385Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:09.385Z] 92ab199b5e5e: Layer already exists [2023-02-16T15:12:09.385Z] main: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:09.436Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:09.445Z] taggedImages: [2023-02-16T15:12:09.445Z] - nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:09.445Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-16T15:12:09.445Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.55 [2023-02-16T15:12:09.445Z] - nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:09.445Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-16T15:12:09.468Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-16T15:12:09.468Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:09.468Z] latest [2023-02-16T15:12:09.468Z] 3.0.0-dev.55 [2023-02-16T15:12:09.468Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:09.468Z] main [2023-02-16T15:12:09.468Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:09.786Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:10.090Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:10.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T15:12:10.090Z] b6b8b0708160: Preparing [2023-02-16T15:12:10.090Z] e00ebfee5081: Preparing [2023-02-16T15:12:10.090Z] 5100df936f65: Preparing [2023-02-16T15:12:10.090Z] cdf2624613b8: Preparing [2023-02-16T15:12:10.090Z] a698cd4645b1: Preparing [2023-02-16T15:12:10.090Z] 28444b4e4029: Preparing [2023-02-16T15:12:10.090Z] aa5968d388b8: Preparing [2023-02-16T15:12:10.090Z] 28444b4e4029: Waiting [2023-02-16T15:12:10.091Z] aa5968d388b8: Waiting [2023-02-16T15:12:10.091Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:10.091Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:10.091Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:10.091Z] 5100df936f65: Pushed [2023-02-16T15:12:10.091Z] e00ebfee5081: Pushed [2023-02-16T15:12:10.091Z] b6b8b0708160: Pushed [2023-02-16T15:12:11.476Z] cdf2624613b8: Pushed [2023-02-16T15:12:11.476Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:11.782Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:12.091Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-16T15:12:12.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T15:12:12.091Z] b6b8b0708160: Preparing [2023-02-16T15:12:12.091Z] e00ebfee5081: Preparing [2023-02-16T15:12:12.091Z] 5100df936f65: Preparing [2023-02-16T15:12:12.091Z] cdf2624613b8: Preparing [2023-02-16T15:12:12.091Z] a698cd4645b1: Preparing [2023-02-16T15:12:12.091Z] 28444b4e4029: Preparing [2023-02-16T15:12:12.091Z] aa5968d388b8: Preparing [2023-02-16T15:12:12.091Z] 28444b4e4029: Waiting [2023-02-16T15:12:12.091Z] aa5968d388b8: Waiting [2023-02-16T15:12:12.091Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:12.091Z] cdf2624613b8: Layer already exists [2023-02-16T15:12:12.091Z] 5100df936f65: Layer already exists [2023-02-16T15:12:12.091Z] b6b8b0708160: Layer already exists [2023-02-16T15:12:12.091Z] e00ebfee5081: Layer already exists [2023-02-16T15:12:12.091Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:12.091Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:12.091Z] latest: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:12.400Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:12.707Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.55 [2023-02-16T15:12:12.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T15:12:12.707Z] b6b8b0708160: Preparing [2023-02-16T15:12:12.707Z] e00ebfee5081: Preparing [2023-02-16T15:12:12.707Z] 5100df936f65: Preparing [2023-02-16T15:12:12.707Z] cdf2624613b8: Preparing [2023-02-16T15:12:12.707Z] a698cd4645b1: Preparing [2023-02-16T15:12:12.707Z] 28444b4e4029: Preparing [2023-02-16T15:12:12.707Z] aa5968d388b8: Preparing [2023-02-16T15:12:12.707Z] aa5968d388b8: Waiting [2023-02-16T15:12:12.707Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:12.707Z] e00ebfee5081: Layer already exists [2023-02-16T15:12:12.707Z] 5100df936f65: Layer already exists [2023-02-16T15:12:12.707Z] b6b8b0708160: Layer already exists [2023-02-16T15:12:12.707Z] cdf2624613b8: Layer already exists [2023-02-16T15:12:12.707Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:12.707Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:12.707Z] 3.0.0-dev.55: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:13.014Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:13.315Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:13.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T15:12:13.315Z] b6b8b0708160: Preparing [2023-02-16T15:12:13.315Z] e00ebfee5081: Preparing [2023-02-16T15:12:13.315Z] 5100df936f65: Preparing [2023-02-16T15:12:13.315Z] cdf2624613b8: Preparing [2023-02-16T15:12:13.315Z] a698cd4645b1: Preparing [2023-02-16T15:12:13.315Z] 28444b4e4029: Preparing [2023-02-16T15:12:13.315Z] aa5968d388b8: Preparing [2023-02-16T15:12:13.315Z] 28444b4e4029: Waiting [2023-02-16T15:12:13.315Z] aa5968d388b8: Waiting [2023-02-16T15:12:13.315Z] e00ebfee5081: Layer already exists [2023-02-16T15:12:13.315Z] cdf2624613b8: Layer already exists [2023-02-16T15:12:13.315Z] 5100df936f65: Layer already exists [2023-02-16T15:12:13.315Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:13.315Z] b6b8b0708160: Layer already exists [2023-02-16T15:12:13.315Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:13.315Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:13.315Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:13.626Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:13.927Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-16T15:12:13.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-16T15:12:13.927Z] b6b8b0708160: Preparing [2023-02-16T15:12:13.927Z] e00ebfee5081: Preparing [2023-02-16T15:12:13.927Z] 5100df936f65: Preparing [2023-02-16T15:12:13.927Z] cdf2624613b8: Preparing [2023-02-16T15:12:13.927Z] a698cd4645b1: Preparing [2023-02-16T15:12:13.927Z] 28444b4e4029: Preparing [2023-02-16T15:12:13.927Z] aa5968d388b8: Preparing [2023-02-16T15:12:13.927Z] 28444b4e4029: Waiting [2023-02-16T15:12:13.927Z] b6b8b0708160: Layer already exists [2023-02-16T15:12:13.927Z] e00ebfee5081: Layer already exists [2023-02-16T15:12:13.927Z] cdf2624613b8: Layer already exists [2023-02-16T15:12:13.927Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:13.927Z] 5100df936f65: Layer already exists [2023-02-16T15:12:13.927Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:13.927Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:13.927Z] main: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:13.968Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:13.976Z] taggedImages: [2023-02-16T15:12:13.976Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:13.976Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-16T15:12:13.976Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.55 [2023-02-16T15:12:13.976Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:13.976Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-16T15:12:14.000Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-16T15:12:14.000Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:14.000Z] latest [2023-02-16T15:12:14.000Z] 3.0.0-dev.55 [2023-02-16T15:12:14.000Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:14.000Z] main [2023-02-16T15:12:14.000Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:14.313Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:14.620Z] + docker push nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:14.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T15:12:14.620Z] 42880e8b2415: Preparing [2023-02-16T15:12:14.620Z] 870ea2cc750d: Preparing [2023-02-16T15:12:14.620Z] a698cd4645b1: Preparing [2023-02-16T15:12:14.620Z] f57bf964ef95: Preparing [2023-02-16T15:12:14.620Z] aa5968d388b8: Preparing [2023-02-16T15:12:14.620Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:14.620Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:14.620Z] 42880e8b2415: Pushed [2023-02-16T15:12:14.620Z] f57bf964ef95: Pushed [2023-02-16T15:12:16.525Z] 870ea2cc750d: Pushed [2023-02-16T15:12:16.525Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:16.841Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:17.152Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-16T15:12:17.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T15:12:17.152Z] 42880e8b2415: Preparing [2023-02-16T15:12:17.152Z] 870ea2cc750d: Preparing [2023-02-16T15:12:17.152Z] a698cd4645b1: Preparing [2023-02-16T15:12:17.152Z] f57bf964ef95: Preparing [2023-02-16T15:12:17.152Z] aa5968d388b8: Preparing [2023-02-16T15:12:17.152Z] 870ea2cc750d: Layer already exists [2023-02-16T15:12:17.152Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:17.152Z] 42880e8b2415: Layer already exists [2023-02-16T15:12:17.152Z] f57bf964ef95: Layer already exists [2023-02-16T15:12:17.152Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:17.152Z] latest: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:17.469Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:17.778Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.55 [2023-02-16T15:12:17.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T15:12:17.779Z] 42880e8b2415: Preparing [2023-02-16T15:12:17.779Z] 870ea2cc750d: Preparing [2023-02-16T15:12:17.779Z] a698cd4645b1: Preparing [2023-02-16T15:12:17.779Z] f57bf964ef95: Preparing [2023-02-16T15:12:17.779Z] aa5968d388b8: Preparing [2023-02-16T15:12:17.779Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:17.779Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:17.779Z] 42880e8b2415: Layer already exists [2023-02-16T15:12:17.779Z] 870ea2cc750d: Layer already exists [2023-02-16T15:12:17.779Z] f57bf964ef95: Layer already exists [2023-02-16T15:12:17.779Z] 3.0.0-dev.55: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:18.105Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:18.415Z] + docker push nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:18.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T15:12:18.415Z] 42880e8b2415: Preparing [2023-02-16T15:12:18.415Z] 870ea2cc750d: Preparing [2023-02-16T15:12:18.415Z] a698cd4645b1: Preparing [2023-02-16T15:12:18.415Z] f57bf964ef95: Preparing [2023-02-16T15:12:18.415Z] aa5968d388b8: Preparing [2023-02-16T15:12:18.415Z] f57bf964ef95: Layer already exists [2023-02-16T15:12:18.415Z] 42880e8b2415: Layer already exists [2023-02-16T15:12:18.415Z] 870ea2cc750d: Layer already exists [2023-02-16T15:12:18.415Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:18.415Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:18.415Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:18.719Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:19.020Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-16T15:12:19.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-16T15:12:19.020Z] 42880e8b2415: Preparing [2023-02-16T15:12:19.020Z] 870ea2cc750d: Preparing [2023-02-16T15:12:19.020Z] a698cd4645b1: Preparing [2023-02-16T15:12:19.020Z] f57bf964ef95: Preparing [2023-02-16T15:12:19.020Z] aa5968d388b8: Preparing [2023-02-16T15:12:19.020Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:19.020Z] f57bf964ef95: Layer already exists [2023-02-16T15:12:19.020Z] 870ea2cc750d: Layer already exists [2023-02-16T15:12:19.020Z] 42880e8b2415: Layer already exists [2023-02-16T15:12:19.020Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:19.020Z] main: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:19.068Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:19.078Z] taggedImages: [2023-02-16T15:12:19.078Z] - nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:19.078Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-16T15:12:19.078Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.55 [2023-02-16T15:12:19.078Z] - nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:19.078Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-16T15:12:19.099Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-16T15:12:19.099Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:19.099Z] latest [2023-02-16T15:12:19.099Z] 3.0.0-dev.55 [2023-02-16T15:12:19.099Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:19.099Z] main [2023-02-16T15:12:19.099Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:19.406Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:19.714Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:19.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T15:12:19.714Z] c2317abb8368: Preparing [2023-02-16T15:12:19.714Z] 88cc038be4e9: Preparing [2023-02-16T15:12:19.714Z] 94c79479bf0f: Preparing [2023-02-16T15:12:19.714Z] a698cd4645b1: Preparing [2023-02-16T15:12:19.714Z] 28444b4e4029: Preparing [2023-02-16T15:12:19.714Z] aa5968d388b8: Preparing [2023-02-16T15:12:19.714Z] aa5968d388b8: Waiting [2023-02-16T15:12:19.714Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:19.714Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:19.714Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:19.714Z] c2317abb8368: Pushed [2023-02-16T15:12:19.714Z] 88cc038be4e9: Pushed [2023-02-16T15:12:21.679Z] 94c79479bf0f: Pushed [2023-02-16T15:12:21.946Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:22.252Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:22.561Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-16T15:12:22.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T15:12:22.561Z] c2317abb8368: Preparing [2023-02-16T15:12:22.561Z] 88cc038be4e9: Preparing [2023-02-16T15:12:22.561Z] 94c79479bf0f: Preparing [2023-02-16T15:12:22.561Z] a698cd4645b1: Preparing [2023-02-16T15:12:22.561Z] 28444b4e4029: Preparing [2023-02-16T15:12:22.561Z] aa5968d388b8: Preparing [2023-02-16T15:12:22.561Z] aa5968d388b8: Waiting [2023-02-16T15:12:22.561Z] 94c79479bf0f: Layer already exists [2023-02-16T15:12:22.561Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:22.561Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:22.561Z] c2317abb8368: Layer already exists [2023-02-16T15:12:22.561Z] 88cc038be4e9: Layer already exists [2023-02-16T15:12:22.561Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:22.561Z] latest: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:22.863Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:23.173Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.55 [2023-02-16T15:12:23.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T15:12:23.173Z] c2317abb8368: Preparing [2023-02-16T15:12:23.173Z] 88cc038be4e9: Preparing [2023-02-16T15:12:23.173Z] 94c79479bf0f: Preparing [2023-02-16T15:12:23.173Z] a698cd4645b1: Preparing [2023-02-16T15:12:23.173Z] 28444b4e4029: Preparing [2023-02-16T15:12:23.173Z] aa5968d388b8: Preparing [2023-02-16T15:12:23.173Z] aa5968d388b8: Waiting [2023-02-16T15:12:23.173Z] 88cc038be4e9: Layer already exists [2023-02-16T15:12:23.173Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:23.173Z] c2317abb8368: Layer already exists [2023-02-16T15:12:23.173Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:23.173Z] 94c79479bf0f: Layer already exists [2023-02-16T15:12:23.173Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:23.173Z] 3.0.0-dev.55: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:23.491Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:23.792Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:23.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T15:12:23.792Z] c2317abb8368: Preparing [2023-02-16T15:12:23.792Z] 88cc038be4e9: Preparing [2023-02-16T15:12:23.792Z] 94c79479bf0f: Preparing [2023-02-16T15:12:23.792Z] a698cd4645b1: Preparing [2023-02-16T15:12:23.792Z] 28444b4e4029: Preparing [2023-02-16T15:12:23.792Z] aa5968d388b8: Preparing [2023-02-16T15:12:23.792Z] aa5968d388b8: Waiting [2023-02-16T15:12:23.792Z] c2317abb8368: Layer already exists [2023-02-16T15:12:23.792Z] 88cc038be4e9: Layer already exists [2023-02-16T15:12:23.792Z] 94c79479bf0f: Layer already exists [2023-02-16T15:12:23.792Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:23.792Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:23.792Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:23.792Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:24.096Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:24.395Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-16T15:12:24.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-16T15:12:24.396Z] c2317abb8368: Preparing [2023-02-16T15:12:24.396Z] 88cc038be4e9: Preparing [2023-02-16T15:12:24.396Z] 94c79479bf0f: Preparing [2023-02-16T15:12:24.396Z] a698cd4645b1: Preparing [2023-02-16T15:12:24.396Z] 28444b4e4029: Preparing [2023-02-16T15:12:24.396Z] aa5968d388b8: Preparing [2023-02-16T15:12:24.396Z] aa5968d388b8: Waiting [2023-02-16T15:12:24.396Z] c2317abb8368: Layer already exists [2023-02-16T15:12:24.396Z] 88cc038be4e9: Layer already exists [2023-02-16T15:12:24.396Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:24.396Z] 28444b4e4029: Layer already exists [2023-02-16T15:12:24.396Z] 94c79479bf0f: Layer already exists [2023-02-16T15:12:24.396Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:24.396Z] main: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:24.432Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:24.438Z] taggedImages: [2023-02-16T15:12:24.438Z] - nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:24.438Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-16T15:12:24.438Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.55 [2023-02-16T15:12:24.438Z] - nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:24.438Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-16T15:12:24.452Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-16T15:12:24.452Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:24.452Z] latest [2023-02-16T15:12:24.452Z] 3.0.0-dev.55 [2023-02-16T15:12:24.452Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:24.452Z] main [2023-02-16T15:12:24.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:24.761Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:25.066Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:25.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T15:12:25.066Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:25.066Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:25.066Z] f5a0ef931b10: Preparing [2023-02-16T15:12:25.066Z] 74bd0985171f: Preparing [2023-02-16T15:12:25.066Z] 20194664d16f: Preparing [2023-02-16T15:12:25.066Z] afc2d8e391fc: Preparing [2023-02-16T15:12:25.066Z] cc4cf75f38be: Preparing [2023-02-16T15:12:25.066Z] a698cd4645b1: Preparing [2023-02-16T15:12:25.066Z] 6c30b1592da4: Preparing [2023-02-16T15:12:25.066Z] 82ff2286756a: Preparing [2023-02-16T15:12:25.066Z] 0db21006143d: Preparing [2023-02-16T15:12:25.066Z] 23d4448960a1: Preparing [2023-02-16T15:12:25.066Z] aa5968d388b8: Preparing [2023-02-16T15:12:25.066Z] cc4cf75f38be: Waiting [2023-02-16T15:12:25.066Z] 82ff2286756a: Waiting [2023-02-16T15:12:25.066Z] 6c30b1592da4: Waiting [2023-02-16T15:12:25.066Z] 0db21006143d: Waiting [2023-02-16T15:12:25.066Z] aa5968d388b8: Waiting [2023-02-16T15:12:25.066Z] 20194664d16f: Pushed [2023-02-16T15:12:25.066Z] f5a0ef931b10: Pushed [2023-02-16T15:12:25.066Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:25.066Z] 74bd0985171f: Pushed [2023-02-16T15:12:25.066Z] afc2d8e391fc: Pushed [2023-02-16T15:12:25.066Z] 50ab1e6926e4: Pushed [2023-02-16T15:12:25.326Z] 6c30b1592da4: Pushed [2023-02-16T15:12:25.326Z] 82ff2286756a: Pushed [2023-02-16T15:12:25.326Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:25.326Z] 0db21006143d: Pushed [2023-02-16T15:12:25.326Z] 23d4448960a1: Pushed [2023-02-16T15:12:27.230Z] cc4cf75f38be: Pushed [2023-02-16T15:12:27.230Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:27.538Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:27.838Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-16T15:12:27.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T15:12:27.838Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:27.838Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:27.838Z] f5a0ef931b10: Preparing [2023-02-16T15:12:27.838Z] 74bd0985171f: Preparing [2023-02-16T15:12:27.838Z] 20194664d16f: Preparing [2023-02-16T15:12:27.838Z] afc2d8e391fc: Preparing [2023-02-16T15:12:27.838Z] cc4cf75f38be: Preparing [2023-02-16T15:12:27.838Z] a698cd4645b1: Preparing [2023-02-16T15:12:27.838Z] 6c30b1592da4: Preparing [2023-02-16T15:12:27.838Z] 82ff2286756a: Preparing [2023-02-16T15:12:27.838Z] 0db21006143d: Preparing [2023-02-16T15:12:27.838Z] 23d4448960a1: Preparing [2023-02-16T15:12:27.838Z] aa5968d388b8: Preparing [2023-02-16T15:12:27.838Z] cc4cf75f38be: Waiting [2023-02-16T15:12:27.838Z] 0db21006143d: Waiting [2023-02-16T15:12:27.838Z] a698cd4645b1: Waiting [2023-02-16T15:12:27.838Z] 23d4448960a1: Waiting [2023-02-16T15:12:27.838Z] aa5968d388b8: Waiting [2023-02-16T15:12:27.838Z] 6c30b1592da4: Waiting [2023-02-16T15:12:27.838Z] 82ff2286756a: Waiting [2023-02-16T15:12:27.838Z] afc2d8e391fc: Layer already exists [2023-02-16T15:12:27.838Z] 74bd0985171f: Layer already exists [2023-02-16T15:12:27.838Z] f5a0ef931b10: Layer already exists [2023-02-16T15:12:27.838Z] 20194664d16f: Layer already exists [2023-02-16T15:12:27.838Z] 50ab1e6926e4: Layer already exists [2023-02-16T15:12:27.838Z] cc4cf75f38be: Layer already exists [2023-02-16T15:12:27.838Z] 6c30b1592da4: Layer already exists [2023-02-16T15:12:27.838Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:27.838Z] 82ff2286756a: Layer already exists [2023-02-16T15:12:27.838Z] 0db21006143d: Layer already exists [2023-02-16T15:12:27.838Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:27.838Z] 23d4448960a1: Layer already exists [2023-02-16T15:12:27.838Z] latest: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:28.152Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:28.449Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.55 [2023-02-16T15:12:28.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T15:12:28.449Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:28.449Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:28.449Z] f5a0ef931b10: Preparing [2023-02-16T15:12:28.449Z] 74bd0985171f: Preparing [2023-02-16T15:12:28.449Z] 20194664d16f: Preparing [2023-02-16T15:12:28.449Z] afc2d8e391fc: Preparing [2023-02-16T15:12:28.449Z] cc4cf75f38be: Preparing [2023-02-16T15:12:28.449Z] a698cd4645b1: Preparing [2023-02-16T15:12:28.449Z] 6c30b1592da4: Preparing [2023-02-16T15:12:28.449Z] 82ff2286756a: Preparing [2023-02-16T15:12:28.449Z] 0db21006143d: Preparing [2023-02-16T15:12:28.449Z] 23d4448960a1: Preparing [2023-02-16T15:12:28.449Z] aa5968d388b8: Preparing [2023-02-16T15:12:28.449Z] 82ff2286756a: Waiting [2023-02-16T15:12:28.450Z] cc4cf75f38be: Waiting [2023-02-16T15:12:28.450Z] 0db21006143d: Waiting [2023-02-16T15:12:28.450Z] 6c30b1592da4: Waiting [2023-02-16T15:12:28.450Z] 23d4448960a1: Waiting [2023-02-16T15:12:28.450Z] aa5968d388b8: Waiting [2023-02-16T15:12:28.450Z] f5a0ef931b10: Layer already exists [2023-02-16T15:12:28.450Z] 74bd0985171f: Layer already exists [2023-02-16T15:12:28.450Z] 50ab1e6926e4: Layer already exists [2023-02-16T15:12:28.450Z] afc2d8e391fc: Layer already exists [2023-02-16T15:12:28.450Z] 20194664d16f: Layer already exists [2023-02-16T15:12:28.450Z] cc4cf75f38be: Layer already exists [2023-02-16T15:12:28.450Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:28.450Z] 82ff2286756a: Layer already exists [2023-02-16T15:12:28.450Z] 0db21006143d: Layer already exists [2023-02-16T15:12:28.450Z] 6c30b1592da4: Layer already exists [2023-02-16T15:12:28.450Z] 23d4448960a1: Layer already exists [2023-02-16T15:12:28.450Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:28.450Z] 3.0.0-dev.55: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:28.763Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:29.063Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:29.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T15:12:29.063Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:29.063Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:29.063Z] f5a0ef931b10: Preparing [2023-02-16T15:12:29.063Z] 74bd0985171f: Preparing [2023-02-16T15:12:29.063Z] 20194664d16f: Preparing [2023-02-16T15:12:29.063Z] afc2d8e391fc: Preparing [2023-02-16T15:12:29.063Z] cc4cf75f38be: Preparing [2023-02-16T15:12:29.063Z] a698cd4645b1: Preparing [2023-02-16T15:12:29.063Z] 6c30b1592da4: Preparing [2023-02-16T15:12:29.063Z] 82ff2286756a: Preparing [2023-02-16T15:12:29.063Z] 0db21006143d: Preparing [2023-02-16T15:12:29.063Z] 23d4448960a1: Preparing [2023-02-16T15:12:29.063Z] aa5968d388b8: Preparing [2023-02-16T15:12:29.063Z] cc4cf75f38be: Waiting [2023-02-16T15:12:29.063Z] 6c30b1592da4: Waiting [2023-02-16T15:12:29.063Z] 82ff2286756a: Waiting [2023-02-16T15:12:29.063Z] 0db21006143d: Waiting [2023-02-16T15:12:29.063Z] a698cd4645b1: Waiting [2023-02-16T15:12:29.063Z] 23d4448960a1: Waiting [2023-02-16T15:12:29.063Z] aa5968d388b8: Waiting [2023-02-16T15:12:29.063Z] 50ab1e6926e4: Layer already exists [2023-02-16T15:12:29.063Z] afc2d8e391fc: Layer already exists [2023-02-16T15:12:29.063Z] 74bd0985171f: Layer already exists [2023-02-16T15:12:29.063Z] f5a0ef931b10: Layer already exists [2023-02-16T15:12:29.063Z] 20194664d16f: Layer already exists [2023-02-16T15:12:29.063Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:29.063Z] cc4cf75f38be: Layer already exists [2023-02-16T15:12:29.063Z] 82ff2286756a: Layer already exists [2023-02-16T15:12:29.063Z] 6c30b1592da4: Layer already exists [2023-02-16T15:12:29.063Z] 0db21006143d: Layer already exists [2023-02-16T15:12:29.063Z] 23d4448960a1: Layer already exists [2023-02-16T15:12:29.063Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:29.063Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:29.363Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:29.664Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-16T15:12:29.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-16T15:12:29.665Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:29.665Z] 50ab1e6926e4: Preparing [2023-02-16T15:12:29.665Z] f5a0ef931b10: Preparing [2023-02-16T15:12:29.665Z] 74bd0985171f: Preparing [2023-02-16T15:12:29.665Z] 20194664d16f: Preparing [2023-02-16T15:12:29.665Z] afc2d8e391fc: Preparing [2023-02-16T15:12:29.665Z] cc4cf75f38be: Preparing [2023-02-16T15:12:29.665Z] a698cd4645b1: Preparing [2023-02-16T15:12:29.665Z] 6c30b1592da4: Preparing [2023-02-16T15:12:29.665Z] 82ff2286756a: Preparing [2023-02-16T15:12:29.665Z] a698cd4645b1: Waiting [2023-02-16T15:12:29.665Z] cc4cf75f38be: Waiting [2023-02-16T15:12:29.665Z] 6c30b1592da4: Waiting [2023-02-16T15:12:29.665Z] 0db21006143d: Preparing [2023-02-16T15:12:29.665Z] 23d4448960a1: Preparing [2023-02-16T15:12:29.665Z] aa5968d388b8: Preparing [2023-02-16T15:12:29.665Z] 0db21006143d: Waiting [2023-02-16T15:12:29.665Z] 23d4448960a1: Waiting [2023-02-16T15:12:29.665Z] 82ff2286756a: Waiting [2023-02-16T15:12:29.665Z] f5a0ef931b10: Layer already exists [2023-02-16T15:12:29.665Z] 50ab1e6926e4: Layer already exists [2023-02-16T15:12:29.665Z] 20194664d16f: Layer already exists [2023-02-16T15:12:29.665Z] afc2d8e391fc: Layer already exists [2023-02-16T15:12:29.665Z] 74bd0985171f: Layer already exists [2023-02-16T15:12:29.665Z] cc4cf75f38be: Layer already exists [2023-02-16T15:12:29.665Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:29.665Z] 6c30b1592da4: Layer already exists [2023-02-16T15:12:29.665Z] 82ff2286756a: Layer already exists [2023-02-16T15:12:29.665Z] 0db21006143d: Layer already exists [2023-02-16T15:12:29.665Z] 23d4448960a1: Layer already exists [2023-02-16T15:12:29.665Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:29.665Z] main: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:29.705Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:29.713Z] taggedImages: [2023-02-16T15:12:29.713Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:29.713Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-16T15:12:29.713Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.55 [2023-02-16T15:12:29.713Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:29.713Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-16T15:12:29.736Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-16T15:12:29.736Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:29.736Z] latest [2023-02-16T15:12:29.736Z] 3.0.0-dev.55 [2023-02-16T15:12:29.736Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:29.736Z] main [2023-02-16T15:12:29.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:30.044Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:30.353Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:30.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T15:12:30.353Z] 6f09e030728f: Preparing [2023-02-16T15:12:30.353Z] f9076f7d745b: Preparing [2023-02-16T15:12:30.353Z] 34a1517713ca: Preparing [2023-02-16T15:12:30.353Z] c9402d51918a: Preparing [2023-02-16T15:12:30.353Z] 9becf9209ded: Preparing [2023-02-16T15:12:30.353Z] 295cc4629866: Preparing [2023-02-16T15:12:30.353Z] 6119fb1f0e7a: Preparing [2023-02-16T15:12:30.353Z] aa5968d388b8: Preparing [2023-02-16T15:12:30.353Z] 295cc4629866: Waiting [2023-02-16T15:12:30.353Z] 6119fb1f0e7a: Waiting [2023-02-16T15:12:30.353Z] 9becf9209ded: Pushed [2023-02-16T15:12:30.353Z] 6f09e030728f: Pushed [2023-02-16T15:12:30.353Z] f9076f7d745b: Pushed [2023-02-16T15:12:30.612Z] 295cc4629866: Pushed [2023-02-16T15:12:30.877Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:31.152Z] 6119fb1f0e7a: Pushed [2023-02-16T15:12:31.415Z] 34a1517713ca: Pushed [2023-02-16T15:12:31.415Z] c9402d51918a: Pushed [2023-02-16T15:12:31.981Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:32.545Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:32.843Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-16T15:12:32.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T15:12:32.843Z] 6f09e030728f: Preparing [2023-02-16T15:12:32.843Z] f9076f7d745b: Preparing [2023-02-16T15:12:32.843Z] 34a1517713ca: Preparing [2023-02-16T15:12:32.843Z] c9402d51918a: Preparing [2023-02-16T15:12:32.843Z] 9becf9209ded: Preparing [2023-02-16T15:12:32.843Z] 295cc4629866: Preparing [2023-02-16T15:12:32.843Z] 6119fb1f0e7a: Preparing [2023-02-16T15:12:32.843Z] aa5968d388b8: Preparing [2023-02-16T15:12:32.843Z] 295cc4629866: Waiting [2023-02-16T15:12:32.843Z] 6119fb1f0e7a: Waiting [2023-02-16T15:12:32.843Z] aa5968d388b8: Waiting [2023-02-16T15:12:32.843Z] f9076f7d745b: Layer already exists [2023-02-16T15:12:32.843Z] 9becf9209ded: Layer already exists [2023-02-16T15:12:32.843Z] 6f09e030728f: Layer already exists [2023-02-16T15:12:32.843Z] c9402d51918a: Layer already exists [2023-02-16T15:12:32.843Z] 34a1517713ca: Layer already exists [2023-02-16T15:12:32.843Z] 295cc4629866: Layer already exists [2023-02-16T15:12:32.843Z] 6119fb1f0e7a: Layer already exists [2023-02-16T15:12:32.843Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:32.844Z] latest: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:33.148Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:33.448Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.55 [2023-02-16T15:12:33.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T15:12:33.448Z] 6f09e030728f: Preparing [2023-02-16T15:12:33.448Z] f9076f7d745b: Preparing [2023-02-16T15:12:33.448Z] 34a1517713ca: Preparing [2023-02-16T15:12:33.448Z] c9402d51918a: Preparing [2023-02-16T15:12:33.448Z] 9becf9209ded: Preparing [2023-02-16T15:12:33.448Z] 295cc4629866: Preparing [2023-02-16T15:12:33.448Z] 6119fb1f0e7a: Preparing [2023-02-16T15:12:33.448Z] aa5968d388b8: Preparing [2023-02-16T15:12:33.448Z] 6119fb1f0e7a: Waiting [2023-02-16T15:12:33.448Z] aa5968d388b8: Waiting [2023-02-16T15:12:33.448Z] 295cc4629866: Waiting [2023-02-16T15:12:33.448Z] 9becf9209ded: Layer already exists [2023-02-16T15:12:33.448Z] 6f09e030728f: Layer already exists [2023-02-16T15:12:33.448Z] 34a1517713ca: Layer already exists [2023-02-16T15:12:33.448Z] c9402d51918a: Layer already exists [2023-02-16T15:12:33.448Z] f9076f7d745b: Layer already exists [2023-02-16T15:12:33.448Z] 295cc4629866: Layer already exists [2023-02-16T15:12:33.448Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:33.448Z] 6119fb1f0e7a: Layer already exists [2023-02-16T15:12:33.448Z] 3.0.0-dev.55: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:33.755Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:34.055Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:34.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T15:12:34.055Z] 6f09e030728f: Preparing [2023-02-16T15:12:34.055Z] f9076f7d745b: Preparing [2023-02-16T15:12:34.055Z] 34a1517713ca: Preparing [2023-02-16T15:12:34.055Z] c9402d51918a: Preparing [2023-02-16T15:12:34.055Z] 9becf9209ded: Preparing [2023-02-16T15:12:34.055Z] 295cc4629866: Preparing [2023-02-16T15:12:34.055Z] 6119fb1f0e7a: Preparing [2023-02-16T15:12:34.055Z] aa5968d388b8: Preparing [2023-02-16T15:12:34.055Z] 6119fb1f0e7a: Waiting [2023-02-16T15:12:34.055Z] aa5968d388b8: Waiting [2023-02-16T15:12:34.055Z] 34a1517713ca: Layer already exists [2023-02-16T15:12:34.055Z] c9402d51918a: Layer already exists [2023-02-16T15:12:34.055Z] f9076f7d745b: Layer already exists [2023-02-16T15:12:34.055Z] 9becf9209ded: Layer already exists [2023-02-16T15:12:34.055Z] 6f09e030728f: Layer already exists [2023-02-16T15:12:34.055Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:34.055Z] 295cc4629866: Layer already exists [2023-02-16T15:12:34.055Z] 6119fb1f0e7a: Layer already exists [2023-02-16T15:12:34.055Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:34.358Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:34.657Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-16T15:12:34.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-16T15:12:34.657Z] 6f09e030728f: Preparing [2023-02-16T15:12:34.657Z] f9076f7d745b: Preparing [2023-02-16T15:12:34.657Z] 34a1517713ca: Preparing [2023-02-16T15:12:34.657Z] c9402d51918a: Preparing [2023-02-16T15:12:34.657Z] 9becf9209ded: Preparing [2023-02-16T15:12:34.657Z] 295cc4629866: Preparing [2023-02-16T15:12:34.657Z] 6119fb1f0e7a: Preparing [2023-02-16T15:12:34.657Z] aa5968d388b8: Preparing [2023-02-16T15:12:34.657Z] 6119fb1f0e7a: Waiting [2023-02-16T15:12:34.657Z] 9becf9209ded: Layer already exists [2023-02-16T15:12:34.657Z] 6f09e030728f: Layer already exists [2023-02-16T15:12:34.657Z] c9402d51918a: Layer already exists [2023-02-16T15:12:34.657Z] 34a1517713ca: Layer already exists [2023-02-16T15:12:34.657Z] f9076f7d745b: Layer already exists [2023-02-16T15:12:34.657Z] 6119fb1f0e7a: Layer already exists [2023-02-16T15:12:34.657Z] 295cc4629866: Layer already exists [2023-02-16T15:12:34.657Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:34.657Z] main: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:34.709Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:34.719Z] taggedImages: [2023-02-16T15:12:34.719Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:34.719Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-16T15:12:34.719Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.55 [2023-02-16T15:12:34.719Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:34.719Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-16T15:12:34.737Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-16T15:12:34.737Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:34.737Z] latest [2023-02-16T15:12:34.737Z] 3.0.0-dev.55 [2023-02-16T15:12:34.737Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:34.737Z] main [2023-02-16T15:12:34.737Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:35.039Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:35.341Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:35.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T15:12:35.341Z] 43b8c43c183c: Preparing [2023-02-16T15:12:35.341Z] 05752f45cdfe: Preparing [2023-02-16T15:12:35.341Z] 049701643460: Preparing [2023-02-16T15:12:35.341Z] ab3b31b0ed04: Preparing [2023-02-16T15:12:35.341Z] 4cf61701590b: Preparing [2023-02-16T15:12:35.341Z] 5b03c673f781: Preparing [2023-02-16T15:12:35.341Z] 625df899d294: Preparing [2023-02-16T15:12:35.341Z] 460f658cc070: Preparing [2023-02-16T15:12:35.341Z] 1532e48e1f2b: Preparing [2023-02-16T15:12:35.341Z] aa5968d388b8: Preparing [2023-02-16T15:12:35.341Z] 5b03c673f781: Waiting [2023-02-16T15:12:35.341Z] 625df899d294: Waiting [2023-02-16T15:12:35.341Z] 460f658cc070: Waiting [2023-02-16T15:12:35.341Z] aa5968d388b8: Waiting [2023-02-16T15:12:35.341Z] 1532e48e1f2b: Waiting [2023-02-16T15:12:35.341Z] 43b8c43c183c: Pushed [2023-02-16T15:12:35.341Z] 4cf61701590b: Pushed [2023-02-16T15:12:35.341Z] 05752f45cdfe: Pushed [2023-02-16T15:12:35.610Z] 5b03c673f781: Pushed [2023-02-16T15:12:35.610Z] 625df899d294: Pushed [2023-02-16T15:12:35.610Z] 460f658cc070: Pushed [2023-02-16T15:12:35.873Z] 1532e48e1f2b: Pushed [2023-02-16T15:12:36.134Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:36.392Z] ab3b31b0ed04: Pushed [2023-02-16T15:12:36.964Z] 049701643460: Pushed [2023-02-16T15:12:36.964Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:37.528Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:37.827Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-16T15:12:37.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T15:12:37.827Z] 43b8c43c183c: Preparing [2023-02-16T15:12:37.827Z] 05752f45cdfe: Preparing [2023-02-16T15:12:37.827Z] 049701643460: Preparing [2023-02-16T15:12:37.827Z] ab3b31b0ed04: Preparing [2023-02-16T15:12:37.827Z] 4cf61701590b: Preparing [2023-02-16T15:12:37.827Z] 5b03c673f781: Preparing [2023-02-16T15:12:37.827Z] 625df899d294: Preparing [2023-02-16T15:12:37.827Z] 460f658cc070: Preparing [2023-02-16T15:12:37.827Z] 1532e48e1f2b: Preparing [2023-02-16T15:12:37.827Z] aa5968d388b8: Preparing [2023-02-16T15:12:37.827Z] 625df899d294: Waiting [2023-02-16T15:12:37.827Z] 1532e48e1f2b: Waiting [2023-02-16T15:12:37.827Z] 460f658cc070: Waiting [2023-02-16T15:12:37.827Z] aa5968d388b8: Waiting [2023-02-16T15:12:37.827Z] 4cf61701590b: Layer already exists [2023-02-16T15:12:37.827Z] ab3b31b0ed04: Layer already exists [2023-02-16T15:12:37.827Z] 049701643460: Layer already exists [2023-02-16T15:12:37.827Z] 05752f45cdfe: Layer already exists [2023-02-16T15:12:37.827Z] 43b8c43c183c: Layer already exists [2023-02-16T15:12:37.827Z] 5b03c673f781: Layer already exists [2023-02-16T15:12:37.827Z] 625df899d294: Layer already exists [2023-02-16T15:12:37.827Z] 1532e48e1f2b: Layer already exists [2023-02-16T15:12:37.827Z] 460f658cc070: Layer already exists [2023-02-16T15:12:37.827Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:37.827Z] latest: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:38.129Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:38.431Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.55 [2023-02-16T15:12:38.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T15:12:38.431Z] 43b8c43c183c: Preparing [2023-02-16T15:12:38.431Z] 05752f45cdfe: Preparing [2023-02-16T15:12:38.431Z] 049701643460: Preparing [2023-02-16T15:12:38.431Z] ab3b31b0ed04: Preparing [2023-02-16T15:12:38.431Z] 4cf61701590b: Preparing [2023-02-16T15:12:38.431Z] 5b03c673f781: Preparing [2023-02-16T15:12:38.431Z] 625df899d294: Preparing [2023-02-16T15:12:38.431Z] 460f658cc070: Preparing [2023-02-16T15:12:38.431Z] 1532e48e1f2b: Preparing [2023-02-16T15:12:38.431Z] aa5968d388b8: Preparing [2023-02-16T15:12:38.431Z] 5b03c673f781: Waiting [2023-02-16T15:12:38.431Z] 625df899d294: Waiting [2023-02-16T15:12:38.431Z] 460f658cc070: Waiting [2023-02-16T15:12:38.431Z] 1532e48e1f2b: Waiting [2023-02-16T15:12:38.431Z] aa5968d388b8: Waiting [2023-02-16T15:12:38.431Z] ab3b31b0ed04: Layer already exists [2023-02-16T15:12:38.431Z] 43b8c43c183c: Layer already exists [2023-02-16T15:12:38.431Z] 049701643460: Layer already exists [2023-02-16T15:12:38.431Z] 4cf61701590b: Layer already exists [2023-02-16T15:12:38.431Z] 05752f45cdfe: Layer already exists [2023-02-16T15:12:38.431Z] 5b03c673f781: Layer already exists [2023-02-16T15:12:38.431Z] 625df899d294: Layer already exists [2023-02-16T15:12:38.431Z] 460f658cc070: Layer already exists [2023-02-16T15:12:38.431Z] 1532e48e1f2b: Layer already exists [2023-02-16T15:12:38.431Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:38.431Z] 3.0.0-dev.55: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:38.737Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:39.055Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:39.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T15:12:39.055Z] 43b8c43c183c: Preparing [2023-02-16T15:12:39.055Z] 05752f45cdfe: Preparing [2023-02-16T15:12:39.055Z] 049701643460: Preparing [2023-02-16T15:12:39.055Z] ab3b31b0ed04: Preparing [2023-02-16T15:12:39.055Z] 4cf61701590b: Preparing [2023-02-16T15:12:39.055Z] 5b03c673f781: Preparing [2023-02-16T15:12:39.055Z] 625df899d294: Preparing [2023-02-16T15:12:39.055Z] 460f658cc070: Preparing [2023-02-16T15:12:39.055Z] 1532e48e1f2b: Preparing [2023-02-16T15:12:39.055Z] aa5968d388b8: Preparing [2023-02-16T15:12:39.055Z] 625df899d294: Waiting [2023-02-16T15:12:39.055Z] aa5968d388b8: Waiting [2023-02-16T15:12:39.055Z] 1532e48e1f2b: Waiting [2023-02-16T15:12:39.055Z] 049701643460: Layer already exists [2023-02-16T15:12:39.055Z] ab3b31b0ed04: Layer already exists [2023-02-16T15:12:39.055Z] 43b8c43c183c: Layer already exists [2023-02-16T15:12:39.055Z] 4cf61701590b: Layer already exists [2023-02-16T15:12:39.055Z] 05752f45cdfe: Layer already exists [2023-02-16T15:12:39.055Z] 5b03c673f781: Layer already exists [2023-02-16T15:12:39.055Z] 625df899d294: Layer already exists [2023-02-16T15:12:39.055Z] 460f658cc070: Layer already exists [2023-02-16T15:12:39.055Z] 1532e48e1f2b: Layer already exists [2023-02-16T15:12:39.055Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:39.055Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:39.367Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:39.676Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-16T15:12:39.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-16T15:12:39.676Z] 43b8c43c183c: Preparing [2023-02-16T15:12:39.676Z] 05752f45cdfe: Preparing [2023-02-16T15:12:39.676Z] 049701643460: Preparing [2023-02-16T15:12:39.676Z] ab3b31b0ed04: Preparing [2023-02-16T15:12:39.676Z] 4cf61701590b: Preparing [2023-02-16T15:12:39.676Z] 5b03c673f781: Preparing [2023-02-16T15:12:39.676Z] 625df899d294: Preparing [2023-02-16T15:12:39.676Z] 460f658cc070: Preparing [2023-02-16T15:12:39.676Z] 1532e48e1f2b: Preparing [2023-02-16T15:12:39.676Z] aa5968d388b8: Preparing [2023-02-16T15:12:39.676Z] 5b03c673f781: Waiting [2023-02-16T15:12:39.676Z] 460f658cc070: Waiting [2023-02-16T15:12:39.676Z] 625df899d294: Waiting [2023-02-16T15:12:39.676Z] 1532e48e1f2b: Waiting [2023-02-16T15:12:39.676Z] aa5968d388b8: Waiting [2023-02-16T15:12:39.676Z] 05752f45cdfe: Layer already exists [2023-02-16T15:12:39.676Z] ab3b31b0ed04: Layer already exists [2023-02-16T15:12:39.676Z] 43b8c43c183c: Layer already exists [2023-02-16T15:12:39.676Z] 049701643460: Layer already exists [2023-02-16T15:12:39.676Z] 4cf61701590b: Layer already exists [2023-02-16T15:12:39.676Z] 625df899d294: Layer already exists [2023-02-16T15:12:39.676Z] 1532e48e1f2b: Layer already exists [2023-02-16T15:12:39.676Z] 460f658cc070: Layer already exists [2023-02-16T15:12:39.676Z] 5b03c673f781: Layer already exists [2023-02-16T15:12:39.676Z] aa5968d388b8: Layer already exists [2023-02-16T15:12:39.676Z] main: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:39.718Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:39.726Z] taggedImages: [2023-02-16T15:12:39.726Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:39.726Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-16T15:12:39.726Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.55 [2023-02-16T15:12:39.726Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:39.726Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-16T15:12:39.744Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-16T15:12:39.744Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:39.744Z] latest [2023-02-16T15:12:39.744Z] 3.0.0-dev.55 [2023-02-16T15:12:39.744Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:39.744Z] main [2023-02-16T15:12:39.744Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:40.065Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:40.369Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:40.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T15:12:40.369Z] 1e0645951b4c: Preparing [2023-02-16T15:12:40.369Z] 0148fcd70abb: Preparing [2023-02-16T15:12:40.369Z] a698cd4645b1: Preparing [2023-02-16T15:12:40.369Z] c539051cccaa: Preparing [2023-02-16T15:12:40.369Z] 4e6476652798: Preparing [2023-02-16T15:12:40.369Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:40.369Z] 4e6476652798: Layer already exists [2023-02-16T15:12:40.369Z] 1e0645951b4c: Pushed [2023-02-16T15:12:40.938Z] c539051cccaa: Pushed [2023-02-16T15:12:42.319Z] 0148fcd70abb: Pushed [2023-02-16T15:12:42.577Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:42.882Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:43.183Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-16T15:12:43.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T15:12:43.183Z] 1e0645951b4c: Preparing [2023-02-16T15:12:43.183Z] 0148fcd70abb: Preparing [2023-02-16T15:12:43.183Z] a698cd4645b1: Preparing [2023-02-16T15:12:43.183Z] c539051cccaa: Preparing [2023-02-16T15:12:43.183Z] 4e6476652798: Preparing [2023-02-16T15:12:43.183Z] 1e0645951b4c: Layer already exists [2023-02-16T15:12:43.183Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:43.183Z] c539051cccaa: Layer already exists [2023-02-16T15:12:43.183Z] 0148fcd70abb: Layer already exists [2023-02-16T15:12:43.183Z] 4e6476652798: Layer already exists [2023-02-16T15:12:43.183Z] latest: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:43.490Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:43.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.55 [2023-02-16T15:12:43.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T15:12:43.798Z] 1e0645951b4c: Preparing [2023-02-16T15:12:43.798Z] 0148fcd70abb: Preparing [2023-02-16T15:12:43.798Z] a698cd4645b1: Preparing [2023-02-16T15:12:43.798Z] c539051cccaa: Preparing [2023-02-16T15:12:43.798Z] 4e6476652798: Preparing [2023-02-16T15:12:43.798Z] 4e6476652798: Layer already exists [2023-02-16T15:12:43.798Z] 1e0645951b4c: Layer already exists [2023-02-16T15:12:43.798Z] 0148fcd70abb: Layer already exists [2023-02-16T15:12:43.798Z] c539051cccaa: Layer already exists [2023-02-16T15:12:43.798Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:43.798Z] 3.0.0-dev.55: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:44.112Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:44.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:44.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T15:12:44.410Z] 1e0645951b4c: Preparing [2023-02-16T15:12:44.410Z] 0148fcd70abb: Preparing [2023-02-16T15:12:44.410Z] a698cd4645b1: Preparing [2023-02-16T15:12:44.410Z] c539051cccaa: Preparing [2023-02-16T15:12:44.410Z] 4e6476652798: Preparing [2023-02-16T15:12:44.410Z] 1e0645951b4c: Layer already exists [2023-02-16T15:12:44.410Z] 4e6476652798: Layer already exists [2023-02-16T15:12:44.410Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:44.410Z] 0148fcd70abb: Layer already exists [2023-02-16T15:12:44.410Z] c539051cccaa: Layer already exists [2023-02-16T15:12:44.410Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:44.725Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:45.029Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-16T15:12:45.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-16T15:12:45.029Z] 1e0645951b4c: Preparing [2023-02-16T15:12:45.029Z] 0148fcd70abb: Preparing [2023-02-16T15:12:45.029Z] a698cd4645b1: Preparing [2023-02-16T15:12:45.029Z] c539051cccaa: Preparing [2023-02-16T15:12:45.029Z] 4e6476652798: Preparing [2023-02-16T15:12:45.029Z] 4e6476652798: Layer already exists [2023-02-16T15:12:45.029Z] a698cd4645b1: Layer already exists [2023-02-16T15:12:45.029Z] c539051cccaa: Layer already exists [2023-02-16T15:12:45.029Z] 0148fcd70abb: Layer already exists [2023-02-16T15:12:45.029Z] 1e0645951b4c: Layer already exists [2023-02-16T15:12:45.029Z] main: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:45.074Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:45.083Z] taggedImages: [2023-02-16T15:12:45.083Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:45.083Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-16T15:12:45.083Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.55 [2023-02-16T15:12:45.083Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:45.083Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-16T15:12:45.104Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-16T15:12:45.104Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:45.104Z] latest [2023-02-16T15:12:45.104Z] 3.0.0-dev.55 [2023-02-16T15:12:45.104Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:45.104Z] main [2023-02-16T15:12:45.104Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:45.413Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:45.720Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:45.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T15:12:45.720Z] b7c1e701dded: Preparing [2023-02-16T15:12:45.720Z] 0490afd9ed3f: Preparing [2023-02-16T15:12:45.720Z] 7db002227392: Preparing [2023-02-16T15:12:45.720Z] 61212d5e2bd6: Preparing [2023-02-16T15:12:45.720Z] 993c01205ea5: Preparing [2023-02-16T15:12:45.720Z] 9d5c589cd4d4: Preparing [2023-02-16T15:12:45.720Z] 4e6476652798: Preparing [2023-02-16T15:12:45.720Z] 9d5c589cd4d4: Waiting [2023-02-16T15:12:45.720Z] 4e6476652798: Waiting [2023-02-16T15:12:45.720Z] 0490afd9ed3f: Pushed [2023-02-16T15:12:45.720Z] 7db002227392: Pushed [2023-02-16T15:12:45.720Z] b7c1e701dded: Pushed [2023-02-16T15:12:46.005Z] 4e6476652798: Layer already exists [2023-02-16T15:12:46.287Z] 9d5c589cd4d4: Pushed [2023-02-16T15:12:49.580Z] 993c01205ea5: Pushed [2023-02-16T15:12:52.123Z] 61212d5e2bd6: Pushed [2023-02-16T15:12:52.421Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:52.953Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:53.451Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-16T15:12:53.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T15:12:53.451Z] b7c1e701dded: Preparing [2023-02-16T15:12:53.451Z] 0490afd9ed3f: Preparing [2023-02-16T15:12:53.451Z] 7db002227392: Preparing [2023-02-16T15:12:53.451Z] 61212d5e2bd6: Preparing [2023-02-16T15:12:53.451Z] 993c01205ea5: Preparing [2023-02-16T15:12:53.451Z] 9d5c589cd4d4: Preparing [2023-02-16T15:12:53.451Z] 4e6476652798: Preparing [2023-02-16T15:12:53.451Z] 9d5c589cd4d4: Waiting [2023-02-16T15:12:53.451Z] 4e6476652798: Waiting [2023-02-16T15:12:53.451Z] 0490afd9ed3f: Layer already exists [2023-02-16T15:12:53.451Z] b7c1e701dded: Layer already exists [2023-02-16T15:12:53.451Z] 61212d5e2bd6: Layer already exists [2023-02-16T15:12:53.451Z] 993c01205ea5: Layer already exists [2023-02-16T15:12:53.451Z] 7db002227392: Layer already exists [2023-02-16T15:12:53.451Z] 9d5c589cd4d4: Layer already exists [2023-02-16T15:12:53.451Z] 4e6476652798: Layer already exists [2023-02-16T15:12:53.712Z] latest: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:54.027Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:54.333Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.55 [2023-02-16T15:12:54.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T15:12:54.333Z] b7c1e701dded: Preparing [2023-02-16T15:12:54.333Z] 0490afd9ed3f: Preparing [2023-02-16T15:12:54.333Z] 7db002227392: Preparing [2023-02-16T15:12:54.333Z] 61212d5e2bd6: Preparing [2023-02-16T15:12:54.333Z] 993c01205ea5: Preparing [2023-02-16T15:12:54.333Z] 9d5c589cd4d4: Preparing [2023-02-16T15:12:54.333Z] 4e6476652798: Preparing [2023-02-16T15:12:54.333Z] 9d5c589cd4d4: Waiting [2023-02-16T15:12:54.333Z] 4e6476652798: Waiting [2023-02-16T15:12:54.333Z] 7db002227392: Layer already exists [2023-02-16T15:12:54.333Z] b7c1e701dded: Layer already exists [2023-02-16T15:12:54.333Z] 0490afd9ed3f: Layer already exists [2023-02-16T15:12:54.333Z] 993c01205ea5: Layer already exists [2023-02-16T15:12:54.333Z] 61212d5e2bd6: Layer already exists [2023-02-16T15:12:54.333Z] 9d5c589cd4d4: Layer already exists [2023-02-16T15:12:54.333Z] 4e6476652798: Layer already exists [2023-02-16T15:12:54.333Z] 3.0.0-dev.55: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:54.648Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:54.958Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:54.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T15:12:54.958Z] b7c1e701dded: Preparing [2023-02-16T15:12:54.958Z] 0490afd9ed3f: Preparing [2023-02-16T15:12:54.958Z] 7db002227392: Preparing [2023-02-16T15:12:54.959Z] 61212d5e2bd6: Preparing [2023-02-16T15:12:54.959Z] 993c01205ea5: Preparing [2023-02-16T15:12:54.959Z] 9d5c589cd4d4: Preparing [2023-02-16T15:12:54.959Z] 4e6476652798: Preparing [2023-02-16T15:12:54.959Z] 4e6476652798: Waiting [2023-02-16T15:12:54.959Z] 9d5c589cd4d4: Waiting [2023-02-16T15:12:54.959Z] 0490afd9ed3f: Layer already exists [2023-02-16T15:12:54.959Z] 993c01205ea5: Layer already exists [2023-02-16T15:12:54.959Z] 7db002227392: Layer already exists [2023-02-16T15:12:54.959Z] b7c1e701dded: Layer already exists [2023-02-16T15:12:54.959Z] 61212d5e2bd6: Layer already exists [2023-02-16T15:12:54.959Z] 4e6476652798: Layer already exists [2023-02-16T15:12:54.959Z] 9d5c589cd4d4: Layer already exists [2023-02-16T15:12:54.959Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:55.261Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:55.563Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-16T15:12:55.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-16T15:12:55.563Z] b7c1e701dded: Preparing [2023-02-16T15:12:55.563Z] 0490afd9ed3f: Preparing [2023-02-16T15:12:55.563Z] 7db002227392: Preparing [2023-02-16T15:12:55.563Z] 61212d5e2bd6: Preparing [2023-02-16T15:12:55.563Z] 993c01205ea5: Preparing [2023-02-16T15:12:55.563Z] 9d5c589cd4d4: Preparing [2023-02-16T15:12:55.563Z] 4e6476652798: Preparing [2023-02-16T15:12:55.563Z] 4e6476652798: Waiting [2023-02-16T15:12:55.563Z] 9d5c589cd4d4: Waiting [2023-02-16T15:12:55.563Z] 7db002227392: Layer already exists [2023-02-16T15:12:55.563Z] b7c1e701dded: Layer already exists [2023-02-16T15:12:55.563Z] 0490afd9ed3f: Layer already exists [2023-02-16T15:12:55.563Z] 993c01205ea5: Layer already exists [2023-02-16T15:12:55.563Z] 61212d5e2bd6: Layer already exists [2023-02-16T15:12:55.563Z] 9d5c589cd4d4: Layer already exists [2023-02-16T15:12:55.563Z] 4e6476652798: Layer already exists [2023-02-16T15:12:55.563Z] main: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:12:55.600Z] ===================================================== [Pipeline] echo [2023-02-16T15:12:55.605Z] taggedImages: [2023-02-16T15:12:55.605Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:55.605Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-16T15:12:55.605Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.55 [2023-02-16T15:12:55.605Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:55.605Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-16T15:12:55.620Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-16T15:12:55.620Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:55.620Z] latest [2023-02-16T15:12:55.620Z] 3.0.0-dev.55 [2023-02-16T15:12:55.620Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:12:55.620Z] main [2023-02-16T15:12:55.620Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:55.937Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:12:56.254Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:12:56.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T15:12:56.254Z] 500d28d0ec65: Preparing [2023-02-16T15:12:56.254Z] 46f9cdd4e3c3: Preparing [2023-02-16T15:12:56.254Z] b82df01bfe39: Preparing [2023-02-16T15:12:56.254Z] a6a4babaac00: Preparing [2023-02-16T15:12:56.254Z] 3639aa23debc: Preparing [2023-02-16T15:12:56.254Z] 4e6476652798: Preparing [2023-02-16T15:12:56.254Z] 4e6476652798: Waiting [2023-02-16T15:12:56.254Z] 46f9cdd4e3c3: Pushed [2023-02-16T15:12:56.254Z] b82df01bfe39: Pushed [2023-02-16T15:12:56.254Z] 500d28d0ec65: Pushed [2023-02-16T15:12:56.254Z] 4e6476652798: Layer already exists [2023-02-16T15:12:56.515Z] 3639aa23debc: Pushed [2023-02-16T15:13:03.212Z] a6a4babaac00: Pushed [2023-02-16T15:13:03.212Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:03.563Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:03.977Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-16T15:13:03.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T15:13:03.977Z] 500d28d0ec65: Preparing [2023-02-16T15:13:03.977Z] 46f9cdd4e3c3: Preparing [2023-02-16T15:13:03.977Z] b82df01bfe39: Preparing [2023-02-16T15:13:03.977Z] a6a4babaac00: Preparing [2023-02-16T15:13:03.977Z] 3639aa23debc: Preparing [2023-02-16T15:13:03.977Z] 4e6476652798: Preparing [2023-02-16T15:13:03.977Z] 4e6476652798: Waiting [2023-02-16T15:13:03.977Z] 3639aa23debc: Layer already exists [2023-02-16T15:13:03.977Z] 500d28d0ec65: Layer already exists [2023-02-16T15:13:03.977Z] 46f9cdd4e3c3: Layer already exists [2023-02-16T15:13:03.977Z] a6a4babaac00: Layer already exists [2023-02-16T15:13:03.977Z] b82df01bfe39: Layer already exists [2023-02-16T15:13:03.977Z] 4e6476652798: Layer already exists [2023-02-16T15:13:03.977Z] latest: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:04.300Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:04.598Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.55 [2023-02-16T15:13:04.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T15:13:04.598Z] 500d28d0ec65: Preparing [2023-02-16T15:13:04.598Z] 46f9cdd4e3c3: Preparing [2023-02-16T15:13:04.598Z] b82df01bfe39: Preparing [2023-02-16T15:13:04.598Z] a6a4babaac00: Preparing [2023-02-16T15:13:04.598Z] 3639aa23debc: Preparing [2023-02-16T15:13:04.598Z] 4e6476652798: Preparing [2023-02-16T15:13:04.598Z] 3639aa23debc: Layer already exists [2023-02-16T15:13:04.598Z] 46f9cdd4e3c3: Layer already exists [2023-02-16T15:13:04.598Z] a6a4babaac00: Layer already exists [2023-02-16T15:13:04.598Z] b82df01bfe39: Layer already exists [2023-02-16T15:13:04.598Z] 500d28d0ec65: Layer already exists [2023-02-16T15:13:04.598Z] 4e6476652798: Layer already exists [2023-02-16T15:13:04.598Z] 3.0.0-dev.55: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:04.907Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:05.209Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:05.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T15:13:05.210Z] 500d28d0ec65: Preparing [2023-02-16T15:13:05.210Z] 46f9cdd4e3c3: Preparing [2023-02-16T15:13:05.210Z] b82df01bfe39: Preparing [2023-02-16T15:13:05.210Z] a6a4babaac00: Preparing [2023-02-16T15:13:05.210Z] 3639aa23debc: Preparing [2023-02-16T15:13:05.210Z] 4e6476652798: Preparing [2023-02-16T15:13:05.210Z] 4e6476652798: Waiting [2023-02-16T15:13:05.210Z] b82df01bfe39: Layer already exists [2023-02-16T15:13:05.210Z] 46f9cdd4e3c3: Layer already exists [2023-02-16T15:13:05.210Z] 3639aa23debc: Layer already exists [2023-02-16T15:13:05.210Z] a6a4babaac00: Layer already exists [2023-02-16T15:13:05.210Z] 500d28d0ec65: Layer already exists [2023-02-16T15:13:05.210Z] 4e6476652798: Layer already exists [2023-02-16T15:13:05.210Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:05.524Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:05.844Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-16T15:13:05.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-16T15:13:05.844Z] 500d28d0ec65: Preparing [2023-02-16T15:13:05.844Z] 46f9cdd4e3c3: Preparing [2023-02-16T15:13:05.844Z] b82df01bfe39: Preparing [2023-02-16T15:13:05.844Z] a6a4babaac00: Preparing [2023-02-16T15:13:05.844Z] 3639aa23debc: Preparing [2023-02-16T15:13:05.844Z] 4e6476652798: Preparing [2023-02-16T15:13:05.844Z] 4e6476652798: Waiting [2023-02-16T15:13:05.844Z] 3639aa23debc: Layer already exists [2023-02-16T15:13:05.844Z] 500d28d0ec65: Layer already exists [2023-02-16T15:13:05.844Z] b82df01bfe39: Layer already exists [2023-02-16T15:13:05.844Z] a6a4babaac00: Layer already exists [2023-02-16T15:13:05.844Z] 46f9cdd4e3c3: Layer already exists [2023-02-16T15:13:05.844Z] 4e6476652798: Layer already exists [2023-02-16T15:13:05.844Z] main: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:13:05.876Z] ===================================================== [Pipeline] echo [2023-02-16T15:13:05.882Z] taggedImages: [2023-02-16T15:13:05.882Z] - nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:05.882Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-16T15:13:05.882Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.55 [2023-02-16T15:13:05.882Z] - nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:05.882Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-16T15:13:05.896Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-16T15:13:05.896Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:05.896Z] latest [2023-02-16T15:13:05.896Z] 3.0.0-dev.55 [2023-02-16T15:13:05.896Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:05.896Z] main [2023-02-16T15:13:05.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:06.202Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:06.515Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:06.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T15:13:06.515Z] 5ddf31c0858b: Preparing [2023-02-16T15:13:06.515Z] a65f6d619403: Preparing [2023-02-16T15:13:06.515Z] f59b28a9f5cc: Preparing [2023-02-16T15:13:06.515Z] b715026beed5: Preparing [2023-02-16T15:13:06.515Z] 8295a60c418e: Preparing [2023-02-16T15:13:06.515Z] 4e6476652798: Preparing [2023-02-16T15:13:06.515Z] 4e6476652798: Waiting [2023-02-16T15:13:06.515Z] a65f6d619403: Pushed [2023-02-16T15:13:06.515Z] 5ddf31c0858b: Pushed [2023-02-16T15:13:06.515Z] f59b28a9f5cc: Pushed [2023-02-16T15:13:06.776Z] 4e6476652798: Layer already exists [2023-02-16T15:13:06.776Z] 8295a60c418e: Pushed [2023-02-16T15:13:13.353Z] b715026beed5: Pushed [2023-02-16T15:13:13.353Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:13.672Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:13.976Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-16T15:13:13.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T15:13:13.976Z] 5ddf31c0858b: Preparing [2023-02-16T15:13:13.976Z] a65f6d619403: Preparing [2023-02-16T15:13:13.976Z] f59b28a9f5cc: Preparing [2023-02-16T15:13:13.976Z] b715026beed5: Preparing [2023-02-16T15:13:13.976Z] 8295a60c418e: Preparing [2023-02-16T15:13:13.976Z] 4e6476652798: Preparing [2023-02-16T15:13:13.976Z] 4e6476652798: Waiting [2023-02-16T15:13:13.976Z] b715026beed5: Layer already exists [2023-02-16T15:13:13.976Z] 8295a60c418e: Layer already exists [2023-02-16T15:13:13.976Z] a65f6d619403: Layer already exists [2023-02-16T15:13:13.976Z] 5ddf31c0858b: Layer already exists [2023-02-16T15:13:13.976Z] f59b28a9f5cc: Layer already exists [2023-02-16T15:13:13.976Z] 4e6476652798: Layer already exists [2023-02-16T15:13:13.976Z] latest: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:14.290Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:14.606Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.55 [2023-02-16T15:13:14.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T15:13:14.606Z] 5ddf31c0858b: Preparing [2023-02-16T15:13:14.606Z] a65f6d619403: Preparing [2023-02-16T15:13:14.606Z] f59b28a9f5cc: Preparing [2023-02-16T15:13:14.606Z] b715026beed5: Preparing [2023-02-16T15:13:14.606Z] 8295a60c418e: Preparing [2023-02-16T15:13:14.606Z] 4e6476652798: Preparing [2023-02-16T15:13:14.606Z] 4e6476652798: Waiting [2023-02-16T15:13:14.606Z] 8295a60c418e: Layer already exists [2023-02-16T15:13:14.606Z] f59b28a9f5cc: Layer already exists [2023-02-16T15:13:14.606Z] a65f6d619403: Layer already exists [2023-02-16T15:13:14.606Z] b715026beed5: Layer already exists [2023-02-16T15:13:14.606Z] 5ddf31c0858b: Layer already exists [2023-02-16T15:13:14.606Z] 4e6476652798: Layer already exists [2023-02-16T15:13:14.606Z] 3.0.0-dev.55: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:14.911Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:15.206Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:15.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T15:13:15.206Z] 5ddf31c0858b: Preparing [2023-02-16T15:13:15.206Z] a65f6d619403: Preparing [2023-02-16T15:13:15.206Z] f59b28a9f5cc: Preparing [2023-02-16T15:13:15.206Z] b715026beed5: Preparing [2023-02-16T15:13:15.206Z] 8295a60c418e: Preparing [2023-02-16T15:13:15.206Z] 4e6476652798: Preparing [2023-02-16T15:13:15.206Z] 4e6476652798: Waiting [2023-02-16T15:13:15.206Z] 5ddf31c0858b: Layer already exists [2023-02-16T15:13:15.206Z] b715026beed5: Layer already exists [2023-02-16T15:13:15.206Z] 8295a60c418e: Layer already exists [2023-02-16T15:13:15.206Z] a65f6d619403: Layer already exists [2023-02-16T15:13:15.206Z] f59b28a9f5cc: Layer already exists [2023-02-16T15:13:15.206Z] 4e6476652798: Layer already exists [2023-02-16T15:13:15.206Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:15.515Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:15.816Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-16T15:13:15.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-16T15:13:16.751Z] 5ddf31c0858b: Preparing [2023-02-16T15:13:16.751Z] a65f6d619403: Preparing [2023-02-16T15:13:16.751Z] f59b28a9f5cc: Preparing [2023-02-16T15:13:16.751Z] b715026beed5: Preparing [2023-02-16T15:13:16.751Z] 8295a60c418e: Preparing [2023-02-16T15:13:16.751Z] 4e6476652798: Preparing [2023-02-16T15:13:16.751Z] 4e6476652798: Waiting [2023-02-16T15:13:16.751Z] a65f6d619403: Layer already exists [2023-02-16T15:13:16.751Z] 5ddf31c0858b: Layer already exists [2023-02-16T15:13:16.751Z] b715026beed5: Layer already exists [2023-02-16T15:13:16.751Z] 8295a60c418e: Layer already exists [2023-02-16T15:13:16.751Z] f59b28a9f5cc: Layer already exists [2023-02-16T15:13:16.751Z] 4e6476652798: Layer already exists [2023-02-16T15:13:16.751Z] main: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:13:16.785Z] ===================================================== [Pipeline] echo [2023-02-16T15:13:16.790Z] taggedImages: [2023-02-16T15:13:16.790Z] - nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:16.790Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-16T15:13:16.790Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.55 [2023-02-16T15:13:16.790Z] - nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:16.790Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-16T15:13:16.804Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-16T15:13:16.804Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:16.804Z] latest [2023-02-16T15:13:16.804Z] 3.0.0-dev.55 [2023-02-16T15:13:16.804Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:16.804Z] main [2023-02-16T15:13:16.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:17.104Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:17.410Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:17.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T15:13:17.411Z] 91dc28622766: Preparing [2023-02-16T15:13:17.411Z] a162ebe899e4: Preparing [2023-02-16T15:13:17.411Z] a698cd4645b1: Preparing [2023-02-16T15:13:17.411Z] 47e3c7ae601b: Preparing [2023-02-16T15:13:17.411Z] aa5968d388b8: Preparing [2023-02-16T15:13:17.411Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:17.411Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:17.411Z] 91dc28622766: Pushed [2023-02-16T15:13:17.411Z] 47e3c7ae601b: Pushed [2023-02-16T15:13:19.946Z] a162ebe899e4: Pushed [2023-02-16T15:13:19.946Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:20.260Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:20.564Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-16T15:13:20.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T15:13:20.564Z] 91dc28622766: Preparing [2023-02-16T15:13:20.564Z] a162ebe899e4: Preparing [2023-02-16T15:13:20.564Z] a698cd4645b1: Preparing [2023-02-16T15:13:20.564Z] 47e3c7ae601b: Preparing [2023-02-16T15:13:20.564Z] aa5968d388b8: Preparing [2023-02-16T15:13:20.564Z] 91dc28622766: Layer already exists [2023-02-16T15:13:20.564Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:20.564Z] 47e3c7ae601b: Layer already exists [2023-02-16T15:13:20.564Z] a162ebe899e4: Layer already exists [2023-02-16T15:13:20.564Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:20.564Z] latest: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:20.872Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:21.174Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.55 [2023-02-16T15:13:21.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T15:13:21.174Z] 91dc28622766: Preparing [2023-02-16T15:13:21.174Z] a162ebe899e4: Preparing [2023-02-16T15:13:21.174Z] a698cd4645b1: Preparing [2023-02-16T15:13:21.174Z] 47e3c7ae601b: Preparing [2023-02-16T15:13:21.174Z] aa5968d388b8: Preparing [2023-02-16T15:13:21.174Z] 47e3c7ae601b: Layer already exists [2023-02-16T15:13:21.174Z] 91dc28622766: Layer already exists [2023-02-16T15:13:21.174Z] a162ebe899e4: Layer already exists [2023-02-16T15:13:21.174Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:21.174Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:21.174Z] 3.0.0-dev.55: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:21.490Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:21.788Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:21.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T15:13:21.788Z] 91dc28622766: Preparing [2023-02-16T15:13:21.788Z] a162ebe899e4: Preparing [2023-02-16T15:13:21.788Z] a698cd4645b1: Preparing [2023-02-16T15:13:21.788Z] 47e3c7ae601b: Preparing [2023-02-16T15:13:21.788Z] aa5968d388b8: Preparing [2023-02-16T15:13:21.788Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:21.788Z] 91dc28622766: Layer already exists [2023-02-16T15:13:21.788Z] a162ebe899e4: Layer already exists [2023-02-16T15:13:21.788Z] 47e3c7ae601b: Layer already exists [2023-02-16T15:13:21.788Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:21.788Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:22.092Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:22.395Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-16T15:13:22.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-16T15:13:22.395Z] 91dc28622766: Preparing [2023-02-16T15:13:22.395Z] a162ebe899e4: Preparing [2023-02-16T15:13:22.395Z] a698cd4645b1: Preparing [2023-02-16T15:13:22.395Z] 47e3c7ae601b: Preparing [2023-02-16T15:13:22.395Z] aa5968d388b8: Preparing [2023-02-16T15:13:22.395Z] a162ebe899e4: Layer already exists [2023-02-16T15:13:22.395Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:22.395Z] 47e3c7ae601b: Layer already exists [2023-02-16T15:13:22.395Z] 91dc28622766: Layer already exists [2023-02-16T15:13:22.395Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:22.395Z] main: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:13:22.435Z] ===================================================== [Pipeline] echo [2023-02-16T15:13:22.442Z] taggedImages: [2023-02-16T15:13:22.442Z] - nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:22.442Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-16T15:13:22.442Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.55 [2023-02-16T15:13:22.442Z] - nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:22.442Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-16T15:13:22.465Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-16T15:13:22.465Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:22.465Z] latest [2023-02-16T15:13:22.465Z] 3.0.0-dev.55 [2023-02-16T15:13:22.465Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:22.465Z] main [2023-02-16T15:13:22.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:22.791Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:23.102Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:23.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T15:13:23.102Z] f2fe06910fc1: Preparing [2023-02-16T15:13:23.102Z] 4b3157fc7f57: Preparing [2023-02-16T15:13:23.102Z] a698cd4645b1: Preparing [2023-02-16T15:13:23.102Z] 28444b4e4029: Preparing [2023-02-16T15:13:23.102Z] aa5968d388b8: Preparing [2023-02-16T15:13:23.102Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:23.102Z] 28444b4e4029: Layer already exists [2023-02-16T15:13:23.102Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:23.102Z] f2fe06910fc1: Pushed [2023-02-16T15:13:25.635Z] 4b3157fc7f57: Pushed [2023-02-16T15:13:25.635Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:25.949Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:26.247Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-16T15:13:26.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T15:13:26.247Z] f2fe06910fc1: Preparing [2023-02-16T15:13:26.247Z] 4b3157fc7f57: Preparing [2023-02-16T15:13:26.247Z] a698cd4645b1: Preparing [2023-02-16T15:13:26.247Z] 28444b4e4029: Preparing [2023-02-16T15:13:26.247Z] aa5968d388b8: Preparing [2023-02-16T15:13:26.247Z] 28444b4e4029: Layer already exists [2023-02-16T15:13:26.247Z] f2fe06910fc1: Layer already exists [2023-02-16T15:13:26.247Z] 4b3157fc7f57: Layer already exists [2023-02-16T15:13:26.247Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:26.247Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:26.247Z] latest: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:26.558Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:26.866Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.55 [2023-02-16T15:13:26.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T15:13:26.866Z] f2fe06910fc1: Preparing [2023-02-16T15:13:26.866Z] 4b3157fc7f57: Preparing [2023-02-16T15:13:26.866Z] a698cd4645b1: Preparing [2023-02-16T15:13:26.866Z] 28444b4e4029: Preparing [2023-02-16T15:13:26.866Z] aa5968d388b8: Preparing [2023-02-16T15:13:26.866Z] 28444b4e4029: Layer already exists [2023-02-16T15:13:26.866Z] f2fe06910fc1: Layer already exists [2023-02-16T15:13:26.866Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:26.866Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:26.866Z] 4b3157fc7f57: Layer already exists [2023-02-16T15:13:26.866Z] 3.0.0-dev.55: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:27.181Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:27.486Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:27.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T15:13:27.486Z] f2fe06910fc1: Preparing [2023-02-16T15:13:27.486Z] 4b3157fc7f57: Preparing [2023-02-16T15:13:27.486Z] a698cd4645b1: Preparing [2023-02-16T15:13:27.486Z] 28444b4e4029: Preparing [2023-02-16T15:13:27.486Z] aa5968d388b8: Preparing [2023-02-16T15:13:27.486Z] 4b3157fc7f57: Layer already exists [2023-02-16T15:13:27.486Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:27.486Z] 28444b4e4029: Layer already exists [2023-02-16T15:13:27.486Z] f2fe06910fc1: Layer already exists [2023-02-16T15:13:27.486Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:27.486Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:27.803Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:13:28.104Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-16T15:13:28.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-16T15:13:28.104Z] f2fe06910fc1: Preparing [2023-02-16T15:13:28.104Z] 4b3157fc7f57: Preparing [2023-02-16T15:13:28.104Z] a698cd4645b1: Preparing [2023-02-16T15:13:28.104Z] 28444b4e4029: Preparing [2023-02-16T15:13:28.104Z] aa5968d388b8: Preparing [2023-02-16T15:13:28.104Z] a698cd4645b1: Layer already exists [2023-02-16T15:13:28.104Z] f2fe06910fc1: Layer already exists [2023-02-16T15:13:28.104Z] 28444b4e4029: Layer already exists [2023-02-16T15:13:28.104Z] 4b3157fc7f57: Layer already exists [2023-02-16T15:13:28.104Z] aa5968d388b8: Layer already exists [2023-02-16T15:13:28.104Z] main: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:13:28.150Z] ===================================================== [Pipeline] echo [2023-02-16T15:13:28.157Z] taggedImages: [2023-02-16T15:13:28.157Z] - nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:13:28.157Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-16T15:13:28.157Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.55 [2023-02-16T15:13:28.157Z] - nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:13:28.157Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-16T15:14:13.460Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-16T15:14:31.694Z] Removing intermediate container 3782c12b9434 [2023-02-16T15:14:31.694Z] ---> 54dc43975e3c [2023-02-16T15:14:31.694Z] [2023-02-16T15:14:31.694Z] Step 9/21 : FROM alpine:3.16 [2023-02-16T15:14:31.694Z] 3.16: Pulling from library/alpine [2023-02-16T15:14:31.694Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T15:14:31.694Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T15:14:31.694Z] ---> 4c81e5bf8899 [2023-02-16T15:14:31.694Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-16T15:14:31.694Z] ---> Running in 8da1d15b6c5d [2023-02-16T15:14:34.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:14:34.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:14:35.947Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-16T15:14:35.947Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-16T15:14:35.947Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-16T15:14:35.947Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-16T15:14:35.947Z] (5/6) Installing curl (7.83.1-r6) [2023-02-16T15:14:35.947Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-16T15:14:35.947Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:14:35.947Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T15:14:36.532Z] OK: 8 MiB in 20 packages [2023-02-16T15:14:38.481Z] Removing intermediate container 8da1d15b6c5d [2023-02-16T15:14:38.481Z] ---> 1519c7e4c125 [2023-02-16T15:14:38.481Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T15:14:38.481Z] ---> Running in a1ae740b2192 [2023-02-16T15:14:39.066Z] Removing intermediate container a1ae740b2192 [2023-02-16T15:14:39.066Z] ---> 85f43b13366c [2023-02-16T15:14:39.066Z] Step 12/21 : WORKDIR /edgex [2023-02-16T15:14:39.066Z] ---> Running in 9ea9c2fe2943 [2023-02-16T15:14:39.655Z] Removing intermediate container 9ea9c2fe2943 [2023-02-16T15:14:39.655Z] ---> f7f291d55c72 [2023-02-16T15:14:39.655Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-16T15:14:40.247Z] ---> ca1fef8ea741 [2023-02-16T15:14:40.247Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-16T15:14:42.196Z] ---> 81c9368f99eb [2023-02-16T15:14:42.196Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-16T15:14:43.640Z] ---> 87d12e195d31 [2023-02-16T15:14:43.640Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T15:14:44.229Z] ---> b1a9e34757d4 [2023-02-16T15:14:44.229Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T15:14:44.229Z] ---> Running in a3b6d349da2f [2023-02-16T15:14:48.505Z] Removing intermediate container a3b6d349da2f [2023-02-16T15:14:48.505Z] ---> 3d02cb8d9b2b [2023-02-16T15:14:48.505Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T15:14:48.505Z] ---> Running in 82164b9b2797 [2023-02-16T15:14:48.505Z] Removing intermediate container 82164b9b2797 [2023-02-16T15:14:48.505Z] ---> 9f16f2a45c2f [2023-02-16T15:14:48.505Z] Step 19/21 : LABEL arch=arm64 [2023-02-16T15:14:48.505Z] ---> Running in ffa6fd20f394 [2023-02-16T15:14:48.775Z] Removing intermediate container ffa6fd20f394 [2023-02-16T15:14:48.775Z] ---> 83a280f1fb10 [2023-02-16T15:14:48.775Z] Step 20/21 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:14:49.041Z] ---> Running in 5e5fe40f2c10 [2023-02-16T15:14:49.623Z] Removing intermediate container 5e5fe40f2c10 [2023-02-16T15:14:49.623Z] ---> 033f84070355 [2023-02-16T15:14:49.623Z] Step 21/21 : LABEL version=3.0.0-dev.55 [2023-02-16T15:14:49.623Z] ---> Running in 79308c75fd08 [2023-02-16T15:14:49.889Z] Removing intermediate container 79308c75fd08 [2023-02-16T15:14:49.889Z] ---> 86f43ea050d8 [2023-02-16T15:14:49.889Z] [2023-02-16T15:14:50.156Z] Successfully built 86f43ea050d8 [2023-02-16T15:14:50.156Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-16T15:14:50.156Z]  Building security-proxy-setup ... done Building security-bootstrapper [2023-02-16T15:14:53.509Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:14:53.509Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:14:53.509Z] ---> 38efb643a139 [2023-02-16T15:14:53.509Z] Step 3/32 : WORKDIR /edgex-go [2023-02-16T15:14:53.509Z] ---> Using cache [2023-02-16T15:14:53.509Z] ---> e03e892aefc3 [2023-02-16T15:14:53.509Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-16T15:14:53.509Z] ---> Running in ff58b3c45d21 [2023-02-16T15:14:55.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:14:55.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:14:57.141Z] OK: 221 MiB in 51 packages [2023-02-16T15:15:00.481Z] Removing intermediate container ff58b3c45d21 [2023-02-16T15:15:00.481Z] ---> 3b18dc3912fd [2023-02-16T15:15:00.481Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-16T15:15:01.443Z] ---> 0ab30c136aa5 [2023-02-16T15:15:01.443Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:15:01.443Z] ---> Running in 79b58c84f76e [2023-02-16T15:15:04.788Z] Removing intermediate container fe12c58be82f [2023-02-16T15:15:04.788Z] ---> aee76f6a68a0 [2023-02-16T15:15:04.788Z] [2023-02-16T15:15:04.788Z] Step 10/23 : FROM alpine:3.16 [2023-02-16T15:15:04.788Z] ---> 4c81e5bf8899 [2023-02-16T15:15:04.788Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:15:04.788Z] ---> Running in f65968dad1b4 [2023-02-16T15:15:06.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:15:06.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:15:07.742Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T15:15:07.742Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:15:07.742Z] OK: 5 MiB in 15 packages [2023-02-16T15:15:09.688Z] Removing intermediate container f65968dad1b4 [2023-02-16T15:15:09.688Z] ---> bf4fe66b8775 [2023-02-16T15:15:09.688Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T15:15:09.688Z] ---> Running in 3598bfe1b804 [2023-02-16T15:15:09.964Z] Removing intermediate container 3598bfe1b804 [2023-02-16T15:15:09.965Z] ---> 0ed9d7610807 [2023-02-16T15:15:09.965Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-16T15:15:09.965Z] ---> Running in f39e1684c022 [2023-02-16T15:15:10.546Z] Removing intermediate container f39e1684c022 [2023-02-16T15:15:10.546Z] ---> 77cdb8646d52 [2023-02-16T15:15:10.546Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-16T15:15:10.813Z] ---> Running in a2d1aaf6ba3f [2023-02-16T15:15:11.082Z] Removing intermediate container a2d1aaf6ba3f [2023-02-16T15:15:11.082Z] ---> 66c24e88da10 [2023-02-16T15:15:11.082Z] Step 15/23 : WORKDIR / [2023-02-16T15:15:11.357Z] ---> Running in 2e940a4f0088 [2023-02-16T15:15:11.633Z] Removing intermediate container 2e940a4f0088 [2023-02-16T15:15:11.633Z] ---> ca65a0b1d1d9 [2023-02-16T15:15:11.633Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:15:12.595Z] ---> 0500bc6f6522 [2023-02-16T15:15:12.595Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-16T15:15:14.537Z] ---> 6651019c7b2b [2023-02-16T15:15:14.537Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-16T15:15:15.119Z] ---> 5902d92fb307 [2023-02-16T15:15:15.119Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-16T15:15:15.385Z] ---> Running in 23e29c68f61c [2023-02-16T15:15:15.966Z] Removing intermediate container 23e29c68f61c [2023-02-16T15:15:15.966Z] ---> 23bf6ee25327 [2023-02-16T15:15:15.966Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:15:15.966Z] ---> Running in f6d17bf82551 [2023-02-16T15:15:16.548Z] Removing intermediate container f6d17bf82551 [2023-02-16T15:15:16.548Z] ---> 0cc741c06357 [2023-02-16T15:15:16.548Z] Step 21/23 : LABEL arch=arm64 [2023-02-16T15:15:16.548Z] ---> Running in 961a67495140 [2023-02-16T15:15:17.160Z] Removing intermediate container 961a67495140 [2023-02-16T15:15:17.160Z] ---> 89cdf321a157 [2023-02-16T15:15:17.160Z] Step 22/23 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:15:17.160Z] ---> Running in d75ef2bab97c [2023-02-16T15:15:17.744Z] Removing intermediate container d75ef2bab97c [2023-02-16T15:15:17.744Z] ---> 8c9504d15068 [2023-02-16T15:15:17.744Z] Step 23/23 : LABEL version=3.0.0-dev.55 [2023-02-16T15:15:17.744Z] ---> Running in 0a9a16bf802d [2023-02-16T15:15:18.323Z] Removing intermediate container 0a9a16bf802d [2023-02-16T15:15:18.323Z] ---> 2c3a87933294 [2023-02-16T15:15:18.323Z] [2023-02-16T15:15:18.323Z] Successfully built 2c3a87933294 [2023-02-16T15:15:18.323Z] Successfully tagged core-command-arm64:latest [2023-02-16T15:15:18.323Z]  Building core-command ... done Building support-notifications [2023-02-16T15:15:21.662Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:15:21.662Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:15:21.662Z] ---> 38efb643a139 [2023-02-16T15:15:21.662Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:15:21.662Z] ---> Using cache [2023-02-16T15:15:21.662Z] ---> 733854ecac68 [2023-02-16T15:15:21.662Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T15:15:21.662Z] ---> Using cache [2023-02-16T15:15:21.662Z] ---> 8281ca12a270 [2023-02-16T15:15:21.662Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-16T15:15:21.662Z] ---> Running in 9384de261870 [2023-02-16T15:15:23.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:15:24.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:15:25.596Z] OK: 221 MiB in 51 packages [2023-02-16T15:15:27.020Z] Removing intermediate container 9384de261870 [2023-02-16T15:15:27.020Z] ---> 2c70e4bcf6b4 [2023-02-16T15:15:27.020Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T15:15:27.981Z] ---> 4b77c73b592e [2023-02-16T15:15:27.981Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:15:27.981Z] ---> Running in cdf661b54b62 [2023-02-16T15:16:14.816Z] Removing intermediate container a2387c2ae785 [2023-02-16T15:16:14.816Z] ---> bf18d81d8db1 [2023-02-16T15:16:14.816Z] [2023-02-16T15:16:14.816Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T15:16:14.816Z] ---> 4c81e5bf8899 [2023-02-16T15:16:14.816Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-16T15:16:14.816Z] ---> Running in 91c40ca0212a [2023-02-16T15:16:14.816Z] Removing intermediate container 91c40ca0212a [2023-02-16T15:16:14.816Z] ---> 59dcde8ea3e4 [2023-02-16T15:16:14.816Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:16:14.816Z] ---> Running in 28071e5dc258 [2023-02-16T15:16:14.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:16:14.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:16:15.778Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T15:16:15.778Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:16:16.046Z] OK: 5 MiB in 15 packages [2023-02-16T15:16:19.388Z] Removing intermediate container 28071e5dc258 [2023-02-16T15:16:19.388Z] ---> 649802e6e873 [2023-02-16T15:16:19.388Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:16:20.361Z] ---> 1e78c1893cd3 [2023-02-16T15:16:20.361Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-16T15:16:23.706Z] ---> 570317f0bac2 [2023-02-16T15:16:23.706Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-16T15:16:24.667Z] ---> 3fb7f610c2c8 [2023-02-16T15:16:24.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-16T15:16:26.070Z] ---> deabdb9a5b76 [2023-02-16T15:16:26.070Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T15:16:26.337Z] ---> Running in c859aab4a032 [2023-02-16T15:16:34.591Z] Removing intermediate container c859aab4a032 [2023-02-16T15:16:34.591Z] ---> 22337ee27928 [2023-02-16T15:16:34.591Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T15:16:34.591Z] ---> Running in f2b86689faa9 [2023-02-16T15:16:34.591Z] Removing intermediate container f2b86689faa9 [2023-02-16T15:16:34.591Z] ---> 91a5488e31ea [2023-02-16T15:16:34.591Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-16T15:16:34.591Z] ---> Running in b1a756b1dc37 [2023-02-16T15:16:34.857Z] Removing intermediate container b1a756b1dc37 [2023-02-16T15:16:34.857Z] ---> 6ac36a5231ef [2023-02-16T15:16:34.857Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T15:16:35.124Z] ---> Running in 7efd3fdd9ef1 [2023-02-16T15:16:36.711Z] Removing intermediate container 7efd3fdd9ef1 [2023-02-16T15:16:36.711Z] ---> e90bfc944fab [2023-02-16T15:16:36.711Z] Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:16:36.983Z] ---> Running in 3c9160540652 [2023-02-16T15:16:38.454Z] Removing intermediate container 3c9160540652 [2023-02-16T15:16:38.454Z] ---> d47ff6baf4a4 [2023-02-16T15:16:38.454Z] Step 22/22 : LABEL version=3.0.0-dev.55 [2023-02-16T15:16:38.454Z] ---> Running in c04d0392f01c [2023-02-16T15:16:39.893Z] Removing intermediate container c04d0392f01c [2023-02-16T15:16:39.893Z] ---> be1bd2a1bf06 [2023-02-16T15:16:39.893Z] [2023-02-16T15:16:40.476Z] Successfully built be1bd2a1bf06 [2023-02-16T15:16:40.476Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-16T15:16:40.476Z]  Building core-common-config-bootstrapper ... done Building security-secretstore-setup [2023-02-16T15:16:45.822Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:16:45.822Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:16:45.822Z] ---> 38efb643a139 [2023-02-16T15:16:45.822Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T15:16:45.822Z] ---> Using cache [2023-02-16T15:16:45.822Z] ---> e03e892aefc3 [2023-02-16T15:16:45.822Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-16T15:16:45.822Z] ---> Using cache [2023-02-16T15:16:45.822Z] ---> 3b18dc3912fd [2023-02-16T15:16:45.822Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T15:16:45.822Z] ---> Using cache [2023-02-16T15:16:45.822Z] ---> 0ab30c136aa5 [2023-02-16T15:16:45.822Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:16:46.405Z] ---> Running in 4d2e674b11b5 [2023-02-16T15:16:51.747Z] Removing intermediate container 1cf11e4093c7 [2023-02-16T15:16:51.747Z] ---> faa233ee2093 [2023-02-16T15:16:51.747Z] [2023-02-16T15:16:51.747Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T15:16:51.747Z] ---> 4c81e5bf8899 [2023-02-16T15:16:51.747Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-16T15:16:51.747Z] ---> Running in 31f344b0e278 [2023-02-16T15:16:52.013Z] Removing intermediate container 31f344b0e278 [2023-02-16T15:16:52.013Z] ---> 2efbc212130c [2023-02-16T15:16:52.013Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-16T15:16:52.282Z] ---> Running in 2551b64735de [2023-02-16T15:16:53.255Z] Removing intermediate container 2551b64735de [2023-02-16T15:16:53.255Z] ---> 93e595e1ae74 [2023-02-16T15:16:53.255Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-16T15:16:53.528Z] ---> Running in 66a0567b436c [2023-02-16T15:16:54.497Z] Removing intermediate container 66a0567b436c [2023-02-16T15:16:54.497Z] ---> b090cf1c9121 [2023-02-16T15:16:54.497Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:16:54.764Z] ---> Running in 48c1654e4959 [2023-02-16T15:16:57.341Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:16:57.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:16:59.029Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T15:16:59.029Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:16:59.029Z] OK: 5 MiB in 15 packages [2023-02-16T15:17:00.989Z] Removing intermediate container 48c1654e4959 [2023-02-16T15:17:00.989Z] ---> c19edcab3bcd [2023-02-16T15:17:00.989Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:17:02.395Z] ---> b00354a056a5 [2023-02-16T15:17:02.395Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-16T15:17:05.753Z] ---> 8d0f635332d8 [2023-02-16T15:17:05.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-16T15:17:07.156Z] Removing intermediate container 79b58c84f76e [2023-02-16T15:17:07.156Z] ---> 1b59749c8325 [2023-02-16T15:17:07.156Z] Step 7/32 : COPY . . [2023-02-16T15:17:07.156Z] ---> 9540660ad04d [2023-02-16T15:17:07.156Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-16T15:17:07.423Z] ---> Running in c82c436b8cba [2023-02-16T15:17:08.382Z] Removing intermediate container c82c436b8cba [2023-02-16T15:17:08.382Z] ---> 0eb14efc717d [2023-02-16T15:17:08.382Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:17:08.650Z] ---> Running in 4a073f8c1ed1 [2023-02-16T15:17:09.609Z] Removing intermediate container 4a073f8c1ed1 [2023-02-16T15:17:09.609Z] ---> e01d7bb058a8 [2023-02-16T15:17:09.609Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T15:17:09.880Z] ---> Running in 3d2483b35d2e [2023-02-16T15:17:10.841Z] Removing intermediate container 3d2483b35d2e [2023-02-16T15:17:10.841Z] ---> b18223e0ade5 [2023-02-16T15:17:10.841Z] Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:17:11.111Z] ---> Running in 599c1d67589c [2023-02-16T15:17:12.073Z] Removing intermediate container 599c1d67589c [2023-02-16T15:17:12.073Z] ---> cfd3fa951a22 [2023-02-16T15:17:12.073Z] Step 22/22 : LABEL version=3.0.0-dev.55 [2023-02-16T15:17:12.340Z] ---> Running in 321b1e3f831c [2023-02-16T15:17:13.295Z] Removing intermediate container 321b1e3f831c [2023-02-16T15:17:13.295Z] ---> 39d25c996112 [2023-02-16T15:17:13.295Z] [2023-02-16T15:17:13.571Z] ---> 581f34a11ff0 [2023-02-16T15:17:13.571Z] Successfully built 39d25c996112 [2023-02-16T15:17:13.571Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-16T15:17:13.571Z] Successfully tagged core-data-arm64:latest [2023-02-16T15:17:13.571Z]  Building core-data ... done Building core-metadata [2023-02-16T15:17:13.838Z] ---> Running in 30c248c9af50 [2023-02-16T15:17:16.414Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-16T15:17:17.818Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:17:17.818Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:17:17.818Z] ---> 38efb643a139 [2023-02-16T15:17:17.818Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:17:17.818Z] ---> Using cache [2023-02-16T15:17:17.818Z] ---> 733854ecac68 [2023-02-16T15:17:17.818Z] Step 4/24 : WORKDIR /edgex-go [2023-02-16T15:17:17.818Z] ---> Using cache [2023-02-16T15:17:17.818Z] ---> 8281ca12a270 [2023-02-16T15:17:17.818Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-16T15:17:17.818Z] ---> Using cache [2023-02-16T15:17:17.818Z] ---> bef454814b52 [2023-02-16T15:17:17.818Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-16T15:17:17.818Z] ---> Using cache [2023-02-16T15:17:17.818Z] ---> c9acc7327183 [2023-02-16T15:17:17.818Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:17:17.818Z] ---> Using cache [2023-02-16T15:17:17.818Z] ---> 4f674fd734c5 [2023-02-16T15:17:17.818Z] Step 8/24 : COPY . . [2023-02-16T15:17:18.084Z] ---> Using cache [2023-02-16T15:17:18.084Z] ---> 7e49fb62acd2 [2023-02-16T15:17:18.084Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-16T15:17:18.666Z] ---> Running in 1b1d08bd133e [2023-02-16T15:17:21.239Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-16T15:17:29.428Z] Removing intermediate container cdf661b54b62 [2023-02-16T15:17:29.428Z] ---> 4b69d1e54f1a [2023-02-16T15:17:29.428Z] Step 8/22 : COPY . . [2023-02-16T15:17:32.771Z] ---> 53eb3e05c683 [2023-02-16T15:17:32.771Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-16T15:17:32.771Z] ---> Running in 4cd5e1096421 [2023-02-16T15:17:34.179Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-16T15:18:20.988Z] Removing intermediate container 4d2e674b11b5 [2023-02-16T15:18:20.988Z] ---> 9824e85f7be2 [2023-02-16T15:18:20.988Z] Step 7/24 : COPY . . [2023-02-16T15:18:23.574Z] ---> 17d1daf2a498 [2023-02-16T15:18:23.574Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-16T15:18:23.574Z] Removing intermediate container 43b21ecc70fb [2023-02-16T15:18:23.574Z] ---> bc1cd5149ee8 [2023-02-16T15:18:23.574Z] [2023-02-16T15:18:23.574Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T15:18:23.574Z] ---> 4c81e5bf8899 [2023-02-16T15:18:23.574Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:18:23.574Z] ---> Using cache [2023-02-16T15:18:23.574Z] ---> Running in 7afab7df0f99 [2023-02-16T15:18:23.574Z] ---> bf4fe66b8775 [2023-02-16T15:18:23.574Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T15:18:23.574Z] ---> Using cache [2023-02-16T15:18:23.574Z] ---> 0ed9d7610807 [2023-02-16T15:18:23.574Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-16T15:18:23.840Z] ---> Running in c63fc04ae3c7 [2023-02-16T15:18:28.085Z] Removing intermediate container c63fc04ae3c7 [2023-02-16T15:18:28.085Z] ---> 9537a4cf40f0 [2023-02-16T15:18:28.085Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T15:18:28.085Z] ---> Running in 1a769ff7d565 [2023-02-16T15:18:28.085Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-16T15:18:28.351Z] Removing intermediate container 1a769ff7d565 [2023-02-16T15:18:28.351Z] ---> 371956556ee6 [2023-02-16T15:18:28.351Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:18:29.310Z] ---> fa3fa1423c78 [2023-02-16T15:18:29.310Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-16T15:18:31.889Z] ---> e9c872034778 [2023-02-16T15:18:31.890Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-16T15:18:32.471Z] ---> 7ac359d25898 [2023-02-16T15:18:32.471Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-16T15:18:32.471Z] ---> Running in dc5fb4cff1c8 [2023-02-16T15:18:33.058Z] Removing intermediate container dc5fb4cff1c8 [2023-02-16T15:18:33.058Z] ---> 0bd9c7da4e63 [2023-02-16T15:18:33.058Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:18:33.325Z] ---> Running in 78e06709e47e [2023-02-16T15:18:33.593Z] Removing intermediate container 78e06709e47e [2023-02-16T15:18:33.593Z] ---> 35e0a587eb1c [2023-02-16T15:18:33.593Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T15:18:33.861Z] ---> Running in 20d7c8df071a [2023-02-16T15:18:34.444Z] Removing intermediate container 20d7c8df071a [2023-02-16T15:18:34.444Z] ---> ebfb019e641b [2023-02-16T15:18:34.444Z] Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:18:34.444Z] ---> Running in e6c687e5c120 [2023-02-16T15:18:35.025Z] Removing intermediate container e6c687e5c120 [2023-02-16T15:18:35.025Z] ---> 961ebdf8a2ac [2023-02-16T15:18:35.025Z] Step 22/22 : LABEL version=3.0.0-dev.55 [2023-02-16T15:18:35.025Z] ---> Running in 0ebfa6959a94 [2023-02-16T15:18:35.606Z] Removing intermediate container 0ebfa6959a94 [2023-02-16T15:18:35.606Z] ---> 945ff3b3ba33 [2023-02-16T15:18:35.606Z] [2023-02-16T15:18:35.606Z] Successfully built 945ff3b3ba33 [2023-02-16T15:18:35.606Z] Successfully tagged support-scheduler-arm64:latest [2023-02-16T15:18:35.606Z] Building security-spiffe-token-provider [2023-02-16T15:18:39.849Z]  Building support-scheduler ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T15:18:39.849Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-16T15:18:39.849Z] ---> 38efb643a139 [2023-02-16T15:18:39.849Z] Step 3/19 : WORKDIR /edgex-go [2023-02-16T15:18:39.849Z] ---> Using cache [2023-02-16T15:18:39.849Z] ---> e03e892aefc3 [2023-02-16T15:18:39.849Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-16T15:18:40.127Z] ---> Running in 4199bd5bf7ad [2023-02-16T15:18:42.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:18:42.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:18:44.054Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-16T15:18:44.054Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-16T15:18:44.054Z] OK: 16903 distinct packages available [2023-02-16T15:18:44.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:18:44.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:18:45.726Z] OK: 221 MiB in 51 packages [2023-02-16T15:18:47.136Z] Removing intermediate container 4199bd5bf7ad [2023-02-16T15:18:47.136Z] ---> e0eab2f749dd [2023-02-16T15:18:47.136Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-16T15:18:48.094Z] ---> 681e0ab49945 [2023-02-16T15:18:48.094Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:18:48.368Z] ---> Running in badf4b552d28 [2023-02-16T15:20:25.635Z] Removing intermediate container badf4b552d28 [2023-02-16T15:20:25.635Z] ---> c292bd96e6df [2023-02-16T15:20:25.635Z] Step 7/19 : COPY . . [2023-02-16T15:20:25.635Z] ---> 7be6a7268579 [2023-02-16T15:20:25.635Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-16T15:20:25.635Z] ---> Running in 5bf0edfb7521 [2023-02-16T15:20:27.572Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-16T15:23:49.349Z] Removing intermediate container 30c248c9af50 [2023-02-16T15:23:49.350Z] ---> ca5cf69ccc08 [2023-02-16T15:23:49.350Z] [2023-02-16T15:23:49.350Z] Step 9/32 : FROM alpine:3.16 [2023-02-16T15:23:49.350Z] ---> 4c81e5bf8899 [2023-02-16T15:23:49.350Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:23:49.350Z] ---> Running in e66d016583ca [2023-02-16T15:23:49.350Z] Removing intermediate container e66d016583ca [2023-02-16T15:23:49.350Z] ---> 908b1a1eac2f [2023-02-16T15:23:49.350Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-16T15:23:49.350Z] ---> Running in bdb57ba0ee2f [2023-02-16T15:23:49.350Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:23:49.350Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:23:49.619Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-16T15:23:49.619Z] (2/2) Installing su-exec (0.2-r1) [2023-02-16T15:23:49.619Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:23:49.619Z] OK: 5 MiB in 16 packages [2023-02-16T15:23:51.574Z] Removing intermediate container bdb57ba0ee2f [2023-02-16T15:23:51.574Z] ---> 5a889fb028f0 [2023-02-16T15:23:51.574Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-16T15:23:51.574Z] ---> Running in 41c5e826c8ff [2023-02-16T15:23:51.843Z] Removing intermediate container 41c5e826c8ff [2023-02-16T15:23:51.843Z] ---> c4a270083783 [2023-02-16T15:23:51.843Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-16T15:23:52.112Z] ---> Running in 0647ad73ca86 [2023-02-16T15:23:52.704Z] Removing intermediate container 0647ad73ca86 [2023-02-16T15:23:52.704Z] ---> 44612cf7cf45 [2023-02-16T15:23:52.704Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-16T15:23:52.704Z] ---> Running in f5bef295229b [2023-02-16T15:23:52.973Z] Removing intermediate container f5bef295229b [2023-02-16T15:23:52.973Z] ---> 1d4ea093dafb [2023-02-16T15:23:52.973Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-16T15:23:53.243Z] ---> Running in d9f3c436b8d0 [2023-02-16T15:23:53.832Z] Removing intermediate container d9f3c436b8d0 [2023-02-16T15:23:53.832Z] ---> 05d4678d12a9 [2023-02-16T15:23:53.832Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-16T15:23:53.832Z] ---> Running in ee6bea418f93 [2023-02-16T15:23:57.194Z] Removing intermediate container ee6bea418f93 [2023-02-16T15:23:57.194Z] ---> 6317771ba837 [2023-02-16T15:23:57.194Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-16T15:23:57.194Z] ---> Running in 820d8ca25e49 [2023-02-16T15:23:57.194Z] Removing intermediate container 820d8ca25e49 [2023-02-16T15:23:57.194Z] ---> 83cf5cc5a19f [2023-02-16T15:23:57.194Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-16T15:23:58.346Z] ---> 72e1dd31f4b3 [2023-02-16T15:23:58.346Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-16T15:23:58.346Z] ---> Running in e6f455dbcef2 [2023-02-16T15:24:03.818Z] Removing intermediate container e6f455dbcef2 [2023-02-16T15:24:03.818Z] ---> 37eb46197e4c [2023-02-16T15:24:03.818Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:24:04.415Z] ---> a877161d0197 [2023-02-16T15:24:04.415Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-16T15:24:06.372Z] ---> 5221e5171671 [2023-02-16T15:24:06.372Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-16T15:24:07.343Z] ---> 11c90ec26387 [2023-02-16T15:24:07.343Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-16T15:24:07.951Z] ---> 29ebf40b2845 [2023-02-16T15:24:07.951Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-16T15:24:08.946Z] ---> f76da1e0c608 [2023-02-16T15:24:08.946Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-16T15:24:09.912Z] ---> 40c71f40e77d [2023-02-16T15:24:09.912Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-16T15:24:10.878Z] ---> 955e4498446e [2023-02-16T15:24:10.878Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-16T15:24:10.878Z] ---> Running in c9a70bfbded5 [2023-02-16T15:24:14.242Z] Removing intermediate container c9a70bfbded5 [2023-02-16T15:24:14.242Z] ---> 79775ac64ca0 [2023-02-16T15:24:14.242Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-16T15:24:14.242Z] ---> Running in b01781b6aff2 [2023-02-16T15:24:14.829Z] Removing intermediate container b01781b6aff2 [2023-02-16T15:24:14.829Z] ---> 1657afd5a68b [2023-02-16T15:24:14.829Z] Step 29/32 : CMD ["gate"] [2023-02-16T15:24:15.101Z] ---> Running in 2b0a619274b8 [2023-02-16T15:24:15.378Z] Removing intermediate container 2b0a619274b8 [2023-02-16T15:24:15.378Z] ---> 90da6454c7a4 [2023-02-16T15:24:15.378Z] Step 30/32 : LABEL arch=arm64 [2023-02-16T15:24:15.658Z] ---> Running in 9f0942e0c3ea [2023-02-16T15:24:15.928Z] Removing intermediate container 9f0942e0c3ea [2023-02-16T15:24:15.928Z] ---> b3f798284d56 [2023-02-16T15:24:15.928Z] Step 31/32 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:24:16.198Z] ---> Running in 5041a6fb7347 [2023-02-16T15:24:16.808Z] Removing intermediate container 5041a6fb7347 [2023-02-16T15:24:16.808Z] ---> 997ca45904b4 [2023-02-16T15:24:16.808Z] Step 32/32 : LABEL version=3.0.0-dev.55 [2023-02-16T15:24:16.808Z] ---> Running in f9795d75e252 [2023-02-16T15:24:17.398Z] Removing intermediate container f9795d75e252 [2023-02-16T15:24:17.398Z] ---> a3e576aacb3e [2023-02-16T15:24:17.398Z] [2023-02-16T15:24:17.398Z] Successfully built a3e576aacb3e [2023-02-16T15:24:17.398Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-16T15:24:35.667Z]  Building security-bootstrapper ... done Removing intermediate container 1b1d08bd133e [2023-02-16T15:24:35.667Z] ---> 5ac7f48c6961 [2023-02-16T15:24:35.667Z] [2023-02-16T15:24:35.667Z] Step 10/24 : FROM alpine:3.16 [2023-02-16T15:24:35.667Z] ---> 4c81e5bf8899 [2023-02-16T15:24:35.667Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-16T15:24:35.667Z] ---> Using cache [2023-02-16T15:24:35.667Z] ---> bf4fe66b8775 [2023-02-16T15:24:35.667Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T15:24:35.667Z] ---> Using cache [2023-02-16T15:24:35.667Z] ---> 0ed9d7610807 [2023-02-16T15:24:35.667Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-16T15:24:35.667Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-16T15:24:35.667Z] ---> Running in 879dea1d3313 [2023-02-16T15:24:35.667Z] Removing intermediate container 879dea1d3313 [2023-02-16T15:24:35.667Z] ---> ee3d46a195cf [2023-02-16T15:24:35.667Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-16T15:24:35.667Z] ---> Running in 491b6613af15 [2023-02-16T15:24:35.667Z] Removing intermediate container 491b6613af15 [2023-02-16T15:24:35.667Z] ---> e1fc0ad29c06 [2023-02-16T15:24:35.667Z] Step 15/24 : WORKDIR / [2023-02-16T15:24:35.667Z] ---> Running in d2278cfb9793 [2023-02-16T15:24:35.667Z] Removing intermediate container d2278cfb9793 [2023-02-16T15:24:35.667Z] ---> bfd56da5fe5d [2023-02-16T15:24:35.667Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:24:36.256Z] ---> 7d95c8f4bdc2 [2023-02-16T15:24:36.256Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-16T15:24:38.217Z] ---> 321da85e20d6 [2023-02-16T15:24:38.217Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-16T15:24:39.184Z] ---> f23aa44629e9 [2023-02-16T15:24:39.184Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-16T15:24:41.776Z] ---> 83dcf820d67f [2023-02-16T15:24:41.776Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-16T15:24:41.776Z] ---> Running in 3a1c28658396 [2023-02-16T15:24:42.046Z] Removing intermediate container 3a1c28658396 [2023-02-16T15:24:42.046Z] ---> af01572a6fbd [2023-02-16T15:24:42.046Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:24:42.316Z] ---> Running in e4f8c8dc5feb [2023-02-16T15:24:42.901Z] Removing intermediate container e4f8c8dc5feb [2023-02-16T15:24:42.901Z] ---> 829cc9d30324 [2023-02-16T15:24:42.901Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T15:24:42.901Z] ---> Running in de17109f1025 [2023-02-16T15:24:43.498Z] Removing intermediate container de17109f1025 [2023-02-16T15:24:43.498Z] ---> 28caa9eb128f [2023-02-16T15:24:43.498Z] Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:24:43.498Z] ---> Running in 30151602e6f4 [2023-02-16T15:24:44.086Z] Removing intermediate container 30151602e6f4 [2023-02-16T15:24:44.086Z] ---> 9b5a98e3bcc7 [2023-02-16T15:24:44.086Z] Step 24/24 : LABEL version=3.0.0-dev.55 [2023-02-16T15:24:44.086Z] ---> Running in 62c4bd06b80c [2023-02-16T15:24:44.679Z] Removing intermediate container 62c4bd06b80c [2023-02-16T15:24:44.679Z] ---> c454142c18cc [2023-02-16T15:24:44.679Z] [2023-02-16T15:24:44.679Z] Successfully built c454142c18cc [2023-02-16T15:24:44.679Z] Successfully tagged core-metadata-arm64:latest [2023-02-16T15:24:52.908Z]  Building core-metadata ... done Removing intermediate container 7afab7df0f99 [2023-02-16T15:24:52.908Z] ---> c20e325cf67b [2023-02-16T15:24:52.908Z] [2023-02-16T15:24:52.908Z] Step 9/24 : FROM alpine:3.16 [2023-02-16T15:24:52.908Z] ---> 4c81e5bf8899 [2023-02-16T15:24:52.908Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-16T15:24:52.908Z] ---> Running in 7ccf4c75157b [2023-02-16T15:24:54.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:24:54.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:24:56.296Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-16T15:24:56.296Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-16T15:24:56.296Z] (3/3) Installing su-exec (0.2-r1) [2023-02-16T15:24:56.296Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:24:56.296Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T15:24:56.565Z] OK: 6 MiB in 17 packages [2023-02-16T15:24:58.521Z] Removing intermediate container 7ccf4c75157b [2023-02-16T15:24:58.521Z] ---> 490e93ca82f6 [2023-02-16T15:24:58.521Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T15:24:58.797Z] ---> Running in 8c4acb251e56 [2023-02-16T15:24:59.066Z] Removing intermediate container 8c4acb251e56 [2023-02-16T15:24:59.066Z] ---> 7a59cdbd3036 [2023-02-16T15:24:59.066Z] Step 12/24 : WORKDIR / [2023-02-16T15:24:59.334Z] ---> Running in 58d1e95a2226 [2023-02-16T15:24:59.922Z] Removing intermediate container 58d1e95a2226 [2023-02-16T15:24:59.922Z] ---> b87b0dc8855d [2023-02-16T15:24:59.922Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-16T15:25:00.517Z] ---> 73461891ff4d [2023-02-16T15:25:00.517Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-16T15:25:01.482Z] ---> 12361f8ac97d [2023-02-16T15:25:01.482Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-16T15:25:02.450Z] ---> 7f590f2bcc9e [2023-02-16T15:25:02.450Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-16T15:25:03.411Z] ---> a82cbd12ba53 [2023-02-16T15:25:03.411Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-16T15:25:07.708Z] ---> c710b4689cfc [2023-02-16T15:25:07.708Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-16T15:25:09.665Z] ---> bbfd912ac838 [2023-02-16T15:25:09.665Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T15:25:10.632Z] ---> d290a08b6c38 [2023-02-16T15:25:10.632Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T15:25:10.632Z] ---> Running in d5146df670ab [2023-02-16T15:25:13.989Z] Removing intermediate container d5146df670ab [2023-02-16T15:25:13.989Z] ---> 896cb200c1a7 [2023-02-16T15:25:13.989Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T15:25:13.989Z] ---> Running in db7640043563 [2023-02-16T15:25:14.257Z] Removing intermediate container db7640043563 [2023-02-16T15:25:14.257Z] ---> 5427b57d1698 [2023-02-16T15:25:14.257Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T15:25:14.524Z] ---> Running in 8d3624ae7f08 [2023-02-16T15:25:14.797Z] Removing intermediate container 8d3624ae7f08 [2023-02-16T15:25:14.797Z] ---> b89ae0a90037 [2023-02-16T15:25:14.797Z] Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:25:15.066Z] ---> Running in 975c646a7696 [2023-02-16T15:25:15.650Z] Removing intermediate container 975c646a7696 [2023-02-16T15:25:15.650Z] ---> f772d0afd284 [2023-02-16T15:25:15.650Z] Step 24/24 : LABEL version=3.0.0-dev.55 [2023-02-16T15:25:15.650Z] ---> Running in 0a1860b4a155 [2023-02-16T15:25:16.236Z] Removing intermediate container 0a1860b4a155 [2023-02-16T15:25:16.236Z] ---> f580093e04e8 [2023-02-16T15:25:16.236Z] [2023-02-16T15:25:16.236Z] Successfully built f580093e04e8 [2023-02-16T15:25:16.236Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-16T15:26:14.801Z]  Building security-secretstore-setup ... done Removing intermediate container 4cd5e1096421 [2023-02-16T15:26:14.801Z] ---> 89e0ce4a10cb [2023-02-16T15:26:14.801Z] [2023-02-16T15:26:14.801Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T15:26:14.801Z] ---> 4c81e5bf8899 [2023-02-16T15:26:14.801Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-16T15:26:14.801Z] ---> Running in f035c1de903e [2023-02-16T15:26:15.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:26:15.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:26:16.919Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-16T15:26:16.919Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-16T15:26:16.919Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:26:17.184Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T15:26:17.184Z] OK: 6 MiB in 16 packages [2023-02-16T15:26:19.130Z] Removing intermediate container f035c1de903e [2023-02-16T15:26:19.130Z] ---> 8bf94da948ee [2023-02-16T15:26:19.130Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T15:26:19.130Z] ---> Running in 5c88a3ea588d [2023-02-16T15:26:19.396Z] Removing intermediate container 5c88a3ea588d [2023-02-16T15:26:19.396Z] ---> 320d2190727c [2023-02-16T15:26:19.396Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-16T15:26:19.396Z] ---> Running in 475e8af7f73d [2023-02-16T15:26:19.664Z] Removing intermediate container 475e8af7f73d [2023-02-16T15:26:19.664Z] ---> d6493a96d889 [2023-02-16T15:26:19.664Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T15:26:19.929Z] ---> Running in 0721090ad1e6 [2023-02-16T15:26:20.195Z] Removing intermediate container 0721090ad1e6 [2023-02-16T15:26:20.195Z] ---> cc7552d57f65 [2023-02-16T15:26:20.195Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:26:20.776Z] ---> 9e852d025f55 [2023-02-16T15:26:20.776Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-16T15:26:22.180Z] ---> 6f0fdf5d76fe [2023-02-16T15:26:22.180Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-16T15:26:24.768Z] ---> 574f784e8ca2 [2023-02-16T15:26:24.768Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-16T15:26:24.768Z] ---> Running in 1b64da0103bc [2023-02-16T15:26:25.039Z] Removing intermediate container 1b64da0103bc [2023-02-16T15:26:25.039Z] ---> 092751896184 [2023-02-16T15:26:25.039Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:26:25.306Z] ---> Running in 32a5bbe59855 [2023-02-16T15:26:25.575Z] Removing intermediate container 32a5bbe59855 [2023-02-16T15:26:25.575Z] ---> 4a00227186ea [2023-02-16T15:26:25.575Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T15:26:25.842Z] ---> Running in 1aa9bdd80829 [2023-02-16T15:26:26.429Z] Removing intermediate container 1aa9bdd80829 [2023-02-16T15:26:26.429Z] ---> b80fc8baf68b [2023-02-16T15:26:26.429Z] Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:26:26.429Z] ---> Running in 56b7018d8f71 [2023-02-16T15:26:27.017Z] Removing intermediate container 56b7018d8f71 [2023-02-16T15:26:27.017Z] ---> 151e03061624 [2023-02-16T15:26:27.017Z] Step 22/22 : LABEL version=3.0.0-dev.55 [2023-02-16T15:26:27.017Z] ---> Running in 26eae74116d4 [2023-02-16T15:26:27.285Z] Removing intermediate container 26eae74116d4 [2023-02-16T15:26:27.285Z] ---> 3824ec4cfbd5 [2023-02-16T15:26:27.285Z] [2023-02-16T15:26:27.553Z] Successfully built 3824ec4cfbd5 [2023-02-16T15:26:27.553Z] Successfully tagged support-notifications-arm64:latest [2023-02-16T15:26:30.906Z]  Building support-notifications ... done Removing intermediate container 5bf0edfb7521 [2023-02-16T15:26:30.906Z] ---> 4e0a8003df4f [2023-02-16T15:26:30.906Z] [2023-02-16T15:26:30.906Z] Step 9/19 : FROM alpine:3.15 [2023-02-16T15:26:30.906Z] ---> 354640af7b1b [2023-02-16T15:26:30.906Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T15:26:30.906Z] ---> Using cache [2023-02-16T15:26:30.906Z] ---> f93892469455 [2023-02-16T15:26:30.906Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-16T15:26:30.906Z] ---> Running in 592e19f8639a [2023-02-16T15:26:31.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:26:32.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:26:33.044Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T15:26:33.044Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T15:26:33.044Z] OK: 15734 distinct packages available [2023-02-16T15:26:33.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:26:33.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:26:34.276Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-16T15:26:34.276Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-16T15:26:34.276Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-16T15:26:34.276Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-16T15:26:34.276Z] (5/9) Installing curl (7.80.0-r6) [2023-02-16T15:26:34.276Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-16T15:26:34.276Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-16T15:26:34.276Z] (8/9) Installing libucontext (1.1-r0) [2023-02-16T15:26:34.276Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-16T15:26:34.276Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T15:26:34.549Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T15:26:34.549Z] OK: 8 MiB in 23 packages [2023-02-16T15:26:36.007Z] Removing intermediate container 592e19f8639a [2023-02-16T15:26:36.007Z] ---> 12603d264405 [2023-02-16T15:26:36.007Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T15:26:36.598Z] ---> a473638d3f63 [2023-02-16T15:26:36.598Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-16T15:26:38.030Z] ---> b01c99478acb [2023-02-16T15:26:38.030Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-16T15:26:38.301Z] ---> 3ecb6a03bba1 [2023-02-16T15:26:38.301Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-16T15:26:38.301Z] ---> Running in 362b059c22d7 [2023-02-16T15:26:38.572Z] Removing intermediate container 362b059c22d7 [2023-02-16T15:26:38.572Z] ---> 7e262358a6d1 [2023-02-16T15:26:38.572Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T15:26:38.840Z] ---> Running in 047b8cf99206 [2023-02-16T15:26:39.109Z] Removing intermediate container 047b8cf99206 [2023-02-16T15:26:39.109Z] ---> 66f32522a4d3 [2023-02-16T15:26:39.109Z] Step 17/19 : LABEL arch=arm64 [2023-02-16T15:26:39.109Z] ---> Running in 6f3b787f2e61 [2023-02-16T15:26:39.378Z] Removing intermediate container 6f3b787f2e61 [2023-02-16T15:26:39.378Z] ---> fd9008848064 [2023-02-16T15:26:39.378Z] Step 18/19 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:26:39.378Z] ---> Running in 99d412e9bfb2 [2023-02-16T15:26:39.646Z] Removing intermediate container 99d412e9bfb2 [2023-02-16T15:26:39.646Z] ---> 8b5c0f666317 [2023-02-16T15:26:39.646Z] Step 19/19 : LABEL version=3.0.0-dev.55 [2023-02-16T15:26:39.646Z] ---> Running in d55ae8520237 [2023-02-16T15:26:40.233Z] Removing intermediate container d55ae8520237 [2023-02-16T15:26:40.233Z] ---> ddf6c570001b [2023-02-16T15:26:40.233Z] [2023-02-16T15:26:40.233Z] Successfully built ddf6c570001b [2023-02-16T15:26:40.233Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-16T15:26:40.514Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-02-16T15:26:40.534Z] $ docker stop --time=1 016db03ca9697adefef47f2957de08feacd5d22c3d7086470c13587cbfe9d376 [2023-02-16T15:26:42.258Z] $ docker rm -f --volumes 016db03ca9697adefef47f2957de08feacd5d22c3d7086470c13587cbfe9d376 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T15:26:42.727Z] + docker images [2023-02-16T15:26:42.993Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-16T15:26:42.993Z] security-spiffe-token-provider-arm64 latest ddf6c570001b 3 seconds ago 29.1MB [2023-02-16T15:26:42.993Z] 4e0a8003df4f 13 seconds ago 1.37GB [2023-02-16T15:26:42.993Z] support-notifications-arm64 latest 3824ec4cfbd5 15 seconds ago 29.7MB [2023-02-16T15:26:42.993Z] 89e0ce4a10cb 30 seconds ago 1.4GB [2023-02-16T15:26:42.993Z] security-secretstore-setup-arm64 latest f580093e04e8 About a minute ago 29MB [2023-02-16T15:26:42.993Z] c20e325cf67b About a minute ago 1.33GB [2023-02-16T15:26:42.993Z] core-metadata-arm64 latest c454142c18cc About a minute ago 17.7MB [2023-02-16T15:26:42.993Z] 5ac7f48c6961 2 minutes ago 1.34GB [2023-02-16T15:26:42.993Z] security-bootstrapper-arm64 latest a3e576aacb3e 2 minutes ago 19.6MB [2023-02-16T15:26:42.993Z] ca5cf69ccc08 2 minutes ago 1.33GB [2023-02-16T15:26:42.993Z] support-scheduler-arm64 latest 945ff3b3ba33 8 minutes ago 29MB [2023-02-16T15:26:42.993Z] bc1cd5149ee8 8 minutes ago 1.4GB [2023-02-16T15:26:42.993Z] core-data-arm64 latest 39d25c996112 9 minutes ago 17.2MB [2023-02-16T15:26:42.993Z] faa233ee2093 9 minutes ago 1.34GB [2023-02-16T15:26:42.993Z] core-common-config-bootstrapper-arm64 latest be1bd2a1bf06 10 minutes ago 14.9MB [2023-02-16T15:26:42.993Z] bf18d81d8db1 10 minutes ago 1.33GB [2023-02-16T15:26:42.993Z] core-command-arm64 latest 2c3a87933294 11 minutes ago 17MB [2023-02-16T15:26:42.993Z] aee76f6a68a0 11 minutes ago 1.34GB [2023-02-16T15:26:42.993Z] security-proxy-setup-arm64 latest 86f43ea050d8 11 minutes ago 26.9MB [2023-02-16T15:26:42.993Z] 54dc43975e3c 12 minutes ago 1.33GB [2023-02-16T15:26:42.993Z] security-spire-agent-arm64 latest 4ce48959abea 17 minutes ago 122MB [2023-02-16T15:26:42.993Z] security-spire-config-arm64 latest cd87094c9d2d 17 minutes ago 83.6MB [2023-02-16T15:26:42.993Z] security-spire-server-arm64 latest eb1c8e617877 17 minutes ago 84.3MB [2023-02-16T15:26:42.993Z] 084f7327e2b4 17 minutes ago 1.21GB [2023-02-16T15:26:42.993Z] 37a3892f5db4 18 minutes ago 1.21GB [2023-02-16T15:26:42.993Z] d8008a6c7dd9 18 minutes ago 1.21GB [2023-02-16T15:26:42.993Z] ci-base-image-arm64 latest 38efb643a139 20 minutes ago 905MB [2023-02-16T15:26:42.993Z] alpine 3.15 354640af7b1b 5 days ago 5.34MB [2023-02-16T15:26:42.993Z] alpine 3.16 4c81e5bf8899 5 days ago 5.3MB [2023-02-16T15:26:42.993Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-16T15:26:42.993Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:26:43.116Z] provisioning config files... [2023-02-16T15:26:43.131Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/416@tmp/config11789376734110717660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:26:43.460Z] ---> docker-login.sh [2023-02-16T15:26:43.460Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:26:43.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:26:43.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:26:43.727Z] Configure a credential helper to remove this warning. See [2023-02-16T15:26:43.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:26:43.727Z] [2023-02-16T15:26:43.727Z] Login Succeeded [2023-02-16T15:26:43.727Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:26:43.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:26:44.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:26:44.264Z] Configure a credential helper to remove this warning. See [2023-02-16T15:26:44.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:26:44.264Z] [2023-02-16T15:26:44.264Z] Login Succeeded [2023-02-16T15:26:44.264Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:26:44.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:26:44.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:26:44.532Z] Configure a credential helper to remove this warning. See [2023-02-16T15:26:44.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:26:44.532Z] [2023-02-16T15:26:44.532Z] Login Succeeded [2023-02-16T15:26:44.532Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:26:44.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:26:45.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:26:45.064Z] Configure a credential helper to remove this warning. See [2023-02-16T15:26:45.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:26:45.064Z] [2023-02-16T15:26:45.064Z] Login Succeeded [2023-02-16T15:26:45.064Z] docker.io [2023-02-16T15:26:45.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:26:45.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:26:45.595Z] Configure a credential helper to remove this warning. See [2023-02-16T15:26:45.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:26:45.595Z] [2023-02-16T15:26:45.595Z] Login Succeeded [2023-02-16T15:26:45.595Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T15:26:45.607Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:26:45.641Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:26:45.667Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-16T15:26:45.667Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:26:45.667Z] latest [2023-02-16T15:26:45.667Z] 3.0.0-dev.55 [2023-02-16T15:26:45.667Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:26:45.667Z] main [2023-02-16T15:26:45.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:46.025Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:46.376Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:26:46.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T15:26:46.376Z] a57d6f2b1f24: Preparing [2023-02-16T15:26:46.376Z] db1fcfa1b690: Preparing [2023-02-16T15:26:46.376Z] 5e9bb16f879b: Preparing [2023-02-16T15:26:46.376Z] 7a5bb30c1917: Preparing [2023-02-16T15:26:46.376Z] f70ee36035b9: Preparing [2023-02-16T15:26:46.376Z] f70ee36035b9: Layer already exists [2023-02-16T15:26:46.644Z] 5e9bb16f879b: Pushed [2023-02-16T15:26:46.644Z] a57d6f2b1f24: Pushed [2023-02-16T15:26:46.644Z] 7a5bb30c1917: Pushed [2023-02-16T15:26:50.910Z] db1fcfa1b690: Pushed [2023-02-16T15:26:50.910Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:51.272Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:51.647Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-16T15:26:51.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T15:26:51.647Z] a57d6f2b1f24: Preparing [2023-02-16T15:26:51.647Z] db1fcfa1b690: Preparing [2023-02-16T15:26:51.647Z] 5e9bb16f879b: Preparing [2023-02-16T15:26:51.647Z] 7a5bb30c1917: Preparing [2023-02-16T15:26:51.647Z] f70ee36035b9: Preparing [2023-02-16T15:26:51.647Z] db1fcfa1b690: Layer already exists [2023-02-16T15:26:51.647Z] a57d6f2b1f24: Layer already exists [2023-02-16T15:26:51.647Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:26:51.647Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:26:51.647Z] f70ee36035b9: Layer already exists [2023-02-16T15:26:51.917Z] latest: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:52.274Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:52.614Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.55 [2023-02-16T15:26:52.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T15:26:52.614Z] a57d6f2b1f24: Preparing [2023-02-16T15:26:52.614Z] db1fcfa1b690: Preparing [2023-02-16T15:26:52.614Z] 5e9bb16f879b: Preparing [2023-02-16T15:26:52.614Z] 7a5bb30c1917: Preparing [2023-02-16T15:26:52.614Z] f70ee36035b9: Preparing [2023-02-16T15:26:52.614Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:26:52.614Z] db1fcfa1b690: Layer already exists [2023-02-16T15:26:52.614Z] a57d6f2b1f24: Layer already exists [2023-02-16T15:26:52.614Z] f70ee36035b9: Layer already exists [2023-02-16T15:26:52.614Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:26:52.887Z] 3.0.0-dev.55: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:53.237Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:53.579Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:26:53.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T15:26:53.579Z] a57d6f2b1f24: Preparing [2023-02-16T15:26:53.579Z] db1fcfa1b690: Preparing [2023-02-16T15:26:53.579Z] 5e9bb16f879b: Preparing [2023-02-16T15:26:53.579Z] 7a5bb30c1917: Preparing [2023-02-16T15:26:53.579Z] f70ee36035b9: Preparing [2023-02-16T15:26:53.579Z] f70ee36035b9: Layer already exists [2023-02-16T15:26:53.579Z] a57d6f2b1f24: Layer already exists [2023-02-16T15:26:53.579Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:26:53.579Z] db1fcfa1b690: Layer already exists [2023-02-16T15:26:53.579Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:26:53.844Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:54.180Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:54.518Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-16T15:26:54.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-16T15:26:54.518Z] a57d6f2b1f24: Preparing [2023-02-16T15:26:54.518Z] db1fcfa1b690: Preparing [2023-02-16T15:26:54.518Z] 5e9bb16f879b: Preparing [2023-02-16T15:26:54.518Z] 7a5bb30c1917: Preparing [2023-02-16T15:26:54.518Z] f70ee36035b9: Preparing [2023-02-16T15:26:54.518Z] f70ee36035b9: Layer already exists [2023-02-16T15:26:54.518Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:26:54.518Z] db1fcfa1b690: Layer already exists [2023-02-16T15:26:54.518Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:26:54.518Z] a57d6f2b1f24: Layer already exists [2023-02-16T15:26:54.785Z] main: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:26:54.825Z] ===================================================== [Pipeline] echo [2023-02-16T15:26:54.834Z] taggedImages: [2023-02-16T15:26:54.834Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:26:54.834Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-16T15:26:54.834Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.55 [2023-02-16T15:26:54.834Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:26:54.834Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-16T15:26:54.852Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-16T15:26:54.852Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:26:54.852Z] latest [2023-02-16T15:26:54.852Z] 3.0.0-dev.55 [2023-02-16T15:26:54.852Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:26:54.852Z] main [2023-02-16T15:26:54.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:55.183Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:55.516Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:26:55.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T15:26:55.516Z] 6b12404b3ffa: Preparing [2023-02-16T15:26:55.516Z] 8fd56a658799: Preparing [2023-02-16T15:26:55.516Z] 01e18c68f450: Preparing [2023-02-16T15:26:55.516Z] ccf5311563f2: Preparing [2023-02-16T15:26:55.516Z] 5e9bb16f879b: Preparing [2023-02-16T15:26:55.516Z] 698cc4ca40e2: Preparing [2023-02-16T15:26:55.516Z] f70ee36035b9: Preparing [2023-02-16T15:26:55.516Z] 698cc4ca40e2: Waiting [2023-02-16T15:26:55.516Z] f70ee36035b9: Waiting [2023-02-16T15:26:55.516Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:26:55.783Z] 6b12404b3ffa: Pushed [2023-02-16T15:26:55.783Z] 8fd56a658799: Pushed [2023-02-16T15:26:55.783Z] f70ee36035b9: Layer already exists [2023-02-16T15:26:55.783Z] 01e18c68f450: Pushed [2023-02-16T15:26:55.783Z] 698cc4ca40e2: Pushed [2023-02-16T15:26:58.364Z] ccf5311563f2: Pushed [2023-02-16T15:26:58.364Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:58.717Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:59.064Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-16T15:26:59.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T15:26:59.064Z] 6b12404b3ffa: Preparing [2023-02-16T15:26:59.064Z] 8fd56a658799: Preparing [2023-02-16T15:26:59.064Z] 01e18c68f450: Preparing [2023-02-16T15:26:59.064Z] ccf5311563f2: Preparing [2023-02-16T15:26:59.064Z] 5e9bb16f879b: Preparing [2023-02-16T15:26:59.064Z] 698cc4ca40e2: Preparing [2023-02-16T15:26:59.064Z] f70ee36035b9: Preparing [2023-02-16T15:26:59.064Z] 698cc4ca40e2: Waiting [2023-02-16T15:26:59.064Z] f70ee36035b9: Waiting [2023-02-16T15:26:59.064Z] 01e18c68f450: Layer already exists [2023-02-16T15:26:59.064Z] 6b12404b3ffa: Layer already exists [2023-02-16T15:26:59.064Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:26:59.064Z] ccf5311563f2: Layer already exists [2023-02-16T15:26:59.064Z] 8fd56a658799: Layer already exists [2023-02-16T15:26:59.064Z] 698cc4ca40e2: Layer already exists [2023-02-16T15:26:59.064Z] f70ee36035b9: Layer already exists [2023-02-16T15:26:59.331Z] latest: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:59.678Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:00.021Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.55 [2023-02-16T15:27:00.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T15:27:00.021Z] 6b12404b3ffa: Preparing [2023-02-16T15:27:00.021Z] 8fd56a658799: Preparing [2023-02-16T15:27:00.021Z] 01e18c68f450: Preparing [2023-02-16T15:27:00.021Z] ccf5311563f2: Preparing [2023-02-16T15:27:00.021Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:00.021Z] 698cc4ca40e2: Preparing [2023-02-16T15:27:00.021Z] f70ee36035b9: Preparing [2023-02-16T15:27:00.021Z] 698cc4ca40e2: Waiting [2023-02-16T15:27:00.021Z] f70ee36035b9: Waiting [2023-02-16T15:27:00.021Z] 6b12404b3ffa: Layer already exists [2023-02-16T15:27:00.021Z] ccf5311563f2: Layer already exists [2023-02-16T15:27:00.021Z] 8fd56a658799: Layer already exists [2023-02-16T15:27:00.021Z] 01e18c68f450: Layer already exists [2023-02-16T15:27:00.021Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:00.021Z] 698cc4ca40e2: Layer already exists [2023-02-16T15:27:00.021Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:00.288Z] 3.0.0-dev.55: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:00.627Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:00.967Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:00.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T15:27:00.967Z] 6b12404b3ffa: Preparing [2023-02-16T15:27:00.967Z] 8fd56a658799: Preparing [2023-02-16T15:27:00.967Z] 01e18c68f450: Preparing [2023-02-16T15:27:00.967Z] ccf5311563f2: Preparing [2023-02-16T15:27:00.967Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:00.967Z] 698cc4ca40e2: Preparing [2023-02-16T15:27:00.967Z] f70ee36035b9: Preparing [2023-02-16T15:27:00.967Z] 698cc4ca40e2: Waiting [2023-02-16T15:27:00.967Z] f70ee36035b9: Waiting [2023-02-16T15:27:00.967Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:00.967Z] 8fd56a658799: Layer already exists [2023-02-16T15:27:00.967Z] 01e18c68f450: Layer already exists [2023-02-16T15:27:00.967Z] 6b12404b3ffa: Layer already exists [2023-02-16T15:27:00.967Z] ccf5311563f2: Layer already exists [2023-02-16T15:27:00.967Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:00.967Z] 698cc4ca40e2: Layer already exists [2023-02-16T15:27:01.234Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:01.593Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:01.931Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-16T15:27:01.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-16T15:27:01.931Z] 6b12404b3ffa: Preparing [2023-02-16T15:27:01.931Z] 8fd56a658799: Preparing [2023-02-16T15:27:01.931Z] 01e18c68f450: Preparing [2023-02-16T15:27:01.931Z] ccf5311563f2: Preparing [2023-02-16T15:27:01.931Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:01.931Z] 698cc4ca40e2: Preparing [2023-02-16T15:27:01.931Z] f70ee36035b9: Preparing [2023-02-16T15:27:01.931Z] 698cc4ca40e2: Waiting [2023-02-16T15:27:01.931Z] f70ee36035b9: Waiting [2023-02-16T15:27:01.931Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:01.931Z] 01e18c68f450: Layer already exists [2023-02-16T15:27:01.931Z] ccf5311563f2: Layer already exists [2023-02-16T15:27:01.931Z] 6b12404b3ffa: Layer already exists [2023-02-16T15:27:01.931Z] 8fd56a658799: Layer already exists [2023-02-16T15:27:01.931Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:01.931Z] 698cc4ca40e2: Layer already exists [2023-02-16T15:27:02.198Z] main: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:27:02.241Z] ===================================================== [Pipeline] echo [2023-02-16T15:27:02.246Z] taggedImages: [2023-02-16T15:27:02.246Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:02.246Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-16T15:27:02.246Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.55 [2023-02-16T15:27:02.246Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:02.246Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-16T15:27:02.276Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-16T15:27:02.276Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:02.276Z] latest [2023-02-16T15:27:02.276Z] 3.0.0-dev.55 [2023-02-16T15:27:02.276Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:02.276Z] main [2023-02-16T15:27:02.276Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:02.634Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:02.975Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:02.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T15:27:02.975Z] 84a85826304e: Preparing [2023-02-16T15:27:02.975Z] c742cca76850: Preparing [2023-02-16T15:27:02.975Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:02.975Z] 22cca0e96a38: Preparing [2023-02-16T15:27:02.975Z] f70ee36035b9: Preparing [2023-02-16T15:27:02.975Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:02.975Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:03.242Z] 84a85826304e: Pushed [2023-02-16T15:27:03.242Z] 22cca0e96a38: Pushed [2023-02-16T15:27:06.584Z] c742cca76850: Pushed [2023-02-16T15:27:06.584Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:06.929Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:07.262Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-16T15:27:07.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T15:27:07.262Z] 84a85826304e: Preparing [2023-02-16T15:27:07.262Z] c742cca76850: Preparing [2023-02-16T15:27:07.262Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:07.262Z] 22cca0e96a38: Preparing [2023-02-16T15:27:07.262Z] f70ee36035b9: Preparing [2023-02-16T15:27:07.262Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:07.262Z] c742cca76850: Layer already exists [2023-02-16T15:27:07.262Z] 22cca0e96a38: Layer already exists [2023-02-16T15:27:07.262Z] 84a85826304e: Layer already exists [2023-02-16T15:27:07.262Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:07.527Z] latest: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:07.873Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:08.211Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.55 [2023-02-16T15:27:08.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T15:27:08.211Z] 84a85826304e: Preparing [2023-02-16T15:27:08.211Z] c742cca76850: Preparing [2023-02-16T15:27:08.211Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:08.211Z] 22cca0e96a38: Preparing [2023-02-16T15:27:08.211Z] f70ee36035b9: Preparing [2023-02-16T15:27:08.211Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:08.211Z] 22cca0e96a38: Layer already exists [2023-02-16T15:27:08.211Z] 84a85826304e: Layer already exists [2023-02-16T15:27:08.211Z] c742cca76850: Layer already exists [2023-02-16T15:27:08.211Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:08.477Z] 3.0.0-dev.55: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:08.819Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:09.148Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:09.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T15:27:09.148Z] 84a85826304e: Preparing [2023-02-16T15:27:09.148Z] c742cca76850: Preparing [2023-02-16T15:27:09.148Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:09.149Z] 22cca0e96a38: Preparing [2023-02-16T15:27:09.149Z] f70ee36035b9: Preparing [2023-02-16T15:27:09.149Z] 84a85826304e: Layer already exists [2023-02-16T15:27:09.149Z] c742cca76850: Layer already exists [2023-02-16T15:27:09.149Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:09.149Z] 22cca0e96a38: Layer already exists [2023-02-16T15:27:09.149Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:09.413Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:09.747Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:10.084Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-16T15:27:10.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-16T15:27:10.084Z] 84a85826304e: Preparing [2023-02-16T15:27:10.084Z] c742cca76850: Preparing [2023-02-16T15:27:10.084Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:10.084Z] 22cca0e96a38: Preparing [2023-02-16T15:27:10.084Z] f70ee36035b9: Preparing [2023-02-16T15:27:10.084Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:10.084Z] 22cca0e96a38: Layer already exists [2023-02-16T15:27:10.084Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:10.084Z] 84a85826304e: Layer already exists [2023-02-16T15:27:10.084Z] c742cca76850: Layer already exists [2023-02-16T15:27:10.349Z] main: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:27:10.395Z] ===================================================== [Pipeline] echo [2023-02-16T15:27:10.401Z] taggedImages: [2023-02-16T15:27:10.401Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:10.401Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-16T15:27:10.401Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.55 [2023-02-16T15:27:10.401Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:10.401Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-16T15:27:10.415Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-16T15:27:10.416Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:10.416Z] latest [2023-02-16T15:27:10.416Z] 3.0.0-dev.55 [2023-02-16T15:27:10.416Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:10.416Z] main [2023-02-16T15:27:10.416Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:10.754Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:11.148Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:11.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T15:27:11.148Z] 4e9146326d99: Preparing [2023-02-16T15:27:11.148Z] b0614f835a7d: Preparing [2023-02-16T15:27:11.148Z] 95c12865233f: Preparing [2023-02-16T15:27:11.148Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:11.148Z] 7a5bb30c1917: Preparing [2023-02-16T15:27:11.148Z] f70ee36035b9: Preparing [2023-02-16T15:27:11.148Z] f70ee36035b9: Waiting [2023-02-16T15:27:11.148Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:11.148Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:27:11.415Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:11.415Z] b0614f835a7d: Pushed [2023-02-16T15:27:11.415Z] 4e9146326d99: Pushed [2023-02-16T15:27:14.757Z] 95c12865233f: Pushed [2023-02-16T15:27:14.757Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:15.093Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:15.431Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-16T15:27:15.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T15:27:15.431Z] 4e9146326d99: Preparing [2023-02-16T15:27:15.431Z] b0614f835a7d: Preparing [2023-02-16T15:27:15.431Z] 95c12865233f: Preparing [2023-02-16T15:27:15.431Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:15.431Z] 7a5bb30c1917: Preparing [2023-02-16T15:27:15.431Z] f70ee36035b9: Preparing [2023-02-16T15:27:15.431Z] f70ee36035b9: Waiting [2023-02-16T15:27:15.431Z] b0614f835a7d: Layer already exists [2023-02-16T15:27:15.431Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:27:15.431Z] 95c12865233f: Layer already exists [2023-02-16T15:27:15.431Z] 4e9146326d99: Layer already exists [2023-02-16T15:27:15.431Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:15.431Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:15.698Z] latest: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:16.051Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:16.394Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.55 [2023-02-16T15:27:16.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T15:27:16.394Z] 4e9146326d99: Preparing [2023-02-16T15:27:16.394Z] b0614f835a7d: Preparing [2023-02-16T15:27:16.394Z] 95c12865233f: Preparing [2023-02-16T15:27:16.394Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:16.394Z] 7a5bb30c1917: Preparing [2023-02-16T15:27:16.394Z] f70ee36035b9: Preparing [2023-02-16T15:27:16.394Z] f70ee36035b9: Waiting [2023-02-16T15:27:16.394Z] b0614f835a7d: Layer already exists [2023-02-16T15:27:16.394Z] 95c12865233f: Layer already exists [2023-02-16T15:27:16.394Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:16.394Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:27:16.394Z] 4e9146326d99: Layer already exists [2023-02-16T15:27:16.394Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:16.660Z] 3.0.0-dev.55: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:17.001Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:17.338Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:17.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T15:27:17.338Z] 4e9146326d99: Preparing [2023-02-16T15:27:17.338Z] b0614f835a7d: Preparing [2023-02-16T15:27:17.338Z] 95c12865233f: Preparing [2023-02-16T15:27:17.338Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:17.338Z] 7a5bb30c1917: Preparing [2023-02-16T15:27:17.338Z] f70ee36035b9: Preparing [2023-02-16T15:27:17.338Z] f70ee36035b9: Waiting [2023-02-16T15:27:17.338Z] 4e9146326d99: Layer already exists [2023-02-16T15:27:17.338Z] 95c12865233f: Layer already exists [2023-02-16T15:27:17.338Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:17.338Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:27:17.338Z] b0614f835a7d: Layer already exists [2023-02-16T15:27:17.338Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:17.606Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:17.944Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:18.276Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-16T15:27:18.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-16T15:27:18.276Z] 4e9146326d99: Preparing [2023-02-16T15:27:18.276Z] b0614f835a7d: Preparing [2023-02-16T15:27:18.276Z] 95c12865233f: Preparing [2023-02-16T15:27:18.276Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:18.276Z] 7a5bb30c1917: Preparing [2023-02-16T15:27:18.276Z] f70ee36035b9: Preparing [2023-02-16T15:27:18.276Z] f70ee36035b9: Waiting [2023-02-16T15:27:18.276Z] b0614f835a7d: Layer already exists [2023-02-16T15:27:18.276Z] 95c12865233f: Layer already exists [2023-02-16T15:27:18.276Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:18.276Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:27:18.276Z] 4e9146326d99: Layer already exists [2023-02-16T15:27:18.276Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:18.542Z] main: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:27:18.583Z] ===================================================== [Pipeline] echo [2023-02-16T15:27:18.588Z] taggedImages: [2023-02-16T15:27:18.588Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:18.588Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-16T15:27:18.588Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.55 [2023-02-16T15:27:18.588Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:18.588Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-16T15:27:18.603Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-16T15:27:18.603Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:18.603Z] latest [2023-02-16T15:27:18.603Z] 3.0.0-dev.55 [2023-02-16T15:27:18.603Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:18.603Z] main [2023-02-16T15:27:18.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:18.950Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:19.290Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:19.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T15:27:19.290Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:19.290Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:19.290Z] 487075850e4e: Preparing [2023-02-16T15:27:19.290Z] 3c8a7ee33763: Preparing [2023-02-16T15:27:19.290Z] 4d0e4e552bcc: Preparing [2023-02-16T15:27:19.290Z] cc5ce201fb02: Preparing [2023-02-16T15:27:19.290Z] 77209304c8bf: Preparing [2023-02-16T15:27:19.290Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:19.290Z] 15c83ea1e6c0: Preparing [2023-02-16T15:27:19.290Z] b0da80d70d08: Preparing [2023-02-16T15:27:19.290Z] 781d8a471de3: Preparing [2023-02-16T15:27:19.290Z] 26046786b82a: Preparing [2023-02-16T15:27:19.290Z] f70ee36035b9: Preparing [2023-02-16T15:27:19.290Z] 77209304c8bf: Waiting [2023-02-16T15:27:19.290Z] b0da80d70d08: Waiting [2023-02-16T15:27:19.290Z] 5e9bb16f879b: Waiting [2023-02-16T15:27:19.290Z] 781d8a471de3: Waiting [2023-02-16T15:27:19.290Z] 15c83ea1e6c0: Waiting [2023-02-16T15:27:19.290Z] 26046786b82a: Waiting [2023-02-16T15:27:19.290Z] f70ee36035b9: Waiting [2023-02-16T15:27:19.558Z] 7aa7d80d91b3: Pushed [2023-02-16T15:27:19.558Z] 3c8a7ee33763: Pushed [2023-02-16T15:27:19.558Z] 487075850e4e: Pushed [2023-02-16T15:27:19.558Z] 4d0e4e552bcc: Pushed [2023-02-16T15:27:19.558Z] cc5ce201fb02: Pushed [2023-02-16T15:27:19.558Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:19.838Z] 15c83ea1e6c0: Pushed [2023-02-16T15:27:19.838Z] b0da80d70d08: Pushed [2023-02-16T15:27:19.838Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:19.838Z] 26046786b82a: Pushed [2023-02-16T15:27:19.838Z] 781d8a471de3: Pushed [2023-02-16T15:27:23.180Z] 77209304c8bf: Pushed [2023-02-16T15:27:23.447Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:23.793Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:24.131Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-16T15:27:24.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T15:27:24.131Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:24.131Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:24.131Z] 487075850e4e: Preparing [2023-02-16T15:27:24.131Z] 3c8a7ee33763: Preparing [2023-02-16T15:27:24.131Z] 4d0e4e552bcc: Preparing [2023-02-16T15:27:24.131Z] cc5ce201fb02: Preparing [2023-02-16T15:27:24.131Z] 77209304c8bf: Preparing [2023-02-16T15:27:24.131Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:24.131Z] 15c83ea1e6c0: Preparing [2023-02-16T15:27:24.131Z] b0da80d70d08: Preparing [2023-02-16T15:27:24.131Z] 781d8a471de3: Preparing [2023-02-16T15:27:24.131Z] 26046786b82a: Preparing [2023-02-16T15:27:24.131Z] f70ee36035b9: Preparing [2023-02-16T15:27:24.131Z] 15c83ea1e6c0: Waiting [2023-02-16T15:27:24.131Z] b0da80d70d08: Waiting [2023-02-16T15:27:24.131Z] 781d8a471de3: Waiting [2023-02-16T15:27:24.131Z] 26046786b82a: Waiting [2023-02-16T15:27:24.131Z] f70ee36035b9: Waiting [2023-02-16T15:27:24.131Z] 77209304c8bf: Waiting [2023-02-16T15:27:24.131Z] 5e9bb16f879b: Waiting [2023-02-16T15:27:24.131Z] 487075850e4e: Layer already exists [2023-02-16T15:27:24.131Z] 4d0e4e552bcc: Layer already exists [2023-02-16T15:27:24.131Z] 7aa7d80d91b3: Layer already exists [2023-02-16T15:27:24.131Z] 3c8a7ee33763: Layer already exists [2023-02-16T15:27:24.131Z] cc5ce201fb02: Layer already exists [2023-02-16T15:27:24.131Z] 77209304c8bf: Layer already exists [2023-02-16T15:27:24.131Z] b0da80d70d08: Layer already exists [2023-02-16T15:27:24.131Z] 15c83ea1e6c0: Layer already exists [2023-02-16T15:27:24.131Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:24.131Z] 781d8a471de3: Layer already exists [2023-02-16T15:27:24.131Z] 26046786b82a: Layer already exists [2023-02-16T15:27:24.131Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:24.397Z] latest: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:24.737Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:25.073Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.55 [2023-02-16T15:27:25.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T15:27:25.074Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:25.074Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:25.074Z] 487075850e4e: Preparing [2023-02-16T15:27:25.074Z] 3c8a7ee33763: Preparing [2023-02-16T15:27:25.074Z] 4d0e4e552bcc: Preparing [2023-02-16T15:27:25.074Z] cc5ce201fb02: Preparing [2023-02-16T15:27:25.074Z] 77209304c8bf: Preparing [2023-02-16T15:27:25.074Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:25.074Z] 15c83ea1e6c0: Preparing [2023-02-16T15:27:25.074Z] b0da80d70d08: Preparing [2023-02-16T15:27:25.074Z] 781d8a471de3: Preparing [2023-02-16T15:27:25.074Z] 26046786b82a: Preparing [2023-02-16T15:27:25.074Z] f70ee36035b9: Preparing [2023-02-16T15:27:25.074Z] 15c83ea1e6c0: Waiting [2023-02-16T15:27:25.074Z] b0da80d70d08: Waiting [2023-02-16T15:27:25.074Z] 781d8a471de3: Waiting [2023-02-16T15:27:25.074Z] 26046786b82a: Waiting [2023-02-16T15:27:25.074Z] f70ee36035b9: Waiting [2023-02-16T15:27:25.074Z] 77209304c8bf: Waiting [2023-02-16T15:27:25.074Z] 5e9bb16f879b: Waiting [2023-02-16T15:27:25.074Z] 487075850e4e: Layer already exists [2023-02-16T15:27:25.074Z] 4d0e4e552bcc: Layer already exists [2023-02-16T15:27:25.074Z] 7aa7d80d91b3: Layer already exists [2023-02-16T15:27:25.074Z] cc5ce201fb02: Layer already exists [2023-02-16T15:27:25.074Z] 3c8a7ee33763: Layer already exists [2023-02-16T15:27:25.074Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:25.074Z] 15c83ea1e6c0: Layer already exists [2023-02-16T15:27:25.074Z] 77209304c8bf: Layer already exists [2023-02-16T15:27:25.074Z] b0da80d70d08: Layer already exists [2023-02-16T15:27:25.074Z] 781d8a471de3: Layer already exists [2023-02-16T15:27:25.074Z] 26046786b82a: Layer already exists [2023-02-16T15:27:25.074Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:25.339Z] 3.0.0-dev.55: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:25.691Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:26.037Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:26.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T15:27:26.037Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:26.037Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:26.037Z] 487075850e4e: Preparing [2023-02-16T15:27:26.037Z] 3c8a7ee33763: Preparing [2023-02-16T15:27:26.037Z] 4d0e4e552bcc: Preparing [2023-02-16T15:27:26.037Z] cc5ce201fb02: Preparing [2023-02-16T15:27:26.037Z] 77209304c8bf: Preparing [2023-02-16T15:27:26.037Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:26.037Z] 15c83ea1e6c0: Preparing [2023-02-16T15:27:26.037Z] b0da80d70d08: Preparing [2023-02-16T15:27:26.037Z] 781d8a471de3: Preparing [2023-02-16T15:27:26.037Z] 26046786b82a: Preparing [2023-02-16T15:27:26.037Z] f70ee36035b9: Preparing [2023-02-16T15:27:26.037Z] 15c83ea1e6c0: Waiting [2023-02-16T15:27:26.037Z] b0da80d70d08: Waiting [2023-02-16T15:27:26.037Z] 781d8a471de3: Waiting [2023-02-16T15:27:26.037Z] 26046786b82a: Waiting [2023-02-16T15:27:26.037Z] f70ee36035b9: Waiting [2023-02-16T15:27:26.037Z] 77209304c8bf: Waiting [2023-02-16T15:27:26.037Z] 5e9bb16f879b: Waiting [2023-02-16T15:27:26.037Z] cc5ce201fb02: Layer already exists [2023-02-16T15:27:26.037Z] 4d0e4e552bcc: Layer already exists [2023-02-16T15:27:26.037Z] 487075850e4e: Layer already exists [2023-02-16T15:27:26.037Z] 7aa7d80d91b3: Layer already exists [2023-02-16T15:27:26.037Z] 3c8a7ee33763: Layer already exists [2023-02-16T15:27:26.037Z] b0da80d70d08: Layer already exists [2023-02-16T15:27:26.037Z] 77209304c8bf: Layer already exists [2023-02-16T15:27:26.037Z] 781d8a471de3: Layer already exists [2023-02-16T15:27:26.037Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:26.037Z] 15c83ea1e6c0: Layer already exists [2023-02-16T15:27:26.037Z] 26046786b82a: Layer already exists [2023-02-16T15:27:26.037Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:26.303Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:26.636Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:27.004Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-16T15:27:27.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-16T15:27:27.004Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:27.004Z] 7aa7d80d91b3: Preparing [2023-02-16T15:27:27.004Z] 487075850e4e: Preparing [2023-02-16T15:27:27.004Z] 3c8a7ee33763: Preparing [2023-02-16T15:27:27.004Z] 4d0e4e552bcc: Preparing [2023-02-16T15:27:27.004Z] cc5ce201fb02: Preparing [2023-02-16T15:27:27.004Z] 77209304c8bf: Preparing [2023-02-16T15:27:27.004Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:27.004Z] 15c83ea1e6c0: Preparing [2023-02-16T15:27:27.004Z] b0da80d70d08: Preparing [2023-02-16T15:27:27.004Z] 781d8a471de3: Preparing [2023-02-16T15:27:27.004Z] 26046786b82a: Preparing [2023-02-16T15:27:27.004Z] f70ee36035b9: Preparing [2023-02-16T15:27:27.004Z] 77209304c8bf: Waiting [2023-02-16T15:27:27.004Z] 5e9bb16f879b: Waiting [2023-02-16T15:27:27.004Z] 15c83ea1e6c0: Waiting [2023-02-16T15:27:27.004Z] b0da80d70d08: Waiting [2023-02-16T15:27:27.004Z] 781d8a471de3: Waiting [2023-02-16T15:27:27.004Z] 26046786b82a: Waiting [2023-02-16T15:27:27.004Z] f70ee36035b9: Waiting [2023-02-16T15:27:27.004Z] 3c8a7ee33763: Layer already exists [2023-02-16T15:27:27.004Z] cc5ce201fb02: Layer already exists [2023-02-16T15:27:27.004Z] 4d0e4e552bcc: Layer already exists [2023-02-16T15:27:27.004Z] 7aa7d80d91b3: Layer already exists [2023-02-16T15:27:27.004Z] 487075850e4e: Layer already exists [2023-02-16T15:27:27.004Z] 77209304c8bf: Layer already exists [2023-02-16T15:27:27.004Z] 15c83ea1e6c0: Layer already exists [2023-02-16T15:27:27.004Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:27.004Z] b0da80d70d08: Layer already exists [2023-02-16T15:27:27.277Z] 781d8a471de3: Layer already exists [2023-02-16T15:27:27.277Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:27.277Z] 26046786b82a: Layer already exists [2023-02-16T15:27:27.277Z] main: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:27:27.330Z] ===================================================== [Pipeline] echo [2023-02-16T15:27:27.342Z] taggedImages: [2023-02-16T15:27:27.342Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:27.342Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-16T15:27:27.342Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.55 [2023-02-16T15:27:27.342Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:27.342Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-16T15:27:27.370Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-16T15:27:27.370Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:27.370Z] latest [2023-02-16T15:27:27.370Z] 3.0.0-dev.55 [2023-02-16T15:27:27.370Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:27.370Z] main [2023-02-16T15:27:27.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:27.721Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:28.087Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:28.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T15:27:28.087Z] 2fa80b0006ed: Preparing [2023-02-16T15:27:28.087Z] 0f5a570bfbfe: Preparing [2023-02-16T15:27:28.087Z] 28828c9c8c6b: Preparing [2023-02-16T15:27:28.087Z] b598ce0531b0: Preparing [2023-02-16T15:27:28.087Z] 1668db69f293: Preparing [2023-02-16T15:27:28.087Z] 21d76ff15a41: Preparing [2023-02-16T15:27:28.087Z] dac76c94d510: Preparing [2023-02-16T15:27:28.087Z] f70ee36035b9: Preparing [2023-02-16T15:27:28.087Z] 21d76ff15a41: Waiting [2023-02-16T15:27:28.087Z] dac76c94d510: Waiting [2023-02-16T15:27:28.087Z] f70ee36035b9: Waiting [2023-02-16T15:27:28.367Z] 2fa80b0006ed: Pushed [2023-02-16T15:27:28.367Z] 0f5a570bfbfe: Pushed [2023-02-16T15:27:28.367Z] 1668db69f293: Pushed [2023-02-16T15:27:28.367Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:28.367Z] 21d76ff15a41: Pushed [2023-02-16T15:27:29.328Z] dac76c94d510: Pushed [2023-02-16T15:27:30.735Z] 28828c9c8c6b: Pushed [2023-02-16T15:27:30.735Z] b598ce0531b0: Pushed [2023-02-16T15:27:31.001Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:31.338Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:31.667Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-16T15:27:31.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T15:27:31.667Z] 2fa80b0006ed: Preparing [2023-02-16T15:27:31.667Z] 0f5a570bfbfe: Preparing [2023-02-16T15:27:31.667Z] 28828c9c8c6b: Preparing [2023-02-16T15:27:31.667Z] b598ce0531b0: Preparing [2023-02-16T15:27:31.667Z] 1668db69f293: Preparing [2023-02-16T15:27:31.667Z] 21d76ff15a41: Preparing [2023-02-16T15:27:31.667Z] dac76c94d510: Preparing [2023-02-16T15:27:31.667Z] f70ee36035b9: Preparing [2023-02-16T15:27:31.667Z] dac76c94d510: Waiting [2023-02-16T15:27:31.667Z] f70ee36035b9: Waiting [2023-02-16T15:27:31.667Z] 21d76ff15a41: Waiting [2023-02-16T15:27:31.667Z] 2fa80b0006ed: Layer already exists [2023-02-16T15:27:31.667Z] 28828c9c8c6b: Layer already exists [2023-02-16T15:27:31.667Z] b598ce0531b0: Layer already exists [2023-02-16T15:27:31.667Z] 1668db69f293: Layer already exists [2023-02-16T15:27:31.667Z] 0f5a570bfbfe: Layer already exists [2023-02-16T15:27:31.667Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:31.667Z] dac76c94d510: Layer already exists [2023-02-16T15:27:31.667Z] 21d76ff15a41: Layer already exists [2023-02-16T15:27:31.934Z] latest: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:32.281Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:32.613Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.55 [2023-02-16T15:27:32.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T15:27:32.613Z] 2fa80b0006ed: Preparing [2023-02-16T15:27:32.613Z] 0f5a570bfbfe: Preparing [2023-02-16T15:27:32.613Z] 28828c9c8c6b: Preparing [2023-02-16T15:27:32.613Z] b598ce0531b0: Preparing [2023-02-16T15:27:32.613Z] 1668db69f293: Preparing [2023-02-16T15:27:32.613Z] 21d76ff15a41: Preparing [2023-02-16T15:27:32.613Z] dac76c94d510: Preparing [2023-02-16T15:27:32.613Z] f70ee36035b9: Preparing [2023-02-16T15:27:32.613Z] 21d76ff15a41: Waiting [2023-02-16T15:27:32.613Z] dac76c94d510: Waiting [2023-02-16T15:27:32.613Z] f70ee36035b9: Waiting [2023-02-16T15:27:32.613Z] 1668db69f293: Layer already exists [2023-02-16T15:27:32.613Z] 0f5a570bfbfe: Layer already exists [2023-02-16T15:27:32.613Z] 28828c9c8c6b: Layer already exists [2023-02-16T15:27:32.613Z] b598ce0531b0: Layer already exists [2023-02-16T15:27:32.613Z] 2fa80b0006ed: Layer already exists [2023-02-16T15:27:32.613Z] 21d76ff15a41: Layer already exists [2023-02-16T15:27:32.613Z] dac76c94d510: Layer already exists [2023-02-16T15:27:32.613Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:32.879Z] 3.0.0-dev.55: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:33.214Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:33.542Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:33.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T15:27:33.542Z] 2fa80b0006ed: Preparing [2023-02-16T15:27:33.542Z] 0f5a570bfbfe: Preparing [2023-02-16T15:27:33.542Z] 28828c9c8c6b: Preparing [2023-02-16T15:27:33.542Z] b598ce0531b0: Preparing [2023-02-16T15:27:33.542Z] 1668db69f293: Preparing [2023-02-16T15:27:33.542Z] 21d76ff15a41: Preparing [2023-02-16T15:27:33.542Z] dac76c94d510: Preparing [2023-02-16T15:27:33.542Z] f70ee36035b9: Preparing [2023-02-16T15:27:33.542Z] 21d76ff15a41: Waiting [2023-02-16T15:27:33.542Z] dac76c94d510: Waiting [2023-02-16T15:27:33.542Z] f70ee36035b9: Waiting [2023-02-16T15:27:33.542Z] 2fa80b0006ed: Layer already exists [2023-02-16T15:27:33.542Z] 28828c9c8c6b: Layer already exists [2023-02-16T15:27:33.542Z] 1668db69f293: Layer already exists [2023-02-16T15:27:33.542Z] 0f5a570bfbfe: Layer already exists [2023-02-16T15:27:33.542Z] b598ce0531b0: Layer already exists [2023-02-16T15:27:33.542Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:33.542Z] dac76c94d510: Layer already exists [2023-02-16T15:27:33.542Z] 21d76ff15a41: Layer already exists [2023-02-16T15:27:33.807Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:34.141Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:34.473Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-16T15:27:34.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-16T15:27:34.474Z] 2fa80b0006ed: Preparing [2023-02-16T15:27:34.474Z] 0f5a570bfbfe: Preparing [2023-02-16T15:27:34.474Z] 28828c9c8c6b: Preparing [2023-02-16T15:27:34.474Z] b598ce0531b0: Preparing [2023-02-16T15:27:34.474Z] 1668db69f293: Preparing [2023-02-16T15:27:34.474Z] 21d76ff15a41: Preparing [2023-02-16T15:27:34.474Z] dac76c94d510: Preparing [2023-02-16T15:27:34.474Z] f70ee36035b9: Preparing [2023-02-16T15:27:34.474Z] 21d76ff15a41: Waiting [2023-02-16T15:27:34.474Z] dac76c94d510: Waiting [2023-02-16T15:27:34.474Z] f70ee36035b9: Waiting [2023-02-16T15:27:34.474Z] 28828c9c8c6b: Layer already exists [2023-02-16T15:27:34.474Z] 1668db69f293: Layer already exists [2023-02-16T15:27:34.474Z] b598ce0531b0: Layer already exists [2023-02-16T15:27:34.474Z] 2fa80b0006ed: Layer already exists [2023-02-16T15:27:34.474Z] 0f5a570bfbfe: Layer already exists [2023-02-16T15:27:34.474Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:34.474Z] dac76c94d510: Layer already exists [2023-02-16T15:27:34.474Z] 21d76ff15a41: Layer already exists [2023-02-16T15:27:34.740Z] main: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:27:34.778Z] ===================================================== [Pipeline] echo [2023-02-16T15:27:34.784Z] taggedImages: [2023-02-16T15:27:34.784Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:34.784Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-16T15:27:34.784Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.55 [2023-02-16T15:27:34.784Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:34.784Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-16T15:27:34.798Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-16T15:27:34.798Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:34.798Z] latest [2023-02-16T15:27:34.798Z] 3.0.0-dev.55 [2023-02-16T15:27:34.798Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:34.798Z] main [2023-02-16T15:27:34.798Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:35.135Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:35.476Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:35.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T15:27:35.476Z] 15395c1244b4: Preparing [2023-02-16T15:27:35.476Z] e0d9385a48d2: Preparing [2023-02-16T15:27:35.476Z] c90ab57d91be: Preparing [2023-02-16T15:27:35.476Z] 8d9800f71f14: Preparing [2023-02-16T15:27:35.476Z] a9502a5705ff: Preparing [2023-02-16T15:27:35.476Z] f8911780519f: Preparing [2023-02-16T15:27:35.476Z] 0e5b27a2c9ac: Preparing [2023-02-16T15:27:35.476Z] 9a516115c7b3: Preparing [2023-02-16T15:27:35.476Z] e5473ff40f86: Preparing [2023-02-16T15:27:35.476Z] f70ee36035b9: Preparing [2023-02-16T15:27:35.476Z] 9a516115c7b3: Waiting [2023-02-16T15:27:35.476Z] f8911780519f: Waiting [2023-02-16T15:27:35.476Z] 0e5b27a2c9ac: Waiting [2023-02-16T15:27:35.476Z] e5473ff40f86: Waiting [2023-02-16T15:27:35.476Z] f70ee36035b9: Waiting [2023-02-16T15:27:35.744Z] a9502a5705ff: Pushed [2023-02-16T15:27:35.744Z] 15395c1244b4: Pushed [2023-02-16T15:27:35.744Z] e0d9385a48d2: Pushed [2023-02-16T15:27:36.009Z] 0e5b27a2c9ac: Pushed [2023-02-16T15:27:36.009Z] f8911780519f: Pushed [2023-02-16T15:27:36.009Z] 9a516115c7b3: Pushed [2023-02-16T15:27:36.009Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:36.278Z] e5473ff40f86: Pushed [2023-02-16T15:27:38.212Z] 8d9800f71f14: Pushed [2023-02-16T15:27:38.793Z] c90ab57d91be: Pushed [2023-02-16T15:27:39.059Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:39.404Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:39.744Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-16T15:27:39.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T15:27:39.744Z] 15395c1244b4: Preparing [2023-02-16T15:27:39.744Z] e0d9385a48d2: Preparing [2023-02-16T15:27:39.744Z] c90ab57d91be: Preparing [2023-02-16T15:27:39.744Z] 8d9800f71f14: Preparing [2023-02-16T15:27:39.744Z] a9502a5705ff: Preparing [2023-02-16T15:27:39.744Z] f8911780519f: Preparing [2023-02-16T15:27:39.744Z] 0e5b27a2c9ac: Preparing [2023-02-16T15:27:39.744Z] 9a516115c7b3: Preparing [2023-02-16T15:27:39.744Z] e5473ff40f86: Preparing [2023-02-16T15:27:39.744Z] f70ee36035b9: Preparing [2023-02-16T15:27:39.744Z] f8911780519f: Waiting [2023-02-16T15:27:39.744Z] 0e5b27a2c9ac: Waiting [2023-02-16T15:27:39.744Z] 9a516115c7b3: Waiting [2023-02-16T15:27:39.744Z] e5473ff40f86: Waiting [2023-02-16T15:27:39.744Z] f70ee36035b9: Waiting [2023-02-16T15:27:39.744Z] 8d9800f71f14: Layer already exists [2023-02-16T15:27:39.744Z] 15395c1244b4: Layer already exists [2023-02-16T15:27:39.744Z] a9502a5705ff: Layer already exists [2023-02-16T15:27:39.744Z] c90ab57d91be: Layer already exists [2023-02-16T15:27:39.744Z] e0d9385a48d2: Layer already exists [2023-02-16T15:27:39.744Z] f8911780519f: Layer already exists [2023-02-16T15:27:39.744Z] 0e5b27a2c9ac: Layer already exists [2023-02-16T15:27:39.744Z] e5473ff40f86: Layer already exists [2023-02-16T15:27:39.744Z] 9a516115c7b3: Layer already exists [2023-02-16T15:27:39.744Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:40.010Z] latest: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:40.349Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:40.687Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.55 [2023-02-16T15:27:40.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T15:27:40.687Z] 15395c1244b4: Preparing [2023-02-16T15:27:40.687Z] e0d9385a48d2: Preparing [2023-02-16T15:27:40.687Z] c90ab57d91be: Preparing [2023-02-16T15:27:40.687Z] 8d9800f71f14: Preparing [2023-02-16T15:27:40.687Z] a9502a5705ff: Preparing [2023-02-16T15:27:40.687Z] f8911780519f: Preparing [2023-02-16T15:27:40.687Z] 0e5b27a2c9ac: Preparing [2023-02-16T15:27:40.687Z] 9a516115c7b3: Preparing [2023-02-16T15:27:40.687Z] e5473ff40f86: Preparing [2023-02-16T15:27:40.687Z] f70ee36035b9: Preparing [2023-02-16T15:27:40.687Z] f8911780519f: Waiting [2023-02-16T15:27:40.687Z] 0e5b27a2c9ac: Waiting [2023-02-16T15:27:40.687Z] 9a516115c7b3: Waiting [2023-02-16T15:27:40.687Z] f70ee36035b9: Waiting [2023-02-16T15:27:40.687Z] e5473ff40f86: Waiting [2023-02-16T15:27:40.687Z] c90ab57d91be: Layer already exists [2023-02-16T15:27:40.687Z] 8d9800f71f14: Layer already exists [2023-02-16T15:27:40.687Z] 15395c1244b4: Layer already exists [2023-02-16T15:27:40.687Z] a9502a5705ff: Layer already exists [2023-02-16T15:27:40.687Z] e0d9385a48d2: Layer already exists [2023-02-16T15:27:40.687Z] f8911780519f: Layer already exists [2023-02-16T15:27:40.687Z] e5473ff40f86: Layer already exists [2023-02-16T15:27:40.687Z] 0e5b27a2c9ac: Layer already exists [2023-02-16T15:27:40.687Z] 9a516115c7b3: Layer already exists [2023-02-16T15:27:40.687Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:40.955Z] 3.0.0-dev.55: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:41.294Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:41.627Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:41.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T15:27:41.627Z] 15395c1244b4: Preparing [2023-02-16T15:27:41.627Z] e0d9385a48d2: Preparing [2023-02-16T15:27:41.627Z] c90ab57d91be: Preparing [2023-02-16T15:27:41.627Z] 8d9800f71f14: Preparing [2023-02-16T15:27:41.627Z] a9502a5705ff: Preparing [2023-02-16T15:27:41.627Z] f8911780519f: Preparing [2023-02-16T15:27:41.627Z] 0e5b27a2c9ac: Preparing [2023-02-16T15:27:41.627Z] 9a516115c7b3: Preparing [2023-02-16T15:27:41.627Z] e5473ff40f86: Preparing [2023-02-16T15:27:41.627Z] f70ee36035b9: Preparing [2023-02-16T15:27:41.627Z] 0e5b27a2c9ac: Waiting [2023-02-16T15:27:41.627Z] 9a516115c7b3: Waiting [2023-02-16T15:27:41.627Z] e5473ff40f86: Waiting [2023-02-16T15:27:41.627Z] f70ee36035b9: Waiting [2023-02-16T15:27:41.627Z] f8911780519f: Waiting [2023-02-16T15:27:41.627Z] 15395c1244b4: Layer already exists [2023-02-16T15:27:41.627Z] c90ab57d91be: Layer already exists [2023-02-16T15:27:41.627Z] a9502a5705ff: Layer already exists [2023-02-16T15:27:41.627Z] e0d9385a48d2: Layer already exists [2023-02-16T15:27:41.627Z] 8d9800f71f14: Layer already exists [2023-02-16T15:27:41.627Z] f8911780519f: Layer already exists [2023-02-16T15:27:41.627Z] 9a516115c7b3: Layer already exists [2023-02-16T15:27:41.627Z] e5473ff40f86: Layer already exists [2023-02-16T15:27:41.627Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:41.627Z] 0e5b27a2c9ac: Layer already exists [2023-02-16T15:27:41.894Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:42.229Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:42.565Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-16T15:27:42.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-16T15:27:42.566Z] 15395c1244b4: Preparing [2023-02-16T15:27:42.566Z] e0d9385a48d2: Preparing [2023-02-16T15:27:42.566Z] c90ab57d91be: Preparing [2023-02-16T15:27:42.566Z] 8d9800f71f14: Preparing [2023-02-16T15:27:42.566Z] a9502a5705ff: Preparing [2023-02-16T15:27:42.566Z] f8911780519f: Preparing [2023-02-16T15:27:42.566Z] 0e5b27a2c9ac: Preparing [2023-02-16T15:27:42.566Z] 9a516115c7b3: Preparing [2023-02-16T15:27:42.566Z] e5473ff40f86: Preparing [2023-02-16T15:27:42.566Z] f70ee36035b9: Preparing [2023-02-16T15:27:42.566Z] f8911780519f: Waiting [2023-02-16T15:27:42.566Z] 9a516115c7b3: Waiting [2023-02-16T15:27:42.566Z] e5473ff40f86: Waiting [2023-02-16T15:27:42.566Z] f70ee36035b9: Waiting [2023-02-16T15:27:42.566Z] 0e5b27a2c9ac: Waiting [2023-02-16T15:27:42.566Z] c90ab57d91be: Layer already exists [2023-02-16T15:27:42.566Z] 8d9800f71f14: Layer already exists [2023-02-16T15:27:42.566Z] a9502a5705ff: Layer already exists [2023-02-16T15:27:42.566Z] e0d9385a48d2: Layer already exists [2023-02-16T15:27:42.566Z] 15395c1244b4: Layer already exists [2023-02-16T15:27:42.566Z] 9a516115c7b3: Layer already exists [2023-02-16T15:27:42.566Z] e5473ff40f86: Layer already exists [2023-02-16T15:27:42.566Z] f8911780519f: Layer already exists [2023-02-16T15:27:42.566Z] 0e5b27a2c9ac: Layer already exists [2023-02-16T15:27:42.566Z] f70ee36035b9: Layer already exists [2023-02-16T15:27:42.831Z] main: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:27:42.883Z] ===================================================== [Pipeline] echo [2023-02-16T15:27:42.892Z] taggedImages: [2023-02-16T15:27:42.892Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:42.892Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-16T15:27:42.892Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.55 [2023-02-16T15:27:42.892Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:42.892Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-16T15:27:42.914Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-16T15:27:42.914Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:42.914Z] latest [2023-02-16T15:27:42.914Z] 3.0.0-dev.55 [2023-02-16T15:27:42.914Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:42.914Z] main [2023-02-16T15:27:42.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:43.250Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:43.588Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:43.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T15:27:43.588Z] 987aa4083ee0: Preparing [2023-02-16T15:27:43.588Z] cc76044708b5: Preparing [2023-02-16T15:27:43.588Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:43.588Z] 42b2c3db1273: Preparing [2023-02-16T15:27:43.588Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:27:43.588Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:27:43.588Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:43.852Z] 987aa4083ee0: Pushed [2023-02-16T15:27:45.251Z] 42b2c3db1273: Pushed [2023-02-16T15:27:48.587Z] cc76044708b5: Pushed [2023-02-16T15:27:48.587Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:48.929Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:49.264Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-16T15:27:49.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T15:27:49.264Z] 987aa4083ee0: Preparing [2023-02-16T15:27:49.264Z] cc76044708b5: Preparing [2023-02-16T15:27:49.264Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:49.264Z] 42b2c3db1273: Preparing [2023-02-16T15:27:49.264Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:27:49.264Z] 987aa4083ee0: Layer already exists [2023-02-16T15:27:49.264Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:49.264Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:27:49.264Z] 42b2c3db1273: Layer already exists [2023-02-16T15:27:49.264Z] cc76044708b5: Layer already exists [2023-02-16T15:27:49.264Z] latest: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:49.862Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:50.197Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.55 [2023-02-16T15:27:50.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T15:27:50.197Z] 987aa4083ee0: Preparing [2023-02-16T15:27:50.197Z] cc76044708b5: Preparing [2023-02-16T15:27:50.197Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:50.197Z] 42b2c3db1273: Preparing [2023-02-16T15:27:50.197Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:27:50.197Z] 42b2c3db1273: Layer already exists [2023-02-16T15:27:50.197Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:27:50.197Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:50.197Z] 987aa4083ee0: Layer already exists [2023-02-16T15:27:50.197Z] cc76044708b5: Layer already exists [2023-02-16T15:27:50.197Z] 3.0.0-dev.55: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:50.793Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:51.125Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:51.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T15:27:51.125Z] 987aa4083ee0: Preparing [2023-02-16T15:27:51.125Z] cc76044708b5: Preparing [2023-02-16T15:27:51.125Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:51.125Z] 42b2c3db1273: Preparing [2023-02-16T15:27:51.125Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:27:51.125Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:51.125Z] 987aa4083ee0: Layer already exists [2023-02-16T15:27:51.125Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:27:51.125Z] cc76044708b5: Layer already exists [2023-02-16T15:27:51.125Z] 42b2c3db1273: Layer already exists [2023-02-16T15:27:51.125Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:51.724Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:52.058Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-16T15:27:52.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-16T15:27:52.059Z] 987aa4083ee0: Preparing [2023-02-16T15:27:52.059Z] cc76044708b5: Preparing [2023-02-16T15:27:52.059Z] 5e9bb16f879b: Preparing [2023-02-16T15:27:52.059Z] 42b2c3db1273: Preparing [2023-02-16T15:27:52.059Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:27:52.059Z] 987aa4083ee0: Layer already exists [2023-02-16T15:27:52.059Z] 42b2c3db1273: Layer already exists [2023-02-16T15:27:52.059Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:27:52.059Z] cc76044708b5: Layer already exists [2023-02-16T15:27:52.059Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:27:52.059Z] main: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:27:52.365Z] ===================================================== [Pipeline] echo [2023-02-16T15:27:52.370Z] taggedImages: [2023-02-16T15:27:52.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:52.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-16T15:27:52.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.55 [2023-02-16T15:27:52.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:52.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-16T15:27:52.385Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-16T15:27:52.385Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:52.385Z] latest [2023-02-16T15:27:52.385Z] 3.0.0-dev.55 [2023-02-16T15:27:52.385Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:27:52.385Z] main [2023-02-16T15:27:52.385Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:52.724Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:27:53.054Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:27:53.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T15:27:53.054Z] d4cf1f2725cd: Preparing [2023-02-16T15:27:53.054Z] 2658ecf75d8a: Preparing [2023-02-16T15:27:53.054Z] b880b21b3ef1: Preparing [2023-02-16T15:27:53.054Z] 9de74c1744ae: Preparing [2023-02-16T15:27:53.054Z] 93a767328a90: Preparing [2023-02-16T15:27:53.054Z] 6354c2e9ecd6: Preparing [2023-02-16T15:27:53.054Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:27:53.054Z] 6354c2e9ecd6: Waiting [2023-02-16T15:27:53.054Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:27:53.321Z] b880b21b3ef1: Pushed [2023-02-16T15:27:53.321Z] 2658ecf75d8a: Pushed [2023-02-16T15:27:53.321Z] d4cf1f2725cd: Pushed [2023-02-16T15:27:53.321Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:27:54.282Z] 6354c2e9ecd6: Pushed [2023-02-16T15:28:00.911Z] 93a767328a90: Pushed [2023-02-16T15:28:07.542Z] 9de74c1744ae: Pushed [2023-02-16T15:28:07.809Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:08.155Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:08.494Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-16T15:28:08.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T15:28:08.495Z] d4cf1f2725cd: Preparing [2023-02-16T15:28:08.495Z] 2658ecf75d8a: Preparing [2023-02-16T15:28:08.495Z] b880b21b3ef1: Preparing [2023-02-16T15:28:08.495Z] 9de74c1744ae: Preparing [2023-02-16T15:28:08.495Z] 93a767328a90: Preparing [2023-02-16T15:28:08.495Z] 6354c2e9ecd6: Preparing [2023-02-16T15:28:08.495Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:08.495Z] 6354c2e9ecd6: Waiting [2023-02-16T15:28:08.495Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:08.495Z] 9de74c1744ae: Layer already exists [2023-02-16T15:28:08.495Z] 93a767328a90: Layer already exists [2023-02-16T15:28:08.495Z] 2658ecf75d8a: Layer already exists [2023-02-16T15:28:08.495Z] b880b21b3ef1: Layer already exists [2023-02-16T15:28:08.495Z] d4cf1f2725cd: Layer already exists [2023-02-16T15:28:08.495Z] 6354c2e9ecd6: Layer already exists [2023-02-16T15:28:08.495Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:08.761Z] latest: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:09.104Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:09.438Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.55 [2023-02-16T15:28:09.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T15:28:09.439Z] d4cf1f2725cd: Preparing [2023-02-16T15:28:09.439Z] 2658ecf75d8a: Preparing [2023-02-16T15:28:09.439Z] b880b21b3ef1: Preparing [2023-02-16T15:28:09.439Z] 9de74c1744ae: Preparing [2023-02-16T15:28:09.439Z] 93a767328a90: Preparing [2023-02-16T15:28:09.439Z] 6354c2e9ecd6: Preparing [2023-02-16T15:28:09.439Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:09.439Z] 6354c2e9ecd6: Waiting [2023-02-16T15:28:09.439Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:09.439Z] 93a767328a90: Layer already exists [2023-02-16T15:28:09.439Z] 9de74c1744ae: Layer already exists [2023-02-16T15:28:09.439Z] 2658ecf75d8a: Layer already exists [2023-02-16T15:28:09.439Z] b880b21b3ef1: Layer already exists [2023-02-16T15:28:09.439Z] d4cf1f2725cd: Layer already exists [2023-02-16T15:28:09.439Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:09.439Z] 6354c2e9ecd6: Layer already exists [2023-02-16T15:28:09.706Z] 3.0.0-dev.55: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:10.036Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:10.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:10.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T15:28:10.362Z] d4cf1f2725cd: Preparing [2023-02-16T15:28:10.362Z] 2658ecf75d8a: Preparing [2023-02-16T15:28:10.362Z] b880b21b3ef1: Preparing [2023-02-16T15:28:10.362Z] 9de74c1744ae: Preparing [2023-02-16T15:28:10.362Z] 93a767328a90: Preparing [2023-02-16T15:28:10.362Z] 6354c2e9ecd6: Preparing [2023-02-16T15:28:10.362Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:10.362Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:10.362Z] 6354c2e9ecd6: Waiting [2023-02-16T15:28:10.362Z] 93a767328a90: Layer already exists [2023-02-16T15:28:10.362Z] b880b21b3ef1: Layer already exists [2023-02-16T15:28:10.362Z] 2658ecf75d8a: Layer already exists [2023-02-16T15:28:10.362Z] d4cf1f2725cd: Layer already exists [2023-02-16T15:28:10.362Z] 9de74c1744ae: Layer already exists [2023-02-16T15:28:10.362Z] 6354c2e9ecd6: Layer already exists [2023-02-16T15:28:10.362Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:10.362Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:10.963Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:11.296Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-16T15:28:11.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-16T15:28:11.296Z] d4cf1f2725cd: Preparing [2023-02-16T15:28:11.296Z] 2658ecf75d8a: Preparing [2023-02-16T15:28:11.296Z] b880b21b3ef1: Preparing [2023-02-16T15:28:11.296Z] 9de74c1744ae: Preparing [2023-02-16T15:28:11.296Z] 93a767328a90: Preparing [2023-02-16T15:28:11.296Z] 6354c2e9ecd6: Preparing [2023-02-16T15:28:11.296Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:11.296Z] 6354c2e9ecd6: Waiting [2023-02-16T15:28:11.296Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:11.296Z] 9de74c1744ae: Layer already exists [2023-02-16T15:28:11.296Z] d4cf1f2725cd: Layer already exists [2023-02-16T15:28:11.296Z] 2658ecf75d8a: Layer already exists [2023-02-16T15:28:11.296Z] 93a767328a90: Layer already exists [2023-02-16T15:28:11.296Z] b880b21b3ef1: Layer already exists [2023-02-16T15:28:11.296Z] 6354c2e9ecd6: Layer already exists [2023-02-16T15:28:11.296Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:11.563Z] main: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:28:11.613Z] ===================================================== [Pipeline] echo [2023-02-16T15:28:11.621Z] taggedImages: [2023-02-16T15:28:11.621Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:11.621Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-16T15:28:11.621Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.55 [2023-02-16T15:28:11.621Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:11.621Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-16T15:28:11.646Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-16T15:28:11.646Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:11.646Z] latest [2023-02-16T15:28:11.646Z] 3.0.0-dev.55 [2023-02-16T15:28:11.646Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:11.646Z] main [2023-02-16T15:28:11.646Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:11.985Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:12.326Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:12.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T15:28:12.326Z] dd607e0f4009: Preparing [2023-02-16T15:28:12.326Z] 820be39fc36e: Preparing [2023-02-16T15:28:12.326Z] d918a72fb4af: Preparing [2023-02-16T15:28:12.326Z] 66510a220e5d: Preparing [2023-02-16T15:28:12.326Z] a84d6bfdc453: Preparing [2023-02-16T15:28:12.326Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:12.326Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:12.591Z] d918a72fb4af: Pushed [2023-02-16T15:28:12.591Z] dd607e0f4009: Pushed [2023-02-16T15:28:12.591Z] 820be39fc36e: Pushed [2023-02-16T15:28:12.591Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:13.172Z] a84d6bfdc453: Pushed [2023-02-16T15:28:28.145Z] 66510a220e5d: Pushed [2023-02-16T15:28:28.145Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:28.483Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:28.817Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-16T15:28:28.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T15:28:28.817Z] dd607e0f4009: Preparing [2023-02-16T15:28:28.817Z] 820be39fc36e: Preparing [2023-02-16T15:28:28.817Z] d918a72fb4af: Preparing [2023-02-16T15:28:28.817Z] 66510a220e5d: Preparing [2023-02-16T15:28:28.817Z] a84d6bfdc453: Preparing [2023-02-16T15:28:28.817Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:28.817Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:28.817Z] dd607e0f4009: Layer already exists [2023-02-16T15:28:28.817Z] d918a72fb4af: Layer already exists [2023-02-16T15:28:28.817Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:28.817Z] 820be39fc36e: Layer already exists [2023-02-16T15:28:28.817Z] a84d6bfdc453: Layer already exists [2023-02-16T15:28:28.817Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:28.817Z] latest: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:29.425Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:29.747Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.55 [2023-02-16T15:28:29.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T15:28:29.748Z] dd607e0f4009: Preparing [2023-02-16T15:28:29.748Z] 820be39fc36e: Preparing [2023-02-16T15:28:29.748Z] d918a72fb4af: Preparing [2023-02-16T15:28:29.748Z] 66510a220e5d: Preparing [2023-02-16T15:28:29.748Z] a84d6bfdc453: Preparing [2023-02-16T15:28:29.748Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:29.748Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:29.748Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:29.748Z] 820be39fc36e: Layer already exists [2023-02-16T15:28:29.748Z] d918a72fb4af: Layer already exists [2023-02-16T15:28:29.748Z] dd607e0f4009: Layer already exists [2023-02-16T15:28:29.748Z] a84d6bfdc453: Layer already exists [2023-02-16T15:28:29.748Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:30.013Z] 3.0.0-dev.55: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:30.346Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:30.707Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:30.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T15:28:30.707Z] dd607e0f4009: Preparing [2023-02-16T15:28:30.707Z] 820be39fc36e: Preparing [2023-02-16T15:28:30.707Z] d918a72fb4af: Preparing [2023-02-16T15:28:30.707Z] 66510a220e5d: Preparing [2023-02-16T15:28:30.707Z] a84d6bfdc453: Preparing [2023-02-16T15:28:30.707Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:30.707Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:30.707Z] dd607e0f4009: Layer already exists [2023-02-16T15:28:30.707Z] 820be39fc36e: Layer already exists [2023-02-16T15:28:30.707Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:30.707Z] d918a72fb4af: Layer already exists [2023-02-16T15:28:30.707Z] a84d6bfdc453: Layer already exists [2023-02-16T15:28:30.707Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:30.707Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:31.059Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:31.402Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-16T15:28:31.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-16T15:28:31.403Z] dd607e0f4009: Preparing [2023-02-16T15:28:31.403Z] 820be39fc36e: Preparing [2023-02-16T15:28:31.403Z] d918a72fb4af: Preparing [2023-02-16T15:28:31.403Z] 66510a220e5d: Preparing [2023-02-16T15:28:31.403Z] a84d6bfdc453: Preparing [2023-02-16T15:28:31.403Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:31.403Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:31.403Z] dd607e0f4009: Layer already exists [2023-02-16T15:28:31.403Z] d918a72fb4af: Layer already exists [2023-02-16T15:28:31.403Z] 820be39fc36e: Layer already exists [2023-02-16T15:28:31.403Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:31.403Z] a84d6bfdc453: Layer already exists [2023-02-16T15:28:31.403Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:31.669Z] main: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:28:31.712Z] ===================================================== [Pipeline] echo [2023-02-16T15:28:31.718Z] taggedImages: [2023-02-16T15:28:31.718Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:31.718Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-16T15:28:31.718Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.55 [2023-02-16T15:28:31.718Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:31.718Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-16T15:28:31.732Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-16T15:28:31.732Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:31.732Z] latest [2023-02-16T15:28:31.732Z] 3.0.0-dev.55 [2023-02-16T15:28:31.732Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:31.732Z] main [2023-02-16T15:28:31.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:32.071Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:32.406Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:32.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T15:28:32.406Z] 00e97f3eb08a: Preparing [2023-02-16T15:28:32.406Z] 7ee0eb1fb304: Preparing [2023-02-16T15:28:32.406Z] 60c6e7827ee6: Preparing [2023-02-16T15:28:32.406Z] 66510a220e5d: Preparing [2023-02-16T15:28:32.406Z] a56a73b813a7: Preparing [2023-02-16T15:28:32.406Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:32.406Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:32.406Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:32.679Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:32.679Z] 60c6e7827ee6: Pushed [2023-02-16T15:28:32.679Z] 00e97f3eb08a: Pushed [2023-02-16T15:28:32.679Z] 7ee0eb1fb304: Pushed [2023-02-16T15:28:33.264Z] a56a73b813a7: Pushed [2023-02-16T15:28:33.526Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:33.862Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:34.189Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-16T15:28:34.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T15:28:34.189Z] 00e97f3eb08a: Preparing [2023-02-16T15:28:34.189Z] 7ee0eb1fb304: Preparing [2023-02-16T15:28:34.189Z] 60c6e7827ee6: Preparing [2023-02-16T15:28:34.189Z] 66510a220e5d: Preparing [2023-02-16T15:28:34.189Z] a56a73b813a7: Preparing [2023-02-16T15:28:34.189Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:34.189Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:34.189Z] 00e97f3eb08a: Layer already exists [2023-02-16T15:28:34.189Z] 60c6e7827ee6: Layer already exists [2023-02-16T15:28:34.189Z] a56a73b813a7: Layer already exists [2023-02-16T15:28:34.189Z] 7ee0eb1fb304: Layer already exists [2023-02-16T15:28:34.189Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:34.189Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:34.189Z] latest: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:34.782Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:35.115Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.55 [2023-02-16T15:28:35.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T15:28:35.115Z] 00e97f3eb08a: Preparing [2023-02-16T15:28:35.115Z] 7ee0eb1fb304: Preparing [2023-02-16T15:28:35.115Z] 60c6e7827ee6: Preparing [2023-02-16T15:28:35.115Z] 66510a220e5d: Preparing [2023-02-16T15:28:35.115Z] a56a73b813a7: Preparing [2023-02-16T15:28:35.115Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:35.115Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:35.115Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:35.115Z] 7ee0eb1fb304: Layer already exists [2023-02-16T15:28:35.115Z] a56a73b813a7: Layer already exists [2023-02-16T15:28:35.115Z] 00e97f3eb08a: Layer already exists [2023-02-16T15:28:35.115Z] 60c6e7827ee6: Layer already exists [2023-02-16T15:28:35.115Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:35.386Z] 3.0.0-dev.55: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:35.724Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:36.056Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:36.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T15:28:36.056Z] 00e97f3eb08a: Preparing [2023-02-16T15:28:36.056Z] 7ee0eb1fb304: Preparing [2023-02-16T15:28:36.056Z] 60c6e7827ee6: Preparing [2023-02-16T15:28:36.056Z] 66510a220e5d: Preparing [2023-02-16T15:28:36.056Z] a56a73b813a7: Preparing [2023-02-16T15:28:36.056Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:36.056Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:36.056Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:36.056Z] a56a73b813a7: Layer already exists [2023-02-16T15:28:36.056Z] 7ee0eb1fb304: Layer already exists [2023-02-16T15:28:36.056Z] 60c6e7827ee6: Layer already exists [2023-02-16T15:28:36.056Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:36.056Z] 00e97f3eb08a: Layer already exists [2023-02-16T15:28:36.320Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:36.646Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:36.974Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-16T15:28:36.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-16T15:28:36.974Z] 00e97f3eb08a: Preparing [2023-02-16T15:28:36.974Z] 7ee0eb1fb304: Preparing [2023-02-16T15:28:36.974Z] 60c6e7827ee6: Preparing [2023-02-16T15:28:36.974Z] 66510a220e5d: Preparing [2023-02-16T15:28:36.974Z] a56a73b813a7: Preparing [2023-02-16T15:28:36.974Z] a8cfdf0cc8ec: Preparing [2023-02-16T15:28:36.974Z] a8cfdf0cc8ec: Waiting [2023-02-16T15:28:36.974Z] 66510a220e5d: Layer already exists [2023-02-16T15:28:36.974Z] 60c6e7827ee6: Layer already exists [2023-02-16T15:28:36.974Z] a56a73b813a7: Layer already exists [2023-02-16T15:28:36.974Z] 00e97f3eb08a: Layer already exists [2023-02-16T15:28:36.974Z] 7ee0eb1fb304: Layer already exists [2023-02-16T15:28:36.974Z] a8cfdf0cc8ec: Layer already exists [2023-02-16T15:28:37.238Z] main: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:28:37.279Z] ===================================================== [Pipeline] echo [2023-02-16T15:28:37.284Z] taggedImages: [2023-02-16T15:28:37.284Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:37.284Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-16T15:28:37.284Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.55 [2023-02-16T15:28:37.284Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:37.284Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-16T15:28:37.298Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-16T15:28:37.298Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:37.298Z] latest [2023-02-16T15:28:37.298Z] 3.0.0-dev.55 [2023-02-16T15:28:37.298Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:37.298Z] main [2023-02-16T15:28:37.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:37.619Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:37.945Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:37.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T15:28:37.945Z] f3e69e0b491a: Preparing [2023-02-16T15:28:37.945Z] ef81a3957ddd: Preparing [2023-02-16T15:28:37.945Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:37.945Z] 04fd3b4ad4be: Preparing [2023-02-16T15:28:37.945Z] f70ee36035b9: Preparing [2023-02-16T15:28:37.945Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:38.211Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:38.211Z] f3e69e0b491a: Pushed [2023-02-16T15:28:38.477Z] 04fd3b4ad4be: Pushed [2023-02-16T15:28:43.806Z] ef81a3957ddd: Pushed [2023-02-16T15:28:43.806Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:44.142Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:44.473Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-16T15:28:44.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T15:28:44.473Z] f3e69e0b491a: Preparing [2023-02-16T15:28:44.473Z] ef81a3957ddd: Preparing [2023-02-16T15:28:44.473Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:44.473Z] 04fd3b4ad4be: Preparing [2023-02-16T15:28:44.473Z] f70ee36035b9: Preparing [2023-02-16T15:28:44.473Z] ef81a3957ddd: Layer already exists [2023-02-16T15:28:44.473Z] 04fd3b4ad4be: Layer already exists [2023-02-16T15:28:44.473Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:44.473Z] f3e69e0b491a: Layer already exists [2023-02-16T15:28:44.473Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:44.738Z] latest: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:45.073Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:45.408Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.55 [2023-02-16T15:28:45.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T15:28:45.408Z] f3e69e0b491a: Preparing [2023-02-16T15:28:45.408Z] ef81a3957ddd: Preparing [2023-02-16T15:28:45.408Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:45.408Z] 04fd3b4ad4be: Preparing [2023-02-16T15:28:45.408Z] f70ee36035b9: Preparing [2023-02-16T15:28:45.408Z] ef81a3957ddd: Layer already exists [2023-02-16T15:28:45.408Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:45.408Z] f3e69e0b491a: Layer already exists [2023-02-16T15:28:45.408Z] 04fd3b4ad4be: Layer already exists [2023-02-16T15:28:45.408Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:45.673Z] 3.0.0-dev.55: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:46.010Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:46.345Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:46.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T15:28:46.345Z] f3e69e0b491a: Preparing [2023-02-16T15:28:46.345Z] ef81a3957ddd: Preparing [2023-02-16T15:28:46.345Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:46.345Z] 04fd3b4ad4be: Preparing [2023-02-16T15:28:46.345Z] f70ee36035b9: Preparing [2023-02-16T15:28:46.345Z] ef81a3957ddd: Layer already exists [2023-02-16T15:28:46.345Z] 04fd3b4ad4be: Layer already exists [2023-02-16T15:28:46.345Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:46.345Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:46.345Z] f3e69e0b491a: Layer already exists [2023-02-16T15:28:46.345Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:46.954Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:47.278Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-16T15:28:47.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-16T15:28:47.278Z] f3e69e0b491a: Preparing [2023-02-16T15:28:47.278Z] ef81a3957ddd: Preparing [2023-02-16T15:28:47.278Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:47.278Z] 04fd3b4ad4be: Preparing [2023-02-16T15:28:47.278Z] f70ee36035b9: Preparing [2023-02-16T15:28:47.278Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:47.278Z] f3e69e0b491a: Layer already exists [2023-02-16T15:28:47.278Z] ef81a3957ddd: Layer already exists [2023-02-16T15:28:47.278Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:47.278Z] 04fd3b4ad4be: Layer already exists [2023-02-16T15:28:47.278Z] main: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:28:47.583Z] ===================================================== [Pipeline] echo [2023-02-16T15:28:47.596Z] taggedImages: [2023-02-16T15:28:47.596Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:47.596Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-16T15:28:47.596Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.55 [2023-02-16T15:28:47.596Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:47.596Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-16T15:28:47.615Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-16T15:28:47.615Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:47.615Z] latest [2023-02-16T15:28:47.615Z] 3.0.0-dev.55 [2023-02-16T15:28:47.615Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:47.615Z] main [2023-02-16T15:28:47.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:47.951Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:48.278Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:48.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T15:28:48.278Z] 15ce7fb4fbd6: Preparing [2023-02-16T15:28:48.278Z] 0c92b54fd993: Preparing [2023-02-16T15:28:48.278Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:48.278Z] 7a5bb30c1917: Preparing [2023-02-16T15:28:48.278Z] f70ee36035b9: Preparing [2023-02-16T15:28:48.278Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:48.278Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:28:48.278Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:48.543Z] 15ce7fb4fbd6: Pushed [2023-02-16T15:28:53.870Z] 0c92b54fd993: Pushed [2023-02-16T15:28:54.135Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:54.470Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:54.794Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-16T15:28:54.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T15:28:54.794Z] 15ce7fb4fbd6: Preparing [2023-02-16T15:28:54.794Z] 0c92b54fd993: Preparing [2023-02-16T15:28:54.794Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:54.794Z] 7a5bb30c1917: Preparing [2023-02-16T15:28:54.794Z] f70ee36035b9: Preparing [2023-02-16T15:28:54.794Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:28:54.794Z] 0c92b54fd993: Layer already exists [2023-02-16T15:28:54.794Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:54.794Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:54.794Z] 15ce7fb4fbd6: Layer already exists [2023-02-16T15:28:54.794Z] latest: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:55.391Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:55.727Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.55 [2023-02-16T15:28:55.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T15:28:55.727Z] 15ce7fb4fbd6: Preparing [2023-02-16T15:28:55.727Z] 0c92b54fd993: Preparing [2023-02-16T15:28:55.727Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:55.727Z] 7a5bb30c1917: Preparing [2023-02-16T15:28:55.727Z] f70ee36035b9: Preparing [2023-02-16T15:28:55.727Z] 15ce7fb4fbd6: Layer already exists [2023-02-16T15:28:55.727Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:28:55.727Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:55.727Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:55.727Z] 0c92b54fd993: Layer already exists [2023-02-16T15:28:55.727Z] 3.0.0-dev.55: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:56.331Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:56.662Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:56.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T15:28:56.662Z] 15ce7fb4fbd6: Preparing [2023-02-16T15:28:56.662Z] 0c92b54fd993: Preparing [2023-02-16T15:28:56.662Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:56.662Z] 7a5bb30c1917: Preparing [2023-02-16T15:28:56.662Z] f70ee36035b9: Preparing [2023-02-16T15:28:56.662Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:56.662Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:28:56.662Z] 0c92b54fd993: Layer already exists [2023-02-16T15:28:56.662Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:56.662Z] 15ce7fb4fbd6: Layer already exists [2023-02-16T15:28:56.662Z] 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:57.262Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:57.590Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-16T15:28:57.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-16T15:28:57.590Z] 15ce7fb4fbd6: Preparing [2023-02-16T15:28:57.590Z] 0c92b54fd993: Preparing [2023-02-16T15:28:57.590Z] 5e9bb16f879b: Preparing [2023-02-16T15:28:57.590Z] 7a5bb30c1917: Preparing [2023-02-16T15:28:57.590Z] f70ee36035b9: Preparing [2023-02-16T15:28:57.590Z] f70ee36035b9: Layer already exists [2023-02-16T15:28:57.590Z] 15ce7fb4fbd6: Layer already exists [2023-02-16T15:28:57.590Z] 0c92b54fd993: Layer already exists [2023-02-16T15:28:57.590Z] 5e9bb16f879b: Layer already exists [2023-02-16T15:28:57.590Z] 7a5bb30c1917: Layer already exists [2023-02-16T15:28:57.590Z] main: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:28:57.899Z] ===================================================== [Pipeline] echo [2023-02-16T15:28:57.904Z] taggedImages: [2023-02-16T15:28:57.905Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [2023-02-16T15:28:57.905Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-16T15:28:57.905Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.55 [2023-02-16T15:28:57.905Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [2023-02-16T15:28:57.905Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:58.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T15:28:58.256Z] [2023-02-16T15:28:58.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:28:58.584Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T15:28:58.852Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-16T15:28:58.852Z] 8998bd30e6a1: Pulling fs layer [2023-02-16T15:28:58.852Z] 04944245beec: Pulling fs layer [2023-02-16T15:28:58.852Z] 699f458cf7ca: Pulling fs layer [2023-02-16T15:28:58.852Z] 765212b225bb: Pulling fs layer [2023-02-16T15:28:58.852Z] f23df028b6ca: Pulling fs layer [2023-02-16T15:28:58.852Z] d65c8cfc05b1: Pulling fs layer [2023-02-16T15:28:58.852Z] 2437ff75d9bd: Pulling fs layer [2023-02-16T15:28:58.852Z] f23df028b6ca: Waiting [2023-02-16T15:28:58.852Z] d65c8cfc05b1: Waiting [2023-02-16T15:28:58.852Z] 2437ff75d9bd: Waiting [2023-02-16T15:28:58.852Z] 765212b225bb: Waiting [2023-02-16T15:28:58.852Z] 04944245beec: Verifying Checksum [2023-02-16T15:28:58.852Z] 04944245beec: Download complete [2023-02-16T15:28:58.852Z] 765212b225bb: Download complete [2023-02-16T15:28:59.118Z] f23df028b6ca: Verifying Checksum [2023-02-16T15:28:59.119Z] f23df028b6ca: Download complete [2023-02-16T15:28:59.119Z] d65c8cfc05b1: Verifying Checksum [2023-02-16T15:28:59.119Z] d65c8cfc05b1: Download complete [2023-02-16T15:28:59.119Z] 699f458cf7ca: Verifying Checksum [2023-02-16T15:28:59.119Z] 699f458cf7ca: Download complete [2023-02-16T15:28:59.385Z] 8998bd30e6a1: Download complete [2023-02-16T15:29:01.969Z] 2437ff75d9bd: Verifying Checksum [2023-02-16T15:29:01.969Z] 2437ff75d9bd: Download complete [2023-02-16T15:29:03.904Z] 8998bd30e6a1: Pull complete [2023-02-16T15:29:04.173Z] 04944245beec: Pull complete [2023-02-16T15:29:05.574Z] 699f458cf7ca: Pull complete [2023-02-16T15:29:05.574Z] 765212b225bb: Pull complete [2023-02-16T15:29:06.154Z] f23df028b6ca: Pull complete [2023-02-16T15:29:06.419Z] d65c8cfc05b1: Pull complete [2023-02-16T15:29:18.701Z] 2437ff75d9bd: Pull complete [2023-02-16T15:29:18.701Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-16T15:29:18.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T15:29:18.701Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:29:18.872Z] prd-ubuntu20.04-docker-arm64-4c-16g-6305 does not seem to be running inside a container [2023-02-16T15:29:18.958Z] $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-16T15:29:21.715Z] $ docker top 648a3d5d2e1872955655c5ff43f6ac0671e695dee62bb0adaecaa1d1ef2c1497 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:29:22.212Z] ---> job-cost.sh [2023-02-16T15:29:22.476Z] lf-activate-venv: SKIPPING [2023-02-16T15:29:22.476Z] INFO: No Stack... [2023-02-16T15:29:23.053Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-16T15:29:24.005Z] INFO: Archiving Costs [Pipeline] sh [2023-02-16T15:29:24.321Z] + cat /w/workspace/edgex-go/416/archives/cost.csv [2023-02-16T15:29:24.321Z] + cut -d, -f6 [Pipeline] lock [2023-02-16T15:29:24.381Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-416-stack-cost] [2023-02-16T15:29:24.389Z] Resource [jenkins-edgexfoundry-edgex-go-main-416-stack-cost] did not exist. Created. [2023-02-16T15:29:24.389Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-416-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-16T15:29:24.708Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-16T15:29:25.334Z] Stashed 1 file(s) [Pipeline] } [2023-02-16T15:29:25.343Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-416-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-16T15:29:25.390Z] $ docker stop --time=1 648a3d5d2e1872955655c5ff43f6ac0671e695dee62bb0adaecaa1d1ef2c1497 [2023-02-16T15:29:26.855Z] $ docker rm -f --volumes 648a3d5d2e1872955655c5ff43f6ac0671e695dee62bb0adaecaa1d1ef2c1497 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-16T15:29:27.257Z] provisioning config files... [2023-02-16T15:29:27.264Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/416@tmp/config2778364342531183612tmp [Pipeline] { [Pipeline] sh [2023-02-16T15:29:27.555Z] + set +x [2023-02-16T15:29:27.555Z] + + curl -s https://codecov.io/bash [2023-02-16T15:29:27.555Z] bash -s -- [2023-02-16T15:29:27.555Z] [2023-02-16T15:29:27.555Z] _____ _ [2023-02-16T15:29:27.555Z] / ____| | | [2023-02-16T15:29:27.555Z] | | ___ __| | ___ ___ _____ __ [2023-02-16T15:29:27.555Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-16T15:29:27.555Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-16T15:29:27.555Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-16T15:29:27.555Z] Bash-1.0.6 [2023-02-16T15:29:27.555Z] [2023-02-16T15:29:27.555Z] [2023-02-16T15:29:27.555Z] ==> git version 2.25.1 found [2023-02-16T15:29:27.555Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-16T15:29:27.555Z] Release-Date: 2020-01-08 [2023-02-16T15:29:27.555Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-16T15:29:27.555Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-16T15:29:27.555Z] ==> Jenkins CI detected. [2023-02-16T15:29:27.555Z] current dir:  /w/workspace/edgex-go/416 [2023-02-16T15:29:27.555Z] project root: . [2023-02-16T15:29:27.555Z] --> token set from env [2023-02-16T15:29:27.555Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-16T15:29:27.555Z] ==> Running gcov in . (disable via -X gcov) [2023-02-16T15:29:27.555Z] ==> Python coveragepy not found [2023-02-16T15:29:27.555Z] ==> Searching for coverage reports in: [2023-02-16T15:29:27.555Z] + . [2023-02-16T15:29:27.813Z] -> Found 1 reports [2023-02-16T15:29:27.813Z] ==> Detecting git/mercurial file structure [2023-02-16T15:29:27.813Z] ==> Reading reports [2023-02-16T15:29:27.813Z] + ./coverage.out bytes=487530 [2023-02-16T15:29:27.813Z] ==> Appending adjustments [2023-02-16T15:29:27.813Z] https://docs.codecov.io/docs/fixing-reports [2023-02-16T15:29:28.751Z] + Found adjustments [2023-02-16T15:29:28.751Z] ==> Gzipping contents [2023-02-16T15:29:29.010Z] 64K /tmp/codecov.u1jOLN.gz [2023-02-16T15:29:29.010Z] ==> Uploading reports [2023-02-16T15:29:29.010Z] url: https://codecov.io [2023-02-16T15:29:29.010Z] query: branch=main&commit=82043fa65646ece12caed6fa2ee7d1c8f814bef9&build=416&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F416%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-16T15:29:29.010Z] -> Pinging Codecov [2023-02-16T15:29:29.010Z] 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=82043fa65646ece12caed6fa2ee7d1c8f814bef9&build=416&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F416%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-16T15:29:29.010Z] -> Uploading to [2023-02-16T15:29:29.010Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-16/00271124DB129430A58F1EEE437C3FCB/82043fa65646ece12caed6fa2ee7d1c8f814bef9/d47114f8-77a8-4118-8547-e2fb89930b31.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230216T152928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=362e2685ce148a2af089b8528fc53fe0e37f84c125b86da1925e8bfd1eae03e4 [2023-02-16T15:29:29.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:29:29.010Z] Dload Upload Total Spent Left Speed [2023-02-16T15:29:29.271Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62924 0 0 100 62924 0 211k --:--:-- --:--:-- --:--:-- 211k [2023-02-16T15:29:29.271Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [2023-02-16T15:29:29.282Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-16T15:29:29.503Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-16T15:29:29.513Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:29.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T15:29:29.818Z] [2023-02-16T15:29:29.818Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:30.122Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T15:29:30.122Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-16T15:29:30.122Z] df9b9388f04a: Pulling fs layer [2023-02-16T15:29:30.122Z] 52dc419b0ee2: Pulling fs layer [2023-02-16T15:29:30.122Z] 25bc292e5bac: Pulling fs layer [2023-02-16T15:29:30.122Z] 114826534d7a: Pulling fs layer [2023-02-16T15:29:30.122Z] 4657fd5d0bcf: Pulling fs layer [2023-02-16T15:29:30.122Z] 6ad1cebc031e: Pulling fs layer [2023-02-16T15:29:30.122Z] 8a3aa393b2d8: Pulling fs layer [2023-02-16T15:29:30.122Z] 4657fd5d0bcf: Waiting [2023-02-16T15:29:30.122Z] 6ad1cebc031e: Waiting [2023-02-16T15:29:30.122Z] 8a3aa393b2d8: Waiting [2023-02-16T15:29:30.122Z] 114826534d7a: Waiting [2023-02-16T15:29:30.122Z] 25bc292e5bac: Verifying Checksum [2023-02-16T15:29:30.122Z] 25bc292e5bac: Download complete [2023-02-16T15:29:30.122Z] 52dc419b0ee2: Verifying Checksum [2023-02-16T15:29:30.122Z] 52dc419b0ee2: Download complete [2023-02-16T15:29:30.122Z] 4657fd5d0bcf: Verifying Checksum [2023-02-16T15:29:30.122Z] 4657fd5d0bcf: Download complete [2023-02-16T15:29:30.388Z] df9b9388f04a: Download complete [2023-02-16T15:29:30.388Z] df9b9388f04a: Pull complete [2023-02-16T15:29:30.654Z] 52dc419b0ee2: Pull complete [2023-02-16T15:29:30.654Z] 25bc292e5bac: Pull complete [2023-02-16T15:29:30.654Z] 6ad1cebc031e: Verifying Checksum [2023-02-16T15:29:30.654Z] 6ad1cebc031e: Download complete [2023-02-16T15:29:31.628Z] 114826534d7a: Verifying Checksum [2023-02-16T15:29:31.628Z] 114826534d7a: Download complete [2023-02-16T15:29:31.885Z] 8a3aa393b2d8: Verifying Checksum [2023-02-16T15:29:31.885Z] 8a3aa393b2d8: Download complete [2023-02-16T15:29:35.162Z] 114826534d7a: Pull complete [2023-02-16T15:29:35.162Z] 4657fd5d0bcf: Pull complete [2023-02-16T15:29:35.725Z] 6ad1cebc031e: Pull complete [2023-02-16T15:29:38.252Z] 8a3aa393b2d8: Pull complete [2023-02-16T15:29:38.252Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-16T15:29:38.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T15:29:38.252Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:29:38.327Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:29:38.361Z] $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-16T15:29:45.679Z] $ docker top 11282314d10e892fd25f85afce80ee251be37d00023ee4aab0bdbacc05b232d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-16T15:29:45.742Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-16T15:29:46.019Z] + set -o pipefail [2023-02-16T15:29:46.020Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-16T15:29:51.286Z] [2023-02-16T15:29:51.286Z] Monitoring /w/workspace/edgex-go/416 (github.com/edgexfoundry/edgex-go)... [2023-02-16T15:29:51.286Z] [2023-02-16T15:29:51.286Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/b5026a86-2c02-4884-a4c7-9a13951c5d28 [2023-02-16T15:29:51.286Z] [2023-02-16T15:29:51.286Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-16T15:29:51.286Z] [2023-02-16T15:29:51.286Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-16T15:29:51.286Z] [2023-02-16T15:29:51.286Z] [2023-02-16T15:29:51.286Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-16T15:29:51.286Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-16T15:29:51.286Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-16T15:29:51.345Z] $ docker stop --time=1 11282314d10e892fd25f85afce80ee251be37d00023ee4aab0bdbacc05b232d6 [2023-02-16T15:29:55.850Z] $ docker rm -f --volumes 11282314d10e892fd25f85afce80ee251be37d00023ee4aab0bdbacc05b232d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-16T15:29:56.206Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:29:56.223Z] provisioning config files... [2023-02-16T15:29:56.229Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/416@tmp/config2150859397293632191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:29:56.521Z] --> edgex-publish-swagger.sh [2023-02-16T15:29:56.521Z] === Publish openapi/v3 API === [2023-02-16T15:29:56.521Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-16T15:29:56.521Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/416/openapi/v3/core-command.yaml] [2023-02-16T15:29:56.521Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:29:56.521Z] Dload Upload Total Spent Left Speed [2023-02-16T15:29:57.088Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 134k --:--:-- --:--:-- --:--:-- 133k 100 29030 0 0 100 29030 0 51019 --:--:-- --:--:-- --:--:-- 50929 [2023-02-16T15:29:57.088Z] [2023-02-16T15:29:57.088Z] [2023-02-16T15:29:57.088Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/416/openapi/v3/core-data.yaml] [2023-02-16T15:29:57.088Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:29:57.088Z] Dload Upload Total Spent Left Speed [2023-02-16T15:29:57.656Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69109 0 0 100 69109 0 109k --:--:-- --:--:-- --:--:-- 108k 100 69109 0 0 100 69109 0 109k --:--:-- --:--:-- --:--:-- 108k [2023-02-16T15:29:57.656Z] [2023-02-16T15:29:57.656Z] [2023-02-16T15:29:57.656Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/416/openapi/v3/core-metadata.yaml] [2023-02-16T15:29:57.656Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:29:57.656Z] Dload Upload Total Spent Left Speed [2023-02-16T15:29:58.225Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 0 0 100 139k 0 254k --:--:-- --:--:-- --:--:-- 254k [2023-02-16T15:29:58.225Z] [2023-02-16T15:29:58.225Z] [2023-02-16T15:29:58.225Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/416/openapi/v3/support-notifications.yaml] [2023-02-16T15:29:58.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:29:58.225Z] Dload Upload Total Spent Left Speed [2023-02-16T15:29:58.794Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 162k --:--:-- --:--:-- --:--:-- 162k 100 86965 0 0 100 86965 0 162k --:--:-- --:--:-- --:--:-- 162k [2023-02-16T15:29:58.794Z] [2023-02-16T15:29:58.794Z] [2023-02-16T15:29:58.794Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/416/openapi/v3/support-scheduler.yaml] [2023-02-16T15:29:58.794Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:29:58.794Z] Dload Upload Total Spent Left Speed [2023-02-16T15:29:59.362Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 73595 --:--:-- --:--:-- --:--:-- 73595 [2023-02-16T15:29:59.362Z] [2023-02-16T15:29:59.362Z] [Pipeline] } [2023-02-16T15:29:59.370Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-02-16T15:29:59.770Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T15:29:59.770Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:00.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:30:00.068Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:00.141Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:30:00.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T15:30:01.111Z] $ docker top 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb -eo pid,comm [2023-02-16T15:30:01.156Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-16T15:30:01.156Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T15:30:01.199Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:30:01.199Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:30:01.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:30:01.321Z] $ docker exec 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb ssh-agent [2023-02-16T15:30:01.425Z] SSH_AUTH_SOCK=/tmp/ssh-rbJfNTtliVdp/agent.15 [2023-02-16T15:30:01.426Z] SSH_AGENT_PID=21 [2023-02-16T15:30:01.429Z] Running ssh-add (command line suppressed) [2023-02-16T15:30:01.533Z] Identity added: /w/workspace/edgex-go/416@tmp/private_key_6862624445870723090.key (/w/workspace/edgex-go/416@tmp/private_key_6862624445870723090.key) [2023-02-16T15:30:01.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:30:01.827Z] + git semver tag [2023-02-16T15:30:02.089Z] 2023-02-16 15:30:02,036 [run_tag] DEBUG tag force:False [2023-02-16T15:30:02.089Z] 2023-02-16 15:30:02,036 [check_head_tag] DEBUG check head tag [2023-02-16T15:30:02.089Z] 2023-02-16 15:30:02,039 [execute] INFO git cat-file --batch-check [2023-02-16T15:30:02.089Z] 2023-02-16 15:30:02,039 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:02.089Z] 2023-02-16 15:30:02,043 [execute] INFO git cat-file --batch [2023-02-16T15:30:02.089Z] 2023-02-16 15:30:02,043 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:02.347Z] 2023-02-16 15:30:02,092 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main [2023-02-16T15:30:02.347Z] 2023-02-16 15:30:02,092 [execute] INFO git tag -a v3.0.0-dev.55 -m v3.0.0-dev.55 [2023-02-16T15:30:02.347Z] 2023-02-16 15:30:02,092 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.55', '-m', 'v3.0.0-dev.55'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:30:02.347Z] 2023-02-16 15:30:02,097 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main [2023-02-16T15:30:02.347Z] 3.0.0-dev.55 [Pipeline] } [2023-02-16T15:30:02.357Z] $ docker exec --env ******** --env ******** 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb ssh-agent -k [2023-02-16T15:30:02.463Z] unset SSH_AUTH_SOCK; [2023-02-16T15:30:02.463Z] unset SSH_AGENT_PID; [2023-02-16T15:30:02.464Z] echo Agent pid 21 killed; [2023-02-16T15:30:02.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:30:02.765Z] + git semver [Pipeline] } [2023-02-16T15:30:03.347Z] $ docker stop --time=1 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb [2023-02-16T15:30:04.745Z] $ docker rm -f --volumes 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:05.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T15:30:05.170Z] [2023-02-16T15:30:05.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:05.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T15:30:05.482Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-16T15:30:05.482Z] ab5ef0e58194: Pulling fs layer [2023-02-16T15:30:05.482Z] 9712f1f96733: Pulling fs layer [2023-02-16T15:30:05.482Z] 63f879dbbcfc: Pulling fs layer [2023-02-16T15:30:05.482Z] 0d9ebad4ef96: Pulling fs layer [2023-02-16T15:30:05.482Z] e9a5061849ea: Pulling fs layer [2023-02-16T15:30:05.482Z] d747dcd14b5f: Pulling fs layer [2023-02-16T15:30:05.482Z] 2de7ff778b66: Pulling fs layer [2023-02-16T15:30:05.482Z] d747dcd14b5f: Waiting [2023-02-16T15:30:05.482Z] 0d9ebad4ef96: Waiting [2023-02-16T15:30:05.482Z] e9a5061849ea: Waiting [2023-02-16T15:30:05.482Z] 2de7ff778b66: Waiting [2023-02-16T15:30:05.482Z] 9712f1f96733: Verifying Checksum [2023-02-16T15:30:05.482Z] 9712f1f96733: Download complete [2023-02-16T15:30:06.497Z] 63f879dbbcfc: Verifying Checksum [2023-02-16T15:30:06.497Z] 63f879dbbcfc: Download complete [2023-02-16T15:30:06.497Z] e9a5061849ea: Verifying Checksum [2023-02-16T15:30:06.497Z] e9a5061849ea: Download complete [2023-02-16T15:30:06.797Z] d747dcd14b5f: Download complete [2023-02-16T15:30:06.797Z] ab5ef0e58194: Download complete [2023-02-16T15:30:07.060Z] 0d9ebad4ef96: Verifying Checksum [2023-02-16T15:30:07.061Z] 0d9ebad4ef96: Download complete [2023-02-16T15:30:07.061Z] 2de7ff778b66: Verifying Checksum [2023-02-16T15:30:07.061Z] 2de7ff778b66: Download complete [2023-02-16T15:30:09.587Z] ab5ef0e58194: Pull complete [2023-02-16T15:30:09.587Z] 9712f1f96733: Pull complete [2023-02-16T15:30:10.522Z] 63f879dbbcfc: Pull complete [2023-02-16T15:30:14.709Z] 0d9ebad4ef96: Pull complete [2023-02-16T15:30:14.710Z] e9a5061849ea: Pull complete [2023-02-16T15:30:14.710Z] d747dcd14b5f: Pull complete [2023-02-16T15:30:15.276Z] 2de7ff778b66: Pull complete [2023-02-16T15:30:15.276Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-16T15:30:15.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T15:30:15.276Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:15.350Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:30:15.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-16T15:30:22.478Z] $ docker top fd2201c45750334d9c164d7ee774e4f08e066aac5071789544c85126e705fd14 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:30:22.548Z] provisioning config files... [2023-02-16T15:30:22.555Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/416@tmp/config11401841107746234981tmp [2023-02-16T15:30:22.563Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/416@tmp/config18304039045407490602tmp [2023-02-16T15:30:22.570Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/416@tmp/config16177147122356379209tmp [Pipeline] { [Pipeline] echo [2023-02-16T15:30:22.586Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:22.866Z] ---> sigul-configuration.sh [2023-02-16T15:30:22.866Z] gpg: directory `/root/.gnupg' created [2023-02-16T15:30:22.866Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-16T15:30:22.866Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-16T15:30:22.866Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-16T15:30:22.866Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-16T15:30:22.866Z] gpg: CAST5 encrypted data [2023-02-16T15:30:22.866Z] gpg: encrypted with 1 passphrase [2023-02-16T15:30:22.866Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-16T15:30:23.149Z] + mkdir /home/jenkins [2023-02-16T15:30:23.149Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-16T15:30:23.432Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-16T15:30:23.440Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:23.721Z] ---> sigul-install.sh [2023-02-16T15:30:23.721Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-16T15:30:24.006Z] + git tag --list [2023-02-16T15:30:24.006Z] 0.6.0 [2023-02-16T15:30:24.006Z] 0.6.1 [2023-02-16T15:30:24.006Z] 0.7.0 [2023-02-16T15:30:24.006Z] 0.7.1 [2023-02-16T15:30:24.006Z] v1.0.0 [2023-02-16T15:30:24.006Z] v1.0.1 [2023-02-16T15:30:24.006Z] v1.1.0 [2023-02-16T15:30:24.006Z] v1.2.0 [2023-02-16T15:30:24.006Z] v1.2.1 [2023-02-16T15:30:24.006Z] v1.3.0 [2023-02-16T15:30:24.006Z] v1.3.1 [2023-02-16T15:30:24.006Z] v2.0.0 [2023-02-16T15:30:24.006Z] v2.1.0 [2023-02-16T15:30:24.006Z] v2.1.1 [2023-02-16T15:30:24.006Z] v2.1.1-dev.1 [2023-02-16T15:30:24.006Z] v2.1.1-dev.2 [2023-02-16T15:30:24.006Z] v2.1.1-dev.3 [2023-02-16T15:30:24.006Z] v2.1.1-dev.4 [2023-02-16T15:30:24.006Z] v2.1.1-dev.5 [2023-02-16T15:30:24.006Z] v2.1.1-dev.6 [2023-02-16T15:30:24.006Z] v2.1.1-dev.7 [2023-02-16T15:30:24.006Z] v2.1.1-dev.8 [2023-02-16T15:30:24.006Z] v2.1.2-dev.1 [2023-02-16T15:30:24.006Z] v2.2.0 [2023-02-16T15:30:24.006Z] v2.2.1-dev.1 [2023-02-16T15:30:24.006Z] v2.2.1-dev.10 [2023-02-16T15:30:24.006Z] v2.2.1-dev.11 [2023-02-16T15:30:24.006Z] v2.2.1-dev.12 [2023-02-16T15:30:24.006Z] v2.2.1-dev.13 [2023-02-16T15:30:24.006Z] v2.2.1-dev.14 [2023-02-16T15:30:24.006Z] v2.2.1-dev.15 [2023-02-16T15:30:24.006Z] v2.2.1-dev.16 [2023-02-16T15:30:24.006Z] v2.2.1-dev.17 [2023-02-16T15:30:24.006Z] v2.2.1-dev.18 [2023-02-16T15:30:24.006Z] v2.2.1-dev.19 [2023-02-16T15:30:24.006Z] v2.2.1-dev.2 [2023-02-16T15:30:24.006Z] v2.2.1-dev.20 [2023-02-16T15:30:24.006Z] v2.2.1-dev.21 [2023-02-16T15:30:24.006Z] v2.2.1-dev.22 [2023-02-16T15:30:24.006Z] v2.2.1-dev.23 [2023-02-16T15:30:24.006Z] v2.2.1-dev.24 [2023-02-16T15:30:24.006Z] v2.2.1-dev.25 [2023-02-16T15:30:24.006Z] v2.2.1-dev.26 [2023-02-16T15:30:24.006Z] v2.2.1-dev.27 [2023-02-16T15:30:24.006Z] v2.2.1-dev.28 [2023-02-16T15:30:24.006Z] v2.2.1-dev.29 [2023-02-16T15:30:24.006Z] v2.2.1-dev.3 [2023-02-16T15:30:24.006Z] v2.2.1-dev.4 [2023-02-16T15:30:24.006Z] v2.2.1-dev.5 [2023-02-16T15:30:24.006Z] v2.2.1-dev.6 [2023-02-16T15:30:24.006Z] v2.2.1-dev.7 [2023-02-16T15:30:24.006Z] v2.2.1-dev.8 [2023-02-16T15:30:24.006Z] v2.2.1-dev.9 [2023-02-16T15:30:24.006Z] v2.3.0 [2023-02-16T15:30:24.006Z] v2.3.0-dev.100 [2023-02-16T15:30:24.006Z] v2.3.0-dev.101 [2023-02-16T15:30:24.006Z] v2.3.0-dev.102 [2023-02-16T15:30:24.006Z] v2.3.0-dev.103 [2023-02-16T15:30:24.006Z] v2.3.0-dev.104 [2023-02-16T15:30:24.006Z] v2.3.0-dev.105 [2023-02-16T15:30:24.006Z] v2.3.0-dev.106 [2023-02-16T15:30:24.006Z] v2.3.0-dev.29 [2023-02-16T15:30:24.006Z] v2.3.0-dev.30 [2023-02-16T15:30:24.006Z] v2.3.0-dev.31 [2023-02-16T15:30:24.006Z] v2.3.0-dev.32 [2023-02-16T15:30:24.006Z] v2.3.0-dev.33 [2023-02-16T15:30:24.006Z] v2.3.0-dev.34 [2023-02-16T15:30:24.006Z] v2.3.0-dev.35 [2023-02-16T15:30:24.006Z] v2.3.0-dev.36 [2023-02-16T15:30:24.006Z] v2.3.0-dev.37 [2023-02-16T15:30:24.006Z] v2.3.0-dev.38 [2023-02-16T15:30:24.006Z] v2.3.0-dev.39 [2023-02-16T15:30:24.006Z] v2.3.0-dev.40 [2023-02-16T15:30:24.006Z] v2.3.0-dev.41 [2023-02-16T15:30:24.006Z] v2.3.0-dev.42 [2023-02-16T15:30:24.006Z] v2.3.0-dev.43 [2023-02-16T15:30:24.006Z] v2.3.0-dev.44 [2023-02-16T15:30:24.006Z] v2.3.0-dev.45 [2023-02-16T15:30:24.006Z] v2.3.0-dev.46 [2023-02-16T15:30:24.006Z] v2.3.0-dev.47 [2023-02-16T15:30:24.006Z] v2.3.0-dev.48 [2023-02-16T15:30:24.006Z] v2.3.0-dev.49 [2023-02-16T15:30:24.006Z] v2.3.0-dev.50 [2023-02-16T15:30:24.006Z] v2.3.0-dev.51 [2023-02-16T15:30:24.006Z] v2.3.0-dev.52 [2023-02-16T15:30:24.006Z] v2.3.0-dev.53 [2023-02-16T15:30:24.006Z] v2.3.0-dev.54 [2023-02-16T15:30:24.006Z] v2.3.0-dev.55 [2023-02-16T15:30:24.006Z] v2.3.0-dev.56 [2023-02-16T15:30:24.006Z] v2.3.0-dev.57 [2023-02-16T15:30:24.006Z] v2.3.0-dev.58 [2023-02-16T15:30:24.006Z] v2.3.0-dev.59 [2023-02-16T15:30:24.006Z] v2.3.0-dev.60 [2023-02-16T15:30:24.006Z] v2.3.0-dev.61 [2023-02-16T15:30:24.006Z] v2.3.0-dev.62 [2023-02-16T15:30:24.006Z] v2.3.0-dev.63 [2023-02-16T15:30:24.006Z] v2.3.0-dev.64 [2023-02-16T15:30:24.006Z] v2.3.0-dev.65 [2023-02-16T15:30:24.006Z] v2.3.0-dev.66 [2023-02-16T15:30:24.006Z] v2.3.0-dev.67 [2023-02-16T15:30:24.006Z] v2.3.0-dev.68 [2023-02-16T15:30:24.006Z] v2.3.0-dev.69 [2023-02-16T15:30:24.006Z] v2.3.0-dev.70 [2023-02-16T15:30:24.006Z] v2.3.0-dev.71 [2023-02-16T15:30:24.006Z] v2.3.0-dev.72 [2023-02-16T15:30:24.006Z] v2.3.0-dev.73 [2023-02-16T15:30:24.006Z] v2.3.0-dev.74 [2023-02-16T15:30:24.006Z] v2.3.0-dev.75 [2023-02-16T15:30:24.006Z] v2.3.0-dev.76 [2023-02-16T15:30:24.006Z] v2.3.0-dev.77 [2023-02-16T15:30:24.006Z] v2.3.0-dev.78 [2023-02-16T15:30:24.006Z] v2.3.0-dev.79 [2023-02-16T15:30:24.006Z] v2.3.0-dev.80 [2023-02-16T15:30:24.006Z] v2.3.0-dev.81 [2023-02-16T15:30:24.006Z] v2.3.0-dev.82 [2023-02-16T15:30:24.006Z] v2.3.0-dev.83 [2023-02-16T15:30:24.006Z] v2.3.0-dev.84 [2023-02-16T15:30:24.006Z] v2.3.0-dev.85 [2023-02-16T15:30:24.006Z] v2.3.0-dev.86 [2023-02-16T15:30:24.006Z] v2.3.0-dev.87 [2023-02-16T15:30:24.006Z] v2.3.0-dev.88 [2023-02-16T15:30:24.006Z] v2.3.0-dev.89 [2023-02-16T15:30:24.006Z] v2.3.0-dev.90 [2023-02-16T15:30:24.006Z] v2.3.0-dev.91 [2023-02-16T15:30:24.006Z] v2.3.0-dev.92 [2023-02-16T15:30:24.006Z] v2.3.0-dev.93 [2023-02-16T15:30:24.006Z] v2.3.0-dev.94 [2023-02-16T15:30:24.006Z] v2.3.0-dev.95 [2023-02-16T15:30:24.006Z] v2.3.0-dev.96 [2023-02-16T15:30:24.006Z] v2.3.0-dev.97 [2023-02-16T15:30:24.006Z] v2.3.0-dev.98 [2023-02-16T15:30:24.006Z] v2.3.0-dev.99 [2023-02-16T15:30:24.006Z] v2.3.1-dev.1 [2023-02-16T15:30:24.006Z] v2.3.1-dev.2 [2023-02-16T15:30:24.006Z] v2.3.1-dev.3 [2023-02-16T15:30:24.006Z] v2.3.1-dev.4 [2023-02-16T15:30:24.006Z] v2.3.1-dev.5 [2023-02-16T15:30:24.006Z] v3.0.0-dev.1 [2023-02-16T15:30:24.006Z] v3.0.0-dev.10 [2023-02-16T15:30:24.006Z] v3.0.0-dev.11 [2023-02-16T15:30:24.006Z] v3.0.0-dev.12 [2023-02-16T15:30:24.006Z] v3.0.0-dev.13 [2023-02-16T15:30:24.006Z] v3.0.0-dev.14 [2023-02-16T15:30:24.006Z] v3.0.0-dev.15 [2023-02-16T15:30:24.006Z] v3.0.0-dev.16 [2023-02-16T15:30:24.006Z] v3.0.0-dev.17 [2023-02-16T15:30:24.006Z] v3.0.0-dev.18 [2023-02-16T15:30:24.006Z] v3.0.0-dev.19 [2023-02-16T15:30:24.006Z] v3.0.0-dev.2 [2023-02-16T15:30:24.006Z] v3.0.0-dev.20 [2023-02-16T15:30:24.006Z] v3.0.0-dev.21 [2023-02-16T15:30:24.006Z] v3.0.0-dev.22 [2023-02-16T15:30:24.006Z] v3.0.0-dev.23 [2023-02-16T15:30:24.006Z] v3.0.0-dev.24 [2023-02-16T15:30:24.006Z] v3.0.0-dev.25 [2023-02-16T15:30:24.006Z] v3.0.0-dev.26 [2023-02-16T15:30:24.006Z] v3.0.0-dev.27 [2023-02-16T15:30:24.006Z] v3.0.0-dev.28 [2023-02-16T15:30:24.006Z] v3.0.0-dev.29 [2023-02-16T15:30:24.006Z] v3.0.0-dev.3 [2023-02-16T15:30:24.006Z] v3.0.0-dev.30 [2023-02-16T15:30:24.006Z] v3.0.0-dev.31 [2023-02-16T15:30:24.006Z] v3.0.0-dev.32 [2023-02-16T15:30:24.006Z] v3.0.0-dev.33 [2023-02-16T15:30:24.006Z] v3.0.0-dev.34 [2023-02-16T15:30:24.006Z] v3.0.0-dev.35 [2023-02-16T15:30:24.006Z] v3.0.0-dev.36 [2023-02-16T15:30:24.006Z] v3.0.0-dev.37 [2023-02-16T15:30:24.006Z] v3.0.0-dev.38 [2023-02-16T15:30:24.006Z] v3.0.0-dev.39 [2023-02-16T15:30:24.006Z] v3.0.0-dev.4 [2023-02-16T15:30:24.006Z] v3.0.0-dev.40 [2023-02-16T15:30:24.006Z] v3.0.0-dev.41 [2023-02-16T15:30:24.006Z] v3.0.0-dev.42 [2023-02-16T15:30:24.006Z] v3.0.0-dev.43 [2023-02-16T15:30:24.006Z] v3.0.0-dev.44 [2023-02-16T15:30:24.006Z] v3.0.0-dev.45 [2023-02-16T15:30:24.006Z] v3.0.0-dev.46 [2023-02-16T15:30:24.006Z] v3.0.0-dev.47 [2023-02-16T15:30:24.006Z] v3.0.0-dev.48 [2023-02-16T15:30:24.006Z] v3.0.0-dev.49 [2023-02-16T15:30:24.006Z] v3.0.0-dev.5 [2023-02-16T15:30:24.006Z] v3.0.0-dev.50 [2023-02-16T15:30:24.006Z] v3.0.0-dev.51 [2023-02-16T15:30:24.006Z] v3.0.0-dev.52 [2023-02-16T15:30:24.006Z] v3.0.0-dev.53 [2023-02-16T15:30:24.006Z] v3.0.0-dev.54 [2023-02-16T15:30:24.006Z] v3.0.0-dev.55 [2023-02-16T15:30:24.006Z] v3.0.0-dev.6 [2023-02-16T15:30:24.006Z] v3.0.0-dev.7 [2023-02-16T15:30:24.006Z] v3.0.0-dev.8 [2023-02-16T15:30:24.006Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-16T15:30:24.289Z] + lftools sign git-tag v3.0.0-dev.55 [2023-02-16T15:30:24.854Z] Signing Git tag with Sigul... [2023-02-16T15:30:24.854Z] Signing v3.0.0-dev.55 [Pipeline] echo [2023-02-16T15:30:25.121Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:25.401Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-16T15:30:25.408Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-16T15:30:25.429Z] $ docker stop --time=1 fd2201c45750334d9c164d7ee774e4f08e066aac5071789544c85126e705fd14 [2023-02-16T15:30:26.728Z] $ docker rm -f --volumes fd2201c45750334d9c164d7ee774e4f08e066aac5071789544c85126e705fd14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-16T15:30:27.184Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T15:30:27.184Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:27.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:30:27.474Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:27.539Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:30:27.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T15:30:27.912Z] $ docker top 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T15:30:28.044Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:30:28.044Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:30:28.143Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:30:28.149Z] $ docker exec 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 ssh-agent [2023-02-16T15:30:28.263Z] SSH_AUTH_SOCK=/tmp/ssh-238GpLpCGYvZ/agent.31 [2023-02-16T15:30:28.263Z] SSH_AGENT_PID=37 [2023-02-16T15:30:28.280Z] Running ssh-add (command line suppressed) [2023-02-16T15:30:28.388Z] Identity added: /w/workspace/edgex-go/416@tmp/private_key_3468164341955679354.key (/w/workspace/edgex-go/416@tmp/private_key_3468164341955679354.key) [2023-02-16T15:30:28.404Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:30:28.695Z] + git semver bump pre [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,888 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,888 [bump_version] DEBUG bumping version:3.0.0-dev.55 on axis:pre with prefix:dev [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,888 [bump_version] DEBUG bumped version:3.0.0-dev.56 [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,888 [write_version] DEBUG write version:3.0.0-dev.56 to path:/w/workspace/edgex-go/416/.semver/main with force:True [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,888 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,888 [write_file] DEBUG write to file:/w/workspace/edgex-go/416/.semver/main [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,890 [execute] INFO git cat-file --batch-check [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,890 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,895 [execute] INFO git cat-file --batch [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,895 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:28.954Z] 2023-02-16 15:30:28,900 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main [2023-02-16T15:30:28.954Z] 3.0.0-dev.56 [Pipeline] } [2023-02-16T15:30:28.967Z] $ docker exec --env ******** --env ******** 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 ssh-agent -k [2023-02-16T15:30:29.074Z] unset SSH_AUTH_SOCK; [2023-02-16T15:30:29.074Z] unset SSH_AGENT_PID; [2023-02-16T15:30:29.074Z] echo Agent pid 37 killed; [2023-02-16T15:30:29.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:30:29.384Z] + git semver [Pipeline] } [2023-02-16T15:30:29.657Z] $ docker stop --time=1 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 [2023-02-16T15:30:30.945Z] $ docker rm -f --volumes 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T15:30:31.272Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T15:30:31.272Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:31.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:30:31.567Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:31.639Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:30:31.673Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T15:30:32.000Z] $ docker top 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae -eo pid,comm [2023-02-16T15:30:32.046Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-16T15:30:32.046Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T15:30:32.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:30:32.080Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:30:32.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:30:32.198Z] $ docker exec 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae ssh-agent [2023-02-16T15:30:32.318Z] SSH_AUTH_SOCK=/tmp/ssh-dYrXG2KHEUkJ/agent.32 [2023-02-16T15:30:32.318Z] SSH_AGENT_PID=38 [2023-02-16T15:30:32.323Z] Running ssh-add (command line suppressed) [2023-02-16T15:30:32.435Z] Identity added: /w/workspace/edgex-go/416@tmp/private_key_8935355257189877983.key (/w/workspace/edgex-go/416@tmp/private_key_8935355257189877983.key) [2023-02-16T15:30:32.451Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:30:32.738Z] + git semver push [2023-02-16T15:30:32.997Z] 2023-02-16 15:30:32,909 [run_push] DEBUG push [2023-02-16T15:30:32.997Z] 2023-02-16 15:30:32,909 [execute] INFO git cat-file --batch-check [2023-02-16T15:30:32.997Z] 2023-02-16 15:30:32,909 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:32.997Z] 2023-02-16 15:30:32,913 [execute] INFO git rev-list afc7f1d72f76236af6749fd1734c94e893317c6c -- [2023-02-16T15:30:32.997Z] 2023-02-16 15:30:32,914 [execute] DEBUG Popen(['git', 'rev-list', 'afc7f1d72f76236af6749fd1734c94e893317c6c', '--'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:30:32.997Z] 2023-02-16 15:30:32,929 [execute] INFO git fetch -v origin [2023-02-16T15:30:32.997Z] 2023-02-16 15:30:32,930 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-16T15:30:33.563Z] 2023-02-16 15:30:33,533 [run_push] DEBUG no remote changes detected [2023-02-16T15:30:33.563Z] 2023-02-16 15:30:33,534 [execute] INFO git push origin semver [2023-02-16T15:30:33.563Z] 2023-02-16 15:30:33,534 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:30:34.937Z] 2023-02-16 15:30:34,704 [run_push] DEBUG push all version tags [2023-02-16T15:30:34.937Z] 2023-02-16 15:30:34,705 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-16T15:30:34.937Z] 2023-02-16 15:30:34,705 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:30:35.876Z] 2023-02-16 15:30:35,681 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main [2023-02-16T15:30:35.877Z] 3.0.0-dev.56 [Pipeline] } [2023-02-16T15:30:35.890Z] $ docker exec --env ******** --env ******** 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae ssh-agent -k [2023-02-16T15:30:35.992Z] unset SSH_AUTH_SOCK; [2023-02-16T15:30:35.992Z] unset SSH_AGENT_PID; [2023-02-16T15:30:35.992Z] echo Agent pid 38 killed; [2023-02-16T15:30:36.003Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:30:36.308Z] + git semver [Pipeline] } [2023-02-16T15:30:36.586Z] $ docker stop --time=1 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae [2023-02-16T15:30:37.902Z] $ docker rm -f --volumes 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-16T15:30:38.401Z] + [ -d /w/workspace/edgex-go/416/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:38.686Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:39.541Z] ---> package-listing.sh [2023-02-16T15:30:39.541Z] ++ facter osfamily [2023-02-16T15:30:39.541Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-16T15:30:39.799Z] + OS_FAMILY=debian [2023-02-16T15:30:39.799Z] + workspace=/w/workspace/edgex-go/416 [2023-02-16T15:30:39.799Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-16T15:30:39.799Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-16T15:30:39.799Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-16T15:30:39.799Z] + PACKAGES=/tmp/packages_start.txt [2023-02-16T15:30:39.799Z] + '[' /w/workspace/edgex-go/416 ']' [2023-02-16T15:30:39.799Z] + PACKAGES=/tmp/packages_end.txt [2023-02-16T15:30:39.799Z] + case "${OS_FAMILY}" in [2023-02-16T15:30:39.799Z] + dpkg -l [2023-02-16T15:30:39.799Z] + grep '^ii' [2023-02-16T15:30:39.799Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-16T15:30:39.799Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-16T15:30:39.799Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-16T15:30:39.799Z] + '[' /w/workspace/edgex-go/416 ']' [2023-02-16T15:30:39.799Z] + mkdir -p /w/workspace/edgex-go/416/archives/ [2023-02-16T15:30:39.799Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/416/archives/ [Pipeline] echo [2023-02-16T15:30:39.809Z] 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/416/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-16T15:30:40.084Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:40.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T15:30:40.644Z] [2023-02-16T15:30:40.644Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:40.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T15:30:41.199Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-16T15:30:41.199Z] 5eb5b503b376: Pulling fs layer [2023-02-16T15:30:41.199Z] 5c69ac0246d0: Pulling fs layer [2023-02-16T15:30:41.199Z] ec43610c2a17: Pulling fs layer [2023-02-16T15:30:41.199Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-16T15:30:41.199Z] 33b1e0a273af: Pulling fs layer [2023-02-16T15:30:41.199Z] 5d3b04190fa2: Pulling fs layer [2023-02-16T15:30:41.199Z] 2f39f015ded8: Pulling fs layer [2023-02-16T15:30:41.199Z] 33b1e0a273af: Waiting [2023-02-16T15:30:41.199Z] 2f39f015ded8: Waiting [2023-02-16T15:30:41.199Z] 3a2ae6a8a46f: Waiting [2023-02-16T15:30:41.199Z] 5d3b04190fa2: Waiting [2023-02-16T15:30:41.199Z] 5c69ac0246d0: Verifying Checksum [2023-02-16T15:30:41.199Z] 5c69ac0246d0: Download complete [2023-02-16T15:30:41.461Z] ec43610c2a17: Verifying Checksum [2023-02-16T15:30:41.461Z] ec43610c2a17: Download complete [2023-02-16T15:30:41.461Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-16T15:30:41.461Z] 3a2ae6a8a46f: Download complete [2023-02-16T15:30:41.461Z] 5d3b04190fa2: Verifying Checksum [2023-02-16T15:30:41.461Z] 5d3b04190fa2: Download complete [2023-02-16T15:30:41.461Z] 33b1e0a273af: Verifying Checksum [2023-02-16T15:30:41.461Z] 33b1e0a273af: Download complete [2023-02-16T15:30:41.722Z] 5eb5b503b376: Verifying Checksum [2023-02-16T15:30:41.722Z] 5eb5b503b376: Download complete [2023-02-16T15:30:42.288Z] 2f39f015ded8: Download complete [2023-02-16T15:30:42.873Z] 5eb5b503b376: Pull complete [2023-02-16T15:30:43.807Z] 5c69ac0246d0: Pull complete [2023-02-16T15:30:44.373Z] ec43610c2a17: Pull complete [2023-02-16T15:30:44.938Z] 3a2ae6a8a46f: Pull complete [2023-02-16T15:30:45.872Z] 33b1e0a273af: Pull complete [2023-02-16T15:30:46.438Z] 5d3b04190fa2: Pull complete [2023-02-16T15:30:50.619Z] 2f39f015ded8: Pull complete [2023-02-16T15:30:50.619Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-16T15:30:50.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T15:30:50.619Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:50.695Z] prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container [2023-02-16T15:30:50.724Z] $ 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/416/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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-16T15:30:55.148Z] $ docker top de119355b566fd5becb9fa9d7e68be6ee3993bfaa74682ec437b77a158ad0cfa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:30:55.486Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-16T15:30:55.767Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-16T15:30:56.050Z] + ls /var/log/sa-host [2023-02-16T15:30:56.050Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:30:56.114Z] provisioning config files... [2023-02-16T15:30:56.120Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/416@tmp/config9896249060037667670tmp [Pipeline] { [Pipeline] echo [2023-02-16T15:30:56.130Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:56.414Z] ---> create-netrc.sh [Pipeline] } [2023-02-16T15:30:56.420Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:56.734Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-16T15:30:56.742Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:57.032Z] ---> sudo-logs.sh [2023-02-16T15:30:57.032Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-16T15:30:57.062Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:57.345Z] ---> job-cost.sh [2023-02-16T15:30:57.345Z] lf-activate-venv: SKIPPING [2023-02-16T15:30:57.345Z] DEBUG: total: 0.10999999940395355 [2023-02-16T15:30:57.345Z] INFO: Retrieving Stack Cost... [2023-02-16T15:30:57.916Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-16T15:30:58.177Z] INFO: Archiving Costs [Pipeline] echo [2023-02-16T15:30:58.190Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:58.475Z] ---> logs-deploy.sh [2023-02-16T15:30:58.475Z] lf-activate-venv: SKIPPING [2023-02-16T15:30:58.475Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/416 [2023-02-16T15:30:58.475Z] INFO: archiving workspace using pattern(s): [2023-02-16T15:30:59.408Z] Archives upload complete. [2023-02-16T15:30:59.408Z] INFO: archiving logs to Nexus