Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 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-ssh3584689706479184117.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-ssh2013357172924154351.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-ssh7497992477590642542.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-ssh3609888801482469323.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-ssh11376478613228000318.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8822 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/445 [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/445 # 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 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 (main) Commit message: "fix: Corrected NGINX forward rules for both rules engines (#4420)" > 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 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 # timeout=10 > git rev-list --no-walk 363f833ea6f60f941992b7112881234b721ef949 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-08T15:13:10.674Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-08T15:13:10.733Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-08T15:13:10.749Z] ========================================================= [2023-03-08T15:13:10.749Z] EdgeX Global Pipelines Version Info [2023-03-08T15:13:10.749Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:13:11.472Z] ------------------- [2023-03-08T15:13:11.472Z] stable info: [2023-03-08T15:13:11.472Z] ------------------- [2023-03-08T15:13:11.472Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-08T15:13:11.472Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T15:13:11.472Z] Message: update stable to v1.0.244 [2023-03-08T15:13:12.041Z] ------------------- [2023-03-08T15:13:12.041Z] experimental info: [2023-03-08T15:13:12.041Z] ------------------- [2023-03-08T15:13:12.041Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-08T15:13:12.041Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T15:13:12.041Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-08T15:13:12.216Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-08T15:13:12.228Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-08T15:13:12.238Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-08T15:13:12.248Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-08T15:13:12.258Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-08T15:13:12.269Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-08T15:13:12.279Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-08T15:13:12.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-08T15:13:12.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-08T15:13:12.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-08T15:13:12.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-08T15:13:12.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-08T15:13:12.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-08T15:13:12.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-08T15:13:12.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-08T15:13:12.382Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T15:13:12.392Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T15:13:12.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-08T15:13:12.413Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-08T15:13:12.425Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-08T15:13:12.435Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-08T15:13:12.445Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-08T15:13:12.456Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-08T15:13:12.467Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-08T15:13:12.477Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-08T15:13:12.488Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-08T15:13:12.498Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] echo [2023-03-08T15:13:12.508Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e64f21c [Pipeline] echo [2023-03-08T15:13:12.520Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T15:13:12.562Z] provisioning config files... [2023-03-08T15:13:12.576Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config4414196033598726844tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:13:12.871Z] ---> docker-login.sh [2023-03-08T15:13:12.871Z] nexus3.edgexfoundry.org:10001 [2023-03-08T15:13:13.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:13:13.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:13:13.141Z] Configure a credential helper to remove this warning. See [2023-03-08T15:13:13.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:13:13.141Z] [2023-03-08T15:13:13.141Z] Login Succeeded [2023-03-08T15:13:13.141Z] nexus3.edgexfoundry.org:10002 [2023-03-08T15:13:13.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:13:13.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:13:13.141Z] Configure a credential helper to remove this warning. See [2023-03-08T15:13:13.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:13:13.141Z] [2023-03-08T15:13:13.141Z] Login Succeeded [2023-03-08T15:13:13.141Z] nexus3.edgexfoundry.org:10003 [2023-03-08T15:13:13.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:13:13.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:13:13.399Z] Configure a credential helper to remove this warning. See [2023-03-08T15:13:13.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:13:13.399Z] [2023-03-08T15:13:13.399Z] Login Succeeded [2023-03-08T15:13:13.399Z] nexus3.edgexfoundry.org:10004 [2023-03-08T15:13:13.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:13:13.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:13:13.399Z] Configure a credential helper to remove this warning. See [2023-03-08T15:13:13.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:13:13.399Z] [2023-03-08T15:13:13.399Z] Login Succeeded [2023-03-08T15:13:13.399Z] docker.io [2023-03-08T15:13:13.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:13:13.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:13:13.659Z] Configure a credential helper to remove this warning. See [2023-03-08T15:13:13.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:13:13.659Z] [2023-03-08T15:13:13.659Z] Login Succeeded [2023-03-08T15:13:13.659Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T15:13:13.666Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T15:13:13.967Z] + 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-auth/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-03-08T15:13:13.967Z] + dirname cmd/core-command/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-08T15:13:13.967Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/core-data/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-08T15:13:13.967Z] + + dirnamecut cmd/core-metadata/Dockerfile -d/ [2023-03-08T15:13:13.967Z] -f2 [2023-03-08T15:13:13.967Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-08T15:13:13.967Z] + + cut -d/ -f2 [2023-03-08T15:13:13.967Z] dirname cmd/security-spire-server/Dockerfile [2023-03-08T15:13:13.967Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/support-notifications/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-08T15:13:13.967Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-08T15:13:13.967Z] + cut -d/ -f2 [2023-03-08T15:13:13.967Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-08T15:13:14.014Z] 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-auth, dockerfile:cmd/security-proxy-auth/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-03-08T15:13:14.346Z] + git rev-list -1 --merges e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57~1..e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] echo [2023-03-08T15:13:14.363Z] -----------> git rev-list -1 --merges e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57~1..e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [false] [Pipeline] sh [2023-03-08T15:13:14.655Z] + git log --format=format:%s -1 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] echo [2023-03-08T15:13:14.683Z] ========================================================= [2023-03-08T15:13:14.683Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-08T15:13:14.683Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-08T15:13:15.050Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T15:13:15.050Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-08T15:13:15.050Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-08T15:13:15.050Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-08T15:13:15.050Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-03-08T15:13:15.050Z] -a /etc/ssh/ssh_known_hosts [2023-03-08T15:13:15.050Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:13:15.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T15:13:15.390Z] [2023-03-08T15:13:15.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:13:15.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T15:13:15.691Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-08T15:13:15.691Z] b85a868b505f: Pulling fs layer [2023-03-08T15:13:15.691Z] e2be974225ed: Pulling fs layer [2023-03-08T15:13:15.691Z] 339a4e72a1f5: Pulling fs layer [2023-03-08T15:13:15.691Z] 988bab9f4d93: Pulling fs layer [2023-03-08T15:13:15.691Z] 1469e6f7b9e6: Pulling fs layer [2023-03-08T15:13:15.691Z] eaf3925da568: Pulling fs layer [2023-03-08T15:13:15.691Z] bab4dde63d76: Pulling fs layer [2023-03-08T15:13:15.691Z] bde34c3a00c8: Pulling fs layer [2023-03-08T15:13:15.691Z] b352a97aabf1: Pulling fs layer [2023-03-08T15:13:15.691Z] 4872d77fe225: Pulling fs layer [2023-03-08T15:13:15.691Z] 5851b861e8e6: Pulling fs layer [2023-03-08T15:13:15.691Z] bab4dde63d76: Waiting [2023-03-08T15:13:15.691Z] bde34c3a00c8: Waiting [2023-03-08T15:13:15.691Z] 5851b861e8e6: Waiting [2023-03-08T15:13:15.691Z] b352a97aabf1: Waiting [2023-03-08T15:13:15.691Z] 988bab9f4d93: Waiting [2023-03-08T15:13:15.691Z] 4872d77fe225: Waiting [2023-03-08T15:13:15.692Z] 1469e6f7b9e6: Waiting [2023-03-08T15:13:15.692Z] eaf3925da568: Waiting [2023-03-08T15:13:15.692Z] e2be974225ed: Verifying Checksum [2023-03-08T15:13:15.692Z] e2be974225ed: Download complete [2023-03-08T15:13:15.692Z] 988bab9f4d93: Verifying Checksum [2023-03-08T15:13:15.692Z] 988bab9f4d93: Download complete [2023-03-08T15:13:15.952Z] 339a4e72a1f5: Verifying Checksum [2023-03-08T15:13:15.952Z] 339a4e72a1f5: Download complete [2023-03-08T15:13:15.952Z] 1469e6f7b9e6: Verifying Checksum [2023-03-08T15:13:15.952Z] 1469e6f7b9e6: Download complete [2023-03-08T15:13:15.952Z] eaf3925da568: Download complete [2023-03-08T15:13:15.952Z] bde34c3a00c8: Download complete [2023-03-08T15:13:15.952Z] b352a97aabf1: Download complete [2023-03-08T15:13:15.952Z] 4872d77fe225: Verifying Checksum [2023-03-08T15:13:15.952Z] 4872d77fe225: Download complete [2023-03-08T15:13:15.952Z] 5851b861e8e6: Verifying Checksum [2023-03-08T15:13:15.952Z] 5851b861e8e6: Download complete [2023-03-08T15:13:15.952Z] b85a868b505f: Verifying Checksum [2023-03-08T15:13:15.952Z] b85a868b505f: Download complete [2023-03-08T15:13:16.519Z] bab4dde63d76: Verifying Checksum [2023-03-08T15:13:16.519Z] bab4dde63d76: Download complete [2023-03-08T15:13:17.453Z] b85a868b505f: Pull complete [2023-03-08T15:13:17.453Z] e2be974225ed: Pull complete [2023-03-08T15:13:18.019Z] 339a4e72a1f5: Pull complete [2023-03-08T15:13:18.019Z] 988bab9f4d93: Pull complete [2023-03-08T15:13:18.279Z] 1469e6f7b9e6: Pull complete [2023-03-08T15:13:18.279Z] eaf3925da568: Pull complete [2023-03-08T15:13:20.190Z] bab4dde63d76: Pull complete [2023-03-08T15:13:20.449Z] bde34c3a00c8: Pull complete [2023-03-08T15:13:20.449Z] b352a97aabf1: Pull complete [2023-03-08T15:13:20.449Z] 4872d77fe225: Pull complete [2023-03-08T15:13:20.709Z] 5851b861e8e6: Pull complete [2023-03-08T15:13:20.709Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-08T15:13:20.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T15:13:20.709Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:13:20.798Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:13:20.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:13:23.710Z] $ docker top dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 -eo pid,comm [2023-03-08T15:13:23.778Z] 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-03-08T15:13:23.778Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T15:13:23.815Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T15:13:23.815Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T15:13:23.920Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T15:13:23.913Z] $ docker exec dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 ssh-agent [2023-03-08T15:13:24.029Z] SSH_AUTH_SOCK=/tmp/ssh-LwRALx6HNpsp/agent.31 [2023-03-08T15:13:24.029Z] SSH_AGENT_PID=37 [2023-03-08T15:13:24.035Z] Running ssh-add (command line suppressed) [2023-03-08T15:13:24.130Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_2209654574434430297.key (/w/workspace/edgex-go/445@tmp/private_key_2209654574434430297.key) [2023-03-08T15:13:24.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T15:13:24.442Z] + git tag --points-at HEAD [Pipeline] } [2023-03-08T15:13:24.443Z] $ docker exec --env ******** --env ******** dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 ssh-agent -k [2023-03-08T15:13:24.538Z] unset SSH_AUTH_SOCK; [2023-03-08T15:13:24.539Z] unset SSH_AGENT_PID; [2023-03-08T15:13:24.539Z] echo Agent pid 37 killed; [2023-03-08T15:13:24.556Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-08T15:13:24.584Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T15:13:24.584Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T15:13:24.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T15:13:24.691Z] $ docker exec dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 ssh-agent [2023-03-08T15:13:24.818Z] SSH_AUTH_SOCK=/tmp/ssh-iq0QxYt0KuwU/agent.70 [2023-03-08T15:13:24.818Z] SSH_AGENT_PID=76 [2023-03-08T15:13:24.823Z] Running ssh-add (command line suppressed) [2023-03-08T15:13:24.918Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_6445800951765501480.key (/w/workspace/edgex-go/445@tmp/private_key_6445800951765501480.key) [2023-03-08T15:13:24.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T15:13:25.234Z] + git semver init [2023-03-08T15:13:25.492Z] 2023-03-08 15:13:25,406 [run_init] DEBUG init version:0.0.0 force:False [2023-03-08T15:13:25.492Z] 2023-03-08 15:13:25,407 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/445/.semver [2023-03-08T15:13:25.492Z] 2023-03-08 15:13:25,407 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/445/.semver [2023-03-08T15:13:25.492Z] 2023-03-08 15:13:25,407 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/445/.semver'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=None) [2023-03-08T15:13:30.766Z] 2023-03-08 15:13:30,598 [append_file] DEBUG append to file:/w/workspace/edgex-go/445/.git/info/exclude [2023-03-08T15:13:30.766Z] 2023-03-08 15:13:30,599 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/445/.semver/main with force:False [2023-03-08T15:13:30.766Z] 2023-03-08 15:13:30,599 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main [2023-03-08T15:13:30.766Z] 2023-03-08 15:13:30,599 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main [2023-03-08T15:13:30.766Z] 3.0.0-dev.83 [Pipeline] } [2023-03-08T15:13:30.771Z] $ docker exec --env ******** --env ******** dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 ssh-agent -k [2023-03-08T15:13:30.875Z] unset SSH_AUTH_SOCK; [2023-03-08T15:13:30.875Z] unset SSH_AGENT_PID; [2023-03-08T15:13:30.875Z] echo Agent pid 76 killed; [2023-03-08T15:13:30.893Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T15:13:31.199Z] + git semver [Pipeline] } [2023-03-08T15:13:31.469Z] $ docker stop --time=1 dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 [2023-03-08T15:13:32.770Z] $ docker rm -f --volumes dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T15:13:33.109Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-08T15:13:33.303Z] Stashed 1 file(s) [Pipeline] echo [2023-03-08T15:13:33.307Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.83 [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-03-08T15:13:33.699Z] + git config --global --add safe.directory /w/workspace/edgex-go/445 [Pipeline] echo [2023-03-08T15:13:33.709Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T15:13:33.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T15:13:33.728Z] ========================================================= [2023-03-08T15:13:33.728Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-08T15:13:33.728Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-08T15:13:34.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T15:13:34.008Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-08T15:13:34.008Z] 213ec9aee27d: Pulling fs layer [2023-03-08T15:13:34.008Z] 4583459ba037: Pulling fs layer [2023-03-08T15:13:34.008Z] 93c1e223e6f2: Pulling fs layer [2023-03-08T15:13:34.008Z] 53926ce57604: Pulling fs layer [2023-03-08T15:13:34.008Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-08T15:13:34.008Z] 22ff95d597cd: Pulling fs layer [2023-03-08T15:13:34.008Z] 12d6caf4c0d1: Pulling fs layer [2023-03-08T15:13:34.008Z] 96b7cbca73a9: Pulling fs layer [2023-03-08T15:13:34.008Z] a7acece74701: Pulling fs layer [2023-03-08T15:13:34.008Z] 21b2b0c7a3f4: Waiting [2023-03-08T15:13:34.008Z] 22ff95d597cd: Waiting [2023-03-08T15:13:34.008Z] a7acece74701: Waiting [2023-03-08T15:13:34.008Z] 12d6caf4c0d1: Waiting [2023-03-08T15:13:34.008Z] 96b7cbca73a9: Waiting [2023-03-08T15:13:34.008Z] 53926ce57604: Waiting [2023-03-08T15:13:34.008Z] 93c1e223e6f2: Verifying Checksum [2023-03-08T15:13:34.008Z] 93c1e223e6f2: Download complete [2023-03-08T15:13:34.008Z] 4583459ba037: Verifying Checksum [2023-03-08T15:13:34.008Z] 4583459ba037: Download complete [2023-03-08T15:13:34.008Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-08T15:13:34.008Z] 21b2b0c7a3f4: Download complete [2023-03-08T15:13:34.008Z] 22ff95d597cd: Download complete [2023-03-08T15:13:34.008Z] 213ec9aee27d: Verifying Checksum [2023-03-08T15:13:34.008Z] 213ec9aee27d: Download complete [2023-03-08T15:13:34.269Z] 12d6caf4c0d1: Verifying Checksum [2023-03-08T15:13:34.269Z] 12d6caf4c0d1: Download complete [2023-03-08T15:13:34.269Z] 213ec9aee27d: Pull complete [2023-03-08T15:13:34.528Z] 4583459ba037: Pull complete [2023-03-08T15:13:34.528Z] 93c1e223e6f2: Pull complete [2023-03-08T15:13:34.528Z] a7acece74701: Verifying Checksum [2023-03-08T15:13:34.528Z] a7acece74701: Download complete [2023-03-08T15:13:34.786Z] 96b7cbca73a9: Verifying Checksum [2023-03-08T15:13:34.786Z] 96b7cbca73a9: Download complete [2023-03-08T15:13:35.045Z] 53926ce57604: Download complete [2023-03-08T15:13:38.329Z] 53926ce57604: Pull complete [2023-03-08T15:13:38.587Z] 21b2b0c7a3f4: Pull complete [2023-03-08T15:13:38.587Z] 22ff95d597cd: Pull complete [2023-03-08T15:13:38.587Z] 12d6caf4c0d1: Pull complete [2023-03-08T15:13:41.117Z] 96b7cbca73a9: Pull complete [2023-03-08T15:13:41.684Z] a7acece74701: Pull complete [2023-03-08T15:13:41.684Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-08T15:13:41.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T15:13:41.684Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-08T15:13:41.978Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T15:13:41.978Z] WORKDIR /edgex [2023-03-08T15:13:41.978Z] COPY go.mod . [2023-03-08T15:13:41.978Z] RUN go mod download [2023-03-08T15:13:41.978Z] docker build -t ci-base-image-x86_64 -f - . [2023-03-08T15:13:42.547Z] Sending build context to Docker daemon 170.3MB [2023-03-08T15:13:42.547Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T15:13:42.547Z] ---> db6d94c90886 [2023-03-08T15:13:42.547Z] Step 2/4 : WORKDIR /edgex [2023-03-08T15:13:46.848Z] ---> Running in b5e6f7ac656c [2023-03-08T15:13:47.107Z] Removing intermediate container b5e6f7ac656c [2023-03-08T15:13:47.107Z] ---> 3b4eb14386b3 [2023-03-08T15:13:47.107Z] Step 3/4 : COPY go.mod . [2023-03-08T15:13:47.107Z] ---> e37f9d046178 [2023-03-08T15:13:47.107Z] Step 4/4 : RUN go mod download [2023-03-08T15:13:47.107Z] ---> Running in d0f1333fa64b [2023-03-08T15:13:48.393Z] Still waiting to schedule task [2023-03-08T15:13:48.393Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-08T15:14:01.984Z] Removing intermediate container d0f1333fa64b [2023-03-08T15:14:01.984Z] ---> 079bd95c9975 [2023-03-08T15:14:01.984Z] Successfully built 079bd95c9975 [2023-03-08T15:14:01.984Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:14:02.286Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T15:14:02.286Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:14:02.355Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:14:02.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:14:02.767Z] $ docker top 8de90c5a9ac6501be0934f686a3bdb14a053e7b7a910d50496cd1ffcc510d138 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T15:14:03.101Z] + go version [2023-03-08T15:14:03.101Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-08T15:14:03.120Z] $ docker stop --time=1 8de90c5a9ac6501be0934f686a3bdb14a053e7b7a910d50496cd1ffcc510d138 [2023-03-08T15:14:04.388Z] $ docker rm -f --volumes 8de90c5a9ac6501be0934f686a3bdb14a053e7b7a910d50496cd1ffcc510d138 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:14:04.783Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T15:14:04.783Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:14:04.860Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:14:04.903Z] $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:14:05.236Z] $ docker top 10bca34f5c3daf4cd495d877d723d8d728aad591d1b07525064f882b49e5b7e1 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T15:14:05.293Z] ========================================================= [2023-03-08T15:14:05.293Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-08T15:14:05.293Z] ========================================================= [Pipeline] sh [2023-03-08T15:14:05.569Z] + git config --global --add safe.directory /w/workspace/edgex-go/445 [Pipeline] fileExists [Pipeline] sh [2023-03-08T15:14:05.862Z] + make test [2023-03-08T15:14:05.862Z] go test -race -coverprofile=coverage.out ./... [2023-03-08T15:14:12.426Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-08T15:14:27.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-08T15:14:27.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.074s coverage: 28.7% of statements [2023-03-08T15:14:27.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-08T15:14:27.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-08T15:14:27.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.116s coverage: 98.5% of statements [2023-03-08T15:14:30.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.144s coverage: 71.2% of statements [2023-03-08T15:14:30.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-08T15:14:30.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-08T15:14:30.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-08T15:14:30.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.137s coverage: 54.0% of statements [2023-03-08T15:14:30.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-08T15:14:30.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-08T15:14:30.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.501s coverage: 88.5% of statements [2023-03-08T15:14:30.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-08T15:14:30.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.148s coverage: 3.9% of statements [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.514s coverage: 95.6% of statements [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.094s coverage: 72.2% of statements [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 65.9% of statements [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.093s coverage: 0.9% of statements [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 29.6% of statements [2023-03-08T15:14:30.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 45.5% of statements [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 82.9% of statements [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements [2023-03-08T15:14:30.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2023-03-08T15:14:40.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.407s coverage: 79.9% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 64.4% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.060s coverage: 86.9% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 81.2% of statements [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 82.1% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.070s coverage: 84.8% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.1% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 89.4% of statements [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 38.4% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.069s coverage: 84.8% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.158s coverage: 92.3% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-08T15:14:53.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-08T15:14:53.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-08T15:14:53.143Z] 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-03-08T15:15:15.061Z] 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-03-08T15:15:15.061Z] go vet ./... [2023-03-08T15:15:16.963Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T15:15:17.222Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T15:15:17.222Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T15:15:17.493Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-08T15:15:17.778Z] + ls -al . [2023-03-08T15:15:17.778Z] total 704 [2023-03-08T15:15:17.778Z] drwxrwxr-x 11 1001 1001 4096 Mar 8 15:14 . [2023-03-08T15:15:17.778Z] drwxr-xr-x 4 root root 4096 Mar 8 15:14 .. [2023-03-08T15:15:17.778Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 15:13 .blubracket [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 16 Mar 8 15:13 .dockerignore [2023-03-08T15:15:17.778Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 15:14 .git [2023-03-08T15:15:17.778Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 15:13 .github [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 1112 Mar 8 15:13 .gitignore [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 42 Mar 8 15:13 .golangci.yml [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 87 Mar 8 15:13 .hadolint.yml [2023-03-08T15:15:17.778Z] drwxr-xr-x 3 1001 1001 4096 Mar 8 15:13 .semver [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 15:13 .sonarcloud.properties [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 1171 Mar 8 15:13 ADOPTERS.md [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 10825 Mar 8 15:13 Attribution.txt [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 73765 Mar 8 15:13 CHANGELOG.md [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 15:13 CONTRIBUTING.md [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 677 Mar 8 15:13 GOVERNANCE.md [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 883 Mar 8 15:13 Jenkinsfile [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 15:13 LICENSE [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 14071 Mar 8 15:13 Makefile [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 582 Mar 8 15:13 OWNERS.md [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 9403 Mar 8 15:13 README.md [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 6912 Mar 8 15:13 SECURITY.md [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 12 Mar 8 15:13 VERSION [2023-03-08T15:15:17.778Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 15:13 bin [2023-03-08T15:15:17.778Z] drwxrwxr-x 18 1001 1001 4096 Mar 8 15:13 cmd [2023-03-08T15:15:17.778Z] -rw-r--r-- 1 root root 446903 Mar 8 15:14 coverage.out [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 3232 Mar 8 15:13 go.mod [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 31098 Mar 8 15:13 go.sum [2023-03-08T15:15:17.778Z] drwxrwxr-x 7 1001 1001 4096 Mar 8 15:13 internal [2023-03-08T15:15:17.778Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 15:13 openapi [2023-03-08T15:15:17.778Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 15:13 snap [2023-03-08T15:15:17.778Z] -rw-rw-r-- 1 1001 1001 204 Mar 8 15:13 version.go [Pipeline] sh [2023-03-08T15:15:18.066Z] + '[' -e coverage.out ] [2023-03-08T15:15:18.066Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-08T15:15:18.161Z] Stashed 1 file(s) [Pipeline] sh [2023-03-08T15:15:18.516Z] + make build [2023-03-08T15:15:18.516Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T15:15:33.454Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T15:15:33.454Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T15:15:33.713Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T15:15:34.649Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T15:15:42.761Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T15:15:43.694Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T15:15:45.069Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T15:15:46.446Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T15:15:47.381Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T15:15:48.317Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T15:15:49.693Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-08T15:15:51.092Z] $ docker stop --time=1 10bca34f5c3daf4cd495d877d723d8d728aad591d1b07525064f882b49e5b7e1 [2023-03-08T15:15:55.823Z] $ docker rm -f --volumes 10bca34f5c3daf4cd495d877d723d8d728aad591d1b07525064f882b49e5b7e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:15:56.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T15:15:56.599Z] [2023-03-08T15:15:56.599Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:15:56.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T15:15:56.901Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-08T15:15:56.901Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-08T15:15:56.901Z] ca9280d653b3: Pulling fs layer [2023-03-08T15:15:56.901Z] 7e9c9ca2126c: Pulling fs layer [2023-03-08T15:15:57.161Z] cbdbe7a5bc2a: Download complete [2023-03-08T15:15:57.161Z] ca9280d653b3: Verifying Checksum [2023-03-08T15:15:57.161Z] ca9280d653b3: Download complete [2023-03-08T15:15:57.161Z] cbdbe7a5bc2a: Pull complete [2023-03-08T15:15:57.727Z] 7e9c9ca2126c: Download complete [2023-03-08T15:15:57.727Z] ca9280d653b3: Pull complete [2023-03-08T15:16:01.020Z] 7e9c9ca2126c: Pull complete [2023-03-08T15:16:01.020Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-08T15:16:01.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T15:16:01.020Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:16:01.099Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:16:01.139Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:16:04.119Z] $ docker top d5d2734815b748e089b2d8f5fee8dbd2702d07e74c3fffa7545306bd9083518d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T15:16:04.449Z] + docker-compose build --help [2023-03-08T15:16:04.449Z] + grep parallel [2023-03-08T15:16:05.017Z] --parallel Build images in parallel. [Pipeline] } [2023-03-08T15:16:05.040Z] $ docker stop --time=1 d5d2734815b748e089b2d8f5fee8dbd2702d07e74c3fffa7545306bd9083518d [2023-03-08T15:16:06.338Z] $ docker rm -f --volumes d5d2734815b748e089b2d8f5fee8dbd2702d07e74c3fffa7545306bd9083518d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:16:06.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T15:16:06.731Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:16:06.797Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:16:06.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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:16:07.188Z] $ docker top 5b61fc280445ad3e82900eff73e1f156b84c56cf118cae75ec30fa9047faf397 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T15:16:07.517Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-08T15:16:08.083Z] Building core-command ... [2023-03-08T15:16:08.083Z] Building core-common-config-bootstrapper ... [2023-03-08T15:16:08.083Z] Building core-data ... [2023-03-08T15:16:08.083Z] Building core-metadata ... [2023-03-08T15:16:08.083Z] Building security-bootstrapper ... [2023-03-08T15:16:08.083Z] Building security-proxy-auth ... [2023-03-08T15:16:08.083Z] Building security-proxy-setup ... [2023-03-08T15:16:08.083Z] Building security-secretstore-setup ... [2023-03-08T15:16:08.083Z] Building security-spiffe-token-provider ... [2023-03-08T15:16:08.083Z] Building security-spire-agent ... [2023-03-08T15:16:08.083Z] Building security-spire-config ... [2023-03-08T15:16:08.083Z] Building security-spire-server ... [2023-03-08T15:16:08.083Z] Building support-notifications ... [2023-03-08T15:16:08.083Z] Building support-scheduler ... [2023-03-08T15:16:08.083Z] Building security-proxy-setup [2023-03-08T15:16:08.083Z] Building security-bootstrapper [2023-03-08T15:16:08.083Z] Building security-spiffe-token-provider [2023-03-08T15:16:08.083Z] Building support-scheduler [2023-03-08T15:16:08.083Z] Building support-notifications [2023-03-08T15:16:22.953Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:16:22.953Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:16:22.953Z] ---> 079bd95c9975 [2023-03-08T15:16:22.953Z] Step 3/32 : WORKDIR /edgex-go [2023-03-08T15:16:22.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:16:22.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:16:22.953Z] ---> 079bd95c9975 [2023-03-08T15:16:22.953Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:16:22.953Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:16:22.953Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:16:22.953Z] ---> 079bd95c9975 [2023-03-08T15:16:22.953Z] Step 3/20 : WORKDIR /edgex-go [2023-03-08T15:16:22.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:16:22.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:16:22.953Z] ---> 079bd95c9975 [2023-03-08T15:16:22.953Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:16:23.211Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:16:23.211Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:16:23.211Z] ---> 079bd95c9975 [2023-03-08T15:16:23.211Z] Step 3/19 : WORKDIR /edgex-go [2023-03-08T15:16:35.422Z] ---> Running in ff648ef53765 [2023-03-08T15:16:35.422Z] ---> Running in 2ad4ad27ad90 [2023-03-08T15:16:35.422Z] ---> Running in 54792b287b92 [2023-03-08T15:16:35.422Z] ---> Running in a030f7a68741 [2023-03-08T15:16:35.422Z] ---> Running in c0ecbfff6c0d [2023-03-08T15:16:35.422Z] Removing intermediate container ff648ef53765 [2023-03-08T15:16:35.422Z] ---> 9fa493ab9182 [2023-03-08T15:16:35.422Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-08T15:16:35.422Z] Removing intermediate container a030f7a68741 [2023-03-08T15:16:35.422Z] ---> bc4d778e9eac [2023-03-08T15:16:35.422Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:16:35.422Z] Removing intermediate container 2ad4ad27ad90 [2023-03-08T15:16:35.422Z] ---> da7c9caecb7f [2023-03-08T15:16:35.422Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:16:35.422Z] Removing intermediate container c0ecbfff6c0d [2023-03-08T15:16:35.422Z] ---> f43af61ed84a [2023-03-08T15:16:35.422Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-08T15:16:35.422Z] Removing intermediate container 54792b287b92 [2023-03-08T15:16:35.422Z] ---> 81c23f8ee3ae [2023-03-08T15:16:35.422Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-08T15:16:35.422Z] ---> Running in 02aed6782418 [2023-03-08T15:16:35.422Z] ---> Running in 1c58312c63a6 [2023-03-08T15:16:35.422Z] ---> Running in 640c25e2f93f [2023-03-08T15:16:35.422Z] ---> Running in 7d4d4e9fda5f [2023-03-08T15:16:35.422Z] ---> Running in 83e9427f9d1e [2023-03-08T15:16:35.422Z] Removing intermediate container 1c58312c63a6 [2023-03-08T15:16:35.422Z] ---> a5ec439aaca5 [2023-03-08T15:16:35.422Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T15:16:35.422Z] ---> Running in 3088db73aab1 [2023-03-08T15:16:35.422Z] Removing intermediate container 640c25e2f93f [2023-03-08T15:16:35.422Z] ---> 781878f8c4a7 [2023-03-08T15:16:35.422Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-08T15:16:35.422Z] ---> Running in 97daba7fb655 [2023-03-08T15:16:35.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] OK: 211 MiB in 51 packages [2023-03-08T15:16:35.423Z] OK: 211 MiB in 51 packages [2023-03-08T15:16:35.423Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-08T15:16:35.423Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-08T15:16:35.423Z] OK: 17046 distinct packages available [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.423Z] OK: 211 MiB in 51 packages [2023-03-08T15:16:35.423Z] OK: 211 MiB in 51 packages [2023-03-08T15:16:35.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:16:35.681Z] OK: 211 MiB in 51 packages [2023-03-08T15:16:35.681Z] Removing intermediate container 7d4d4e9fda5f [2023-03-08T15:16:35.681Z] ---> 92354258607c [2023-03-08T15:16:35.681Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-08T15:16:35.940Z] Removing intermediate container 02aed6782418 [2023-03-08T15:16:35.940Z] ---> e83d9efcec32 [2023-03-08T15:16:35.940Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-08T15:16:35.940Z] ---> 2002818c665e [2023-03-08T15:16:35.940Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:16:35.940Z] ---> Running in 459eaf3620b4 [2023-03-08T15:16:36.198Z] ---> 841ca16e1ee0 [2023-03-08T15:16:36.198Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:16:36.198Z] Removing intermediate container 3088db73aab1 [2023-03-08T15:16:36.198Z] ---> 8eacf9580143 [2023-03-08T15:16:36.198Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:16:36.198Z] ---> Running in a40edb81c308 [2023-03-08T15:16:36.198Z] Removing intermediate container 97daba7fb655 [2023-03-08T15:16:36.198Z] ---> b89db7da2ef4 [2023-03-08T15:16:36.199Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:16:36.199Z] Removing intermediate container 83e9427f9d1e [2023-03-08T15:16:36.199Z] ---> 481830f9ab3f [2023-03-08T15:16:36.199Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-08T15:16:36.199Z] ---> becf037a48b2 [2023-03-08T15:16:36.199Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:16:36.199Z] ---> 8a1b1e95fe5b [2023-03-08T15:16:36.199Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:16:36.199Z] ---> Running in f0e11aacc78f [2023-03-08T15:16:36.457Z] ---> Running in 552bd0dc8b06 [2023-03-08T15:16:36.457Z] ---> 700dd621cd3f [2023-03-08T15:16:36.457Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:16:36.457Z] ---> Running in 49ae84659c6a [2023-03-08T15:17:32.964Z] Removing intermediate container a40edb81c308 [2023-03-08T15:17:32.964Z] ---> 498fbbcd2cef [2023-03-08T15:17:32.964Z] Step 7/32 : COPY . . [2023-03-08T15:17:32.964Z] Removing intermediate container f0e11aacc78f [2023-03-08T15:17:32.964Z] ---> c5521bfe636a [2023-03-08T15:17:32.964Z] Step 8/22 : COPY . . [2023-03-08T15:17:32.964Z] Removing intermediate container 459eaf3620b4 [2023-03-08T15:17:32.964Z] ---> 10bff8d05beb [2023-03-08T15:17:32.964Z] Step 7/20 : COPY . . [2023-03-08T15:17:32.964Z] Removing intermediate container 49ae84659c6a [2023-03-08T15:17:32.964Z] ---> 083309f1e6fd [2023-03-08T15:17:32.964Z] Step 7/19 : COPY . . [2023-03-08T15:17:32.964Z] Removing intermediate container 552bd0dc8b06 [2023-03-08T15:17:32.964Z] ---> 0f43561d2fc6 [2023-03-08T15:17:32.964Z] Step 8/22 : COPY . . [2023-03-08T15:17:42.716Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8824 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-08T15:17:42.729Z] Running in /w/workspace/edgex-go/445 [Pipeline] { [Pipeline] checkout [2023-03-08T15:17:42.766Z] The recommended git tool is: git [2023-03-08T15:17:47.609Z] using credential edgex-jenkins-ssh [2023-03-08T15:17:47.629Z] Cloning the remote Git repository [2023-03-08T15:17:47.675Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-08T15:17:47.985Z] ---> 0a78dde25f34 [2023-03-08T15:17:47.985Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-08T15:17:47.985Z] ---> 88f18094ae86 [2023-03-08T15:17:47.985Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-08T15:17:47.985Z] ---> c0a7254d6081 [2023-03-08T15:17:47.985Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-08T15:17:47.985Z] ---> Running in 6ea79a457deb [2023-03-08T15:17:47.985Z] ---> f22c1f4a1905 [2023-03-08T15:17:47.985Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-08T15:17:47.985Z] ---> 4acfd2226a19 [2023-03-08T15:17:47.985Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-08T15:17:47.985Z] ---> Running in 9acf7739e866 [2023-03-08T15:17:47.985Z] ---> Running in 8b362e1a4841 [2023-03-08T15:17:47.985Z] ---> Running in 066cdfa3518b [2023-03-08T15:17:47.985Z] ---> Running in a861f35b9b17 [2023-03-08T15:17:47.985Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T15:17:48.243Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-08T15:17:48.504Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T15:17:48.504Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T15:17:48.504Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T15:17:47.752Z] > git init /w/workspace/edgex-go/445 # timeout=10 [2023-03-08T15:17:47.903Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-08T15:17:47.904Z] > git --version # timeout=10 [2023-03-08T15:17:47.925Z] > git --version # 'git version 2.25.1' [2023-03-08T15:17:47.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T15:17:47.987Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T15:18:04.454Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-08T15:18:04.487Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T15:18:05.370Z] Avoid second fetch [2023-03-08T15:18:05.370Z] Checking out Revision e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 (main) [2023-03-08T15:18:06.031Z] Commit message: "fix: Corrected NGINX forward rules for both rules engines (#4420)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T15:18:06.935Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-08T15:18:06.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T15:18:06.935Z] Dload Upload Total Spent Left Speed [2023-03-08T15:18:06.935Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [2023-03-08T15:18:05.390Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T15:18:05.407Z] > git checkout -f e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 # timeout=10 [Pipeline] sh [2023-03-08T15:18:07.546Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-08T15:18:07.876Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-08T15:18:07.876Z] + sudo tee /etc/docker/daemon.new [2023-03-08T15:18:07.876Z] { [2023-03-08T15:18:07.876Z] "registry-mirrors": [ [2023-03-08T15:18:07.876Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-08T15:18:07.876Z] ], [2023-03-08T15:18:07.876Z] "bip": "10.250.0.254/24", [2023-03-08T15:18:07.876Z] "hosts": [ [2023-03-08T15:18:07.876Z] "tcp://0.0.0.0:5555", [2023-03-08T15:18:07.876Z] "unix:///var/run/docker.sock" [2023-03-08T15:18:07.876Z] ], [2023-03-08T15:18:07.876Z] "mtu": 1458, [2023-03-08T15:18:07.876Z] "selinux-enabled": true, [2023-03-08T15:18:07.876Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-08T15:18:07.876Z] } [Pipeline] sh [2023-03-08T15:18:08.210Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-08T15:18:08.552Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T15:18:26.822Z] provisioning config files... [2023-03-08T15:18:26.844Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config8190223221262340621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:18:27.188Z] ---> docker-login.sh [2023-03-08T15:18:27.188Z] nexus3.edgexfoundry.org:10001 [2023-03-08T15:18:27.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:18:27.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:18:27.734Z] Configure a credential helper to remove this warning. See [2023-03-08T15:18:27.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:18:27.734Z] [2023-03-08T15:18:27.734Z] Login Succeeded [2023-03-08T15:18:27.734Z] nexus3.edgexfoundry.org:10002 [2023-03-08T15:18:28.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:18:28.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:18:28.272Z] Configure a credential helper to remove this warning. See [2023-03-08T15:18:28.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:18:28.272Z] [2023-03-08T15:18:28.272Z] Login Succeeded [2023-03-08T15:18:28.272Z] nexus3.edgexfoundry.org:10003 [2023-03-08T15:18:28.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:18:28.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:18:28.541Z] Configure a credential helper to remove this warning. See [2023-03-08T15:18:28.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:18:28.541Z] [2023-03-08T15:18:28.541Z] Login Succeeded [2023-03-08T15:18:28.541Z] nexus3.edgexfoundry.org:10004 [2023-03-08T15:18:28.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:18:28.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:18:28.812Z] Configure a credential helper to remove this warning. See [2023-03-08T15:18:28.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:18:28.812Z] [2023-03-08T15:18:28.812Z] Login Succeeded [2023-03-08T15:18:28.812Z] docker.io [2023-03-08T15:18:29.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:18:29.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:18:29.353Z] Configure a credential helper to remove this warning. See [2023-03-08T15:18:29.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:18:29.353Z] [2023-03-08T15:18:29.353Z] Login Succeeded [2023-03-08T15:18:29.353Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T15:18:29.368Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-08T15:18:29.929Z] + git config --global --add safe.directory /w/workspace/edgex-go/445 [Pipeline] echo [2023-03-08T15:18:29.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T15:18:29.960Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T15:18:29.968Z] ========================================================= [2023-03-08T15:18:29.968Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-08T15:18:29.968Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-08T15:18:30.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T15:18:30.286Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-08T15:18:30.286Z] 9b18e9b68314: Pulling fs layer [2023-03-08T15:18:30.286Z] 35d82f9e3411: Pulling fs layer [2023-03-08T15:18:30.558Z] e16973657156: Pulling fs layer [2023-03-08T15:18:30.558Z] fc693d55d65f: Pulling fs layer [2023-03-08T15:18:30.558Z] 7e9fc2657dce: Pulling fs layer [2023-03-08T15:18:30.558Z] dda99020689f: Pulling fs layer [2023-03-08T15:18:30.558Z] db1c61fa0a46: Pulling fs layer [2023-03-08T15:18:30.558Z] 891c053d2c06: Pulling fs layer [2023-03-08T15:18:30.558Z] 7e9fc2657dce: Waiting [2023-03-08T15:18:30.558Z] dda99020689f: Waiting [2023-03-08T15:18:30.558Z] db1c61fa0a46: Waiting [2023-03-08T15:18:30.558Z] 891c053d2c06: Waiting [2023-03-08T15:18:30.558Z] fc693d55d65f: Waiting [2023-03-08T15:18:30.558Z] e16973657156: Verifying Checksum [2023-03-08T15:18:30.558Z] e16973657156: Download complete [2023-03-08T15:18:30.558Z] 35d82f9e3411: Verifying Checksum [2023-03-08T15:18:30.558Z] 35d82f9e3411: Download complete [2023-03-08T15:18:30.558Z] 7e9fc2657dce: Verifying Checksum [2023-03-08T15:18:30.558Z] 7e9fc2657dce: Download complete [2023-03-08T15:18:30.558Z] dda99020689f: Verifying Checksum [2023-03-08T15:18:30.558Z] dda99020689f: Download complete [2023-03-08T15:18:30.558Z] 9b18e9b68314: Download complete [2023-03-08T15:18:31.546Z] 9b18e9b68314: Pull complete [2023-03-08T15:18:31.546Z] 891c053d2c06: Verifying Checksum [2023-03-08T15:18:31.546Z] 891c053d2c06: Download complete [2023-03-08T15:18:32.153Z] 35d82f9e3411: Pull complete [2023-03-08T15:18:32.429Z] e16973657156: Pull complete [2023-03-08T15:18:33.020Z] db1c61fa0a46: Verifying Checksum [2023-03-08T15:18:33.020Z] db1c61fa0a46: Download complete [2023-03-08T15:18:33.606Z] fc693d55d65f: Verifying Checksum [2023-03-08T15:18:33.606Z] fc693d55d65f: Download complete [2023-03-08T15:18:35.485Z] Removing intermediate container 8b362e1a4841 [2023-03-08T15:18:35.485Z] ---> 306773832618 [2023-03-08T15:18:35.485Z] [2023-03-08T15:18:35.485Z] Step 9/32 : FROM alpine:3.16 [2023-03-08T15:18:35.485Z] Removing intermediate container a861f35b9b17 [2023-03-08T15:18:35.485Z] ---> 3c04d4906b1d [2023-03-08T15:18:35.485Z] [2023-03-08T15:18:35.485Z] Step 9/20 : FROM alpine:3.16 [2023-03-08T15:18:35.485Z] 3.16: Pulling from library/alpine [2023-03-08T15:18:35.485Z] 3.16: Pulling from library/alpine [2023-03-08T15:18:38.116Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T15:18:38.116Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T15:18:38.116Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T15:18:38.116Z] Status: Image is up to date for alpine:3.16 [2023-03-08T15:18:39.536Z] ---> dfd21b5a31f5 [2023-03-08T15:18:39.536Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:18:39.536Z] ---> dfd21b5a31f5 [2023-03-08T15:18:39.536Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-08T15:18:39.536Z] ---> Running in 0f6e0ae515e0 [2023-03-08T15:18:39.536Z] ---> Running in 2c0b2aed2774 [2023-03-08T15:18:39.536Z] Removing intermediate container 0f6e0ae515e0 [2023-03-08T15:18:39.536Z] ---> db8bc1f1d073 [2023-03-08T15:18:39.536Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-08T15:18:39.536Z] Removing intermediate container 9acf7739e866 [2023-03-08T15:18:39.536Z] Removing intermediate container 6ea79a457deb [2023-03-08T15:18:39.536Z] ---> 6b773717881b [2023-03-08T15:18:39.536Z] ---> 1592b8f7314d [2023-03-08T15:18:39.536Z] [2023-03-08T15:18:39.536Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:18:39.536Z] ---> dfd21b5a31f5 [2023-03-08T15:18:39.536Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-08T15:18:39.536Z] [2023-03-08T15:18:39.536Z] Step 9/19 : FROM alpine:3.15 [2023-03-08T15:18:39.536Z] Removing intermediate container 066cdfa3518b [2023-03-08T15:18:39.536Z] ---> 2d48eb41ee46 [2023-03-08T15:18:39.536Z] [2023-03-08T15:18:39.536Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:18:39.536Z] ---> dfd21b5a31f5 [2023-03-08T15:18:39.536Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:18:39.536Z] ---> Running in 57435abbf708 [2023-03-08T15:18:39.536Z] ---> Running in 44c66ea38a88 [2023-03-08T15:18:39.536Z] ---> Running in 86138e3bd3a4 [2023-03-08T15:18:39.536Z] 3.15: Pulling from library/alpine [2023-03-08T15:18:39.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:39.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:39.824Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T15:18:39.824Z] Status: Downloaded newer image for alpine:3.15 [2023-03-08T15:18:39.824Z] ---> 5ce65d7b0fde [2023-03-08T15:18:39.824Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:18:40.083Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T15:18:40.083Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-08T15:18:40.083Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:18:40.083Z] OK: 6 MiB in 16 packages [2023-03-08T15:18:40.083Z] ---> Running in 50b3ce4295e1 [2023-03-08T15:18:40.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:40.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:40.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:40.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:40.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:40.083Z] Removing intermediate container 50b3ce4295e1 [2023-03-08T15:18:40.083Z] ---> ac0628466f97 [2023-03-08T15:18:40.083Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-08T15:18:40.083Z] ---> Running in 14ec392b368a [2023-03-08T15:18:40.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:40.340Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T15:18:40.340Z] (2/2) Installing su-exec (0.2-r1) [2023-03-08T15:18:40.340Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:18:40.340Z] OK: 6 MiB in 16 packages [2023-03-08T15:18:40.340Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T15:18:40.340Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:18:40.340Z] OK: 6 MiB in 15 packages [2023-03-08T15:18:40.340Z] Removing intermediate container 2c0b2aed2774 [2023-03-08T15:18:40.340Z] ---> ea008af6745a [2023-03-08T15:18:40.340Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-08T15:18:40.604Z] ---> Running in 0e0dabddda7b [2023-03-08T15:18:40.604Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-08T15:18:40.604Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-08T15:18:40.604Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:18:40.604Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T15:18:40.604Z] OK: 6 MiB in 16 packages [2023-03-08T15:18:40.604Z] Removing intermediate container 0e0dabddda7b [2023-03-08T15:18:40.604Z] ---> 2eb993039598 [2023-03-08T15:18:40.604Z] Step 12/20 : WORKDIR /edgex [2023-03-08T15:18:40.604Z] ---> Running in c43df2669535 [2023-03-08T15:18:40.604Z] Removing intermediate container c43df2669535 [2023-03-08T15:18:40.604Z] ---> b6aa394d4a06 [2023-03-08T15:18:40.604Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-08T15:18:40.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:40.863Z] Removing intermediate container 57435abbf708 [2023-03-08T15:18:40.863Z] ---> 996e97e9ae76 [2023-03-08T15:18:40.863Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-08T15:18:40.863Z] ---> Running in 8ed390b24fd9 [2023-03-08T15:18:40.863Z] ---> a75ff80f1990 [2023-03-08T15:18:40.863Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-08T15:18:40.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:40.863Z] Removing intermediate container 8ed390b24fd9 [2023-03-08T15:18:40.863Z] ---> 835e82bd13e5 [2023-03-08T15:18:40.863Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-08T15:18:40.863Z] Removing intermediate container 44c66ea38a88 [2023-03-08T15:18:40.863Z] ---> 92343a8864e1 [2023-03-08T15:18:40.863Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T15:18:40.863Z] ---> Running in 99473c4cdfdb [2023-03-08T15:18:41.121Z] ---> Running in 45cdb62c11a4 [2023-03-08T15:18:41.121Z] Removing intermediate container 99473c4cdfdb [2023-03-08T15:18:41.121Z] ---> 00d3c68ec45f [2023-03-08T15:18:41.121Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-08T15:18:41.121Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T15:18:41.121Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T15:18:41.121Z] OK: 15859 distinct packages available [2023-03-08T15:18:41.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:41.121Z] Removing intermediate container 86138e3bd3a4 [2023-03-08T15:18:41.121Z] ---> 03e0c60f1c90 [2023-03-08T15:18:41.121Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T15:18:41.389Z] Removing intermediate container 45cdb62c11a4 [2023-03-08T15:18:41.389Z] ---> 9ee6335b6105 [2023-03-08T15:18:41.389Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-08T15:18:41.389Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:41.389Z] ---> 2474680dad89 [2023-03-08T15:18:41.389Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T15:18:41.389Z] ---> Running in 17eced204f51 [2023-03-08T15:18:41.389Z] ---> Running in ce66f0f04d15 [2023-03-08T15:18:41.389Z] ---> Running in 7ddea89ef33e [2023-03-08T15:18:41.389Z] Removing intermediate container 17eced204f51 [2023-03-08T15:18:41.389Z] ---> 4f6440d06e5c [2023-03-08T15:18:41.389Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-08T15:18:41.389Z] Removing intermediate container ce66f0f04d15 [2023-03-08T15:18:41.389Z] ---> ae7f55596c10 [2023-03-08T15:18:41.389Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-08T15:18:41.389Z] Removing intermediate container 7ddea89ef33e [2023-03-08T15:18:41.389Z] ---> 6d1125a72e9f [2023-03-08T15:18:41.389Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T15:18:41.389Z] ---> Running in c06ec6fb76e3 [2023-03-08T15:18:41.389Z] ---> Running in 5e2ac138d82c [2023-03-08T15:18:41.389Z] ---> Running in 6195e9d1d25a [2023-03-08T15:18:41.389Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-08T15:18:41.389Z] ---> b10b29d5f87f [2023-03-08T15:18:41.389Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T15:18:41.389Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-08T15:18:41.389Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-08T15:18:41.389Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-08T15:18:41.647Z] (5/9) Installing curl (7.80.0-r6) [2023-03-08T15:18:41.647Z] ---> Running in 9f123d999997 [2023-03-08T15:18:41.647Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-08T15:18:41.647Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-08T15:18:41.647Z] (8/9) Installing libucontext (1.1-r0) [2023-03-08T15:18:41.647Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-08T15:18:41.647Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T15:18:41.647Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T15:18:41.647Z] Removing intermediate container c06ec6fb76e3 [2023-03-08T15:18:41.647Z] ---> 1766a8960795 [2023-03-08T15:18:41.647Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T15:18:41.647Z] Removing intermediate container 5e2ac138d82c [2023-03-08T15:18:41.647Z] ---> a4d71f175f93 [2023-03-08T15:18:41.647Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-08T15:18:41.647Z] Removing intermediate container 6195e9d1d25a [2023-03-08T15:18:41.647Z] ---> f5c488380c11 [2023-03-08T15:18:41.647Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:18:41.647Z] ---> Running in 6fd80f97272f [2023-03-08T15:18:41.647Z] ---> Running in 2afa0c339c18 [2023-03-08T15:18:41.647Z] OK: 8 MiB in 23 packages [2023-03-08T15:18:42.072Z] Removing intermediate container 2afa0c339c18 [2023-03-08T15:18:42.072Z] ---> 5de8c2ff8628 [2023-03-08T15:18:42.072Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:18:42.072Z] ---> c97e0e6e9837 [2023-03-08T15:18:42.072Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-08T15:18:42.072Z] ---> 14cec69e6a8b [2023-03-08T15:18:42.072Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-08T15:18:43.469Z] ---> 34b7af11090d [2023-03-08T15:18:43.469Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-08T15:18:43.469Z] ---> 761c55106b69 [2023-03-08T15:18:43.469Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-08T15:18:43.469Z] Removing intermediate container 14ec392b368a [2023-03-08T15:18:43.469Z] ---> 3d187ad1ef2b [2023-03-08T15:18:43.469Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:18:43.469Z] ---> 2783fe9c49cf [2023-03-08T15:18:43.469Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-08T15:18:43.469Z] ---> Running in fcf43ee91b6b [2023-03-08T15:18:43.469Z] ---> 207de526709a [2023-03-08T15:18:43.469Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-08T15:18:43.469Z] ---> 8087de9939cc [2023-03-08T15:18:43.469Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-08T15:18:43.469Z] Removing intermediate container 9f123d999997 [2023-03-08T15:18:43.469Z] ---> 564be616062a [2023-03-08T15:18:43.469Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T15:18:43.469Z] ---> Running in 17a77e70eda5 [2023-03-08T15:18:43.469Z] Removing intermediate container fcf43ee91b6b [2023-03-08T15:18:43.469Z] ---> c4a8d1989a0e [2023-03-08T15:18:43.469Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:18:43.469Z] Removing intermediate container 6fd80f97272f [2023-03-08T15:18:43.469Z] ---> 24a8b857f8a7 [2023-03-08T15:18:43.469Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-08T15:18:43.727Z] ---> Running in 39c7b5b55732 [2023-03-08T15:18:43.727Z] ---> Running in c9659bbd295f [2023-03-08T15:18:43.727Z] ---> Running in edccf6696f1c [2023-03-08T15:18:43.986Z] Removing intermediate container 17a77e70eda5 [2023-03-08T15:18:43.986Z] ---> 33aad5706204 [2023-03-08T15:18:43.986Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:18:43.986Z] Removing intermediate container 39c7b5b55732 [2023-03-08T15:18:43.986Z] ---> fcca152a1988 [2023-03-08T15:18:43.986Z] Step 18/20 : LABEL arch=x86_64 [2023-03-08T15:18:43.986Z] Removing intermediate container c9659bbd295f [2023-03-08T15:18:43.986Z] ---> 790f0eef944f [2023-03-08T15:18:43.986Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T15:18:43.986Z] ---> d924e1567079 [2023-03-08T15:18:43.986Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-08T15:18:43.986Z] ---> Running in e46216fa2f09 [2023-03-08T15:18:43.986Z] ---> Running in 6fa17af61217 [2023-03-08T15:18:43.986Z] ---> Running in 38ddb4cb4f33 [2023-03-08T15:18:43.986Z] Removing intermediate container edccf6696f1c [2023-03-08T15:18:43.986Z] ---> 5b931637ade3 [2023-03-08T15:18:43.986Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-08T15:18:44.244Z] Removing intermediate container e46216fa2f09 [2023-03-08T15:18:44.244Z] ---> e609c5115f46 [2023-03-08T15:18:44.244Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T15:18:44.244Z] Removing intermediate container 38ddb4cb4f33 [2023-03-08T15:18:44.244Z] ---> 954fc30af5c0 [2023-03-08T15:18:44.244Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:18:44.244Z] Removing intermediate container 6fa17af61217 [2023-03-08T15:18:44.244Z] ---> 48f8f58880e3 [2023-03-08T15:18:44.244Z] Step 19/20 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:18:44.244Z] ---> Running in dee7f9c384da [2023-03-08T15:18:44.244Z] ---> f366224e8739 [2023-03-08T15:18:44.244Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-08T15:18:44.244Z] ---> Running in 6d474d4e8762 [2023-03-08T15:18:44.244Z] ---> Running in 98e87dcbe9df [2023-03-08T15:18:44.244Z] ---> Running in cdf3f993e20d [2023-03-08T15:18:44.244Z] ---> 413cd4b6c894 [2023-03-08T15:18:44.244Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-08T15:18:44.244Z] Removing intermediate container dee7f9c384da [2023-03-08T15:18:44.244Z] ---> 561e27469dc2 [2023-03-08T15:18:44.244Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:18:44.503Z] ---> Running in a0738dbd81a0 [2023-03-08T15:18:44.503Z] Removing intermediate container 6d474d4e8762 [2023-03-08T15:18:44.503Z] ---> 414c9fa8186c [2023-03-08T15:18:44.503Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:18:44.503Z] ---> Running in c91b80c1101f [2023-03-08T15:18:44.503Z] Removing intermediate container 98e87dcbe9df [2023-03-08T15:18:44.503Z] ---> e8f20520c4ad [2023-03-08T15:18:44.503Z] Step 20/20 : LABEL version=3.0.0-dev.83 [2023-03-08T15:18:44.503Z] Removing intermediate container cdf3f993e20d [2023-03-08T15:18:44.503Z] ---> d55644c3f680 [2023-03-08T15:18:44.503Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:18:44.503Z] ---> Running in 1c6854361027 [2023-03-08T15:18:44.503Z] ---> Running in af5a7b896c28 [2023-03-08T15:18:44.503Z] ---> Running in 550ed1afbb80 [2023-03-08T15:18:44.503Z] Removing intermediate container c91b80c1101f [2023-03-08T15:18:44.503Z] ---> 2302e163e0d9 [2023-03-08T15:18:44.503Z] [2023-03-08T15:18:44.762Z] Removing intermediate container 1c6854361027 [2023-03-08T15:18:44.762Z] ---> d62f55e9c273 [2023-03-08T15:18:44.762Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:18:44.762Z] ---> Running in 547dc89c3397 [2023-03-08T15:18:44.762Z] Successfully built 2302e163e0d9 [2023-03-08T15:18:44.762Z] Removing intermediate container af5a7b896c28 [2023-03-08T15:18:44.762Z] ---> 2aafbdc2f067 [2023-03-08T15:18:44.762Z] [2023-03-08T15:18:44.762Z] Removing intermediate container 550ed1afbb80 [2023-03-08T15:18:44.762Z] ---> 45dfe191ddae [2023-03-08T15:18:44.762Z] Step 17/19 : LABEL arch=x86_64Successfully tagged support-scheduler:latest [2023-03-08T15:18:44.762Z] [2023-03-08T15:18:44.762Z]  Building support-scheduler ... done Building security-proxy-auth [2023-03-08T15:18:44.762Z] ---> Running in 4d6abd3ce01f [2023-03-08T15:18:44.762Z] Successfully built 2aafbdc2f067 [2023-03-08T15:18:44.762Z] Successfully tagged security-proxy-setup:latest [2023-03-08T15:18:44.762Z] Building core-common-config-bootstrapper [2023-03-08T15:18:44.762Z]  Building security-proxy-setup ... done Removing intermediate container 547dc89c3397 [2023-03-08T15:18:44.762Z] ---> b55f822d1911 [2023-03-08T15:18:44.762Z] [2023-03-08T15:18:44.762Z] Removing intermediate container 4d6abd3ce01f [2023-03-08T15:18:44.762Z] ---> f23d5e07d087 [2023-03-08T15:18:44.762Z] Step 18/19 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:18:44.762Z] ---> Running in 097b93b67375 [2023-03-08T15:18:44.762Z] Successfully built b55f822d1911 [2023-03-08T15:18:44.762Z] Successfully tagged support-notifications:latest [2023-03-08T15:18:44.762Z] Building security-spire-config [2023-03-08T15:18:45.072Z]  Building support-notifications ... done Removing intermediate container 097b93b67375 [2023-03-08T15:18:45.072Z] ---> 11f3b468b6c7 [2023-03-08T15:18:45.073Z] Step 19/19 : LABEL version=3.0.0-dev.83 [2023-03-08T15:18:45.946Z] fc693d55d65f: Pull complete [2023-03-08T15:18:45.946Z] 7e9fc2657dce: Pull complete [2023-03-08T15:18:45.946Z] dda99020689f: Pull complete [2023-03-08T15:18:50.337Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:18:50.337Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:18:50.337Z] ---> 079bd95c9975 [2023-03-08T15:18:50.337Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:18:50.337Z] ---> Using cache [2023-03-08T15:18:50.337Z] ---> da7c9caecb7f [2023-03-08T15:18:50.337Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:18:50.337Z] ---> Using cache [2023-03-08T15:18:50.337Z] ---> 781878f8c4a7 [2023-03-08T15:18:50.337Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T15:18:50.596Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:18:50.596Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:18:50.596Z] ---> 079bd95c9975 [2023-03-08T15:18:50.596Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:18:50.596Z] ---> Using cache [2023-03-08T15:18:50.596Z] ---> da7c9caecb7f [2023-03-08T15:18:50.596Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:18:50.596Z] ---> Using cache [2023-03-08T15:18:50.596Z] ---> 781878f8c4a7 [2023-03-08T15:18:50.596Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T15:18:51.321Z] db1c61fa0a46: Pull complete [2023-03-08T15:18:51.532Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:18:51.532Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:18:51.532Z] ---> 079bd95c9975 [2023-03-08T15:18:51.532Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T15:18:51.532Z] ---> Using cache [2023-03-08T15:18:51.532Z] ---> 81c23f8ee3ae [2023-03-08T15:18:51.532Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T15:18:54.675Z] 891c053d2c06: Pull complete [2023-03-08T15:18:54.675Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-08T15:18:54.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T15:18:54.675Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-08T15:18:55.012Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T15:18:55.012Z] WORKDIR /edgex [2023-03-08T15:18:55.012Z] COPY go.mod . [2023-03-08T15:18:55.012Z] RUN go mod download [2023-03-08T15:18:55.012Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-08T15:18:55.599Z] Sending build context to Docker daemon 2.949MB [2023-03-08T15:18:55.599Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T15:18:55.599Z] ---> f96f9c87975a [2023-03-08T15:18:55.599Z] Step 2/4 : WORKDIR /edgex [2023-03-08T15:18:57.559Z] ---> Running in 84998b11a73c [2023-03-08T15:18:57.560Z] Removing intermediate container 84998b11a73c [2023-03-08T15:18:57.560Z] ---> cedf40f5de8e [2023-03-08T15:18:57.560Z] Step 3/4 : COPY go.mod . [2023-03-08T15:18:58.125Z] ---> Running in 744ad73bd915 [2023-03-08T15:18:58.125Z] ---> Running in a0c002a25d10 [2023-03-08T15:18:58.125Z] ---> Running in 6163e79578ce [2023-03-08T15:18:58.125Z] ---> Running in aa7e2493bdf0 [2023-03-08T15:18:58.125Z] Removing intermediate container a0738dbd81a0 [2023-03-08T15:18:58.125Z] Removing intermediate container 744ad73bd915 [2023-03-08T15:18:58.125Z] ---> dd73bbb4f5ae [2023-03-08T15:18:58.125Z] [2023-03-08T15:18:58.125Z] ---> c17c85a742d3 [2023-03-08T15:18:58.125Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:18:58.125Z] Successfully built dd73bbb4f5ae [2023-03-08T15:18:58.125Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-08T15:18:58.125Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2023-03-08T15:18:58.125Z] ---> 04bafc4f05c3 [2023-03-08T15:18:58.125Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-08T15:18:58.214Z] ---> d38dea6e4047 [2023-03-08T15:18:58.214Z] Step 4/4 : RUN go mod download [2023-03-08T15:18:58.214Z] ---> Running in 8f7002eaa7af [2023-03-08T15:18:58.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:58.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:58.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:59.124Z] OK: 211 MiB in 51 packages [2023-03-08T15:18:59.124Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:59.381Z] OK: 211 MiB in 51 packages [2023-03-08T15:18:59.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:59.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:18:59.642Z] OK: 211 MiB in 51 packages [2023-03-08T15:18:59.907Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:18:59.907Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:18:59.907Z] ---> 079bd95c9975 [2023-03-08T15:18:59.907Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T15:18:59.907Z] ---> Using cache [2023-03-08T15:18:59.907Z] ---> 81c23f8ee3ae [2023-03-08T15:18:59.907Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T15:19:01.281Z] ---> fa60080c6c45 [2023-03-08T15:19:01.281Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-08T15:19:01.281Z] ---> Running in d8767fc145ea [2023-03-08T15:19:01.539Z] ---> 616bdd8879b4 [2023-03-08T15:19:01.539Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-08T15:19:01.539Z] Removing intermediate container 6163e79578ce [2023-03-08T15:19:01.539Z] ---> e0b9001f2edc [2023-03-08T15:19:01.539Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:19:01.539Z] ---> 139915d78382 [2023-03-08T15:19:01.539Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-08T15:19:01.797Z] Removing intermediate container aa7e2493bdf0 [2023-03-08T15:19:01.798Z] ---> 1498744caae0 [2023-03-08T15:19:01.798Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:19:01.798Z] Removing intermediate container a0c002a25d10 [2023-03-08T15:19:01.798Z] ---> 1f99950896c4 [2023-03-08T15:19:01.798Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T15:19:01.798Z] ---> c456196cbab7 [2023-03-08T15:19:01.798Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:19:01.798Z] ---> Running in 50dd36014e1b [2023-03-08T15:19:01.798Z] ---> 3c35b4b36d94 [2023-03-08T15:19:01.798Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-08T15:19:01.798Z] ---> beadf3933961 [2023-03-08T15:19:01.798Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:19:01.798Z] ---> Running in 5b370efdb501 [2023-03-08T15:19:01.798Z] ---> a3142df5ef23 [2023-03-08T15:19:01.798Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:19:02.055Z] ---> Running in 1a497c3c2b2d [2023-03-08T15:19:02.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:19:02.055Z] ---> 89b5b03d867d [2023-03-08T15:19:02.055Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-08T15:19:02.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:19:02.055Z] ---> e583ea462538 [2023-03-08T15:19:02.055Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-08T15:19:02.313Z] ---> Running in 533a0a0b29f5 [2023-03-08T15:19:02.313Z] OK: 211 MiB in 51 packages [2023-03-08T15:19:02.879Z] Removing intermediate container d8767fc145ea [2023-03-08T15:19:02.879Z] ---> fa8dafe0babb [2023-03-08T15:19:02.879Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T15:19:02.880Z] ---> 223bfd5eb96f [2023-03-08T15:19:02.880Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:19:02.880Z] ---> Running in a005e975eece [2023-03-08T15:19:03.144Z] Removing intermediate container 533a0a0b29f5 [2023-03-08T15:19:03.144Z] ---> a61b05bd05ef [2023-03-08T15:19:03.144Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-08T15:19:03.144Z] ---> Running in 5163ab812c6f [2023-03-08T15:19:03.144Z] Removing intermediate container 5163ab812c6f [2023-03-08T15:19:03.144Z] ---> 5efbaa1a08b5 [2023-03-08T15:19:03.144Z] Step 29/32 : CMD ["gate"] [2023-03-08T15:19:03.144Z] ---> Running in 6b9c5b5be16e [2023-03-08T15:19:03.404Z] Removing intermediate container 6b9c5b5be16e [2023-03-08T15:19:03.404Z] ---> b32fa2eea778 [2023-03-08T15:19:03.404Z] Step 30/32 : LABEL arch=x86_64 [2023-03-08T15:19:03.404Z] ---> Running in f8140edb6dcd [2023-03-08T15:19:03.404Z] Removing intermediate container f8140edb6dcd [2023-03-08T15:19:03.404Z] ---> e136813e0ad6 [2023-03-08T15:19:03.404Z] Step 31/32 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:19:03.404Z] ---> Running in c67d74edf267 [2023-03-08T15:19:03.404Z] Removing intermediate container c67d74edf267 [2023-03-08T15:19:03.405Z] ---> ebe2ffafd476 [2023-03-08T15:19:03.405Z] Step 32/32 : LABEL version=3.0.0-dev.83 [2023-03-08T15:19:03.663Z] ---> Running in 08803dff89b6 [2023-03-08T15:19:03.663Z] Removing intermediate container 08803dff89b6 [2023-03-08T15:19:03.663Z] ---> 814c9d760019 [2023-03-08T15:19:03.663Z] [2023-03-08T15:19:03.663Z] Successfully built 814c9d760019 [2023-03-08T15:19:03.663Z] Successfully tagged security-bootstrapper:latest [2023-03-08T15:19:03.663Z]  Building security-bootstrapper ... done Building core-command [2023-03-08T15:19:06.201Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:19:06.201Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:19:06.201Z] ---> 079bd95c9975 [2023-03-08T15:19:06.201Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:19:06.201Z] ---> Using cache [2023-03-08T15:19:06.201Z] ---> da7c9caecb7f [2023-03-08T15:19:06.201Z] Step 4/23 : WORKDIR /edgex-go [2023-03-08T15:19:06.201Z] ---> Using cache [2023-03-08T15:19:06.202Z] ---> 781878f8c4a7 [2023-03-08T15:19:06.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-08T15:19:06.202Z] ---> Using cache [2023-03-08T15:19:06.202Z] ---> 1498744caae0 [2023-03-08T15:19:06.202Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-08T15:19:06.202Z] ---> Using cache [2023-03-08T15:19:06.202Z] ---> beadf3933961 [2023-03-08T15:19:06.202Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:19:08.104Z] ---> Running in 0f7db6a2f50f [2023-03-08T15:19:30.492Z] Removing intermediate container 8f7002eaa7af [2023-03-08T15:19:30.492Z] ---> e1f0e84df80c [2023-03-08T15:19:30.492Z] Successfully built e1f0e84df80c [2023-03-08T15:19:30.492Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:19:30.824Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T15:19:30.825Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:19:31.017Z] prd-ubuntu20.04-docker-arm64-4c-16g-8824 does not seem to be running inside a container [2023-03-08T15:19:31.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:19:32.221Z] $ docker top f7d0aca1d24b6c704fcbeeba436dd08dd93d305d921068013474d2df8bdd2b9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T15:19:33.042Z] + go version [2023-03-08T15:19:33.043Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-08T15:19:33.062Z] $ docker stop --time=1 f7d0aca1d24b6c704fcbeeba436dd08dd93d305d921068013474d2df8bdd2b9a [2023-03-08T15:19:34.689Z] $ docker rm -f --volumes f7d0aca1d24b6c704fcbeeba436dd08dd93d305d921068013474d2df8bdd2b9a [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-03-08T15:19:35.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T15:19:35.273Z] [2023-03-08T15:19:35.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:19:35.619Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T15:19:35.619Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-08T15:19:35.619Z] 29e5d40040c1: Pulling fs layer [2023-03-08T15:19:35.619Z] 1ce36da41761: Pulling fs layer [2023-03-08T15:19:35.619Z] 25b303627fd3: Pulling fs layer [2023-03-08T15:19:35.890Z] 29e5d40040c1: Verifying Checksum [2023-03-08T15:19:35.890Z] 29e5d40040c1: Download complete [2023-03-08T15:19:36.157Z] 1ce36da41761: Verifying Checksum [2023-03-08T15:19:36.157Z] 1ce36da41761: Download complete [2023-03-08T15:19:36.427Z] 29e5d40040c1: Pull complete [2023-03-08T15:19:37.390Z] 1ce36da41761: Pull complete [2023-03-08T15:19:37.390Z] 25b303627fd3: Verifying Checksum [2023-03-08T15:19:37.390Z] 25b303627fd3: Download complete [2023-03-08T15:19:40.241Z] Removing intermediate container 5b370efdb501 [2023-03-08T15:19:40.241Z] ---> 5f14146c655d [2023-03-08T15:19:40.241Z] Step 8/22 : COPY . . [2023-03-08T15:19:40.241Z] Removing intermediate container a005e975eece [2023-03-08T15:19:40.241Z] ---> a3219fbc492e [2023-03-08T15:19:40.241Z] Step 7/23 : COPY . . [2023-03-08T15:19:40.241Z] Removing intermediate container 50dd36014e1b [2023-03-08T15:19:40.241Z] ---> bef883b8d495 [2023-03-08T15:19:40.241Z] Step 8/22 : COPY . . [2023-03-08T15:19:40.241Z] Removing intermediate container 1a497c3c2b2d [2023-03-08T15:19:40.241Z] ---> aa55643bc4dc [2023-03-08T15:19:40.241Z] Step 7/24 : COPY . . [2023-03-08T15:19:47.453Z] 25b303627fd3: Pull complete [2023-03-08T15:19:47.453Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-08T15:19:47.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T15:19:47.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:19:47.641Z] prd-ubuntu20.04-docker-arm64-4c-16g-8824 does not seem to be running inside a container [2023-03-08T15:19:47.706Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:19:49.816Z] $ docker top 3f7f23c1fe71d0788f0feb7df4b4e1f3869e23b5710c48b1320741c66b88f8c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T15:19:50.644Z] + docker-compose build --help [2023-03-08T15:19:50.644Z] + grep parallel [2023-03-08T15:19:54.898Z] --parallel Build images in parallel. [Pipeline] } [2023-03-08T15:19:54.919Z] $ docker stop --time=1 3f7f23c1fe71d0788f0feb7df4b4e1f3869e23b5710c48b1320741c66b88f8c9 [2023-03-08T15:19:56.548Z] $ docker rm -f --volumes 3f7f23c1fe71d0788f0feb7df4b4e1f3869e23b5710c48b1320741c66b88f8c9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:19:57.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T15:19:57.076Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:19:57.256Z] prd-ubuntu20.04-docker-arm64-4c-16g-8824 does not seem to be running inside a container [2023-03-08T15:19:57.322Z] $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:19:58.444Z] $ docker top 038133a0aed69cf44e3a37ddd5dbd7bfdb119725126f75971b78980a4c9199d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T15:19:59.272Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-08T15:20:03.524Z] Building core-command ... [2023-03-08T15:20:03.524Z] Building core-common-config-bootstrapper ... [2023-03-08T15:20:03.524Z] Building core-data ... [2023-03-08T15:20:03.524Z] Building core-metadata ... [2023-03-08T15:20:03.524Z] Building security-bootstrapper ... [2023-03-08T15:20:03.524Z] Building security-proxy-auth ... [2023-03-08T15:20:03.524Z] Building security-proxy-setup ... [2023-03-08T15:20:03.524Z] Building security-secretstore-setup ... [2023-03-08T15:20:03.524Z] Building security-spiffe-token-provider ... [2023-03-08T15:20:03.524Z] Building security-spire-agent ... [2023-03-08T15:20:03.524Z] Building security-spire-config ... [2023-03-08T15:20:03.524Z] Building security-spire-server ... [2023-03-08T15:20:03.524Z] Building support-notifications ... [2023-03-08T15:20:03.524Z] Building support-scheduler ... [2023-03-08T15:20:03.524Z] Building support-scheduler [2023-03-08T15:20:03.524Z] Building core-metadata [2023-03-08T15:20:03.524Z] Building support-notifications [2023-03-08T15:20:03.524Z] Building security-secretstore-setup [2023-03-08T15:20:03.524Z] Building security-spire-config [2023-03-08T15:20:06.829Z] ---> a28e126eefe4 [2023-03-08T15:20:06.829Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-08T15:20:06.829Z] ---> 4900f3e7992a [2023-03-08T15:20:06.829Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-08T15:20:06.829Z] ---> a564fa162477 [2023-03-08T15:20:06.829Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T15:20:06.829Z] ---> Running in ecb714edc64b [2023-03-08T15:20:06.829Z] ---> Running in a0ad7590bb76 [2023-03-08T15:20:06.829Z] ---> Running in c4aa27251b16 [2023-03-08T15:20:06.829Z] ---> 0747c592b463 [2023-03-08T15:20:06.829Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T15:20:06.829Z] ---> Running in 22b3420821ec [2023-03-08T15:20:06.829Z] Removing intermediate container c4aa27251b16 [2023-03-08T15:20:06.829Z] ---> 22d732030efb [2023-03-08T15:20:06.829Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T15:20:06.829Z] ---> Running in 12ca8e2da23a [2023-03-08T15:20:06.829Z] Removing intermediate container 22b3420821ec [2023-03-08T15:20:06.829Z] ---> a334cf3036db [2023-03-08T15:20:06.829Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-08T15:20:06.829Z] ---> Running in f768157aab8d [2023-03-08T15:20:06.829Z] Removing intermediate container 12ca8e2da23a [2023-03-08T15:20:06.829Z] ---> 694dad1cac3e [2023-03-08T15:20:06.829Z] 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-03-08T15:20:06.829Z] ---> Running in fcd1606c202d [2023-03-08T15:20:06.829Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T15:20:06.829Z] Removing intermediate container f768157aab8d [2023-03-08T15:20:06.829Z] ---> 99bde3a3cd5c [2023-03-08T15:20:06.829Z] 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-03-08T15:20:06.829Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T15:20:06.829Z] ---> Running in f253db2d3e2a [2023-03-08T15:20:06.829Z] Removing intermediate container 0f7db6a2f50f [2023-03-08T15:20:06.829Z] ---> a23aae52e470 [2023-03-08T15:20:06.829Z] Step 8/23 : COPY . . [2023-03-08T15:20:11.030Z] Removing intermediate container fcd1606c202d [2023-03-08T15:20:11.030Z] ---> 0b58242c9a00 [2023-03-08T15:20:11.030Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T15:20:11.030Z] Removing intermediate container f253db2d3e2a [2023-03-08T15:20:11.030Z] ---> cd25ec0c1768 [2023-03-08T15:20:11.030Z] Step 11/23 : WORKDIR /edgex-go [2023-03-08T15:20:11.030Z] ---> 4421a3502282 [2023-03-08T15:20:11.030Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-08T15:20:11.030Z] ---> Running in cd7daa32f248 [2023-03-08T15:20:11.030Z] ---> Running in 767140f216ab [2023-03-08T15:20:11.030Z] ---> Running in b1d5b25ea6a3 [2023-03-08T15:20:11.030Z] Removing intermediate container 767140f216ab [2023-03-08T15:20:11.030Z] ---> 7949c90c10e4 [2023-03-08T15:20:11.031Z] [2023-03-08T15:20:11.031Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T15:20:11.031Z] ---> 5ce65d7b0fde [2023-03-08T15:20:11.031Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:20:11.031Z] ---> Using cache [2023-03-08T15:20:11.031Z] ---> ac0628466f97 [2023-03-08T15:20:11.031Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-08T15:20:11.031Z] Removing intermediate container cd7daa32f248 [2023-03-08T15:20:11.031Z] ---> d5995f057bee [2023-03-08T15:20:11.031Z] [2023-03-08T15:20:11.031Z] Step 12/23 : FROM alpine:3.15 [2023-03-08T15:20:11.031Z] ---> 5ce65d7b0fde [2023-03-08T15:20:11.031Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:20:11.031Z] ---> Using cache [2023-03-08T15:20:11.031Z] ---> ac0628466f97 [2023-03-08T15:20:11.031Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T15:20:11.031Z] ---> Running in 1ffa292084b2 [2023-03-08T15:20:11.031Z] ---> Running in 189d2d7eb065 [2023-03-08T15:20:11.293Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T15:20:11.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:11.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:11.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:11.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:12.123Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T15:20:12.123Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T15:20:12.123Z] OK: 15859 distinct packages available [2023-03-08T15:20:12.123Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T15:20:12.123Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T15:20:12.123Z] OK: 15859 distinct packages available [2023-03-08T15:20:12.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:12.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:12.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:12.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:12.383Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T15:20:12.383Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T15:20:12.383Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T15:20:12.383Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T15:20:12.383Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T15:20:12.383Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T15:20:12.383Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-08T15:20:12.383Z] OK: 7 MiB in 19 packages [2023-03-08T15:20:12.383Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-08T15:20:12.383Z] (3/4) Installing libucontext (1.1-r0) [2023-03-08T15:20:12.383Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-08T15:20:12.383Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T15:20:12.383Z] OK: 6 MiB in 18 packages [2023-03-08T15:20:13.591Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:20:13.591Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:20:13.591Z] ---> e1f0e84df80c [2023-03-08T15:20:13.591Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:20:13.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:20:13.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:20:13.591Z] ---> e1f0e84df80c [2023-03-08T15:20:13.591Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:20:13.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:20:13.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:20:13.591Z] ---> e1f0e84df80c [2023-03-08T15:20:13.591Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:20:13.591Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:20:13.591Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:20:13.591Z] ---> e1f0e84df80c [2023-03-08T15:20:13.591Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T15:20:13.591Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:20:13.591Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:20:13.591Z] ---> e1f0e84df80c [2023-03-08T15:20:13.591Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T15:20:13.591Z] ---> Running in c617279cf048 [2023-03-08T15:20:13.591Z] ---> Running in c3df3ead7e40 [2023-03-08T15:20:13.591Z] ---> Running in 7d3c54ea38be [2023-03-08T15:20:13.591Z] ---> Running in 3a86c530aa2e [2023-03-08T15:20:13.591Z] ---> Running in dc43c9557a97 [2023-03-08T15:20:13.858Z] Removing intermediate container dc43c9557a97 [2023-03-08T15:20:13.858Z] ---> 82bf38a6106c [2023-03-08T15:20:13.858Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T15:20:13.858Z] Removing intermediate container c617279cf048 [2023-03-08T15:20:13.858Z] ---> bdaf5f1456c7 [2023-03-08T15:20:13.858Z] Step 4/24 : WORKDIR /edgex-go [2023-03-08T15:20:14.128Z] ---> Running in 35cf08353e4e [2023-03-08T15:20:14.128Z] Removing intermediate container 7d3c54ea38be [2023-03-08T15:20:14.128Z] ---> f9cbe22bc91f [2023-03-08T15:20:14.128Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:20:14.128Z] Removing intermediate container 3a86c530aa2e [2023-03-08T15:20:14.128Z] ---> a9418bb8bf04 [2023-03-08T15:20:14.128Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-08T15:20:14.128Z] Removing intermediate container c3df3ead7e40 [2023-03-08T15:20:14.128Z] ---> 139b19c079b2 [2023-03-08T15:20:14.128Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:20:14.128Z] ---> Running in 3c4a2b3b04a4 [2023-03-08T15:20:14.128Z] ---> Running in ebfdfa3b966a [2023-03-08T15:20:14.396Z] ---> Running in 309cb0875f7a [2023-03-08T15:20:14.396Z] ---> Running in d0e772166f0d [2023-03-08T15:20:14.961Z] Removing intermediate container 1ffa292084b2 [2023-03-08T15:20:14.961Z] ---> f16905a83069 [2023-03-08T15:20:14.961Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T15:20:14.961Z] Removing intermediate container 189d2d7eb065 [2023-03-08T15:20:14.961Z] ---> 774f6d9c468a [2023-03-08T15:20:14.961Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T15:20:14.986Z] Removing intermediate container 3c4a2b3b04a4 [2023-03-08T15:20:14.986Z] ---> d6660fbec065 [2023-03-08T15:20:14.986Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-08T15:20:14.986Z] Removing intermediate container ebfdfa3b966a [2023-03-08T15:20:15.252Z] ---> b918aa19f16b [2023-03-08T15:20:15.252Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T15:20:15.252Z] Removing intermediate container 309cb0875f7a [2023-03-08T15:20:15.252Z] ---> e90d17588b61 [2023-03-08T15:20:15.252Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-08T15:20:15.252Z] ---> Running in e405ae676852 [2023-03-08T15:20:15.252Z] ---> Running in f7ba79d0ca27 [2023-03-08T15:20:15.252Z] ---> Running in 2472e8be2ac8 [2023-03-08T15:20:16.215Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:16.215Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:16.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:16.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:17.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:17.733Z] OK: 221 MiB in 51 packages [2023-03-08T15:20:17.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:17.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:18.002Z] OK: 221 MiB in 51 packages [2023-03-08T15:20:18.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:18.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:18.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:20:19.502Z] OK: 221 MiB in 51 packages [2023-03-08T15:20:19.502Z] Removing intermediate container 35cf08353e4e [2023-03-08T15:20:19.502Z] ---> 2a1b6cdfbfc0 [2023-03-08T15:20:19.502Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T15:20:19.771Z] OK: 221 MiB in 51 packages [2023-03-08T15:20:19.771Z] OK: 221 MiB in 51 packages [2023-03-08T15:20:20.041Z] Removing intermediate container d0e772166f0d [2023-03-08T15:20:20.041Z] ---> 0e395eefa71f [2023-03-08T15:20:20.041Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T15:20:21.000Z] ---> 7c07ed70a658 [2023-03-08T15:20:21.000Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:20:21.000Z] Removing intermediate container f7ba79d0ca27 [2023-03-08T15:20:21.000Z] ---> 094cc07ec0f9 [2023-03-08T15:20:21.000Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-08T15:20:21.266Z] ---> Running in c102772d2919 [2023-03-08T15:20:21.534Z] ---> 55d97349a958 [2023-03-08T15:20:21.534Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:20:21.534Z] Removing intermediate container 2472e8be2ac8 [2023-03-08T15:20:21.534Z] ---> e0b35abea226 [2023-03-08T15:20:21.534Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:20:21.539Z] ---> e6770b04bfc2 [2023-03-08T15:20:21.539Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T15:20:21.539Z] ---> 0d89e2579820 [2023-03-08T15:20:21.539Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T15:20:21.539Z] ---> 7e8a0e938c41 [2023-03-08T15:20:21.539Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-08T15:20:21.539Z] ---> Running in 0d9782d39511 [2023-03-08T15:20:21.539Z] ---> 4533bb00af7f [2023-03-08T15:20:21.539Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-08T15:20:21.798Z] ---> eb5b1899d39f [2023-03-08T15:20:21.798Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-08T15:20:21.798Z] Removing intermediate container 0d9782d39511 [2023-03-08T15:20:21.798Z] ---> ca043cf7e554 [2023-03-08T15:20:21.798Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-08T15:20:21.803Z] ---> Running in ca806717dd53 [2023-03-08T15:20:21.803Z] Removing intermediate container e405ae676852 [2023-03-08T15:20:21.803Z] ---> 843eeaea8f57 [2023-03-08T15:20:21.803Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:20:22.736Z] ---> 73c04de132a4 [2023-03-08T15:20:22.736Z] ---> 24d9d5f54d61 [2023-03-08T15:20:22.736Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Step 19/24 : WORKDIR / [2023-03-08T15:20:22.736Z] [2023-03-08T15:20:22.736Z] ---> Running in d57b0f2b701e [2023-03-08T15:20:22.736Z] ---> Running in 93ab617f3a26 [2023-03-08T15:20:22.764Z] ---> 73831499c220 [2023-03-08T15:20:22.764Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:20:22.764Z] ---> Running in 4255eabe41d9 [2023-03-08T15:20:22.764Z] ---> cff659966330 [2023-03-08T15:20:22.764Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:20:23.032Z] ---> Running in 01accb589c33 [2023-03-08T15:20:23.300Z] ---> 76b5e7dbbf05 [2023-03-08T15:20:23.300Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:20:23.306Z] Removing intermediate container d57b0f2b701e [2023-03-08T15:20:23.306Z] ---> c3220a365181 [2023-03-08T15:20:23.306Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T15:20:23.306Z] Removing intermediate container 93ab617f3a26 [2023-03-08T15:20:23.306Z] ---> 5e051a7ac518 [2023-03-08T15:20:23.306Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T15:20:23.306Z] ---> Running in fc95aae88b16 [2023-03-08T15:20:23.306Z] ---> Running in e39ec160e55b [2023-03-08T15:20:23.571Z] ---> Running in 2b19a7a328b5 [2023-03-08T15:20:23.572Z] Removing intermediate container fc95aae88b16 [2023-03-08T15:20:23.572Z] ---> a7718ad7e103 [2023-03-08T15:20:23.572Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T15:20:23.572Z] Removing intermediate container e39ec160e55b [2023-03-08T15:20:23.572Z] ---> f56659025f73 [2023-03-08T15:20:23.572Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T15:20:23.572Z] ---> Running in 7f2f9e95ffe4 [2023-03-08T15:20:23.572Z] ---> Running in 81ae9e72f6ef [2023-03-08T15:20:23.831Z] Removing intermediate container 7f2f9e95ffe4 [2023-03-08T15:20:23.831Z] ---> 0a44c88729a0 [2023-03-08T15:20:23.831Z] Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:20:23.831Z] Removing intermediate container 81ae9e72f6ef [2023-03-08T15:20:23.831Z] ---> c69d97a94598 [2023-03-08T15:20:23.831Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T15:20:23.831Z] ---> Running in 23d25b81907d [2023-03-08T15:20:23.831Z] ---> Running in 3a53ce4015f9 [2023-03-08T15:20:23.831Z] Removing intermediate container 3a53ce4015f9 [2023-03-08T15:20:23.831Z] ---> 57396fcafa6e [2023-03-08T15:20:23.831Z] Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:20:23.831Z] Removing intermediate container 23d25b81907d [2023-03-08T15:20:23.831Z] ---> 31e0e3f46c9d [2023-03-08T15:20:23.831Z] Step 23/23 : LABEL version=3.0.0-dev.83 [2023-03-08T15:20:23.831Z] ---> Running in 1c4e30ef47cf [2023-03-08T15:20:23.831Z] ---> Running in 264e35c1cc1e [2023-03-08T15:20:23.831Z] Removing intermediate container 1c4e30ef47cf [2023-03-08T15:20:23.831Z] ---> 1a706ca0a6d5 [2023-03-08T15:20:24.092Z] Step 24/24 : LABEL version=3.0.0-dev.83 [2023-03-08T15:20:24.092Z] ---> Running in aea95d4efb4e [2023-03-08T15:20:24.092Z] Removing intermediate container 264e35c1cc1e [2023-03-08T15:20:24.092Z] ---> f6a8a822414f [2023-03-08T15:20:24.092Z] [2023-03-08T15:20:24.092Z] Removing intermediate container aea95d4efb4e [2023-03-08T15:20:24.092Z] ---> ba593b390a81 [2023-03-08T15:20:24.092Z] [2023-03-08T15:20:24.092Z] Successfully built f6a8a822414f [2023-03-08T15:20:24.092Z] Successfully tagged security-spire-server:latest [2023-03-08T15:20:24.092Z]  Building security-spire-server ... done Building core-data [2023-03-08T15:20:24.092Z] Successfully built ba593b390a81 [2023-03-08T15:20:24.092Z] Successfully tagged security-spire-config:latest [2023-03-08T15:20:24.092Z] Building core-metadata [2023-03-08T15:20:28.289Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:20:28.289Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:20:28.289Z] ---> 079bd95c9975 [2023-03-08T15:20:28.289Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:20:28.289Z] ---> Using cache [2023-03-08T15:20:28.289Z] ---> da7c9caecb7f [2023-03-08T15:20:28.289Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:20:28.289Z] ---> Using cache [2023-03-08T15:20:28.289Z] ---> 781878f8c4a7 [2023-03-08T15:20:28.289Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T15:20:28.290Z] ---> Using cache [2023-03-08T15:20:28.290Z] ---> 1498744caae0 [2023-03-08T15:20:28.290Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:20:28.290Z] ---> Using cache [2023-03-08T15:20:28.290Z] ---> beadf3933961 [2023-03-08T15:20:28.290Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:20:28.290Z] ---> Using cache [2023-03-08T15:20:28.290Z] ---> a23aae52e470 [2023-03-08T15:20:28.290Z] Step 8/22 : COPY . . [2023-03-08T15:20:28.290Z] ---> Using cache [2023-03-08T15:20:28.290Z] ---> 4421a3502282 [2023-03-08T15:20:28.290Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-08T15:20:29.668Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:20:29.668Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:20:29.668Z] ---> 079bd95c9975 [2023-03-08T15:20:29.668Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:20:29.668Z] ---> Using cache [2023-03-08T15:20:29.668Z] ---> da7c9caecb7f [2023-03-08T15:20:29.668Z] Step 4/24 : WORKDIR /edgex-go [2023-03-08T15:20:29.668Z] ---> Using cache [2023-03-08T15:20:29.668Z] ---> 781878f8c4a7 [2023-03-08T15:20:29.668Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-08T15:20:29.668Z] ---> Using cache [2023-03-08T15:20:29.668Z] ---> 1498744caae0 [2023-03-08T15:20:29.668Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-08T15:20:29.668Z] ---> Using cache [2023-03-08T15:20:29.668Z] ---> beadf3933961 [2023-03-08T15:20:29.668Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:20:29.668Z] ---> Using cache [2023-03-08T15:20:29.668Z] ---> a23aae52e470 [2023-03-08T15:20:29.668Z] Step 8/24 : COPY . . [2023-03-08T15:20:29.668Z] ---> Using cache [2023-03-08T15:20:29.668Z] ---> 4421a3502282 [2023-03-08T15:20:29.668Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-08T15:20:35.116Z] ---> Running in c4e2a640f497 [2023-03-08T15:20:35.116Z] ---> Running in 63e37406776b [2023-03-08T15:20:35.116Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T15:20:35.116Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T15:20:39.381Z] Removing intermediate container ecb714edc64b [2023-03-08T15:20:39.381Z] Removing intermediate container b1d5b25ea6a3 [2023-03-08T15:20:39.381Z] ---> 900ca8d0000e [2023-03-08T15:20:39.381Z] ---> cfa1b40e6d3c [2023-03-08T15:20:39.381Z] [2023-03-08T15:20:39.381Z] [2023-03-08T15:20:39.381Z] Step 10/22 : FROM alpine:3.16Step 10/23 : FROM alpine:3.16 [2023-03-08T15:20:39.381Z] [2023-03-08T15:20:39.381Z] ---> dfd21b5a31f5 [2023-03-08T15:20:39.381Z] ---> dfd21b5a31f5 [2023-03-08T15:20:39.381Z] Step 11/23 : RUN apk add --update --no-cache dumb-initStep 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T15:20:39.381Z] [2023-03-08T15:20:39.381Z] ---> Using cache [2023-03-08T15:20:39.381Z] ---> 92343a8864e1 [2023-03-08T15:20:39.381Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T15:20:39.381Z] ---> Using cache [2023-03-08T15:20:39.381Z] ---> 9ee6335b6105 [2023-03-08T15:20:39.381Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-08T15:20:39.381Z] Removing intermediate container a0ad7590bb76 [2023-03-08T15:20:39.381Z] ---> 680a34c2d011 [2023-03-08T15:20:39.381Z] [2023-03-08T15:20:39.381Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:20:39.381Z] ---> dfd21b5a31f5 [2023-03-08T15:20:39.381Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T15:20:39.381Z] ---> Running in d38d467dd549 [2023-03-08T15:20:39.381Z] ---> Running in 99bbb21f810b [2023-03-08T15:20:39.381Z] ---> Running in 463db6032733 [2023-03-08T15:20:39.381Z] Removing intermediate container 99bbb21f810b [2023-03-08T15:20:39.381Z] ---> c681bcf4d59f [2023-03-08T15:20:39.381Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:20:39.381Z] ---> Running in c0ae927f6819 [2023-03-08T15:20:39.381Z] Removing intermediate container 463db6032733 [2023-03-08T15:20:39.381Z] ---> 00de0e3b7464 [2023-03-08T15:20:39.381Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:20:39.639Z] ---> Running in 076c0c64b624 [2023-03-08T15:20:39.639Z] Removing intermediate container d38d467dd549 [2023-03-08T15:20:39.639Z] ---> 1ee6648abdae [2023-03-08T15:20:39.639Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-08T15:20:39.639Z] ---> Running in 5f441358b052 [2023-03-08T15:20:39.903Z] Removing intermediate container 5f441358b052 [2023-03-08T15:20:39.903Z] ---> 99ef6e5cb8a8 [2023-03-08T15:20:39.903Z] Step 15/23 : WORKDIR / [2023-03-08T15:20:39.903Z] ---> Running in 8bb238badb91 [2023-03-08T15:20:39.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:40.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:40.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:40.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:20:40.161Z] Removing intermediate container 8bb238badb91 [2023-03-08T15:20:40.161Z] ---> 80c2383ad874 [2023-03-08T15:20:40.161Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:20:40.426Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T15:20:40.426Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T15:20:40.426Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:20:40.426Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:20:40.426Z] OK: 6 MiB in 15 packages [2023-03-08T15:20:40.684Z] OK: 6 MiB in 15 packages [2023-03-08T15:20:40.684Z] ---> 9c250f27d254 [2023-03-08T15:20:40.684Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-08T15:20:41.618Z] ---> ff51f4139041 [2023-03-08T15:20:41.618Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-08T15:20:41.618Z] Removing intermediate container c0ae927f6819 [2023-03-08T15:20:41.618Z] ---> 8c0068556022 [2023-03-08T15:20:41.618Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:20:41.880Z] Removing intermediate container 076c0c64b624 [2023-03-08T15:20:41.880Z] ---> 49caedba2449 [2023-03-08T15:20:41.880Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:20:42.136Z] ---> f1523adf92d8 [2023-03-08T15:20:42.136Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-08T15:20:42.136Z] ---> c6d927ae4739 [2023-03-08T15:20:42.136Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-08T15:20:42.136Z] ---> Running in e01dc3d6aa4f [2023-03-08T15:20:42.715Z] Removing intermediate container e01dc3d6aa4f [2023-03-08T15:20:42.715Z] ---> 3916ba6a78b6 [2023-03-08T15:20:42.715Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:20:42.715Z] ---> 063aa65d64ef [2023-03-08T15:20:42.715Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-08T15:20:42.979Z] ---> Running in 36895228e16a [2023-03-08T15:20:42.979Z] ---> 64ca377fd68f [2023-03-08T15:20:42.979Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-08T15:20:43.546Z] Removing intermediate container 36895228e16a [2023-03-08T15:20:43.547Z] ---> 7d71ea332888 [2023-03-08T15:20:43.547Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T15:20:44.114Z] ---> Running in 8e336eacd542 [2023-03-08T15:20:44.114Z] ---> 403e08380365 [2023-03-08T15:20:44.114Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-08T15:20:44.379Z] ---> 10fd22f79d30 [2023-03-08T15:20:44.379Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-08T15:20:44.379Z] Removing intermediate container 8e336eacd542 [2023-03-08T15:20:44.379Z] ---> b258b78e9ee9 [2023-03-08T15:20:44.379Z] Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:20:44.637Z] ---> ab2908ab9341 [2023-03-08T15:20:44.637Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T15:20:44.637Z] ---> Running in 7a1d474c6833 [2023-03-08T15:20:44.637Z] ---> Running in 4921aef37332 [2023-03-08T15:20:44.905Z] Removing intermediate container 7a1d474c6833 [2023-03-08T15:20:44.905Z] ---> 25f3d9bf4ee7 [2023-03-08T15:20:44.905Z] Step 23/23 : LABEL version=3.0.0-dev.83 [2023-03-08T15:20:44.905Z] ---> 36539243fa5b [2023-03-08T15:20:44.905Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-08T15:20:44.905Z] ---> Running in e05b2b4f7687 [2023-03-08T15:20:45.475Z] Removing intermediate container e05b2b4f7687 [2023-03-08T15:20:45.475Z] ---> 66c6c2619fa8 [2023-03-08T15:20:45.475Z] [2023-03-08T15:20:45.475Z] ---> 64a926196166 [2023-03-08T15:20:45.475Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T15:20:45.475Z] Successfully built 66c6c2619fa8 [2023-03-08T15:20:45.475Z] Successfully tagged core-command:latest [2023-03-08T15:20:45.475Z] Building security-secretstore-setup [2023-03-08T15:20:45.475Z]  Building core-command ... done  ---> Running in 9213005cce2f [2023-03-08T15:20:48.773Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:20:48.773Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:20:48.773Z] ---> 079bd95c9975 [2023-03-08T15:20:48.773Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T15:20:48.773Z] ---> Using cache [2023-03-08T15:20:48.773Z] ---> 81c23f8ee3ae [2023-03-08T15:20:48.773Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-08T15:20:48.773Z] ---> Using cache [2023-03-08T15:20:48.773Z] ---> 92354258607c [2023-03-08T15:20:48.773Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T15:20:48.773Z] ---> Using cache [2023-03-08T15:20:48.773Z] ---> 2002818c665e [2023-03-08T15:20:48.773Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:20:48.773Z] ---> Using cache [2023-03-08T15:20:48.773Z] ---> 10bff8d05beb [2023-03-08T15:20:48.773Z] Step 7/23 : COPY . . [2023-03-08T15:20:48.773Z] ---> Using cache [2023-03-08T15:20:48.773Z] ---> f22c1f4a1905 [2023-03-08T15:20:48.773Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-08T15:20:55.348Z] ---> Running in ec73ad414e9a [2023-03-08T15:20:55.348Z] Removing intermediate container 4921aef37332 [2023-03-08T15:20:55.348Z] ---> 36fc2391ef6b [2023-03-08T15:20:55.348Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T15:20:55.348Z] ---> Running in 9eab4ab8b12b [2023-03-08T15:20:55.348Z] Removing intermediate container 9eab4ab8b12b [2023-03-08T15:20:55.348Z] ---> a7135ccc49aa [2023-03-08T15:20:55.348Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-08T15:20:55.348Z] ---> Running in 5aa2cc553e67 [2023-03-08T15:20:55.606Z] Removing intermediate container 9213005cce2f [2023-03-08T15:20:55.606Z] ---> d05a3ebbdcb8 [2023-03-08T15:20:55.606Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T15:20:55.606Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T15:20:57.517Z] Removing intermediate container 5aa2cc553e67 [2023-03-08T15:20:57.517Z] ---> 21eed08558ab [2023-03-08T15:20:57.517Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T15:20:57.517Z] ---> Running in caf11190050a [2023-03-08T15:20:57.517Z] ---> Running in c226e6ef26e3 [2023-03-08T15:20:57.517Z] Removing intermediate container 63e37406776b [2023-03-08T15:20:57.517Z] ---> c08aa9704157 [2023-03-08T15:20:57.517Z] [2023-03-08T15:20:57.517Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:20:57.517Z] ---> dfd21b5a31f5 [2023-03-08T15:20:57.517Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-08T15:20:57.517Z] Removing intermediate container c4e2a640f497 [2023-03-08T15:20:57.517Z] ---> 217a25ea060e [2023-03-08T15:20:57.517Z] [2023-03-08T15:20:57.517Z] Step 10/24 : FROM alpine:3.16 [2023-03-08T15:20:57.517Z] ---> dfd21b5a31f5 [2023-03-08T15:20:57.517Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:20:57.517Z] ---> Using cache [2023-03-08T15:20:57.517Z] ---> 92343a8864e1 [2023-03-08T15:20:57.517Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T15:20:57.517Z] ---> Using cache [2023-03-08T15:20:57.517Z] ---> 9ee6335b6105 [2023-03-08T15:20:57.517Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-08T15:20:57.517Z] ---> Running in e8109a20db47 [2023-03-08T15:20:57.517Z] ---> Running in fd90d4aa05f2 [2023-03-08T15:20:57.517Z] Removing intermediate container caf11190050a [2023-03-08T15:20:57.517Z] ---> 2a9d3cf0e117 [2023-03-08T15:20:57.517Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-08T15:20:57.775Z] Removing intermediate container c226e6ef26e3 [2023-03-08T15:20:57.775Z] ---> Running in a3f05bf457b1 [2023-03-08T15:20:57.775Z] ---> ced13873e05f [2023-03-08T15:20:57.775Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:20:57.775Z] ---> Running in 5aff1c3b8816 [2023-03-08T15:20:57.775Z] Removing intermediate container fd90d4aa05f2 [2023-03-08T15:20:57.775Z] ---> a9841fdfe262 [2023-03-08T15:20:57.775Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-08T15:20:57.775Z] Removing intermediate container e8109a20db47 [2023-03-08T15:20:57.775Z] ---> feabfbd385a5 [2023-03-08T15:20:57.775Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-08T15:20:57.775Z] Removing intermediate container 5aff1c3b8816 [2023-03-08T15:20:57.775Z] ---> 3bda9e7bd324 [2023-03-08T15:20:57.775Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:20:57.775Z] Removing intermediate container a3f05bf457b1 [2023-03-08T15:20:57.775Z] ---> 9acf710c98d5 [2023-03-08T15:20:57.775Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T15:20:57.775Z] ---> Running in 5f8b0a490d04 [2023-03-08T15:20:57.775Z] ---> Running in 185a5e6af866 [2023-03-08T15:20:57.775Z] ---> Running in f92d96bb8ddf [2023-03-08T15:20:57.775Z] ---> Running in 5cc91ce3f8dc [2023-03-08T15:20:58.035Z] Removing intermediate container 5f8b0a490d04 [2023-03-08T15:20:58.035Z] ---> de01afcb099c [2023-03-08T15:20:58.035Z] Step 15/24 : WORKDIR / [2023-03-08T15:20:58.035Z] Removing intermediate container f92d96bb8ddf [2023-03-08T15:20:58.035Z] ---> b8d8bdba7306 [2023-03-08T15:20:58.035Z] [2023-03-08T15:20:58.035Z] Removing intermediate container 185a5e6af866 [2023-03-08T15:20:58.035Z] ---> 51fe252b3ddb [2023-03-08T15:20:58.035Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-08T15:20:58.035Z] ---> Running in 5657e98affff [2023-03-08T15:20:58.035Z] Removing intermediate container 5cc91ce3f8dc [2023-03-08T15:20:58.035Z] ---> da3656d580fe [2023-03-08T15:20:58.035Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:20:58.035Z] ---> Running in 99264537330d [2023-03-08T15:20:58.035Z] Successfully built b8d8bdba7306 [2023-03-08T15:20:58.035Z] ---> Running in 9c5e46196b9e [2023-03-08T15:20:58.035Z] Successfully tagged security-proxy-auth:latest [2023-03-08T15:20:58.035Z] Building security-spire-agent [2023-03-08T15:20:58.376Z]  Building security-proxy-auth ... done Removing intermediate container 99264537330d [2023-03-08T15:20:58.376Z] ---> f3328a0aa87b [2023-03-08T15:20:58.376Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:20:58.376Z] Removing intermediate container 5657e98affff [2023-03-08T15:20:58.376Z] ---> cc2fbca00e1e [2023-03-08T15:20:58.376Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:20:58.376Z] Removing intermediate container 9c5e46196b9e [2023-03-08T15:20:58.376Z] ---> a33c6f94c2dc [2023-03-08T15:20:58.376Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:21:01.667Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:21:01.667Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:21:01.667Z] ---> 079bd95c9975 [2023-03-08T15:21:01.667Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T15:21:01.667Z] ---> Using cache [2023-03-08T15:21:01.667Z] ---> 81c23f8ee3ae [2023-03-08T15:21:01.667Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T15:21:01.667Z] ---> Using cache [2023-03-08T15:21:01.667Z] ---> fa8dafe0babb [2023-03-08T15:21:01.667Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T15:21:01.667Z] ---> Using cache [2023-03-08T15:21:01.667Z] ---> 223bfd5eb96f [2023-03-08T15:21:01.667Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:21:01.667Z] ---> Using cache [2023-03-08T15:21:01.667Z] ---> a3219fbc492e [2023-03-08T15:21:01.667Z] Step 7/24 : COPY . . [2023-03-08T15:21:01.667Z] ---> Using cache [2023-03-08T15:21:01.667Z] ---> 0747c592b463 [2023-03-08T15:21:01.667Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T15:21:01.667Z] ---> Using cache [2023-03-08T15:21:01.667Z] ---> a334cf3036db [2023-03-08T15:21:01.667Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T15:21:01.667Z] ---> Using cache [2023-03-08T15:21:01.667Z] ---> 99bde3a3cd5c [2023-03-08T15:21:01.667Z] 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-03-08T15:21:04.196Z] ---> Running in 32f7edb77ab1 [2023-03-08T15:21:04.455Z] ---> Running in 984b04b27366 [2023-03-08T15:21:04.455Z] ---> b24d5627e481 [2023-03-08T15:21:04.455Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-08T15:21:04.455Z] ---> Running in f28cd93fe710 [2023-03-08T15:21:04.715Z] Removing intermediate container 984b04b27366 [2023-03-08T15:21:04.715Z] ---> 7af2de832eec [2023-03-08T15:21:04.715Z] [2023-03-08T15:21:04.715Z] Successfully built 7af2de832eec [2023-03-08T15:21:04.715Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-08T15:21:04.972Z]  Building core-common-config-bootstrapper ... done  ---> 8bb209a08c62 [2023-03-08T15:21:04.972Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-08T15:21:04.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:21:05.228Z] ---> 759947c473f4 [2023-03-08T15:21:05.228Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-08T15:21:05.228Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:21:05.228Z] Removing intermediate container f28cd93fe710 [2023-03-08T15:21:05.228Z] ---> 5bcebbe41bb5 [2023-03-08T15:21:05.228Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T15:21:05.485Z] ---> bf8aad2e9521 [2023-03-08T15:21:05.485Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-08T15:21:05.485Z] ---> Running in 4a4d71a016d2 [2023-03-08T15:21:05.485Z] ---> Running in 627eade8e1e3 [2023-03-08T15:21:05.485Z] Removing intermediate container 4a4d71a016d2 [2023-03-08T15:21:05.485Z] ---> 33736f2848aa [2023-03-08T15:21:05.485Z] [2023-03-08T15:21:05.485Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T15:21:05.485Z] ---> 5ce65d7b0fde [2023-03-08T15:21:05.485Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:21:05.485Z] ---> Using cache [2023-03-08T15:21:05.485Z] ---> ac0628466f97 [2023-03-08T15:21:05.485Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T15:21:05.485Z] ---> Using cache [2023-03-08T15:21:05.485Z] ---> 774f6d9c468a [2023-03-08T15:21:05.485Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-08T15:21:05.485Z] Removing intermediate container 627eade8e1e3 [2023-03-08T15:21:05.485Z] ---> aaeee15bd57d [2023-03-08T15:21:05.485Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:21:05.485Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T15:21:05.485Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:21:05.485Z] OK: 6 MiB in 15 packages [2023-03-08T15:21:05.485Z] ---> Running in d52c2700901d [2023-03-08T15:21:05.485Z] Removing intermediate container d52c2700901d [2023-03-08T15:21:05.485Z] ---> 6eac75c35380 [2023-03-08T15:21:05.485Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T15:21:05.742Z] ---> Running in 5d2f7869c52a [2023-03-08T15:21:06.308Z] Removing intermediate container 5d2f7869c52a [2023-03-08T15:21:06.308Z] ---> 01ea148b8284 [2023-03-08T15:21:06.308Z] Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:06.308Z] ---> Running in a3db44717b89 [2023-03-08T15:21:06.308Z] ---> 48b2fdabbcd8 [2023-03-08T15:21:06.308Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T15:21:06.308Z] Removing intermediate container 32f7edb77ab1 [2023-03-08T15:21:06.308Z] ---> f9e002e300c9 [2023-03-08T15:21:06.308Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:21:06.567Z] Removing intermediate container a3db44717b89 [2023-03-08T15:21:06.567Z] ---> ab0fe29e4976 [2023-03-08T15:21:06.567Z] Step 24/24 : LABEL version=3.0.0-dev.83 [2023-03-08T15:21:06.567Z] ---> Running in 8f11776b4309 [2023-03-08T15:21:06.567Z] ---> 672a203f23aa [2023-03-08T15:21:06.567Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-08T15:21:06.567Z] Removing intermediate container 8f11776b4309 [2023-03-08T15:21:06.567Z] ---> 42cd14f12c10 [2023-03-08T15:21:06.567Z] [2023-03-08T15:21:06.567Z] Successfully built 42cd14f12c10 [2023-03-08T15:21:06.567Z] Successfully tagged core-metadata:latest [2023-03-08T15:21:09.115Z]  Building core-metadata ... done  ---> 8ed3219bbaa7 [2023-03-08T15:21:09.115Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-08T15:21:09.115Z] ---> ba448ca8d2ab [2023-03-08T15:21:09.115Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T15:21:09.441Z] ---> 316fae84b72c [2023-03-08T15:21:09.442Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-08T15:21:09.442Z] ---> 97133dfebe18 [2023-03-08T15:21:09.442Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-08T15:21:09.442Z] ---> Running in bacb5dae46ec [2023-03-08T15:21:09.699Z] Removing intermediate container bacb5dae46ec [2023-03-08T15:21:09.699Z] ---> ac9a0f57b200 [2023-03-08T15:21:09.699Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:21:09.699Z] ---> f93756e86d18 [2023-03-08T15:21:09.699Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-08T15:21:09.699Z] ---> Running in b668a1a59883 [2023-03-08T15:21:09.699Z] Removing intermediate container b668a1a59883 [2023-03-08T15:21:09.699Z] ---> 4b79f1a09869 [2023-03-08T15:21:09.699Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T15:21:09.699Z] ---> Running in 1b7023d21954 [2023-03-08T15:21:09.957Z] ---> f78957686b2c [2023-03-08T15:21:09.957Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T15:21:09.957Z] Removing intermediate container 1b7023d21954 [2023-03-08T15:21:09.957Z] ---> 96d1becf94b3 [2023-03-08T15:21:09.957Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:09.957Z] ---> Running in 89b92ac32378 [2023-03-08T15:21:09.957Z] ---> Running in 6a9fe1030097 [2023-03-08T15:21:10.214Z] Removing intermediate container 89b92ac32378 [2023-03-08T15:21:10.214Z] ---> 60e116fda54f [2023-03-08T15:21:10.214Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T15:21:10.214Z] ---> Running in 3feb3090a82a [2023-03-08T15:21:10.214Z] Removing intermediate container 6a9fe1030097 [2023-03-08T15:21:10.214Z] ---> 80deefa6782f [2023-03-08T15:21:10.214Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:21:10.214Z] ---> Running in 2cd47a54d680 [2023-03-08T15:21:10.214Z] Removing intermediate container 3feb3090a82a [2023-03-08T15:21:10.214Z] ---> 4233f5f8a13a [2023-03-08T15:21:10.214Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T15:21:10.214Z] ---> Running in ecb217c64374 [2023-03-08T15:21:10.214Z] Removing intermediate container 2cd47a54d680 [2023-03-08T15:21:10.214Z] ---> 11e9e916e60d [2023-03-08T15:21:10.214Z] [2023-03-08T15:21:10.472Z] Successfully built 11e9e916e60d [2023-03-08T15:21:10.472Z] Successfully tagged core-data:latest [2023-03-08T15:21:10.472Z]  Building core-data ... done Removing intermediate container ecb217c64374 [2023-03-08T15:21:10.472Z] ---> 28aef0351552 [2023-03-08T15:21:10.472Z] Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:10.472Z] ---> Running in c2879eb8a53f [2023-03-08T15:21:10.472Z] Removing intermediate container c2879eb8a53f [2023-03-08T15:21:10.472Z] ---> 2a35ebb0a77e [2023-03-08T15:21:10.472Z] Step 24/24 : LABEL version=3.0.0-dev.83 [2023-03-08T15:21:10.730Z] ---> Running in c97e5de95ccd [2023-03-08T15:21:10.730Z] Removing intermediate container c97e5de95ccd [2023-03-08T15:21:10.730Z] ---> b2f738b41972 [2023-03-08T15:21:10.730Z] [2023-03-08T15:21:10.730Z] Successfully built b2f738b41972 [2023-03-08T15:21:10.730Z] Successfully tagged security-spire-agent:latest [2023-03-08T15:21:12.628Z]  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T15:21:15.909Z] Removing intermediate container ec73ad414e9a [2023-03-08T15:21:15.909Z] ---> 7c98aafbeff4 [2023-03-08T15:21:15.909Z] [2023-03-08T15:21:15.909Z] Step 9/23 : FROM alpine:3.16 [2023-03-08T15:21:15.909Z] ---> dfd21b5a31f5 [2023-03-08T15:21:15.909Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-08T15:21:16.169Z] ---> Running in b68eb873628f [2023-03-08T15:21:16.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T15:21:16.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T15:21:16.688Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-08T15:21:16.688Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-08T15:21:16.688Z] (3/3) Installing su-exec (0.2-r1) [2023-03-08T15:21:16.688Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:21:16.688Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T15:21:16.945Z] OK: 6 MiB in 17 packages [2023-03-08T15:21:17.203Z] Removing intermediate container b68eb873628f [2023-03-08T15:21:17.203Z] ---> 47ffb2de095d [2023-03-08T15:21:17.203Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-08T15:21:17.203Z] ---> Running in f28addd674a8 [2023-03-08T15:21:17.461Z] Removing intermediate container f28addd674a8 [2023-03-08T15:21:17.461Z] ---> 942555908bcd [2023-03-08T15:21:17.461Z] Step 12/23 : WORKDIR / [2023-03-08T15:21:17.461Z] ---> Running in aa1c1316cd0d [2023-03-08T15:21:17.461Z] Removing intermediate container aa1c1316cd0d [2023-03-08T15:21:17.461Z] ---> ed1a2dbe5130 [2023-03-08T15:21:17.461Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-08T15:21:17.461Z] ---> 6bd951769428 [2023-03-08T15:21:17.461Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-08T15:21:17.719Z] ---> c23352af2e56 [2023-03-08T15:21:17.719Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-08T15:21:17.719Z] ---> 220be5b4c010 [2023-03-08T15:21:17.719Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-08T15:21:18.297Z] ---> fb3aa84c63d1 [2023-03-08T15:21:18.297Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-08T15:21:18.556Z] ---> d6baa32f9e01 [2023-03-08T15:21:18.556Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T15:21:18.815Z] ---> 95c8b6c582a5 [2023-03-08T15:21:18.815Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T15:21:18.815Z] ---> Running in 7f13dd2623e2 [2023-03-08T15:21:19.381Z] Removing intermediate container 7f13dd2623e2 [2023-03-08T15:21:19.381Z] ---> 2ce8c5d0929b [2023-03-08T15:21:19.381Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T15:21:19.381Z] ---> Running in 3d4f2504a0c5 [2023-03-08T15:21:19.381Z] Removing intermediate container 3d4f2504a0c5 [2023-03-08T15:21:19.381Z] ---> 1ba58e15e55f [2023-03-08T15:21:19.381Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T15:21:19.381Z] ---> Running in 6b2e6482184c [2023-03-08T15:21:19.639Z] Removing intermediate container 6b2e6482184c [2023-03-08T15:21:19.639Z] ---> fc66dec25944 [2023-03-08T15:21:19.639Z] Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:19.639Z] ---> Running in 21e522ed948f [2023-03-08T15:21:19.639Z] Removing intermediate container 21e522ed948f [2023-03-08T15:21:19.639Z] ---> b4c6f04742f9 [2023-03-08T15:21:19.639Z] Step 23/23 : LABEL version=3.0.0-dev.83 [2023-03-08T15:21:19.639Z] ---> Running in 2f54794e9929 [2023-03-08T15:21:19.639Z] Removing intermediate container 2f54794e9929 [2023-03-08T15:21:19.639Z] ---> 75cb7e9e8322 [2023-03-08T15:21:19.639Z] [2023-03-08T15:21:19.639Z] Successfully built 75cb7e9e8322 [2023-03-08T15:21:19.639Z] Successfully tagged security-secretstore-setup:latest [2023-03-08T15:21:19.903Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-03-08T15:21:19.927Z] $ docker stop --time=1 5b61fc280445ad3e82900eff73e1f156b84c56cf118cae75ec30fa9047faf397 [2023-03-08T15:21:21.209Z] $ docker rm -f --volumes 5b61fc280445ad3e82900eff73e1f156b84c56cf118cae75ec30fa9047faf397 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T15:21:21.517Z] + docker images [2023-03-08T15:21:21.517Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-08T15:21:21.517Z] security-secretstore-setup latest 75cb7e9e8322 2 seconds ago 29.9MB [2023-03-08T15:21:21.517Z] 7c98aafbeff4 7 seconds ago 1.67GB [2023-03-08T15:21:21.517Z] security-spire-agent latest b2f738b41972 11 seconds ago 125MB [2023-03-08T15:21:21.517Z] core-data latest 11e9e916e60d 11 seconds ago 18MB [2023-03-08T15:21:21.517Z] core-metadata latest 42cd14f12c10 15 seconds ago 18.5MB [2023-03-08T15:21:21.517Z] 33736f2848aa 16 seconds ago 1.55GB [2023-03-08T15:21:21.517Z] core-common-config-bootstrapper latest 7af2de832eec 17 seconds ago 15.5MB [2023-03-08T15:21:21.517Z] c08aa9704157 24 seconds ago 1.69GB [2023-03-08T15:21:21.517Z] 217a25ea060e 24 seconds ago 1.69GB [2023-03-08T15:21:21.517Z] security-proxy-auth latest b8d8bdba7306 24 seconds ago 16.2MB [2023-03-08T15:21:21.517Z] core-command latest 66c6c2619fa8 36 seconds ago 17.8MB [2023-03-08T15:21:21.517Z] cfa1b40e6d3c 44 seconds ago 1.68GB [2023-03-08T15:21:21.517Z] 680a34c2d011 44 seconds ago 1.68GB [2023-03-08T15:21:21.517Z] 900ca8d0000e 46 seconds ago 1.66GB [2023-03-08T15:21:21.517Z] security-spire-server latest f6a8a822414f 58 seconds ago 86.5MB [2023-03-08T15:21:21.517Z] security-spire-config latest ba593b390a81 58 seconds ago 85.8MB [2023-03-08T15:21:21.517Z] 7949c90c10e4 About a minute ago 1.55GB [2023-03-08T15:21:21.517Z] d5995f057bee About a minute ago 1.55GB [2023-03-08T15:21:21.517Z] security-bootstrapper latest 814c9d760019 2 minutes ago 19.8MB [2023-03-08T15:21:21.517Z] security-spiffe-token-provider latest dd73bbb4f5ae 2 minutes ago 30MB [2023-03-08T15:21:21.517Z] support-notifications latest b55f822d1911 2 minutes ago 30.7MB [2023-03-08T15:21:21.517Z] support-scheduler latest 2302e163e0d9 2 minutes ago 30.1MB [2023-03-08T15:21:21.517Z] security-proxy-setup latest 2aafbdc2f067 2 minutes ago 16.4MB [2023-03-08T15:21:21.517Z] 1592b8f7314d 2 minutes ago 1.75GB [2023-03-08T15:21:21.517Z] 2d48eb41ee46 2 minutes ago 1.75GB [2023-03-08T15:21:21.517Z] 6b773717881b 2 minutes ago 1.72GB [2023-03-08T15:21:21.517Z] 3c04d4906b1d 2 minutes ago 1.66GB [2023-03-08T15:21:21.517Z] 306773832618 2 minutes ago 1.67GB [2023-03-08T15:21:21.517Z] ci-base-image-x86_64 latest 079bd95c9975 7 minutes ago 903MB [2023-03-08T15:21:21.517Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-08T15:21:21.517Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-08T15:21:21.517Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-08T15:21:21.517Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-08T15:21:21.517Z] 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-03-08T15:21:21.637Z] provisioning config files... [2023-03-08T15:21:21.645Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config1099852246553532548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:21:21.940Z] ---> docker-login.sh [2023-03-08T15:21:21.940Z] nexus3.edgexfoundry.org:10001 [2023-03-08T15:21:21.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:21:21.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:21:21.940Z] Configure a credential helper to remove this warning. See [2023-03-08T15:21:21.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:21:21.940Z] [2023-03-08T15:21:21.940Z] Login Succeeded [2023-03-08T15:21:21.940Z] nexus3.edgexfoundry.org:10002 [2023-03-08T15:21:21.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:21:22.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:21:22.199Z] Configure a credential helper to remove this warning. See [2023-03-08T15:21:22.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:21:22.199Z] [2023-03-08T15:21:22.199Z] Login Succeeded [2023-03-08T15:21:22.199Z] nexus3.edgexfoundry.org:10003 [2023-03-08T15:21:22.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:21:22.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:21:22.199Z] Configure a credential helper to remove this warning. See [2023-03-08T15:21:22.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:21:22.199Z] [2023-03-08T15:21:22.199Z] Login Succeeded [2023-03-08T15:21:22.199Z] nexus3.edgexfoundry.org:10004 [2023-03-08T15:21:22.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:21:22.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:21:22.199Z] Configure a credential helper to remove this warning. See [2023-03-08T15:21:22.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:21:22.200Z] [2023-03-08T15:21:22.200Z] Login Succeeded [2023-03-08T15:21:22.200Z] docker.io [2023-03-08T15:21:22.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:21:22.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:21:22.717Z] Configure a credential helper to remove this warning. See [2023-03-08T15:21:22.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:21:22.717Z] [2023-03-08T15:21:22.717Z] Login Succeeded [2023-03-08T15:21:22.717Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T15:21:22.724Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:22.751Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T15:21:22.777Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-08T15:21:22.777Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:22.777Z] latest [2023-03-08T15:21:22.777Z] 3.0.0-dev.83 [2023-03-08T15:21:22.777Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:22.777Z] main [2023-03-08T15:21:22.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:23.102Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:23.406Z] + docker push nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:23.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T15:21:23.406Z] 547db1eefe56: Preparing [2023-03-08T15:21:23.406Z] 125419aa0a3b: Preparing [2023-03-08T15:21:23.406Z] a976e1d3a200: Preparing [2023-03-08T15:21:23.406Z] fcc6238bcde2: Preparing [2023-03-08T15:21:23.406Z] aa5968d388b8: Preparing [2023-03-08T15:21:23.406Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:23.406Z] 547db1eefe56: Pushed [2023-03-08T15:21:23.406Z] a976e1d3a200: Pushed [2023-03-08T15:21:23.406Z] fcc6238bcde2: Pushed [2023-03-08T15:21:24.781Z] 125419aa0a3b: Pushed [2023-03-08T15:21:24.781Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:25.084Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:25.384Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-08T15:21:25.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T15:21:25.384Z] 547db1eefe56: Preparing [2023-03-08T15:21:25.384Z] 125419aa0a3b: Preparing [2023-03-08T15:21:25.384Z] a976e1d3a200: Preparing [2023-03-08T15:21:25.384Z] fcc6238bcde2: Preparing [2023-03-08T15:21:25.384Z] aa5968d388b8: Preparing [2023-03-08T15:21:25.384Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:25.384Z] 547db1eefe56: Layer already exists [2023-03-08T15:21:25.384Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:25.384Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:25.384Z] 125419aa0a3b: Layer already exists [2023-03-08T15:21:25.384Z] latest: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:25.684Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:25.985Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.83 [2023-03-08T15:21:25.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T15:21:25.985Z] 547db1eefe56: Preparing [2023-03-08T15:21:25.985Z] 125419aa0a3b: Preparing [2023-03-08T15:21:25.985Z] a976e1d3a200: Preparing [2023-03-08T15:21:25.985Z] fcc6238bcde2: Preparing [2023-03-08T15:21:25.985Z] aa5968d388b8: Preparing [2023-03-08T15:21:25.985Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:25.986Z] 125419aa0a3b: Layer already exists [2023-03-08T15:21:25.986Z] 547db1eefe56: Layer already exists [2023-03-08T15:21:25.986Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:25.986Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:25.986Z] 3.0.0-dev.83: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:26.290Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:26.593Z] + docker push nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:26.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T15:21:26.594Z] 547db1eefe56: Preparing [2023-03-08T15:21:26.594Z] 125419aa0a3b: Preparing [2023-03-08T15:21:26.594Z] a976e1d3a200: Preparing [2023-03-08T15:21:26.594Z] fcc6238bcde2: Preparing [2023-03-08T15:21:26.594Z] aa5968d388b8: Preparing [2023-03-08T15:21:26.594Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:26.594Z] 125419aa0a3b: Layer already exists [2023-03-08T15:21:26.594Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:26.594Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:26.594Z] 547db1eefe56: Layer already exists [2023-03-08T15:21:26.594Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:26.898Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:27.197Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-08T15:21:27.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T15:21:27.197Z] 547db1eefe56: Preparing [2023-03-08T15:21:27.197Z] 125419aa0a3b: Preparing [2023-03-08T15:21:27.197Z] a976e1d3a200: Preparing [2023-03-08T15:21:27.197Z] fcc6238bcde2: Preparing [2023-03-08T15:21:27.197Z] aa5968d388b8: Preparing [2023-03-08T15:21:27.197Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:27.197Z] 125419aa0a3b: Layer already exists [2023-03-08T15:21:27.197Z] 547db1eefe56: Layer already exists [2023-03-08T15:21:27.197Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:27.197Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:27.197Z] main: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:27.230Z] ===================================================== [Pipeline] echo [2023-03-08T15:21:27.235Z] taggedImages: [2023-03-08T15:21:27.235Z] - nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:27.235Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-08T15:21:27.235Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.83 [2023-03-08T15:21:27.235Z] - nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:27.235Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-08T15:21:27.250Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-08T15:21:27.250Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:27.250Z] latest [2023-03-08T15:21:27.250Z] 3.0.0-dev.83 [2023-03-08T15:21:27.250Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:27.250Z] main [2023-03-08T15:21:27.250Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:27.556Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:27.856Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:27.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T15:21:27.856Z] cd7097cf6b15: Preparing [2023-03-08T15:21:27.856Z] 3f2ec8c0cd6e: Preparing [2023-03-08T15:21:27.856Z] 8f75cd0231bf: Preparing [2023-03-08T15:21:27.856Z] da79d9f46f9d: Preparing [2023-03-08T15:21:27.856Z] a976e1d3a200: Preparing [2023-03-08T15:21:27.856Z] 46a728b77e62: Preparing [2023-03-08T15:21:27.856Z] aa5968d388b8: Preparing [2023-03-08T15:21:27.856Z] 46a728b77e62: Waiting [2023-03-08T15:21:27.856Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:27.856Z] 3f2ec8c0cd6e: Pushed [2023-03-08T15:21:27.856Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:27.856Z] 8f75cd0231bf: Pushed [2023-03-08T15:21:27.856Z] 46a728b77e62: Pushed [2023-03-08T15:21:27.856Z] cd7097cf6b15: Pushed [2023-03-08T15:21:28.792Z] da79d9f46f9d: Pushed [2023-03-08T15:21:29.050Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:29.355Z] + 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-03-08T15:21:29.657Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-08T15:21:29.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T15:21:29.657Z] cd7097cf6b15: Preparing [2023-03-08T15:21:29.657Z] 3f2ec8c0cd6e: Preparing [2023-03-08T15:21:29.657Z] 8f75cd0231bf: Preparing [2023-03-08T15:21:29.657Z] da79d9f46f9d: Preparing [2023-03-08T15:21:29.657Z] a976e1d3a200: Preparing [2023-03-08T15:21:29.657Z] 46a728b77e62: Preparing [2023-03-08T15:21:29.657Z] aa5968d388b8: Preparing [2023-03-08T15:21:29.657Z] 46a728b77e62: Waiting [2023-03-08T15:21:29.657Z] aa5968d388b8: Waiting [2023-03-08T15:21:29.657Z] 8f75cd0231bf: Layer already exists [2023-03-08T15:21:29.657Z] 3f2ec8c0cd6e: Layer already exists [2023-03-08T15:21:29.657Z] da79d9f46f9d: Layer already exists [2023-03-08T15:21:29.658Z] cd7097cf6b15: Layer already exists [2023-03-08T15:21:29.658Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:29.658Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:29.658Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:29.658Z] latest: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:29.961Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:30.260Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.83 [2023-03-08T15:21:30.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T15:21:30.260Z] cd7097cf6b15: Preparing [2023-03-08T15:21:30.260Z] 3f2ec8c0cd6e: Preparing [2023-03-08T15:21:30.260Z] 8f75cd0231bf: Preparing [2023-03-08T15:21:30.260Z] da79d9f46f9d: Preparing [2023-03-08T15:21:30.260Z] a976e1d3a200: Preparing [2023-03-08T15:21:30.260Z] 46a728b77e62: Preparing [2023-03-08T15:21:30.260Z] aa5968d388b8: Preparing [2023-03-08T15:21:30.260Z] 46a728b77e62: Waiting [2023-03-08T15:21:30.260Z] aa5968d388b8: Waiting [2023-03-08T15:21:30.260Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:30.260Z] 8f75cd0231bf: Layer already exists [2023-03-08T15:21:30.260Z] 3f2ec8c0cd6e: Layer already exists [2023-03-08T15:21:30.260Z] da79d9f46f9d: Layer already exists [2023-03-08T15:21:30.260Z] cd7097cf6b15: Layer already exists [2023-03-08T15:21:30.260Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:30.260Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:30.260Z] 3.0.0-dev.83: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:30.565Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:30.871Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:30.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T15:21:30.871Z] cd7097cf6b15: Preparing [2023-03-08T15:21:30.871Z] 3f2ec8c0cd6e: Preparing [2023-03-08T15:21:30.871Z] 8f75cd0231bf: Preparing [2023-03-08T15:21:30.871Z] da79d9f46f9d: Preparing [2023-03-08T15:21:30.871Z] a976e1d3a200: Preparing [2023-03-08T15:21:30.871Z] 46a728b77e62: Preparing [2023-03-08T15:21:30.871Z] aa5968d388b8: Preparing [2023-03-08T15:21:30.871Z] 46a728b77e62: Waiting [2023-03-08T15:21:30.871Z] aa5968d388b8: Waiting [2023-03-08T15:21:30.871Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:30.871Z] 3f2ec8c0cd6e: Layer already exists [2023-03-08T15:21:30.871Z] cd7097cf6b15: Layer already exists [2023-03-08T15:21:30.871Z] 8f75cd0231bf: Layer already exists [2023-03-08T15:21:30.871Z] da79d9f46f9d: Layer already exists [2023-03-08T15:21:30.871Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:30.871Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:30.871Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:31.173Z] + 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-03-08T15:21:31.484Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-08T15:21:31.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T15:21:31.484Z] cd7097cf6b15: Preparing [2023-03-08T15:21:31.484Z] 3f2ec8c0cd6e: Preparing [2023-03-08T15:21:31.484Z] 8f75cd0231bf: Preparing [2023-03-08T15:21:31.484Z] da79d9f46f9d: Preparing [2023-03-08T15:21:31.484Z] a976e1d3a200: Preparing [2023-03-08T15:21:31.484Z] 46a728b77e62: Preparing [2023-03-08T15:21:31.484Z] aa5968d388b8: Preparing [2023-03-08T15:21:31.484Z] 46a728b77e62: Waiting [2023-03-08T15:21:31.484Z] aa5968d388b8: Waiting [2023-03-08T15:21:31.484Z] 3f2ec8c0cd6e: Layer already exists [2023-03-08T15:21:31.484Z] 8f75cd0231bf: Layer already exists [2023-03-08T15:21:31.484Z] da79d9f46f9d: Layer already exists [2023-03-08T15:21:31.484Z] cd7097cf6b15: Layer already exists [2023-03-08T15:21:31.484Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:31.484Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:31.484Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:31.484Z] main: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:31.517Z] ===================================================== [Pipeline] echo [2023-03-08T15:21:31.523Z] taggedImages: [2023-03-08T15:21:31.523Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:31.523Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-08T15:21:31.523Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.83 [2023-03-08T15:21:31.523Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:31.523Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-08T15:21:31.537Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-08T15:21:31.537Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:31.537Z] latest [2023-03-08T15:21:31.537Z] 3.0.0-dev.83 [2023-03-08T15:21:31.537Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:31.537Z] main [2023-03-08T15:21:31.537Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:31.843Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:32.155Z] + docker push nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:32.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T15:21:32.155Z] 10672249d486: Preparing [2023-03-08T15:21:32.155Z] 7ed420beeb77: Preparing [2023-03-08T15:21:32.155Z] a976e1d3a200: Preparing [2023-03-08T15:21:32.155Z] 6ab062a1224b: Preparing [2023-03-08T15:21:32.155Z] aa5968d388b8: Preparing [2023-03-08T15:21:32.155Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:32.155Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:32.155Z] 10672249d486: Pushed [2023-03-08T15:21:32.155Z] 6ab062a1224b: Pushed [2023-03-08T15:21:33.532Z] 7ed420beeb77: Pushed [2023-03-08T15:21:33.532Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:33.856Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:34.169Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-08T15:21:34.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T15:21:34.169Z] 10672249d486: Preparing [2023-03-08T15:21:34.169Z] 7ed420beeb77: Preparing [2023-03-08T15:21:34.169Z] a976e1d3a200: Preparing [2023-03-08T15:21:34.169Z] 6ab062a1224b: Preparing [2023-03-08T15:21:34.169Z] aa5968d388b8: Preparing [2023-03-08T15:21:34.169Z] 10672249d486: Layer already exists [2023-03-08T15:21:34.169Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:34.169Z] 7ed420beeb77: Layer already exists [2023-03-08T15:21:34.169Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:34.169Z] 6ab062a1224b: Layer already exists [2023-03-08T15:21:34.169Z] latest: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:34.476Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:34.782Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.83 [2023-03-08T15:21:34.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T15:21:34.782Z] 10672249d486: Preparing [2023-03-08T15:21:34.782Z] 7ed420beeb77: Preparing [2023-03-08T15:21:34.782Z] a976e1d3a200: Preparing [2023-03-08T15:21:34.782Z] 6ab062a1224b: Preparing [2023-03-08T15:21:34.782Z] aa5968d388b8: Preparing [2023-03-08T15:21:34.782Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:34.782Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:34.782Z] 10672249d486: Layer already exists [2023-03-08T15:21:34.782Z] 6ab062a1224b: Layer already exists [2023-03-08T15:21:34.782Z] 7ed420beeb77: Layer already exists [2023-03-08T15:21:34.782Z] 3.0.0-dev.83: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:35.217Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:35.553Z] + docker push nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:35.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T15:21:35.553Z] 10672249d486: Preparing [2023-03-08T15:21:35.553Z] 7ed420beeb77: Preparing [2023-03-08T15:21:35.553Z] a976e1d3a200: Preparing [2023-03-08T15:21:35.553Z] 6ab062a1224b: Preparing [2023-03-08T15:21:35.553Z] aa5968d388b8: Preparing [2023-03-08T15:21:35.553Z] 7ed420beeb77: Layer already exists [2023-03-08T15:21:35.553Z] 10672249d486: Layer already exists [2023-03-08T15:21:35.553Z] 6ab062a1224b: Layer already exists [2023-03-08T15:21:35.553Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:35.553Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:35.553Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:35.899Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:36.243Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-08T15:21:36.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T15:21:36.243Z] 10672249d486: Preparing [2023-03-08T15:21:36.243Z] 7ed420beeb77: Preparing [2023-03-08T15:21:36.243Z] a976e1d3a200: Preparing [2023-03-08T15:21:36.243Z] 6ab062a1224b: Preparing [2023-03-08T15:21:36.243Z] aa5968d388b8: Preparing [2023-03-08T15:21:36.243Z] 10672249d486: Layer already exists [2023-03-08T15:21:36.243Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:36.243Z] 6ab062a1224b: Layer already exists [2023-03-08T15:21:36.243Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:36.243Z] 7ed420beeb77: Layer already exists [2023-03-08T15:21:36.243Z] main: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:36.280Z] ===================================================== [Pipeline] echo [2023-03-08T15:21:36.285Z] taggedImages: [2023-03-08T15:21:36.285Z] - nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:36.285Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-08T15:21:36.285Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.83 [2023-03-08T15:21:36.285Z] - nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:36.285Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-08T15:21:36.300Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-08T15:21:36.300Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:36.300Z] latest [2023-03-08T15:21:36.300Z] 3.0.0-dev.83 [2023-03-08T15:21:36.300Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:36.300Z] main [2023-03-08T15:21:36.300Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:36.629Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:36.929Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:36.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T15:21:36.929Z] 2bd47697d51f: Preparing [2023-03-08T15:21:36.929Z] f782520d3410: Preparing [2023-03-08T15:21:36.929Z] cb8bcb0448c0: Preparing [2023-03-08T15:21:36.929Z] a976e1d3a200: Preparing [2023-03-08T15:21:36.929Z] fcc6238bcde2: Preparing [2023-03-08T15:21:36.929Z] aa5968d388b8: Preparing [2023-03-08T15:21:36.929Z] aa5968d388b8: Waiting [2023-03-08T15:21:36.929Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:36.929Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:36.929Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:36.929Z] f782520d3410: Pushed [2023-03-08T15:21:36.929Z] 2bd47697d51f: Pushed [2023-03-08T15:21:38.306Z] cb8bcb0448c0: Pushed [2023-03-08T15:21:38.306Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:38.612Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:38.912Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-08T15:21:38.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T15:21:38.912Z] 2bd47697d51f: Preparing [2023-03-08T15:21:38.912Z] f782520d3410: Preparing [2023-03-08T15:21:38.912Z] cb8bcb0448c0: Preparing [2023-03-08T15:21:38.912Z] a976e1d3a200: Preparing [2023-03-08T15:21:38.912Z] fcc6238bcde2: Preparing [2023-03-08T15:21:38.912Z] aa5968d388b8: Preparing [2023-03-08T15:21:38.912Z] aa5968d388b8: Waiting [2023-03-08T15:21:38.912Z] 2bd47697d51f: Layer already exists [2023-03-08T15:21:38.912Z] cb8bcb0448c0: Layer already exists [2023-03-08T15:21:38.912Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:38.912Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:38.912Z] f782520d3410: Layer already exists [2023-03-08T15:21:38.912Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:38.912Z] latest: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:39.214Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:39.512Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.83 [2023-03-08T15:21:39.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T15:21:39.512Z] 2bd47697d51f: Preparing [2023-03-08T15:21:39.512Z] f782520d3410: Preparing [2023-03-08T15:21:39.512Z] cb8bcb0448c0: Preparing [2023-03-08T15:21:39.512Z] a976e1d3a200: Preparing [2023-03-08T15:21:39.512Z] fcc6238bcde2: Preparing [2023-03-08T15:21:39.512Z] aa5968d388b8: Preparing [2023-03-08T15:21:39.512Z] aa5968d388b8: Waiting [2023-03-08T15:21:39.512Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:39.512Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:39.512Z] f782520d3410: Layer already exists [2023-03-08T15:21:39.512Z] 2bd47697d51f: Layer already exists [2023-03-08T15:21:39.512Z] cb8bcb0448c0: Layer already exists [2023-03-08T15:21:39.512Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:39.512Z] 3.0.0-dev.83: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:39.813Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:40.121Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:40.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T15:21:40.122Z] 2bd47697d51f: Preparing [2023-03-08T15:21:40.122Z] f782520d3410: Preparing [2023-03-08T15:21:40.122Z] cb8bcb0448c0: Preparing [2023-03-08T15:21:40.122Z] a976e1d3a200: Preparing [2023-03-08T15:21:40.122Z] fcc6238bcde2: Preparing [2023-03-08T15:21:40.122Z] aa5968d388b8: Preparing [2023-03-08T15:21:40.122Z] aa5968d388b8: Waiting [2023-03-08T15:21:40.122Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:40.122Z] cb8bcb0448c0: Layer already exists [2023-03-08T15:21:40.122Z] f782520d3410: Layer already exists [2023-03-08T15:21:40.122Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:40.122Z] 2bd47697d51f: Layer already exists [2023-03-08T15:21:40.122Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:40.122Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:40.429Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:40.736Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-08T15:21:40.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T15:21:40.737Z] 2bd47697d51f: Preparing [2023-03-08T15:21:40.737Z] f782520d3410: Preparing [2023-03-08T15:21:40.737Z] cb8bcb0448c0: Preparing [2023-03-08T15:21:40.737Z] a976e1d3a200: Preparing [2023-03-08T15:21:40.737Z] fcc6238bcde2: Preparing [2023-03-08T15:21:40.737Z] aa5968d388b8: Preparing [2023-03-08T15:21:40.737Z] aa5968d388b8: Waiting [2023-03-08T15:21:40.737Z] f782520d3410: Layer already exists [2023-03-08T15:21:40.737Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:40.737Z] cb8bcb0448c0: Layer already exists [2023-03-08T15:21:40.737Z] 2bd47697d51f: Layer already exists [2023-03-08T15:21:40.737Z] fcc6238bcde2: Layer already exists [2023-03-08T15:21:40.737Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:40.737Z] main: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:40.771Z] ===================================================== [Pipeline] echo [2023-03-08T15:21:40.777Z] taggedImages: [2023-03-08T15:21:40.777Z] - nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:40.777Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-08T15:21:40.777Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.83 [2023-03-08T15:21:40.777Z] - nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:40.777Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-08T15:21:40.792Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-08T15:21:40.792Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:40.792Z] latest [2023-03-08T15:21:40.792Z] 3.0.0-dev.83 [2023-03-08T15:21:40.792Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:40.792Z] main [2023-03-08T15:21:40.792Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:41.095Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:41.397Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:41.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T15:21:41.397Z] b4ef7506071a: Preparing [2023-03-08T15:21:41.397Z] b4ef7506071a: Preparing [2023-03-08T15:21:41.397Z] f1f6ee53da0a: Preparing [2023-03-08T15:21:41.397Z] b82b72b5f1ab: Preparing [2023-03-08T15:21:41.397Z] 15afb9a841cc: Preparing [2023-03-08T15:21:41.397Z] 61344b5b5721: Preparing [2023-03-08T15:21:41.397Z] 9020d63f4a4a: Preparing [2023-03-08T15:21:41.397Z] a976e1d3a200: Preparing [2023-03-08T15:21:41.397Z] 81e30a5d604a: Preparing [2023-03-08T15:21:41.397Z] 3797065386f3: Preparing [2023-03-08T15:21:41.397Z] 00507434e8a6: Preparing [2023-03-08T15:21:41.397Z] 87cd3ec130d9: Preparing [2023-03-08T15:21:41.397Z] aa5968d388b8: Preparing [2023-03-08T15:21:41.397Z] 81e30a5d604a: Waiting [2023-03-08T15:21:41.397Z] 3797065386f3: Waiting [2023-03-08T15:21:41.397Z] 00507434e8a6: Waiting [2023-03-08T15:21:41.397Z] 87cd3ec130d9: Waiting [2023-03-08T15:21:41.397Z] a976e1d3a200: Waiting [2023-03-08T15:21:41.397Z] aa5968d388b8: Waiting [2023-03-08T15:21:41.397Z] 9020d63f4a4a: Waiting [2023-03-08T15:21:41.397Z] 61344b5b5721: Pushed [2023-03-08T15:21:41.397Z] b4ef7506071a: Pushed [2023-03-08T15:21:41.397Z] f1f6ee53da0a: Pushed [2023-03-08T15:21:41.397Z] 15afb9a841cc: Pushed [2023-03-08T15:21:41.397Z] b82b72b5f1ab: Pushed [2023-03-08T15:21:41.397Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:41.656Z] 3797065386f3: Pushed [2023-03-08T15:21:41.656Z] 81e30a5d604a: Pushed [2023-03-08T15:21:41.656Z] 87cd3ec130d9: Pushed [2023-03-08T15:21:41.656Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:41.656Z] 00507434e8a6: Pushed [2023-03-08T15:21:43.034Z] 9020d63f4a4a: Pushed [2023-03-08T15:21:43.034Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:43.342Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:43.648Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-08T15:21:43.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T15:21:43.648Z] b4ef7506071a: Preparing [2023-03-08T15:21:43.648Z] b4ef7506071a: Preparing [2023-03-08T15:21:43.648Z] f1f6ee53da0a: Preparing [2023-03-08T15:21:43.648Z] b82b72b5f1ab: Preparing [2023-03-08T15:21:43.648Z] 15afb9a841cc: Preparing [2023-03-08T15:21:43.648Z] 61344b5b5721: Preparing [2023-03-08T15:21:43.648Z] 9020d63f4a4a: Preparing [2023-03-08T15:21:43.648Z] a976e1d3a200: Preparing [2023-03-08T15:21:43.648Z] 81e30a5d604a: Preparing [2023-03-08T15:21:43.648Z] 3797065386f3: Preparing [2023-03-08T15:21:43.648Z] 00507434e8a6: Preparing [2023-03-08T15:21:43.648Z] 87cd3ec130d9: Preparing [2023-03-08T15:21:43.648Z] aa5968d388b8: Preparing [2023-03-08T15:21:43.648Z] 9020d63f4a4a: Waiting [2023-03-08T15:21:43.648Z] a976e1d3a200: Waiting [2023-03-08T15:21:43.648Z] 81e30a5d604a: Waiting [2023-03-08T15:21:43.648Z] 3797065386f3: Waiting [2023-03-08T15:21:43.648Z] 87cd3ec130d9: Waiting [2023-03-08T15:21:43.648Z] 00507434e8a6: Waiting [2023-03-08T15:21:43.648Z] aa5968d388b8: Waiting [2023-03-08T15:21:43.648Z] f1f6ee53da0a: Layer already exists [2023-03-08T15:21:43.648Z] 15afb9a841cc: Layer already exists [2023-03-08T15:21:43.648Z] b4ef7506071a: Layer already exists [2023-03-08T15:21:43.648Z] b82b72b5f1ab: Layer already exists [2023-03-08T15:21:43.648Z] 61344b5b5721: Layer already exists [2023-03-08T15:21:43.648Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:43.648Z] 9020d63f4a4a: Layer already exists [2023-03-08T15:21:43.648Z] 81e30a5d604a: Layer already exists [2023-03-08T15:21:43.648Z] 3797065386f3: Layer already exists [2023-03-08T15:21:43.648Z] 00507434e8a6: Layer already exists [2023-03-08T15:21:43.648Z] 87cd3ec130d9: Layer already exists [2023-03-08T15:21:43.648Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:43.648Z] latest: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:43.950Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:44.254Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.83 [2023-03-08T15:21:44.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T15:21:44.255Z] b4ef7506071a: Preparing [2023-03-08T15:21:44.255Z] b4ef7506071a: Preparing [2023-03-08T15:21:44.255Z] f1f6ee53da0a: Preparing [2023-03-08T15:21:44.255Z] b82b72b5f1ab: Preparing [2023-03-08T15:21:44.255Z] 15afb9a841cc: Preparing [2023-03-08T15:21:44.255Z] 61344b5b5721: Preparing [2023-03-08T15:21:44.255Z] 9020d63f4a4a: Preparing [2023-03-08T15:21:44.255Z] a976e1d3a200: Preparing [2023-03-08T15:21:44.255Z] 81e30a5d604a: Preparing [2023-03-08T15:21:44.255Z] 3797065386f3: Preparing [2023-03-08T15:21:44.255Z] 00507434e8a6: Preparing [2023-03-08T15:21:44.255Z] 87cd3ec130d9: Preparing [2023-03-08T15:21:44.255Z] aa5968d388b8: Preparing [2023-03-08T15:21:44.255Z] 3797065386f3: Waiting [2023-03-08T15:21:44.255Z] 00507434e8a6: Waiting [2023-03-08T15:21:44.255Z] 9020d63f4a4a: Waiting [2023-03-08T15:21:44.255Z] a976e1d3a200: Waiting [2023-03-08T15:21:44.255Z] 81e30a5d604a: Waiting [2023-03-08T15:21:44.255Z] aa5968d388b8: Waiting [2023-03-08T15:21:44.255Z] 61344b5b5721: Layer already exists [2023-03-08T15:21:44.255Z] b4ef7506071a: Layer already exists [2023-03-08T15:21:44.255Z] f1f6ee53da0a: Layer already exists [2023-03-08T15:21:44.255Z] b82b72b5f1ab: Layer already exists [2023-03-08T15:21:44.255Z] 15afb9a841cc: Layer already exists [2023-03-08T15:21:44.255Z] 9020d63f4a4a: Layer already exists [2023-03-08T15:21:44.255Z] 81e30a5d604a: Layer already exists [2023-03-08T15:21:44.255Z] 00507434e8a6: Layer already exists [2023-03-08T15:21:44.255Z] 3797065386f3: Layer already exists [2023-03-08T15:21:44.255Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:44.255Z] 87cd3ec130d9: Layer already exists [2023-03-08T15:21:44.255Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:44.255Z] 3.0.0-dev.83: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:44.557Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:44.860Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:44.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T15:21:44.861Z] b4ef7506071a: Preparing [2023-03-08T15:21:44.861Z] b4ef7506071a: Preparing [2023-03-08T15:21:44.861Z] f1f6ee53da0a: Preparing [2023-03-08T15:21:44.861Z] b82b72b5f1ab: Preparing [2023-03-08T15:21:44.861Z] 15afb9a841cc: Preparing [2023-03-08T15:21:44.861Z] 61344b5b5721: Preparing [2023-03-08T15:21:44.861Z] 9020d63f4a4a: Preparing [2023-03-08T15:21:44.861Z] a976e1d3a200: Preparing [2023-03-08T15:21:44.861Z] 81e30a5d604a: Preparing [2023-03-08T15:21:44.861Z] 3797065386f3: Preparing [2023-03-08T15:21:44.861Z] 00507434e8a6: Preparing [2023-03-08T15:21:44.861Z] 87cd3ec130d9: Preparing [2023-03-08T15:21:44.861Z] aa5968d388b8: Preparing [2023-03-08T15:21:44.861Z] 81e30a5d604a: Waiting [2023-03-08T15:21:44.861Z] 9020d63f4a4a: Waiting [2023-03-08T15:21:44.861Z] 87cd3ec130d9: Waiting [2023-03-08T15:21:44.861Z] 3797065386f3: Waiting [2023-03-08T15:21:44.861Z] a976e1d3a200: Waiting [2023-03-08T15:21:44.861Z] aa5968d388b8: Waiting [2023-03-08T15:21:44.861Z] 00507434e8a6: Waiting [2023-03-08T15:21:44.861Z] 61344b5b5721: Layer already exists [2023-03-08T15:21:44.861Z] b82b72b5f1ab: Layer already exists [2023-03-08T15:21:44.861Z] 15afb9a841cc: Layer already exists [2023-03-08T15:21:44.861Z] f1f6ee53da0a: Layer already exists [2023-03-08T15:21:44.861Z] b4ef7506071a: Layer already exists [2023-03-08T15:21:44.861Z] 9020d63f4a4a: Layer already exists [2023-03-08T15:21:44.861Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:44.861Z] 81e30a5d604a: Layer already exists [2023-03-08T15:21:44.861Z] 3797065386f3: Layer already exists [2023-03-08T15:21:44.861Z] 00507434e8a6: Layer already exists [2023-03-08T15:21:44.861Z] 87cd3ec130d9: Layer already exists [2023-03-08T15:21:44.861Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:44.861Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:45.167Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:45.467Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-08T15:21:45.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T15:21:45.467Z] b4ef7506071a: Preparing [2023-03-08T15:21:45.467Z] b4ef7506071a: Preparing [2023-03-08T15:21:45.467Z] f1f6ee53da0a: Preparing [2023-03-08T15:21:45.467Z] b82b72b5f1ab: Preparing [2023-03-08T15:21:45.467Z] 15afb9a841cc: Preparing [2023-03-08T15:21:45.467Z] 61344b5b5721: Preparing [2023-03-08T15:21:45.467Z] 9020d63f4a4a: Preparing [2023-03-08T15:21:45.467Z] a976e1d3a200: Preparing [2023-03-08T15:21:45.467Z] 81e30a5d604a: Preparing [2023-03-08T15:21:45.467Z] 3797065386f3: Preparing [2023-03-08T15:21:45.467Z] 00507434e8a6: Preparing [2023-03-08T15:21:45.467Z] 87cd3ec130d9: Preparing [2023-03-08T15:21:45.467Z] aa5968d388b8: Preparing [2023-03-08T15:21:45.467Z] a976e1d3a200: Waiting [2023-03-08T15:21:45.467Z] 81e30a5d604a: Waiting [2023-03-08T15:21:45.467Z] 87cd3ec130d9: Waiting [2023-03-08T15:21:45.467Z] aa5968d388b8: Waiting [2023-03-08T15:21:45.467Z] 3797065386f3: Waiting [2023-03-08T15:21:45.467Z] 00507434e8a6: Waiting [2023-03-08T15:21:45.467Z] 9020d63f4a4a: Waiting [2023-03-08T15:21:45.467Z] b82b72b5f1ab: Layer already exists [2023-03-08T15:21:45.467Z] f1f6ee53da0a: Layer already exists [2023-03-08T15:21:45.467Z] 61344b5b5721: Layer already exists [2023-03-08T15:21:45.467Z] 15afb9a841cc: Layer already exists [2023-03-08T15:21:45.467Z] b4ef7506071a: Layer already exists [2023-03-08T15:21:45.467Z] 81e30a5d604a: Layer already exists [2023-03-08T15:21:45.467Z] 9020d63f4a4a: Layer already exists [2023-03-08T15:21:45.467Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:45.467Z] 3797065386f3: Layer already exists [2023-03-08T15:21:45.467Z] 00507434e8a6: Layer already exists [2023-03-08T15:21:45.467Z] 87cd3ec130d9: Layer already exists [2023-03-08T15:21:45.467Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:45.467Z] main: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:45.504Z] ===================================================== [Pipeline] echo [2023-03-08T15:21:45.510Z] taggedImages: [2023-03-08T15:21:45.510Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:45.510Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-08T15:21:45.510Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.83 [2023-03-08T15:21:45.510Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:45.510Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-08T15:21:45.524Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-08T15:21:45.524Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:45.524Z] latest [2023-03-08T15:21:45.524Z] 3.0.0-dev.83 [2023-03-08T15:21:45.524Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:45.524Z] main [2023-03-08T15:21:45.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:45.827Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:46.128Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:46.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T15:21:46.128Z] 978d15556f45: Preparing [2023-03-08T15:21:46.128Z] c94e81417ea9: Preparing [2023-03-08T15:21:46.128Z] 633b04f6af90: Preparing [2023-03-08T15:21:46.128Z] d4384f0f11d8: Preparing [2023-03-08T15:21:46.128Z] a976e1d3a200: Preparing [2023-03-08T15:21:46.128Z] 46a728b77e62: Preparing [2023-03-08T15:21:46.128Z] aa5968d388b8: Preparing [2023-03-08T15:21:46.128Z] 46a728b77e62: Waiting [2023-03-08T15:21:46.128Z] aa5968d388b8: Waiting [2023-03-08T15:21:46.128Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:46.128Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:46.128Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:46.128Z] 633b04f6af90: Pushed [2023-03-08T15:21:46.128Z] c94e81417ea9: Pushed [2023-03-08T15:21:46.128Z] 978d15556f45: Pushed [2023-03-08T15:21:47.503Z] d4384f0f11d8: Pushed [2023-03-08T15:21:47.503Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:47.804Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:48.102Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-08T15:21:48.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T15:21:48.102Z] 978d15556f45: Preparing [2023-03-08T15:21:48.102Z] c94e81417ea9: Preparing [2023-03-08T15:21:48.102Z] 633b04f6af90: Preparing [2023-03-08T15:21:48.102Z] d4384f0f11d8: Preparing [2023-03-08T15:21:48.102Z] a976e1d3a200: Preparing [2023-03-08T15:21:48.102Z] 46a728b77e62: Preparing [2023-03-08T15:21:48.102Z] aa5968d388b8: Preparing [2023-03-08T15:21:48.102Z] 46a728b77e62: Waiting [2023-03-08T15:21:48.102Z] aa5968d388b8: Waiting [2023-03-08T15:21:48.102Z] d4384f0f11d8: Layer already exists [2023-03-08T15:21:48.102Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:48.102Z] 633b04f6af90: Layer already exists [2023-03-08T15:21:48.102Z] 978d15556f45: Layer already exists [2023-03-08T15:21:48.102Z] c94e81417ea9: Layer already exists [2023-03-08T15:21:48.102Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:48.102Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:48.102Z] latest: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:48.407Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:48.705Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.83 [2023-03-08T15:21:48.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T15:21:48.705Z] 978d15556f45: Preparing [2023-03-08T15:21:48.705Z] c94e81417ea9: Preparing [2023-03-08T15:21:48.705Z] 633b04f6af90: Preparing [2023-03-08T15:21:48.705Z] d4384f0f11d8: Preparing [2023-03-08T15:21:48.705Z] a976e1d3a200: Preparing [2023-03-08T15:21:48.705Z] 46a728b77e62: Preparing [2023-03-08T15:21:48.705Z] aa5968d388b8: Preparing [2023-03-08T15:21:48.705Z] 46a728b77e62: Waiting [2023-03-08T15:21:48.705Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:48.705Z] c94e81417ea9: Layer already exists [2023-03-08T15:21:48.705Z] 633b04f6af90: Layer already exists [2023-03-08T15:21:48.705Z] 978d15556f45: Layer already exists [2023-03-08T15:21:48.705Z] d4384f0f11d8: Layer already exists [2023-03-08T15:21:48.705Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:48.705Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:48.705Z] 3.0.0-dev.83: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:49.007Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:49.310Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:49.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T15:21:49.310Z] 978d15556f45: Preparing [2023-03-08T15:21:49.310Z] c94e81417ea9: Preparing [2023-03-08T15:21:49.310Z] 633b04f6af90: Preparing [2023-03-08T15:21:49.310Z] d4384f0f11d8: Preparing [2023-03-08T15:21:49.310Z] a976e1d3a200: Preparing [2023-03-08T15:21:49.310Z] 46a728b77e62: Preparing [2023-03-08T15:21:49.310Z] aa5968d388b8: Preparing [2023-03-08T15:21:49.310Z] 46a728b77e62: Waiting [2023-03-08T15:21:49.310Z] aa5968d388b8: Waiting [2023-03-08T15:21:49.310Z] d4384f0f11d8: Layer already exists [2023-03-08T15:21:49.310Z] 978d15556f45: Layer already exists [2023-03-08T15:21:49.310Z] c94e81417ea9: Layer already exists [2023-03-08T15:21:49.310Z] 633b04f6af90: Layer already exists [2023-03-08T15:21:49.310Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:49.310Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:49.310Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:49.310Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:49.619Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:49.922Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-08T15:21:49.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T15:21:49.922Z] 978d15556f45: Preparing [2023-03-08T15:21:49.922Z] c94e81417ea9: Preparing [2023-03-08T15:21:49.922Z] 633b04f6af90: Preparing [2023-03-08T15:21:49.922Z] d4384f0f11d8: Preparing [2023-03-08T15:21:49.922Z] a976e1d3a200: Preparing [2023-03-08T15:21:49.922Z] 46a728b77e62: Preparing [2023-03-08T15:21:49.922Z] aa5968d388b8: Preparing [2023-03-08T15:21:49.922Z] 46a728b77e62: Waiting [2023-03-08T15:21:49.922Z] aa5968d388b8: Waiting [2023-03-08T15:21:49.922Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:49.922Z] 978d15556f45: Layer already exists [2023-03-08T15:21:49.922Z] d4384f0f11d8: Layer already exists [2023-03-08T15:21:49.922Z] 633b04f6af90: Layer already exists [2023-03-08T15:21:49.922Z] c94e81417ea9: Layer already exists [2023-03-08T15:21:49.922Z] 46a728b77e62: Layer already exists [2023-03-08T15:21:49.922Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:49.922Z] main: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:49.962Z] ===================================================== [Pipeline] echo [2023-03-08T15:21:49.969Z] taggedImages: [2023-03-08T15:21:49.969Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:49.969Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-08T15:21:49.969Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.83 [2023-03-08T15:21:49.969Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:49.969Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-08T15:21:49.990Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-08T15:21:49.990Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:49.990Z] latest [2023-03-08T15:21:49.990Z] 3.0.0-dev.83 [2023-03-08T15:21:49.990Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:49.990Z] main [2023-03-08T15:21:49.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:50.299Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:50.614Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:50.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T15:21:50.615Z] 92ff92e13fbf: Preparing [2023-03-08T15:21:50.615Z] b4de17fc46d5: Preparing [2023-03-08T15:21:50.615Z] 2e20c767c54e: Preparing [2023-03-08T15:21:50.615Z] 2fad24031177: Preparing [2023-03-08T15:21:50.615Z] 0e2424c5f6c9: Preparing [2023-03-08T15:21:50.615Z] 00a68c4bc896: Preparing [2023-03-08T15:21:50.615Z] aa5968d388b8: Preparing [2023-03-08T15:21:50.615Z] 00a68c4bc896: Waiting [2023-03-08T15:21:50.615Z] aa5968d388b8: Waiting [2023-03-08T15:21:50.615Z] 92ff92e13fbf: Pushed [2023-03-08T15:21:50.615Z] 0e2424c5f6c9: Pushed [2023-03-08T15:21:50.615Z] b4de17fc46d5: Pushed [2023-03-08T15:21:50.615Z] 2fad24031177: Pushed [2023-03-08T15:21:50.615Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:50.874Z] 00a68c4bc896: Pushed [2023-03-08T15:21:51.815Z] 2e20c767c54e: Pushed [2023-03-08T15:21:51.815Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:52.127Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:52.430Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-08T15:21:52.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T15:21:52.430Z] 92ff92e13fbf: Preparing [2023-03-08T15:21:52.430Z] b4de17fc46d5: Preparing [2023-03-08T15:21:52.430Z] 2e20c767c54e: Preparing [2023-03-08T15:21:52.430Z] 2fad24031177: Preparing [2023-03-08T15:21:52.430Z] 0e2424c5f6c9: Preparing [2023-03-08T15:21:52.430Z] 00a68c4bc896: Preparing [2023-03-08T15:21:52.430Z] aa5968d388b8: Preparing [2023-03-08T15:21:52.430Z] aa5968d388b8: Waiting [2023-03-08T15:21:52.430Z] 00a68c4bc896: Waiting [2023-03-08T15:21:52.430Z] 92ff92e13fbf: Layer already exists [2023-03-08T15:21:52.430Z] 2e20c767c54e: Layer already exists [2023-03-08T15:21:52.430Z] 0e2424c5f6c9: Layer already exists [2023-03-08T15:21:52.430Z] 2fad24031177: Layer already exists [2023-03-08T15:21:52.430Z] b4de17fc46d5: Layer already exists [2023-03-08T15:21:52.430Z] 00a68c4bc896: Layer already exists [2023-03-08T15:21:52.430Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:52.430Z] latest: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:52.730Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:53.028Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.83 [2023-03-08T15:21:53.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T15:21:53.028Z] 92ff92e13fbf: Preparing [2023-03-08T15:21:53.028Z] b4de17fc46d5: Preparing [2023-03-08T15:21:53.028Z] 2e20c767c54e: Preparing [2023-03-08T15:21:53.028Z] 2fad24031177: Preparing [2023-03-08T15:21:53.028Z] 0e2424c5f6c9: Preparing [2023-03-08T15:21:53.028Z] 00a68c4bc896: Preparing [2023-03-08T15:21:53.028Z] aa5968d388b8: Preparing [2023-03-08T15:21:53.028Z] 00a68c4bc896: Waiting [2023-03-08T15:21:53.028Z] aa5968d388b8: Waiting [2023-03-08T15:21:53.028Z] 2e20c767c54e: Layer already exists [2023-03-08T15:21:53.028Z] b4de17fc46d5: Layer already exists [2023-03-08T15:21:53.028Z] 0e2424c5f6c9: Layer already exists [2023-03-08T15:21:53.028Z] 92ff92e13fbf: Layer already exists [2023-03-08T15:21:53.028Z] 2fad24031177: Layer already exists [2023-03-08T15:21:53.028Z] 00a68c4bc896: Layer already exists [2023-03-08T15:21:53.028Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:53.028Z] 3.0.0-dev.83: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:53.330Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:53.630Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:53.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T15:21:53.630Z] 92ff92e13fbf: Preparing [2023-03-08T15:21:53.630Z] b4de17fc46d5: Preparing [2023-03-08T15:21:53.630Z] 2e20c767c54e: Preparing [2023-03-08T15:21:53.630Z] 2fad24031177: Preparing [2023-03-08T15:21:53.630Z] 0e2424c5f6c9: Preparing [2023-03-08T15:21:53.630Z] 00a68c4bc896: Preparing [2023-03-08T15:21:53.630Z] aa5968d388b8: Preparing [2023-03-08T15:21:53.630Z] aa5968d388b8: Waiting [2023-03-08T15:21:53.630Z] 00a68c4bc896: Waiting [2023-03-08T15:21:53.630Z] b4de17fc46d5: Layer already exists [2023-03-08T15:21:53.630Z] 2e20c767c54e: Layer already exists [2023-03-08T15:21:53.630Z] 0e2424c5f6c9: Layer already exists [2023-03-08T15:21:53.630Z] 92ff92e13fbf: Layer already exists [2023-03-08T15:21:53.630Z] 2fad24031177: Layer already exists [2023-03-08T15:21:53.630Z] 00a68c4bc896: Layer already exists [2023-03-08T15:21:53.630Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:53.630Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:53.941Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:54.246Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-08T15:21:54.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T15:21:54.246Z] 92ff92e13fbf: Preparing [2023-03-08T15:21:54.246Z] b4de17fc46d5: Preparing [2023-03-08T15:21:54.246Z] 2e20c767c54e: Preparing [2023-03-08T15:21:54.246Z] 2fad24031177: Preparing [2023-03-08T15:21:54.246Z] 0e2424c5f6c9: Preparing [2023-03-08T15:21:54.246Z] 00a68c4bc896: Preparing [2023-03-08T15:21:54.246Z] aa5968d388b8: Preparing [2023-03-08T15:21:54.246Z] 00a68c4bc896: Waiting [2023-03-08T15:21:54.246Z] aa5968d388b8: Waiting [2023-03-08T15:21:54.246Z] 2fad24031177: Layer already exists [2023-03-08T15:21:54.246Z] 0e2424c5f6c9: Layer already exists [2023-03-08T15:21:54.246Z] 92ff92e13fbf: Layer already exists [2023-03-08T15:21:54.246Z] 2e20c767c54e: Layer already exists [2023-03-08T15:21:54.246Z] b4de17fc46d5: Layer already exists [2023-03-08T15:21:54.246Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:54.246Z] 00a68c4bc896: Layer already exists [2023-03-08T15:21:54.246Z] main: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:54.294Z] ===================================================== [Pipeline] echo [2023-03-08T15:21:54.304Z] taggedImages: [2023-03-08T15:21:54.304Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:54.304Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-08T15:21:54.304Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.83 [2023-03-08T15:21:54.304Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:54.304Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-08T15:21:54.326Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-08T15:21:54.326Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:54.326Z] latest [2023-03-08T15:21:54.326Z] 3.0.0-dev.83 [2023-03-08T15:21:54.326Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:54.326Z] main [2023-03-08T15:21:54.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:54.641Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:54.944Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:54.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T15:21:54.944Z] 70f40e3b0469: Preparing [2023-03-08T15:21:54.944Z] 501263cb7e0a: Preparing [2023-03-08T15:21:54.944Z] 9777051e6191: Preparing [2023-03-08T15:21:54.944Z] b2d2eb2a90a8: Preparing [2023-03-08T15:21:54.944Z] 20ada0beb344: Preparing [2023-03-08T15:21:54.944Z] d8147028818e: Preparing [2023-03-08T15:21:54.944Z] c4c2e08f17d1: Preparing [2023-03-08T15:21:54.944Z] 1d7426440b58: Preparing [2023-03-08T15:21:54.944Z] aa5968d388b8: Preparing [2023-03-08T15:21:54.944Z] c4c2e08f17d1: Waiting [2023-03-08T15:21:54.944Z] aa5968d388b8: Waiting [2023-03-08T15:21:54.944Z] 1d7426440b58: Waiting [2023-03-08T15:21:54.944Z] 501263cb7e0a: Pushed [2023-03-08T15:21:54.944Z] 20ada0beb344: Pushed [2023-03-08T15:21:54.944Z] 70f40e3b0469: Pushed [2023-03-08T15:21:55.202Z] c4c2e08f17d1: Pushed [2023-03-08T15:21:55.202Z] d8147028818e: Pushed [2023-03-08T15:21:55.202Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:55.202Z] 1d7426440b58: Pushed [2023-03-08T15:21:56.138Z] b2d2eb2a90a8: Pushed [2023-03-08T15:21:56.397Z] 9777051e6191: Pushed [2023-03-08T15:21:56.656Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:56.961Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:57.262Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-08T15:21:57.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T15:21:57.262Z] 70f40e3b0469: Preparing [2023-03-08T15:21:57.262Z] 501263cb7e0a: Preparing [2023-03-08T15:21:57.262Z] 9777051e6191: Preparing [2023-03-08T15:21:57.262Z] b2d2eb2a90a8: Preparing [2023-03-08T15:21:57.262Z] 20ada0beb344: Preparing [2023-03-08T15:21:57.262Z] d8147028818e: Preparing [2023-03-08T15:21:57.262Z] c4c2e08f17d1: Preparing [2023-03-08T15:21:57.262Z] 1d7426440b58: Preparing [2023-03-08T15:21:57.262Z] aa5968d388b8: Preparing [2023-03-08T15:21:57.262Z] d8147028818e: Waiting [2023-03-08T15:21:57.262Z] c4c2e08f17d1: Waiting [2023-03-08T15:21:57.262Z] 1d7426440b58: Waiting [2023-03-08T15:21:57.262Z] 9777051e6191: Layer already exists [2023-03-08T15:21:57.262Z] 501263cb7e0a: Layer already exists [2023-03-08T15:21:57.262Z] b2d2eb2a90a8: Layer already exists [2023-03-08T15:21:57.262Z] 70f40e3b0469: Layer already exists [2023-03-08T15:21:57.262Z] 20ada0beb344: Layer already exists [2023-03-08T15:21:57.262Z] d8147028818e: Layer already exists [2023-03-08T15:21:57.262Z] c4c2e08f17d1: Layer already exists [2023-03-08T15:21:57.262Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:57.262Z] 1d7426440b58: Layer already exists [2023-03-08T15:21:57.262Z] latest: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:57.563Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:57.862Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.83 [2023-03-08T15:21:57.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T15:21:57.862Z] 70f40e3b0469: Preparing [2023-03-08T15:21:57.862Z] 501263cb7e0a: Preparing [2023-03-08T15:21:57.862Z] 9777051e6191: Preparing [2023-03-08T15:21:57.862Z] b2d2eb2a90a8: Preparing [2023-03-08T15:21:57.862Z] 20ada0beb344: Preparing [2023-03-08T15:21:57.862Z] d8147028818e: Preparing [2023-03-08T15:21:57.862Z] c4c2e08f17d1: Preparing [2023-03-08T15:21:57.862Z] 1d7426440b58: Preparing [2023-03-08T15:21:57.862Z] aa5968d388b8: Preparing [2023-03-08T15:21:57.862Z] c4c2e08f17d1: Waiting [2023-03-08T15:21:57.862Z] 1d7426440b58: Waiting [2023-03-08T15:21:57.862Z] aa5968d388b8: Waiting [2023-03-08T15:21:57.862Z] d8147028818e: Waiting [2023-03-08T15:21:57.862Z] 501263cb7e0a: Layer already exists [2023-03-08T15:21:57.862Z] 20ada0beb344: Layer already exists [2023-03-08T15:21:57.862Z] 9777051e6191: Layer already exists [2023-03-08T15:21:57.862Z] 70f40e3b0469: Layer already exists [2023-03-08T15:21:57.862Z] b2d2eb2a90a8: Layer already exists [2023-03-08T15:21:57.862Z] d8147028818e: Layer already exists [2023-03-08T15:21:57.862Z] c4c2e08f17d1: Layer already exists [2023-03-08T15:21:57.862Z] 1d7426440b58: Layer already exists [2023-03-08T15:21:57.862Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:57.862Z] 3.0.0-dev.83: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:58.167Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:58.467Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:58.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T15:21:58.467Z] 70f40e3b0469: Preparing [2023-03-08T15:21:58.467Z] 501263cb7e0a: Preparing [2023-03-08T15:21:58.467Z] 9777051e6191: Preparing [2023-03-08T15:21:58.467Z] b2d2eb2a90a8: Preparing [2023-03-08T15:21:58.467Z] 20ada0beb344: Preparing [2023-03-08T15:21:58.467Z] d8147028818e: Preparing [2023-03-08T15:21:58.467Z] c4c2e08f17d1: Preparing [2023-03-08T15:21:58.467Z] 1d7426440b58: Preparing [2023-03-08T15:21:58.467Z] aa5968d388b8: Preparing [2023-03-08T15:21:58.467Z] d8147028818e: Waiting [2023-03-08T15:21:58.467Z] c4c2e08f17d1: Waiting [2023-03-08T15:21:58.467Z] 1d7426440b58: Waiting [2023-03-08T15:21:58.467Z] aa5968d388b8: Waiting [2023-03-08T15:21:58.467Z] 20ada0beb344: Layer already exists [2023-03-08T15:21:58.467Z] 501263cb7e0a: Layer already exists [2023-03-08T15:21:58.467Z] 70f40e3b0469: Layer already exists [2023-03-08T15:21:58.467Z] 9777051e6191: Layer already exists [2023-03-08T15:21:58.467Z] b2d2eb2a90a8: Layer already exists [2023-03-08T15:21:58.467Z] d8147028818e: Layer already exists [2023-03-08T15:21:58.467Z] c4c2e08f17d1: Layer already exists [2023-03-08T15:21:58.467Z] 1d7426440b58: Layer already exists [2023-03-08T15:21:58.467Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:58.467Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:58.768Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:59.067Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-08T15:21:59.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T15:21:59.067Z] 70f40e3b0469: Preparing [2023-03-08T15:21:59.067Z] 501263cb7e0a: Preparing [2023-03-08T15:21:59.067Z] 9777051e6191: Preparing [2023-03-08T15:21:59.067Z] b2d2eb2a90a8: Preparing [2023-03-08T15:21:59.067Z] 20ada0beb344: Preparing [2023-03-08T15:21:59.067Z] d8147028818e: Preparing [2023-03-08T15:21:59.067Z] c4c2e08f17d1: Preparing [2023-03-08T15:21:59.067Z] 1d7426440b58: Preparing [2023-03-08T15:21:59.067Z] aa5968d388b8: Preparing [2023-03-08T15:21:59.067Z] d8147028818e: Waiting [2023-03-08T15:21:59.067Z] c4c2e08f17d1: Waiting [2023-03-08T15:21:59.067Z] 1d7426440b58: Waiting [2023-03-08T15:21:59.067Z] aa5968d388b8: Waiting [2023-03-08T15:21:59.067Z] 70f40e3b0469: Layer already exists [2023-03-08T15:21:59.067Z] 501263cb7e0a: Layer already exists [2023-03-08T15:21:59.067Z] 9777051e6191: Layer already exists [2023-03-08T15:21:59.067Z] b2d2eb2a90a8: Layer already exists [2023-03-08T15:21:59.067Z] 20ada0beb344: Layer already exists [2023-03-08T15:21:59.067Z] d8147028818e: Layer already exists [2023-03-08T15:21:59.067Z] 1d7426440b58: Layer already exists [2023-03-08T15:21:59.067Z] c4c2e08f17d1: Layer already exists [2023-03-08T15:21:59.067Z] aa5968d388b8: Layer already exists [2023-03-08T15:21:59.067Z] main: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:21:59.102Z] ===================================================== [Pipeline] echo [2023-03-08T15:21:59.108Z] taggedImages: [2023-03-08T15:21:59.108Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:59.108Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-08T15:21:59.108Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.83 [2023-03-08T15:21:59.108Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:59.108Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-08T15:21:59.123Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-08T15:21:59.123Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:59.123Z] latest [2023-03-08T15:21:59.123Z] 3.0.0-dev.83 [2023-03-08T15:21:59.123Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:21:59.123Z] main [2023-03-08T15:21:59.123Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:59.427Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:21:59.729Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:21:59.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T15:21:59.729Z] 36f9aac2ec80: Preparing [2023-03-08T15:21:59.729Z] 00c62235e15f: Preparing [2023-03-08T15:21:59.729Z] a976e1d3a200: Preparing [2023-03-08T15:21:59.729Z] 343dfc899b52: Preparing [2023-03-08T15:21:59.729Z] 4e6476652798: Preparing [2023-03-08T15:21:59.729Z] a976e1d3a200: Layer already exists [2023-03-08T15:21:59.729Z] 4e6476652798: Layer already exists [2023-03-08T15:21:59.729Z] 36f9aac2ec80: Pushed [2023-03-08T15:22:00.297Z] 343dfc899b52: Pushed [2023-03-08T15:22:02.202Z] 00c62235e15f: Pushed [2023-03-08T15:22:02.202Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:02.507Z] + 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-03-08T15:22:02.805Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-08T15:22:02.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T15:22:02.805Z] 36f9aac2ec80: Preparing [2023-03-08T15:22:02.805Z] 00c62235e15f: Preparing [2023-03-08T15:22:02.805Z] a976e1d3a200: Preparing [2023-03-08T15:22:02.805Z] 343dfc899b52: Preparing [2023-03-08T15:22:02.805Z] 4e6476652798: Preparing [2023-03-08T15:22:02.805Z] 00c62235e15f: Layer already exists [2023-03-08T15:22:02.805Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:02.805Z] 343dfc899b52: Layer already exists [2023-03-08T15:22:02.805Z] 36f9aac2ec80: Layer already exists [2023-03-08T15:22:02.805Z] 4e6476652798: Layer already exists [2023-03-08T15:22:02.805Z] latest: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:03.119Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:03.422Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.83 [2023-03-08T15:22:03.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T15:22:03.422Z] 36f9aac2ec80: Preparing [2023-03-08T15:22:03.422Z] 00c62235e15f: Preparing [2023-03-08T15:22:03.422Z] a976e1d3a200: Preparing [2023-03-08T15:22:03.422Z] 343dfc899b52: Preparing [2023-03-08T15:22:03.422Z] 4e6476652798: Preparing [2023-03-08T15:22:03.422Z] 4e6476652798: Layer already exists [2023-03-08T15:22:03.422Z] 00c62235e15f: Layer already exists [2023-03-08T15:22:03.422Z] 343dfc899b52: Layer already exists [2023-03-08T15:22:03.422Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:03.422Z] 36f9aac2ec80: Layer already exists [2023-03-08T15:22:03.422Z] 3.0.0-dev.83: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:03.723Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:04.032Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:04.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T15:22:04.032Z] 36f9aac2ec80: Preparing [2023-03-08T15:22:04.032Z] 00c62235e15f: Preparing [2023-03-08T15:22:04.032Z] a976e1d3a200: Preparing [2023-03-08T15:22:04.032Z] 343dfc899b52: Preparing [2023-03-08T15:22:04.032Z] 4e6476652798: Preparing [2023-03-08T15:22:04.032Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:04.032Z] 343dfc899b52: Layer already exists [2023-03-08T15:22:04.032Z] 4e6476652798: Layer already exists [2023-03-08T15:22:04.032Z] 36f9aac2ec80: Layer already exists [2023-03-08T15:22:04.032Z] 00c62235e15f: Layer already exists [2023-03-08T15:22:04.032Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:04.333Z] + 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-03-08T15:22:04.633Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-08T15:22:04.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T15:22:04.633Z] 36f9aac2ec80: Preparing [2023-03-08T15:22:04.633Z] 00c62235e15f: Preparing [2023-03-08T15:22:04.633Z] a976e1d3a200: Preparing [2023-03-08T15:22:04.633Z] 343dfc899b52: Preparing [2023-03-08T15:22:04.633Z] 4e6476652798: Preparing [2023-03-08T15:22:04.633Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:04.633Z] 36f9aac2ec80: Layer already exists [2023-03-08T15:22:04.633Z] 00c62235e15f: Layer already exists [2023-03-08T15:22:04.633Z] 343dfc899b52: Layer already exists [2023-03-08T15:22:04.633Z] 4e6476652798: Layer already exists [2023-03-08T15:22:04.633Z] main: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:22:04.669Z] ===================================================== [Pipeline] echo [2023-03-08T15:22:04.675Z] taggedImages: [2023-03-08T15:22:04.675Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:04.675Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-08T15:22:04.675Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.83 [2023-03-08T15:22:04.675Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:04.675Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-08T15:22:04.688Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-08T15:22:04.688Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:04.688Z] latest [2023-03-08T15:22:04.688Z] 3.0.0-dev.83 [2023-03-08T15:22:04.688Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:04.688Z] main [2023-03-08T15:22:04.688Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:04.995Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:05.303Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:05.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T15:22:05.303Z] 6dd7ca5eee5e: Preparing [2023-03-08T15:22:05.303Z] 802fab8f7de3: Preparing [2023-03-08T15:22:05.303Z] c7e8c1b4b097: Preparing [2023-03-08T15:22:05.303Z] a56d21c6278d: Preparing [2023-03-08T15:22:05.303Z] c072a2d6c1f3: Preparing [2023-03-08T15:22:05.303Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:05.303Z] 4e6476652798: Preparing [2023-03-08T15:22:05.303Z] 4e6476652798: Waiting [2023-03-08T15:22:05.303Z] 29d2c9c4bbd3: Waiting [2023-03-08T15:22:05.303Z] 6dd7ca5eee5e: Pushed [2023-03-08T15:22:05.303Z] 802fab8f7de3: Pushed [2023-03-08T15:22:05.303Z] c7e8c1b4b097: Pushed [2023-03-08T15:22:05.303Z] 4e6476652798: Layer already exists [2023-03-08T15:22:05.868Z] 29d2c9c4bbd3: Pushed [2023-03-08T15:22:09.156Z] c072a2d6c1f3: Pushed [2023-03-08T15:22:12.445Z] a56d21c6278d: Pushed [2023-03-08T15:22:12.445Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:12.750Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:13.051Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-08T15:22:13.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T15:22:13.051Z] 6dd7ca5eee5e: Preparing [2023-03-08T15:22:13.051Z] 802fab8f7de3: Preparing [2023-03-08T15:22:13.051Z] c7e8c1b4b097: Preparing [2023-03-08T15:22:13.051Z] a56d21c6278d: Preparing [2023-03-08T15:22:13.051Z] c072a2d6c1f3: Preparing [2023-03-08T15:22:13.051Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:13.051Z] 4e6476652798: Preparing [2023-03-08T15:22:13.051Z] 29d2c9c4bbd3: Waiting [2023-03-08T15:22:13.051Z] c072a2d6c1f3: Layer already exists [2023-03-08T15:22:13.051Z] 6dd7ca5eee5e: Layer already exists [2023-03-08T15:22:13.051Z] a56d21c6278d: Layer already exists [2023-03-08T15:22:13.051Z] 802fab8f7de3: Layer already exists [2023-03-08T15:22:13.051Z] c7e8c1b4b097: Layer already exists [2023-03-08T15:22:13.051Z] 4e6476652798: Layer already exists [2023-03-08T15:22:13.051Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:13.051Z] latest: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:13.359Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:13.663Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.83 [2023-03-08T15:22:13.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T15:22:13.663Z] 6dd7ca5eee5e: Preparing [2023-03-08T15:22:13.663Z] 802fab8f7de3: Preparing [2023-03-08T15:22:13.663Z] c7e8c1b4b097: Preparing [2023-03-08T15:22:13.663Z] a56d21c6278d: Preparing [2023-03-08T15:22:13.663Z] c072a2d6c1f3: Preparing [2023-03-08T15:22:13.663Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:13.663Z] 4e6476652798: Preparing [2023-03-08T15:22:13.663Z] 29d2c9c4bbd3: Waiting [2023-03-08T15:22:13.663Z] 4e6476652798: Waiting [2023-03-08T15:22:13.663Z] c072a2d6c1f3: Layer already exists [2023-03-08T15:22:13.663Z] 802fab8f7de3: Layer already exists [2023-03-08T15:22:13.663Z] 6dd7ca5eee5e: Layer already exists [2023-03-08T15:22:13.663Z] a56d21c6278d: Layer already exists [2023-03-08T15:22:13.663Z] c7e8c1b4b097: Layer already exists [2023-03-08T15:22:13.663Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:13.663Z] 4e6476652798: Layer already exists [2023-03-08T15:22:13.663Z] 3.0.0-dev.83: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:13.970Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:14.271Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:14.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T15:22:14.271Z] 6dd7ca5eee5e: Preparing [2023-03-08T15:22:14.271Z] 802fab8f7de3: Preparing [2023-03-08T15:22:14.271Z] c7e8c1b4b097: Preparing [2023-03-08T15:22:14.271Z] a56d21c6278d: Preparing [2023-03-08T15:22:14.271Z] c072a2d6c1f3: Preparing [2023-03-08T15:22:14.271Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:14.271Z] 4e6476652798: Preparing [2023-03-08T15:22:14.271Z] 29d2c9c4bbd3: Waiting [2023-03-08T15:22:14.271Z] 4e6476652798: Waiting [2023-03-08T15:22:14.271Z] 6dd7ca5eee5e: Layer already exists [2023-03-08T15:22:14.271Z] 802fab8f7de3: Layer already exists [2023-03-08T15:22:14.271Z] c7e8c1b4b097: Layer already exists [2023-03-08T15:22:14.271Z] a56d21c6278d: Layer already exists [2023-03-08T15:22:14.272Z] c072a2d6c1f3: Layer already exists [2023-03-08T15:22:14.272Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:14.272Z] 4e6476652798: Layer already exists [2023-03-08T15:22:14.272Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:14.575Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:14.872Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-08T15:22:14.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T15:22:14.872Z] 6dd7ca5eee5e: Preparing [2023-03-08T15:22:14.872Z] 802fab8f7de3: Preparing [2023-03-08T15:22:14.872Z] c7e8c1b4b097: Preparing [2023-03-08T15:22:14.872Z] a56d21c6278d: Preparing [2023-03-08T15:22:14.872Z] c072a2d6c1f3: Preparing [2023-03-08T15:22:14.872Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:14.872Z] 4e6476652798: Preparing [2023-03-08T15:22:14.872Z] 29d2c9c4bbd3: Waiting [2023-03-08T15:22:14.872Z] 4e6476652798: Waiting [2023-03-08T15:22:14.872Z] c7e8c1b4b097: Layer already exists [2023-03-08T15:22:14.872Z] a56d21c6278d: Layer already exists [2023-03-08T15:22:14.872Z] 802fab8f7de3: Layer already exists [2023-03-08T15:22:14.872Z] c072a2d6c1f3: Layer already exists [2023-03-08T15:22:14.872Z] 6dd7ca5eee5e: Layer already exists [2023-03-08T15:22:14.872Z] 4e6476652798: Layer already exists [2023-03-08T15:22:14.872Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:14.872Z] main: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:22:14.908Z] ===================================================== [Pipeline] echo [2023-03-08T15:22:14.913Z] taggedImages: [2023-03-08T15:22:14.913Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:14.913Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-08T15:22:14.913Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.83 [2023-03-08T15:22:14.913Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:14.913Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-08T15:22:14.928Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-08T15:22:14.928Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:14.928Z] latest [2023-03-08T15:22:14.928Z] 3.0.0-dev.83 [2023-03-08T15:22:14.928Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:14.928Z] main [2023-03-08T15:22:14.928Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:15.233Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:15.239Z] Removing intermediate container ca806717dd53 [2023-03-08T15:22:15.239Z] ---> dbd0d2fa1d92 [2023-03-08T15:22:15.239Z] Step 7/23 : COPY . . [2023-03-08T15:22:15.239Z] Removing intermediate container 2b19a7a328b5 [2023-03-08T15:22:15.239Z] ---> 1c370322e693 [2023-03-08T15:22:15.239Z] Step 8/22 : COPY . . [2023-03-08T15:22:15.239Z] Removing intermediate container 4255eabe41d9 [2023-03-08T15:22:15.239Z] ---> 2824e06fefc6 [2023-03-08T15:22:15.239Z] Step 8/24 : COPY . . [2023-03-08T15:22:15.239Z] Removing intermediate container c102772d2919 [2023-03-08T15:22:15.239Z] ---> 422cf25e0db6 [2023-03-08T15:22:15.239Z] Step 7/24 : COPY . . [2023-03-08T15:22:15.239Z] Removing intermediate container 01accb589c33 [2023-03-08T15:22:15.239Z] ---> 21aed58e9b4d [2023-03-08T15:22:15.239Z] Step 8/22 : COPY . . [2023-03-08T15:22:15.239Z] ---> dd8b5c02e6c2 [2023-03-08T15:22:15.239Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-08T15:22:15.239Z] ---> 1cccba50e604 [2023-03-08T15:22:15.239Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T15:22:15.240Z] ---> bf18139c73e8 [2023-03-08T15:22:15.240Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-08T15:22:15.240Z] ---> b1b2d88b10a4 [2023-03-08T15:22:15.240Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-08T15:22:15.240Z] ---> Running in 08c2aa84299a [2023-03-08T15:22:15.240Z] ---> Running in 640baebbc132 [2023-03-08T15:22:15.240Z] ---> 6cad10f395db [2023-03-08T15:22:15.240Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-08T15:22:15.240Z] ---> Running in 189fb13813e8 [2023-03-08T15:22:15.240Z] ---> Running in 618fe9809b97 [2023-03-08T15:22:15.240Z] ---> Running in 95ca898949a8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:15.533Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:15.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T15:22:15.533Z] 9292e9f7ca7d: Preparing [2023-03-08T15:22:15.533Z] 4b533be69544: Preparing [2023-03-08T15:22:15.533Z] 2d95b054a775: Preparing [2023-03-08T15:22:15.533Z] 2f8017f46591: Preparing [2023-03-08T15:22:15.533Z] e3f473e4f5bb: Preparing [2023-03-08T15:22:15.533Z] 4e6476652798: Preparing [2023-03-08T15:22:15.533Z] 9292e9f7ca7d: Pushed [2023-03-08T15:22:15.533Z] 2d95b054a775: Pushed [2023-03-08T15:22:15.533Z] 4b533be69544: Pushed [2023-03-08T15:22:15.533Z] 4e6476652798: Layer already exists [2023-03-08T15:22:15.792Z] e3f473e4f5bb: Pushed [2023-03-08T15:22:15.824Z] Removing intermediate container 189fb13813e8 [2023-03-08T15:22:15.824Z] ---> 80fec1a34b33 [2023-03-08T15:22:15.824Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T15:22:16.091Z] ---> Running in cae55856547e [2023-03-08T15:22:16.679Z] Removing intermediate container cae55856547e [2023-03-08T15:22:16.679Z] ---> bb02d9b4bee2 [2023-03-08T15:22:16.679Z] 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-03-08T15:22:16.950Z] ---> Running in b3288a4dd4a0 [2023-03-08T15:22:17.222Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T15:22:17.808Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T15:22:18.079Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T15:22:18.079Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T15:22:22.343Z] Removing intermediate container b3288a4dd4a0 [2023-03-08T15:22:22.343Z] ---> bdd134f5fbeb [2023-03-08T15:22:22.343Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T15:22:22.343Z] ---> Running in 0fdd8e55b77f [2023-03-08T15:22:22.355Z] 2f8017f46591: Pushed [2023-03-08T15:22:22.355Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:22.658Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:22.966Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-08T15:22:22.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T15:22:22.966Z] 9292e9f7ca7d: Preparing [2023-03-08T15:22:22.966Z] 4b533be69544: Preparing [2023-03-08T15:22:22.966Z] 2d95b054a775: Preparing [2023-03-08T15:22:22.966Z] 2f8017f46591: Preparing [2023-03-08T15:22:22.966Z] e3f473e4f5bb: Preparing [2023-03-08T15:22:22.966Z] 4e6476652798: Preparing [2023-03-08T15:22:22.966Z] 4e6476652798: Waiting [2023-03-08T15:22:22.966Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:22.966Z] 2d95b054a775: Layer already exists [2023-03-08T15:22:22.966Z] 9292e9f7ca7d: Layer already exists [2023-03-08T15:22:22.966Z] e3f473e4f5bb: Layer already exists [2023-03-08T15:22:22.966Z] 4b533be69544: Layer already exists [2023-03-08T15:22:22.966Z] 4e6476652798: Layer already exists [2023-03-08T15:22:22.966Z] latest: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:23.267Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:23.323Z] Removing intermediate container 0fdd8e55b77f [2023-03-08T15:22:23.324Z] ---> 7e04c7198444 [2023-03-08T15:22:23.324Z] [2023-03-08T15:22:23.324Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T15:22:23.324Z] 3.15: Pulling from library/alpine [2023-03-08T15:22:23.565Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.83 [2023-03-08T15:22:23.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T15:22:23.565Z] 9292e9f7ca7d: Preparing [2023-03-08T15:22:23.565Z] 4b533be69544: Preparing [2023-03-08T15:22:23.565Z] 2d95b054a775: Preparing [2023-03-08T15:22:23.565Z] 2f8017f46591: Preparing [2023-03-08T15:22:23.565Z] e3f473e4f5bb: Preparing [2023-03-08T15:22:23.565Z] 4e6476652798: Preparing [2023-03-08T15:22:23.565Z] 4e6476652798: Waiting [2023-03-08T15:22:23.565Z] 2d95b054a775: Layer already exists [2023-03-08T15:22:23.565Z] e3f473e4f5bb: Layer already exists [2023-03-08T15:22:23.565Z] 9292e9f7ca7d: Layer already exists [2023-03-08T15:22:23.565Z] 4b533be69544: Layer already exists [2023-03-08T15:22:23.565Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:23.565Z] 4e6476652798: Layer already exists [2023-03-08T15:22:23.565Z] 3.0.0-dev.83: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:23.868Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:24.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:24.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T15:22:24.169Z] 9292e9f7ca7d: Preparing [2023-03-08T15:22:24.169Z] 4b533be69544: Preparing [2023-03-08T15:22:24.169Z] 2d95b054a775: Preparing [2023-03-08T15:22:24.169Z] 2f8017f46591: Preparing [2023-03-08T15:22:24.169Z] e3f473e4f5bb: Preparing [2023-03-08T15:22:24.169Z] 4e6476652798: Preparing [2023-03-08T15:22:24.169Z] 4e6476652798: Waiting [2023-03-08T15:22:24.169Z] 4b533be69544: Layer already exists [2023-03-08T15:22:24.169Z] e3f473e4f5bb: Layer already exists [2023-03-08T15:22:24.169Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:24.169Z] 2d95b054a775: Layer already exists [2023-03-08T15:22:24.169Z] 9292e9f7ca7d: Layer already exists [2023-03-08T15:22:24.169Z] 4e6476652798: Layer already exists [2023-03-08T15:22:24.169Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:24.482Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:24.787Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-08T15:22:24.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T15:22:24.787Z] 9292e9f7ca7d: Preparing [2023-03-08T15:22:24.787Z] 4b533be69544: Preparing [2023-03-08T15:22:24.787Z] 2d95b054a775: Preparing [2023-03-08T15:22:24.787Z] 2f8017f46591: Preparing [2023-03-08T15:22:24.787Z] e3f473e4f5bb: Preparing [2023-03-08T15:22:24.787Z] 4e6476652798: Preparing [2023-03-08T15:22:24.787Z] 4e6476652798: Waiting [2023-03-08T15:22:24.787Z] 9292e9f7ca7d: Layer already exists [2023-03-08T15:22:24.787Z] e3f473e4f5bb: Layer already exists [2023-03-08T15:22:24.787Z] 4b533be69544: Layer already exists [2023-03-08T15:22:24.787Z] 2d95b054a775: Layer already exists [2023-03-08T15:22:24.787Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:24.787Z] 4e6476652798: Layer already exists [2023-03-08T15:22:24.787Z] main: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:22:24.837Z] ===================================================== [Pipeline] echo [2023-03-08T15:22:24.846Z] taggedImages: [2023-03-08T15:22:24.846Z] - nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:24.846Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-08T15:22:24.846Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.83 [2023-03-08T15:22:24.846Z] - nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:24.846Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-08T15:22:24.867Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-08T15:22:24.867Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:24.867Z] latest [2023-03-08T15:22:24.867Z] 3.0.0-dev.83 [2023-03-08T15:22:24.867Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:24.867Z] main [2023-03-08T15:22:24.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:25.190Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:25.494Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:25.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T15:22:25.494Z] a37adc194c44: Preparing [2023-03-08T15:22:25.494Z] 03c2ae9af48f: Preparing [2023-03-08T15:22:25.494Z] 90c08d33b44a: Preparing [2023-03-08T15:22:25.494Z] 2f8017f46591: Preparing [2023-03-08T15:22:25.494Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:25.494Z] 4e6476652798: Preparing [2023-03-08T15:22:25.494Z] 4e6476652798: Waiting [2023-03-08T15:22:25.494Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:25.494Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:25.494Z] 4e6476652798: Layer already exists [2023-03-08T15:22:25.494Z] 90c08d33b44a: Pushed [2023-03-08T15:22:25.494Z] 03c2ae9af48f: Pushed [2023-03-08T15:22:25.494Z] a37adc194c44: Pushed [2023-03-08T15:22:25.752Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:25.917Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T15:22:25.917Z] Status: Downloaded newer image for alpine:3.15 [2023-03-08T15:22:25.917Z] ---> 354640af7b1b [2023-03-08T15:22:25.917Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:22:25.917Z] ---> Running in cc1256dc6bc7 [2023-03-08T15:22:26.056Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:26.356Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-08T15:22:26.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T15:22:26.504Z] Removing intermediate container cc1256dc6bc7 [2023-03-08T15:22:26.504Z] ---> c8d2fac49b02 [2023-03-08T15:22:26.504Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-08T15:22:26.504Z] ---> Running in d6e1e849238b [2023-03-08T15:22:27.289Z] a37adc194c44: Preparing [2023-03-08T15:22:27.290Z] 03c2ae9af48f: Preparing [2023-03-08T15:22:27.290Z] 90c08d33b44a: Preparing [2023-03-08T15:22:27.290Z] 2f8017f46591: Preparing [2023-03-08T15:22:27.290Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:27.290Z] 4e6476652798: Preparing [2023-03-08T15:22:27.290Z] 4e6476652798: Waiting [2023-03-08T15:22:27.290Z] 03c2ae9af48f: Layer already exists [2023-03-08T15:22:27.290Z] a37adc194c44: Layer already exists [2023-03-08T15:22:27.290Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:27.290Z] 90c08d33b44a: Layer already exists [2023-03-08T15:22:27.290Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:27.290Z] 4e6476652798: Layer already exists [2023-03-08T15:22:27.290Z] latest: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:27.603Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:27.904Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.83 [2023-03-08T15:22:27.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T15:22:27.905Z] a37adc194c44: Preparing [2023-03-08T15:22:27.905Z] 03c2ae9af48f: Preparing [2023-03-08T15:22:27.905Z] 90c08d33b44a: Preparing [2023-03-08T15:22:27.905Z] 2f8017f46591: Preparing [2023-03-08T15:22:27.905Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:27.905Z] 4e6476652798: Preparing [2023-03-08T15:22:27.905Z] 4e6476652798: Waiting [2023-03-08T15:22:27.905Z] a37adc194c44: Layer already exists [2023-03-08T15:22:27.905Z] 03c2ae9af48f: Layer already exists [2023-03-08T15:22:27.905Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:27.905Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:27.905Z] 90c08d33b44a: Layer already exists [2023-03-08T15:22:27.905Z] 4e6476652798: Layer already exists [2023-03-08T15:22:27.905Z] 3.0.0-dev.83: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:28.211Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:28.512Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:28.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T15:22:28.512Z] a37adc194c44: Preparing [2023-03-08T15:22:28.512Z] 03c2ae9af48f: Preparing [2023-03-08T15:22:28.512Z] 90c08d33b44a: Preparing [2023-03-08T15:22:28.512Z] 2f8017f46591: Preparing [2023-03-08T15:22:28.512Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:28.512Z] 4e6476652798: Preparing [2023-03-08T15:22:28.512Z] 4e6476652798: Waiting [2023-03-08T15:22:28.512Z] a37adc194c44: Layer already exists [2023-03-08T15:22:28.512Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:28.512Z] 03c2ae9af48f: Layer already exists [2023-03-08T15:22:28.512Z] 90c08d33b44a: Layer already exists [2023-03-08T15:22:28.512Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:28.512Z] 4e6476652798: Layer already exists [2023-03-08T15:22:28.512Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:28.813Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:29.113Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-08T15:22:29.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T15:22:29.114Z] a37adc194c44: Preparing [2023-03-08T15:22:29.114Z] 03c2ae9af48f: Preparing [2023-03-08T15:22:29.114Z] 90c08d33b44a: Preparing [2023-03-08T15:22:29.114Z] 2f8017f46591: Preparing [2023-03-08T15:22:29.114Z] 29d2c9c4bbd3: Preparing [2023-03-08T15:22:29.114Z] 4e6476652798: Preparing [2023-03-08T15:22:29.114Z] 4e6476652798: Waiting [2023-03-08T15:22:29.114Z] 29d2c9c4bbd3: Layer already exists [2023-03-08T15:22:29.114Z] 90c08d33b44a: Layer already exists [2023-03-08T15:22:29.114Z] a37adc194c44: Layer already exists [2023-03-08T15:22:29.114Z] 03c2ae9af48f: Layer already exists [2023-03-08T15:22:29.114Z] 2f8017f46591: Layer already exists [2023-03-08T15:22:29.114Z] 4e6476652798: Layer already exists [2023-03-08T15:22:29.114Z] main: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:22:29.148Z] ===================================================== [Pipeline] echo [2023-03-08T15:22:29.153Z] taggedImages: [2023-03-08T15:22:29.153Z] - nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:29.153Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-08T15:22:29.153Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.83 [2023-03-08T15:22:29.153Z] - nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:29.153Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-08T15:22:29.168Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-08T15:22:29.168Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:29.168Z] latest [2023-03-08T15:22:29.168Z] 3.0.0-dev.83 [2023-03-08T15:22:29.168Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:29.168Z] main [2023-03-08T15:22:29.168Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:29.474Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:29.773Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:29.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T15:22:29.773Z] dc166efd49c9: Preparing [2023-03-08T15:22:29.773Z] 92767c714a35: Preparing [2023-03-08T15:22:29.773Z] a976e1d3a200: Preparing [2023-03-08T15:22:29.773Z] 309088bf7e76: Preparing [2023-03-08T15:22:29.773Z] aa5968d388b8: Preparing [2023-03-08T15:22:29.773Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:29.773Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:29.773Z] dc166efd49c9: Pushed [2023-03-08T15:22:29.773Z] 309088bf7e76: Pushed [2023-03-08T15:22:29.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:22:29.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:22:32.311Z] 92767c714a35: Pushed [2023-03-08T15:22:32.311Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:32.441Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T15:22:32.441Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T15:22:32.441Z] OK: 15736 distinct packages available [2023-03-08T15:22:32.617Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:32.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:22:32.918Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-08T15:22:32.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T15:22:32.918Z] dc166efd49c9: Preparing [2023-03-08T15:22:32.918Z] 92767c714a35: Preparing [2023-03-08T15:22:32.918Z] a976e1d3a200: Preparing [2023-03-08T15:22:32.918Z] 309088bf7e76: Preparing [2023-03-08T15:22:32.918Z] aa5968d388b8: Preparing [2023-03-08T15:22:32.918Z] 92767c714a35: Layer already exists [2023-03-08T15:22:32.918Z] 309088bf7e76: Layer already exists [2023-03-08T15:22:32.918Z] dc166efd49c9: Layer already exists [2023-03-08T15:22:32.918Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:32.918Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:32.918Z] latest: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:33.228Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:33.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:22:33.535Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.83 [2023-03-08T15:22:33.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T15:22:33.535Z] dc166efd49c9: Preparing [2023-03-08T15:22:33.535Z] 92767c714a35: Preparing [2023-03-08T15:22:33.535Z] a976e1d3a200: Preparing [2023-03-08T15:22:33.535Z] 309088bf7e76: Preparing [2023-03-08T15:22:33.535Z] aa5968d388b8: Preparing [2023-03-08T15:22:33.535Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:33.535Z] 309088bf7e76: Layer already exists [2023-03-08T15:22:33.535Z] dc166efd49c9: Layer already exists [2023-03-08T15:22:33.535Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:33.535Z] 92767c714a35: Layer already exists [2023-03-08T15:22:33.535Z] 3.0.0-dev.83: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:33.929Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:34.308Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:34.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T15:22:34.308Z] dc166efd49c9: Preparing [2023-03-08T15:22:34.308Z] 92767c714a35: Preparing [2023-03-08T15:22:34.308Z] a976e1d3a200: Preparing [2023-03-08T15:22:34.308Z] 309088bf7e76: Preparing [2023-03-08T15:22:34.308Z] aa5968d388b8: Preparing [2023-03-08T15:22:34.308Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:34.308Z] 309088bf7e76: Layer already exists [2023-03-08T15:22:34.308Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:34.308Z] dc166efd49c9: Layer already exists [2023-03-08T15:22:34.308Z] 92767c714a35: Layer already exists [2023-03-08T15:22:34.308Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:34.662Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:34.963Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-08T15:22:34.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T15:22:34.963Z] dc166efd49c9: Preparing [2023-03-08T15:22:34.963Z] 92767c714a35: Preparing [2023-03-08T15:22:34.963Z] a976e1d3a200: Preparing [2023-03-08T15:22:34.963Z] 309088bf7e76: Preparing [2023-03-08T15:22:34.963Z] aa5968d388b8: Preparing [2023-03-08T15:22:34.963Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:34.963Z] dc166efd49c9: Layer already exists [2023-03-08T15:22:34.963Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:34.963Z] 92767c714a35: Layer already exists [2023-03-08T15:22:34.963Z] 309088bf7e76: Layer already exists [2023-03-08T15:22:34.963Z] main: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:22:35.000Z] ===================================================== [Pipeline] echo [2023-03-08T15:22:35.006Z] taggedImages: [2023-03-08T15:22:35.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:35.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-08T15:22:35.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.83 [2023-03-08T15:22:35.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:35.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-08T15:22:35.020Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-08T15:22:35.020Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:35.020Z] latest [2023-03-08T15:22:35.020Z] 3.0.0-dev.83 [2023-03-08T15:22:35.020Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:35.020Z] main [2023-03-08T15:22:35.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:35.249Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-08T15:22:35.249Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-08T15:22:35.249Z] (3/4) Installing libucontext (1.1-r0) [2023-03-08T15:22:35.249Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-08T15:22:35.249Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T15:22:35.249Z] OK: 6 MiB in 18 packages [2023-03-08T15:22:35.322Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:35.618Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:35.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T15:22:35.618Z] a2296c8da939: Preparing [2023-03-08T15:22:35.618Z] 9024c655461e: Preparing [2023-03-08T15:22:35.618Z] a976e1d3a200: Preparing [2023-03-08T15:22:35.618Z] fcc6238bcde2: Preparing [2023-03-08T15:22:35.618Z] aa5968d388b8: Preparing [2023-03-08T15:22:35.618Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:35.618Z] fcc6238bcde2: Layer already exists [2023-03-08T15:22:35.618Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:35.618Z] a2296c8da939: Pushed [2023-03-08T15:22:37.847Z] Removing intermediate container d6e1e849238b [2023-03-08T15:22:37.847Z] ---> 3ac0b8c5fad5 [2023-03-08T15:22:37.847Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T15:22:38.153Z] 9024c655461e: Pushed [2023-03-08T15:22:38.412Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:38.716Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:39.020Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-08T15:22:39.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T15:22:39.021Z] a2296c8da939: Preparing [2023-03-08T15:22:39.021Z] 9024c655461e: Preparing [2023-03-08T15:22:39.021Z] a976e1d3a200: Preparing [2023-03-08T15:22:39.021Z] fcc6238bcde2: Preparing [2023-03-08T15:22:39.021Z] aa5968d388b8: Preparing [2023-03-08T15:22:39.021Z] a2296c8da939: Layer already exists [2023-03-08T15:22:39.021Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:39.021Z] 9024c655461e: Layer already exists [2023-03-08T15:22:39.021Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:39.021Z] fcc6238bcde2: Layer already exists [2023-03-08T15:22:39.021Z] latest: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:39.324Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:39.623Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.83 [2023-03-08T15:22:39.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T15:22:39.623Z] a2296c8da939: Preparing [2023-03-08T15:22:39.623Z] 9024c655461e: Preparing [2023-03-08T15:22:39.623Z] a976e1d3a200: Preparing [2023-03-08T15:22:39.623Z] fcc6238bcde2: Preparing [2023-03-08T15:22:39.623Z] aa5968d388b8: Preparing [2023-03-08T15:22:39.623Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:39.623Z] fcc6238bcde2: Layer already exists [2023-03-08T15:22:39.623Z] a2296c8da939: Layer already exists [2023-03-08T15:22:39.623Z] 9024c655461e: Layer already exists [2023-03-08T15:22:39.623Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:39.623Z] 3.0.0-dev.83: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:39.926Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:40.226Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:40.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T15:22:40.226Z] a2296c8da939: Preparing [2023-03-08T15:22:40.226Z] 9024c655461e: Preparing [2023-03-08T15:22:40.226Z] a976e1d3a200: Preparing [2023-03-08T15:22:40.226Z] fcc6238bcde2: Preparing [2023-03-08T15:22:40.226Z] aa5968d388b8: Preparing [2023-03-08T15:22:40.226Z] a2296c8da939: Layer already exists [2023-03-08T15:22:40.226Z] fcc6238bcde2: Layer already exists [2023-03-08T15:22:40.226Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:40.226Z] 9024c655461e: Layer already exists [2023-03-08T15:22:40.226Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:40.226Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:40.533Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:22:40.836Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-08T15:22:40.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T15:22:40.836Z] a2296c8da939: Preparing [2023-03-08T15:22:40.836Z] 9024c655461e: Preparing [2023-03-08T15:22:40.836Z] a976e1d3a200: Preparing [2023-03-08T15:22:40.836Z] fcc6238bcde2: Preparing [2023-03-08T15:22:40.836Z] aa5968d388b8: Preparing [2023-03-08T15:22:40.836Z] a976e1d3a200: Layer already exists [2023-03-08T15:22:40.836Z] fcc6238bcde2: Layer already exists [2023-03-08T15:22:40.836Z] 9024c655461e: Layer already exists [2023-03-08T15:22:40.836Z] aa5968d388b8: Layer already exists [2023-03-08T15:22:40.836Z] a2296c8da939: Layer already exists [2023-03-08T15:22:40.836Z] main: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:22:40.871Z] ===================================================== [Pipeline] echo [2023-03-08T15:22:40.877Z] taggedImages: [2023-03-08T15:22:40.877Z] - nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:40.877Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-08T15:22:40.877Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.83 [2023-03-08T15:22:40.877Z] - nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:22:40.877Z] - 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-03-08T15:22:46.069Z] ---> d10fea2c29f5 [2023-03-08T15:22:46.069Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T15:22:48.006Z] ---> 832e526330e8 [2023-03-08T15:22:48.006Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-08T15:22:48.006Z] ---> Running in 314ee25a6108 [2023-03-08T15:22:48.977Z] Removing intermediate container 314ee25a6108 [2023-03-08T15:22:48.977Z] ---> b54ec85b2b2f [2023-03-08T15:22:48.977Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-08T15:22:49.931Z] ---> fe303122b00c [2023-03-08T15:22:49.931Z] Step 19/24 : WORKDIR / [2023-03-08T15:22:49.931Z] ---> Running in 023045e99913 [2023-03-08T15:22:50.511Z] Removing intermediate container 023045e99913 [2023-03-08T15:22:50.511Z] ---> 2858d390a305 [2023-03-08T15:22:50.511Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T15:22:50.511Z] ---> Running in c1d355052f14 [2023-03-08T15:22:51.116Z] Removing intermediate container c1d355052f14 [2023-03-08T15:22:51.116Z] ---> c26e2a7dbcb1 [2023-03-08T15:22:51.384Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T15:22:51.384Z] ---> Running in 21591272d782 [2023-03-08T15:22:51.972Z] Removing intermediate container 21591272d782 [2023-03-08T15:22:51.972Z] ---> 1c42992ce94e [2023-03-08T15:22:51.972Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T15:22:52.238Z] ---> Running in 101058ba5d8c [2023-03-08T15:22:52.822Z] Removing intermediate container 101058ba5d8c [2023-03-08T15:22:52.822Z] ---> 1b310515c444 [2023-03-08T15:22:52.822Z] Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:22:53.087Z] ---> Running in d9fb7d13cf6d [2023-03-08T15:22:53.674Z] Removing intermediate container d9fb7d13cf6d [2023-03-08T15:22:53.674Z] ---> 9c4802ba34e5 [2023-03-08T15:22:53.674Z] Step 24/24 : LABEL version=3.0.0-dev.83 [2023-03-08T15:22:53.942Z] ---> Running in a3b4009db127 [2023-03-08T15:22:56.779Z] Removing intermediate container a3b4009db127 [2023-03-08T15:22:56.779Z] ---> 95c7583effa2 [2023-03-08T15:22:56.779Z] [2023-03-08T15:22:56.779Z] Successfully built 95c7583effa2 [2023-03-08T15:22:56.779Z] Successfully tagged security-spire-config-arm64:latest [2023-03-08T15:22:56.779Z]  Building security-spire-config ... done Building security-proxy-setup [2023-03-08T15:23:01.102Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:23:01.102Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:23:01.102Z] ---> e1f0e84df80c [2023-03-08T15:23:01.102Z] Step 3/20 : WORKDIR /edgex-go [2023-03-08T15:23:01.102Z] ---> Using cache [2023-03-08T15:23:01.102Z] ---> a9418bb8bf04 [2023-03-08T15:23:01.102Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-08T15:23:01.102Z] ---> Using cache [2023-03-08T15:23:01.102Z] ---> 0e395eefa71f [2023-03-08T15:23:01.102Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-08T15:23:01.102Z] ---> Using cache [2023-03-08T15:23:01.102Z] ---> 55d97349a958 [2023-03-08T15:23:01.102Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:23:01.102Z] ---> Using cache [2023-03-08T15:23:01.102Z] ---> dbd0d2fa1d92 [2023-03-08T15:23:01.102Z] Step 7/20 : COPY . . [2023-03-08T15:23:01.102Z] ---> Using cache [2023-03-08T15:23:01.102Z] ---> 6cad10f395db [2023-03-08T15:23:01.102Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-08T15:23:01.102Z] ---> Running in ce3d94f6b86f [2023-03-08T15:23:03.044Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T15:28:24.965Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T15:28:37.311Z] Removing intermediate container 95ca898949a8 [2023-03-08T15:28:37.311Z] ---> 10d6f13f2c68 [2023-03-08T15:28:37.311Z] [2023-03-08T15:28:37.311Z] Step 9/23 : FROM alpine:3.16 [2023-03-08T15:28:37.311Z] 3.16: Pulling from library/alpine [2023-03-08T15:28:37.582Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T15:28:37.582Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T15:28:37.582Z] ---> 4c81e5bf8899 [2023-03-08T15:28:37.582Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-08T15:28:39.598Z] ---> Running in e80f13a11c3b [2023-03-08T15:28:41.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:28:41.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:28:43.225Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-08T15:28:43.225Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-08T15:28:43.225Z] (3/3) Installing su-exec (0.2-r1) [2023-03-08T15:28:43.225Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:28:43.225Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T15:28:43.805Z] OK: 6 MiB in 17 packages [2023-03-08T15:28:45.743Z] Removing intermediate container e80f13a11c3b [2023-03-08T15:28:45.743Z] ---> 7b284ee8f944 [2023-03-08T15:28:45.743Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-08T15:28:45.743Z] ---> Running in f74c69ce1a2a [2023-03-08T15:28:46.353Z] Removing intermediate container f74c69ce1a2a [2023-03-08T15:28:46.353Z] ---> 6a86944cc34d [2023-03-08T15:28:46.353Z] Step 12/23 : WORKDIR / [2023-03-08T15:28:46.353Z] ---> Running in 55f5c320f07c [2023-03-08T15:28:46.936Z] Removing intermediate container 55f5c320f07c [2023-03-08T15:28:46.936Z] ---> 5cb4a4c33e6e [2023-03-08T15:28:46.936Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-08T15:28:47.893Z] ---> a1f2ad03b507 [2023-03-08T15:28:47.893Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-08T15:28:48.871Z] ---> df764a7ea346 [2023-03-08T15:28:48.871Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-08T15:28:49.453Z] ---> a2f9f1b241ac [2023-03-08T15:28:49.453Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-08T15:28:52.044Z] ---> 76a35a8e6023 [2023-03-08T15:28:52.044Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-08T15:28:53.989Z] ---> c6abc2601ecb [2023-03-08T15:28:53.989Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T15:28:54.572Z] ---> 1a925e88f1c4 [2023-03-08T15:28:54.572Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T15:28:54.840Z] ---> Running in 9b2364edf6d5 [2023-03-08T15:28:58.178Z] Removing intermediate container 9b2364edf6d5 [2023-03-08T15:28:58.178Z] ---> ef8a317d165c [2023-03-08T15:28:58.178Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T15:28:58.178Z] ---> Running in 678b6803048b [2023-03-08T15:28:58.444Z] Removing intermediate container 678b6803048b [2023-03-08T15:28:58.444Z] ---> 946fe07784c1 [2023-03-08T15:28:58.444Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T15:28:58.444Z] ---> Running in a56d4590dba0 [2023-03-08T15:28:59.025Z] Removing intermediate container a56d4590dba0 [2023-03-08T15:28:59.025Z] ---> 37c423de1f0c [2023-03-08T15:28:59.025Z] Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:28:59.307Z] ---> Running in 22cf93813a01 [2023-03-08T15:28:59.890Z] Removing intermediate container 22cf93813a01 [2023-03-08T15:28:59.890Z] ---> c7ccfa591ff4 [2023-03-08T15:28:59.890Z] Step 23/23 : LABEL version=3.0.0-dev.83 [2023-03-08T15:29:00.156Z] ---> Running in 339c84900cbe [2023-03-08T15:29:01.112Z] Removing intermediate container 339c84900cbe [2023-03-08T15:29:01.112Z] ---> e015cd774152 [2023-03-08T15:29:01.112Z] [2023-03-08T15:29:01.380Z] Successfully built e015cd774152 [2023-03-08T15:29:01.380Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-08T15:29:01.380Z] Building core-command [2023-03-08T15:29:06.712Z]  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:29:06.712Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:29:06.712Z] ---> e1f0e84df80c [2023-03-08T15:29:06.712Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:29:06.712Z] ---> Using cache [2023-03-08T15:29:06.712Z] ---> 139b19c079b2 [2023-03-08T15:29:06.712Z] Step 4/23 : WORKDIR /edgex-go [2023-03-08T15:29:06.712Z] ---> Using cache [2023-03-08T15:29:06.712Z] ---> e90d17588b61 [2023-03-08T15:29:06.712Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-08T15:29:06.712Z] ---> Running in 11d8fe47d514 [2023-03-08T15:29:07.298Z] Removing intermediate container ce3d94f6b86f [2023-03-08T15:29:07.298Z] ---> 0d36d9e2d837 [2023-03-08T15:29:07.298Z] [2023-03-08T15:29:07.298Z] Step 9/20 : FROM alpine:3.16 [2023-03-08T15:29:07.298Z] ---> 4c81e5bf8899 [2023-03-08T15:29:07.298Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-08T15:29:07.565Z] ---> Running in c40dfb3404ea [2023-03-08T15:29:08.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:29:09.562Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:29:09.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:29:10.098Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:29:11.056Z] OK: 221 MiB in 51 packages [2023-03-08T15:29:11.324Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T15:29:11.324Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-08T15:29:11.324Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:29:11.324Z] OK: 6 MiB in 16 packages [2023-03-08T15:29:13.267Z] Removing intermediate container 11d8fe47d514 [2023-03-08T15:29:13.267Z] ---> 7bea97b78245 [2023-03-08T15:29:13.267Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-08T15:29:13.267Z] Removing intermediate container c40dfb3404ea [2023-03-08T15:29:13.267Z] ---> 5c917f6e2c59 [2023-03-08T15:29:13.267Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-08T15:29:13.533Z] ---> Running in bfe28c648e7d [2023-03-08T15:29:14.122Z] ---> 5a52a1b692e1 [2023-03-08T15:29:14.122Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:29:14.122Z] Removing intermediate container bfe28c648e7d [2023-03-08T15:29:14.122Z] ---> af04740708ee [2023-03-08T15:29:14.122Z] Step 12/20 : WORKDIR /edgex [2023-03-08T15:29:14.390Z] ---> Running in 985b5dedacf0 [2023-03-08T15:29:14.390Z] ---> Running in cee76827fb51 [2023-03-08T15:29:15.346Z] Removing intermediate container cee76827fb51 [2023-03-08T15:29:15.347Z] ---> 8d95fa263d8f [2023-03-08T15:29:15.347Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-08T15:29:17.291Z] ---> 5dc20983d78e [2023-03-08T15:29:17.291Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-08T15:29:18.692Z] ---> 8ac4cf3f44c9 [2023-03-08T15:29:18.692Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T15:29:19.656Z] ---> 35db639a69b4 [2023-03-08T15:29:19.656Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T15:29:19.656Z] ---> Running in 5c479c85e513 [2023-03-08T15:29:22.990Z] Removing intermediate container 5c479c85e513 [2023-03-08T15:29:22.990Z] ---> 5ce5140451a8 [2023-03-08T15:29:22.990Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T15:29:22.990Z] ---> Running in 4b9721063955 [2023-03-08T15:29:23.256Z] Removing intermediate container 4b9721063955 [2023-03-08T15:29:23.256Z] ---> 5dc1ea6f9a5c [2023-03-08T15:29:23.256Z] Step 18/20 : LABEL arch=arm64 [2023-03-08T15:29:23.520Z] ---> Running in 08a5a1fb358e [2023-03-08T15:29:24.480Z] Removing intermediate container 08a5a1fb358e [2023-03-08T15:29:24.480Z] ---> 541bd65e2594 [2023-03-08T15:29:24.480Z] Step 19/20 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:29:24.480Z] ---> Running in 39c8a93e98bd [2023-03-08T15:29:25.434Z] Removing intermediate container 39c8a93e98bd [2023-03-08T15:29:25.434Z] ---> 871a88e4d6c7 [2023-03-08T15:29:25.434Z] Step 20/20 : LABEL version=3.0.0-dev.83 [2023-03-08T15:29:25.434Z] ---> Running in 120bb325d8e0 [2023-03-08T15:29:26.394Z] Removing intermediate container 120bb325d8e0 [2023-03-08T15:29:26.394Z] ---> 7ded0a83d8ba [2023-03-08T15:29:26.394Z] [2023-03-08T15:29:26.659Z] Successfully built 7ded0a83d8ba [2023-03-08T15:29:26.659Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-08T15:29:26.659Z]  Building security-proxy-setup ... done Building core-common-config-bootstrapper [2023-03-08T15:29:30.926Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:29:30.926Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:29:30.926Z] ---> e1f0e84df80c [2023-03-08T15:29:30.926Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:29:30.926Z] ---> Using cache [2023-03-08T15:29:30.926Z] ---> 139b19c079b2 [2023-03-08T15:29:30.926Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:29:30.926Z] ---> Using cache [2023-03-08T15:29:30.926Z] ---> e90d17588b61 [2023-03-08T15:29:30.926Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T15:29:30.926Z] ---> Using cache [2023-03-08T15:29:30.926Z] ---> 7bea97b78245 [2023-03-08T15:29:30.926Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:29:31.211Z] ---> Using cache [2023-03-08T15:29:31.211Z] ---> 5a52a1b692e1 [2023-03-08T15:29:31.211Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:29:31.497Z] ---> Running in 64baf6b7450e [2023-03-08T15:29:32.472Z] Removing intermediate container 618fe9809b97 [2023-03-08T15:29:32.472Z] ---> 83e0f9f35ad6 [2023-03-08T15:29:32.472Z] [2023-03-08T15:29:32.472Z] Step 10/24 : FROM alpine:3.16 [2023-03-08T15:29:32.472Z] ---> 4c81e5bf8899 [2023-03-08T15:29:32.472Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:29:32.740Z] ---> Running in 87c2b3a4c7fb [2023-03-08T15:29:34.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:29:34.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:29:36.359Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T15:29:36.359Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:29:36.359Z] OK: 5 MiB in 15 packages [2023-03-08T15:29:38.302Z] Removing intermediate container 87c2b3a4c7fb [2023-03-08T15:29:38.302Z] ---> c7fb77bf8f91 [2023-03-08T15:29:38.302Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T15:29:38.302Z] ---> Running in d906c4956065 [2023-03-08T15:29:38.572Z] Removing intermediate container d906c4956065 [2023-03-08T15:29:38.572Z] ---> 25886719560c [2023-03-08T15:29:38.572Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-08T15:29:38.838Z] ---> Running in a92ec0b3fb65 [2023-03-08T15:29:39.421Z] Removing intermediate container a92ec0b3fb65 [2023-03-08T15:29:39.421Z] ---> 22212a062391 [2023-03-08T15:29:39.421Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-08T15:29:39.688Z] ---> Running in dff625c9127d [2023-03-08T15:29:40.278Z] Removing intermediate container dff625c9127d [2023-03-08T15:29:40.278Z] ---> 694ed2f9a4c1 [2023-03-08T15:29:40.278Z] Step 15/24 : WORKDIR / [2023-03-08T15:29:40.548Z] ---> Running in 8bdaa433867a [2023-03-08T15:29:41.135Z] Removing intermediate container 8bdaa433867a [2023-03-08T15:29:41.135Z] ---> bf9ef303fb2c [2023-03-08T15:29:41.135Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:29:42.096Z] ---> 9efe8b22fd0f [2023-03-08T15:29:42.096Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-08T15:29:44.040Z] ---> e1712d80c1d8 [2023-03-08T15:29:44.040Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-08T15:29:44.999Z] ---> 4e71c26b408d [2023-03-08T15:29:44.999Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-08T15:29:45.957Z] ---> 857947e04be2 [2023-03-08T15:29:45.957Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-08T15:29:45.957Z] ---> Running in 6a5bb4e97972 [2023-03-08T15:29:46.538Z] Removing intermediate container 6a5bb4e97972 [2023-03-08T15:29:46.538Z] ---> df232d34882e [2023-03-08T15:29:46.538Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:29:46.808Z] ---> Running in dab7321eeb3f [2023-03-08T15:29:47.075Z] Removing intermediate container dab7321eeb3f [2023-03-08T15:29:47.075Z] ---> b19a029344a1 [2023-03-08T15:29:47.075Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T15:29:47.342Z] ---> Running in d45767335454 [2023-03-08T15:29:47.934Z] Removing intermediate container d45767335454 [2023-03-08T15:29:47.934Z] ---> ec9d2ee321a3 [2023-03-08T15:29:47.934Z] Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:29:48.200Z] ---> Running in d21b3c5503b8 [2023-03-08T15:29:48.781Z] Removing intermediate container d21b3c5503b8 [2023-03-08T15:29:48.781Z] ---> f6e5fa64b42c [2023-03-08T15:29:48.781Z] Step 24/24 : LABEL version=3.0.0-dev.83 [2023-03-08T15:29:48.781Z] ---> Running in a67e606fa33f [2023-03-08T15:29:49.364Z] Removing intermediate container a67e606fa33f [2023-03-08T15:29:49.364Z] ---> 3fda46c94991 [2023-03-08T15:29:49.364Z] [2023-03-08T15:29:49.364Z] Successfully built 3fda46c94991 [2023-03-08T15:29:49.630Z] Successfully tagged core-metadata-arm64:latest [2023-03-08T15:29:49.630Z]  Building core-metadata ... done Building security-proxy-auth [2023-03-08T15:29:52.202Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:29:52.203Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:29:52.203Z] ---> e1f0e84df80c [2023-03-08T15:29:52.203Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:29:52.203Z] ---> Using cache [2023-03-08T15:29:52.203Z] ---> 139b19c079b2 [2023-03-08T15:29:52.203Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:29:52.203Z] ---> Using cache [2023-03-08T15:29:52.203Z] ---> e90d17588b61 [2023-03-08T15:29:52.203Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T15:29:52.203Z] ---> Using cache [2023-03-08T15:29:52.203Z] ---> 7bea97b78245 [2023-03-08T15:29:52.470Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:29:52.470Z] ---> Using cache [2023-03-08T15:29:52.470Z] ---> 5a52a1b692e1 [2023-03-08T15:29:52.470Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:29:52.738Z] ---> Running in 830a3c329519 [2023-03-08T15:30:49.120Z] Removing intermediate container 985b5dedacf0 [2023-03-08T15:30:49.120Z] ---> 33d78c1218d6 [2023-03-08T15:30:49.120Z] Step 8/23 : COPY . . [2023-03-08T15:30:52.460Z] ---> 99adcf7a4989 [2023-03-08T15:30:52.460Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-08T15:30:52.460Z] ---> Running in 290bb15321f8 [2023-03-08T15:30:55.044Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T15:31:33.888Z] Removing intermediate container 64baf6b7450e [2023-03-08T15:31:33.888Z] ---> 94a024ff9fc3 [2023-03-08T15:31:33.888Z] Step 8/22 : COPY . . [2023-03-08T15:31:35.056Z] ---> b46358edf232 [2023-03-08T15:31:35.056Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-08T15:31:35.056Z] ---> Running in cf9ebdfb3d4f [2023-03-08T15:31:37.777Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T15:31:39.936Z] Removing intermediate container 830a3c329519 [2023-03-08T15:31:39.936Z] ---> b42a0061b3f3 [2023-03-08T15:31:39.936Z] Step 8/22 : COPY . . [2023-03-08T15:31:43.292Z] ---> e0e3a9696de5 [2023-03-08T15:31:43.292Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-08T15:31:43.292Z] ---> Running in 5fa2eb089a81 [2023-03-08T15:31:45.867Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T15:31:55.967Z] Removing intermediate container 08c2aa84299a [2023-03-08T15:31:55.967Z] ---> 1a624eb0165a [2023-03-08T15:31:55.967Z] [2023-03-08T15:31:55.967Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:31:55.967Z] ---> 4c81e5bf8899 [2023-03-08T15:31:55.967Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-08T15:31:56.237Z] ---> Running in 1693b1ab9ccf [2023-03-08T15:31:58.814Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:31:59.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:32:00.485Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-08T15:32:00.752Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-08T15:32:00.752Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:32:00.752Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T15:32:01.334Z] OK: 6 MiB in 16 packages [2023-03-08T15:32:05.581Z] Removing intermediate container 1693b1ab9ccf [2023-03-08T15:32:05.581Z] ---> 7002dd8c8913 [2023-03-08T15:32:05.581Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T15:32:05.581Z] ---> Running in 042e28f60d0e [2023-03-08T15:32:06.161Z] Removing intermediate container 042e28f60d0e [2023-03-08T15:32:06.161Z] ---> 56c09e7f7f05 [2023-03-08T15:32:06.161Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-08T15:32:06.426Z] ---> Running in f78101508f99 [2023-03-08T15:32:06.426Z] Removing intermediate container 640baebbc132 [2023-03-08T15:32:06.426Z] ---> ecdee9560f65 [2023-03-08T15:32:06.426Z] [2023-03-08T15:32:06.426Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:32:06.426Z] ---> 4c81e5bf8899 [2023-03-08T15:32:06.426Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:32:06.426Z] ---> Using cache [2023-03-08T15:32:06.426Z] ---> c7fb77bf8f91 [2023-03-08T15:32:06.426Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T15:32:06.426Z] ---> Using cache [2023-03-08T15:32:06.426Z] ---> 25886719560c [2023-03-08T15:32:06.426Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-08T15:32:06.426Z] ---> Running in 167ce7b82e10 [2023-03-08T15:32:07.009Z] Removing intermediate container f78101508f99 [2023-03-08T15:32:07.009Z] ---> 3a94fadc3eb1 [2023-03-08T15:32:07.009Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T15:32:07.009Z] ---> Running in 084cfab7780e [2023-03-08T15:32:07.275Z] Removing intermediate container 167ce7b82e10 [2023-03-08T15:32:07.275Z] ---> 7d4e672963ec [2023-03-08T15:32:07.275Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T15:32:07.541Z] ---> Running in 76800ff96d9e [2023-03-08T15:32:07.806Z] Removing intermediate container 084cfab7780e [2023-03-08T15:32:07.806Z] ---> 4d9e9dbe8f18 [2023-03-08T15:32:07.806Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:32:08.071Z] Removing intermediate container 76800ff96d9e [2023-03-08T15:32:08.071Z] ---> 301fba3c396a [2023-03-08T15:32:08.071Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:32:09.026Z] ---> 450f1ebf6a80 [2023-03-08T15:32:09.026Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-08T15:32:09.026Z] ---> d152396117a4 [2023-03-08T15:32:09.026Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-08T15:32:13.271Z] ---> 5d18b858c72e [2023-03-08T15:32:13.271Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-08T15:32:13.271Z] ---> 76bb76cafaf8 [2023-03-08T15:32:13.271Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-08T15:32:13.856Z] ---> 2f7d280f82f7 [2023-03-08T15:32:13.856Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-08T15:32:13.856Z] ---> 3856d97e3936 [2023-03-08T15:32:13.856Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-08T15:32:14.122Z] ---> Running in 1c115ec8f280 [2023-03-08T15:32:14.122Z] ---> Running in d8c6bc528297 [2023-03-08T15:32:14.708Z] Removing intermediate container 1c115ec8f280 [2023-03-08T15:32:14.708Z] ---> dac0baffff73 [2023-03-08T15:32:14.708Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:32:14.708Z] ---> Running in bda6e9c590a3 [2023-03-08T15:32:14.708Z] Removing intermediate container d8c6bc528297 [2023-03-08T15:32:14.708Z] ---> 20bb722aff19 [2023-03-08T15:32:14.708Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:32:14.976Z] ---> Running in 3b2eaf8b956b [2023-03-08T15:32:15.558Z] Removing intermediate container bda6e9c590a3 [2023-03-08T15:32:15.558Z] ---> 459858c9db89 [2023-03-08T15:32:15.558Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T15:32:15.558Z] ---> Running in 4eea80c601f5 [2023-03-08T15:32:15.825Z] Removing intermediate container 3b2eaf8b956b [2023-03-08T15:32:15.825Z] ---> 657078bc024d [2023-03-08T15:32:15.825Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T15:32:15.825Z] ---> Running in 45869fea8ecf [2023-03-08T15:32:16.413Z] Removing intermediate container 4eea80c601f5 [2023-03-08T15:32:16.413Z] ---> 78c5cfe39d6b [2023-03-08T15:32:16.413Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:32:16.679Z] ---> Running in 56967f0643de [2023-03-08T15:32:16.679Z] Removing intermediate container 45869fea8ecf [2023-03-08T15:32:16.679Z] ---> 5dbea01e796b [2023-03-08T15:32:16.679Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:32:16.679Z] ---> Running in 2e74b68f03ae [2023-03-08T15:32:19.252Z] Removing intermediate container 56967f0643de [2023-03-08T15:32:19.252Z] ---> d76ac05ef05d [2023-03-08T15:32:19.252Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:32:19.252Z] Removing intermediate container 2e74b68f03ae [2023-03-08T15:32:19.252Z] ---> a12626302982 [2023-03-08T15:32:19.252Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:32:19.252Z] ---> Running in c060ae911af3 [2023-03-08T15:32:19.252Z] ---> Running in 069bf21c0635 [2023-03-08T15:32:19.834Z] Removing intermediate container c060ae911af3 [2023-03-08T15:32:19.834Z] ---> bdbe875121a5 [2023-03-08T15:32:19.834Z] [2023-03-08T15:32:19.834Z] Successfully built bdbe875121a5 [2023-03-08T15:32:19.834Z] Successfully tagged support-notifications-arm64:latest [2023-03-08T15:32:19.834Z]  Building support-notifications ... done Building security-spiffe-token-provider [2023-03-08T15:32:19.834Z] Removing intermediate container 069bf21c0635 [2023-03-08T15:32:19.834Z] ---> 7481a89889b5 [2023-03-08T15:32:19.834Z] [2023-03-08T15:32:20.098Z] Successfully built 7481a89889b5 [2023-03-08T15:32:20.098Z] Successfully tagged support-scheduler-arm64:latest [2023-03-08T15:32:20.098Z] Building security-spire-server [2023-03-08T15:32:25.430Z]  Building support-scheduler ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:32:25.430Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:32:25.430Z] ---> e1f0e84df80c [2023-03-08T15:32:25.430Z] Step 3/19 : WORKDIR /edgex-go [2023-03-08T15:32:25.430Z] ---> Using cache [2023-03-08T15:32:25.430Z] ---> a9418bb8bf04 [2023-03-08T15:32:25.430Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-08T15:32:25.430Z] ---> Running in a34954f4635a [2023-03-08T15:32:26.014Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:32:26.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:32:26.015Z] ---> e1f0e84df80c [2023-03-08T15:32:26.015Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T15:32:26.015Z] ---> Using cache [2023-03-08T15:32:26.015Z] ---> a9418bb8bf04 [2023-03-08T15:32:26.015Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T15:32:26.281Z] ---> Running in 21fefb61ea2e [2023-03-08T15:32:28.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:32:28.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:32:28.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:32:28.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:32:30.157Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-08T15:32:30.157Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-08T15:32:30.157Z] OK: 16903 distinct packages available [2023-03-08T15:32:30.157Z] OK: 221 MiB in 51 packages [2023-03-08T15:32:30.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:32:30.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:32:32.108Z] OK: 221 MiB in 51 packages [2023-03-08T15:32:32.108Z] Removing intermediate container 21fefb61ea2e [2023-03-08T15:32:32.108Z] ---> 3645f28ed48b [2023-03-08T15:32:32.108Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T15:32:33.518Z] ---> 6eb262dd61d4 [2023-03-08T15:32:33.518Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:32:33.784Z] ---> Running in 7cfac17243d5 [2023-03-08T15:32:33.784Z] Removing intermediate container a34954f4635a [2023-03-08T15:32:33.784Z] ---> caa8f26120b7 [2023-03-08T15:32:33.784Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-08T15:32:35.214Z] ---> eda4b3a0e4c8 [2023-03-08T15:32:35.214Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:32:35.214Z] ---> Running in 322a186185e1 [2023-03-08T15:34:41.855Z] Removing intermediate container 322a186185e1 [2023-03-08T15:34:41.855Z] ---> 4f7d36091e4b [2023-03-08T15:34:41.855Z] Step 7/19 : COPY . . [2023-03-08T15:34:41.855Z] Removing intermediate container 7cfac17243d5 [2023-03-08T15:34:41.855Z] ---> 8b5025fc87aa [2023-03-08T15:34:41.855Z] Step 7/23 : COPY . . [2023-03-08T15:34:41.855Z] ---> 6c878877e28b [2023-03-08T15:34:41.855Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-08T15:34:41.855Z] ---> c25d5d920793 [2023-03-08T15:34:41.855Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T15:34:41.855Z] ---> Running in 33316dd5fd61 [2023-03-08T15:34:41.855Z] ---> Running in cf39aa138f72 [2023-03-08T15:34:41.855Z] Removing intermediate container cf39aa138f72 [2023-03-08T15:34:41.855Z] ---> 538b8a46fa69 [2023-03-08T15:34:41.855Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-08T15:34:41.855Z] ---> Running in 11de2aaa5edf [2023-03-08T15:34:41.855Z] Removing intermediate container 11de2aaa5edf [2023-03-08T15:34:41.855Z] ---> 595747f6e702 [2023-03-08T15:34:41.855Z] 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-03-08T15:34:41.855Z] ---> Running in 02a949de033a [2023-03-08T15:34:41.855Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-08T15:34:41.855Z] Removing intermediate container 02a949de033a [2023-03-08T15:34:41.855Z] ---> 4c6bab1c9de4 [2023-03-08T15:34:41.855Z] Step 11/23 : WORKDIR /edgex-go [2023-03-08T15:34:41.855Z] ---> Running in 6e3b5e1c6d1e [2023-03-08T15:34:41.855Z] Removing intermediate container 6e3b5e1c6d1e [2023-03-08T15:34:41.855Z] ---> 7e59ab93fc96 [2023-03-08T15:34:41.855Z] [2023-03-08T15:34:41.855Z] Step 12/23 : FROM alpine:3.15 [2023-03-08T15:34:41.855Z] ---> 354640af7b1b [2023-03-08T15:34:41.855Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:34:41.855Z] ---> Using cache [2023-03-08T15:34:41.855Z] ---> c8d2fac49b02 [2023-03-08T15:34:41.855Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T15:34:41.855Z] ---> Running in 190c4fcfc545 [2023-03-08T15:34:41.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:34:41.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:34:41.856Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T15:34:41.856Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T15:34:41.856Z] OK: 15736 distinct packages available [2023-03-08T15:34:41.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:34:41.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:34:42.815Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T15:34:42.815Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T15:34:42.815Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T15:34:42.815Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T15:34:42.815Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T15:34:43.080Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T15:34:43.080Z] OK: 6 MiB in 19 packages [2023-03-08T15:34:45.020Z] Removing intermediate container 190c4fcfc545 [2023-03-08T15:34:45.020Z] ---> bef526e25bd5 [2023-03-08T15:34:45.020Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T15:34:50.354Z] ---> 59db49086c1f [2023-03-08T15:34:50.354Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T15:34:50.936Z] ---> 9b625caccdf7 [2023-03-08T15:34:50.936Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-08T15:34:51.891Z] ---> bc55854a753f [2023-03-08T15:34:51.891Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-08T15:34:52.480Z] ---> cddbc9b712ae [2023-03-08T15:34:52.480Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T15:34:52.747Z] ---> Running in 80fff46294d4 [2023-03-08T15:34:53.032Z] Removing intermediate container 80fff46294d4 [2023-03-08T15:34:53.032Z] ---> 8139621967bf [2023-03-08T15:34:53.032Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T15:34:53.298Z] ---> Running in 92476d7f4425 [2023-03-08T15:34:53.566Z] Removing intermediate container 92476d7f4425 [2023-03-08T15:34:53.566Z] ---> f0326d34add7 [2023-03-08T15:34:53.566Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T15:34:53.832Z] ---> Running in 94486cbc3dff [2023-03-08T15:34:54.418Z] Removing intermediate container 94486cbc3dff [2023-03-08T15:34:54.418Z] ---> c287cdcb7e70 [2023-03-08T15:34:54.418Z] Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:34:54.418Z] ---> Running in ab71f8c30f17 [2023-03-08T15:34:55.000Z] Removing intermediate container ab71f8c30f17 [2023-03-08T15:34:55.000Z] ---> 4ec5cd20e754 [2023-03-08T15:34:55.000Z] Step 23/23 : LABEL version=3.0.0-dev.83 [2023-03-08T15:34:55.266Z] ---> Running in 2c3a1e385891 [2023-03-08T15:34:55.532Z] Removing intermediate container 2c3a1e385891 [2023-03-08T15:34:55.532Z] ---> b0a9fc09714c [2023-03-08T15:34:55.532Z] [2023-03-08T15:34:55.797Z] Successfully built b0a9fc09714c [2023-03-08T15:34:55.797Z] Successfully tagged security-spire-server-arm64:latest [2023-03-08T15:34:55.797Z]  Building security-spire-server ... done Building core-data [2023-03-08T15:34:59.132Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:34:59.132Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:34:59.132Z] ---> e1f0e84df80c [2023-03-08T15:34:59.132Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T15:34:59.132Z] ---> Using cache [2023-03-08T15:34:59.132Z] ---> 139b19c079b2 [2023-03-08T15:34:59.132Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T15:34:59.132Z] ---> Using cache [2023-03-08T15:34:59.132Z] ---> e90d17588b61 [2023-03-08T15:34:59.132Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T15:34:59.132Z] ---> Using cache [2023-03-08T15:34:59.132Z] ---> 7bea97b78245 [2023-03-08T15:34:59.132Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T15:34:59.132Z] ---> Using cache [2023-03-08T15:34:59.132Z] ---> 5a52a1b692e1 [2023-03-08T15:34:59.132Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:34:59.132Z] ---> Using cache [2023-03-08T15:34:59.132Z] ---> b42a0061b3f3 [2023-03-08T15:34:59.132Z] Step 8/22 : COPY . . [2023-03-08T15:34:59.132Z] ---> Using cache [2023-03-08T15:34:59.132Z] ---> e0e3a9696de5 [2023-03-08T15:34:59.132Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-08T15:34:59.132Z] ---> Running in be9c134c9a97 [2023-03-08T15:35:00.554Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T15:37:07.209Z] Removing intermediate container 290bb15321f8 [2023-03-08T15:37:07.209Z] ---> 869e5475f9aa [2023-03-08T15:37:07.209Z] [2023-03-08T15:37:07.209Z] Step 10/23 : FROM alpine:3.16 [2023-03-08T15:37:07.209Z] ---> 4c81e5bf8899 [2023-03-08T15:37:07.209Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:37:07.209Z] ---> Using cache [2023-03-08T15:37:07.209Z] ---> c7fb77bf8f91 [2023-03-08T15:37:07.209Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T15:37:07.209Z] ---> Using cache [2023-03-08T15:37:07.209Z] ---> 25886719560c [2023-03-08T15:37:07.209Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-08T15:37:07.209Z] ---> Running in a268083751ff [2023-03-08T15:37:07.790Z] Removing intermediate container a268083751ff [2023-03-08T15:37:07.790Z] ---> bee2f74378cf [2023-03-08T15:37:07.790Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-08T15:37:07.790Z] ---> Running in 20c76219c976 [2023-03-08T15:37:08.747Z] Removing intermediate container 20c76219c976 [2023-03-08T15:37:08.747Z] ---> b0a3c9c7c7f1 [2023-03-08T15:37:08.747Z] Step 15/23 : WORKDIR / [2023-03-08T15:37:08.747Z] ---> Running in 0cd6c605eb23 [2023-03-08T15:37:09.705Z] Removing intermediate container 0cd6c605eb23 [2023-03-08T15:37:09.705Z] ---> 1b4a5f833caa [2023-03-08T15:37:09.705Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:37:11.109Z] ---> 6873453c51c2 [2023-03-08T15:37:11.109Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-08T15:37:14.442Z] ---> ccccee53b662 [2023-03-08T15:37:14.442Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-08T15:37:15.404Z] ---> 9f50f5261b42 [2023-03-08T15:37:15.404Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-08T15:37:15.669Z] ---> Running in 4a7b08c0877c [2023-03-08T15:37:15.934Z] Removing intermediate container 5fa2eb089a81 [2023-03-08T15:37:15.934Z] ---> bbe1af4b8410 [2023-03-08T15:37:15.934Z] [2023-03-08T15:37:15.934Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:37:15.934Z] ---> 4c81e5bf8899 [2023-03-08T15:37:15.934Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T15:37:16.201Z] ---> Running in 0101db345bce [2023-03-08T15:37:16.473Z] Removing intermediate container 4a7b08c0877c [2023-03-08T15:37:16.473Z] ---> 7113fef0295a [2023-03-08T15:37:16.473Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:37:16.749Z] Removing intermediate container 0101db345bce [2023-03-08T15:37:16.749Z] ---> 1795b786f03e [2023-03-08T15:37:16.749Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:37:16.749Z] ---> Running in 957cf58b513b [2023-03-08T15:37:16.749Z] ---> Running in 3c8d42d61635 [2023-03-08T15:37:17.717Z] Removing intermediate container 957cf58b513b [2023-03-08T15:37:17.717Z] ---> b07a512a1b67 [2023-03-08T15:37:17.717Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T15:37:17.717Z] ---> Running in 06125d93f238 [2023-03-08T15:37:18.299Z] Removing intermediate container 06125d93f238 [2023-03-08T15:37:18.299Z] ---> b5e33e820f91 [2023-03-08T15:37:18.299Z] Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:37:18.566Z] ---> Running in a243becd41ce [2023-03-08T15:37:19.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:37:19.418Z] Removing intermediate container a243becd41ce [2023-03-08T15:37:19.418Z] ---> 2d4777f1a88c [2023-03-08T15:37:19.418Z] Step 23/23 : LABEL version=3.0.0-dev.83 [2023-03-08T15:37:19.684Z] ---> Running in c2f25a2464d0 [2023-03-08T15:37:19.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:37:20.264Z] Removing intermediate container c2f25a2464d0 [2023-03-08T15:37:20.264Z] ---> 5ea28a148db8 [2023-03-08T15:37:20.264Z] [2023-03-08T15:37:20.264Z] Successfully built 5ea28a148db8 [2023-03-08T15:37:20.264Z] Successfully tagged core-command-arm64:latest [2023-03-08T15:37:20.264Z] Building security-spire-agent [2023-03-08T15:37:21.221Z]  Building core-command ... done (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T15:37:21.221Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:37:21.486Z] OK: 5 MiB in 15 packages [2023-03-08T15:37:23.435Z] Removing intermediate container 3c8d42d61635 [2023-03-08T15:37:23.435Z] ---> 5f3dcbc8780d [2023-03-08T15:37:23.435Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:37:24.017Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:37:24.017Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:37:24.017Z] ---> e1f0e84df80c [2023-03-08T15:37:24.017Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T15:37:24.017Z] ---> Using cache [2023-03-08T15:37:24.017Z] ---> a9418bb8bf04 [2023-03-08T15:37:24.017Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T15:37:24.017Z] ---> Using cache [2023-03-08T15:37:24.017Z] ---> 3645f28ed48b [2023-03-08T15:37:24.017Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T15:37:24.017Z] ---> Using cache [2023-03-08T15:37:24.017Z] ---> 6eb262dd61d4 [2023-03-08T15:37:24.017Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:37:24.017Z] ---> Using cache [2023-03-08T15:37:24.017Z] ---> 8b5025fc87aa [2023-03-08T15:37:24.017Z] Step 7/24 : COPY . . [2023-03-08T15:37:24.292Z] ---> Using cache [2023-03-08T15:37:24.292Z] ---> c25d5d920793 [2023-03-08T15:37:24.292Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T15:37:24.292Z] ---> Using cache [2023-03-08T15:37:24.292Z] ---> 538b8a46fa69 [2023-03-08T15:37:24.292Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T15:37:24.292Z] ---> Using cache [2023-03-08T15:37:24.292Z] ---> 595747f6e702 [2023-03-08T15:37:24.292Z] 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-03-08T15:37:24.292Z] ---> d3d546d336ac [2023-03-08T15:37:24.292Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-08T15:37:24.561Z] ---> Running in 01659c739b2c [2023-03-08T15:37:27.194Z] ---> 78b794841b7c [2023-03-08T15:37:27.194Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-08T15:37:27.774Z] ---> 16a3dcdeb159 [2023-03-08T15:37:28.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-08T15:37:28.057Z] Removing intermediate container 01659c739b2c [2023-03-08T15:37:28.057Z] ---> 295ebe28b3d4 [2023-03-08T15:37:28.057Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T15:37:28.322Z] ---> Running in e694dab0de78 [2023-03-08T15:37:29.278Z] ---> b4ad52fac6e9 [2023-03-08T15:37:29.278Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T15:37:29.278Z] Removing intermediate container e694dab0de78 [2023-03-08T15:37:29.278Z] ---> 4bfa16776016 [2023-03-08T15:37:29.278Z] [2023-03-08T15:37:29.278Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T15:37:29.278Z] ---> 354640af7b1b [2023-03-08T15:37:29.278Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:37:29.278Z] ---> Using cache [2023-03-08T15:37:29.278Z] ---> c8d2fac49b02 [2023-03-08T15:37:29.278Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T15:37:29.278Z] ---> Using cache [2023-03-08T15:37:29.278Z] ---> bef526e25bd5 [2023-03-08T15:37:29.278Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-08T15:37:29.278Z] ---> Running in 9cb7916db55d [2023-03-08T15:37:33.729Z] Removing intermediate container 9cb7916db55d [2023-03-08T15:37:33.729Z] ---> a951449c3882 [2023-03-08T15:37:33.729Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T15:37:33.729Z] ---> 9be3edba369e [2023-03-08T15:37:33.729Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T15:37:33.729Z] ---> Running in 7aec18905cd4 [2023-03-08T15:37:34.322Z] Removing intermediate container 7aec18905cd4 [2023-03-08T15:37:34.322Z] ---> d83330e5758b [2023-03-08T15:37:34.322Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-08T15:37:34.588Z] ---> Running in 3077236a1089 [2023-03-08T15:37:35.205Z] Removing intermediate container 3077236a1089 [2023-03-08T15:37:35.205Z] ---> fb45ea9aa35d [2023-03-08T15:37:35.205Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T15:37:35.488Z] ---> Running in 0d94ae6cb769 [2023-03-08T15:37:36.078Z] Removing intermediate container 0d94ae6cb769 [2023-03-08T15:37:36.078Z] ---> 61c08837ef98 [2023-03-08T15:37:36.078Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:37:36.343Z] ---> Running in 399019e75376 [2023-03-08T15:37:36.926Z] Removing intermediate container 399019e75376 [2023-03-08T15:37:36.926Z] ---> e0e7d979783b [2023-03-08T15:37:36.926Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:37:37.191Z] ---> Running in 22db6ef7bdae [2023-03-08T15:37:38.172Z] Removing intermediate container 22db6ef7bdae [2023-03-08T15:37:38.172Z] ---> 90efc4d1077d [2023-03-08T15:37:38.172Z] [2023-03-08T15:37:38.441Z] Successfully built 90efc4d1077d [2023-03-08T15:37:38.441Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-08T15:37:38.441Z]  Building security-proxy-auth ... done Building security-bootstrapper [2023-03-08T15:37:41.012Z] ---> ce5e1240decc [2023-03-08T15:37:41.012Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T15:37:42.423Z] ---> 539e439cb216 [2023-03-08T15:37:42.424Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-08T15:37:43.005Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T15:37:43.005Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-08T15:37:43.005Z] ---> e1f0e84df80c [2023-03-08T15:37:43.005Z] Step 3/32 : WORKDIR /edgex-go [2023-03-08T15:37:43.005Z] ---> Using cache [2023-03-08T15:37:43.006Z] ---> a9418bb8bf04 [2023-03-08T15:37:43.006Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-08T15:37:43.006Z] ---> Using cache [2023-03-08T15:37:43.006Z] ---> 0e395eefa71f [2023-03-08T15:37:43.006Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-08T15:37:43.006Z] ---> Using cache [2023-03-08T15:37:43.006Z] ---> 55d97349a958 [2023-03-08T15:37:43.006Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T15:37:43.006Z] ---> Using cache [2023-03-08T15:37:43.006Z] ---> dbd0d2fa1d92 [2023-03-08T15:37:43.006Z] Step 7/32 : COPY . . [2023-03-08T15:37:43.272Z] ---> Using cache [2023-03-08T15:37:43.272Z] ---> 6cad10f395db [2023-03-08T15:37:43.272Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-08T15:37:43.539Z] ---> Running in 3ff4bdc9c0fc [2023-03-08T15:37:43.539Z] ---> 63977c30bbf3 [2023-03-08T15:37:43.539Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-08T15:37:46.116Z] ---> 3862c567ca94 [2023-03-08T15:37:46.116Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T15:37:46.116Z] ---> Running in 6ddfc439df38 [2023-03-08T15:37:46.383Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T15:37:46.649Z] Removing intermediate container 6ddfc439df38 [2023-03-08T15:37:46.649Z] ---> e94e9857d730 [2023-03-08T15:37:46.649Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T15:37:46.649Z] ---> Running in 8eb43b63e973 [2023-03-08T15:37:47.606Z] Removing intermediate container 8eb43b63e973 [2023-03-08T15:37:47.606Z] ---> 48dc527bccf4 [2023-03-08T15:37:47.606Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T15:37:47.606Z] ---> Running in 7430fc9de0fb [2023-03-08T15:37:48.564Z] Removing intermediate container 7430fc9de0fb [2023-03-08T15:37:48.564Z] ---> 0fff1cac67cc [2023-03-08T15:37:48.564Z] Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:37:48.829Z] ---> Running in 12c85b85def3 [2023-03-08T15:37:49.411Z] Removing intermediate container 12c85b85def3 [2023-03-08T15:37:49.411Z] ---> c045bb4b784c [2023-03-08T15:37:49.411Z] Step 24/24 : LABEL version=3.0.0-dev.83 [2023-03-08T15:37:49.678Z] ---> Running in 0439c2ee58b0 [2023-03-08T15:37:50.636Z] Removing intermediate container 0439c2ee58b0 [2023-03-08T15:37:50.636Z] ---> ba619e0c25d4 [2023-03-08T15:37:50.636Z] [2023-03-08T15:37:50.636Z] Successfully built ba619e0c25d4 [2023-03-08T15:37:50.636Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-08T15:37:54.876Z]  Building security-spire-agent ... done Removing intermediate container cf9ebdfb3d4f [2023-03-08T15:37:54.876Z] ---> 547b4bbd965a [2023-03-08T15:37:54.876Z] [2023-03-08T15:37:54.876Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:37:54.876Z] ---> 4c81e5bf8899 [2023-03-08T15:37:54.876Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T15:37:54.876Z] ---> Using cache [2023-03-08T15:37:54.876Z] ---> 1795b786f03e [2023-03-08T15:37:54.876Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:37:54.876Z] ---> Using cache [2023-03-08T15:37:54.876Z] ---> 5f3dcbc8780d [2023-03-08T15:37:54.876Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:37:54.876Z] ---> Using cache [2023-03-08T15:37:54.876Z] ---> d3d546d336ac [2023-03-08T15:37:54.876Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-08T15:37:55.830Z] ---> 72d4dfcc1a40 [2023-03-08T15:37:55.830Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-08T15:37:56.787Z] ---> bc008c3e6d15 [2023-03-08T15:37:56.787Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-08T15:37:57.745Z] ---> 1a0a986029bb [2023-03-08T15:37:57.745Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T15:37:57.745Z] ---> Running in 0edc61c240d1 [2023-03-08T15:38:01.080Z] Removing intermediate container 0edc61c240d1 [2023-03-08T15:38:01.080Z] ---> b5ed7f60b52a [2023-03-08T15:38:01.080Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T15:38:01.080Z] ---> Running in 8aad58403338 [2023-03-08T15:38:01.660Z] Removing intermediate container 8aad58403338 [2023-03-08T15:38:01.660Z] ---> a45f6a3af1cf [2023-03-08T15:38:01.660Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-08T15:38:01.660Z] ---> Running in 1c999fdeeb69 [2023-03-08T15:38:02.245Z] Removing intermediate container 1c999fdeeb69 [2023-03-08T15:38:02.245Z] ---> 5747808e29e1 [2023-03-08T15:38:02.245Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T15:38:02.245Z] ---> Running in a8bf58a31894 [2023-03-08T15:38:02.830Z] Removing intermediate container a8bf58a31894 [2023-03-08T15:38:02.830Z] ---> b6ca9e83ebb2 [2023-03-08T15:38:02.830Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:38:02.830Z] ---> Running in c5d245259e69 [2023-03-08T15:38:03.417Z] Removing intermediate container c5d245259e69 [2023-03-08T15:38:03.417Z] ---> d99ca0ae1087 [2023-03-08T15:38:03.417Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:38:03.417Z] ---> Running in c0a6e012e328 [2023-03-08T15:38:03.997Z] Removing intermediate container c0a6e012e328 [2023-03-08T15:38:03.997Z] ---> e22058123202 [2023-03-08T15:38:03.997Z] [2023-03-08T15:38:03.997Z] Successfully built e22058123202 [2023-03-08T15:38:03.997Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-08T15:40:25.651Z]  Building core-common-config-bootstrapper ... done Removing intermediate container be9c134c9a97 [2023-03-08T15:40:25.651Z] ---> 8fcc5d6ee890 [2023-03-08T15:40:25.651Z] [2023-03-08T15:40:25.651Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T15:40:25.651Z] ---> 4c81e5bf8899 [2023-03-08T15:40:25.651Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-08T15:40:25.651Z] ---> Running in 1c0c1b322497 [2023-03-08T15:40:25.652Z] Removing intermediate container 1c0c1b322497 [2023-03-08T15:40:25.652Z] ---> 4daa67f457d6 [2023-03-08T15:40:25.652Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-08T15:40:25.652Z] ---> Running in db028a5d1e79 [2023-03-08T15:40:25.652Z] Removing intermediate container db028a5d1e79 [2023-03-08T15:40:25.652Z] ---> 851adba8d22e [2023-03-08T15:40:25.652Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-08T15:40:25.652Z] ---> Running in 2325863ab74e [2023-03-08T15:40:25.652Z] Removing intermediate container 2325863ab74e [2023-03-08T15:40:25.652Z] ---> d9c61ce22c8d [2023-03-08T15:40:25.652Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T15:40:25.652Z] ---> Running in 2be91f06902c [2023-03-08T15:40:25.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:40:25.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:40:25.652Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T15:40:25.652Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:40:25.652Z] OK: 5 MiB in 15 packages [2023-03-08T15:40:25.652Z] Removing intermediate container 2be91f06902c [2023-03-08T15:40:25.652Z] ---> d87952ef77bd [2023-03-08T15:40:25.652Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:40:25.652Z] ---> 81f1a5e0dcbf [2023-03-08T15:40:25.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-08T15:40:25.652Z] ---> 1cfb424b57cb [2023-03-08T15:40:25.652Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-08T15:40:25.652Z] ---> e022f68e89ed [2023-03-08T15:40:25.652Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-08T15:40:25.652Z] ---> Running in b9fcc780de80 [2023-03-08T15:40:25.652Z] Removing intermediate container b9fcc780de80 [2023-03-08T15:40:25.652Z] ---> c7af84c01534 [2023-03-08T15:40:25.652Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:40:25.652Z] ---> Running in bb8b0a5652ae [2023-03-08T15:40:25.652Z] Removing intermediate container bb8b0a5652ae [2023-03-08T15:40:25.652Z] ---> 5276896e3b70 [2023-03-08T15:40:25.652Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T15:40:25.652Z] ---> Running in 7af2cbfa798e [2023-03-08T15:40:25.652Z] Removing intermediate container 7af2cbfa798e [2023-03-08T15:40:25.652Z] ---> a6aac575ca33 [2023-03-08T15:40:25.652Z] Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:40:25.652Z] ---> Running in 57abd816ed7b [2023-03-08T15:40:25.652Z] Removing intermediate container 57abd816ed7b [2023-03-08T15:40:25.652Z] ---> 1d0e0ab3b6d3 [2023-03-08T15:40:25.652Z] Step 22/22 : LABEL version=3.0.0-dev.83 [2023-03-08T15:40:25.652Z] ---> Running in 790776f1c5fd [2023-03-08T15:40:25.652Z] Removing intermediate container 790776f1c5fd [2023-03-08T15:40:25.652Z] ---> 73a09eab42a3 [2023-03-08T15:40:25.652Z] [2023-03-08T15:40:25.652Z] Successfully built 73a09eab42a3 [2023-03-08T15:40:25.652Z] Successfully tagged core-data-arm64:latest [2023-03-08T15:40:40.668Z]  Building core-data ... done Removing intermediate container 33316dd5fd61 [2023-03-08T15:40:40.668Z] ---> 223980a2f9a9 [2023-03-08T15:40:40.668Z] [2023-03-08T15:40:40.668Z] Step 9/19 : FROM alpine:3.15 [2023-03-08T15:40:40.668Z] ---> 354640af7b1b [2023-03-08T15:40:40.668Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:40:40.668Z] ---> Using cache [2023-03-08T15:40:40.668Z] ---> c8d2fac49b02 [2023-03-08T15:40:40.668Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-08T15:40:40.668Z] ---> Running in 7d024052b70e [2023-03-08T15:40:41.632Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:40:42.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:40:43.176Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T15:40:43.176Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T15:40:43.176Z] OK: 15736 distinct packages available [2023-03-08T15:40:43.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:40:43.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:40:44.398Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-08T15:40:44.398Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-08T15:40:44.398Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-08T15:40:44.663Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-08T15:40:44.663Z] (5/9) Installing curl (7.80.0-r6) [2023-03-08T15:40:44.663Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-08T15:40:44.663Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-08T15:40:44.663Z] (8/9) Installing libucontext (1.1-r0) [2023-03-08T15:40:44.663Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-08T15:40:44.663Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T15:40:44.663Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T15:40:44.929Z] OK: 8 MiB in 23 packages [2023-03-08T15:40:47.509Z] Removing intermediate container 7d024052b70e [2023-03-08T15:40:47.509Z] ---> d91f6102c70d [2023-03-08T15:40:47.509Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:40:47.777Z] ---> 5ffaf53dcbd7 [2023-03-08T15:40:47.777Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-08T15:40:49.714Z] ---> a2fe586f4fe5 [2023-03-08T15:40:49.714Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-08T15:40:50.296Z] ---> e600829ccc7a [2023-03-08T15:40:50.296Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-08T15:40:50.296Z] ---> Running in 8f643e081301 [2023-03-08T15:40:50.565Z] Removing intermediate container 8f643e081301 [2023-03-08T15:40:50.565Z] ---> 395053b3f630 [2023-03-08T15:40:50.565Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T15:40:50.832Z] ---> Running in ab78b7cb39b2 [2023-03-08T15:40:51.098Z] Removing intermediate container ab78b7cb39b2 [2023-03-08T15:40:51.098Z] ---> a99471359e9d [2023-03-08T15:40:51.098Z] Step 17/19 : LABEL arch=arm64 [2023-03-08T15:40:51.362Z] ---> Running in b679a248de57 [2023-03-08T15:40:51.627Z] Removing intermediate container b679a248de57 [2023-03-08T15:40:51.627Z] ---> 647433f2dc7c [2023-03-08T15:40:51.627Z] Step 18/19 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:40:51.627Z] Removing intermediate container 3ff4bdc9c0fc [2023-03-08T15:40:51.627Z] ---> f879ee2328f3 [2023-03-08T15:40:51.627Z] [2023-03-08T15:40:51.627Z] Step 9/32 : FROM alpine:3.16 [2023-03-08T15:40:51.627Z] ---> 4c81e5bf8899 [2023-03-08T15:40:51.627Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T15:40:51.893Z] ---> Running in 6ff159393760 [2023-03-08T15:40:51.893Z] ---> Running in dd7803f5fb48 [2023-03-08T15:40:52.165Z] Removing intermediate container 6ff159393760 [2023-03-08T15:40:52.165Z] ---> 3f9f465a543b [2023-03-08T15:40:52.165Z] Step 19/19 : LABEL version=3.0.0-dev.83 [2023-03-08T15:40:52.165Z] ---> Running in 45721fbc2766 [2023-03-08T15:40:52.165Z] Removing intermediate container dd7803f5fb48 [2023-03-08T15:40:52.165Z] ---> 7c40c15c299d [2023-03-08T15:40:52.165Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-08T15:40:52.432Z] ---> Running in 7f02dc1ae850 [2023-03-08T15:40:52.432Z] Removing intermediate container 45721fbc2766 [2023-03-08T15:40:52.432Z] ---> 3411696ea2e0 [2023-03-08T15:40:52.432Z] [2023-03-08T15:40:52.704Z] Successfully built 3411696ea2e0 [2023-03-08T15:40:52.704Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-08T15:40:53.289Z]  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T15:40:53.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T15:40:54.511Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T15:40:54.511Z] (2/2) Installing su-exec (0.2-r1) [2023-03-08T15:40:54.511Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T15:40:54.511Z] OK: 5 MiB in 16 packages [2023-03-08T15:40:55.470Z] Removing intermediate container 7f02dc1ae850 [2023-03-08T15:40:55.470Z] ---> 9eecb26b453b [2023-03-08T15:40:55.470Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-08T15:40:55.470Z] ---> Running in 86fe64a47a78 [2023-03-08T15:40:55.740Z] Removing intermediate container 86fe64a47a78 [2023-03-08T15:40:55.740Z] ---> 84c88419534e [2023-03-08T15:40:55.740Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-08T15:40:56.005Z] ---> Running in cfd5acb136ab [2023-03-08T15:40:56.271Z] Removing intermediate container cfd5acb136ab [2023-03-08T15:40:56.271Z] ---> 081168413e02 [2023-03-08T15:40:56.271Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-08T15:40:56.271Z] ---> Running in ac266a55088b [2023-03-08T15:40:56.537Z] Removing intermediate container ac266a55088b [2023-03-08T15:40:56.537Z] ---> f6aad6a9eb06 [2023-03-08T15:40:56.537Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-08T15:40:56.537Z] ---> Running in 9b9fe2f22c8e [2023-03-08T15:40:56.802Z] Removing intermediate container 9b9fe2f22c8e [2023-03-08T15:40:56.802Z] ---> c80dfecb7f6d [2023-03-08T15:40:56.802Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-08T15:40:56.802Z] ---> Running in 524993cd5224 [2023-03-08T15:40:58.741Z] Removing intermediate container 524993cd5224 [2023-03-08T15:40:58.741Z] ---> d022b350142a [2023-03-08T15:40:58.741Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-08T15:40:58.741Z] ---> Running in fb69ecad03ea [2023-03-08T15:40:59.005Z] Removing intermediate container fb69ecad03ea [2023-03-08T15:40:59.006Z] ---> 9e3d8034b6da [2023-03-08T15:40:59.006Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-08T15:40:59.587Z] ---> 2d10b5261c44 [2023-03-08T15:40:59.587Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-08T15:40:59.587Z] ---> Running in 4512592731d9 [2023-03-08T15:41:00.995Z] Removing intermediate container 4512592731d9 [2023-03-08T15:41:00.995Z] ---> dd8e73c03960 [2023-03-08T15:41:00.995Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T15:41:01.582Z] ---> de468c4bf957 [2023-03-08T15:41:01.582Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-08T15:41:02.558Z] ---> 9538a715dede [2023-03-08T15:41:02.558Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-08T15:41:02.824Z] ---> 6a70369c67f2 [2023-03-08T15:41:02.824Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-08T15:41:03.404Z] ---> 38e738ad0c28 [2023-03-08T15:41:03.404Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-08T15:41:03.985Z] ---> fa3f463524b5 [2023-03-08T15:41:03.985Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-08T15:41:04.252Z] ---> e2bf53ee4762 [2023-03-08T15:41:04.252Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-08T15:41:04.836Z] ---> 431b515fd94c [2023-03-08T15:41:04.836Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-08T15:41:04.836Z] ---> Running in 42dbc7d292f3 [2023-03-08T15:41:06.782Z] Removing intermediate container 42dbc7d292f3 [2023-03-08T15:41:06.782Z] ---> 93e4f6dae3ee [2023-03-08T15:41:06.782Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-08T15:41:06.782Z] ---> Running in eb1f8f4ec532 [2023-03-08T15:41:06.782Z] Removing intermediate container eb1f8f4ec532 [2023-03-08T15:41:06.782Z] ---> 84157e26cef4 [2023-03-08T15:41:06.782Z] Step 29/32 : CMD ["gate"] [2023-03-08T15:41:06.782Z] ---> Running in 2db4cbd3762f [2023-03-08T15:41:07.045Z] Removing intermediate container 2db4cbd3762f [2023-03-08T15:41:07.045Z] ---> 011bfa8271a2 [2023-03-08T15:41:07.045Z] Step 30/32 : LABEL arch=arm64 [2023-03-08T15:41:07.045Z] ---> Running in 498f6cdb1d2d [2023-03-08T15:41:07.319Z] Removing intermediate container 498f6cdb1d2d [2023-03-08T15:41:07.319Z] ---> cf158fe2e26f [2023-03-08T15:41:07.319Z] Step 31/32 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:07.585Z] ---> Running in 0c773c714267 [2023-03-08T15:41:07.851Z] Removing intermediate container 0c773c714267 [2023-03-08T15:41:07.851Z] ---> 9908d5b473b8 [2023-03-08T15:41:07.851Z] Step 32/32 : LABEL version=3.0.0-dev.83 [2023-03-08T15:41:07.851Z] ---> Running in dc17a55093ca [2023-03-08T15:41:08.119Z] Removing intermediate container dc17a55093ca [2023-03-08T15:41:08.119Z] ---> fe0c91b05a84 [2023-03-08T15:41:08.119Z] [2023-03-08T15:41:08.119Z] Successfully built fe0c91b05a84 [2023-03-08T15:41:08.119Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-08T15:41:08.400Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-03-08T15:41:08.405Z] $ docker stop --time=1 038133a0aed69cf44e3a37ddd5dbd7bfdb119725126f75971b78980a4c9199d3 [2023-03-08T15:41:10.048Z] $ docker rm -f --volumes 038133a0aed69cf44e3a37ddd5dbd7bfdb119725126f75971b78980a4c9199d3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T15:41:10.513Z] + docker images [2023-03-08T15:41:10.779Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-08T15:41:10.779Z] security-bootstrapper-arm64 latest fe0c91b05a84 3 seconds ago 19MB [2023-03-08T15:41:10.779Z] security-spiffe-token-provider-arm64 latest 3411696ea2e0 18 seconds ago 29.1MB [2023-03-08T15:41:10.779Z] f879ee2328f3 19 seconds ago 1.32GB [2023-03-08T15:41:10.779Z] 223980a2f9a9 32 seconds ago 1.38GB [2023-03-08T15:41:10.779Z] core-data-arm64 latest 73a09eab42a3 46 seconds ago 17.3MB [2023-03-08T15:41:10.779Z] 8fcc5d6ee890 About a minute ago 1.34GB [2023-03-08T15:41:10.779Z] core-common-config-bootstrapper-arm64 latest e22058123202 3 minutes ago 14.9MB [2023-03-08T15:41:10.779Z] 547b4bbd965a 3 minutes ago 1.33GB [2023-03-08T15:41:10.779Z] security-spire-agent-arm64 latest ba619e0c25d4 3 minutes ago 122MB [2023-03-08T15:41:10.779Z] security-proxy-auth-arm64 latest 90efc4d1077d 3 minutes ago 15.6MB [2023-03-08T15:41:10.780Z] 4bfa16776016 3 minutes ago 1.21GB [2023-03-08T15:41:10.780Z] core-command-arm64 latest 5ea28a148db8 3 minutes ago 17.1MB [2023-03-08T15:41:10.780Z] bbe1af4b8410 3 minutes ago 1.32GB [2023-03-08T15:41:10.780Z] 869e5475f9aa 4 minutes ago 1.34GB [2023-03-08T15:41:10.780Z] security-spire-server-arm64 latest b0a9fc09714c 6 minutes ago 84.3MB [2023-03-08T15:41:10.780Z] 7e59ab93fc96 6 minutes ago 1.21GB [2023-03-08T15:41:10.780Z] support-scheduler-arm64 latest 7481a89889b5 8 minutes ago 29.1MB [2023-03-08T15:41:10.780Z] support-notifications-arm64 latest bdbe875121a5 8 minutes ago 29.7MB [2023-03-08T15:41:10.780Z] ecdee9560f65 9 minutes ago 1.4GB [2023-03-08T15:41:10.780Z] 1a624eb0165a 9 minutes ago 1.4GB [2023-03-08T15:41:10.780Z] core-metadata-arm64 latest 3fda46c94991 11 minutes ago 17.8MB [2023-03-08T15:41:10.780Z] 83e0f9f35ad6 11 minutes ago 1.35GB [2023-03-08T15:41:10.780Z] security-proxy-setup-arm64 latest 7ded0a83d8ba 11 minutes ago 15.8MB [2023-03-08T15:41:10.780Z] 0d36d9e2d837 12 minutes ago 1.32GB [2023-03-08T15:41:10.780Z] security-secretstore-setup-arm64 latest e015cd774152 12 minutes ago 28.7MB [2023-03-08T15:41:10.780Z] 10d6f13f2c68 12 minutes ago 1.33GB [2023-03-08T15:41:10.780Z] security-spire-config-arm64 latest 95c7583effa2 18 minutes ago 83.6MB [2023-03-08T15:41:10.780Z] 7e04c7198444 18 minutes ago 1.21GB [2023-03-08T15:41:10.780Z] ci-base-image-arm64 latest e1f0e84df80c 21 minutes ago 904MB [2023-03-08T15:41:10.780Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-08T15:41:10.780Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-08T15:41:10.780Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-08T15:41:10.780Z] 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-03-08T15:41:10.863Z] provisioning config files... [2023-03-08T15:41:10.878Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config3703173001934290212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:41:11.206Z] ---> docker-login.sh [2023-03-08T15:41:11.206Z] nexus3.edgexfoundry.org:10001 [2023-03-08T15:41:11.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:41:11.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:41:11.476Z] Configure a credential helper to remove this warning. See [2023-03-08T15:41:11.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:41:11.476Z] [2023-03-08T15:41:11.476Z] Login Succeeded [2023-03-08T15:41:11.476Z] nexus3.edgexfoundry.org:10002 [2023-03-08T15:41:11.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:41:12.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:41:12.015Z] Configure a credential helper to remove this warning. See [2023-03-08T15:41:12.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:41:12.015Z] [2023-03-08T15:41:12.015Z] Login Succeeded [2023-03-08T15:41:12.015Z] nexus3.edgexfoundry.org:10003 [2023-03-08T15:41:12.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:41:12.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:41:12.283Z] Configure a credential helper to remove this warning. See [2023-03-08T15:41:12.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:41:12.283Z] [2023-03-08T15:41:12.283Z] Login Succeeded [2023-03-08T15:41:12.283Z] nexus3.edgexfoundry.org:10004 [2023-03-08T15:41:12.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:41:12.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:41:12.547Z] Configure a credential helper to remove this warning. See [2023-03-08T15:41:12.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:41:12.547Z] [2023-03-08T15:41:12.547Z] Login Succeeded [2023-03-08T15:41:12.547Z] docker.io [2023-03-08T15:41:12.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T15:41:13.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T15:41:13.133Z] Configure a credential helper to remove this warning. See [2023-03-08T15:41:13.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T15:41:13.133Z] [2023-03-08T15:41:13.133Z] Login Succeeded [2023-03-08T15:41:13.133Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T15:41:13.147Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:41:13.169Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T15:41:13.184Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-08T15:41:13.184Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:13.184Z] latest [2023-03-08T15:41:13.184Z] 3.0.0-dev.83 [2023-03-08T15:41:13.184Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:13.184Z] main [2023-03-08T15:41:13.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:13.530Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:13.872Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:13.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T15:41:13.873Z] 6e9a7c4dd716: Preparing [2023-03-08T15:41:13.873Z] 63bb5f631b48: Preparing [2023-03-08T15:41:13.873Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:13.873Z] c343ec074734: Preparing [2023-03-08T15:41:13.873Z] f70ee36035b9: Preparing [2023-03-08T15:41:13.873Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:14.143Z] 6e9a7c4dd716: Pushed [2023-03-08T15:41:14.143Z] 8a84e16d73fd: Pushed [2023-03-08T15:41:14.143Z] c343ec074734: Pushed [2023-03-08T15:41:17.485Z] 63bb5f631b48: Pushed [2023-03-08T15:41:17.485Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:17.832Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:18.156Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-08T15:41:18.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T15:41:18.156Z] 6e9a7c4dd716: Preparing [2023-03-08T15:41:18.156Z] 63bb5f631b48: Preparing [2023-03-08T15:41:18.156Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:18.156Z] c343ec074734: Preparing [2023-03-08T15:41:18.156Z] f70ee36035b9: Preparing [2023-03-08T15:41:18.156Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:18.156Z] c343ec074734: Layer already exists [2023-03-08T15:41:18.156Z] 6e9a7c4dd716: Layer already exists [2023-03-08T15:41:18.156Z] 63bb5f631b48: Layer already exists [2023-03-08T15:41:18.156Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:18.156Z] latest: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:18.489Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:18.832Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.83 [2023-03-08T15:41:18.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T15:41:18.832Z] 6e9a7c4dd716: Preparing [2023-03-08T15:41:18.832Z] 63bb5f631b48: Preparing [2023-03-08T15:41:18.832Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:18.832Z] c343ec074734: Preparing [2023-03-08T15:41:18.832Z] f70ee36035b9: Preparing [2023-03-08T15:41:18.832Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:18.832Z] 6e9a7c4dd716: Layer already exists [2023-03-08T15:41:18.832Z] 63bb5f631b48: Layer already exists [2023-03-08T15:41:18.832Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:18.832Z] c343ec074734: Layer already exists [2023-03-08T15:41:18.832Z] 3.0.0-dev.83: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:19.180Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:19.514Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:19.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T15:41:19.514Z] 6e9a7c4dd716: Preparing [2023-03-08T15:41:19.514Z] 63bb5f631b48: Preparing [2023-03-08T15:41:19.514Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:19.514Z] c343ec074734: Preparing [2023-03-08T15:41:19.514Z] f70ee36035b9: Preparing [2023-03-08T15:41:19.514Z] 6e9a7c4dd716: Layer already exists [2023-03-08T15:41:19.514Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:19.514Z] 63bb5f631b48: Layer already exists [2023-03-08T15:41:19.514Z] c343ec074734: Layer already exists [2023-03-08T15:41:19.514Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:19.514Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:19.847Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:20.183Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-08T15:41:20.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T15:41:20.183Z] 6e9a7c4dd716: Preparing [2023-03-08T15:41:20.183Z] 63bb5f631b48: Preparing [2023-03-08T15:41:20.183Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:20.183Z] c343ec074734: Preparing [2023-03-08T15:41:20.183Z] f70ee36035b9: Preparing [2023-03-08T15:41:20.183Z] 6e9a7c4dd716: Layer already exists [2023-03-08T15:41:20.183Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:20.183Z] 63bb5f631b48: Layer already exists [2023-03-08T15:41:20.183Z] c343ec074734: Layer already exists [2023-03-08T15:41:20.183Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:20.183Z] main: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:41:20.227Z] ===================================================== [Pipeline] echo [2023-03-08T15:41:20.232Z] taggedImages: [2023-03-08T15:41:20.232Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:20.232Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-08T15:41:20.232Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.83 [2023-03-08T15:41:20.232Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:20.232Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-08T15:41:20.247Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-08T15:41:20.247Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:20.247Z] latest [2023-03-08T15:41:20.247Z] 3.0.0-dev.83 [2023-03-08T15:41:20.247Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:20.247Z] main [2023-03-08T15:41:20.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:20.570Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:20.900Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:20.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T15:41:20.900Z] 18b033357e4e: Preparing [2023-03-08T15:41:20.900Z] 620e432f24bf: Preparing [2023-03-08T15:41:20.900Z] b629c7b45185: Preparing [2023-03-08T15:41:20.900Z] 1e3a0ade23a9: Preparing [2023-03-08T15:41:20.900Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:20.900Z] 4cb951d379d7: Preparing [2023-03-08T15:41:20.900Z] f70ee36035b9: Preparing [2023-03-08T15:41:20.900Z] f70ee36035b9: Waiting [2023-03-08T15:41:20.900Z] 4cb951d379d7: Waiting [2023-03-08T15:41:20.900Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:21.166Z] 18b033357e4e: Pushed [2023-03-08T15:41:21.166Z] b629c7b45185: Pushed [2023-03-08T15:41:21.166Z] 620e432f24bf: Pushed [2023-03-08T15:41:21.166Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:21.166Z] 4cb951d379d7: Pushed [2023-03-08T15:41:24.498Z] 1e3a0ade23a9: Pushed [2023-03-08T15:41:24.498Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:24.830Z] + 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-03-08T15:41:25.162Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-08T15:41:25.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T15:41:25.163Z] 18b033357e4e: Preparing [2023-03-08T15:41:25.163Z] 620e432f24bf: Preparing [2023-03-08T15:41:25.163Z] b629c7b45185: Preparing [2023-03-08T15:41:25.163Z] 1e3a0ade23a9: Preparing [2023-03-08T15:41:25.163Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:25.163Z] 4cb951d379d7: Preparing [2023-03-08T15:41:25.163Z] f70ee36035b9: Preparing [2023-03-08T15:41:25.163Z] 4cb951d379d7: Waiting [2023-03-08T15:41:25.163Z] f70ee36035b9: Waiting [2023-03-08T15:41:25.163Z] 620e432f24bf: Layer already exists [2023-03-08T15:41:25.163Z] 1e3a0ade23a9: Layer already exists [2023-03-08T15:41:25.163Z] 18b033357e4e: Layer already exists [2023-03-08T15:41:25.163Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:25.163Z] b629c7b45185: Layer already exists [2023-03-08T15:41:25.163Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:25.163Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:25.427Z] latest: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:25.766Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:26.102Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.83 [2023-03-08T15:41:26.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T15:41:26.102Z] 18b033357e4e: Preparing [2023-03-08T15:41:26.102Z] 620e432f24bf: Preparing [2023-03-08T15:41:26.102Z] b629c7b45185: Preparing [2023-03-08T15:41:26.103Z] 1e3a0ade23a9: Preparing [2023-03-08T15:41:26.103Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:26.103Z] 4cb951d379d7: Preparing [2023-03-08T15:41:26.103Z] f70ee36035b9: Preparing [2023-03-08T15:41:26.103Z] 4cb951d379d7: Waiting [2023-03-08T15:41:26.103Z] f70ee36035b9: Waiting [2023-03-08T15:41:26.103Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:26.103Z] 18b033357e4e: Layer already exists [2023-03-08T15:41:26.103Z] 620e432f24bf: Layer already exists [2023-03-08T15:41:26.103Z] 1e3a0ade23a9: Layer already exists [2023-03-08T15:41:26.103Z] b629c7b45185: Layer already exists [2023-03-08T15:41:26.103Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:26.103Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:26.368Z] 3.0.0-dev.83: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:26.696Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:27.024Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:27.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T15:41:27.025Z] 18b033357e4e: Preparing [2023-03-08T15:41:27.025Z] 620e432f24bf: Preparing [2023-03-08T15:41:27.025Z] b629c7b45185: Preparing [2023-03-08T15:41:27.025Z] 1e3a0ade23a9: Preparing [2023-03-08T15:41:27.025Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:27.025Z] 4cb951d379d7: Preparing [2023-03-08T15:41:27.025Z] f70ee36035b9: Preparing [2023-03-08T15:41:27.025Z] 4cb951d379d7: Waiting [2023-03-08T15:41:27.025Z] f70ee36035b9: Waiting [2023-03-08T15:41:27.025Z] b629c7b45185: Layer already exists [2023-03-08T15:41:27.025Z] 1e3a0ade23a9: Layer already exists [2023-03-08T15:41:27.025Z] 18b033357e4e: Layer already exists [2023-03-08T15:41:27.025Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:27.025Z] 620e432f24bf: Layer already exists [2023-03-08T15:41:27.025Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:27.025Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:27.025Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:27.623Z] + 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-03-08T15:41:27.954Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-08T15:41:27.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T15:41:27.954Z] 18b033357e4e: Preparing [2023-03-08T15:41:27.954Z] 620e432f24bf: Preparing [2023-03-08T15:41:27.954Z] b629c7b45185: Preparing [2023-03-08T15:41:27.954Z] 1e3a0ade23a9: Preparing [2023-03-08T15:41:27.954Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:27.954Z] 4cb951d379d7: Preparing [2023-03-08T15:41:27.954Z] f70ee36035b9: Preparing [2023-03-08T15:41:27.954Z] 4cb951d379d7: Waiting [2023-03-08T15:41:27.954Z] f70ee36035b9: Waiting [2023-03-08T15:41:27.954Z] 18b033357e4e: Layer already exists [2023-03-08T15:41:27.954Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:27.954Z] 620e432f24bf: Layer already exists [2023-03-08T15:41:27.954Z] b629c7b45185: Layer already exists [2023-03-08T15:41:27.954Z] 1e3a0ade23a9: Layer already exists [2023-03-08T15:41:27.954Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:27.954Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:28.228Z] main: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:41:28.266Z] ===================================================== [Pipeline] echo [2023-03-08T15:41:28.271Z] taggedImages: [2023-03-08T15:41:28.271Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:28.271Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-08T15:41:28.271Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.83 [2023-03-08T15:41:28.271Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:28.271Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-08T15:41:28.285Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-08T15:41:28.285Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:28.285Z] latest [2023-03-08T15:41:28.285Z] 3.0.0-dev.83 [2023-03-08T15:41:28.285Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:28.285Z] main [2023-03-08T15:41:28.285Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:28.638Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:28.969Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:28.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T15:41:28.970Z] d674160dec9a: Preparing [2023-03-08T15:41:28.970Z] e38c10896480: Preparing [2023-03-08T15:41:28.970Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:28.970Z] 929e0d8d314c: Preparing [2023-03-08T15:41:28.970Z] f70ee36035b9: Preparing [2023-03-08T15:41:28.970Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:28.970Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:29.234Z] 929e0d8d314c: Pushed [2023-03-08T15:41:29.234Z] d674160dec9a: Pushed [2023-03-08T15:41:32.563Z] e38c10896480: Pushed [2023-03-08T15:41:32.563Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:32.900Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:33.222Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-08T15:41:33.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T15:41:33.222Z] d674160dec9a: Preparing [2023-03-08T15:41:33.222Z] e38c10896480: Preparing [2023-03-08T15:41:33.222Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:33.222Z] 929e0d8d314c: Preparing [2023-03-08T15:41:33.222Z] f70ee36035b9: Preparing [2023-03-08T15:41:33.222Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:33.222Z] e38c10896480: Layer already exists [2023-03-08T15:41:33.222Z] d674160dec9a: Layer already exists [2023-03-08T15:41:33.222Z] 929e0d8d314c: Layer already exists [2023-03-08T15:41:33.222Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:33.486Z] latest: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:33.815Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:34.144Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.83 [2023-03-08T15:41:34.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T15:41:34.144Z] d674160dec9a: Preparing [2023-03-08T15:41:34.144Z] e38c10896480: Preparing [2023-03-08T15:41:34.144Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:34.144Z] 929e0d8d314c: Preparing [2023-03-08T15:41:34.144Z] f70ee36035b9: Preparing [2023-03-08T15:41:34.144Z] 929e0d8d314c: Layer already exists [2023-03-08T15:41:34.144Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:34.144Z] d674160dec9a: Layer already exists [2023-03-08T15:41:34.144Z] e38c10896480: Layer already exists [2023-03-08T15:41:34.144Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:34.144Z] 3.0.0-dev.83: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:34.479Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:34.810Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:34.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T15:41:34.810Z] d674160dec9a: Preparing [2023-03-08T15:41:34.810Z] e38c10896480: Preparing [2023-03-08T15:41:34.810Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:34.810Z] 929e0d8d314c: Preparing [2023-03-08T15:41:34.810Z] f70ee36035b9: Preparing [2023-03-08T15:41:34.810Z] e38c10896480: Layer already exists [2023-03-08T15:41:34.810Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:34.810Z] 929e0d8d314c: Layer already exists [2023-03-08T15:41:34.810Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:34.810Z] d674160dec9a: Layer already exists [2023-03-08T15:41:35.077Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:35.408Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:35.736Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-08T15:41:35.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T15:41:35.736Z] d674160dec9a: Preparing [2023-03-08T15:41:35.736Z] e38c10896480: Preparing [2023-03-08T15:41:35.736Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:35.736Z] 929e0d8d314c: Preparing [2023-03-08T15:41:35.736Z] f70ee36035b9: Preparing [2023-03-08T15:41:35.736Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:35.736Z] e38c10896480: Layer already exists [2023-03-08T15:41:35.736Z] d674160dec9a: Layer already exists [2023-03-08T15:41:35.736Z] 929e0d8d314c: Layer already exists [2023-03-08T15:41:35.736Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:35.736Z] main: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:41:35.774Z] ===================================================== [Pipeline] echo [2023-03-08T15:41:35.780Z] taggedImages: [2023-03-08T15:41:35.780Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:35.780Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-08T15:41:35.780Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.83 [2023-03-08T15:41:35.780Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:35.780Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-08T15:41:35.794Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-08T15:41:35.794Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:35.794Z] latest [2023-03-08T15:41:35.794Z] 3.0.0-dev.83 [2023-03-08T15:41:35.794Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:35.794Z] main [2023-03-08T15:41:35.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:36.118Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:36.441Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:36.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T15:41:36.441Z] 47ad0c4e82d3: Preparing [2023-03-08T15:41:36.441Z] 55a527c78fb7: Preparing [2023-03-08T15:41:36.441Z] 8a6b65549787: Preparing [2023-03-08T15:41:36.441Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:36.441Z] c343ec074734: Preparing [2023-03-08T15:41:36.441Z] f70ee36035b9: Preparing [2023-03-08T15:41:36.441Z] f70ee36035b9: Waiting [2023-03-08T15:41:36.441Z] c343ec074734: Layer already exists [2023-03-08T15:41:36.441Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:36.441Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:36.706Z] 47ad0c4e82d3: Pushed [2023-03-08T15:41:36.706Z] 55a527c78fb7: Pushed [2023-03-08T15:41:40.039Z] 8a6b65549787: Pushed [2023-03-08T15:41:40.039Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:40.371Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:40.699Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-08T15:41:40.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T15:41:40.699Z] 47ad0c4e82d3: Preparing [2023-03-08T15:41:40.699Z] 55a527c78fb7: Preparing [2023-03-08T15:41:40.699Z] 8a6b65549787: Preparing [2023-03-08T15:41:40.699Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:40.699Z] c343ec074734: Preparing [2023-03-08T15:41:40.699Z] f70ee36035b9: Preparing [2023-03-08T15:41:40.699Z] f70ee36035b9: Waiting [2023-03-08T15:41:40.699Z] c343ec074734: Layer already exists [2023-03-08T15:41:40.699Z] 8a6b65549787: Layer already exists [2023-03-08T15:41:40.699Z] 47ad0c4e82d3: Layer already exists [2023-03-08T15:41:40.699Z] 55a527c78fb7: Layer already exists [2023-03-08T15:41:40.699Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:40.699Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:40.699Z] latest: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:41.291Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:41.614Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.83 [2023-03-08T15:41:41.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T15:41:41.614Z] 47ad0c4e82d3: Preparing [2023-03-08T15:41:41.614Z] 55a527c78fb7: Preparing [2023-03-08T15:41:41.614Z] 8a6b65549787: Preparing [2023-03-08T15:41:41.614Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:41.614Z] c343ec074734: Preparing [2023-03-08T15:41:41.614Z] f70ee36035b9: Preparing [2023-03-08T15:41:41.614Z] f70ee36035b9: Waiting [2023-03-08T15:41:41.614Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:41.614Z] 55a527c78fb7: Layer already exists [2023-03-08T15:41:41.614Z] 47ad0c4e82d3: Layer already exists [2023-03-08T15:41:41.614Z] 8a6b65549787: Layer already exists [2023-03-08T15:41:41.614Z] c343ec074734: Layer already exists [2023-03-08T15:41:41.614Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:41.614Z] 3.0.0-dev.83: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:42.201Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:42.522Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:42.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T15:41:42.522Z] 47ad0c4e82d3: Preparing [2023-03-08T15:41:42.522Z] 55a527c78fb7: Preparing [2023-03-08T15:41:42.522Z] 8a6b65549787: Preparing [2023-03-08T15:41:42.522Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:42.522Z] c343ec074734: Preparing [2023-03-08T15:41:42.522Z] f70ee36035b9: Preparing [2023-03-08T15:41:42.522Z] f70ee36035b9: Waiting [2023-03-08T15:41:42.522Z] 8a6b65549787: Layer already exists [2023-03-08T15:41:42.522Z] c343ec074734: Layer already exists [2023-03-08T15:41:42.522Z] 55a527c78fb7: Layer already exists [2023-03-08T15:41:42.522Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:42.522Z] 47ad0c4e82d3: Layer already exists [2023-03-08T15:41:42.522Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:42.522Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:42.853Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:43.174Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-08T15:41:43.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T15:41:43.174Z] 47ad0c4e82d3: Preparing [2023-03-08T15:41:43.174Z] 55a527c78fb7: Preparing [2023-03-08T15:41:43.174Z] 8a6b65549787: Preparing [2023-03-08T15:41:43.174Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:43.174Z] c343ec074734: Preparing [2023-03-08T15:41:43.174Z] f70ee36035b9: Preparing [2023-03-08T15:41:43.174Z] f70ee36035b9: Waiting [2023-03-08T15:41:43.174Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:43.174Z] 47ad0c4e82d3: Layer already exists [2023-03-08T15:41:43.174Z] c343ec074734: Layer already exists [2023-03-08T15:41:43.174Z] 8a6b65549787: Layer already exists [2023-03-08T15:41:43.174Z] 55a527c78fb7: Layer already exists [2023-03-08T15:41:43.174Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:43.174Z] main: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:41:43.213Z] ===================================================== [Pipeline] echo [2023-03-08T15:41:43.219Z] taggedImages: [2023-03-08T15:41:43.219Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:43.219Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-08T15:41:43.219Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.83 [2023-03-08T15:41:43.219Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:43.219Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-08T15:41:43.232Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-08T15:41:43.232Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:43.232Z] latest [2023-03-08T15:41:43.232Z] 3.0.0-dev.83 [2023-03-08T15:41:43.232Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:43.232Z] main [2023-03-08T15:41:43.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:43.553Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:43.883Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:43.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T15:41:43.883Z] c0139b016233: Preparing [2023-03-08T15:41:43.883Z] c0139b016233: Preparing [2023-03-08T15:41:43.883Z] 0467b51e4fa6: Preparing [2023-03-08T15:41:43.883Z] 15710b65b895: Preparing [2023-03-08T15:41:43.883Z] bbb06dab7351: Preparing [2023-03-08T15:41:43.883Z] 4407e03ffbba: Preparing [2023-03-08T15:41:43.883Z] 12b5e83e2da4: Preparing [2023-03-08T15:41:43.883Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:43.883Z] de5c05054c71: Preparing [2023-03-08T15:41:43.883Z] d09bef59d3a2: Preparing [2023-03-08T15:41:43.883Z] 2e120db10805: Preparing [2023-03-08T15:41:43.883Z] 63be13d14641: Preparing [2023-03-08T15:41:43.883Z] f70ee36035b9: Preparing [2023-03-08T15:41:43.883Z] 8a84e16d73fd: Waiting [2023-03-08T15:41:43.883Z] de5c05054c71: Waiting [2023-03-08T15:41:43.883Z] 12b5e83e2da4: Waiting [2023-03-08T15:41:43.883Z] d09bef59d3a2: Waiting [2023-03-08T15:41:43.883Z] 2e120db10805: Waiting [2023-03-08T15:41:43.883Z] 63be13d14641: Waiting [2023-03-08T15:41:43.883Z] f70ee36035b9: Waiting [2023-03-08T15:41:44.147Z] 4407e03ffbba: Pushed [2023-03-08T15:41:44.147Z] 0467b51e4fa6: Pushed [2023-03-08T15:41:44.147Z] 15710b65b895: Pushed [2023-03-08T15:41:44.147Z] bbb06dab7351: Pushed [2023-03-08T15:41:44.147Z] c0139b016233: Pushed [2023-03-08T15:41:44.147Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:44.409Z] 2e120db10805: Pushed [2023-03-08T15:41:44.409Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:44.409Z] d09bef59d3a2: Pushed [2023-03-08T15:41:44.409Z] 63be13d14641: Pushed [2023-03-08T15:41:44.409Z] de5c05054c71: Pushed [2023-03-08T15:41:47.732Z] 12b5e83e2da4: Pushed [2023-03-08T15:41:47.732Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:48.068Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:48.392Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-08T15:41:48.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T15:41:48.392Z] c0139b016233: Preparing [2023-03-08T15:41:48.392Z] c0139b016233: Preparing [2023-03-08T15:41:48.392Z] 0467b51e4fa6: Preparing [2023-03-08T15:41:48.392Z] 15710b65b895: Preparing [2023-03-08T15:41:48.392Z] bbb06dab7351: Preparing [2023-03-08T15:41:48.392Z] 4407e03ffbba: Preparing [2023-03-08T15:41:48.392Z] 12b5e83e2da4: Preparing [2023-03-08T15:41:48.392Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:48.392Z] de5c05054c71: Preparing [2023-03-08T15:41:48.392Z] d09bef59d3a2: Preparing [2023-03-08T15:41:48.392Z] 2e120db10805: Preparing [2023-03-08T15:41:48.392Z] 63be13d14641: Preparing [2023-03-08T15:41:48.392Z] f70ee36035b9: Preparing [2023-03-08T15:41:48.392Z] 12b5e83e2da4: Waiting [2023-03-08T15:41:48.392Z] 8a84e16d73fd: Waiting [2023-03-08T15:41:48.392Z] de5c05054c71: Waiting [2023-03-08T15:41:48.392Z] d09bef59d3a2: Waiting [2023-03-08T15:41:48.392Z] 2e120db10805: Waiting [2023-03-08T15:41:48.392Z] 63be13d14641: Waiting [2023-03-08T15:41:48.392Z] f70ee36035b9: Waiting [2023-03-08T15:41:48.392Z] 15710b65b895: Layer already exists [2023-03-08T15:41:48.392Z] 4407e03ffbba: Layer already exists [2023-03-08T15:41:48.392Z] bbb06dab7351: Layer already exists [2023-03-08T15:41:48.392Z] 0467b51e4fa6: Layer already exists [2023-03-08T15:41:48.392Z] c0139b016233: Layer already exists [2023-03-08T15:41:48.392Z] 12b5e83e2da4: Layer already exists [2023-03-08T15:41:48.392Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:48.392Z] 2e120db10805: Layer already exists [2023-03-08T15:41:48.392Z] de5c05054c71: Layer already exists [2023-03-08T15:41:48.392Z] d09bef59d3a2: Layer already exists [2023-03-08T15:41:48.392Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:48.392Z] 63be13d14641: Layer already exists [2023-03-08T15:41:48.655Z] latest: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:48.994Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:49.332Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.83 [2023-03-08T15:41:49.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T15:41:49.332Z] c0139b016233: Preparing [2023-03-08T15:41:49.332Z] c0139b016233: Preparing [2023-03-08T15:41:49.332Z] 0467b51e4fa6: Preparing [2023-03-08T15:41:49.332Z] 15710b65b895: Preparing [2023-03-08T15:41:49.332Z] bbb06dab7351: Preparing [2023-03-08T15:41:49.332Z] 4407e03ffbba: Preparing [2023-03-08T15:41:49.332Z] 12b5e83e2da4: Preparing [2023-03-08T15:41:49.332Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:49.332Z] de5c05054c71: Preparing [2023-03-08T15:41:49.332Z] d09bef59d3a2: Preparing [2023-03-08T15:41:49.332Z] 2e120db10805: Preparing [2023-03-08T15:41:49.332Z] 63be13d14641: Preparing [2023-03-08T15:41:49.332Z] f70ee36035b9: Preparing [2023-03-08T15:41:49.332Z] de5c05054c71: Waiting [2023-03-08T15:41:49.332Z] d09bef59d3a2: Waiting [2023-03-08T15:41:49.332Z] 12b5e83e2da4: Waiting [2023-03-08T15:41:49.332Z] 2e120db10805: Waiting [2023-03-08T15:41:49.332Z] 63be13d14641: Waiting [2023-03-08T15:41:49.332Z] 8a84e16d73fd: Waiting [2023-03-08T15:41:49.332Z] 4407e03ffbba: Layer already exists [2023-03-08T15:41:49.332Z] c0139b016233: Layer already exists [2023-03-08T15:41:49.332Z] 15710b65b895: Layer already exists [2023-03-08T15:41:49.332Z] 0467b51e4fa6: Layer already exists [2023-03-08T15:41:49.332Z] bbb06dab7351: Layer already exists [2023-03-08T15:41:49.332Z] de5c05054c71: Layer already exists [2023-03-08T15:41:49.332Z] 12b5e83e2da4: Layer already exists [2023-03-08T15:41:49.332Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:49.332Z] 2e120db10805: Layer already exists [2023-03-08T15:41:49.332Z] d09bef59d3a2: Layer already exists [2023-03-08T15:41:49.332Z] 63be13d14641: Layer already exists [2023-03-08T15:41:49.332Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:49.595Z] 3.0.0-dev.83: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:49.925Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:50.255Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:50.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T15:41:50.255Z] c0139b016233: Preparing [2023-03-08T15:41:50.255Z] c0139b016233: Preparing [2023-03-08T15:41:50.255Z] 0467b51e4fa6: Preparing [2023-03-08T15:41:50.255Z] 15710b65b895: Preparing [2023-03-08T15:41:50.255Z] bbb06dab7351: Preparing [2023-03-08T15:41:50.255Z] 4407e03ffbba: Preparing [2023-03-08T15:41:50.255Z] 12b5e83e2da4: Preparing [2023-03-08T15:41:50.255Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:50.255Z] de5c05054c71: Preparing [2023-03-08T15:41:50.255Z] d09bef59d3a2: Preparing [2023-03-08T15:41:50.255Z] 2e120db10805: Preparing [2023-03-08T15:41:50.255Z] 63be13d14641: Preparing [2023-03-08T15:41:50.255Z] f70ee36035b9: Preparing [2023-03-08T15:41:50.255Z] 12b5e83e2da4: Waiting [2023-03-08T15:41:50.255Z] 8a84e16d73fd: Waiting [2023-03-08T15:41:50.255Z] de5c05054c71: Waiting [2023-03-08T15:41:50.255Z] d09bef59d3a2: Waiting [2023-03-08T15:41:50.255Z] 2e120db10805: Waiting [2023-03-08T15:41:50.255Z] 63be13d14641: Waiting [2023-03-08T15:41:50.255Z] f70ee36035b9: Waiting [2023-03-08T15:41:50.255Z] 15710b65b895: Layer already exists [2023-03-08T15:41:50.255Z] c0139b016233: Layer already exists [2023-03-08T15:41:50.255Z] 0467b51e4fa6: Layer already exists [2023-03-08T15:41:50.255Z] bbb06dab7351: Layer already exists [2023-03-08T15:41:50.255Z] 4407e03ffbba: Layer already exists [2023-03-08T15:41:50.255Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:50.255Z] de5c05054c71: Layer already exists [2023-03-08T15:41:50.255Z] 12b5e83e2da4: Layer already exists [2023-03-08T15:41:50.255Z] d09bef59d3a2: Layer already exists [2023-03-08T15:41:50.255Z] 2e120db10805: Layer already exists [2023-03-08T15:41:50.255Z] 63be13d14641: Layer already exists [2023-03-08T15:41:50.255Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:50.519Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:50.893Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:51.223Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-08T15:41:51.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T15:41:51.223Z] c0139b016233: Preparing [2023-03-08T15:41:51.223Z] c0139b016233: Preparing [2023-03-08T15:41:51.223Z] 0467b51e4fa6: Preparing [2023-03-08T15:41:51.223Z] 15710b65b895: Preparing [2023-03-08T15:41:51.223Z] bbb06dab7351: Preparing [2023-03-08T15:41:51.223Z] 4407e03ffbba: Preparing [2023-03-08T15:41:51.223Z] 12b5e83e2da4: Preparing [2023-03-08T15:41:51.223Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:51.223Z] de5c05054c71: Preparing [2023-03-08T15:41:51.224Z] d09bef59d3a2: Preparing [2023-03-08T15:41:51.224Z] 2e120db10805: Preparing [2023-03-08T15:41:51.224Z] 63be13d14641: Preparing [2023-03-08T15:41:51.224Z] f70ee36035b9: Preparing [2023-03-08T15:41:51.224Z] d09bef59d3a2: Waiting [2023-03-08T15:41:51.224Z] 2e120db10805: Waiting [2023-03-08T15:41:51.224Z] 63be13d14641: Waiting [2023-03-08T15:41:51.224Z] f70ee36035b9: Waiting [2023-03-08T15:41:51.224Z] 12b5e83e2da4: Waiting [2023-03-08T15:41:51.224Z] de5c05054c71: Waiting [2023-03-08T15:41:51.224Z] 8a84e16d73fd: Waiting [2023-03-08T15:41:51.224Z] 0467b51e4fa6: Layer already exists [2023-03-08T15:41:51.224Z] 15710b65b895: Layer already exists [2023-03-08T15:41:51.224Z] 4407e03ffbba: Layer already exists [2023-03-08T15:41:51.224Z] c0139b016233: Layer already exists [2023-03-08T15:41:51.224Z] bbb06dab7351: Layer already exists [2023-03-08T15:41:51.224Z] d09bef59d3a2: Layer already exists [2023-03-08T15:41:51.224Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:51.224Z] 12b5e83e2da4: Layer already exists [2023-03-08T15:41:51.224Z] de5c05054c71: Layer already exists [2023-03-08T15:41:51.224Z] 2e120db10805: Layer already exists [2023-03-08T15:41:51.224Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:51.224Z] 63be13d14641: Layer already exists [2023-03-08T15:41:51.489Z] main: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:41:51.527Z] ===================================================== [Pipeline] echo [2023-03-08T15:41:51.534Z] taggedImages: [2023-03-08T15:41:51.534Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:51.534Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-08T15:41:51.534Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.83 [2023-03-08T15:41:51.534Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:51.534Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-08T15:41:51.548Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-08T15:41:51.548Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:51.548Z] latest [2023-03-08T15:41:51.548Z] 3.0.0-dev.83 [2023-03-08T15:41:51.548Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:51.548Z] main [2023-03-08T15:41:51.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:51.887Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:52.242Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:52.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T15:41:52.243Z] 43790e2f6a68: Preparing [2023-03-08T15:41:52.243Z] 0537de42a08f: Preparing [2023-03-08T15:41:52.243Z] 912e4914e3ea: Preparing [2023-03-08T15:41:52.243Z] 5a4f985bd1dd: Preparing [2023-03-08T15:41:52.243Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:52.243Z] 4cb951d379d7: Preparing [2023-03-08T15:41:52.243Z] f70ee36035b9: Preparing [2023-03-08T15:41:52.243Z] 4cb951d379d7: Waiting [2023-03-08T15:41:52.243Z] f70ee36035b9: Waiting [2023-03-08T15:41:52.243Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:52.243Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:52.509Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:52.509Z] 43790e2f6a68: Pushed [2023-03-08T15:41:52.509Z] 0537de42a08f: Pushed [2023-03-08T15:41:52.509Z] 912e4914e3ea: Pushed [2023-03-08T15:41:55.075Z] 5a4f985bd1dd: Pushed [2023-03-08T15:41:55.075Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:55.402Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:55.737Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-08T15:41:55.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T15:41:55.737Z] 43790e2f6a68: Preparing [2023-03-08T15:41:55.737Z] 0537de42a08f: Preparing [2023-03-08T15:41:55.737Z] 912e4914e3ea: Preparing [2023-03-08T15:41:55.737Z] 5a4f985bd1dd: Preparing [2023-03-08T15:41:55.737Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:55.737Z] 4cb951d379d7: Preparing [2023-03-08T15:41:55.737Z] f70ee36035b9: Preparing [2023-03-08T15:41:55.737Z] 4cb951d379d7: Waiting [2023-03-08T15:41:55.737Z] f70ee36035b9: Waiting [2023-03-08T15:41:55.737Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:55.737Z] 912e4914e3ea: Layer already exists [2023-03-08T15:41:55.737Z] 43790e2f6a68: Layer already exists [2023-03-08T15:41:55.737Z] 5a4f985bd1dd: Layer already exists [2023-03-08T15:41:55.737Z] 0537de42a08f: Layer already exists [2023-03-08T15:41:55.737Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:55.737Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:55.737Z] latest: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:56.085Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:56.413Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.83 [2023-03-08T15:41:56.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T15:41:56.413Z] 43790e2f6a68: Preparing [2023-03-08T15:41:56.413Z] 0537de42a08f: Preparing [2023-03-08T15:41:56.413Z] 912e4914e3ea: Preparing [2023-03-08T15:41:56.413Z] 5a4f985bd1dd: Preparing [2023-03-08T15:41:56.413Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:56.413Z] 4cb951d379d7: Preparing [2023-03-08T15:41:56.413Z] f70ee36035b9: Preparing [2023-03-08T15:41:56.413Z] f70ee36035b9: Waiting [2023-03-08T15:41:56.413Z] 4cb951d379d7: Waiting [2023-03-08T15:41:56.413Z] 5a4f985bd1dd: Layer already exists [2023-03-08T15:41:56.413Z] 0537de42a08f: Layer already exists [2023-03-08T15:41:56.413Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:56.413Z] 43790e2f6a68: Layer already exists [2023-03-08T15:41:56.413Z] 912e4914e3ea: Layer already exists [2023-03-08T15:41:56.413Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:56.413Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:56.413Z] 3.0.0-dev.83: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:56.740Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:57.069Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:57.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T15:41:57.069Z] 43790e2f6a68: Preparing [2023-03-08T15:41:57.069Z] 0537de42a08f: Preparing [2023-03-08T15:41:57.069Z] 912e4914e3ea: Preparing [2023-03-08T15:41:57.069Z] 5a4f985bd1dd: Preparing [2023-03-08T15:41:57.069Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:57.069Z] 4cb951d379d7: Preparing [2023-03-08T15:41:57.069Z] f70ee36035b9: Preparing [2023-03-08T15:41:57.069Z] 4cb951d379d7: Waiting [2023-03-08T15:41:57.069Z] f70ee36035b9: Waiting [2023-03-08T15:41:57.069Z] 5a4f985bd1dd: Layer already exists [2023-03-08T15:41:57.069Z] 43790e2f6a68: Layer already exists [2023-03-08T15:41:57.069Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:57.069Z] 912e4914e3ea: Layer already exists [2023-03-08T15:41:57.069Z] 0537de42a08f: Layer already exists [2023-03-08T15:41:57.069Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:57.069Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:57.069Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:57.403Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:57.727Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-08T15:41:57.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T15:41:57.727Z] 43790e2f6a68: Preparing [2023-03-08T15:41:57.727Z] 0537de42a08f: Preparing [2023-03-08T15:41:57.727Z] 912e4914e3ea: Preparing [2023-03-08T15:41:57.727Z] 5a4f985bd1dd: Preparing [2023-03-08T15:41:57.727Z] 8a84e16d73fd: Preparing [2023-03-08T15:41:57.727Z] 4cb951d379d7: Preparing [2023-03-08T15:41:57.727Z] f70ee36035b9: Preparing [2023-03-08T15:41:57.727Z] 4cb951d379d7: Waiting [2023-03-08T15:41:57.727Z] f70ee36035b9: Waiting [2023-03-08T15:41:57.727Z] 43790e2f6a68: Layer already exists [2023-03-08T15:41:57.727Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:41:57.727Z] 912e4914e3ea: Layer already exists [2023-03-08T15:41:57.727Z] 5a4f985bd1dd: Layer already exists [2023-03-08T15:41:57.727Z] 0537de42a08f: Layer already exists [2023-03-08T15:41:57.727Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:57.727Z] 4cb951d379d7: Layer already exists [2023-03-08T15:41:57.727Z] main: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:41:58.031Z] ===================================================== [Pipeline] echo [2023-03-08T15:41:58.037Z] taggedImages: [2023-03-08T15:41:58.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:58.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-08T15:41:58.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.83 [2023-03-08T15:41:58.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:58.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-08T15:41:58.052Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-08T15:41:58.052Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:58.052Z] latest [2023-03-08T15:41:58.052Z] 3.0.0-dev.83 [2023-03-08T15:41:58.052Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:41:58.052Z] main [2023-03-08T15:41:58.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:58.388Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:41:58.716Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:41:58.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T15:41:58.716Z] 9c774ffce6e1: Preparing [2023-03-08T15:41:58.716Z] 0a7a72ab6ac3: Preparing [2023-03-08T15:41:58.716Z] 581b4721d9b7: Preparing [2023-03-08T15:41:58.716Z] aa44aa7d46a2: Preparing [2023-03-08T15:41:58.716Z] 5a92afbdbf5f: Preparing [2023-03-08T15:41:58.716Z] d33f76249df4: Preparing [2023-03-08T15:41:58.716Z] f70ee36035b9: Preparing [2023-03-08T15:41:58.716Z] d33f76249df4: Waiting [2023-03-08T15:41:58.716Z] f70ee36035b9: Waiting [2023-03-08T15:41:58.980Z] aa44aa7d46a2: Pushed [2023-03-08T15:41:58.980Z] 0a7a72ab6ac3: Pushed [2023-03-08T15:41:58.980Z] 5a92afbdbf5f: Pushed [2023-03-08T15:41:58.980Z] 9c774ffce6e1: Pushed [2023-03-08T15:41:58.980Z] f70ee36035b9: Layer already exists [2023-03-08T15:41:59.245Z] d33f76249df4: Pushed [2023-03-08T15:42:01.180Z] 581b4721d9b7: Pushed [2023-03-08T15:42:01.180Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:01.510Z] + 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-03-08T15:42:01.842Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-08T15:42:01.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T15:42:01.842Z] 9c774ffce6e1: Preparing [2023-03-08T15:42:01.842Z] 0a7a72ab6ac3: Preparing [2023-03-08T15:42:01.842Z] 581b4721d9b7: Preparing [2023-03-08T15:42:01.842Z] aa44aa7d46a2: Preparing [2023-03-08T15:42:01.842Z] 5a92afbdbf5f: Preparing [2023-03-08T15:42:01.842Z] d33f76249df4: Preparing [2023-03-08T15:42:01.842Z] f70ee36035b9: Preparing [2023-03-08T15:42:01.842Z] d33f76249df4: Waiting [2023-03-08T15:42:01.842Z] f70ee36035b9: Waiting [2023-03-08T15:42:01.842Z] 581b4721d9b7: Layer already exists [2023-03-08T15:42:01.842Z] 5a92afbdbf5f: Layer already exists [2023-03-08T15:42:01.842Z] 9c774ffce6e1: Layer already exists [2023-03-08T15:42:01.842Z] 0a7a72ab6ac3: Layer already exists [2023-03-08T15:42:01.842Z] aa44aa7d46a2: Layer already exists [2023-03-08T15:42:01.842Z] d33f76249df4: Layer already exists [2023-03-08T15:42:01.842Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:02.106Z] latest: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:02.432Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:02.761Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.83 [2023-03-08T15:42:02.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T15:42:02.761Z] 9c774ffce6e1: Preparing [2023-03-08T15:42:02.761Z] 0a7a72ab6ac3: Preparing [2023-03-08T15:42:02.761Z] 581b4721d9b7: Preparing [2023-03-08T15:42:02.761Z] aa44aa7d46a2: Preparing [2023-03-08T15:42:02.761Z] 5a92afbdbf5f: Preparing [2023-03-08T15:42:02.761Z] d33f76249df4: Preparing [2023-03-08T15:42:02.761Z] f70ee36035b9: Preparing [2023-03-08T15:42:02.761Z] d33f76249df4: Waiting [2023-03-08T15:42:02.761Z] f70ee36035b9: Waiting [2023-03-08T15:42:02.761Z] 581b4721d9b7: Layer already exists [2023-03-08T15:42:02.761Z] aa44aa7d46a2: Layer already exists [2023-03-08T15:42:02.761Z] 0a7a72ab6ac3: Layer already exists [2023-03-08T15:42:02.761Z] 5a92afbdbf5f: Layer already exists [2023-03-08T15:42:02.761Z] 9c774ffce6e1: Layer already exists [2023-03-08T15:42:02.761Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:02.761Z] d33f76249df4: Layer already exists [2023-03-08T15:42:02.761Z] 3.0.0-dev.83: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:03.100Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:03.431Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:03.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T15:42:03.431Z] 9c774ffce6e1: Preparing [2023-03-08T15:42:03.431Z] 0a7a72ab6ac3: Preparing [2023-03-08T15:42:03.431Z] 581b4721d9b7: Preparing [2023-03-08T15:42:03.431Z] aa44aa7d46a2: Preparing [2023-03-08T15:42:03.431Z] 5a92afbdbf5f: Preparing [2023-03-08T15:42:03.431Z] d33f76249df4: Preparing [2023-03-08T15:42:03.431Z] f70ee36035b9: Preparing [2023-03-08T15:42:03.431Z] d33f76249df4: Waiting [2023-03-08T15:42:03.431Z] f70ee36035b9: Waiting [2023-03-08T15:42:03.431Z] aa44aa7d46a2: Layer already exists [2023-03-08T15:42:03.431Z] 0a7a72ab6ac3: Layer already exists [2023-03-08T15:42:03.431Z] 581b4721d9b7: Layer already exists [2023-03-08T15:42:03.431Z] 5a92afbdbf5f: Layer already exists [2023-03-08T15:42:03.431Z] 9c774ffce6e1: Layer already exists [2023-03-08T15:42:03.431Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:03.431Z] d33f76249df4: Layer already exists [2023-03-08T15:42:03.431Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:04.020Z] + 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-03-08T15:42:04.343Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-08T15:42:04.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T15:42:04.343Z] 9c774ffce6e1: Preparing [2023-03-08T15:42:04.343Z] 0a7a72ab6ac3: Preparing [2023-03-08T15:42:04.343Z] 581b4721d9b7: Preparing [2023-03-08T15:42:04.343Z] aa44aa7d46a2: Preparing [2023-03-08T15:42:04.343Z] 5a92afbdbf5f: Preparing [2023-03-08T15:42:04.343Z] d33f76249df4: Preparing [2023-03-08T15:42:04.343Z] f70ee36035b9: Preparing [2023-03-08T15:42:04.343Z] d33f76249df4: Waiting [2023-03-08T15:42:04.343Z] f70ee36035b9: Waiting [2023-03-08T15:42:04.343Z] 581b4721d9b7: Layer already exists [2023-03-08T15:42:04.343Z] 0a7a72ab6ac3: Layer already exists [2023-03-08T15:42:04.343Z] 5a92afbdbf5f: Layer already exists [2023-03-08T15:42:04.343Z] aa44aa7d46a2: Layer already exists [2023-03-08T15:42:04.343Z] 9c774ffce6e1: Layer already exists [2023-03-08T15:42:04.343Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:04.343Z] d33f76249df4: Layer already exists [2023-03-08T15:42:04.343Z] main: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:42:04.666Z] ===================================================== [Pipeline] echo [2023-03-08T15:42:04.675Z] taggedImages: [2023-03-08T15:42:04.675Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:04.675Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-08T15:42:04.675Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.83 [2023-03-08T15:42:04.675Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:04.675Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-08T15:42:04.697Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-08T15:42:04.697Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:04.697Z] latest [2023-03-08T15:42:04.697Z] 3.0.0-dev.83 [2023-03-08T15:42:04.697Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:04.697Z] main [2023-03-08T15:42:04.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:05.033Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:05.419Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:05.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T15:42:05.419Z] 298734ea73d0: Preparing [2023-03-08T15:42:05.419Z] ba9322282311: Preparing [2023-03-08T15:42:05.419Z] f8770474056f: Preparing [2023-03-08T15:42:05.419Z] 8f39940a95fc: Preparing [2023-03-08T15:42:05.420Z] d63d621ce7f6: Preparing [2023-03-08T15:42:05.420Z] 7b83840de049: Preparing [2023-03-08T15:42:05.420Z] 2918c0f21c1a: Preparing [2023-03-08T15:42:05.420Z] e0635d677460: Preparing [2023-03-08T15:42:05.420Z] f70ee36035b9: Preparing [2023-03-08T15:42:05.420Z] 2918c0f21c1a: Waiting [2023-03-08T15:42:05.420Z] f70ee36035b9: Waiting [2023-03-08T15:42:05.420Z] e0635d677460: Waiting [2023-03-08T15:42:05.685Z] 298734ea73d0: Pushed [2023-03-08T15:42:05.686Z] d63d621ce7f6: Pushed [2023-03-08T15:42:05.686Z] ba9322282311: Pushed [2023-03-08T15:42:05.951Z] 7b83840de049: Pushed [2023-03-08T15:42:05.951Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:05.951Z] 2918c0f21c1a: Pushed [2023-03-08T15:42:06.214Z] e0635d677460: Pushed [2023-03-08T15:42:08.147Z] 8f39940a95fc: Pushed [2023-03-08T15:42:09.546Z] f8770474056f: Pushed [2023-03-08T15:42:09.546Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:09.874Z] + 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-03-08T15:42:10.201Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-08T15:42:10.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T15:42:10.201Z] 298734ea73d0: Preparing [2023-03-08T15:42:10.201Z] ba9322282311: Preparing [2023-03-08T15:42:10.201Z] f8770474056f: Preparing [2023-03-08T15:42:10.201Z] 8f39940a95fc: Preparing [2023-03-08T15:42:10.201Z] d63d621ce7f6: Preparing [2023-03-08T15:42:10.201Z] 7b83840de049: Preparing [2023-03-08T15:42:10.201Z] 2918c0f21c1a: Preparing [2023-03-08T15:42:10.201Z] e0635d677460: Preparing [2023-03-08T15:42:10.201Z] f70ee36035b9: Preparing [2023-03-08T15:42:10.201Z] 2918c0f21c1a: Waiting [2023-03-08T15:42:10.201Z] e0635d677460: Waiting [2023-03-08T15:42:10.201Z] 7b83840de049: Waiting [2023-03-08T15:42:10.201Z] f70ee36035b9: Waiting [2023-03-08T15:42:10.201Z] f8770474056f: Layer already exists [2023-03-08T15:42:10.201Z] ba9322282311: Layer already exists [2023-03-08T15:42:10.201Z] 8f39940a95fc: Layer already exists [2023-03-08T15:42:10.201Z] d63d621ce7f6: Layer already exists [2023-03-08T15:42:10.201Z] 298734ea73d0: Layer already exists [2023-03-08T15:42:10.201Z] 7b83840de049: Layer already exists [2023-03-08T15:42:10.201Z] 2918c0f21c1a: Layer already exists [2023-03-08T15:42:10.201Z] e0635d677460: Layer already exists [2023-03-08T15:42:10.201Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:10.201Z] latest: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:10.802Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:11.138Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.83 [2023-03-08T15:42:11.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T15:42:11.138Z] 298734ea73d0: Preparing [2023-03-08T15:42:11.138Z] ba9322282311: Preparing [2023-03-08T15:42:11.138Z] f8770474056f: Preparing [2023-03-08T15:42:11.138Z] 8f39940a95fc: Preparing [2023-03-08T15:42:11.138Z] d63d621ce7f6: Preparing [2023-03-08T15:42:11.138Z] 7b83840de049: Preparing [2023-03-08T15:42:11.138Z] 2918c0f21c1a: Preparing [2023-03-08T15:42:11.138Z] e0635d677460: Preparing [2023-03-08T15:42:11.138Z] f70ee36035b9: Preparing [2023-03-08T15:42:11.138Z] 2918c0f21c1a: Waiting [2023-03-08T15:42:11.138Z] e0635d677460: Waiting [2023-03-08T15:42:11.138Z] 7b83840de049: Waiting [2023-03-08T15:42:11.138Z] f70ee36035b9: Waiting [2023-03-08T15:42:11.138Z] d63d621ce7f6: Layer already exists [2023-03-08T15:42:11.138Z] 8f39940a95fc: Layer already exists [2023-03-08T15:42:11.138Z] ba9322282311: Layer already exists [2023-03-08T15:42:11.138Z] f8770474056f: Layer already exists [2023-03-08T15:42:11.138Z] 298734ea73d0: Layer already exists [2023-03-08T15:42:11.138Z] 2918c0f21c1a: Layer already exists [2023-03-08T15:42:11.138Z] 7b83840de049: Layer already exists [2023-03-08T15:42:11.138Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:11.138Z] e0635d677460: Layer already exists [2023-03-08T15:42:11.138Z] 3.0.0-dev.83: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:11.487Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:11.814Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:11.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T15:42:11.814Z] 298734ea73d0: Preparing [2023-03-08T15:42:11.814Z] ba9322282311: Preparing [2023-03-08T15:42:11.814Z] f8770474056f: Preparing [2023-03-08T15:42:11.814Z] 8f39940a95fc: Preparing [2023-03-08T15:42:11.814Z] d63d621ce7f6: Preparing [2023-03-08T15:42:11.814Z] 7b83840de049: Preparing [2023-03-08T15:42:11.814Z] 2918c0f21c1a: Preparing [2023-03-08T15:42:11.814Z] e0635d677460: Preparing [2023-03-08T15:42:11.814Z] f70ee36035b9: Preparing [2023-03-08T15:42:11.814Z] 7b83840de049: Waiting [2023-03-08T15:42:11.814Z] 2918c0f21c1a: Waiting [2023-03-08T15:42:11.814Z] e0635d677460: Waiting [2023-03-08T15:42:11.814Z] f70ee36035b9: Waiting [2023-03-08T15:42:11.814Z] 8f39940a95fc: Layer already exists [2023-03-08T15:42:11.814Z] 298734ea73d0: Layer already exists [2023-03-08T15:42:11.814Z] ba9322282311: Layer already exists [2023-03-08T15:42:11.814Z] f8770474056f: Layer already exists [2023-03-08T15:42:11.814Z] d63d621ce7f6: Layer already exists [2023-03-08T15:42:11.814Z] 2918c0f21c1a: Layer already exists [2023-03-08T15:42:11.814Z] e0635d677460: Layer already exists [2023-03-08T15:42:11.814Z] 7b83840de049: Layer already exists [2023-03-08T15:42:11.814Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:12.079Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:12.417Z] + 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-03-08T15:42:12.750Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-08T15:42:12.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T15:42:12.750Z] 298734ea73d0: Preparing [2023-03-08T15:42:12.750Z] ba9322282311: Preparing [2023-03-08T15:42:12.750Z] f8770474056f: Preparing [2023-03-08T15:42:12.750Z] 8f39940a95fc: Preparing [2023-03-08T15:42:12.750Z] d63d621ce7f6: Preparing [2023-03-08T15:42:12.750Z] 7b83840de049: Preparing [2023-03-08T15:42:12.750Z] 2918c0f21c1a: Preparing [2023-03-08T15:42:12.750Z] e0635d677460: Preparing [2023-03-08T15:42:12.750Z] f70ee36035b9: Preparing [2023-03-08T15:42:12.750Z] 2918c0f21c1a: Waiting [2023-03-08T15:42:12.750Z] e0635d677460: Waiting [2023-03-08T15:42:12.750Z] 7b83840de049: Waiting [2023-03-08T15:42:12.750Z] f70ee36035b9: Waiting [2023-03-08T15:42:12.750Z] f8770474056f: Layer already exists [2023-03-08T15:42:12.750Z] 8f39940a95fc: Layer already exists [2023-03-08T15:42:12.750Z] d63d621ce7f6: Layer already exists [2023-03-08T15:42:12.750Z] 298734ea73d0: Layer already exists [2023-03-08T15:42:12.750Z] ba9322282311: Layer already exists [2023-03-08T15:42:12.750Z] e0635d677460: Layer already exists [2023-03-08T15:42:12.750Z] f70ee36035b9: Layer already exists [2023-03-08T15:42:12.750Z] 2918c0f21c1a: Layer already exists [2023-03-08T15:42:12.750Z] 7b83840de049: Layer already exists [2023-03-08T15:42:13.015Z] main: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:42:13.068Z] ===================================================== [Pipeline] echo [2023-03-08T15:42:13.077Z] taggedImages: [2023-03-08T15:42:13.077Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:13.077Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-08T15:42:13.077Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.83 [2023-03-08T15:42:13.077Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:13.077Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-08T15:42:13.098Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-08T15:42:13.098Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:13.098Z] latest [2023-03-08T15:42:13.098Z] 3.0.0-dev.83 [2023-03-08T15:42:13.098Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:13.098Z] main [2023-03-08T15:42:13.098Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:13.436Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:13.777Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:13.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T15:42:13.777Z] 8015542f3aaf: Preparing [2023-03-08T15:42:13.777Z] 07196456c123: Preparing [2023-03-08T15:42:13.777Z] 8a84e16d73fd: Preparing [2023-03-08T15:42:13.777Z] c36726e100cb: Preparing [2023-03-08T15:42:13.777Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:13.777Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:42:13.777Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:14.044Z] 8015542f3aaf: Pushed [2023-03-08T15:42:15.449Z] c36726e100cb: Pushed [2023-03-08T15:42:18.786Z] 07196456c123: Pushed [2023-03-08T15:42:18.786Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:19.117Z] + 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-03-08T15:42:19.459Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-08T15:42:19.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T15:42:19.459Z] 8015542f3aaf: Preparing [2023-03-08T15:42:19.459Z] 07196456c123: Preparing [2023-03-08T15:42:19.459Z] 8a84e16d73fd: Preparing [2023-03-08T15:42:19.459Z] c36726e100cb: Preparing [2023-03-08T15:42:19.459Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:19.459Z] 07196456c123: Layer already exists [2023-03-08T15:42:19.459Z] 8015542f3aaf: Layer already exists [2023-03-08T15:42:19.459Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:19.459Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:42:19.459Z] c36726e100cb: Layer already exists [2023-03-08T15:42:19.459Z] latest: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:20.060Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:20.390Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.83 [2023-03-08T15:42:20.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T15:42:20.390Z] 8015542f3aaf: Preparing [2023-03-08T15:42:20.390Z] 07196456c123: Preparing [2023-03-08T15:42:20.390Z] 8a84e16d73fd: Preparing [2023-03-08T15:42:20.390Z] c36726e100cb: Preparing [2023-03-08T15:42:20.390Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:20.390Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:42:20.390Z] 07196456c123: Layer already exists [2023-03-08T15:42:20.390Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:20.390Z] c36726e100cb: Layer already exists [2023-03-08T15:42:20.390Z] 8015542f3aaf: Layer already exists [2023-03-08T15:42:20.390Z] 3.0.0-dev.83: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:20.720Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:21.054Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:21.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T15:42:21.055Z] 8015542f3aaf: Preparing [2023-03-08T15:42:21.055Z] 07196456c123: Preparing [2023-03-08T15:42:21.055Z] 8a84e16d73fd: Preparing [2023-03-08T15:42:21.055Z] c36726e100cb: Preparing [2023-03-08T15:42:21.055Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:21.055Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:42:21.055Z] 8015542f3aaf: Layer already exists [2023-03-08T15:42:21.055Z] c36726e100cb: Layer already exists [2023-03-08T15:42:21.055Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:21.055Z] 07196456c123: Layer already exists [2023-03-08T15:42:21.055Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:21.383Z] + 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-03-08T15:42:21.715Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-08T15:42:21.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T15:42:21.715Z] 8015542f3aaf: Preparing [2023-03-08T15:42:21.715Z] 07196456c123: Preparing [2023-03-08T15:42:21.715Z] 8a84e16d73fd: Preparing [2023-03-08T15:42:21.715Z] c36726e100cb: Preparing [2023-03-08T15:42:21.715Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:21.715Z] 8015542f3aaf: Layer already exists [2023-03-08T15:42:21.715Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:42:21.715Z] 07196456c123: Layer already exists [2023-03-08T15:42:21.715Z] c36726e100cb: Layer already exists [2023-03-08T15:42:21.715Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:21.715Z] main: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:42:22.019Z] ===================================================== [Pipeline] echo [2023-03-08T15:42:22.024Z] taggedImages: [2023-03-08T15:42:22.024Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:22.024Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-08T15:42:22.024Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.83 [2023-03-08T15:42:22.024Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:22.024Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-08T15:42:22.038Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-08T15:42:22.038Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:22.038Z] latest [2023-03-08T15:42:22.038Z] 3.0.0-dev.83 [2023-03-08T15:42:22.038Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:22.038Z] main [2023-03-08T15:42:22.038Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:22.358Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:22.684Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:22.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T15:42:22.684Z] 7e7cdac7698b: Preparing [2023-03-08T15:42:22.684Z] 875eec9f192a: Preparing [2023-03-08T15:42:22.684Z] e9e3496bd910: Preparing [2023-03-08T15:42:22.684Z] dcba521f12d0: Preparing [2023-03-08T15:42:22.684Z] 79afc11f3553: Preparing [2023-03-08T15:42:22.684Z] 403d1e7a8611: Preparing [2023-03-08T15:42:22.684Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:22.684Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:42:22.684Z] 403d1e7a8611: Waiting [2023-03-08T15:42:22.950Z] 875eec9f192a: Pushed [2023-03-08T15:42:22.950Z] 7e7cdac7698b: Pushed [2023-03-08T15:42:22.950Z] e9e3496bd910: Pushed [2023-03-08T15:42:22.950Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:23.904Z] 403d1e7a8611: Pushed [2023-03-08T15:42:30.516Z] 79afc11f3553: Pushed [2023-03-08T15:42:38.695Z] dcba521f12d0: Pushed [2023-03-08T15:42:38.695Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:39.020Z] + 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-03-08T15:42:39.343Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-08T15:42:39.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T15:42:39.343Z] 7e7cdac7698b: Preparing [2023-03-08T15:42:39.343Z] 875eec9f192a: Preparing [2023-03-08T15:42:39.343Z] e9e3496bd910: Preparing [2023-03-08T15:42:39.343Z] dcba521f12d0: Preparing [2023-03-08T15:42:39.343Z] 79afc11f3553: Preparing [2023-03-08T15:42:39.343Z] 403d1e7a8611: Preparing [2023-03-08T15:42:39.343Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:39.343Z] 403d1e7a8611: Waiting [2023-03-08T15:42:39.343Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:42:39.343Z] dcba521f12d0: Layer already exists [2023-03-08T15:42:39.343Z] 875eec9f192a: Layer already exists [2023-03-08T15:42:39.343Z] 79afc11f3553: Layer already exists [2023-03-08T15:42:39.343Z] 7e7cdac7698b: Layer already exists [2023-03-08T15:42:39.343Z] e9e3496bd910: Layer already exists [2023-03-08T15:42:39.343Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:39.343Z] 403d1e7a8611: Layer already exists [2023-03-08T15:42:39.607Z] latest: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:39.942Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:40.271Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.83 [2023-03-08T15:42:40.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T15:42:40.271Z] 7e7cdac7698b: Preparing [2023-03-08T15:42:40.271Z] 875eec9f192a: Preparing [2023-03-08T15:42:40.271Z] e9e3496bd910: Preparing [2023-03-08T15:42:40.271Z] dcba521f12d0: Preparing [2023-03-08T15:42:40.271Z] 79afc11f3553: Preparing [2023-03-08T15:42:40.271Z] 403d1e7a8611: Preparing [2023-03-08T15:42:40.271Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:40.271Z] 403d1e7a8611: Waiting [2023-03-08T15:42:40.271Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:42:40.271Z] dcba521f12d0: Layer already exists [2023-03-08T15:42:40.271Z] 79afc11f3553: Layer already exists [2023-03-08T15:42:40.271Z] 875eec9f192a: Layer already exists [2023-03-08T15:42:40.271Z] 7e7cdac7698b: Layer already exists [2023-03-08T15:42:40.271Z] e9e3496bd910: Layer already exists [2023-03-08T15:42:40.271Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:40.271Z] 403d1e7a8611: Layer already exists [2023-03-08T15:42:40.271Z] 3.0.0-dev.83: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:40.926Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:41.269Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:41.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T15:42:41.269Z] 7e7cdac7698b: Preparing [2023-03-08T15:42:41.269Z] 875eec9f192a: Preparing [2023-03-08T15:42:41.269Z] e9e3496bd910: Preparing [2023-03-08T15:42:41.269Z] dcba521f12d0: Preparing [2023-03-08T15:42:41.269Z] 79afc11f3553: Preparing [2023-03-08T15:42:41.269Z] 403d1e7a8611: Preparing [2023-03-08T15:42:41.269Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:41.269Z] 403d1e7a8611: Waiting [2023-03-08T15:42:41.269Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:42:41.269Z] 875eec9f192a: Layer already exists [2023-03-08T15:42:41.269Z] 7e7cdac7698b: Layer already exists [2023-03-08T15:42:41.269Z] e9e3496bd910: Layer already exists [2023-03-08T15:42:41.269Z] dcba521f12d0: Layer already exists [2023-03-08T15:42:41.269Z] 79afc11f3553: Layer already exists [2023-03-08T15:42:41.269Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:41.270Z] 403d1e7a8611: Layer already exists [2023-03-08T15:42:41.539Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:41.897Z] + 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-03-08T15:42:42.240Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-08T15:42:42.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T15:42:42.240Z] 7e7cdac7698b: Preparing [2023-03-08T15:42:42.240Z] 875eec9f192a: Preparing [2023-03-08T15:42:42.240Z] e9e3496bd910: Preparing [2023-03-08T15:42:42.240Z] dcba521f12d0: Preparing [2023-03-08T15:42:42.240Z] 79afc11f3553: Preparing [2023-03-08T15:42:42.240Z] 403d1e7a8611: Preparing [2023-03-08T15:42:42.240Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:42.240Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:42:42.240Z] 403d1e7a8611: Waiting [2023-03-08T15:42:42.240Z] dcba521f12d0: Layer already exists [2023-03-08T15:42:42.240Z] 79afc11f3553: Layer already exists [2023-03-08T15:42:42.240Z] 7e7cdac7698b: Layer already exists [2023-03-08T15:42:42.240Z] e9e3496bd910: Layer already exists [2023-03-08T15:42:42.240Z] 875eec9f192a: Layer already exists [2023-03-08T15:42:42.240Z] 403d1e7a8611: Layer already exists [2023-03-08T15:42:42.240Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:42.507Z] main: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:42:42.548Z] ===================================================== [Pipeline] echo [2023-03-08T15:42:42.554Z] taggedImages: [2023-03-08T15:42:42.554Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:42.554Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-08T15:42:42.554Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.83 [2023-03-08T15:42:42.554Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:42.554Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-08T15:42:42.569Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-08T15:42:42.569Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:42.569Z] latest [2023-03-08T15:42:42.569Z] 3.0.0-dev.83 [2023-03-08T15:42:42.569Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:42:42.569Z] main [2023-03-08T15:42:42.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:42.893Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:43.217Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:42:43.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T15:42:43.217Z] 899a58af0622: Preparing [2023-03-08T15:42:43.217Z] 5bc76ccbe947: Preparing [2023-03-08T15:42:43.217Z] 9d0a51b77549: Preparing [2023-03-08T15:42:43.217Z] 11e8b311ebbf: Preparing [2023-03-08T15:42:43.217Z] 8e95be9a2fb8: Preparing [2023-03-08T15:42:43.217Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:43.217Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:42:43.483Z] 899a58af0622: Pushed [2023-03-08T15:42:43.483Z] 9d0a51b77549: Pushed [2023-03-08T15:42:43.483Z] 5bc76ccbe947: Pushed [2023-03-08T15:42:43.483Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:44.061Z] 8e95be9a2fb8: Pushed [2023-03-08T15:42:59.020Z] 11e8b311ebbf: Pushed [2023-03-08T15:42:59.020Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:42:59.364Z] + 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-03-08T15:42:59.702Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-08T15:42:59.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T15:42:59.702Z] 899a58af0622: Preparing [2023-03-08T15:42:59.702Z] 5bc76ccbe947: Preparing [2023-03-08T15:42:59.702Z] 9d0a51b77549: Preparing [2023-03-08T15:42:59.702Z] 11e8b311ebbf: Preparing [2023-03-08T15:42:59.702Z] 8e95be9a2fb8: Preparing [2023-03-08T15:42:59.702Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:42:59.702Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:42:59.702Z] 8e95be9a2fb8: Layer already exists [2023-03-08T15:42:59.702Z] 9d0a51b77549: Layer already exists [2023-03-08T15:42:59.702Z] 5bc76ccbe947: Layer already exists [2023-03-08T15:42:59.702Z] 899a58af0622: Layer already exists [2023-03-08T15:42:59.702Z] 11e8b311ebbf: Layer already exists [2023-03-08T15:42:59.702Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:42:59.967Z] latest: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:00.312Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:00.656Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.83 [2023-03-08T15:43:00.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T15:43:00.656Z] 899a58af0622: Preparing [2023-03-08T15:43:00.656Z] 5bc76ccbe947: Preparing [2023-03-08T15:43:00.656Z] 9d0a51b77549: Preparing [2023-03-08T15:43:00.656Z] 11e8b311ebbf: Preparing [2023-03-08T15:43:00.656Z] 8e95be9a2fb8: Preparing [2023-03-08T15:43:00.656Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:43:00.656Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:43:00.656Z] 11e8b311ebbf: Layer already exists [2023-03-08T15:43:00.656Z] 8e95be9a2fb8: Layer already exists [2023-03-08T15:43:00.656Z] 899a58af0622: Layer already exists [2023-03-08T15:43:00.656Z] 5bc76ccbe947: Layer already exists [2023-03-08T15:43:00.656Z] 9d0a51b77549: Layer already exists [2023-03-08T15:43:00.656Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:43:00.656Z] 3.0.0-dev.83: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:01.257Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:01.584Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:01.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T15:43:01.584Z] 899a58af0622: Preparing [2023-03-08T15:43:01.584Z] 5bc76ccbe947: Preparing [2023-03-08T15:43:01.584Z] 9d0a51b77549: Preparing [2023-03-08T15:43:01.584Z] 11e8b311ebbf: Preparing [2023-03-08T15:43:01.584Z] 8e95be9a2fb8: Preparing [2023-03-08T15:43:01.584Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:43:01.584Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:43:01.584Z] 899a58af0622: Layer already exists [2023-03-08T15:43:01.584Z] 5bc76ccbe947: Layer already exists [2023-03-08T15:43:01.584Z] 9d0a51b77549: Layer already exists [2023-03-08T15:43:01.584Z] 8e95be9a2fb8: Layer already exists [2023-03-08T15:43:01.584Z] 11e8b311ebbf: Layer already exists [2023-03-08T15:43:01.584Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:43:01.584Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:02.178Z] + 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-03-08T15:43:02.500Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-08T15:43:02.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T15:43:02.500Z] 899a58af0622: Preparing [2023-03-08T15:43:02.500Z] 5bc76ccbe947: Preparing [2023-03-08T15:43:02.500Z] 9d0a51b77549: Preparing [2023-03-08T15:43:02.500Z] 11e8b311ebbf: Preparing [2023-03-08T15:43:02.500Z] 8e95be9a2fb8: Preparing [2023-03-08T15:43:02.500Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:43:02.500Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:43:02.500Z] 11e8b311ebbf: Layer already exists [2023-03-08T15:43:02.500Z] 5bc76ccbe947: Layer already exists [2023-03-08T15:43:02.500Z] 8e95be9a2fb8: Layer already exists [2023-03-08T15:43:02.500Z] 9d0a51b77549: Layer already exists [2023-03-08T15:43:02.500Z] 899a58af0622: Layer already exists [2023-03-08T15:43:02.500Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:43:02.765Z] main: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:43:02.804Z] ===================================================== [Pipeline] echo [2023-03-08T15:43:02.810Z] taggedImages: [2023-03-08T15:43:02.810Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:02.810Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-08T15:43:02.810Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.83 [2023-03-08T15:43:02.810Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:02.810Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-08T15:43:02.825Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-08T15:43:02.825Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:02.825Z] latest [2023-03-08T15:43:02.825Z] 3.0.0-dev.83 [2023-03-08T15:43:02.825Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:02.825Z] main [2023-03-08T15:43:02.825Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:03.148Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:03.526Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:03.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T15:43:03.526Z] 27b4567ac193: Preparing [2023-03-08T15:43:03.526Z] afe3a96b49e8: Preparing [2023-03-08T15:43:03.526Z] 00070ccfd436: Preparing [2023-03-08T15:43:03.526Z] f7ae9ba355b1: Preparing [2023-03-08T15:43:03.526Z] 403d1e7a8611: Preparing [2023-03-08T15:43:03.526Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:43:03.526Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:43:03.526Z] 403d1e7a8611: Layer already exists [2023-03-08T15:43:03.792Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:43:03.792Z] 00070ccfd436: Pushed [2023-03-08T15:43:03.792Z] 27b4567ac193: Pushed [2023-03-08T15:43:03.792Z] afe3a96b49e8: Pushed [2023-03-08T15:43:18.746Z] f7ae9ba355b1: Pushed [2023-03-08T15:43:18.746Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:19.074Z] + 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-03-08T15:43:19.400Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-08T15:43:19.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T15:43:19.400Z] 27b4567ac193: Preparing [2023-03-08T15:43:19.400Z] afe3a96b49e8: Preparing [2023-03-08T15:43:19.400Z] 00070ccfd436: Preparing [2023-03-08T15:43:19.400Z] f7ae9ba355b1: Preparing [2023-03-08T15:43:19.400Z] 403d1e7a8611: Preparing [2023-03-08T15:43:19.400Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:43:19.400Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:43:19.400Z] afe3a96b49e8: Layer already exists [2023-03-08T15:43:19.400Z] 00070ccfd436: Layer already exists [2023-03-08T15:43:19.400Z] f7ae9ba355b1: Layer already exists [2023-03-08T15:43:19.400Z] 27b4567ac193: Layer already exists [2023-03-08T15:43:19.400Z] 403d1e7a8611: Layer already exists [2023-03-08T15:43:19.400Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:43:19.664Z] latest: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:19.991Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:20.313Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.83 [2023-03-08T15:43:20.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T15:43:20.314Z] 27b4567ac193: Preparing [2023-03-08T15:43:20.314Z] afe3a96b49e8: Preparing [2023-03-08T15:43:20.314Z] 00070ccfd436: Preparing [2023-03-08T15:43:20.314Z] f7ae9ba355b1: Preparing [2023-03-08T15:43:20.314Z] 403d1e7a8611: Preparing [2023-03-08T15:43:20.314Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:43:20.314Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:43:20.314Z] 403d1e7a8611: Layer already exists [2023-03-08T15:43:20.314Z] 27b4567ac193: Layer already exists [2023-03-08T15:43:20.314Z] afe3a96b49e8: Layer already exists [2023-03-08T15:43:20.314Z] f7ae9ba355b1: Layer already exists [2023-03-08T15:43:20.314Z] 00070ccfd436: Layer already exists [2023-03-08T15:43:20.314Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:43:20.577Z] 3.0.0-dev.83: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:20.922Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:21.247Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:21.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T15:43:21.247Z] 27b4567ac193: Preparing [2023-03-08T15:43:21.247Z] afe3a96b49e8: Preparing [2023-03-08T15:43:21.247Z] 00070ccfd436: Preparing [2023-03-08T15:43:21.247Z] f7ae9ba355b1: Preparing [2023-03-08T15:43:21.247Z] 403d1e7a8611: Preparing [2023-03-08T15:43:21.247Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:43:21.247Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:43:21.247Z] 00070ccfd436: Layer already exists [2023-03-08T15:43:21.247Z] 403d1e7a8611: Layer already exists [2023-03-08T15:43:21.247Z] 27b4567ac193: Layer already exists [2023-03-08T15:43:21.247Z] afe3a96b49e8: Layer already exists [2023-03-08T15:43:21.247Z] f7ae9ba355b1: Layer already exists [2023-03-08T15:43:21.247Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:43:21.247Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:21.571Z] + 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-03-08T15:43:21.894Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-08T15:43:21.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T15:43:21.894Z] 27b4567ac193: Preparing [2023-03-08T15:43:21.894Z] afe3a96b49e8: Preparing [2023-03-08T15:43:21.894Z] 00070ccfd436: Preparing [2023-03-08T15:43:21.894Z] f7ae9ba355b1: Preparing [2023-03-08T15:43:21.894Z] 403d1e7a8611: Preparing [2023-03-08T15:43:21.894Z] a8cfdf0cc8ec: Preparing [2023-03-08T15:43:21.894Z] a8cfdf0cc8ec: Waiting [2023-03-08T15:43:21.894Z] f7ae9ba355b1: Layer already exists [2023-03-08T15:43:21.894Z] 27b4567ac193: Layer already exists [2023-03-08T15:43:21.894Z] 403d1e7a8611: Layer already exists [2023-03-08T15:43:21.894Z] afe3a96b49e8: Layer already exists [2023-03-08T15:43:21.894Z] 00070ccfd436: Layer already exists [2023-03-08T15:43:21.894Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T15:43:21.894Z] main: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:43:22.210Z] ===================================================== [Pipeline] echo [2023-03-08T15:43:22.220Z] taggedImages: [2023-03-08T15:43:22.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:22.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-08T15:43:22.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.83 [2023-03-08T15:43:22.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:22.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-08T15:43:22.241Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-08T15:43:22.241Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:22.241Z] latest [2023-03-08T15:43:22.241Z] 3.0.0-dev.83 [2023-03-08T15:43:22.241Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:22.241Z] main [2023-03-08T15:43:22.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:22.583Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:22.915Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:22.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T15:43:22.915Z] e66a4ae336e4: Preparing [2023-03-08T15:43:22.915Z] 141057b8b3b0: Preparing [2023-03-08T15:43:22.915Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:22.915Z] 38cd4561a9f6: Preparing [2023-03-08T15:43:22.915Z] f70ee36035b9: Preparing [2023-03-08T15:43:22.915Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:22.915Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:23.179Z] e66a4ae336e4: Pushed [2023-03-08T15:43:23.179Z] 38cd4561a9f6: Pushed [2023-03-08T15:43:28.504Z] 141057b8b3b0: Pushed [2023-03-08T15:43:28.768Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:29.109Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:29.450Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-08T15:43:29.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T15:43:29.450Z] e66a4ae336e4: Preparing [2023-03-08T15:43:29.450Z] 141057b8b3b0: Preparing [2023-03-08T15:43:29.450Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:29.450Z] 38cd4561a9f6: Preparing [2023-03-08T15:43:29.450Z] f70ee36035b9: Preparing [2023-03-08T15:43:29.450Z] e66a4ae336e4: Layer already exists [2023-03-08T15:43:29.450Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:29.450Z] 38cd4561a9f6: Layer already exists [2023-03-08T15:43:29.450Z] 141057b8b3b0: Layer already exists [2023-03-08T15:43:29.450Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:29.450Z] latest: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:29.790Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:30.114Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.83 [2023-03-08T15:43:30.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T15:43:30.115Z] e66a4ae336e4: Preparing [2023-03-08T15:43:30.115Z] 141057b8b3b0: Preparing [2023-03-08T15:43:30.115Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:30.115Z] 38cd4561a9f6: Preparing [2023-03-08T15:43:30.115Z] f70ee36035b9: Preparing [2023-03-08T15:43:30.115Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:30.115Z] e66a4ae336e4: Layer already exists [2023-03-08T15:43:30.115Z] 38cd4561a9f6: Layer already exists [2023-03-08T15:43:30.115Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:30.115Z] 141057b8b3b0: Layer already exists [2023-03-08T15:43:30.115Z] 3.0.0-dev.83: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:30.445Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:30.769Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:30.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T15:43:30.769Z] e66a4ae336e4: Preparing [2023-03-08T15:43:30.769Z] 141057b8b3b0: Preparing [2023-03-08T15:43:30.769Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:30.769Z] 38cd4561a9f6: Preparing [2023-03-08T15:43:30.769Z] f70ee36035b9: Preparing [2023-03-08T15:43:30.769Z] 38cd4561a9f6: Layer already exists [2023-03-08T15:43:30.769Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:30.769Z] e66a4ae336e4: Layer already exists [2023-03-08T15:43:30.769Z] 141057b8b3b0: Layer already exists [2023-03-08T15:43:30.769Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:30.769Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:31.098Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:31.420Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-08T15:43:31.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T15:43:31.420Z] e66a4ae336e4: Preparing [2023-03-08T15:43:31.420Z] 141057b8b3b0: Preparing [2023-03-08T15:43:31.420Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:31.420Z] 38cd4561a9f6: Preparing [2023-03-08T15:43:31.420Z] f70ee36035b9: Preparing [2023-03-08T15:43:31.420Z] e66a4ae336e4: Layer already exists [2023-03-08T15:43:31.420Z] 38cd4561a9f6: Layer already exists [2023-03-08T15:43:31.420Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:31.420Z] 141057b8b3b0: Layer already exists [2023-03-08T15:43:31.420Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:31.420Z] main: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:43:31.463Z] ===================================================== [Pipeline] echo [2023-03-08T15:43:31.469Z] taggedImages: [2023-03-08T15:43:31.469Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:31.469Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-08T15:43:31.469Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.83 [2023-03-08T15:43:31.469Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:31.469Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-08T15:43:31.486Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-08T15:43:31.486Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:31.486Z] latest [2023-03-08T15:43:31.486Z] 3.0.0-dev.83 [2023-03-08T15:43:31.486Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:31.486Z] main [2023-03-08T15:43:31.486Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:31.815Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:32.143Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:32.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T15:43:32.143Z] 222b2a74a474: Preparing [2023-03-08T15:43:32.143Z] 10228173f32c: Preparing [2023-03-08T15:43:32.143Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:32.143Z] c343ec074734: Preparing [2023-03-08T15:43:32.143Z] f70ee36035b9: Preparing [2023-03-08T15:43:32.143Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:32.143Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:32.143Z] c343ec074734: Layer already exists [2023-03-08T15:43:32.406Z] 222b2a74a474: Pushed [2023-03-08T15:43:37.728Z] 10228173f32c: Pushed [2023-03-08T15:43:37.728Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:38.058Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:38.386Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-08T15:43:38.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T15:43:38.386Z] 222b2a74a474: Preparing [2023-03-08T15:43:38.386Z] 10228173f32c: Preparing [2023-03-08T15:43:38.386Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:38.386Z] c343ec074734: Preparing [2023-03-08T15:43:38.386Z] f70ee36035b9: Preparing [2023-03-08T15:43:38.386Z] 10228173f32c: Layer already exists [2023-03-08T15:43:38.386Z] 222b2a74a474: Layer already exists [2023-03-08T15:43:38.386Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:38.386Z] c343ec074734: Layer already exists [2023-03-08T15:43:38.386Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:38.386Z] latest: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:38.738Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:39.072Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.83 [2023-03-08T15:43:39.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T15:43:39.072Z] 222b2a74a474: Preparing [2023-03-08T15:43:39.072Z] 10228173f32c: Preparing [2023-03-08T15:43:39.072Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:39.072Z] c343ec074734: Preparing [2023-03-08T15:43:39.072Z] f70ee36035b9: Preparing [2023-03-08T15:43:39.072Z] 222b2a74a474: Layer already exists [2023-03-08T15:43:39.072Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:39.072Z] 10228173f32c: Layer already exists [2023-03-08T15:43:39.072Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:39.072Z] c343ec074734: Layer already exists [2023-03-08T15:43:39.072Z] 3.0.0-dev.83: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:39.397Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:39.721Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:39.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T15:43:39.721Z] 222b2a74a474: Preparing [2023-03-08T15:43:39.721Z] 10228173f32c: Preparing [2023-03-08T15:43:39.721Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:39.721Z] c343ec074734: Preparing [2023-03-08T15:43:39.721Z] f70ee36035b9: Preparing [2023-03-08T15:43:39.721Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:39.721Z] 10228173f32c: Layer already exists [2023-03-08T15:43:39.721Z] c343ec074734: Layer already exists [2023-03-08T15:43:39.721Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:39.721Z] 222b2a74a474: Layer already exists [2023-03-08T15:43:39.721Z] e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:40.045Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:40.370Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-08T15:43:40.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T15:43:40.370Z] 222b2a74a474: Preparing [2023-03-08T15:43:40.370Z] 10228173f32c: Preparing [2023-03-08T15:43:40.370Z] 8a84e16d73fd: Preparing [2023-03-08T15:43:40.370Z] c343ec074734: Preparing [2023-03-08T15:43:40.370Z] f70ee36035b9: Preparing [2023-03-08T15:43:40.370Z] f70ee36035b9: Layer already exists [2023-03-08T15:43:40.370Z] 10228173f32c: Layer already exists [2023-03-08T15:43:40.370Z] 8a84e16d73fd: Layer already exists [2023-03-08T15:43:40.370Z] c343ec074734: Layer already exists [2023-03-08T15:43:40.370Z] 222b2a74a474: Layer already exists [2023-03-08T15:43:40.370Z] main: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T15:43:40.675Z] ===================================================== [Pipeline] echo [2023-03-08T15:43:40.680Z] taggedImages: [2023-03-08T15:43:40.680Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [2023-03-08T15:43:40.680Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-08T15:43:40.680Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.83 [2023-03-08T15:43:40.680Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [2023-03-08T15:43:40.680Z] - 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-03-08T15:43:41.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T15:43:41.027Z] [2023-03-08T15:43:41.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:43:41.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T15:43:41.350Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-08T15:43:41.350Z] 8998bd30e6a1: Pulling fs layer [2023-03-08T15:43:41.350Z] 04944245beec: Pulling fs layer [2023-03-08T15:43:41.350Z] 699f458cf7ca: Pulling fs layer [2023-03-08T15:43:41.350Z] 765212b225bb: Pulling fs layer [2023-03-08T15:43:41.350Z] f23df028b6ca: Pulling fs layer [2023-03-08T15:43:41.350Z] d65c8cfc05b1: Pulling fs layer [2023-03-08T15:43:41.350Z] 2437ff75d9bd: Pulling fs layer [2023-03-08T15:43:41.350Z] 765212b225bb: Waiting [2023-03-08T15:43:41.350Z] f23df028b6ca: Waiting [2023-03-08T15:43:41.350Z] d65c8cfc05b1: Waiting [2023-03-08T15:43:41.350Z] 2437ff75d9bd: Waiting [2023-03-08T15:43:41.617Z] 04944245beec: Verifying Checksum [2023-03-08T15:43:41.617Z] 04944245beec: Download complete [2023-03-08T15:43:41.617Z] 765212b225bb: Verifying Checksum [2023-03-08T15:43:41.617Z] 765212b225bb: Download complete [2023-03-08T15:43:41.617Z] f23df028b6ca: Verifying Checksum [2023-03-08T15:43:41.617Z] f23df028b6ca: Download complete [2023-03-08T15:43:41.617Z] d65c8cfc05b1: Verifying Checksum [2023-03-08T15:43:41.617Z] d65c8cfc05b1: Download complete [2023-03-08T15:43:41.883Z] 699f458cf7ca: Download complete [2023-03-08T15:43:42.148Z] 8998bd30e6a1: Verifying Checksum [2023-03-08T15:43:42.148Z] 8998bd30e6a1: Download complete [2023-03-08T15:43:44.080Z] 2437ff75d9bd: Verifying Checksum [2023-03-08T15:43:44.080Z] 2437ff75d9bd: Download complete [2023-03-08T15:43:46.015Z] 8998bd30e6a1: Pull complete [2023-03-08T15:43:46.015Z] 04944245beec: Pull complete [2023-03-08T15:43:47.418Z] 699f458cf7ca: Pull complete [2023-03-08T15:43:47.418Z] 765212b225bb: Pull complete [2023-03-08T15:43:48.374Z] f23df028b6ca: Pull complete [2023-03-08T15:43:48.374Z] d65c8cfc05b1: Pull complete [2023-03-08T15:44:03.445Z] 2437ff75d9bd: Pull complete [2023-03-08T15:44:03.445Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-08T15:44:03.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T15:44:03.445Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:44:03.615Z] prd-ubuntu20.04-docker-arm64-4c-16g-8824 does not seem to be running inside a container [2023-03-08T15:44:03.658Z] $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:44:06.430Z] $ docker top 429378ec574298839b57d1bc1f877bfeec50f2ffce1e67f5becc443ec23a8060 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:44:07.320Z] ---> job-cost.sh [2023-03-08T15:44:07.320Z] lf-activate-venv: SKIPPING [2023-03-08T15:44:07.320Z] INFO: No Stack... [2023-03-08T15:44:07.583Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-08T15:44:08.536Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T15:44:08.848Z] + cat /w/workspace/edgex-go/445/archives/cost.csv [2023-03-08T15:44:08.848Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T15:44:08.888Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-445-stack-cost] [2023-03-08T15:44:08.894Z] Resource [jenkins-edgexfoundry-edgex-go-main-445-stack-cost] did not exist. Created. [2023-03-08T15:44:08.894Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-445-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T15:44:09.212Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-08T15:44:09.724Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T15:44:09.731Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-445-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T15:44:09.741Z] $ docker stop --time=1 429378ec574298839b57d1bc1f877bfeec50f2ffce1e67f5becc443ec23a8060 [2023-03-08T15:44:11.219Z] $ docker rm -f --volumes 429378ec574298839b57d1bc1f877bfeec50f2ffce1e67f5becc443ec23a8060 [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-03-08T15:44:11.692Z] provisioning config files... [2023-03-08T15:44:11.701Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/445@tmp/config7647791418819465944tmp [Pipeline] { [Pipeline] sh [2023-03-08T15:44:11.994Z] + set +x [2023-03-08T15:44:11.994Z] + bash -s -- [2023-03-08T15:44:11.994Z] + curl -s https://codecov.io/bash [2023-03-08T15:44:11.994Z] [2023-03-08T15:44:11.994Z] _____ _ [2023-03-08T15:44:11.994Z] / ____| | | [2023-03-08T15:44:11.994Z] | | ___ __| | ___ ___ _____ __ [2023-03-08T15:44:11.994Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-08T15:44:11.994Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-08T15:44:11.994Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-08T15:44:11.994Z] Bash-1.0.6 [2023-03-08T15:44:11.994Z] [2023-03-08T15:44:11.994Z] [2023-03-08T15:44:11.994Z] ==> git version 2.25.1 found [2023-03-08T15:44:11.994Z] ==> 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-03-08T15:44:11.994Z] Release-Date: 2020-01-08 [2023-03-08T15:44:11.994Z] 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-03-08T15:44:11.994Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-08T15:44:11.994Z] ==> Jenkins CI detected. [2023-03-08T15:44:11.994Z] current dir:  /w/workspace/edgex-go/445 [2023-03-08T15:44:11.994Z] project root: . [2023-03-08T15:44:11.995Z] --> token set from env [2023-03-08T15:44:11.995Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-08T15:44:11.995Z] ==> Running gcov in . (disable via -X gcov) [2023-03-08T15:44:11.995Z] ==> Python coveragepy not found [2023-03-08T15:44:11.995Z] ==> Searching for coverage reports in: [2023-03-08T15:44:11.995Z] + . [2023-03-08T15:44:11.995Z] -> Found 1 reports [2023-03-08T15:44:11.995Z] ==> Detecting git/mercurial file structure [2023-03-08T15:44:11.995Z] ==> Reading reports [2023-03-08T15:44:11.995Z] + ./coverage.out bytes=446903 [2023-03-08T15:44:12.253Z] ==> Appending adjustments [2023-03-08T15:44:12.253Z] https://docs.codecov.io/docs/fixing-reports [2023-03-08T15:44:13.191Z] + Found adjustments [2023-03-08T15:44:13.191Z] ==> Gzipping contents [2023-03-08T15:44:13.191Z] 60K /tmp/codecov.VTFykX.gz [2023-03-08T15:44:13.191Z] ==> Uploading reports [2023-03-08T15:44:13.191Z] url: https://codecov.io [2023-03-08T15:44:13.191Z] query: branch=main&commit=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57&build=445&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F445%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-08T15:44:13.191Z] -> Pinging Codecov [2023-03-08T15:44:13.191Z] 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=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57&build=445&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F445%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-08T15:44:59.884Z]  [2023-03-08T15:44:59.884Z] [2023-03-08T15:44:59.884Z] [2023-03-08T15:44:59.884Z] 502 Server Error [2023-03-08T15:44:59.884Z] [2023-03-08T15:44:59.884Z] [2023-03-08T15:44:59.884Z]

Error: Server Error

[2023-03-08T15:44:59.884Z]

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

[2023-03-08T15:44:59.884Z]

[2023-03-08T15:44:59.884Z] [2023-03-08T15:44:59.885Z] upstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failure [2023-03-08T15:44:59.885Z] 503 [2023-03-08T15:44:59.885Z] ==> Uploading to Codecov [2023-03-08T15:44:59.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T15:44:59.885Z] Dload Upload Total Spent Left Speed [2023-03-08T15:45:00.142Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58165 0 0 100 58165 0 48269 0:00:01 0:00:01 --:--:-- 48269 100 58256 100 91 100 58165 64 41135 0:00:01 0:00:01 --:--:-- 41199 [2023-03-08T15:45:00.142Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 5 retries [2023-03-08T15:45:00.142Z] Warning: left. [2023-03-08T15:45:03.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58165 0 0 100 58165 0 58106 0:00:01 0:00:01 --:--:-- 58106 100 58256 100 91 100 58165 86 54976 0:00:01 0:00:01 --:--:-- 55062 [2023-03-08T15:45:03.448Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 4 retries [2023-03-08T15:45:03.448Z] Warning: left. [2023-03-08T15:45:05.356Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58256 100 91 100 58165 2676 1670k --:--:-- --:--:-- --:--:-- 1723k [2023-03-08T15:45:05.356Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 3 retries [2023-03-08T15:45:05.356Z] Warning: left. [2023-03-08T15:45:08.199Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58256 100 91 100 58165 119 76231 --:--:-- --:--:-- --:--:-- 76251 100 58256 100 91 100 58165 119 76231 --:--:-- --:--:-- --:--:-- 76251 [2023-03-08T15:45:08.199Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 2 retries [2023-03-08T15:45:08.199Z] Warning: left. [2023-03-08T15:45:10.105Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58256 100 91 100 58165 3137 1958k --:--:-- --:--:-- --:--:-- 1961k [2023-03-08T15:45:10.105Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 1 retries [2023-03-08T15:45:10.105Z] Warning: left. [2023-03-08T15:45:15.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58165 0 0 100 58165 0 58106 0:00:01 0:00:01 --:--:-- 58106 100 58165 0 0 100 58165 0 29067 0:00:02 0:00:02 --:--:-- 29067 100 58165 0 0 100 58165 0 19368 0:00:03 0:00:03 --:--:-- 19375 100 58256 100 91 100 58165 30 19196 0:00:03 0:00:03 --:--:-- 19226 [2023-03-08T15:45:15.267Z] upstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failure [Pipeline] } [2023-03-08T15:45:15.276Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-08T15:45:15.509Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-08T15:45:15.519Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:45:15.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T15:45:15.817Z] [2023-03-08T15:45:15.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:45:16.114Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T15:45:16.114Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-08T15:45:16.114Z] df9b9388f04a: Pulling fs layer [2023-03-08T15:45:16.114Z] 52dc419b0ee2: Pulling fs layer [2023-03-08T15:45:16.114Z] 25bc292e5bac: Pulling fs layer [2023-03-08T15:45:16.114Z] 114826534d7a: Pulling fs layer [2023-03-08T15:45:16.114Z] 4657fd5d0bcf: Pulling fs layer [2023-03-08T15:45:16.114Z] 6ad1cebc031e: Pulling fs layer [2023-03-08T15:45:16.114Z] 8a3aa393b2d8: Pulling fs layer [2023-03-08T15:45:16.114Z] 6ad1cebc031e: Waiting [2023-03-08T15:45:16.114Z] 8a3aa393b2d8: Waiting [2023-03-08T15:45:16.114Z] 114826534d7a: Waiting [2023-03-08T15:45:16.114Z] 4657fd5d0bcf: Waiting [2023-03-08T15:45:16.114Z] 25bc292e5bac: Download complete [2023-03-08T15:45:16.114Z] 52dc419b0ee2: Download complete [2023-03-08T15:45:16.114Z] 4657fd5d0bcf: Verifying Checksum [2023-03-08T15:45:16.114Z] 4657fd5d0bcf: Download complete [2023-03-08T15:45:16.114Z] df9b9388f04a: Verifying Checksum [2023-03-08T15:45:16.114Z] df9b9388f04a: Download complete [2023-03-08T15:45:16.373Z] df9b9388f04a: Pull complete [2023-03-08T15:45:16.373Z] 6ad1cebc031e: Verifying Checksum [2023-03-08T15:45:16.373Z] 6ad1cebc031e: Download complete [2023-03-08T15:45:16.373Z] 52dc419b0ee2: Pull complete [2023-03-08T15:45:16.632Z] 25bc292e5bac: Pull complete [2023-03-08T15:45:16.890Z] 114826534d7a: Verifying Checksum [2023-03-08T15:45:16.890Z] 114826534d7a: Download complete [2023-03-08T15:45:17.149Z] 8a3aa393b2d8: Verifying Checksum [2023-03-08T15:45:17.150Z] 8a3aa393b2d8: Download complete [2023-03-08T15:45:20.437Z] 114826534d7a: Pull complete [2023-03-08T15:45:20.437Z] 4657fd5d0bcf: Pull complete [2023-03-08T15:45:21.003Z] 6ad1cebc031e: Pull complete [2023-03-08T15:45:23.536Z] 8a3aa393b2d8: Pull complete [2023-03-08T15:45:23.536Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-08T15:45:23.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T15:45:23.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:45:23.623Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:45:23.687Z] $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:45:26.927Z] $ docker top c944f560092b133be62357f7938908fb8f5243f3a18027a7b50a36835be74b90 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T15:45:26.952Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-08T15:45:27.231Z] + set -o pipefail [2023-03-08T15:45:27.231Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-08T15:45:32.499Z] [2023-03-08T15:45:32.499Z] Monitoring /w/workspace/edgex-go/445 (github.com/edgexfoundry/edgex-go)... [2023-03-08T15:45:32.499Z] [2023-03-08T15:45:32.499Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/6fc44e7b-33eb-4ab8-8bd4-d13456d431c5 [2023-03-08T15:45:32.499Z] [2023-03-08T15:45:32.499Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-08T15:45:32.499Z] [2023-03-08T15:45:32.499Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-08T15:45:32.499Z] [2023-03-08T15:45:33.433Z] [2023-03-08T15:45:33.433Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-08T15:45:33.433Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-08T15:45:33.433Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-08T15:45:33.482Z] $ docker stop --time=1 c944f560092b133be62357f7938908fb8f5243f3a18027a7b50a36835be74b90 [2023-03-08T15:45:35.965Z] $ docker rm -f --volumes c944f560092b133be62357f7938908fb8f5243f3a18027a7b50a36835be74b90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-08T15:45:36.292Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T15:45:36.303Z] provisioning config files... [2023-03-08T15:45:36.309Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/445@tmp/config17918232634901087658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:45:36.601Z] --> edgex-publish-swagger.sh [2023-03-08T15:45:36.601Z] === Publish openapi/v3 API === [2023-03-08T15:45:36.601Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-08T15:45:36.601Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/445/openapi/v3/core-command.yaml] [2023-03-08T15:45:36.601Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T15:45:36.601Z] Dload Upload Total Spent Left Speed [2023-03-08T15:45:37.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 131k --:--:-- --:--:-- --:--:-- 131k 100 29030 0 0 100 29030 0 46747 --:--:-- --:--:-- --:--:-- 46672 [2023-03-08T15:45:37.170Z] [2023-03-08T15:45:37.170Z] [2023-03-08T15:45:37.170Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/445/openapi/v3/core-data.yaml] [2023-03-08T15:45:37.170Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T15:45:37.170Z] Dload Upload Total Spent Left Speed [2023-03-08T15:45:37.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 129k --:--:-- --:--:-- --:--:-- 129k 100 69110 0 0 100 69110 0 129k --:--:-- --:--:-- --:--:-- 129k [2023-03-08T15:45:37.737Z] [2023-03-08T15:45:37.737Z] [2023-03-08T15:45:37.737Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/445/openapi/v3/core-metadata.yaml] [2023-03-08T15:45:37.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T15:45:37.737Z] Dload Upload Total Spent Left Speed [2023-03-08T15:45:38.306Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 256k --:--:-- --:--:-- --:--:-- 256k [2023-03-08T15:45:38.306Z] [2023-03-08T15:45:38.306Z] [2023-03-08T15:45:38.306Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/445/openapi/v3/support-notifications.yaml] [2023-03-08T15:45:38.306Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T15:45:38.306Z] Dload Upload Total Spent Left Speed [2023-03-08T15:45:38.564Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 193k --:--:-- --:--:-- --:--:-- 192k 100 86965 0 0 100 86965 0 193k --:--:-- --:--:-- --:--:-- 192k [2023-03-08T15:45:38.564Z] [2023-03-08T15:45:38.564Z] [2023-03-08T15:45:38.564Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/445/openapi/v3/support-scheduler.yaml] [2023-03-08T15:45:38.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T15:45:38.564Z] Dload Upload Total Spent Left Speed [2023-03-08T15:45:39.132Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 81537 --:--:-- --:--:-- --:--:-- 81537 [2023-03-08T15:45:39.132Z] [2023-03-08T15:45:39.132Z] [Pipeline] } [2023-03-08T15:45:39.139Z] 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-03-08T15:45:39.546Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T15:45:39.546Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:45:39.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T15:45:39.852Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:45:39.927Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:45:39.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:45:40.377Z] $ docker top ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T15:45:40.446Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T15:45:40.446Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T15:45:40.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T15:45:40.588Z] $ docker exec ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 ssh-agent [2023-03-08T15:45:40.649Z] SSH_AUTH_SOCK=/tmp/ssh-gzpnsh4y9OBI/agent.33 [2023-03-08T15:45:40.649Z] SSH_AGENT_PID=39 [2023-03-08T15:45:40.653Z] Running ssh-add (command line suppressed) [2023-03-08T15:45:40.780Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_867107072127198464.key (/w/workspace/edgex-go/445@tmp/private_key_867107072127198464.key) [2023-03-08T15:45:40.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T15:45:41.034Z] + git semver tag [2023-03-08T15:45:41.294Z] 2023-03-08 15:45:41,277 [run_tag] DEBUG tag force:False [2023-03-08T15:45:41.294Z] 2023-03-08 15:45:41,277 [check_head_tag] DEBUG check head tag [2023-03-08T15:45:41.294Z] 2023-03-08 15:45:41,280 [execute] INFO git cat-file --batch-check [2023-03-08T15:45:41.294Z] 2023-03-08 15:45:41,280 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=) [2023-03-08T15:45:41.294Z] 2023-03-08 15:45:41,283 [execute] INFO git cat-file --batch [2023-03-08T15:45:41.294Z] 2023-03-08 15:45:41,283 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=) [2023-03-08T15:45:41.553Z] 2023-03-08 15:45:41,336 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main [2023-03-08T15:45:41.553Z] 2023-03-08 15:45:41,336 [execute] INFO git tag -a v3.0.0-dev.83 -m v3.0.0-dev.83 [2023-03-08T15:45:41.553Z] 2023-03-08 15:45:41,337 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.83', '-m', 'v3.0.0-dev.83'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=None) [2023-03-08T15:45:41.553Z] 2023-03-08 15:45:41,340 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main [2023-03-08T15:45:41.553Z] 3.0.0-dev.83 [Pipeline] } [2023-03-08T15:45:41.600Z] $ docker exec --env ******** --env ******** ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 ssh-agent -k [2023-03-08T15:45:41.703Z] unset SSH_AUTH_SOCK; [2023-03-08T15:45:41.703Z] unset SSH_AGENT_PID; [2023-03-08T15:45:41.703Z] echo Agent pid 39 killed; [2023-03-08T15:45:41.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T15:45:41.975Z] + git semver [Pipeline] } [2023-03-08T15:45:42.284Z] $ docker stop --time=1 ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 [2023-03-08T15:45:43.557Z] $ docker rm -f --volumes ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:45:43.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T15:45:43.885Z] [2023-03-08T15:45:43.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:45:44.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T15:45:44.182Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-08T15:45:44.182Z] ab5ef0e58194: Pulling fs layer [2023-03-08T15:45:44.182Z] 9712f1f96733: Pulling fs layer [2023-03-08T15:45:44.182Z] 63f879dbbcfc: Pulling fs layer [2023-03-08T15:45:44.182Z] 0d9ebad4ef96: Pulling fs layer [2023-03-08T15:45:44.182Z] e9a5061849ea: Pulling fs layer [2023-03-08T15:45:44.182Z] d747dcd14b5f: Pulling fs layer [2023-03-08T15:45:44.182Z] 2de7ff778b66: Pulling fs layer [2023-03-08T15:45:44.182Z] e9a5061849ea: Waiting [2023-03-08T15:45:44.182Z] d747dcd14b5f: Waiting [2023-03-08T15:45:44.182Z] 2de7ff778b66: Waiting [2023-03-08T15:45:44.182Z] 0d9ebad4ef96: Waiting [2023-03-08T15:45:44.182Z] 9712f1f96733: Verifying Checksum [2023-03-08T15:45:44.182Z] 9712f1f96733: Download complete [2023-03-08T15:45:44.756Z] 63f879dbbcfc: Verifying Checksum [2023-03-08T15:45:44.756Z] 63f879dbbcfc: Download complete [2023-03-08T15:45:44.756Z] 0d9ebad4ef96: Verifying Checksum [2023-03-08T15:45:44.756Z] 0d9ebad4ef96: Download complete [2023-03-08T15:45:44.756Z] ab5ef0e58194: Verifying Checksum [2023-03-08T15:45:44.756Z] ab5ef0e58194: Download complete [2023-03-08T15:45:44.756Z] d747dcd14b5f: Verifying Checksum [2023-03-08T15:45:44.756Z] d747dcd14b5f: Download complete [2023-03-08T15:45:44.756Z] e9a5061849ea: Verifying Checksum [2023-03-08T15:45:44.756Z] e9a5061849ea: Download complete [2023-03-08T15:45:45.014Z] 2de7ff778b66: Verifying Checksum [2023-03-08T15:45:45.014Z] 2de7ff778b66: Download complete [2023-03-08T15:45:47.540Z] ab5ef0e58194: Pull complete [2023-03-08T15:45:47.540Z] 9712f1f96733: Pull complete [2023-03-08T15:45:48.104Z] 63f879dbbcfc: Pull complete [2023-03-08T15:45:51.385Z] 0d9ebad4ef96: Pull complete [2023-03-08T15:45:51.642Z] e9a5061849ea: Pull complete [2023-03-08T15:45:51.642Z] d747dcd14b5f: Pull complete [2023-03-08T15:45:52.574Z] 2de7ff778b66: Pull complete [2023-03-08T15:45:52.574Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-08T15:45:52.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T15:45:52.574Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:45:52.658Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:45:52.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:45:56.609Z] $ docker top 6a941b495e0663966fba59e7ec448c19c069318f241cdf3de124bdf94a90935f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-08T15:45:56.634Z] provisioning config files... [2023-03-08T15:45:56.640Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/445@tmp/config15668267477749975279tmp [2023-03-08T15:45:56.649Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/445@tmp/config17987932805527848447tmp [2023-03-08T15:45:56.657Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/445@tmp/config5510480768584519007tmp [Pipeline] { [Pipeline] echo [2023-03-08T15:45:56.671Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:45:56.951Z] ---> sigul-configuration.sh [2023-03-08T15:45:56.951Z] gpg: directory `/root/.gnupg' created [2023-03-08T15:45:56.951Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-08T15:45:56.951Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-08T15:45:56.951Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-08T15:45:56.951Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-08T15:45:56.951Z] gpg: CAST5 encrypted data [2023-03-08T15:45:56.951Z] gpg: encrypted with 1 passphrase [2023-03-08T15:45:56.951Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-08T15:45:57.236Z] + mkdir /home/jenkins [2023-03-08T15:45:57.236Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-08T15:45:57.521Z] + 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-03-08T15:45:57.529Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:45:57.811Z] ---> sigul-install.sh [2023-03-08T15:45:57.812Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-08T15:45:58.095Z] + git tag --list [2023-03-08T15:45:58.095Z] 0.6.0 [2023-03-08T15:45:58.095Z] 0.6.1 [2023-03-08T15:45:58.095Z] 0.7.0 [2023-03-08T15:45:58.095Z] 0.7.1 [2023-03-08T15:45:58.095Z] v1.0.0 [2023-03-08T15:45:58.095Z] v1.0.1 [2023-03-08T15:45:58.095Z] v1.1.0 [2023-03-08T15:45:58.095Z] v1.2.0 [2023-03-08T15:45:58.095Z] v1.2.1 [2023-03-08T15:45:58.095Z] v1.3.0 [2023-03-08T15:45:58.095Z] v1.3.1 [2023-03-08T15:45:58.095Z] v2.0.0 [2023-03-08T15:45:58.095Z] v2.1.0 [2023-03-08T15:45:58.095Z] v2.1.1 [2023-03-08T15:45:58.095Z] v2.1.1-dev.1 [2023-03-08T15:45:58.095Z] v2.1.1-dev.2 [2023-03-08T15:45:58.095Z] v2.1.1-dev.3 [2023-03-08T15:45:58.095Z] v2.1.1-dev.4 [2023-03-08T15:45:58.095Z] v2.1.1-dev.5 [2023-03-08T15:45:58.095Z] v2.1.1-dev.6 [2023-03-08T15:45:58.095Z] v2.1.1-dev.7 [2023-03-08T15:45:58.095Z] v2.1.1-dev.8 [2023-03-08T15:45:58.095Z] v2.1.2-dev.1 [2023-03-08T15:45:58.095Z] v2.2.0 [2023-03-08T15:45:58.095Z] v2.2.1-dev.1 [2023-03-08T15:45:58.095Z] v2.2.1-dev.10 [2023-03-08T15:45:58.095Z] v2.2.1-dev.11 [2023-03-08T15:45:58.095Z] v2.2.1-dev.12 [2023-03-08T15:45:58.095Z] v2.2.1-dev.13 [2023-03-08T15:45:58.095Z] v2.2.1-dev.14 [2023-03-08T15:45:58.095Z] v2.2.1-dev.15 [2023-03-08T15:45:58.095Z] v2.2.1-dev.16 [2023-03-08T15:45:58.095Z] v2.2.1-dev.17 [2023-03-08T15:45:58.095Z] v2.2.1-dev.18 [2023-03-08T15:45:58.095Z] v2.2.1-dev.19 [2023-03-08T15:45:58.095Z] v2.2.1-dev.2 [2023-03-08T15:45:58.095Z] v2.2.1-dev.20 [2023-03-08T15:45:58.095Z] v2.2.1-dev.21 [2023-03-08T15:45:58.095Z] v2.2.1-dev.22 [2023-03-08T15:45:58.095Z] v2.2.1-dev.23 [2023-03-08T15:45:58.095Z] v2.2.1-dev.24 [2023-03-08T15:45:58.095Z] v2.2.1-dev.25 [2023-03-08T15:45:58.095Z] v2.2.1-dev.26 [2023-03-08T15:45:58.095Z] v2.2.1-dev.27 [2023-03-08T15:45:58.095Z] v2.2.1-dev.28 [2023-03-08T15:45:58.095Z] v2.2.1-dev.29 [2023-03-08T15:45:58.095Z] v2.2.1-dev.3 [2023-03-08T15:45:58.095Z] v2.2.1-dev.4 [2023-03-08T15:45:58.095Z] v2.2.1-dev.5 [2023-03-08T15:45:58.095Z] v2.2.1-dev.6 [2023-03-08T15:45:58.095Z] v2.2.1-dev.7 [2023-03-08T15:45:58.095Z] v2.2.1-dev.8 [2023-03-08T15:45:58.095Z] v2.2.1-dev.9 [2023-03-08T15:45:58.095Z] v2.3.0 [2023-03-08T15:45:58.095Z] v2.3.0-dev.100 [2023-03-08T15:45:58.095Z] v2.3.0-dev.101 [2023-03-08T15:45:58.095Z] v2.3.0-dev.102 [2023-03-08T15:45:58.095Z] v2.3.0-dev.103 [2023-03-08T15:45:58.095Z] v2.3.0-dev.104 [2023-03-08T15:45:58.095Z] v2.3.0-dev.105 [2023-03-08T15:45:58.095Z] v2.3.0-dev.106 [2023-03-08T15:45:58.095Z] v2.3.0-dev.29 [2023-03-08T15:45:58.095Z] v2.3.0-dev.30 [2023-03-08T15:45:58.095Z] v2.3.0-dev.31 [2023-03-08T15:45:58.095Z] v2.3.0-dev.32 [2023-03-08T15:45:58.095Z] v2.3.0-dev.33 [2023-03-08T15:45:58.095Z] v2.3.0-dev.34 [2023-03-08T15:45:58.095Z] v2.3.0-dev.35 [2023-03-08T15:45:58.095Z] v2.3.0-dev.36 [2023-03-08T15:45:58.095Z] v2.3.0-dev.37 [2023-03-08T15:45:58.095Z] v2.3.0-dev.38 [2023-03-08T15:45:58.095Z] v2.3.0-dev.39 [2023-03-08T15:45:58.095Z] v2.3.0-dev.40 [2023-03-08T15:45:58.095Z] v2.3.0-dev.41 [2023-03-08T15:45:58.095Z] v2.3.0-dev.42 [2023-03-08T15:45:58.095Z] v2.3.0-dev.43 [2023-03-08T15:45:58.095Z] v2.3.0-dev.44 [2023-03-08T15:45:58.095Z] v2.3.0-dev.45 [2023-03-08T15:45:58.095Z] v2.3.0-dev.46 [2023-03-08T15:45:58.095Z] v2.3.0-dev.47 [2023-03-08T15:45:58.095Z] v2.3.0-dev.48 [2023-03-08T15:45:58.095Z] v2.3.0-dev.49 [2023-03-08T15:45:58.095Z] v2.3.0-dev.50 [2023-03-08T15:45:58.095Z] v2.3.0-dev.51 [2023-03-08T15:45:58.095Z] v2.3.0-dev.52 [2023-03-08T15:45:58.095Z] v2.3.0-dev.53 [2023-03-08T15:45:58.095Z] v2.3.0-dev.54 [2023-03-08T15:45:58.095Z] v2.3.0-dev.55 [2023-03-08T15:45:58.095Z] v2.3.0-dev.56 [2023-03-08T15:45:58.095Z] v2.3.0-dev.57 [2023-03-08T15:45:58.095Z] v2.3.0-dev.58 [2023-03-08T15:45:58.095Z] v2.3.0-dev.59 [2023-03-08T15:45:58.095Z] v2.3.0-dev.60 [2023-03-08T15:45:58.095Z] v2.3.0-dev.61 [2023-03-08T15:45:58.095Z] v2.3.0-dev.62 [2023-03-08T15:45:58.095Z] v2.3.0-dev.63 [2023-03-08T15:45:58.095Z] v2.3.0-dev.64 [2023-03-08T15:45:58.096Z] v2.3.0-dev.65 [2023-03-08T15:45:58.096Z] v2.3.0-dev.66 [2023-03-08T15:45:58.096Z] v2.3.0-dev.67 [2023-03-08T15:45:58.096Z] v2.3.0-dev.68 [2023-03-08T15:45:58.096Z] v2.3.0-dev.69 [2023-03-08T15:45:58.096Z] v2.3.0-dev.70 [2023-03-08T15:45:58.096Z] v2.3.0-dev.71 [2023-03-08T15:45:58.096Z] v2.3.0-dev.72 [2023-03-08T15:45:58.096Z] v2.3.0-dev.73 [2023-03-08T15:45:58.096Z] v2.3.0-dev.74 [2023-03-08T15:45:58.096Z] v2.3.0-dev.75 [2023-03-08T15:45:58.096Z] v2.3.0-dev.76 [2023-03-08T15:45:58.096Z] v2.3.0-dev.77 [2023-03-08T15:45:58.096Z] v2.3.0-dev.78 [2023-03-08T15:45:58.096Z] v2.3.0-dev.79 [2023-03-08T15:45:58.096Z] v2.3.0-dev.80 [2023-03-08T15:45:58.096Z] v2.3.0-dev.81 [2023-03-08T15:45:58.096Z] v2.3.0-dev.82 [2023-03-08T15:45:58.096Z] v2.3.0-dev.83 [2023-03-08T15:45:58.096Z] v2.3.0-dev.84 [2023-03-08T15:45:58.096Z] v2.3.0-dev.85 [2023-03-08T15:45:58.096Z] v2.3.0-dev.86 [2023-03-08T15:45:58.096Z] v2.3.0-dev.87 [2023-03-08T15:45:58.096Z] v2.3.0-dev.88 [2023-03-08T15:45:58.096Z] v2.3.0-dev.89 [2023-03-08T15:45:58.096Z] v2.3.0-dev.90 [2023-03-08T15:45:58.096Z] v2.3.0-dev.91 [2023-03-08T15:45:58.096Z] v2.3.0-dev.92 [2023-03-08T15:45:58.096Z] v2.3.0-dev.93 [2023-03-08T15:45:58.096Z] v2.3.0-dev.94 [2023-03-08T15:45:58.096Z] v2.3.0-dev.95 [2023-03-08T15:45:58.096Z] v2.3.0-dev.96 [2023-03-08T15:45:58.096Z] v2.3.0-dev.97 [2023-03-08T15:45:58.096Z] v2.3.0-dev.98 [2023-03-08T15:45:58.096Z] v2.3.0-dev.99 [2023-03-08T15:45:58.096Z] v2.3.1-dev.1 [2023-03-08T15:45:58.096Z] v2.3.1-dev.2 [2023-03-08T15:45:58.096Z] v2.3.1-dev.3 [2023-03-08T15:45:58.096Z] v2.3.1-dev.4 [2023-03-08T15:45:58.096Z] v2.3.1-dev.5 [2023-03-08T15:45:58.096Z] v3.0.0-dev.1 [2023-03-08T15:45:58.096Z] v3.0.0-dev.10 [2023-03-08T15:45:58.096Z] v3.0.0-dev.11 [2023-03-08T15:45:58.096Z] v3.0.0-dev.12 [2023-03-08T15:45:58.096Z] v3.0.0-dev.13 [2023-03-08T15:45:58.096Z] v3.0.0-dev.14 [2023-03-08T15:45:58.096Z] v3.0.0-dev.15 [2023-03-08T15:45:58.096Z] v3.0.0-dev.16 [2023-03-08T15:45:58.096Z] v3.0.0-dev.17 [2023-03-08T15:45:58.096Z] v3.0.0-dev.18 [2023-03-08T15:45:58.096Z] v3.0.0-dev.19 [2023-03-08T15:45:58.096Z] v3.0.0-dev.2 [2023-03-08T15:45:58.096Z] v3.0.0-dev.20 [2023-03-08T15:45:58.096Z] v3.0.0-dev.21 [2023-03-08T15:45:58.096Z] v3.0.0-dev.22 [2023-03-08T15:45:58.096Z] v3.0.0-dev.23 [2023-03-08T15:45:58.096Z] v3.0.0-dev.24 [2023-03-08T15:45:58.096Z] v3.0.0-dev.25 [2023-03-08T15:45:58.096Z] v3.0.0-dev.26 [2023-03-08T15:45:58.096Z] v3.0.0-dev.27 [2023-03-08T15:45:58.096Z] v3.0.0-dev.28 [2023-03-08T15:45:58.096Z] v3.0.0-dev.29 [2023-03-08T15:45:58.096Z] v3.0.0-dev.3 [2023-03-08T15:45:58.096Z] v3.0.0-dev.30 [2023-03-08T15:45:58.096Z] v3.0.0-dev.31 [2023-03-08T15:45:58.096Z] v3.0.0-dev.32 [2023-03-08T15:45:58.096Z] v3.0.0-dev.33 [2023-03-08T15:45:58.096Z] v3.0.0-dev.34 [2023-03-08T15:45:58.096Z] v3.0.0-dev.35 [2023-03-08T15:45:58.096Z] v3.0.0-dev.36 [2023-03-08T15:45:58.096Z] v3.0.0-dev.37 [2023-03-08T15:45:58.096Z] v3.0.0-dev.38 [2023-03-08T15:45:58.096Z] v3.0.0-dev.39 [2023-03-08T15:45:58.096Z] v3.0.0-dev.4 [2023-03-08T15:45:58.096Z] v3.0.0-dev.40 [2023-03-08T15:45:58.096Z] v3.0.0-dev.41 [2023-03-08T15:45:58.096Z] v3.0.0-dev.42 [2023-03-08T15:45:58.096Z] v3.0.0-dev.43 [2023-03-08T15:45:58.096Z] v3.0.0-dev.44 [2023-03-08T15:45:58.096Z] v3.0.0-dev.45 [2023-03-08T15:45:58.096Z] v3.0.0-dev.46 [2023-03-08T15:45:58.096Z] v3.0.0-dev.47 [2023-03-08T15:45:58.096Z] v3.0.0-dev.48 [2023-03-08T15:45:58.096Z] v3.0.0-dev.49 [2023-03-08T15:45:58.096Z] v3.0.0-dev.5 [2023-03-08T15:45:58.096Z] v3.0.0-dev.50 [2023-03-08T15:45:58.096Z] v3.0.0-dev.51 [2023-03-08T15:45:58.096Z] v3.0.0-dev.52 [2023-03-08T15:45:58.096Z] v3.0.0-dev.53 [2023-03-08T15:45:58.096Z] v3.0.0-dev.54 [2023-03-08T15:45:58.096Z] v3.0.0-dev.55 [2023-03-08T15:45:58.096Z] v3.0.0-dev.56 [2023-03-08T15:45:58.096Z] v3.0.0-dev.57 [2023-03-08T15:45:58.096Z] v3.0.0-dev.58 [2023-03-08T15:45:58.096Z] v3.0.0-dev.59 [2023-03-08T15:45:58.096Z] v3.0.0-dev.6 [2023-03-08T15:45:58.096Z] v3.0.0-dev.60 [2023-03-08T15:45:58.096Z] v3.0.0-dev.61 [2023-03-08T15:45:58.096Z] v3.0.0-dev.62 [2023-03-08T15:45:58.096Z] v3.0.0-dev.63 [2023-03-08T15:45:58.096Z] v3.0.0-dev.64 [2023-03-08T15:45:58.096Z] v3.0.0-dev.65 [2023-03-08T15:45:58.096Z] v3.0.0-dev.66 [2023-03-08T15:45:58.096Z] v3.0.0-dev.67 [2023-03-08T15:45:58.096Z] v3.0.0-dev.68 [2023-03-08T15:45:58.096Z] v3.0.0-dev.69 [2023-03-08T15:45:58.096Z] v3.0.0-dev.7 [2023-03-08T15:45:58.096Z] v3.0.0-dev.70 [2023-03-08T15:45:58.096Z] v3.0.0-dev.71 [2023-03-08T15:45:58.096Z] v3.0.0-dev.72 [2023-03-08T15:45:58.096Z] v3.0.0-dev.73 [2023-03-08T15:45:58.096Z] v3.0.0-dev.74 [2023-03-08T15:45:58.096Z] v3.0.0-dev.75 [2023-03-08T15:45:58.096Z] v3.0.0-dev.76 [2023-03-08T15:45:58.096Z] v3.0.0-dev.77 [2023-03-08T15:45:58.096Z] v3.0.0-dev.78 [2023-03-08T15:45:58.096Z] v3.0.0-dev.79 [2023-03-08T15:45:58.096Z] v3.0.0-dev.8 [2023-03-08T15:45:58.096Z] v3.0.0-dev.80 [2023-03-08T15:45:58.096Z] v3.0.0-dev.81 [2023-03-08T15:45:58.096Z] v3.0.0-dev.82 [2023-03-08T15:45:58.096Z] v3.0.0-dev.83 [2023-03-08T15:45:58.096Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-08T15:45:58.380Z] + lftools sign git-tag v3.0.0-dev.83 [2023-03-08T15:45:58.948Z] Signing Git tag with Sigul... [2023-03-08T15:45:58.948Z] Signing v3.0.0-dev.83 [Pipeline] echo [2023-03-08T15:45:59.895Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:46:00.182Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-08T15:46:00.189Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-08T15:46:00.246Z] $ docker stop --time=1 6a941b495e0663966fba59e7ec448c19c069318f241cdf3de124bdf94a90935f [2023-03-08T15:46:01.553Z] $ docker rm -f --volumes 6a941b495e0663966fba59e7ec448c19c069318f241cdf3de124bdf94a90935f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-08T15:46:01.932Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T15:46:01.932Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:46:02.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T15:46:02.232Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:46:02.301Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:46:02.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:46:02.682Z] $ docker top e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 -eo pid,comm [2023-03-08T15:46:02.688Z] 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-03-08T15:46:02.688Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T15:46:02.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T15:46:02.726Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T15:46:02.848Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T15:46:02.890Z] $ docker exec e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 ssh-agent [2023-03-08T15:46:02.956Z] SSH_AUTH_SOCK=/tmp/ssh-V298wSZ5LWmt/agent.32 [2023-03-08T15:46:02.956Z] SSH_AGENT_PID=38 [2023-03-08T15:46:02.961Z] Running ssh-add (command line suppressed) [2023-03-08T15:46:03.089Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_2207156603468130006.key (/w/workspace/edgex-go/445@tmp/private_key_2207156603468130006.key) [2023-03-08T15:46:03.063Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T15:46:03.344Z] + git semver bump pre [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,575 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,575 [bump_version] DEBUG bumping version:3.0.0-dev.83 on axis:pre with prefix:dev [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,575 [bump_version] DEBUG bumped version:3.0.0-dev.84 [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,575 [write_version] DEBUG write version:3.0.0-dev.84 to path:/w/workspace/edgex-go/445/.semver/main with force:True [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,575 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,575 [write_file] DEBUG write to file:/w/workspace/edgex-go/445/.semver/main [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,578 [execute] INFO git cat-file --batch-check [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,578 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,583 [execute] INFO git cat-file --batch [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,583 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T15:46:03.602Z] 2023-03-08 15:46:03,588 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main [2023-03-08T15:46:03.602Z] 3.0.0-dev.84 [Pipeline] } [2023-03-08T15:46:03.650Z] $ docker exec --env ******** --env ******** e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 ssh-agent -k [2023-03-08T15:46:03.755Z] unset SSH_AUTH_SOCK; [2023-03-08T15:46:03.755Z] unset SSH_AGENT_PID; [2023-03-08T15:46:03.755Z] echo Agent pid 38 killed; [2023-03-08T15:46:03.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T15:46:04.026Z] + git semver [Pipeline] } [2023-03-08T15:46:04.336Z] $ docker stop --time=1 e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 [2023-03-08T15:46:05.570Z] $ docker rm -f --volumes e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T15:46:05.862Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T15:46:05.862Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:46:06.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T15:46:06.154Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:46:06.225Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:46:06.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:46:06.665Z] $ docker top 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T15:46:06.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T15:46:06.739Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T15:46:06.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T15:46:06.895Z] $ docker exec 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 ssh-agent [2023-03-08T15:46:07.005Z] SSH_AUTH_SOCK=/tmp/ssh-IGHLMnwJxAz6/agent.31 [2023-03-08T15:46:07.005Z] SSH_AGENT_PID=37 [2023-03-08T15:46:07.011Z] Running ssh-add (command line suppressed) [2023-03-08T15:46:07.147Z] Identity added: /w/workspace/edgex-go/445@tmp/private_key_11614691047440063012.key (/w/workspace/edgex-go/445@tmp/private_key_11614691047440063012.key) [2023-03-08T15:46:07.125Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T15:46:07.437Z] + git semver push [2023-03-08T15:46:08.014Z] 2023-03-08 15:46:07,781 [run_push] DEBUG push [2023-03-08T15:46:08.014Z] 2023-03-08 15:46:07,781 [execute] INFO git cat-file --batch-check [2023-03-08T15:46:08.014Z] 2023-03-08 15:46:07,782 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T15:46:08.014Z] 2023-03-08 15:46:07,785 [execute] INFO git rev-list 743dfb30b54625611c751a2e05dacf933f2d92b3 -- [2023-03-08T15:46:08.014Z] 2023-03-08 15:46:07,786 [execute] DEBUG Popen(['git', 'rev-list', '743dfb30b54625611c751a2e05dacf933f2d92b3', '--'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-08T15:46:08.014Z] 2023-03-08 15:46:07,802 [execute] INFO git fetch -v origin [2023-03-08T15:46:08.014Z] 2023-03-08 15:46:07,802 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-08T15:46:08.273Z] 2023-03-08 15:46:08,291 [run_push] DEBUG no remote changes detected [2023-03-08T15:46:08.273Z] 2023-03-08 15:46:08,291 [execute] INFO git push origin semver [2023-03-08T15:46:08.273Z] 2023-03-08 15:46:08,291 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-08T15:46:09.210Z] 2023-03-08 15:46:09,243 [run_push] DEBUG push all version tags [2023-03-08T15:46:09.210Z] 2023-03-08 15:46:09,244 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-08T15:46:09.210Z] 2023-03-08 15:46:09,244 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=None) [2023-03-08T15:46:10.584Z] 2023-03-08 15:46:10,299 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main [2023-03-08T15:46:10.584Z] 3.0.0-dev.84 [Pipeline] } [2023-03-08T15:46:10.633Z] $ docker exec --env ******** --env ******** 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 ssh-agent -k [2023-03-08T15:46:10.738Z] unset SSH_AUTH_SOCK; [2023-03-08T15:46:10.738Z] unset SSH_AGENT_PID; [2023-03-08T15:46:10.738Z] echo Agent pid 37 killed; [2023-03-08T15:46:10.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T15:46:11.008Z] + git semver [Pipeline] } [2023-03-08T15:46:11.328Z] $ docker stop --time=1 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 [2023-03-08T15:46:12.583Z] $ docker rm -f --volumes 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 [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-03-08T15:46:13.068Z] + [ -d /w/workspace/edgex-go/445/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:46:13.358Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:46:14.223Z] ---> package-listing.sh [2023-03-08T15:46:14.223Z] ++ facter osfamily [2023-03-08T15:46:14.223Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-08T15:46:14.483Z] + OS_FAMILY=debian [2023-03-08T15:46:14.483Z] + workspace=/w/workspace/edgex-go/445 [2023-03-08T15:46:14.483Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-08T15:46:14.483Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-08T15:46:14.483Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-08T15:46:14.483Z] + PACKAGES=/tmp/packages_start.txt [2023-03-08T15:46:14.483Z] + '[' /w/workspace/edgex-go/445 ']' [2023-03-08T15:46:14.483Z] + PACKAGES=/tmp/packages_end.txt [2023-03-08T15:46:14.483Z] + case "${OS_FAMILY}" in [2023-03-08T15:46:14.483Z] + dpkg -l [2023-03-08T15:46:14.483Z] + grep '^ii' [2023-03-08T15:46:14.483Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-08T15:46:14.483Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-08T15:46:14.483Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-08T15:46:14.483Z] + '[' /w/workspace/edgex-go/445 ']' [2023-03-08T15:46:14.483Z] + mkdir -p /w/workspace/edgex-go/445/archives/ [2023-03-08T15:46:14.483Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/445/archives/ [Pipeline] echo [2023-03-08T15:46:14.494Z] 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/445/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-08T15:46:14.773Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:46:15.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T15:46:15.335Z] [2023-03-08T15:46:15.335Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T15:46:15.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T15:46:15.632Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-08T15:46:15.632Z] 5eb5b503b376: Pulling fs layer [2023-03-08T15:46:15.632Z] 5c69ac0246d0: Pulling fs layer [2023-03-08T15:46:15.632Z] ec43610c2a17: Pulling fs layer [2023-03-08T15:46:15.632Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-08T15:46:15.632Z] 33b1e0a273af: Pulling fs layer [2023-03-08T15:46:15.632Z] 5d3b04190fa2: Pulling fs layer [2023-03-08T15:46:15.632Z] 2f39f015ded8: Pulling fs layer [2023-03-08T15:46:15.632Z] 33b1e0a273af: Waiting [2023-03-08T15:46:15.632Z] 2f39f015ded8: Waiting [2023-03-08T15:46:15.632Z] 3a2ae6a8a46f: Waiting [2023-03-08T15:46:15.632Z] 5c69ac0246d0: Download complete [2023-03-08T15:46:15.891Z] 3a2ae6a8a46f: Download complete [2023-03-08T15:46:15.891Z] ec43610c2a17: Verifying Checksum [2023-03-08T15:46:15.891Z] ec43610c2a17: Download complete [2023-03-08T15:46:15.891Z] 33b1e0a273af: Verifying Checksum [2023-03-08T15:46:15.891Z] 33b1e0a273af: Download complete [2023-03-08T15:46:15.891Z] 5d3b04190fa2: Verifying Checksum [2023-03-08T15:46:15.891Z] 5d3b04190fa2: Download complete [2023-03-08T15:46:16.148Z] 5eb5b503b376: Verifying Checksum [2023-03-08T15:46:16.148Z] 5eb5b503b376: Download complete [2023-03-08T15:46:16.713Z] 2f39f015ded8: Download complete [2023-03-08T15:46:17.277Z] 5eb5b503b376: Pull complete [2023-03-08T15:46:17.277Z] 5c69ac0246d0: Pull complete [2023-03-08T15:46:17.847Z] ec43610c2a17: Pull complete [2023-03-08T15:46:17.847Z] 3a2ae6a8a46f: Pull complete [2023-03-08T15:46:18.109Z] 33b1e0a273af: Pull complete [2023-03-08T15:46:18.109Z] 5d3b04190fa2: Pull complete [2023-03-08T15:46:22.293Z] 2f39f015ded8: Pull complete [2023-03-08T15:46:22.293Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-08T15:46:22.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T15:46:22.293Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T15:46:22.363Z] prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container [2023-03-08T15:46:22.427Z] $ 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/445/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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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-03-08T15:46:25.815Z] $ docker top 974c39bb2e7744b742890a8458c3168a59d682c61e70b47a903a29bb48b47e83 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T15:46:26.112Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-08T15:46:26.398Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-08T15:46:26.682Z] + ls /var/log/sa-host [2023-03-08T15:46:26.682Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T15:46:26.825Z] provisioning config files... [2023-03-08T15:46:26.833Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/445@tmp/config1130287330194470156tmp [Pipeline] { [Pipeline] echo [2023-03-08T15:46:26.849Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:46:27.131Z] ---> create-netrc.sh [Pipeline] } [2023-03-08T15:46:27.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:46:27.472Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-08T15:46:27.481Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:46:27.764Z] ---> sudo-logs.sh [2023-03-08T15:46:27.764Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-08T15:46:27.787Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:46:28.068Z] ---> job-cost.sh [2023-03-08T15:46:28.069Z] lf-activate-venv: SKIPPING [2023-03-08T15:46:28.069Z] DEBUG: total: 0.10999999940395355 [2023-03-08T15:46:28.069Z] INFO: Retrieving Stack Cost... [2023-03-08T15:46:28.327Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T15:46:28.895Z] INFO: Archiving Costs [Pipeline] echo [2023-03-08T15:46:28.909Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T15:46:29.188Z] ---> logs-deploy.sh [2023-03-08T15:46:29.188Z] lf-activate-venv: SKIPPING [2023-03-08T15:46:29.188Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/445 [2023-03-08T15:46:29.188Z] INFO: archiving workspace using pattern(s): [2023-03-08T15:46:30.127Z] Archives upload complete. [2023-03-08T15:46:30.385Z] INFO: archiving logs to Nexus